@charset "utf-8";

.clearfix { position: relative; }

.clearfix::after { display: table; content: ""; clear: both; }

.ib { display: inline-block; zoom: 1; }

.ib.middle { vertical-align: middle; }

.absolute { position: absolute; }

.relative { position: relative; }

.hidden { display: none; }

.pointer { cursor: pointer; }

.caps { text-transform: uppercase; }

.right-align { text-align: right; }

.left-align { text-align: left; }

.center, .center-align { text-align: center; }

.vert-align { position: relative; top: 50%; transform: translateY(-50%); }

.h-flip { transform: scaleX(-1); }

body { animation-duration: 0.1s; animation-name: fontfix; animation-iteration-count: 1; animation-timing-function: linear; animation-delay: 0.1s; }

@-webkit-keyframes fontfix { 
  0% { opacity: 1; }
  100% { opacity: 1; }
}

.break-word { word-break: break-word; }

.break-all { word-break: break-all; }

.no-wrap { white-space: nowrap; }

.cursor-pointer { cursor: pointer; }

.container::after { content: " "; display: block; height: 0px; clear: both; visibility: hidden; }

.clearfix::after, .clearfix::before, .row::after, .row::before { content: " "; display: block; overflow: hidden; visibility: hidden; width: 0px; height: 0px; }

.clearfix::after, .row::after { clear: both; }

.clearfix, .row { zoom: 1; }

br.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0px; height: 0px; }

@font-face { font-family: Inter; src: url("/assets/693b77d4f32ee9b8bfc9.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; }

@font-face { font-family: martel-sans; src: url("/assets/f5812feec683d7db6313.woff2") format("woff2"), url("/assets/dd49a5a291804e1d3d63.woff") format("woff"); font-weight: 400; font-display: swap; }

@font-face { font-family: martel-sans; src: url("/assets/fd25ab2ccf9211d5ac68.woff2") format("woff2"), url("/assets/20e5284506ae1fb3f051.woff") format("woff"); font-weight: 600; font-display: swap; }

@font-face { font-family: martel-sans; src: url("/assets/f62f19814fae700448a1.woff2") format("woff2"), url("/assets/dcdd74399890bf0808df.woff") format("woff"); font-weight: 700; font-display: swap; }

@font-face { font-family: open_sans; src: url("/assets/a0357cb694b5284870c7.woff") format("woff"), url("/assets/eeee8057e8b35113884c.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }

@font-face { font-family: open_sans; src: url("/assets/d3cd72b3406363d94d62.woff") format("woff"), url("/assets/6c4e465946864f576c02.ttf") format("truetype"); font-weight: 700; font-style: italic; font-display: swap; }

@font-face { font-family: open_sans; src: url("/assets/1e2916c514af4531e75f.woff") format("woff"), url("/assets/bdf983a7d3f8b72e7819.ttf") format("truetype"); font-weight: 400; font-style: italic; font-display: swap; }

@font-face { font-family: open_sans; src: url("/assets/a1cb81c9f07f1f399db6.woff") format("woff"), url("/assets/3fc333eb3107febd4065.ttf") format("truetype"); font-weight: 300; font-style: normal; font-display: swap; }

@font-face { font-family: open_sans; src: url("/assets/641673bef88ac6746fb4.woff") format("woff"), url("/assets/7eb166fdf2e73d393aec.ttf") format("truetype"); font-weight: 300; font-style: italic; font-display: swap; }

@font-face { font-family: open_sans; src: url("/assets/22e7a1b10c110072f5a0.woff") format("woff"), url("/assets/dee2d2b7658161d7efa0.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }

@font-face { font-family: open_sans; src: url("/assets/26b216fadb2ffcd542ca.woff") format("woff"), url("/assets/9f8567ea7c2d954377d5.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }

@font-face { font-family: open_sans; src: url("/assets/bb7bba640412aaea13f9.woff") format("woff"), url("/assets/478acaaa7b6aa3c74814.ttf") format("truetype"); font-weight: 600; font-style: italic; font-display: swap; }

@-webkit-keyframes fadein { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadein { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.tooltip { position: absolute; z-index: 3030; display: block; visibility: visible; font-size: 12px; line-height: 1.4; opacity: 0; }

.tooltip.fade { animation: 0.1s ease 0s 1 normal none running fadein; }

.tooltip.in { opacity: 1; }

.tooltip.top { margin-top: -4px; padding: 7px 0px; }

.tooltip.right { margin-left: 4px; padding: 0px 7px; }

.tooltip.right .tooltip-inner { text-align: left; }

.tooltip.bottom { margin-top: 4px; padding: 7px 0px; }

.tooltip.left { margin-left: -4px; padding: 0px 7px; }

.tooltip-inner { font-family: "Open Sans", open_sans, sans-serif; max-width: 220px; padding: 8px 12px; color: rgb(255, 255, 255); text-align: center; text-decoration: none; background-color: rgb(0, 0, 0); border-radius: 3px; }

.tooltip-arrow { position: absolute; width: 0px; height: 0px; border-color: transparent; border-style: solid; }

.tooltip.top .tooltip-arrow { bottom: 0px; left: 50%; margin-left: -7px; border-width: 7px 7px 0px; border-top-color: rgb(0, 0, 0); }

.tooltip.top-left .tooltip-arrow { bottom: 0px; left: 7px; border-width: 7px 7px 0px; border-top-color: rgb(0, 0, 0); }

.tooltip.top-right .tooltip-arrow { bottom: 0px; right: 7px; border-width: 7px 7px 0px; border-top-color: rgb(0, 0, 0); }

.tooltip.right .tooltip-arrow { top: 50%; left: 0px; margin-top: -7px; border-width: 7px 7px 7px 0px; border-right-color: rgb(0, 0, 0); }

.tooltip.left .tooltip-arrow { top: 50%; right: 0px; margin-top: -7px; border-width: 7px 0px 7px 7px; border-left-color: rgb(0, 0, 0); }

.tooltip.bottom .tooltip-arrow { top: 0px; left: 50%; margin-left: -7px; border-width: 0px 7px 7px; border-bottom-color: rgb(0, 0, 0); }

.tooltip.bottom-left .tooltip-arrow { top: 0px; left: 7px; border-width: 0px 7px 7px; border-bottom-color: rgb(0, 0, 0); }

.tooltip.bottom-right .tooltip-arrow { top: 0px; right: 7px; border-width: 0px 7px 7px; border-bottom-color: rgb(0, 0, 0); }

.popover { position: absolute; top: 0px; left: 0px; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; background-color: rgb(255, 255, 255); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px; white-space: normal; }

.popover.top { margin-top: -10px; }

.popover.right { margin-left: 10px; }

.popover.bottom { margin-top: 10px; }

.popover.left { margin-left: -10px; }

.popover-title { margin: 0px; padding: 8px 14px; font-size: 14px; font-weight: 400; line-height: 18px; background-color: rgb(247, 247, 247); border-bottom: 1px solid rgb(235, 235, 235); border-radius: 5px 5px 0px 0px; }

.popover-content { padding: 9px 14px; }

.popover .arrow, .popover .arrow::after { position: absolute; display: block; width: 0px; height: 0px; border-color: transparent; border-style: solid; }

.popover .arrow { border-width: 11px; }

.popover .arrow::after { border-width: 10px; content: ""; }

.popover.top .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0px; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; }

.popover.top .arrow::after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0px; border-top-color: rgb(255, 255, 255); }

.popover.right .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0px; border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right .arrow::after { content: " "; left: 1px; bottom: -10px; border-left-width: 0px; border-right-color: rgb(255, 255, 255); }

.popover.bottom .arrow { left: 50%; margin-left: -11px; border-top-width: 0px; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; }

.popover.bottom .arrow::after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0px; border-bottom-color: rgb(255, 255, 255); }

.popover.left .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0px; border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left .arrow::after { content: " "; right: 1px; border-right-width: 0px; border-left-color: rgb(255, 255, 255); bottom: -10px; }

ul.list { color: rgb(102, 102, 102); list-style: inside disc; }

ul.list li { line-height: 140%; }

ol.list { color: rgb(102, 102, 102); list-style: inside decimal; }

ol.list li { line-height: 140%; }

.edit-btn { cursor: pointer; font-family: brandon-grotesque, brandon, martel-sans, sans-serif; text-transform: uppercase; padding: 5px 18px; font-size: 12px; margin: 0px 4px 0px 0px; outline: none; text-align: center; font-weight: 700; font-style: normal; letter-spacing: 0px; user-select: none; background-color: rgb(255, 204, 34); background-repeat: repeat-x; background-image: linear-gradient(rgb(255, 238, 17), rgb(255, 204, 34)); border-radius: 3px; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); border-style: solid; border-width: 1px; box-shadow: rgba(255, 255, 255, 0.5) 0px 1px inset, rgba(0, 0, 0, 0.15) 0px 1px 1px; color: rgb(0, 0, 0) !important; text-shadow: rgba(255, 255, 255, 0.3) 0px 1px 0px !important; line-height: 100% !important; text-decoration: none !important; }

.edit-btn:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.edit-btn:lang(sxl), .edit-btn:lang(zh), .edit-btn:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.edit-btn:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.edit-btna, .edit-btna:visited { color: rgb(0, 0, 0); }

.edit-btn.hover, .edit-btn:active, .edit-btn:hover { background-color: rgb(255, 137, 0); background-repeat: repeat-x; background-image: linear-gradient(rgb(255, 171, 0), rgb(255, 137, 0)); color: rgb(41, 14, 0); text-decoration: none !important; }

.edit-btn:active { box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px inset, rgba(0, 0, 0, 0.2) 0px 5px 15px inset; }

.edit-btn.huge { padding: 20px 24px; }

.edit-btn.biggest { padding: 15px 24px; }

.edit-btn.bigger { padding: 11px 24px; }

.edit-btn.big { padding: 7px 24px; }

.edit-btn.small { padding: 4px 14px; }

.edit-btn.smaller { padding: 3px 13px; }

.edit-btn.big-font { font-size: 14px; font-weight: 700; }

.edit-btn.no-shadow { box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px inset; }

.edit-btn.inline { display: inline; }

.edit-btn.block { display: block; margin-right: 0px; padding-left: 10px; padding-right: 10px; }

.edit-btn.last { margin-bottom: 0px; margin-right: 0px; }

.edit-btn.float { display: block; float: left; margin-bottom: 4px; width: auto !important; }

.edit-btn .light { color: rgb(255, 255, 255) !important; text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px !important; }

.edit-btn .gray-text { color: rgb(187, 187, 187) !important; text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px !important; }

.edit-btn .slight-gray-text { color: rgb(153, 153, 153) !important; text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px !important; }

.edit-btn.blue { background-color: rgb(46, 153, 214); background-image: linear-gradient(rgb(92, 184, 230), rgb(46, 153, 214)); }

.edit-btn.blue, .edit-btn.blue:active, .edit-btn.blue:hover { background-repeat: repeat-x; color: rgb(255, 255, 255) !important; text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px !important; }

.edit-btn.blue:active, .edit-btn.blue:hover { background-color: rgb(54, 179, 250); background-image: linear-gradient(rgb(107, 214, 255), rgb(54, 179, 250)); }

.edit-btn.blue.nohover:active, .edit-btn.blue.nohover:hover { background-color: rgb(46, 153, 214); background-repeat: repeat-x; background-image: linear-gradient(rgb(92, 184, 230), rgb(46, 153, 214)); cursor: default; }

.edit-btn.dark-blue { background-color: rgb(85, 85, 170); background-image: linear-gradient(rgb(119, 119, 204), rgb(85, 85, 170)); }

.edit-btn.dark-blue, .edit-btn.dark-blue:active, .edit-btn.dark-blue:hover { background-repeat: repeat-x; color: rgb(255, 255, 255) !important; text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px !important; }

.edit-btn.dark-blue:active, .edit-btn.dark-blue:hover { background-color: rgb(94, 94, 187); background-image: linear-gradient(rgb(131, 131, 224), rgb(94, 94, 187)); }

.edit-btn.dark-blue.nohover:active, .edit-btn.dark-blue.nohover:hover { background-color: rgb(85, 85, 170); background-repeat: repeat-x; background-image: linear-gradient(rgb(119, 119, 204), rgb(85, 85, 170)); cursor: default; }

.edit-btn.light-blue { background-color: rgb(218, 231, 242); background-repeat: repeat-x; background-image: linear-gradient(rgb(236, 243, 246), rgb(218, 231, 242)); color: rgb(0, 102, 170) !important; text-shadow: rgba(255, 255, 255, 0.9) 0px 1px 1px !important; }

.edit-btn.light-blue:active, .edit-btn.light-blue:hover { background-color: rgb(218, 231, 242); background-repeat: repeat-x; background-image: linear-gradient(rgb(218, 231, 242), rgb(218, 231, 242)); }

.edit-btn.light-blue.nohover:active, .edit-btn.light-blue.nohover:hover { background-color: rgb(218, 231, 242); background-repeat: repeat-x; background-image: linear-gradient(rgb(236, 243, 246), rgb(218, 231, 242)); cursor: default; }

.edit-btn.gray { background-color: rgb(153, 153, 153); background-image: linear-gradient(rgb(187, 187, 187), rgb(153, 153, 153)); }

.edit-btn.gray, .edit-btn.gray:active, .edit-btn.gray:hover { background-repeat: repeat-x; color: rgb(255, 255, 255) !important; text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px !important; }

.edit-btn.gray:active, .edit-btn.gray:hover { background-color: rgb(170, 170, 170); background-image: linear-gradient(rgb(204, 204, 204), rgb(170, 170, 170)); }

.edit-btn.green { background-color: rgb(112, 168, 0); background-image: linear-gradient(rgb(147, 184, 0), rgb(112, 168, 0)); }

.edit-btn.green, .edit-btn.green:active, .edit-btn.green:hover { background-repeat: repeat-x; color: rgb(255, 255, 255) !important; text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px !important; }

.edit-btn.green:active, .edit-btn.green:hover { background-color: rgb(134, 201, 0); background-image: linear-gradient(rgb(175, 219, 0), rgb(134, 201, 0)); }

.edit-btn.green.nohover:active, .edit-btn.green.nohover:hover { background-color: rgb(112, 168, 0); background-repeat: repeat-x; background-image: linear-gradient(rgb(147, 184, 0), rgb(112, 168, 0)); cursor: default; }

.edit-btn.yellow { background-color: rgb(255, 204, 34); background-repeat: repeat-x; background-image: linear-gradient(rgb(255, 238, 17), rgb(255, 204, 34)); }

.edit-btn.yellow:active, .edit-btn.yellow:hover { background-color: rgb(255, 215, 39); background-repeat: repeat-x; background-image: linear-gradient(rgb(255, 255, 20), rgb(255, 215, 39)); color: rgb(0, 0, 0) !important; text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px !important; }

.edit-btn.orange { background-color: rgb(255, 150, 0); background-image: linear-gradient(rgb(255, 187, 0), rgb(255, 150, 0)); }

.edit-btn.orange, .edit-btn.orange:active, .edit-btn.orange:hover { background-repeat: repeat-x; color: rgb(255, 255, 255) !important; text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px !important; }

.edit-btn.orange:active, .edit-btn.orange:hover { background-color: rgb(255, 170, 0); background-image: linear-gradient(rgb(255, 213, 0), rgb(255, 170, 0)); }

.edit-btn.orange.nohover:active, .edit-btn.orange.nohover:hover { background-color: rgb(255, 150, 0); background-repeat: repeat-x; background-image: linear-gradient(rgb(255, 187, 0), rgb(255, 150, 0)); cursor: default; }

.edit-btn.purple { background-color: rgb(187, 17, 153); background-image: linear-gradient(rgb(221, 17, 204), rgb(187, 17, 153)); }

.edit-btn.purple, .edit-btn.purple:active, .edit-btn.purple:hover { background-repeat: repeat-x; color: rgb(255, 255, 255) !important; text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px !important; }

.edit-btn.purple:active, .edit-btn.purple:hover { background-color: rgb(234, 21, 191); background-image: linear-gradient(rgb(255, 21, 255), rgb(234, 21, 191)); }

.edit-btn.purple.nohover:active, .edit-btn.purple.nohover:hover { background-color: rgb(187, 17, 153); background-repeat: repeat-x; background-image: linear-gradient(rgb(221, 17, 204), rgb(187, 17, 153)); cursor: default; }

.edit-btn.red { background-color: rgb(199, 31, 15); background-image: linear-gradient(rgb(230, 31, 15), rgb(199, 31, 15)); }

.edit-btn.red, .edit-btn.red:active, .edit-btn.red:hover { background-repeat: repeat-x; color: rgb(255, 255, 255) !important; text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px !important; }

.edit-btn.red:active, .edit-btn.red:hover { background-color: rgb(221, 34, 17); background-image: linear-gradient(rgb(255, 34, 17), rgb(221, 34, 17)); }

.edit-btn.red.nohover:active, .edit-btn.red.nohover:hover { background-color: rgb(199, 31, 15); background-repeat: repeat-x; background-image: linear-gradient(rgb(230, 31, 15), rgb(199, 31, 15)); cursor: default; }

.edit-btn.dark { background: rgba(0, 0, 0, 0.25); box-shadow: none; color: rgb(255, 255, 255) !important; text-shadow: none !important; }

.edit-btn.fb-blue { background-color: rgb(53, 80, 137); background-repeat: repeat-x; background-image: linear-gradient(rgb(59, 89, 152), rgb(53, 80, 137)); color: rgb(255, 255, 255) !important; text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px !important; }

.edit-btn.fb-blue:active, .edit-btn.fb-blue:hover { background-color: rgb(65, 98, 167); background-repeat: repeat-x; background-image: linear-gradient(rgb(71, 107, 182), rgb(65, 98, 167)); }

.edit-btn.twitter-blue { background-color: rgb(0, 155, 213); background-repeat: repeat-x; background-image: linear-gradient(rgb(0, 172, 237), rgb(0, 155, 213)); color: rgb(255, 255, 255) !important; text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px !important; }

.edit-btn.twitter-blue:active, .edit-btn.twitter-blue:hover { background-color: rgb(0, 189, 255); background-repeat: repeat-x; background-image: linear-gradient(rgb(0, 206, 255), rgb(0, 189, 255)); }

.edit-btn.invisible { background: none; }

.edit-btn.lightgray { background-color: rgb(238, 238, 238); background-image: linear-gradient(rgb(238, 238, 238), rgb(238, 238, 238)); box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px inset; border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.12); }

.edit-btn.lightgray, .edit-btn.lightgray:active, .edit-btn.lightgray:hover { background-repeat: repeat-x; color: rgb(187, 187, 187) !important; text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px !important; }

.edit-btn.lightgray:active, .edit-btn.lightgray:hover { background-color: rgb(248, 248, 248); background-image: linear-gradient(rgb(248, 248, 248), rgb(248, 248, 248)); }

.edit-btn.lightgray.nohover:active, .edit-btn.lightgray.nohover:hover { background-color: rgb(238, 238, 238); background-repeat: repeat-x; background-image: linear-gradient(rgb(238, 238, 238), rgb(238, 238, 238)); cursor: default; box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px inset; }

.edit-btn.slightgray { background-color: rgb(221, 221, 221); background-image: linear-gradient(rgb(221, 221, 221), rgb(221, 221, 221)); box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px inset; border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.12); }

.edit-btn.slightgray, .edit-btn.slightgray:active, .edit-btn.slightgray:hover { background-repeat: repeat-x; color: rgb(153, 153, 153) !important; text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px !important; }

.edit-btn.slightgray:active, .edit-btn.slightgray:hover { background-color: rgb(248, 248, 248); background-image: linear-gradient(rgb(248, 248, 248), rgb(248, 248, 248)); }

.edit-btn.slightgray.nohover:active, .edit-btn.slightgray.nohover:hover { background-color: rgb(221, 221, 221); background-repeat: repeat-x; background-image: linear-gradient(rgb(221, 221, 221), rgb(221, 221, 221)); cursor: default; box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px inset; }

.edit-btn.noborder { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }

.edit-btn.noshadow { box-shadow: rgba(255, 255, 255, 0.5) 0px 1px inset; }

.edit-btn.invisible { box-shadow: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; filter: none; background: rgba(0, 0, 0, 0.25); color: rgb(255, 255, 255) !important; text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px !important; }

.edit-btn.invisible:active, .edit-btn.invisible:hover { background: rgba(0, 0, 0, 0.4); color: rgb(255, 255, 255) !important; text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px !important; }

.edit-btn.invisible.nohover:active, .edit-btn.invisible.nohover:hover { background: rgba(0, 0, 0, 0.25); cursor: default; }

.edit-btn.hidden { display: none; }

.s-pagination .s-pagination-item { display: inline-block; cursor: pointer; border-radius: 4px; user-select: none; min-width: 28px; height: 28px; line-height: 28px; text-align: center; list-style: none; float: left; border: 1px solid rgb(217, 217, 217); background-color: rgb(255, 255, 255); margin: 0px 8px 8px 0px; }

.s-pagination .s-pagination-item.active { background-color: rgb(147, 183, 25); border-color: rgb(147, 183, 25); color: rgb(255, 255, 255); }

.s-pagination .s-pagination-item:hover { border-color: rgb(147, 183, 25); }

.s-pagination.s-pagination-btn .next-btn, .s-pagination.s-pagination-btn .prev-btn { user-select: none; display: inline-block; position: relative; width: 22px; height: 22px; border: 1px solid rgb(204, 204, 204); border-radius: 4px; vertical-align: middle; cursor: pointer; }

.s-pagination.s-pagination-btn .next-btn::after, .s-pagination.s-pagination-btn .prev-btn::after { content: ""; display: block; position: absolute; top: 50%; margin-top: -4px; width: 6px; height: 6px; border: 1px solid rgb(145, 147, 148); transform: rotate(45deg); }

.s-pagination.s-pagination-btn .next-btn.disable, .s-pagination.s-pagination-btn .next-btn.disable::after, .s-pagination.s-pagination-btn .prev-btn.disable, .s-pagination.s-pagination-btn .prev-btn.disable::after { border-color: rgb(226, 228, 231); cursor: not-allowed; }

.s-pagination.s-pagination-btn .prev-btn::after { border-width: 0px 0px 1px 1px; left: 8px; }

.s-pagination.s-pagination-btn .next-btn::after { border-width: 1px 1px 0px 0px; left: 6px; }

.s-pagination.s-pagination-btn .paging-info { font-family: brandon-grotesque, brandon, martel-sans, sans-serif; text-transform: uppercase; color: rgb(99, 105, 114); }

.s-pagination.s-pagination-btn .paging-info:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-pagination.s-pagination-btn .paging-info:lang(sxl), .s-pagination.s-pagination-btn .paging-info:lang(zh), .s-pagination.s-pagination-btn .paging-info:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-pagination.s-pagination-btn .paging-info:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-binary-switcher { text-align: center; }

.s-binary-switcher .capsule { cursor: pointer; display: inline-block; margin: 10px 1px; background: rgb(85, 85, 85); text-shadow: none; border-radius: 99px; font-size: 11px; white-space: nowrap; text-transform: uppercase; }

.s-binary-switcher .capsule .option { display: inline-block; padding: 4px 12px; transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1); }

.s-binary-switcher .capsule .option.selected { border-radius: 99px; background-color: rgb(204, 204, 204); color: rgb(51, 51, 51); }

.s-check-toggle { margin-top: 5px; }

.s-check-toggle label.hint { text-transform: uppercase; cursor: pointer; }

.s-check-toggle .capsule { cursor: pointer; display: inline-block; position: relative; margin-left: 5px; border-radius: 99px; height: 20px; width: 30px; vertical-align: middle; transition: 0.4s; }

.s-check-toggle .capsule .nub { border-radius: 99px; width: 18px; height: 18px; position: absolute; top: 1px; transition: 0.4s; }

.s-check-toggle .capsule.off { background: rgb(34, 34, 34); }

.s-check-toggle .capsule.off .nub { background: rgb(170, 170, 170); left: 1px; }

.s-check-toggle .capsule.on { background: rgb(147, 183, 25); }

.s-check-toggle .capsule.on .nub { background: rgb(238, 238, 238); left: 11px; }

.s-checkbox input[type="checkbox"] { margin-right: 5px; vertical-align: middle; }

.s-checkbox label { vertical-align: middle; cursor: pointer; }

.s-search-box { position: relative; }

.s-search-box .fa { color: rgb(198, 201, 205); position: absolute; top: 2px; }

.s-search-box .fa.fa-search { left: 10px; }

.s-search-box .fa.fa-close { right: 10px; color: rgb(99, 105, 114); }

.s-search-box ::-webkit-input-placeholder { color: rgb(145, 147, 148); }

.s-search-box input { border: 1px solid rgb(198, 201, 205); color: rgb(99, 105, 114); border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px 0px inset; font-size: 12px; padding: 10px 0px 10px 34px; outline: none; }

.s-search-box button[type="submit"] { display: none; }

.strikingly-light-bg { background: rgb(46, 46, 47); }

.strikingly-editor-box { position: relative; zoom: 1; background: rgb(46, 46, 47); border-radius: 3px; text-align: left; font-family: open_sans, "Open Sans", sans-serif; border: 1px solid rgba(0, 0, 0, 0.4); padding: 10px; margin: 0px; color: rgb(255, 255, 255); z-index: 92; text-transform: none; line-height: 14px; font-size: 12px; }

.strikingly-editor-box::after { display: table; content: ""; clear: both; }

.strikingly-editor-box:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.strikingly-editor-box:lang(sxl), .strikingly-editor-box:lang(zh), .strikingly-editor-box:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.strikingly-editor-box:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.strikingly-editor-box input[type="text"], .strikingly-editor-box textarea { background: rgba(0, 0, 0, 0.45); border-radius: 3px; margin: 0px; outline: none 0px; float: left; border-color: rgb(0, 0, 0) rgb(51, 51, 51) rgb(68, 68, 68); border-style: solid; border-width: 1px 0px; padding: 4px 5px; color: rgb(238, 238, 238); }

.strikingly-editor-box input[type="text"]:focus, .strikingly-editor-box textarea:focus { box-shadow: none; outline-width: 0px; }

.strikingly-editor-box input[type="text"].long, .strikingly-editor-box textarea.long { width: 400px; }

.strikingly-editor-box select { margin: 0px; border: 0px; }

.strikingly-editor-box select option { border: 0px; }

.strikingly-editor-box select:focus, .strikingly-editor-box select:hover { outline: none; }

.strikingly-editor-box hr { height: 0px; position: relative; zoom: 1; margin: 10px 0px; border-width: 1px medium; border-style: solid none; border-color: rgba(0, 0, 0, 0.25) currentcolor rgba(255, 255, 255, 0.05); border-image: none; }

.strikingly-editor-box hr::after { display: table; content: ""; clear: both; }

.strikingly-editor-box hr.large { margin: 20px 0px; }

.strikingly-editor-box .btns, .strikingly-editor-box .buttons { margin: 20px 0px 10px; position: relative; zoom: 1; }

.strikingly-editor-box .btns::after, .strikingly-editor-box .buttons::after { display: table; content: ""; clear: both; }

.strikingly-editor-box h1, .strikingly-editor-box h1.title, .strikingly-editor-box h2, .strikingly-editor-box h2.title { font-size: 28px; }

.strikingly-editor-box h3, .strikingly-editor-box h3.title { font-size: 22px; }

.strikingly-editor-box h4, .strikingly-editor-box h4.title, .strikingly-editor-box h5, .strikingly-editor-box h5.title, .strikingly-editor-box h6, .strikingly-editor-box h6.title { font-size: 18px; }

.strikingly-editor-box .title { font-family: brandon-grotesque, brandon, martel-sans, sans-serif; text-transform: uppercase; font-size: 18px; color: rgb(255, 255, 255); text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px; margin: 5px 0px 10px; letter-spacing: 0px; }

.strikingly-editor-box .title:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.strikingly-editor-box .title:lang(sxl), .strikingly-editor-box .title:lang(zh), .strikingly-editor-box .title:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.strikingly-editor-box .title:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.strikingly-editor-box .title.small { font-size: 14px; font-weight: 400; }

.strikingly-editor-box .title.center { text-align: center; }

.strikingly-editor-box .title.clickable { user-select: none; cursor: pointer; margin: 0px; padding: 10px 5px; }

.strikingly-editor-box .title.clickable:hover { background: rgb(68, 68, 68); border-radius: 3px; }

.strikingly-editor-box .label { font-size: 20px; color: rgb(255, 255, 255); font-family: open_sans, "Open Sans", sans-serif; margin-bottom: 6px; }

.strikingly-editor-box .label:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.strikingly-editor-box .label:lang(sxl), .strikingly-editor-box .label:lang(zh), .strikingly-editor-box .label:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.strikingly-editor-box .label:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.strikingly-editor-box ul.list { list-style: inside disc; color: rgb(170, 170, 170); }

.strikingly-editor-box ul.list li { line-height: 14px; }

.strikingly-editor-box ol.list { list-style: inside decimal; color: rgb(170, 170, 170); }

.strikingly-editor-box ol.list li { line-height: 14px; }

.strikingly-editor-box input[type="email"], .strikingly-editor-box input[type="text"], .strikingly-editor-box input[type="url"] { background: rgba(0, 0, 0, 0.45); border-radius: 3px; outline: none 0px; float: left; border-color: rgb(0, 0, 0) rgb(51, 51, 51) rgb(68, 68, 68); border-style: solid; border-width: 1px 0px; padding: 4px 5px; color: rgb(238, 238, 238); margin: 0px 0px 4px; }

.strikingly-editor-box input[type="email"]:focus, .strikingly-editor-box input[type="text"]:focus, .strikingly-editor-box input[type="url"]:focus { box-shadow: none; outline-width: 0px; }

.strikingly-editor-box input[type="email"].long, .strikingly-editor-box input[type="text"].long, .strikingly-editor-box input[type="url"].long { width: 400px; }

.strikingly-editor-box .edit-btn { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }

.strikingly-editor-box .hint, .strikingly-editor-box p { color: rgb(170, 170, 170); line-height: 1.2; font-size: 12px; margin-bottom: 2px; }

.strikingly-editor-box .hint.thin, .strikingly-editor-box .hint .thin, .strikingly-editor-box p.thin, .strikingly-editor-box p .thin { color: rgb(136, 136, 136); }

.strikingly-editor-box .hint.thin span, .strikingly-editor-box .hint .thin span, .strikingly-editor-box p.thin span, .strikingly-editor-box p .thin span { color: rgb(170, 170, 170); text-decoration: none; cursor: pointer; }

.strikingly-editor-box .hint.thin span:active, .strikingly-editor-box .hint .thin span:active, .strikingly-editor-box .hint.thin span:hover, .strikingly-editor-box .hint .thin span:hover, .strikingly-editor-box p.thin span:active, .strikingly-editor-box p .thin span:active, .strikingly-editor-box p.thin span:hover, .strikingly-editor-box p .thin span:hover { color: rgb(255, 255, 255); text-decoration: none; cursor: pointer; }

.strikingly-editor-box .hint.small, .strikingly-editor-box p.small { font-size: 10px; line-height: 10px; color: rgb(170, 170, 170); }

.strikingly-editor-box p { margin-bottom: 15px; }

.strikingly-editor-box a:not(.s-btn):not(.s-kit-btn), .strikingly-editor-box a:not(.s-btn):not(.s-kit-btn):active, .strikingly-editor-box a:not(.s-btn):not(.s-kit-btn):hover { color: rgb(255, 255, 255); text-decoration: underline; }

.strikingly-editor-box .fluidrow { position: relative; zoom: 1; }

.strikingly-editor-box .fluidrow::after { display: table; content: ""; clear: both; }

.strikingly-editor-box .fluidrow .fluidcol { float: left; }

.strikingly-editor-box .fluidrow .fluidcol.p100 { width: 100%; }

.strikingly-editor-box .fluidrow .fluidcol.p50 { width: 50%; }

.strikingly-editor-box .fluidrow .fluidcol.p25 { width: 25%; }

.strikingly-editor-box .fluidrow .fluidcol.p30 { width: 30%; }

.strikingly-editor-box .fluidrow .fluidcol.top-layer { position: relative; z-index: 201; }

.strikingly-editor-box .fluidrow .fluidcol input[type="text"], .strikingly-editor-box .fluidrow .fluidcol textarea { width: 100%; }

.strikingly-editor-box .fluidrow .fluidcol .redirect-btn { margin-right: 20px; }

.strikingly-editor-box .fluidrow .fluidcol .s-drop-down-select { display: flex; align-items: center; margin-bottom: 20px; }

.strikingly-editor-box .fluidrow .fluidcol .s-drop-down-select .field-label { margin: 5px 10px 5px 0px; }

.strikingly-editor-box .fluidrow .fluidcol .s-drop-down-select select { height: 28px; min-width: 172px; }

@media only screen and (max-width: 500px) {
  .strikingly-editor-box .fluidrow .fluidcol { float: none; margin-bottom: 20px; }
  .strikingly-editor-box .fluidrow .fluidcol:last-child { margin-bottom: 0px; }
  .strikingly-editor-box .fluidrow .fluidcol.p25, .strikingly-editor-box .fluidrow .fluidcol.p30, .strikingly-editor-box .fluidrow .fluidcol.p50 { width: auto; }
}

.strikingly-editor-box .input, .strikingly-editor-box .s-input { position: relative; zoom: 1; margin-bottom: 10px; }

.strikingly-editor-box .input::after, .strikingly-editor-box .s-input::after { display: table; content: ""; clear: both; }

.strikingly-editor-box .input input[type="text"], .strikingly-editor-box .input textarea, .strikingly-editor-box .s-input input[type="text"], .strikingly-editor-box .s-input textarea { padding: 5px; box-sizing: border-box; }

.strikingly-editor-box .input textarea, .strikingly-editor-box .s-input textarea { height: 100px; }

.strikingly-editor-box .input label, .strikingly-editor-box .s-input label { margin-right: 5px; }

.strikingly-editor-box .input label.float, .strikingly-editor-box .s-input label.float { position: absolute; color: rgb(153, 153, 153); padding: 7px 5px; font-style: italic; pointer-events: none; min-width: 100px; top: 0px; left: 0px; }

.strikingly-editor-box .input label.float.small, .strikingly-editor-box .s-input label.float.small { font-size: 12px; }

.strikingly-editor-box .input label.float.long, .strikingly-editor-box .s-input label.float.long { width: 400px; }

.strikingly-editor-box .input a, .strikingly-editor-box .input a:active, .strikingly-editor-box .input a:hover, .strikingly-editor-box .s-input a, .strikingly-editor-box .s-input a:active, .strikingly-editor-box .s-input a:hover { color: rgb(255, 255, 255); text-decoration: underline; }

.strikingly-editor-box .input .float, .strikingly-editor-box .s-input .float { float: left; }

.strikingly-editor-box .input .p100, .strikingly-editor-box .s-input .p100 { width: 100%; }

.strikingly-editor-box .input .p75, .strikingly-editor-box .s-input .p75 { width: 75%; }

.strikingly-editor-box .input .p50, .strikingly-editor-box .s-input .p50 { width: 50%; }

.strikingly-editor-box .input .add-link-hint, .strikingly-editor-box .s-input .add-link-hint { width: 70px; margin-left: 6px; margin-bottom: 3px; }

.strikingly-editor-box a.link-icon { color: rgb(169, 174, 178); cursor: pointer; line-height: 150%; }

.strikingly-editor-box a.link-icon .fa { margin-right: 2px; }

.strikingly-editor-box a.link-icon .entypo-quote { display: inline-block; zoom: 1; margin-right: 2px; }

.strikingly-editor-box a.link-icon .entypo-quote.middle { vertical-align: middle; }

.strikingly-editor-box .link-input { margin-top: 2px; position: relative; }

body.modal-open { overflow: hidden; }

body.fixed-body { position: fixed !important; width: 100% !important; height: 100% !important; }

.s-edit-modal { font-size: 14px; color: rgb(99, 105, 114); z-index: 2100; font-family: open_sans, "Open Sans", sans-serif; position: fixed; display: none; overflow: hidden; margin: 0px auto; left: 0px; right: 0px; border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.45) 0px 1px 10px; background: rgb(255, 255, 255); opacity: 1; transition: 0.3s; transform: initial; }

.s-edit-modal:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-edit-modal:lang(sxl), .s-edit-modal:lang(zh), .s-edit-modal:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-edit-modal:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-edit-modal.notification { z-index: 3105; }

@media only screen and (min-width: 501px) {
  .s-edit-modal.notification { width: 520px; height: auto; }
}

.s-edit-modal.notification .hr { height: 1px; background: rgb(221, 221, 221); margin: 20px 0px; }

.s-edit-modal.notification .box { border-radius: 3px; padding: 16px; border: 1px solid rgb(216, 216, 216); background: rgb(243, 243, 243); color: rgb(68, 68, 68); }

.s-edit-modal.notification .box.thin { padding: 8px; }

.s-edit-modal.notification .box.rich { padding: 4px 8px; line-height: 1.4; }

.s-edit-modal.notification .box.green, .s-edit-modal.notification .box.success { border: 1px solid rgb(187, 238, 153); background: rgb(238, 255, 204); color: rgb(85, 102, 68); }

.s-edit-modal.notification .box.error, .s-edit-modal.notification .box.red { border: 1px solid rgb(238, 187, 187); background: rgb(255, 221, 221); color: rgb(119, 85, 85); }

.s-edit-modal.notification .box.orange { border: 1px solid rgb(238, 221, 187); background: rgb(255, 238, 221); color: rgb(119, 102, 85); }

.s-edit-modal.notification .box.white { background: rgb(255, 255, 255); }

.s-edit-modal.notification .close-button { top: 12px; right: 18px; }

.s-edit-modal.notification .inner .content { padding-top: 14px; }

.s-edit-modal.notification .inner .content .avatar { float: left; margin: 0px 20px 10px 0px; border-radius: 4px; }

@media only screen and (min-width: 501px) {
  .s-edit-modal.small { width: 360px; height: auto; }
}

.s-edit-modal.small .buttons-row .s-btn { min-width: 140px; }

.s-edit-modal .buttons-row { display: flex; justify-content: space-between; }

.s-edit-modal .buttons-row .s-btn { box-sizing: border-box; }

.s-edit-modal .buttons-row .s-btn .fa-spinner { margin-left: 10px; }

.s-edit-modal .inner { padding: 28px 30px; position: relative; }

.s-edit-modal.invisible { transform: translate3d(0px, 15px, 0px); opacity: 0; }

.s-edit-modal.no-transition { transition: none; }

.s-edit-modal h1, .s-edit-modal h2, .s-edit-modal h3, .s-edit-modal h4, .s-edit-modal h5, .s-edit-modal h6 { font-family: open_sans, "Open Sans", sans-serif; color: rgb(75, 80, 86); }

.s-edit-modal h1:lang(ja), .s-edit-modal h2:lang(ja), .s-edit-modal h3:lang(ja), .s-edit-modal h4:lang(ja), .s-edit-modal h5:lang(ja), .s-edit-modal h6:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-edit-modal h1:lang(sxl), .s-edit-modal h1:lang(zh), .s-edit-modal h1:lang(zh-cn), .s-edit-modal h2:lang(sxl), .s-edit-modal h2:lang(zh), .s-edit-modal h2:lang(zh-cn), .s-edit-modal h3:lang(sxl), .s-edit-modal h3:lang(zh), .s-edit-modal h3:lang(zh-cn), .s-edit-modal h4:lang(sxl), .s-edit-modal h4:lang(zh), .s-edit-modal h4:lang(zh-cn), .s-edit-modal h5:lang(sxl), .s-edit-modal h5:lang(zh), .s-edit-modal h5:lang(zh-cn), .s-edit-modal h6:lang(sxl), .s-edit-modal h6:lang(zh), .s-edit-modal h6:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-edit-modal h1:lang(zh-tw), .s-edit-modal h2:lang(zh-tw), .s-edit-modal h3:lang(zh-tw), .s-edit-modal h4:lang(zh-tw), .s-edit-modal h5:lang(zh-tw), .s-edit-modal h6:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-edit-modal h1 i, .s-edit-modal h2 i, .s-edit-modal h3 i, .s-edit-modal h4 i, .s-edit-modal h5 i, .s-edit-modal h6 i { padding-right: 5px; }

.s-edit-modal strong { font-weight: 700; }

.s-edit-modal h1 { font-size: 40px; }

.s-edit-modal h2 { font-size: 26px; }

.s-edit-modal h3 { font-size: 23px; }

.s-edit-modal h4 { font-size: 20px; }

.s-edit-modal h5 { font-size: 18px; }

.s-edit-modal h6 { font-size: 16px; }

.s-edit-modal .close-button { position: absolute; top: 22px; right: 30px; z-index: 2101; }

.s-edit-modal .close-button .close-button-icon, .s-edit-modal .close-button a { font-size: 26px; font-weight: 300; color: rgb(99, 105, 114) !important; }

.s-edit-modal .close-button .close-button-icon:hover, .s-edit-modal .close-button a:hover { color: rgb(99, 105, 114) !important; }

.s-edit-modal p { color: rgb(99, 105, 114); line-height: 1.4; }

.s-edit-modal p.small { font-size: 13px; }

.s-edit-modal p.light { color: rgb(141, 148, 156); }

.s-edit-modal a { color: rgb(42, 171, 217); cursor: pointer; }

.s-edit-modal a:hover { color: rgb(76, 205, 251); }

.s-edit-modal .title { font-family: brandon-grotesque, brandon, martel-sans, sans-serif; text-transform: uppercase; margin-bottom: 10px; font-weight: 700; color: rgb(82, 97, 106); font-size: 18px; }

.s-edit-modal .title:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-edit-modal .title:lang(sxl), .s-edit-modal .title:lang(zh), .s-edit-modal .title:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-edit-modal .title:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-edit-modal .s-modal-bottom-bar { position: absolute; background-color: rgb(255, 255, 255); width: 100%; height: 40px; bottom: 0px; border-top: 1px solid rgb(247, 247, 247); }

.s-edit-modal .s-modal-bottom-bar a.s-btn { color: rgb(255, 255, 255); }

.s-edit-modal .s-modal-bottom-bar a.s-btn.gray { color: rgb(145, 147, 148); }

.s-edit-modal .s-modal-bottom-bar .right { float: right; }

@media only screen and (min-width: 501px) {
  .s-edit-modal { position: relative; border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.45) 0px 1px 10px; }
  .s-edit-modal .s-modal-large-screen { display: block; }
  .s-edit-modal .s-modal-small-screen { display: none; }
}

@media only screen and (max-width: 500px) {
  .s-edit-modal .s-modal-large-screen { display: none; }
  .s-edit-modal .s-modal-small-screen { display: block; }
  .s-edit-modal:not(#portfolio-manager-dialog):not(#ecommerce-manager-dialog):not(.ecommerce-buy-dialog):not(#publish-dialog-new):not(#category-dialog):not(#unpublish-sites-dialog):not(#s-blog-archive-dialog):not(.s-terms-dialog):not(.state-snapshot-mismatch-modal) { text-align: center; width: 300px; border-radius: 14px; box-shadow: none; }
  .s-edit-modal:not(#portfolio-manager-dialog):not(#ecommerce-manager-dialog):not(.ecommerce-buy-dialog):not(#publish-dialog-new):not(#category-dialog):not(#unpublish-sites-dialog):not(#s-blog-archive-dialog):not(.s-terms-dialog):not(.state-snapshot-mismatch-modal) .s-btn:first-of-type { margin-bottom: 10px; }
  .s-edit-modal:not(#portfolio-manager-dialog):not(#ecommerce-manager-dialog):not(.ecommerce-buy-dialog):not(#publish-dialog-new):not(#category-dialog):not(#unpublish-sites-dialog):not(#s-blog-archive-dialog):not(.s-terms-dialog):not(.state-snapshot-mismatch-modal) h3 { font-size: 16px; font-weight: bolder; }
  .s-edit-modal:not(#portfolio-manager-dialog):not(#ecommerce-manager-dialog):not(.ecommerce-buy-dialog):not(#publish-dialog-new):not(#category-dialog):not(#unpublish-sites-dialog):not(#s-blog-archive-dialog):not(.s-terms-dialog):not(.state-snapshot-mismatch-modal) p { font-size: 14px; font-weight: 400; }
  .s-edit-modal:not(#portfolio-manager-dialog):not(#ecommerce-manager-dialog):not(.ecommerce-buy-dialog):not(#publish-dialog-new):not(#category-dialog):not(#unpublish-sites-dialog):not(#s-blog-archive-dialog):not(.s-terms-dialog):not(.state-snapshot-mismatch-modal) .inner { padding: 18px; }
  .s-edit-modal:not(#portfolio-manager-dialog):not(#ecommerce-manager-dialog):not(.ecommerce-buy-dialog):not(#publish-dialog-new):not(#category-dialog):not(#unpublish-sites-dialog):not(#s-blog-archive-dialog):not(.s-terms-dialog):not(.state-snapshot-mismatch-modal) a.s-btn:not(.not-full) { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; width: 100%; padding: 14px 0px; font-size: 16px; }
  .s-edit-modal#ecommerce-manager-dialog, .s-edit-modal#portfolio-manager-dialog { height: 100vh; margin-top: 0px !important; }
  .s-edit-modal#ecommerce-manager-dialog .thumbs.triangle .thumb, .s-edit-modal#portfolio-manager-dialog .thumbs.triangle .thumb { padding: 0px 10px; }
}

.strikingly-fixed-modal-container .guide-box, .strikingly-modal-container .guide-box { display: flex; justify-content: space-between; align-items: center; }

.strikingly-fixed-modal-container .guide-box > div, .strikingly-modal-container .guide-box > div { display: flex; align-items: center; color: rgb(75, 80, 86); font-weight: 700; }

.strikingly-fixed-modal-container .guide-box > div > img, .strikingly-modal-container .guide-box > div > img { height: 24px; margin-right: 8px; }

.strikingly-fixed-modal-container .guide-box > .s-btn, .strikingly-modal-container .guide-box > .s-btn { color: rgb(255, 255, 255); }

.s-dialogs-container .strikingly-fixed-modal-container { overflow: hidden; }

#strikingly-tooltip-container { position: fixed; top: 0px; left: 0px; z-index: 10000; width: 100%; font-family: open_sans, "Open Sans", sans-serif; }

#strikingly-tooltip-container:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

#strikingly-tooltip-container:lang(sxl), #strikingly-tooltip-container:lang(zh), #strikingly-tooltip-container:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

#strikingly-tooltip-container:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

#s-content .s-page-layer.fill-content, #s-content .s-page-layer .fill-content, .site-dashboard-content .s-page-layer.fill-content, .site-dashboard-content .s-page-layer .fill-content { transition: left 0.4s; }

#s-content .s-page-layer .s-page-wrapper, .site-dashboard-content .s-page-layer .s-page-wrapper { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }

#s-content .s-page-layer .s-page-wrapper .s-page-content iframe, .site-dashboard-content .s-page-layer .s-page-wrapper .s-page-content iframe { border-width: 0px; }

#s-content.side-menu-opened .s-page-layer.fill-content, #s-content.side-menu-opened .s-page-layer .fill-content, .site-dashboard-content.side-menu-opened .s-page-layer.fill-content, .site-dashboard-content.side-menu-opened .s-page-layer .fill-content { left: 240px; }

.s-page-layer { display: none; z-index: 2100; }

.s-page-layer.fill, .s-page-layer .fill, .s-page-layer.fill-content, .s-page-layer .fill-content { position: fixed; inset: 0px; }

.s-page-layer .s-page-shade { background: rgba(0, 0, 0, 0.65); opacity: 0; transition: 0.3s; }

.s-page-layer .s-page-shade.solid { background: rgb(82, 90, 97); }

.s-page-layer .s-page-wrapper { position: absolute; inset: 75px 6.5% 4%; border: 6px solid rgb(255, 255, 255); opacity: 0; transition: 0.3s; transform: translate3d(0px, 15px, 0px); }

.s-page-layer .s-page-wrapper .address { position: absolute; top: -48px; left: 68px; }

.s-page-layer .s-page-wrapper .address .link, .s-page-layer .s-page-wrapper .address .link:hover { color: rgb(255, 255, 255); }

.s-page-layer .s-page-wrapper .s-theme-preview-bar { position: absolute; width: 100%; top: -35px; color: rgb(255, 255, 255); font-size: 15px; font-family: open_sans, "Open Sans", sans-serif; }

.s-page-layer .s-page-wrapper .s-theme-preview-bar:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-page-layer .s-page-wrapper .s-theme-preview-bar:lang(sxl), .s-page-layer .s-page-wrapper .s-theme-preview-bar:lang(zh), .s-page-layer .s-page-wrapper .s-theme-preview-bar:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-page-layer .s-page-wrapper .s-theme-preview-bar:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-page-layer .s-page-wrapper .s-theme-preview-bar a.s-btn { float: right; top: -30px; position: relative; margin-right: 0px; }

.s-page-layer .s-page-wrapper .back-btn { cursor: pointer; color: rgb(255, 255, 255); opacity: 0; position: absolute; top: -48px; left: -6px; transition: 0.3s; transform: translate3d(0px, 15px, 0px); }

.s-page-layer .s-page-wrapper .back-btn .fa { padding-right: 4px; }

.s-page-layer .s-page-wrapper .s-page-content { width: 100%; height: 100%; position: relative; }

.s-page-layer .s-page-wrapper .s-page-content iframe { height: 100%; width: 100%; background: rgb(255, 255, 255); }

.s-page-layer .s-page-wrapper .s-page-content .mask { display: inline-block; position: absolute; color: rgb(153, 153, 153); z-index: 1; left: 50%; top: 50%; font-size: 24px; transform: translateX(-50%) translateY(-50%); }

.s-page-layer .s-page-wrapper .s-page-content .s-btn.template-preview-button { float: right; margin-top: -70px; margin-right: -6px; }

.s-page-layer.open .s-page-shade { opacity: 1; }

.s-page-layer.open .s-page-wrapper, .s-page-layer.open .s-page-wrapper .back-btn { opacity: 1; transform: translateZ(0px); }

.no-text-selection { user-select: none; }

.s-tag { display: inline-block; zoom: 1; margin-right: 5px; text-transform: uppercase; font-size: 11px; padding: 3px 6px; color: rgb(255, 255, 255); border-radius: 3px; text-shadow: none; background: rgb(255, 153, 68); }

.s-tag.middle { vertical-align: middle; }

.s-tag.gray { background: rgb(170, 170, 170); }

.s-tag.red { background: rgb(230, 71, 81); }

.s-tag.green { background: rgb(167, 209, 0); }

.s-tag.yellow { background: rgb(251, 232, 55); color: rgb(68, 68, 68); }

.s-tag.teal { background: rgb(65, 177, 161); }

.s-box-tag { display: inline-block; zoom: 1; margin-left: 10px; text-transform: uppercase; font-size: 11px; padding: 4px; color: rgb(255, 255, 255); border-radius: 3px; text-shadow: none; font-weight: 600; }

.s-box-tag.middle { vertical-align: middle; }

.s-box-tag.red { background: rgba(230, 71, 81, 0.2); color: rgb(207, 64, 73); }

.s-box-tag.green { background: rgb(209, 230, 184); color: rgb(132, 165, 23); }

.white-modal { width: 380px; height: 340px; z-index: 100001; position: fixed; top: 50%; left: 50%; display: none; margin-top: -170px; margin-left: -190px; border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.45) 0px 1px 10px; opacity: 1; transition: 0.3s; transform: translateZ(0px); }

.white-modal.invisible { transform: translate3d(0px, 15px, 0px); opacity: 0; }

.white-modal h1 i, .white-modal h2 i, .white-modal h3 i, .white-modal h4 i, .white-modal h5 i, .white-modal h6 i { padding-right: 5px; }

.white-modal .modal-container { padding: 30px 40px; height: 280px; width: 300px; border-radius: 4px; position: absolute; background: rgb(255, 255, 255); }

@media only screen and (min-width: 320px) and (max-width: 375px) {
  .white-modal .modal-container { width: 240px; left: 30px; }
}

@media only screen and (max-width: 320px) {
  .white-modal .modal-container { width: 230px; left: 35px; }
}

@media only screen and (max-width: 768px) {
  .white-modal .modal-container { width: auto; }
}

.white-modal .modal-container .reward-title { max-width: 280px; }

.white-modal .modal-container .done { color: rgb(255, 255, 255); background: rgb(153, 204, 34); border-radius: 3px; padding: 5px 8px; position: absolute; top: 0px; right: 0px; text-shadow: none; }

.white-modal .modal-container a.close-modal { position: absolute; bottom: 30px; text-align: left; display: block; color: rgb(42, 171, 217); }

.white-modal .modal-container a.close-modal.s-btn { color: rgb(255, 255, 255); }

.white-modal .modal-container a.modal-button { color: rgb(255, 255, 255); background: rgb(42, 171, 217); border-radius: 100px; padding: 8px 16px; display: inline-block; zoom: 1; text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px; }

.white-modal .modal-container a.modal-button.middle { vertical-align: middle; }

.white-modal .modal-container a.modal-button:hover { background: rgb(46, 188, 239); }

.white-modal .modal-container .hr { height: 1px; background: rgb(221, 221, 221); margin: 20px 0px; }

.white-modal .modal-container .form input[type="text"], .white-modal .modal-container .form textarea { border: 1px solid rgb(198, 201, 205); border-radius: 3px; padding: 6px 8px; color: rgb(99, 105, 114); line-height: 1.6; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset; width: 288px; margin-bottom: 5px; }

.white-modal .modal-container .form input[type="text"]:focus, .white-modal .modal-container .form textarea:focus { border-color: rgb(27, 176, 230); outline: none; }

.white-modal .modal-container .form input[type="text"].thin, .white-modal .modal-container .form textarea.thin { padding: 2px; }

.strikingly-custom-alert { color: rgb(102, 102, 102); position: relative; z-index: 1; font-family: open_sans, "Open Sans", sans-serif; text-shadow: rgba(255, 255, 255, 0.6) 0px 1px; }

.strikingly-custom-alert:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.strikingly-custom-alert:lang(sxl), .strikingly-custom-alert:lang(zh), .strikingly-custom-alert:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.strikingly-custom-alert:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.strikingly-custom-alert > .fa { position: absolute; z-index: -1; top: 10px; left: 10px; font-size: 32px; color: rgb(255, 204, 119); opacity: 0; }

.strikingly-custom-alert .alert-content { font-size: 15px; line-height: 1.4; text-align: center; }

.strikingly-custom-alert .alert-content a { color: rgb(42, 171, 217); }

.strikingly-custom-alert .close { display: inline-block; position: absolute; top: -20px; right: -25px; font-size: 28px; font-style: normal; font-weight: 200; cursor: pointer; }

.strikingly-custom-alert .bottom-actions { text-align: center; margin-top: 20px; }

.strikingly-custom-alert .bottom-actions .cancel { margin-right: 16px; }

.strikingly-custom-alert .disable-bottom-actions { opacity: 0.6; pointer-events: none; }

@-webkit-keyframes ui-fade-in-up { 
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0px); }
}

@keyframes ui-fade-in-up { 
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0px); }
}

@-webkit-keyframes ui-fade-in-down { 
  0% { opacity: 1; transform: translateY(0px); }
  100% { opacity: 0; transform: translateY(10px); }
}

@keyframes ui-fade-in-down { 
  0% { opacity: 1; transform: translateY(0px); }
  100% { opacity: 0; transform: translateY(10px); }
}

.easeUp { animation-duration: 0.3s; animation-fill-mode: both; animation-timing-function: ease; animation-name: ui-fade-in-up; }

.easeDown { animation-duration: 0.3s; animation-fill-mode: both; animation-timing-function: ease; animation-name: ui-fade-in-down; }

.social-media-buttons { text-align: center; display: inline-block; zoom: 1; }

.social-media-buttons.middle { vertical-align: middle; }

.social-media-buttons .social-media-button { float: left; margin-right: 10px; min-width: 75px; }

.social-media-buttons .social-media-button:last-child { margin-right: 0px; }

.vcenter-before-mixin { content: ""; display: inline-block; height: 100%; vertical-align: middle; margin-left: -1em; }

.strikingly-sel-li { position: relative; padding-left: 10px; text-align: left; cursor: default; color: rgb(68, 68, 68); line-height: 26px; list-style: none; }

.strikingly-sel-li.strikingly-sel-sel { color: rgb(255, 255, 255); text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px; background-color: rgb(0, 109, 204); }

.strikingly-sel-wrapper { position: absolute; z-index: 9999; background: rgb(255, 255, 255); overflow: hidden; opacity: 0; }

.strikingly-sel-hit { color: rgb(135, 206, 235); }

.top-left-return-button { position: absolute; top: 20px; left: 20px; color: rgb(255, 255, 255); z-index: 100; }

.top-left-return-button a { color: rgb(255, 255, 255); font-size: 26px; }

.top-left-return-button a span.text { font-size: 16px; position: relative; top: -3px; display: none; }

.top-left-return-button a span.icon { color: rgba(255, 255, 255, 0.7); }

.top-left-return-button a:hover .icon { color: rgb(255, 255, 255); }

.top-left-return-button a:hover span.text { display: inline; }

.fa.fa-grip::before { content: "  "; }

.fa.right-icon { margin-left: 5px; }

.fa.left-icon { margin-right: 5px; }

[class*="entypo-"].right-icon { margin-left: 5px; }

[class*="entypo-"].left-icon { margin-right: 5px; }

.s-date-selector { position: relative; overflow: hidden; padding-bottom: 10px; }

.s-date-selector .s-btn.toggled::after, .s-date-selector .s-btn.toggled::before { content: ""; display: block; position: absolute; left: 50%; top: 100%; width: 100vw; height: 10px; margin-top: 3px; border-radius: 0px; background: rgb(255, 255, 255); pointer-events: none; opacity: 1; }

.s-date-selector .s-btn.toggled::before { margin-left: -5px; transform-origin: left center; transform: skewX(-45deg) rotate(180deg); border-left: 1px solid rgb(226, 228, 231); border-top: 1px solid rgb(226, 228, 231); }

.s-date-selector .s-btn.toggled::after { margin-left: 5px; transform: skewX(45deg); border-left: 1px solid rgb(226, 228, 231); border-bottom: 1px solid rgb(226, 228, 231); }

.s-tab-list { overflow: hidden; padding-bottom: 21px; }

.s-tab-list .s-tab-item { position: relative; display: inline-block; font-size: 14px; padding: 7px 16px; border-radius: 4px; background-color: rgb(246, 246, 246); box-shadow: rgb(255, 255, 255) 0px 2px 0px 0px inset; border: 1px solid rgb(204, 204, 204); margin-right: 5px; cursor: pointer; }

.s-tab-list .s-tab-item.s-tab-item-selected { color: rgb(136, 139, 141); border-width: medium; border-style: none; border-color: currentcolor; border-image: none; border-radius: 3px; background-color: rgb(226, 228, 231); padding: 8px 17px; box-shadow: none; }

.s-tab-list .s-tab-item:hover { background: rgb(238, 238, 238); border-color: rgb(204, 204, 204); }

.s-tab-list .s-tab-item-selected::after, .s-tab-list .s-tab-item-selected::before { content: ""; display: block; position: absolute; left: 50%; top: 100%; width: 100vw; height: 10px; margin-top: 10px; border-radius: 0px; background: rgb(255, 255, 255); pointer-events: none; opacity: 1; }

.s-tab-list .s-tab-item-selected::before { margin-left: -5px; transform-origin: left center; transform: skewX(-45deg) rotate(180deg); border-left: 1px solid rgb(226, 228, 231); border-top: 1px solid rgb(226, 228, 231); }

.s-tab-list .s-tab-item-selected::after { margin-left: 5px; transform: skewX(45deg); border-left: 1px solid rgb(226, 228, 231); border-bottom: 1px solid rgb(226, 228, 231); }

.s-card { display: flex; align-items: center; justify-content: space-between; padding: 18px; cursor: pointer; max-width: 600px; border-radius: 4px; border: 1px solid rgb(226, 228, 231); background-color: rgb(244, 246, 248); }

.s-card .title { font-weight: 700; line-height: 1.5; color: rgb(75, 80, 86); }

.s-card .sub-text { line-height: 1.5; color: rgb(198, 201, 205); }

.s-card .right-arrow { font-size: 18px; color: rgb(169, 174, 178); }

.s-flash-message-list { position: fixed; top: 15px; left: 50%; z-index: 9999; transform: translateX(-50%); line-height: 1.45em; }

.s-flash-message-list .s-flash-message { border-radius: 4px; padding: 8px; margin: 0px auto 6px; width: fit-content; }

.s-flash-message-list .s-flash-message.success { background-color: rgb(244, 248, 230); border: 1px solid rgb(146, 187, 0); color: rgb(146, 187, 0); }

.s-flash-message-list .s-flash-message.error { background-color: rgb(253, 237, 239); border: 1px solid rgb(236, 83, 96); color: rgb(236, 83, 96); }

.s-flash-message-list .s-flash-message .icon { margin-right: 8px; }

#livechat-compact-container { margin-right: 20px !important; }

.s-custom-invisible-btn { font-family: brandon-grotesque, brandon, martel-sans, sans-serif; text-transform: uppercase; border: 1px solid transparent; display: inline-block; margin: 0px 8px 12px 0px; vertical-align: middle; padding: 10px 15px; position: relative; font-weight: 700; border-radius: 4px; cursor: pointer; font-size: 14px; color: rgb(141, 148, 156); transition: 0.15s; text-decoration: none; word-break: keep-all; user-select: none; line-height: 1.25; background-color: transparent; outline: none; }

.s-custom-invisible-btn:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-custom-invisible-btn:lang(sxl), .s-custom-invisible-btn:lang(zh), .s-custom-invisible-btn:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-custom-invisible-btn:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-custom-invisible-btn.gray:hover { border-color: rgb(204, 204, 204); background: rgb(246, 246, 246); color: rgb(145, 147, 148); }

.s-custom-invisible-btn.red:hover { background: rgb(230, 71, 81); border-color: rgb(230, 71, 81); color: rgb(255, 255, 255); }

.s-custom-invisible-btn i.fa { margin-right: 5px; }

.s-form .s-form-section { margin-bottom: 25px; }

.s-form .s-form-section:last-child { margin-bottom: 0px; }

.s-form.inline .s-form-field { display: inline-block; margin-bottom: 0px; }

.s-form-field { position: relative; margin-bottom: 15px; }

.s-form-field.required::after { content: "*"; position: absolute; right: -15px; top: 13px; color: rgb(230, 71, 81); }

.s-form-field.inline { display: inline-block; margin-right: 15px; vertical-align: top; }

.s-form-field.inline .label, .s-form-field.inline > label { display: block; margin-bottom: 10px; }

.s-form-field.inline .s-form-field-error { display: block; }

.s-form-field:last-child { margin-bottom: 0px; }

.s-form-field.warn { color: rgb(255, 128, 96); }

.s-form-field.error { color: rgb(230, 71, 81); }

.s-form-field.buttons { display: flex; justify-content: space-between; }

.s-form-field.search input[type="text"] { padding: 5px 30px; }

.s-form-field.search::before { font-family: "Font Awesome 5 Free"; position: absolute; left: 10px; top: 12px; content: ""; font-size: 12px; color: rgb(166, 166, 166); }

.s-form-field.search .clear-input-btn { cursor: pointer; font-family: "Font Awesome 5 Free"; position: absolute; right: 10px; top: 10px; content: ""; font-size: 16px; color: rgb(166, 166, 166); }

.s-form-field.s-select-container label { display: block; margin-bottom: 5px; color: rgb(255, 255, 255); }

.s-form-field.s-select-container label.gray { color: rgb(169, 174, 178); }

.s-form-field.s-select-container select { appearance: none; background-image: linear-gradient(rgb(253, 253, 253), rgb(249, 249, 249)); box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 1px 0px; border: 1px solid rgb(198, 201, 204); padding: 0px 15px 0px 8px; width: 100%; border-radius: 3px; height: 34px; }

.s-form-field.s-select-container select:focus { outline: none; }

.s-form-field.s-select-container i { pointer-events: none; position: absolute; color: rgb(99, 105, 114); right: 5px; top: 0px; line-height: 34px; }

.s-form-field.s-select-container.small select { height: 27px; }

.s-form-field.s-select-container.small i { line-height: 28px; }

.s-form-field label { font-weight: 600; color: rgb(75, 80, 86); }

.s-form-field label.side { display: inline-block; margin-right: 10px; margin-bottom: 0px; padding: 3px 0px; }

.s-form-field label.top { display: block; margin-bottom: 10px; }

.s-form-field input[type="email"], .s-form-field input[type="number"], .s-form-field input[type="password"], .s-form-field input[type="text"], .s-form-field textarea { border: 1px solid rgb(198, 201, 205); border-radius: 3px; padding: 6px 8px; color: rgb(99, 105, 114); line-height: 1.6; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset; }

.s-form-field input[type="email"]:focus, .s-form-field input[type="number"]:focus, .s-form-field input[type="password"]:focus, .s-form-field input[type="text"]:focus, .s-form-field textarea:focus { border-color: rgb(27, 176, 230); outline: none; }

.s-form-field input[type="email"].thin, .s-form-field input[type="number"].thin, .s-form-field input[type="password"].thin, .s-form-field input[type="text"].thin, .s-form-field textarea.thin { padding: 2px; }

.s-form-field input[type="email"].middle, .s-form-field input[type="number"].middle, .s-form-field input[type="password"].middle, .s-form-field input[type="text"].middle, .s-form-field textarea.middle { padding: 10px; height: 16px; }

.s-form-field input[type="email"].full-width, .s-form-field input[type="number"].full-width, .s-form-field input[type="password"].full-width, .s-form-field input[type="text"].full-width, .s-form-field textarea.full-width { width: 100%; box-sizing: border-box; }

.s-form-field input[type="checkbox"] { vertical-align: middle; display: inline-block; }

.s-form-field select { height: 37px; width: 165px; background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); font-size: 14px; cursor: pointer; }

.s-form-field select.disabled { appearance: none; }

.s-form-field textarea { width: 100%; box-sizing: border-box; }

.s-form-field input[type="number"].error, .s-form-field input[type="password"].error, .s-form-field input[type="text"].error, .s-form-field select.error, .s-form-field textarea.error { border: 1px solid rgb(230, 71, 81); }

.s-form-field input[type="number"].disabled, .s-form-field input[type="password"].disabled, .s-form-field input[type="text"].disabled, .s-form-field select.disabled, .s-form-field textarea.disabled { background: rgb(242, 242, 242); color: rgb(99, 105, 114); }

.s-form-field .radio-field { padding: 6px 6px 6px 2px; cursor: pointer; }

.s-form-field .radio-field .label { padding-left: 4px; cursor: pointer; }

.s-form-field .radio-field .radio-label { padding-left: 4px; cursor: auto; }

.s-form-field .radio-field input { cursor: pointer; }

.s-form-field .radio-field:first-child { margin-top: 0px; }

.s-form-field .radio-field:last-child { margin-bottom: 0px; }

.s-form-field .s-form-field-error { margin-top: 5px; font-size: 86%; color: rgb(230, 71, 81); }

.s-form-field .s-form-field-hint { line-height: 1.2; }

.s-form-field.covered-label .field-content { border: 1px solid rgb(198, 201, 205); border-radius: 3px; display: flex; align-items: center; }

.s-form-field.covered-label input[type="password"], .s-form-field.covered-label input[type="text"] { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; box-shadow: none; flex: 1 1 0%; }

.s-form-field.covered-label label.covered { flex: 0 0 auto; padding: 0px 8px; }

.s-form-field.covered-label.error .field-content { border-color: rgb(230, 71, 81); }

.table { display: table; width: 100%; table-layout: fixed; }

.table .table-row { display: table-row; }

.table .table-cell { display: table-cell; vertical-align: middle; }

.Dropdown-root { position: relative; }

.Dropdown-control { position: relative; overflow: hidden; background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-radius: 2px; box-sizing: border-box; color: rgb(99, 105, 114); cursor: pointer; outline: none; padding: 8px 52px 8px 10px; transition: 0.2s; }

.Dropdown-control:hover { box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 0px; }

.Dropdown-arrow { border-color: rgb(153, 153, 153) transparent transparent; border-style: solid; border-width: 5px 5px 0px; content: " "; display: block; height: 0px; position: absolute; right: 10px; top: 14px; width: 0px; }

.is-open .Dropdown-arrow { border-color: transparent transparent rgb(153, 153, 153); border-width: 0px 5px 5px; }

.Dropdown-menu { background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 0px; box-sizing: border-box; margin-top: -1px; max-height: 200px; overflow-y: auto; position: absolute; top: 100%; width: 100%; z-index: 1000; }

.Dropdown-menu .Dropdown-group > .Dropdown-title { padding: 8px 10px; color: rgb(51, 51, 51); font-weight: 700; text-transform: capitalize; }

.Dropdown-option { box-sizing: border-box; color: rgba(51, 51, 51, 0.8); cursor: pointer; display: block; padding: 8px 10px; }

.Dropdown-option:last-child { border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; }

.Dropdown-option.is-selected, .Dropdown-option:hover { background-color: rgb(242, 249, 252); color: rgb(99, 105, 114); }

.Dropdown-noresults { box-sizing: border-box; color: rgb(204, 204, 204); cursor: default; display: block; padding: 8px 10px; }

input[placeholder]::-webkit-input-placeholder { color: rgb(198, 201, 205); font-weight: 400; }

textarea[placeholder]::-webkit-input-placeholder { color: rgb(198, 201, 205); font-weight: 400; }

::-webkit-input-placeholder { color: rgb(198, 201, 205); font-weight: 400; }

.s-btn { background: rgb(147, 183, 25); border: 1px solid rgb(147, 183, 25); color: rgb(255, 255, 255); display: inline-block; vertical-align: middle; padding: 10px 15px; position: relative; font-family: brandon-grotesque, brandon, martel-sans, sans-serif; font-weight: 700; appearance: none; border-radius: 4px; cursor: pointer; text-transform: uppercase; font-size: 14px; margin: 4px; transition: 0.15s; }

.s-btn:hover { background: rgb(165, 205, 28); border-color: rgb(165, 205, 28); }

.s-btn:active { background: rgb(132, 165, 23); border-color: rgb(132, 165, 23); }

.s-btn:hover, .s-dash .s-btn, .s-dash .s-btn:hover, .s-edit-modal .s-btn, .s-edit-modal .s-btn:hover { color: rgb(255, 255, 255); }

.sxl_subscriptions .s-btn { vertical-align: bottom; }

.s-btn:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-btn:lang(sxl), .s-btn:lang(zh), .s-btn:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-btn:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.box .s-btn:first-of-type, .s-box .s-btn:first-of-type { margin-left: 0px; }

.box .s-btn:last-of-type, .s-box .s-btn:last-of-type { margin-right: 0px; }

@media only screen and (max-width: 479px) {
  .box .s-btn.payment-button, .s-box .s-btn.payment-button { margin-left: 0px; }
}

.s-btn.block { margin: 4px 0px; }

.s-btn::before { content: " "; width: auto; height: 10px; left: 0px; right: 0px; border-top: 1px solid rgb(255, 255, 255); opacity: 0.35; position: absolute; top: 0px; border-radius: 5px; }

.s-btn:focus { outline: none; }

.s-btn.outline { border: 1px solid rgba(255, 255, 255, 0.8); color: rgba(255, 255, 255, 0.8); background: none; box-shadow: none; }

.s-btn.outline::before { display: none; }

.s-btn.outline:hover { border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); background: rgba(255, 255, 255, 0.1); }

input.s-btn { box-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px inset; }

input.s-btn.dark-bg { border-top-color: rgba(255, 255, 255, 0.4); }

.s-btn.big { font-size: 16px; padding: 14px 20px; }

.s-btn.bigger { font-size: 18px; padding: 18px 26px; }

.s-btn.biggest { font-size: 20px; padding: 24px 34px; }

.s-btn.small { font-size: 12px; padding: 8px 12px; margin: 3px; }

.s-btn.smaller { font-size: 12px; padding: 6px 8px 5px; margin: 2px; }

.s-btn.longer { font-size: 16px; padding: 11px 61px; }

.s-btn.text-shadow { text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px; }

.s-btn.toggled { border-color: rgb(226, 228, 231); background: rgb(226, 228, 231); color: rgb(136, 139, 148); }

.s-btn.toggled:hover, .s-dash .s-btn.toggled, .s-dash .s-btn.toggled:hover, .s-edit-modal .s-btn.toggled, .s-edit-modal .s-btn.toggled:hover { color: rgb(136, 139, 148); }

.s-btn.toggled::before { display: none; }

.s-btn.nowrap { white-space: nowrap; }

.s-btn.gray { border-color: rgb(204, 204, 204); background: rgb(246, 246, 246); }

.s-btn.gray, .s-btn.gray:hover, .s-dash .s-btn.gray, .s-dash .s-btn.gray:hover, .s-edit-modal .s-btn.gray, .s-edit-modal .s-btn.gray:hover { color: rgb(145, 147, 148); }

.s-btn.gray::before { opacity: 1; }

.s-btn.gray:hover { background: rgb(238, 238, 238); }

.s-btn.gray.outline { background: none; font-weight: 400; }

.s-btn.gray.outline::before { display: none; }

.s-btn.gray.outline:hover { border-color: rgb(99, 105, 114); }

.s-btn.gray.disabled { cursor: not-allowed; border: 1px solid rgb(226, 228, 231); }

.s-btn.gray.disabled, .s-btn.gray.disabled:hover { color: rgb(205, 209, 212); background: none; }

#user_profiles .s-btn.gray.disabled, .s-btn.gray #sxl_subscriptions { background: rgb(246, 246, 246); color: rgb(221, 221, 221); }

#user_profiles .s-btn.gray.disabled:hover, .s-btn.gray #sxl_subscriptions:hover, .s-dash #user_profiles .s-btn.gray.disabled, .s-dash #user_profiles .s-btn.gray.disabled:hover, .s-dash .s-btn.gray #sxl_subscriptions, .s-dash .s-btn.gray #sxl_subscriptions:hover, .s-edit-modal #user_profiles .s-btn.gray.disabled, .s-edit-modal #user_profiles .s-btn.gray.disabled:hover, .s-edit-modal .s-btn.gray #sxl_subscriptions, .s-edit-modal .s-btn.gray #sxl_subscriptions:hover { color: rgb(221, 221, 221); }

.s-btn.mid-gray { border-color: rgb(169, 174, 178); background: rgb(169, 174, 178); border-radius: 3px; }

.s-btn.mid-gray:hover { background: rgb(194, 200, 205); border-color: rgb(194, 200, 205); }

.dark-bg .s-btn.mid-gray::before { opacity: 0.2; }

.s-btn.dark-gray { border-color: rgb(82, 82, 82); background: rgb(82, 82, 82); color: rgb(204, 204, 204); border-radius: 3px; }

.s-btn.dark-gray:hover, .s-dash .s-btn.dark-gray, .s-dash .s-btn.dark-gray:hover, .s-edit-modal .s-btn.dark-gray, .s-edit-modal .s-btn.dark-gray:hover { color: rgb(204, 204, 204); }

.s-btn.dark-gray:hover { background: rgb(94, 94, 94); border-color: rgb(94, 94, 94); }

.dark-bg .s-btn.dark-gray::before { opacity: 0.2; }

.s-btn.red { background: rgb(230, 71, 81); border-color: rgb(230, 71, 81); }

.s-btn.red:hover { background: rgb(255, 80, 91); border-color: rgb(255, 80, 91); }

.s-btn.red:active { background: rgb(207, 64, 73); border-color: rgb(207, 64, 73); }

.s-btn.fb-blue { background: rgb(71, 107, 184); border-color: rgb(71, 107, 184); }

.s-btn.fb-blue:hover { background: rgb(80, 120, 206); border-color: rgb(80, 120, 206); }

.s-btn.fb-blue:active { background: rgb(64, 96, 166); border-color: rgb(64, 96, 166); }

.s-btn.fb-blue::before { opacity: 0.2; }

.s-btn.twitter-blue { background: rgb(0, 172, 237); border-color: rgb(0, 172, 237); }

.s-btn.twitter-blue:hover { background: rgb(0, 193, 255); border-color: rgb(0, 193, 255); }

.s-btn.twitter-blue:active { background: rgb(0, 155, 213); border-color: rgb(0, 155, 213); }

.s-btn.twitter-blue::before { opacity: 0.4; }

.s-btn.linkedin-blue { background: rgb(9, 122, 182); border-color: rgb(9, 122, 182); }

.s-btn.linkedin-blue:hover { background: rgb(10, 137, 204); border-color: rgb(10, 137, 204); }

.s-btn.linkedin-blue:active { background: rgb(8, 110, 164); border-color: rgb(8, 110, 164); }

.s-btn.linkedin-blue::before { opacity: 0.4; }

.s-btn.orange { background: rgb(255, 138, 47); border-color: rgb(255, 138, 47); }

.s-btn.orange:hover { background: rgb(255, 162, 56); border-color: rgb(255, 162, 56); }

.s-btn.orange:active { background: rgb(248, 124, 43); border-color: rgb(248, 124, 43); }

.s-btn.blue { background: rgb(65, 177, 161); border-color: rgb(65, 177, 161); }

.s-btn.blue:hover { background: rgb(73, 198, 180); border-color: rgb(73, 198, 180); }

.s-btn.blue:active { background: rgb(59, 159, 145); border-color: rgb(59, 159, 145); }

.s-btn.basic-blue { background: rgb(27, 176, 230); border-color: rgb(27, 176, 230); }

.s-btn.basic-blue:hover { background: rgb(30, 197, 255); border-color: rgb(30, 197, 255); }

.s-btn.basic-blue:active { background: rgb(24, 158, 207); border-color: rgb(24, 158, 207); }

.s-btn.purple { background: rgb(117, 82, 167); border-color: rgb(117, 82, 167); }

.s-btn.purple:hover { background: rgb(130, 91, 186); border-color: rgb(130, 91, 186); }

.s-btn.purple:active { background: rgb(105, 73, 150); border-color: rgb(105, 73, 150); }

.s-btn.purple::before { opacity: 0.3; }

.s-btn.light-purple { background: rgb(150, 113, 205); border-color: rgb(150, 113, 205); }

.s-btn.light-purple:hover { background: rgb(168, 127, 229); border-color: rgb(168, 127, 229); }

.s-btn.light-purple:active { background: rgb(135, 102, 184); border-color: rgb(135, 102, 184); }

.s-btn.light-purple::before { opacity: 0.3; }

.s-btn.yellow { background: rgb(255, 209, 56); border-color: rgb(255, 209, 56); color: rgb(53, 49, 32); }

.s-btn.yellow:hover { background: rgb(255, 234, 62); border-color: rgb(255, 234, 62); }

.s-btn.yellow:active { background: rgb(240, 196, 52); border-color: rgb(240, 196, 52); }

.s-btn.yellow:hover, .s-dash .s-btn.yellow, .s-dash .s-btn.yellow:hover, .s-edit-modal .s-btn.yellow, .s-edit-modal .s-btn.yellow:hover { color: rgb(53, 49, 32); }

.dark-bg .s-btn.yellow::before, .s-btn.yellow::before { opacity: 0.6; }

.s-btn.sunflower-yellow { background: rgb(255, 205, 0); border-color: rgb(255, 205, 0); color: rgb(255, 255, 255); }

.s-btn.sunflower-yellow:hover { background: rgb(255, 230, 0); border-color: rgb(255, 230, 0); }

.s-btn.sunflower-yellow:active { background: rgb(230, 185, 0); border-color: rgb(230, 185, 0); }

.s-btn.sunflower-yellow:hover, .s-dash .s-btn.sunflower-yellow, .s-dash .s-btn.sunflower-yellow:hover, .s-edit-modal .s-btn.sunflower-yellow, .s-edit-modal .s-btn.sunflower-yellow:hover { color: rgb(255, 255, 255); }

.s-btn.no-border { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }

.dark-bg .s-btn, .s-btn.dark-bg { border-radius: 3px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px; }

.dark-bg .s-btn::before, .s-btn.dark-bg::before { top: 0px; border-radius: 4px; }

.s-btn.no-margin { margin: 0px; }

.s-btn.left { margin-left: 0px; }

.s-btn.right { margin-right: 0px; }

.s-btn .left-icon { margin-right: 5px; }

.s-btn .right-icon { margin-left: 5px; }

.s-side-menu-btn { float: left; margin: 4px 5px; padding: 0px; width: 95px; height: 44px; background: rgba(0, 0, 0, 0.3); color: rgb(255, 255, 255); text-shadow: none; cursor: pointer; box-shadow: none; border-radius: 3px; }

.s-side-menu-btn, .s-side-menu-btn a { text-decoration: none; }

.s-side-menu-btn.long { width: 200px; height: 40px; }

.s-side-menu-btn.long a { background-position: 10px 10px; font-size: 12px; line-height: 30px; }

.s-side-menu-btn.se-choose-template { width: auto; height: 40px; float: none; }

.s-side-menu-btn.se-choose-template a { padding-top: 14px; background-position: 10px 10px; font-size: 12px; }

.s-side-menu-btn.selected, .s-side-menu-btn:active, .s-side-menu-btn:hover { background-color: rgb(255, 187, 34); background-repeat: repeat-x; background-image: linear-gradient(rgb(255, 238, 17), rgb(255, 187, 34)); color: rgb(0, 0, 0); text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px; border-radius: 3px; box-shadow: rgba(255, 255, 255, 0.4) 0px 1px inset, rgba(0, 0, 0, 0.4) 0px 1px 2px; text-decoration: none; }

.s-side-menu-btn.selected a, .s-side-menu-btn:active a, .s-side-menu-btn:hover a { text-decoration: none; }

.s-side-menu-btn.selected.blue, .s-side-menu-btn:active.blue, .s-side-menu-btn:hover.blue { background-color: rgb(59, 166, 227); background-repeat: repeat-x; background-image: linear-gradient(rgb(92, 184, 230), rgb(59, 166, 227)); }

.s-side-menu-btn.selected.dark-blue, .s-side-menu-btn:active.dark-blue, .s-side-menu-btn:hover.dark-blue { background-color: rgb(85, 85, 170); background-repeat: repeat-x; background-image: linear-gradient(rgb(119, 119, 204), rgb(85, 85, 170)); }

.s-side-menu-btn.selected.gray, .s-side-menu-btn:active.gray, .s-side-menu-btn:hover.gray { background-color: rgb(136, 136, 136); background-repeat: repeat-x; background-image: linear-gradient(rgb(187, 187, 187), rgb(136, 136, 136)); }

.s-side-menu-btn.selected.green, .s-side-menu-btn:active.green, .s-side-menu-btn:hover.green { background-color: rgb(119, 179, 12); background-repeat: repeat-x; background-image: linear-gradient(rgb(146, 186, 0), rgb(119, 179, 12)); }

.s-side-menu-btn.selected.orange, .s-side-menu-btn:active.orange, .s-side-menu-btn:hover.orange { background-color: rgb(255, 132, 13); background-repeat: repeat-x; background-image: linear-gradient(rgb(255, 170, 0), rgb(255, 132, 13)); }

.s-side-menu-btn.selected.purple, .s-side-menu-btn:active.purple, .s-side-menu-btn:hover.purple { background-color: rgb(200, 64, 166); background-repeat: repeat-x; background-image: linear-gradient(rgb(221, 51, 204), rgb(200, 64, 166)); }

.s-side-menu-btn.selected.red, .s-side-menu-btn:active.red, .s-side-menu-btn:hover.red { background-color: rgb(221, 34, 17); background-repeat: repeat-x; background-image: linear-gradient(rgb(255, 34, 17), rgb(221, 34, 17)); }

.s-side-menu-btn.selected.invisible, .s-side-menu-btn:active.invisible, .s-side-menu-btn:hover.invisible { background: rgba(0, 0, 0, 0.3); box-shadow: none; }

.s-side-menu-btn.small { height: 42px; }

.s-side-menu-btn.small a { padding-top: 27px; background-position: 50% 7.5%; }

.s-side-menu-btn.small.long { height: 24px; }

.s-side-menu-btn.small.long a { padding-top: 7px; font-size: 10px; }

.s-side-menu-btn.invisible, .s-side-menu-btn.invisible a, .s-side-menu-btn.invisible a:hover { background: none; }

.s-side-menu-btn.no-icon { height: 32px; }

.s-side-menu-btn.no-icon a { padding-top: 12px; background: none; }

.s-side-menu-btn.no-icon a.selected, .s-side-menu-btn.no-icon a:active, .s-side-menu-btn.no-icon a:hover { background: none; }

.s-side-menu-btn.highlight-gray { border: 1px solid rgb(102, 102, 102); margin: 3px 4px; }

.s-side-menu-btn.highlight-gray:hover { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; margin: 4px 5px; }

.s-side-menu-btn.right { margin-right: 0px; }

.s-side-menu-btn.solid-gray { background: rgb(85, 85, 85); box-shadow: rgba(255, 255, 255, 0.2) 0px 1px inset, rgba(0, 0, 0, 0.2) 0px 1px 2px; }

.s-side-menu-btn.solid-gray:hover { box-shadow: rgba(255, 255, 255, 0.4) 0px 1px inset, rgba(0, 0, 0, 0.4) 0px 1px 2px; }

.s-side-menu-btn.solid-gray a { text-shadow: none; font-size: 12px; font-weight: 600; color: rgb(221, 221, 221); }

.s-side-menu-btn.solid-gray a:active, .s-side-menu-btn.solid-gray a:hover { text-shadow: none; }

.s-side-menu-btn.gray-dark { background: rgb(71, 75, 86); }

.s-side-menu-btn.transparent { background-color: transparent; }

.s-side-menu-btn.gray-dark a, .s-side-menu-btn.transparent a { color: rgb(255, 255, 255); }

.s-side-menu-btn.gray-dark a:hover, .s-side-menu-btn.transparent a:hover { text-shadow: none; }

.s-side-menu-btn.gray-dark:hover, .s-side-menu-btn.transparent:hover { background: rgb(92, 102, 118); box-shadow: none; text-shadow: none; }

.s-side-menu-btn a { display: block; width: 100%; height: 100%; cursor: pointer; text-align: center; color: rgb(204, 204, 204); padding-top: 5px; font-size: 13px; text-transform: uppercase; font-family: brandon-grotesque, brandon, martel-sans, sans-serif; font-weight: 700; }

.s-side-menu-btn a:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-side-menu-btn a:lang(sxl), .s-side-menu-btn a:lang(zh), .s-side-menu-btn a:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-side-menu-btn a:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-side-menu-btn a .si { margin: 6px 4px 5px 0px; vertical-align: top; display: inline-block; }

.s-side-menu-btn a .fa-rocket { font-size: 14px; margin: 9px 4px 5px 0px; vertical-align: top; }

.s-side-menu-btn a .button-label { height: 33px; max-width: 65px; display: inline-block; zoom: 1; text-overflow: ellipsis; }

.s-side-menu-btn a .button-label.middle { vertical-align: middle; }

.s-side-menu-btn a .button-label.wrap { max-width: none; }

.s-side-menu-btn a .button-label-content { position: relative; top: 50%; transform: translateY(-50%); }

.s-side-menu-btn a.selected, .s-side-menu-btn a:active, .s-side-menu-btn a:hover { color: rgb(255, 255, 255); text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px; }

.s-side-menu-btn a.selected .si, .s-side-menu-btn a:active .si, .s-side-menu-btn a:hover .si { opacity: 1; }

.s-hamburger-icon::before { content: "≡"; font-size: 32px; font-family: "Droid Sans", Courier, sans-serif; position: absolute; inset: 0px; margin: auto; }

.s-box { border-radius: 4px; background: rgb(255, 255, 255); position: relative; padding: 15px; margin: 0px 0px 20px; color: rgb(99, 105, 114); border: 1px solid rgb(169, 174, 178); word-break: break-word; }

.s-box.error, .s-box.notice, .s-box.red { border: 1px solid rgba(230, 71, 81, 0.3); background: rgb(255, 218, 221); margin: 0px auto 20px; }

.s-box.error, .s-box.error p, .s-box.notice, .s-box.notice p, .s-box.red, .s-box.red p { color: rgb(207, 64, 73); }

.s-box.error a, .s-box.notice a, .s-box.red a { color: rgb(207, 64, 73); text-decoration: underline; }

.s-box.error a:hover, .s-box.notice a:hover, .s-box.red a:hover { color: rgb(253, 78, 89); }

.s-box.error.ghost, .s-box.notice.ghost, .s-box.red.ghost { border: 1px solid rgb(230, 71, 81); color: rgb(230, 71, 81); }

.s-box.yellow { border: 1px solid rgb(204, 178, 131); background: rgb(255, 223, 164); color: rgb(230, 91, 0); }

.s-box.light-yellow { border: 1px solid rgb(204, 193, 161); background: rgb(255, 241, 201); color: rgb(230, 91, 0); }

.s-box.orange { color: rgb(231, 115, 40); background: rgb(255, 223, 164); border: 1px solid rgba(251, 125, 43, 0.3); }

.s-box.orange.ghost { color: rgb(255, 138, 47); background: none; border: 1px solid rgb(255, 138, 47); }

.s-box.gray { background: rgba(226, 228, 231, 0.8); color: rgb(99, 105, 114); border: 1px solid rgba(99, 105, 114, 0.2); }

.s-box.gray-2 { background: rgb(141, 148, 156); color: rgb(255, 255, 255); border: 1px solid rgb(141, 148, 156); }

.s-box.gray-2.ghost { background: none; color: rgb(141, 148, 156); border: 1px solid rgb(141, 148, 156); }

.s-box.gray-light { background: rgb(246, 246, 246); color: rgb(99, 105, 114); border: 1px solid rgba(99, 105, 114, 0.2); }

.s-box.gray-light.ghost { background: none; color: rgb(169, 174, 178); border: 1px solid rgb(226, 228, 231); }

.s-box.green, .s-box.success { border: 1px solid rgb(206, 220, 160); background: rgb(229, 244, 178); }

.s-box.green, .s-box.green p, .s-box.success, .s-box.success p { color: rgb(118, 146, 20); }

.s-box.green.ghost, .s-box.success.ghost { background: none; color: rgb(147, 183, 25); border: 1px solid rgb(147, 183, 25); }

.s-box.pale-green { background: rgb(223, 235, 229); border: 1px solid rgb(181, 227, 199); }

.s-box.pale-green, .s-box.pale-green p { color: rgb(104, 168, 128); }

.s-box.blue, .s-box.info { border: 1px solid rgb(142, 216, 243); background: rgb(211, 240, 250); }

.s-box.blue, .s-box.blue p, .s-box.info, .s-box.info p { color: rgb(20, 132, 173); }

.s-box.blue.ghost, .s-box.info.ghost { background: none; color: rgb(27, 176, 230); border: 1px solid rgb(27, 176, 230); }

.s-box.no-border { border-width: medium !important; border-style: none !important; border-color: currentcolor !important; border-image: none !important; }

.s-box.inset { background: rgba(0, 0, 0, 0.075); border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }

.s-box.bottom { border-top-width: medium; border-top-style: none; border-top-color: currentcolor; border-radius: 0px 0px 4px 4px; }

.s-box.large { padding: 28px 30px; }

.s-box .button-right { min-width: 140px; float: right; text-align: right; line-height: 1.4; }

.s-box .close-btn { position: absolute; top: 5px; right: 10px; font-size: 20px; cursor: pointer; }

.s-box.small { padding: 10px 15px; margin: 10px 0px; line-height: 1.3; }

.s-box.small .fa, .s-box.small i { margin-right: 5px; }

.s-box.first { margin-top: 0px; }

.s-box.last, .s-box.tag { margin-bottom: 0px; }

.s-box.tag { display: inline-block; zoom: 1; font-family: brandon-grotesque, brandon, martel-sans, sans-serif; text-transform: uppercase; margin-left: 10px; font-size: 11px; padding: 3px 6px; }

.s-box.tag.middle { vertical-align: middle; }

.s-box.tag:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-box.tag:lang(sxl), .s-box.tag:lang(zh), .s-box.tag:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-box.tag:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-box.tag.ghost { font-weight: 600; background: none; }

.s-box.tag.clickable { cursor: pointer; }

.s-box.no-padding { padding: 0px; }

.s-box.no-margin { margin: 0px; }

.s-blog-info { font-size: 16px; }

.s-bg-dark-text .s-blog-info, .s-bg-light-text .s-blog-info { opacity: 0.65; }

.s-blog-info .fa-star { margin-right: 5px; }

.s-blog-info .s-blog-date { position: relative; font-style: normal; }

.s-blog-info .s-blog-tags { position: relative; z-index: 1; display: inline-block; line-height: 16px; word-break: break-word; }

.s-blog-info .s-blog-tags .dot { margin: 0px 5px; font-weight: 900; }

.s-blog-info .s-blog-tags .s-blog-tag { cursor: pointer; position: relative; margin: 3px 3px 3px 0px; display: inline-block; }

.s-blog-info .s-blog-tags .s-blog-tag:hover { text-decoration: underline; }

.s-blog-info .s-blog-tags .s-blog-tag.last { margin-right: 0px; }

.s-blog-info .s-approved-comments-count, .s-blog-info .s-approved-comments-count:hover { color: inherit; }

.s-blog-info .s-approved-comments-count .entypo-comment { margin: 0px 4px 0px 0px; position: relative; opacity: 0.5; }

.s-section.s-grid-section:not(.s-new-grid-section) { background: rgb(255, 255, 255); flex-wrap: wrap; }

.s-section.s-grid-section:not(.s-new-grid-section) .title-group-container { text-align: center; }

.s-section.s-grid-section:not(.s-new-grid-section) .title-group-container--no-title-content { top: -30px; }

.s-section.s-grid-section:not(.s-new-grid-section) .s-title-group.s-title-group-show-button-container { top: 0px; margin-bottom: 0px !important; }

@media screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-grid-section:not(.s-new-grid-section) .s-title-group.s-title-group-show-button-container { top: 35px; }
}

@media screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-grid-section:not(.s-new-grid-section) .s-title-group.s-title-group-show-button-container { top: 35px; }
}

@media screen and (min-width: 728px) and (max-width: 899px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__mobile-view-on-tablet .s-section.s-grid-section:not(.s-new-grid-section) .s-title-group.s-title-group-show-button-container { top: 35px; }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
}

body #new-dashboard-preview-mobile-view .s-section.s-grid-section:not(.s-new-grid-section) .s-title-group.s-title-group-show-button-container { top: 35px; }

.s-section.s-grid-section:not(.s-new-grid-section)._wide { padding-left: 0px; padding-right: 0px; padding-bottom: 0px; }

.s-section.s-grid-section:not(.s-new-grid-section)._wide .container:not(.title-group-container) { width: 100%; }

.s-section.s-grid-section:not(.s-new-grid-section)._wide .title-group-container .s-title-group-show-button-container { display: none; }

.s-section.s-new-grid-section { background: rgb(255, 255, 255); flex-wrap: wrap; }

.s-section.s-new-grid-section .s-new-grid-section-container { width: 100%; }

.s-section.s-new-grid-section.padding-adjust, .s-section.s-new-grid-section.padding-adjust .s-new-grid-section-container { display: flex; flex-direction: column; flex: 1 1 0%; }

.s-section.s-new-grid-section.padding-adjust .s-grid-section-content { display: flex; flex: 1 1 0%; }

.s-section.s-new-grid-section.padding-adjust .s-grid-section-content > div { flex: 1 1 0%; width: 100%; }

.s-section.s-new-grid-section.padding-adjust .s-grid-section-content .columns > div { flex: 1 1 0%; height: 100%; width: 100%; }

.s-section.s-new-grid-section.padding-adjust .s-grid-section-repeatable-container, .s-section.s-new-grid-section.padding-adjust .s-grid-section-repeatable-container .s-mh.s-repeatable, .s-section.s-new-grid-section.padding-adjust .s-grid-section-repeatable-container .s-mh.s-repeatable > div { flex: 1 1 0%; height: 100%; }

.s-section.s-new-grid-section.padding-adjust .s-grid-section-repeatable-container .s-mh.s-repeatable .s-section-item-wrapper { height: 100%; box-sizing: border-box; }

.s-section.s-new-grid-section.padding-adjust .s-grid-section-repeatable-container .s-mh.s-repeatable .s-section-item-wrapper .s-grid-section-inner-wrapper { width: 100%; flex-direction: row; justify-content: center; }

.s-section.s-new-grid-section .title-group-container { text-align: center; }

.s-section.s-new-grid-section .s-title-group.s-title-group-show-button-container { top: 0px; }

@media screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-new-grid-section .s-title-group.s-title-group-show-button-container { top: 35px; }
}

@media screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-grid-section .s-title-group.s-title-group-show-button-container { top: 35px; }
}

@media screen and (min-width: 728px) and (max-width: 899px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__mobile-view-on-tablet .s-section.s-new-grid-section .s-title-group.s-title-group-show-button-container { top: 35px; }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
}

body #new-dashboard-preview-mobile-view .s-section.s-new-grid-section .s-title-group.s-title-group-show-button-container { top: 35px; }

.s-section.s-new-grid-section._wide { padding-left: 0px; padding-right: 0px; }

.s-grid-section-content, .s-section.s-new-grid-section._wide .container:not(.title-group-container) { width: 100%; }

.s-grid-layout-button-preview, .s-grid-section-repeatable-container .s-repeatable .ui-sortable, .s-grid-section-repeatable-container .s-repeatable > div:not(.s-component-editor-wrapper), .s-native-editor .s-grid-section-repeatable-container .s-component-editor-wrapper { display: flex; flex-wrap: wrap; }

@media screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-layout-button-preview, body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section-repeatable-container .s-repeatable .ui-sortable, body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section-repeatable-container .s-repeatable > div:not(.s-component-editor-wrapper), body:not([data-mobile-new-breakpoint-stage="1"]) .s-native-editor .s-grid-section-repeatable-container .s-component-editor-wrapper { height: auto; }
}

@media screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-layout-button-preview, body[data-mobile-new-breakpoint-stage="1"] .s-grid-section-repeatable-container .s-repeatable .ui-sortable, body[data-mobile-new-breakpoint-stage="1"] .s-grid-section-repeatable-container .s-repeatable > div:not(.s-component-editor-wrapper), body[data-mobile-new-breakpoint-stage="1"] .s-native-editor .s-grid-section-repeatable-container .s-component-editor-wrapper { height: auto; }
}

@media screen and (min-width: 728px) and (max-width: 899px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__mobile-view-on-tablet .s-grid-layout-button-preview, body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__mobile-view-on-tablet .s-grid-section-repeatable-container .s-repeatable .ui-sortable, body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__mobile-view-on-tablet .s-grid-section-repeatable-container .s-repeatable > div:not(.s-component-editor-wrapper), body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__mobile-view-on-tablet .s-native-editor .s-grid-section-repeatable-container .s-component-editor-wrapper { height: auto; }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
}

body #new-dashboard-preview-mobile-view .s-grid-layout-button-preview, body #new-dashboard-preview-mobile-view .s-grid-section-repeatable-container .s-repeatable .ui-sortable, body #new-dashboard-preview-mobile-view .s-grid-section-repeatable-container .s-repeatable > div:not(.s-component-editor-wrapper), body #new-dashboard-preview-mobile-view .s-native-editor .s-grid-section-repeatable-container .s-component-editor-wrapper { height: auto; }

.s-grid-section-item-text-group-wrapper { height: 100%; display: flex; width: 100%; align-items: center; justify-content: center; box-sizing: border-box; word-break: break-word; }

.s-grid-section-image-link-editor-wrapper { position: relative; }

.s-grid-section-image-link-editor-wrapper > div { position: absolute; top: 8px; right: 8px; }

.s-grid-section-image-link-editor-wrapper .s-layout-menu-field .s-layout-menu-button .s-btn { padding: 5px 10px; }

.s-grid-section-image-link-editor-wrapper .s-layout-menu-label { display: flex; width: 100%; align-items: flex-start; }

#s-content.s-mobile-view-editor-content .s-grid-section-image-link-editor-wrapper .s-component.s-linker .s-component-editor { width: 100px; }

#s-content.s-mobile-view-editor-content .s-grid-section-image-link-editor-wrapper .s-component.s-linker.s-mobile-view-editing-box { margin-right: 10px; }

.s-grid-section-cell { box-sizing: border-box; display: flex; align-items: stretch; }

@media screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section-cell { width: 100%; }
}

@media screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section-cell { width: 100%; }
}

@media screen and (min-width: 728px) and (max-width: 899px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__mobile-view-on-tablet .s-grid-section-cell { width: 100%; }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
}

body #new-dashboard-preview-mobile-view .s-grid-section-cell { width: 100%; }

@media screen and (min-width: 900px) {
  .s-grid-section-cell._1-columns { width: 100%; }
  .s-grid-section-cell._2-columns { width: 50%; }
  .s-grid-section-cell._3-columns { width: 33.3333%; }
  .s-grid-section-cell._4-columns { width: 25%; }
  .s-grid-section-cell._oneLeftOneBigRight:first-child { width: 33%; }
  .s-grid-section-cell._oneBigLeftOneRight:first-child, .s-grid-section-cell._oneLeftOneBigRight:nth-child(2) { width: 67%; }
  .s-grid-section-cell._oneBigLeftOneRight:nth-child(2) { width: 33%; }
  .s-grid-section-cell._twoTopThreeBottom { width: 33.3333%; }
  .s-grid-section-cell._twoTopThreeBottom:first-child, .s-grid-section-cell._twoTopThreeBottom:nth-child(2) { width: 50%; }
  .s-grid-section-cell._twoTopTwoBottom { width: 37.5%; }
  .s-grid-section-cell._twoTopTwoBottom:first-child, .s-grid-section-cell._twoTopTwoBottom:nth-child(4) { width: 62.5%; }
}

@media screen and (min-width: 728px) and (max-width: 899px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._1-columns { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._2-columns { width: 50%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._3-columns { width: 33.3333%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._4-columns { width: 25%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._oneLeftOneBigRight:first-child { width: 33%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._oneBigLeftOneRight:first-child, body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._oneLeftOneBigRight:nth-child(2) { width: 67%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._oneBigLeftOneRight:nth-child(2) { width: 33%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopThreeBottom { width: 33.3333%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopThreeBottom:first-child, body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopThreeBottom:nth-child(2) { width: 50%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopTwoBottom { width: 37.5%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopTwoBottom:first-child, body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopTwoBottom:nth-child(4) { width: 62.5%; }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._1-columns { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._2-columns { width: 50%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._3-columns { width: 33.3333%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._4-columns { width: 25%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._oneLeftOneBigRight:first-child { width: 33%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._oneBigLeftOneRight:first-child, body[data-mobile-new-breakpoint-stage="1"] .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._oneLeftOneBigRight:nth-child(2) { width: 67%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._oneBigLeftOneRight:nth-child(2) { width: 33%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopThreeBottom { width: 33.3333%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopThreeBottom:first-child, body[data-mobile-new-breakpoint-stage="1"] .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopThreeBottom:nth-child(2) { width: 50%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopTwoBottom { width: 37.5%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopTwoBottom:first-child, body[data-mobile-new-breakpoint-stage="1"] .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopTwoBottom:nth-child(4) { width: 62.5%; }
}

.s-grid-section-cell._cell-height-small { min-height: 160px; }

@media screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section-cell._cell-height-small { min-height: 120px; }
}

@media screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section-cell._cell-height-small { min-height: 120px; }
}

@media screen and (min-width: 728px) and (max-width: 899px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__mobile-view-on-tablet .s-grid-section-cell._cell-height-small { min-height: 120px; }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
}

body #new-dashboard-preview-mobile-view .s-grid-section-cell._cell-height-small { min-height: 120px; }

.s-grid-section-cell._cell-height-medium { min-height: 250px; }

@media screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section-cell._cell-height-medium { min-height: 150px; }
}

@media screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section-cell._cell-height-medium { min-height: 150px; }
}

@media screen and (min-width: 728px) and (max-width: 899px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__mobile-view-on-tablet .s-grid-section-cell._cell-height-medium { min-height: 150px; }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
}

body #new-dashboard-preview-mobile-view .s-grid-section-cell._cell-height-medium { min-height: 150px; }

.s-grid-section-cell._cell-height-large { min-height: 350px; }

@media screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section-cell._cell-height-large { min-height: 200px; }
}

@media screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section-cell._cell-height-large { min-height: 200px; }
}

@media screen and (min-width: 728px) and (max-width: 899px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__mobile-view-on-tablet .s-grid-section-cell._cell-height-large { min-height: 200px; }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
}

body #new-dashboard-preview-mobile-view .s-grid-section-cell._cell-height-large { min-height: 200px; }

.s-grid-section-cell._cell-height-extraLarge { min-height: 600px; }

@media screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section-cell._cell-height-extraLarge { min-height: 300px; }
}

@media screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section-cell._cell-height-extraLarge { min-height: 300px; }
}

@media screen and (min-width: 728px) and (max-width: 899px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__mobile-view-on-tablet .s-grid-section-cell._cell-height-extraLarge { min-height: 300px; }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
}

body #new-dashboard-preview-mobile-view .s-grid-section-cell._cell-height-extraLarge { min-height: 300px; }

.s-section .s-grid-section-cell .s-bg-light-text .s-item-text, .s-section .s-grid-section-cell .s-bg-light-text .s-item-title { color: rgb(255, 255, 255); }

.s-grid-section-cell .s-bg-image, .s-grid-section-cell .s-no-bg { width: 100%; flex-grow: 1; display: flex; align-items: center; align-self: stretch; }

.s-grid-section-cell .s-component-editor-wrapper .buttons { position: relative; width: 100%; }

.s-grid-section-cell .s-item-text-group { width: 100%; box-sizing: border-box; position: relative; padding: 25px 30px; }

@media screen and (min-width: 900px) {
  .s-grid-section-cell .s-item-text-group { padding: 30px 40px; }
}

@media screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section-cell .s-item-text-group { padding: 12px 15px; }
}

@media screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section-cell .s-item-text-group { padding: 12px 15px; }
}

@media screen and (min-width: 728px) and (max-width: 899px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__mobile-view-on-tablet .s-grid-section-cell .s-item-text-group { padding: 12px 15px; }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
}

body #new-dashboard-preview-mobile-view .s-grid-section-cell .s-item-text-group { padding: 12px 15px; }

.s-grid-section-cell .s-item-text-group .s-component-content, .s-grid-section-cell .s-item-text-group p { text-align: center; }

.s-grid-section-cell .buttons + .s-component-overlay { left: 0px; }

._cell-spacing-small .s-grid-section-cell .buttons + .s-component-overlay { padding: 0px 0px 4px 4px; left: 4px; }

._cell-spacing-large .s-grid-section-cell .buttons + .s-component-overlay { left: 15px; width: calc(100% - 30px); height: calc(100% - 30px); }

.s-grid-section-cell.s-repeatable-item .s-repeatable-move-button { top: 8px; right: 8px; background-color: rgb(34, 34, 34); }

._magazine .s-grid-section-cell.s-repeatable-item .s-repeatable-move-button { display: none !important; }

.s-grid-section-cell .s-repeatable-delete-button { display: none; }

.s-grid-section-cell .s-grid-section-image-link-editor-wrapper { opacity: 0; transition: opacity 0.25s; }

.s-grid-section-cell._image-link-editor-open .s-grid-section-image-link-editor-wrapper, .s-grid-section-cell:hover .s-grid-section-image-link-editor-wrapper { opacity: 1; }

.s-grid-section-cell .s-component-editor-wrapper, .s-grid-section-cell .s-grid-section-image-link-editor-wrapper { align-self: flex-start; order: 2; }

.s-grid-section-cell .button-and-overlay > .s-component-editor-wrapper { order: unset; }

.s-grid-section-cell.ui-sortable-placeholder { width: 0px; height: 0px; }

.s-magazine-column { width: 100%; display: flex; }

@media screen and (min-width: 900px) {
  .s-magazine-column { flex-direction: column; width: 33%; }
  .s-magazine-column > div { width: 100%; flex: 1 1 0%; }
  .s-magazine-column:last-child { width: 67%; }
}

@media screen and (min-width: 728px) and (max-width: 899px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__desktop-view-on-tablet .s-magazine-column { flex-direction: column; width: 33%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__desktop-view-on-tablet .s-magazine-column > div { width: 100%; flex: 1 1 0%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__desktop-view-on-tablet .s-magazine-column:last-child { width: 67%; }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section__desktop-view-on-tablet .s-magazine-column { flex-direction: column; width: 33%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section__desktop-view-on-tablet .s-magazine-column > div { width: 100%; flex: 1 1 0%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-grid-section__desktop-view-on-tablet .s-magazine-column:last-child { width: 67%; }
}

@media screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-magazine-column { width: 100%; flex-wrap: wrap; }
}

@media screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-magazine-column { width: 100%; flex-wrap: wrap; }
}

@media screen and (min-width: 728px) and (max-width: 899px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-grid-section__mobile-view-on-tablet .s-magazine-column { width: 100%; flex-wrap: wrap; }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
}

body #new-dashboard-preview-mobile-view .s-magazine-column { width: 100%; flex-wrap: wrap; }

.s-magazine-column._oneLeftTwoRight:last-child { order: -1; }

.s-grid-section-cell-content, .s-grid-section-cell-content > a { display: flex; flex-grow: 1; width: 100%; }

.site-dashboard-content.is-preview-mode .s-grid-section-cell-content, body:not(.edit) .s-grid-section-cell-content { overflow: hidden; }

.s-section.s-new-grid-section .s-title-group { margin-bottom: 20px; }

.s-section.s-new-grid-section .s-grid-layout-button-container-inner { z-index: 250; }

.s-section.s-new-grid-section .s-grid-section-cell-content { position: relative; width: 100%; }

.s-section.s-new-grid-section .s-grid-section-cell:hover .new-grid-section-editor-wrapper { opacity: 1; }

.s-section.s-new-grid-section .s-grid-section-cell { position: relative; }

.s-section.s-new-grid-section .s-new-grid-section-cell._1-columns .s-grid-cell-email-form-wrapper .s-email-form-inputs-group:not(.form-separate-name-fields-group) { grid-template-columns: repeat(3, auto); }

.s-section.s-new-grid-section .s-new-grid-section-cell._1-columns .s-grid-cell-email-form-wrapper .s-email-form-inputs-group:not(.form-separate-name-fields-group) .s-email-form-field:not(.recaptcha-wrapper):not(.s-submit-field) { max-width: 300px; }

.s-section.s-new-grid-section .background-image { width: 100%; }

.s-section.s-new-grid-section .new-grid-section-editor-wrapper.ai-section-editor { opacity: 0; transition: opacity 0.25s; }

.s-section.s-new-grid-section .s-grid-section-cell-content:hover .new-grid-section-editor-wrapper.ai-section-editor { opacity: 1; }

.s-section.s-new-grid-section .new-grid-section-editor-wrapper:not(.ai-section-editor) { top: 8px; right: 28px; opacity: 0; transition: opacity 0.25s; margin: -5px -2.5px; padding-right: 5px; }

.s-section.s-new-grid-section .new-grid-section-editor-wrapper:not(.ai-section-editor).background-editor-opened, .s-section.s-new-grid-section .new-grid-section-editor-wrapper:not(.ai-section-editor).layout-editor-opened { opacity: 1; }

.s-section.s-new-grid-section .new-grid-section-editor-wrapper:not(.ai-section-editor):not(.background-editor-opened) .s-background .s-component-editor { min-width: auto; width: auto; white-space: nowrap; }

.s-section.s-new-grid-section .new-grid-section-editor-wrapper:not(.ai-section-editor) .s-component.s-background .s-component-editor .title { padding: 0px 10px; height: 21px; line-height: 21px; font-size: 12px; font-weight: 400; display: flex; justify-content: center; align-items: center; }

.s-section.s-new-grid-section .new-grid-section-editor-wrapper:not(.ai-section-editor) .s-component.s-background .s-component-editor .title .minus, .s-section.s-new-grid-section .new-grid-section-editor-wrapper:not(.ai-section-editor) .s-component.s-background .s-component-editor .title .plus { margin-top: 0px; display: flex; justify-content: center; align-items: center; }

.s-section.s-new-grid-section .new-grid-section-editor-wrapper:not(.ai-section-editor) .s-component.s-layout.opened .layout-panel { display: block; }

.s-section.s-new-grid-section .new-grid-section-editor-wrapper:not(.ai-section-editor) .s-component.s-layout.opened .s-component-editor { min-width: 120px; }

.s-section.s-new-grid-section .new-grid-section-editor-wrapper:not(.ai-section-editor) .s-component.s-layout .s-component-editor { width: auto; min-width: auto; }

.s-section.s-new-grid-section .new-grid-section-editor-wrapper:not(.ai-section-editor) .s-component.s-layout .s-component-editor .layout-button { height: 21px; line-height: 21px; font-size: 12px; }

.s-section.s-new-grid-section .new-grid-section-editor-wrapper:not(.ai-section-editor) .s-component.s-layout .s-component-editor .layout-button div.title { font-weight: 400; padding: 0px 10px; font-size: 12px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }

.s-section.s-new-grid-section .new-grid-section-editor-wrapper:not(.ai-section-editor) .s-component.s-layout .layout-panel { display: none; padding: 5px 10px 10px; }

.s-section.s-new-grid-section .new-grid-section-editor-wrapper:not(.ai-section-editor) .s-component.s-background, .s-section.s-new-grid-section .new-grid-section-editor-wrapper:not(.ai-section-editor) .s-component.s-layout { margin: 5px 2.5px; position: relative; }

.s-section.s-new-grid-section .new-grid-section-editor-wrapper:not(.ai-section-editor) .s-component.s-background { z-index: 2; }

.s-section.s-new-grid-section .new-grid-section-editor-wrapper:not(.ai-section-editor) .s-component.s-layout { z-index: 1; }

.s-section.s-new-grid-section .s-grid-section-cell-container { display: flex; justify-content: center; position: relative; }

.s-section.s-new-grid-section .s-grid-section-cell-container > div.s-col { align-self: center; }

.s-section.s-new-grid-section .s-grid-section-cell-wrapper { padding: 50px 30px; width: 100%; box-sizing: border-box; max-width: 80%; margin: 0px auto; }

.s-section.s-new-grid-section .s-grid-section-cell-wrapper .s-small-black-button { position: relative; margin: 5px; }

.s-section.s-new-grid-section .s-grid-section-cell-wrapper .add-image-button-wrap { text-align: center; }

.s-section.s-new-grid-section .s-grid-section-cell-wrapper .s-item-text-group { padding: 0px; }

.s-section.s-new-grid-section .s-grid-section-cell-wrapper .s-grid-cell-item { margin-bottom: 30px; }

.s-section.s-new-grid-section .s-grid-section-cell-wrapper .s-grid-cell-item:last-child { margin-bottom: 0px; }

.s-section.s-new-grid-section .s-grid-section-cell-wrapper .s-grid-cell-button-wrapper, .s-section.s-new-grid-section .s-grid-section-cell-wrapper .s-grid-cell-media-wrapper { text-align: center; }

.s-section.s-new-grid-section .s-grid-section-cell-wrapper .s-grid-cell-button-wrapper.show-add-button { display: flex; justify-content: center; align-items: center; flex-flow: wrap; }

.s-section.s-new-grid-section .s-grid-section-cell-wrapper .s-grid-cell-email-form-wrapper .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-field, .s-section.s-new-grid-section .s-grid-section-cell-wrapper .s-grid-cell-email-form-wrapper .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-submit-field { max-width: 490px; width: 100%; }

@media only screen and (max-width: 767px) {
  .s-section.s-new-grid-section .s-grid-section-cell-wrapper .s-grid-cell-email-form-wrapper .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group { flex-direction: column; }
  .s-section.s-new-grid-section .s-grid-section-cell-wrapper .s-grid-cell-email-form-wrapper .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group .s-email-form-field.s-name-field { width: 100%; }
}

.s-section.s-new-grid-section .s-grid-section-cell-wrapper .s-grid-cell-email-form-wrapper.s-grid-cell-form-vertical .s-email-form-inputs-group:not(.form-separate-name-fields-group) { flex-direction: column; }

.s-section.s-new-grid-section .s-grid-section-cell-wrapper .s-grid-cell-email-form-wrapper.s-grid-cell-form-vertical .s-email-form-inputs-group:not(.form-separate-name-fields-group) .s-email-form-field { width: 100%; }

.s-section.s-pricing-section .container .s-pricing-wrapper { text-align: center; }

.s-section.s-pricing-section .container .s-section-item-wrapper { display: flex; flex-flow: wrap; place-content: flex-start center; }

.s-section.s-pricing-section .container .s-pricing-item:first-child:nth-last-child(-n+3), .s-section.s-pricing-section .container .s-pricing-item:first-child:nth-last-child(-n+3) ~ .s-pricing-item { min-width: 240px; max-width: 280px; margin: 10px 12px; flex: 1 1 auto; }

.s-section.s-pricing-section .container .s-pricing-item:first-child:nth-last-child(-n+3).with-adjust, .s-section.s-pricing-section .container .s-pricing-item:first-child:nth-last-child(-n+3) ~ .s-pricing-item.with-adjust { margin: 10px; }

.s-section.s-pricing-section .container .s-pricing-item:first-child:nth-last-child(n+4):nth-last-child(-n+4), .s-section.s-pricing-section .container .s-pricing-item:first-child:nth-last-child(n+4):nth-last-child(-n+4) ~ .s-pricing-item { width: 240px; margin: 10px; }

.s-section.s-pricing-section .container .s-pricing-item:first-child:nth-last-child(n+5):nth-last-child(-n+5), .s-section.s-pricing-section .container .s-pricing-item:first-child:nth-last-child(n+5):nth-last-child(-n+5) ~ .s-pricing-item { width: 190px; margin: 10px 8px; }

.s-section.s-pricing-section .container .s-pricing-item { flex-basis: auto; display: inline-block; position: relative; vertical-align: top; border-style: solid; border-width: 1px; box-sizing: border-box; background-color: rgb(255, 255, 255); }

.s-section.s-pricing-section .container .s-pricing-item:not(.s-border-theme-color-1) { border-color: rgb(223, 223, 223); }

.s-section.s-pricing-section .container .s-pricing-item.highlight-border { border-width: 2px; }

.s-section.s-pricing-section .container .s-pricing-item .s-item-title-wrapper.full-width { width: 100%; }

.s-section.s-pricing-section .container .s-pricing-item .highlight-button { right: 4px; top: 56px; background: none rgb(24, 24, 24); line-height: 13px; font-size: 13px; }

.s-section.s-pricing-section .container .s-pricing-item .highlight-button.checked { color: rgb(248, 228, 0); }

.s-section.s-pricing-section .container .s-pricing-item .inner-container { gap: 18px; display: flex; flex-direction: column; align-items: center; padding: 32px 20px 16px; height: 100%; box-sizing: border-box; }

.s-section.s-pricing-section .container .s-pricing-item .inner-container .s-item-subtitle .s-subtitle { margin-bottom: 0px; }

.s-section.s-pricing-section .container .s-pricing-item .s-pricing-sub-item { width: 100%; }

.s-section.s-pricing-section .container .s-pricing-item .s-pricing-sub-item:last-of-type { margin-bottom: 18px; }

.s-section.s-pricing-section .container .s-pricing-item .s-pricing-sub-item.sub-item-text { font-size: 16px; }

.s-section.s-pricing-section .container .s-pricing-item .s-pricing-sub-item.s-pricing-item-title { box-sizing: border-box; padding: 10px; font-size: 18px; border-bottom: 1px solid; font-weight: bolder; }

.s-section.s-pricing-section .container .s-pricing-item .s-pricing-sub-item.s-pricing-item-text { padding: 4px 10px; box-sizing: border-box; height: 200px; }

.s-section.s-pricing-section .container .s-pricing-item .s-pricing-item-btn .s-common-button { font-weight: 400; font-size: 100%; max-width: 100%; }

.s-section.s-pricing-section .container .s-pricing-item .s-pricing-item-btn .s-common-button.large { font-size: 24px; padding: 24px 30px; }

.s-section.s-pricing-section .container .s-pricing-item .s-pricing-item-btn .s-common-button.medium { font-size: 20px; padding: 16px 28px; }

.s-section.s-pricing-section .container .s-pricing-item .s-pricing-item-btn .s-common-button.small { font-size: 16px; padding: 12px 18px; }

.s-section.s-pricing-section .container .s-pricing-item .s-pricing-item-btn .s-common-button.full { width: 100%; font-size: 20px; }

.s-section.s-pricing-section .container .s-pricing-item .s-item-highlight-badge { font-size: 16px; margin-bottom: 0px; }

.s-section.s-pricing-section .container .s-pricing-item .s-item-highlight-badge.s-common-button { font-size: 125%; }

.s-section.s-pricing-section .container .s-component.s-image .s-component-editor { left: 50%; transform: translateX(-50%); }

.editor-rtl-layout .s-section.s-pricing-section .container .s-component.s-image .s-component-editor { left: auto; right: 50%; transform: translateX(50%); }

.s-section.s-pricing-section .container .pricing-layout-1.s-pricing-item { margin: 10px 16px; }

.s-section.s-pricing-section .container .pricing-layout-1 .inner-container .s-item-highlight-badge { position: absolute; bottom: 100%; transform: translateY(50%); padding: 9px 20px; border-radius: 0px; color: rgb(255, 255, 255); z-index: 1; background-color: var(--main-color,#2e2e2f); }

.s-section.s-pricing-section .container .pricing-layout-1 .s-pricing-item-btn .s-common-button { padding: 14px 30px; box-sizing: border-box; }

.s-section.s-pricing-section .container .pricing-layout-2.s-pricing-item { text-align: left; margin: 10px 16px; }

.s-section.s-pricing-section .container .pricing-layout-2.s-pricing-item .inner-container { padding: 0px 20px 18px; }

.s-section.s-pricing-section .container .pricing-layout-2.highlighted .s-item-image { z-index: 0; }

.s-section.s-pricing-section .container .pricing-layout-2.highlighted .s-item-image .s-component-overlay .center { top: 90%; }

.s-section.s-pricing-section .container .pricing-layout-2.highlighted .s-item-image.has-image .s-component-overlay .center { top: 50%; }

.s-section.s-pricing-section .container .pricing-layout-2 .inner-container .s-item-highlight-badge { position: absolute; bottom: 100%; margin-bottom: 0px; transform: translateY(50%); padding: 9px 20px; border-radius: 0px; z-index: 1; color: rgb(255, 255, 255); }

.s-section.s-pricing-section .container .pricing-layout-2 .s-pricing-item-btn { text-align: center; }

.s-section.s-pricing-section .container .pricing-layout-2 .s-pricing-item-btn .s-button .s-common-button { width: 100%; padding: 14px 10px; box-sizing: border-box; }

.s-section.s-pricing-section .container .pricing-layout-2 .s-pricing-item-btn.s-btn-width-auto .s-button .s-common-button { width: auto; }

.s-section.s-pricing-section .container .pricing-layout-3.s-pricing-item { margin-left: -1px !important; margin-right: 0px !important; }

@media only screen and (min-width: 768px) {
  .s-section.s-pricing-section .container .pricing-layout-3.s-pricing-has-highlight-item { margin-top: 30px !important; }
}

.s-section.s-pricing-section .container .pricing-layout-3.highlighted { padding-top: 27px; z-index: 1; }

@media only screen and (min-width: 768px) {
  .s-section.s-pricing-section .container .pricing-layout-3.highlighted { margin-top: 0px !important; }
}

.s-section.s-pricing-section .container .pricing-layout-3.highlighted .s-component-editor-wrapper .s-repeatable-overlay { margin-top: -35px; }

.s-section.s-pricing-section .container .pricing-layout-3 .inner-container .s-item-highlight-badge { position: absolute; bottom: 100%; margin-bottom: 0px; transform: translateY(calc(100% - 1px)); padding: 9px 20px; border-radius: 0px; color: rgb(255, 255, 255); }

.s-section.s-pricing-section .container .pricing-layout-3 .s-pricing-item-btn .s-button .s-common-button { width: 100%; padding: 14px 10px; box-sizing: border-box; }

.s-section.s-pricing-section .container .pricing-layout-3 .s-pricing-item-btn.s-btn-width-auto .s-button .s-common-button { width: auto; }

.s-section.s-pricing-section .container .pricing-layout-4.s-pricing-item { text-align: left; margin: 10px 16px; }

.s-section.s-pricing-section .container .pricing-layout-4.s-pricing-item .inner-container { padding: 0px 20px 18px; }

.s-section.s-pricing-section .container .pricing-layout-4.pricing-layout-center-align.s-pricing-item { text-align: center; }

.s-section.s-pricing-section .container .pricing-layout-4.highlighted .s-theme-color-1 { color: rgb(255, 255, 255); }

.s-section.s-pricing-section .container .pricing-layout-4.s-pricing-has-highlight-item { margin-top: 15px !important; }

.s-section.s-pricing-section .container .pricing-layout-4 .s-item-title-wrapper { width: 100%; }

.s-section.s-pricing-section .container .pricing-layout-4 .s-item-title { text-align: center; padding: 17px 0px; margin-top: 0px; box-sizing: border-box; }

.s-section.s-pricing-section .container .pricing-layout-4 .s-item-title.item-title-new-padding { padding: 17px; }

.s-section.s-pricing-section .container .pricing-layout-4 .inner-container .s-item-highlight-badge { position: absolute; bottom: 100%; margin-bottom: 0px; padding: 9px 20px; border-radius: 0px; background-color: transparent; }

.s-section.s-pricing-section .container .pricing-layout-4 .s-pricing-item-btn { text-align: center; }

.s-section.s-pricing-section .container .pricing-layout-4 .s-pricing-item-btn .s-button .s-component-content .s-common-button { width: 100%; padding: 14px 10px; background-image: none; box-sizing: border-box; }

.s-section.s-pricing-section .container .pricing-layout-4 .s-pricing-item-btn.s-btn-width-auto .s-button .s-component-content .s-common-button { width: auto; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-columns.clear { clear: both; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-columns.right { float: right; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-one-columns.mobile-columns, body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-one-columns.mobile-columns.half-fixed { width: 97.8167%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-two-columns.mobile-columns, body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-two-columns.mobile-columns.half-fixed { width: 47.8167%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-three-columns.mobile-columns, body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-three-columns.mobile-columns.half-fixed { width: 31.25%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-four-columns.mobile-columns, body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-four-columns.mobile-columns.half-fixed { width: 22.8167%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .s-pricing-item.columns, body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .s-pricing-item.mobile-columns { margin-left: 1.04167%; margin-right: 1.04167%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .s-pricing-item.columns.with-adjust, body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .s-pricing-item.mobile-columns.with-adjust { min-width: auto; flex: 0 0 auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 653px) {
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-columns.clear { clear: both; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-columns.right { float: right; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-one-columns.mobile-columns.half-fixed { width: 97.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-two-columns.mobile-columns.half-fixed { width: 47.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-three-columns.mobile-columns.half-fixed { width: 31.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .mobile-four-columns.mobile-columns.half-fixed { width: 22.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .s-pricing-item.columns, body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .s-pricing-item.mobile-columns { margin-left: 1.04167%; margin-right: 1.04167%; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .s-pricing-item.columns.with-adjust, body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .container .s-pricing-item.mobile-columns.with-adjust { min-width: auto; flex: 0 0 auto; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-two-columns .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-columns.clear { clear: both; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-columns.right { float: right; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-one-columns.mobile-columns, body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-one-columns.mobile-columns.half-fixed { width: 97.8167%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-two-columns.mobile-columns, body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-two-columns.mobile-columns.half-fixed { width: 47.8167%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-three-columns.mobile-columns, body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-three-columns.mobile-columns.half-fixed { width: 31.25%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-four-columns.mobile-columns, body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-four-columns.mobile-columns.half-fixed { width: 22.8167%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .s-pricing-item.columns, body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .s-pricing-item.mobile-columns { margin-left: 1.04167%; margin-right: 1.04167%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .s-pricing-item.columns.with-adjust, body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .s-pricing-item.mobile-columns.with-adjust { min-width: auto; flex: 0 0 auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 266px) {
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-columns.clear { clear: both; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-columns.right { float: right; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-one-columns.mobile-columns.half-fixed { width: 97.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-two-columns.mobile-columns.half-fixed { width: 47.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-three-columns.mobile-columns.half-fixed { width: 31.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .mobile-four-columns.mobile-columns.half-fixed { width: 22.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .s-pricing-item.columns, body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .s-pricing-item.mobile-columns { margin-left: 1.04167%; margin-right: 1.04167%; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .s-pricing-item.columns.with-adjust, body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .container .s-pricing-item.mobile-columns.with-adjust { min-width: auto; flex: 0 0 auto; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-section.s-pricing-section.s-new-mobile-layout.mobile-has-one-columns .s-slider-section-s5 { padding-top: 0px !important; }
}

.highlight-tooltip.checked .s-kit-tooltip-inner-content { color: rgb(248, 228, 0); }

.s-s6-wrapper .s-section.s-media-section.alt .s-rva-text, .s-s6-wrapper .s-section.s-media-section.left .s-rva-text, .s-s6-wrapper .s-section.s-media-section.right .s-rva-text { align-self: auto; }

.s-s6-wrapper .s-section.s-columns-section .s-row .s-row-content, .s-s6-wrapper .s-section.s-icons-section .s-row .s-row-content, .s-s6-wrapper .s-section.s-info-section .s-row .s-row-content, .s-s6-wrapper .s-section.s-text-section .s-row .s-row-content { justify-content: center; }

.s-s6-wrapper .s-section.s-block-section .s-info-box { padding: 16px 18px; box-shadow: none; border: 2px solid rgba(0, 0, 0, 0.1); }

.s-s6-wrapper .s-section.s-block-section.s-bg-light-text .s-info-box { border-color: rgb(255, 255, 255); }

.s-s6-wrapper .s-section.s-block-section.s-bg-dark .s-info-box { border-color: rgb(232, 234, 236); }

.s-s6-wrapper .s-section.s-block-section .s-media { margin: 0px; }

.s-s6-wrapper .s-section .s-row { position: relative; transition: 0.2s ease-in; margin-left: -16px; margin-right: -16px; }

.s-s6-wrapper .s-section .s-row .s-row-content { display: flex; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col { position: relative; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 { width: 8.33333%; transition: 0.2s ease-in; }

@media only screen and (min-width: 768px) {
  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-email-form .s-email-form-fields-group .s-email-form-field .s-kit-big-select, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-email-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-email-form .s-email-form-fields-group .s-email-form-field textarea, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-kit-big-select, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-signup-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-signup-form .s-email-form-fields-group .s-email-form-field textarea { display: inline-block; width: calc(100% - 5px); box-sizing: border-box; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: auto; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-email-form .s-email-form-fields-group .s-email-form-field { max-width: 380px; display: inline-block; width: 100%; }

@media only screen and (min-width: 768px) {
  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-signup-form .s-email-form-fields-group .s-email-form-field { width: 100%; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 { width: 16.6667%; transition: 0.2s ease-in; }

@media only screen and (min-width: 768px) {
  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-email-form .s-email-form-fields-group .s-email-form-field .s-kit-big-select, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-email-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-email-form .s-email-form-fields-group .s-email-form-field textarea, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-kit-big-select, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-signup-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-signup-form .s-email-form-fields-group .s-email-form-field textarea { display: inline-block; width: calc(100% - 5px); box-sizing: border-box; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: auto; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-email-form .s-email-form-fields-group .s-email-form-field { max-width: 380px; display: inline-block; width: 100%; }

@media only screen and (min-width: 768px) {
  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-signup-form .s-email-form-fields-group .s-email-form-field { width: 100%; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 { width: 25%; transition: 0.2s ease-in; }

@media only screen and (min-width: 768px) {
  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-email-form .s-email-form-fields-group .s-email-form-field .s-kit-big-select, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-email-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-email-form .s-email-form-fields-group .s-email-form-field textarea, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-kit-big-select, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-signup-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-signup-form .s-email-form-fields-group .s-email-form-field textarea { display: inline-block; width: calc(100% - 5px); box-sizing: border-box; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: auto; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-email-form .s-email-form-fields-group .s-email-form-field { max-width: 380px; display: inline-block; width: 100%; }

@media only screen and (min-width: 768px) {
  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-signup-form .s-email-form-fields-group .s-email-form-field { width: 100%; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 { width: 33.3333%; transition: 0.2s ease-in; }

@media only screen and (min-width: 768px) {
  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-email-form .s-email-form-fields-group .s-email-form-field .s-kit-big-select, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-email-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-email-form .s-email-form-fields-group .s-email-form-field textarea, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-kit-big-select, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-signup-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-signup-form .s-email-form-fields-group .s-email-form-field textarea { display: inline-block; width: calc(100% - 5px); box-sizing: border-box; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: auto; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-email-form .s-email-form-fields-group .s-email-form-field { max-width: 380px; display: inline-block; width: 100%; }

@media only screen and (min-width: 768px) {
  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-signup-form .s-email-form-fields-group .s-email-form-field { width: 100%; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 { width: 41.6667%; transition: 0.2s ease-in; }

@media only screen and (min-width: 768px) {
  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-email-form .s-email-form-fields-group .s-email-form-field .s-kit-big-select, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-email-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-email-form .s-email-form-fields-group .s-email-form-field textarea, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-kit-big-select, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-signup-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-signup-form .s-email-form-fields-group .s-email-form-field textarea { display: inline-block; width: calc(100% - 5px); box-sizing: border-box; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: auto; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-email-form .s-email-form-fields-group .s-email-form-field { max-width: 380px; display: inline-block; width: 100%; }

@media only screen and (min-width: 768px) {
  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-signup-form .s-email-form-fields-group .s-email-form-field { width: 100%; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 { width: 50%; transition: 0.2s ease-in; }

@media only screen and (min-width: 768px) {
  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-email-form .s-email-form-fields-group .s-email-form-field .s-kit-big-select, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-email-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-email-form .s-email-form-fields-group .s-email-form-field textarea, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-kit-big-select, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-signup-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-signup-form .s-email-form-fields-group .s-email-form-field textarea { display: inline-block; width: calc(100% - 5px); box-sizing: border-box; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: auto; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-button .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-email-form .s-email-form-fields-group .s-email-form-field { max-width: 380px; display: inline-block; width: 100%; }

@media only screen and (min-width: 768px) {
  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-signup-form .s-email-form-fields-group .s-email-form-field { width: 100%; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-7 { width: 58.3333%; transition: 0.2s ease-in; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-8 { width: 66.6667%; transition: 0.2s ease-in; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-9 { width: 75%; transition: 0.2s ease-in; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-10 { width: 83.3333%; transition: 0.2s ease-in; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-11 { width: 91.6667%; transition: 0.2s ease-in; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-12 { width: 100%; transition: 0.2s ease-in; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.five-fixed { width: 20%; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.six-fixed { width: 16.667%; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-rva-media, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-rva-text, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-rva-media, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-rva-text { width: 100%; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-block-feature, .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-block-feature { flex-direction: column; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list { display: flex; height: 100%; flex-direction: column; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list.col-align-center { justify-content: center; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element-spacer { width: 100%; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element-spacer .s-component.s-spacer.mobile-adjust { height: 10px !important; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element-spacer .s-component.s-spacer.mobile-adjust .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element-spacer .s-component.s-spacer.mobile-adjust { height: 10px !important; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element-spacer .s-component.s-spacer.mobile-adjust .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element { padding: 10px 15px; transition: 0.2s ease-in; margin: 0px; position: relative; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content { display: flex; flex-direction: column; justify-content: center; height: 100%; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-ratio-box, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-ratio-box { max-width: 100%; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block.s-block-card .s-block-feature, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component.s-block-card .s-block-feature { border: 2px solid rgba(0, 0, 0, 0.1); box-shadow: none; padding: 10px; display: inline-block; height: 100%; }

@media only screen and (min-width: 728px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block.s-block-card .s-block-feature.s-rva, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component.s-block-card .s-block-feature.s-rva { display: flex; }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block.s-block-card .s-block-feature.s-rva, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component.s-block-card .s-block-feature.s-rva { display: flex; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block.s-block-card .s-block-feature .s-rva-text, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component.s-block-card .s-block-feature .s-rva-text { text-align: left; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile .s-ratio-box div:not(.s-ratio-fill), .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile .s-ratio-box div:not(.s-ratio-fill) { display: inline-block; width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; text-align: center; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile .s-ratio-box div:not(.s-ratio-fill) img, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile .s-ratio-box div:not(.s-ratio-fill) img { position: relative; display: inline-block; width: auto; border-radius: 0px; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile .s-ratio-box div:not(.s-ratio-fill) img.crop-circle, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile .s-ratio-box div:not(.s-ratio-fill) img.crop-circle { border-radius: 1000px; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile.large-profile, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile.large-profile { text-align: center; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile.large-profile .s-ratio-box, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile.large-profile .s-video-content, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile.large-profile .s-ratio-box, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile.large-profile .s-video-content { max-width: 480px; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile.small-profile, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile.small-profile { text-align: center; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile.small-profile .s-ratio-box, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile.small-profile .s-video-content, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile.small-profile .s-ratio-box, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile.small-profile .s-video-content { margin: auto; max-width: 110px !important; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-feature .s-item-button:not(.only-has-button), .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile .s-item-button:not(.only-has-button), .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-feature .s-item-button:not(.only-has-button), .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile .s-item-button:not(.only-has-button) { margin-top: 15px; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-feature .s-item-text-group.media-bottom-text, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile .s-item-text-group.media-bottom-text, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-feature .s-item-text-group.media-bottom-text, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile .s-item-text-group.media-bottom-text { display: flex; justify-content: space-between; margin-top: 15px; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-feature .s-item-text-group.media-bottom-text > div:first-child:nth-last-child(2), .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-feature .s-item-text-group.media-bottom-text > div:first-child:nth-last-child(2) ~ div, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile .s-item-text-group.media-bottom-text > div:first-child:nth-last-child(2), .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile .s-item-text-group.media-bottom-text > div:first-child:nth-last-child(2) ~ div, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-feature .s-item-text-group.media-bottom-text > div:first-child:nth-last-child(2), .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-feature .s-item-text-group.media-bottom-text > div:first-child:nth-last-child(2) ~ div, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile .s-item-text-group.media-bottom-text > div:first-child:nth-last-child(2), .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile .s-item-text-group.media-bottom-text > div:first-child:nth-last-child(2) ~ div { width: 45%; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-feature .s-item-text-group.media-bottom-text > div:first-child:nth-last-child(3), .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-feature .s-item-text-group.media-bottom-text > div:first-child:nth-last-child(3) ~ div, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile .s-item-text-group.media-bottom-text > div:first-child:nth-last-child(3), .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile .s-item-text-group.media-bottom-text > div:first-child:nth-last-child(3) ~ div, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-feature .s-item-text-group.media-bottom-text > div:first-child:nth-last-child(3), .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-feature .s-item-text-group.media-bottom-text > div:first-child:nth-last-child(3) ~ div, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile .s-item-text-group.media-bottom-text > div:first-child:nth-last-child(3), .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile .s-item-text-group.media-bottom-text > div:first-child:nth-last-child(3) ~ div { width: 30%; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-button, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-subtitle, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-text, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-title, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-button, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-subtitle, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-text, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-title, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-button, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-subtitle, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-text, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-title, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-button, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-subtitle, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-text, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-title { text-align: left; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-button, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-button, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-button, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-button { margin-top: 10px; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .new-feature-list-item .s-item-media-group, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .new-feature-list-item .s-item-text-group { margin-bottom: 0px; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .new-feature-list-item .s-rva-text { flex: 1 1 0%; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-vertical-alignment-top .s-rva-text { margin-bottom: 0px; align-self: flex-start; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-vertical-alignment-top .s-rva-text .s-item-text-group { margin-top: 0px; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-vertical-alignment-top .is-mobile .s-rva-text .s-item-text-group { margin-top: 15px; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-vertical-alignment-middle .s-rva-text { margin-bottom: 0px; align-self: center; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-vertical-alignment-middle .s-rva-text .s-item-text-group { margin-top: 0px; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-vertical-alignment-middle .is-mobile .s-rva-text .s-item-text-group { margin-top: 15px; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-vertical-alignment-bottom .s-rva-text { margin-bottom: 0px; align-self: flex-end; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-vertical-alignment-bottom .s-rva-text .s-item-text-group { margin-top: 0px; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-vertical-alignment-bottom .is-mobile .s-rva-text .s-item-text-group { margin-top: 15px; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-horizontal-alignment-left .s-item-text-group { text-align: left; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-horizontal-alignment-left .s-item-button:not(.ignore-alignment) .s-common-button-group.inherit, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-horizontal-alignment-left .s-item-button:not(.ignore-alignment) .s-component-content, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-horizontal-alignment-left .s-text-button:not(.ignore-alignment) .s-common-button-group.inherit, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-horizontal-alignment-left .s-text-button:not(.ignore-alignment) .s-component-content { justify-content: flex-start; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-horizontal-alignment-center .s-item-text-group { text-align: center; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-horizontal-alignment-center .s-item-button:not(.ignore-alignment) .s-common-button-group.inherit, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-horizontal-alignment-center .s-item-button:not(.ignore-alignment) .s-component-content, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-horizontal-alignment-center .s-text-button:not(.ignore-alignment) .s-common-button-group.inherit, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-horizontal-alignment-center .s-text-button:not(.ignore-alignment) .s-component-content { justify-content: center; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-horizontal-alignment-right .s-item-text-group { text-align: right; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-horizontal-alignment-right .s-item-button:not(.ignore-alignment) .s-common-button-group.inherit, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-horizontal-alignment-right .s-item-button:not(.ignore-alignment) .s-component-content, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-horizontal-alignment-right .s-text-button:not(.ignore-alignment) .s-common-button-group.inherit, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-horizontal-alignment-right .s-text-button:not(.ignore-alignment) .s-component-content { justify-content: flex-end; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-grid-media-position-bottom .s-block-profile, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-grid-media-position-top .s-block-profile { display: flex; flex-direction: column; row-gap: 10px; }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-square.light-text:not(.new-text-color-logic) .s-item-title { color: rgb(232, 234, 236); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-square.light-text:not(.new-text-color-logic) .s-item-subtitle, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-square.light-text:not(.new-text-color-logic) .s-item-text { color: rgb(236, 236, 236); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-square.dark-text:not(.new-text-color-logic) .s-item-title { color: rgb(29, 32, 35); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-square.dark-text:not(.new-text-color-logic) .s-item-subtitle, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-square.dark-text:not(.new-text-color-logic) .s-item-text { color: rgb(80, 85, 92); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-square .new-feature-list-item, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-square .s-block-feature, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-square .s-block-profile { border-radius: 0px; background-color: var(--cardColor,inherit); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-small.light-text:not(.new-text-color-logic) .s-item-title { color: rgb(232, 234, 236); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-small.light-text:not(.new-text-color-logic) .s-item-subtitle, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-small.light-text:not(.new-text-color-logic) .s-item-text { color: rgb(236, 236, 236); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-small.dark-text:not(.new-text-color-logic) .s-item-title { color: rgb(29, 32, 35); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-small.dark-text:not(.new-text-color-logic) .s-item-subtitle, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-small.dark-text:not(.new-text-color-logic) .s-item-text { color: rgb(80, 85, 92); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-small .new-feature-list-item, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-small .s-block-feature, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-small .s-block-profile { border-radius: 4px; background-color: var(--cardColor,inherit); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-medium.light-text:not(.new-text-color-logic) .s-item-title { color: rgb(232, 234, 236); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-medium.light-text:not(.new-text-color-logic) .s-item-subtitle, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-medium.light-text:not(.new-text-color-logic) .s-item-text { color: rgb(236, 236, 236); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-medium.dark-text:not(.new-text-color-logic) .s-item-title { color: rgb(29, 32, 35); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-medium.dark-text:not(.new-text-color-logic) .s-item-subtitle, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-medium.dark-text:not(.new-text-color-logic) .s-item-text { color: rgb(80, 85, 92); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-medium .new-feature-list-item, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-medium .s-block-feature, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-medium .s-block-profile { border-radius: 8px; background-color: var(--cardColor,inherit); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-large.light-text:not(.new-text-color-logic) .s-item-title { color: rgb(232, 234, 236); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-large.light-text:not(.new-text-color-logic) .s-item-subtitle, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-large.light-text:not(.new-text-color-logic) .s-item-text { color: rgb(236, 236, 236); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-large.dark-text:not(.new-text-color-logic) .s-item-title { color: rgb(29, 32, 35); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-large.dark-text:not(.new-text-color-logic) .s-item-subtitle, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-large.dark-text:not(.new-text-color-logic) .s-item-text { color: rgb(80, 85, 92); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-large .new-feature-list-item, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-large .s-block-feature, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-radius-large .s-block-profile { border-radius: 16px; background-color: var(--cardColor,inherit); }

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-none .new-feature-list-item, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-none .s-block-feature, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-none .s-block-profile { padding: 0px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-none .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-none .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-none .s-block-profile { display: flex; flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-none .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-none .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-none .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-none .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-none .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-none .s-block-profile { display: flex; flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-none .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-none .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-none .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-small .new-feature-list-item, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-small .s-block-feature, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-small .s-block-profile { padding: 10px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-small .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-small .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-small .s-block-profile { display: flex; flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-small .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-small .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-small .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-small .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-small .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-small .s-block-profile { display: flex; flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-small .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-small .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-small .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-medium .new-feature-list-item, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-medium .s-block-feature, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-medium .s-block-profile { padding: 16px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-medium .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-medium .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-medium .s-block-profile { display: flex; flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-medium .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-medium .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-medium .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-medium .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-medium .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-medium .s-block-profile { display: flex; flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-medium .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-medium .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-medium .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-large .new-feature-list-item, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-large .s-block-feature, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-large .s-block-profile { padding: 22px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-large .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-large .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-large .s-block-profile { display: flex; flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-large .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-large .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-large .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-large .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-large .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-large .s-block-profile { display: flex; flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-large .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-large .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-card-padding-large .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-thin .new-feature-list-item, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-thin .s-block-feature, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-thin .s-block-profile { border: 1px solid var(--borderColor,inherit); }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-thin .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-thin .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-thin .s-block-profile { display: flex; flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-thin .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-thin .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-thin .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-thin .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-thin .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-thin .s-block-profile { display: flex; flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-thin .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-thin .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-thin .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-small .new-feature-list-item, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-small .s-block-feature, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-small .s-block-profile { border: 2px solid var(--borderColor,inherit); }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-small .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-small .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-small .s-block-profile { display: flex; flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-small .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-small .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-small .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-small .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-small .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-small .s-block-profile { display: flex; flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-small .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-small .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-small .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-medium .new-feature-list-item, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-medium .s-block-feature, .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-medium .s-block-profile { border: 4px solid var(--borderColor,inherit); }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-medium .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-medium .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-medium .s-block-profile { display: flex; flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-medium .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-medium .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-medium .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-medium .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-medium .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-medium .s-block-profile { display: flex; flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-medium .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-medium .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-feature-list-item-border-thickness-medium .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content .s-section .new-feature-list-item .s-block-feature .s-item-text-group.half-offset-left { text-align: left; }

.rtl-layout #s-content .s-section .new-feature-list-item .s-block-feature .s-item-text-group.half-offset-left { text-align: right; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content { display: inline-block; width: 100%; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 { width: 100%; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 { width: 100%; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 { width: 100%; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 { width: 100%; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 { width: 100%; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 { width: 100%; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-7 { width: 100%; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-7.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-8 { width: 100%; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-8.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-9 { width: 100%; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-9.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-10 { width: 100%; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-10.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-11 { width: 100%; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-11.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-12 { width: 100%; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-12.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }

#new-dashboard-preview-mobile-view .s-s6-wrapper .s-section .s-row .s-resize-wrapper { display: none; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content { display: inline-block; width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-7 { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-7.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-8 { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-8.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-9 { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-9.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-10 { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-10.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-11 { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-11.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-12 { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-12.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-s6-wrapper .s-section .s-row .s-resize-wrapper { display: none; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content { display: inline-block; width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-7 { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-7.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-8 { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-8.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-9 { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-9.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-10 { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-10.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-11 { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-11.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-12 { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-12.half-fixed { width: 50%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .s-s6-wrapper .s-section .s-row .s-resize-wrapper { display: none; }
  body[data-mobile-new-breakpoint-stage="1"] .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content .s-section .s-component-content h1.h1Tag { font-size: 48px; }

#s-content .s-section .s-component-content h2.h2Tag { font-size: 28px; }

#s-content .s-section .s-component-content h3.h3Tag { font-size: 24px; }

#s-content .s-section .s-component-content h4.h4Tag { font-size: 20px; }

#s-content .s-section .s-component-content h5.h5Tag, #s-content .s-section .s-component-content p.normalPara { font-size: 100%; }

#s-content .s-section .s-component-content div.normalDiv { font-size: 83%; }

#s-content .s-section.s-new-feature-list-section .s-repeatable-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-repeatable-item, #section-selector-wrapper .s-section.s-new-feature-list-section .s-repeatable-item { margin-bottom: 20px; }

#s-content .s-section.s-new-feature-list-section .s-repeatable-item .s-item-text-group, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-repeatable-item .s-item-text-group, #section-selector-wrapper .s-section.s-new-feature-list-section .s-repeatable-item .s-item-text-group { margin-bottom: 15px; }

#s-content .s-section.s-new-feature-list-section .s-repeatable-item .s-feature-list-item-wrapper.new-feature-list-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-repeatable-item .s-feature-list-item-wrapper.new-feature-list-item, #section-selector-wrapper .s-section.s-new-feature-list-section .s-repeatable-item .s-feature-list-item-wrapper.new-feature-list-item { justify-content: start; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-mediaPosition-alternating .s-repeatable-item:nth-of-type(2n) .s-feature-list-item-wrapper.new-feature-list-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-mediaPosition-alternating .s-repeatable-item:nth-of-type(2n) .s-feature-list-item-wrapper.new-feature-list-item, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-mediaPosition-alternating .s-repeatable-item:nth-of-type(2n) .s-feature-list-item-wrapper.new-feature-list-item { justify-content: end; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-grid-wrapper .s-section-item-wrapper, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-grid-wrapper .s-section-item-wrapper, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-grid-wrapper .s-section-item-wrapper { margin-left: calc(var(--gridSpacing)*-1); margin-right: calc(var(--gridSpacing)*-1); }

#s-content .s-section.s-new-feature-list-section .new-feature-list-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section .new-feature-list-item, #section-selector-wrapper .s-section.s-new-feature-list-section .new-feature-list-item { box-sizing: border-box; margin-left: var(--gridSpacing,inherit); margin-right: var(--gridSpacing,inherit); }

#s-content .s-section.s-new-feature-list-section .new-feature-list-item .s-item-text-group, #s-use-site-style-config-container .s-section.s-new-feature-list-section .new-feature-list-item .s-item-text-group, #section-selector-wrapper .s-section.s-new-feature-list-section .new-feature-list-item .s-item-text-group { margin-bottom: 0px; }

#s-content .s-section.s-new-feature-list-section .new-feature-list-item:not(.s-rva), #s-use-site-style-config-container .s-section.s-new-feature-list-section .new-feature-list-item:not(.s-rva), #section-selector-wrapper .s-section.s-new-feature-list-section .new-feature-list-item:not(.s-rva) { margin-bottom: 35px; }

#s-content .s-section.s-new-feature-list-section .new-feature-list-item .s-item-media-wrapper .s-item-media-group, #s-use-site-style-config-container .s-section.s-new-feature-list-section .new-feature-list-item .s-item-media-wrapper .s-item-media-group, #section-selector-wrapper .s-section.s-new-feature-list-section .new-feature-list-item .s-item-media-wrapper .s-item-media-group { margin-bottom: 0px; }

.rtl-layout #s-content .s-section.s-new-feature-list-section .new-feature-list-item.s-feature-structure-list-new-rtl-style, .rtl-layout #s-use-site-style-config-container .s-section.s-new-feature-list-section .new-feature-list-item.s-feature-structure-list-new-rtl-style, .rtl-layout #section-selector-wrapper .s-section.s-new-feature-list-section .new-feature-list-item.s-feature-structure-list-new-rtl-style { direction: ltr; }

.rtl-layout #s-content .s-section.s-new-feature-list-section .new-feature-list-item.s-feature-structure-list-new-rtl-style .s-item-media-wrapper, .rtl-layout #s-content .s-section.s-new-feature-list-section .new-feature-list-item.s-feature-structure-list-new-rtl-style .s-item-text-wrapper, .rtl-layout #s-use-site-style-config-container .s-section.s-new-feature-list-section .new-feature-list-item.s-feature-structure-list-new-rtl-style .s-item-media-wrapper, .rtl-layout #s-use-site-style-config-container .s-section.s-new-feature-list-section .new-feature-list-item.s-feature-structure-list-new-rtl-style .s-item-text-wrapper, .rtl-layout #section-selector-wrapper .s-section.s-new-feature-list-section .new-feature-list-item.s-feature-structure-list-new-rtl-style .s-item-media-wrapper, .rtl-layout #section-selector-wrapper .s-section.s-new-feature-list-section .new-feature-list-item.s-feature-structure-list-new-rtl-style .s-item-text-wrapper { direction: rtl; }

#s-content .s-section.s-new-feature-list-section .new-feature-list-item.s-feature-structure-list .s-item-media-wrapper:not(.s-mh):not(.s-mhi), #s-use-site-style-config-container .s-section.s-new-feature-list-section .new-feature-list-item.s-feature-structure-list .s-item-media-wrapper:not(.s-mh):not(.s-mhi), #section-selector-wrapper .s-section.s-new-feature-list-section .new-feature-list-item.s-feature-structure-list .s-item-media-wrapper:not(.s-mh):not(.s-mhi) { min-height: unset !important; line-height: unset !important; }

#s-content .s-section.s-new-feature-list-section .new-feature-list-item.s-feature-structure-list .s-img-wrapper.s-mh-nudge, #s-use-site-style-config-container .s-section.s-new-feature-list-section .new-feature-list-item.s-feature-structure-list .s-img-wrapper.s-mh-nudge, #section-selector-wrapper .s-section.s-new-feature-list-section .new-feature-list-item.s-feature-structure-list .s-img-wrapper.s-mh-nudge { padding-top: unset !important; }

#s-content .s-section.s-new-feature-list-section .new-feature-list-item .s-rva-text, #s-use-site-style-config-container .s-section.s-new-feature-list-section .new-feature-list-item .s-rva-text, #section-selector-wrapper .s-section.s-new-feature-list-section .new-feature-list-item .s-rva-text { flex: 1 1 0%; }

#s-content .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .new-feature-list-item:not(.s-rva), #s-content .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-repeatable-item, #s-content .s-section.s-new-feature-list-section.s-rows-section .container.with-adjust .new-feature-list-item:not(.s-rva), #s-content .s-section.s-new-feature-list-section.s-rows-section .container.with-adjust .s-repeatable-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .new-feature-list-item:not(.s-rva), #s-use-site-style-config-container .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-repeatable-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section.s-rows-section .container.with-adjust .new-feature-list-item:not(.s-rva), #s-use-site-style-config-container .s-section.s-new-feature-list-section.s-rows-section .container.with-adjust .s-repeatable-item, #section-selector-wrapper .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .new-feature-list-item:not(.s-rva), #section-selector-wrapper .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-repeatable-item, #section-selector-wrapper .s-section.s-new-feature-list-section.s-rows-section .container.with-adjust .new-feature-list-item:not(.s-rva), #section-selector-wrapper .s-section.s-new-feature-list-section.s-rows-section .container.with-adjust .s-repeatable-item { margin-bottom: 0px; }

#s-content .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-section-item-wrapper, #s-use-site-style-config-container .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-section-item-wrapper, #section-selector-wrapper .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-section-item-wrapper { display: flex; justify-content: center; flex-wrap: wrap; row-gap: 55px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-section-item-wrapper, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-section-item-wrapper, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-section-item-wrapper { row-gap: 20px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-section-item-wrapper .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-section-item-wrapper .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-section-item-wrapper .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-section-item-wrapper, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-section-item-wrapper, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-section-item-wrapper { row-gap: 20px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-section-item-wrapper .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-section-item-wrapper .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section.s-columns-section .container.with-adjust .s-section-item-wrapper .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content .s-section.s-new-feature-list-section.s-rows-section .container.with-adjust .s-section-item-wrapper, #s-use-site-style-config-container .s-section.s-new-feature-list-section.s-rows-section .container.with-adjust .s-section-item-wrapper, #section-selector-wrapper .s-section.s-new-feature-list-section.s-rows-section .container.with-adjust .s-section-item-wrapper { display: flex; flex-direction: column; row-gap: 20px; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-top .s-rva-text, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-top .s-rva-text, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-top .s-rva-text { margin-bottom: 0px; align-self: flex-start; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-top .s-rva-text .s-item-text-group, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-top .s-rva-text .s-item-text-group, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-top .s-rva-text .s-item-text-group { margin-top: 0px; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-top .is-mobile .s-rva-text .s-item-text-group, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-top .is-mobile .s-rva-text .s-item-text-group, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-top .is-mobile .s-rva-text .s-item-text-group { margin-top: 15px; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-middle .s-rva-text, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-middle .s-rva-text, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-middle .s-rva-text { margin-bottom: 0px; align-self: center; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-middle .s-rva-text .s-item-text-group, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-middle .s-rva-text .s-item-text-group, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-middle .s-rva-text .s-item-text-group { margin-top: 0px; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-middle .is-mobile .s-rva-text .s-item-text-group, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-middle .is-mobile .s-rva-text .s-item-text-group, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-middle .is-mobile .s-rva-text .s-item-text-group { margin-top: 15px; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-bottom .s-rva-text, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-bottom .s-rva-text, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-bottom .s-rva-text { margin-bottom: 0px; align-self: flex-end; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-bottom .s-rva-text .s-item-text-group, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-bottom .s-rva-text .s-item-text-group, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-bottom .s-rva-text .s-item-text-group { margin-top: 0px; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-bottom .is-mobile .s-rva-text .s-item-text-group, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-bottom .is-mobile .s-rva-text .s-item-text-group, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-vertical-alignment-bottom .is-mobile .s-rva-text .s-item-text-group { margin-top: 15px; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-left .s-item-text-group, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-left .s-item-text-group, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-left .s-item-text-group { text-align: left; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-left .s-item-button:not(.ignore-alignment) .s-common-button-group.inherit, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-left .s-item-button:not(.ignore-alignment) .s-component-content, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-left .s-text-button:not(.ignore-alignment) .s-common-button-group.inherit, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-left .s-text-button:not(.ignore-alignment) .s-component-content, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-left .s-item-button:not(.ignore-alignment) .s-common-button-group.inherit, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-left .s-item-button:not(.ignore-alignment) .s-component-content, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-left .s-text-button:not(.ignore-alignment) .s-common-button-group.inherit, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-left .s-text-button:not(.ignore-alignment) .s-component-content, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-left .s-item-button:not(.ignore-alignment) .s-common-button-group.inherit, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-left .s-item-button:not(.ignore-alignment) .s-component-content, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-left .s-text-button:not(.ignore-alignment) .s-common-button-group.inherit, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-left .s-text-button:not(.ignore-alignment) .s-component-content { justify-content: flex-start; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-center .s-item-text-group, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-center .s-item-text-group, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-center .s-item-text-group { text-align: center; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-center .s-item-button:not(.ignore-alignment) .s-common-button-group.inherit, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-center .s-item-button:not(.ignore-alignment) .s-component-content, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-center .s-text-button:not(.ignore-alignment) .s-common-button-group.inherit, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-center .s-text-button:not(.ignore-alignment) .s-component-content, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-center .s-item-button:not(.ignore-alignment) .s-common-button-group.inherit, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-center .s-item-button:not(.ignore-alignment) .s-component-content, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-center .s-text-button:not(.ignore-alignment) .s-common-button-group.inherit, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-center .s-text-button:not(.ignore-alignment) .s-component-content, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-center .s-item-button:not(.ignore-alignment) .s-common-button-group.inherit, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-center .s-item-button:not(.ignore-alignment) .s-component-content, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-center .s-text-button:not(.ignore-alignment) .s-common-button-group.inherit, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-center .s-text-button:not(.ignore-alignment) .s-component-content { justify-content: center; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-right .s-item-text-group, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-right .s-item-text-group, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-right .s-item-text-group { text-align: right; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-right .s-item-button:not(.ignore-alignment) .s-common-button-group.inherit, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-right .s-item-button:not(.ignore-alignment) .s-component-content, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-right .s-text-button:not(.ignore-alignment) .s-common-button-group.inherit, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-right .s-text-button:not(.ignore-alignment) .s-component-content, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-right .s-item-button:not(.ignore-alignment) .s-common-button-group.inherit, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-right .s-item-button:not(.ignore-alignment) .s-component-content, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-right .s-text-button:not(.ignore-alignment) .s-common-button-group.inherit, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-right .s-text-button:not(.ignore-alignment) .s-component-content, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-right .s-item-button:not(.ignore-alignment) .s-common-button-group.inherit, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-right .s-item-button:not(.ignore-alignment) .s-component-content, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-right .s-text-button:not(.ignore-alignment) .s-common-button-group.inherit, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-horizontal-alignment-right .s-text-button:not(.ignore-alignment) .s-component-content { justify-content: flex-end; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-bottom .new-feature-list-item.s-feature-list-item-wrapper, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top .new-feature-list-item.s-feature-list-item-wrapper, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-bottom .new-feature-list-item.s-feature-list-item-wrapper, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top .new-feature-list-item.s-feature-list-item-wrapper, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-bottom .new-feature-list-item.s-feature-list-item-wrapper, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top .new-feature-list-item.s-feature-list-item-wrapper { display: flex; flex-direction: column; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-section-item-wrapper, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-section-item-wrapper, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-section-item-wrapper { display: flex; flex-wrap: wrap; justify-content: center; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .clearfix, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-repeatable-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .clearfix, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-repeatable-item, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .clearfix, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-repeatable-item { display: flex; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-repeatable-item > .clearfix, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-repeatable-item > .clearfix .new-feature-list-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-repeatable-item > .clearfix, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-repeatable-item > .clearfix .new-feature-list-item, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-repeatable-item > .clearfix, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-repeatable-item > .clearfix .new-feature-list-item { width: 100%; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-item-text-wrapper, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-item-text-wrapper, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-item-text-wrapper { flex: 1 1 0%; display: flex; flex-direction: column; justify-content: space-between; word-break: break-word; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top .s-feature-structure-grid :first-child.s-item-text-wrapper > .s-item-text-group, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top .s-feature-structure-grid :first-child.s-item-text-wrapper > .s-item-text-group, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top .s-feature-structure-grid :first-child.s-item-text-wrapper > .s-item-text-group { margin-top: 0px; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-bottom .new-feature-list-item.s-last-row .s-item-text-group, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-bottom .new-feature-list-item.s-last-row .s-item-text-group, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-bottom .new-feature-list-item.s-last-row .s-item-text-group { margin-bottom: 35px; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-bottom .new-feature-list-item.s-feature-list-item-wrapper, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-bottom .new-feature-list-item.s-feature-list-item-wrapper, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-bottom .new-feature-list-item.s-feature-list-item-wrapper { flex-direction: column-reverse; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-bottom .new-feature-list-item.s-feature-list-item-wrapper.s-feature-structure-grid .s-item-text-wrapper > div, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-bottom .new-feature-list-item.s-feature-list-item-wrapper.s-feature-structure-grid .s-item-text-wrapper > div, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-bottom .new-feature-list-item.s-feature-list-item-wrapper.s-feature-structure-grid .s-item-text-wrapper > div { margin-top: 0px; margin-bottom: 15px; }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.light-text:not(.new-text-color-logic) .s-item-title, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.light-text:not(.new-text-color-logic) .s-item-title, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.light-text:not(.new-text-color-logic) .s-item-title { color: rgb(232, 234, 236); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.light-text:not(.new-text-color-logic) .s-item-subtitle, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.light-text:not(.new-text-color-logic) .s-item-text, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.light-text:not(.new-text-color-logic) .s-item-subtitle, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.light-text:not(.new-text-color-logic) .s-item-text, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.light-text:not(.new-text-color-logic) .s-item-subtitle, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.light-text:not(.new-text-color-logic) .s-item-text { color: rgb(236, 236, 236); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.dark-text:not(.new-text-color-logic) .s-item-title, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.dark-text:not(.new-text-color-logic) .s-item-title, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.dark-text:not(.new-text-color-logic) .s-item-title { color: rgb(29, 32, 35); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.dark-text:not(.new-text-color-logic) .s-item-subtitle, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.dark-text:not(.new-text-color-logic) .s-item-text, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.dark-text:not(.new-text-color-logic) .s-item-subtitle, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.dark-text:not(.new-text-color-logic) .s-item-text, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.dark-text:not(.new-text-color-logic) .s-item-subtitle, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square.dark-text:not(.new-text-color-logic) .s-item-text { color: rgb(80, 85, 92); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square .new-feature-list-item, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square .s-block-feature, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square .s-block-profile, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square .new-feature-list-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square .s-block-feature, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square .s-block-profile, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square .new-feature-list-item, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square .s-block-feature, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-square .s-block-profile { border-radius: 0px; background-color: var(--cardColor,inherit); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.light-text:not(.new-text-color-logic) .s-item-title, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.light-text:not(.new-text-color-logic) .s-item-title, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.light-text:not(.new-text-color-logic) .s-item-title { color: rgb(232, 234, 236); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.light-text:not(.new-text-color-logic) .s-item-subtitle, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.light-text:not(.new-text-color-logic) .s-item-text, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.light-text:not(.new-text-color-logic) .s-item-subtitle, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.light-text:not(.new-text-color-logic) .s-item-text, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.light-text:not(.new-text-color-logic) .s-item-subtitle, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.light-text:not(.new-text-color-logic) .s-item-text { color: rgb(236, 236, 236); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.dark-text:not(.new-text-color-logic) .s-item-title, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.dark-text:not(.new-text-color-logic) .s-item-title, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.dark-text:not(.new-text-color-logic) .s-item-title { color: rgb(29, 32, 35); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.dark-text:not(.new-text-color-logic) .s-item-subtitle, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.dark-text:not(.new-text-color-logic) .s-item-text, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.dark-text:not(.new-text-color-logic) .s-item-subtitle, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.dark-text:not(.new-text-color-logic) .s-item-text, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.dark-text:not(.new-text-color-logic) .s-item-subtitle, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small.dark-text:not(.new-text-color-logic) .s-item-text { color: rgb(80, 85, 92); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small .new-feature-list-item, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small .s-block-feature, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small .s-block-profile, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small .new-feature-list-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small .s-block-feature, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small .s-block-profile, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small .new-feature-list-item, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small .s-block-feature, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-small .s-block-profile { border-radius: 4px; background-color: var(--cardColor,inherit); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.light-text:not(.new-text-color-logic) .s-item-title, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.light-text:not(.new-text-color-logic) .s-item-title, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.light-text:not(.new-text-color-logic) .s-item-title { color: rgb(232, 234, 236); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.light-text:not(.new-text-color-logic) .s-item-subtitle, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.light-text:not(.new-text-color-logic) .s-item-text, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.light-text:not(.new-text-color-logic) .s-item-subtitle, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.light-text:not(.new-text-color-logic) .s-item-text, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.light-text:not(.new-text-color-logic) .s-item-subtitle, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.light-text:not(.new-text-color-logic) .s-item-text { color: rgb(236, 236, 236); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.dark-text:not(.new-text-color-logic) .s-item-title, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.dark-text:not(.new-text-color-logic) .s-item-title, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.dark-text:not(.new-text-color-logic) .s-item-title { color: rgb(29, 32, 35); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.dark-text:not(.new-text-color-logic) .s-item-subtitle, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.dark-text:not(.new-text-color-logic) .s-item-text, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.dark-text:not(.new-text-color-logic) .s-item-subtitle, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.dark-text:not(.new-text-color-logic) .s-item-text, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.dark-text:not(.new-text-color-logic) .s-item-subtitle, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium.dark-text:not(.new-text-color-logic) .s-item-text { color: rgb(80, 85, 92); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium .new-feature-list-item, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium .s-block-feature, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium .s-block-profile, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium .new-feature-list-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium .s-block-feature, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium .s-block-profile, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium .new-feature-list-item, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium .s-block-feature, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-medium .s-block-profile { border-radius: 8px; background-color: var(--cardColor,inherit); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.light-text:not(.new-text-color-logic) .s-item-title, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.light-text:not(.new-text-color-logic) .s-item-title, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.light-text:not(.new-text-color-logic) .s-item-title { color: rgb(232, 234, 236); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.light-text:not(.new-text-color-logic) .s-item-subtitle, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.light-text:not(.new-text-color-logic) .s-item-text, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.light-text:not(.new-text-color-logic) .s-item-subtitle, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.light-text:not(.new-text-color-logic) .s-item-text, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.light-text:not(.new-text-color-logic) .s-item-subtitle, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.light-text:not(.new-text-color-logic) .s-item-text { color: rgb(236, 236, 236); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.dark-text:not(.new-text-color-logic) .s-item-title, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.dark-text:not(.new-text-color-logic) .s-item-title, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.dark-text:not(.new-text-color-logic) .s-item-title { color: rgb(29, 32, 35); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.dark-text:not(.new-text-color-logic) .s-item-subtitle, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.dark-text:not(.new-text-color-logic) .s-item-text, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.dark-text:not(.new-text-color-logic) .s-item-subtitle, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.dark-text:not(.new-text-color-logic) .s-item-text, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.dark-text:not(.new-text-color-logic) .s-item-subtitle, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large.dark-text:not(.new-text-color-logic) .s-item-text { color: rgb(80, 85, 92); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large .new-feature-list-item, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large .s-block-feature, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large .s-block-profile, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large .new-feature-list-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large .s-block-feature, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large .s-block-profile, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large .new-feature-list-item, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large .s-block-feature, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-radius-large .s-block-profile { border-radius: 16px; background-color: var(--cardColor,inherit); }

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .new-feature-list-item, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-feature, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-profile, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .new-feature-list-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-feature, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-profile, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .new-feature-list-item, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-feature, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-profile { padding: 0px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-profile, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-profile, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-profile { display: flex; flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-profile .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-profile .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-profile, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-profile, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-profile { display: flex; flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-profile .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-profile .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-none .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .new-feature-list-item, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-feature, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-profile, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .new-feature-list-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-feature, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-profile, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .new-feature-list-item, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-feature, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-profile { padding: 10px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-profile, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-profile, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-profile { display: flex; flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-profile .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-profile .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-profile, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-profile, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-profile { display: flex; flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-profile .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-profile .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-small .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .new-feature-list-item, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-feature, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-profile, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .new-feature-list-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-feature, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-profile, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .new-feature-list-item, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-feature, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-profile { padding: 16px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-profile, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-profile, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-profile { display: flex; flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-profile .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-profile .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-profile, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-profile, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-profile { display: flex; flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-profile .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-profile .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-medium .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .new-feature-list-item, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-feature, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-profile, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .new-feature-list-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-feature, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-profile, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .new-feature-list-item, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-feature, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-profile { padding: 22px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-profile, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-profile, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-profile { display: flex; flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-profile .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-profile .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-profile, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-profile, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-profile { display: flex; flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-profile .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-profile .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-card-padding-large .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .new-feature-list-item, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-feature, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-profile, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .new-feature-list-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-feature, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-profile, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .new-feature-list-item, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-feature, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-profile { border: 1px solid var(--borderColor,inherit); }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-profile, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-profile, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-profile { display: flex; flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-profile .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-profile .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-profile, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-profile, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-profile { display: flex; flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-profile .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-profile .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-thin .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .new-feature-list-item, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-feature, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-profile, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .new-feature-list-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-feature, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-profile, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .new-feature-list-item, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-feature, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-profile { border: 2px solid var(--borderColor,inherit); }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-profile, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-profile, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-profile { display: flex; flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-profile .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-profile .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-profile, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-profile, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-profile { display: flex; flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-profile .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-profile .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-small .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .new-feature-list-item, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-feature, #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-profile, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .new-feature-list-item, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-feature, #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-profile, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .new-feature-list-item, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-feature, #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-profile { border: 4px solid var(--borderColor,inherit); }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-profile, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-profile, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .new-feature-list-item, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-feature, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-profile { display: flex; flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-profile .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-profile .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .new-feature-list-item .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-feature .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-profile, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-profile, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .new-feature-list-item, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-feature, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-profile { display: flex; flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-profile .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-profile .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .new-feature-list-item .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-feature .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-new-feature-list-section .s-feature-list-item-border-thickness-medium .s-block-profile .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (min-width: 728px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-new-feature-list-section .s-repeatable-item.columns.no-margin { margin: 0px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-new-feature-list-section .s-repeatable-item.columns.no-margin.eight { width: 50%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-new-feature-list-section .s-repeatable-item.columns.no-margin.third { width: 33.3333%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-new-feature-list-section .s-repeatable-item.columns.no-margin.four { width: 25%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-new-feature-list-section .s-repeatable-item.columns.no-margin.fifth { width: 20%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-new-feature-list-section .s-repeatable-item.columns.no-margin.sixth { width: 16.6667%; }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .s-repeatable-item.columns.no-margin { margin: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .s-repeatable-item.columns.no-margin.eight { width: 50%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .s-repeatable-item.columns.no-margin.third { width: 33.3333%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .s-repeatable-item.columns.no-margin.four { width: 25%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .s-repeatable-item.columns.no-margin.fifth { width: 20%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .s-repeatable-item.columns.no-margin.sixth { width: 16.6667%; }
}

@-webkit-keyframes blink { 
  0% { outline: transparent solid 2px; animation-timing-function: ease-out; }
  50% { outline: rgb(255, 221, 0) solid 2px; animation-timing-function: ease-out; }
  100% { outline: transparent solid 2px; animation-timing-function: ease-out; }
}

@keyframes blink { 
  0% { outline: transparent solid 2px; animation-timing-function: ease-out; }
  50% { outline: rgb(255, 221, 0) solid 2px; animation-timing-function: ease-out; }
  100% { outline: transparent solid 2px; animation-timing-function: ease-out; }
}

@-webkit-keyframes blinkthin { 
  0% { outline: transparent solid 1px; animation-timing-function: ease-out; }
  50% { outline: orange solid 1px; animation-timing-function: ease-out; }
  100% { outline: transparent solid 1px; animation-timing-function: ease-out; }
}

@keyframes blinkthin { 
  0% { outline: transparent solid 1px; animation-timing-function: ease-out; }
  50% { outline: orange solid 1px; animation-timing-function: ease-out; }
  100% { outline: transparent solid 1px; animation-timing-function: ease-out; }
}

@-webkit-keyframes blink2 { 
  0% { outline: transparent solid 2px; animation-timing-function: ease-out; }
  50% { outline: orange solid 2px; animation-timing-function: ease-out; }
  100% { outline: transparent solid 2px; animation-timing-function: ease-out; }
}

@keyframes blink2 { 
  0% { outline: transparent solid 2px; animation-timing-function: ease-out; }
  50% { outline: orange solid 2px; animation-timing-function: ease-out; }
  100% { outline: transparent solid 2px; animation-timing-function: ease-out; }
}

@-webkit-keyframes blinkGreen { 
  0% { outline: transparent solid 2px; animation-timing-function: ease-out; }
  50% { outline: rgb(92, 184, 230) solid 2px; animation-timing-function: ease-out; }
  100% { outline: transparent solid 2px; animation-timing-function: ease-out; }
}

@keyframes blinkGreen { 
  0% { outline: transparent solid 2px; animation-timing-function: ease-out; }
  50% { outline: rgb(92, 184, 230) solid 2px; animation-timing-function: ease-out; }
  100% { outline: transparent solid 2px; animation-timing-function: ease-out; }
}

@-webkit-keyframes bounce { 
  0% { margin-bottom: 0px; animation-timing-function: ease-out; }
  28% { margin-bottom: 15px; animation-timing-function: ease-in; }
  52% { margin-bottom: 0px; animation-timing-function: ease-out; }
  67% { margin-bottom: 10px; animation-timing-function: ease-in; }
  80% { margin-bottom: 0px; animation-timing-function: ease-out; }
  100% { margin-bottom: 0px; }
}

@keyframes bounce { 
  0% { margin-bottom: 0px; animation-timing-function: ease-out; }
  28% { margin-bottom: 15px; animation-timing-function: ease-in; }
  52% { margin-bottom: 0px; animation-timing-function: ease-out; }
  67% { margin-bottom: 10px; animation-timing-function: ease-in; }
  80% { margin-bottom: 0px; animation-timing-function: ease-out; }
  100% { margin-bottom: 0px; }
}

@-webkit-keyframes bounce2 { 
  0% { transform: translateZ(0px); animation-timing-function: ease-out; }
  28% { transform: translate3d(0px, -5px, 0px); animation-timing-function: ease-in; }
  52% { transform: translateZ(0px); animation-timing-function: ease-out; }
  67% { transform: translate3d(0px, -3px, 0px); animation-timing-function: ease-in; }
  80% { transform: translateZ(0px); animation-timing-function: ease-out; }
  100% { transform: translateZ(0px); }
}

@keyframes bounce2 { 
  0% { transform: translateZ(0px); animation-timing-function: ease-out; }
  28% { transform: translate3d(0px, -5px, 0px); animation-timing-function: ease-in; }
  52% { transform: translateZ(0px); animation-timing-function: ease-out; }
  67% { transform: translate3d(0px, -3px, 0px); animation-timing-function: ease-in; }
  80% { transform: translateZ(0px); animation-timing-function: ease-out; }
  100% { transform: translateZ(0px); }
}

@-webkit-keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes slideIn { 
  0% { transform: translateY(25px); opacity: 0; }
  100% { transform: translateY(0px); opacity: 1; }
}

@keyframes slideIn { 
  0% { transform: translateY(25px); opacity: 0; }
  100% { transform: translateY(0px); opacity: 1; }
}

@-webkit-keyframes skeleton-pulse { 
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}

@keyframes skeleton-pulse { 
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}

.fadeInOut-enter { opacity: 0; }

.fadeInOut-enter.fadeInOut-enter-active { opacity: 1; transition: opacity 0.3s; }

.fadeInOut-exit { opacity: 1; }

.fadeInOut-exit.fadeInOut-exit-active { opacity: 0; transition: opacity 0.2s; }

.f-enter { display: none; opacity: 0; }

.f-enter.f-enter-active { display: block; opacity: 1; transition: opacity 0.3s; }

.f-exit { display: block; opacity: 1; }

.f-exit.f-exit-active { display: none; opacity: 0; transition: opacity 0.2s; }

.s-animation-page-fade_in-before { opacity: 0; }

.s-animation-page-fade_in { animation: 1s ease 0s 1 normal none running fadeIn; }

.s-animation-page-slide_in-before { transform: translateY(80px); opacity: 0; }

.s-animation-page-slide_in { animation: 0.75s ease 0s 1 normal none running slideIn; }

.site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-blog-avatar-container .s-bg-image, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-blog-avatar-container .s-blog-avatar, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-blog-avatar-container img, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-component.s-media .s-bg-image, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-component.s-media .s-blog-avatar, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-component.s-media img, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-gallery-item .image-wrapper .s-bg-image, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-gallery-item .image-wrapper .s-blog-avatar, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-gallery-item .image-wrapper img, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-grid-section-cell .s-bg-image, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-grid-section-cell .s-blog-avatar, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-grid-section-cell img, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-image .s-bg-image, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-image .s-blog-avatar, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-image img, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-new-gallery .s-new-gallery-item .image-wrapper, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container .s-bg-image, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container .s-blog-avatar, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container img, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media .s-bg-image, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media .s-blog-avatar, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media img, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper .s-bg-image, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper .s-blog-avatar, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper img, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell .s-bg-image, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell .s-blog-avatar, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell img, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-image .s-bg-image, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-image .s-blog-avatar, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-image img, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-new-gallery .s-new-gallery-item .image-wrapper, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-blog-avatar-container .s-bg-image, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-blog-avatar-container .s-blog-avatar, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-blog-avatar-container img, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-component.s-media .s-bg-image, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-component.s-media .s-blog-avatar, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-component.s-media img, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-gallery-item .image-wrapper .s-bg-image, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-gallery-item .image-wrapper .s-blog-avatar, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-gallery-item .image-wrapper img, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-grid-section-cell .s-bg-image, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-grid-section-cell .s-blog-avatar, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-grid-section-cell img, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-image .s-bg-image, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-image .s-blog-avatar, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-image img, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-new-gallery .s-new-gallery-item .image-wrapper, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container .s-bg-image, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container .s-blog-avatar, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container img, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media .s-bg-image, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media .s-blog-avatar, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media img, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper .s-bg-image, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper .s-blog-avatar, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper img, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell .s-bg-image, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell .s-blog-avatar, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell img, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-image .s-bg-image, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-image .s-blog-avatar, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-image img, body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-new-gallery .s-new-gallery-item .image-wrapper { transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1); }

.site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-blog-avatar-container, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-component.s-media, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-gallery-item .image-wrapper, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-grid-section-cell, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-image, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-blog-avatar-container, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-component.s-media, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-gallery-item .image-wrapper, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-grid-section-cell, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-image, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image { position: relative; }

.site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-blog-avatar-container a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-component.s-media a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-gallery-item .image-wrapper a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-grid-section-cell a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-image a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image a::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-blog-avatar-container a::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-component.s-media a::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-gallery-item .image-wrapper a::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-grid-section-cell a::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-image a::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container a::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media a::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper a::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell a::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image a::after { display: inline-block; content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1); }

.site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-blog-avatar-container a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-component.s-media a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-gallery-item .image-wrapper a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-grid-section-cell a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-image a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image a:hover::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-blog-avatar-container a:hover::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-component.s-media a:hover::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-gallery-item .image-wrapper a:hover::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-grid-section-cell a:hover::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-image a:hover::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container a:hover::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media a:hover::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper a:hover::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell a:hover::after, body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image a:hover::after { background-color: rgba(255, 255, 255, 0.4); }

.site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-blog-avatar-container, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-component.s-media, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-gallery-item .image-wrapper, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-grid-section-cell, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-image, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-blog-avatar-container, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-component.s-media, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-gallery-item .image-wrapper, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-grid-section-cell, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-image, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image { position: relative; }

.site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-blog-avatar-container a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-component.s-media a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-gallery-item .image-wrapper a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-grid-section-cell a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-image a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell a::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image a::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-blog-avatar-container a::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-component.s-media a::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-gallery-item .image-wrapper a::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-grid-section-cell a::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-image a::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container a::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media a::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper a::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell a::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image a::after { display: inline-block; content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1); }

.site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-blog-avatar-container a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-component.s-media a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-gallery-item .image-wrapper a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-grid-section-cell a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-image a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell a:hover::after, .site-dashboard-content.is-preview-mode .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image a:hover::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-blog-avatar-container a:hover::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-component.s-media a:hover::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-gallery-item .image-wrapper a:hover::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-grid-section-cell a:hover::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-image a:hover::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container a:hover::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media a:hover::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper a:hover::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell a:hover::after, body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image a:hover::after { background-color: rgba(0, 0, 0, 0.3); }

.s-slide-in-enter { opacity: 0; transition: 0.6s; transform: translateY(-36px); }

.s-slide-in-enter-active { opacity: 1; transform: translateY(0px); }

.s-slide-in-exit { opacity: 1; transition: 0.4s; }

.s-slide-in-exit-active { opacity: 0; }

.s-list-item-enter { opacity: 0; transition: 0.6s; transform: translateY(-36px); }

.s-list-item-enter-active { opacity: 1; transform: translateY(0px); }

.s-list-item-exit { opacity: 1; transition: 0.3s; transform: translateX(0px); }

.s-list-item-exit-active { opacity: 0; transform: translateX(100%); }

@font-face { font-family: "Bebas Neue"; src: url("https://static-assets.sxlcdn.com/webpack/fonts/bebasneue_bold-webfont.db0480ce584a47cfcc74435698c96cc5.woff2") format("woff2"), url("https://static-assets.sxlcdn.com/webpack/fonts/bebasneue_bold-webfont.c394f214004ea574f5698875cb2b3bc5.woff") format("woff"), url("https://static-assets.sxlcdn.com/webpack/fonts/bebasneue_bold-webfont.f2ecb2abf2ada45e2e884a689354777b.ttf") format("truetype"); font-weight: 400; font-style: normal; }

.fa, .fab, .fad, .fal, .far, .fas { -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; }

.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -0.0667em; }

.fa-xs { font-size: 0.75em; }

.fa-sm { font-size: 0.875em; }

.fa-1x { font-size: 1em; }

.fa-2x { font-size: 2em; }

.fa-3x { font-size: 3em; }

.fa-4x { font-size: 4em; }

.fa-5x { font-size: 5em; }

.fa-6x { font-size: 6em; }

.fa-7x { font-size: 7em; }

.fa-8x { font-size: 8em; }

.fa-9x { font-size: 9em; }

.fa-10x { font-size: 10em; }

.fa-fw { text-align: center; width: 1.25em; }

.fa-ul { list-style-type: none; margin-left: 2.5em; padding-left: 0px; }

.fa-ul > li { position: relative; }

.fa-li { left: -2em; position: absolute; text-align: center; width: 2em; line-height: inherit; }

.fa-border { border-radius: 0.1em; border: 0.08em solid rgb(238, 238, 238); padding: 0.2em 0.25em 0.15em; }

.fa-pull-left { float: left; }

.fa-pull-right { float: right; }

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left { margin-right: 0.3em; }

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right { margin-left: 0.3em; }

.fa-spin { animation: 2s linear 0s infinite normal none running fa-spin; }

.fa-pulse { animation: 1s steps(8) 0s infinite normal none running fa-spin; }

@-webkit-keyframes fa-spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(1turn); }
}

@keyframes fa-spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(1turn); }
}

.fa-rotate-90 { transform: rotate(90deg); }

.fa-rotate-180 { transform: rotate(180deg); }

.fa-rotate-270 { transform: rotate(270deg); }

.fa-flip-horizontal { transform: scaleX(-1); }

.fa-flip-vertical { transform: scaleY(-1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical { }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { transform: scale(-1); }

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 { filter: none; }

.fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2em; }

.fa-stack-1x, .fa-stack-2x { left: 0px; position: absolute; text-align: center; width: 100%; }

.fa-stack-1x { line-height: inherit; }

.fa-stack-2x { font-size: 2em; }

.fa-inverse { color: rgb(255, 255, 255); }

.fa-500px::before { content: ""; }

.fa-accessible-icon::before { content: ""; }

.fa-accusoft::before { content: ""; }

.fa-acquisitions-incorporated::before { content: ""; }

.fa-ad::before { content: ""; }

.fa-address-book::before { content: ""; }

.fa-address-card::before { content: ""; }

.fa-adjust::before { content: ""; }

.fa-adn::before { content: ""; }

.fa-adversal::before { content: ""; }

.fa-affiliatetheme::before { content: ""; }

.fa-air-freshener::before { content: ""; }

.fa-airbnb::before { content: ""; }

.fa-algolia::before { content: ""; }

.fa-align-center::before { content: ""; }

.fa-align-justify::before { content: ""; }

.fa-align-left::before { content: ""; }

.fa-align-right::before { content: ""; }

.fa-alipay::before { content: ""; }

.fa-allergies::before { content: ""; }

.fa-amazon::before { content: ""; }

.fa-amazon-pay::before { content: ""; }

.fa-ambulance::before { content: ""; }

.fa-american-sign-language-interpreting::before { content: ""; }

.fa-amilia::before { content: ""; }

.fa-anchor::before { content: ""; }

.fa-android::before { content: ""; }

.fa-angellist::before { content: ""; }

.fa-angle-double-down::before { content: ""; }

.fa-angle-double-left::before { content: ""; }

.fa-angle-double-right::before { content: ""; }

.fa-angle-double-up::before { content: ""; }

.fa-angle-down::before { content: ""; }

.fa-angle-left::before { content: ""; }

.fa-angle-right::before { content: ""; }

.fa-angle-up::before { content: ""; }

.fa-angry::before { content: ""; }

.fa-angrycreative::before { content: ""; }

.fa-angular::before { content: ""; }

.fa-ankh::before { content: ""; }

.fa-app-store::before { content: ""; }

.fa-app-store-ios::before { content: ""; }

.fa-apper::before { content: ""; }

.fa-apple::before { content: ""; }

.fa-apple-alt::before { content: ""; }

.fa-apple-pay::before { content: ""; }

.fa-archive::before { content: ""; }

.fa-archway::before { content: ""; }

.fa-arrow-alt-circle-down::before { content: ""; }

.fa-arrow-alt-circle-left::before { content: ""; }

.fa-arrow-alt-circle-right::before { content: ""; }

.fa-arrow-alt-circle-up::before { content: ""; }

.fa-arrow-circle-down::before { content: ""; }

.fa-arrow-circle-left::before { content: ""; }

.fa-arrow-circle-right::before { content: ""; }

.fa-arrow-circle-up::before { content: ""; }

.fa-arrow-down::before { content: ""; }

.fa-arrow-left::before { content: ""; }

.fa-arrow-right::before { content: ""; }

.fa-arrow-up::before { content: ""; }

.fa-arrows-alt::before { content: ""; }

.fa-arrows-alt-h::before { content: ""; }

.fa-arrows-alt-v::before { content: ""; }

.fa-artstation::before { content: ""; }

.fa-assistive-listening-systems::before { content: ""; }

.fa-asterisk::before { content: ""; }

.fa-asymmetrik::before { content: ""; }

.fa-at::before { content: ""; }

.fa-atlas::before { content: ""; }

.fa-atlassian::before { content: ""; }

.fa-atom::before { content: ""; }

.fa-audible::before { content: ""; }

.fa-audio-description::before { content: ""; }

.fa-autoprefixer::before { content: ""; }

.fa-avianex::before { content: ""; }

.fa-aviato::before { content: ""; }

.fa-award::before { content: ""; }

.fa-aws::before { content: ""; }

.fa-baby::before { content: ""; }

.fa-baby-carriage::before { content: ""; }

.fa-backspace::before { content: ""; }

.fa-backward::before { content: ""; }

.fa-bacon::before { content: ""; }

.fa-bacteria::before { content: ""; }

.fa-bacterium::before { content: ""; }

.fa-bahai::before { content: ""; }

.fa-balance-scale::before { content: ""; }

.fa-balance-scale-left::before { content: ""; }

.fa-balance-scale-right::before { content: ""; }

.fa-ban::before { content: ""; }

.fa-band-aid::before { content: ""; }

.fa-bandcamp::before { content: ""; }

.fa-barcode::before { content: ""; }

.fa-bars::before { content: ""; }

.fa-baseball-ball::before { content: ""; }

.fa-basketball-ball::before { content: ""; }

.fa-bath::before { content: ""; }

.fa-battery-empty::before { content: ""; }

.fa-battery-full::before { content: ""; }

.fa-battery-half::before { content: ""; }

.fa-battery-quarter::before { content: ""; }

.fa-battery-three-quarters::before { content: ""; }

.fa-battle-net::before { content: ""; }

.fa-bed::before { content: ""; }

.fa-beer::before { content: ""; }

.fa-behance::before { content: ""; }

.fa-behance-square::before { content: ""; }

.fa-bell::before { content: ""; }

.fa-bell-slash::before { content: ""; }

.fa-bezier-curve::before { content: ""; }

.fa-bible::before { content: ""; }

.fa-bicycle::before { content: ""; }

.fa-biking::before { content: ""; }

.fa-bimobject::before { content: ""; }

.fa-binoculars::before { content: ""; }

.fa-biohazard::before { content: ""; }

.fa-birthday-cake::before { content: ""; }

.fa-bitbucket::before { content: ""; }

.fa-bitcoin::before { content: ""; }

.fa-bity::before { content: ""; }

.fa-black-tie::before { content: ""; }

.fa-blackberry::before { content: ""; }

.fa-blender::before { content: ""; }

.fa-blender-phone::before { content: ""; }

.fa-blind::before { content: ""; }

.fa-blog::before { content: ""; }

.fa-blogger::before { content: ""; }

.fa-blogger-b::before { content: ""; }

.fa-bluetooth::before { content: ""; }

.fa-bluetooth-b::before { content: ""; }

.fa-bold::before { content: ""; }

.fa-bolt::before { content: ""; }

.fa-bomb::before { content: ""; }

.fa-bone::before { content: ""; }

.fa-bong::before { content: ""; }

.fa-book::before { content: ""; }

.fa-book-dead::before { content: ""; }

.fa-book-medical::before { content: ""; }

.fa-book-open::before { content: ""; }

.fa-book-reader::before { content: ""; }

.fa-bookmark::before { content: ""; }

.fa-bootstrap::before { content: ""; }

.fa-border-all::before { content: ""; }

.fa-border-none::before { content: ""; }

.fa-border-style::before { content: ""; }

.fa-bowling-ball::before { content: ""; }

.fa-box::before { content: ""; }

.fa-box-open::before { content: ""; }

.fa-box-tissue::before { content: ""; }

.fa-boxes::before { content: ""; }

.fa-braille::before { content: ""; }

.fa-brain::before { content: ""; }

.fa-bread-slice::before { content: ""; }

.fa-briefcase::before { content: ""; }

.fa-briefcase-medical::before { content: ""; }

.fa-broadcast-tower::before { content: ""; }

.fa-broom::before { content: ""; }

.fa-brush::before { content: ""; }

.fa-btc::before { content: ""; }

.fa-buffer::before { content: ""; }

.fa-bug::before { content: ""; }

.fa-building::before { content: ""; }

.fa-bullhorn::before { content: ""; }

.fa-bullseye::before { content: ""; }

.fa-burn::before { content: ""; }

.fa-buromobelexperte::before { content: ""; }

.fa-bus::before { content: ""; }

.fa-bus-alt::before { content: ""; }

.fa-business-time::before { content: ""; }

.fa-buy-n-large::before { content: ""; }

.fa-buysellads::before { content: ""; }

.fa-calculator::before { content: ""; }

.fa-calendar::before { content: ""; }

.fa-calendar-alt::before { content: ""; }

.fa-calendar-check::before { content: ""; }

.fa-calendar-day::before { content: ""; }

.fa-calendar-minus::before { content: ""; }

.fa-calendar-plus::before { content: ""; }

.fa-calendar-times::before { content: ""; }

.fa-calendar-week::before { content: ""; }

.fa-camera::before { content: ""; }

.fa-camera-retro::before { content: ""; }

.fa-campground::before { content: ""; }

.fa-canadian-maple-leaf::before { content: ""; }

.fa-candy-cane::before { content: ""; }

.fa-cannabis::before { content: ""; }

.fa-capsules::before { content: ""; }

.fa-car::before { content: ""; }

.fa-car-alt::before { content: ""; }

.fa-car-battery::before { content: ""; }

.fa-car-crash::before { content: ""; }

.fa-car-side::before { content: ""; }

.fa-caravan::before { content: ""; }

.fa-caret-down::before { content: ""; }

.fa-caret-left::before { content: ""; }

.fa-caret-right::before { content: ""; }

.fa-caret-square-down::before { content: ""; }

.fa-caret-square-left::before { content: ""; }

.fa-caret-square-right::before { content: ""; }

.fa-caret-square-up::before { content: ""; }

.fa-caret-up::before { content: ""; }

.fa-carrot::before { content: ""; }

.fa-cart-arrow-down::before { content: ""; }

.fa-cart-plus::before { content: ""; }

.fa-cash-register::before { content: ""; }

.fa-cat::before { content: ""; }

.fa-cc-amazon-pay::before { content: ""; }

.fa-cc-amex::before { content: ""; }

.fa-cc-apple-pay::before { content: ""; }

.fa-cc-diners-club::before { content: ""; }

.fa-cc-discover::before { content: ""; }

.fa-cc-jcb::before { content: ""; }

.fa-cc-mastercard::before { content: ""; }

.fa-cc-paypal::before { content: ""; }

.fa-cc-stripe::before { content: ""; }

.fa-cc-visa::before { content: ""; }

.fa-centercode::before { content: ""; }

.fa-centos::before { content: ""; }

.fa-certificate::before { content: ""; }

.fa-chair::before { content: ""; }

.fa-chalkboard::before { content: ""; }

.fa-chalkboard-teacher::before { content: ""; }

.fa-charging-station::before { content: ""; }

.fa-chart-area::before { content: ""; }

.fa-chart-bar::before { content: ""; }

.fa-chart-line::before { content: ""; }

.fa-chart-pie::before { content: ""; }

.fa-check::before { content: ""; }

.fa-check-circle::before { content: ""; }

.fa-check-double::before { content: ""; }

.fa-check-square::before { content: ""; }

.fa-cheese::before { content: ""; }

.fa-chess::before { content: ""; }

.fa-chess-bishop::before { content: ""; }

.fa-chess-board::before { content: ""; }

.fa-chess-king::before { content: ""; }

.fa-chess-knight::before { content: ""; }

.fa-chess-pawn::before { content: ""; }

.fa-chess-queen::before { content: ""; }

.fa-chess-rook::before { content: ""; }

.fa-chevron-circle-down::before { content: ""; }

.fa-chevron-circle-left::before { content: ""; }

.fa-chevron-circle-right::before { content: ""; }

.fa-chevron-circle-up::before { content: ""; }

.fa-chevron-down::before { content: ""; }

.fa-chevron-left::before { content: ""; }

.fa-chevron-right::before { content: ""; }

.fa-chevron-up::before { content: ""; }

.fa-child::before { content: ""; }

.fa-chrome::before { content: ""; }

.fa-chromecast::before { content: ""; }

.fa-church::before { content: ""; }

.fa-circle::before { content: ""; }

.fa-circle-notch::before { content: ""; }

.fa-city::before { content: ""; }

.fa-clinic-medical::before { content: ""; }

.fa-clipboard::before { content: ""; }

.fa-clipboard-check::before { content: ""; }

.fa-clipboard-list::before { content: ""; }

.fa-clock::before { content: ""; }

.fa-clone::before { content: ""; }

.fa-closed-captioning::before { content: ""; }

.fa-cloud::before { content: ""; }

.fa-cloud-download-alt::before { content: ""; }

.fa-cloud-meatball::before { content: ""; }

.fa-cloud-moon::before { content: ""; }

.fa-cloud-moon-rain::before { content: ""; }

.fa-cloud-rain::before { content: ""; }

.fa-cloud-showers-heavy::before { content: ""; }

.fa-cloud-sun::before { content: ""; }

.fa-cloud-sun-rain::before { content: ""; }

.fa-cloud-upload-alt::before { content: ""; }

.fa-cloudflare::before { content: ""; }

.fa-cloudscale::before { content: ""; }

.fa-cloudsmith::before { content: ""; }

.fa-cloudversify::before { content: ""; }

.fa-cocktail::before { content: ""; }

.fa-code::before { content: ""; }

.fa-code-branch::before { content: ""; }

.fa-codepen::before { content: ""; }

.fa-codiepie::before { content: ""; }

.fa-coffee::before { content: ""; }

.fa-cog::before { content: ""; }

.fa-cogs::before { content: ""; }

.fa-coins::before { content: ""; }

.fa-columns::before { content: ""; }

.fa-comment::before { content: ""; }

.fa-comment-alt::before { content: ""; }

.fa-comment-dollar::before { content: ""; }

.fa-comment-dots::before { content: ""; }

.fa-comment-medical::before { content: ""; }

.fa-comment-slash::before { content: ""; }

.fa-comments::before { content: ""; }

.fa-comments-dollar::before { content: ""; }

.fa-compact-disc::before { content: ""; }

.fa-compass::before { content: ""; }

.fa-compress::before { content: ""; }

.fa-compress-alt::before { content: ""; }

.fa-compress-arrows-alt::before { content: ""; }

.fa-concierge-bell::before { content: ""; }

.fa-confluence::before { content: ""; }

.fa-connectdevelop::before { content: ""; }

.fa-contao::before { content: ""; }

.fa-cookie::before { content: ""; }

.fa-cookie-bite::before { content: ""; }

.fa-copy::before { content: ""; }

.fa-copyright::before { content: ""; }

.fa-cotton-bureau::before { content: ""; }

.fa-couch::before { content: ""; }

.fa-cpanel::before { content: ""; }

.fa-creative-commons::before { content: ""; }

.fa-creative-commons-by::before { content: ""; }

.fa-creative-commons-nc::before { content: ""; }

.fa-creative-commons-nc-eu::before { content: ""; }

.fa-creative-commons-nc-jp::before { content: ""; }

.fa-creative-commons-nd::before { content: ""; }

.fa-creative-commons-pd::before { content: ""; }

.fa-creative-commons-pd-alt::before { content: ""; }

.fa-creative-commons-remix::before { content: ""; }

.fa-creative-commons-sa::before { content: ""; }

.fa-creative-commons-sampling::before { content: ""; }

.fa-creative-commons-sampling-plus::before { content: ""; }

.fa-creative-commons-share::before { content: ""; }

.fa-creative-commons-zero::before { content: ""; }

.fa-credit-card::before { content: ""; }

.fa-critical-role::before { content: ""; }

.fa-crop::before { content: ""; }

.fa-crop-alt::before { content: ""; }

.fa-cross::before { content: ""; }

.fa-crosshairs::before { content: ""; }

.fa-crow::before { content: ""; }

.fa-crown::before { content: ""; }

.fa-crutch::before { content: ""; }

.fa-css3::before { content: ""; }

.fa-css3-alt::before { content: ""; }

.fa-cube::before { content: ""; }

.fa-cubes::before { content: ""; }

.fa-cut::before { content: ""; }

.fa-cuttlefish::before { content: ""; }

.fa-d-and-d::before { content: ""; }

.fa-d-and-d-beyond::before { content: ""; }

.fa-dailymotion::before { content: ""; }

.fa-dashcube::before { content: ""; }

.fa-database::before { content: ""; }

.fa-deaf::before { content: ""; }

.fa-deezer::before { content: ""; }

.fa-delicious::before { content: ""; }

.fa-democrat::before { content: ""; }

.fa-deploydog::before { content: ""; }

.fa-deskpro::before { content: ""; }

.fa-desktop::before { content: ""; }

.fa-dev::before { content: ""; }

.fa-deviantart::before { content: ""; }

.fa-dharmachakra::before { content: ""; }

.fa-dhl::before { content: ""; }

.fa-diagnoses::before { content: ""; }

.fa-diaspora::before { content: ""; }

.fa-dice::before { content: ""; }

.fa-dice-d20::before { content: ""; }

.fa-dice-d6::before { content: ""; }

.fa-dice-five::before { content: ""; }

.fa-dice-four::before { content: ""; }

.fa-dice-one::before { content: ""; }

.fa-dice-six::before { content: ""; }

.fa-dice-three::before { content: ""; }

.fa-dice-two::before { content: ""; }

.fa-digg::before { content: ""; }

.fa-digital-ocean::before { content: ""; }

.fa-digital-tachograph::before { content: ""; }

.fa-directions::before { content: ""; }

.fa-discord::before { content: ""; }

.fa-discourse::before { content: ""; }

.fa-disease::before { content: ""; }

.fa-divide::before { content: ""; }

.fa-dizzy::before { content: ""; }

.fa-dna::before { content: ""; }

.fa-dochub::before { content: ""; }

.fa-docker::before { content: ""; }

.fa-dog::before { content: ""; }

.fa-dollar-sign::before { content: ""; }

.fa-dolly::before { content: ""; }

.fa-dolly-flatbed::before { content: ""; }

.fa-donate::before { content: ""; }

.fa-door-closed::before { content: ""; }

.fa-door-open::before { content: ""; }

.fa-dot-circle::before { content: ""; }

.fa-dove::before { content: ""; }

.fa-download::before { content: ""; }

.fa-draft2digital::before { content: ""; }

.fa-drafting-compass::before { content: ""; }

.fa-dragon::before { content: ""; }

.fa-draw-polygon::before { content: ""; }

.fa-dribbble::before { content: ""; }

.fa-dribbble-square::before { content: ""; }

.fa-dropbox::before { content: ""; }

.fa-drum::before { content: ""; }

.fa-drum-steelpan::before { content: ""; }

.fa-drumstick-bite::before { content: ""; }

.fa-drupal::before { content: ""; }

.fa-dumbbell::before { content: ""; }

.fa-dumpster::before { content: ""; }

.fa-dumpster-fire::before { content: ""; }

.fa-dungeon::before { content: ""; }

.fa-dyalog::before { content: ""; }

.fa-earlybirds::before { content: ""; }

.fa-ebay::before { content: ""; }

.fa-edge::before { content: ""; }

.fa-edge-legacy::before { content: ""; }

.fa-edit::before { content: ""; }

.fa-egg::before { content: ""; }

.fa-eject::before { content: ""; }

.fa-elementor::before { content: ""; }

.fa-ellipsis-h::before { content: ""; }

.fa-ellipsis-v::before { content: ""; }

.fa-ello::before { content: ""; }

.fa-ember::before { content: ""; }

.fa-empire::before { content: ""; }

.fa-envelope::before { content: ""; }

.fa-envelope-open::before { content: ""; }

.fa-envelope-open-text::before { content: ""; }

.fa-envelope-square::before { content: ""; }

.fa-envira::before { content: ""; }

.fa-equals::before { content: ""; }

.fa-eraser::before { content: ""; }

.fa-erlang::before { content: ""; }

.fa-ethereum::before { content: ""; }

.fa-ethernet::before { content: ""; }

.fa-etsy::before { content: ""; }

.fa-euro-sign::before { content: ""; }

.fa-evernote::before { content: ""; }

.fa-exchange-alt::before { content: ""; }

.fa-exclamation::before { content: ""; }

.fa-exclamation-circle::before { content: ""; }

.fa-exclamation-triangle::before { content: ""; }

.fa-expand::before { content: ""; }

.fa-expand-alt::before { content: ""; }

.fa-expand-arrows-alt::before { content: ""; }

.fa-expeditedssl::before { content: ""; }

.fa-external-link-alt::before { content: ""; }

.fa-external-link-square-alt::before { content: ""; }

.fa-eye::before { content: ""; }

.fa-eye-dropper::before { content: ""; }

.fa-eye-slash::before { content: ""; }

.fa-facebook::before { content: ""; }

.fa-facebook-f::before { content: ""; }

.fa-facebook-messenger::before { content: ""; }

.fa-facebook-square::before { content: ""; }

.fa-fan::before { content: ""; }

.fa-fantasy-flight-games::before { content: ""; }

.fa-fast-backward::before { content: ""; }

.fa-fast-forward::before { content: ""; }

.fa-faucet::before { content: ""; }

.fa-fax::before { content: ""; }

.fa-feather::before { content: ""; }

.fa-feather-alt::before { content: ""; }

.fa-fedex::before { content: ""; }

.fa-fedora::before { content: ""; }

.fa-female::before { content: ""; }

.fa-fighter-jet::before { content: ""; }

.fa-figma::before { content: ""; }

.fa-file::before { content: ""; }

.fa-file-alt::before { content: ""; }

.fa-file-archive::before { content: ""; }

.fa-file-audio::before { content: ""; }

.fa-file-code::before { content: ""; }

.fa-file-contract::before { content: ""; }

.fa-file-csv::before { content: ""; }

.fa-file-download::before { content: ""; }

.fa-file-excel::before { content: ""; }

.fa-file-export::before { content: ""; }

.fa-file-image::before { content: ""; }

.fa-file-import::before { content: ""; }

.fa-file-invoice::before { content: ""; }

.fa-file-invoice-dollar::before { content: ""; }

.fa-file-medical::before { content: ""; }

.fa-file-medical-alt::before { content: ""; }

.fa-file-pdf::before { content: ""; }

.fa-file-powerpoint::before { content: ""; }

.fa-file-prescription::before { content: ""; }

.fa-file-signature::before { content: ""; }

.fa-file-upload::before { content: ""; }

.fa-file-video::before { content: ""; }

.fa-file-word::before { content: ""; }

.fa-fill::before { content: ""; }

.fa-fill-drip::before { content: ""; }

.fa-film::before { content: ""; }

.fa-filter::before { content: ""; }

.fa-fingerprint::before { content: ""; }

.fa-fire::before { content: ""; }

.fa-fire-alt::before { content: ""; }

.fa-fire-extinguisher::before { content: ""; }

.fa-firefox::before { content: ""; }

.fa-firefox-browser::before { content: ""; }

.fa-first-aid::before { content: ""; }

.fa-first-order::before { content: ""; }

.fa-first-order-alt::before { content: ""; }

.fa-firstdraft::before { content: ""; }

.fa-fish::before { content: ""; }

.fa-fist-raised::before { content: ""; }

.fa-flag::before { content: ""; }

.fa-flag-checkered::before { content: ""; }

.fa-flag-usa::before { content: ""; }

.fa-flask::before { content: ""; }

.fa-flickr::before { content: ""; }

.fa-flipboard::before { content: ""; }

.fa-flushed::before { content: ""; }

.fa-fly::before { content: ""; }

.fa-folder::before { content: ""; }

.fa-folder-minus::before { content: ""; }

.fa-folder-open::before { content: ""; }

.fa-folder-plus::before { content: ""; }

.fa-font::before { content: ""; }

.fa-font-awesome::before { content: ""; }

.fa-font-awesome-alt::before { content: ""; }

.fa-font-awesome-flag::before { content: ""; }

.fa-font-awesome-logo-full::before { content: ""; }

.fa-fonticons::before { content: ""; }

.fa-fonticons-fi::before { content: ""; }

.fa-football-ball::before { content: ""; }

.fa-fort-awesome::before { content: ""; }

.fa-fort-awesome-alt::before { content: ""; }

.fa-forumbee::before { content: ""; }

.fa-forward::before { content: ""; }

.fa-foursquare::before { content: ""; }

.fa-free-code-camp::before { content: ""; }

.fa-freebsd::before { content: ""; }

.fa-frog::before { content: ""; }

.fa-frown::before { content: ""; }

.fa-frown-open::before { content: ""; }

.fa-fulcrum::before { content: ""; }

.fa-funnel-dollar::before { content: ""; }

.fa-futbol::before { content: ""; }

.fa-galactic-republic::before { content: ""; }

.fa-galactic-senate::before { content: ""; }

.fa-gamepad::before { content: ""; }

.fa-gas-pump::before { content: ""; }

.fa-gavel::before { content: ""; }

.fa-gem::before { content: ""; }

.fa-genderless::before { content: ""; }

.fa-get-pocket::before { content: ""; }

.fa-gg::before { content: ""; }

.fa-gg-circle::before { content: ""; }

.fa-ghost::before { content: ""; }

.fa-gift::before { content: ""; }

.fa-gifts::before { content: ""; }

.fa-git::before { content: ""; }

.fa-git-alt::before { content: ""; }

.fa-git-square::before { content: ""; }

.fa-github::before { content: ""; }

.fa-github-alt::before { content: ""; }

.fa-github-square::before { content: ""; }

.fa-gitkraken::before { content: ""; }

.fa-gitlab::before { content: ""; }

.fa-gitter::before { content: ""; }

.fa-glass-cheers::before { content: ""; }

.fa-glass-martini::before { content: ""; }

.fa-glass-martini-alt::before { content: ""; }

.fa-glass-whiskey::before { content: ""; }

.fa-glasses::before { content: ""; }

.fa-glide::before { content: ""; }

.fa-glide-g::before { content: ""; }

.fa-globe::before { content: ""; }

.fa-globe-africa::before { content: ""; }

.fa-globe-americas::before { content: ""; }

.fa-globe-asia::before { content: ""; }

.fa-globe-europe::before { content: ""; }

.fa-gofore::before { content: ""; }

.fa-golf-ball::before { content: ""; }

.fa-goodreads::before { content: ""; }

.fa-goodreads-g::before { content: ""; }

.fa-google::before { content: ""; }

.fa-google-drive::before { content: ""; }

.fa-google-pay::before { content: ""; }

.fa-google-play::before { content: ""; }

.fa-google-plus::before { content: ""; }

.fa-google-plus-g::before { content: ""; }

.fa-google-plus-square::before { content: ""; }

.fa-google-wallet::before { content: ""; }

.fa-gopuram::before { content: ""; }

.fa-graduation-cap::before { content: ""; }

.fa-gratipay::before { content: ""; }

.fa-grav::before { content: ""; }

.fa-greater-than::before { content: ""; }

.fa-greater-than-equal::before { content: ""; }

.fa-grimace::before { content: ""; }

.fa-grin::before { content: ""; }

.fa-grin-alt::before { content: ""; }

.fa-grin-beam::before { content: ""; }

.fa-grin-beam-sweat::before { content: ""; }

.fa-grin-hearts::before { content: ""; }

.fa-grin-squint::before { content: ""; }

.fa-grin-squint-tears::before { content: ""; }

.fa-grin-stars::before { content: ""; }

.fa-grin-tears::before { content: ""; }

.fa-grin-tongue::before { content: ""; }

.fa-grin-tongue-squint::before { content: ""; }

.fa-grin-tongue-wink::before { content: ""; }

.fa-grin-wink::before { content: ""; }

.fa-grip-horizontal::before { content: ""; }

.fa-grip-lines::before { content: ""; }

.fa-grip-lines-vertical::before { content: ""; }

.fa-grip-vertical::before { content: ""; }

.fa-gripfire::before { content: ""; }

.fa-grunt::before { content: ""; }

.fa-guilded::before { content: ""; }

.fa-guitar::before { content: ""; }

.fa-gulp::before { content: ""; }

.fa-h-square::before { content: ""; }

.fa-hacker-news::before { content: ""; }

.fa-hacker-news-square::before { content: ""; }

.fa-hackerrank::before { content: ""; }

.fa-hamburger::before { content: ""; }

.fa-hammer::before { content: ""; }

.fa-hamsa::before { content: ""; }

.fa-hand-holding::before { content: ""; }

.fa-hand-holding-heart::before { content: ""; }

.fa-hand-holding-medical::before { content: ""; }

.fa-hand-holding-usd::before { content: ""; }

.fa-hand-holding-water::before { content: ""; }

.fa-hand-lizard::before { content: ""; }

.fa-hand-middle-finger::before { content: ""; }

.fa-hand-paper::before { content: ""; }

.fa-hand-peace::before { content: ""; }

.fa-hand-point-down::before { content: ""; }

.fa-hand-point-left::before { content: ""; }

.fa-hand-point-right::before { content: ""; }

.fa-hand-point-up::before { content: ""; }

.fa-hand-pointer::before { content: ""; }

.fa-hand-rock::before { content: ""; }

.fa-hand-scissors::before { content: ""; }

.fa-hand-sparkles::before { content: ""; }

.fa-hand-spock::before { content: ""; }

.fa-hands::before { content: ""; }

.fa-hands-helping::before { content: ""; }

.fa-hands-wash::before { content: ""; }

.fa-handshake::before { content: ""; }

.fa-handshake-alt-slash::before { content: ""; }

.fa-handshake-slash::before { content: ""; }

.fa-hanukiah::before { content: ""; }

.fa-hard-hat::before { content: ""; }

.fa-hashtag::before { content: ""; }

.fa-hat-cowboy::before { content: ""; }

.fa-hat-cowboy-side::before { content: ""; }

.fa-hat-wizard::before { content: ""; }

.fa-hdd::before { content: ""; }

.fa-head-side-cough::before { content: ""; }

.fa-head-side-cough-slash::before { content: ""; }

.fa-head-side-mask::before { content: ""; }

.fa-head-side-virus::before { content: ""; }

.fa-heading::before { content: ""; }

.fa-headphones::before { content: ""; }

.fa-headphones-alt::before { content: ""; }

.fa-headset::before { content: ""; }

.fa-heart::before { content: ""; }

.fa-heart-broken::before { content: ""; }

.fa-heartbeat::before { content: ""; }

.fa-helicopter::before { content: ""; }

.fa-highlighter::before { content: ""; }

.fa-hiking::before { content: ""; }

.fa-hippo::before { content: ""; }

.fa-hips::before { content: ""; }

.fa-hire-a-helper::before { content: ""; }

.fa-history::before { content: ""; }

.fa-hive::before { content: ""; }

.fa-hockey-puck::before { content: ""; }

.fa-holly-berry::before { content: ""; }

.fa-home::before { content: ""; }

.fa-hooli::before { content: ""; }

.fa-hornbill::before { content: ""; }

.fa-horse::before { content: ""; }

.fa-horse-head::before { content: ""; }

.fa-hospital::before { content: ""; }

.fa-hospital-alt::before { content: ""; }

.fa-hospital-symbol::before { content: ""; }

.fa-hospital-user::before { content: ""; }

.fa-hot-tub::before { content: ""; }

.fa-hotdog::before { content: ""; }

.fa-hotel::before { content: ""; }

.fa-hotjar::before { content: ""; }

.fa-hourglass::before { content: ""; }

.fa-hourglass-end::before { content: ""; }

.fa-hourglass-half::before { content: ""; }

.fa-hourglass-start::before { content: ""; }

.fa-house-damage::before { content: ""; }

.fa-house-user::before { content: ""; }

.fa-houzz::before { content: ""; }

.fa-hryvnia::before { content: ""; }

.fa-html5::before { content: ""; }

.fa-hubspot::before { content: ""; }

.fa-i-cursor::before { content: ""; }

.fa-ice-cream::before { content: ""; }

.fa-icicles::before { content: ""; }

.fa-icons::before { content: ""; }

.fa-id-badge::before { content: ""; }

.fa-id-card::before { content: ""; }

.fa-id-card-alt::before { content: ""; }

.fa-ideal::before { content: ""; }

.fa-igloo::before { content: ""; }

.fa-image::before { content: ""; }

.fa-images::before { content: ""; }

.fa-imdb::before { content: ""; }

.fa-inbox::before { content: ""; }

.fa-indent::before { content: ""; }

.fa-industry::before { content: ""; }

.fa-infinity::before { content: ""; }

.fa-info::before { content: ""; }

.fa-info-circle::before { content: ""; }

.fa-innosoft::before { content: ""; }

.fa-instagram::before { content: ""; }

.fa-instagram-square::before { content: ""; }

.fa-instalod::before { content: ""; }

.fa-intercom::before { content: ""; }

.fa-internet-explorer::before { content: ""; }

.fa-invision::before { content: ""; }

.fa-ioxhost::before { content: ""; }

.fa-italic::before { content: ""; }

.fa-itch-io::before { content: ""; }

.fa-itunes::before { content: ""; }

.fa-itunes-note::before { content: ""; }

.fa-java::before { content: ""; }

.fa-jedi::before { content: ""; }

.fa-jedi-order::before { content: ""; }

.fa-jenkins::before { content: ""; }

.fa-jira::before { content: ""; }

.fa-joget::before { content: ""; }

.fa-joint::before { content: ""; }

.fa-joomla::before { content: ""; }

.fa-journal-whills::before { content: ""; }

.fa-js::before { content: ""; }

.fa-js-square::before { content: ""; }

.fa-jsfiddle::before { content: ""; }

.fa-kaaba::before { content: ""; }

.fa-kaggle::before { content: ""; }

.fa-key::before { content: ""; }

.fa-keybase::before { content: ""; }

.fa-keyboard::before { content: ""; }

.fa-keycdn::before { content: ""; }

.fa-khanda::before { content: ""; }

.fa-kickstarter::before { content: ""; }

.fa-kickstarter-k::before { content: ""; }

.fa-kiss::before { content: ""; }

.fa-kiss-beam::before { content: ""; }

.fa-kiss-wink-heart::before { content: ""; }

.fa-kiwi-bird::before { content: ""; }

.fa-korvue::before { content: ""; }

.fa-landmark::before { content: ""; }

.fa-language::before { content: ""; }

.fa-laptop::before { content: ""; }

.fa-laptop-code::before { content: ""; }

.fa-laptop-house::before { content: ""; }

.fa-laptop-medical::before { content: ""; }

.fa-laravel::before { content: ""; }

.fa-lastfm::before { content: ""; }

.fa-lastfm-square::before { content: ""; }

.fa-laugh::before { content: ""; }

.fa-laugh-beam::before { content: ""; }

.fa-laugh-squint::before { content: ""; }

.fa-laugh-wink::before { content: ""; }

.fa-layer-group::before { content: ""; }

.fa-leaf::before { content: ""; }

.fa-leanpub::before { content: ""; }

.fa-lemon::before { content: ""; }

.fa-less::before { content: ""; }

.fa-less-than::before { content: ""; }

.fa-less-than-equal::before { content: ""; }

.fa-level-down-alt::before { content: ""; }

.fa-level-up-alt::before { content: ""; }

.fa-life-ring::before { content: ""; }

.fa-lightbulb::before { content: ""; }

.fa-line::before { content: ""; }

.fa-link::before { content: ""; }

.fa-linkedin::before { content: ""; }

.fa-linkedin-in::before { content: ""; }

.fa-linode::before { content: ""; }

.fa-linux::before { content: ""; }

.fa-lira-sign::before { content: ""; }

.fa-list::before { content: ""; }

.fa-list-alt::before { content: ""; }

.fa-list-ol::before { content: ""; }

.fa-list-ul::before { content: ""; }

.fa-location-arrow::before { content: ""; }

.fa-lock::before { content: ""; }

.fa-lock-open::before { content: ""; }

.fa-long-arrow-alt-down::before { content: ""; }

.fa-long-arrow-alt-left::before { content: ""; }

.fa-long-arrow-alt-right::before { content: ""; }

.fa-long-arrow-alt-up::before { content: ""; }

.fa-low-vision::before { content: ""; }

.fa-luggage-cart::before { content: ""; }

.fa-lungs::before { content: ""; }

.fa-lungs-virus::before { content: ""; }

.fa-lyft::before { content: ""; }

.fa-magento::before { content: ""; }

.fa-magic::before { content: ""; }

.fa-magnet::before { content: ""; }

.fa-mail-bulk::before { content: ""; }

.fa-mailchimp::before { content: ""; }

.fa-male::before { content: ""; }

.fa-mandalorian::before { content: ""; }

.fa-map::before { content: ""; }

.fa-map-marked::before { content: ""; }

.fa-map-marked-alt::before { content: ""; }

.fa-map-marker::before { content: ""; }

.fa-map-marker-alt::before { content: ""; }

.fa-map-pin::before { content: ""; }

.fa-map-signs::before { content: ""; }

.fa-markdown::before { content: ""; }

.fa-marker::before { content: ""; }

.fa-mars::before { content: ""; }

.fa-mars-double::before { content: ""; }

.fa-mars-stroke::before { content: ""; }

.fa-mars-stroke-h::before { content: ""; }

.fa-mars-stroke-v::before { content: ""; }

.fa-mask::before { content: ""; }

.fa-mastodon::before { content: ""; }

.fa-maxcdn::before { content: ""; }

.fa-mdb::before { content: ""; }

.fa-medal::before { content: ""; }

.fa-medapps::before { content: ""; }

.fa-medium::before { content: ""; }

.fa-medium-m::before { content: ""; }

.fa-medkit::before { content: ""; }

.fa-medrt::before { content: ""; }

.fa-meetup::before { content: ""; }

.fa-megaport::before { content: ""; }

.fa-meh::before { content: ""; }

.fa-meh-blank::before { content: ""; }

.fa-meh-rolling-eyes::before { content: ""; }

.fa-memory::before { content: ""; }

.fa-mendeley::before { content: ""; }

.fa-menorah::before { content: ""; }

.fa-mercury::before { content: ""; }

.fa-meteor::before { content: ""; }

.fa-microblog::before { content: ""; }

.fa-microchip::before { content: ""; }

.fa-microphone::before { content: ""; }

.fa-microphone-alt::before { content: ""; }

.fa-microphone-alt-slash::before { content: ""; }

.fa-microphone-slash::before { content: ""; }

.fa-microscope::before { content: ""; }

.fa-microsoft::before { content: ""; }

.fa-minus::before { content: ""; }

.fa-minus-circle::before { content: ""; }

.fa-minus-square::before { content: ""; }

.fa-mitten::before { content: ""; }

.fa-mix::before { content: ""; }

.fa-mixcloud::before { content: ""; }

.fa-mixer::before { content: ""; }

.fa-mizuni::before { content: ""; }

.fa-mobile::before { content: ""; }

.fa-mobile-alt::before { content: ""; }

.fa-modx::before { content: ""; }

.fa-monero::before { content: ""; }

.fa-money-bill::before { content: ""; }

.fa-money-bill-alt::before { content: ""; }

.fa-money-bill-wave::before { content: ""; }

.fa-money-bill-wave-alt::before { content: ""; }

.fa-money-check::before { content: ""; }

.fa-money-check-alt::before { content: ""; }

.fa-monument::before { content: ""; }

.fa-moon::before { content: ""; }

.fa-mortar-pestle::before { content: ""; }

.fa-mosque::before { content: ""; }

.fa-motorcycle::before { content: ""; }

.fa-mountain::before { content: ""; }

.fa-mouse::before { content: ""; }

.fa-mouse-pointer::before { content: ""; }

.fa-mug-hot::before { content: ""; }

.fa-music::before { content: ""; }

.fa-napster::before { content: ""; }

.fa-neos::before { content: ""; }

.fa-network-wired::before { content: ""; }

.fa-neuter::before { content: ""; }

.fa-newspaper::before { content: ""; }

.fa-nimblr::before { content: ""; }

.fa-node::before { content: ""; }

.fa-node-js::before { content: ""; }

.fa-not-equal::before { content: ""; }

.fa-notes-medical::before { content: ""; }

.fa-npm::before { content: ""; }

.fa-ns8::before { content: ""; }

.fa-nutritionix::before { content: ""; }

.fa-object-group::before { content: ""; }

.fa-object-ungroup::before { content: ""; }

.fa-octopus-deploy::before { content: ""; }

.fa-odnoklassniki::before { content: ""; }

.fa-odnoklassniki-square::before { content: ""; }

.fa-oil-can::before { content: ""; }

.fa-old-republic::before { content: ""; }

.fa-om::before { content: ""; }

.fa-opencart::before { content: ""; }

.fa-openid::before { content: ""; }

.fa-opera::before { content: ""; }

.fa-optin-monster::before { content: ""; }

.fa-orcid::before { content: ""; }

.fa-osi::before { content: ""; }

.fa-otter::before { content: ""; }

.fa-outdent::before { content: ""; }

.fa-page4::before { content: ""; }

.fa-pagelines::before { content: ""; }

.fa-pager::before { content: ""; }

.fa-paint-brush::before { content: ""; }

.fa-paint-roller::before { content: ""; }

.fa-palette::before { content: ""; }

.fa-palfed::before { content: ""; }

.fa-pallet::before { content: ""; }

.fa-paper-plane::before { content: ""; }

.fa-paperclip::before { content: ""; }

.fa-parachute-box::before { content: ""; }

.fa-paragraph::before { content: ""; }

.fa-parking::before { content: ""; }

.fa-passport::before { content: ""; }

.fa-pastafarianism::before { content: ""; }

.fa-paste::before { content: ""; }

.fa-patreon::before { content: ""; }

.fa-pause::before { content: ""; }

.fa-pause-circle::before { content: ""; }

.fa-paw::before { content: ""; }

.fa-paypal::before { content: ""; }

.fa-peace::before { content: ""; }

.fa-pen::before { content: ""; }

.fa-pen-alt::before { content: ""; }

.fa-pen-fancy::before { content: ""; }

.fa-pen-nib::before { content: ""; }

.fa-pen-square::before { content: ""; }

.fa-pencil-alt::before { content: ""; }

.fa-pencil-ruler::before { content: ""; }

.fa-penny-arcade::before { content: ""; }

.fa-people-arrows::before { content: ""; }

.fa-people-carry::before { content: ""; }

.fa-pepper-hot::before { content: ""; }

.fa-perbyte::before { content: ""; }

.fa-percent::before { content: ""; }

.fa-percentage::before { content: ""; }

.fa-periscope::before { content: ""; }

.fa-person-booth::before { content: ""; }

.fa-phabricator::before { content: ""; }

.fa-phoenix-framework::before { content: ""; }

.fa-phoenix-squadron::before { content: ""; }

.fa-phone::before { content: ""; }

.fa-phone-alt::before { content: ""; }

.fa-phone-slash::before { content: ""; }

.fa-phone-square::before { content: ""; }

.fa-phone-square-alt::before { content: ""; }

.fa-phone-volume::before { content: ""; }

.fa-photo-video::before { content: ""; }

.fa-php::before { content: ""; }

.fa-pied-piper::before { content: ""; }

.fa-pied-piper-alt::before { content: ""; }

.fa-pied-piper-hat::before { content: ""; }

.fa-pied-piper-pp::before { content: ""; }

.fa-pied-piper-square::before { content: ""; }

.fa-piggy-bank::before { content: ""; }

.fa-pills::before { content: ""; }

.fa-pinterest::before { content: ""; }

.fa-pinterest-p::before { content: ""; }

.fa-pinterest-square::before { content: ""; }

.fa-pizza-slice::before { content: ""; }

.fa-place-of-worship::before { content: ""; }

.fa-plane::before { content: ""; }

.fa-plane-arrival::before { content: ""; }

.fa-plane-departure::before { content: ""; }

.fa-plane-slash::before { content: ""; }

.fa-play::before { content: ""; }

.fa-play-circle::before { content: ""; }

.fa-playstation::before { content: ""; }

.fa-plug::before { content: ""; }

.fa-plus::before { content: ""; }

.fa-plus-circle::before { content: ""; }

.fa-plus-square::before { content: ""; }

.fa-podcast::before { content: ""; }

.fa-poll::before { content: ""; }

.fa-poll-h::before { content: ""; }

.fa-poo::before { content: ""; }

.fa-poo-storm::before { content: ""; }

.fa-poop::before { content: ""; }

.fa-portrait::before { content: ""; }

.fa-pound-sign::before { content: ""; }

.fa-power-off::before { content: ""; }

.fa-pray::before { content: ""; }

.fa-praying-hands::before { content: ""; }

.fa-prescription::before { content: ""; }

.fa-prescription-bottle::before { content: ""; }

.fa-prescription-bottle-alt::before { content: ""; }

.fa-print::before { content: ""; }

.fa-procedures::before { content: ""; }

.fa-product-hunt::before { content: ""; }

.fa-project-diagram::before { content: ""; }

.fa-pump-medical::before { content: ""; }

.fa-pump-soap::before { content: ""; }

.fa-pushed::before { content: ""; }

.fa-puzzle-piece::before { content: ""; }

.fa-python::before { content: ""; }

.fa-qq::before { content: ""; }

.fa-qrcode::before { content: ""; }

.fa-question::before { content: ""; }

.fa-question-circle::before { content: ""; }

.fa-quidditch::before { content: ""; }

.fa-quinscape::before { content: ""; }

.fa-quora::before { content: ""; }

.fa-quote-left::before { content: ""; }

.fa-quote-right::before { content: ""; }

.fa-quran::before { content: ""; }

.fa-r-project::before { content: ""; }

.fa-radiation::before { content: ""; }

.fa-radiation-alt::before { content: ""; }

.fa-rainbow::before { content: ""; }

.fa-random::before { content: ""; }

.fa-raspberry-pi::before { content: ""; }

.fa-ravelry::before { content: ""; }

.fa-react::before { content: ""; }

.fa-reacteurope::before { content: ""; }

.fa-readme::before { content: ""; }

.fa-rebel::before { content: ""; }

.fa-receipt::before { content: ""; }

.fa-record-vinyl::before { content: ""; }

.fa-recycle::before { content: ""; }

.fa-red-river::before { content: ""; }

.fa-reddit::before { content: ""; }

.fa-reddit-alien::before { content: ""; }

.fa-reddit-square::before { content: ""; }

.fa-redhat::before { content: ""; }

.fa-redo::before { content: ""; }

.fa-redo-alt::before { content: ""; }

.fa-registered::before { content: ""; }

.fa-remove-format::before { content: ""; }

.fa-renren::before { content: ""; }

.fa-reply::before { content: ""; }

.fa-reply-all::before { content: ""; }

.fa-replyd::before { content: ""; }

.fa-republican::before { content: ""; }

.fa-researchgate::before { content: ""; }

.fa-resolving::before { content: ""; }

.fa-restroom::before { content: ""; }

.fa-retweet::before { content: ""; }

.fa-rev::before { content: ""; }

.fa-ribbon::before { content: ""; }

.fa-ring::before { content: ""; }

.fa-road::before { content: ""; }

.fa-robot::before { content: ""; }

.fa-rocket::before { content: ""; }

.fa-rocketchat::before { content: ""; }

.fa-rockrms::before { content: ""; }

.fa-route::before { content: ""; }

.fa-rss::before { content: ""; }

.fa-rss-square::before { content: ""; }

.fa-ruble-sign::before { content: ""; }

.fa-ruler::before { content: ""; }

.fa-ruler-combined::before { content: ""; }

.fa-ruler-horizontal::before { content: ""; }

.fa-ruler-vertical::before { content: ""; }

.fa-running::before { content: ""; }

.fa-rupee-sign::before { content: ""; }

.fa-rust::before { content: ""; }

.fa-sad-cry::before { content: ""; }

.fa-sad-tear::before { content: ""; }

.fa-safari::before { content: ""; }

.fa-salesforce::before { content: ""; }

.fa-sass::before { content: ""; }

.fa-satellite::before { content: ""; }

.fa-satellite-dish::before { content: ""; }

.fa-save::before { content: ""; }

.fa-schlix::before { content: ""; }

.fa-school::before { content: ""; }

.fa-screwdriver::before { content: ""; }

.fa-scribd::before { content: ""; }

.fa-scroll::before { content: ""; }

.fa-sd-card::before { content: ""; }

.fa-search::before { content: ""; }

.fa-search-dollar::before { content: ""; }

.fa-search-location::before { content: ""; }

.fa-search-minus::before { content: ""; }

.fa-search-plus::before { content: ""; }

.fa-searchengin::before { content: ""; }

.fa-seedling::before { content: ""; }

.fa-sellcast::before { content: ""; }

.fa-sellsy::before { content: ""; }

.fa-server::before { content: ""; }

.fa-servicestack::before { content: ""; }

.fa-shapes::before { content: ""; }

.fa-share::before { content: ""; }

.fa-share-alt::before { content: ""; }

.fa-share-alt-square::before { content: ""; }

.fa-share-square::before { content: ""; }

.fa-shekel-sign::before { content: ""; }

.fa-shield-alt::before { content: ""; }

.fa-shield-virus::before { content: ""; }

.fa-ship::before { content: ""; }

.fa-shipping-fast::before { content: ""; }

.fa-shirtsinbulk::before { content: ""; }

.fa-shoe-prints::before { content: ""; }

.fa-shopify::before { content: ""; }

.fa-shopping-bag::before { content: ""; }

.fa-shopping-basket::before { content: ""; }

.fa-shopping-cart::before { content: ""; }

.fa-shopware::before { content: ""; }

.fa-shower::before { content: ""; }

.fa-shuttle-van::before { content: ""; }

.fa-sign::before { content: ""; }

.fa-sign-in-alt::before { content: ""; }

.fa-sign-language::before { content: ""; }

.fa-sign-out-alt::before { content: ""; }

.fa-signal::before { content: ""; }

.fa-signature::before { content: ""; }

.fa-sim-card::before { content: ""; }

.fa-simplybuilt::before { content: ""; }

.fa-sink::before { content: ""; }

.fa-sistrix::before { content: ""; }

.fa-sitemap::before { content: ""; }

.fa-sith::before { content: ""; }

.fa-skating::before { content: ""; }

.fa-sketch::before { content: ""; }

.fa-skiing::before { content: ""; }

.fa-skiing-nordic::before { content: ""; }

.fa-skull::before { content: ""; }

.fa-skull-crossbones::before { content: ""; }

.fa-skyatlas::before { content: ""; }

.fa-skype::before { content: ""; }

.fa-slack::before { content: ""; }

.fa-slack-hash::before { content: ""; }

.fa-slash::before { content: ""; }

.fa-sleigh::before { content: ""; }

.fa-sliders-h::before { content: ""; }

.fa-slideshare::before { content: ""; }

.fa-smile::before { content: ""; }

.fa-smile-beam::before { content: ""; }

.fa-smile-wink::before { content: ""; }

.fa-smog::before { content: ""; }

.fa-smoking::before { content: ""; }

.fa-smoking-ban::before { content: ""; }

.fa-sms::before { content: ""; }

.fa-snapchat::before { content: ""; }

.fa-snapchat-ghost::before { content: ""; }

.fa-snapchat-square::before { content: ""; }

.fa-snowboarding::before { content: ""; }

.fa-snowflake::before { content: ""; }

.fa-snowman::before { content: ""; }

.fa-snowplow::before { content: ""; }

.fa-soap::before { content: ""; }

.fa-socks::before { content: ""; }

.fa-solar-panel::before { content: ""; }

.fa-sort::before { content: ""; }

.fa-sort-alpha-down::before { content: ""; }

.fa-sort-alpha-down-alt::before { content: ""; }

.fa-sort-alpha-up::before { content: ""; }

.fa-sort-alpha-up-alt::before { content: ""; }

.fa-sort-amount-down::before { content: ""; }

.fa-sort-amount-down-alt::before { content: ""; }

.fa-sort-amount-up::before { content: ""; }

.fa-sort-amount-up-alt::before { content: ""; }

.fa-sort-down::before { content: ""; }

.fa-sort-numeric-down::before { content: ""; }

.fa-sort-numeric-down-alt::before { content: ""; }

.fa-sort-numeric-up::before { content: ""; }

.fa-sort-numeric-up-alt::before { content: ""; }

.fa-sort-up::before { content: ""; }

.fa-soundcloud::before { content: ""; }

.fa-sourcetree::before { content: ""; }

.fa-spa::before { content: ""; }

.fa-space-shuttle::before { content: ""; }

.fa-speakap::before { content: ""; }

.fa-speaker-deck::before { content: ""; }

.fa-spell-check::before { content: ""; }

.fa-spider::before { content: ""; }

.fa-spinner::before { content: ""; }

.fa-splotch::before { content: ""; }

.fa-spotify::before { content: ""; }

.fa-spray-can::before { content: ""; }

.fa-square::before { content: ""; }

.fa-square-full::before { content: ""; }

.fa-square-root-alt::before { content: ""; }

.fa-squarespace::before { content: ""; }

.fa-stack-exchange::before { content: ""; }

.fa-stack-overflow::before { content: ""; }

.fa-stackpath::before { content: ""; }

.fa-stamp::before { content: ""; }

.fa-star::before { content: ""; }

.fa-star-and-crescent::before { content: ""; }

.fa-star-half::before { content: ""; }

.fa-star-half-alt::before { content: ""; }

.fa-star-of-david::before { content: ""; }

.fa-star-of-life::before { content: ""; }

.fa-staylinked::before { content: ""; }

.fa-steam::before { content: ""; }

.fa-steam-square::before { content: ""; }

.fa-steam-symbol::before { content: ""; }

.fa-step-backward::before { content: ""; }

.fa-step-forward::before { content: ""; }

.fa-stethoscope::before { content: ""; }

.fa-sticker-mule::before { content: ""; }

.fa-sticky-note::before { content: ""; }

.fa-stop::before { content: ""; }

.fa-stop-circle::before { content: ""; }

.fa-stopwatch::before { content: ""; }

.fa-stopwatch-20::before { content: ""; }

.fa-store::before { content: ""; }

.fa-store-alt::before { content: ""; }

.fa-store-alt-slash::before { content: ""; }

.fa-store-slash::before { content: ""; }

.fa-strava::before { content: ""; }

.fa-stream::before { content: ""; }

.fa-street-view::before { content: ""; }

.fa-strikethrough::before { content: ""; }

.fa-stripe::before { content: ""; }

.fa-stripe-s::before { content: ""; }

.fa-stroopwafel::before { content: ""; }

.fa-studiovinari::before { content: ""; }

.fa-stumbleupon::before { content: ""; }

.fa-stumbleupon-circle::before { content: ""; }

.fa-subscript::before { content: ""; }

.fa-subway::before { content: ""; }

.fa-suitcase::before { content: ""; }

.fa-suitcase-rolling::before { content: ""; }

.fa-sun::before { content: ""; }

.fa-superpowers::before { content: ""; }

.fa-superscript::before { content: ""; }

.fa-supple::before { content: ""; }

.fa-surprise::before { content: ""; }

.fa-suse::before { content: ""; }

.fa-swatchbook::before { content: ""; }

.fa-swift::before { content: ""; }

.fa-swimmer::before { content: ""; }

.fa-swimming-pool::before { content: ""; }

.fa-symfony::before { content: ""; }

.fa-synagogue::before { content: ""; }

.fa-sync::before { content: ""; }

.fa-sync-alt::before { content: ""; }

.fa-syringe::before { content: ""; }

.fa-table::before { content: ""; }

.fa-table-tennis::before { content: ""; }

.fa-tablet::before { content: ""; }

.fa-tablet-alt::before { content: ""; }

.fa-tablets::before { content: ""; }

.fa-tachometer-alt::before { content: ""; }

.fa-tag::before { content: ""; }

.fa-tags::before { content: ""; }

.fa-tape::before { content: ""; }

.fa-tasks::before { content: ""; }

.fa-taxi::before { content: ""; }

.fa-teamspeak::before { content: ""; }

.fa-teeth::before { content: ""; }

.fa-teeth-open::before { content: ""; }

.fa-telegram::before { content: ""; }

.fa-telegram-plane::before { content: ""; }

.fa-temperature-high::before { content: ""; }

.fa-temperature-low::before { content: ""; }

.fa-tencent-weibo::before { content: ""; }

.fa-tenge::before { content: ""; }

.fa-terminal::before { content: ""; }

.fa-text-height::before { content: ""; }

.fa-text-width::before { content: ""; }

.fa-th::before { content: ""; }

.fa-th-large::before { content: ""; }

.fa-th-list::before { content: ""; }

.fa-the-red-yeti::before { content: ""; }

.fa-theater-masks::before { content: ""; }

.fa-themeco::before { content: ""; }

.fa-themeisle::before { content: ""; }

.fa-thermometer::before { content: ""; }

.fa-thermometer-empty::before { content: ""; }

.fa-thermometer-full::before { content: ""; }

.fa-thermometer-half::before { content: ""; }

.fa-thermometer-quarter::before { content: ""; }

.fa-thermometer-three-quarters::before { content: ""; }

.fa-think-peaks::before { content: ""; }

.fa-thumbs-down::before { content: ""; }

.fa-thumbs-up::before { content: ""; }

.fa-thumbtack::before { content: ""; }

.fa-ticket-alt::before { content: ""; }

.fa-tiktok::before { content: ""; }

.fa-times::before { content: ""; }

.fa-times-circle::before { content: ""; }

.fa-tint::before { content: ""; }

.fa-tint-slash::before { content: ""; }

.fa-tired::before { content: ""; }

.fa-toggle-off::before { content: ""; }

.fa-toggle-on::before { content: ""; }

.fa-toilet::before { content: ""; }

.fa-toilet-paper::before { content: ""; }

.fa-toilet-paper-slash::before { content: ""; }

.fa-toolbox::before { content: ""; }

.fa-tools::before { content: ""; }

.fa-tooth::before { content: ""; }

.fa-torah::before { content: ""; }

.fa-torii-gate::before { content: ""; }

.fa-tractor::before { content: ""; }

.fa-trade-federation::before { content: ""; }

.fa-trademark::before { content: ""; }

.fa-traffic-light::before { content: ""; }

.fa-trailer::before { content: ""; }

.fa-train::before { content: ""; }

.fa-tram::before { content: ""; }

.fa-transgender::before { content: ""; }

.fa-transgender-alt::before { content: ""; }

.fa-trash::before { content: ""; }

.fa-trash-alt::before { content: ""; }

.fa-trash-restore::before { content: ""; }

.fa-trash-restore-alt::before { content: ""; }

.fa-tree::before { content: ""; }

.fa-trello::before { content: ""; }

.fa-tripadvisor::before { content: ""; }

.fa-trophy::before { content: ""; }

.fa-truck::before { content: ""; }

.fa-truck-loading::before { content: ""; }

.fa-truck-monster::before { content: ""; }

.fa-truck-moving::before { content: ""; }

.fa-truck-pickup::before { content: ""; }

.fa-tshirt::before { content: ""; }

.fa-tty::before { content: ""; }

.fa-tumblr::before { content: ""; }

.fa-tumblr-square::before { content: ""; }

.fa-tv::before { content: ""; }

.fa-twitch::before { content: ""; }

.fa-twitter::before { content: ""; }

.fa-twitter-square::before { content: ""; }

.fa-typo3::before { content: ""; }

.fa-uber::before { content: ""; }

.fa-ubuntu::before { content: ""; }

.fa-uikit::before { content: ""; }

.fa-umbraco::before { content: ""; }

.fa-umbrella::before { content: ""; }

.fa-umbrella-beach::before { content: ""; }

.fa-uncharted::before { content: ""; }

.fa-underline::before { content: ""; }

.fa-undo::before { content: ""; }

.fa-undo-alt::before { content: ""; }

.fa-uniregistry::before { content: ""; }

.fa-unity::before { content: ""; }

.fa-universal-access::before { content: ""; }

.fa-university::before { content: ""; }

.fa-unlink::before { content: ""; }

.fa-unlock::before { content: ""; }

.fa-unlock-alt::before { content: ""; }

.fa-unsplash::before { content: ""; }

.fa-untappd::before { content: ""; }

.fa-upload::before { content: ""; }

.fa-ups::before { content: ""; }

.fa-usb::before { content: ""; }

.fa-user::before { content: ""; }

.fa-user-alt::before { content: ""; }

.fa-user-alt-slash::before { content: ""; }

.fa-user-astronaut::before { content: ""; }

.fa-user-check::before { content: ""; }

.fa-user-circle::before { content: ""; }

.fa-user-clock::before { content: ""; }

.fa-user-cog::before { content: ""; }

.fa-user-edit::before { content: ""; }

.fa-user-friends::before { content: ""; }

.fa-user-graduate::before { content: ""; }

.fa-user-injured::before { content: ""; }

.fa-user-lock::before { content: ""; }

.fa-user-md::before { content: ""; }

.fa-user-minus::before { content: ""; }

.fa-user-ninja::before { content: ""; }

.fa-user-nurse::before { content: ""; }

.fa-user-plus::before { content: ""; }

.fa-user-secret::before { content: ""; }

.fa-user-shield::before { content: ""; }

.fa-user-slash::before { content: ""; }

.fa-user-tag::before { content: ""; }

.fa-user-tie::before { content: ""; }

.fa-user-times::before { content: ""; }

.fa-users::before { content: ""; }

.fa-users-cog::before { content: ""; }

.fa-users-slash::before { content: ""; }

.fa-usps::before { content: ""; }

.fa-ussunnah::before { content: ""; }

.fa-utensil-spoon::before { content: ""; }

.fa-utensils::before { content: ""; }

.fa-vaadin::before { content: ""; }

.fa-vector-square::before { content: ""; }

.fa-venus::before { content: ""; }

.fa-venus-double::before { content: ""; }

.fa-venus-mars::before { content: ""; }

.fa-vest::before { content: ""; }

.fa-vest-patches::before { content: ""; }

.fa-viacoin::before { content: ""; }

.fa-viadeo::before { content: ""; }

.fa-viadeo-square::before { content: ""; }

.fa-vial::before { content: ""; }

.fa-vials::before { content: ""; }

.fa-viber::before { content: ""; }

.fa-video::before { content: ""; }

.fa-video-slash::before { content: ""; }

.fa-vihara::before { content: ""; }

.fa-vimeo::before { content: ""; }

.fa-vimeo-square::before { content: ""; }

.fa-vimeo-v::before { content: ""; }

.fa-vine::before { content: ""; }

.fa-virus::before { content: ""; }

.fa-virus-slash::before { content: ""; }

.fa-viruses::before { content: ""; }

.fa-vk::before { content: ""; }

.fa-vnv::before { content: ""; }

.fa-voicemail::before { content: ""; }

.fa-volleyball-ball::before { content: ""; }

.fa-volume-down::before { content: ""; }

.fa-volume-mute::before { content: ""; }

.fa-volume-off::before { content: ""; }

.fa-volume-up::before { content: ""; }

.fa-vote-yea::before { content: ""; }

.fa-vr-cardboard::before { content: ""; }

.fa-vuejs::before { content: ""; }

.fa-walking::before { content: ""; }

.fa-wallet::before { content: ""; }

.fa-warehouse::before { content: ""; }

.fa-watchman-monitoring::before { content: ""; }

.fa-water::before { content: ""; }

.fa-wave-square::before { content: ""; }

.fa-waze::before { content: ""; }

.fa-weebly::before { content: ""; }

.fa-weibo::before { content: ""; }

.fa-weight::before { content: ""; }

.fa-weight-hanging::before { content: ""; }

.fa-weixin::before { content: ""; }

.fa-whatsapp::before { content: ""; }

.fa-whatsapp-square::before { content: ""; }

.fa-wheelchair::before { content: ""; }

.fa-whmcs::before { content: ""; }

.fa-wifi::before { content: ""; }

.fa-wikipedia-w::before { content: ""; }

.fa-wind::before { content: ""; }

.fa-window-close::before { content: ""; }

.fa-window-maximize::before { content: ""; }

.fa-window-minimize::before { content: ""; }

.fa-window-restore::before { content: ""; }

.fa-windows::before { content: ""; }

.fa-wine-bottle::before { content: ""; }

.fa-wine-glass::before { content: ""; }

.fa-wine-glass-alt::before { content: ""; }

.fa-wix::before { content: ""; }

.fa-wizards-of-the-coast::before { content: ""; }

.fa-wodu::before { content: ""; }

.fa-wolf-pack-battalion::before { content: ""; }

.fa-won-sign::before { content: ""; }

.fa-wordpress::before { content: ""; }

.fa-wordpress-simple::before { content: ""; }

.fa-wpbeginner::before { content: ""; }

.fa-wpexplorer::before { content: ""; }

.fa-wpforms::before { content: ""; }

.fa-wpressr::before { content: ""; }

.fa-wrench::before { content: ""; }

.fa-x-ray::before { content: ""; }

.fa-xbox::before { content: ""; }

.fa-xing::before { content: ""; }

.fa-xing-square::before { content: ""; }

.fa-y-combinator::before { content: ""; }

.fa-yahoo::before { content: ""; }

.fa-yammer::before { content: ""; }

.fa-yandex::before { content: ""; }

.fa-yandex-international::before { content: ""; }

.fa-yarn::before { content: ""; }

.fa-yelp::before { content: ""; }

.fa-yen-sign::before { content: ""; }

.fa-yin-yang::before { content: ""; }

.fa-yoast::before { content: ""; }

.fa-youtube::before { content: ""; }

.fa-youtube-square::before { content: ""; }

.fa-zhihu::before { content: ""; }

.sr-only { border: 0px; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus { clip: auto; height: auto; margin: 0px; overflow: visible; position: static; width: auto; }

@font-face { font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 400; font-display: block; src: url("/assets/8afc6e5e842baab16010.woff2") format("woff2"), url("/assets/14c9db4ff87fde08f67b.woff") format("woff"), url("/assets/c651b8a67d3193206f62.ttf") format("truetype"); }

.far { font-weight: 400; }

@font-face { font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 900; font-display: block; src: url("/assets/d0b4256abed724815856.woff2") format("woff2"), url("/assets/74edc18b67c487e32f18.woff") format("woff"), url("/assets/3d06af1f31cd83ace7a2.ttf") format("truetype"); }

.fa, .far, .fas { font-family: "Font Awesome 5 Free"; }

.fa, .fas { font-weight: 900; }

@font-face { font-family: "Font Awesome 5 Brands"; font-style: normal; font-weight: 400; font-display: block; src: url("/assets/43c072c16c9ee6d67acd.woff2") format("woff2"), url("/assets/aff76e5c986f295d4bc6.woff") format("woff"), url("/assets/06f4d00923ea24697df5.ttf") format("truetype"); }

.fab { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-glass::before { content: ""; }

.fa.fa-meetup { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-star-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-star-o::before { content: ""; }

.fa.fa-close::before, .fa.fa-remove::before { content: ""; }

.fa.fa-gear::before { content: ""; }

.fa.fa-trash-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-trash-o::before { content: ""; }

.fa.fa-file-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-file-o::before { content: ""; }

.fa.fa-clock-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-clock-o::before { content: ""; }

.fa.fa-arrow-circle-o-down { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-arrow-circle-o-down::before { content: ""; }

.fa.fa-arrow-circle-o-up { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-arrow-circle-o-up::before { content: ""; }

.fa.fa-play-circle-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-play-circle-o::before { content: ""; }

.fa.fa-repeat::before, .fa.fa-rotate-right::before { content: ""; }

.fa.fa-refresh::before { content: ""; }

.fa.fa-list-alt { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-dedent::before { content: ""; }

.fa.fa-video-camera::before { content: ""; }

.fa.fa-picture-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-picture-o::before { content: ""; }

.fa.fa-photo { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-photo::before { content: ""; }

.fa.fa-image { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-image::before { content: ""; }

.fa.fa-pencil::before { content: ""; }

.fa.fa-map-marker::before { content: ""; }

.fa.fa-pencil-square-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-pencil-square-o::before { content: ""; }

.fa.fa-share-square-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-share-square-o::before { content: ""; }

.fa.fa-check-square-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-check-square-o::before { content: ""; }

.fa.fa-arrows::before { content: ""; }

.fa.fa-times-circle-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-times-circle-o::before { content: ""; }

.fa.fa-check-circle-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-check-circle-o::before { content: ""; }

.fa.fa-mail-forward::before { content: ""; }

.fa.fa-expand::before { content: ""; }

.fa.fa-compress::before { content: ""; }

.fa.fa-eye, .fa.fa-eye-slash { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-warning::before { content: ""; }

.fa.fa-calendar::before { content: ""; }

.fa.fa-arrows-v::before { content: ""; }

.fa.fa-arrows-h::before { content: ""; }

.fa.fa-bar-chart { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-bar-chart::before { content: ""; }

.fa.fa-bar-chart-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-bar-chart-o::before { content: ""; }

.fa.fa-facebook-square, .fa.fa-twitter-square { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-gears::before { content: ""; }

.fa.fa-thumbs-o-up { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-thumbs-o-up::before { content: ""; }

.fa.fa-thumbs-o-down { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-thumbs-o-down::before { content: ""; }

.fa.fa-heart-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-heart-o::before { content: ""; }

.fa.fa-sign-out::before { content: ""; }

.fa.fa-linkedin-square { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-linkedin-square::before { content: ""; }

.fa.fa-thumb-tack::before { content: ""; }

.fa.fa-external-link::before { content: ""; }

.fa.fa-sign-in::before { content: ""; }

.fa.fa-github-square { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-lemon-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-lemon-o::before { content: ""; }

.fa.fa-square-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-square-o::before { content: ""; }

.fa.fa-bookmark-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-bookmark-o::before { content: ""; }

.fa.fa-facebook, .fa.fa-twitter { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-facebook::before { content: ""; }

.fa.fa-facebook-f { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-facebook-f::before { content: ""; }

.fa.fa-github { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-credit-card { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-feed::before { content: ""; }

.fa.fa-hdd-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-hdd-o::before { content: ""; }

.fa.fa-hand-o-right { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-hand-o-right::before { content: ""; }

.fa.fa-hand-o-left { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-hand-o-left::before { content: ""; }

.fa.fa-hand-o-up { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-hand-o-up::before { content: ""; }

.fa.fa-hand-o-down { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-hand-o-down::before { content: ""; }

.fa.fa-arrows-alt::before { content: ""; }

.fa.fa-group::before { content: ""; }

.fa.fa-chain::before { content: ""; }

.fa.fa-scissors::before { content: ""; }

.fa.fa-files-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-files-o::before { content: ""; }

.fa.fa-floppy-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-floppy-o::before { content: ""; }

.fa.fa-navicon::before, .fa.fa-reorder::before { content: ""; }

.fa.fa-google-plus, .fa.fa-google-plus-square, .fa.fa-pinterest, .fa.fa-pinterest-square { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-google-plus::before { content: ""; }

.fa.fa-money { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-money::before { content: ""; }

.fa.fa-unsorted::before { content: ""; }

.fa.fa-sort-desc::before { content: ""; }

.fa.fa-sort-asc::before { content: ""; }

.fa.fa-linkedin { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-linkedin::before { content: ""; }

.fa.fa-rotate-left::before { content: ""; }

.fa.fa-legal::before { content: ""; }

.fa.fa-dashboard::before, .fa.fa-tachometer::before { content: ""; }

.fa.fa-comment-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-comment-o::before { content: ""; }

.fa.fa-comments-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-comments-o::before { content: ""; }

.fa.fa-flash::before { content: ""; }

.fa.fa-clipboard, .fa.fa-paste { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-paste::before { content: ""; }

.fa.fa-lightbulb-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-lightbulb-o::before { content: ""; }

.fa.fa-exchange::before { content: ""; }

.fa.fa-cloud-download::before { content: ""; }

.fa.fa-cloud-upload::before { content: ""; }

.fa.fa-bell-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-bell-o::before { content: ""; }

.fa.fa-cutlery::before { content: ""; }

.fa.fa-file-text-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-file-text-o::before { content: ""; }

.fa.fa-building-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-building-o::before { content: ""; }

.fa.fa-hospital-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-hospital-o::before { content: ""; }

.fa.fa-tablet::before { content: ""; }

.fa.fa-mobile-phone::before, .fa.fa-mobile::before { content: ""; }

.fa.fa-circle-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-circle-o::before { content: ""; }

.fa.fa-mail-reply::before { content: ""; }

.fa.fa-github-alt { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-folder-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-folder-o::before { content: ""; }

.fa.fa-folder-open-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-folder-open-o::before { content: ""; }

.fa.fa-smile-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-smile-o::before { content: ""; }

.fa.fa-frown-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-frown-o::before { content: ""; }

.fa.fa-meh-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-meh-o::before { content: ""; }

.fa.fa-keyboard-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-keyboard-o::before { content: ""; }

.fa.fa-flag-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-flag-o::before { content: ""; }

.fa.fa-mail-reply-all::before { content: ""; }

.fa.fa-star-half-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-star-half-o::before { content: ""; }

.fa.fa-star-half-empty { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-star-half-empty::before { content: ""; }

.fa.fa-star-half-full { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-star-half-full::before { content: ""; }

.fa.fa-code-fork::before { content: ""; }

.fa.fa-chain-broken::before { content: ""; }

.fa.fa-shield::before { content: ""; }

.fa.fa-calendar-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-calendar-o::before { content: ""; }

.fa.fa-css3, .fa.fa-html5, .fa.fa-maxcdn { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-ticket::before { content: ""; }

.fa.fa-minus-square-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-minus-square-o::before { content: ""; }

.fa.fa-level-up::before { content: ""; }

.fa.fa-level-down::before { content: ""; }

.fa.fa-pencil-square::before { content: ""; }

.fa.fa-external-link-square::before { content: ""; }

.fa.fa-compass { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-caret-square-o-down { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-caret-square-o-down::before { content: ""; }

.fa.fa-toggle-down { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-toggle-down::before { content: ""; }

.fa.fa-caret-square-o-up { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-caret-square-o-up::before { content: ""; }

.fa.fa-toggle-up { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-toggle-up::before { content: ""; }

.fa.fa-caret-square-o-right { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-caret-square-o-right::before { content: ""; }

.fa.fa-toggle-right { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-toggle-right::before { content: ""; }

.fa.fa-eur::before, .fa.fa-euro::before { content: ""; }

.fa.fa-gbp::before { content: ""; }

.fa.fa-dollar::before, .fa.fa-usd::before { content: ""; }

.fa.fa-inr::before, .fa.fa-rupee::before { content: ""; }

.fa.fa-cny::before, .fa.fa-jpy::before, .fa.fa-rmb::before, .fa.fa-yen::before { content: ""; }

.fa.fa-rouble::before, .fa.fa-rub::before, .fa.fa-ruble::before { content: ""; }

.fa.fa-krw::before, .fa.fa-won::before { content: ""; }

.fa.fa-bitcoin, .fa.fa-btc { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-bitcoin::before { content: ""; }

.fa.fa-file-text::before { content: ""; }

.fa.fa-sort-alpha-asc::before { content: ""; }

.fa.fa-sort-alpha-desc::before { content: ""; }

.fa.fa-sort-amount-asc::before { content: ""; }

.fa.fa-sort-amount-desc::before { content: ""; }

.fa.fa-sort-numeric-asc::before { content: ""; }

.fa.fa-sort-numeric-desc::before { content: ""; }

.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-youtube-play::before { content: ""; }

.fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-bitbucket-square::before { content: ""; }

.fa.fa-tumblr, .fa.fa-tumblr-square { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-long-arrow-down::before { content: ""; }

.fa.fa-long-arrow-up::before { content: ""; }

.fa.fa-long-arrow-left::before { content: ""; }

.fa.fa-long-arrow-right::before { content: ""; }

.fa.fa-android, .fa.fa-apple, .fa.fa-dribbble, .fa.fa-foursquare, .fa.fa-gittip, .fa.fa-gratipay, .fa.fa-linux, .fa.fa-skype, .fa.fa-trello, .fa.fa-windows { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-gittip::before { content: ""; }

.fa.fa-sun-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-sun-o::before { content: ""; }

.fa.fa-moon-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-moon-o::before { content: ""; }

.fa.fa-pagelines, .fa.fa-renren, .fa.fa-stack-exchange, .fa.fa-vk, .fa.fa-weibo { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-arrow-circle-o-right { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-arrow-circle-o-right::before { content: ""; }

.fa.fa-arrow-circle-o-left { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-arrow-circle-o-left::before { content: ""; }

.fa.fa-caret-square-o-left { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-caret-square-o-left::before { content: ""; }

.fa.fa-toggle-left { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-toggle-left::before { content: ""; }

.fa.fa-dot-circle-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-dot-circle-o::before { content: ""; }

.fa.fa-vimeo-square { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-try::before, .fa.fa-turkish-lira::before { content: ""; }

.fa.fa-plus-square-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-plus-square-o::before { content: ""; }

.fa.fa-openid, .fa.fa-slack, .fa.fa-wordpress { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-bank::before, .fa.fa-institution::before { content: ""; }

.fa.fa-mortar-board::before { content: ""; }

.fa.fa-delicious, .fa.fa-digg, .fa.fa-drupal, .fa.fa-google, .fa.fa-joomla, .fa.fa-pied-piper-alt, .fa.fa-pied-piper-pp, .fa.fa-reddit, .fa.fa-reddit-square, .fa.fa-stumbleupon, .fa.fa-stumbleupon-circle, .fa.fa-yahoo { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-spoon::before { content: ""; }

.fa.fa-behance, .fa.fa-behance-square, .fa.fa-steam, .fa.fa-steam-square { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-automobile::before { content: ""; }

.fa.fa-envelope-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-envelope-o::before { content: ""; }

.fa.fa-deviantart, .fa.fa-soundcloud, .fa.fa-spotify { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-file-pdf-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-file-pdf-o::before { content: ""; }

.fa.fa-file-word-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-file-word-o::before { content: ""; }

.fa.fa-file-excel-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-file-excel-o::before { content: ""; }

.fa.fa-file-powerpoint-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-file-powerpoint-o::before { content: ""; }

.fa.fa-file-image-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-file-image-o::before { content: ""; }

.fa.fa-file-photo-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-file-photo-o::before { content: ""; }

.fa.fa-file-picture-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-file-picture-o::before { content: ""; }

.fa.fa-file-archive-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-file-archive-o::before { content: ""; }

.fa.fa-file-zip-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-file-zip-o::before { content: ""; }

.fa.fa-file-audio-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-file-audio-o::before { content: ""; }

.fa.fa-file-sound-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-file-sound-o::before { content: ""; }

.fa.fa-file-video-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-file-video-o::before { content: ""; }

.fa.fa-file-movie-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-file-movie-o::before { content: ""; }

.fa.fa-file-code-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-file-code-o::before { content: ""; }

.fa.fa-codepen, .fa.fa-jsfiddle, .fa.fa-vine { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-life-bouy, .fa.fa-life-ring { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-life-bouy::before { content: ""; }

.fa.fa-life-buoy { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-life-buoy::before { content: ""; }

.fa.fa-life-saver { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-life-saver::before { content: ""; }

.fa.fa-support { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-support::before { content: ""; }

.fa.fa-circle-o-notch::before { content: ""; }

.fa.fa-ra, .fa.fa-rebel { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-ra::before { content: ""; }

.fa.fa-resistance { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-resistance::before { content: ""; }

.fa.fa-empire, .fa.fa-ge { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-ge::before { content: ""; }

.fa.fa-git, .fa.fa-git-square, .fa.fa-hacker-news, .fa.fa-y-combinator-square { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-y-combinator-square::before { content: ""; }

.fa.fa-yc-square { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-yc-square::before { content: ""; }

.fa.fa-qq, .fa.fa-tencent-weibo, .fa.fa-wechat, .fa.fa-weixin { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-wechat::before { content: ""; }

.fa.fa-send::before { content: ""; }

.fa.fa-paper-plane-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-paper-plane-o::before { content: ""; }

.fa.fa-send-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-send-o::before { content: ""; }

.fa.fa-circle-thin { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-circle-thin::before { content: ""; }

.fa.fa-header::before { content: ""; }

.fa.fa-sliders::before { content: ""; }

.fa.fa-futbol-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-futbol-o::before { content: ""; }

.fa.fa-soccer-ball-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-soccer-ball-o::before { content: ""; }

.fa.fa-slideshare, .fa.fa-twitch, .fa.fa-yelp { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-newspaper-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-newspaper-o::before { content: ""; }

.fa.fa-cc-amex, .fa.fa-cc-discover, .fa.fa-cc-mastercard, .fa.fa-cc-paypal, .fa.fa-cc-stripe, .fa.fa-cc-visa, .fa.fa-google-wallet, .fa.fa-paypal { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-bell-slash-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-bell-slash-o::before { content: ""; }

.fa.fa-trash::before { content: ""; }

.fa.fa-copyright { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-eyedropper::before { content: ""; }

.fa.fa-area-chart::before { content: ""; }

.fa.fa-pie-chart::before { content: ""; }

.fa.fa-line-chart::before { content: ""; }

.fa.fa-angellist, .fa.fa-ioxhost, .fa.fa-lastfm, .fa.fa-lastfm-square { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-cc { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-cc::before { content: ""; }

.fa.fa-ils::before, .fa.fa-shekel::before, .fa.fa-sheqel::before { content: ""; }

.fa.fa-meanpath { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-meanpath::before { content: ""; }

.fa.fa-buysellads, .fa.fa-connectdevelop, .fa.fa-dashcube, .fa.fa-forumbee, .fa.fa-leanpub, .fa.fa-sellsy, .fa.fa-shirtsinbulk, .fa.fa-simplybuilt, .fa.fa-skyatlas { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-diamond { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-diamond::before { content: ""; }

.fa.fa-intersex::before { content: ""; }

.fa.fa-facebook-official { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-facebook-official::before { content: ""; }

.fa.fa-pinterest-p, .fa.fa-whatsapp { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-hotel::before { content: ""; }

.fa.fa-medium, .fa.fa-viacoin, .fa.fa-y-combinator, .fa.fa-yc { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-yc::before { content: ""; }

.fa.fa-expeditedssl, .fa.fa-opencart, .fa.fa-optin-monster { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-battery-4::before, .fa.fa-battery::before { content: ""; }

.fa.fa-battery-3::before { content: ""; }

.fa.fa-battery-2::before { content: ""; }

.fa.fa-battery-1::before { content: ""; }

.fa.fa-battery-0::before { content: ""; }

.fa.fa-object-group, .fa.fa-object-ungroup, .fa.fa-sticky-note-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-sticky-note-o::before { content: ""; }

.fa.fa-cc-diners-club, .fa.fa-cc-jcb { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-clone, .fa.fa-hourglass-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-hourglass-o::before { content: ""; }

.fa.fa-hourglass-1::before { content: ""; }

.fa.fa-hourglass-2::before { content: ""; }

.fa.fa-hourglass-3::before { content: ""; }

.fa.fa-hand-rock-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-hand-rock-o::before { content: ""; }

.fa.fa-hand-grab-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-hand-grab-o::before { content: ""; }

.fa.fa-hand-paper-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-hand-paper-o::before { content: ""; }

.fa.fa-hand-stop-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-hand-stop-o::before { content: ""; }

.fa.fa-hand-scissors-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-hand-scissors-o::before { content: ""; }

.fa.fa-hand-lizard-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-hand-lizard-o::before { content: ""; }

.fa.fa-hand-spock-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-hand-spock-o::before { content: ""; }

.fa.fa-hand-pointer-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-hand-pointer-o::before { content: ""; }

.fa.fa-hand-peace-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-hand-peace-o::before { content: ""; }

.fa.fa-registered { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-chrome, .fa.fa-creative-commons, .fa.fa-firefox, .fa.fa-get-pocket, .fa.fa-gg, .fa.fa-gg-circle, .fa.fa-internet-explorer, .fa.fa-odnoklassniki, .fa.fa-odnoklassniki-square, .fa.fa-opera, .fa.fa-safari, .fa.fa-tripadvisor, .fa.fa-wikipedia-w { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-television::before { content: ""; }

.fa.fa-500px, .fa.fa-amazon, .fa.fa-contao { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-calendar-plus-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-calendar-plus-o::before { content: ""; }

.fa.fa-calendar-minus-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-calendar-minus-o::before { content: ""; }

.fa.fa-calendar-times-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-calendar-times-o::before { content: ""; }

.fa.fa-calendar-check-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-calendar-check-o::before { content: ""; }

.fa.fa-map-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-map-o::before { content: ""; }

.fa.fa-commenting::before { content: ""; }

.fa.fa-commenting-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-commenting-o::before { content: ""; }

.fa.fa-houzz, .fa.fa-vimeo { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-vimeo::before { content: ""; }

.fa.fa-black-tie, .fa.fa-edge, .fa.fa-fonticons, .fa.fa-reddit-alien { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-credit-card-alt::before { content: ""; }

.fa.fa-codiepie, .fa.fa-fort-awesome, .fa.fa-mixcloud, .fa.fa-modx, .fa.fa-product-hunt, .fa.fa-scribd, .fa.fa-usb { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-pause-circle-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-pause-circle-o::before { content: ""; }

.fa.fa-stop-circle-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-stop-circle-o::before { content: ""; }

.fa.fa-bluetooth, .fa.fa-bluetooth-b, .fa.fa-envira, .fa.fa-gitlab, .fa.fa-wheelchair-alt, .fa.fa-wpbeginner, .fa.fa-wpforms { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-wheelchair-alt::before { content: ""; }

.fa.fa-question-circle-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-question-circle-o::before { content: ""; }

.fa.fa-volume-control-phone::before { content: ""; }

.fa.fa-asl-interpreting::before { content: ""; }

.fa.fa-deafness::before, .fa.fa-hard-of-hearing::before { content: ""; }

.fa.fa-glide, .fa.fa-glide-g { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-signing::before { content: ""; }

.fa.fa-first-order, .fa.fa-google-plus-official, .fa.fa-pied-piper, .fa.fa-snapchat, .fa.fa-snapchat-ghost, .fa.fa-snapchat-square, .fa.fa-themeisle, .fa.fa-viadeo, .fa.fa-viadeo-square, .fa.fa-yoast { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-google-plus-official::before { content: ""; }

.fa.fa-google-plus-circle { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-google-plus-circle::before { content: ""; }

.fa.fa-fa, .fa.fa-font-awesome { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-fa::before { content: ""; }

.fa.fa-handshake-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-handshake-o::before { content: ""; }

.fa.fa-envelope-open-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-envelope-open-o::before { content: ""; }

.fa.fa-linode { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-address-book-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-address-book-o::before { content: ""; }

.fa.fa-vcard::before { content: ""; }

.fa.fa-address-card-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-address-card-o::before { content: ""; }

.fa.fa-vcard-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-vcard-o::before { content: ""; }

.fa.fa-user-circle-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-user-circle-o::before { content: ""; }

.fa.fa-user-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-user-o::before { content: ""; }

.fa.fa-id-badge { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-drivers-license::before { content: ""; }

.fa.fa-id-card-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-id-card-o::before { content: ""; }

.fa.fa-drivers-license-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-drivers-license-o::before { content: ""; }

.fa.fa-free-code-camp, .fa.fa-quora, .fa.fa-telegram { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-thermometer-4::before, .fa.fa-thermometer::before { content: ""; }

.fa.fa-thermometer-3::before { content: ""; }

.fa.fa-thermometer-2::before { content: ""; }

.fa.fa-thermometer-1::before { content: ""; }

.fa.fa-thermometer-0::before { content: ""; }

.fa.fa-bathtub::before, .fa.fa-s15::before { content: ""; }

.fa.fa-window-maximize, .fa.fa-window-restore { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-times-rectangle::before { content: ""; }

.fa.fa-window-close-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-window-close-o::before { content: ""; }

.fa.fa-times-rectangle-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-times-rectangle-o::before { content: ""; }

.fa.fa-bandcamp, .fa.fa-eercast, .fa.fa-etsy, .fa.fa-grav, .fa.fa-imdb, .fa.fa-ravelry { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-eercast::before { content: ""; }

.fa.fa-snowflake-o { font-family: "Font Awesome 5 Free"; font-weight: 400; }

.fa.fa-snowflake-o::before { content: ""; }

.fa.fa-superpowers, .fa.fa-wpexplorer { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa.fa-cab::before { content: ""; }

.font-awesome-mixin { display: inline-block; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; }

@font-face { font-family: entypo; src: url("/assets/5e746e0ba2c90c847cc0.woff") format("woff"), url("/assets/082561c209a5cb51cf60.bin") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }

[class*=" entypo-"]::before, [class^="entypo-"]::before { font-family: entypo; font-style: normal; font-weight: 400; speak: none; display: inline-block; text-decoration: inherit; width: 1em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; }

.entypo-note::before { content: ""; }

.entypo-logo-db::before { content: ""; }

.entypo-music::before { content: ""; }

.entypo-search::before { content: ""; }

.entypo-flashlight::before { content: ""; }

.entypo-mail::before { content: ""; }

.entypo-heart::before { content: ""; }

.entypo-heart-empty::before { content: ""; }

.entypo-star::before { content: ""; }

.entypo-star-empty::before { content: ""; }

.entypo-user::before { content: ""; }

.entypo-users::before { content: ""; }

.entypo-user-add::before { content: ""; }

.entypo-video::before { content: ""; }

.entypo-picture::before { content: ""; }

.entypo-camera::before { content: ""; }

.entypo-layout::before { content: ""; }

.entypo-menu::before { content: ""; }

.entypo-check::before { content: ""; }

.entypo-cancel::before { content: ""; }

.entypo-cancel-circled::before { content: ""; }

.entypo-cancel-squared::before { content: ""; }

.entypo-plus::before { content: ""; }

.entypo-plus-circled::before { content: ""; }

.entypo-plus-squared::before { content: ""; }

.entypo-minus::before { content: ""; }

.entypo-minus-circled::before { content: ""; }

.entypo-minus-squared::before { content: ""; }

.entypo-help::before { content: ""; }

.entypo-help-circled::before { content: ""; }

.entypo-info::before { content: ""; }

.entypo-info-circled::before { content: ""; }

.entypo-back::before { content: ""; }

.entypo-home::before { content: ""; }

.entypo-link::before { content: ""; }

.entypo-attach::before { content: ""; }

.entypo-lock::before { content: ""; }

.entypo-lock-open::before { content: ""; }

.entypo-eye::before { content: ""; }

.entypo-tag::before { content: ""; }

.entypo-bookmark::before { content: ""; }

.entypo-bookmarks::before { content: ""; }

.entypo-flag::before { content: ""; }

.entypo-thumbs-up::before { content: ""; }

.entypo-thumbs-down::before { content: ""; }

.entypo-download::before { content: ""; }

.entypo-upload::before { content: ""; }

.entypo-upload-cloud::before { content: ""; }

.entypo-reply::before { content: ""; }

.entypo-reply-all::before { content: ""; }

.entypo-forward::before { content: ""; }

.entypo-quote::before { content: ""; }

.entypo-code::before { content: ""; }

.entypo-export::before { content: ""; }

.entypo-pencil::before { content: ""; }

.entypo-feather::before { content: ""; }

.entypo-print::before { content: ""; }

.entypo-retweet::before { content: ""; }

.entypo-keyboard::before { content: ""; }

.entypo-comment::before { content: ""; }

.entypo-chat::before { content: ""; }

.entypo-bell::before { content: ""; }

.entypo-attention::before { content: ""; }

.entypo-alert::before { content: ""; }

.entypo-vcard::before { content: ""; }

.entypo-address::before { content: ""; }

.entypo-location::before { content: ""; }

.entypo-map::before { content: ""; }

.entypo-direction::before { content: ""; }

.entypo-compass::before { content: ""; }

.entypo-cup::before { content: ""; }

.entypo-trash::before { content: ""; }

.entypo-doc::before { content: ""; }

.entypo-docs::before { content: ""; }

.entypo-doc-landscape::before { content: ""; }

.entypo-doc-text::before { content: ""; }

.entypo-doc-text-inv::before { content: ""; }

.entypo-newspaper::before { content: ""; }

.entypo-book-open::before { content: ""; }

.entypo-book::before { content: ""; }

.entypo-folder::before { content: ""; }

.entypo-archive::before { content: ""; }

.entypo-box::before { content: ""; }

.entypo-rss::before { content: ""; }

.entypo-phone::before { content: ""; }

.entypo-cog::before { content: ""; }

.entypo-tools::before { content: ""; }

.entypo-share::before { content: ""; }

.entypo-shareable::before { content: ""; }

.entypo-basket::before { content: ""; }

.entypo-bag::before { content: ""; }

.entypo-calendar::before { content: ""; }

.entypo-login::before { content: ""; }

.entypo-logout::before { content: ""; }

.entypo-mic::before { content: ""; }

.entypo-mute::before { content: ""; }

.entypo-sound::before { content: ""; }

.entypo-volume::before { content: ""; }

.entypo-clock::before { content: ""; }

.entypo-hourglass::before { content: ""; }

.entypo-lamp::before { content: ""; }

.entypo-light-down::before { content: ""; }

.entypo-light-up::before { content: ""; }

.entypo-adjust::before { content: ""; }

.entypo-block::before { content: ""; }

.entypo-resize-full::before { content: ""; }

.entypo-resize-small::before { content: ""; }

.entypo-popup::before { content: ""; }

.entypo-publish::before { content: ""; }

.entypo-window::before { content: ""; }

.entypo-arrow-combo::before { content: ""; }

.entypo-down-circled::before { content: ""; }

.entypo-left-circled::before { content: ""; }

.entypo-right-circled::before { content: ""; }

.entypo-up-circled::before { content: ""; }

.entypo-down-open::before { content: ""; }

.entypo-left-open::before { content: ""; }

.entypo-right-open::before { content: ""; }

.entypo-up-open::before { content: ""; }

.entypo-down-open-mini::before { content: ""; }

.entypo-left-open-mini::before { content: ""; }

.entypo-right-open-mini::before { content: ""; }

.entypo-up-open-mini::before { content: ""; }

.entypo-down-open-big::before { content: ""; }

.entypo-left-open-big::before { content: ""; }

.entypo-right-open-big::before { content: ""; }

.entypo-up-open-big::before { content: ""; }

.entypo-down::before { content: ""; }

.entypo-left::before { content: ""; }

.entypo-right::before { content: ""; }

.entypo-up::before { content: ""; }

.entypo-down-dir::before { content: ""; }

.entypo-left-dir::before { content: ""; }

.entypo-right-dir::before { content: ""; }

.entypo-up-dir::before { content: ""; }

.entypo-down-bold::before { content: ""; }

.entypo-left-bold::before { content: ""; }

.entypo-right-bold::before { content: ""; }

.entypo-up-bold::before { content: ""; }

.entypo-down-thin::before { content: ""; }

.entypo-left-thin::before { content: ""; }

.entypo-right-thin::before { content: ""; }

.entypo-note-beamed::before { content: ""; }

.entypo-ccw::before { content: ""; }

.entypo-cw::before { content: ""; }

.entypo-arrows-ccw::before { content: ""; }

.entypo-level-down::before { content: ""; }

.entypo-level-up::before { content: ""; }

.entypo-shuffle::before { content: ""; }

.entypo-loop::before { content: ""; }

.entypo-switch::before { content: ""; }

.entypo-play::before { content: ""; }

.entypo-stop::before { content: ""; }

.entypo-pause::before { content: ""; }

.entypo-record::before { content: ""; }

.entypo-to-end::before { content: ""; }

.entypo-to-start::before { content: ""; }

.entypo-fast-forward::before { content: ""; }

.entypo-fast-backward::before { content: ""; }

.entypo-progress-0::before { content: ""; }

.entypo-progress-1::before { content: ""; }

.entypo-progress-2::before { content: ""; }

.entypo-progress-3::before { content: ""; }

.entypo-target::before { content: ""; }

.entypo-palette::before { content: ""; }

.entypo-list::before { content: ""; }

.entypo-list-add::before { content: ""; }

.entypo-signal::before { content: ""; }

.entypo-trophy::before { content: ""; }

.entypo-battery::before { content: ""; }

.entypo-back-in-time::before { content: ""; }

.entypo-monitor::before { content: ""; }

.entypo-mobile::before { content: ""; }

.entypo-network::before { content: ""; }

.entypo-cd::before { content: ""; }

.entypo-inbox::before { content: ""; }

.entypo-install::before { content: ""; }

.entypo-globe::before { content: ""; }

.entypo-cloud::before { content: ""; }

.entypo-cloud-thunder::before { content: ""; }

.entypo-flash::before { content: ""; }

.entypo-moon::before { content: ""; }

.entypo-flight::before { content: ""; }

.entypo-paper-plane::before { content: ""; }

.entypo-leaf::before { content: ""; }

.entypo-lifebuoy::before { content: ""; }

.entypo-mouse::before { content: ""; }

.entypo-briefcase::before { content: ""; }

.entypo-suitcase::before { content: ""; }

.entypo-dot::before { content: ""; }

.entypo-dot-2::before { content: ""; }

.entypo-dot-3::before { content: ""; }

.entypo-brush::before { content: ""; }

.entypo-magnet::before { content: ""; }

.entypo-infinity::before { content: ""; }

.entypo-erase::before { content: ""; }

.entypo-chart-pie::before { content: ""; }

.entypo-chart-line::before { content: ""; }

.entypo-chart-bar::before { content: ""; }

.entypo-chart-area::before { content: ""; }

.entypo-tape::before { content: ""; }

.entypo-graduation-cap::before { content: ""; }

.entypo-language::before { content: ""; }

.entypo-ticket::before { content: ""; }

.entypo-water::before { content: ""; }

.entypo-droplet::before { content: ""; }

.entypo-air::before { content: ""; }

.entypo-credit-card::before { content: ""; }

.entypo-floppy::before { content: ""; }

.entypo-clipboard::before { content: ""; }

.entypo-megaphone::before { content: ""; }

.entypo-database::before { content: ""; }

.entypo-drive::before { content: ""; }

.entypo-bucket::before { content: ""; }

.entypo-thermometer::before { content: ""; }

.entypo-key::before { content: ""; }

.entypo-flow-cascade::before { content: ""; }

.entypo-flow-branch::before { content: ""; }

.entypo-flow-tree::before { content: ""; }

.entypo-flow-line::before { content: ""; }

.entypo-flow-parallel::before { content: ""; }

.entypo-rocket::before { content: ""; }

.entypo-gauge::before { content: ""; }

.entypo-traffic-cone::before { content: ""; }

.entypo-cc::before { content: ""; }

.entypo-cc-by::before { content: ""; }

.entypo-cc-nc::before { content: ""; }

.entypo-cc-nc-eu::before { content: ""; }

.entypo-cc-nc-jp::before { content: ""; }

.entypo-cc-sa::before { content: ""; }

.entypo-cc-nd::before { content: ""; }

.entypo-cc-pd::before { content: ""; }

.entypo-cc-zero::before { content: ""; }

.entypo-cc-share::before { content: ""; }

.entypo-cc-remix::before { content: ""; }

.entypo-github::before { content: ""; }

.entypo-github-circled::before { content: ""; }

.entypo-flickr::before { content: ""; }

.entypo-flickr-circled::before { content: ""; }

.entypo-vimeo::before { content: ""; }

.entypo-vimeo-circled::before { content: ""; }

.entypo-twitter::before { content: ""; }

.entypo-twitter-circled::before { content: ""; }

.entypo-facebook::before { content: ""; }

.entypo-facebook-circled::before { content: ""; }

.entypo-facebook-squared::before { content: ""; }

.entypo-gplus::before { content: ""; }

.entypo-gplus-circled::before { content: ""; }

.entypo-pinterest::before { content: ""; }

.entypo-pinterest-circled::before { content: ""; }

.entypo-tumblr::before { content: ""; }

.entypo-tumblr-circled::before { content: ""; }

.entypo-linkedin::before { content: ""; }

.entypo-linkedin-circled::before { content: ""; }

.entypo-dribbble::before { content: ""; }

.entypo-dribbble-circled::before { content: ""; }

.entypo-stumbleupon::before { content: ""; }

.entypo-stumbleupon-circled::before { content: ""; }

.entypo-lastfm::before { content: ""; }

.entypo-lastfm-circled::before { content: ""; }

.entypo-rdio::before { content: ""; }

.entypo-rdio-circled::before { content: ""; }

.entypo-spotify::before { content: ""; }

.entypo-spotify-circled::before { content: ""; }

.entypo-qq::before { content: ""; }

.entypo-instagram::before { content: ""; }

.entypo-dropbox::before { content: ""; }

.entypo-evernote::before { content: ""; }

.entypo-flattr::before { content: ""; }

.entypo-skype::before { content: ""; }

.entypo-skype-circled::before { content: ""; }

.entypo-renren::before { content: ""; }

.entypo-sina-weibo::before { content: ""; }

.entypo-paypal::before { content: ""; }

.entypo-picasa::before { content: ""; }

.entypo-soundcloud::before { content: ""; }

.entypo-mixi::before { content: ""; }

.entypo-behance::before { content: ""; }

.entypo-google-circles::before { content: ""; }

.entypo-vkontakte::before { content: ""; }

.entypo-smashing::before { content: ""; }

.entypo-sweden::before { content: ""; }

.entypo-db-shape::before { content: ""; }

.entypo-up-thin::before { content: ""; }

.carousel { position: relative; box-sizing: border-box; }

.carousel *, .carousel ::after, .carousel ::before { box-sizing: inherit; }

.carousel.is-draggable { cursor: grab; }

.carousel.is-dragging { cursor: grabbing; }

.carousel__viewport { position: relative; overflow: hidden; max-width: 100%; max-height: 100%; }

.carousel__track { display: flex; }

.carousel__slide { flex: 0 0 auto; width: var(--carousel-slide-width,60%); max-width: 100%; padding: 1rem; position: relative; overflow: hidden auto; overscroll-behavior: contain; }

.has-dots { margin-bottom: calc(22px + 0.5rem); }

.carousel__dots { margin: 0px auto; padding: 0px; position: absolute; top: calc(100% + 0.5rem); left: 0px; right: 0px; display: flex; justify-content: center; list-style: none; user-select: none; }

.carousel__dots .carousel__dot { margin: 0px; padding: 0px; display: block; position: relative; width: 22px; height: 22px; cursor: pointer; }

.carousel__dots .carousel__dot::after { content: ""; width: 8px; height: 8px; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: currentcolor; opacity: 0.25; transition: opacity 0.15s ease-in-out; }

.carousel__dots .carousel__dot.is-selected::after { opacity: 1; }

.carousel__button { width: var(--carousel-button-width,48px); height: var(--carousel-button-height,48px); padding: 0px; border: 0px; display: flex; justify-content: center; align-items: center; pointer-events: all; cursor: pointer; color: var(--carousel-button-color,currentColor); background: var(--carousel-button-bg,transparent); border-radius: var(--carousel-button-border-radius,50%); box-shadow: var(--carousel-button-shadow,none); transition: opacity 0.15s; }

.carousel__button.is-next, .carousel__button.is-prev { position: absolute; top: 50%; transform: translateY(-50%); }

.carousel__button.is-prev { left: 10px; }

.carousel__button.is-next { right: 10px; }

.carousel__button[disabled] { cursor: default; opacity: 0.3; }

.carousel__button svg { width: var(--carousel-button-svg-width,50%); height: var(--carousel-button-svg-height,50%); fill: none; stroke: currentcolor; stroke-width: var(--carousel-button-svg-stroke-width,1.5); stroke-linejoin: bevel; stroke-linecap: round; filter: var(--carousel-button-svg-filter,none); pointer-events: none; }

html.with-fancybox { scroll-behavior: auto; }

body.compensate-for-scrollbar { touch-action: none; overflow: hidden !important; }

.fancybox__container { position: fixed; inset: 0px; direction: ltr; margin: 0px; padding: env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0); box-sizing: border-box; display: flex; flex-direction: column; color: var(--fancybox-color,#fff); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); overflow: hidden; z-index: 1050; outline: none; transform-origin: left top; --carousel-button-width: 48px; --carousel-button-height: 48px; --carousel-button-svg-width: 24px; --carousel-button-svg-height: 24px; --carousel-button-svg-stroke-width: 2.5; --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4)); }

.fancybox__container *, .fancybox__container ::after, .fancybox__container ::before { box-sizing: inherit; }

.fancybox__container :focus { outline: none; }

body:not(.is-using-mouse) .fancybox__container :focus { box-shadow: 0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94)); }

@media (min-width: 1024px) {
  .fancybox__container { --carousel-button-width: 48px; --carousel-button-height: 48px; --carousel-button-svg-width: 27px; --carousel-button-svg-height: 27px; }
}

.fancybox__backdrop { position: absolute; inset: 0px; z-index: -1; background: var(--fancybox-bg,rgba(24,24,27,.92)); }

.fancybox__carousel { position: relative; flex: 1 1 auto; min-height: 0px; height: 100%; z-index: 10; }

.fancybox__carousel.has-dots { margin-bottom: calc(22px + 0.5rem); }

.fancybox__viewport { position: relative; width: 100%; height: 100%; overflow: visible; cursor: default; }

.fancybox__track { display: flex; height: 100%; }

.fancybox__slide { flex: 0 0 auto; width: 100%; max-width: 100%; margin: 0px; padding: 48px 8px 8px; position: relative; overscroll-behavior: contain; display: flex; flex-direction: column; outline: 0px; overflow: auto; --carousel-button-width: 36px; --carousel-button-height: 36px; --carousel-button-svg-width: 22px; --carousel-button-svg-height: 22px; }

.fancybox__slide::after, .fancybox__slide::before { content: ""; flex: 0 0 0px; margin: auto; }

@media (min-width: 1024px) {
  .fancybox__slide { padding: 64px 100px; }
}

.fancybox__content { margin: 0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0); padding: 36px; color: var(--fancybox-content-color,#374151); background: var(--fancybox-content-bg,#fff); position: relative; align-self: center; display: flex; flex-direction: column; z-index: 20; }

.fancybox__content :focus:not(.carousel__button.is-close) { outline: dotted thin; box-shadow: none; }

.fancybox__caption { align-self: center; max-width: 100%; margin: 0px; padding: 1rem 0px 0px; line-height: 1.375; color: var(--fancybox-color,currentColor); visibility: visible; cursor: auto; flex-shrink: 0; overflow-wrap: anywhere; }

.is-loading .fancybox__caption { visibility: hidden; }

.fancybox__container > .carousel__dots { top: 100%; color: var(--fancybox-color,#fff); }

.fancybox__nav .carousel__button { z-index: 40; }

.fancybox__nav .carousel__button.is-next { right: 8px; }

@media (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next { right: 40px; }
}

.fancybox__nav .carousel__button.is-prev { left: 8px; }

@media (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev { left: 40px; }
}

.carousel__button.is-close { position: absolute; top: calc(env(safe-area-inset-top, 0px) + 8px); right: calc(env(safe-area-inset-right, 0px) + 8px); z-index: 40; }

@media (min-width: 1024px) {
  .carousel__button.is-close { right: 40px; }
}

.fancybox__content > .carousel__button.is-close { position: absolute; top: -40px; right: 0px; color: var(--fancybox-color,#fff); }

.fancybox__no-click, .fancybox__no-click button { pointer-events: none; }

.fancybox__spinner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 50px; height: 50px; color: var(--fancybox-color,currentColor); }

.fancybox__slide .fancybox__spinner { cursor: pointer; z-index: 1053; }

.fancybox__spinner svg { animation: 2s linear 0s infinite normal none running fancybox-rotate; transform-origin: center center; position: absolute; inset: 0px; margin: auto; width: 100%; height: 100%; }

.fancybox__spinner svg circle { fill: none; stroke-width: 2.75; stroke-miterlimit: 10; stroke-dasharray: 1, 200; stroke-dashoffset: 0; animation: 1.5s ease-in-out 0s infinite normal none running fancybox-dash; stroke-linecap: round; stroke: currentcolor; }

@-webkit-keyframes fancybox-rotate { 
  100% { transform: rotate(1turn); }
}

@keyframes fancybox-rotate { 
  100% { transform: rotate(1turn); }
}

@-webkit-keyframes fancybox-dash { 
  0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; }
  100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px; }
}

@keyframes fancybox-dash { 
  0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; }
  100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px; }
}

.carousel__button.is-close, .carousel__dots, .fancybox__backdrop, .fancybox__caption, .fancybox__nav { opacity: var(--fancybox-opacity,1); }

.fancybox__container.is-animated[aria-hidden="false"] .carousel__button.is-close, .fancybox__container.is-animated[aria-hidden="false"] .carousel__dots, .fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption, .fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav { animation: 0.15s ease 0s 1 normal backwards running fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .carousel__button.is-close, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav { animation: 0.15s ease 0s 1 normal both running fancybox-fadeOut; }

.fancybox-fadeIn { animation: 0.15s ease 0s 1 normal both running fancybox-fadeIn; }

.fancybox-fadeOut { animation: 0.1s ease 0s 1 normal both running fancybox-fadeOut; }

.fancybox-zoomInUp { animation: 0.2s ease 0s 1 normal both running fancybox-zoomInUp; }

.fancybox-zoomOutDown { animation: 0.15s ease 0s 1 normal both running fancybox-zoomOutDown; }

.fancybox-throwOutUp { animation: 0.15s ease 0s 1 normal both running fancybox-throwOutUp; }

.fancybox-throwOutDown { animation: 0.15s ease 0s 1 normal both running fancybox-throwOutDown; }

@-webkit-keyframes fancybox-fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fancybox-fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fancybox-fadeOut { 
  100% { opacity: 0; }
}

@keyframes fancybox-fadeOut { 
  100% { opacity: 0; }
}

@-webkit-keyframes fancybox-zoomInUp { 
  0% { transform: scale(0.97) translate3d(0px, 16px, 0px); opacity: 0; }
  100% { transform: scale(1) translateZ(0px); opacity: 1; }
}

@keyframes fancybox-zoomInUp { 
  0% { transform: scale(0.97) translate3d(0px, 16px, 0px); opacity: 0; }
  100% { transform: scale(1) translateZ(0px); opacity: 1; }
}

@-webkit-keyframes fancybox-zoomOutDown { 
  100% { transform: scale(0.97) translate3d(0px, 16px, 0px); opacity: 0; }
}

@keyframes fancybox-zoomOutDown { 
  100% { transform: scale(0.97) translate3d(0px, 16px, 0px); opacity: 0; }
}

@-webkit-keyframes fancybox-throwOutUp { 
  100% { transform: translate3d(0px, -30%, 0px); opacity: 0; }
}

@keyframes fancybox-throwOutUp { 
  100% { transform: translate3d(0px, -30%, 0px); opacity: 0; }
}

@-webkit-keyframes fancybox-throwOutDown { 
  100% { transform: translate3d(0px, 30%, 0px); opacity: 0; }
}

@keyframes fancybox-throwOutDown { 
  100% { transform: translate3d(0px, 30%, 0px); opacity: 0; }
}

.fancybox__carousel .carousel__slide { scrollbar-width: thin; scrollbar-color: rgb(204, 204, 204) rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar { width: 8px; height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track { background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb { background-color: rgb(204, 204, 204); border-radius: 2px; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px inset; }

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content { cursor: grab; }

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content { cursor: grabbing; }

.fancybox__carousel .fancybox__slide .fancybox__content { cursor: auto; }

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content { cursor: zoom-in; }

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content { cursor: zoom-out; }

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content { cursor: grab; }

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content { cursor: grabbing; }

.fancybox__image { transform-origin: 0px 0px; user-select: none; transition: none; }

.has-image .fancybox__content { padding: 0px; background: transparent; min-height: 1px; }

.is-closing .has-image .fancybox__content { overflow: visible; }

.has-image[data-image-fit="contain"] { overflow: visible; touch-action: none; }

.has-image[data-image-fit="contain"] .fancybox__content { flex-flow: wrap; }

.has-image[data-image-fit="contain"] .fancybox__image { max-width: 100%; max-height: 100%; object-fit: contain; }

.has-image[data-image-fit="contain-w"] { overflow: hidden auto; }

.has-image[data-image-fit="contain-w"] .fancybox__content { min-height: auto; }

.has-image[data-image-fit="contain-w"] .fancybox__image { max-width: 100%; height: auto; }

.has-image[data-image-fit="cover"] { overflow: visible; touch-action: none; }

.has-image[data-image-fit="cover"] .fancybox__content { width: 100%; height: 100%; }

.has-image[data-image-fit="cover"] .fancybox__image { width: 100%; height: 100%; object-fit: cover; }

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content, .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content { max-width: 100%; flex-shrink: 1; min-height: 1px; overflow: visible; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content { width: 100%; height: 80%; }

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content { width: 960px; height: 540px; max-width: 100%; max-height: 100%; }

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content { padding: 0px; background: rgba(24, 24, 27, 0.9); color: rgb(255, 255, 255); }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content { background: rgb(229, 227, 223); }

.fancybox__html5video, .fancybox__iframe { border: 0px; display: block; height: 100%; width: 100%; background: transparent; }

.fancybox-placeholder { position: absolute; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border-width: 0px; }

.fancybox__thumbs { flex: 0 0 auto; position: relative; padding: 0px 3px; opacity: var(--fancybox-opacity,1); }

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs { animation: 0.15s ease-in 0s 1 normal backwards running fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__thumbs { opacity: 0; }

.fancybox__thumbs .carousel__slide { flex: 0 0 auto; width: var(--fancybox-thumbs-width,96px); margin: 0px; padding: 8px 3px; box-sizing: content-box; display: flex; align-items: center; justify-content: center; overflow: visible; cursor: pointer; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after { content: ""; position: absolute; inset: 0px; border: 5px solid var(--fancybox-accent-color,rgba(34,213,233,.96)); opacity: 0; transition: opacity 0.15s; border-radius: var(--fancybox-thumbs-border-radius,4px); }

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after { opacity: 0.92; }

.fancybox__thumbs .carousel__slide > * { pointer-events: none; user-select: none; }

.fancybox__thumb { position: relative; width: 100%; padding-top: calc(100%/var(--fancybox-thumbs-ratio, 1.5)); background-size: cover; background-position: 50% center; background-color: rgba(255, 255, 255, 0.1); background-repeat: no-repeat; border-radius: var(--fancybox-thumbs-border-radius,4px); }

.fancybox__toolbar { position: absolute; top: 0px; right: 0px; left: 0px; z-index: 20; background: linear-gradient(0deg, transparent 0px, rgba(0, 0, 0, 0.008) 8.1%, rgba(0, 0, 0, 0.02) 15.5%, rgba(0, 0, 0, 0.047) 22.5%, rgba(0, 0, 0, 0.08) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.157) 41.2%, rgba(0, 0, 0, 0.196) 47.1%, rgba(0, 0, 0, 0.243) 52.9%, rgba(0, 0, 0, 0.286) 58.8%, rgba(0, 0, 0, 0.325) 64.7%, rgba(0, 0, 0, 0.365) 71%, rgba(0, 0, 0, 0.392) 77.5%, rgba(0, 0, 0, 0.42) 84.5%, rgba(0, 0, 0, 0.435) 91.9%, rgba(0, 0, 0, 0.44)); padding: 0px; touch-action: none; display: flex; justify-content: space-between; --carousel-button-svg-width: 20px; --carousel-button-svg-height: 20px; opacity: var(--fancybox-opacity,1); text-shadow: var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4)); }

@media (min-width: 1024px) {
  .fancybox__toolbar { padding: 8px; }
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar { animation: 0.15s ease-in 0s 1 normal backwards running fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__toolbar { opacity: 0; }

.fancybox__toolbar__items { display: flex; }

.fancybox__toolbar__items--left { margin-right: auto; }

.fancybox__toolbar__items--center { position: absolute; left: 50%; transform: translateX(-50%); }

.fancybox__toolbar__items--right { margin-left: auto; }

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) { display: none; }
}

.fancybox__counter { min-width: 72px; padding: 0px 10px; line-height: var(--carousel-button-height,48px); text-align: center; font-size: 17px; font-variant-numeric: tabular-nums; -webkit-font-smoothing: subpixel-antialiased; }

.fancybox__progress { background: var(--fancybox-accent-color,rgba(34,213,233,.96)); height: 3px; left: 0px; position: absolute; right: 0px; top: 0px; transform: scaleX(0); transform-origin: 0px center; transition-property: transform, -webkit-transform; transition-timing-function: linear; z-index: 30; user-select: none; }

.fancybox__container:-webkit-full-screen::backdrop { opacity: 0; }

.fancybox__container:fullscreen::backdrop { opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) { display: none; }

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child { display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child { display: none; }

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) { display: block; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) { display: block; }

.fancybox__button--slideshow g:nth-child(2), .fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child { display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) { display: block; }

#s-support-widget-container .article-body iframe.embedly-embed { width: 100% !important; height: 163px; }

#s-support-widget-container .article-body br { line-height: 1.6 !important; }

#s-support-widget-container .article-body strong { font-weight: 700; }

#s-support-widget-container .article-body figure > img { display: block; }

#s-support-widget-container .article-body table { border-collapse: collapse; text-align: left; width: 100%; }

#s-support-widget-container .article-body [dir="rtl"] table { text-align: right; }

#s-support-widget-container .article-body td, #s-support-widget-container .article-body th { border-color: rgb(238, 238, 238); border-style: solid; padding: 12px; }

#s-support-widget-container .article-body th { border-width: 1px 0px; color: rgb(190, 190, 190); font-size: 11px; font-weight: 400; white-space: nowrap; text-align: inherit; }

#s-support-widget-container .article-body td { border-width: 1px; }

#s-support-widget-container .article-body p { font-size: 14px; margin: 7px 0px; }

#s-support-widget-container .article-body h1, #s-support-widget-container .article-body h2, #s-support-widget-container .article-body h3, #s-support-widget-container .article-body h4, #s-support-widget-container .article-body h5, #s-support-widget-container .article-body h6 { color: rgb(0, 0, 0); font-weight: 400; }

#s-support-widget-container .article-body h1 span, #s-support-widget-container .article-body h2 span, #s-support-widget-container .article-body h3 span, #s-support-widget-container .article-body h4 span, #s-support-widget-container .article-body h5 span, #s-support-widget-container .article-body h6 span { color: rgb(0, 0, 0); }

#s-support-widget-container .article-body .section-area h1 { text-transform: capitalize; }

#s-support-widget-container .article-body h1 { font-size: 1.75em; line-height: 1.7; margin: 13px 0px; }

#s-support-widget-container .article-body h2 { font-size: 18px; margin: 16px 0px; }

#s-support-widget-container .article-body h3 { font-size: 16px; margin: 14px 0px; }

#s-support-widget-container .article-body h4 { font-size: 14px; margin: 13px 0px; }

#s-support-widget-container .article-body img { border: 1px solid rgba(0, 0, 0, 0.07); height: auto; max-width: 100%; padding: 3px; }

#s-support-widget-container .article-body pre { background: rgba(0, 0, 0, 0.02); border: 1px solid rgba(0, 0, 0, 0.07); border-radius: 3px; padding: 10px 15px; overflow: auto; white-space: pre-wrap; }

#s-support-widget-container .article-body blockquote { border-left: 1px solid rgba(0, 0, 0, 0.07); color: rgb(142, 142, 142); font-style: italic; margin: 20px 0px; padding-left: 20px; }

#s-support-widget-container .article-body ol, #s-support-widget-container .article-body ul { margin: 20px 0px 20px 20px; list-style-position: outside; }

#s-support-widget-container .article-body li > ol, #s-support-widget-container .article-body li > ul { margin: 0px 0px 0px 20px; }

#s-support-widget-container .article-body ul { list-style-type: disc; }

#s-support-widget-container .article-body ol { list-style-type: decimal; }

#s-support-widget-container .article-body li { margin-left: 20px; }

#s-support-widget-container .article-body table { table-layout: fixed; }

#s-support-widget-container .article-body .wysiwyg-underline { text-decoration: underline; }

#s-support-widget-container .article-body .wysiwyg-font-size-x-large { font-size: 24px; }

#s-support-widget-container .article-body .wysiwyg-font-size-large { font-size: 18px; }

#s-support-widget-container .article-body .wysiwyg-font-size-medium { font-size: 14px; }

#s-support-widget-container .article-body .wysiwyg-font-size-small { font-size: 13px; }

#s-support-widget-container .article-body #recaptcha_widget a, #s-support-widget-container .article-body .hc-editable-footer, #s-support-widget-container .article-body .nesty-input:hover { text-decoration: none; }

#s-support-widget-container .article-body .wysiwyg-text-align-right { text-align: right; }

#s-support-widget-container .article-body .wysiwyg-text-align-center { text-align: center; }

#s-support-widget-container .article-body .wysiwyg-text-align-left { text-align: left; }

#s-support-widget-container .article-body .wysiwyg-text-align-justify { text-align: justify; }

#s-support-widget-container .article-body .wysiwyg-indent1 { padding-left: 10px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent1 { padding-right: 10px; }

#s-support-widget-container .article-body .wysiwyg-indent2 { padding-left: 20px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent2 { padding-right: 20px; }

#s-support-widget-container .article-body .wysiwyg-indent3 { padding-left: 30px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent3 { padding-right: 30px; }

#s-support-widget-container .article-body .wysiwyg-indent4 { padding-left: 40px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent4 { padding-right: 40px; }

#s-support-widget-container .article-body .wysiwyg-indent5 { padding-left: 50px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent5 { padding-right: 50px; }

#s-support-widget-container .article-body .wysiwyg-indent6 { padding-left: 60px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent6 { padding-right: 60px; }

#s-support-widget-container .article-body .wysiwyg-indent7 { padding-left: 70px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent7 { padding-right: 70px; }

#s-support-widget-container .article-body .wysiwyg-indent8 { padding-left: 80px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent8 { padding-right: 80px; }

#s-support-widget-container .article-body .wysiwyg-indent9 { padding-left: 90px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent9 { padding-right: 90px; }

#s-support-widget-container .article-body .wysiwyg-indent10 { padding-left: 100px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent10 { padding-right: 100px; }

#s-support-widget-container .article-body .wysiwyg-indent11 { padding-left: 110px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent11 { padding-right: 110px; }

#s-support-widget-container .article-body .wysiwyg-indent12 { padding-left: 120px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent12 { padding-right: 120px; }

#s-support-widget-container .article-body .wysiwyg-indent13 { padding-left: 130px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent13 { padding-right: 130px; }

#s-support-widget-container .article-body .wysiwyg-indent14 { padding-left: 140px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent14 { padding-right: 140px; }

#s-support-widget-container .article-body .wysiwyg-indent15 { padding-left: 150px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent15 { padding-right: 150px; }

#s-support-widget-container .article-body .wysiwyg-indent16 { padding-left: 160px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent16 { padding-right: 160px; }

#s-support-widget-container .article-body .wysiwyg-indent17 { padding-left: 170px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent17 { padding-right: 170px; }

#s-support-widget-container .article-body .wysiwyg-indent18 { padding-left: 180px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent18 { padding-right: 180px; }

#s-support-widget-container .article-body .wysiwyg-indent19 { padding-left: 190px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent19 { padding-right: 190px; }

#s-support-widget-container .article-body .wysiwyg-indent20 { padding-left: 200px; }

#s-support-widget-container .article-body [dir="rtl"] .wysiwyg-indent20 { padding-right: 200px; }

.s-support-widget-header { font-family: open_sans, "Open Sans", sans-serif; color: rgb(99, 105, 114); font-weight: 600; font-size: 16px; line-height: 20px; height: 40px; text-align: center; padding: 10px 20px; background-color: rgb(248, 248, 248); border-bottom: 1px solid rgb(221, 221, 221); }

.s-support-widget-header:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-support-widget-header:lang(sxl), .s-support-widget-header:lang(zh), .s-support-widget-header:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-support-widget-header:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-support-widget-header .header-btn { cursor: pointer; color: rgb(166, 166, 166); }

.s-support-widget-header .header-btn:hover { color: rgb(99, 105, 114); }

.s-support-widget-header .title { overflow: hidden; white-space: nowrap; display: inline-block; max-width: 260px; text-overflow: clip; }

.s-support-widget-header .back-btn { float: left; margin-left: -2px; }

.s-support-widget-header .close-btn { transform: scale(1.4); font-size: 20px; font-weight: 300; float: right; }

#s-strikingly-support-modal .s-support-widget-prompt { width: 370px !important; }

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner { background-color: rgb(248, 248, 248); padding: 16px; min-height: 80px; display: flex; width: 100%; }

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title { align-items: center; display: flex; }

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title img { height: 20px; width: 80px; margin-right: 5px; }

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title .number { font-family: brandon-grotesque, brandon, martel-sans, sans-serif; }

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title .number:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title .number:lang(sxl), #s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title .number:lang(zh), #s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title .number:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title .number:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title .grey-text { color: rgb(144, 159, 169); }

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .content { padding-top: 10px; }

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .profile-container { position: relative; width: 85px; height: 85px; margin-right: 15px; }

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .profile-container .bottom-green-dot { width: 20px; height: 20px; background-color: rgb(147, 183, 25); border-radius: 50%; position: absolute; right: 0px; bottom: 0px; border: 3px solid rgb(255, 255, 255); }

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .profile-container .profile { width: 85px; height: 85px; float: left; display: block; margin-bottom: -10px; border-radius: 100px; margin-right: 15px; }

#s-strikingly-support-modal .s-support-widget-prompt .input-field { background-color: rgb(226, 228, 231); padding: 10px; }

#s-strikingly-support-modal .s-support-widget-prompt .input-field input { width: 100%; border: 1px solid rgb(198, 201, 205); border-radius: 3px; color: rgb(99, 105, 114); box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset; font-family: "Open Sans", open_sans, sans-serif; line-height: 25px; font-weight: 400; font-size: 14px; font-style: normal; padding: 5px 8px; box-sizing: border-box; }

#s-strikingly-support-modal .close-btn { color: rgb(221, 221, 221); transform: scale(1.4); font-size: 20px; font-weight: 300; align-self: flex-end; cursor: pointer; float: right; position: absolute; right: 8px; top: 6px; }

.s-support-widget-footer { font-family: open_sans, "Open Sans", sans-serif; width: 100%; border-top: 1px solid rgb(221, 221, 221); background-color: rgb(248, 248, 248); height: 65px; padding: 15px 20px; }

.s-support-widget-footer:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-support-widget-footer:lang(sxl), .s-support-widget-footer:lang(zh), .s-support-widget-footer:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-support-widget-footer:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-support-widget-footer .s-support-widget-footer-content { display: flex; align-items: center; }

.s-support-widget-footer .s-support-widget-footer-content .s-support-widget-footer-separator { height: 26px; width: 1px; background: rgb(221, 221, 221); }

.s-support-widget-footer .s-support-widget-footer-content .fa-icon { width: 18px; height: 18px; margin-right: 4px; background-size: cover; }

.s-support-widget-footer.default-footer { padding: 0px; text-align: center; height: 38px; }

.s-support-widget-footer.default-footer a { display: table; float: left; width: 50%; font-size: 13px; font-weight: 400; outline: 0px; color: rgb(97, 60, 147); height: 38px; }

.s-support-widget-footer.default-footer a.help-center-and-forum { width: 100%; }

.s-support-widget-footer.default-footer a .link-container { vertical-align: middle; display: table-cell; padding-bottom: 5px; }

.s-support-widget-footer.default-footer a .link-container i { margin-right: 7px; }

.s-support-widget-footer.default-footer a .link-container.video-guides-container .link-title { background-image: url("/images/ic_play.b7e61c076c018ee7f7fdb547bfc93293.png"); }

.s-support-widget-footer.default-footer a .link-container.video-guides-container:hover .link-title { background-image: url("/images/ic_play_hover.987966f698b16f3cd142e2564d3603fb.png"); }

.s-support-widget-footer.default-footer a .link-container.help-center-container .link-title { background-image: url("/images/ic_help.727673ace85648f76cbe4c3cc524ed29.png"); }

.s-support-widget-footer.default-footer a .link-container.help-center-container:hover .link-title { background-image: url("/images/ic_help_hover.3706f966d994dce4d40d0cc578439a7b.png"); }

.s-support-widget-footer.default-footer a .link-title { padding-left: 22px; background-repeat: no-repeat; background-size: 14px 14px; background-position: 0px center; }

.s-support-widget-footer.default-footer a.video-guides-footer { border-right: 1px solid rgb(226, 228, 231); }

.s-support-widget-footer.default-footer a:hover { border-color: rgb(248, 248, 248); background-color: rgb(97, 60, 147); color: rgb(248, 248, 248); }

.s-support-widget-footer.online-footer .sw-btn { padding-left: 12px; padding-right: 12px; display: flex; align-items: center; }

.s-support-widget-footer.online-footer .purple { float: right; }

.s-support-widget-footer.online-footer .green { float: left; }

.s-support-widget-footer.online-footer .online-btn-wrapper { display: flex; column-gap: 10px; }

.s-support-widget-footer.offline-footer .fa-envelope, .s-support-widget-footer.ticket-footer .fa-paper-plane { float: none; margin-right: 7px; }

.s-support-widget-footer.show-kickstart-entry-banner { display: flex; flex-direction: column; height: auto; min-height: 38px; padding: 0px; }

.s-support-widget-footer.show-kickstart-entry-banner .offline-btn-wrapper { margin: 15px 20px; }

.s-support-widget-footer.show-kickstart-entry-banner .online-btn-wrapper { padding: 15px 20px; min-height: 65px; display: grid; column-gap: 10px; grid-template-columns: repeat(2, auto); }

.s-support-widget-footer-es, .s-support-widget-footer-fr, .s-support-widget-footer-ja, .s-support-widget-footer-zh-CN, .s-support-widget-footer-zh-TW { height: auto; }

.s-support-widget-footer-es .sw-btn, .s-support-widget-footer-fr .sw-btn, .s-support-widget-footer-ja .sw-btn, .s-support-widget-footer-zh-CN .sw-btn, .s-support-widget-footer-zh-TW .sw-btn { width: 100%; float: none; }

.s-support-widget-footer-es .offline-btn-wrapper .top-btn, .s-support-widget-footer-fr .offline-btn-wrapper .top-btn, .s-support-widget-footer-ja .offline-btn-wrapper .top-btn, .s-support-widget-footer-zh-CN .offline-btn-wrapper .top-btn, .s-support-widget-footer-zh-TW .offline-btn-wrapper .top-btn { margin-bottom: 10px; }

.s-support-widget-launcher { user-select: none; background: rgb(129, 89, 187); border-radius: 50%; position: absolute; bottom: 10px; right: 12px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px 0px; float: right; width: 40px; height: 40px; line-height: 40px; font-size: 20px; text-align: center; color: rgb(255, 255, 255); }

.s-support-widget-launcher:hover { background: rgb(144, 100, 209); border-color: rgb(144, 100, 209); }

.s-support-widget-launcher:active { background: rgb(116, 80, 168); border-color: rgb(116, 80, 168); }

.s-support-widget-launcher .red-flag { position: absolute; width: 12px; height: 12px; background-color: red; display: inline-block; border-radius: 12px; border: 1px solid rgb(255, 255, 255); }

#s-support-widget-container { box-sizing: border-box; position: fixed; bottom: 0px; right: 0px; z-index: 100000; }

#s-support-widget-container :not(.border-box) { box-sizing: inherit; }

#s-support-widget-container input::-webkit-input-placeholder, #s-support-widget-container textarea::-webkit-input-placeholder { color: rgb(205, 209, 212); }

.s-support-widget-help-center-container { position: absolute; right: 12px; bottom: 60px; }

.s-support-widget-help-center-container.invisible .s-support-widget-help-center, .s-support-widget-help-center-container.invisible .s-support-widget-prompt { height: 0px; }

.s-support-widget-help-center-container.invisible .s-support-widget-help-center .close-btn, .s-support-widget-help-center-container.invisible .s-support-widget-prompt .close-btn { display: none; }

.s-support-widget-help-center-container .kickstart-badge-panel { height: 44px; width: 100%; cursor: pointer; padding: 10px 0px; font-weight: 700; display: flex; align-items: center; justify-content: center; color: rgb(69, 148, 140); background: rgb(174, 229, 200); border-top: 1px solid rgb(115, 206, 162); }

.s-support-widget-help-center-container .kickstart-badge-panel:hover { background: rgb(146, 250, 195); }

.s-support-widget-help-center-container .kickstart-badge-panel .service-image { width: 24px; height: 24px; }

.s-support-widget-help-center-container .kickstart-badge-panel .link-text { font-size: 10px; font-family: brandon-grotesque, brandon, martel-sans, sans-serif; text-transform: uppercase; padding-bottom: 2px; margin: 0px 10px -2px; position: relative; }

.s-support-widget-help-center-container .kickstart-badge-panel .link-text:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-support-widget-help-center-container .kickstart-badge-panel .link-text:lang(sxl), .s-support-widget-help-center-container .kickstart-badge-panel .link-text:lang(zh), .s-support-widget-help-center-container .kickstart-badge-panel .link-text:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-support-widget-help-center-container .kickstart-badge-panel .link-text:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-support-widget-help-center-container .kickstart-badge-panel .link-text::before { content: ""; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 1px; background: rgb(69, 148, 140); }

.s-support-widget-help-center-container .kickstart-badge-panel .hint-text { margin: 0px; font-size: 12px; max-width: 150px; color: rgb(35, 90, 79); }

.s-support-widget-prompt { font-family: open_sans, "Open Sans", sans-serif; width: 340px; background-color: rgb(248, 248, 248); box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 2px 15px 0px; border-radius: 4px; overflow: hidden; transition: height 0.35s cubic-bezier(0.7, 0, 0.3, 1); }

.s-support-widget-prompt:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-support-widget-prompt:lang(sxl), .s-support-widget-prompt:lang(zh), .s-support-widget-prompt:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-support-widget-prompt:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-support-widget-prompt .s-support-widget-prompt-inner { padding: 16px; }

.s-support-widget-prompt .profile { width: 85px; float: left; display: block; margin-bottom: 30px; border-radius: 100px; margin-right: 15px; }

.s-support-widget-prompt .title { color: rgb(99, 105, 114); font-weight: 600; font-size: 16px; margin-bottom: 8px; }

.s-support-widget-prompt p { color: rgb(141, 148, 156); margin-bottom: 8px; line-height: 1.3; }

.s-support-widget-prompt a { color: rgb(99, 105, 114); border-bottom: 1px solid; margin-right: 10px; }

.s-support-widget-prompt a .entypo-right-open { position: relative; left: 2px; }

#s-KA-container { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; }

#s-KA-container.invisible { display: none; }

#s-KA-container .s-KA-bg { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); }

#s-KA-container .s-KA-modal { color: grey; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 460px; height: 420px; display: flex; flex-direction: column; align-items: center; background: rgb(255, 255, 255); border-radius: 6px; font-size: 15px; }

#s-KA-container .close-btn { color: rgb(221, 221, 221); transform: scale(1.4); font-size: 20px; font-weight: 300; align-self: flex-end; padding-top: 12px; padding-right: 16px; cursor: pointer; }

#s-KA-container .s-KA-title { height: 28px; margin-top: 5px; }

#s-KA-container .s-KA-text { margin-top: 24px; text-align: center; line-height: 1.8; }

#s-KA-container .s-KA-qr-code { display: block; width: 184px; height: 184px; margin-top: 20px; }

#s-KA-container .s-KA-scan-text { display: flex; align-items: center; margin-top: 20px; }

#s-KA-container .s-KA-scan-text img { height: 20px; margin-right: 6px; }

#s-KA-container .s-KA-scan-text-2 { display: none; }

#s-KA-container.is-guide-live-chat .s-KA-qr-code { margin-top: 50px; }

#s-KA-container.is-guide-live-chat .s-KA-text { display: none; }

#s-KA-container.is-guide-live-chat .s-KA-scan-text-2 { display: inline; }

.s-support-widget-help-center { font-family: open_sans, "Open Sans", sans-serif; transition: height 0.35s cubic-bezier(0.7, 0, 0.3, 1); border-radius: 4px; perspective: 1200px; position: relative; box-sizing: border-box; width: 340px; height: 350px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 2px 15px 0px; background-color: rgb(248, 248, 248); }

.s-support-widget-help-center:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-support-widget-help-center:lang(sxl), .s-support-widget-help-center:lang(zh), .s-support-widget-help-center:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-support-widget-help-center:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

@media only screen and (max-width: 344px) {
  .s-support-widget-help-center { width: calc(-24px + 100vw); }
}

.s-support-widget-help-center.show-article-pane, .s-support-widget-help-center.show-articles-pane, .s-support-widget-help-center.show-question-pane { height: 390px; }

.s-support-widget-help-center.show-article-pane.s-support-widget-help-center-es .help-center-pane.article-pane .articles-body-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-es .help-center-pane.articles-pane .articles-body-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-fr .help-center-pane.article-pane .articles-body-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-fr .help-center-pane.articles-pane .articles-body-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-ja .help-center-pane.article-pane .articles-body-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-ja .help-center-pane.articles-pane .articles-body-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-zh-CN .help-center-pane.article-pane .articles-body-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-zh-CN .help-center-pane.articles-pane .articles-body-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-zh-TW .help-center-pane.article-pane .articles-body-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-zh-TW .help-center-pane.articles-pane .articles-body-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-es .help-center-pane.article-pane .articles-body-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-es .help-center-pane.articles-pane .articles-body-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-fr .help-center-pane.article-pane .articles-body-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-fr .help-center-pane.articles-pane .articles-body-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-ja .help-center-pane.article-pane .articles-body-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-ja .help-center-pane.articles-pane .articles-body-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-zh-CN .help-center-pane.article-pane .articles-body-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-zh-CN .help-center-pane.articles-pane .articles-body-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-zh-TW .help-center-pane.article-pane .articles-body-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-zh-TW .help-center-pane.articles-pane .articles-body-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-es .help-center-pane.article-pane .articles-body-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-es .help-center-pane.articles-pane .articles-body-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-fr .help-center-pane.article-pane .articles-body-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-fr .help-center-pane.articles-pane .articles-body-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-ja .help-center-pane.article-pane .articles-body-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-ja .help-center-pane.articles-pane .articles-body-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-zh-CN .help-center-pane.article-pane .articles-body-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-zh-CN .help-center-pane.articles-pane .articles-body-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-zh-TW .help-center-pane.article-pane .articles-body-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-zh-TW .help-center-pane.articles-pane .articles-body-container { height: calc(100% - 194px); }

.s-support-widget-help-center.show-article-pane.s-support-widget-help-center-es .help-center-pane.article-pane .article-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-es .help-center-pane.articles-pane .article-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-fr .help-center-pane.article-pane .article-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-fr .help-center-pane.articles-pane .article-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-ja .help-center-pane.article-pane .article-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-ja .help-center-pane.articles-pane .article-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-zh-CN .help-center-pane.article-pane .article-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-zh-CN .help-center-pane.articles-pane .article-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-zh-TW .help-center-pane.article-pane .article-container, .s-support-widget-help-center.show-article-pane.s-support-widget-help-center-zh-TW .help-center-pane.articles-pane .article-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-es .help-center-pane.article-pane .article-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-es .help-center-pane.articles-pane .article-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-fr .help-center-pane.article-pane .article-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-fr .help-center-pane.articles-pane .article-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-ja .help-center-pane.article-pane .article-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-ja .help-center-pane.articles-pane .article-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-zh-CN .help-center-pane.article-pane .article-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-zh-CN .help-center-pane.articles-pane .article-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-zh-TW .help-center-pane.article-pane .article-container, .s-support-widget-help-center.show-articles-pane.s-support-widget-help-center-zh-TW .help-center-pane.articles-pane .article-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-es .help-center-pane.article-pane .article-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-es .help-center-pane.articles-pane .article-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-fr .help-center-pane.article-pane .article-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-fr .help-center-pane.articles-pane .article-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-ja .help-center-pane.article-pane .article-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-ja .help-center-pane.articles-pane .article-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-zh-CN .help-center-pane.article-pane .article-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-zh-CN .help-center-pane.articles-pane .article-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-zh-TW .help-center-pane.article-pane .article-container, .s-support-widget-help-center.show-question-pane.s-support-widget-help-center-zh-TW .help-center-pane.articles-pane .article-container { height: 285px; }

.s-support-widget-help-center.higher-ticket-pane { height: 437px; }

.s-support-widget-help-center.higher-ticket-pane.show-article-pane, .s-support-widget-help-center.higher-ticket-pane.show-articles-pane, .s-support-widget-help-center.higher-ticket-pane.show-question-pane { height: 477px; }

.s-support-widget-help-center .sw-btn { font-family: brandon-grotesque, brandon, martel-sans, sans-serif; border-radius: 4px; user-select: none; color: rgb(255, 255, 255); text-transform: uppercase; vertical-align: bottom; text-align: center; cursor: pointer; font-weight: 700; padding: 10px 0px; font-size: 13px; line-height: 14px; }

.s-support-widget-help-center .sw-btn:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-support-widget-help-center .sw-btn:lang(sxl), .s-support-widget-help-center .sw-btn:lang(zh), .s-support-widget-help-center .sw-btn:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-support-widget-help-center .sw-btn:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-support-widget-help-center .sw-btn i.right { margin-left: 7px; }

.s-support-widget-help-center .sw-btn i.left { margin-right: 7px; }

.s-support-widget-help-center .sw-btn.purple { background: rgb(129, 89, 187); border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }

.s-support-widget-help-center .sw-btn.purple:hover { background: rgb(144, 100, 209); border-color: rgb(144, 100, 209); }

.s-support-widget-help-center .sw-btn.purple:active { background: rgb(116, 80, 168); border-color: rgb(116, 80, 168); }

.s-support-widget-help-center .sw-btn.green { background: rgb(147, 183, 25); border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }

.s-support-widget-help-center .sw-btn.green:hover { background: rgb(165, 205, 28); border-color: rgb(165, 205, 28); }

.s-support-widget-help-center .sw-btn.green:active { background: rgb(132, 165, 23); border-color: rgb(132, 165, 23); }

.s-support-widget-help-center .sw-btn.gray { background: rgb(145, 147, 148); border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }

.s-support-widget-help-center .sw-btn.gray:hover { background: rgb(162, 165, 166); border-color: rgb(162, 165, 166); }

.s-support-widget-help-center .sw-btn.gray:active { background: rgb(131, 132, 133); border-color: rgb(131, 132, 133); }

.s-support-widget-help-center .sw-btn.gray:hover { color: rgb(255, 255, 255); background-color: rgb(145, 147, 148); }

.s-support-widget-help-center .sw-btn.purple-border { border: 1px solid rgb(131, 103, 172); font-weight: 600; line-height: 14px; font-size: 12px; display: inline-block; max-width: 90%; padding: 5px 10px; color: rgb(131, 103, 172); }

.s-support-widget-help-center .sw-btn.purple-border:hover { color: rgb(164, 129, 215); border-color: rgb(164, 129, 215); }

.s-support-widget-help-center .sw-btn.white-border { background: rgb(129, 89, 187); border: 1px solid rgb(255, 255, 255); font-weight: 600; display: inline-block; max-width: 90%; line-height: 14px; font-size: 12px; padding: 10px 27px; }

.s-support-widget-help-center .sw-btn.white-border:hover { background: rgb(144, 100, 209); border-color: rgb(144, 100, 209); }

.s-support-widget-help-center .sw-btn.white-border:active { background: rgb(116, 80, 168); border-color: rgb(116, 80, 168); }

.s-support-widget-help-center .sw-btn.white-border:hover { border-color: rgb(255, 255, 255); }

.s-support-widget-help-center .help-center-pane { border-radius: 4px; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; overflow: hidden; background-color: rgb(255, 255, 255); }

.s-support-widget-help-center .help-center-pane.feedback-pane { background-color: rgb(248, 248, 248); }

.s-support-widget-help-center .help-center-pane.feedback-pane .header-continer { text-align: center; padding: 20px 10px; }

.s-support-widget-help-center .help-center-pane.feedback-pane .header-continer .close-btn { display: inline-block; transform: scale(1.4); font-size: 20px; font-weight: 300; color: rgb(166, 166, 166); position: absolute; right: 20px; top: 12px; cursor: pointer; }

.s-support-widget-help-center .help-center-pane.feedback-pane .header-continer .close-btn:hover { color: rgb(99, 105, 114); transform: rotate(90deg) scale(1.4); transition: 0.35s; }

.s-support-widget-help-center .help-center-pane.feedback-pane .header-continer img { width: 50px; height: 50px; }

.s-support-widget-help-center .help-center-pane.feedback-pane .header-continer h2 { font-size: 16px; font-weight: 600; margin-top: 11px; }

.s-support-widget-help-center .help-center-pane.feedback-pane .header-continer ul li { color: rgb(99, 105, 114); font-size: 12px; font-weight: 300; margin-top: 6px; }

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container { position: relative; margin: 0px 20px 17px; }

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container textarea.question-textarea { box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset; font-family: open_sans, "Open Sans", sans-serif; border-radius: 4px 4px 0px 0px; width: 100%; padding: 5px 10px; font-size: 14px; height: 135px; color: rgb(99, 105, 114); line-height: 1.5; resize: none; border-width: 1px 1px medium; border-style: solid solid none; border-color: rgb(198, 201, 205) rgb(198, 201, 205) currentcolor; border-image: none; }

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container textarea.question-textarea:focus { outline: none; }

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container textarea.question-textarea:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container textarea.question-textarea:lang(sxl), .s-support-widget-help-center .help-center-pane.feedback-pane .form-container textarea.question-textarea:lang(zh), .s-support-widget-help-center .help-center-pane.feedback-pane .form-container textarea.question-textarea:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container textarea.question-textarea:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container textarea.question-textarea:focus { border-color: rgb(129, 89, 187); }

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container .upload-bar { margin-top: -5px; background-color: rgb(255, 255, 255); border-radius: 0px 0px 4px 4px; width: 100%; padding: 5px 10px; font-size: 14px; color: rgb(99, 105, 114); line-height: 1.5; border-width: medium 1px 1px; border-style: none solid solid; border-color: currentcolor rgb(198, 201, 205) rgb(198, 201, 205); border-image: none; }

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container .upload-bar:focus { border-color: rgb(129, 89, 187); }

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container .upload-bar .entypo-attach { margin-right: 8px; }

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container .upload-bar .link-btn { cursor: pointer; color: rgb(129, 89, 187); }

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container .upload-bar .upload-content { display: inline-block; }

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container .upload-bar .upload-content .delete-btn, .s-support-widget-help-center .help-center-pane.feedback-pane .form-container .upload-bar .upload-content .upload-btn { padding-left: 12px; }

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container .submit-btn { margin-top: 14px; cursor: pointer; }

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container .submit-btn.disable { opacity: 0.5; cursor: text; }

.s-support-widget-help-center .help-center-pane.question-pane { background-color: rgb(248, 248, 248); }

.s-support-widget-help-center .help-center-pane.question-pane header { border-color: rgb(248, 248, 248); }

.s-support-widget-help-center .help-center-pane.question-pane header .back-btn { visibility: hidden; }

.s-support-widget-help-center .help-center-pane.question-pane .form-field { margin-bottom: 17px; }

.s-support-widget-help-center .help-center-pane.question-pane .form-field:last-child { margin-bottom: 0px; }

.s-support-widget-help-center .help-center-pane.question-pane .form-field .input, .s-support-widget-help-center .help-center-pane.question-pane .form-field .label { display: block; }

.s-support-widget-help-center .help-center-pane.question-pane .form-field .input.inline, .s-support-widget-help-center .help-center-pane.question-pane .form-field .label.inline { display: inline; }

.s-support-widget-help-center .help-center-pane.question-pane .form-field .label { margin-bottom: 5px; color: rgb(136, 136, 136); }

.s-support-widget-help-center .help-center-pane.question-pane .form-field input, .s-support-widget-help-center .help-center-pane.question-pane .form-field textarea { display: block; border: 1px solid rgb(198, 201, 205); border-radius: 3px; padding: 6px 8px; color: rgb(99, 105, 114); box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset; line-height: 22px; }

.s-support-widget-help-center .help-center-pane.question-pane .form-field input:focus, .s-support-widget-help-center .help-center-pane.question-pane .form-field textarea:focus { border-color: rgb(27, 176, 230); outline: none; }

.s-support-widget-help-center .help-center-pane.question-pane .form-field input.thin, .s-support-widget-help-center .help-center-pane.question-pane .form-field textarea.thin { padding: 2px; }

.s-support-widget-help-center .help-center-pane.question-pane .form-field input.middle, .s-support-widget-help-center .help-center-pane.question-pane .form-field textarea.middle { padding: 10px; height: 16px; }

.s-support-widget-help-center .help-center-pane.question-pane .form-field input[type="checkbox"] { vertical-align: middle; display: inline-block; }

.s-support-widget-help-center .help-center-pane.question-pane .form-field input[type="radio"] { display: inline-block; }

.s-support-widget-help-center .help-center-pane.question-pane .form-field textarea { min-height: 100px; width: auto; }

.s-support-widget-help-center .help-center-pane.question-pane .form-field select { height: 34px; font-size: 14px; line-height: 25px; outline: none; border-radius: 3px; color: rgb(99, 105, 114); width: 100%; padding: 0px 21px 0px 10px; background-image: linear-gradient(rgb(253, 253, 253), rgb(249, 249, 249)); box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 1px 0px; border: 1px solid rgb(198, 201, 204); }

.s-support-widget-help-center .help-center-pane.question-pane .form-field .select-container select { appearance: none; }

.s-support-widget-help-center .help-center-pane.question-pane .form-field .radio-field { padding: 6px; }

.s-support-widget-help-center .help-center-pane.question-pane .form-field .radio-field .label { padding-left: 4px; }

.s-support-widget-help-center .help-center-pane.question-pane .form-field .radio-field:first-child { margin-top: 0px; }

.s-support-widget-help-center .help-center-pane.question-pane .form-field .radio-field:last-child { margin-bottom: 0px; }

.s-support-widget-help-center .help-center-pane.question-pane .form-field { margin: 0px 20px 17px; }

.s-support-widget-help-center .help-center-pane.question-pane textarea.question-textarea { font-family: open_sans, "Open Sans", sans-serif; border-radius: 4px; width: 100%; padding: 5px 10px; font-size: 14px; height: 203px; color: rgb(99, 105, 114); line-height: 1.5; resize: none; }

.s-support-widget-help-center .help-center-pane.question-pane textarea.question-textarea:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-support-widget-help-center .help-center-pane.question-pane textarea.question-textarea:lang(sxl), .s-support-widget-help-center .help-center-pane.question-pane textarea.question-textarea:lang(zh), .s-support-widget-help-center .help-center-pane.question-pane textarea.question-textarea:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-support-widget-help-center .help-center-pane.question-pane textarea.question-textarea:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-support-widget-help-center .help-center-pane.question-pane textarea.question-textarea:focus { border-color: rgb(129, 89, 187); }

.s-support-widget-help-center .help-center-pane.question-pane .next-btn { margin: 17px 0px; }

.s-support-widget-help-center .help-center-pane.question-pane .next-btn .entypo-right-open { float: none; margin-left: 7px; }

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container { height: calc(100% - 150px); overflow: auto; }

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container.no-related-articles img { width: 40px; display: block; margin: 68px auto 10px; }

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container.no-related-articles div { color: rgb(141, 148, 156); line-height: 20px; font-size: 13px; text-align: center; }

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list-title { height: 17px; color: rgb(141, 148, 156); font-size: 12px; margin: 16px 0px 0px 19px; }

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item { cursor: pointer; padding: 7px 21px; position: relative; }

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item:hover { background-color: rgba(229, 218, 255, 0.21); }

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item .article-item-icon { top: 10px; position: absolute; }

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item .article-item-icon::before { transform: rotate(-30deg); display: inline-block; color: rgb(129, 89, 187); }

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item .article-item-container { padding-left: 24px; }

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item .article-item-title { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: inline-block; max-width: 90%; font-size: 12px; line-height: 14px; color: rgb(129, 89, 187); text-decoration: underline; }

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item .article-item-desc { height: 28px; overflow: hidden; }

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item .article-item-desc, .s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item .article-item-desc * { color: rgb(141, 148, 156) !important; line-height: 14px !important; font-size: 10px !important; font-style: normal !important; font-weight: 400 !important; background: none !important; text-decoration: none !important; margin: 0px !important; padding: 0px !important; }

.s-support-widget-help-center .help-center-pane.article-pane .article-container { height: 245px; overflow: auto; padding: 14px 20px 0px; }

.s-support-widget-help-center .help-center-pane.article-pane .article-container .article-body, .s-support-widget-help-center .help-center-pane.article-pane .article-container .article-body * { font-size: 14px; line-height: 1.6; overflow-wrap: break-word; color: rgb(99, 105, 114) !important; font-style: normal !important; }

.s-support-widget-help-center .help-center-pane.article-pane .article-container .article-body a { color: rgb(21, 178, 236) !important; }

.s-support-widget-help-center .help-center-pane.article-pane .article-container .article-body a:hover { color: rgb(24, 205, 255) !important; }

.s-support-widget-help-center .help-center-pane.article-pane .article-container .article-body a:focus { outline: 0px; }

.s-support-widget-help-center .help-center-pane.article-pane .article-container .article-body td { width: auto !important; }

.s-support-widget-help-center .help-center-pane.article-pane .article-container .vote-btn-container { margin: 20px 0px; text-align: center; }

.s-support-widget-help-center .help-center-pane.article-pane .article-title { text-align: center; font-size: 15px; font-weight: 700; line-height: 20px; color: rgb(99, 105, 114); margin: 0px 0px 5px; }

.s-support-widget-help-center .help-center-pane.article-pane .article-link-container { margin: 6px 0px 13px; text-align: center; }

.s-support-widget-help-center .help-center-pane.article-pane .article-link { outline: 0px; text-decoration: underline; font-size: 12px; line-height: 20px; height: 20px; color: rgb(187, 187, 187); }

.s-support-widget-help-center .help-center-pane.article-pane .article-link i { margin-left: 5px; vertical-align: middle; }

.s-support-widget-help-center .help-center-pane.article-pane .article-link:hover { color: rgb(145, 147, 148); }

.s-support-widget-help-center .help-center-pane.article-pane .s-support-widget-footer, .s-support-widget-help-center .help-center-pane.articles-pane .s-support-widget-footer { position: absolute; bottom: 0px; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body { height: 245px; overflow: auto; padding: 20px 20px 0px; font-family: open_sans, "Open Sans", sans-serif; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body:lang(sxl), .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body:lang(zh), .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field { margin-bottom: 10px; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field:last-child { margin-bottom: 0px; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .input, .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .label { display: block; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .input.inline, .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .label.inline { display: inline; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .label { margin-bottom: 5px; color: rgb(136, 136, 136); }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input, .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea { display: block; border: 1px solid rgb(198, 201, 205); border-radius: 3px; padding: 6px 8px; color: rgb(99, 105, 114); box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset; line-height: 22px; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input:focus, .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea:focus { border-color: rgb(27, 176, 230); outline: none; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.thin, .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.thin { padding: 2px; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.middle, .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.middle { padding: 10px; height: 16px; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input[type="checkbox"] { vertical-align: middle; display: inline-block; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input[type="radio"] { display: inline-block; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea { min-height: 100px; width: auto; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field select { height: 34px; font-size: 14px; line-height: 25px; outline: none; border-radius: 3px; color: rgb(99, 105, 114); width: 100%; padding: 0px 21px 0px 10px; background-image: linear-gradient(rgb(253, 253, 253), rgb(249, 249, 249)); box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 1px 0px; border: 1px solid rgb(198, 201, 204); }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .select-container select { appearance: none; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .radio-field { padding: 6px; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .radio-field .label { padding-left: 4px; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .radio-field:first-child { margin-top: 0px; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .radio-field:last-child { margin-bottom: 0px; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field { position: relative; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .select-triangle { pointer-events: none; position: absolute; color: rgb(99, 105, 114); right: 10px; line-height: 40px; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.email-input, .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.name-input { font-family: open_sans, "Open Sans", sans-serif; border-radius: 4px; width: 100%; padding: 5px 10px; font-size: 14px; height: 40px; color: rgb(99, 105, 114); line-height: 1.5; resize: none; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.email-input:lang(ja), .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.name-input:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.email-input:lang(sxl), .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.email-input:lang(zh), .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.email-input:lang(zh-cn), .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.name-input:lang(sxl), .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.name-input:lang(zh), .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.name-input:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.email-input:lang(zh-tw), .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.name-input:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.email-input:focus, .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.name-input:focus { border-color: rgb(129, 89, 187); }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field select.mood-select { font-family: open_sans, "Open Sans", sans-serif; border-radius: 4px; appearance: none; color: rgb(99, 105, 114); width: 100%; font-size: 14px; height: 40px; line-height: normal; padding: 0px 21px 0px 10px; background: transparent; border: 1px solid rgb(205, 209, 212); box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field select.mood-select:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field select.mood-select:lang(sxl), .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field select.mood-select:lang(zh), .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field select.mood-select:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field select.mood-select:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field select.mood-select:focus { border-color: rgb(129, 89, 187); outline: none; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.question-textarea { font-family: open_sans, "Open Sans", sans-serif; border-radius: 4px; width: 100%; padding: 5px 10px; font-size: 14px; height: 125px; color: rgb(99, 105, 114); line-height: 1.5; resize: none; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.question-textarea:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.question-textarea:lang(sxl), .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.question-textarea:lang(zh), .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.question-textarea:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.question-textarea:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.question-textarea:focus { border-color: rgb(129, 89, 187); }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field.invalid input, .s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field.invalid textarea { border-color: rgb(230, 71, 81); }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field.invalid .error-message { font-size: 13px; color: rgb(230, 71, 81); display: block; margin-top: 5px; line-height: 1; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field.invalid.required::before { color: rgb(230, 71, 81); }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .error-message { display: none; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .file-upload { margin-top: 6px; font-size: 14px; line-height: 20px; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .file-upload .file-upload-btn { cursor: pointer; font-size: 14px; line-height: 14px; height: 19px; text-decoration: underline; color: rgb(129, 89, 187); }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .file-upload .file-upload-btn::before { display: inline-block; transform: rotate(-20deg); margin-right: 7px; text-decoration: none; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .file-upload .filename-container { position: relative; margin: 0px 21px; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .file-upload .filename-container .filename { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: inline-block; max-width: 90%; font-size: 13px; line-height: 18px; height: 18px; color: rgb(99, 105, 114); }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .file-upload .filename-container .cancel-upload { color: rgb(166, 166, 166); cursor: pointer; position: absolute; margin-left: 10px; }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .file-upload .filename-container .cancel-upload:hover { color: rgb(99, 105, 114); }

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .file-upload .filename-container .cancel-upload::before { vertical-align: sub; }

.s-support-widget-help-center .help-center-pane.status-pane { background-color: rgb(129, 89, 187); color: rgb(255, 255, 255); }

.s-support-widget-help-center .help-center-pane.status-pane .feedback .close-btn { display: inline-block; transform: scale(1.4); font-size: 20px; font-weight: 300; color: rgb(166, 166, 166); position: absolute; right: 20px; top: 12px; cursor: pointer; }

.s-support-widget-help-center .help-center-pane.status-pane .feedback .close-btn:hover { color: rgb(99, 105, 114); transform: rotate(90deg) scale(1.4); transition: 0.35s; }

.s-support-widget-help-center .help-center-pane.status-pane .feedback .status-body { text-align: center; }

.s-support-widget-help-center .help-center-pane.status-pane .feedback .status-body .paper-plane { margin-top: 141px; }

.s-support-widget-help-center .help-center-pane.status-pane .feedback .status-body .paper-plane img { width: 34px; height: 28px; }

.s-support-widget-help-center .help-center-pane.status-pane .feedback .status-body .status { margin-top: 14px; color: rgb(75, 80, 86); font-size: 16px; font-weight: 600; }

.s-support-widget-help-center .help-center-pane.status-pane .feedback .status-body .status-description { margin-top: 4px; color: rgb(99, 105, 114); font-size: 12px; font-weight: 300; line-height: 1.58; }

.s-support-widget-help-center .help-center-pane.status-pane .feedback .status-body .submit-btn { margin-top: 30px; display: inline-block; width: 233px; }

.s-support-widget-help-center .help-center-pane.status-pane header { background-color: rgb(129, 89, 187); border-color: rgb(129, 89, 187); }

.s-support-widget-help-center .help-center-pane.status-pane header .back-btn { visibility: hidden; color: rgb(255, 255, 255); }

.s-support-widget-help-center .help-center-pane.status-pane header .close-btn { color: rgb(255, 255, 255); }

.s-support-widget-help-center .help-center-pane.status-pane .status-body { height: 258px; text-align: center; }

.s-support-widget-help-center .help-center-pane.status-pane .status-body .status { font-size: 20px; line-height: 27px; }

.s-support-widget-help-center .help-center-pane.status-pane .status-body .status i { margin-right: 10px; }

.s-support-widget-help-center .help-center-pane.status-pane .status-body .status-description { font-size: 13px; line-height: 18px; width: 85%; margin: 0px auto; }

.s-support-widget-help-center .help-center-pane.status-pane footer { border-color: rgb(129, 89, 187); }

.s-support-widget-help-center .help-center-pane.status-pane .loading, .s-support-widget-help-center .help-center-pane.status-pane .submitting { position: static; width: 100%; margin: 0px; }

.s-support-widget-help-center .help-center-pane.status-pane .loading header .close-btn, .s-support-widget-help-center .help-center-pane.status-pane .submitting header .close-btn { visibility: hidden; }

.s-support-widget-help-center .help-center-pane.status-pane .loading .status-body .status, .s-support-widget-help-center .help-center-pane.status-pane .submitting .status-body .status { padding-top: 80px; margin-left: 10px; }

.s-support-widget-help-center .help-center-pane.status-pane .loading .status-body .loading-icon, .s-support-widget-help-center .help-center-pane.status-pane .submitting .status-body .loading-icon { display: block; margin: 24px 0px; }

.s-support-widget-help-center .help-center-pane.status-pane .loading footer, .s-support-widget-help-center .help-center-pane.status-pane .submitting footer { display: none; }

.s-support-widget-help-center .help-center-pane.status-pane .voted .status-body .status { padding-top: 60px; margin-bottom: 27px; }

.s-support-widget-help-center .help-center-pane.status-pane .submitted .status-body .status { padding-top: 39px; }

.s-support-widget-help-center .help-center-pane.status-pane .submitted .status-body .status-description { margin: 19px 22px; }

.s-support-widget-help-center .help-center-pane.status-pane .error header .back-btn, .s-support-widget-help-center .help-center-pane.status-pane .no-email header .back-btn { visibility: visible; }

.s-support-widget-help-center .help-center-pane.status-pane .error .status-body .status, .s-support-widget-help-center .help-center-pane.status-pane .no-email .status-body .status { padding-top: 60px; margin-bottom: 19px; }

.s-support-widget-help-center .help-center-pane.status-pane .error .status-body a, .s-support-widget-help-center .help-center-pane.status-pane .no-email .status-body a { color: rgb(255, 255, 255); text-decoration: underline; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body { height: 245px; overflow: auto; padding: 12px 20px 0px; font-family: open_sans, "Open Sans", sans-serif; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body:lang(sxl), .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body:lang(zh), .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field { margin-bottom: 10px; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field:last-child { margin-bottom: 0px; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .input, .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .label { display: block; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .input.inline, .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .label.inline { display: inline; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .label { margin-bottom: 5px; color: rgb(136, 136, 136); }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input, .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea { display: block; border: 1px solid rgb(198, 201, 205); border-radius: 3px; padding: 6px 8px; color: rgb(99, 105, 114); box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset; line-height: 22px; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input:focus, .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea:focus { border-color: rgb(27, 176, 230); outline: none; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.thin, .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.thin { padding: 2px; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.middle, .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.middle { padding: 10px; height: 16px; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input[type="checkbox"] { vertical-align: middle; display: inline-block; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input[type="radio"] { display: inline-block; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea { min-height: 100px; width: auto; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field select { height: 34px; font-size: 14px; line-height: 25px; outline: none; border-radius: 3px; color: rgb(99, 105, 114); width: 100%; padding: 0px 21px 0px 10px; background-image: linear-gradient(rgb(253, 253, 253), rgb(249, 249, 249)); box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 1px 0px; border: 1px solid rgb(198, 201, 204); }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .select-container select { appearance: none; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .radio-field { padding: 6px; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .radio-field .label { padding-left: 4px; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .radio-field:first-child { margin-top: 0px; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .radio-field:last-child { margin-bottom: 0px; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field { position: relative; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .select-triangle { pointer-events: none; position: absolute; color: rgb(99, 105, 114); right: 10px; line-height: 40px; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.email-input, .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.name-input { font-family: open_sans, "Open Sans", sans-serif; border-radius: 4px; width: 100%; padding: 5px 10px; font-size: 14px; height: 40px; color: rgb(99, 105, 114); line-height: 1.5; resize: none; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.email-input:lang(ja), .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.name-input:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.email-input:lang(sxl), .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.email-input:lang(zh), .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.email-input:lang(zh-cn), .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.name-input:lang(sxl), .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.name-input:lang(zh), .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.name-input:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.email-input:lang(zh-tw), .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.name-input:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.email-input:focus, .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.name-input:focus { border-color: rgb(129, 89, 187); }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field select.mood-select { font-family: open_sans, "Open Sans", sans-serif; border-radius: 4px; appearance: none; color: rgb(99, 105, 114); width: 100%; font-size: 14px; height: 40px; line-height: normal; padding: 0px 21px 0px 10px; background: transparent; border: 1px solid rgb(205, 209, 212); box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field select.mood-select:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field select.mood-select:lang(sxl), .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field select.mood-select:lang(zh), .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field select.mood-select:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field select.mood-select:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field select.mood-select:focus { border-color: rgb(129, 89, 187); outline: none; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.question-textarea { font-family: open_sans, "Open Sans", sans-serif; border-radius: 4px; width: 100%; padding: 5px 10px; font-size: 14px; height: 125px; color: rgb(99, 105, 114); line-height: 1.5; resize: none; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.question-textarea:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.question-textarea:lang(sxl), .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.question-textarea:lang(zh), .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.question-textarea:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.question-textarea:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.question-textarea:focus { border-color: rgb(129, 89, 187); }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field.invalid input, .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field.invalid textarea { border-color: rgb(230, 71, 81); }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field.invalid .error-message { font-size: 13px; color: rgb(230, 71, 81); display: block; margin-top: 5px; line-height: 1; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field.invalid.required::before { color: rgb(230, 71, 81); }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .file-upload, .s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .error-message { display: none; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .pre-chat-welcome { font-size: 14px; line-height: 20px; color: rgb(99, 105, 114); margin-bottom: 10px; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .help-center-qr-code { margin-top: 37px; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .help-center-qr-code .s-KA-qr-code { display: block; margin: 0px auto; width: 184px; height: 184px; }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .help-center-qr-code .s-KA-scan-text { display: flex; align-items: center; justify-content: center; margin-top: 20px; color: rgb(99, 105, 114); }

.s-support-widget-help-center .help-center-pane.pre-chat-pane .help-center-qr-code .s-KA-scan-text img { height: 20px; margin-right: 6px; }

.s-support-widget-kickstart-entry-banner { height: 40px; padding: 8px 15px; width: 100%; border-top: 1px solid rgb(115, 206, 162); background: rgb(174, 229, 200); cursor: pointer; display: flex; justify-content: center; align-items: center; font-weight: 700; box-sizing: border-box; }

.s-support-widget-kickstart-entry-banner:hover { background: rgb(146, 250, 195); }

.s-support-widget-kickstart-entry-banner > span { height: 24px; display: flex; text-align: left; line-height: 1.2; align-items: center; }

.s-support-widget-kickstart-entry-banner .icon-servant { width: 24px; height: 24px; background: url("/images/icons/dify-support-widget-customer-service.svg") 100% 100% no-repeat; }

.s-support-widget-kickstart-entry-banner .title { height: auto; max-width: 115px; font-size: 10px; text-transform: uppercase; color: rgb(69, 148, 140); padding-bottom: 2px; margin: 0px 10px -2px; position: relative; font-family: brandon-grotesque, brandon, martel-sans, sans-serif; }

.s-support-widget-kickstart-entry-banner .title:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-support-widget-kickstart-entry-banner .title:lang(sxl), .s-support-widget-kickstart-entry-banner .title:lang(zh), .s-support-widget-kickstart-entry-banner .title:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-support-widget-kickstart-entry-banner .title:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-support-widget-kickstart-entry-banner .title::before { content: ""; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 1px; background: rgb(69, 148, 140); }

.s-support-widget-kickstart-entry-banner .description { font-size: 12px; margin: auto 0px; max-width: 150px; color: rgb(35, 90, 79); }

.s-support-widget-search-box .search-box { margin: 15px 12px; }

.s-support-widget-search-box .search-box .form-field { margin-bottom: 15px; }

.s-support-widget-search-box .search-box .form-field:last-child { margin-bottom: 0px; }

.s-support-widget-search-box .search-box .form-field .input, .s-support-widget-search-box .search-box .form-field .label { display: block; }

.s-support-widget-search-box .search-box .form-field .input.inline, .s-support-widget-search-box .search-box .form-field .label.inline { display: inline; }

.s-support-widget-search-box .search-box .form-field .label { margin-bottom: 5px; color: rgb(136, 136, 136); }

.s-support-widget-search-box .search-box .form-field input, .s-support-widget-search-box .search-box .form-field textarea { display: block; border: 1px solid rgb(198, 201, 205); border-radius: 3px; padding: 6px 8px; color: rgb(99, 105, 114); box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset; line-height: 22px; }

.s-support-widget-search-box .search-box .form-field input:focus, .s-support-widget-search-box .search-box .form-field textarea:focus { border-color: rgb(27, 176, 230); outline: none; }

.s-support-widget-search-box .search-box .form-field input.thin, .s-support-widget-search-box .search-box .form-field textarea.thin { padding: 2px; }

.s-support-widget-search-box .search-box .form-field input.middle, .s-support-widget-search-box .search-box .form-field textarea.middle { padding: 10px; height: 16px; }

.s-support-widget-search-box .search-box .form-field input[type="checkbox"] { vertical-align: middle; display: inline-block; }

.s-support-widget-search-box .search-box .form-field input[type="radio"] { display: inline-block; }

.s-support-widget-search-box .search-box .form-field textarea { min-height: 100px; width: auto; }

.s-support-widget-search-box .search-box .form-field select { height: 34px; font-size: 14px; line-height: 25px; outline: none; border-radius: 3px; color: rgb(99, 105, 114); width: 100%; padding: 0px 21px 0px 10px; background-image: linear-gradient(rgb(253, 253, 253), rgb(249, 249, 249)); box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 1px 0px; border: 1px solid rgb(198, 201, 204); }

.s-support-widget-search-box .search-box .form-field .select-container select { appearance: none; }

.s-support-widget-search-box .search-box .form-field .radio-field { padding: 6px; }

.s-support-widget-search-box .search-box .form-field .radio-field .label { padding-left: 4px; }

.s-support-widget-search-box .search-box .form-field .radio-field:first-child { margin-top: 0px; }

.s-support-widget-search-box .search-box .form-field .radio-field:last-child { margin-bottom: 0px; }

.s-support-widget-search-box .search-box .search-icon { position: absolute; line-height: 50px; left: 25px; }

.s-support-widget-search-box .search-box .searching-icon { position: absolute; line-height: 50px; right: 35px; }

.s-support-widget-search-box .search-box .searching-icon.hidden { display: none; }

.s-support-widget-search-box .search-box input.search-input { box-sizing: border-box; line-height: 20px; width: 100%; padding: 1em 2.5em; font-size: 1em; }

@-webkit-keyframes moveToLeftFade { 
  100% { opacity: 0.3; transform: translateX(-100%); }
}

@keyframes moveToLeftFade { 
  100% { opacity: 0.3; transform: translateX(-100%); }
}

@-webkit-keyframes moveFromRightFade { 
  0% { opacity: 0.3; transform: translateX(100%); }
}

@keyframes moveFromRightFade { 
  0% { opacity: 0.3; transform: translateX(100%); }
}

@-webkit-keyframes moveFromLeftFade { 
  0% { opacity: 0.3; transform: translateX(-100%); }
}

@keyframes moveFromLeftFade { 
  0% { opacity: 0.3; transform: translateX(-100%); }
}

@-webkit-keyframes moveToRightFade { 
  100% { opacity: 0.3; transform: translateX(100%); }
}

@keyframes moveToRightFade { 
  100% { opacity: 0.3; transform: translateX(100%); }
}

.last-pane-enter.last-pane-enter-active { animation: 0.35s ease 0s 1 normal both running moveFromLeftFade; }

.last-pane-exit.last-pane-exit-active { animation: 0.35s ease 0s 1 normal both running moveToRightFade; }

.next-pane-enter.next-pane-enter-active { animation: 0.35s ease 0s 1 normal both running moveFromRightFade; }

.next-pane-exit.next-pane-exit-active { animation: 0.35s ease 0s 1 normal both running moveToLeftFade; }

.closing-enter.closing-enter-active { animation: 0.4s ease 0s 0 normal both running moveFromLeftFade; }

.closing-exit.closing-exit-active { animation: 0.4s ease 0s 0 normal both running moveToRightFade; }

.phone-verification-container { width: 340px; display: inline-block; }

.phone-verification-container .s-form-field input { width: 322px; }

.phone-verification-container .s-form-field .input-inline-text { position: absolute; padding: 11px 0px; top: 0px; }

.phone-verification-container .s-form-field .input-inline-text.right { right: 14px; }

.phone-verification-container .s-form-field .input-inline-text.left { left: 10px; }

.phone-verification-container .s-form-field.phone .country-code { display: flex; align-items: center; height: 32px; border-right: 1px solid rgb(216, 216, 216); padding: 0px 20px 0px 10px; position: absolute; cursor: pointer; color: rgb(0, 0, 0); }

.phone-verification-container .s-form-field.phone input { padding-left: 66px; width: 274px; }

.phone-verification-container .s-form-field.phone .country-code-ul { position: absolute; z-index: 99; top: 32px; text-align: left; padding: 10px; background: rgb(255, 255, 255); height: 130px; overflow: scroll; border-radius: 3px; border-width: medium 1px 1px; border-style: none solid solid; border-color: currentcolor rgb(198, 201, 205) rgb(198, 201, 205); border-image: none; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset; cursor: pointer; color: rgb(0, 0, 0); }

.phone-verification-container .s-form-field.phone .country-code-ul li { padding-top: 5px; padding-bottom: 5px; }

.phone-verification-container .s-form-field.phone .country-code-ul li.checked { color: rgb(67, 164, 252); }

.phone-verification-container .s-form-field.phone .country-code-ul li:hover { background: rgb(67, 164, 252); color: rgb(245, 245, 245); }

.phone-verification-container .s-form-field.phone .hidden { display: none; }

.phone-verification-container .s-form-field.verification-code .s-verification-timer { color: rgb(144, 150, 158); }

.phone-verification-container .s-form-field.verification-code .send-verify-code { color: rgb(0, 175, 233); padding: 8px 0px 8px 6px; }

.phone-verification-container .s-form-field.error input { border-color: rgb(241, 44, 32); }

.phone-verification-container .s-form-field.error .async-error, .phone-verification-container .s-form-field.error .sync-error { color: rgb(241, 44, 32); }

.phone-verification-container .s-form-field.error .async-error { margin-top: 4px; text-align: left; }

.phone-verification-container .btn-verify-phone, .phone-verification-container .s-form-field .btn-verify-phone { padding-top: 12px; padding-bottom: 12px; width: 308px; margin: 0px; }

.s-chat-container { font-family: open_sans, "Open Sans", sans-serif; }

.s-chat-container:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-chat-container:lang(sxl), .s-chat-container:lang(zh), .s-chat-container:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-chat-container:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.custom-form-section-form-setting-dialog .s-kit-modal-body { padding: 0px; height: 86vh; }

.custom-form-section-form-setting-dialog .s-kit-modal-content { width: 530px; overflow: visible; border-radius: 6px; }

.custom-form-section-form-setting-dialog .custom-schema-form { padding: 30px 30px 0px; height: calc(100% - 135px); }

.custom-form-section-form-setting-dialog .custom-schema-form .s-kit-tabs { height: calc(100% - 55px); }

.custom-form-section-form-setting-dialog .custom-schema-form .s-kit-tabs .s-kit-tabs-nav { margin-bottom: 20px; }

.custom-form-section-form-setting-dialog .custom-schema-form .s-kit-tabs .s-kit-tabs-nav .s-kit-tabs-tab { font-weight: 700; font-family: brandon-grotesque, brandon, martel-sans, sans-serif; text-transform: uppercase; }

.custom-form-section-form-setting-dialog .custom-schema-form .s-kit-tabs .s-kit-tabs-content { overflow: auto; height: 100%; padding-right: 10px; }

.custom-form-section-form-setting-dialog .custom-schema-form .form-field { margin-bottom: 20px; }

.custom-form-section-form-setting-dialog .custom-schema-form .form-field .s-kit-input { width: 100%; }

.custom-form-section-form-setting-dialog .custom-schema-form .form-field .input-field input { height: 36px; }

.custom-form-section-form-setting-dialog .custom-schema-form .form-field .s-kit-form-label .s-kit-label { color: rgb(99, 105, 114); }

.custom-form-section-form-setting-dialog .custom-schema-form .form-field .form-field-error { color: rgb(230, 71, 81); line-height: 1.2; margin-top: 10px; font-size: 14px; }

.custom-form-section-form-setting-dialog .custom-schema-form .contact-support { cursor: pointer; text-decoration: underline; }

.custom-form-section-form-setting-dialog .custom-schema-form .redirect-label { margin-bottom: 5px; line-height: 1.5; }

.custom-form-section-form-setting-dialog .custom-schema-form .redirect-label label { font-weight: 700; }

.custom-form-section-form-setting-dialog .custom-schema-form .verification-label .label-text { display: inline-block; }

.custom-form-section-form-setting-dialog .custom-schema-form .verification-label .label-text .s-kit-label { margin-bottom: 0px; }

.custom-form-section-form-setting-dialog .custom-schema-form .s-kit-input-affix-wrapper { display: block; }

.custom-form-section-form-setting-dialog .custom-schema-form .s-kit-input-affix-wrapper .s-kit-input { height: 36px; }

.custom-form-section-form-setting-dialog .custom-schema-form .advanced-options-panel { font-size: 14px; margin-bottom: 20px; }

.custom-form-section-form-setting-dialog .custom-schema-form .advanced-options-panel .advanced-btn { color: rgb(27, 176, 230); cursor: pointer; font-weight: 700; }

.custom-form-section-form-setting-dialog .custom-schema-form .advanced-options-panel .advance-icon { color: rgb(27, 176, 230); font-size: 16px; font-weight: 700; margin-left: 2px; }

.custom-form-section-form-setting-dialog .custom-schema-form .advanced-options-panel .advanced-container { margin-top: 20px; }

.custom-form-section-form-setting-dialog .custom-schema-form .suffix-panel { position: relative; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgb(198, 201, 205); box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset; border-radius: 3px; }

.custom-form-section-form-setting-dialog .custom-schema-form .suffix-panel .s-kit-input { flex: 1 1 0%; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; box-shadow: none; }

.custom-form-section-form-setting-dialog .custom-schema-form .new-tab-checkbox { display: flex; font-size: 14px; color: rgb(99, 105, 114); margin: 0px 10px; align-items: center; }

.custom-form-section-form-setting-dialog .custom-schema-form .new-tab-checkbox span { margin-top: 2px; font-weight: 500; }

.custom-form-section-form-setting-dialog .custom-schema-form .membership-navigator { font-size: 14px; color: rgb(141, 148, 156); display: inline-block; }

.custom-form-section-form-setting-dialog .custom-schema-form .membership-navigator .s-kit-icon { color: rgb(141, 148, 156); }

.custom-form-section-form-setting-dialog .custom-schema-form .membership-navigator .member-text { margin-left: 4px; cursor: pointer; text-decoration: underline; text-transform: capitalize; }

.custom-form-section-form-setting-dialog .add-field-btn { margin: 0px 10px 0px 0px; }

.custom-form-section-form-setting-dialog .add-field-btn .add-icon { margin-right: 6px; }

.custom-form-section-form-setting-dialog .bottom { position: absolute; width: 100%; bottom: 0px; border-radius: 0px 0px 6px 6px; z-index: 2600; padding: 20px 30px; margin-bottom: 0px; box-sizing: border-box; background-color: rgb(255, 255, 255); }

.custom-form-section-form-setting-dialog .bottom .legal-wrapper { margin-bottom: 12px; }

.custom-form-section-form-setting-dialog .bottom .bottom-content { display: flex; align-items: center; justify-content: space-between; }

.custom-form-section-form-setting-dialog .bottom .bottom-content button { margin-top: 0px; margin-left: 0px; }

.custom-form-section-form-setting-dialog .bottom .bottom-content button:first-child { margin-right: 8px; }

.custom-form-section-form-setting-dialog .bottom .fa-spinner { margin-left: 8px; }

.custom-form-section-form-setting-dialog .bottom .view-audience-list { font-size: 14px; color: rgb(141, 148, 156); cursor: pointer; text-decoration: underline; }

.schema-form-builder-wrapper { margin-bottom: 15px; }

.add-custom-form-field-panel { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 15px; }

.add-custom-form-field-panel .schema-field-error { color: rgb(230, 71, 81); font-size: 14px; }

.add-custom-field-popover { z-index: 2600; }

.add-custom-field-popover.s-kit-popover-inner-content { padding: 0px; }

.add-custom-field-popover .custom-field-content { display: flex; flex-flow: wrap; align-items: center; max-width: 320px; padding: 4px; width: 100%; box-sizing: border-box; }

.add-custom-field-popover .custom-field-content.form-section-content { max-width: 470px; }

.add-custom-field-popover .custom-field-content.form-section-content .field-item { flex: 0 0 33.33%; }

.add-custom-field-popover .custom-field-content.form-section-content .field-item.field-item-2 { flex: 0 0 50%; }

.add-custom-field-popover .custom-field-content.form-section-content .field-item.field-item-1 { flex: 1 1 0%; }

.add-custom-field-popover .field-item { width: 50%; padding: 10px; color: rgb(99, 105, 114); display: flex; cursor: pointer; align-items: center; box-sizing: border-box; justify-content: flex-start; }

.add-custom-field-popover .field-item .field-icon { width: 14px; height: 14px; margin-right: 8px; }

.add-custom-field-popover .field-item .field-text { font-size: 14px; text-transform: capitalize; white-space: normal; }

.add-custom-field-popover .field-item:hover { border-radius: 4px; background-color: rgb(226, 228, 231); }

@media screen and (max-width: 800px) {
  .custom-form-section-form-setting-dialog .s-kit-modal-content { width: 100%; }
}

.schema-form-checkbox-field { margin-bottom: -10px; }

.schema-form-checkbox-field .s-kit-checkbox-group .s-kit-checkbox-group-item { width: 50%; margin: 0px 0px 10px; white-space: inherit !important; }

.schema-form-checkbox-field .s-kit-checkbox-group .s-kit-checkbox-group-item * { cursor: pointer; }

.schema-form-checkbox-field .form-field-error.error { margin: 0px 0px 30px; }

.schema-form-checkbox-field.no-wrap-field .s-kit-checkbox-group-item { width: 100%; }

.schema-form-radio-field { margin-bottom: -10px; }

.schema-form-radio-field .s-kit-radio-group .s-kit-radio-wrapper { width: 50%; margin: 0px 0px 10px; white-space: inherit !important; }

.schema-form-radio-field .s-kit-radio-group .s-kit-radio-wrapper * { cursor: pointer; }

.schema-form-radio-field .form-field-error.error { margin: 0px 0px 30px; }

.schema-form-radio-field.no-wrap-field .s-kit-radio-wrapper { width: 100%; }

.schema-form-textarea-field textarea { resize: none; width: 100%; height: 75px; line-height: 1.4; }

.schema-form-input-field input { height: 42px; width: 100%; }

.schema-form-input-field input::-webkit-input-placeholder { font-size: 14px; }

.schema-form-input-field .name-field-inputs { display: flex; }

.schema-form-input-field .name-field-inputs .name-field { flex: 1 1 0%; }

.schema-form-input-field .name-field-inputs.name-type-separate { display: flex; gap: 10px; }

@media only screen and (max-width: 727px) {
  .schema-form-input-field .name-field-inputs.name-type-separate { flex-direction: column; }
}

.schema-form-input-field.schema-form-phone-picker .s-kit-range-phone-code-picker-wrapper input.s-kit-input.s-font-body { height: 42px; }

.schema-form-dropdown-field .Select-control .Select-placeholder { top: 4px; }

.schema-form-file-upload-field { width: 100%; }

.schema-form-file-upload-field .upload-text { font-weight: 700; color: rgb(169, 174, 178); text-transform: uppercase; font-family: brandon-grotesque, brandon, martel-sans, sans-serif; }

.schema-form-file-upload-field .storage-limit { margin-top: 8px; font-size: 14px; margin-bottom: 5px; color: rgb(169, 174, 178); font-family: open_sans, "Open Sans", sans-serif; }

.schema-form-file-upload-field .upload-file-info { font-size: 14px; color: rgb(169, 174, 178); }

.schema-form-file-upload-field .upload-file-info .file-name { margin: 0px 6px; word-break: break-all; text-decoration: underline; }

.schema-form-file-upload-field .upload-file-info .file-size { font-size: 13px; margin-right: 6px; color: rgb(198, 201, 205); }

.schema-form-file-upload-field .upload-file-info .text-icon { color: rgb(169, 174, 178); }

.schema-form-file-upload-field .upload-file-info .delete-icon { cursor: pointer; color: rgb(169, 174, 178); }

.schema-form-file-upload-field .upload-file-container { height: 100px; font-size: 14px; cursor: pointer; border-radius: 6px; display: flex; align-items: center; justify-content: center; border: 1px dashed rgb(169, 174, 178); background-color: rgb(244, 246, 248); }

.schema-form-file-upload-field .upload-file-container.is-drag-over { background-color: rgb(226, 228, 231); }

.schema-form-file-upload-field .upload-file-container .upload-icon { color: rgb(169, 174, 178); margin-right: 6px; }

.schema-form-file-upload-field .unavailable-upload-panel { height: 40px; line-height: 40px; border-radius: 6px; text-align: center; background-color: rgb(244, 246, 248); }

.schema-upload-file-info { font-size: 14px; color: rgb(169, 174, 178); }

.schema-upload-file-info i { position: static !important; }

.schema-upload-file-info .file-name { text-decoration: underline; }

.schema-upload-file-info .file-size { font-size: 13px; margin: 0px 6px; }

.schema-upload-file-info .download-btn:active, .schema-upload-file-info .download-btn:hover, .schema-upload-file-info .download-btn:link, .schema-upload-file-info .download-btn:visited { color: inherit; text-decoration: none; }

.schema-upload-file-info .file-image { width: 200px; height: 200px; border-radius: 6px; margin: 6px 20px 6px 0px; background-size: cover; background-position: 50% center; }

.schema-upload-file-info .text-icon { margin-right: 6px; }

.schema-upload-file-info .delete-icon, .schema-upload-file-info .download-icon, .schema-upload-file-info .text-icon { cursor: pointer; color: rgb(169, 174, 178); }

.schema-form-address-field .address-field { margin-bottom: 10px; }

.schema-form-address-field .address-field .Select-control .Select-value .text-panel .text { max-width: 152px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.schema-form-address-field .plain-field { display: flex; align-items: flex-start; justify-content: space-between; }

.schema-form-address-field .plain-field .schema-form-input-field, .schema-form-address-field .plain-field .schema-selector { width: 49%; }

.schema-form-address-field .plain-field .schema-selector { font-size: 14px; line-height: 1.4; }

.schema-form-address-field .plain-field.cn-address-field .schema-form-input-field, .schema-form-address-field .plain-field.cn-address-field .schema-selector { width: 32%; }

.schema-form-address-field .plain-field.cn-address-field .schema-selector { line-height: 1.45; }

.schema-form-address-field .Select-control .Select-placeholder { top: 4px; }

.schema-form-address-field .schema-form-input-field input::-webkit-input-placeholder { font-size: 14px; }

.schema-form-date-field .schema-date-input { height: 42px; width: 168px; padding: 0px 10px; border-radius: 4px; background: rgb(255, 255, 255); line-height: 42px; color: rgb(68, 68, 68); border: 1px solid rgb(204, 204, 204); }

.schema-form-date-field .schema-date-picker { height: 42px; width: 188px; font-family: inherit; }

.schema-form-time-field .time-selector { font-size: 14px; line-height: 1.45; width: 188px; }

.schema-form-time-field .time-selector .Select-menu { max-height: 160px; }

.schema-form-time-field .schema-time-select.s-kit-select { height: 44px; width: 188px; font-size: 14px; }

.schema-form-time-field .Select-control .Select-placeholder { top: 4px; }

.schema-form-time-field .time-zone-tip { font-size: 14px; margin-top: 5px; line-height: 1.5; color: rgb(169, 174, 178); }

.product-review-log { min-width: 340px; }

.product-review-log .inline-item { width: 100%; display: flex; justify-content: space-between; }

.product-review-log .review-label { color: rgb(99, 105, 114); font-weight: 700; margin-right: 6px; font-family: open_sans, "Open Sans", sans-serif; }

.product-review-log .manage-reviews-link { font-size: 12px; cursor: pointer; color: rgb(169, 174, 178); text-decoration: underline; }

.product-review-log .score-star { margin-top: 2px; }

.product-review-log .score-star .star-icon { margin-right: 4px; color: rgb(198, 201, 205); }

.product-review-log .score-star .star-icon.selected { color: rgb(243, 199, 53); }

.product-review-log .product-info { font-size: 12px; }

.product-review-log .product-info .review-text { margin-right: 6px; }

.product-review-log .product-info .line { height: 10px; width: 1px; margin-right: 6px; display: inline-block; background-color: rgb(169, 174, 178); }

.product-review-log .review-content { font-size: 13px; color: rgb(99, 105, 114); margin-top: 6px; line-height: 1.2; }

@media only screen and (max-width: 479px) {
  .schema-form-address-field .plain-field { display: initial; }
  .schema-form-address-field .plain-field .schema-form-input-field, .schema-form-address-field .plain-field .schema-selector { width: 100%; margin-bottom: 10px; }
  .schema-form-address-field .plain-field.cn-address-field .schema-form-input-field, .schema-form-address-field .plain-field.cn-address-field .schema-selector { width: 100%; }
}

.s-small-black-button { display: inline-block; zoom: 1; vertical-align: middle; background: rgb(24, 24, 24); border-radius: 3px; cursor: pointer; text-align: center; text-transform: uppercase; font-family: brandon-grotesque, brandon, martel-sans, sans-serif; padding: 6px 10px; box-shadow: rgba(255, 255, 255, 0.25) 0px 0px 1px; transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1); color: rgb(232, 232, 232) !important; font-size: 13px !important; text-decoration: none !important; font-style: normal !important; font-weight: 400 !important; text-shadow: none !important; letter-spacing: 0px !important; line-height: 1 !important; }

.s-small-black-button.middle { vertical-align: middle; }

.s-small-black-button:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-small-black-button:lang(sxl), .s-small-black-button:lang(zh), .s-small-black-button:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-small-black-button:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-mouse-enabled .s-section .s-small-black-button { opacity: 0; }

.s-mouse-enabled .s-section.close-enough .s-small-black-button, .s-mouse-enabled .s-section:hover .s-small-black-button { opacity: 1; }

@media only screen and (max-width: 727px) {
  .s-small-black-button { opacity: 1 !important; }
}

.s-component { position: relative; }

.s-component-overlay { border-radius: 2px; position: absolute; width: 100%; height: 100%; z-index: 90; cursor: pointer; padding: 7px; margin-top: -8px; margin-left: -8px; background: rgba(255, 255, 255, 0.4); border: 1px solid rgba(0, 0, 0, 0.25); opacity: 0; transition: opacity 0.05s; font-family: open_sans, "Open Sans", sans-serif; }

.s-component-overlay:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-component-overlay:lang(sxl), .s-component-overlay:lang(zh), .s-component-overlay:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-component-overlay:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-text .s-component-editor-wrapper.s-ckeditor .s-component-overlay { background: transparent; transition: none; cursor: default; }

.s-bg-light-text-override .s-component-overlay, .s-bg-light-text .s-component-overlay { border: 1px solid transparent; background: rgba(255, 255, 255, 0.33); }

.s-bg-light-text-override .s-component-editor-wrapper.s-ckeditor .s-component-overlay, .s-bg-light-text .s-component-editor-wrapper.s-ckeditor .s-component-overlay { border-color: rgba(255, 255, 255, 0.67); }

.s-component-overlay.visible, .s-component-overlay:hover { opacity: 1; }

.s-component-editor-wrapper.s-ckeditor .s-component-overlay, .s-native-editor .s-gallery .s-component-overlay.visible, .s-native-editor .s-gallery .s-component-overlay:hover { opacity: 0; }

.s-component-editor-inner.active .s-component-overlay, .s-component-editor-inner:hover .s-component-overlay { opacity: 1; }

.s-component-overlay.warning { background: rgba(255, 50, 50, 0.2); }

.s-bg-light-text-override .s-component-overlay.warning, .s-bg-light-text .s-component-overlay.warning { background: rgba(255, 50, 50, 0.25); }

.s-component-overlay .center { position: absolute; top: 50%; margin-top: -13px; width: 100%; left: 0px; height: 26px; line-height: 0; }

.s-component-overlay .center span { display: inline-block; zoom: 1; vertical-align: middle; background: rgb(24, 24, 24); border-radius: 3px; cursor: pointer; text-align: center; text-transform: uppercase; font-family: brandon-grotesque, brandon, martel-sans, sans-serif; padding: 6px 10px; box-shadow: rgba(255, 255, 255, 0.25) 0px 0px 1px; transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1); color: rgb(232, 232, 232) !important; font-size: 13px !important; text-decoration: none !important; font-style: normal !important; font-weight: 400 !important; text-shadow: none !important; letter-spacing: 0px !important; line-height: 1 !important; }

.s-component-overlay .center span.middle { vertical-align: middle; }

.s-component-overlay .center span:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-component-overlay .center span:lang(sxl), .s-component-overlay .center span:lang(zh), .s-component-overlay .center span:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-component-overlay .center span:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-mouse-enabled .s-section .s-component-overlay .center span { opacity: 0; }

.s-mouse-enabled .s-section.close-enough .s-component-overlay .center span, .s-mouse-enabled .s-section:hover .s-component-overlay .center span { opacity: 1; }

@media only screen and (max-width: 727px) {
  .s-component-overlay .center span { opacity: 1 !important; }
}

@-webkit-keyframes icon_rotate { 
  100% { transform: rotate(1turn); }
}

@keyframes icon_rotate { 
  100% { transform: rotate(1turn); }
}

.s-map-loading { position: relative; opacity: 0; }

.s-map-loading .s-map-blur-layer { position: relative; width: 100%; height: 100%; clip-path: inset(0px); filter: blur(8px); opacity: 0.75; }

.s-map-loading .fill-spinner-wrapper { display: flex; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; width: 18px; height: 18px; }

.s-map-loading .fill-spinner-wrapper .fa.fill-spinner-big { width: 14px; height: 14px; padding: 2px; aspect-ratio: 1 / 1; border-radius: 50%; background: rgb(255, 255, 255); --_m: conic-gradient(transparent 0 10%,#000),linear-gradient(#000 0 0) content-box; mask-image: ; -webkit-mask-position-x: ; -webkit-mask-position-y: ; mask-size: ; mask-repeat: ; mask-origin: ; mask-clip: ; mask-mode: ; mask-composite: subtract; animation: 1s linear 0s infinite normal none running icon_rotate; }

#s-content.s-font-body-hei .s-font-body, #s-content.s-font-button-hei .s-font-button, #s-content.s-font-heading-hei .s-font-heading, #s-content.s-font-nav_dropdown-hei .s-font-nav_dropdown, #s-content.s-font-nav_item-hei .s-font-nav_item, #s-content.s-font-title-hei .s-font-title { font-family: custom_hei, open_sans, "Open Sans", "Lucida Grande", Verdana, "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; }

#s-content.s-font-body-hei .s-font-body:lang(ja), #s-content.s-font-button-hei .s-font-button:lang(ja), #s-content.s-font-heading-hei .s-font-heading:lang(ja), #s-content.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(ja), #s-content.s-font-nav_item-hei .s-font-nav_item:lang(ja), #s-content.s-font-title-hei .s-font-title:lang(ja) { font-family: custom_hei, open_sans, "Open Sans", "Lucida Grande", Verdana, "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

#s-content.s-font-body-hei .s-font-body:lang(sxl), #s-content.s-font-body-hei .s-font-body:lang(zh), #s-content.s-font-body-hei .s-font-body:lang(zh-cn), #s-content.s-font-button-hei .s-font-button:lang(sxl), #s-content.s-font-button-hei .s-font-button:lang(zh), #s-content.s-font-button-hei .s-font-button:lang(zh-cn), #s-content.s-font-heading-hei .s-font-heading:lang(sxl), #s-content.s-font-heading-hei .s-font-heading:lang(zh), #s-content.s-font-heading-hei .s-font-heading:lang(zh-cn), #s-content.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(sxl), #s-content.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(zh), #s-content.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(zh-cn), #s-content.s-font-nav_item-hei .s-font-nav_item:lang(sxl), #s-content.s-font-nav_item-hei .s-font-nav_item:lang(zh), #s-content.s-font-nav_item-hei .s-font-nav_item:lang(zh-cn), #s-content.s-font-title-hei .s-font-title:lang(sxl), #s-content.s-font-title-hei .s-font-title:lang(zh), #s-content.s-font-title-hei .s-font-title:lang(zh-cn) { font-family: custom_hei, open_sans, "Open Sans", "Lucida Grande", Verdana, "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", "PingFang SC", 微软雅黑, STXihei, 华文细黑, sans-serif; }

#s-content.s-font-body-hei .s-font-body:lang(zh-tw), #s-content.s-font-button-hei .s-font-button:lang(zh-tw), #s-content.s-font-heading-hei .s-font-heading:lang(zh-tw), #s-content.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(zh-tw), #s-content.s-font-nav_item-hei .s-font-nav_item:lang(zh-tw), #s-content.s-font-title-hei .s-font-title:lang(zh-tw) { font-family: custom_hei, open_sans, "Open Sans", "Lucida Grande", Verdana, "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.section-selector-wrapper.s-font-body-hei .s-font-body, .section-selector-wrapper.s-font-button-hei .s-font-button, .section-selector-wrapper.s-font-heading-hei .s-font-heading, .section-selector-wrapper.s-font-nav_dropdown-hei .s-font-nav_dropdown, .section-selector-wrapper.s-font-nav_item-hei .s-font-nav_item, .section-selector-wrapper.s-font-title-hei .s-font-title { font-family: custom_hei, open_sans, "Open Sans", "Lucida Grande", Verdana, "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; }

.section-selector-wrapper.s-font-body-hei .s-font-body:lang(ja), .section-selector-wrapper.s-font-button-hei .s-font-button:lang(ja), .section-selector-wrapper.s-font-heading-hei .s-font-heading:lang(ja), .section-selector-wrapper.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(ja), .section-selector-wrapper.s-font-nav_item-hei .s-font-nav_item:lang(ja), .section-selector-wrapper.s-font-title-hei .s-font-title:lang(ja) { font-family: custom_hei, open_sans, "Open Sans", "Lucida Grande", Verdana, "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.section-selector-wrapper.s-font-body-hei .s-font-body:lang(sxl), .section-selector-wrapper.s-font-body-hei .s-font-body:lang(zh), .section-selector-wrapper.s-font-body-hei .s-font-body:lang(zh-cn), .section-selector-wrapper.s-font-button-hei .s-font-button:lang(sxl), .section-selector-wrapper.s-font-button-hei .s-font-button:lang(zh), .section-selector-wrapper.s-font-button-hei .s-font-button:lang(zh-cn), .section-selector-wrapper.s-font-heading-hei .s-font-heading:lang(sxl), .section-selector-wrapper.s-font-heading-hei .s-font-heading:lang(zh), .section-selector-wrapper.s-font-heading-hei .s-font-heading:lang(zh-cn), .section-selector-wrapper.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(sxl), .section-selector-wrapper.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(zh), .section-selector-wrapper.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(zh-cn), .section-selector-wrapper.s-font-nav_item-hei .s-font-nav_item:lang(sxl), .section-selector-wrapper.s-font-nav_item-hei .s-font-nav_item:lang(zh), .section-selector-wrapper.s-font-nav_item-hei .s-font-nav_item:lang(zh-cn), .section-selector-wrapper.s-font-title-hei .s-font-title:lang(sxl), .section-selector-wrapper.s-font-title-hei .s-font-title:lang(zh), .section-selector-wrapper.s-font-title-hei .s-font-title:lang(zh-cn) { font-family: custom_hei, open_sans, "Open Sans", "Lucida Grande", Verdana, "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", "PingFang SC", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.section-selector-wrapper.s-font-body-hei .s-font-body:lang(zh-tw), .section-selector-wrapper.s-font-button-hei .s-font-button:lang(zh-tw), .section-selector-wrapper.s-font-heading-hei .s-font-heading:lang(zh-tw), .section-selector-wrapper.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(zh-tw), .section-selector-wrapper.s-font-nav_item-hei .s-font-nav_item:lang(zh-tw), .section-selector-wrapper.s-font-title-hei .s-font-title:lang(zh-tw) { font-family: custom_hei, open_sans, "Open Sans", "Lucida Grande", Verdana, "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-use-site-style-config-container.s-font-body-hei .s-font-body, .s-use-site-style-config-container.s-font-button-hei .s-font-button, .s-use-site-style-config-container.s-font-heading-hei .s-font-heading, .s-use-site-style-config-container.s-font-nav_dropdown-hei .s-font-nav_dropdown, .s-use-site-style-config-container.s-font-nav_item-hei .s-font-nav_item, .s-use-site-style-config-container.s-font-title-hei .s-font-title { font-family: custom_hei, open_sans, "Open Sans", "Lucida Grande", Verdana, "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; }

.s-use-site-style-config-container.s-font-body-hei .s-font-body:lang(ja), .s-use-site-style-config-container.s-font-button-hei .s-font-button:lang(ja), .s-use-site-style-config-container.s-font-heading-hei .s-font-heading:lang(ja), .s-use-site-style-config-container.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(ja), .s-use-site-style-config-container.s-font-nav_item-hei .s-font-nav_item:lang(ja), .s-use-site-style-config-container.s-font-title-hei .s-font-title:lang(ja) { font-family: custom_hei, open_sans, "Open Sans", "Lucida Grande", Verdana, "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-use-site-style-config-container.s-font-body-hei .s-font-body:lang(sxl), .s-use-site-style-config-container.s-font-body-hei .s-font-body:lang(zh), .s-use-site-style-config-container.s-font-body-hei .s-font-body:lang(zh-cn), .s-use-site-style-config-container.s-font-button-hei .s-font-button:lang(sxl), .s-use-site-style-config-container.s-font-button-hei .s-font-button:lang(zh), .s-use-site-style-config-container.s-font-button-hei .s-font-button:lang(zh-cn), .s-use-site-style-config-container.s-font-heading-hei .s-font-heading:lang(sxl), .s-use-site-style-config-container.s-font-heading-hei .s-font-heading:lang(zh), .s-use-site-style-config-container.s-font-heading-hei .s-font-heading:lang(zh-cn), .s-use-site-style-config-container.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(sxl), .s-use-site-style-config-container.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(zh), .s-use-site-style-config-container.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(zh-cn), .s-use-site-style-config-container.s-font-nav_item-hei .s-font-nav_item:lang(sxl), .s-use-site-style-config-container.s-font-nav_item-hei .s-font-nav_item:lang(zh), .s-use-site-style-config-container.s-font-nav_item-hei .s-font-nav_item:lang(zh-cn), .s-use-site-style-config-container.s-font-title-hei .s-font-title:lang(sxl), .s-use-site-style-config-container.s-font-title-hei .s-font-title:lang(zh), .s-use-site-style-config-container.s-font-title-hei .s-font-title:lang(zh-cn) { font-family: custom_hei, open_sans, "Open Sans", "Lucida Grande", Verdana, "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", "PingFang SC", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-use-site-style-config-container.s-font-body-hei .s-font-body:lang(zh-tw), .s-use-site-style-config-container.s-font-button-hei .s-font-button:lang(zh-tw), .s-use-site-style-config-container.s-font-heading-hei .s-font-heading:lang(zh-tw), .s-use-site-style-config-container.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(zh-tw), .s-use-site-style-config-container.s-font-nav_item-hei .s-font-nav_item:lang(zh-tw), .s-use-site-style-config-container.s-font-title-hei .s-font-title:lang(zh-tw) { font-family: custom_hei, open_sans, "Open Sans", "Lucida Grande", Verdana, "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.theme-selector-wrapper.s-font-body-hei .s-font-body, .theme-selector-wrapper.s-font-button-hei .s-font-button, .theme-selector-wrapper.s-font-heading-hei .s-font-heading, .theme-selector-wrapper.s-font-nav_dropdown-hei .s-font-nav_dropdown, .theme-selector-wrapper.s-font-nav_item-hei .s-font-nav_item, .theme-selector-wrapper.s-font-title-hei .s-font-title { font-family: custom_hei, open_sans, "Open Sans", "Lucida Grande", Verdana, "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; }

.theme-selector-wrapper.s-font-body-hei .s-font-body:lang(ja), .theme-selector-wrapper.s-font-button-hei .s-font-button:lang(ja), .theme-selector-wrapper.s-font-heading-hei .s-font-heading:lang(ja), .theme-selector-wrapper.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(ja), .theme-selector-wrapper.s-font-nav_item-hei .s-font-nav_item:lang(ja), .theme-selector-wrapper.s-font-title-hei .s-font-title:lang(ja) { font-family: custom_hei, open_sans, "Open Sans", "Lucida Grande", Verdana, "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.theme-selector-wrapper.s-font-body-hei .s-font-body:lang(sxl), .theme-selector-wrapper.s-font-body-hei .s-font-body:lang(zh), .theme-selector-wrapper.s-font-body-hei .s-font-body:lang(zh-cn), .theme-selector-wrapper.s-font-button-hei .s-font-button:lang(sxl), .theme-selector-wrapper.s-font-button-hei .s-font-button:lang(zh), .theme-selector-wrapper.s-font-button-hei .s-font-button:lang(zh-cn), .theme-selector-wrapper.s-font-heading-hei .s-font-heading:lang(sxl), .theme-selector-wrapper.s-font-heading-hei .s-font-heading:lang(zh), .theme-selector-wrapper.s-font-heading-hei .s-font-heading:lang(zh-cn), .theme-selector-wrapper.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(sxl), .theme-selector-wrapper.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(zh), .theme-selector-wrapper.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(zh-cn), .theme-selector-wrapper.s-font-nav_item-hei .s-font-nav_item:lang(sxl), .theme-selector-wrapper.s-font-nav_item-hei .s-font-nav_item:lang(zh), .theme-selector-wrapper.s-font-nav_item-hei .s-font-nav_item:lang(zh-cn), .theme-selector-wrapper.s-font-title-hei .s-font-title:lang(sxl), .theme-selector-wrapper.s-font-title-hei .s-font-title:lang(zh), .theme-selector-wrapper.s-font-title-hei .s-font-title:lang(zh-cn) { font-family: custom_hei, open_sans, "Open Sans", "Lucida Grande", Verdana, "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", "PingFang SC", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.theme-selector-wrapper.s-font-body-hei .s-font-body:lang(zh-tw), .theme-selector-wrapper.s-font-button-hei .s-font-button:lang(zh-tw), .theme-selector-wrapper.s-font-heading-hei .s-font-heading:lang(zh-tw), .theme-selector-wrapper.s-font-nav_dropdown-hei .s-font-nav_dropdown:lang(zh-tw), .theme-selector-wrapper.s-font-nav_item-hei .s-font-nav_item:lang(zh-tw), .theme-selector-wrapper.s-font-title-hei .s-font-title:lang(zh-tw) { font-family: custom_hei, open_sans, "Open Sans", "Lucida Grande", Verdana, "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

#s-content.s-font-body-song .s-font-body, #s-content.s-font-button-song .s-font-button, #s-content.s-font-heading-song .s-font-heading, #s-content.s-font-nav_dropdown-song .s-font-nav_dropdown, #s-content.s-font-nav_item-song .s-font-nav_item, #s-content.s-font-title-song .s-font-title { font-family: custom_song, Cardo, STSong, "Songti SC", SimSun, serif; }

#s-content.s-font-body-song .s-font-body:lang(ja), #s-content.s-font-button-song .s-font-button:lang(ja), #s-content.s-font-heading-song .s-font-heading:lang(ja), #s-content.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(ja), #s-content.s-font-nav_item-song .s-font-nav_item:lang(ja), #s-content.s-font-title-song .s-font-title:lang(ja) { font-family: custom_song, Cardo, STSong, "Songti SC", SimSun, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif; }

#s-content.s-font-body-song .s-font-body:lang(sxl), #s-content.s-font-body-song .s-font-body:lang(zh), #s-content.s-font-body-song .s-font-body:lang(zh-cn), #s-content.s-font-button-song .s-font-button:lang(sxl), #s-content.s-font-button-song .s-font-button:lang(zh), #s-content.s-font-button-song .s-font-button:lang(zh-cn), #s-content.s-font-heading-song .s-font-heading:lang(sxl), #s-content.s-font-heading-song .s-font-heading:lang(zh), #s-content.s-font-heading-song .s-font-heading:lang(zh-cn), #s-content.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(sxl), #s-content.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(zh), #s-content.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(zh-cn), #s-content.s-font-nav_item-song .s-font-nav_item:lang(sxl), #s-content.s-font-nav_item-song .s-font-nav_item:lang(zh), #s-content.s-font-nav_item-song .s-font-nav_item:lang(zh-cn), #s-content.s-font-title-song .s-font-title:lang(sxl), #s-content.s-font-title-song .s-font-title:lang(zh), #s-content.s-font-title-song .s-font-title:lang(zh-cn) { font-family: custom_song, Cardo, STSong, "Songti SC", SimSun, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, serif; }

#s-content.s-font-body-song .s-font-body:lang(zh-tw), #s-content.s-font-button-song .s-font-button:lang(zh-tw), #s-content.s-font-heading-song .s-font-heading:lang(zh-tw), #s-content.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(zh-tw), #s-content.s-font-nav_item-song .s-font-nav_item:lang(zh-tw), #s-content.s-font-title-song .s-font-title:lang(zh-tw) { font-family: custom_song, Cardo, STSong, "Songti SC", SimSun, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, serif; }

.section-selector-wrapper.s-font-body-song .s-font-body, .section-selector-wrapper.s-font-button-song .s-font-button, .section-selector-wrapper.s-font-heading-song .s-font-heading, .section-selector-wrapper.s-font-nav_dropdown-song .s-font-nav_dropdown, .section-selector-wrapper.s-font-nav_item-song .s-font-nav_item, .section-selector-wrapper.s-font-title-song .s-font-title { font-family: custom_song, Cardo, STSong, "Songti SC", SimSun, serif; }

.section-selector-wrapper.s-font-body-song .s-font-body:lang(ja), .section-selector-wrapper.s-font-button-song .s-font-button:lang(ja), .section-selector-wrapper.s-font-heading-song .s-font-heading:lang(ja), .section-selector-wrapper.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(ja), .section-selector-wrapper.s-font-nav_item-song .s-font-nav_item:lang(ja), .section-selector-wrapper.s-font-title-song .s-font-title:lang(ja) { font-family: custom_song, Cardo, STSong, "Songti SC", SimSun, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif; }

.section-selector-wrapper.s-font-body-song .s-font-body:lang(sxl), .section-selector-wrapper.s-font-body-song .s-font-body:lang(zh), .section-selector-wrapper.s-font-body-song .s-font-body:lang(zh-cn), .section-selector-wrapper.s-font-button-song .s-font-button:lang(sxl), .section-selector-wrapper.s-font-button-song .s-font-button:lang(zh), .section-selector-wrapper.s-font-button-song .s-font-button:lang(zh-cn), .section-selector-wrapper.s-font-heading-song .s-font-heading:lang(sxl), .section-selector-wrapper.s-font-heading-song .s-font-heading:lang(zh), .section-selector-wrapper.s-font-heading-song .s-font-heading:lang(zh-cn), .section-selector-wrapper.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(sxl), .section-selector-wrapper.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(zh), .section-selector-wrapper.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(zh-cn), .section-selector-wrapper.s-font-nav_item-song .s-font-nav_item:lang(sxl), .section-selector-wrapper.s-font-nav_item-song .s-font-nav_item:lang(zh), .section-selector-wrapper.s-font-nav_item-song .s-font-nav_item:lang(zh-cn), .section-selector-wrapper.s-font-title-song .s-font-title:lang(sxl), .section-selector-wrapper.s-font-title-song .s-font-title:lang(zh), .section-selector-wrapper.s-font-title-song .s-font-title:lang(zh-cn) { font-family: custom_song, Cardo, STSong, "Songti SC", SimSun, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, serif; }

.section-selector-wrapper.s-font-body-song .s-font-body:lang(zh-tw), .section-selector-wrapper.s-font-button-song .s-font-button:lang(zh-tw), .section-selector-wrapper.s-font-heading-song .s-font-heading:lang(zh-tw), .section-selector-wrapper.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(zh-tw), .section-selector-wrapper.s-font-nav_item-song .s-font-nav_item:lang(zh-tw), .section-selector-wrapper.s-font-title-song .s-font-title:lang(zh-tw) { font-family: custom_song, Cardo, STSong, "Songti SC", SimSun, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, serif; }

.s-use-site-style-config-container.s-font-body-song .s-font-body, .s-use-site-style-config-container.s-font-button-song .s-font-button, .s-use-site-style-config-container.s-font-heading-song .s-font-heading, .s-use-site-style-config-container.s-font-nav_dropdown-song .s-font-nav_dropdown, .s-use-site-style-config-container.s-font-nav_item-song .s-font-nav_item, .s-use-site-style-config-container.s-font-title-song .s-font-title { font-family: custom_song, Cardo, STSong, "Songti SC", SimSun, serif; }

.s-use-site-style-config-container.s-font-body-song .s-font-body:lang(ja), .s-use-site-style-config-container.s-font-button-song .s-font-button:lang(ja), .s-use-site-style-config-container.s-font-heading-song .s-font-heading:lang(ja), .s-use-site-style-config-container.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(ja), .s-use-site-style-config-container.s-font-nav_item-song .s-font-nav_item:lang(ja), .s-use-site-style-config-container.s-font-title-song .s-font-title:lang(ja) { font-family: custom_song, Cardo, STSong, "Songti SC", SimSun, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif; }

.s-use-site-style-config-container.s-font-body-song .s-font-body:lang(sxl), .s-use-site-style-config-container.s-font-body-song .s-font-body:lang(zh), .s-use-site-style-config-container.s-font-body-song .s-font-body:lang(zh-cn), .s-use-site-style-config-container.s-font-button-song .s-font-button:lang(sxl), .s-use-site-style-config-container.s-font-button-song .s-font-button:lang(zh), .s-use-site-style-config-container.s-font-button-song .s-font-button:lang(zh-cn), .s-use-site-style-config-container.s-font-heading-song .s-font-heading:lang(sxl), .s-use-site-style-config-container.s-font-heading-song .s-font-heading:lang(zh), .s-use-site-style-config-container.s-font-heading-song .s-font-heading:lang(zh-cn), .s-use-site-style-config-container.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(sxl), .s-use-site-style-config-container.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(zh), .s-use-site-style-config-container.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(zh-cn), .s-use-site-style-config-container.s-font-nav_item-song .s-font-nav_item:lang(sxl), .s-use-site-style-config-container.s-font-nav_item-song .s-font-nav_item:lang(zh), .s-use-site-style-config-container.s-font-nav_item-song .s-font-nav_item:lang(zh-cn), .s-use-site-style-config-container.s-font-title-song .s-font-title:lang(sxl), .s-use-site-style-config-container.s-font-title-song .s-font-title:lang(zh), .s-use-site-style-config-container.s-font-title-song .s-font-title:lang(zh-cn) { font-family: custom_song, Cardo, STSong, "Songti SC", SimSun, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, serif; }

.s-use-site-style-config-container.s-font-body-song .s-font-body:lang(zh-tw), .s-use-site-style-config-container.s-font-button-song .s-font-button:lang(zh-tw), .s-use-site-style-config-container.s-font-heading-song .s-font-heading:lang(zh-tw), .s-use-site-style-config-container.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(zh-tw), .s-use-site-style-config-container.s-font-nav_item-song .s-font-nav_item:lang(zh-tw), .s-use-site-style-config-container.s-font-title-song .s-font-title:lang(zh-tw) { font-family: custom_song, Cardo, STSong, "Songti SC", SimSun, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, serif; }

.theme-selector-wrapper.s-font-body-song .s-font-body, .theme-selector-wrapper.s-font-button-song .s-font-button, .theme-selector-wrapper.s-font-heading-song .s-font-heading, .theme-selector-wrapper.s-font-nav_dropdown-song .s-font-nav_dropdown, .theme-selector-wrapper.s-font-nav_item-song .s-font-nav_item, .theme-selector-wrapper.s-font-title-song .s-font-title { font-family: custom_song, Cardo, STSong, "Songti SC", SimSun, serif; }

.theme-selector-wrapper.s-font-body-song .s-font-body:lang(ja), .theme-selector-wrapper.s-font-button-song .s-font-button:lang(ja), .theme-selector-wrapper.s-font-heading-song .s-font-heading:lang(ja), .theme-selector-wrapper.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(ja), .theme-selector-wrapper.s-font-nav_item-song .s-font-nav_item:lang(ja), .theme-selector-wrapper.s-font-title-song .s-font-title:lang(ja) { font-family: custom_song, Cardo, STSong, "Songti SC", SimSun, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif; }

.theme-selector-wrapper.s-font-body-song .s-font-body:lang(sxl), .theme-selector-wrapper.s-font-body-song .s-font-body:lang(zh), .theme-selector-wrapper.s-font-body-song .s-font-body:lang(zh-cn), .theme-selector-wrapper.s-font-button-song .s-font-button:lang(sxl), .theme-selector-wrapper.s-font-button-song .s-font-button:lang(zh), .theme-selector-wrapper.s-font-button-song .s-font-button:lang(zh-cn), .theme-selector-wrapper.s-font-heading-song .s-font-heading:lang(sxl), .theme-selector-wrapper.s-font-heading-song .s-font-heading:lang(zh), .theme-selector-wrapper.s-font-heading-song .s-font-heading:lang(zh-cn), .theme-selector-wrapper.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(sxl), .theme-selector-wrapper.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(zh), .theme-selector-wrapper.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(zh-cn), .theme-selector-wrapper.s-font-nav_item-song .s-font-nav_item:lang(sxl), .theme-selector-wrapper.s-font-nav_item-song .s-font-nav_item:lang(zh), .theme-selector-wrapper.s-font-nav_item-song .s-font-nav_item:lang(zh-cn), .theme-selector-wrapper.s-font-title-song .s-font-title:lang(sxl), .theme-selector-wrapper.s-font-title-song .s-font-title:lang(zh), .theme-selector-wrapper.s-font-title-song .s-font-title:lang(zh-cn) { font-family: custom_song, Cardo, STSong, "Songti SC", SimSun, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, serif; }

.theme-selector-wrapper.s-font-body-song .s-font-body:lang(zh-tw), .theme-selector-wrapper.s-font-button-song .s-font-button:lang(zh-tw), .theme-selector-wrapper.s-font-heading-song .s-font-heading:lang(zh-tw), .theme-selector-wrapper.s-font-nav_dropdown-song .s-font-nav_dropdown:lang(zh-tw), .theme-selector-wrapper.s-font-nav_item-song .s-font-nav_item:lang(zh-tw), .theme-selector-wrapper.s-font-title-song .s-font-title:lang(zh-tw) { font-family: custom_song, Cardo, STSong, "Songti SC", SimSun, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, serif; }

#s-content.s-font-body-kai .s-font-body, #s-content.s-font-button-kai .s-font-button, #s-content.s-font-heading-kai .s-font-heading, #s-content.s-font-nav_dropdown-kai .s-font-nav_dropdown, #s-content.s-font-nav_item-kai .s-font-nav_item, #s-content.s-font-title-kai .s-font-title { font-family: custom_kai, "Times New Roman", STKaiTi, KaiTi, Kaiti_GB2312, serif; }

#s-content.s-font-body-kai .s-font-body:lang(ja), #s-content.s-font-button-kai .s-font-button:lang(ja), #s-content.s-font-heading-kai .s-font-heading:lang(ja), #s-content.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(ja), #s-content.s-font-nav_item-kai .s-font-nav_item:lang(ja), #s-content.s-font-title-kai .s-font-title:lang(ja) { font-family: custom_kai, "Times New Roman", STKaiTi, KaiTi, Kaiti_GB2312, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif; }

#s-content.s-font-body-kai .s-font-body:lang(sxl), #s-content.s-font-body-kai .s-font-body:lang(zh), #s-content.s-font-body-kai .s-font-body:lang(zh-cn), #s-content.s-font-button-kai .s-font-button:lang(sxl), #s-content.s-font-button-kai .s-font-button:lang(zh), #s-content.s-font-button-kai .s-font-button:lang(zh-cn), #s-content.s-font-heading-kai .s-font-heading:lang(sxl), #s-content.s-font-heading-kai .s-font-heading:lang(zh), #s-content.s-font-heading-kai .s-font-heading:lang(zh-cn), #s-content.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(sxl), #s-content.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(zh), #s-content.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(zh-cn), #s-content.s-font-nav_item-kai .s-font-nav_item:lang(sxl), #s-content.s-font-nav_item-kai .s-font-nav_item:lang(zh), #s-content.s-font-nav_item-kai .s-font-nav_item:lang(zh-cn), #s-content.s-font-title-kai .s-font-title:lang(sxl), #s-content.s-font-title-kai .s-font-title:lang(zh), #s-content.s-font-title-kai .s-font-title:lang(zh-cn) { font-family: custom_kai, "Times New Roman", STKaiTi, KaiTi, Kaiti_GB2312, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, serif; }

#s-content.s-font-body-kai .s-font-body:lang(zh-tw), #s-content.s-font-button-kai .s-font-button:lang(zh-tw), #s-content.s-font-heading-kai .s-font-heading:lang(zh-tw), #s-content.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(zh-tw), #s-content.s-font-nav_item-kai .s-font-nav_item:lang(zh-tw), #s-content.s-font-title-kai .s-font-title:lang(zh-tw) { font-family: custom_kai, "Times New Roman", STKaiTi, KaiTi, Kaiti_GB2312, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, serif; }

.section-selector-wrapper.s-font-body-kai .s-font-body, .section-selector-wrapper.s-font-button-kai .s-font-button, .section-selector-wrapper.s-font-heading-kai .s-font-heading, .section-selector-wrapper.s-font-nav_dropdown-kai .s-font-nav_dropdown, .section-selector-wrapper.s-font-nav_item-kai .s-font-nav_item, .section-selector-wrapper.s-font-title-kai .s-font-title { font-family: custom_kai, "Times New Roman", STKaiTi, KaiTi, Kaiti_GB2312, serif; }

.section-selector-wrapper.s-font-body-kai .s-font-body:lang(ja), .section-selector-wrapper.s-font-button-kai .s-font-button:lang(ja), .section-selector-wrapper.s-font-heading-kai .s-font-heading:lang(ja), .section-selector-wrapper.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(ja), .section-selector-wrapper.s-font-nav_item-kai .s-font-nav_item:lang(ja), .section-selector-wrapper.s-font-title-kai .s-font-title:lang(ja) { font-family: custom_kai, "Times New Roman", STKaiTi, KaiTi, Kaiti_GB2312, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif; }

.section-selector-wrapper.s-font-body-kai .s-font-body:lang(sxl), .section-selector-wrapper.s-font-body-kai .s-font-body:lang(zh), .section-selector-wrapper.s-font-body-kai .s-font-body:lang(zh-cn), .section-selector-wrapper.s-font-button-kai .s-font-button:lang(sxl), .section-selector-wrapper.s-font-button-kai .s-font-button:lang(zh), .section-selector-wrapper.s-font-button-kai .s-font-button:lang(zh-cn), .section-selector-wrapper.s-font-heading-kai .s-font-heading:lang(sxl), .section-selector-wrapper.s-font-heading-kai .s-font-heading:lang(zh), .section-selector-wrapper.s-font-heading-kai .s-font-heading:lang(zh-cn), .section-selector-wrapper.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(sxl), .section-selector-wrapper.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(zh), .section-selector-wrapper.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(zh-cn), .section-selector-wrapper.s-font-nav_item-kai .s-font-nav_item:lang(sxl), .section-selector-wrapper.s-font-nav_item-kai .s-font-nav_item:lang(zh), .section-selector-wrapper.s-font-nav_item-kai .s-font-nav_item:lang(zh-cn), .section-selector-wrapper.s-font-title-kai .s-font-title:lang(sxl), .section-selector-wrapper.s-font-title-kai .s-font-title:lang(zh), .section-selector-wrapper.s-font-title-kai .s-font-title:lang(zh-cn) { font-family: custom_kai, "Times New Roman", STKaiTi, KaiTi, Kaiti_GB2312, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, serif; }

.section-selector-wrapper.s-font-body-kai .s-font-body:lang(zh-tw), .section-selector-wrapper.s-font-button-kai .s-font-button:lang(zh-tw), .section-selector-wrapper.s-font-heading-kai .s-font-heading:lang(zh-tw), .section-selector-wrapper.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(zh-tw), .section-selector-wrapper.s-font-nav_item-kai .s-font-nav_item:lang(zh-tw), .section-selector-wrapper.s-font-title-kai .s-font-title:lang(zh-tw) { font-family: custom_kai, "Times New Roman", STKaiTi, KaiTi, Kaiti_GB2312, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, serif; }

.s-use-site-style-config-container.s-font-body-kai .s-font-body, .s-use-site-style-config-container.s-font-button-kai .s-font-button, .s-use-site-style-config-container.s-font-heading-kai .s-font-heading, .s-use-site-style-config-container.s-font-nav_dropdown-kai .s-font-nav_dropdown, .s-use-site-style-config-container.s-font-nav_item-kai .s-font-nav_item, .s-use-site-style-config-container.s-font-title-kai .s-font-title { font-family: custom_kai, "Times New Roman", STKaiTi, KaiTi, Kaiti_GB2312, serif; }

.s-use-site-style-config-container.s-font-body-kai .s-font-body:lang(ja), .s-use-site-style-config-container.s-font-button-kai .s-font-button:lang(ja), .s-use-site-style-config-container.s-font-heading-kai .s-font-heading:lang(ja), .s-use-site-style-config-container.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(ja), .s-use-site-style-config-container.s-font-nav_item-kai .s-font-nav_item:lang(ja), .s-use-site-style-config-container.s-font-title-kai .s-font-title:lang(ja) { font-family: custom_kai, "Times New Roman", STKaiTi, KaiTi, Kaiti_GB2312, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif; }

.s-use-site-style-config-container.s-font-body-kai .s-font-body:lang(sxl), .s-use-site-style-config-container.s-font-body-kai .s-font-body:lang(zh), .s-use-site-style-config-container.s-font-body-kai .s-font-body:lang(zh-cn), .s-use-site-style-config-container.s-font-button-kai .s-font-button:lang(sxl), .s-use-site-style-config-container.s-font-button-kai .s-font-button:lang(zh), .s-use-site-style-config-container.s-font-button-kai .s-font-button:lang(zh-cn), .s-use-site-style-config-container.s-font-heading-kai .s-font-heading:lang(sxl), .s-use-site-style-config-container.s-font-heading-kai .s-font-heading:lang(zh), .s-use-site-style-config-container.s-font-heading-kai .s-font-heading:lang(zh-cn), .s-use-site-style-config-container.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(sxl), .s-use-site-style-config-container.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(zh), .s-use-site-style-config-container.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(zh-cn), .s-use-site-style-config-container.s-font-nav_item-kai .s-font-nav_item:lang(sxl), .s-use-site-style-config-container.s-font-nav_item-kai .s-font-nav_item:lang(zh), .s-use-site-style-config-container.s-font-nav_item-kai .s-font-nav_item:lang(zh-cn), .s-use-site-style-config-container.s-font-title-kai .s-font-title:lang(sxl), .s-use-site-style-config-container.s-font-title-kai .s-font-title:lang(zh), .s-use-site-style-config-container.s-font-title-kai .s-font-title:lang(zh-cn) { font-family: custom_kai, "Times New Roman", STKaiTi, KaiTi, Kaiti_GB2312, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, serif; }

.s-use-site-style-config-container.s-font-body-kai .s-font-body:lang(zh-tw), .s-use-site-style-config-container.s-font-button-kai .s-font-button:lang(zh-tw), .s-use-site-style-config-container.s-font-heading-kai .s-font-heading:lang(zh-tw), .s-use-site-style-config-container.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(zh-tw), .s-use-site-style-config-container.s-font-nav_item-kai .s-font-nav_item:lang(zh-tw), .s-use-site-style-config-container.s-font-title-kai .s-font-title:lang(zh-tw) { font-family: custom_kai, "Times New Roman", STKaiTi, KaiTi, Kaiti_GB2312, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, serif; }

.theme-selector-wrapper.s-font-body-kai .s-font-body, .theme-selector-wrapper.s-font-button-kai .s-font-button, .theme-selector-wrapper.s-font-heading-kai .s-font-heading, .theme-selector-wrapper.s-font-nav_dropdown-kai .s-font-nav_dropdown, .theme-selector-wrapper.s-font-nav_item-kai .s-font-nav_item, .theme-selector-wrapper.s-font-title-kai .s-font-title { font-family: custom_kai, "Times New Roman", STKaiTi, KaiTi, Kaiti_GB2312, serif; }

.theme-selector-wrapper.s-font-body-kai .s-font-body:lang(ja), .theme-selector-wrapper.s-font-button-kai .s-font-button:lang(ja), .theme-selector-wrapper.s-font-heading-kai .s-font-heading:lang(ja), .theme-selector-wrapper.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(ja), .theme-selector-wrapper.s-font-nav_item-kai .s-font-nav_item:lang(ja), .theme-selector-wrapper.s-font-title-kai .s-font-title:lang(ja) { font-family: custom_kai, "Times New Roman", STKaiTi, KaiTi, Kaiti_GB2312, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif; }

.theme-selector-wrapper.s-font-body-kai .s-font-body:lang(sxl), .theme-selector-wrapper.s-font-body-kai .s-font-body:lang(zh), .theme-selector-wrapper.s-font-body-kai .s-font-body:lang(zh-cn), .theme-selector-wrapper.s-font-button-kai .s-font-button:lang(sxl), .theme-selector-wrapper.s-font-button-kai .s-font-button:lang(zh), .theme-selector-wrapper.s-font-button-kai .s-font-button:lang(zh-cn), .theme-selector-wrapper.s-font-heading-kai .s-font-heading:lang(sxl), .theme-selector-wrapper.s-font-heading-kai .s-font-heading:lang(zh), .theme-selector-wrapper.s-font-heading-kai .s-font-heading:lang(zh-cn), .theme-selector-wrapper.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(sxl), .theme-selector-wrapper.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(zh), .theme-selector-wrapper.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(zh-cn), .theme-selector-wrapper.s-font-nav_item-kai .s-font-nav_item:lang(sxl), .theme-selector-wrapper.s-font-nav_item-kai .s-font-nav_item:lang(zh), .theme-selector-wrapper.s-font-nav_item-kai .s-font-nav_item:lang(zh-cn), .theme-selector-wrapper.s-font-title-kai .s-font-title:lang(sxl), .theme-selector-wrapper.s-font-title-kai .s-font-title:lang(zh), .theme-selector-wrapper.s-font-title-kai .s-font-title:lang(zh-cn) { font-family: custom_kai, "Times New Roman", STKaiTi, KaiTi, Kaiti_GB2312, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, serif; }

.theme-selector-wrapper.s-font-body-kai .s-font-body:lang(zh-tw), .theme-selector-wrapper.s-font-button-kai .s-font-button:lang(zh-tw), .theme-selector-wrapper.s-font-heading-kai .s-font-heading:lang(zh-tw), .theme-selector-wrapper.s-font-nav_dropdown-kai .s-font-nav_dropdown:lang(zh-tw), .theme-selector-wrapper.s-font-nav_item-kai .s-font-nav_item:lang(zh-tw), .theme-selector-wrapper.s-font-title-kai .s-font-title:lang(zh-tw) { font-family: custom_kai, "Times New Roman", STKaiTi, KaiTi, Kaiti_GB2312, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, serif; }

#s-content.s-font-body-great-vibes .s-font-body, #s-content.s-font-body-parisienne .s-font-body, #s-content.s-font-button-great-vibes .s-font-button, #s-content.s-font-button-parisienne .s-font-button, #s-content.s-font-heading-great-vibes .s-font-heading, #s-content.s-font-heading-parisienne .s-font-heading, #s-content.s-font-nav_dropdown-great-vibes .s-font-nav_dropdown, #s-content.s-font-nav_dropdown-parisienne .s-font-nav_dropdown, #s-content.s-font-nav_item-great-vibes .s-font-nav_item, #s-content.s-font-nav_item-parisienne .s-font-nav_item, #s-content.s-font-title-great-vibes .s-font-title, #s-content.s-font-title-parisienne .s-font-title, .s-use-site-style-config-container.s-font-body-great-vibes .s-font-body, .s-use-site-style-config-container.s-font-body-parisienne .s-font-body, .s-use-site-style-config-container.s-font-button-great-vibes .s-font-button, .s-use-site-style-config-container.s-font-button-parisienne .s-font-button, .s-use-site-style-config-container.s-font-heading-great-vibes .s-font-heading, .s-use-site-style-config-container.s-font-heading-parisienne .s-font-heading, .s-use-site-style-config-container.s-font-nav_dropdown-great-vibes .s-font-nav_dropdown, .s-use-site-style-config-container.s-font-nav_dropdown-parisienne .s-font-nav_dropdown, .s-use-site-style-config-container.s-font-nav_item-great-vibes .s-font-nav_item, .s-use-site-style-config-container.s-font-nav_item-parisienne .s-font-nav_item, .s-use-site-style-config-container.s-font-title-great-vibes .s-font-title, .s-use-site-style-config-container.s-font-title-parisienne .s-font-title, .section-selector-wrapper.s-font-body-great-vibes .s-font-body, .section-selector-wrapper.s-font-body-parisienne .s-font-body, .section-selector-wrapper.s-font-button-great-vibes .s-font-button, .section-selector-wrapper.s-font-button-parisienne .s-font-button, .section-selector-wrapper.s-font-heading-great-vibes .s-font-heading, .section-selector-wrapper.s-font-heading-parisienne .s-font-heading, .section-selector-wrapper.s-font-nav_dropdown-great-vibes .s-font-nav_dropdown, .section-selector-wrapper.s-font-nav_dropdown-parisienne .s-font-nav_dropdown, .section-selector-wrapper.s-font-nav_item-great-vibes .s-font-nav_item, .section-selector-wrapper.s-font-nav_item-parisienne .s-font-nav_item, .section-selector-wrapper.s-font-title-great-vibes .s-font-title, .section-selector-wrapper.s-font-title-parisienne .s-font-title, .theme-selector-wrapper.s-font-body-great-vibes .s-font-body, .theme-selector-wrapper.s-font-body-parisienne .s-font-body, .theme-selector-wrapper.s-font-button-great-vibes .s-font-button, .theme-selector-wrapper.s-font-button-parisienne .s-font-button, .theme-selector-wrapper.s-font-heading-great-vibes .s-font-heading, .theme-selector-wrapper.s-font-heading-parisienne .s-font-heading, .theme-selector-wrapper.s-font-nav_dropdown-great-vibes .s-font-nav_dropdown, .theme-selector-wrapper.s-font-nav_dropdown-parisienne .s-font-nav_dropdown, .theme-selector-wrapper.s-font-nav_item-great-vibes .s-font-nav_item, .theme-selector-wrapper.s-font-nav_item-parisienne .s-font-nav_item, .theme-selector-wrapper.s-font-title-great-vibes .s-font-title, .theme-selector-wrapper.s-font-title-parisienne .s-font-title { text-transform: none; }

.app-mode { margin-top: 50px; }

.app-mode.has-mobile-actions { margin-bottom: 50px; }

#s-nav .s-logo-image .s-component-editor, .s-nav-inner .s-logo-image .s-component-editor, .s-nav .s-logo-image .s-component-editor, .s-navbar-section .s-image .s-logo-image .s-component-editor { min-width: 320px; }

#s-nav .nav-item .s-nav-dropdown, #s-nav .nav-item li.s-nav-dropdown, #s-nav div .s-nav-dropdown, #s-nav div li.s-nav-dropdown, #s-nav li .s-nav-dropdown, #s-nav li li.s-nav-dropdown, .s-nav .nav-item .s-nav-dropdown, .s-nav .nav-item li.s-nav-dropdown, .s-navbar-section .nav-left .nav-item .s-nav-dropdown, .s-navbar-section .nav-left .nav-item li.s-nav-dropdown, .s-navbar-section .nav-left div .s-nav-dropdown, .s-navbar-section .nav-left div li.s-nav-dropdown, .s-navbar-section .nav-left li .s-nav-dropdown, .s-navbar-section .nav-left li li.s-nav-dropdown, .s-navbar-section .nav-right .nav-item .s-nav-dropdown, .s-navbar-section .nav-right .nav-item li.s-nav-dropdown, .s-navbar-section .nav-right div .s-nav-dropdown, .s-navbar-section .nav-right div li.s-nav-dropdown, .s-navbar-section .nav-right li .s-nav-dropdown, .s-navbar-section .nav-right li li.s-nav-dropdown, .s-nav div .s-nav-dropdown, .s-nav div li.s-nav-dropdown, .s-nav li .s-nav-dropdown, .s-nav li li.s-nav-dropdown { position: relative; cursor: pointer; }

#s-nav .nav-item .s-nav-dropdown .s-nav-icon, #s-nav .nav-item li.s-nav-dropdown .s-nav-icon, #s-nav div .s-nav-dropdown .s-nav-icon, #s-nav div li.s-nav-dropdown .s-nav-icon, #s-nav li .s-nav-dropdown .s-nav-icon, #s-nav li li.s-nav-dropdown .s-nav-icon, .s-nav .nav-item .s-nav-dropdown .s-nav-icon, .s-nav .nav-item li.s-nav-dropdown .s-nav-icon, .s-navbar-section .nav-left .nav-item .s-nav-dropdown .s-nav-icon, .s-navbar-section .nav-left .nav-item li.s-nav-dropdown .s-nav-icon, .s-navbar-section .nav-left div .s-nav-dropdown .s-nav-icon, .s-navbar-section .nav-left div li.s-nav-dropdown .s-nav-icon, .s-navbar-section .nav-left li .s-nav-dropdown .s-nav-icon, .s-navbar-section .nav-left li li.s-nav-dropdown .s-nav-icon, .s-navbar-section .nav-right .nav-item .s-nav-dropdown .s-nav-icon, .s-navbar-section .nav-right .nav-item li.s-nav-dropdown .s-nav-icon, .s-navbar-section .nav-right div .s-nav-dropdown .s-nav-icon, .s-navbar-section .nav-right div li.s-nav-dropdown .s-nav-icon, .s-navbar-section .nav-right li .s-nav-dropdown .s-nav-icon, .s-navbar-section .nav-right li li.s-nav-dropdown .s-nav-icon, .s-nav div .s-nav-dropdown .s-nav-icon, .s-nav div li.s-nav-dropdown .s-nav-icon, .s-nav li .s-nav-dropdown .s-nav-icon, .s-nav li li.s-nav-dropdown .s-nav-icon { margin-right: 4px; }

.rtl-layout #s-nav .nav-item .s-nav-dropdown .s-nav-icon, .rtl-layout #s-nav .nav-item li.s-nav-dropdown .s-nav-icon, .rtl-layout #s-nav div .s-nav-dropdown .s-nav-icon, .rtl-layout #s-nav div li.s-nav-dropdown .s-nav-icon, .rtl-layout #s-nav li .s-nav-dropdown .s-nav-icon, .rtl-layout #s-nav li li.s-nav-dropdown .s-nav-icon, .rtl-layout .s-nav .nav-item .s-nav-dropdown .s-nav-icon, .rtl-layout .s-nav .nav-item li.s-nav-dropdown .s-nav-icon, .rtl-layout .s-navbar-section .nav-left .nav-item .s-nav-dropdown .s-nav-icon, .rtl-layout .s-navbar-section .nav-left .nav-item li.s-nav-dropdown .s-nav-icon, .rtl-layout .s-navbar-section .nav-left div .s-nav-dropdown .s-nav-icon, .rtl-layout .s-navbar-section .nav-left div li.s-nav-dropdown .s-nav-icon, .rtl-layout .s-navbar-section .nav-left li .s-nav-dropdown .s-nav-icon, .rtl-layout .s-navbar-section .nav-left li li.s-nav-dropdown .s-nav-icon, .rtl-layout .s-navbar-section .nav-right .nav-item .s-nav-dropdown .s-nav-icon, .rtl-layout .s-navbar-section .nav-right .nav-item li.s-nav-dropdown .s-nav-icon, .rtl-layout .s-navbar-section .nav-right div .s-nav-dropdown .s-nav-icon, .rtl-layout .s-navbar-section .nav-right div li.s-nav-dropdown .s-nav-icon, .rtl-layout .s-navbar-section .nav-right li .s-nav-dropdown .s-nav-icon, .rtl-layout .s-navbar-section .nav-right li li.s-nav-dropdown .s-nav-icon, .rtl-layout .s-nav div .s-nav-dropdown .s-nav-icon, .rtl-layout .s-nav div li.s-nav-dropdown .s-nav-icon, .rtl-layout .s-nav li .s-nav-dropdown .s-nav-icon, .rtl-layout .s-nav li li.s-nav-dropdown .s-nav-icon { margin-left: 4px; margin-right: 0px; }

#s-nav .nav-item .s-nav-dropdown ul, #s-nav .nav-item li.s-nav-dropdown ul, #s-nav div .s-nav-dropdown ul, #s-nav div li.s-nav-dropdown ul, #s-nav li .s-nav-dropdown ul, #s-nav li li.s-nav-dropdown ul, .s-nav .nav-item .s-nav-dropdown ul, .s-nav .nav-item li.s-nav-dropdown ul, .s-navbar-section .nav-left .nav-item .s-nav-dropdown ul, .s-navbar-section .nav-left .nav-item li.s-nav-dropdown ul, .s-navbar-section .nav-left div .s-nav-dropdown ul, .s-navbar-section .nav-left div li.s-nav-dropdown ul, .s-navbar-section .nav-left li .s-nav-dropdown ul, .s-navbar-section .nav-left li li.s-nav-dropdown ul, .s-navbar-section .nav-right .nav-item .s-nav-dropdown ul, .s-navbar-section .nav-right .nav-item li.s-nav-dropdown ul, .s-navbar-section .nav-right div .s-nav-dropdown ul, .s-navbar-section .nav-right div li.s-nav-dropdown ul, .s-navbar-section .nav-right li .s-nav-dropdown ul, .s-navbar-section .nav-right li li.s-nav-dropdown ul, .s-nav div .s-nav-dropdown ul, .s-nav div li.s-nav-dropdown ul, .s-nav li .s-nav-dropdown ul, .s-nav li li.s-nav-dropdown ul { display: block; visibility: hidden; position: absolute; top: 100%; left: 0px; padding: 0px; width: 134px; background: rgb(255, 255, 255); box-sizing: border-box; box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 1px; border-radius: 3px; transition: visibility 0.2s, max-height 0.2s; z-index: 110; max-height: 0px; cursor: pointer; overflow: hidden; }

#s-nav .nav-item .s-nav-dropdown ul li, #s-nav .nav-item li.s-nav-dropdown ul li, #s-nav div .s-nav-dropdown ul li, #s-nav div li.s-nav-dropdown ul li, #s-nav li .s-nav-dropdown ul li, #s-nav li li.s-nav-dropdown ul li, .s-nav .nav-item .s-nav-dropdown ul li, .s-nav .nav-item li.s-nav-dropdown ul li, .s-navbar-section .nav-left .nav-item .s-nav-dropdown ul li, .s-navbar-section .nav-left .nav-item li.s-nav-dropdown ul li, .s-navbar-section .nav-left div .s-nav-dropdown ul li, .s-navbar-section .nav-left div li.s-nav-dropdown ul li, .s-navbar-section .nav-left li .s-nav-dropdown ul li, .s-navbar-section .nav-left li li.s-nav-dropdown ul li, .s-navbar-section .nav-right .nav-item .s-nav-dropdown ul li, .s-navbar-section .nav-right .nav-item li.s-nav-dropdown ul li, .s-navbar-section .nav-right div .s-nav-dropdown ul li, .s-navbar-section .nav-right div li.s-nav-dropdown ul li, .s-navbar-section .nav-right li .s-nav-dropdown ul li, .s-navbar-section .nav-right li li.s-nav-dropdown ul li, .s-nav div .s-nav-dropdown ul li, .s-nav div li.s-nav-dropdown ul li, .s-nav li .s-nav-dropdown ul li, .s-nav li li.s-nav-dropdown ul li { text-align: left; display: block !important; margin: 0px !important; padding: 0px !important; }

#s-nav .nav-item .s-nav-dropdown ul li a, #s-nav .nav-item li.s-nav-dropdown ul li a, #s-nav div .s-nav-dropdown ul li a, #s-nav div li.s-nav-dropdown ul li a, #s-nav li .s-nav-dropdown ul li a, #s-nav li li.s-nav-dropdown ul li a, .s-nav .nav-item .s-nav-dropdown ul li a, .s-nav .nav-item li.s-nav-dropdown ul li a, .s-navbar-section .nav-left .nav-item .s-nav-dropdown ul li a, .s-navbar-section .nav-left .nav-item li.s-nav-dropdown ul li a, .s-navbar-section .nav-left div .s-nav-dropdown ul li a, .s-navbar-section .nav-left div li.s-nav-dropdown ul li a, .s-navbar-section .nav-left li .s-nav-dropdown ul li a, .s-navbar-section .nav-left li li.s-nav-dropdown ul li a, .s-navbar-section .nav-right .nav-item .s-nav-dropdown ul li a, .s-navbar-section .nav-right .nav-item li.s-nav-dropdown ul li a, .s-navbar-section .nav-right div .s-nav-dropdown ul li a, .s-navbar-section .nav-right div li.s-nav-dropdown ul li a, .s-navbar-section .nav-right li .s-nav-dropdown ul li a, .s-navbar-section .nav-right li li.s-nav-dropdown ul li a, .s-nav div .s-nav-dropdown ul li a, .s-nav div li.s-nav-dropdown ul li a, .s-nav li .s-nav-dropdown ul li a, .s-nav li li.s-nav-dropdown ul li a { word-break: break-word; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; width: 100%; box-sizing: border-box; text-decoration: none !important; }

#s-nav .nav-item .s-nav-dropdown ul:hover, #s-nav .nav-item li.s-nav-dropdown ul:hover, #s-nav div .s-nav-dropdown ul:hover, #s-nav div li.s-nav-dropdown ul:hover, #s-nav li .s-nav-dropdown ul:hover, #s-nav li li.s-nav-dropdown ul:hover, .s-nav .nav-item .s-nav-dropdown ul:hover, .s-nav .nav-item li.s-nav-dropdown ul:hover, .s-navbar-section .nav-left .nav-item .s-nav-dropdown ul:hover, .s-navbar-section .nav-left .nav-item li.s-nav-dropdown ul:hover, .s-navbar-section .nav-left div .s-nav-dropdown ul:hover, .s-navbar-section .nav-left div li.s-nav-dropdown ul:hover, .s-navbar-section .nav-left li .s-nav-dropdown ul:hover, .s-navbar-section .nav-left li li.s-nav-dropdown ul:hover, .s-navbar-section .nav-right .nav-item .s-nav-dropdown ul:hover, .s-navbar-section .nav-right .nav-item li.s-nav-dropdown ul:hover, .s-navbar-section .nav-right div .s-nav-dropdown ul:hover, .s-navbar-section .nav-right div li.s-nav-dropdown ul:hover, .s-navbar-section .nav-right li .s-nav-dropdown ul:hover, .s-navbar-section .nav-right li li.s-nav-dropdown ul:hover, .s-nav div .s-nav-dropdown ul:hover, .s-nav div li.s-nav-dropdown ul:hover, .s-nav li .s-nav-dropdown ul:hover, .s-nav li li.s-nav-dropdown ul:hover { visibility: visible; transition-delay: 0s, 0s; z-index: 111; }

#s-nav .nav-item .s-nav-dropdown ul:empty, #s-nav .nav-item li.s-nav-dropdown ul:empty, #s-nav div .s-nav-dropdown ul:empty, #s-nav div li.s-nav-dropdown ul:empty, #s-nav li .s-nav-dropdown ul:empty, #s-nav li li.s-nav-dropdown ul:empty, .s-nav .nav-item .s-nav-dropdown ul:empty, .s-nav .nav-item li.s-nav-dropdown ul:empty, .s-navbar-section .nav-left .nav-item .s-nav-dropdown ul:empty, .s-navbar-section .nav-left .nav-item li.s-nav-dropdown ul:empty, .s-navbar-section .nav-left div .s-nav-dropdown ul:empty, .s-navbar-section .nav-left div li.s-nav-dropdown ul:empty, .s-navbar-section .nav-left li .s-nav-dropdown ul:empty, .s-navbar-section .nav-left li li.s-nav-dropdown ul:empty, .s-navbar-section .nav-right .nav-item .s-nav-dropdown ul:empty, .s-navbar-section .nav-right .nav-item li.s-nav-dropdown ul:empty, .s-navbar-section .nav-right div .s-nav-dropdown ul:empty, .s-navbar-section .nav-right div li.s-nav-dropdown ul:empty, .s-navbar-section .nav-right li .s-nav-dropdown ul:empty, .s-navbar-section .nav-right li li.s-nav-dropdown ul:empty, .s-nav div .s-nav-dropdown ul:empty, .s-nav div li.s-nav-dropdown ul:empty, .s-nav li .s-nav-dropdown ul:empty, .s-nav li li.s-nav-dropdown ul:empty { display: none; }

#s-nav .nav-item .s-nav-dropdown:hover ul, #s-nav .nav-item li.s-nav-dropdown:hover ul, #s-nav div .s-nav-dropdown:hover ul, #s-nav div li.s-nav-dropdown:hover ul, #s-nav li .s-nav-dropdown:hover ul, #s-nav li li.s-nav-dropdown:hover ul, .s-nav .nav-item .s-nav-dropdown:hover ul, .s-nav .nav-item li.s-nav-dropdown:hover ul, .s-navbar-section .nav-left .nav-item .s-nav-dropdown:hover ul, .s-navbar-section .nav-left .nav-item li.s-nav-dropdown:hover ul, .s-navbar-section .nav-left div .s-nav-dropdown:hover ul, .s-navbar-section .nav-left div li.s-nav-dropdown:hover ul, .s-navbar-section .nav-left li .s-nav-dropdown:hover ul, .s-navbar-section .nav-left li li.s-nav-dropdown:hover ul, .s-navbar-section .nav-right .nav-item .s-nav-dropdown:hover ul, .s-navbar-section .nav-right .nav-item li.s-nav-dropdown:hover ul, .s-navbar-section .nav-right div .s-nav-dropdown:hover ul, .s-navbar-section .nav-right div li.s-nav-dropdown:hover ul, .s-navbar-section .nav-right li .s-nav-dropdown:hover ul, .s-navbar-section .nav-right li li.s-nav-dropdown:hover ul, .s-nav div .s-nav-dropdown:hover ul, .s-nav div li.s-nav-dropdown:hover ul, .s-nav li .s-nav-dropdown:hover ul, .s-nav li li.s-nav-dropdown:hover ul { visibility: visible; max-height: 2000px; z-index: 111; }

#s-nav .nav-item .s-nav-dropdown:hover .multi-lang-ul, #s-nav .nav-item li.s-nav-dropdown:hover .multi-lang-ul, #s-nav div .s-nav-dropdown:hover .multi-lang-ul, #s-nav div li.s-nav-dropdown:hover .multi-lang-ul, #s-nav li .s-nav-dropdown:hover .multi-lang-ul, #s-nav li li.s-nav-dropdown:hover .multi-lang-ul, .s-nav .nav-item .s-nav-dropdown:hover .multi-lang-ul, .s-nav .nav-item li.s-nav-dropdown:hover .multi-lang-ul, .s-navbar-section .nav-left .nav-item .s-nav-dropdown:hover .multi-lang-ul, .s-navbar-section .nav-left .nav-item li.s-nav-dropdown:hover .multi-lang-ul, .s-navbar-section .nav-left div .s-nav-dropdown:hover .multi-lang-ul, .s-navbar-section .nav-left div li.s-nav-dropdown:hover .multi-lang-ul, .s-navbar-section .nav-left li .s-nav-dropdown:hover .multi-lang-ul, .s-navbar-section .nav-left li li.s-nav-dropdown:hover .multi-lang-ul, .s-navbar-section .nav-right .nav-item .s-nav-dropdown:hover .multi-lang-ul, .s-navbar-section .nav-right .nav-item li.s-nav-dropdown:hover .multi-lang-ul, .s-navbar-section .nav-right div .s-nav-dropdown:hover .multi-lang-ul, .s-navbar-section .nav-right div li.s-nav-dropdown:hover .multi-lang-ul, .s-navbar-section .nav-right li .s-nav-dropdown:hover .multi-lang-ul, .s-navbar-section .nav-right li li.s-nav-dropdown:hover .multi-lang-ul, .s-nav div .s-nav-dropdown:hover .multi-lang-ul, .s-nav div li.s-nav-dropdown:hover .multi-lang-ul, .s-nav li .s-nav-dropdown:hover .multi-lang-ul, .s-nav li li.s-nav-dropdown:hover .multi-lang-ul { margin: 0px; position: fixed; display: block !important; }

#s-nav .nav-item .s-nav-dropdown:hover .multi-lang-ul .flag-container, #s-nav .nav-item li.s-nav-dropdown:hover .multi-lang-ul .flag-container, #s-nav div .s-nav-dropdown:hover .multi-lang-ul .flag-container, #s-nav div li.s-nav-dropdown:hover .multi-lang-ul .flag-container, #s-nav li .s-nav-dropdown:hover .multi-lang-ul .flag-container, #s-nav li li.s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-nav .nav-item .s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-nav .nav-item li.s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-navbar-section .nav-left .nav-item .s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-navbar-section .nav-left .nav-item li.s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-navbar-section .nav-left div .s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-navbar-section .nav-left div li.s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-navbar-section .nav-left li .s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-navbar-section .nav-left li li.s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-navbar-section .nav-right .nav-item .s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-navbar-section .nav-right .nav-item li.s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-navbar-section .nav-right div .s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-navbar-section .nav-right div li.s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-navbar-section .nav-right li .s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-navbar-section .nav-right li li.s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-nav div .s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-nav div li.s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-nav li .s-nav-dropdown:hover .multi-lang-ul .flag-container, .s-nav li li.s-nav-dropdown:hover .multi-lang-ul .flag-container { display: flex; margin: 0px 10px 0px 0px; }

#s-nav .nav-item .s-nav-dropdown.s-nav-dropdown-right ul, #s-nav .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul, #s-nav div .s-nav-dropdown.s-nav-dropdown-right ul, #s-nav div li.s-nav-dropdown.s-nav-dropdown-right ul, #s-nav li .s-nav-dropdown.s-nav-dropdown-right ul, #s-nav li li.s-nav-dropdown.s-nav-dropdown-right ul, .s-nav .nav-item .s-nav-dropdown.s-nav-dropdown-right ul, .s-nav .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul, .s-navbar-section .nav-left .nav-item .s-nav-dropdown.s-nav-dropdown-right ul, .s-navbar-section .nav-left .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul, .s-navbar-section .nav-left div .s-nav-dropdown.s-nav-dropdown-right ul, .s-navbar-section .nav-left div li.s-nav-dropdown.s-nav-dropdown-right ul, .s-navbar-section .nav-left li .s-nav-dropdown.s-nav-dropdown-right ul, .s-navbar-section .nav-left li li.s-nav-dropdown.s-nav-dropdown-right ul, .s-navbar-section .nav-right .nav-item .s-nav-dropdown.s-nav-dropdown-right ul, .s-navbar-section .nav-right .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul, .s-navbar-section .nav-right div .s-nav-dropdown.s-nav-dropdown-right ul, .s-navbar-section .nav-right div li.s-nav-dropdown.s-nav-dropdown-right ul, .s-navbar-section .nav-right li .s-nav-dropdown.s-nav-dropdown-right ul, .s-navbar-section .nav-right li li.s-nav-dropdown.s-nav-dropdown-right ul, .s-nav div .s-nav-dropdown.s-nav-dropdown-right ul, .s-nav div li.s-nav-dropdown.s-nav-dropdown-right ul, .s-nav li .s-nav-dropdown.s-nav-dropdown-right ul, .s-nav li li.s-nav-dropdown.s-nav-dropdown-right ul { top: 0px; left: 100%; margin-left: 5px; }

#s-nav .nav-item .s-nav-dropdown.s-nav-dropdown-right ul li, #s-nav .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul li, #s-nav div .s-nav-dropdown.s-nav-dropdown-right ul li, #s-nav div li.s-nav-dropdown.s-nav-dropdown-right ul li, #s-nav li .s-nav-dropdown.s-nav-dropdown-right ul li, #s-nav li li.s-nav-dropdown.s-nav-dropdown-right ul li, .s-nav .nav-item .s-nav-dropdown.s-nav-dropdown-right ul li, .s-nav .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul li, .s-navbar-section .nav-left .nav-item .s-nav-dropdown.s-nav-dropdown-right ul li, .s-navbar-section .nav-left .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul li, .s-navbar-section .nav-left div .s-nav-dropdown.s-nav-dropdown-right ul li, .s-navbar-section .nav-left div li.s-nav-dropdown.s-nav-dropdown-right ul li, .s-navbar-section .nav-left li .s-nav-dropdown.s-nav-dropdown-right ul li, .s-navbar-section .nav-left li li.s-nav-dropdown.s-nav-dropdown-right ul li, .s-navbar-section .nav-right .nav-item .s-nav-dropdown.s-nav-dropdown-right ul li, .s-navbar-section .nav-right .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul li, .s-navbar-section .nav-right div .s-nav-dropdown.s-nav-dropdown-right ul li, .s-navbar-section .nav-right div li.s-nav-dropdown.s-nav-dropdown-right ul li, .s-navbar-section .nav-right li .s-nav-dropdown.s-nav-dropdown-right ul li, .s-navbar-section .nav-right li li.s-nav-dropdown.s-nav-dropdown-right ul li, .s-nav div .s-nav-dropdown.s-nav-dropdown-right ul li, .s-nav div li.s-nav-dropdown.s-nav-dropdown-right ul li, .s-nav li .s-nav-dropdown.s-nav-dropdown-right ul li, .s-nav li li.s-nav-dropdown.s-nav-dropdown-right ul li { margin: 0px; float: left; width: 100%; }

#s-nav .nav-item .s-nav-dropdown.s-nav-dropdown-right ul li a, #s-nav .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul li a, #s-nav div .s-nav-dropdown.s-nav-dropdown-right ul li a, #s-nav div li.s-nav-dropdown.s-nav-dropdown-right ul li a, #s-nav li .s-nav-dropdown.s-nav-dropdown-right ul li a, #s-nav li li.s-nav-dropdown.s-nav-dropdown-right ul li a, .s-nav .nav-item .s-nav-dropdown.s-nav-dropdown-right ul li a, .s-nav .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul li a, .s-navbar-section .nav-left .nav-item .s-nav-dropdown.s-nav-dropdown-right ul li a, .s-navbar-section .nav-left .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul li a, .s-navbar-section .nav-left div .s-nav-dropdown.s-nav-dropdown-right ul li a, .s-navbar-section .nav-left div li.s-nav-dropdown.s-nav-dropdown-right ul li a, .s-navbar-section .nav-left li .s-nav-dropdown.s-nav-dropdown-right ul li a, .s-navbar-section .nav-left li li.s-nav-dropdown.s-nav-dropdown-right ul li a, .s-navbar-section .nav-right .nav-item .s-nav-dropdown.s-nav-dropdown-right ul li a, .s-navbar-section .nav-right .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul li a, .s-navbar-section .nav-right div .s-nav-dropdown.s-nav-dropdown-right ul li a, .s-navbar-section .nav-right div li.s-nav-dropdown.s-nav-dropdown-right ul li a, .s-navbar-section .nav-right li .s-nav-dropdown.s-nav-dropdown-right ul li a, .s-navbar-section .nav-right li li.s-nav-dropdown.s-nav-dropdown-right ul li a, .s-nav div .s-nav-dropdown.s-nav-dropdown-right ul li a, .s-nav div li.s-nav-dropdown.s-nav-dropdown-right ul li a, .s-nav li .s-nav-dropdown.s-nav-dropdown-right ul li a, .s-nav li li.s-nav-dropdown.s-nav-dropdown-right ul li a { width: 100%; float: left; }

#s-nav .nav-item .site-search, #s-nav div .site-search, #s-nav li .site-search, .s-nav .nav-item .site-search, .s-navbar-section .nav-left .nav-item .site-search, .s-navbar-section .nav-left div .site-search, .s-navbar-section .nav-left li .site-search, .s-navbar-section .nav-right .nav-item .site-search, .s-navbar-section .nav-right div .site-search, .s-navbar-section .nav-right li .site-search, .s-nav div .site-search, .s-nav li .site-search { cursor: pointer; }

#s-nav .nav-item .site-search .fa.fa-search, #s-nav div .site-search .fa.fa-search, #s-nav li .site-search .fa.fa-search, .s-nav .nav-item .site-search .fa.fa-search, .s-navbar-section .nav-left .nav-item .site-search .fa.fa-search, .s-navbar-section .nav-left div .site-search .fa.fa-search, .s-navbar-section .nav-left li .site-search .fa.fa-search, .s-navbar-section .nav-right .nav-item .site-search .fa.fa-search, .s-navbar-section .nav-right div .site-search .fa.fa-search, .s-navbar-section .nav-right li .site-search .fa.fa-search, .s-nav div .site-search .fa.fa-search, .s-nav li .site-search .fa.fa-search { padding: 3px; }

#s-nav .multi-lang-item .flag-float-container, .s-nav .multi-lang-item .flag-float-container, .s-navbar-section .nav-left .multi-lang-item .flag-float-container, .s-navbar-section .nav-right .multi-lang-item .flag-float-container { display: inline-flex; }

.navbar-collapse-menu .drop-down-icon-bold, .navbar-collapse-menu .drop-down-icon-light, .s-navbar-dropdown .drop-down-icon-bold, .s-navbar-dropdown .drop-down-icon-light { font-size: 80%; margin-top: 2px; margin-left: 2px; }

.navbar-collapse-menu .drop-down-icon-bold.fa-chevron-left, .navbar-collapse-menu .drop-down-icon-bold.fa-chevron-right, .navbar-collapse-menu .drop-down-icon-light.fa-chevron-left, .navbar-collapse-menu .drop-down-icon-light.fa-chevron-right, .s-navbar-dropdown .drop-down-icon-bold.fa-chevron-left, .s-navbar-dropdown .drop-down-icon-bold.fa-chevron-right, .s-navbar-dropdown .drop-down-icon-light.fa-chevron-left, .s-navbar-dropdown .drop-down-icon-light.fa-chevron-right { margin-top: 0px; }

.s-nav-ellipsis .ellipsis-icon { margin-top: -4px; }

.navigation-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 999; }

.navigation-buttons span { width: 30px; height: 30px; margin-top: 6px; border-radius: 3px; display: block; cursor: pointer; }

.navigation-buttons span.prev { background: url("/images/nav-prev.9b7656600ce9922302fa591f0be905b7.png") 5px 5px no-repeat rgb(34, 34, 34); }

.navigation-buttons span.next { background: url("/images/nav-next.dacef369fbedad44046aa690538793ff.png") 5px 5px no-repeat rgb(34, 34, 34); }

.navigation-buttons span:hover { background-color: rgb(56, 56, 56); }

.page-wrapper { position: relative; min-height: 100%; }

.page-wrapper.s-full-screen-page { min-height: auto !important; }

.page-wrapper.s-full-screen-page li.slide.s-only-one-section .s-section:not(.s-grid-section):not(.s-slider-section) { box-sizing: border-box; min-height: calc(-200px + 100vh); }

.page-wrapper.s-full-screen-page li.slide.s-only-one-section.first-section-full-height .s-section:not(.s-grid-section):not(.s-slider-section) { min-height: 100vh; }

@media only screen and (max-width: 727px) {
  .page-wrapper.s-full-screen-page li.slide.s-only-one-section.first-section-full-height .s-section:not(.s-grid-section):not(.s-slider-section) { min-height: calc(100vh - var(--s-mobile-nav-height)) !important; }
  .page-wrapper.s-full-screen-page li.slide.s-only-one-section.first-section-full-height.s-with-mobile-actions .s-section:not(.s-grid-section):not(.s-slider-section) { min-height: calc(100vh - var(--s-mobile-nav-height) - var(--s-mobile-actions-height)) !important; }
}

.page-wrapper .s-new-hidden-pc-section { display: none; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-new-hidden-pc-section:not(.s-new-hidden-mobile-section) { display: block; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-new-hidden-mobile-section { display: none; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .page-wrapper .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-new-hidden-pc-section:not(.s-new-hidden-mobile-section) { display: block; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-new-hidden-mobile-section { display: none; }
  body[data-mobile-new-breakpoint-stage="1"] .page-wrapper .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-cookie-notification-bar { position: fixed; bottom: -300px; left: 20px; padding: 15px; width: 300px; z-index: 10000; font-size: 12px; box-sizing: border-box; border-radius: 4px; }

.s-cookie-notification-bar .cookie-notification-title { font-size: 14px; font-weight: 600; }

.s-cookie-notification-bar .cookie-notification-text { display: inline-block; padding: 10px 0px; line-height: 15px; }

.s-cookie-notification-bar .operation-area { display: flex; flex-flow: wrap; gap: 10px; align-items: center; }

.s-cookie-notification-bar .operation-area .accept-btn.s-common-button { padding: 6px 10px; font-size: 12px; letter-spacing: normal; border-radius: 4px; margin: 0px; }

.s-cookie-notification-bar .operation-area .cancel-btn { display: inline-block; }

.s-cookie-notification-bar .s-common-link { cursor: pointer; }

@media only screen and (max-width: 500px) {
  .s-cookie-notification-bar { width: 60vw; padding: 10px; left: 20px; bottom: -300px; z-index: 2000; }
  .s-cookie-notification-bar .cookie-notification-text { padding: 6px 0px; }
  .s-cookie-notification-bar .s-common-link { display: inline-block; padding-top: 6px; }
  .s-cookie-notification-bar .s-common-link.cancel-btn { position: relative; bottom: 7px; }
  .s-cookie-notification-bar .s-common-button { float: right; }
}

.cookie-settings-dialog-wrap .cookie-settings-mask { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 10000; background: rgba(0, 0, 0, 0.4); cursor: pointer; }

.cookie-settings-dialog-wrap .cookie-settings-dialog { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10000; background: rgb(255, 255, 255); border-radius: 5px; padding: 20px; max-width: 450px; }

@media only screen and (max-width: 500px) {
  .cookie-settings-dialog-wrap .cookie-settings-dialog { width: 80vw; }
}

.cookie-settings-dialog-wrap .cookie-settings-dialog .cookie-heading { font-size: 14px; font-weight: 700; }

.cookie-settings-dialog-wrap .cookie-settings-dialog .cookie-item { display: flex; margin-top: 20px; }

.cookie-settings-dialog-wrap .cookie-settings-dialog .cookie-item .cookie-checkbox { vertical-align: -2px; }

.cookie-settings-dialog-wrap .cookie-settings-dialog .cookie-item .cookie-title { font-size: 12px; font-weight: 700; line-height: 1.5; }

.cookie-settings-dialog-wrap .cookie-settings-dialog .cookie-item .cookie-desc { line-height: 1.5; font-size: 12px; }

.cookie-settings-dialog-wrap .cookie-settings-dialog .save-btn { padding: 6px 16px; margin-top: 20px; font-size: 12px; letter-spacing: normal; border-radius: 4px; text-transform: capitalize; }

.s-cookie-notification-dialog, .s-terms-dialog { padding-bottom: 30px; max-width: 100%; color: rgb(99, 105, 114); }

@media only screen and (min-width: 501px) {
  .s-cookie-notification-dialog, .s-terms-dialog { width: 660px; height: 450px; }
}

.s-cookie-notification-dialog::-webkit-scrollbar, .s-cookie-notification-dialog ::-webkit-scrollbar, .s-terms-dialog::-webkit-scrollbar, .s-terms-dialog ::-webkit-scrollbar { appearance: none; height: 7px; width: 7px; }

.s-cookie-notification-dialog::-webkit-scrollbar-thumb, .s-cookie-notification-dialog ::-webkit-scrollbar-thumb, .s-terms-dialog::-webkit-scrollbar-thumb, .s-terms-dialog ::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0, 0, 0, 0.4); box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 1px; }

.s-cookie-notification-dialog .close-button, .s-terms-dialog .close-button { font-size: 30px; font-weight: 300; line-height: 1; cursor: pointer; top: 10px; right: 14px; }

.s-cookie-notification-dialog .text-wrapper, .s-terms-dialog .text-wrapper { overflow: auto; padding: 0px 30px 30px; margin-top: 30px; height: 100%; box-sizing: border-box; }

.s-cookie-notification-dialog .text-wrapper .paragraph, .s-terms-dialog .text-wrapper .paragraph { margin-bottom: 25px; }

.s-cookie-notification-dialog .text-wrapper .paragraph h5, .s-terms-dialog .text-wrapper .paragraph h5 { margin-bottom: 6px; font-weight: 700 !important; }

.s-cookie-notification-dialog .text-wrapper .paragraph p, .s-terms-dialog .text-wrapper .paragraph p { margin-bottom: 6px; font-size: 14px; }

.s-cookie-notification-dialog .text-wrapper .paragraph:last-child, .s-cookie-notification-dialog .text-wrapper .paragraph p:last-child, .s-terms-dialog .text-wrapper .paragraph:last-child, .s-terms-dialog .text-wrapper .paragraph p:last-child { margin-bottom: 0px; }

.s-terms-dialog { border-radius: unset; padding-bottom: 0px; margin-top: 0px; height: 100vh; }

@media only screen and (min-width: 501px) {
  .s-terms-dialog { width: 800px; height: 100vh; }
}

.s-terms-dialog .close-button { right: 30px; }

.s-terms-dialog .title-wrapper { font-family: brandon-grotesque, brandon, martel-sans, sans-serif; font-size: 20px; font-weight: 700; color: rgb(75, 80, 86); text-align: left; padding: 30px 30px 0px; text-transform: uppercase; margin-bottom: 12px; }

.s-terms-dialog .title-wrapper:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-terms-dialog .title-wrapper:lang(sxl), .s-terms-dialog .title-wrapper:lang(zh), .s-terms-dialog .title-wrapper:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-terms-dialog .title-wrapper:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-terms-dialog pre { margin-top: 0px; padding: 0px 20px 0px 30px; font-size: 15px; line-height: 1.4; overflow-y: auto; overflow-wrap: break-word; white-space: pre-wrap; max-height: calc(-92px + 100vh); font-family: open_sans, "Open Sans", sans-serif; }

.s-terms-dialog pre:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-terms-dialog pre:lang(sxl), .s-terms-dialog pre:lang(zh), .s-terms-dialog pre:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-terms-dialog pre:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-mobile-footer-bar, .s-mobile-footer-bar-spacer { width: 100%; height: 45px; }

.s-mobile-footer-bar { background-color: rgb(255, 255, 255); bottom: -45px; transition: bottom 0.4s; border-top: 1px solid rgb(247, 247, 247); z-index: 208; display: flex; justify-content: space-between; align-items: center; padding: 5px 0px; }

.s-mobile-footer-bar.sticky { position: fixed; bottom: 0px; left: 0px; }

.s-mobile-footer-bar.sticky-above-cart { position: fixed; bottom: 40px; left: 0px; }

.s-mobile-footer-bar.sticky-above-new-mobile-actions { position: fixed; bottom: 50px; left: 0px; }

.s-mobile-footer-bar.has-new-mobile-actions { padding-bottom: 50px; }

.s-mobile-footer-bar .logo-sxl { margin-left: 10px; font-size: 13px; white-space: nowrap; }

.s-mobile-footer-bar .logo-sxl img { height: 14px; vertical-align: sub; position: relative; top: -1px; }

.s-mobile-footer-bar .logo-sxl .slogan { color: rgb(99, 105, 114); margin-left: 5px; }

.s-mobile-footer-bar .actions { margin-right: 5px; white-space: nowrap; }

@media only screen and (max-width: 320px) {
  .s-mobile-footer-bar .s-btn.small { padding: 8px; }
}

.cookie-settings-dialog-wrap .cookie-settings-dialog, .s-cookie-notification-bar { background-color: rgb(244, 246, 248); color: rgb(85, 85, 85); }

ul.slides li.slide { position: relative; outline: none; }

.section-anchor { position: absolute; top: 0px; left: 0px; }

.column, .columns { transition: width 0.2s cubic-bezier(0.7, 0, 0.3, 1), margin 0.2s cubic-bezier(0.7, 0, 0.3, 1), padding 0.2s cubic-bezier(0.7, 0, 0.3, 1); }

.s-async-wrapper, .s-loading-wrapper { width: 100%; height: 100%; min-height: 200px; position: absolute; top: 0px; left: 0px; background: transparent; z-index: 100; clear: both; }

.s-async-wrapper.relative-wrapper, .s-loading-wrapper.relative-wrapper { position: relative; }

.s-async-wrapper .s-loading, .s-loading-wrapper .s-loading { position: relative; top: 80px; margin: 0px auto; width: 40px; height: 40px; background: url("/images/loading.4f0d7a057ab9bf47148d131d6823bc61.gif") 50% center no-repeat rgb(255, 255, 255); text-align: center; border-radius: 20px; }

.s-slider { width: 1px; min-width: 100% !important; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-email-form-fields-group .s-common-button { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-email-form-fields-group .s-common-button { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-common-button { zoom: 1; padding: 10px 20px; background: rgb(238, 238, 238); word-break: break-word; }

.s-common-button.middle { vertical-align: middle; }

.s-common-button.s-small-button { padding: 10px 20px; font-size: 16px; }

#s-content .s-common-button.s-custom-btn.pc-large, #s-use-site-style-config-container .s-common-button.s-custom-btn.pc-large, #section-selector-wrapper .s-common-button.s-custom-btn.pc-large { font-size: 24px; padding: 24px 30px; }

#s-content .s-common-button.s-custom-btn.pc-large.ghost, #s-use-site-style-config-container .s-common-button.s-custom-btn.pc-large.ghost, #section-selector-wrapper .s-common-button.s-custom-btn.pc-large.ghost { padding: 22px 30px; }

#s-content .s-common-button.s-custom-btn.pc-medium, #s-use-site-style-config-container .s-common-button.s-custom-btn.pc-medium, #section-selector-wrapper .s-common-button.s-custom-btn.pc-medium { font-size: 20px; padding: 16px 28px; }

#s-content .s-common-button.s-custom-btn.pc-medium.ghost, #s-use-site-style-config-container .s-common-button.s-custom-btn.pc-medium.ghost, #section-selector-wrapper .s-common-button.s-custom-btn.pc-medium.ghost { padding: 14px 28px; }

#s-content .s-common-button.s-custom-btn.pc-small, #s-use-site-style-config-container .s-common-button.s-custom-btn.pc-small, #section-selector-wrapper .s-common-button.s-custom-btn.pc-small { font-size: 16px; padding: 12px 18px; }

#s-content .s-common-button.s-custom-btn.pc-small.ghost, #s-use-site-style-config-container .s-common-button.s-custom-btn.pc-small.ghost, #section-selector-wrapper .s-common-button.s-custom-btn.pc-small.ghost { padding: 10px 18px; }

#s-content .s-common-button.s-custom-btn.pc-full, #s-use-site-style-config-container .s-common-button.s-custom-btn.pc-full, #section-selector-wrapper .s-common-button.s-custom-btn.pc-full { width: 100%; font-size: 20px; padding: 14px 28px; box-sizing: border-box; }

#s-content .s-common-button.s-custom-btn.pc-full.ghost, #s-use-site-style-config-container .s-common-button.s-custom-btn.pc-full.ghost, #section-selector-wrapper .s-common-button.s-custom-btn.pc-full.ghost { padding: 12px 28px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-common-button.s-custom-btn.mobile-large, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-large { width: auto; font-size: 24px; padding: 24px 30px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-common-button.s-custom-btn.mobile-large.ghost, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-large.ghost { padding: 22px 30px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-common-button.s-custom-btn.mobile-medium, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-medium { width: auto; font-size: 20px; padding: 16px 28px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-common-button.s-custom-btn.mobile-medium.ghost, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-medium.ghost { padding: 14px 28px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-common-button.s-custom-btn.mobile-small, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-small { width: auto; font-size: 16px; padding: 12px 18px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-common-button.s-custom-btn.mobile-small.ghost, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-small.ghost { padding: 10px 18px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-common-button.s-custom-btn.mobile-automatic, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-automatic { width: 100%; font-size: 20px; padding: 14px 28px; box-sizing: border-box; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-common-button.s-custom-btn.mobile-automatic.ghost, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-automatic.ghost { padding: 12px 28px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-common-button.s-custom-btn.mobile-large, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-large { width: auto; font-size: 24px; padding: 24px 30px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-common-button.s-custom-btn.mobile-large.ghost, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-large.ghost { padding: 22px 30px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-common-button.s-custom-btn.mobile-medium, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-medium { width: auto; font-size: 20px; padding: 16px 28px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-common-button.s-custom-btn.mobile-medium.ghost, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-medium.ghost { padding: 14px 28px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-common-button.s-custom-btn.mobile-small, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-small { width: auto; font-size: 16px; padding: 12px 18px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-common-button.s-custom-btn.mobile-small.ghost, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-small.ghost { padding: 10px 18px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-common-button.s-custom-btn.mobile-automatic, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-automatic { width: 100%; font-size: 20px; padding: 14px 28px; box-sizing: border-box; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-common-button.s-custom-btn.mobile-automatic.ghost, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-automatic.ghost { padding: 12px 28px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-slider-section-s5 { padding-top: 0px !important; }
}

#new-dashboard-preview-mobile-view .s-email-form-fields-group .s-common-button { width: 100%; }

#new-dashboard-preview-mobile-view #s-content .s-common-button.s-custom-btn.mobile-large, #new-dashboard-preview-mobile-view #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-large { width: auto; font-size: 24px; padding: 24px 30px; }

#new-dashboard-preview-mobile-view #s-content .s-common-button.s-custom-btn.mobile-large.ghost, #new-dashboard-preview-mobile-view #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-large.ghost { padding: 22px 30px; }

#new-dashboard-preview-mobile-view #s-content .s-common-button.s-custom-btn.mobile-medium, #new-dashboard-preview-mobile-view #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-medium { width: auto; font-size: 20px; padding: 16px 28px; }

#new-dashboard-preview-mobile-view #s-content .s-common-button.s-custom-btn.mobile-medium.ghost, #new-dashboard-preview-mobile-view #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-medium.ghost { padding: 14px 28px; }

#new-dashboard-preview-mobile-view #s-content .s-common-button.s-custom-btn.mobile-small, #new-dashboard-preview-mobile-view #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-small { width: auto; font-size: 16px; padding: 12px 18px; }

#new-dashboard-preview-mobile-view #s-content .s-common-button.s-custom-btn.mobile-small.ghost, #new-dashboard-preview-mobile-view #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-small.ghost { padding: 10px 18px; }

#new-dashboard-preview-mobile-view #s-content .s-common-button.s-custom-btn.mobile-automatic, #new-dashboard-preview-mobile-view #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-automatic { width: 100%; font-size: 20px; padding: 14px 28px; box-sizing: border-box; }

#new-dashboard-preview-mobile-view #s-content .s-common-button.s-custom-btn.mobile-automatic.ghost, #new-dashboard-preview-mobile-view #s-use-site-style-config-container .s-common-button.s-custom-btn.mobile-automatic.ghost { padding: 12px 28px; }

#new-dashboard-preview-mobile-view .s-common-button-group.row-layout { display: flex; flex-direction: column; row-gap: 10px; }

#new-dashboard-preview-mobile-view .s-common-button-group.row-layout.mobile-full { justify-content: unset; }

#new-dashboard-preview-mobile-view .s-common-button-group.row-layout.new-smart-binding.flex-start-alignment { align-items: flex-start; }

#new-dashboard-preview-mobile-view .s-common-button-group.row-layout.new-smart-binding.flex-center-alignment { align-items: center; }

#new-dashboard-preview-mobile-view .s-common-button-group.row-layout.new-smart-binding.flex-end-alignment { align-items: flex-end; }

#new-dashboard-preview-mobile-view .s-common-button-group.column-layout.mobile-full { align-items: unset; }

#new-dashboard-preview-mobile-view .s-common-button-group .full-width-on-mobile { width: 100%; box-sizing: border-box; }

#new-dashboard-preview-mobile-view .repeated-elements.btn-group { flex-direction: column; }

#new-dashboard-preview-mobile-view .repeated-elements .s-common-button { flex: 1 1 0%; }

#new-dashboard-preview-mobile-view .repeated-elements .s-component.s-text { flex: 0 0 calc(50% - 15px); }

#new-dashboard-preview-mobile-view .repeated-elements .s-component.s-image { flex: 0 0 calc(50% - 5px); }

#new-dashboard-preview-mobile-view .button-and-overlay.mobile-automatic { flex: 1 1 0%; }

.s-common-status { display: inline-block; zoom: 1; background: rgb(238, 238, 238); padding: 18px 30px; border-radius: 3px; color: rgb(119, 119, 119); border-bottom: 1px solid rgb(221, 221, 221); text-shadow: none; }

.s-common-status.middle { vertical-align: middle; }

.s-common-status a { color: rgb(119, 119, 119); border-bottom: 1px solid; text-decoration: none; }

.s-native-editor .s-common-status { font-size: 12px; padding: 10px 24px; }

#s-content.loading:not(.app-mode)::before { content: ""; position: absolute; left: 50%; top: 400px; width: 28px; height: 28px; margin: -14px 0px 0px -14px; background: url("/images/loading.4f0d7a057ab9bf47148d131d6823bc61.gif") 50% center no-repeat; z-index: 210; }

#new-dashboard-preview-mobile-view #s-content .s-component.s-text .s-text-font-size-over-40, #new-dashboard-preview-mobile-view #s-content .s-component.s-text .s-text-font-size-over-40 p, #new-dashboard-preview-mobile-view #s-content .s-component.s-text .s-text-font-size-over-40 span, #new-dashboard-preview-mobile-view #s-content .s-component.s-text .s-text-font-size-over-50, #new-dashboard-preview-mobile-view #s-content .s-component.s-text .s-text-font-size-over-50 p, #new-dashboard-preview-mobile-view #s-content .s-component.s-text .s-text-font-size-over-50 span, #new-dashboard-preview-mobile-view #s-content .s-component.s-text .s-text-font-size-over-60, #new-dashboard-preview-mobile-view #s-content .s-component.s-text .s-text-font-size-over-60 p, #new-dashboard-preview-mobile-view #s-content .s-component.s-text .s-text-font-size-over-60 span, #new-dashboard-preview-mobile-view #s-content .s-component.s-text .s-text-font-size-over-70, #new-dashboard-preview-mobile-view #s-content .s-component.s-text .s-text-font-size-over-70 p, #new-dashboard-preview-mobile-view #s-content .s-component.s-text .s-text-font-size-over-70 span, #new-dashboard-preview-mobile-view #s-content .s-component.s-text .s-text-font-size-over-80, #new-dashboard-preview-mobile-view #s-content .s-component.s-text .s-text-font-size-over-80 p, #new-dashboard-preview-mobile-view #s-content .s-component.s-text .s-text-font-size-over-80 span { font-size: 40px !important; line-height: 1.25; }

#new-dashboard-preview-mobile-view #s-content h1 { font-size: 36px; }

#new-dashboard-preview-mobile-view #s-content h2 { font-size: 24px; }

#new-dashboard-preview-mobile-view #s-content h3 { font-size: 20px; }

#new-dashboard-preview-mobile-view #s-content h4, #new-dashboard-preview-mobile-view #s-content h5, #new-dashboard-preview-mobile-view #s-content h6 { font-size: 16px; }

#s-content, #s-use-site-style-config-container { position: relative; overflow: hidden; margin-left: 0px; min-height: 100vh; font-size: 16px; }

#s-content h1, #s-use-site-style-config-container h1 { font-size: 45px; }

#s-content h2, #s-use-site-style-config-container h2 { font-size: 36px; }

#s-content h3, #s-use-site-style-config-container h3 { font-size: 24px; }

#s-content h4, #s-use-site-style-config-container h4 { font-size: 20px; }

#s-content h5, #s-use-site-style-config-container h5 { font-size: 16px !important; }

#s-content h6, #s-use-site-style-config-container h6 { font-size: 16px; }

#s-content h1, #s-content h2, #s-content h3, #s-content h4, #s-content h5, #s-content h6, #s-use-site-style-config-container h1, #s-use-site-style-config-container h2, #s-use-site-style-config-container h3, #s-use-site-style-config-container h4, #s-use-site-style-config-container h5, #s-use-site-style-config-container h6 { line-height: inherit; font-weight: inherit; }

#s-content .s-component.s-text .s-text-font-size-over-default, #s-content .s-component.s-text .s-text-font-size-over-default h2, #s-content .s-component.s-text .s-text-font-size-over-default h3, #s-content .s-component.s-text .s-text-font-size-over-default h4, #s-content .s-component.s-text .s-text-font-size-over-default h5, #s-content .s-component.s-text .s-text-font-size-over-default p, #s-content .s-component.s-text .s-text-font-size-over-default span, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default h2, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default h3, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default h4, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default h5, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default p, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default span { line-height: 1.5; }

#s-content .s-component.s-text .s-text-font-size-over-default div, #s-content .s-component.s-text .s-text-font-size-over-default em, #s-content .s-component.s-text .s-text-font-size-over-default h2 em, #s-content .s-component.s-text .s-text-font-size-over-default h2 strong, #s-content .s-component.s-text .s-text-font-size-over-default h3 em, #s-content .s-component.s-text .s-text-font-size-over-default h3 strong, #s-content .s-component.s-text .s-text-font-size-over-default h4 em, #s-content .s-component.s-text .s-text-font-size-over-default h4 strong, #s-content .s-component.s-text .s-text-font-size-over-default h5 em, #s-content .s-component.s-text .s-text-font-size-over-default h5 strong, #s-content .s-component.s-text .s-text-font-size-over-default p em, #s-content .s-component.s-text .s-text-font-size-over-default p strong, #s-content .s-component.s-text .s-text-font-size-over-default span em, #s-content .s-component.s-text .s-text-font-size-over-default span strong, #s-content .s-component.s-text .s-text-font-size-over-default strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default div, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default h2 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default h2 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default h3 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default h3 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default h4 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default h4 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default h5 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default h5 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default p em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default p strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default span em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default span strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-default strong { line-height: inherit; }

#s-content .s-component.s-text .s-text-font-size-over-30, #s-content .s-component.s-text .s-text-font-size-over-30 h1, #s-content .s-component.s-text .s-text-font-size-over-30 h2, #s-content .s-component.s-text .s-text-font-size-over-30 h3, #s-content .s-component.s-text .s-text-font-size-over-30 h4, #s-content .s-component.s-text .s-text-font-size-over-30 h5, #s-content .s-component.s-text .s-text-font-size-over-30 p, #s-content .s-component.s-text .s-text-font-size-over-30 span, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 h1, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 h2, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 h3, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 h4, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 h5, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 p, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 span { line-height: 1.4; }

#s-content .s-component.s-text .s-text-font-size-over-30 div, #s-content .s-component.s-text .s-text-font-size-over-30 em, #s-content .s-component.s-text .s-text-font-size-over-30 h1 em, #s-content .s-component.s-text .s-text-font-size-over-30 h1 strong, #s-content .s-component.s-text .s-text-font-size-over-30 h2 em, #s-content .s-component.s-text .s-text-font-size-over-30 h2 strong, #s-content .s-component.s-text .s-text-font-size-over-30 h3 em, #s-content .s-component.s-text .s-text-font-size-over-30 h3 strong, #s-content .s-component.s-text .s-text-font-size-over-30 h4 em, #s-content .s-component.s-text .s-text-font-size-over-30 h4 strong, #s-content .s-component.s-text .s-text-font-size-over-30 h5 em, #s-content .s-component.s-text .s-text-font-size-over-30 h5 strong, #s-content .s-component.s-text .s-text-font-size-over-30 p em, #s-content .s-component.s-text .s-text-font-size-over-30 p strong, #s-content .s-component.s-text .s-text-font-size-over-30 span em, #s-content .s-component.s-text .s-text-font-size-over-30 span strong, #s-content .s-component.s-text .s-text-font-size-over-30 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 div, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 h1 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 h1 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 h2 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 h2 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 h3 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 h3 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 h4 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 h4 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 h5 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 h5 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 p em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 p strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 span em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 span strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-30 strong { line-height: inherit; }

#s-content .s-component.s-text .s-text-font-size-over-40, #s-content .s-component.s-text .s-text-font-size-over-40 h1, #s-content .s-component.s-text .s-text-font-size-over-40 h2, #s-content .s-component.s-text .s-text-font-size-over-40 h3, #s-content .s-component.s-text .s-text-font-size-over-40 h4, #s-content .s-component.s-text .s-text-font-size-over-40 h5, #s-content .s-component.s-text .s-text-font-size-over-40 p, #s-content .s-component.s-text .s-text-font-size-over-40 span, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 h1, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 h2, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 h3, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 h4, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 h5, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 p, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 span { line-height: 1.3; }

#s-content .s-component.s-text .s-text-font-size-over-40 div, #s-content .s-component.s-text .s-text-font-size-over-40 em, #s-content .s-component.s-text .s-text-font-size-over-40 h1 em, #s-content .s-component.s-text .s-text-font-size-over-40 h1 strong, #s-content .s-component.s-text .s-text-font-size-over-40 h2 em, #s-content .s-component.s-text .s-text-font-size-over-40 h2 strong, #s-content .s-component.s-text .s-text-font-size-over-40 h3 em, #s-content .s-component.s-text .s-text-font-size-over-40 h3 strong, #s-content .s-component.s-text .s-text-font-size-over-40 h4 em, #s-content .s-component.s-text .s-text-font-size-over-40 h4 strong, #s-content .s-component.s-text .s-text-font-size-over-40 h5 em, #s-content .s-component.s-text .s-text-font-size-over-40 h5 strong, #s-content .s-component.s-text .s-text-font-size-over-40 p em, #s-content .s-component.s-text .s-text-font-size-over-40 p strong, #s-content .s-component.s-text .s-text-font-size-over-40 span em, #s-content .s-component.s-text .s-text-font-size-over-40 span strong, #s-content .s-component.s-text .s-text-font-size-over-40 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 div, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 h1 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 h1 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 h2 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 h2 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 h3 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 h3 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 h4 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 h4 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 h5 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 h5 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 p em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 p strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 span em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 span strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 strong { line-height: inherit; }

#s-content .s-component.s-text .s-text-font-size-over-50, #s-content .s-component.s-text .s-text-font-size-over-50 h1, #s-content .s-component.s-text .s-text-font-size-over-50 h2, #s-content .s-component.s-text .s-text-font-size-over-50 h3, #s-content .s-component.s-text .s-text-font-size-over-50 h4, #s-content .s-component.s-text .s-text-font-size-over-50 h5, #s-content .s-component.s-text .s-text-font-size-over-50 p, #s-content .s-component.s-text .s-text-font-size-over-50 span, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 h1, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 h2, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 h3, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 h4, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 h5, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 p, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 span { line-height: 1.2; }

#s-content .s-component.s-text .s-text-font-size-over-50 div, #s-content .s-component.s-text .s-text-font-size-over-50 em, #s-content .s-component.s-text .s-text-font-size-over-50 h1 em, #s-content .s-component.s-text .s-text-font-size-over-50 h1 strong, #s-content .s-component.s-text .s-text-font-size-over-50 h2 em, #s-content .s-component.s-text .s-text-font-size-over-50 h2 strong, #s-content .s-component.s-text .s-text-font-size-over-50 h3 em, #s-content .s-component.s-text .s-text-font-size-over-50 h3 strong, #s-content .s-component.s-text .s-text-font-size-over-50 h4 em, #s-content .s-component.s-text .s-text-font-size-over-50 h4 strong, #s-content .s-component.s-text .s-text-font-size-over-50 h5 em, #s-content .s-component.s-text .s-text-font-size-over-50 h5 strong, #s-content .s-component.s-text .s-text-font-size-over-50 p em, #s-content .s-component.s-text .s-text-font-size-over-50 p strong, #s-content .s-component.s-text .s-text-font-size-over-50 span em, #s-content .s-component.s-text .s-text-font-size-over-50 span strong, #s-content .s-component.s-text .s-text-font-size-over-50 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 div, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 h1 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 h1 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 h2 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 h2 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 h3 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 h3 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 h4 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 h4 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 h5 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 h5 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 p em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 p strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 span em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 span strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 strong { line-height: inherit; }

#s-content .s-component.s-text .s-text-font-size-over-60, #s-content .s-component.s-text .s-text-font-size-over-60 h1, #s-content .s-component.s-text .s-text-font-size-over-60 h2, #s-content .s-component.s-text .s-text-font-size-over-60 h3, #s-content .s-component.s-text .s-text-font-size-over-60 h4, #s-content .s-component.s-text .s-text-font-size-over-60 h5, #s-content .s-component.s-text .s-text-font-size-over-60 p, #s-content .s-component.s-text .s-text-font-size-over-60 span, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 h1, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 h2, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 h3, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 h4, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 h5, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 p, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 span { line-height: 1.15; }

#s-content .s-component.s-text .s-text-font-size-over-60 div, #s-content .s-component.s-text .s-text-font-size-over-60 em, #s-content .s-component.s-text .s-text-font-size-over-60 h1 em, #s-content .s-component.s-text .s-text-font-size-over-60 h1 strong, #s-content .s-component.s-text .s-text-font-size-over-60 h2 em, #s-content .s-component.s-text .s-text-font-size-over-60 h2 strong, #s-content .s-component.s-text .s-text-font-size-over-60 h3 em, #s-content .s-component.s-text .s-text-font-size-over-60 h3 strong, #s-content .s-component.s-text .s-text-font-size-over-60 h4 em, #s-content .s-component.s-text .s-text-font-size-over-60 h4 strong, #s-content .s-component.s-text .s-text-font-size-over-60 h5 em, #s-content .s-component.s-text .s-text-font-size-over-60 h5 strong, #s-content .s-component.s-text .s-text-font-size-over-60 p em, #s-content .s-component.s-text .s-text-font-size-over-60 p strong, #s-content .s-component.s-text .s-text-font-size-over-60 span em, #s-content .s-component.s-text .s-text-font-size-over-60 span strong, #s-content .s-component.s-text .s-text-font-size-over-60 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 div, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 h1 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 h1 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 h2 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 h2 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 h3 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 h3 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 h4 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 h4 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 h5 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 h5 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 p em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 p strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 span em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 span strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 strong { line-height: inherit; }

#s-content .s-component.s-text .s-text-font-size-over-70, #s-content .s-component.s-text .s-text-font-size-over-70 h1, #s-content .s-component.s-text .s-text-font-size-over-70 h2, #s-content .s-component.s-text .s-text-font-size-over-70 h3, #s-content .s-component.s-text .s-text-font-size-over-70 h4, #s-content .s-component.s-text .s-text-font-size-over-70 h5, #s-content .s-component.s-text .s-text-font-size-over-70 p, #s-content .s-component.s-text .s-text-font-size-over-70 span, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 h1, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 h2, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 h3, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 h4, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 h5, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 p, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 span { line-height: 1.1; }

#s-content .s-component.s-text .s-text-font-size-over-70 div, #s-content .s-component.s-text .s-text-font-size-over-70 em, #s-content .s-component.s-text .s-text-font-size-over-70 h1 em, #s-content .s-component.s-text .s-text-font-size-over-70 h1 strong, #s-content .s-component.s-text .s-text-font-size-over-70 h2 em, #s-content .s-component.s-text .s-text-font-size-over-70 h2 strong, #s-content .s-component.s-text .s-text-font-size-over-70 h3 em, #s-content .s-component.s-text .s-text-font-size-over-70 h3 strong, #s-content .s-component.s-text .s-text-font-size-over-70 h4 em, #s-content .s-component.s-text .s-text-font-size-over-70 h4 strong, #s-content .s-component.s-text .s-text-font-size-over-70 h5 em, #s-content .s-component.s-text .s-text-font-size-over-70 h5 strong, #s-content .s-component.s-text .s-text-font-size-over-70 p em, #s-content .s-component.s-text .s-text-font-size-over-70 p strong, #s-content .s-component.s-text .s-text-font-size-over-70 span em, #s-content .s-component.s-text .s-text-font-size-over-70 span strong, #s-content .s-component.s-text .s-text-font-size-over-70 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 div, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 h1 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 h1 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 h2 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 h2 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 h3 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 h3 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 h4 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 h4 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 h5 em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 h5 strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 p em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 p strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 span em, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 span strong, #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 strong { line-height: inherit; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-component.s-text .s-text-font-size-over-40, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-component.s-text .s-text-font-size-over-40 p, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-component.s-text .s-text-font-size-over-40 span, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-component.s-text .s-text-font-size-over-50, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-component.s-text .s-text-font-size-over-50 p, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-component.s-text .s-text-font-size-over-50 span, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-component.s-text .s-text-font-size-over-60, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-component.s-text .s-text-font-size-over-60 p, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-component.s-text .s-text-font-size-over-60 span, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-component.s-text .s-text-font-size-over-70, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-component.s-text .s-text-font-size-over-70 p, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-component.s-text .s-text-font-size-over-70 span, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-component.s-text .s-text-font-size-over-80, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-component.s-text .s-text-font-size-over-80 p, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-component.s-text .s-text-font-size-over-80 span, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 p, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 span, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 p, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 span, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 p, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 span, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 p, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 span, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-80, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-80 p, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-80 span { font-size: 40px !important; line-height: 1.25; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-component.s-text .s-text-font-size-over-40, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-component.s-text .s-text-font-size-over-40 p, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-component.s-text .s-text-font-size-over-40 span, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-component.s-text .s-text-font-size-over-50, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-component.s-text .s-text-font-size-over-50 p, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-component.s-text .s-text-font-size-over-50 span, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-component.s-text .s-text-font-size-over-60, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-component.s-text .s-text-font-size-over-60 p, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-component.s-text .s-text-font-size-over-60 span, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-component.s-text .s-text-font-size-over-70, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-component.s-text .s-text-font-size-over-70 p, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-component.s-text .s-text-font-size-over-70 span, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-component.s-text .s-text-font-size-over-80, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-component.s-text .s-text-font-size-over-80 p, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-component.s-text .s-text-font-size-over-80 span, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 p, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-40 span, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 p, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-50 span, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 p, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-60 span, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 p, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-70 span, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-80, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-80 p, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-component.s-text .s-text-font-size-over-80 span { font-size: 40px !important; line-height: 1.25; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 875px) {
  #s-content h1 [style*="font-size:130%"], #s-content h1 [style*="font-size: 130%"], #s-content h1 [style*="font-size:160%"], #s-content h1 [style*="font-size: 160%"], #s-use-site-style-config-container h1 [style*="font-size:130%"], #s-use-site-style-config-container h1 [style*="font-size: 130%"], #s-use-site-style-config-container h1 [style*="font-size:160%"], #s-use-site-style-config-container h1 [style*="font-size: 160%"] { font-size: 100% !important; }
}

@media only screen and (max-width: 479px) {
  #s-content h1, #s-use-site-style-config-container h1 { font-size: 36px; }
  #s-content h2, #s-use-site-style-config-container h2 { font-size: 24px; }
  #s-content h3, #s-use-site-style-config-container h3 { font-size: 20px; }
  #s-content h4, #s-content h5, #s-content h6, #s-use-site-style-config-container h4, #s-use-site-style-config-container h5, #s-use-site-style-config-container h6 { font-size: 16px; }
}

#s-content.transition, #s-use-site-style-config-container.transition { transition: margin-left 0.45s cubic-bezier(0.77, 0, 0.175, 1); }

#s-content.side-menu-opened, #s-use-site-style-config-container.side-menu-opened { margin-left: 240px; transition-delay: 25ms; }

#s-content.s-font-heading-heiti-xi .s-font-heading *, #s-content.s-font-heading-thinnerhei .s-font-heading *, #s-content.s-font-title-heiti-xi .s-font-title *, #s-content.s-font-title-thinnerhei .s-font-title *, #s-use-site-style-config-container.s-font-heading-heiti-xi .s-font-heading *, #s-use-site-style-config-container.s-font-heading-thinnerhei .s-font-heading *, #s-use-site-style-config-container.s-font-title-heiti-xi .s-font-title *, #s-use-site-style-config-container.s-font-title-thinnerhei .s-font-title * { font-weight: lighter; }

#s-content .s-section.s-feature-list-section:not(.list-layout-E).s6-section, #s-use-site-style-config-container .s-section.s-feature-list-section:not(.list-layout-E).s6-section { padding-bottom: 75px !important; }

#s-content .s-section.s-feature-list-section:not(.list-layout-E) .container .s-section-item-wrapper .s-item-text-group, #s-use-site-style-config-container .s-section.s-feature-list-section:not(.list-layout-E) .container .s-section-item-wrapper .s-item-text-group { text-align: left; }

.rtl-layout #s-content .s-section.s-feature-list-section:not(.list-layout-E) .container .s-section-item-wrapper .s-item-text-group, .rtl-layout #s-use-site-style-config-container .s-section.s-feature-list-section:not(.list-layout-E) .container .s-section-item-wrapper .s-item-text-group { text-align: right; }

#s-content .s-section.s-feature-list-section:not(.list-layout-E) .s-item-text-group .s-item-title .s-font-heading, #s-use-site-style-config-container .s-section.s-feature-list-section:not(.list-layout-E) .s-item-text-group .s-item-title .s-font-heading { font-weight: 700; }

@media only screen and (max-width: 727px) {
  #s-content .s-section.s-feature-list-section.s6-section .s-block-feature, #s-use-site-style-config-container .s-section.s-feature-list-section.s6-section .s-block-feature { gap: 15px; display: flex; align-items: center; flex-direction: column; }
  #s-content .s-section.s-feature-list-section.s6-section .s-block-feature .s-item-media-group, #s-content .s-section.s-feature-list-section.s6-section .s-block-feature .s-item-text-group, #s-use-site-style-config-container .s-section.s-feature-list-section.s6-section .s-block-feature .s-item-media-group, #s-use-site-style-config-container .s-section.s-feature-list-section.s6-section .s-block-feature .s-item-text-group { margin-top: 0px; margin-bottom: 0px; }
}

#s-content .s-process-section .process-vertical-layout, #s-use-site-style-config-container .s-process-section .process-vertical-layout { text-align: center; display: flex; margin-left: auto; margin-right: auto; }

#s-content .s-process-section .process-vertical-layout .process-item-wrapper, #s-use-site-style-config-container .s-process-section .process-vertical-layout .process-item-wrapper { position: relative; display: flex; margin-top: 11px; }

#s-content .s-process-section .process-vertical-layout .process-item-wrapper .s-item-text-group, #s-use-site-style-config-container .s-process-section .process-vertical-layout .process-item-wrapper .s-item-text-group { min-width: 78%; }

#s-content .s-process-section .process-vertical-layout .process-item-infos, #s-use-site-style-config-container .s-process-section .process-vertical-layout .process-item-infos { flex: 0 0 auto; height: 100%; }

#s-content .s-process-section .process-vertical-layout .s-item-text, #s-content .s-process-section .process-vertical-layout .s-item-title, #s-use-site-style-config-container .s-process-section .process-vertical-layout .s-item-text, #s-use-site-style-config-container .s-process-section .process-vertical-layout .s-item-title { text-align: left; }

#s-content .s-process-section .process-vertical-layout .process-item-infos, #s-use-site-style-config-container .s-process-section .process-vertical-layout .process-item-infos { margin-right: 20px; }

#s-content .s-nav .site-search .fa-search, #s-use-site-style-config-container .s-nav .site-search .fa-search { font-weight: 900; }

#s-content .s-last-section-no-footer.s-show-strikingly-logo .s-section, #s-content .s-section.s-footer-section.show-strikingly-logo, #s-use-site-style-config-container .s-last-section-no-footer.s-show-strikingly-logo .s-section, #s-use-site-style-config-container .s-section.s-footer-section.show-strikingly-logo { padding-bottom: 120px; }

@media only screen and (max-width: 767px) {
  #s-content .s-last-section-no-footer.s-show-strikingly-logo.s-has-new-mobile-actions .s-section, #s-content .s-section.s-footer-section.show-strikingly-logo.has-new-mobile-actions, #s-use-site-style-config-container .s-last-section-no-footer.s-show-strikingly-logo.s-has-new-mobile-actions .s-section, #s-use-site-style-config-container .s-section.s-footer-section.show-strikingly-logo.has-new-mobile-actions { padding-bottom: 170px; }
}

.s-text .s-component-content { overflow-wrap: break-word; }

.s-text .s-component-content.hidden { display: none; }

body:not(.edit) .s-text .s-component-content ol > li, body:not(.edit) .s-text .s-component-content ul > li { margin-left: 2em; }

.rtl-layout:not(.edit) .s-text .s-component-content ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ul > li { margin-left: unset; margin-right: 2em; }

body:not(.edit) .s-text .s-component-content ol ol > li, body:not(.edit) .s-text .s-component-content ol ul > li, body:not(.edit) .s-text .s-component-content ul ol > li, body:not(.edit) .s-text .s-component-content ul ul > li { margin-left: 4em; }

.rtl-layout:not(.edit) .s-text .s-component-content ol ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ul > li { margin-left: unset; margin-right: 4em; }

body:not(.edit) .s-text .s-component-content ol ol ol > li, body:not(.edit) .s-text .s-component-content ol ol ul > li, body:not(.edit) .s-text .s-component-content ol ul ol > li, body:not(.edit) .s-text .s-component-content ol ul ul > li, body:not(.edit) .s-text .s-component-content ul ol ol > li, body:not(.edit) .s-text .s-component-content ul ol ul > li, body:not(.edit) .s-text .s-component-content ul ul ol > li, body:not(.edit) .s-text .s-component-content ul ul ul > li { margin-left: 6em; }

.rtl-layout:not(.edit) .s-text .s-component-content ol ol ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ol ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ul ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ul ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ol ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ol ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ul ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ul ul > li { margin-left: unset; margin-right: 6em; }

body:not(.edit) .s-text .s-component-content ol ol ol ol > li, body:not(.edit) .s-text .s-component-content ol ol ol ul > li, body:not(.edit) .s-text .s-component-content ol ol ul ol > li, body:not(.edit) .s-text .s-component-content ol ol ul ul > li, body:not(.edit) .s-text .s-component-content ol ul ol ol > li, body:not(.edit) .s-text .s-component-content ol ul ol ul > li, body:not(.edit) .s-text .s-component-content ol ul ul ol > li, body:not(.edit) .s-text .s-component-content ol ul ul ul > li, body:not(.edit) .s-text .s-component-content ul ol ol ol > li, body:not(.edit) .s-text .s-component-content ul ol ol ul > li, body:not(.edit) .s-text .s-component-content ul ol ul ol > li, body:not(.edit) .s-text .s-component-content ul ol ul ul > li, body:not(.edit) .s-text .s-component-content ul ul ol ol > li, body:not(.edit) .s-text .s-component-content ul ul ol ul > li, body:not(.edit) .s-text .s-component-content ul ul ul ol > li, body:not(.edit) .s-text .s-component-content ul ul ul ul > li { margin-left: 8em; }

.rtl-layout:not(.edit) .s-text .s-component-content ol ol ol ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ol ol ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ol ul ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ol ul ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ul ol ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ul ol ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ul ul ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ul ul ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ol ol ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ol ol ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ol ul ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ol ul ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ul ol ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ul ol ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ul ul ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ul ul ul > li { margin-left: unset; margin-right: 8em; }

body:not(.edit) .s-text .s-component-content ol ol ol ol ol > li, body:not(.edit) .s-text .s-component-content ol ol ol ol ul > li, body:not(.edit) .s-text .s-component-content ol ol ol ul ol > li, body:not(.edit) .s-text .s-component-content ol ol ol ul ul > li, body:not(.edit) .s-text .s-component-content ol ol ul ol ol > li, body:not(.edit) .s-text .s-component-content ol ol ul ol ul > li, body:not(.edit) .s-text .s-component-content ol ol ul ul ol > li, body:not(.edit) .s-text .s-component-content ol ol ul ul ul > li, body:not(.edit) .s-text .s-component-content ol ul ol ol ol > li, body:not(.edit) .s-text .s-component-content ol ul ol ol ul > li, body:not(.edit) .s-text .s-component-content ol ul ol ul ol > li, body:not(.edit) .s-text .s-component-content ol ul ol ul ul > li, body:not(.edit) .s-text .s-component-content ol ul ul ol ol > li, body:not(.edit) .s-text .s-component-content ol ul ul ol ul > li, body:not(.edit) .s-text .s-component-content ol ul ul ul ol > li, body:not(.edit) .s-text .s-component-content ol ul ul ul ul > li, body:not(.edit) .s-text .s-component-content ul ol ol ol ol > li, body:not(.edit) .s-text .s-component-content ul ol ol ol ul > li, body:not(.edit) .s-text .s-component-content ul ol ol ul ol > li, body:not(.edit) .s-text .s-component-content ul ol ol ul ul > li, body:not(.edit) .s-text .s-component-content ul ol ul ol ol > li, body:not(.edit) .s-text .s-component-content ul ol ul ol ul > li, body:not(.edit) .s-text .s-component-content ul ol ul ul ol > li, body:not(.edit) .s-text .s-component-content ul ol ul ul ul > li, body:not(.edit) .s-text .s-component-content ul ul ol ol ol > li, body:not(.edit) .s-text .s-component-content ul ul ol ol ul > li, body:not(.edit) .s-text .s-component-content ul ul ol ul ol > li, body:not(.edit) .s-text .s-component-content ul ul ol ul ul > li, body:not(.edit) .s-text .s-component-content ul ul ul ol ol > li, body:not(.edit) .s-text .s-component-content ul ul ul ol ul > li, body:not(.edit) .s-text .s-component-content ul ul ul ul ol > li, body:not(.edit) .s-text .s-component-content ul ul ul ul ul > li { margin-left: 10em; }

.rtl-layout:not(.edit) .s-text .s-component-content ol ol ol ol ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ol ol ol ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ol ol ul ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ol ol ul ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ol ul ol ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ol ul ol ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ol ul ul ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ol ul ul ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ul ol ol ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ul ol ol ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ul ol ul ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ul ol ul ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ul ul ol ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ul ul ol ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ul ul ul ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ol ul ul ul ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ol ol ol ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ol ol ol ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ol ol ul ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ol ol ul ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ol ul ol ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ol ul ol ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ol ul ul ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ol ul ul ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ul ol ol ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ul ol ol ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ul ol ul ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ul ol ul ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ul ul ol ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ul ul ol ul > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ul ul ul ol > li, .rtl-layout:not(.edit) .s-text .s-component-content ul ul ul ul ul > li { margin-left: unset; margin-right: 10em; }

.s-text .s-component-content ol, .s-text .s-component-content ul { margin: 1em 0px; }

.s-text .s-component-content ul { list-style: disc; }

.s-text .s-component-content ol { list-style: decimal; }

.s-text .s-component-content em, .s-text .s-component-content em a, .s-text .s-component-content em b, .s-text .s-component-content em strong { font-style: italic; }

.s-text .s-component-content b, .s-text .s-component-content b a, .s-text .s-component-content b em, .s-text .s-component-content strong, .s-text .s-component-content strong a, .s-text .s-component-content strong em { font-weight: 700; }

.s-text .s-component-content div, .s-text .s-component-content p { line-height: inherit; }

.s-text .s-component-content table.s-text-table td { padding-right: 10px; vertical-align: top; line-height: 1.5; }

.s-text em { font-weight: inherit; }

.s-media .s-video-content, .s-video .s-video-content { position: relative; padding-bottom: 56.25%; height: 0px; }

.s-media .s-video-content iframe, .s-media .s-video-content img, .s-video .s-video-content iframe, .s-video .s-video-content img { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }

.s-media .s-video-content video, .s-video .s-video-content video { width: 100%; height: auto; }

.s-video-content .s-loading { position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px; }

#s-content .s-section .s-component.s-image.left-alignment, #s-content .s-section .s-component.s-image.left-alignment-on-desktop, #s-content .s-section .s-component.s-media.left-alignment, #s-content .s-section .s-component.s-media.left-alignment-on-desktop, #s-content .s-section .s-item-media-group .s-component.s-image.left-alignment, #s-content .s-section .s-item-media-group .s-component.s-image.left-alignment-on-desktop, #s-content .s-section .s-item-media-group .s-component.s-media.left-alignment, #s-content .s-section .s-item-media-group .s-component.s-media.left-alignment-on-desktop { text-align: left; }

#s-content .s-section .s-component.s-image.left-alignment-on-desktop .s-img-wrapper .s-ratio-box, #s-content .s-section .s-component.s-image.left-alignment .s-img-wrapper .s-ratio-box, #s-content .s-section .s-component.s-media.left-alignment-on-desktop .s-img-wrapper .s-ratio-box, #s-content .s-section .s-component.s-media.left-alignment .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-image.left-alignment-on-desktop .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-image.left-alignment .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-media.left-alignment-on-desktop .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-media.left-alignment .s-img-wrapper .s-ratio-box { margin-left: 0px; margin-right: auto; }

#s-content .s-section .s-component.s-image.center-alignment, #s-content .s-section .s-component.s-image.center-alignment-on-desktop, #s-content .s-section .s-component.s-media.center-alignment, #s-content .s-section .s-component.s-media.center-alignment-on-desktop, #s-content .s-section .s-item-media-group .s-component.s-image.center-alignment, #s-content .s-section .s-item-media-group .s-component.s-image.center-alignment-on-desktop, #s-content .s-section .s-item-media-group .s-component.s-media.center-alignment, #s-content .s-section .s-item-media-group .s-component.s-media.center-alignment-on-desktop { text-align: center; }

#s-content .s-section .s-component.s-image.center-alignment-on-desktop .s-img-wrapper .s-ratio-box, #s-content .s-section .s-component.s-image.center-alignment .s-img-wrapper .s-ratio-box, #s-content .s-section .s-component.s-media.center-alignment-on-desktop .s-img-wrapper .s-ratio-box, #s-content .s-section .s-component.s-media.center-alignment .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-image.center-alignment-on-desktop .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-image.center-alignment .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-media.center-alignment-on-desktop .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-media.center-alignment .s-img-wrapper .s-ratio-box { margin-left: auto; margin-right: auto; }

#s-content .s-section .s-component.s-image.right-alignment, #s-content .s-section .s-component.s-image.right-alignment-on-desktop, #s-content .s-section .s-component.s-media.right-alignment, #s-content .s-section .s-component.s-media.right-alignment-on-desktop, #s-content .s-section .s-item-media-group .s-component.s-image.right-alignment, #s-content .s-section .s-item-media-group .s-component.s-image.right-alignment-on-desktop, #s-content .s-section .s-item-media-group .s-component.s-media.right-alignment, #s-content .s-section .s-item-media-group .s-component.s-media.right-alignment-on-desktop { text-align: right; }

#s-content .s-section .s-component.s-image.right-alignment-on-desktop .s-img-wrapper .s-ratio-box, #s-content .s-section .s-component.s-image.right-alignment .s-img-wrapper .s-ratio-box, #s-content .s-section .s-component.s-media.right-alignment-on-desktop .s-img-wrapper .s-ratio-box, #s-content .s-section .s-component.s-media.right-alignment .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-image.right-alignment-on-desktop .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-image.right-alignment .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-media.right-alignment-on-desktop .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-media.right-alignment .s-img-wrapper .s-ratio-box { margin-right: 0px; margin-left: auto; }

@media only screen and (max-width: 767px) {
  #s-content .s-section .s-component.s-image.left-alignment-on-mobile, #s-content .s-section .s-component.s-media.left-alignment-on-mobile, #s-content .s-section .s-item-media-group .s-component.s-image.left-alignment-on-mobile, #s-content .s-section .s-item-media-group .s-component.s-media.left-alignment-on-mobile { text-align: left; }
  #s-content .s-section .s-component.s-image.left-alignment-on-mobile .s-img-wrapper .s-ratio-box, #s-content .s-section .s-component.s-media.left-alignment-on-mobile .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-image.left-alignment-on-mobile .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-media.left-alignment-on-mobile .s-img-wrapper .s-ratio-box { margin-left: 0px; margin-right: auto; }
  #s-content .s-section .s-component.s-image.center-alignment-on-mobile, #s-content .s-section .s-component.s-media.center-alignment-on-mobile, #s-content .s-section .s-item-media-group .s-component.s-image.center-alignment-on-mobile, #s-content .s-section .s-item-media-group .s-component.s-media.center-alignment-on-mobile { text-align: center; }
  #s-content .s-section .s-component.s-image.center-alignment-on-mobile .s-img-wrapper .s-ratio-box, #s-content .s-section .s-component.s-media.center-alignment-on-mobile .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-image.center-alignment-on-mobile .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-media.center-alignment-on-mobile .s-img-wrapper .s-ratio-box { margin-left: auto; margin-right: auto; }
  #s-content .s-section .s-component.s-image.right-alignment-on-mobile, #s-content .s-section .s-component.s-media.right-alignment-on-mobile, #s-content .s-section .s-item-media-group .s-component.s-image.right-alignment-on-mobile, #s-content .s-section .s-item-media-group .s-component.s-media.right-alignment-on-mobile { text-align: right; }
  #s-content .s-section .s-component.s-image.right-alignment-on-mobile .s-img-wrapper .s-ratio-box, #s-content .s-section .s-component.s-media.right-alignment-on-mobile .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-image.right-alignment-on-mobile .s-img-wrapper .s-ratio-box, #s-content .s-section .s-item-media-group .s-component.s-media.right-alignment-on-mobile .s-img-wrapper .s-ratio-box { margin-right: 0px; margin-left: auto; }
  #s-content .s-section .s-component.s-image .s-slider-section-s5, #s-content .s-section .s-component.s-media .s-slider-section-s5, #s-content .s-section .s-item-media-group .s-component.s-image .s-slider-section-s5, #s-content .s-section .s-item-media-group .s-component.s-media .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-image, .s-media { min-height: 1px; }

.s-image .s-component-content a, .s-media .s-component-content a { outline: none; }

.s-image .s-component-content .s-video-popup-overlay, .s-media .s-component-content .s-video-popup-overlay { position: absolute; inset: 0px; width: 100%; height: 100%; }

.s-image img, .s-media img { max-width: 100%; vertical-align: middle; }

.s-ratio-box { position: relative; margin: 0px auto; }

.s-ratio-box iframe, .s-ratio-box img, .s-ratio-box video { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; display: block; }

.s-ratio-box .lazyloaded { opacity: 1; transition: opacity 0.1s; }

#new-dashboard-preview-mobile-view .s-gallery .s-gallery-item { width: 130px; }

#new-dashboard-preview-mobile-view .s-gallery .s-gallery-item .thumb-wrap, #new-dashboard-preview-mobile-view .s-gallery .s-gallery-item .video-wrap, #new-dashboard-preview-mobile-view .s-gallery .s-gallery-item img, #new-dashboard-preview-mobile-view .s-gallery a.item .thumb-wrap { height: 130px; }

.s-gallery { margin-left: -10px; margin-right: -12px; }

.s-gallery.s-new-gallery { width: 98%; display: inline-block; margin-left: 0px; margin-right: 0px; }

.s-gallery.s-new-gallery a.item .thumb-wrap { background: none; }

.s-gallery .s-gallery-item { width: 190px; }

.s-gallery .s-gallery-item .thumb-wrap, .s-gallery .s-gallery-item .video-wrap, .s-gallery .s-gallery-item img, .s-gallery a.item .thumb-wrap { height: 190px; }

@media only screen and (max-width: 1299px) {
  .s-gallery .s-gallery-item { width: 165px; }
  .s-gallery .s-gallery-item .thumb-wrap, .s-gallery .s-gallery-item .video-wrap, .s-gallery .s-gallery-item img, .s-gallery a.item .thumb-wrap { height: 165px; }
}

@media only screen and (max-width: 429px) {
  .s-gallery .s-gallery-item { width: 130px; }
  .s-gallery .s-gallery-item .thumb-wrap, .s-gallery .s-gallery-item .video-wrap, .s-gallery .s-gallery-item img, .s-gallery a.item .thumb-wrap { height: 130px; }
}

.s-gallery .s-gallery-item { float: none; vertical-align: top; display: inline-block; zoom: 1; margin: 10px; position: relative; }

.s-gallery .s-gallery-item.middle { vertical-align: middle; }

.s-gallery .s-gallery-item img { width: 100%; display: block; }

.s-gallery .s-gallery-item p { margin: 6px 0px; color: rgb(102, 102, 102); }

.s-gallery .s-gallery-item.ui-sortable-helper .s-component-editor-wrapper { pointer-events: none; }

.s-gallery .s-gallery-item .s-component-content { overflow: hidden; }

.s-gallery .s-gallery-pagination { padding-top: 10px; text-align: center; }

.s-gallery .s-gallery-pagination .less-link, .s-gallery .s-gallery-pagination .more-link { cursor: pointer; }

.s-gallery .s-gallery-pagination .less-link { margin-right: 15px; }

.s-gallery a.item { display: block; width: 100%; height: 100%; cursor: pointer; }

.s-gallery a.item .thumb-wrap { width: 100%; background: rgb(0, 0, 0); font-size: 0px; }

.s-gallery a.item .thumb-wrap span { display: inline-block; vertical-align: middle; height: 100%; }

.s-gallery a.item .thumb-wrap img { display: inline-block; vertical-align: middle; height: auto !important; }

.s-gallery a.item .video-wrap { width: 100%; }

.s-gallery a.item .video-wrap .player, .s-gallery a.item .video-wrap .player iframe { width: 100%; height: 100%; }

.s-gallery a.item .video-wrap .button-mask { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }

.s-gallery.full-width { margin: 0px; }

.s-gallery.full-width .s-gallery-item { width: 20%; }

.s-gallery.full-width .s-gallery-item .thumb-wrap, .s-gallery.full-width .s-gallery-item .video-wrap, .s-gallery.full-width .s-gallery-item img, .s-gallery.full-width a.item .thumb-wrap { height: auto; }

.s-gallery.full-width .s-gallery-item { margin: 0px; }

.s-gallery.full-width a.item .thumb-wrap { height: 0px !important; padding-bottom: 100%; }

.s-gallery.full-width a.item .thumb-wrap span { display: inline-block; vertical-align: middle; padding-bottom: 100%; }

.s-gallery.full-width .video-wrap .player { height: 0px; padding-bottom: 100%; }

.s-gallery.full-width .video-wrap .player iframe { position: absolute; top: 0px; left: 0px; }

.s-gallery.full-width.s-gallery-columns-2 .s-gallery-item { width: 50%; }

.s-gallery.full-width.s-gallery-columns-2 .s-gallery-item .thumb-wrap, .s-gallery.full-width.s-gallery-columns-2 .s-gallery-item .video-wrap, .s-gallery.full-width.s-gallery-columns-2 .s-gallery-item img, .s-gallery.full-width.s-gallery-columns-2 a.item .thumb-wrap { height: auto; }

.s-gallery.full-width.s-gallery-columns-3 .s-gallery-item { width: 33.3333%; }

.s-gallery.full-width.s-gallery-columns-3 .s-gallery-item .thumb-wrap, .s-gallery.full-width.s-gallery-columns-3 .s-gallery-item .video-wrap, .s-gallery.full-width.s-gallery-columns-3 .s-gallery-item img, .s-gallery.full-width.s-gallery-columns-3 a.item .thumb-wrap { height: auto; }

.s-gallery.full-width.s-gallery-columns-4 .s-gallery-item { width: 25%; }

.s-gallery.full-width.s-gallery-columns-4 .s-gallery-item .thumb-wrap, .s-gallery.full-width.s-gallery-columns-4 .s-gallery-item .video-wrap, .s-gallery.full-width.s-gallery-columns-4 .s-gallery-item img, .s-gallery.full-width.s-gallery-columns-4 a.item .thumb-wrap { height: auto; }

.s-gallery.full-width.s-gallery-columns-5 .s-gallery-item { width: 20%; }

.s-gallery.full-width.s-gallery-columns-5 .s-gallery-item .thumb-wrap, .s-gallery.full-width.s-gallery-columns-5 .s-gallery-item .video-wrap, .s-gallery.full-width.s-gallery-columns-5 .s-gallery-item img, .s-gallery.full-width.s-gallery-columns-5 a.item .thumb-wrap { height: auto; }

.s-gallery.full-width.s-gallery-columns-6 .s-gallery-item { width: 16.6667%; }

.s-gallery.full-width.s-gallery-columns-6 .s-gallery-item .thumb-wrap, .s-gallery.full-width.s-gallery-columns-6 .s-gallery-item .video-wrap, .s-gallery.full-width.s-gallery-columns-6 .s-gallery-item img, .s-gallery.full-width.s-gallery-columns-6 a.item .thumb-wrap { height: auto; }

.s-gallery.s-vertical-gallery { position: relative; margin: 0px; }

.s-gallery.s-vertical-gallery .vertical-list { display: inline-block; vertical-align: top; }

.s-native-editor .s-gallery.s-vertical-gallery .vertical-list { position: relative; }

.s-gallery.s-vertical-gallery .vertical-list .position-wrapper { position: absolute; transition: top 0.3s, left 0.3s; }

.s-gallery.s-vertical-gallery .vertical-list .position-wrapper.react-draggable-dragging { transition: initial; opacity: 0.9 !important; }

.s-gallery.s-vertical-gallery .vertical-list .position-wrapper.dragging-placeholder { transition: initial; border: 2px dashed rgb(153, 153, 153); border-radius: 4px; opacity: 0.3; }

.s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper { height: 100%; }

.s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper .vertical-item { width: 100%; height: 100%; }

.s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper .vertical-item > span, .s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper .vertical-item > span .s-component-content, .s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper .vertical-item > span .s-component-content .image-wrapper, .s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper .vertical-item > span .s-component-content .image-wrapper .item, .s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper .vertical-item > span .s-component-content .image-wrapper .item .s-video-content, .s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper .vertical-item > span .s-component-content .image-wrapper .item .s-video-content .video-wrap, .s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper .vertical-item > span .s-component-content .image-wrapper .item .s-video-content .video-wrap .player { height: 100%; }

.s-gallery.s-vertical-gallery .vertical-list .s-gallery-item { width: auto; height: auto; margin: 0px; }

.s-gallery.s-vertical-gallery .vertical-list .s-gallery-item a.item .thumb-wrap, .s-gallery.s-vertical-gallery .vertical-list .s-gallery-item img { height: auto; }

.s-gallery.s-vertical-gallery.dragging .vertical-list .inner-wrapper { pointer-events: none; }

.s-gallery.s-new-gallery .s-new-gallery-content { text-align: left; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-tiled-columns { float: left; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item, .s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-tiled-columns { display: inline-block; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item { vertical-align: top; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .s-gallery-item { height: 100%; width: 100%; margin: 0px; overflow: hidden; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .s-gallery-item a.item:focus:not(:focus-visible) { outline: none; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .image-title { font-weight: 700; margin-top: 12px; margin-bottom: 0px; word-break: break-word; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .image-title.hint-text.s-font-title span { color: rgb(169, 174, 178); font-size: 16px; font-weight: 400; font-family: open_sans, "Open Sans", sans-serif !important; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .image-title.hint-text.s-font-title span:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .image-title.hint-text.s-font-title span:lang(sxl), .s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .image-title.hint-text.s-font-title span:lang(zh), .s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .image-title.hint-text.s-font-title span:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif !important; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .image-title.hint-text.s-font-title span:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif !important; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .image-title span { word-break: break-word; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .image-title.is-link { cursor: pointer; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .link-cover { position: absolute; height: 100%; width: 100%; cursor: pointer; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .image-wrapper { position: absolute; height: 100%; width: 100%; top: 0px; left: 0px; background-size: cover; background-position: 50% center; background-repeat: no-repeat; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .image-wrapper::before { content: ""; position: absolute; width: 100%; height: 100%; left: 0px; background: transparent; z-index: -1; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .image-wrapper img { display: none; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .image-wrapper .s-video-content { float: left; width: 100%; height: 100%; }

.s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .image-wrapper .s-video-content .video-wrap { height: 100%; }

.s-section.s-new-gallery-section .s-gallery.s-new-gallery .s-new-gallery-content .s-new-gallery-item .s-component-content .image-wrapper { position: absolute; }

@media only screen and (min-width: 728px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section .vertical-align-top { display: flex; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section .vertical-align-top > div.columns, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section .vertical-align-top > div.s-col { align-self: flex-start; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section .vertical-align-middle { display: flex; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section .vertical-align-middle > div.columns, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section .vertical-align-middle > div.s-col { align-self: center; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section .vertical-align-bottom { display: flex; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section .vertical-align-bottom > div.columns, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section .vertical-align-bottom > div.s-col { align-self: flex-end; }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section .vertical-align-top { display: flex; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section .vertical-align-top > div.columns, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section .vertical-align-top > div.s-col { align-self: flex-start; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section .vertical-align-middle { display: flex; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section .vertical-align-middle > div.columns, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section .vertical-align-middle > div.s-col { align-self: center; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section .vertical-align-bottom { display: flex; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section .vertical-align-bottom > div.columns, body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section .vertical-align-bottom > div.s-col { align-self: flex-end; }
}

.s-section.s-new-grid-section .vertical-align-top { display: flex; }

.s-section.s-new-grid-section .vertical-align-top > div.columns, .s-section.s-new-grid-section .vertical-align-top > div.s-col { align-self: flex-start; }

.s-section.s-new-grid-section .vertical-align-middle { display: flex; }

.s-section.s-new-grid-section .vertical-align-middle > div.columns, .s-section.s-new-grid-section .vertical-align-middle > div.s-col { align-self: center; }

.s-section.s-new-grid-section .vertical-align-bottom { display: flex; }

.s-section.s-new-grid-section .vertical-align-bottom > div.columns, .s-section.s-new-grid-section .vertical-align-bottom > div.s-col { align-self: flex-end; }

.s-section.s-slider-section .slick-slide-item.vertical-align-top { align-items: flex-start; }

.s-section.s-slider-section .slick-slide-item.vertical-align-middle { align-items: center; }

.s-section.s-slider-section .slick-slide-item.vertical-align-bottom { align-items: flex-end; }

.s-blog-wrapper .s-blog-col-placeholder .s-loading { background: url("/images/loading.4f0d7a057ab9bf47148d131d6823bc61.gif") 50% center no-repeat rgb(255, 255, 255); }

#s-blog-archive-dialog { width: 100%; height: 100%; overflow-y: scroll; position: absolute; border-radius: 0px; font-family: inherit; text-align: left; box-shadow: rgb(255, 255, 255) 0px -20px; text-shadow: none; }

#s-blog-archive-dialog .s-blog-archive-wrapper { width: 80%; max-width: 960px; margin: 0px auto; }

@media only screen and (max-width: 489px) {
  #s-blog-archive-dialog .s-blog-archive-wrapper { width: 90%; }
}

#s-blog-archive-dialog .s-blog-archive-header { height: 117px; box-sizing: border-box; color: rgb(0, 0, 0); font-size: 18px; font-weight: 700; padding: 50px 0px 30px; text-transform: uppercase; word-break: break-word; width: inherit; max-width: 960px; position: fixed; background-color: rgb(255, 255, 255); z-index: 10; border-bottom: 1px solid rgb(221, 221, 221); }

#s-blog-archive-dialog .s-blog-archive-header .close-btn { position: absolute; top: 60px; right: 0px; display: inline-block; margin: -10px -2px 0px 0px; color: rgb(136, 136, 136); cursor: pointer; font-size: 50px; font-weight: 300; font-family: open_sans; line-height: 0.5em; }

@media only screen and (max-width: 489px) {
  #s-blog-archive-dialog .s-blog-archive-header .close-btn { top: 25px; }
}

#s-blog-archive-dialog .s-blog-archive-header .s-blog-archive-view-all-btn { margin: 5px 0px; display: inline-block; }

#s-blog-archive-dialog .s-blog-archive-header .s-blog-archive-view-all-btn.clickable { cursor: pointer; }

#s-blog-archive-dialog .s-blog-archive-header .s-blog-archive-view-all-btn.clickable:hover { text-decoration: underline; }

#s-blog-archive-dialog .s-blog-archive-header .s-blog-archive-arrow { margin: 0px 10px; }

#s-blog-archive-dialog .s-blog-archive-header .s-blog-archive-header-tag { margin: 5px 0px; position: relative; display: inline-block; line-height: 1em; }

#s-blog-archive-dialog .s-blog-archive-header .s-blog-archive-header-tag.secondary-tag { margin: 0px; padding: 4px 12px; border: 1px solid; border-radius: 3px; }

#s-blog-archive-dialog .s-blog-archive-header .hide-header-tag-btn { position: absolute; top: -7px; right: -9px; cursor: pointer; background-color: rgb(255, 255, 255); color: rgb(187, 187, 187); }

#s-blog-archive-dialog .s-blog-archive-header .hide-header-tag-btn:hover { color: rgb(85, 85, 85); }

#s-blog-archive-dialog .s-blog-archive-posts { padding: 117px 0px 0px; }

#s-blog-archive-dialog .s-blog-archive-posts.s-avatar-none .s-blog-archive-post .s-blog-archive-default-avatar, #s-blog-archive-dialog .s-blog-archive-posts.s-avatar-none .s-blog-archive-post .s-blog-archive-post-avatar { display: none; }

#s-blog-archive-dialog .s-blog-archive-posts.s-avatar-card .s-blog-archive-post .s-blog-archive-post-avatar, #s-blog-archive-dialog .s-blog-archive-posts.s-avatar-landscape .s-blog-archive-post .s-blog-archive-post-avatar, #s-blog-archive-dialog .s-blog-archive-posts.s-avatar-smallSquare .s-blog-archive-post .s-blog-archive-post-avatar { width: 60px; height: 40px; border-radius: 2px; margin: 0px 20px 0px 0px; }

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post { line-height: 1.5em; border-bottom: 1px solid rgb(221, 221, 221); padding: 25px 0px; display: flex; align-items: flex-start; }

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post .s-blog-archive-post-avatar { display: inline-block; background-repeat: no-repeat; background-position: 50% center; background-size: cover; flex: 0 0 auto; width: 45px; height: 45px; border-radius: 50%; margin: -2.5px 20px -2.5px 0px; }

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post .s-blog-archive-default-avatar { background: rgb(221, 221, 221); text-align: center; font-size: 25px; color: rgb(170, 170, 170); }

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post .s-blog-archive-default-avatar .entypo-bookmark { position: relative; top: -2px; }

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post .s-blog-info-wrapper { display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between; }

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post .s-blog-archive-post-title { color: rgb(0, 0, 0); font-size: 24px; line-height: 1.2em; }

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post .s-blog-info { color: rgb(153, 153, 153); font-size: 16px; margin: 5px 0px 0px auto; }

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post .s-blog-info .fa-star { margin-right: 5px; }

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post:last-child { border-bottom: 0px; }

#s-blog-archive-dialog .s-blog-archive-loading { width: 100%; height: 16px; margin: 30px 0px; display: inline-block; background: url("/images/indicator.ca0502dc147ac73e76b34806a383a87a.gif") 50% center no-repeat; }

#s-blog-archive-dialog .s-blog-archive-footer { margin: 0px 0px 40px; border-top: 2px solid rgb(244, 244, 244); text-align: right; padding-top: 5px; }

.s-email-form .s-email-form-fields-group .s-email-form-field { margin: 0px auto; padding: 5px 0px; }

.s-email-form .s-email-form-fields-group .s-email-form-field, .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-field-input, .s-signup-form .s-email-form-fields-group .s-email-form-field, .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-field-input { position: relative; }

.s-email-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text):not(.s-kit-radio-wrapper):not(.s-kit-checkbox-wrapper), .s-signup-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text):not(.s-kit-radio-wrapper):not(.s-kit-checkbox-wrapper) { font-size: 18px; line-height: 25px; position: absolute; top: 50%; transform: translateY(-50%); left: 10px; width: 91%; text-align: left; color: rgb(187, 187, 187); cursor: text; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

#s-content .s-email-form .s-email-form-fields-group .s-email-form-field.s-message-field label, #s-content .s-signup-form .s-email-form-fields-group .s-email-form-field.s-message-field label { top: 15px; transform: translateY(0px); }

.s-email-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-email-form .s-email-form-fields-group .s-email-form-field textarea, .s-signup-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-signup-form .s-email-form-fields-group .s-email-form-field textarea { line-height: 1.2; background: rgb(255, 255, 255); color: rgb(68, 68, 68); font-size: 18px; padding: 11px 10px; border-radius: 3px; border: 1px solid rgb(187, 187, 187); appearance: none; resize: none; }

.s-email-form .s-email-form-fields-group .s-email-form-field input[type="text"]:focus, .s-email-form .s-email-form-fields-group .s-email-form-field textarea:focus, .s-signup-form .s-email-form-fields-group .s-email-form-field input[type="text"]:focus, .s-signup-form .s-email-form-fields-group .s-email-form-field textarea:focus { outline: none; }

.s-bg-light-text-override .s-email-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-bg-light-text-override .s-email-form .s-email-form-fields-group .s-email-form-field textarea, .s-bg-light-text-override .s-signup-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-bg-light-text-override .s-signup-form .s-email-form-fields-group .s-email-form-field textarea, .s-bg-light-text .s-email-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-bg-light-text .s-email-form .s-email-form-fields-group .s-email-form-field textarea, .s-bg-light-text .s-signup-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-bg-light-text .s-signup-form .s-email-form-fields-group .s-email-form-field textarea { border-color: transparent; }

.s-email-form .s-email-form-fields-group .s-email-form-field textarea, .s-signup-form .s-email-form-fields-group .s-email-form-field textarea { height: 135px; }

.s-email-form .s-email-form-fields-group .s-email-form-field .schema-date-picker, .s-signup-form .s-email-form-fields-group .s-email-form-field .schema-date-picker { border: 1px solid rgb(187, 187, 187); }

.s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-error, .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-error { color: rgb(230, 71, 81); text-align: left; }

.s-email-form .s-email-form-fields-group .s-email-form-field.s-message-field label, .s-signup-form .s-email-form-fields-group .s-email-form-field.s-message-field label { display: -webkit-box; -webkit-line-clamp: 3; height: 75px; white-space: pre-wrap; }

.s-email-form .s-email-form-fields-group .s-email-form-field.gdpr-wrapper, .s-signup-form .s-email-form-fields-group .s-email-form-field.gdpr-wrapper { width: 100%; display: block; }

.s-email-form .s-email-form-fields-group .s-phone-field > .phone-code-picker .s-kit-range-phone-code-picker-wrapper input.s-kit-input, .s-signup-form .s-email-form-fields-group .s-phone-field > .phone-code-picker .s-kit-range-phone-code-picker-wrapper input.s-kit-input { height: 48px; }

.s-email-form .s-email-form-fields-group .recaptcha-wrapper, .s-signup-form .s-email-form-fields-group .recaptcha-wrapper { display: inline-block; vertical-align: bottom; }

.s-email-form .s-email-form-fields-group .recaptcha-wrapper .recaptcha-widget-container, .s-signup-form .s-email-form-fields-group .recaptcha-wrapper .recaptcha-widget-container { margin-bottom: 0px; }

.s-email-form .s-email-form-fields-group .recaptcha-wrapper.invisible, .s-signup-form .s-email-form-fields-group .recaptcha-wrapper.invisible { display: none; }

.s-email-form .s-email-form-fields-group .s-email-form-offset, .s-signup-form .s-email-form-fields-group .s-email-form-offset { padding-bottom: 10px; margin-top: -10px; }

.s-email-form .s-email-form-fields-group .gdpr-text, .s-signup-form .s-email-form-fields-group .gdpr-text { font-size: 14px; padding-left: 5px; }

.s-email-form .s-email-form-fields-group .gdpr-text .s-terms-link, .s-signup-form .s-email-form-fields-group .gdpr-text .s-terms-link { display: inline; cursor: pointer; }

.s-email-form .s-email-form-fields-group .gdpr-text .s-terms-link .s-common-link, .s-signup-form .s-email-form-fields-group .gdpr-text .s-terms-link .s-common-link { color: rgb(99, 105, 114); text-decoration: underline; }

.s-email-form .s-email-form-fields-group .gdpr-text .s-terms-link a, .s-signup-form .s-email-form-fields-group .gdpr-text .s-terms-link a { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.s-email-form .s-email-form-thanks, .s-signup-form .s-email-form-thanks { text-align: center; box-sizing: border-box; max-width: 100%; word-break: break-word; }

.s-email-form .s-email-form-thanks img, .s-signup-form .s-email-form-thanks img { display: inline-block; zoom: 1; margin-top: 12px; height: 23px; border-radius: 4px; }

.s-email-form .s-email-form-thanks img.middle, .s-signup-form .s-email-form-thanks img.middle { vertical-align: middle; }

.s-email-form .s-email-form-fields-group .s-email-form-field { width: 380px; }

.s-email-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-email-form .s-email-form-fields-group .s-email-form-field textarea { width: 380px; box-sizing: border-box; }

.s-email-form textarea { display: block; }

@media only screen and (min-width: 927px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns { display: flex; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.center-align, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.center-alignment { justify-content: center; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.left-align, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.left-alignment { justify-content: left; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.right-align, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.right-alignment { justify-content: right; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns .s-email-column { order: 1; margin-right: 20px; }
  .rtl-layout body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns .s-email-column { margin-right: 0px; margin-left: 20px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns .s-google-maps-column { order: 2; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns .s-contact-info-column { order: 3; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-three-columns .s-google-maps-column { margin-right: 20px; }
  .rtl-layout body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-three-columns .s-google-maps-column { margin-right: 0px; margin-left: 20px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-three-columns .s-email-column, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-three-columns .s-google-maps-column, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-two-columns .s-email-column, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-two-columns .s-google-maps-column { flex: 1 0 0%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-three-columns .s-contact-info-column, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-two-columns .s-contact-info-column { flex: 0 0 auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-three-columns .s-contact-info-column .s-component-content, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-two-columns .s-contact-info-column .s-component-content { max-width: 275px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-three-columns .s-component-editor, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-two-columns .s-component-editor { min-width: 300px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-info-column, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-two-columns .s-email-column { max-width: 380px; }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns { display: flex; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.center-align, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.center-alignment { justify-content: center; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.left-align, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.left-alignment { justify-content: left; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.right-align, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.right-alignment { justify-content: right; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns .s-email-column { order: 1; margin-right: 20px; }
  .rtl-layout body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns .s-email-column { margin-right: 0px; margin-left: 20px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns .s-google-maps-column { order: 2; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns .s-contact-info-column { order: 3; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-three-columns .s-google-maps-column { margin-right: 20px; }
  .rtl-layout body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-three-columns .s-google-maps-column { margin-right: 0px; margin-left: 20px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-three-columns .s-email-column, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-three-columns .s-google-maps-column, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-two-columns .s-email-column, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-two-columns .s-google-maps-column { flex: 1 0 0%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-three-columns .s-contact-info-column, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-two-columns .s-contact-info-column { flex: 0 0 auto; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-three-columns .s-contact-info-column .s-component-content, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-two-columns .s-contact-info-column .s-component-content { max-width: 275px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-three-columns .s-component-editor, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-two-columns .s-component-editor { min-width: 300px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-info-column, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-two-columns .s-email-column { max-width: 380px; }
}

@media only screen and (min-width: 999px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns .s-email-column, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-three-columns .s-google-maps-column { margin-right: 30px; }
  .rtl-layout body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns .s-email-column, .rtl-layout body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-three-columns .s-google-maps-column { margin-right: 0px; margin-left: 30px; }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns .s-email-column, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-three-columns .s-google-maps-column { margin-right: 30px; }
  .rtl-layout body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns .s-email-column, .rtl-layout body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-three-columns .s-google-maps-column { margin-right: 0px; margin-left: 30px; }
}

@media only screen and (max-width: 927px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.center-align, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.center-alignment { margin: 0px auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.left-align, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.left-alignment { margin-right: auto; margin-left: 0px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.right-align, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.right-alignment { margin-left: auto; margin-right: 0px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.has-custom-align { flex-flow: wrap; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.has-custom-align .s-contact-info-column, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.has-custom-align .s-email-column, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.has-custom-align .s-google-maps-column { flex-basis: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-three-columns, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-two-columns { max-width: 430px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-three-columns .s-contact-info-column, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-three-columns .s-google-maps-column, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-two-columns .s-contact-info-column, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-two-columns .s-google-maps-column { margin-bottom: 20px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.center-align, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.center-alignment { margin: 0px auto; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.left-align, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.left-alignment { margin-right: auto; margin-left: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.right-align, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.right-alignment { margin-left: auto; margin-right: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.has-custom-align { flex-flow: wrap; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.has-custom-align .s-contact-info-column, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.has-custom-align .s-email-column, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.has-custom-align .s-google-maps-column { flex-basis: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-three-columns, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-two-columns { max-width: 430px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-three-columns .s-contact-info-column, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-three-columns .s-google-maps-column, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-two-columns .s-contact-info-column, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-two-columns .s-google-maps-column { margin-bottom: 20px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-slider-section-s5 { padding-top: 0px !important; }
}

#new-dashboard-preview-mobile-view .s-contact-section-columns.s-three-columns .s-contact-info-column, #new-dashboard-preview-mobile-view .s-contact-section-columns.s-three-columns .s-google-maps-column, #new-dashboard-preview-mobile-view .s-contact-section-columns.s-two-columns .s-contact-info-column, #new-dashboard-preview-mobile-view .s-contact-section-columns.s-two-columns .s-google-maps-column { margin-bottom: 20px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-three-columns, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-two-columns { max-width: 380px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-three-columns, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-two-columns { max-width: 380px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-slider-section-s5 { padding-top: 0px !important; }
}

@media (min-width: 526px) {
  .s-contact-section-columns .s-contact-info-list .s-show-in-small-screen, .s-element-contactinfo .s-contact-info-list .s-show-in-small-screen { display: none; }
}

@media (max-width: 525px) {
  .s6-section .s-contact-info-form .s-email-column .s-email-form-fields-group, .s6-section .s-contact-info-form .s-google-maps-column, .s-contact-section .s-contact-section-columns.s-three-columns .s-email-column .s-email-form-fields-group, .s-contact-section .s-contact-section-columns.s-three-columns .s-google-maps-column, .s-contact-section .s-contact-section-columns.s-two-columns .s-email-column .s-email-form-fields-group, .s-contact-section .s-contact-section-columns.s-two-columns .s-google-maps-column { max-width: none; }
  .s6-section .s-contact-info-form .s-contact-info-list .s-show-in-large-screen, .s-contact-section .s-contact-section-columns.s-three-columns .s-contact-info-list .s-show-in-large-screen, .s-contact-section .s-contact-section-columns.s-two-columns .s-contact-info-list .s-show-in-large-screen { display: none; }
}

.s-contact-section-columns.s-three-columns .s-email-form .s-component-editor .fluidcol.p50 { width: 100%; }

.s-contact-section-columns.s-three-columns .s-email-form .s-component-editor .fluidcol.p50:first-child { margin-bottom: 10px; }

.s-contact-section-columns .s-email-form .s-email-form-field { width: 100%; }

.s-contact-section-columns .s-email-form .s-email-form-field input[type="text"], .s-contact-section-columns .s-email-form .s-email-form-field textarea { box-sizing: border-box; width: 100%; }

.s-contact-info-email { text-decoration: none !important; }

.s-signup-form .s-email-form-fields-group .s-email-form-inputs-group { display: flex; flex-flow: wrap; gap: 10px; }

.s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .s-email-form-field:not(.recaptcha-wrapper) { width: 240px; }

.s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .s-email-form-field input[type="text"], .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .s-email-form-field textarea { width: 100%; box-sizing: border-box; }

.s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .gdpr-wrapper, .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .recaptcha-wrapper { flex-basis: 100%; }

.s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .s-email-form-field.s-submit-field { width: auto; }

.s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .s-email-form-field.s-submit-field .s-email-form-button { width: 100%; }

.s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group { flex-direction: column; }

.s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group.flex-start-alignment { align-items: flex-start; }

.s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group.flex-center-alignment { align-items: center; }

.s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group.flex-end-alignment { align-items: flex-end; }

.s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-field, .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-submit-field { max-width: 100%; display: block; width: 490px; }

.s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-submit-field .s-button-package { width: 100%; }

.s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group { display: flex; flex-flow: wrap; gap: 10px; }

.s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group .s-email-form-field.s-name-field { flex: 1 1 auto; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group { flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group { flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-signup-form .s-email-form-fields-group .s-email-form-field { display: inline-block; zoom: 1; vertical-align: top; }

.s-signup-form .s-email-form-fields-group .s-email-form-field.middle { vertical-align: middle; }

.s-google-maps-form iframe { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; width: 100%; }

.s-contact-info-form .s-contact-info-item { display: flex; font-size: 16px; margin-bottom: 10px; text-align: left; }

.s-contact-info-form .s-contact-info-item:last-child { margin-bottom: 0px; }

.s-contact-info-form .s-contact-info-item a { color: inherit; line-height: inherit; display: flex; }

.s-contact-info-form .s-contact-info-icon { width: 25px; text-align: left; display: inline-block; vertical-align: baseline; flex: 0 0 auto; }

.s-contact-info-form .s-contact-info-icon .entypo-mobile::before { margin-left: -2px; }

.s-contact-info-form .s-contact-info-text { text-align: left; word-break: break-word; display: inline; vertical-align: baseline; }

.s-contact-info-form .s-contact-info-text.empty { color: rgb(170, 170, 170); font-style: italic; font-family: open_sans, "Open Sans", sans-serif; }

.s-contact-info-form .s-contact-info-text.empty:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-contact-info-form .s-contact-info-text.empty:lang(sxl), .s-contact-info-form .s-contact-info-text.empty:lang(zh), .s-contact-info-form .s-contact-info-text.empty:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-contact-info-form .s-contact-info-text.empty:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-bg-light-text .s-contact-info-form .s-contact-info-text.empty { color: rgba(255, 255, 255, 0.6); }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group { display: flex; flex-flow: wrap; gap: 10px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .s-email-form-field:not(.recaptcha-wrapper) { width: 380px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .s-email-form-field input[type="text"], body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .s-email-form-field textarea { width: 100%; box-sizing: border-box; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .gdpr-wrapper, body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .recaptcha-wrapper { flex-basis: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .s-email-form-field.s-submit-field { width: auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .s-email-form-field.s-submit-field .s-email-form-button { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group { flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group.flex-start-alignment { align-items: flex-start; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group.flex-center-alignment { align-items: center; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group.flex-end-alignment { align-items: flex-end; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-field, body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-submit-field { max-width: 100%; display: block; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-submit-field .s-button-package { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group { display: flex; flex-flow: wrap; gap: 10px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group .s-email-form-field.s-name-field { flex: 1 1 auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .s-email-form-field.s-submit-field { width: 380px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-slider-section-s5 { padding-top: 0px !important; }
}

@media not all {
  body:not([data-mobile-new-breakpoint-stage="1"]) body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group { flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group .s-slider-section-s5 { padding-top: 0px !important; }
}

@media not all {
  body[data-mobile-new-breakpoint-stage="1"] body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group { flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group { display: flex; flex-flow: wrap; gap: 10px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .s-email-form-field:not(.recaptcha-wrapper) { width: 380px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .s-email-form-field input[type="text"], body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .s-email-form-field textarea { width: 100%; box-sizing: border-box; }
  body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .gdpr-wrapper, body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .recaptcha-wrapper { flex-basis: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .s-email-form-field.s-submit-field { width: auto; }
  body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .s-email-form-field.s-submit-field .s-email-form-button { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group { flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group.flex-start-alignment { align-items: flex-start; }
  body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group.flex-center-alignment { align-items: center; }
  body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group.flex-end-alignment { align-items: flex-end; }
  body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-field, body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-submit-field { max-width: 100%; display: block; }
  body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-submit-field .s-button-package { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group { display: flex; flex-flow: wrap; gap: 10px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group .s-email-form-field.s-name-field { flex: 1 1 auto; }
  body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group .s-email-form-field.s-submit-field { width: 380px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-slider-section-s5 { padding-top: 0px !important; }
}

@media not all {
  body:not([data-mobile-new-breakpoint-stage="1"]) body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group { flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group .s-slider-section-s5 { padding-top: 0px !important; }
}

@media not all {
  body[data-mobile-new-breakpoint-stage="1"] body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group { flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-inputs-group.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group .s-slider-section-s5 { padding-top: 0px !important; }
}

#new-dashboard-preview-mobile-view .s-contact-section-columns.s-three-columns, #new-dashboard-preview-mobile-view .s-contact-section-columns.s-two-columns { width: 100%; max-width: 100%; }

#new-dashboard-preview-mobile-view .s6-section .s-email-form-container .s-email-form, #new-dashboard-preview-mobile-view .s-email-form > .s-component-content { flex: 1 1 0%; }

#new-dashboard-preview-mobile-view .s-email-form .s-email-form-fields-group .s-email-form-field, #new-dashboard-preview-mobile-view .s-signup-form .s-email-form-fields-group .s-email-form-field { width: 100% !important; }

#new-dashboard-preview-mobile-view .s-email-form .s-email-form-fields-group .s-email-form-field input[type="text"], #new-dashboard-preview-mobile-view .s-email-form .s-email-form-fields-group .s-email-form-field textarea, #new-dashboard-preview-mobile-view .s-signup-form .s-email-form-fields-group .s-email-form-field input[type="text"], #new-dashboard-preview-mobile-view .s-signup-form .s-email-form-fields-group .s-email-form-field textarea { box-sizing: border-box; width: 100% !important; max-width: 100% !important; }

@media only screen and (max-width: 429px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-three-columns, body:not([data-mobile-new-breakpoint-stage="1"]) .s-contact-section-columns.s-two-columns { width: 100%; max-width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s6-section .s-email-form-container .s-email-form, body:not([data-mobile-new-breakpoint-stage="1"]) .s-email-form > .s-component-content { flex: 1 1 0%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-email-form .s-email-form-fields-group .s-email-form-field, body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-field { width: 100% !important; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-email-form .s-email-form-fields-group .s-email-form-field input[type="text"], body:not([data-mobile-new-breakpoint-stage="1"]) .s-email-form .s-email-form-fields-group .s-email-form-field textarea, body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-field input[type="text"], body:not([data-mobile-new-breakpoint-stage="1"]) .s-signup-form .s-email-form-fields-group .s-email-form-field textarea { box-sizing: border-box; width: 100% !important; max-width: 100% !important; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 439px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-three-columns, body[data-mobile-new-breakpoint-stage="1"] .s-contact-section-columns.s-two-columns { width: 100%; max-width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s6-section .s-email-form-container .s-email-form, body[data-mobile-new-breakpoint-stage="1"] .s-email-form > .s-component-content { flex: 1 1 0%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-email-form .s-email-form-fields-group .s-email-form-field, body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-field { width: 100% !important; }
  body[data-mobile-new-breakpoint-stage="1"] .s-email-form .s-email-form-fields-group .s-email-form-field input[type="text"], body[data-mobile-new-breakpoint-stage="1"] .s-email-form .s-email-form-fields-group .s-email-form-field textarea, body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-field input[type="text"], body[data-mobile-new-breakpoint-stage="1"] .s-signup-form .s-email-form-fields-group .s-email-form-field textarea { box-sizing: border-box; width: 100% !important; max-width: 100% !important; }
  body[data-mobile-new-breakpoint-stage="1"] .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-html-component .s-component-content { text-align: center; }

.s-html-component .s-component-content iframe { max-width: 100%; }

.s-html-component .s-component-content iframe.s-show-frame, .s-html-component .s-component-content iframe:not([width]) { width: 100%; }

.s-html-component .s-component-content .type-form-button-container { padding: 0px !important; margin: 0px !important; background: none !important; }

.s-html-component .s-component-content .type-form-button-container.type-form-button-style .type-form-button { display: inline-block; padding: 20px 50px; background: rgb(79, 176, 174); color: rgb(255, 255, 255); border-radius: 4px; text-decoration: none; font-size: 20px; text-transform: uppercase; cursor: pointer; border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.s-html-component .s-component-content .type-form-button-container.type-form-button-style .type-form-button:hover { background: rgb(114, 192, 190); }

.s-html-component .s-component-content .fb-comments { width: 100%; background: rgb(255, 255, 255); max-width: 600px; }

.s-html-component .s-component-content .fb-comments span, .s-html-component .s-component-content .fb-comments span iframe { width: 100% !important; }

.s-html-component .s-component-content .fb-facepile { background: rgb(255, 255, 255); width: 96%; max-width: 600px; padding: 2%; }

.s-html-component .s-component-content .fb-facepile span, .s-html-component .s-component-content .fb-facepile span iframe { width: 100% !important; }

.s-separator .s-separator-content { padding: 10px 0px; position: relative; }

.s-separator .s-separator-content .separator { height: 3px; background: rgb(221, 221, 221); max-width: 240px; width: 100%; margin: 10px auto; border-radius: 2px; }

.s-block .s-block-item.s-repeatable-item { vertical-align: top; margin-bottom: 30px; max-width: 100%; }

.s-block .s-block-item.s-repeatable-item.full-width { width: 100%; }

.s-block .s-block-item.s-repeatable-item.s-block-largeProfile { display: inline-block; }

.s-block .s-block-item.s-repeatable-item.s-block-rowBlock .s-block-row-wrapper { display: flex; justify-content: space-around; align-items: stretch; flex-wrap: wrap; }

.s-block .s-block-item.s-repeatable-item.s-block-columnBlock { display: inline-block; vertical-align: top; z-index: 10; }

.s-block .s-block-item.s-repeatable-item.s-block-columnBlock .separator { width: 100% !important; max-width: 240px; }

.s-block .s-block-item.s-repeatable-item.s-block-columnBlock .s-email-form .s-email-form-fields-group .s-email-form-field, .s-block .s-block-item.s-repeatable-item.s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-email-form-field { max-width: 100%; }

.s-block .s-block-item.s-repeatable-item.s-block-columnBlock .s-email-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-block .s-block-item.s-repeatable-item.s-block-columnBlock .s-email-form .s-email-form-fields-group .s-email-form-field textarea, .s-block .s-block-item.s-repeatable-item.s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-block .s-block-item.s-repeatable-item.s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-email-form-field textarea { max-width: calc(100% - 24px); }

@media only screen and (max-width: 727px) {
  .s-block .s-block-item.s-repeatable-item.s-block-columnBlock { width: 100% !important; }
}

.s-block .s-block-item.s-repeatable-item.s-block-nestedBlock-image { width: 100%; margin-left: 0px; margin-right: 0px; }

.s-block .s-block-item.s-repeatable-item .s-block-profile .s-item-media-group { margin-bottom: 15px; }

.s-block .s-block-item.s-repeatable-item .s-video .s-component-content .video-wrap .player { width: 100%; height: 0px; position: relative; }

.s-block .s-block-item.s-repeatable-item .s-video .s-component-content .video-wrap .player iframe { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }

@media only screen and (max-width: 727px) {
  .s-block .s-block-item.s-repeatable-item { clear: both !important; }
}

.s-block .s-block-item.s-narrow-margin { margin-bottom: 15px; }

.s-section.s-donation-section .s-donation.right-align { text-align: right; }

.s-section.s-donation-section .s-donation.left-align { text-align: left; }

.s-section.s-donation-section .s-donation.center-align { text-align: center; }

.s-donation .s-donation-progress { padding-top: 15px; }

.s-donation .s-donation-progress .progress-bar { width: 100%; height: 38px; border-radius: 4px; position: relative; background: rgb(226, 228, 231); margin-bottom: 25px; }

.s-donation .s-donation-progress .progress-bar .progress { width: 0px; max-width: 100%; height: 38px; background: rgb(204, 204, 204); transition: width 1.6s 0.6s; border-radius: 4px 0px 0px 4px; }

.s-donation .s-donation-progress .progress-bar .indicator { width: 20px; height: 30px; position: absolute; top: -40px; left: -10px; transition: left 1.6s 0.6s; }

.s-donation .s-donation-progress .progress-bar .indicator::before { content: ""; display: block; position: absolute; top: 0px; left: 0px; width: 20px; height: 20px; border-radius: 10px; background: rgb(204, 204, 204); }

.s-donation .s-donation-progress .progress-bar .indicator::after { content: ""; display: block; position: absolute; top: 15px; left: 1px; width: 0px; height: 0px; border-style: solid; border-color: rgb(204, 204, 204) transparent transparent; border-image: none; border-width: 15px 9px 0px; }

.s-donation .s-donation-progress .left-price, .s-donation .s-donation-progress .right-price { display: inline-block; min-width: 200px; }

.s-donation .s-donation-progress .left-price .price, .s-donation .s-donation-progress .right-price .price { font-size: 25px; }

.s-donation .s-donation-progress .left-price .text, .s-donation .s-donation-progress .right-price .text { font-size: 14px; text-transform: uppercase; }

.s-donation .s-common-button { font-size: 23px; text-transform: uppercase; padding: 20px 40px; margin-top: 30px; }

.strikingly-ecwid-container, .strikingly-ecwid-container-2, .strikingly-wufoo-container { background: rgb(255, 255, 255); padding: 25px; text-shadow: none; overflow: hidden; }

.strikingly-celery-container { text-align: center; }

.strikingly-celery-container iframe { text-align: center; max-width: 640px; background: rgb(255, 255, 255); padding: 20px; border-radius: 5px; margin: auto; }

.strikingly-celery-container button { border-radius: 6px; cursor: pointer; font-size: 160%; line-height: 20px; min-height: 60px; padding: 10px 32px; background: rgb(58, 166, 59); color: rgb(255, 255, 255); transition: background-color 0.1s ease-in; }

.strikingly-celery-container button:hover { background: rgb(81, 193, 82); }

.strikingly-mailchimp-container #mc_embed_signup { border-radius: 5px; color: rgb(119, 119, 119); text-shadow: none; }

.strikingly-mailchimp-container #mc_embed_signup .asterisk { vertical-align: middle; }

.strikingly-instagram-container iframe { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }

.strikingly-paypal-container form.paypal-button { text-align: center; }

.strikingly-paypal-container button.paypal-button { border-radius: 1000px; padding: 10px 40px !important; font-size: 24px !important; font-weight: 700 !important; }

.strikingly-slideshare-container { position: relative; height: 0px; padding-bottom: 75%; }

.strikingly-slideshare-container iframe { position: absolute; left: 0px; width: 100%; height: 100%; border-style: solid; border-color: rgb(204, 204, 204); border-image: none; border-width: 1px 1px 0px; margin-bottom: 5px; max-width: 100%; }

.strikingly-locu-container { padding: 30px; background: rgb(255, 255, 255); }

.strikingly-facebookcomments-container { padding: 10px; background: rgb(255, 255, 255); }

.strikingly-google-calendar-container { text-align: center; }

.strikingly-google-calendar-container iframe { display: inline-block; width: 1px; min-width: 100%; }

.s-component.s-social-media ul.s-social-media-buttons { margin: 0px -10px; }

.s-component.s-social-media ul.s-social-media-buttons.internal-footer-buttons { display: flex; gap: 10px; margin: 0px; }

.s-component.s-social-media ul.s-social-media-buttons.internal-footer-buttons .s-social-media-button { margin: 0px; }

.s-component.s-social-media ul.s-social-media-buttons.internal-footer-buttons .s-social-media-button .s-social-icon svg { width: 14px; height: 14px; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button { display: inline-block; zoom: 1; vertical-align: middle; margin: 0px 10px; padding: 3px 0px; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.middle { vertical-align: middle; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button .twitter-counter a.twitter-share-button { visibility: hidden; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button .sinaweibo-counter { width: 20px; cursor: pointer; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button .col.fb-counter { margin: 0px -11px; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button .col.twitter-counter iframe { display: block; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon { display: inline-block; width: 24px; height: 24px; line-height: 24px; text-align: center; font-size: 12px; color: rgb(255, 255, 255); background: rgba(0, 0, 0, 0.3); text-shadow: none; border-radius: 2px; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-link .s-social-icon { width: 30px; height: 30px; line-height: 30px; font-size: 16px; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-link .s-social-icon.internal-icon { width: unset; height: unset; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-link .s-social-icon.s-social-icon-youtube { font-size: 120%; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon { padding: 0px 0px 0px 6px; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon:first-child { padding-left: 0px; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon .s-social-icon { width: 20px; height: 20px; line-height: 20px; font-size: 12px; background-color: rgb(187, 187, 187); }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon .s-social-icon-facebook:hover { background-color: rgb(74, 110, 169); }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon .s-social-icon-twitter:hover { background-color: rgb(85, 172, 238); }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon .s-social-icon-linkedin:hover { background-color: rgb(74, 110, 169); }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon .s-social-icon-google-plus:hover { background-color: rgb(221, 75, 57); }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon .s-social-icon-envelope:hover { background-color: rgb(84, 133, 61); }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon.first { padding-left: 0px; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon-in-editor { margin-top: 5px; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon-in-editor .s-social-icon { background-color: rgb(174, 174, 174); }

.s-component.s-social-media ul.s-social-media-buttons .social-media-item .delete-image, .s-component.s-social-media ul.s-social-media-buttons .social-media-item .show-image, .s-component.s-social-media ul.s-social-media-buttons .social-media-item .upload-image { line-height: 26px; font-size: 12px; color: rgb(170, 170, 170); margin-left: 10px; cursor: pointer; border-bottom: 1px solid; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon { display: flex; justify-content: center; align-items: center; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon svg { width: 20px; height: 20px; fill: currentcolor; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-facebook span { font-size: 13px; font-weight: 700; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-instagram span, .s-component.s-social-media ul.s-social-media-buttons .s-social-icon-twitter span, .s-component.s-social-media ul.s-social-media-buttons .s-social-icon-wechat span, .s-component.s-social-media ul.s-social-media-buttons .s-social-icon-weibo span, .s-component.s-social-media ul.s-social-media-buttons .s-social-icon-youtube span { font-size: 14px; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-bi-li-bi-li svg { height: 18px; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-linkedin span { font-size: 15px; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-dou-yin, .s-component.s-social-media ul.s-social-media-buttons .s-social-icon-wechat { cursor: pointer; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-dou-yin svg, .s-component.s-social-media ul.s-social-media-buttons .s-social-icon-tencent-video svg, .s-component.s-social-media ul.s-social-media-buttons .s-social-icon-tie-ba svg, .s-component.s-social-media ul.s-social-media-buttons .s-social-icon-tik-tok svg { height: 14px; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-you-ku svg { height: 15px; }

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-facebook-messenger svg, .s-component.s-social-media ul.s-social-media-buttons .s-social-icon-snapchat-ghost svg { width: 13px; }

.s-component.s-social-media ul.s-social-media-buttons a.s-social-icon-facebook-messenger svg, .s-component.s-social-media ul.s-social-media-buttons a.s-social-icon-snapchat-ghost svg { width: 16px; }

.s-component.s-social-media .s-component-empty { min-width: 180px; }

.s-component.s-social-media .social-media-contact-list-wrap { margin: 10px -10px 0px; }

.s-component.s-social-media .social-media-contact-list-wrap .social-media-contact-item { display: inline-flex; margin: 0px 10px 10px; font-size: 14px; word-break: break-all; gap: 10px; }

.social-media-qr-code .s-kit-modal-content { max-width: 340px; margin: auto; }

.social-media-qr-code .s-kit-modal-content .s-kit-modal-close { top: 10px; right: 10px; }

.social-media-qr-code .s-kit-modal-content .s-kit-modal-body { text-align: center; max-width: 320px; max-height: 320px; padding: 20px; }

.social-media-qr-code .s-kit-modal-content .s-kit-modal-body .qr-code { max-width: 300px; max-height: 300px; }

.multi-lang-item .s-nav-dropdown { top: 2px; }

@media only screen and (max-width: 727px) {
  .s-nav { display: none; }
  .s-slider-section-s5 { padding-top: 0px !important; }
}

#new-dashboard-preview-mobile-view .s-nav { display: none; }

.mobile-button-mixin { display: block; position: relative; z-index: 1020; pointer-events: all; color: rgb(255, 255, 255); width: 40px; height: 40px; border-radius: 3px; line-height: 40px; background: rgba(114, 114, 114, 0.9); text-align: center; cursor: pointer; }

.mobile-button-mixin .entypo, .mobile-button-mixin .fa { display: inline-block; zoom: 1; font-size: 18px; }

.mobile-button-mixin .entypo.middle, .mobile-button-mixin .fa.middle { vertical-align: middle; }

.mobile-button-mixin.blue { background: rgba(102, 102, 224, 0.9); }

.mobile-actions, .navbar-drawer, .navbar-drawer-bar { display: none; }

.navbar-drawer-bar { position: fixed; top: 0px; left: 0px; width: 100%; z-index: 1010; background-color: transparent; pointer-events: none; box-sizing: border-box; transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1); }

.navbar-drawer-bar.hidden { display: none; }

.navbar-drawer-bar.right { left: 200px; }

.navbar-drawer-bar.left { left: -200px; }

.navbar-drawer-bar.translate-right { transform: translate3d(200px, 0px, 0px); }

.navbar-drawer-bar.translate-left { transform: translate3d(-200px, 0px, 0px); }

.navbar-drawer-bar.drawer-open .mobile, .navbar-drawer-bar.drawer-open .navbar { box-shadow: none; background-color: transparent; color: rgb(99, 105, 114); }

.app-mode .navbar-drawer-bar.drawer-open .mobile, .app-mode .navbar-drawer-bar.drawer-open .navbar { background: none !important; }

.navbar-drawer-bar.drawer-open .mobile .navbar-icons span, .navbar-drawer-bar.drawer-open .navbar .navbar-icons span { background-color: rgb(99, 105, 114); }

.navbar-drawer-bar.drawer-open .mobile .navbar-icons span:first-child, .navbar-drawer-bar.drawer-open .navbar .navbar-icons span:first-child { transform: rotate(45deg); top: 0px; left: 3px; }

.navbar-drawer-bar.drawer-open .mobile .navbar-icons span:nth-child(2), .navbar-drawer-bar.drawer-open .navbar .navbar-icons span:nth-child(2) { width: 0px; opacity: 0; }

.navbar-drawer-bar.drawer-open .mobile .navbar-icons span:nth-child(3), .navbar-drawer-bar.drawer-open .navbar .navbar-icons span:nth-child(3) { transform: rotate(-45deg); top: 17px; left: 3px; }

.navbar-drawer-bar .s-mobile-nav-bar, .navbar-drawer-bar .s-mobile-navbar-cart-item, .navbar-drawer-bar a { display: block; position: relative; z-index: 1020; pointer-events: all; color: rgb(255, 255, 255); width: 40px; height: 40px; border-radius: 3px; line-height: 40px; background: rgba(114, 114, 114, 0.9); text-align: center; cursor: pointer; outline-style: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.navbar-drawer-bar .s-mobile-nav-bar .entypo, .navbar-drawer-bar .s-mobile-nav-bar .fa, .navbar-drawer-bar .s-mobile-navbar-cart-item .entypo, .navbar-drawer-bar .s-mobile-navbar-cart-item .fa, .navbar-drawer-bar a .entypo, .navbar-drawer-bar a .fa { display: inline-block; zoom: 1; font-size: 18px; }

.navbar-drawer-bar .s-mobile-nav-bar .entypo.middle, .navbar-drawer-bar .s-mobile-nav-bar .fa.middle, .navbar-drawer-bar .s-mobile-navbar-cart-item .entypo.middle, .navbar-drawer-bar .s-mobile-navbar-cart-item .fa.middle, .navbar-drawer-bar a .entypo.middle, .navbar-drawer-bar a .fa.middle { vertical-align: middle; }

.navbar-drawer-bar .s-mobile-nav-bar.blue, .navbar-drawer-bar .s-mobile-navbar-cart-item.blue, .navbar-drawer-bar a.blue { background: rgba(102, 102, 224, 0.9); }

.navbar-drawer-bar .s-mobile-nav-bar.navbar, .navbar-drawer-bar .s-mobile-navbar-cart-item.navbar, .navbar-drawer-bar a.navbar { float: left; display: flex; justify-content: center; align-items: center; }

.rtl-layout .navbar-drawer-bar .s-mobile-nav-bar.navbar, .rtl-layout .navbar-drawer-bar .s-mobile-navbar-cart-item.navbar, .rtl-layout .navbar-drawer-bar a.navbar { float: right; }

.navbar-drawer-bar .s-mobile-nav-bar.mobile, .navbar-drawer-bar .s-mobile-navbar-cart-item.mobile, .navbar-drawer-bar a.mobile { float: right; line-height: 40px; }

.navbar-drawer-bar .s-mobile-nav-bar.mobile .entypo, .navbar-drawer-bar .s-mobile-navbar-cart-item.mobile .entypo, .navbar-drawer-bar a.mobile .entypo { margin: 0px auto; text-shadow: none; }

.navbar-drawer-bar .mobile, .navbar-drawer-bar .navbar { box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px; transition: 0.3s ease-out; background: rgb(136, 136, 136); color: rgb(255, 255, 255); }

.navbar-drawer-bar .navbar .navbar-icons { width: 24px; height: 17px; position: relative; transform: rotate(0deg); transition: 0.5s ease-in-out; display: inline-block; cursor: pointer; }

.navbar-drawer-bar .navbar .navbar-icons span { display: block; background-color: rgb(255, 255, 255); position: absolute; height: 3px; width: 100%; border-radius: 2px; opacity: 1; left: 0px; transform: rotate(0deg); transition: 0.25s ease-in-out; }

.navbar-drawer-bar .navbar .navbar-icons span:first-child { top: 0px; transform-origin: left center; }

.navbar-drawer-bar .navbar .navbar-icons span:nth-child(2) { top: 7px; transform-origin: left center; }

.navbar-drawer-bar .navbar .navbar-icons span:nth-child(3) { top: 14px; transform-origin: left center; }

.app-mode .navbar-drawer-bar .navbar { box-shadow: none; line-height: 43px; position: absolute; top: 9px; left: 12px; background: transparent !important; }

.app-mode .navbar-drawer-bar .navbar .navbar-icons span { background: rgb(99, 105, 114); }

.app-mode .navbar-drawer-bar .navbar.back-icon { color: rgb(99, 105, 114); font-size: 20px; }

.navbar-drawer-bar .mobile + #s-mobile-shopping-cart-new .mobile.navbar-cart { margin-right: 20px; }

.navbar-drawer-bar .mobile-cart-icon { float: right; margin-left: 10px; }

.app-mode .navbar-drawer-bar .mobile-cart-icon { position: absolute; top: 7px; right: 15px; }

.navbar-drawer-bar .drawer-container { padding: 10px; height: 40px; position: relative; text-align: center; }

.navbar-drawer-bar .drawer-container .navbar-cart { transition: 0.3s ease-out; }

.navbar-drawer-bar .drawer-container .navbar-cart .s-mobile-shopping-cart-wrapper { height: 40px; display: flex; align-items: center; justify-content: center; }

.navbar-drawer-bar .drawer-container .navbar-cart .fa.fa-shopping-cart { font-size: 25px; }

.navbar-drawer-bar .drawer-container .navbar-cart .s-cart-count { display: inline-block; min-width: 10px; padding: 3px 5px; font-size: 12px; font-weight: 700; line-height: 1; color: rgb(255, 255, 255); text-align: center; white-space: nowrap; vertical-align: baseline; background-color: rgb(240, 64, 59); position: absolute; border-radius: 10px; top: 0px; right: 0px; }

.app-mode .navbar-drawer-bar .drawer-container .navbar-cart { background: transparent; box-shadow: none; }

.app-mode .navbar-drawer-bar .drawer-container .navbar-cart .fa-shopping-cart { color: rgb(99, 105, 114); }

.app-mode .navbar-drawer-bar .drawer-container { height: 30px; }

.app-mode .navbar-drawer-bar { background: rgb(255, 255, 255); }

.app-mode .navbar-drawer-bar.bottom-border { box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 1px; }

.app-mode .navbar-drawer-bar .nav-logo { max-height: 30px; line-height: 30px; vertical-align: middle; }

.app-mode .navbar-drawer-bar .nav-title { line-height: 35px; max-height: 35px; vertical-align: middle; font-weight: 700; }

.strikingly-nav-transition { transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1); }

#s-new-mobile-actions-wrapper { display: none; position: fixed; bottom: 0px; right: 0px; width: 100%; background-color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 1px 0px; z-index: 1000; }

#s-new-mobile-actions-wrapper.hidden { display: none; }

.s-mobile-actions { width: 100%; padding-bottom: env(safe-area-inset-bottom); }

.s-mobile-actions .s-mobile-actions-item { padding: 8px 0px; text-align: center; float: left; color: rgb(99, 105, 114); outline-style: none; }

.s-mobile-actions .s-mobile-actions-item:hover { color: rgb(99, 105, 114); }

.s-mobile-actions .s-mobile-actions-item .s-mobile-actions-item-icon { margin-bottom: 4px; height: 18px; line-height: 18px; font-size: 18px; }

.s-mobile-actions .s-mobile-actions-item .s-mobile-actions-item-text { width: 100%; overflow: hidden; height: 18px; line-height: 18px; font-size: 14px; }

.s-mobile-actions .s-mobile-actions-item.padding-adapting { padding-top: 8px; padding-bottom: 16px; }

.s-mobile-actions .s-mobile-actions-item.less-than-three { padding-top: 18px; }

.s-mobile-actions .s-mobile-actions-item.less-than-three .s-mobile-actions-item-icon { margin-bottom: 0px; margin-right: 8px; }

.s-mobile-actions .s-mobile-actions-item.less-than-three .s-mobile-actions-item-icon, .s-mobile-actions .s-mobile-actions-item.less-than-three .s-mobile-actions-item-text { display: inline-block; vertical-align: middle; width: auto; }

.s-mobile-actions .s-mobile-actions-item.less-than-three.with-tweaked-style { padding: 16px 0px; }

.s-mobile-actions .s-mobile-actions-item.one-item { padding: 16px 0px; background: rgb(99, 105, 114); color: rgb(255, 255, 255); }

.s-mobile-actions .s-mobile-actions-item.one-item .s-mobile-actions-item-text { font-size: 16px; font-weight: 700; }

.s-mobile-actions .s-mobile-actions-item.one-item .s-mobile-actions-item-icon { font-size: 20px; }

.s-mobile-actions #s-content.s-font-body-open-sans .s-font-body, .s-mobile-actions #s-content.s-font-button-open-sans .s-font-button, .s-mobile-actions #s-content.s-font-heading-open-sans .s-font-heading, .s-mobile-actions #s-content.s-font-nav_dropdown-open-sans .s-font-nav_dropdown, .s-mobile-actions #s-content.s-font-nav_item-open-sans .s-font-nav_item, .s-mobile-actions #s-content.s-font-title-open-sans .s-font-title { font-family: "open sans", sans-serif; }

.s-mobile-actions #s-content.s-font-body-open-sans .s-font-body:lang(ja), .s-mobile-actions #s-content.s-font-button-open-sans .s-font-button:lang(ja), .s-mobile-actions #s-content.s-font-heading-open-sans .s-font-heading:lang(ja), .s-mobile-actions #s-content.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(ja), .s-mobile-actions #s-content.s-font-nav_item-open-sans .s-font-nav_item:lang(ja), .s-mobile-actions #s-content.s-font-title-open-sans .s-font-title:lang(ja) { font-family: "open sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-mobile-actions #s-content.s-font-body-open-sans .s-font-body:lang(sxl), .s-mobile-actions #s-content.s-font-body-open-sans .s-font-body:lang(zh), .s-mobile-actions #s-content.s-font-body-open-sans .s-font-body:lang(zh-cn), .s-mobile-actions #s-content.s-font-button-open-sans .s-font-button:lang(sxl), .s-mobile-actions #s-content.s-font-button-open-sans .s-font-button:lang(zh), .s-mobile-actions #s-content.s-font-button-open-sans .s-font-button:lang(zh-cn), .s-mobile-actions #s-content.s-font-heading-open-sans .s-font-heading:lang(sxl), .s-mobile-actions #s-content.s-font-heading-open-sans .s-font-heading:lang(zh), .s-mobile-actions #s-content.s-font-heading-open-sans .s-font-heading:lang(zh-cn), .s-mobile-actions #s-content.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(sxl), .s-mobile-actions #s-content.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(zh), .s-mobile-actions #s-content.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(zh-cn), .s-mobile-actions #s-content.s-font-nav_item-open-sans .s-font-nav_item:lang(sxl), .s-mobile-actions #s-content.s-font-nav_item-open-sans .s-font-nav_item:lang(zh), .s-mobile-actions #s-content.s-font-nav_item-open-sans .s-font-nav_item:lang(zh-cn), .s-mobile-actions #s-content.s-font-title-open-sans .s-font-title:lang(sxl), .s-mobile-actions #s-content.s-font-title-open-sans .s-font-title:lang(zh), .s-mobile-actions #s-content.s-font-title-open-sans .s-font-title:lang(zh-cn) { font-family: "open sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-mobile-actions #s-content.s-font-body-open-sans .s-font-body:lang(zh-tw), .s-mobile-actions #s-content.s-font-button-open-sans .s-font-button:lang(zh-tw), .s-mobile-actions #s-content.s-font-heading-open-sans .s-font-heading:lang(zh-tw), .s-mobile-actions #s-content.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(zh-tw), .s-mobile-actions #s-content.s-font-nav_item-open-sans .s-font-nav_item:lang(zh-tw), .s-mobile-actions #s-content.s-font-title-open-sans .s-font-title:lang(zh-tw) { font-family: "open sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-mobile-actions .section-selector-wrapper.s-font-body-open-sans .s-font-body, .s-mobile-actions .section-selector-wrapper.s-font-button-open-sans .s-font-button, .s-mobile-actions .section-selector-wrapper.s-font-heading-open-sans .s-font-heading, .s-mobile-actions .section-selector-wrapper.s-font-nav_dropdown-open-sans .s-font-nav_dropdown, .s-mobile-actions .section-selector-wrapper.s-font-nav_item-open-sans .s-font-nav_item, .s-mobile-actions .section-selector-wrapper.s-font-title-open-sans .s-font-title { font-family: "open sans", sans-serif; }

.s-mobile-actions .section-selector-wrapper.s-font-body-open-sans .s-font-body:lang(ja), .s-mobile-actions .section-selector-wrapper.s-font-button-open-sans .s-font-button:lang(ja), .s-mobile-actions .section-selector-wrapper.s-font-heading-open-sans .s-font-heading:lang(ja), .s-mobile-actions .section-selector-wrapper.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(ja), .s-mobile-actions .section-selector-wrapper.s-font-nav_item-open-sans .s-font-nav_item:lang(ja), .s-mobile-actions .section-selector-wrapper.s-font-title-open-sans .s-font-title:lang(ja) { font-family: "open sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-mobile-actions .section-selector-wrapper.s-font-body-open-sans .s-font-body:lang(sxl), .s-mobile-actions .section-selector-wrapper.s-font-body-open-sans .s-font-body:lang(zh), .s-mobile-actions .section-selector-wrapper.s-font-body-open-sans .s-font-body:lang(zh-cn), .s-mobile-actions .section-selector-wrapper.s-font-button-open-sans .s-font-button:lang(sxl), .s-mobile-actions .section-selector-wrapper.s-font-button-open-sans .s-font-button:lang(zh), .s-mobile-actions .section-selector-wrapper.s-font-button-open-sans .s-font-button:lang(zh-cn), .s-mobile-actions .section-selector-wrapper.s-font-heading-open-sans .s-font-heading:lang(sxl), .s-mobile-actions .section-selector-wrapper.s-font-heading-open-sans .s-font-heading:lang(zh), .s-mobile-actions .section-selector-wrapper.s-font-heading-open-sans .s-font-heading:lang(zh-cn), .s-mobile-actions .section-selector-wrapper.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(sxl), .s-mobile-actions .section-selector-wrapper.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(zh), .s-mobile-actions .section-selector-wrapper.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(zh-cn), .s-mobile-actions .section-selector-wrapper.s-font-nav_item-open-sans .s-font-nav_item:lang(sxl), .s-mobile-actions .section-selector-wrapper.s-font-nav_item-open-sans .s-font-nav_item:lang(zh), .s-mobile-actions .section-selector-wrapper.s-font-nav_item-open-sans .s-font-nav_item:lang(zh-cn), .s-mobile-actions .section-selector-wrapper.s-font-title-open-sans .s-font-title:lang(sxl), .s-mobile-actions .section-selector-wrapper.s-font-title-open-sans .s-font-title:lang(zh), .s-mobile-actions .section-selector-wrapper.s-font-title-open-sans .s-font-title:lang(zh-cn) { font-family: "open sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-mobile-actions .section-selector-wrapper.s-font-body-open-sans .s-font-body:lang(zh-tw), .s-mobile-actions .section-selector-wrapper.s-font-button-open-sans .s-font-button:lang(zh-tw), .s-mobile-actions .section-selector-wrapper.s-font-heading-open-sans .s-font-heading:lang(zh-tw), .s-mobile-actions .section-selector-wrapper.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(zh-tw), .s-mobile-actions .section-selector-wrapper.s-font-nav_item-open-sans .s-font-nav_item:lang(zh-tw), .s-mobile-actions .section-selector-wrapper.s-font-title-open-sans .s-font-title:lang(zh-tw) { font-family: "open sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-mobile-actions .s-use-site-style-config-container.s-font-body-open-sans .s-font-body, .s-mobile-actions .s-use-site-style-config-container.s-font-button-open-sans .s-font-button, .s-mobile-actions .s-use-site-style-config-container.s-font-heading-open-sans .s-font-heading, .s-mobile-actions .s-use-site-style-config-container.s-font-nav_dropdown-open-sans .s-font-nav_dropdown, .s-mobile-actions .s-use-site-style-config-container.s-font-nav_item-open-sans .s-font-nav_item, .s-mobile-actions .s-use-site-style-config-container.s-font-title-open-sans .s-font-title { font-family: "open sans", sans-serif; }

.s-mobile-actions .s-use-site-style-config-container.s-font-body-open-sans .s-font-body:lang(ja), .s-mobile-actions .s-use-site-style-config-container.s-font-button-open-sans .s-font-button:lang(ja), .s-mobile-actions .s-use-site-style-config-container.s-font-heading-open-sans .s-font-heading:lang(ja), .s-mobile-actions .s-use-site-style-config-container.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(ja), .s-mobile-actions .s-use-site-style-config-container.s-font-nav_item-open-sans .s-font-nav_item:lang(ja), .s-mobile-actions .s-use-site-style-config-container.s-font-title-open-sans .s-font-title:lang(ja) { font-family: "open sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-mobile-actions .s-use-site-style-config-container.s-font-body-open-sans .s-font-body:lang(sxl), .s-mobile-actions .s-use-site-style-config-container.s-font-body-open-sans .s-font-body:lang(zh), .s-mobile-actions .s-use-site-style-config-container.s-font-body-open-sans .s-font-body:lang(zh-cn), .s-mobile-actions .s-use-site-style-config-container.s-font-button-open-sans .s-font-button:lang(sxl), .s-mobile-actions .s-use-site-style-config-container.s-font-button-open-sans .s-font-button:lang(zh), .s-mobile-actions .s-use-site-style-config-container.s-font-button-open-sans .s-font-button:lang(zh-cn), .s-mobile-actions .s-use-site-style-config-container.s-font-heading-open-sans .s-font-heading:lang(sxl), .s-mobile-actions .s-use-site-style-config-container.s-font-heading-open-sans .s-font-heading:lang(zh), .s-mobile-actions .s-use-site-style-config-container.s-font-heading-open-sans .s-font-heading:lang(zh-cn), .s-mobile-actions .s-use-site-style-config-container.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(sxl), .s-mobile-actions .s-use-site-style-config-container.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(zh), .s-mobile-actions .s-use-site-style-config-container.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(zh-cn), .s-mobile-actions .s-use-site-style-config-container.s-font-nav_item-open-sans .s-font-nav_item:lang(sxl), .s-mobile-actions .s-use-site-style-config-container.s-font-nav_item-open-sans .s-font-nav_item:lang(zh), .s-mobile-actions .s-use-site-style-config-container.s-font-nav_item-open-sans .s-font-nav_item:lang(zh-cn), .s-mobile-actions .s-use-site-style-config-container.s-font-title-open-sans .s-font-title:lang(sxl), .s-mobile-actions .s-use-site-style-config-container.s-font-title-open-sans .s-font-title:lang(zh), .s-mobile-actions .s-use-site-style-config-container.s-font-title-open-sans .s-font-title:lang(zh-cn) { font-family: "open sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-mobile-actions .s-use-site-style-config-container.s-font-body-open-sans .s-font-body:lang(zh-tw), .s-mobile-actions .s-use-site-style-config-container.s-font-button-open-sans .s-font-button:lang(zh-tw), .s-mobile-actions .s-use-site-style-config-container.s-font-heading-open-sans .s-font-heading:lang(zh-tw), .s-mobile-actions .s-use-site-style-config-container.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(zh-tw), .s-mobile-actions .s-use-site-style-config-container.s-font-nav_item-open-sans .s-font-nav_item:lang(zh-tw), .s-mobile-actions .s-use-site-style-config-container.s-font-title-open-sans .s-font-title:lang(zh-tw) { font-family: "open sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-mobile-actions .theme-selector-wrapper.s-font-body-open-sans .s-font-body, .s-mobile-actions .theme-selector-wrapper.s-font-button-open-sans .s-font-button, .s-mobile-actions .theme-selector-wrapper.s-font-heading-open-sans .s-font-heading, .s-mobile-actions .theme-selector-wrapper.s-font-nav_dropdown-open-sans .s-font-nav_dropdown, .s-mobile-actions .theme-selector-wrapper.s-font-nav_item-open-sans .s-font-nav_item, .s-mobile-actions .theme-selector-wrapper.s-font-title-open-sans .s-font-title { font-family: "open sans", sans-serif; }

.s-mobile-actions .theme-selector-wrapper.s-font-body-open-sans .s-font-body:lang(ja), .s-mobile-actions .theme-selector-wrapper.s-font-button-open-sans .s-font-button:lang(ja), .s-mobile-actions .theme-selector-wrapper.s-font-heading-open-sans .s-font-heading:lang(ja), .s-mobile-actions .theme-selector-wrapper.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(ja), .s-mobile-actions .theme-selector-wrapper.s-font-nav_item-open-sans .s-font-nav_item:lang(ja), .s-mobile-actions .theme-selector-wrapper.s-font-title-open-sans .s-font-title:lang(ja) { font-family: "open sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-mobile-actions .theme-selector-wrapper.s-font-body-open-sans .s-font-body:lang(sxl), .s-mobile-actions .theme-selector-wrapper.s-font-body-open-sans .s-font-body:lang(zh), .s-mobile-actions .theme-selector-wrapper.s-font-body-open-sans .s-font-body:lang(zh-cn), .s-mobile-actions .theme-selector-wrapper.s-font-button-open-sans .s-font-button:lang(sxl), .s-mobile-actions .theme-selector-wrapper.s-font-button-open-sans .s-font-button:lang(zh), .s-mobile-actions .theme-selector-wrapper.s-font-button-open-sans .s-font-button:lang(zh-cn), .s-mobile-actions .theme-selector-wrapper.s-font-heading-open-sans .s-font-heading:lang(sxl), .s-mobile-actions .theme-selector-wrapper.s-font-heading-open-sans .s-font-heading:lang(zh), .s-mobile-actions .theme-selector-wrapper.s-font-heading-open-sans .s-font-heading:lang(zh-cn), .s-mobile-actions .theme-selector-wrapper.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(sxl), .s-mobile-actions .theme-selector-wrapper.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(zh), .s-mobile-actions .theme-selector-wrapper.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(zh-cn), .s-mobile-actions .theme-selector-wrapper.s-font-nav_item-open-sans .s-font-nav_item:lang(sxl), .s-mobile-actions .theme-selector-wrapper.s-font-nav_item-open-sans .s-font-nav_item:lang(zh), .s-mobile-actions .theme-selector-wrapper.s-font-nav_item-open-sans .s-font-nav_item:lang(zh-cn), .s-mobile-actions .theme-selector-wrapper.s-font-title-open-sans .s-font-title:lang(sxl), .s-mobile-actions .theme-selector-wrapper.s-font-title-open-sans .s-font-title:lang(zh), .s-mobile-actions .theme-selector-wrapper.s-font-title-open-sans .s-font-title:lang(zh-cn) { font-family: "open sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-mobile-actions .theme-selector-wrapper.s-font-body-open-sans .s-font-body:lang(zh-tw), .s-mobile-actions .theme-selector-wrapper.s-font-button-open-sans .s-font-button:lang(zh-tw), .s-mobile-actions .theme-selector-wrapper.s-font-heading-open-sans .s-font-heading:lang(zh-tw), .s-mobile-actions .theme-selector-wrapper.s-font-nav_dropdown-open-sans .s-font-nav_dropdown:lang(zh-tw), .s-mobile-actions .theme-selector-wrapper.s-font-nav_item-open-sans .s-font-nav_item:lang(zh-tw), .s-mobile-actions .theme-selector-wrapper.s-font-title-open-sans .s-font-title:lang(zh-tw) { font-family: "open sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-mobile-actions .less-than-three .s-mobile-action-item-icon { margin-bottom: 0px !important; }

.strikingly-drawer { display: none; width: 100%; background: rgb(255, 255, 255); position: fixed; overflow: auto; top: 0px; z-index: 1002; }

.strikingly-drawer.navbar-drawer, .strikingly-drawer.s-category-drawer { height: 0px; transition: 0.4s ease-in-out; transform: translateY(-100%); max-height: 100%; }

.strikingly-drawer.navbar-drawer.translate, .strikingly-drawer.s-category-drawer.translate { transform: translateZ(0px); height: auto; }

.strikingly-drawer.navbar-drawer.shown, .strikingly-drawer.s-category-drawer.shown { left: 0px; }

.strikingly-drawer.navbar-drawer.on-top, .strikingly-drawer.s-category-drawer.on-top { z-index: 1030; }

.app-mode .strikingly-drawer.navbar-drawer.bottom-border:not(.translate), .app-mode .strikingly-drawer.s-category-drawer.bottom-border:not(.translate) { transform: translateY(calc(-100% + 50px)); box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 1px; }

.strikingly-drawer ul { list-style: none; position: relative; overflow: auto; padding-top: 44px; }

.strikingly-drawer ul li { display: block; position: relative; z-index: 1015; padding: 0px 24px; }

.strikingly-drawer ul li.pad { padding: 10px 10px 0px; }

.strikingly-drawer ul li .social-media-wrapper { padding: 0px 30px; border-bottom: 1px solid rgb(238, 238, 238); }

.strikingly-drawer ul li .social-media-wrapper .social-email, .strikingly-drawer ul li .social-media-wrapper .social-phone { color: rgb(102, 102, 102); margin: 10px 0px; line-height: 1.5; }

.strikingly-drawer ul li .social-media-wrapper .social-email i, .strikingly-drawer ul li .social-media-wrapper .social-phone i { margin-right: 10px; }

.strikingly-drawer ul li .social-media-wrapper .s-social-media-buttons { display: flex; flex-flow: wrap; padding: 5px 0px; margin: 0px -10px; align-items: flex-start; }

.strikingly-drawer ul li .social-media-wrapper .s-social-media-buttons .s-social-media-button { padding: 10px; }

.strikingly-drawer ul li .social-media-wrapper .s-social-media-buttons .s-social-media-button .co.fb-counter { margin: 0px -11px; }

.strikingly-drawer ul li .s-category-drawer-item, .strikingly-drawer ul li .s-mobile-ecommerce-login-nav-item, .strikingly-drawer ul li .s-mobile-membership-login-nav-item, .strikingly-drawer ul li .s-mobile-multi-lang, .strikingly-drawer ul li .s-mobile-multi-lang-item, .strikingly-drawer ul li .s-mobile-nav-dropdown-item, .strikingly-drawer ul li a { display: block; color: rgb(102, 102, 102); padding: 15px 30px; font-size: 16px; font-weight: 300; border-bottom: 1px solid rgb(238, 238, 238); }

.strikingly-drawer ul li a.selected { color: rgb(51, 51, 51); font-weight: 700; outline-style: none; }

.strikingly-drawer ul li a.logo { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; text-align: center; display: block; padding: 26px; }

.strikingly-drawer ul li a.logo.no-border { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }

.strikingly-drawer ul li a.logo .msg { font-size: 14px; font-weight: 100; text-transform: uppercase; color: rgb(153, 153, 153); font-family: brandon-grotesque, brandon, martel-sans, sans-serif; }

.strikingly-drawer ul li a.logo .msg:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.strikingly-drawer ul li a.logo .msg:lang(sxl), .strikingly-drawer ul li a.logo .msg:lang(zh), .strikingly-drawer ul li a.logo .msg:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.strikingly-drawer ul li a.logo .msg:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.strikingly-drawer ul li a.social-media-link { display: inline-block; padding: 15px 20px 15px 0px; border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.strikingly-drawer ul li a.social-media-link .social-media-svg { height: 16px; fill: currentcolor; }

.strikingly-drawer ul li .navbar-drawer-dropdown, .strikingly-drawer ul li .s-category-drawer { cursor: pointer; }

.strikingly-drawer ul li .navbar-drawer-dropdown > .s-mobile-membership-login-nav-item::after, .strikingly-drawer ul li .navbar-drawer-dropdown > .s-mobile-multi-lang::after, .strikingly-drawer ul li .navbar-drawer-dropdown > .s-mobile-nav-dropdown-item::after, .strikingly-drawer ul li .navbar-drawer-dropdown > a::after, .strikingly-drawer ul li .s-category-drawer > .s-mobile-membership-login-nav-item::after, .strikingly-drawer ul li .s-category-drawer > .s-mobile-multi-lang::after, .strikingly-drawer ul li .s-category-drawer > .s-mobile-nav-dropdown-item::after, .strikingly-drawer ul li .s-category-drawer > a::after { float: right; content: ""; display: inline-block; font-style: normal; font-variant: normal; font-size-adjust: none; font-language-override: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-stretch: normal; line-height: 1; font-family: "Font Awesome 5 Free"; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; transition: 0.3s; font-weight: 900; }

.rtl-layout .strikingly-drawer ul li .navbar-drawer-dropdown > .s-mobile-membership-login-nav-item::after, .rtl-layout .strikingly-drawer ul li .navbar-drawer-dropdown > .s-mobile-multi-lang::after, .rtl-layout .strikingly-drawer ul li .navbar-drawer-dropdown > .s-mobile-nav-dropdown-item::after, .rtl-layout .strikingly-drawer ul li .navbar-drawer-dropdown > a::after, .rtl-layout .strikingly-drawer ul li .s-category-drawer > .s-mobile-membership-login-nav-item::after, .rtl-layout .strikingly-drawer ul li .s-category-drawer > .s-mobile-multi-lang::after, .rtl-layout .strikingly-drawer ul li .s-category-drawer > .s-mobile-nav-dropdown-item::after, .rtl-layout .strikingly-drawer ul li .s-category-drawer > a::after { float: left; transform: rotate(180deg); }

.strikingly-drawer ul li .navbar-drawer-dropdown ul, .strikingly-drawer ul li .s-category-drawer ul { padding-top: 0px; max-height: 0px; overflow: hidden; transition: max-height 0.5s; }

.strikingly-drawer ul li .navbar-drawer-dropdown ul li, .strikingly-drawer ul li .s-category-drawer ul li { padding: 0px 0px 0px 30px; }

.rtl-layout .strikingly-drawer ul li .navbar-drawer-dropdown ul li, .rtl-layout .strikingly-drawer ul li .s-category-drawer ul li { padding: 0px 30px 0px 0px; }

.strikingly-drawer ul li .navbar-drawer-dropdown ul li .s-mobile-membership-login-nav-item, .strikingly-drawer ul li .navbar-drawer-dropdown ul li .s-mobile-multi-lang, .strikingly-drawer ul li .navbar-drawer-dropdown ul li .s-mobile-multi-lang-item, .strikingly-drawer ul li .navbar-drawer-dropdown ul li .s-mobile-nav-dropdown-item, .strikingly-drawer ul li .navbar-drawer-dropdown ul li a, .strikingly-drawer ul li .s-category-drawer ul li .s-mobile-membership-login-nav-item, .strikingly-drawer ul li .s-category-drawer ul li .s-mobile-multi-lang, .strikingly-drawer ul li .s-category-drawer ul li .s-mobile-multi-lang-item, .strikingly-drawer ul li .s-category-drawer ul li .s-mobile-nav-dropdown-item, .strikingly-drawer ul li .s-category-drawer ul li a { padding-left: 20px; padding-right: 30px; border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.rtl-layout .strikingly-drawer ul li .navbar-drawer-dropdown ul li .s-mobile-membership-login-nav-item, .rtl-layout .strikingly-drawer ul li .navbar-drawer-dropdown ul li .s-mobile-multi-lang, .rtl-layout .strikingly-drawer ul li .navbar-drawer-dropdown ul li .s-mobile-multi-lang-item, .rtl-layout .strikingly-drawer ul li .navbar-drawer-dropdown ul li .s-mobile-nav-dropdown-item, .rtl-layout .strikingly-drawer ul li .navbar-drawer-dropdown ul li a, .rtl-layout .strikingly-drawer ul li .s-category-drawer ul li .s-mobile-membership-login-nav-item, .rtl-layout .strikingly-drawer ul li .s-category-drawer ul li .s-mobile-multi-lang, .rtl-layout .strikingly-drawer ul li .s-category-drawer ul li .s-mobile-multi-lang-item, .rtl-layout .strikingly-drawer ul li .s-category-drawer ul li .s-mobile-nav-dropdown-item, .rtl-layout .strikingly-drawer ul li .s-category-drawer ul li a { padding-left: 30px; padding-right: 20px; }

.strikingly-drawer ul li .navbar-drawer-dropdown.expanded > .s-mobile-membership-login-nav-item::after, .strikingly-drawer ul li .navbar-drawer-dropdown.expanded > .s-mobile-multi-lang::after, .strikingly-drawer ul li .navbar-drawer-dropdown.expanded > .s-mobile-nav-dropdown-item::after, .strikingly-drawer ul li .navbar-drawer-dropdown.expanded > a::after, .strikingly-drawer ul li .s-category-drawer.expanded > .s-mobile-membership-login-nav-item::after, .strikingly-drawer ul li .s-category-drawer.expanded > .s-mobile-multi-lang::after, .strikingly-drawer ul li .s-category-drawer.expanded > .s-mobile-nav-dropdown-item::after, .strikingly-drawer ul li .s-category-drawer.expanded > a::after { transform: rotate(90deg); }

.strikingly-drawer ul li .navbar-drawer-dropdown.expanded ul, .strikingly-drawer ul li .s-category-drawer.expanded ul { max-height: 1000px; }

.strikingly-drawer ul li .navbar-drawer-dropdown.expanded .navbar-sub-dropdown ul, .strikingly-drawer ul li .navbar-drawer-dropdown.navbar-sub-dropdown ul, .strikingly-drawer ul li .s-category-drawer.expanded .navbar-sub-dropdown ul, .strikingly-drawer ul li .s-category-drawer.navbar-sub-dropdown ul { max-height: 0px; }

.strikingly-drawer ul li .navbar-drawer-dropdown.expanded .navbar-sub-dropdown.expanded > a::after, .strikingly-drawer ul li .navbar-drawer-dropdown.navbar-sub-dropdown.expanded > a::after, .strikingly-drawer ul li .s-category-drawer.expanded .navbar-sub-dropdown.expanded > a::after, .strikingly-drawer ul li .s-category-drawer.navbar-sub-dropdown.expanded > a::after { transform: rotate(90deg); }

.strikingly-drawer ul li .navbar-drawer-dropdown.expanded .navbar-sub-dropdown.expanded ul, .strikingly-drawer ul li .navbar-drawer-dropdown.navbar-sub-dropdown.expanded ul, .strikingly-drawer ul li .s-category-drawer.expanded .navbar-sub-dropdown.expanded ul, .strikingly-drawer ul li .s-category-drawer.navbar-sub-dropdown.expanded ul { max-height: 1000px; }

.strikingly-drawer ul li.mobile-nav-button { text-align: left; padding: 15px 25px 0px; }

.strikingly-drawer ul li.mobile-nav-button .s-nav-btn { padding: 0px 30px 15px; border-bottom: 1px solid rgb(238, 238, 238); }

.strikingly-drawer ul li.mobile-nav-button .s-nav-btn .s-component-content { justify-content: flex-start; }

.s-category-drawer-wrapper { display: none; }

.s-category-drawer-wrapper .drawer-title { text-transform: uppercase; padding: 30px 0px; text-align: center; font-size: 18px; }

.s-category-drawer-wrapper .close-btn { position: absolute; right: 16px; top: 10px; font-size: 30px; font-weight: 200; cursor: pointer; color: rgb(119, 119, 119); z-index: 10; }

.s-category-drawer-wrapper ul { padding-top: 0px; padding-bottom: 40px; }

.s-category-drawer-wrapper ul li:first-child .s-category-drawer-item, .s-category-drawer-wrapper ul li:first-child a { border-top: 1px solid rgb(238, 238, 238); }

.s-category-drawer-wrapper .fadeIn { animation: 0.4s ease-in-out 0s 1 normal none running drawer-mask-fade-in; opacity: 1; display: block; }

.s-category-drawer-wrapper .fadeOut { animation: 0.4s ease-in-out 0s 1 normal none running drawer-mask-fade-out; opacity: 0; transform: translateY(-100%); display: block; }

@media only screen and (max-width: 727px) {
  .s-category-drawer-wrapper { display: block; }
}

@-webkit-keyframes drawer-mask-fade-in { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes drawer-mask-fade-in { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes drawer-mask-fade-out { 
  0% { opacity: 1; transform: translateY(0px); }
  99% { opacity: 0; transform: translateY(0px); }
  100% { transform: translateY(-100%); }
}

@keyframes drawer-mask-fade-out { 
  0% { opacity: 1; transform: translateY(0px); }
  99% { opacity: 0; transform: translateY(0px); }
  100% { transform: translateY(-100%); }
}

#navbar-drawer-mask, .navbar-drawer-mask { position: fixed; inset: 0px; z-index: 1001; display: none; background-color: rgba(0, 0, 0, 0.4); }

.mobile-actions { display: none; position: fixed; top: -170px; right: 7px; opacity: 0; z-index: 999; cursor: pointer; height: 172px; transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1); }

.mobile-actions.translate { transform: translate3d(0px, 225px, 0px); opacity: 1; }

.mobile-actions.shown { top: 45px; opacity: 1; }

.mobile-actions li { margin: 5px; }

.mobile-actions li a { display: block; position: relative; z-index: 1020; pointer-events: all; color: rgb(255, 255, 255); width: 40px; height: 40px; border-radius: 3px; line-height: 40px; background: rgba(114, 114, 114, 0.9); text-align: center; cursor: pointer; }

.mobile-actions li a .entypo, .mobile-actions li a .fa { display: inline-block; zoom: 1; font-size: 18px; }

.mobile-actions li a .entypo.middle, .mobile-actions li a .fa.middle { vertical-align: middle; }

.mobile-actions li a.blue { background: rgba(102, 102, 224, 0.9); }

#new-dashboard-preview-mobile-view .strikingly-map-container iframe { max-height: 300px; height: 300px; }

#new-dashboard-preview-mobile-view #footer-social-media, #new-dashboard-preview-mobile-view #footer-text { text-align: center; }

#new-dashboard-preview-mobile-view #footer-social-media .social-media-display .buttons li, #new-dashboard-preview-mobile-view #footer-social-media .social-media-display .links li { display: inline-block; zoom: 1; float: none; }

#new-dashboard-preview-mobile-view #footer-social-media .social-media-display .buttons li.middle, #new-dashboard-preview-mobile-view #footer-social-media .social-media-display .links li.middle { vertical-align: middle; }

#new-dashboard-preview-mobile-view #footer-social-media .social-media-display .buttons .col, #new-dashboard-preview-mobile-view #footer-social-media .social-media-display .links .col { display: inline-block; zoom: 1; float: none; padding: 5px 15px; }

#new-dashboard-preview-mobile-view #footer-social-media .social-media-display .buttons .col.middle, #new-dashboard-preview-mobile-view #footer-social-media .social-media-display .links .col.middle { vertical-align: middle; }

#new-dashboard-preview-mobile-view #s-new-mobile-actions-wrapper, #new-dashboard-preview-mobile-view .mobile-actions, #new-dashboard-preview-mobile-view .navbar-drawer-bar, #new-dashboard-preview-mobile-view .strikingly-drawer { display: block; }

#new-dashboard-preview-mobile-view .navbar-drawer-bar.hidden, #new-dashboard-preview-mobile-view .navigation-buttons, #new-dashboard-preview-mobile-view .navigation-buttons span.next, #new-dashboard-preview-mobile-view .navigation-buttons span.prev, #new-dashboard-preview-mobile-view .strikingly-drawer.hidden { display: none; }

#new-dashboard-preview-mobile-view .navigation-buttons span.email, #new-dashboard-preview-mobile-view .navigation-buttons span.link, #new-dashboard-preview-mobile-view .navigation-buttons span.phone { display: block; }

#new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape { width: 100%; margin-left: 0px; margin-right: 0px; }

#new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner { padding: 15px 0px; }

#new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-left, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner .s-blog-entry-left, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-left, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-left, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left { margin-bottom: 15px; position: relative; }

#new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar { width: 100%; padding-bottom: 33.33%; }

#new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark { position: absolute; left: 50%; transform: translateX(-50%); }

#new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-right .s-blog-title, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner .s-blog-entry-right .s-blog-title, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-right .s-blog-title, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-right .s-blog-title, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-right .s-blog-title { font-size: 20px; }

#new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-right .s-blog-details-blurb, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner .s-blog-entry-right .s-blog-details-blurb, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-right .s-blog-details-blurb, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-right .s-blog-details-blurb, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-right .s-blog-details-blurb { display: none; }

#new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-avatar-square .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar { padding-bottom: 100%; }

#new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-avatar-landscape-16-9 .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar { padding-bottom: 55.95%; }

#new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-avatar-landscape-4-3 .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar { padding-bottom: 75%; }

#new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-avatar-landscape-4-1 .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar { padding-bottom: 25%; }

#new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-blog-new-layout-card.one .s-blog-entry-inner, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-blog-new-layout-grid.one .s-blog-entry-inner { padding: 15px 0px; }

#new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-blog-new-layout-card.one .s-blog-entry-inner .s-blog-entry-left, #new-dashboard-preview-mobile-view .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-blog-new-layout-grid.one .s-blog-entry-inner .s-blog-entry-left { margin-bottom: 15px; position: relative; }

@media only screen and (max-width: 727px) {
  .strikingly-map-container iframe { max-height: 300px; height: 300px; }
  #footer-social-media, #footer-text { text-align: center; }
  #footer-social-media .social-media-display .buttons li, #footer-social-media .social-media-display .links li { display: inline-block; zoom: 1; float: none; }
  #footer-social-media .social-media-display .buttons li.middle, #footer-social-media .social-media-display .links li.middle { vertical-align: middle; }
  #footer-social-media .social-media-display .buttons .col, #footer-social-media .social-media-display .links .col { display: inline-block; zoom: 1; float: none; padding: 5px 15px; }
  #footer-social-media .social-media-display .buttons .col.middle, #footer-social-media .social-media-display .links .col.middle { vertical-align: middle; }
}

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-new-mobile-actions-wrapper, body:not([data-mobile-new-breakpoint-stage="1"]) .mobile-actions, body:not([data-mobile-new-breakpoint-stage="1"]) .navbar-drawer-bar, body:not([data-mobile-new-breakpoint-stage="1"]) .strikingly-drawer { display: block; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .navbar-drawer-bar.hidden, body:not([data-mobile-new-breakpoint-stage="1"]) .navigation-buttons, body:not([data-mobile-new-breakpoint-stage="1"]) .navigation-buttons span.next, body:not([data-mobile-new-breakpoint-stage="1"]) .navigation-buttons span.prev, body:not([data-mobile-new-breakpoint-stage="1"]) .strikingly-drawer.hidden { display: none; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .navigation-buttons span.email, body:not([data-mobile-new-breakpoint-stage="1"]) .navigation-buttons span.link, body:not([data-mobile-new-breakpoint-stage="1"]) .navigation-buttons span.phone { display: block; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape { width: 100%; margin-left: 0px; margin-right: 0px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner { padding: 15px 0px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left { margin-bottom: 15px; position: relative; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar { width: 100%; padding-bottom: 33.33%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark { position: absolute; left: 50%; transform: translateX(-50%); }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-right .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner .s-blog-entry-right .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-right .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-right .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-right .s-blog-title { font-size: 20px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-right .s-blog-details-blurb, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner .s-blog-entry-right .s-blog-details-blurb, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-right .s-blog-details-blurb, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-right .s-blog-details-blurb, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-right .s-blog-details-blurb { display: none; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-avatar-square .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar { padding-bottom: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-avatar-landscape-16-9 .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar { padding-bottom: 55.95%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-avatar-landscape-4-3 .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar { padding-bottom: 75%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-avatar-landscape-4-1 .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar { padding-bottom: 25%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-blog-new-layout-card.one .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-blog-new-layout-grid.one .s-blog-entry-inner { padding: 15px 0px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-blog-new-layout-card.one .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-blog-new-layout-grid.one .s-blog-entry-inner .s-blog-entry-left { margin-bottom: 15px; position: relative; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-new-mobile-actions-wrapper, body[data-mobile-new-breakpoint-stage="1"] .mobile-actions, body[data-mobile-new-breakpoint-stage="1"] .navbar-drawer-bar, body[data-mobile-new-breakpoint-stage="1"] .strikingly-drawer { display: block; }
  body[data-mobile-new-breakpoint-stage="1"] .navbar-drawer-bar.hidden, body[data-mobile-new-breakpoint-stage="1"] .navigation-buttons, body[data-mobile-new-breakpoint-stage="1"] .navigation-buttons span.next, body[data-mobile-new-breakpoint-stage="1"] .navigation-buttons span.prev, body[data-mobile-new-breakpoint-stage="1"] .strikingly-drawer.hidden { display: none; }
  body[data-mobile-new-breakpoint-stage="1"] .navigation-buttons span.email, body[data-mobile-new-breakpoint-stage="1"] .navigation-buttons span.link, body[data-mobile-new-breakpoint-stage="1"] .navigation-buttons span.phone { display: block; }
  body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape { width: 100%; margin-left: 0px; margin-right: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner { padding: 15px 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left { margin-bottom: 15px; position: relative; }
  body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar { width: 100%; padding-bottom: 33.33%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark { position: absolute; left: 50%; transform: translateX(-50%); }
  body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-right .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner .s-blog-entry-right .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-right .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-right .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-right .s-blog-title { font-size: 20px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-right .s-blog-details-blurb, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.one .s-blog-entry-inner .s-blog-entry-right .s-blog-details-blurb, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-right .s-blog-details-blurb, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-right .s-blog-details-blurb, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-right .s-blog-details-blurb { display: none; }
  body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-avatar-square .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar { padding-bottom: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-avatar-landscape-16-9 .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar { padding-bottom: 55.95%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-avatar-landscape-4-3 .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar { padding-bottom: 75%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-avatar-landscape-4-1 .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar { padding-bottom: 25%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-blog-new-layout-card.one .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-blog-new-layout-grid.one .s-blog-entry-inner { padding: 15px 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-blog-new-layout-card.one .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-blog-new-layout.s-blog-new-layout-grid.one .s-blog-entry-inner .s-blog-entry-left { margin-bottom: 15px; position: relative; }
  body[data-mobile-new-breakpoint-stage="1"] .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-component-overlay { background: url("/images/edit-overlay.1b62b2c8bc3fd4f330f6a7c3670bf476.png"); }

.s-ecommerce .mobile-select .variations-list::-webkit-scrollbar, .s-ecommerce .mobile-select .variations-list ::-webkit-scrollbar { appearance: none; height: 7px; width: 7px; }

.s-ecommerce .mobile-select .variations-list::-webkit-scrollbar-thumb, .s-ecommerce .mobile-select .variations-list ::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0, 0, 0, 0.4); box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 1px; }

.s-ecommerce .mobile-select .add-btn { font-family: brandon-grotesque, brandon, martel-sans, sans-serif; }

.s-ecommerce .mobile-select .add-btn:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-ecommerce .mobile-select .add-btn:lang(sxl), .s-ecommerce .mobile-select .add-btn:lang(zh), .s-ecommerce .mobile-select .add-btn:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-ecommerce .mobile-select .add-btn:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.after-pay-messaging-dialog-wrapper .s-kit-modal-body { padding: 0px; width: 574px; height: 420px; line-height: 0; overflow-y: auto; }

.after-pay-messaging-dialog-wrapper.isMobile { width: 100vw; height: 84vh; margin: 0px; }

.after-pay-messaging-dialog-wrapper.isMobile .s-kit-modal-content { height: 100%; }

.after-pay-messaging-dialog-wrapper.isMobile .s-kit-modal-body { width: 100%; min-height: 100%; }

.after-pay-messaging-dialog-wrapper .messaging-image { width: 100%; height: auto; }

.s-category-bar { z-index: 1; margin-bottom: 30px; border-width: 0px 0px 1px; border-style: solid; }

.s-category-bar.left-align { text-align: left; }

.s-category-bar.right-align { text-align: right; }

.s-category-bar.center-align { text-align: center; }

.s-category-bar.shrinked { text-align: left !important; }

.s-category-bar .category-list { border-radius: 3px; padding-left: 5px; }

.s-category-bar .category-list .category-link-item-wrapper { padding: 0px 10px; display: inline-block; cursor: pointer; }

.s-category-bar .category-list .category-link-item-wrapper:hover .category-link-item:not(.no-hover) { position: relative; }

.s-category-bar .category-list .category-link-item-wrapper .entypo-right-open-big { font-size: 14px; }

.s-category-bar .category-list .category-link-item { display: inline-block; padding: 14px 0px; text-decoration: none; font-size: 16px; text-transform: none; }

.s-category-bar .category-list .category-link-item:first-child { margin-left: 0px !important; }

.s-category-bar .category-list .category-link-item:last-child { margin-right: 0px !important; }

.s-category-bar .category-list .category-link-item.selected { position: relative; }

.s-category-bar .category-list .category-link-item.selected.selected::after { content: ""; position: absolute; width: 100%; bottom: -1px; left: 0px; height: 2px; }

.s-category-bar .category-list .show-more-link { display: inline-block; padding: 0px 10px; line-height: 25px; cursor: pointer; border-style: solid; border-width: 0px 0px 0px 1px; float: right; margin-top: 9px; }

.s-category-bar .category-list .show-more-link.mobile-link { float: none; margin-top: 0px; position: absolute; bottom: 10px; right: 0px; }

.s-category-bar .category-list .top-bar .category-link-item-wrapper, .s-category-bar .category-list .top-bar .top-list .category-link-item-wrapper:first-child { flex: 0 0 auto; }

.s-category-bar .category-list .top-bar .top-list ::-webkit-scrollbar { display: none; }

.s-category-bar .category-list .top-bar.hide-top-bar { height: 0px; overflow: hidden; }

@media screen and (max-width: 727px) {
  .s-category-bar .category-list, .s-category-bar .category-list .category-link-item-wrapper .category-link-item, .s-category-bar .category-list .category-link-item-wrapper:first-child { padding-left: 0px; }
  .s-category-bar .category-list .category-link-item-wrapper:last-child { padding-right: 0px; }
}

.s-kit-popover.category-bar-popover { min-width: 120px; max-width: 200px; max-height: 320px; overflow: auto; padding-top: 0px; }

.s-kit-popover.category-bar-popover .s-kit-popover-arrow { display: none; }

.s-kit-popover.category-bar-popover .s-kit-popover-inner-content { padding: 10px 0px; cursor: pointer; }

.s-kit-popover.category-bar-popover li { padding: 7px 10px; }

.s-kit-popover.category-bar-popover li:hover { color: rgb(85, 85, 85); background-color: rgb(226, 228, 231); }

.s-ecommerce-buy { color: rgb(75, 80, 86); font-family: open_sans, "Open Sans", sans-serif; height: 100%; }

.s-ecommerce-buy .small-symbol { font-size: 0.8em; }

.s-ecommerce-buy:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-ecommerce-buy:lang(sxl), .s-ecommerce-buy:lang(zh), .s-ecommerce-buy:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-ecommerce-buy:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-ecommerce-buy .bold { font-weight: 600; }

.s-ecommerce-buy .left { float: left; }

.s-ecommerce-buy .right { float: right; }

.s-ecommerce-buy .bottom-border { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgb(169, 174, 178); }

.s-ecommerce-buy .s-btn { margin: 0px; min-width: 80px; text-align: center; }

.s-ecommerce-buy .s-btn.small, .s-ecommerce-buy .s-btn.smaller { margin: 0px; }

.s-ecommerce-buy .s-btn.left-arrow .fa { margin-right: 8px; font-size: 16px; }

.s-ecommerce-buy .s-btn.right-arrow .fa { margin-left: 8px; font-size: 16px; }

.s-ecommerce-buy .s-btn.disable { cursor: not-allowed; color: rgb(204, 204, 204); }

.s-ecommerce-buy .s-btn.disable:hover { background: rgb(246, 246, 246); }

.s-ecommerce-buy .next-btn { min-width: 90px; }

.s-ecommerce-buy .close-btn { position: absolute; right: 16px; top: 10px; font-size: 30px; font-weight: 200; cursor: pointer; color: rgb(119, 119, 119); z-index: 10; }

.s-ecommerce-buy .gray-box { overflow: hidden; border: 1px solid rgb(226, 228, 231); }

.s-ecommerce-buy .gray-box .sub-title { font-size: 15px; font-weight: 600; color: rgb(75, 80, 86); margin-bottom: 10px; }

.s-ecommerce-buy .buy-panel { margin: 0px auto; width: 560px; padding: 30px; box-sizing: border-box; font-size: 14px; transition: opacity 0.3s; }

.s-ecommerce-buy .buy-panel.active { opacity: 1; z-index: 1; }

.s-ecommerce-buy .buy-panel .title { margin-bottom: 16px; font-size: 16px; font-weight: 700; font-family: brandon-grotesque, brandon, martel-sans, sans-serif; text-transform: uppercase; color: rgb(75, 80, 86); }

.s-ecommerce-buy .buy-panel .title:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-ecommerce-buy .buy-panel .title:lang(sxl), .s-ecommerce-buy .buy-panel .title:lang(zh), .s-ecommerce-buy .buy-panel .title:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-ecommerce-buy .buy-panel .title:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-ecommerce-buy .buy-panel .subtitle { margin-bottom: 15px; font-family: open_sans, "Open Sans", sans-serif; color: rgb(141, 148, 156); }

.s-ecommerce-buy .buy-panel .subtitle:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-ecommerce-buy .buy-panel .subtitle:lang(sxl), .s-ecommerce-buy .buy-panel .subtitle:lang(zh), .s-ecommerce-buy .buy-panel .subtitle:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-ecommerce-buy .buy-panel .subtitle:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-ecommerce-buy .buy-panel .confirm .confirm-btn { width: 230px; height: 36px; padding: 0px; font-size: 16px; line-height: 36px; border-radius: 4px; }

.s-ecommerce-buy .buy-panel .confirm .fa-download { margin-right: 4px; }

.s-ecommerce-buy .buy-panel .bottom { overflow: hidden; margin-top: 5px; }

.s-ecommerce-buy .buy-panel .bottom .left { float: left; }

.s-ecommerce-buy .buy-panel .bottom .right { float: right; }

.s-ecommerce-buy .buy-panel .bottom.center { text-align: center; }

.s-ecommerce-buy .buy-panel .bottom .terms-checkbox { display: inline-block; padding: 10px 0px; }

.s-ecommerce-buy .buy-panel .bottom .terms-checkbox .s-terms-link { display: inline; cursor: pointer; }

.s-ecommerce-buy .buy-panel .bottom .payment-chooser-logo { vertical-align: top; height: 36px; margin-right: 5px; }

.s-ecommerce-buy .buy-panel .bottom .error-message { color: rgb(230, 71, 81); line-height: 1.5; float: left; width: 78%; }

.s-ecommerce-buy .buy-panel .mobile-back { display: none; float: none; vertical-align: middle; margin: 0px 10px 10px 0px; min-width: inherit; }

.s-ecommerce-buy .buy-panel.wechat-qrcode .qrcode-wrapper { text-align: center; padding: 50px 0px; }

.s-ecommerce-buy .buy-panel.wechat-qrcode .qrcode-wrapper canvas { border: 1px solid rgb(241, 241, 241); padding: 20px; }

.s-ecommerce-buy .buy-panel.wechat-qrcode .qrcode-wrapper .price { display: flex; justify-content: center; align-items: center; font-size: 18px; font-weight: 700; border-width: medium 1px 1px; border-style: none solid solid; border-color: currentcolor rgb(241, 241, 241) rgb(241, 241, 241); border-image: none; border-radius: 0px 0px 4px 4px; padding: 10px; }

.s-ecommerce-buy .buy-panel.wechat-qrcode .qrcode-wrapper .price img { height: 20px; margin-right: 5px; }

.s-ecommerce-buy .buy-panel.wechat-qrcode .s-kit-btn { width: 100%; margin-bottom: 0px; margin-top: 40px; }

.s-ecommerce-buy .buy-panel.wechat-qrcode .desktop-hint, .s-ecommerce-buy .buy-panel.wechat-qrcode .mobile-hint { text-align: center; margin-bottom: 20px; }

.s-ecommerce-buy .buy-panel.wechat-qrcode .mobile-hint { display: none; }

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .buy-panel.wechat-qrcode .mobile-hint { display: block; }
  .s-ecommerce-buy .buy-panel.wechat-qrcode .desktop-hint { display: none; }
}

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .buy-panel { overflow: auto; }
  .s-ecommerce-buy .buy-panel .mobile-back { display: inline-block; }
  .s-ecommerce-buy .buy-panel .desktop-back { display: none; }
}

.s-ecommerce-buy .stripe-payment-panel { width: 420px; min-height: 317px; padding: 0px; }

.s-ecommerce-buy .stripe-payment-panel .stripe-form .s-btn { font-family: open_sans, "Open Sans", sans-serif; }

.s-ecommerce-buy .stripe-payment-panel .stripe-form .s-btn:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-ecommerce-buy .stripe-payment-panel .stripe-form .s-btn:lang(sxl), .s-ecommerce-buy .stripe-payment-panel .stripe-form .s-btn:lang(zh), .s-ecommerce-buy .stripe-payment-panel .stripe-form .s-btn:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-ecommerce-buy .stripe-payment-panel .stripe-form .s-btn:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-ecommerce-buy .buy-order-items-list .buy-order-item { padding: 12px 0px; border-top: 1px solid rgb(226, 228, 231); position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; }

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-delete { vertical-align: middle; margin-right: 10px; color: rgb(99, 105, 114); cursor: pointer; }

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-delete:hover { color: rgb(27, 176, 230); }

.s-ecommerce-buy .buy-order-items-list .buy-order-item img { vertical-align: middle; margin-right: 10px; width: 60px; }

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-picture { flex: 0 0 auto; }

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-info { vertical-align: top; width: 280px; margin-right: 20px; flex: 1 1 0%; }

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-info .buy-order-item-info-variation { color: rgb(169, 174, 178); margin-top: 6px; overflow-wrap: break-word; }

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-info .buy-order-item-info-discount { margin-top: 6px; }

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-info .estimated-delivery { margin-left: 20px; font-size: 12px; color: rgb(169, 174, 178); }

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-quantity-wrapper { vertical-align: top; width: 100px; overflow: hidden; }

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-quantity-wrapper .error-text { position: absolute; bottom: 5px; color: rgb(251, 125, 43); }

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-price { line-height: 20px; text-align: right; flex: 0 0 auto; }

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-price.has-discount .old-price { color: rgb(204, 204, 204); text-decoration: line-through; }

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-price.has-discount .new-price { font-weight: 700; }

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-price { width: 100%; }
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item.deleted { background: rgb(242, 242, 242); color: rgb(169, 174, 178); }

.s-ecommerce-buy .buy-order-items-list .buy-order-item.deleted .buy-order-item-info .buy-order-item-info-description, .s-ecommerce-buy .buy-order-items-list .buy-order-item.deleted .buy-order-item-info .buy-order-item-info-variation { color: rgb(169, 174, 178); }

.s-ecommerce-buy .buy-order-items-list .buy-order-item.deleted .buy-order-item-quantity-wrapper .error-text { margin-top: 0px; color: rgb(230, 71, 81); }

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .buy-order-items-list .buy-order-item img { margin-bottom: 10px; }
  .s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-info { margin-right: 0px; }
  .s-ecommerce-buy .buy-order-items-list .buy-order-item .mobile-new-line { width: 100%; }
  .s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-quantity-wrapper { margin-left: 20px; width: 120px; }
  .s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-quantity-wrapper .error-text { bottom: 0px; }
}

.s-ecommerce-buy .buy-order-coupon-code { padding: 15px 0px 0px; }

.s-ecommerce-buy .buy-order-coupon-code input { width: 250px; height: 34px; line-height: 34px; padding: 5px 8px; box-sizing: border-box; border: 1px solid rgb(204, 204, 204); border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset; }

.s-ecommerce-buy .buy-order-coupon-code input.has-value { text-transform: uppercase; }

.s-ecommerce-buy .buy-order-coupon-code .apply { color: rgb(251, 125, 43); font-size: 16px; cursor: pointer; }

.s-ecommerce-buy .buy-order-coupon-code .error { border: 1px solid rgb(230, 71, 81); }

.s-ecommerce-buy .buy-order-coupon-code .error-message { font-size: 14px; color: rgb(230, 71, 81); padding-top: 7px; }

.s-ecommerce-buy .buy-order-coupon-code .apply-btn { margin-left: 15px; height: 13px; line-height: 13px; }

@media screen and (max-width: 500px) {
  .s-ecommerce-buy .buy-order-coupon-code .apply-btn { margin: 10px 0px 0px; }
}

.s-ecommerce-buy .buy-order-bottom-price { padding: 15px 0px; border-top: 1px solid rgb(226, 228, 231); font-family: brandon-grotesque, brandon, martel-sans, sans-serif; }

.s-ecommerce-buy .buy-order-bottom-price:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-ecommerce-buy .buy-order-bottom-price:lang(sxl), .s-ecommerce-buy .buy-order-bottom-price:lang(zh), .s-ecommerce-buy .buy-order-bottom-price:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-ecommerce-buy .buy-order-bottom-price:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping { margin-bottom: 10px; }

.s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping.free-shipping-column { display: flex; align-items: center; justify-content: space-between; }

.s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping.free-shipping-column .buy-order-shipping-label { margin-right: 10px; }

.s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping .buy-order-shipping-label, .s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping .buy-order-tax-label { text-transform: uppercase; }

.s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping .buy-order-shipping-label .free-shipping, .s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping .buy-order-tax-label .free-shipping { font-size: 14px; margin-left: 4px; color: rgb(169, 174, 178); text-transform: none; font-family: open_sans, "Open Sans", sans-serif; }

.s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping .buy-order-shipping-price, .s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping .buy-order-tax-price { float: right; }

.s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping .buy-order-discount-price { float: right; color: red; }

.s-ecommerce-buy .buy-order-bottom-price .tax-included { color: rgb(198, 201, 205); }

.s-ecommerce-buy .buy-order-bottom-price .buy-order-total { font-size: 16px; font-weight: 600; }

.s-ecommerce-buy .buy-order-bottom-price .buy-order-total .buy-order-total-label { text-transform: uppercase; }

.s-ecommerce-buy .buy-order-bottom-price .buy-order-total .buy-order-total-price { float: right; }

.s-ecommerce-buy .buy-order-bottom-price .buy-order-total .buy-order-total-price span { vertical-align: middle; }

.s-ecommerce-buy .buy-order-bottom-price .buy-order-total .buy-order-total-price .price-label { display: inline-block; color: rgb(169, 174, 178); border: 1px solid rgb(169, 174, 178); border-radius: 4px; font-size: 12px; margin-right: 10px; padding: 1px 3px; }

.s-ecommerce-buy .ecommerce-terms { width: 100%; height: 100%; box-sizing: border-box; }

.s-ecommerce-buy .ecommerce-terms .title { position: relative; margin-bottom: 20px; text-align: center; height: 37px; }

.s-ecommerce-buy .ecommerce-terms .title .text { line-height: 37px; }

.s-ecommerce-buy .ecommerce-terms .title .s-btn { position: absolute; top: 0px; left: 0px; min-width: 0px; }

.s-ecommerce-buy .ecommerce-terms .text-wrapper { max-height: calc(100% - 60px); overflow: auto; }

.s-ecommerce-buy .ecommerce-terms .text-wrapper .paragraph { margin-bottom: 10px; }

.s-ecommerce-buy .ecommerce-terms .text-wrapper .paragraph:last-child { margin: 0px; }

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .ecommerce-terms { overflow: auto; }
  .s-ecommerce-buy .ecommerce-terms .title { text-align: left; height: auto; }
  .s-ecommerce-buy .ecommerce-terms .title .text { display: inline-block; }
  .s-ecommerce-buy .ecommerce-terms .title .s-btn { position: static; margin: 1px 10px 0px 0px; vertical-align: middle; }
}

.s-ecommerce-buy .single-product { width: 660px; user-select: none; }

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper { position: relative; left: -25px; padding: 0px 18px 0px 25px; width: 100%; box-sizing: content-box; max-height: 270px; overflow: auto; }

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper::-webkit-scrollbar, .s-ecommerce-buy .single-product .buy-order-items-list-wrapper ::-webkit-scrollbar { appearance: none; height: 7px; width: 7px; }

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper::-webkit-scrollbar-thumb, .s-ecommerce-buy .single-product .buy-order-items-list-wrapper ::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0, 0, 0, 0.4); box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 1px; }

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .number-input-wrapper .minus-icon, .s-ecommerce-buy .single-product .buy-order-items-list-wrapper .number-input-wrapper .plus-icon { float: left; width: 20px; height: 20px; line-height: 20px; border: 1px solid rgb(226, 228, 231); text-align: center; font-size: 14px; font-family: courier; background: rgb(246, 246, 246); color: rgb(99, 105, 114); cursor: pointer; }

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .number-input-wrapper .minus-icon.disable, .s-ecommerce-buy .single-product .buy-order-items-list-wrapper .number-input-wrapper .plus-icon.disable { color: rgb(169, 174, 178); background: rgb(255, 255, 255); cursor: not-allowed; }

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .number-input-wrapper .minus-icon { border-width: 1px 0px 1px 1px; border-radius: 4px 0px 0px 4px; }

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .number-input-wrapper .plus-icon { border-width: 1px 1px 1px 0px; border-radius: 0px 4px 4px 0px; }

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .number-input-wrapper input[type="text"] { float: left; width: 30px; height: 20px; padding: 0px; margin: 0px; border: 1px solid rgb(226, 228, 231); color: rgb(68, 68, 68); text-align: center; border-radius: 0px; }

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .buy-order-item-price { min-width: 100px; }

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .empty-cart-wrapper { padding: 30px; display: flex; width: 100%; flex-direction: column; align-items: center; }

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .empty-cart-wrapper .fa-shopping-cart { color: rgb(198, 201, 205); font-size: 60px; }

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .empty-cart-wrapper .tip-text { margin-top: 10px; color: rgb(198, 201, 205); }

.s-ecommerce-buy .single-product .add-variation { box-sizing: border-box; border: 1px solid rgb(204, 204, 204); height: 30px; background: rgb(255, 255, 255); font-size: 16px; margin: 0px 0px 15px; }

.s-ecommerce-buy .single-product .add-variation:focus { border-color: rgb(118, 113, 255); outline: none; }

.s-ecommerce-buy .single-product .buy-order-bottom-price .buy-order-shipping { margin-bottom: 0px; margin-top: 10px; }

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .single-product .buy-order-items-list-wrapper { max-height: inherit; }
  .s-ecommerce-buy .single-product .buy-order-items-list-wrapper .buy-order-item-price { width: auto; }
  .s-ecommerce-buy .single-product .buy-order-items-list-wrapper .buy-order-items-list .buy-order-item-info { width: calc(100% - 92px); }
}

.s-ecommerce-buy .shipping-form { overflow-x: hidden; }

.s-ecommerce-buy .shipping-form .s-form-section { display: inline-block; width: 100%; position: relative; margin-bottom: 10px; }

.s-ecommerce-buy .shipping-form .s-form-section .s-form-field.inline { margin: 0px; }

.s-ecommerce-buy .shipping-form .s-form-section:last-child { margin-bottom: 12px; }

.s-ecommerce-buy .shipping-form .s-form-section.has-error { margin-bottom: 18px; }

.s-ecommerce-buy .shipping-form .s-form-section input, .s-ecommerce-buy .shipping-form .s-form-section select { width: 100%; color: rgb(75, 80, 86); box-sizing: border-box; }

.s-ecommerce-buy .shipping-form .s-form-section input.error, .s-ecommerce-buy .shipping-form .s-form-section select.error { border: 1px solid rgb(230, 71, 81); }

.s-ecommerce-buy .shipping-form .s-form-section input.error + .error-message, .s-ecommerce-buy .shipping-form .s-form-section select.error + .error-message { display: block; }

.s-ecommerce-buy .shipping-form .s-form-section input.manually-check.error, .s-ecommerce-buy .shipping-form .s-form-section select.manually-check.error { border: 1px solid rgb(204, 204, 204); }

.s-ecommerce-buy .shipping-form .s-form-section input.manually-check.error + .error-message, .s-ecommerce-buy .shipping-form .s-form-section select.manually-check.error + .error-message { display: none; }

.s-ecommerce-buy .shipping-form .s-form-section input.manually-check.error, .s-ecommerce-buy .shipping-form .s-form-section select.manually-check.error { border: 1px solid rgb(230, 71, 81); }

.s-ecommerce-buy .shipping-form .s-form-section input.manually-check.error + .error-message, .s-ecommerce-buy .shipping-form .s-form-section select.manually-check.error + .error-message { display: block; }

.s-ecommerce-buy .shipping-form .s-form-section .error-message { display: none; font-size: 14px; color: rgb(230, 71, 81); }

.s-ecommerce-buy .shipping-form .s-form-section .left { float: left; }

.s-ecommerce-buy .shipping-form .s-form-section .right { float: right; }

.s-ecommerce-buy .shipping-form .s-form-section .small { width: 38%; }

.s-ecommerce-buy .shipping-form .s-form-section .medium { width: 60%; }

.s-ecommerce-buy .shipping-form .s-form-section .full-width { width: 100%; }

.s-ecommerce-buy .shipping-form .shipping-guideline { margin-bottom: 16px; line-height: 18px; color: rgb(99, 105, 114); }

.s-ecommerce-buy .shipping-form .shipping-guideline .star { color: rgb(230, 71, 81); padding-right: 5px; position: relative; top: 3px; }

.s-ecommerce-buy .shipping-form .shipping-options { margin-bottom: 10px; margin-top: 10px; }

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card { border-top: 0px; border-radius: 0px; }

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card:first-child { border-top: 1px solid rgb(226, 228, 231); border-radius: 4px 4px 0px 0px; }

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card:last-child { border-radius: 0px 0px 4px 4px; }

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card, .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card { display: flex; }

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .left-card-content, .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .left-card-content { flex: 1 1 0%; display: inline-block; }

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .title, .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .title { font-family: open_sans, "Open Sans", sans-serif; font-weight: 400; font-size: 14px; margin-bottom: 0px; text-transform: none; }

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .title:lang(ja), .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .title:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .title:lang(sxl), .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .title:lang(zh), .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .title:lang(zh-cn), .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .title:lang(sxl), .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .title:lang(zh), .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .title:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .title:lang(zh-tw), .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .title:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .sub-text, .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .sub-text { font-family: open_sans, "Open Sans", sans-serif; }

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .sub-text:lang(ja), .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .sub-text:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .sub-text:lang(sxl), .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .sub-text:lang(zh), .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .sub-text:lang(zh-cn), .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .sub-text:lang(sxl), .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .sub-text:lang(zh), .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .sub-text:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .sub-text:lang(zh-tw), .s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .sub-text:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-ecommerce-buy .shipping-form .address-wrap .china-regions { width: 33%; float: left; }

.s-ecommerce-buy .shipping-form .address-wrap .china-citys, .s-ecommerce-buy .shipping-form .address-wrap .china-provinces { margin-right: 0.4%; }

.s-ecommerce-buy .payment-panel .payment-chooser { margin-top: 15px; cursor: pointer; min-height: 26px; }

.s-ecommerce-buy .payment-panel .payment-chooser.first { margin-right: 20px; }

.s-ecommerce-buy .payment-panel .payment-chooser.disabled { cursor: not-allowed; }

.s-ecommerce-buy .payment-panel .payment-chooser input { margin: 0px 5px; vertical-align: top; }

.s-ecommerce-buy .payment-panel .payment-chooser .chooser-content { display: inline-block; }

.s-ecommerce-buy .payment-panel .payment-chooser .chooser-content .chooser-icon { margin-top: 10px; border-radius: 4px; border: 1px solid rgb(238, 238, 238); padding: 8px 12px; display: inline-block; }

.s-ecommerce-buy .payment-panel .payment-chooser .chooser-content .chooser-icon img { height: 22px; vertical-align: middle; }

.s-ecommerce-buy .payment-panel .payment-chooser .chooser-content .chooser-icon.no-border { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }

.s-ecommerce-buy .payment-panel .payment-chooser.midtrans .chooser-icon { max-width: 130px; }

.s-ecommerce-buy .payment-panel .bottom { margin-top: 20px; }

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .payment-panel .payment-chooser .chooser-content img { height: 25px; }
}

.s-ecommerce-buy .order-detail-panel, .s-ecommerce-buy .order-preview { width: 800px; }

.s-ecommerce-buy .order-detail-panel .order-info .gray-box, .s-ecommerce-buy .order-preview .order-info .gray-box { margin-bottom: 20px; }

.s-ecommerce-buy .order-detail-panel .order-info .gray-box::-webkit-scrollbar, .s-ecommerce-buy .order-detail-panel .order-info .gray-box ::-webkit-scrollbar, .s-ecommerce-buy .order-preview .order-info .gray-box::-webkit-scrollbar, .s-ecommerce-buy .order-preview .order-info .gray-box ::-webkit-scrollbar { appearance: none; height: 7px; width: 7px; }

.s-ecommerce-buy .order-detail-panel .order-info .gray-box::-webkit-scrollbar-thumb, .s-ecommerce-buy .order-detail-panel .order-info .gray-box ::-webkit-scrollbar-thumb, .s-ecommerce-buy .order-preview .order-info .gray-box::-webkit-scrollbar-thumb, .s-ecommerce-buy .order-preview .order-info .gray-box ::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0, 0, 0, 0.4); box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 1px; }

.s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list, .s-ecommerce-buy .order-preview .order-info .buy-order-items-list { margin: 0px; max-height: 180px; overflow: auto; }

.s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list .buy-order-item:first-child, .s-ecommerce-buy .order-preview .order-info .buy-order-items-list .buy-order-item:first-child { border-top-width: medium; border-top-style: none; border-top-color: currentcolor; padding: 0px 0px 12px; }

.s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list .buy-order-item:last-child, .s-ecommerce-buy .order-preview .order-info .buy-order-items-list .buy-order-item:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list .buy-order-item .buy-order-item-info, .s-ecommerce-buy .order-preview .order-info .buy-order-items-list .buy-order-item .buy-order-item-info { width: 70%; }

.s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list .buy-order-item .buy-order-item-price, .s-ecommerce-buy .order-preview .order-info .buy-order-items-list .buy-order-item .buy-order-item-price { right: 15px; }

.s-ecommerce-buy .order-detail-panel .order-info .buy-order-bottom-price, .s-ecommerce-buy .order-preview .order-info .buy-order-bottom-price { padding: 15px 0px 0px; }

.s-ecommerce-buy .order-detail-panel .shipping-info, .s-ecommerce-buy .order-preview .shipping-info { margin-bottom: 20px; }

.s-ecommerce-buy .order-detail-panel .shipping-info .gray-box, .s-ecommerce-buy .order-preview .shipping-info .gray-box { overflow: auto; }

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .order-detail-panel .shipping-info .gray-box, .s-ecommerce-buy .order-preview .shipping-info .gray-box { max-height: none; }
}

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper, .s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper { float: left; }

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper .info-row, .s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper .info-row { line-height: 30px; display: table-row; }

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper .info-row.phone, .s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper .info-row.phone { display: inline-block; min-width: 120px; margin-right: 20px; }

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper .info-row.email, .s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper .info-row.email { display: inline-block; }

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper .info-row.free-shipping, .s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper .info-row.free-shipping { display: flex; align-items: center; }

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper .info-row.free-shipping .shipping-icon, .s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper .info-row.free-shipping .shipping-icon { margin-right: 8px; }

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper .info-row .fa, .s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper .info-row .fa { display: table-cell; padding-right: 8px; color: rgb(169, 174, 178); }

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper .info-row .text, .s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper .info-row .text { display: table-cell; line-height: 25px; }

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper.has-notes, .s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper.has-notes { width: 370px; }

.s-ecommerce-buy .order-detail-panel .shipping-info .notes-wrapper, .s-ecommerce-buy .order-preview .shipping-info .notes-wrapper { float: left; margin-left: 20px; padding-left: 20px; width: 280px; }

.s-ecommerce-buy .order-detail-panel .shipping-info .notes-wrapper span, .s-ecommerce-buy .order-preview .shipping-info .notes-wrapper span { line-height: 30px; }

.s-ecommerce-buy .order-detail-panel .gray-box, .s-ecommerce-buy .order-preview .gray-box { overflow: hidden; padding: 15px 20px; background: rgb(248, 248, 248); border-radius: 4px; }

.s-ecommerce-buy .order-detail-panel .warning, .s-ecommerce-buy .order-preview .warning { color: rgb(169, 174, 178); }

.s-ecommerce-buy .order-detail-panel .warning strong, .s-ecommerce-buy .order-preview .warning strong { color: rgb(230, 71, 81); }

.s-ecommerce-buy .order-detail-panel .warning .estimated-delivery, .s-ecommerce-buy .order-preview .warning .estimated-delivery { margin-top: 6px; line-height: 25px; font-weight: 600; }

.s-ecommerce-buy .order-detail-panel .warning .estimated-delivery .star, .s-ecommerce-buy .order-preview .warning .estimated-delivery .star { position: relative; top: 3px; padding-right: 5px; color: rgb(230, 71, 81); }

.s-ecommerce-buy .order-detail-panel .ship-warning, .s-ecommerce-buy .order-preview .ship-warning { margin-top: 10px; color: rgb(169, 174, 178); line-height: 20px; font-weight: 600; }

.s-ecommerce-buy .order-detail-panel .bottom .cash-on-delivery-box, .s-ecommerce-buy .order-preview .bottom .cash-on-delivery-box { margin: 5px 0px 20px; }

.s-ecommerce-buy .order-detail-panel .bottom .cash-on-delivery-box .gray-box, .s-ecommerce-buy .order-preview .bottom .cash-on-delivery-box .gray-box { padding: 12px 20px; }

.s-ecommerce-buy .order-detail-panel .bottom .cash-on-delivery-box .info-row, .s-ecommerce-buy .order-preview .bottom .cash-on-delivery-box .info-row { line-height: 1.4; white-space: pre-wrap; }

.s-ecommerce-buy .order-detail-panel .bottom .tip, .s-ecommerce-buy .order-preview .bottom .tip { font-size: 16px; line-height: 36px; color: rgb(230, 71, 81); }

.s-ecommerce-buy .order-detail-panel .bottom .pre-order-warning, .s-ecommerce-buy .order-preview .bottom .pre-order-warning { padding: 10px; margin-top: 12px; border: 1px solid rgb(226, 228, 231); color: rgb(99, 105, 114); }

.s-ecommerce-buy .order-detail-panel .bottom .pre-order-warning .fa, .s-ecommerce-buy .order-preview .bottom .pre-order-warning .fa { margin-right: 5px; }

.s-ecommerce-buy .order-detail-panel .bottom .cancel-order, .s-ecommerce-buy .order-preview .bottom .cancel-order { display: inline-block; line-height: 36px; cursor: pointer; color: rgb(27, 176, 230); }

.s-ecommerce-buy .order-detail-panel .bottom .warning, .s-ecommerce-buy .order-preview .bottom .warning { display: inline-block; line-height: 36px; padding-right: 8px; }

@media screen and (max-width: 421px) {
  .s-ecommerce-buy .order-detail-panel .bottom .warning, .s-ecommerce-buy .order-preview .bottom .warning { line-height: 1.5; }
}

.s-ecommerce-buy .order-detail-panel .s-btn .fa, .s-ecommerce-buy .order-preview .s-btn .fa { margin-right: 8px; }

.s-ecommerce-buy .order-detail-panel .s-btn .fa.fa-paypal, .s-ecommerce-buy .order-preview .s-btn .fa.fa-paypal { font-size: 16px; }

.s-ecommerce-buy .order-detail-panel .s-btn.paypal-pay, .s-ecommerce-buy .order-preview .s-btn.paypal-pay { background: rgb(0, 112, 186); border-color: rgb(0, 112, 186); }

.s-ecommerce-buy .order-detail-panel .s-btn.alipay-pay, .s-ecommerce-buy .order-preview .s-btn.alipay-pay { background: rgb(0, 170, 238); border-color: rgb(0, 170, 238); }

.s-ecommerce-buy .order-detail-panel .s-btn.wechat-pay, .s-ecommerce-buy .order-preview .s-btn.wechat-pay { background: rgb(26, 200, 35); border-color: rgb(26, 200, 35); }

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .order-detail-panel .order-info .detail, .s-ecommerce-buy .order-detail-panel .order-info .product-image, .s-ecommerce-buy .order-preview .order-info .detail, .s-ecommerce-buy .order-preview .order-info .product-image { float: none; max-width: 100%; }
  .s-ecommerce-buy .order-detail-panel .order-info .product-image, .s-ecommerce-buy .order-preview .order-info .product-image { height: 90px; }
  .s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list, .s-ecommerce-buy .order-detail-panel .order-info .gray-box, .s-ecommerce-buy .order-preview .order-info .buy-order-items-list, .s-ecommerce-buy .order-preview .order-info .gray-box { max-height: inherit; }
  .s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list .buy-order-item, .s-ecommerce-buy .order-preview .order-info .buy-order-items-list .buy-order-item { overflow: hidden; }
  .s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list .buy-order-item img, .s-ecommerce-buy .order-preview .order-info .buy-order-items-list .buy-order-item img { width: 64px; }
  .s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list .buy-order-item .buy-order-item-info, .s-ecommerce-buy .order-preview .order-info .buy-order-items-list .buy-order-item .buy-order-item-info { width: 80px; }
  .s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list .buy-order-item .buy-order-item-price, .s-ecommerce-buy .order-preview .order-info .buy-order-items-list .buy-order-item .buy-order-item-price { float: right; display: block; text-align: right; }
  .s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper, .s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper { width: 100% !important; }
  .s-ecommerce-buy .order-detail-panel .shipping-info .notes-wrapper, .s-ecommerce-buy .order-preview .shipping-info .notes-wrapper { width: 100%; padding: 0px; margin: 20px 0px 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }
  .s-ecommerce-buy .order-detail-panel .shipping-info .info-row .phone, .s-ecommerce-buy .order-preview .shipping-info .info-row .phone { display: block; margin-right: 0px; }
  .s-ecommerce-buy .order-detail-panel .shipping-info .info-row .email, .s-ecommerce-buy .order-preview .shipping-info .info-row .email { display: block; }
  .s-ecommerce-buy .order-detail-panel .bottom .stripe-btn-wrapper img, .s-ecommerce-buy .order-preview .bottom .stripe-btn-wrapper img { display: none; }
}

.s-ecommerce-buy .order-detail-panel .back-btn { margin-right: 25px; }

.s-ecommerce-buy .order-detail-panel .order-detail-title { color: rgb(141, 148, 156); margin-bottom: 25px; display: flex; align-items: center; }

.s-ecommerce-buy .order-detail-panel .order-detail-title .back-btn { flex: 0 0 auto; }

.s-ecommerce-buy .order-detail-panel .order-detail-title .order-title { display: flex; justify-content: space-between; flex: 1 1 0%; }

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .order-detail-panel .order-detail-title { display: block; }
  .s-ecommerce-buy .order-detail-panel .order-detail-title .back-btn { margin-bottom: 10px; }
}

.s-ecommerce-buy .checkout-confirm, .s-ecommerce-buy .confirm { font-family: open_sans, "Open Sans", sans-serif; text-align: center; }

.s-ecommerce-buy .checkout-confirm:lang(ja), .s-ecommerce-buy .confirm:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-ecommerce-buy .checkout-confirm:lang(sxl), .s-ecommerce-buy .checkout-confirm:lang(zh), .s-ecommerce-buy .checkout-confirm:lang(zh-cn), .s-ecommerce-buy .confirm:lang(sxl), .s-ecommerce-buy .confirm:lang(zh), .s-ecommerce-buy .confirm:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-ecommerce-buy .checkout-confirm:lang(zh-tw), .s-ecommerce-buy .confirm:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-ecommerce-buy .checkout-confirm .message, .s-ecommerce-buy .confirm .message { line-height: 20px; margin: 20px 0px; }

.s-ecommerce-buy .checkout-confirm .s-btn, .s-ecommerce-buy .confirm .s-btn { min-width: 200px; }

.s-ecommerce-buy .redirecting, .s-ecommerce-buy .waiting { min-height: 80px; }

.s-ecommerce-buy .redirecting .fa, .s-ecommerce-buy .waiting .fa { margin-right: 5px; }

.s-ecommerce-buy .redirecting .title { font-family: open_sans, "Open Sans", sans-serif; text-transform: none; margin-bottom: 0px; }

.s-ecommerce-buy .redirecting .title:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-ecommerce-buy .redirecting .title:lang(sxl), .s-ecommerce-buy .redirecting .title:lang(zh), .s-ecommerce-buy .redirecting .title:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-ecommerce-buy .redirecting .title:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-ecommerce-buy .redirecting .title i { margin-right: 10px; }

.s-ecommerce-buy .redirecting .title * { vertical-align: middle; }

.s-ecommerce-buy .login-panel .title, .s-ecommerce-buy .signup-panel .title { text-align: center; margin-bottom: 28px; }

.s-ecommerce-buy .login-panel .subtitle, .s-ecommerce-buy .signup-panel .subtitle { text-align: center; margin: -10px 0px 25px; }

.s-ecommerce-buy .login-panel .message, .s-ecommerce-buy .signup-panel .message { font-size: 14px; text-align: center; color: rgb(141, 148, 156); padding: 10px 0px; }

.s-ecommerce-buy .login-panel .s-btn, .s-ecommerce-buy .signup-panel .s-btn { width: 100%; box-sizing: border-box; }

.s-ecommerce-buy .login-panel .signup-bottom, .s-ecommerce-buy .signup-panel .signup-bottom { margin-top: 25px; text-align: center; color: rgb(141, 148, 156); }

.s-ecommerce-buy .login-panel .phone-label, .s-ecommerce-buy .signup-panel .phone-label { color: rgb(99, 105, 114); border-right: 1px solid rgb(198, 201, 205); }

.s-ecommerce-buy .login-panel .country-code, .s-ecommerce-buy .signup-panel .country-code { display: flex; align-items: center; height: 31px; border-right: 1px solid rgb(216, 216, 216); padding: 0px 20px 0px 10px; position: absolute; cursor: pointer; color: rgb(0, 0, 0); }

.s-ecommerce-buy .login-panel .country-code-ul, .s-ecommerce-buy .signup-panel .country-code-ul { position: absolute; z-index: 99; top: 31px; text-align: left; padding: 10px; background: rgb(255, 255, 255); height: 130px; overflow: scroll; border-radius: 3px; border-width: medium 1px 1px; border-style: none solid solid; border-color: currentcolor rgb(198, 201, 205) rgb(198, 201, 205); border-image: none; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset; cursor: pointer; color: rgb(0, 0, 0); }

.s-ecommerce-buy .login-panel .country-code-ul li, .s-ecommerce-buy .signup-panel .country-code-ul li { padding-top: 5px; padding-bottom: 5px; }

.s-ecommerce-buy .login-panel .country-code-ul li.checked, .s-ecommerce-buy .signup-panel .country-code-ul li.checked { color: rgb(67, 164, 252); }

.s-ecommerce-buy .login-panel .country-code-ul li:hover, .s-ecommerce-buy .signup-panel .country-code-ul li:hover { background: rgb(67, 164, 252); color: rgb(245, 245, 245); }

.s-ecommerce-buy .login-panel .hidden, .s-ecommerce-buy .signup-panel .hidden { display: none; }

.s-ecommerce-buy .login-panel .covered-label a.disabled, .s-ecommerce-buy .login-panel .remainging-time, .s-ecommerce-buy .signup-panel .covered-label a.disabled, .s-ecommerce-buy .signup-panel .remainging-time { color: rgb(141, 148, 156); cursor: not-allowed; }

.s-ecommerce-buy .login-panel .guest-separator, .s-ecommerce-buy .signup-panel .guest-separator { position: relative; text-align: center; margin: 20px 0px; }

.s-ecommerce-buy .login-panel .guest-separator span, .s-ecommerce-buy .signup-panel .guest-separator span { background: rgb(255, 255, 255); padding: 0px 8px; color: rgb(141, 148, 156); text-transform: uppercase; }

.s-ecommerce-buy .login-panel .guest-separator::after, .s-ecommerce-buy .signup-panel .guest-separator::after { content: ""; display: block; position: absolute; width: 100%; height: 1px; top: 50%; background: rgb(198, 201, 205); z-index: -1; }

@media screen and (min-width: 728px) {
  .s-ecommerce-buy .login-panel, .s-ecommerce-buy .signup-panel { padding: 30px 70px; }
}

.s-ecommerce-buy .order-list-panel .buy-order-items-list:hover { border: 1px solid rgb(27, 176, 230); cursor: pointer; }

.s-ecommerce-buy .order-list-panel .buy-order-items-list strong { margin-right: 10px; }

.s-ecommerce-buy .order-list-panel .buy-order-items-list .buy-order-item, .s-ecommerce-buy .order-list-panel .buy-order-items-list .buy-order-items-list-title { padding: 15px 20px; }

.s-ecommerce-buy .order-list-panel .buy-order-items-list .mobile-total-price { padding: 15px 20px; border-top: 1px solid rgb(226, 228, 231); text-align: right; }

.s-ecommerce-buy .order-list-panel .buy-order-items-list .mobile-total-price strong { margin: 0px; }

.s-ecommerce-buy .order-list-panel .order-list-body .empty-icon { margin: 0px auto 15px; background: url("/images/ic_no_orders.18ecba0caedd1d59d54968ff95540cc7.png") 0px 0px no-repeat; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .s-ecommerce-buy .order-list-panel .order-list-body .empty-icon { background: url("/images/ic_no_orders@2x.b26da8ae242b7fa3e4b235a24bc546fb.png") 0px 0px no-repeat; }
}

@media screen and (min-width: 728px) {
  .s-ecommerce-buy .order-list-panel .order-list-body { height: 400px; overflow: auto; }
  .s-ecommerce-buy .order-list-panel .mobile-total-price { display: none; }
}

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .order-list-panel .buy-order-items-list .buy-order-item, .s-ecommerce-buy .order-list-panel .buy-order-items-list .buy-order-items-list-title { padding: 15px; }
  .s-ecommerce-buy .order-list-panel .buy-order-item-price { float: none !important; }
  .s-ecommerce-buy .order-list-panel .buy-order-items-list-title { display: flex; flex-direction: row; justify-content: space-between; }
  .s-ecommerce-buy .order-list-panel .buy-order-items-list-title strong { display: none; }
  .s-ecommerce-buy .order-list-panel .buy-order-items-list-title .order-status { flex: 0 0 auto; }
}

.s-ecommerce-buy .order-detail-panel .order-history .gray-box { padding: 0px; }

.s-ecommerce-buy .order-detail-panel .order-history-item { color: rgb(141, 148, 156); line-height: 25px; padding: 10px 15px; border-bottom: 1px solid rgb(226, 228, 231); }

.s-ecommerce-buy .order-detail-panel .order-history-item:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.s-ecommerce-buy .order-detail-panel .order-history-item .main-content { display: flex; justify-content: space-between; }

.s-ecommerce-buy .order-detail-panel .order-history-item .history-type { color: rgb(99, 105, 114); }

.s-ecommerce-buy .order-detail-panel, .s-ecommerce-buy .order-list-panel { width: 800px; }

.s-ecommerce-buy .order-detail-panel .order-status.pending, .s-ecommerce-buy .order-list-panel .order-status.pending { color: rgb(255, 138, 47); }

.s-ecommerce-buy .order-detail-panel .order-status.completed, .s-ecommerce-buy .order-list-panel .order-status.completed { color: rgb(147, 183, 25); }

.s-ecommerce-buy .order-detail-panel .order-status.cancelled, .s-ecommerce-buy .order-list-panel .order-status.cancelled { color: rgb(169, 174, 178); }

.s-ecommerce-buy .order-list-panel .order-status { float: right; }

.s-ecommerce-buy input[placeholder]::-webkit-input-placeholder, .s-ecommerce-buy textarea[placeholder]::-webkit-input-placeholder { color: rgb(151, 151, 151); font-weight: 400; }

.s-ecommerce-buy::-webkit-scrollbar, .s-ecommerce-buy ::-webkit-scrollbar { appearance: none; height: 7px; width: 7px; }

.s-ecommerce-buy::-webkit-scrollbar-thumb, .s-ecommerce-buy ::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0, 0, 0, 0.4); box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 1px; }

@media screen and (max-width: 727px) {
  .s-ecommerce-buy { height: 100%; overflow: auto; }
  .s-ecommerce-buy .buy-panel { width: 100%; }
}

@-webkit-keyframes add-item { 
  0% { transform: rotateX(0deg) scaleY(1); }
  75% { transform: rotateX(-35deg) scaleY(1.6); }
  100% { transform: rotateX(0deg) scaleY(1); }
}

@keyframes add-item { 
  0% { transform: rotateX(0deg) scaleY(1); }
  75% { transform: rotateX(-35deg) scaleY(1.6); }
  100% { transform: rotateX(0deg) scaleY(1); }
}

.s-ecommerce-shopping-cart-wrapper { display: none; }

.s-ecommerce-shopping-cart-wrapper.new-shopping-cart { display: block; }

.s-ecommerce-shopping-cart-wrapper.new-shopping-cart .s-ecommerce-shopping-cart { right: 70px; }

.s-ecommerce-shopping-cart-wrapper.new-shopping-cart.float-shopping-cart .s-ecommerce-shopping-cart { right: 10px; }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart { position: fixed; z-index: 220; right: 10px; top: 10px; padding: 2px 17px; height: 40px; border-radius: 100px; color: rgb(255, 255, 255); line-height: 40px; text-align: center; overflow: hidden; cursor: pointer; }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart .cart-brief .fa { position: relative; top: 1px; padding-right: 8px; font-size: 18px; transform-origin: 100% 100%; }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart .cart-brief .item-number { padding-right: 5px; font-weight: 600; }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart .cart-hint-text { text-align: center; font-size: 16px; text-transform: uppercase; color: rgb(255, 255, 255); font-weight: 600; cursor: pointer; }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart span { font-weight: 600; }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile { position: fixed; bottom: 0px; left: 0px; z-index: 220; width: 100%; line-height: 40px; font-size: 14px; background: rgb(235, 235, 235); font-family: brandon-grotesque, brandon, martel-sans, sans-serif; top: auto !important; }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile:lang(sxl), .s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile:lang(zh), .s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile .cart-brief { margin-left: 20px; }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile .cart-brief .item-number { padding-right: 5px; color: rgb(251, 125, 43); }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile .check-btn { position: absolute; top: 0px; right: 0px; padding: 0px 20px; height: 40px; line-height: 40px; text-align: center; text-transform: uppercase; font-weight: 600; }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile .fa { padding-right: 8px; font-size: 18px; transform-origin: 100% 100%; }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile.add-item-animation .fa { animation: 0.7s ease 0s 1 normal none running add-item; }

.s-ecommerce-shopping-cart .fa-shopping-cart { margin-right: 8px; }

.menu-dropdown .fa-angle-down { margin-left: 4px; }

.s-ecommerce-nav-shopping-cart-wrapper.hidden { display: none !important; }

.s-ecommerce-nav-shopping-cart-wrapper .s-ecommerce-shopping-cart { cursor: pointer; }

.s-ecommerce-nav-shopping-cart-wrapper .s-ecommerce-shopping-cart .fa { margin-right: 5px; display: inline; transform-origin: 100% 100%; }

.s-ecommerce-nav-shopping-cart-wrapper .s-ecommerce-shopping-cart.add-item-animation .fa, .s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart.add-item-animation .fa { animation: 0.7s ease 0s 1 normal none running add-item; }

.s-ecommerce-animation-item { position: fixed; z-index: 410; width: 30px; height: 30px; box-sizing: border-box; border-radius: 15px; line-height: 30px; text-align: center; background: rgb(255, 255, 255); }

.s-category-bar .category-list .category-link-item.selected { color: rgb(97, 60, 147); }

.s-category-bar .category-list .category-link-item.selected::after { background: rgb(97, 60, 147); }

.s-category-bar .category-list .category-link-item-wrapper:hover .category-link-item:not(.no-hover), .s-category-bar .category-list .category-link-item-wrapper:hover i { color: rgb(97, 60, 147); }

.s-bg-image.s-section.s-bg-light-text .s-category-bar .category-list .category-link-item, .s-bg-video.s-section.s-bg-light-text .s-category-bar .category-list .category-link-item { color: rgba(255, 255, 255, 0.7); }

.s-bg-image.s-section.s-bg-light-text .s-category-bar .category-list .category-link-item.selected, .s-bg-video.s-section.s-bg-light-text .s-category-bar .category-list .category-link-item.selected { color: rgb(255, 255, 255); }

.s-bg-image.s-section.s-bg-light-text .s-category-bar .category-list .category-link-item.selected::after, .s-bg-video.s-section.s-bg-light-text .s-category-bar .category-list .category-link-item.selected::after { background: rgb(255, 255, 255); }

.s-bg-image.s-section.s-bg-light-text .s-category-bar .category-list .category-link-item-wrapper:hover .category-link-item:not(.no-hover), .s-bg-image.s-section.s-bg-light-text .s-category-bar .category-list .category-link-item-wrapper:hover i, .s-bg-video.s-section.s-bg-light-text .s-category-bar .category-list .category-link-item-wrapper:hover .category-link-item:not(.no-hover), .s-bg-video.s-section.s-bg-light-text .s-category-bar .category-list .category-link-item-wrapper:hover i { color: rgb(255, 255, 255); }

.s-bg-image.s-section.s-bg-dark-text .s-category-bar .category-list .category-link-item, .s-bg-video.s-section.s-bg-dark-text .s-category-bar .category-list .category-link-item { color: rgba(34, 34, 34, 0.7); }

.s-bg-image.s-section.s-bg-dark-text .s-category-bar .category-list .category-link-item.selected, .s-bg-video.s-section.s-bg-dark-text .s-category-bar .category-list .category-link-item.selected { color: rgb(34, 34, 34); }

.s-bg-image.s-section.s-bg-dark-text .s-category-bar .category-list .category-link-item.selected::after, .s-bg-video.s-section.s-bg-dark-text .s-category-bar .category-list .category-link-item.selected::after { background: rgb(34, 34, 34); }

.s-bg-image.s-section.s-bg-dark-text .s-category-bar .category-list .category-link-item-wrapper:hover .category-link-item:not(.no-hover), .s-bg-image.s-section.s-bg-dark-text .s-category-bar .category-list .category-link-item-wrapper:hover i, .s-bg-video.s-section.s-bg-dark-text .s-category-bar .category-list .category-link-item-wrapper:hover .category-link-item:not(.no-hover), .s-bg-video.s-section.s-bg-dark-text .s-category-bar .category-list .category-link-item-wrapper:hover i { color: rgb(34, 34, 34); }

.s-ecommerce-card-view-card-price { color: rgb(97, 60, 147); }

.s-ecommerce-row-view-product .s-ecommerce-row-view-product-options { color: rgb(0, 0, 0); font-size: 20px; margin: 10px 0px; }

.s-ecommerce-row-view-product .s-ecommerce-row-view-product-pricing { color: rgb(97, 60, 147); opacity: 0.65; }

.s-ecommerce-row-view-product .s-ecommerce-row-view-product-thumbnail-list ul li.current { border: 2px solid rgb(97, 60, 147); }

.s-ecommerce-row-view-product .slider-wrapper .slider-dot-wrapper .slider-dot { border: 1px solid rgb(97, 60, 147); }

.s-ecommerce-row-view-product .slider-wrapper .slider-dot-wrapper .slider-dot.selected { background: rgb(97, 60, 147); }

.s-ecommerce-row-view-product .mobile-select .price-label { color: rgb(97, 60, 147); }

.s-ecommerce-row-view-product .mobile-select .variation-item.selected { border: 1px solid rgb(97, 60, 147); background: rgb(97, 60, 147); color: rgb(255, 255, 255); }

.s-ecommerce-row-view-product .mobile-select .add-btn { background: rgb(97, 60, 147); }

.s-ecommerce-card-view-wrapper .s-ecommerce-card-view-card .s-ecommerce-card-view-card-stock-warning { background: rgb(97, 60, 147); color: rgb(255, 255, 255); }

.s-ecommerce-card-view-wrapper .product-reviews { margin-bottom: 0px; margin-top: 4px; display: flex; align-items: baseline; }

.s-ecommerce-card-view-wrapper .product-reviews.left-align { justify-content: start; }

.s-ecommerce-card-view-wrapper .product-reviews.center-align { justify-content: center; }

.s-ecommerce-card-view-wrapper .product-reviews.right-align { justify-content: end; }

.s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .back-btn, .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .next-product-btn, .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .prev-product-btn { cursor: pointer; color: rgb(97, 60, 147); }

.s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .back-btn:hover, .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .next-product-btn:hover, .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .prev-product-btn:hover { color: rgb(116, 72, 176); }

.fixed-login-container, .fixed-login-container.hovered, .fixed-multi-lang-container, .fixed-multi-lang-container.hovered, .s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart, .s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart.hovered { background: rgb(97, 60, 147); }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart:hover { background: rgb(107, 66, 162); }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile { background: rgb(242, 242, 242); border-top: 1px solid rgb(194, 194, 194); }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile .check-btn { padding: 0px 15px; background: rgb(97, 60, 147); color: rgb(255, 255, 255); }

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile .check-btn .fa { padding: 0px; margin-left: 5px; }

.product-reviews { font-size: 14px; margin-bottom: 10px; color: rgb(169, 174, 178); }

.product-reviews.not-product-detail:hover { cursor: pointer; text-decoration: underline; }

.product-reviews .star-icon { margin-right: 4px; color: rgb(198, 201, 205); }

.product-reviews .star-icon.selected { color: rgb(246, 199, 109); }

.product-reviews .review-count { margin-left: 4px; }

.s-ecommerce-animation-item { border: 2px solid rgb(97, 60, 147); color: rgb(97, 60, 147); }

.fixed-login-container { display: none; }

.free-shipping-panel { display: flex; align-items: center; font-size: 14px; margin-top: 15px; color: rgb(169, 174, 178); font-family: open_sans, "Open Sans", sans-serif; }

.free-shipping-panel .shipping-icon { margin-right: 6px; }

@media screen and (min-width: 728px) {
  #fixedContainer { display: flex; position: fixed; z-index: 110; top: 10px; right: 150px; }
  .fixed-login-container, .fixed-multi-lang-container { display: block; border-radius: 100px; color: rgb(255, 255, 255); line-height: 38px; list-style-type: none; margin-left: 14px; }
  .fixed-login-container .s-nav-dropdown, .fixed-multi-lang-container .s-nav-dropdown { height: 42px; line-height: 42px; }
  .fixed-login-container .s-nav-dropdown ul a, .fixed-multi-lang-container .s-nav-dropdown ul a { color: rgb(99, 105, 114); }
  .fixed-login-container .login-container, .fixed-multi-lang-container .login-container { padding: 2px 17px; border-radius: 100px; color: rgb(255, 255, 255); line-height: 38px; list-style-type: none; }
  .fixed-login-container ul.s-nav-item, .fixed-multi-lang-container ul.s-nav-item { background: rgb(255, 255, 255); display: none; position: absolute; left: 0px; border-radius: 4px; border: 1px solid rgb(141, 148, 156); }
  .fixed-login-container ul.s-nav-item li, .fixed-multi-lang-container ul.s-nav-item li { line-height: 28px; white-space: nowrap; cursor: pointer; }
  .fixed-login-container ul.s-nav-item li:first-child, .fixed-multi-lang-container ul.s-nav-item li:first-child { border-bottom: 1px solid rgb(169, 174, 178); }
  .fixed-login-container ul.s-nav-item li a, .fixed-multi-lang-container ul.s-nav-item li a { padding: 5px 8px; }
  .fixed-login-container:hover ul.s-nav-item, .fixed-multi-lang-container:hover ul.s-nav-item { display: block; }
  .fixed-multi-lang-container { padding: 0px 17px; border-radius: 100px; color: rgb(255, 255, 255); line-height: 38px; list-style-type: none; }
  .fixed-multi-lang-container .s-nav-item-temp { display: block; }
  .fixed-multi-lang-container .s-nav-dropdown { display: flex; align-items: center; }
  .fixed-multi-lang-container .s-nav-dropdown ul.s-nav-item-temp { top: 40px; right: 0px; left: auto; }
  .mobile-flag-container { margin: 0px 5px 0px 0px; }
}

@media screen and (max-width: 727px) {
  #fixedMultiLangSwitcher, #langSwitcherContainer, #loginContainer, .fixed-login-container { display: none; }
  .mobile-flag-container { margin: 0px 5px 0px 0px; display: flex; }
}

#langSwitcherContainer, #loginContainer { display: inline; white-space: nowrap; }

#loginContainer .name-item { border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

#langSwitcherContainer .s-nav-dropdown ul { margin-top: 0px; }

#langSwitcherContainer .name-item { border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.s-ecommerce-shopping-cart-wrapper.no-cart + .fixed-login-container { right: 10px; }

.s-social-feed { clear: both; }

.s-social-feed .s-component-content .s-feeds-list { box-sizing: border-box; }

.s-social-feed .s-component-content .s-feeds-list img { border-radius: 2px; }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-title { text-align: center; margin-bottom: 20px; font-weight: 700; }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-title .fa { font-size: 20px; margin-right: 10px; vertical-align: middle; }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-title .name { display: inline-block; text-transform: uppercase; vertical-align: middle; }

.s-social-feed .s-component-content .s-feeds-list .read-more { display: inline-block; margin-top: 20px; clear: both; color: rgb(27, 176, 230); font-size: 14px; }

.s-social-feed .s-component-content .s-feeds-list .read-more:hover { color: rgb(118, 113, 255); }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item { margin-bottom: 20px; overflow: hidden; }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item:last-of-type { margin-bottom: 0px; }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-account { font-weight: 700; }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-text { float: left; max-width: 55%; vertical-align: top; overflow-wrap: break-word; }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-text .s-feed-text-main a { font-weight: 300; }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-text.no-img { width: 100%; max-width: 100%; }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper { float: right; padding-left: 15px; width: 45%; box-sizing: border-box; }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper a { display: inline-block; font-size: 0px; }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper a::after { content: " "; width: 100%; height: 100%; display: inline-block; position: absolute; top: 0px; left: 0px; background: transparent; transition: 0.2s; }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper a:hover::after { background: rgba(255, 255, 255, 0.2); }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper a { width: 100%; height: 0px; padding-bottom: 66%; position: relative; overflow: hidden; }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper a img { width: 100%; position: absolute; top: 0px; left: 0px; }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper a .play-button { position: absolute; width: 60px; height: 60px; top: 50%; left: 50%; margin-left: -30px; margin-top: -30px; border-radius: 30px; background: rgba(50, 50, 50, 0.6); }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper a .play-button .after { display: block; width: 0px; height: 0px; position: absolute; top: 50%; left: 50%; margin-left: -8px; margin-top: -10px; border-style: solid; border-color: transparent transparent transparent rgb(255, 255, 255); border-image: none; border-width: 10px 0px 10px 20px; }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-text-bottom { margin-top: 5px; font-size: 14px; }

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-text-bottom a { color: rgb(99, 105, 114); text-decoration: underline; font-weight: 300; }

.s-social-feed .s-component-content .s-feeds-list.twelve { box-sizing: content-box; }

.s-social-feed .s-component-content .s-feeds-list.twelve .s-feed-content .s-feed-text { max-width: 65%; }

.s-social-feed .s-component-content .s-feeds-list.twelve .s-feed-content .s-feed-image-wrapper { width: 35%; }

.s-social-feed .s-component-content .s-feeds-list.eight, .s-social-feed .s-component-content .s-feeds-list.four, .s-social-feed .s-component-content .s-feeds-list.six, .s-social-feed .s-component-content .s-feeds-list.third { padding: 0px 10px; }

.s-social-feed .s-component-content .s-feeds-list.eight:first-child, .s-social-feed .s-component-content .s-feeds-list.four:first-child, .s-social-feed .s-component-content .s-feeds-list.six:first-child, .s-social-feed .s-component-content .s-feeds-list.third:first-child { padding-left: 0px; }

.s-social-feed .s-component-content .s-feeds-list.eight:last-child, .s-social-feed .s-component-content .s-feeds-list.four:last-child, .s-social-feed .s-component-content .s-feeds-list.six:last-child, .s-social-feed .s-component-content .s-feeds-list.third:last-child { padding-right: 0px; }

.s-social-feed .s-component-content .s-feeds-list.four .s-feeds-item .s-feed-content .s-feed-text, .s-social-feed .s-component-content .s-feeds-list.third .s-feeds-item .s-feed-content .s-feed-text { width: 100%; max-width: 100%; }

.s-social-feed .s-component-content .s-feeds-list.four .s-feeds-item .s-feed-content .s-feed-image-wrapper, .s-social-feed .s-component-content .s-feeds-list.third .s-feeds-item .s-feed-content .s-feed-image-wrapper { display: none; }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-facebook .s-feeds-title .fa { color: rgb(59, 89, 152); }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-facebook .s-feeds-item .s-feed-account { margin-bottom: 10px; font-weight: 700; }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-facebook .s-feeds-item .s-feed-account img { margin-right: 10px; vertical-align: middle; }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-twitter .s-feeds-title .fa { color: rgb(85, 172, 238); }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-twitter .s-feeds-item .s-feed-account { margin-bottom: 10px; }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-twitter .s-feeds-item .s-feed-account img { margin-right: 10px; vertical-align: middle; }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-twitter .s-feeds-item .s-feed-account .username { vertical-align: middle; display: inline-block; line-height: 20px; }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-twitter .s-feeds-item .s-feed-content .s-feed-text-retweeted { color: rgb(99, 105, 114); margin-top: 10px; }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-twitter .s-feeds-item .s-feed-content .s-feed-text-retweeted .fa { margin: 0px 5px; }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-twitter .s-feeds-item .s-feed-content .s-feed-text-retweeted .fa:first-child { margin-left: 0px; }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-title .fa { color: rgb(75, 123, 162); }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item { width: 31%; margin: 0px 2% 2% 0px; float: left; font-size: 0px; }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item a { position: relative; font-size: 0px; }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item a::after { content: " "; width: 100%; height: 100%; display: inline-block; position: absolute; top: 0px; left: 0px; background: transparent; transition: 0.2s; }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item a:hover::after { background: rgba(255, 255, 255, 0.2); }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item a { display: inline-block; padding-bottom: 100%; width: 100%; height: 0px; }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item a .s-instagram-picture { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background-size: cover; background-position: 50% center; background-repeat: no-repeat; }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item a .play-button { position: absolute; width: 60px; height: 60px; top: 50%; left: 50%; margin-left: -30px; margin-top: -30px; border-radius: 30px; background: rgba(50, 50, 50, 0.6); }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item a .play-button .after { display: block; width: 0px; height: 0px; position: absolute; top: 50%; left: 50%; margin-left: -8px; margin-top: -10px; border-style: solid; border-color: transparent transparent transparent rgb(255, 255, 255); border-image: none; border-width: 10px 0px 10px 20px; }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram.sixteen .s-feeds-item, .s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram.twelve .s-feeds-item { width: 24%; margin: 1% 1% 0px 0px; }

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram.four .s-feeds-item, .s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram.third .s-feeds-item { width: 48%; margin: 2% 2% 0px 0px; }

.s-social-feed .s-component-content .empty-placeholder { display: block; text-align: center; }

.s-social-feed .s-component-content .empty-placeholder .fa { margin-right: 10px; }

@media only screen and (max-width: 727px) {
  .s-component.s-social-feed .s-component-content .s-feeds-list { padding: 0px; }
  .s-component.s-social-feed .s-component-content .s-feeds-list.columns { margin-top: 50px; }
  .s-component.s-social-feed .s-component-content .s-feeds-list.columns:first-child { margin-top: 0px; }
  .s-component.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-text { float: none; width: 100%; max-width: 100%; }
  .s-component.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper { display: block; margin-top: 10px; float: none; width: 100%; padding: 0px; }
  .s-component.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-text-bottom { font-size: inherit; }
  .s-component.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item { width: 48%; margin: 1%; }
  .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-bg-video-mixin::before { z-index: 2; }

.s-bg-video-mixin.no-bg { background: none !important; }

.s-bg-video-mixin .video-bg-wrap { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; overflow: hidden; transform: translateZ(0px); }

.s-bg-video-mixin .video-bg-wrap iframe { z-index: 1; opacity: 0; transition: 0.3s; }

.s-bg-video-mixin .video-bg-wrap video::-webkit-media-controls-start-playback-button { display: none !important; appearance: none; }

.s-bg-video-mixin .video-bg-wrap::after { content: ""; display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; }

.s-bg-overlay { position: relative; }

.s-bg-overlay::before { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.39); transform-style: preserve-3d; display: block !important; }

.s-bg-image._animate-background { }

.s-grid-section-repeatable-container .s-bg-image._animate-background { transform: none; }

.s-bg-blurred { position: relative; }

.background-image .background-overlay { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; transition: opacity 0.3s ease-in 0.2s; opacity: 1; background-color: rgb(24, 24, 24); }

.background-image .overlay-dark { background-color: rgb(255, 255, 255); }

.background-image .overlay-light { background-color: rgb(24, 24, 24); }

.background-image .loaded { opacity: 0; }

.s-ecommerce .s-product-filter-wrapper .s-product-filter-skeleton-wrapper .skeleton-line { background: rgb(228, 232, 239); animation: 1.5s ease-in-out 0.5s infinite normal none running skeleton-pulse; }

#new-dashboard-preview-mobile-view .s-section:not(.s-slider-section):not(.mobile-no-padding):not(.s-grid-section) { padding: 40px 0px; }

#new-dashboard-preview-mobile-view .s-section.s-top-padding-half { padding-top: 20px; }

#new-dashboard-preview-mobile-view .s-section.s-top-padding-none { padding-top: 0px; }

#new-dashboard-preview-mobile-view .s-section.s-bottom-padding-half { padding-bottom: 20px; }

#new-dashboard-preview-mobile-view .s-section.s-bottom-padding-none { padding-bottom: 0px; }

#new-dashboard-preview-mobile-view .s-section.s-footer-section { padding: 40px 0px 80px; }

#new-dashboard-preview-mobile-view .s-section.s-footer-section.s-top-padding-half { padding-top: 20px; }

#new-dashboard-preview-mobile-view .s-section.s-footer-section.s-top-padding-none { padding-top: 0px; }

#new-dashboard-preview-mobile-view .s-section.s-footer-section.s-bottom-padding-half { padding-bottom: 40px; }

#new-dashboard-preview-mobile-view .s-section.s-footer-section.s-bottom-padding-none { padding-bottom: 0px; }

.s-last-section-no-footer #new-dashboard-preview-mobile-view .s-section::after { height: 60px; }

#new-dashboard-preview-mobile-view .s-section.s-hero-section .s-title-group.s-title-group-show-button-container { height: auto; top: -3px; padding: 0px 5px; }

#new-dashboard-preview-mobile-view .s-section.s-section-mobile-height-full { width: 100%; min-height: 100vh; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; }

#new-dashboard-preview-mobile-view .page-wrapper, #new-dashboard-preview-mobile-view .s-ecommerce .s-product-filter-wrapper { width: 100%; }

#new-dashboard-preview-mobile-view .s-ecommerce .s-product-filter-wrapper .s-product-filter .product-filter-container { display: none; }

#new-dashboard-preview-mobile-view .s-ecommerce .s-product-filter-wrapper .s-product-filter-btn { display: block; margin: 0px auto 25px; }

#new-dashboard-preview-mobile-view .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper.has-filter { display: block; width: 100%; }

#new-dashboard-preview-mobile-view .s-section.s-columns-section .s-item-media-group, #new-dashboard-preview-mobile-view .s-section.s-icons-section .s-item-media-group { margin-bottom: 15px; }

#new-dashboard-preview-mobile-view .s-section.s-columns-section .s-item-text-group, #new-dashboard-preview-mobile-view .s-section.s-icons-section .s-item-text-group { margin-top: 15px; margin-bottom: 35px; }

#new-dashboard-preview-mobile-view .s-section.s-process-section .s-repeatable-item { margin-bottom: 50px; }

#new-dashboard-preview-mobile-view .s-section.s-media-section .s-item-media-group, #new-dashboard-preview-mobile-view .s-section.s-rows-section .s-item-media-group, #new-dashboard-preview-mobile-view .s-section.s-text-section .s-item-media-group { margin-bottom: 15px; }

#new-dashboard-preview-mobile-view .s-section.s-info-section .s-repeatable-item { margin-bottom: 25px; }

#new-dashboard-preview-mobile-view .s-section .s-rva { display: block; }

#new-dashboard-preview-mobile-view .s-new-gallery-section .s-component-new-gallery-list, #new-dashboard-preview-mobile-view .s-new-gallery-section .s-new-gallery-grid-item { width: 100%; }

#new-dashboard-preview-mobile-view .s-new-gallery-section .s-gallery-item { height: 100%; width: 100%; margin: 0px; }

#new-dashboard-preview-mobile-view .s-new-gallery-section .s-new-gallery-tiled-columns { width: 100%; }

#new-dashboard-preview-mobile-view .s-new-gallery-section .s-new-gallery-tiled-columns .s-new-gallery-tiled-item { width: 100%; padding: 10px 0px; }

#new-dashboard-preview-mobile-view .s-new-gallery-section .container .sixteen.columns { margin-left: 0px; margin-right: 0px; text-align: center; display: flex; flex-direction: column; width: 100% !important; }

#new-dashboard-preview-mobile-view .s-grid-section .s-grid-section-cell { width: 100%; }

@media only screen and (max-width: 767px) {
  .s-section:not(.s-slider-section):not(.mobile-no-padding):not(.s-grid-section) { padding: 40px 0px; }
  .s-section.s-top-padding-half { padding-top: 20px; }
  .s-section.s-top-padding-none { padding-top: 0px; }
  .s-section.s-bottom-padding-half { padding-bottom: 20px; }
  .s-section.s-bottom-padding-none { padding-bottom: 0px; }
  .s-section.s-footer-section { padding: 40px 0px 80px; }
  .s-section.s-footer-section.s-top-padding-half { padding-top: 20px; }
  .s-section.s-footer-section.s-top-padding-none { padding-top: 0px; }
  .s-section.s-footer-section.s-bottom-padding-half { padding-bottom: 40px; }
  .s-section.s-footer-section.s-bottom-padding-none { padding-bottom: 0px; }
  .s-last-section-no-footer .s-section::after { height: 60px; }
  .s-section.s-hero-section .s-title-group.s-title-group-show-button-container { height: auto; top: -3px; padding: 0px 5px; }
  .s-section.s-section-mobile-height-full { width: 100%; min-height: 100vh; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; }
  .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-section { padding: 80px 0px; color: rgb(80, 85, 92); }

.s-section, .s-section .s-component.s-text .s-component-content, .s-section .s-component.s-text .s-component-content a, .s-section .s-component.s-text .s-component-content div, .s-section .s-component.s-text .s-component-content em, .s-section .s-component.s-text .s-component-content li, .s-section .s-component.s-text .s-component-content p, .s-section .s-component.s-text .s-component-content span, .s-section .s-component.s-text .s-component-content strong { line-height: 1.45; }

.product-sxl .s-section, .product-sxl .s-section .s-component.s-text .s-component-content, .product-sxl .s-section .s-component.s-text .s-component-content a, .product-sxl .s-section .s-component.s-text .s-component-content div, .product-sxl .s-section .s-component.s-text .s-component-content em, .product-sxl .s-section .s-component.s-text .s-component-content li, .product-sxl .s-section .s-component.s-text .s-component-content p, .product-sxl .s-section .s-component.s-text .s-component-content span, .product-sxl .s-section .s-component.s-text .s-component-content strong { line-height: 1.7; }

.s-section.s-bg-light-text-override:not(.new-text-color-logic), .s-section.s-bg-light-text:not(.new-text-color-logic) { color: rgb(255, 255, 255); }

.s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-terms-link a, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-terms-link a { color: rgb(255, 255, 255); border-bottom: 1px solid; text-decoration: none; }

.s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content a:focus, .s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-terms-link a:focus, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a:focus, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-terms-link a:focus { outline: dotted thin; }

.s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-terms-link a span, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-terms-link a span { border-bottom: 1px solid; }

.new-footer-hyperlink-style.s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .new-footer-hyperlink-style.s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .new-footer-hyperlink-style.s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-terms-link a, .new-footer-hyperlink-style.s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-terms-link a span, .new-footer-hyperlink-style.s-section.s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .new-footer-hyperlink-style.s-section.s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .new-footer-hyperlink-style.s-section.s-bg-light-text:not(.new-text-color-logic) .s-terms-link a, .new-footer-hyperlink-style.s-section.s-bg-light-text:not(.new-text-color-logic) .s-terms-link a span { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content [class*=" s-text-color-"] a, .s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content [class^="s-text-color-"] a, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content [class*=" s-text-color-"] a, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content [class^="s-text-color-"] a { color: inherit; border-bottom-color: inherit; }

.s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-blog .s-blog-col-foot a, .s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-blog a.s-blog-read-more-link, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-blog .s-blog-col-foot a, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-blog a.s-blog-read-more-link { color: rgb(255, 255, 255); }

.s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-blog .s-blog-col-foot a:focus, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-blog .s-blog-col-foot a:focus { outline: dotted thin; }

.s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-html-component .s-component-content a, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-html-component .s-component-content a { color: rgb(255, 255, 255); border-bottom: 1px solid rgb(255, 255, 255); }

.s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-html-component .s-component-content a:focus, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-html-component .s-component-content a:focus { outline: dotted thin; }

.s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-accordion-answer-text, .s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-blog-details-blurb, .s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-blog-info, .s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-blog-title, .s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-ecommerce-card-view-card-name:not(.natural-color), .s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-item-subtitle, .s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-item-text, .s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-item-title, .s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-subtitle, .s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-title, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-accordion-answer-text, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-blog-details-blurb, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-blog-info, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-blog-title, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-ecommerce-card-view-card-name:not(.natural-color), .s-section.s-bg-light-text:not(.new-text-color-logic) .s-item-subtitle, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-item-text, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-item-title, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-subtitle, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-title { color: rgb(255, 255, 255); }

.s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-ecommerce-card-view-card-name.natural-color, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-ecommerce-card-view-card-name.natural-color { color: rgb(34, 34, 34); }

.s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-category-bar, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-category-bar { border-color: rgba(255, 255, 255, 0.2); }

.s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-category-bar .category-list i, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-category-bar .category-list i { color: rgba(255, 255, 255, 0.7); }

.s-section.s-bg-light-text-override:not(.new-text-color-logic) .s-category-bar .category-list .show-more-link, .s-section.s-bg-light-text:not(.new-text-color-logic) .s-category-bar .category-list .show-more-link { color: rgba(255, 255, 255, 0.7); border-color: rgba(255, 255, 255, 0.2); }

.s-section.s-bg-dark-text:not(.new-text-color-logic) { color: rgb(34, 34, 34); }

.s-section.s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .s-section.s-bg-dark-text:not(.new-text-color-logic) .s-terms-link a { color: rgb(34, 34, 34); border-bottom: 1px solid; text-decoration: none; }

.s-section.s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a:focus, .s-section.s-bg-dark-text:not(.new-text-color-logic) .s-terms-link a:focus { outline: dotted thin; }

.s-section.s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .s-section.s-bg-dark-text:not(.new-text-color-logic) .s-terms-link a span { border-bottom: 1px solid; }

.new-footer-hyperlink-style.s-section.s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .new-footer-hyperlink-style.s-section.s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .new-footer-hyperlink-style.s-section.s-bg-dark-text:not(.new-text-color-logic) .s-terms-link a, .new-footer-hyperlink-style.s-section.s-bg-dark-text:not(.new-text-color-logic) .s-terms-link a span { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.s-section.s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content [class*=" s-text-color-"] a, .s-section.s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content [class^="s-text-color-"] a { color: inherit; border-bottom-color: inherit; }

.s-section.s-bg-dark-text:not(.new-text-color-logic) .s-blog .s-blog-col-foot a, .s-section.s-bg-dark-text:not(.new-text-color-logic) .s-blog a.s-blog-read-more-link { color: rgb(34, 34, 34); }

.s-section.s-bg-dark-text:not(.new-text-color-logic) .s-blog .s-blog-col-foot a:focus { outline: dotted thin; }

.s-section.s-bg-dark-text:not(.new-text-color-logic) .s-html-component .s-component-content a { color: rgb(34, 34, 34); border-bottom: 1px solid rgb(34, 34, 34); }

.s-section.s-bg-dark-text:not(.new-text-color-logic) .s-html-component .s-component-content a:focus { outline: dotted thin; }

.s-section.s-bg-dark-text:not(.new-text-color-logic) .s-accordion-answer-text, .s-section.s-bg-dark-text:not(.new-text-color-logic) .s-blog-details-blurb, .s-section.s-bg-dark-text:not(.new-text-color-logic) .s-blog-info, .s-section.s-bg-dark-text:not(.new-text-color-logic) .s-blog-title, .s-section.s-bg-dark-text:not(.new-text-color-logic) .s-ecommerce-card-view-card-name.natural-color, .s-section.s-bg-dark-text:not(.new-text-color-logic) .s-ecommerce-card-view-card-name:not(.natural-color), .s-section.s-bg-dark-text:not(.new-text-color-logic) .s-item-subtitle, .s-section.s-bg-dark-text:not(.new-text-color-logic) .s-item-text, .s-section.s-bg-dark-text:not(.new-text-color-logic) .s-item-title, .s-section.s-bg-dark-text:not(.new-text-color-logic) .s-subtitle, .s-section.s-bg-dark-text:not(.new-text-color-logic) .s-title { color: rgb(34, 34, 34); }

.s-section.s-bg-dark-text:not(.new-text-color-logic) .s-category-bar { border-color: rgba(34, 34, 34, 0.2); }

.s-section.s-bg-dark-text:not(.new-text-color-logic) .s-category-bar .category-list i { color: rgba(34, 34, 34, 0.7); }

.s-section.s-bg-dark-text:not(.new-text-color-logic) .s-category-bar .category-list .show-more-link { color: rgba(34, 34, 34, 0.7); border-color: rgba(34, 34, 34, 0.2); }

.s-section.s-bg-dark .s-kit-big-select__control, .s-section.s-bg-dark .s-kit-date-picker-wrapper .s-kit-picker, .s-section.s-bg-dark .s-kit-range-date-picker-wrapper .s-kit-picker, .s-section.s-bg-dark .schema-form-file-upload-field .upload-file-container { color: rgb(255, 255, 255); background: rgb(51, 51, 51); }

.s-section.s-bg-dark .s-email-form .s-email-form-fields-group .s-email-form-field .schema-date-picker, .s-section.s-bg-dark .s-kit-big-select__control, .s-section.s-bg-dark .s-kit-date-picker-wrapper .s-kit-picker, .s-section.s-bg-dark .s-kit-range-date-picker-wrapper .s-kit-picker, .s-section.s-bg-dark .s-signup-form .s-email-form-fields-group .s-email-form-field .schema-date-picker, .s-section.s-bg-dark .schema-form-file-upload-field .upload-file-container { border-color: rgb(85, 85, 85); }

.s-section.s-bg-dark .s-kit-big-select__control .option-innner .text, .s-section.s-bg-dark .s-kit-date-picker-wrapper .s-kit-picker-input > input, .s-section.s-bg-dark .s-kit-range-date-picker-wrapper .s-kit-picker-input > input { color: rgb(255, 255, 255); }

.s-section:not(.s-footer-section) .s-component.s-text .s-component-content a, .s-section:not(.s-footer-section) .s-component.s-text .s-component-content a span, .s-section:not(.s-footer-section) .s-terms-link a, .s-section:not(.s-footer-section) .s-terms-link a span { border-bottom: 1px solid; }

.s-section.s-bg-video::before, .s-section.video-bg::before { z-index: 2; }

.s-section.s-bg-video.no-bg, .s-section.video-bg.no-bg { background: none !important; }

.s-section.s-bg-video .video-bg-wrap, .s-section.video-bg .video-bg-wrap { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; overflow: hidden; transform: translateZ(0px); }

.s-section.s-bg-video .video-bg-wrap iframe, .s-section.video-bg .video-bg-wrap iframe { z-index: 1; opacity: 0; transition: 0.3s; }

.s-section.s-bg-video .video-bg-wrap video::-webkit-media-controls-start-playback-button, .s-section.video-bg .video-bg-wrap video::-webkit-media-controls-start-playback-button { display: none !important; appearance: none; }

.s-section.s-bg-video .video-bg-wrap::after, .s-section.video-bg .video-bg-wrap::after { content: ""; display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; }

.s-section.s-bg-image.s-bg-light-text.s-blog-section .s-blog-wrapper .s-blog-info, .s-section.s-bg-video.s-bg-light-text.s-blog-section .s-blog-wrapper .s-blog-info { color: rgb(255, 255, 255); }

.s-section.s-bg-image.s-bg-light-text.s-accordion-section .s-accordion-repeatable:not(.layout-C) .s-kit-collapse-item, .s-section.s-bg-video.s-bg-light-text.s-accordion-section .s-accordion-repeatable:not(.layout-C) .s-kit-collapse-item { border-color: rgb(255, 255, 255); }

.s-section.s-bg-image.s-bg-light-text.s-accordion-section .s-accordion-repeatable:not(.layout-C) .s-kit-collapse-item .s-kit-collapse-header i.arrow, .s-section.s-bg-video.s-bg-light-text.s-accordion-section .s-accordion-repeatable:not(.layout-C) .s-kit-collapse-item .s-kit-collapse-header i.arrow { color: rgb(255, 255, 255); }

.s-section.s-bg-image.s-bg-light-text.s-accordion-section .s-accordion-repeatable:not(.layout-C) .s-accordion-item-separator, .s-section.s-bg-video.s-bg-light-text.s-accordion-section .s-accordion-repeatable:not(.layout-C) .s-accordion-item-separator { background-color: rgb(255, 255, 255); }

.s-section.s-bg-image.s-bg-light-text .s-separator .s-separator-content .separator, .s-section.s-bg-video.s-bg-light-text .s-separator .s-separator-content .separator { background: rgba(255, 255, 255, 0.3); }

.s-section.s-bg-image.s-bg-light-text.s-contact-section .s-kit-form-label .s-kit-sub-label, .s-section.s-bg-image.s-bg-light-text.s-contact-section .schema-form-file-upload-field .storage-limit, .s-section.s-bg-image.s-bg-light-text.s-contact-section .schema-form-time-field .time-zone-tip, .s-section.s-bg-video.s-bg-light-text.s-contact-section .s-kit-form-label .s-kit-sub-label, .s-section.s-bg-video.s-bg-light-text.s-contact-section .schema-form-file-upload-field .storage-limit, .s-section.s-bg-video.s-bg-light-text.s-contact-section .schema-form-time-field .time-zone-tip { color: rgba(255, 255, 255, 0.65); }

.s-section.s-bg-image.s-bg-light-text.s-contact-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field label, .s-section.s-bg-video.s-bg-light-text.s-contact-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field label { color: rgba(255, 255, 255, 0.8); }

.s-section.s-bg-image.s-bg-dark-text.s-blog-section .s-blog-wrapper .s-blog-info, .s-section.s-bg-video.s-bg-dark-text.s-blog-section .s-blog-wrapper .s-blog-info { color: rgb(34, 34, 34); }

.s-section.s-bg-image.s-bg-dark-text.s-accordion-section .s-accordion-repeatable:not(.layout-C) .s-kit-collapse-item, .s-section.s-bg-video.s-bg-dark-text.s-accordion-section .s-accordion-repeatable:not(.layout-C) .s-kit-collapse-item { border-color: rgb(34, 34, 34); }

.s-section.s-bg-image.s-bg-dark-text.s-accordion-section .s-accordion-repeatable:not(.layout-C) .s-kit-collapse-item .s-kit-collapse-header i.arrow, .s-section.s-bg-video.s-bg-dark-text.s-accordion-section .s-accordion-repeatable:not(.layout-C) .s-kit-collapse-item .s-kit-collapse-header i.arrow { color: rgb(34, 34, 34); }

.s-section.s-bg-image.s-bg-dark-text.s-accordion-section .s-accordion-repeatable:not(.layout-C) .s-accordion-item-separator, .s-section.s-bg-video.s-bg-dark-text.s-accordion-section .s-accordion-repeatable:not(.layout-C) .s-accordion-item-separator { background-color: rgb(34, 34, 34); }

.s-section.s-bg-image.s-bg-dark-text .s-separator .s-separator-content .separator, .s-section.s-bg-video.s-bg-dark-text .s-separator .s-separator-content .separator { background: rgba(34, 34, 34, 0.3); }

.s-section.s-bg-image.s-bg-dark-text.s-contact-section .s-kit-form-label .s-kit-sub-label, .s-section.s-bg-image.s-bg-dark-text.s-contact-section .schema-form-file-upload-field .storage-limit, .s-section.s-bg-image.s-bg-dark-text.s-contact-section .schema-form-time-field .time-zone-tip, .s-section.s-bg-video.s-bg-dark-text.s-contact-section .s-kit-form-label .s-kit-sub-label, .s-section.s-bg-video.s-bg-dark-text.s-contact-section .schema-form-file-upload-field .storage-limit, .s-section.s-bg-video.s-bg-dark-text.s-contact-section .schema-form-time-field .time-zone-tip { color: rgba(34, 34, 34, 0.65); }

.s-section.s-bg-image.s-bg-dark-text.s-contact-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field label, .s-section.s-bg-video.s-bg-dark-text.s-contact-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field label { color: rgba(34, 34, 34, 0.8); }

.s-last-section-no-footer .s-section::after { content: " "; height: 100px; display: block; }

.s-section .flag-float-container { float: left; }

.s-section .flag-container { margin: 0px 10px 0px 0px; }

.s-section .gallery-add-image .add-video-btn, .s-section .s-repeatable-add-button.membership-btn { margin: 0px 0px 0px 20px; }

.s-section .terms-link-container { position: relative; }

.s-section .terms-link-container.has-privacy-policy { margin: 0px 20px 0px 0px; }

.s-section .s-title-group { margin-bottom: 30px; position: relative; }

.s-section .s-title-group.s-title-group-show-button-container { margin-bottom: 30px !important; }

.s-section .s-title-group.s-only-title-group, .s-section .s-title-group.s-only-title-group > div:last-child { margin-bottom: 0px; }

.s-section .s-title-group.s-only-title-group > div:last-child h1, .s-section .s-title-group.s-only-title-group > div:last-child h2, .s-section .s-title-group.s-only-title-group > div:last-child h3, .s-section .s-title-group.s-only-title-group > div:last-child h4, .s-section .s-title-group.s-only-title-group > div:last-child h5 { margin-bottom: 0px !important; }

.s-section .s-title-group .s-title, .s-section .s-title-group .s-title .s-component.s-text .s-component-content, .s-section .s-title-group .s-title .s-component.s-text .s-component-content a, .s-section .s-title-group .s-title .s-component.s-text .s-component-content div, .s-section .s-title-group .s-title .s-component.s-text .s-component-content em, .s-section .s-title-group .s-title .s-component.s-text .s-component-content li, .s-section .s-title-group .s-title .s-component.s-text .s-component-content p, .s-section .s-title-group .s-title .s-component.s-text .s-component-content span, .s-section .s-title-group .s-title .s-component.s-text .s-component-content strong { line-height: 1.2; }

.product-sxl .s-section .s-title-group .s-title, .product-sxl .s-section .s-title-group .s-title .s-component.s-text .s-component-content, .product-sxl .s-section .s-title-group .s-title .s-component.s-text .s-component-content a, .product-sxl .s-section .s-title-group .s-title .s-component.s-text .s-component-content div, .product-sxl .s-section .s-title-group .s-title .s-component.s-text .s-component-content em, .product-sxl .s-section .s-title-group .s-title .s-component.s-text .s-component-content li, .product-sxl .s-section .s-title-group .s-title .s-component.s-text .s-component-content p, .product-sxl .s-section .s-title-group .s-title .s-component.s-text .s-component-content span, .product-sxl .s-section .s-title-group .s-title .s-component.s-text .s-component-content strong { line-height: 1.4; }

.s-section .s-title-group .s-title:not(.s-title-beta-s6) { margin-bottom: 15px; }

.s-section .s-title-group .s-subtitle { margin-bottom: 10px; }

.product-sxl .s-section .s-title-group .s-subtitle, .product-sxl .s-section .s-title-group .s-subtitle .s-component.s-text .s-component-content, .product-sxl .s-section .s-title-group .s-subtitle .s-component.s-text .s-component-content a, .product-sxl .s-section .s-title-group .s-subtitle .s-component.s-text .s-component-content div, .product-sxl .s-section .s-title-group .s-subtitle .s-component.s-text .s-component-content em, .product-sxl .s-section .s-title-group .s-subtitle .s-component.s-text .s-component-content li, .product-sxl .s-section .s-title-group .s-subtitle .s-component.s-text .s-component-content p, .product-sxl .s-section .s-title-group .s-subtitle .s-component.s-text .s-component-content span, .product-sxl .s-section .s-title-group .s-subtitle .s-component.s-text .s-component-content strong { line-height: 1.6; }

.s-section .s-title-group.s-title-group-show-button-container { margin-bottom: 0px; }

@media only screen and (min-width: 727px) {
  .s-section .s-title-group.s-title-group-show-button-container { position: relative; top: -30px; height: 1px; z-index: 91; }
}

.s-section .s-item-text-group .s-item-title { margin-bottom: 5px; }

.product-sxl .s-section .s-item-text-group .s-item-title, .product-sxl .s-section .s-item-text-group .s-item-title .s-component.s-text .s-component-content, .product-sxl .s-section .s-item-text-group .s-item-title .s-component.s-text .s-component-content a, .product-sxl .s-section .s-item-text-group .s-item-title .s-component.s-text .s-component-content div, .product-sxl .s-section .s-item-text-group .s-item-title .s-component.s-text .s-component-content em, .product-sxl .s-section .s-item-text-group .s-item-title .s-component.s-text .s-component-content li, .product-sxl .s-section .s-item-text-group .s-item-title .s-component.s-text .s-component-content p, .product-sxl .s-section .s-item-text-group .s-item-title .s-component.s-text .s-component-content span, .product-sxl .s-section .s-item-text-group .s-item-title .s-component.s-text .s-component-content strong { line-height: 1.5; }

.s-section .s-item-text-group .s-item-subtitle { margin-bottom: 5px; }

.s-section .s-repeatable { clear: both; }

.s-section.s-block-section .s-component-overlay, .s-section.s-contact-section .s-component-overlay { left: 0px; }

.s-section.s-title-section .s-title-group { margin-bottom: 0px; }

.s-section.s-title-section .s-title-group.s-title-group-show-button-container { top: -10px; }

.s-section.s-cta-section .s-media, .s-section.s-new-title-section .s-media, .s-section.s-title-section .s-media { margin-bottom: 30px; }

.s-section.s-cta-section .media-wrapper.left-align .s-ratio-box, .s-section.s-cta-section .media-wrapper .left-align .s-ratio-box, .s-section.s-new-title-section .media-wrapper.left-align .s-ratio-box, .s-section.s-new-title-section .media-wrapper .left-align .s-ratio-box, .s-section.s-title-section .media-wrapper.left-align .s-ratio-box, .s-section.s-title-section .media-wrapper .left-align .s-ratio-box { margin-left: 0px; margin-right: auto; }

.s-section.s-cta-section .media-wrapper.center-align .s-ratio-box, .s-section.s-cta-section .media-wrapper .center-align .s-ratio-box, .s-section.s-new-title-section .media-wrapper.center-align .s-ratio-box, .s-section.s-new-title-section .media-wrapper .center-align .s-ratio-box, .s-section.s-title-section .media-wrapper.center-align .s-ratio-box, .s-section.s-title-section .media-wrapper .center-align .s-ratio-box { margin: 0px auto; }

.s-section.s-cta-section .media-wrapper.right-align .s-ratio-box, .s-section.s-cta-section .media-wrapper .right-align .s-ratio-box, .s-section.s-new-title-section .media-wrapper.right-align .s-ratio-box, .s-section.s-new-title-section .media-wrapper .right-align .s-ratio-box, .s-section.s-title-section .media-wrapper.right-align .s-ratio-box, .s-section.s-title-section .media-wrapper .right-align .s-ratio-box { margin-right: 0px; margin-left: auto; }

.s-section.s-media-section .s-repeatable-item, .s-section.s-rows-section .s-repeatable-item, .s-section.s-text-section .s-repeatable-item { margin-bottom: 35px; }

.s-section.s-media-section .s-repeatable-item.s-last-row, .s-section.s-media-section .s-repeatable-item:last-child, .s-section.s-rows-section .s-repeatable-item.s-last-row, .s-section.s-rows-section .s-repeatable-item:last-child, .s-section.s-text-section .s-repeatable-item.s-last-row, .s-section.s-text-section .s-repeatable-item:last-child { margin-bottom: 0px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-media-section .s-repeatable-item.columns, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-media-section .s-repeatable-item.columns.s-last-row, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-media-section .s-repeatable-item.columns:last-child, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-rows-section .s-repeatable-item.columns, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-rows-section .s-repeatable-item.columns.s-last-row, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-rows-section .s-repeatable-item.columns:last-child, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-text-section .s-repeatable-item.columns, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-text-section .s-repeatable-item.columns.s-last-row, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-text-section .s-repeatable-item.columns:last-child { margin-bottom: 35px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-media-section .s-item-media-group, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-rows-section .s-item-media-group, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-text-section .s-item-media-group { margin-bottom: 15px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-media-section .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-rows-section .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-text-section .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-media-section .s-repeatable-item.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-media-section .s-repeatable-item.columns.s-last-row, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-media-section .s-repeatable-item.columns:last-child, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-rows-section .s-repeatable-item.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-rows-section .s-repeatable-item.columns.s-last-row, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-rows-section .s-repeatable-item.columns:last-child, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-text-section .s-repeatable-item.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-text-section .s-repeatable-item.columns.s-last-row, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-text-section .s-repeatable-item.columns:last-child { margin-bottom: 35px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-media-section .s-item-media-group, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-rows-section .s-item-media-group, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-text-section .s-item-media-group { margin-bottom: 15px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-media-section .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-rows-section .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-text-section .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-section.s-block-section .s-repeatable-item.s-last-row, .s-section.s-block-section .s-repeatable-item:last-child { margin-bottom: 0px; }

.s-section.s-media-section .s-layout-normal { text-align: center; }

.s-section.s-media-section .s-layout-normal .s-item-media-group { text-align: center; margin-bottom: 15px; }

.s-section.s-media-section .media-top-text { margin-bottom: 15px; }

.s-section.s-media-section .media-top-text .s-item-text-group { text-align: center; }

.s-section.s-media-section .media-left-text .s-item-text-group { text-align: left; }

.s-section.s-media-section .media-bottom-text .s-item-text-group { display: flex; justify-content: space-between; margin-top: 15px; text-align: left; }

.s-section.s-media-section .media-bottom-text .s-item-text-group > div { display: none; }

.s-section.s-media-section .media-bottom-text .s-item-text-group .s-title, .s-section.s-media-section .media-bottom-text .s-item-text-group [class^="s-item"] { display: block; }

.s-section.s-media-section .media-bottom-text .s-item-text-group .s-title .s-title, .s-section.s-media-section .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(2), .s-section.s-media-section .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(2) ~ [class^="s-item"], .s-section.s-media-section .media-bottom-text .s-item-text-group [class^="s-item"] .s-title, .s-section.s-media-section .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(2), .s-section.s-media-section .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(2) ~ [class^="s-item"] { width: 47%; }

.s-section.s-media-section .media-bottom-text .s-item-text-group .s-title .s-title, .s-section.s-media-section .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(3), .s-section.s-media-section .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(3) ~ [class^="s-item"], .s-section.s-media-section .media-bottom-text .s-item-text-group [class^="s-item"] .s-title, .s-section.s-media-section .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(3), .s-section.s-media-section .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(3) ~ [class^="s-item"] { width: 30%; }

.s-section.s-media-section .media-bottom-text .s-item-text-group .s-item-text.full-width, .s-section.s-media-section .media-bottom-text .s-item-text-group .s-item-title.full-width, .s-section.s-media-section .media-bottom-text .s-item-text-group .s-title.full-width { width: 100%; }

.s-section.s-media-section .new-media-item-wrapper > :first-child.media-bottom-text > .s-item-text-group { margin-top: 0px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group { flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title .s-title, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(2), body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(2) ~ [class^="s-item"], body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(3), body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(3) ~ [class^="s-item"], body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"] .s-title, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(2), body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(2) ~ [class^="s-item"], body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(3), body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(3) ~ [class^="s-item"] { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-media-section .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group { flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title .s-title, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(2), body[data-mobile-new-breakpoint-stage="1"] .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(2) ~ [class^="s-item"], body[data-mobile-new-breakpoint-stage="1"] .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(3), body[data-mobile-new-breakpoint-stage="1"] .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(3) ~ [class^="s-item"], body[data-mobile-new-breakpoint-stage="1"] .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"] .s-title, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(2), body[data-mobile-new-breakpoint-stage="1"] .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(2) ~ [class^="s-item"], body[data-mobile-new-breakpoint-stage="1"] .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(3), body[data-mobile-new-breakpoint-stage="1"] .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(3) ~ [class^="s-item"] { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-media-section .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-section.s-columns-section, .s-section.s-icons-section { text-align: center; }

.s-section.s-columns-section .s-item-media-group, .s-section.s-icons-section .s-item-media-group { margin-bottom: 15px; }

.s-section.s-columns-section .s-item-text-group, .s-section.s-icons-section .s-item-text-group { margin-top: 15px; margin-bottom: 35px; }

.s-section.s-columns-section .s-last-row .s-item-text-group, .s-section.s-icons-section .s-last-row .s-item-text-group { margin-bottom: 0px; }

.s-section.s-columns-section .s-text-button:not(.only-has-button), .s-section.s-icons-section .s-text-button:not(.only-has-button), .s-section.s-info-section .s-text-button:not(.only-has-button), .s-section.s-media-section .s-text-button:not(.only-has-button), .s-section.s-rows-section .s-text-button:not(.only-has-button), .s-section.s-text-section .s-text-button:not(.only-has-button) { margin-top: 15px; }

.s-section.s-icons-section .small-icons { width: auto; display: inline-block !important; float: none !important; }

.s-section.s-icons-section .small-icons .s-ratio-box, .s-section.s-icons-section .small-icons img { max-width: 110px; width: 100%; }

.s-section.s-text-section { text-align: center; }

.s-section.s-text-section .s-item-text-group { text-align: left; }

.s-section.s-info-section { text-align: center; }

.s-section.s-info-section#s-content .s-info-repeatable .s-section-item-wrapper { display: flex; flex-flow: wrap; align-content: flex-start; }

.s-section.s-info-section#s-content .s-info-repeatable .s-section-item-wrapper.left-align { justify-content: flex-start; }

.s-section.s-info-section#s-content .s-info-repeatable .s-section-item-wrapper.center-align { justify-content: center; }

.s-section.s-info-section#s-content .s-info-repeatable .s-section-item-wrapper.right-align { justify-content: flex-end; }

.s-section.s-info-section .s-repeatable-item { margin-bottom: 25px; }

.s-section.s-info-section .s-repeatable-item.s-last-row { margin-bottom: 0px; }

.s-section.s-info-section .s-info-box { text-align: left; border: 2px solid rgba(255, 255, 255, 0.7); box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px; padding: 20px 22px; }

.s-section.s-info-section .s-info-box.border-box { height: 100%; box-sizing: border-box; }

.section-item-horizontal-alignment.s-section.s-info-section .s-info-box { display: flex; flex-direction: column; }

.section-item-horizontal-alignment.s-section.s-info-section .s-item-text-group { flex: 1 1 0%; display: flex; flex-direction: column; }

.section-item-horizontal-alignment.s-section.s-info-section .s-item-text-group .s-item-button-wrapper { margin-top: auto; }

.s-section.s-info-section.s-bg-image.s-bg-light-text .s-info-box, .s-section.s-info-section.s-bg-video.s-bg-light-text .s-info-box { border-color: rgba(255, 255, 255, 0.5); }

.s-section.s-info-section.s-bg-image.s-bg-dark-text .s-info-box, .s-section.s-info-section.s-bg-video.s-bg-dark-text .s-info-box { border-color: rgba(0, 0, 0, 0.1); }

#s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-repeatable-item, #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-repeatable-item, #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-repeatable-item { text-align: left; margin: 0px 0px 50px; padding-right: 14px; box-sizing: border-box; }

#s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div { text-align: left; }

#s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker, #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker, #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker { left: 67px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker { left: 27px; right: auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker { left: 27px; right: auto; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-vertical-layout, #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-vertical-layout, #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-vertical-layout { margin-right: auto; margin-left: 0px; }

.rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-repeatable-item, .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-repeatable-item, .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-repeatable-item { text-align: left; margin: 0px 0px 50px; padding-right: 14px; box-sizing: border-box; }

.rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, .rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div { text-align: left; }

.rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker, .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker, .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker { right: calc(100% + 11px); left: auto; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker { right: 27px; left: auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-horizontal-layout .process-item-linker { right: 27px; left: auto; }
  body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .s-slider-section-s5 { padding-top: 0px !important; }
}

.rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-vertical-layout, .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-vertical-layout, .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.left-alignment .process-vertical-layout { margin-right: auto; margin-left: 0px; }

#s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-repeatable-item, #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-repeatable-item, #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-repeatable-item { text-align: center; margin-left: 1.04167%; margin-right: 1.04167%; padding-left: 0px; padding-right: 0px; box-sizing: border-box; }

#s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div { text-align: center; }

#s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker, #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker, #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker { left: calc(50% + 52px); }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker { left: 27px; right: auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker { left: 27px; right: auto; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-vertical-layout, #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-vertical-layout, #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-vertical-layout { margin-left: auto; margin-right: auto; }

.rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-repeatable-item, .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-repeatable-item, .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-repeatable-item { text-align: center; margin-left: 1.04167%; margin-right: 1.04167%; padding-left: 0px; padding-right: 0px; box-sizing: border-box; }

.rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, .rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div { text-align: center; }

.rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker, .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker, .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker { right: calc(50% + 52px); left: auto; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker { right: 27px; left: auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-horizontal-layout .process-item-linker { right: 27px; left: auto; }
  body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .s-slider-section-s5 { padding-top: 0px !important; }
}

.rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-vertical-layout, .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-vertical-layout, .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.center-alignment .process-vertical-layout { margin-left: auto; margin-right: auto; }

#s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-repeatable-item, #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-repeatable-item, #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-repeatable-item { text-align: right; margin: 0px 0px 50px; padding-left: 14px; box-sizing: border-box; }

#s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div { text-align: right; }

#s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker, #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker, #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker { right: calc(-100% + 67px); left: auto; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker { left: 27px; right: auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker { left: 27px; right: auto; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-vertical-layout, #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-vertical-layout, #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-vertical-layout { margin-left: auto; margin-right: 0px; }

.rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-repeatable-item, .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-repeatable-item, .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-repeatable-item { text-align: right; margin: 0px 0px 50px; padding-left: 14px; box-sizing: border-box; }

.rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, .rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div { text-align: right; }

.rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker, .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker, .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker { right: 67px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker { right: 27px; left: auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-horizontal-layout .process-item-linker { right: 27px; left: auto; }
  body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .s-slider-section-s5 { padding-top: 0px !important; }
}

.rtl-layout #s-content .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-vertical-layout, .rtl-layout #s-use-site-style-config-container .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-vertical-layout, .rtl-layout #section-selector-wrapper .s-section.s-process-section .process-repeatable-wrapper.has-custom-align.right-alignment .process-vertical-layout { margin-left: auto; margin-right: 0px; }

.s-section.s-process-section .s-repeatable-item { margin-bottom: 50px; }

.s-section.s-process-section .s-repeatable-item.s-last-row { margin-bottom: 0px; }

@media only screen and (min-width: 728px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-process-section .s-repeatable-item.hide-linker-three.process-horizontal-layout:nth-child(3n) .process-item-linker { display: none; visibility: hidden; }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .s-repeatable-item.hide-linker-three.process-horizontal-layout:nth-child(3n) .process-item-linker { display: none; visibility: hidden; }
}

@media only screen and (min-width: 728px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-process-section .s-repeatable-item.hide-linker-four.process-horizontal-layout:nth-child(4n) .process-item-linker { display: none; visibility: hidden; }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .s-repeatable-item.hide-linker-four.process-horizontal-layout:nth-child(4n) .process-item-linker { display: none; visibility: hidden; }
}

@media only screen and (min-width: 728px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-process-section .s-repeatable-item.hide-linker-five.process-horizontal-layout:nth-child(5n) .process-item-linker { display: none; visibility: hidden; }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .s-repeatable-item.hide-linker-five.process-horizontal-layout:nth-child(5n) .process-item-linker { display: none; visibility: hidden; }
}

.s-section.s-process-section .process-item-index { display: inline-flex; border: 1px solid; width: 52px; height: 52px; justify-content: center; align-items: center; margin-bottom: 12px; font-size: 26px; font-weight: 700; }

.s-section.s-process-section .s-item-text-group .s-item-title p { font-size: 24px; font-weight: 500; }

.s-section.s-process-section .s-item-text-group .s-item-text p { font-size: 16px; line-height: 1.63; letter-spacing: 0.4px; }

.s-section.s-process-section .process-horizontal-layout { display: inline; position: relative; }

.s-section.s-process-section .process-vertical-layout { text-align: center; display: flex; margin-left: auto; margin-right: auto; }

.s-section.s-process-section .process-vertical-layout .process-item-wrapper { position: relative; display: flex; margin-top: 11px; }

.s-section.s-process-section .process-vertical-layout .process-item-wrapper .s-item-text-group { min-width: 78%; }

.s-section.s-process-section .process-vertical-layout .process-item-infos { flex: 0 0 auto; height: 100%; }

.s-section.s-process-section .process-vertical-layout .s-item-text, .s-section.s-process-section .process-vertical-layout .s-item-title { text-align: left; }

.s-section.s-process-section .process-vertical-layout .process-item-infos { margin-right: 20px; }

.s-section.s-process-section .process-vertical-layout.ui-sortable-helper { transform: translateX(55%); }

.s-section.s-cta-section, .s-section.s-new-title-section { text-align: center; }

.s-section.s-cta-section .s-title-group.s-title-group-show-button-container, .s-section.s-new-title-section .s-title-group.s-title-group-show-button-container { top: -20px; }

.s-section.s-cta-section .s-layout-mediaTop .s-media, .s-section.s-new-title-section .s-layout-mediaTop .s-media { margin-bottom: 30px; }

.s-section.s-cta-section .s-layout-mediaLeft .columns, .s-section.s-cta-section .s-layout-mediaLeft .s-title-group, .s-section.s-cta-section .s-layout-mediaRight .columns, .s-section.s-cta-section .s-layout-mediaRight .s-title-group, .s-section.s-cta-section .s-layout-skinny .columns, .s-section.s-cta-section .s-layout-skinny .s-title-group, .s-section.s-new-title-section .s-layout-mediaLeft .columns, .s-section.s-new-title-section .s-layout-mediaLeft .s-title-group, .s-section.s-new-title-section .s-layout-mediaRight .columns, .s-section.s-new-title-section .s-layout-mediaRight .s-title-group, .s-section.s-new-title-section .s-layout-skinny .columns, .s-section.s-new-title-section .s-layout-skinny .s-title-group { text-align: left; }

.s-section.s-cta-section .s-layout-skinny .s-title-group, .s-section.s-new-title-section .s-layout-skinny .s-title-group { margin-bottom: 0px; }

.s-section.s-cta-section .s-layout-skinny .media-wrapper, .s-section.s-new-title-section .s-layout-skinny .media-wrapper { text-align: left; }

.s-section.s-cta-section .s-layout-skinny .media-wrapper.center-align, .s-section.s-new-title-section .s-layout-skinny .media-wrapper.center-align { text-align: center; }

.s-section.s-cta-section .s-layout-skinny .media-wrapper.right-align, .s-section.s-new-title-section .s-layout-skinny .media-wrapper.right-align { text-align: right; }

@media screen and (min-width: 727px) {
  .s-section.s-cta-section .s-layout-skinny .s-button-group, .s-section.s-new-title-section .s-layout-skinny .s-button-group { text-align: right; }
}

.s-section.s-cta-section .s-layout-center .s-button-group, .s-section.s-cta-section .s-layout-mediaTop .s-button-group, .s-section.s-new-title-section .s-layout-center .s-button-group, .s-section.s-new-title-section .s-layout-mediaTop .s-button-group { padding: 15px 0px; }

.s-section.s-cta-section .s-common-button, .s-section.s-new-title-section .s-common-button { text-align: center; }

.s-section.s-new-title-section .s-title-group > .s-subtitle, .s-section.s-new-title-section .s-title-group > .s-title { position: relative; zoom: 1; }

.s-section.s-new-title-section .s-title-group > .s-subtitle::after, .s-section.s-new-title-section .s-title-group > .s-title::after { display: table; content: ""; clear: both; }

.s-section.s-hero-section, .s-section.s-hero-section .s-title-group { text-align: left; }

.s-section.s-hero-section .s-title-group:last-child { margin-bottom: 0px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-component.s-media { margin-bottom: 15px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-component.s-media { margin-bottom: 15px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (min-width: 728px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 { display: flex; flex-flow: wrap; gap: 10px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .s-email-form-field:not(.recaptcha-wrapper) { width: 140px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .s-email-form-field input[type="text"], body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .s-email-form-field textarea { width: 100%; box-sizing: border-box; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .gdpr-wrapper, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .recaptcha-wrapper { flex-basis: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .s-email-form-field.s-submit-field { width: auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .s-email-form-field.s-submit-field .s-email-form-button { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group { flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group.flex-start-alignment { align-items: flex-start; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group.flex-center-alignment { align-items: center; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group.flex-end-alignment { align-items: flex-end; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-email-field, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-submit-field { max-width: 100%; display: block; width: 290px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-submit-field .s-button-package { width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group { display: flex; flex-flow: wrap; gap: 10px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group .s-email-form-field.s-name-field { flex: 1 1 auto; }
}

@media not all {
  body:not([data-mobile-new-breakpoint-stage="1"]) body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group { flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group .s-slider-section-s5 { padding-top: 0px !important; }
}

@media not all {
  body[data-mobile-new-breakpoint-stage="1"] body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group { flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 { display: flex; flex-flow: wrap; gap: 10px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .s-email-form-field:not(.recaptcha-wrapper) { width: 140px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .s-email-form-field input[type="text"], body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .s-email-form-field textarea { width: 100%; box-sizing: border-box; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .gdpr-wrapper, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .recaptcha-wrapper { flex-basis: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .s-email-form-field.s-submit-field { width: auto; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .s-email-form-field.s-submit-field .s-email-form-button { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group { flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group.flex-start-alignment { align-items: flex-start; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group.flex-center-alignment { align-items: center; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group.flex-end-alignment { align-items: flex-end; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-email-field, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-submit-field { max-width: 100%; display: block; width: 290px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-submit-field .s-button-package { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group { display: flex; flex-flow: wrap; gap: 10px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group .s-email-form-field.s-name-field { flex: 1 1 auto; }
}

@media not all {
  body:not([data-mobile-new-breakpoint-stage="1"]) body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group { flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group .s-slider-section-s5 { padding-top: 0px !important; }
}

@media not all {
  body[data-mobile-new-breakpoint-stage="1"] body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group { flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] body[data-mobile-new-breakpoint-stage="1"] .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-section .s-custom-form-container .s-title { font-size: 30px; }

.s-section .s-custom-form-container .s-subtitle { font-size: 16px; }

.s-section .s-custom-form-container .s-form-field { margin-bottom: 5px; }

.s-section .s-custom-form-container .s-form-field .radio-field { padding: 0px; }

.s-section .s-custom-form-container .s-form-field .form-field-error.error { margin: 0px; }

.s-section .s-custom-form-container .s-form-field-panel .s-form-field:not(.has-custom-align) { text-align: left; }

.s-section .s-custom-form-container .form-field-error { color: rgb(230, 71, 81); line-height: 1.2; margin-top: 10px; font-size: 14px; }

.s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field input[type="text"], .s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field input[type="textarea"], .s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field textarea { width: 100%; max-width: 100%; box-sizing: border-box; }

.s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field input[type="text"]::-webkit-input-placeholder, .s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field input[type="textarea"]::-webkit-input-placeholder, .s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field textarea::-webkit-input-placeholder { font-size: 16px; }

.s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field input[type="text"]::placeholder, .s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field input[type="textarea"]::placeholder, .s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field textarea::placeholder { font-size: 16px; }

.s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field label { font-size: 14px; line-height: 1.2; position: static; width: 50%; color: rgb(99, 105, 114); overflow: initial; }

.s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field .schema-form-checkbox-group > label, .s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field .schema-form-radio-group > label { display: flex; line-height: 1.5; }

.s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field .schema-form-checkbox-group > label .s-kit-checkbox, .s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field .schema-form-checkbox-group > label .s-kit-radio, .s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field .schema-form-radio-group > label .s-kit-checkbox, .s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field .schema-form-radio-group > label .s-kit-radio { font-size: inherit; line-height: inherit; }

.s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field .no-wrap-field label { width: 100%; }

.s-section .s-custom-form-container .s-email-form-button .loading-icon { margin-right: 4px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-new-hero-section .empty-media { display: none; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-new-hero-section .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .empty-media { display: none; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (min-width: 728px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-new-hero-section .vertical-align-top.s-rva .s-rva-text { margin-top: 10px; }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .vertical-align-top.s-rva .s-rva-text { margin-top: 10px; }
}

.s-section.s-new-hero-section .container .s-button-group { flex: 1 1 0%; }

.s-section.s-new-hero-section .container .s-button-wrapper.flex-start { display: flex; justify-content: flex-start; }

.s-section.s-new-hero-section .container .s-button-wrapper.flex-start .s-signup-form .s-component-content { text-align: left; }

.s-section.s-new-hero-section .container .s-button-wrapper.center { display: flex; justify-content: center; }

.s-section.s-new-hero-section .container .s-button-wrapper.center .s-signup-form .s-component-content { text-align: center; }

.s-section.s-new-hero-section .container .s-button-wrapper.flex-end { display: flex; justify-content: flex-end; }

.s-section.s-new-hero-section .container .s-button-wrapper.flex-end .s-signup-form .s-component-content { text-align: right; }

.s-section .s-email-form-container .email-form-editor .title { line-height: 1.5; }

.s-section .s-email-form-container .email-form-editor .email-options-error { color: rgb(230, 71, 81); }

.s-section.s-block-section .s-image-wrapper, .s-section.s-hero-section .s-image-wrapper, .s-section.s-signup-section .s-image-wrapper { display: flex; align-items: center; flex-flow: wrap; gap: 10px; }

.s-section.s-block-section .s-image-wrapper .s-image-item, .s-section.s-hero-section .s-image-wrapper .s-image-item, .s-section.s-signup-section .s-image-wrapper .s-image-item { display: inline-block; zoom: 1; vertical-align: middle; }

.s-section.s-block-section .s-image-wrapper .s-image-item.middle, .s-section.s-hero-section .s-image-wrapper .s-image-item.middle, .s-section.s-signup-section .s-image-wrapper .s-image-item.middle { vertical-align: middle; }

.s-section.s-slider-section { padding-top: 0px; padding-bottom: 0px; }

.s-section.s-slider-section :not(.cke_editable):not(.cke_editable *):not(.s-component-empty):not(.slick-slide .item) { min-height: 0px; min-width: 0px; }

.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic), .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) { color: rgb(255, 255, 255); }

.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-terms-link a, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-terms-link a { color: rgb(255, 255, 255); border-bottom: 1px solid; text-decoration: none; }

.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content a:focus, .s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-terms-link a:focus, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a:focus, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-terms-link a:focus { outline: dotted thin; }

.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-terms-link a span, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-terms-link a span { border-bottom: 1px solid; }

.new-footer-hyperlink-style.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .new-footer-hyperlink-style.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .new-footer-hyperlink-style.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-terms-link a, .new-footer-hyperlink-style.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-terms-link a span, .new-footer-hyperlink-style.s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .new-footer-hyperlink-style.s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .new-footer-hyperlink-style.s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-terms-link a, .new-footer-hyperlink-style.s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-terms-link a span { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content [class*=" s-text-color-"] a, .s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content [class^="s-text-color-"] a, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content [class*=" s-text-color-"] a, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content [class^="s-text-color-"] a { color: inherit; border-bottom-color: inherit; }

.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-blog .s-blog-col-foot a, .s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-blog a.s-blog-read-more-link, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-blog .s-blog-col-foot a, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-blog a.s-blog-read-more-link { color: rgb(255, 255, 255); }

.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-blog .s-blog-col-foot a:focus, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-blog .s-blog-col-foot a:focus { outline: dotted thin; }

.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-html-component .s-component-content a, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-html-component .s-component-content a { color: rgb(255, 255, 255); border-bottom: 1px solid rgb(255, 255, 255); }

.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-html-component .s-component-content a:focus, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-html-component .s-component-content a:focus { outline: dotted thin; }

.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-accordion-answer-text, .s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-blog-details-blurb, .s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-blog-info, .s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-blog-title, .s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-ecommerce-card-view-card-name:not(.natural-color), .s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-item-subtitle, .s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-item-text, .s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-item-title, .s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-subtitle, .s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-title, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-accordion-answer-text, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-blog-details-blurb, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-blog-info, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-blog-title, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-ecommerce-card-view-card-name:not(.natural-color), .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-item-subtitle, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-item-text, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-item-title, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-subtitle, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-title { color: rgb(255, 255, 255); }

.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-ecommerce-card-view-card-name.natural-color, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-ecommerce-card-view-card-name.natural-color { color: rgb(34, 34, 34); }

.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-category-bar, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-category-bar { border-color: rgba(255, 255, 255, 0.2); }

.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-category-bar .category-list i, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-category-bar .category-list i { color: rgba(255, 255, 255, 0.7); }

.s-section.s-slider-section .item.s-bg-light-text-override:not(.new-text-color-logic) .s-category-bar .category-list .show-more-link, .s-section.s-slider-section .item.s-bg-light-text:not(.new-text-color-logic) .s-category-bar .category-list .show-more-link { color: rgba(255, 255, 255, 0.7); border-color: rgba(255, 255, 255, 0.2); }

.s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) { color: rgb(34, 34, 34); }

.s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-terms-link a { color: rgb(34, 34, 34); border-bottom: 1px solid; text-decoration: none; }

.s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a:focus, .s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-terms-link a:focus { outline: dotted thin; }

.s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-terms-link a span { border-bottom: 1px solid; }

.new-footer-hyperlink-style.s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .new-footer-hyperlink-style.s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .new-footer-hyperlink-style.s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-terms-link a, .new-footer-hyperlink-style.s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-terms-link a span { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content [class*=" s-text-color-"] a, .s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content [class^="s-text-color-"] a { color: inherit; border-bottom-color: inherit; }

.s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-blog .s-blog-col-foot a, .s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-blog a.s-blog-read-more-link { color: rgb(34, 34, 34); }

.s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-blog .s-blog-col-foot a:focus { outline: dotted thin; }

.s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-html-component .s-component-content a { color: rgb(34, 34, 34); border-bottom: 1px solid rgb(34, 34, 34); }

.s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-html-component .s-component-content a:focus { outline: dotted thin; }

.s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-accordion-answer-text, .s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-blog-details-blurb, .s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-blog-info, .s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-blog-title, .s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-ecommerce-card-view-card-name.natural-color, .s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-ecommerce-card-view-card-name:not(.natural-color), .s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-item-subtitle, .s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-item-text, .s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-item-title, .s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-subtitle, .s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-title { color: rgb(34, 34, 34); }

.s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-category-bar { border-color: rgba(34, 34, 34, 0.2); }

.s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-category-bar .category-list i { color: rgba(34, 34, 34, 0.7); }

.s-section.s-slider-section .item.s-bg-dark-text:not(.new-text-color-logic) .s-category-bar .category-list .show-more-link { color: rgba(34, 34, 34, 0.7); border-color: rgba(34, 34, 34, 0.2); }

.s-section.s-slider-section .item.s-bg-dark .s-kit-big-select__control, .s-section.s-slider-section .item.s-bg-dark .s-kit-date-picker-wrapper .s-kit-picker, .s-section.s-slider-section .item.s-bg-dark .s-kit-range-date-picker-wrapper .s-kit-picker, .s-section.s-slider-section .item.s-bg-dark .schema-form-file-upload-field .upload-file-container { color: rgb(255, 255, 255); background: rgb(51, 51, 51); }

.s-section.s-slider-section .item.s-bg-dark .s-email-form .s-email-form-fields-group .s-email-form-field .schema-date-picker, .s-section.s-slider-section .item.s-bg-dark .s-kit-big-select__control, .s-section.s-slider-section .item.s-bg-dark .s-kit-date-picker-wrapper .s-kit-picker, .s-section.s-slider-section .item.s-bg-dark .s-kit-range-date-picker-wrapper .s-kit-picker, .s-section.s-slider-section .item.s-bg-dark .s-signup-form .s-email-form-fields-group .s-email-form-field .schema-date-picker, .s-section.s-slider-section .item.s-bg-dark .schema-form-file-upload-field .upload-file-container { border-color: rgb(85, 85, 85); }

.s-section.s-slider-section .item.s-bg-dark .s-kit-big-select__control .option-innner .text, .s-section.s-slider-section .item.s-bg-dark .s-kit-date-picker-wrapper .s-kit-picker-input > input, .s-section.s-slider-section .item.s-bg-dark .s-kit-range-date-picker-wrapper .s-kit-picker-input > input { color: rgb(255, 255, 255); }

.s-section.s-slider-section .item:not(.s-footer-section) .s-component.s-text .s-component-content a, .s-section.s-slider-section .item:not(.s-footer-section) .s-component.s-text .s-component-content a span, .s-section.s-slider-section .item:not(.s-footer-section) .s-terms-link a, .s-section.s-slider-section .item:not(.s-footer-section) .s-terms-link a span { border-bottom: 1px solid; }

.s-section.s-slider-section .item.s-bg-video::before, .s-section.s-slider-section .item.video-bg::before { z-index: 2; }

.s-section.s-slider-section .item.s-bg-video.no-bg, .s-section.s-slider-section .item.video-bg.no-bg { background: none !important; }

.s-section.s-slider-section .item.s-bg-video .video-bg-wrap, .s-section.s-slider-section .item.video-bg .video-bg-wrap { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; overflow: hidden; transform: translateZ(0px); }

.s-section.s-slider-section .item.s-bg-video .video-bg-wrap iframe, .s-section.s-slider-section .item.video-bg .video-bg-wrap iframe { z-index: 1; opacity: 0; transition: 0.3s; }

.s-section.s-slider-section .item.s-bg-video .video-bg-wrap video::-webkit-media-controls-start-playback-button, .s-section.s-slider-section .item.video-bg .video-bg-wrap video::-webkit-media-controls-start-playback-button { display: none !important; appearance: none; }

.s-section.s-slider-section .item.s-bg-video .video-bg-wrap::after, .s-section.s-slider-section .item.video-bg .video-bg-wrap::after { content: ""; display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic), .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) { color: rgb(255, 255, 255); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-terms-link a, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-terms-link a { color: rgb(255, 255, 255); border-bottom: 1px solid; text-decoration: none; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content a:focus, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-terms-link a:focus, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a:focus, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-terms-link a:focus { outline: dotted thin; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-terms-link a span, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-terms-link a span { border-bottom: 1px solid; }

.new-footer-hyperlink-style.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .new-footer-hyperlink-style.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .new-footer-hyperlink-style.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-terms-link a, .new-footer-hyperlink-style.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-terms-link a span, .new-footer-hyperlink-style.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .new-footer-hyperlink-style.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .new-footer-hyperlink-style.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-terms-link a, .new-footer-hyperlink-style.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-terms-link a span { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content [class*=" s-text-color-"] a, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-component.s-text .s-component-content [class^="s-text-color-"] a, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content [class*=" s-text-color-"] a, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-component.s-text .s-component-content [class^="s-text-color-"] a { color: inherit; border-bottom-color: inherit; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-blog .s-blog-col-foot a, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-blog a.s-blog-read-more-link, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-blog .s-blog-col-foot a, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-blog a.s-blog-read-more-link { color: rgb(255, 255, 255); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-blog .s-blog-col-foot a:focus, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-blog .s-blog-col-foot a:focus { outline: dotted thin; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-html-component .s-component-content a, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-html-component .s-component-content a { color: rgb(255, 255, 255); border-bottom: 1px solid rgb(255, 255, 255); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-html-component .s-component-content a:focus, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-html-component .s-component-content a:focus { outline: dotted thin; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-accordion-answer-text, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-blog-details-blurb, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-blog-info, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-blog-title, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-ecommerce-card-view-card-name:not(.natural-color), .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-item-subtitle, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-item-text, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-item-title, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-subtitle, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-title, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-accordion-answer-text, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-blog-details-blurb, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-blog-info, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-blog-title, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-ecommerce-card-view-card-name:not(.natural-color), .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-item-subtitle, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-item-text, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-item-title, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-subtitle, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-title { color: rgb(255, 255, 255); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-ecommerce-card-view-card-name.natural-color, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-ecommerce-card-view-card-name.natural-color { color: rgb(34, 34, 34); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-category-bar, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-category-bar { border-color: rgba(255, 255, 255, 0.2); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-category-bar .category-list i, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-category-bar .category-list i { color: rgba(255, 255, 255, 0.7); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text-override:not(.new-text-color-logic) .s-category-bar .category-list .show-more-link, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-light-text:not(.new-text-color-logic) .s-category-bar .category-list .show-more-link { color: rgba(255, 255, 255, 0.7); border-color: rgba(255, 255, 255, 0.2); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) { color: rgb(34, 34, 34); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-terms-link a { color: rgb(34, 34, 34); border-bottom: 1px solid; text-decoration: none; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a:focus, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-terms-link a:focus { outline: dotted thin; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-terms-link a span { border-bottom: 1px solid; }

.new-footer-hyperlink-style.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a, .new-footer-hyperlink-style.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content a span, .new-footer-hyperlink-style.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-terms-link a, .new-footer-hyperlink-style.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-terms-link a span { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content [class*=" s-text-color-"] a, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-component.s-text .s-component-content [class^="s-text-color-"] a { color: inherit; border-bottom-color: inherit; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-blog .s-blog-col-foot a, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-blog a.s-blog-read-more-link { color: rgb(34, 34, 34); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-blog .s-blog-col-foot a:focus { outline: dotted thin; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-html-component .s-component-content a { color: rgb(34, 34, 34); border-bottom: 1px solid rgb(34, 34, 34); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-html-component .s-component-content a:focus { outline: dotted thin; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-accordion-answer-text, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-blog-details-blurb, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-blog-info, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-blog-title, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-ecommerce-card-view-card-name.natural-color, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-ecommerce-card-view-card-name:not(.natural-color), .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-item-subtitle, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-item-text, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-item-title, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-subtitle, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-title { color: rgb(34, 34, 34); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-category-bar { border-color: rgba(34, 34, 34, 0.2); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-category-bar .category-list i { color: rgba(34, 34, 34, 0.7); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark-text:not(.new-text-color-logic) .s-category-bar .category-list .show-more-link { color: rgba(34, 34, 34, 0.7); border-color: rgba(34, 34, 34, 0.2); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark .s-kit-big-select__control, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark .s-kit-date-picker-wrapper .s-kit-picker, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark .s-kit-range-date-picker-wrapper .s-kit-picker, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark .schema-form-file-upload-field .upload-file-container { color: rgb(255, 255, 255); background: rgb(51, 51, 51); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark .s-email-form .s-email-form-fields-group .s-email-form-field .schema-date-picker, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark .s-kit-big-select__control, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark .s-kit-date-picker-wrapper .s-kit-picker, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark .s-kit-range-date-picker-wrapper .s-kit-picker, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark .s-signup-form .s-email-form-fields-group .s-email-form-field .schema-date-picker, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark .schema-form-file-upload-field .upload-file-container { border-color: rgb(85, 85, 85); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark .s-kit-big-select__control .option-innner .text, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark .s-kit-date-picker-wrapper .s-kit-picker-input > input, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-dark .s-kit-range-date-picker-wrapper .s-kit-picker-input > input { color: rgb(255, 255, 255); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic):not(.s-footer-section) .s-component.s-text .s-component-content a, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic):not(.s-footer-section) .s-component.s-text .s-component-content a span, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic):not(.s-footer-section) .s-terms-link a, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic):not(.s-footer-section) .s-terms-link a span { border-bottom: 1px solid; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-video::before, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).video-bg::before { z-index: 2; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-video.no-bg, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).video-bg.no-bg { background: none !important; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-video .video-bg-wrap, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).video-bg .video-bg-wrap { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; overflow: hidden; transform: translateZ(0px); }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-video .video-bg-wrap iframe, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).video-bg .video-bg-wrap iframe { z-index: 1; opacity: 0; transition: 0.3s; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-video .video-bg-wrap video::-webkit-media-controls-start-playback-button, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).video-bg .video-bg-wrap video::-webkit-media-controls-start-playback-button { display: none !important; appearance: none; }

.s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).s-bg-video .video-bg-wrap::after, .s-section.s-new-grid-section .s-grid-section-cell-container:not(.new-text-color-logic).video-bg .video-bg-wrap::after { content: ""; display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; }

.s-section.s-footer-section { position: relative; }

.s-section.s-footer-section .flex-layout-wrap { display: flex; flex-flow: wrap; }

.s-section.s-footer-section .flex-layout-wrap .flex-1 { flex: 1 1 0%; }

@media only screen and (max-width: 767px) {
  .s-section.s-footer-section .flex-layout-wrap .flex-1.columns.eight, .s-section.s-footer-section .flex-layout-wrap .flex-1.columns.six, .s-section.s-footer-section .flex-layout-wrap .flex-1.columns.ten { flex-basis: 100%; }
  .s-section.s-footer-section .flex-layout-wrap .flex-1 .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-footer-section-container .s-section.s-footer-section .has-one-column .item-column { width: 100%; }

@media only screen and (max-width: 767px) {
  #s-footer-section-container .s-section.s-footer-section .full-width-column-on-mobile .item-column { width: 100%; }
  .s-section.s-footer-section .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-section.s-footer-section .left-align-default-on-desktop { text-align: left; }

.rtl-layout .s-section.s-footer-section .left-align-default-on-desktop { text-align: right; }

.s-section.s-footer-section .center-align-default-on-desktop { text-align: center; }

.s-section.s-footer-section .right-align-default-on-desktop { text-align: right; }

.rtl-layout .s-section.s-footer-section .right-align-default-on-desktop { text-align: left; }

.s-section.s-footer-section .center-align-default-on-desktop.is-single-column-on-desktop, .s-section.s-footer-section .left-align-default-on-desktop.is-single-column-on-desktop, .s-section.s-footer-section .right-align-default-on-desktop.is-single-column-on-desktop { text-align: inherit; }

@media only screen and (max-width: 767px) {
  .s-section.s-footer-section .left-align-default-on-mobile { text-align: left; }
  .rtl-layout .s-section.s-footer-section .left-align-default-on-mobile { text-align: right; }
  .s-section.s-footer-section .center-align-default-on-mobile { text-align: center; }
  .s-section.s-footer-section .right-align-default-on-mobile { text-align: right; }
  .rtl-layout .s-section.s-footer-section .right-align-default-on-mobile { text-align: left; }
  .s-section.s-footer-section .center-align-default-on-desktop.is-single-column-on-mobile, .s-section.s-footer-section .center-align-default-on-mobile.is-single-column-on-mobile, .s-section.s-footer-section .left-align-default-on-desktop.is-single-column-on-mobile, .s-section.s-footer-section .left-align-default-on-mobile.is-single-column-on-mobile, .s-section.s-footer-section .right-align-default-on-desktop.is-single-column-on-mobile, .s-section.s-footer-section .right-align-default-on-mobile.is-single-column-on-mobile { text-align: inherit; }
  .s-section.s-footer-section .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-section.s-footer-section .is-single-column { text-align: inherit; }

.s-section.s-footer-section .container.s-layout-vertical .s-component.s-social-media { margin-bottom: 20px; }

.s-section.s-footer-section .container.s-layout-horizontal { text-align: left; }

.s-section.s-footer-section .container.s-layout-grid { font-size: 14px; }

.s-section.s-footer-section .container.s-layout-grid .columns { padding-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .s-section.s-footer-section .container.s-layout-grid { text-align: left; }
  .s-section.s-footer-section .container.s-layout-grid .columns { padding-bottom: 30px; }
  .s-section.s-footer-section .container.s-layout-grid .columns.right-align { text-align: left; }
  .s-section.s-footer-section .container.s-layout-grid .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-section.s-footer-section .container.s-layout-image .s-ratio-box { margin: 0px; }

@media only screen and (max-width: 767px) {
  .s-section.s-footer-section .container.s-layout-image .s-social-media-wrapper { width: 100% !important; }
}

.s-section.s-footer-section .container .separate-line { border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

@media screen and (min-width: 948px) {
  .s-section.s-footer-section .container .separate-line { padding-top: 5px; }
}

.s-section.s-footer-section .container.s-layout-image-form .s-sign-up-form-wrapper.auto { display: flex; justify-content: left; }

.rtl-layout .s-section.s-footer-section .container.s-layout-image-form .s-sign-up-form-wrapper.auto { justify-content: right; }

.s-theme-alignment-left .s-section.s-footer-section .container.s-layout-image-form .is-single-column .s-sign-up-form-wrapper.auto { justify-content: flex-start; align-items: flex-start; }

.rtl-layout .s-theme-alignment-left .s-section.s-footer-section .container.s-layout-image-form .is-single-column .s-sign-up-form-wrapper.auto { justify-content: flex-end; align-items: flex-end; }

@media only screen and (max-width: 767px) {
  .s-theme-alignment-left .s-section.s-footer-section .container.s-layout-image-form .s-sign-up-form-wrapper.auto { justify-content: flex-start; align-items: flex-start; }
  .rtl-layout .s-theme-alignment-left .s-section.s-footer-section .container.s-layout-image-form .s-sign-up-form-wrapper.auto { justify-content: flex-end; align-items: flex-end; }
  .s-theme-alignment-left .s-section.s-footer-section .container.s-layout-image-form .s-slider-section-s5 { padding-top: 0px !important; }
}

.rtl-layout .s-theme-alignment-center .s-section.s-footer-section .container.s-layout-image-form .is-single-column .s-sign-up-form-wrapper.auto, .s-theme-alignment-center .s-section.s-footer-section .container.s-layout-image-form .is-single-column .s-sign-up-form-wrapper.auto { justify-content: center; align-items: center; }

@media only screen and (max-width: 767px) {
  .rtl-layout .s-theme-alignment-center .s-section.s-footer-section .container.s-layout-image-form .s-sign-up-form-wrapper.auto, .s-theme-alignment-center .s-section.s-footer-section .container.s-layout-image-form .s-sign-up-form-wrapper.auto { justify-content: center; align-items: center; }
  .s-theme-alignment-center .s-section.s-footer-section .container.s-layout-image-form .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-theme-alignment-right .s-section.s-footer-section .container.s-layout-image-form .is-single-column .s-sign-up-form-wrapper.auto { justify-content: flex-end; align-items: flex-end; }

.rtl-layout .s-theme-alignment-right .s-section.s-footer-section .container.s-layout-image-form .is-single-column .s-sign-up-form-wrapper.auto { justify-content: flex-start; align-items: flex-start; }

@media only screen and (max-width: 767px) {
  .s-theme-alignment-right .s-section.s-footer-section .container.s-layout-image-form .s-sign-up-form-wrapper.auto { justify-content: flex-end; align-items: flex-end; }
  .rtl-layout .s-theme-alignment-right .s-section.s-footer-section .container.s-layout-image-form .s-sign-up-form-wrapper.auto { justify-content: flex-start; align-items: flex-start; }
  .s-theme-alignment-right .s-section.s-footer-section .container.s-layout-image-form .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-section.s-footer-section .container.s-layout-image-form .copyright-social-media-wrapper { margin-top: 5px; }

@media only screen and (min-width: 768px) {
  .s-section.s-footer-section .container.s-layout-image-form .s-image { max-width: 300px; }
}

.s-section.s-footer-section .container.s-layout-image-form .s-ratio-box { margin: 0px; }

@media only screen and (max-width: 767px) {
  .s-section.s-footer-section .container.s-layout-image-form .s-social-media-wrapper { width: 100% !important; }
}

.s-section.s-footer-section .container.s-layout-image-form .footer-body .email-form { float: right; }

@media only screen and (max-width: 767px) {
  .s-section.s-footer-section .container.s-layout-image-form .footer-body .email-form { width: 100%; text-align: center; }
}

.s-section.s-footer-section .container.s-layout-image-form .footer-body > .columns.is-single-column .s-email-form-container .s-email-form-field:not(.recaptcha-wrapper) { max-width: 490px; }

.s-section.s-footer-section .container.s-layout-image-form .footer-body > .columns .s-email-form-container { margin-top: 5px; }

.s-section.s-footer-section .container.s-layout-image-form .footer-body > .columns .s-email-form-container .s-email-form-field { width: 100%; }

@media only screen and (max-width: 767px) {
  .s-section.s-footer-section .container.s-layout-image-form .footer-body > .columns .s-email-form-container .s-email-form-field:not(.recaptcha-wrapper) { width: 380px; }
  .s-section.s-footer-section .container.s-layout-image-form .footer-body > .columns .s-email-form-container .s-email-form-field:not(.recaptcha-wrapper) .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-section.s-footer-section .container.s-layout-image-form .footer-body > .columns .s-email-form-container .s-email-form-field label { font-size: 14px; line-height: 1.5; }

.s-section.s-footer-section .container.s-layout-image-form .footer-body > .columns .s-email-form-container .s-email-form-field input, .s-section.s-footer-section .container.s-layout-image-form .footer-body > .columns .s-email-form-container .s-email-form-field textarea { width: 100%; box-sizing: border-box; padding: 7px 10px; font-size: 14px; line-height: 150%; }

.s-section.s-footer-section .container.s-layout-image-form .footer-body > .columns .s-email-form-container .s-email-form-field .s-common-button { padding: 8px 27px; font-size: 14px; line-height: 150%; }

.s-section.s-footer-section .container.s-layout-image-form .footer-body > .columns .s-email-form-container .s-email-form-field .s-email-form-error { color: rgb(230, 71, 81); }

.s-section.s-footer-section .container.s-layout-image-form .has-copy-right .columns.no-float { display: block; }

@media only screen and (max-width: 767px) {
  .s-section.s-footer-section .container.s-layout-image-form .social-media-wrapper { order: -1; padding-bottom: unset; }
  .s-section.s-footer-section .container.s-layout-image-form .has-copy-right { text-align: center; }
  .s-section.s-footer-section .container.s-layout-image-form .has-copy-right .s-text-color-gray { padding-bottom: unset; display: block; float: unset; }
  .s-section.s-footer-section .container.s-layout-image-form .has-copy-right .s-text-color-gray .s-footer-text { text-align: unset; }
  .s-section.s-footer-section .container.s-layout-image-form .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-section.s-footer-section .container.s-layout-internal .flex-layout { display: flex; }

.s-section.s-footer-section .container.s-layout-internal .flex-layout .s-footer-text .s-rich-text-wrapper a:hover { text-decoration: underline; color: inherit; opacity: 1; }

@media screen and (max-width: 767px) {
  .s-section.s-footer-section .container.s-layout-internal .flex-layout { display: grid; grid-template-columns: 1fr 1fr; row-gap: 10px; }
  .s-section.s-footer-section .container.s-layout-internal .flex-layout::before { position: absolute; }
}

.s-section.s-footer-section .s-terms-link { display: inline-block; margin-top: 10px; cursor: pointer; }

.s-section.s-footer-section .s-terms-link.s-compact { margin-top: 0px; }

.s-section.s-footer-section .s-footer-text.right-align .s-terms-link { display: inline-block; }

.s-section.s-footer-section .s-regulation-info { margin-top: 20px; text-align: center; margin-bottom: 45px; }

.s-section.s-footer-section .s-regulation-info a, .s-section.s-footer-section .s-regulation-info span { color: rgb(99, 105, 114); display: inline-block; text-align: center; }

.s-section.s-footer-section .s-regulation-info .s-regulation-item { display: inline-block; line-height: 1.5; }

.s-section.s-footer-section .s-regulation-info .s-regulation-item.placeholder { opacity: 0.3; }

.s-section.s-footer-section .s-regulation-info .s-regulation-item .psb-icon { margin-right: 5px; vertical-align: sub; }

.s-section.s-footer-section .s-regulation-info .slash { margin: 0px 5px; display: inline-block; }

.s-section.s-footer-section .s-regulation-info .slash.placeholder { opacity: 0.2; }

@media only screen and (max-width: 500px) {
  .s-section.s-footer-section .s-regulation-info .slash { display: none; }
  .s-section.s-footer-section .s-regulation-info .s-regulation-item { display: block; }
}

@media only screen and (max-width: 750px) {
  .s-section.s-footer-section .s-regulation-info.in-editor .slash { display: none; }
  .s-section.s-footer-section .s-regulation-info.in-editor .s-regulation-item { display: block; }
}

.s-section.s-footer-section.s-bg-dark .s-regulation-info a, .s-section.s-footer-section.s-bg-dark .s-regulation-info span { color: rgb(244, 246, 248); }

.s-section.s-footer-section .s-email-form-container.flex-start-alignment .s-email-form-field.s-submit-field { justify-content: flex-start; }

.s-section.s-footer-section .s-email-form-container.flex-center-alignment .s-email-form-field.s-submit-field { justify-content: center; }

.s-section.s-footer-section .s-email-form-container.flex-end-alignment .s-email-form-field.s-submit-field { justify-content: flex-end; }

@media only screen and (min-width: 768px) {
  .s-section.s-new-footer-section .columns.email-form.is-single-column:not(.in-editor) .s-sign-up-form-wrapper:not(.form-separate-name-fields-group) .s-email-form-field.s-submit-field { width: auto; }
}

@media only screen and (min-width: 768px) {
  .s-section.s-new-footer-section .columns.email-form.is-single-column .s-sign-up-form-wrapper:not(.form-separate-name-fields-group) .s-email-form-field:not(.recaptcha-wrapper) { width: 240px; }
}

@media only screen and (min-width: 768px) {
  .s-section.s-new-footer-section .columns.email-form.is-single-column .s-sign-up-form-wrapper.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group { display: flex; flex-flow: wrap; gap: 10px; }
  .s-section.s-new-footer-section .columns.email-form.is-single-column .s-sign-up-form-wrapper.form-separate-name-fields-group .s-email-form-field.s-email-form-name-field-group .s-email-form-field.s-name-field { flex: 1 1 0%; }
}

@media only screen and (max-width: 767px) {
  .s-section.s-new-footer-section .columns.email-form.is-single-column .s-sign-up-form-wrapper .s-email-form-field:not(.recaptcha-wrapper) { width: 380px; }
  .s-section.s-new-footer-section .columns.email-form.is-single-column .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 439px) {
  .s-section.s-new-footer-section .columns.email-form.is-single-column .s-sign-up-form-wrapper .s-email-form-field:not(.recaptcha-wrapper) { width: 100%; }
  .s-section.s-new-footer-section .columns.email-form.is-single-column .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-section.s-accordion-section .s-repeatable-item .s-kit-collapse-item { font-family: open_sans, "Open Sans", sans-serif; }

.s-section.s-accordion-section .s-repeatable-item .s-kit-collapse-item:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-section.s-accordion-section .s-repeatable-item .s-kit-collapse-item:lang(sxl), .s-section.s-accordion-section .s-repeatable-item .s-kit-collapse-item:lang(zh), .s-section.s-accordion-section .s-repeatable-item .s-kit-collapse-item:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-section.s-accordion-section .s-repeatable-item .s-kit-collapse-item:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-section.s-new-gallery-section .s-new-gallery-wrapper { width: 100%; }

@media only screen and (min-width: 728px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section .s-rva { display: flex; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section .s-rva.right, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section .s-rva.s-layout-buttonLeft, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section .s-rva.s-layout-imagesLeft, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section .s-rva.s-layout-mediaLeft, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section .s-rva.s-layout-signupLeft { flex-direction: row-reverse; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section .s-rva .s-right-in-row { order: 1; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section .s-rva .s-rva-text { align-self: center; margin-bottom: 10px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-new-media-section .s-rva { justify-content: center; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-new-media-section .s-rva > .five.offset-one, body:not([data-mobile-new-breakpoint-stage="1"]) .s-section.s-new-media-section .s-rva > .nine.offset-one { padding-left: 0px !important; padding-right: 0px !important; }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-section .s-rva { display: flex; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section .s-rva.right, body[data-mobile-new-breakpoint-stage="1"] .s-section .s-rva.s-layout-buttonLeft, body[data-mobile-new-breakpoint-stage="1"] .s-section .s-rva.s-layout-imagesLeft, body[data-mobile-new-breakpoint-stage="1"] .s-section .s-rva.s-layout-mediaLeft, body[data-mobile-new-breakpoint-stage="1"] .s-section .s-rva.s-layout-signupLeft { flex-direction: row-reverse; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section .s-rva .s-right-in-row { order: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section .s-rva .s-rva-text { align-self: center; margin-bottom: 10px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .s-rva { justify-content: center; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .s-rva > .five.offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .s-rva > .nine.offset-one { padding-left: 0px !important; padding-right: 0px !important; }
}

.s-section.s-new-media-section .s-left-in-row, .s-section.s-new-media-section .s-right-in-row { box-sizing: border-box; }

.s-section .s-category-bar { border-color: rgba(85, 85, 85, 0.2); }

.s-section .s-category-bar .category-list .category-link-item, .s-section .s-category-bar .category-list i { color: rgba(85, 85, 85, 0.7); }

.s-section .s-category-bar .category-list .show-more-link { color: rgba(85, 85, 85, 0.7); border-color: rgba(85, 85, 85, 0.2); }

.s-section.transition { transition: padding-bottom 0.5s; }

.edit .s-section.transition { transition: padding-bottom 0.5s, padding-top 0.5s; }

.s-section.collapse-bottom-padding { padding-bottom: 0px !important; }

.s-section.collapse-bottom-padding.s-block-section { padding-bottom: 24px !important; }

.s-native-editor .s-section.collapse-bottom-padding { padding-bottom: 65px !important; }

@media only screen and (min-width: 1320px) {
  .expand-hero-standard-mixin #s-content:not(.side-menu-opened) .s-section.s-hero-section .container[class*="Left"], .expand-hero-standard-mixin #s-content:not(.side-menu-opened) .s-section.s-hero-section .container[class*="Right"] { width: 1140px; }
  .expand-hero-standard-mixin #s-content:not(.side-menu-opened) .s-section.s-hero-section .container[class*="Left"] .eight.columns, .expand-hero-standard-mixin #s-content:not(.side-menu-opened) .s-section.s-hero-section .container[class*="Right"] .eight.columns { width: 48%; margin: 0px 1%; }
}

@media only screen and (min-width: 1540px) {
  .expand-hero-standard-mixin #s-content.side-menu-opened .s-section.s-hero-section .container[class*="Left"], .expand-hero-standard-mixin #s-content.side-menu-opened .s-section.s-hero-section .container[class*="Right"] { width: 1140px; }
  .expand-hero-standard-mixin #s-content.side-menu-opened .s-section.s-hero-section .container[class*="Left"] .eight.columns, .expand-hero-standard-mixin #s-content.side-menu-opened .s-section.s-hero-section .container[class*="Right"] .eight.columns { width: 48%; margin: 0px 1%; }
}

@media only screen and (min-width: 1420px) {
  .expand-hero-standard-mixin #s-content:not(.side-menu-opened) .s-section.s-hero-section .container[class*="Left"], .expand-hero-standard-mixin #s-content:not(.side-menu-opened) .s-section.s-hero-section .container[class*="Right"] { width: 1240px; }
  .expand-hero-standard-mixin #s-content:not(.side-menu-opened) .s-section.s-hero-section .container[class*="Left"] .eight.columns, .expand-hero-standard-mixin #s-content:not(.side-menu-opened) .s-section.s-hero-section .container[class*="Right"] .eight.columns { width: 48%; margin: 0px 1%; }
}

@media only screen and (min-width: 1640px) {
  .expand-hero-standard-mixin #s-content.side-menu-opened .s-section.s-hero-section .container[class*="Left"], .expand-hero-standard-mixin #s-content.side-menu-opened .s-section.s-hero-section .container[class*="Right"] { width: 1240px; }
  .expand-hero-standard-mixin #s-content.side-menu-opened .s-section.s-hero-section .container[class*="Left"] .eight.columns, .expand-hero-standard-mixin #s-content.side-menu-opened .s-section.s-hero-section .container[class*="Right"] .eight.columns { width: 48%; margin: 0px 1%; }
}

.s-bg-light-text .process-item-linker { opacity: 0.5; }

.s-bg-dark-text .process-item-linker { opacity: 0.3; }

.process-horizontal-layout .process-item-linker { position: absolute; top: 27px; width: calc(100% - 82px); height: 1px; border-right: 0px; border-top: 1px solid; left: calc(50% + 52px); }

.process-vertical-layout .process-item-linker { position: absolute; top: 75px; width: 1px; height: calc(100% - 40px); border-right: 1px solid; border-top: 0px; left: 27px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .process-horizontal-layout { text-align: center; display: flex; margin-left: auto; margin-right: auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .process-horizontal-layout .process-item-wrapper { position: relative; display: flex; margin-top: 11px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .process-horizontal-layout .process-item-wrapper .s-item-text-group { min-width: 78%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .process-horizontal-layout .process-item-infos { flex: 0 0 auto; height: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .process-horizontal-layout .s-item-text, body:not([data-mobile-new-breakpoint-stage="1"]) .process-horizontal-layout .s-item-title { text-align: left; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .process-horizontal-layout .process-item-infos { margin-right: 20px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .process-horizontal-layout .process-item-linker { position: absolute; top: 75px; width: 1px; height: calc(100% - 40px); border-right: 1px solid; border-top: 0px; left: 27px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .process-horizontal-layout { text-align: center; display: flex; margin-left: auto; margin-right: auto; }
  body[data-mobile-new-breakpoint-stage="1"] .process-horizontal-layout .process-item-wrapper { position: relative; display: flex; margin-top: 11px; }
  body[data-mobile-new-breakpoint-stage="1"] .process-horizontal-layout .process-item-wrapper .s-item-text-group { min-width: 78%; }
  body[data-mobile-new-breakpoint-stage="1"] .process-horizontal-layout .process-item-infos { flex: 0 0 auto; height: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .process-horizontal-layout .s-item-text, body[data-mobile-new-breakpoint-stage="1"] .process-horizontal-layout .s-item-title { text-align: left; }
  body[data-mobile-new-breakpoint-stage="1"] .process-horizontal-layout .process-item-infos { margin-right: 20px; }
  body[data-mobile-new-breakpoint-stage="1"] .process-horizontal-layout .process-item-linker { position: absolute; top: 75px; width: 1px; height: calc(100% - 40px); border-right: 1px solid; border-top: 0px; left: 27px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-slider-section-s5 { padding-top: 0px !important; }
}

#new-dashboard-preview-mobile-view .process-horizontal-layout { text-align: center; display: flex; margin-left: auto; margin-right: auto; }

#new-dashboard-preview-mobile-view .process-horizontal-layout .process-item-wrapper { position: relative; display: flex; margin-top: 11px; }

#new-dashboard-preview-mobile-view .process-horizontal-layout .process-item-wrapper .s-item-text-group { min-width: 78%; }

#new-dashboard-preview-mobile-view .process-horizontal-layout .process-item-infos { flex: 0 0 auto; height: 100%; }

#new-dashboard-preview-mobile-view .process-horizontal-layout .s-item-text, #new-dashboard-preview-mobile-view .process-horizontal-layout .s-item-title { text-align: left; }

#new-dashboard-preview-mobile-view .process-horizontal-layout .process-item-infos { margin-right: 20px; }

#new-dashboard-preview-mobile-view .process-horizontal-layout .process-item-linker { position: absolute; top: 75px; width: 1px; height: calc(100% - 40px); border-right: 1px solid; border-top: 0px; left: 27px; }

#new-dashboard-preview-mobile-view #s-content .s-section.s-new-mobile-layout .container .mobile-columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }

#new-dashboard-preview-mobile-view #s-content .s-section.s-new-mobile-layout .container .mobile-columns.clear { clear: both; }

#new-dashboard-preview-mobile-view #s-content .s-section.s-new-mobile-layout .container .mobile-columns.right { float: right; }

#new-dashboard-preview-mobile-view #s-content .s-section.s-new-mobile-layout .container .mobile-columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }

#new-dashboard-preview-mobile-view #s-content .s-section.s-new-mobile-layout .container .mobile-one-columns.mobile-columns, #new-dashboard-preview-mobile-view #s-content .s-section.s-new-mobile-layout .container .mobile-one-columns.mobile-columns.half-fixed { width: 97.8167%; }

#new-dashboard-preview-mobile-view #s-content .s-section.s-new-mobile-layout .container .mobile-two-columns.mobile-columns, #new-dashboard-preview-mobile-view #s-content .s-section.s-new-mobile-layout .container .mobile-two-columns.mobile-columns.half-fixed { width: 47.8167%; }

#new-dashboard-preview-mobile-view #s-content .s-section.s-new-mobile-layout .container .mobile-three-columns.mobile-columns, #new-dashboard-preview-mobile-view #s-content .s-section.s-new-mobile-layout .container .mobile-three-columns.mobile-columns.half-fixed { width: 31.25%; }

#new-dashboard-preview-mobile-view #s-content .s-section.s-new-mobile-layout .container .mobile-four-columns.mobile-columns, #new-dashboard-preview-mobile-view #s-content .s-section.s-new-mobile-layout .container .mobile-four-columns.mobile-columns.half-fixed { width: 22.8167%; }

#new-dashboard-preview-mobile-view .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group { flex-direction: column; }

#new-dashboard-preview-mobile-view .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title .s-title, #new-dashboard-preview-mobile-view .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(2), #new-dashboard-preview-mobile-view .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(2) ~ [class^="s-item"], #new-dashboard-preview-mobile-view .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(3), #new-dashboard-preview-mobile-view .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(3) ~ [class^="s-item"], #new-dashboard-preview-mobile-view .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"] .s-title, #new-dashboard-preview-mobile-view .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(2), #new-dashboard-preview-mobile-view .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(2) ~ [class^="s-item"], #new-dashboard-preview-mobile-view .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(3), #new-dashboard-preview-mobile-view .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(3) ~ [class^="s-item"] { width: 100%; }

.s-footer-logo { position: absolute; bottom: -5px; margin: 0px 0px 0px -160px; z-index: 100; text-align: center; width: 320px; height: 80px; left: 50% !important; }

.s-footer-logo.s-footer-pbs { height: inherit; }

.s-footer-logo.s-footer-logo-pbs.s-preview-logo-pbs { width: auto; left: calc(50% - 160px) !important; }

@media screen and (min-width: 728px) {
  .s-footer-logo.s-footer-logo-pbs.s-preview-logo-pbs.s-component { left: calc(50% - 160px) !important; }
}

.s-footer-logo.s-footer-logo-pbs { height: auto; width: 100%; margin: 0px; bottom: 0px; z-index: 2059; font-family: open_sans, "Open Sans", sans-serif; left: 0px !important; }

.s-footer-logo.s-footer-logo-pbs:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-footer-logo.s-footer-logo-pbs:lang(sxl), .s-footer-logo.s-footer-logo-pbs:lang(zh), .s-footer-logo.s-footer-logo-pbs:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-footer-logo.s-footer-logo-pbs:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

@media screen and (max-width: 727px) {
  .s-footer-logo.s-footer-logo-pbs.has-new-mobile-actions .logo-link.fixed.animate-show { bottom: 56px; }
}

.s-footer-logo.s-footer-logo-pbs a.logo-link { position: relative; bottom: -10px; width: 320px; margin: 0px auto; background: url("/images/logo-footer-pbs-b.e9b93123819d0784dc8b4388c9e14c5e.png") 50% center no-repeat; }

.s-footer-logo.s-footer-logo-pbs a.logo-link.fixed { position: fixed; left: 0px; right: 0px; transition: transform 0.5s, -webkit-transform 0.5s; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .s-footer-logo.s-footer-logo-pbs a.logo-link { background: url("/images/logo-footer-pbs-b-2x.d1263eaff41243e164f10a078cdaf905.png") 50% center / contain no-repeat; }
}

.s-footer-logo.s-footer-logo-pbs a.logo-link.animate-show { transform: translateY(0px); }

.s-footer-logo.s-footer-logo-pbs a.logo-link.animate-hide { transform: translateY(100%); }

.s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; background: rgb(46, 46, 47); font-size: 14px; }

@media only screen and (max-width: 375px) {
  .s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b { padding: 20px 40px; }
}

.s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b p { color: rgb(255, 255, 255); padding: 4px; }

.s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b button { color: rgb(255, 255, 255); background: rgb(136, 103, 186); border-radius: 16px; padding: 8px 15px; margin: 10px; text-transform: uppercase; font-weight: 700; font-family: brandon-grotesque, brandon, martel-sans, sans-serif; }

.s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b button:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b button:lang(sxl), .s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b button:lang(zh), .s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b button:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b button:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link { display: inline-block; bottom: 0px; height: 62px; width: 310px; background: linear-gradient(rgb(99, 63, 151), rgb(73, 61, 112)); text-indent: 0px; border-top-left-radius: 6px; border-top-right-radius: 6px; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 0px inset; }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-content { color: rgb(255, 255, 255); height: 100%; display: flex; align-items: center; justify-content: center; font-family: brandon-grotesque, brandon, martel-sans, sans-serif; }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-content:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-content:lang(sxl), .s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-content:lang(zh), .s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-content:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-content:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-panel { font-size: 14px; text-transform: uppercase; }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-panel .pbs-text { display: flex; user-select: none; align-items: center; }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-panel .pbs-text .pbs-span { display: inline-block; margin-top: 2px; }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-panel img { margin-left: 6px; }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .down-icon { color: rgb(165, 140, 204); }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .vertical-line { width: 1px; height: 40px; margin: 0px 15px; background-image: linear-gradient(rgba(126, 101, 168, 0.2), rgb(126, 101, 168), rgb(126, 101, 168), rgba(126, 101, 168, 0.2)); }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link:active img, .s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link:hover img { opacity: 1; }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.ja .logo-panel img, .s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.zh-TW .logo-panel img { margin-left: 0px; margin-right: 6px; }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.fr, .s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.fr .s-footer-logo-tooltip { width: 318px; }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.en, .s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.en .s-footer-logo-tooltip { width: 310px; }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.ja { width: 366px; font-size: 90%; letter-spacing: -2px; }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.ja .s-footer-logo-tooltip { width: 366px; }

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.zh-TW, .s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.zh-TW .s-footer-logo-tooltip { width: 286px; }

.s-footer-logo.s-footer-logo-pbs .s-footer-logo-tooltip { left: 50%; transform: translateX(-50%); top: -40px; text-indent: 0px; height: auto; padding: 15px; letter-spacing: 0px; box-sizing: border-box; line-height: 1.25; }

.s-footer-logo.s-footer-logo-pbs .s-footer-logo-tooltip.hover { top: -75px; }

.s-footer-logo.s-footer-logo-zbj { width: 100%; height: 30px; bottom: 0px; margin: 0px; background-color: rgb(153, 153, 153); left: 0px !important; }

.s-footer-logo .logo-hover { position: absolute; bottom: 0px; height: 1px; width: 1px; opacity: 0.01; background: url("/images/logo-footer-hover.88570aabad88a732bee37d56d707f273.png"); }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .s-footer-logo .logo-hover { background: url("/images/logo-footer-hover-2x.a92d5f8bf1a1d3b95cc6d36ab50c36d5.png") 0px 0px no-repeat; }
}

.s-footer-logo .logo-hover-sxl { background: url("/images/logo-footer-hover-sxl.484bcb56a608abc065c1aab0307fd564.png"); }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .s-footer-logo .logo-hover-sxl { background: url("/images/logo-footer-hover-sxl-2x.13de19e089db79f72bb9db879d867c9f.png") 0px 0px no-repeat; }
}

.s-footer-logo a.logo-link { display: block; height: 80px; position: relative; z-index: 1; background: url("/images/logo-footer.b35e7574e8b3074d742c593dcd52f229.png") 50% center / contain no-repeat; text-indent: -9999em; outline: none; }

.s-footer-logo a.logo-link:active, .s-footer-logo a.logo-link:hover { text-decoration: none; }

.s-footer-logo a.logo-link:active img, .s-footer-logo a.logo-link:hover img { opacity: 0; }

.s-footer-logo a.logo-link:active span:not(.pbs-span), .s-footer-logo a.logo-link:hover span:not(.pbs-span), .s-footer-logo a.logo-link span:not(.pbs-span) { display: block; float: left; margin-top: 7px; line-height: 12px; text-decoration: none; font-size: 14px; color: rgb(255, 255, 255); font-family: open_sans, "Open Sans", sans-serif; font-weight: 300; text-transform: uppercase; letter-spacing: 1px; text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px; }

.s-footer-logo a.logo-link:active span:not(.pbs-span):lang(ja), .s-footer-logo a.logo-link:hover span:not(.pbs-span):lang(ja), .s-footer-logo a.logo-link span:not(.pbs-span):lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-footer-logo a.logo-link:active span:not(.pbs-span):lang(sxl), .s-footer-logo a.logo-link:active span:not(.pbs-span):lang(zh), .s-footer-logo a.logo-link:active span:not(.pbs-span):lang(zh-cn), .s-footer-logo a.logo-link:hover span:not(.pbs-span):lang(sxl), .s-footer-logo a.logo-link:hover span:not(.pbs-span):lang(zh), .s-footer-logo a.logo-link:hover span:not(.pbs-span):lang(zh-cn), .s-footer-logo a.logo-link span:not(.pbs-span):lang(sxl), .s-footer-logo a.logo-link span:not(.pbs-span):lang(zh), .s-footer-logo a.logo-link span:not(.pbs-span):lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-footer-logo a.logo-link:active span:not(.pbs-span):lang(zh-tw), .s-footer-logo a.logo-link:hover span:not(.pbs-span):lang(zh-tw), .s-footer-logo a.logo-link span:not(.pbs-span):lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .s-footer-logo a.logo-link { background: url("/images/logo-footer-2x.09f816ffe5c6414b1dafd5b9f96b53f9.png") 50% center / contain no-repeat; }
}

.s-footer-logo a.logo-link-sxl { width: 320px; bottom: -10px; background: url("/images/logo-footer-sxl-1x.283ba845f343c020227aeddf28f29830.png") 50% center no-repeat; }

.s-footer-logo a.logo-link-sxl:active, .s-footer-logo a.logo-link-sxl:hover { background: url("/images/logo-footer-hover-sxl-1x.9d56ed8f41134907d5195060f909ae66.png") 50% center no-repeat; }

.s-footer-logo a.logo-link-sxl:active img, .s-footer-logo a.logo-link-sxl:hover img { opacity: 0; }

.s-footer-logo a.logo-link-sxl.fixed { position: fixed; transition: transform 0.5s, -webkit-transform 0.5s; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .s-footer-logo a.logo-link-sxl { background: url("/images/logo-footer-sxl-2x.7b6d7db2e9d5307b841fa3fdc4565d3a.png") 50% center / cover no-repeat; }
  .s-footer-logo a.logo-link-sxl:active, .s-footer-logo a.logo-link-sxl:hover { background: url("/images/logo-footer-hover-sxl-2x.13de19e089db79f72bb9db879d867c9f.png") 50% center / cover no-repeat; }
}

.s-footer-logo a.logo-link-sxl.animate-show { transform: translateY(0px); }

.s-footer-logo a.logo-link-sxl.animate-hide { transform: translateY(100%); }

.s-footer-logo a.logo-link.logo-link-sxl-zbj { background: none; text-indent: 0px; width: 200px; margin: 0px auto; line-height: 30px; color: rgb(255, 255, 255); font-size: 14px; }

.s-footer-logo a.i18n-pbs-link { display: inline-block; bottom: 0px; height: 62px; width: 310px; background: linear-gradient(rgb(99, 63, 151), rgb(73, 61, 112)); text-indent: 0px; border-top-left-radius: 6px; border-top-right-radius: 6px; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 0px inset; }

.s-footer-logo a.i18n-pbs-link .logo-content { color: rgb(255, 255, 255); height: 100%; display: flex; align-items: center; justify-content: center; font-family: brandon-grotesque, brandon, martel-sans, sans-serif; }

.s-footer-logo a.i18n-pbs-link .logo-content:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-footer-logo a.i18n-pbs-link .logo-content:lang(sxl), .s-footer-logo a.i18n-pbs-link .logo-content:lang(zh), .s-footer-logo a.i18n-pbs-link .logo-content:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-footer-logo a.i18n-pbs-link .logo-content:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-footer-logo a.i18n-pbs-link .logo-panel { font-size: 14px; text-transform: uppercase; }

.s-footer-logo a.i18n-pbs-link .logo-panel .pbs-text { display: flex; user-select: none; align-items: center; }

.s-footer-logo a.i18n-pbs-link .logo-panel .pbs-text .pbs-span { display: inline-block; margin-top: 2px; }

.s-footer-logo a.i18n-pbs-link .logo-panel img { margin-left: 6px; }

.s-footer-logo a.i18n-pbs-link .down-icon { color: rgb(165, 140, 204); }

.s-footer-logo a.i18n-pbs-link .vertical-line { width: 1px; height: 40px; margin: 0px 15px; background-image: linear-gradient(rgba(126, 101, 168, 0.2), rgb(126, 101, 168), rgb(126, 101, 168), rgba(126, 101, 168, 0.2)); }

.s-footer-logo a.i18n-pbs-link:active img, .s-footer-logo a.i18n-pbs-link:hover img { opacity: 1; }

.s-footer-logo a.i18n-pbs-link.ja .logo-panel img, .s-footer-logo a.i18n-pbs-link.zh-TW .logo-panel img { margin-left: 0px; margin-right: 6px; }

.s-footer-logo a.i18n-pbs-link.fr, .s-footer-logo a.i18n-pbs-link.fr .s-footer-logo-tooltip { width: 318px; }

.s-footer-logo a.i18n-pbs-link.en, .s-footer-logo a.i18n-pbs-link.en .s-footer-logo-tooltip { width: 310px; }

.s-footer-logo a.i18n-pbs-link.ja { width: 366px; font-size: 90%; letter-spacing: -2px; }

.s-footer-logo a.i18n-pbs-link.ja .s-footer-logo-tooltip { width: 366px; }

.s-footer-logo a.i18n-pbs-link.zh-TW, .s-footer-logo a.i18n-pbs-link.zh-TW .s-footer-logo-tooltip { width: 286px; }

.s-footer-logo .s-footer-logo-tooltip { position: absolute; top: -20px; left: 0px; margin: 0px auto; padding: 15px 0px; opacity: 0; pointer-events: none; font-size: 14px; font-family: open_sans, "Open Sans", sans-serif; background: rgb(248, 248, 248); box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 5px; border-radius: 4px; width: 320px; height: 16px; color: rgb(99, 105, 114); line-height: 1; font-weight: 400; transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1); }

.s-footer-logo .s-footer-logo-tooltip:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-footer-logo .s-footer-logo-tooltip:lang(sxl), .s-footer-logo .s-footer-logo-tooltip:lang(zh), .s-footer-logo .s-footer-logo-tooltip:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-footer-logo .s-footer-logo-tooltip:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-footer-logo .s-footer-logo-tooltip.hover { opacity: 1; top: -50px; }

.s-footer-logo .s-footer-logo-tooltip::after, .s-footer-logo .s-footer-logo-tooltip::before { content: " "; height: 0px; width: 0px; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); border-top: 10px solid rgb(248, 248, 248); border-left: 10px solid transparent; border-right: 10px solid transparent; }

.s-footer-logo .s-footer-logo-tooltip::before { bottom: -11px; border-top-color: rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 1000px) {
  .s-footer-logo.s-footer-logo-pbs { z-index: 2059; }
}

.s-editor-modal-bg { position: fixed; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.6); display: none; top: 0px; left: 0px; z-index: 2099; transition: 0.25s ease-in-out; }

.s-editor-modal-bg.no-transition { transition: none; }

.s-booking-confirm-modal .s-kit-modal-title { font-size: 20px; font-weight: 700; font-family: brandon-grotesque, brandon, martel-sans, sans-serif; text-transform: uppercase; }

.s-booking-confirm-modal .s-kit-modal-title:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.s-booking-confirm-modal .s-kit-modal-title:lang(sxl), .s-booking-confirm-modal .s-kit-modal-title:lang(zh), .s-booking-confirm-modal .s-kit-modal-title:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.s-booking-confirm-modal .s-kit-modal-title:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.s-booking-confirm-modal .s-kit-modal-content { width: 480px; text-align: center; }

.s-booking-confirm-modal .s-kit-modal-content .thanks-hint { text-align: left; line-height: 1.5; margin-bottom: 20px; }

.s-booking-confirm-modal .s-kit-modal-content .thanks-hint .email-link { color: rgb(27, 176, 230); }

.s-booking-confirm-modal .s-booking-item { display: flex; align-items: flex-start; text-align: left; margin-bottom: 10px; }

.s-booking-confirm-modal .s-booking-item .booking-label { width: 100px; color: rgb(169, 174, 178); }

.s-booking-confirm-modal .s-booking-item .booking-value { width: 100%; }

.s-booking-confirm-modal .s-booking-item .time-zone { color: rgb(169, 174, 178); }

.s-booking-confirm-modal .booking-confirm-btn.small { width: 340px; margin: 10px 0px 0px; }

@media screen and (max-width: 727px) {
  .s-booking-confirm-modal .s-kit-modal-content { width: 100vw; }
  .s-booking-confirm-modal .s-booking-item .booking-label { width: 90px; }
  .s-booking-confirm-modal .booking-confirm-btn.small { width: 100%; }
}

.s-booking-section-wrapper .s-section-shape.s-first-section-big-arrow._on-top-of-second-section { z-index: 4; }

.s-booking-date-time-picker.s-kit-picker-dropdown { z-index: 100; }

.s-booking-date-time-picker .s-kit-picker-panel-container { border-radius: 0px; box-shadow: 0px 0px, rgba(0, 0, 0, 0.1) -6px 2px 10px 0px; }

.rtl-layout .s-booking-date-time-picker .s-kit-picker-panel-container { box-shadow: 0px 0px, rgba(0, 0, 0, 0.1) 6px 2px 10px 0px; }

.strikingly-fixed-modal-container, .strikingly-modal-container { position: fixed; top: 0px; left: 0px; bottom: 0px; width: 100%; height: 100%; overflow: auto; z-index: 3011; }

#ecommerce-buy-dialog, .donate-dialog { box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 8px; transition: margin-top 0.3s; overflow: hidden; color: rgb(68, 68, 68); }

@media only screen and (min-width: 501px) {
  #ecommerce-buy-dialog, .donate-dialog { width: 560px; height: 500px; }
}

#ecommerce-buy-dialog .s-loading, .donate-dialog .s-loading { position: absolute; top: 50%; left: 50%; padding: 16px; margin: -32px 0px 0px -16px; border-radius: 3px; background: url("/images/loading.4f0d7a057ab9bf47148d131d6823bc61.gif") 50% center no-repeat; }

#ecommerce-buy-dialog .copyright, .donate-dialog .copyright { position: absolute; bottom: 0px; height: 40px; width: 100%; background: rgb(238, 238, 238); text-align: center; display: none; box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 8px -4px inset; }

#ecommerce-buy-dialog .copyright .powered-by, .donate-dialog .copyright .powered-by { display: inline-block; vertical-align: middle; text-transform: uppercase; margin-right: 5px; line-height: 40px; color: rgb(170, 170, 170); font-size: 15px; text-shadow: rgb(255, 255, 255) 0px 1px; }

#ecommerce-buy-dialog .copyright img, .donate-dialog .copyright img { vertical-align: middle; width: 80px; height: 20px; }

#ecommerce-buy-dialog.show-copyright, .donate-dialog.show-copyright { padding-bottom: 40px; box-shadow: rgba(0, 0, 0, 0.7) 0px 3px 8px; }

#ecommerce-buy-dialog.show-copyright .copyright, .donate-dialog.show-copyright .copyright { display: block; }

#ecommerce-buy-dialog.opened .s-loading, .donate-dialog.opened .s-loading { display: none; }

@media screen and (max-width: 727px) {
  #ecommerce-buy-dialog, .donate-dialog { width: 90% !important; left: 5% !important; margin-left: 0px !important; }
  #ecommerce-buy-dialog .close-button, .donate-dialog .close-button { top: 24px; right: 28px; }
  #ecommerce-buy-dialog .close-button .close-button-icon, #ecommerce-buy-dialog .close-button a, .donate-dialog .close-button .close-button-icon, .donate-dialog .close-button a { font-size: 30px; }
  #ecommerce-buy-dialog.extend, .donate-dialog.extend { width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; margin: 0px !important; border-radius: 0px !important; }
  #ecommerce-buy-dialog.extend.show-copyright, .donate-dialog.extend.show-copyright { height: calc(100% - 40px) !important; }
  #ecommerce-buy-dialog.extend.show-copyright .copyright, .donate-dialog.extend.show-copyright .copyright { border-radius: 0px; position: fixed; }
}

#ecommerce-buy-dialog .s-form-field input, .donate-dialog .s-form-field input { line-height: 1.75; }

@media only screen and (min-width: 501px) {
  .donate-dialog { width: 475px; height: auto; }
}

.donate-dialog .buy-panel { width: 475px; }

.donate-dialog .s-donate-form .small-title { font-size: 15px; margin-bottom: 14px; font-weight: 400; }

.donate-dialog .s-donate-form .s-form-field-group { display: flex; flex-direction: row; justify-content: space-between; margin-bottom: 15px; }

.donate-dialog .s-donate-form .s-form-field.inline { width: 48%; }

.donate-dialog .s-donate-form .s-form-field.inline:last-child { margin: 0px; }

.donate-dialog .s-donate-form .s-form-field.amount { position: relative; }

.donate-dialog .s-donate-form .s-form-field.amount .currency { position: absolute; top: 12px; left: 8px; }

.donate-dialog .s-donate-form .s-form-field.amount input { padding-left: 18px; }

.donate-dialog .s-donate-form .s-form-field input, .donate-dialog .s-donate-form .s-form-field textarea { width: 100%; box-sizing: border-box; }

.donate-dialog .s-donate-form .payment-method { display: inline-block; margin-right: 25px; cursor: pointer; }

.donate-dialog .s-donate-form .payment-method:last-child { margin: 0px; }

.donate-dialog .s-donate-form .payment-method img, .donate-dialog .s-donate-form .payment-method input { vertical-align: middle; }

.donate-dialog .s-donate-form .payment-method input { margin-right: 5px; }

.donate-dialog .s-donate-form .payment-method img { max-height: 40px; }

.donate-dialog .s-donate-form .s-btn { width: 100%; box-sizing: border-box; }

.donate-dialog .confirm .title { font-size: 22px; font-weight: 400; }

.donate-dialog .confirm .title img, .donate-dialog .confirm .title span { vertical-align: middle; }

.donate-dialog .confirm .title img { max-height: 30px; margin-right: 10px; }

.s-floated-components { font-size: 16px; }

@media only screen and (max-width: 727px) {
  .s-ecommerce .s-ecommerce-content .product-card .img-wrapper { padding-right: 0px; }
  .s-slider-section-s5 { padding-top: 0px !important; }
}

.strikingly-map-container iframe { width: 100%; }

.strikingly-map-container .gm-style-iw + div > img { max-width: none !important; }

.strikingly-map-container .view-larger-map { display: none; }

.twitter-tweet { margin: 0px auto !important; }

.instagram-media { margin: 1px auto !important; }

.strikingly-medium-container iframe, .strikingly-pb-container iframe, .strikingly-pinterest-container iframe, .strikingly-scribd-container iframe, .strikingly-tumblr-container iframe { border-width: medium !important; border-style: none !important; border-color: currentcolor !important; border-image: none !important; width: 100% !important; }

.strikingly-medium-container iframe { background: rgb(255, 255, 255) !important; }

.strikingly-pinterest-container iframe { min-height: 284px; }

@media screen and (max-width: 520px) {
  .strikingly-scribd-container iframe { max-height: 420px !important; }
}

.s-powered-by-strikingly { height: 20px; line-height: 20px; display: inline-block; }

.s-powered-by-strikingly .s-powered-by-strikingly-icon { margin-right: 5px; display: inline-block; width: 16px; height: 16px; position: relative; top: 2px; }

.s-powered-by-strikingly .s-powered-by-strikingly-copy { color: rgb(99, 105, 114); font-size: 14px; position: relative; top: -1px; }

.s-page-product .s-section .s-component.s-text .s-component-content a, .s-page-product .s-section .s-component.s-text .s-component-content a span, .s-page-product .s-section .s-terms-link a, .s-page-product .s-section .s-terms-link a span { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.s-page-product .s-store-section { transform: none !important; }

.s-page-product .s-store-section .container { z-index: 5 !important; }

.s-page-product .s-store-section:not(.collapse-bottom-padding):not(.s-collapse-bottom-padding) + .s-block-section { padding-top: 0px !important; }

.s-page-product .s-block-section .s-text { text-align: left; }

.s-page-product .s-block-section .s-component-content img { max-width: 100%; }

.s-page-product .back-link { margin-bottom: 20px; text-align: left; cursor: pointer; display: inline-block; }

.s-page-product .back-link .fa { margin-right: 5px; }

#s-content:not(.s-template-s5-theme) .s-page-product .back-link { margin-top: 45px; }

.s-page-product .more-detail-title { text-transform: uppercase; text-align: left; font-weight: 700; opacity: 0.6; margin-bottom: 30px; }

.s-page-product .invalid-product { text-align: center; }

.s-page-product .invalid-product img { margin-bottom: 20px; height: 100px; }

.s-page-product .invalid-product .back-link { color: rgb(27, 176, 230); cursor: pointer; }

.s-page-product .invalid-product .back-link:hover { color: rgb(118, 113, 255); }

.s-page-product .s-section.s-block-section .container .s-repeatable-item { padding: 15px 0px; margin-bottom: 0px; }

.s-page-product .s-section.s-block-section .container .s-repeatable-item.image { padding-bottom: 0px; }

.s-page-product .s-section.s-block-section .container .s-repeatable-item.image + .s-repeatable-item.image { padding-top: 0px; }

.s-page-product .s-section.s-block-section .container .s-repeatable-item.image + .s-repeatable-item:not(.image) { padding-top: 30px; }

.s-page-product .s-product-review-section { padding: 0px 0px 60px; }

.s-page-product .s-product-review-section .review-title { opacity: 0.6; font-size: 26px; font-weight: 700; margin-bottom: 10px; text-transform: capitalize; color: rgb(80, 85, 92); }

.s-page-product .s-product-review-section .review-title .review-count { margin-left: 8px; }

.s-page-product .s-product-review-section .reviews-item-panel { padding: 20px 0px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgb(226, 228, 231); }

.s-page-product .s-product-review-section .reviews-item-panel .comment-panel { width: 100%; }

.s-page-product .s-product-review-section .reviews-item-panel .review-text { color: rgb(141, 148, 156); font-size: 13px; margin-right: 10px; }

.s-page-product .s-product-review-section .reviews-item-panel .score-content { margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; }

.s-page-product .s-product-review-section .reviews-item-panel .score-star { margin-right: 4px; }

.s-page-product .s-product-review-section .reviews-item-panel .score-star .star-icon { margin-right: 6px; color: rgb(198, 201, 205); }

.s-page-product .s-product-review-section .reviews-item-panel .score-star .star-icon.selected { color: rgb(246, 199, 109); }

.s-page-product .s-product-review-section .reviews-item-panel .product-info { margin-bottom: 10px; }

.s-page-product .s-product-review-section .reviews-item-panel .product-info .line { height: 10px; width: 1px; margin-right: 10px; display: inline-block; background-color: rgb(169, 174, 178); }

.s-page-product .s-product-review-section .reviews-item-panel .comment-text { font-weight: 600; line-height: 1.2; color: rgb(75, 80, 86); white-space: pre-wrap; word-break: break-word; }

.s-page-product .s-product-review-section .view-more-review-btn { height: 40px; color: rgb(99, 105, 114); font-weight: 700; text-align: center; line-height: 40px; border-radius: 6px; cursor: pointer; background-color: rgb(244, 246, 248); }

.s-page-product .s-product-review-section .view-more-review-btn .loading-icon { margin-right: 6px; }

.s-page-product .s-loading-container { font-size: 20px; color: rgb(99, 105, 114); text-align: center; margin-bottom: 20px; }

@media screen and (max-width: 727px) {
  .s-page-product .back-link { text-align: center; }
  .s-page-product .s-block-section, .s-page-product .s-block-section .s-persona-content { padding-top: 0px !important; }
  .s-page-product .s-product-review-section { margin-bottom: 65px; }
}

.s-page-blog-list .nav-border, .s-page-store .nav-border { box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 1px; }

.s-page-blog-list .s-page-category, .s-page-store .s-page-category { width: 100%; min-height: 1px; }

.s-page-blog-list .s-page-category .s-page-category-content, .s-page-store .s-page-category .s-page-category-content { min-height: 44px; }

.s-page-blog-list .s-page-category .s-page-category-content, .s-page-blog-list .s-page-category .s-page-category-content .container, .s-page-store .s-page-category .s-page-category-content, .s-page-store .s-page-category .s-page-category-content .container { padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }

.s-page-blog-list .s-page-category .s-category-bar, .s-page-store .s-page-category .s-category-bar { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }

.s-page-blog-list .s-page-section, .s-page-store .s-page-section { padding-top: 0px; }

.s-page-blog-list .s-blog-section .container, .s-page-blog-list .s-store-page-content .container, .s-page-store .s-blog-section .container, .s-page-store .s-store-page-content .container { padding-top: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }

.s-page-blog-list .s-page-product .s-store-section, .s-page-store .s-page-product .s-store-section { padding-top: 10px; }

.s-page-blog-list .s-ecommerce-card-view-card-price, .s-page-store .s-ecommerce-card-view-card-price { flex: 1 1 0%; }

html#ecwid_html body#pages h2, html#ecwid_html body#pages h3, html#ecwid_html body#pages h4, html#ecwid_html body#pages h5, html#ecwid_html body#pages h6 { color: inherit !important; }

.s-page-site-search a, .s-page-site-search a:active, .s-page-site-search a:hover, .s-page-site-search a:visited { color: inherit; }

.s-page-site-search.s-section { min-height: 600px; align-items: flex-start; }

.s-page-site-search.s-section .container .s-repeatable-item.site-search-result { cursor: pointer; }

.s-page-site-search.s-section .container .s-repeatable-item.site-search-result:hover { opacity: 0.65; }

.s-page-site-search.s-section .container .s-repeatable-item .item-description { margin-bottom: 4px; }

@media only screen and (max-width: 727px) {
  .s-page-site-search.s-section .container .s-repeatable-item img { max-width: 100%; }
  .s-page-site-search.s-section .container .s-repeatable-item .s-item-media-group { margin: 15px 0px; }
}

@media only screen and (min-width:727px + 1px) {
  .s-page-site-search.s-section .container .s-repeatable-item img { max-width: 100px; border-radius: 3px; }
}

.s-page-site-search.s-section .container .s-repeatable-item .divider { margin: 0px 10px; padding-bottom: 30px; border-bottom: 1px solid rgb(238, 238, 238); }

.s-page-site-search.s-section .container .s-repeatable-item:last-of-type .divider { display: none; }

.s-page-site-search.s-section .container .s-form-field { margin-bottom: 60px; }

.s-page-site-search.s-section .container .s-form-field .s-search-input { font-size: 18px; padding: 10px 10px 10px 40px; background-image: url("/images/simple-magnifier.0ea1792ba97eeada594debed8b302689.png"); background-repeat: no-repeat; background-size: 32px auto; background-position: 6px 6px; box-sizing: border-box; }

.s-page-site-search.s-section .container .s-form-field .s-search-input::before { content: ""; }

.s-page-site-search.s-section .container .s-form-field .s-search-input::-webkit-input-placeholder { font-size: 18px; }

.s-page-site-search.s-section .container .s-loading-wrapper { margin-top: 50px; }

.s-page-site-search.s-section .container .page-indicator { display: inline-block; color: rgb(169, 174, 178); margin: 15px; }

.s-page-site-search.s-section .container .pagination { margin-top: 50px; position: relative; text-align: center; }

.s-page-site-search.s-section .container .pagination-button { display: inline-block; cursor: pointer; }

.s-page-site-search.s-section .container .pagination-button:link, .s-page-site-search.s-section .container .pagination-button span { color: rgb(198, 201, 205); }

.s-page-site-search.s-section .container .pagination-button:hover { color: rgb(99, 105, 114); border-color: rgb(99, 105, 114); }

.s-page-site-search.s-section .container .pagination-button:hover span { color: rgb(99, 105, 114); }

.s-page-site-search.s-section .container .pagination-button .fa { width: 100%; text-align: center; position: relative; }

.s-page-site-search .captcha-error-tip { color: red; margin-bottom: 5px; }

.carousel__dots { top: 99%; }

.fancybox__container { z-index: 2600; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content { width: 99%; padding: 0px; height: 95%; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content .carousel__button.is-close { right: -10px; }

.fancybox__carousel .fancybox__slide.has-html .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content { height: 0px; margin: 0px; width: 89%; padding: 0px 0px 50%; background: transparent; }

.fancybox__carousel .fancybox__slide.has-html .fancybox__content iframe, .fancybox__carousel .fancybox__slide.has-video .fancybox__content iframe { margin: 0px; padding: 0px; width: 100%; height: 100%; display: block; position: absolute; background: transparent; }

@media only screen and (max-width: 727px) {
  .fancybox__carousel .fancybox__slide.has-html .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content { width: 90%; padding-bottom: 50.625%; }
}

@media screen and (min-width: 1024px) {
  .fancybox__slide { padding: 55px 80px; }
}

@media (max-width: 768px) {
  .fancybox__carousel .fancybox__slide, .fancybox__carousel .fancybox__slide.has-image .fancybox__content { padding: 0px; }
  .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content { width: 95%; height: 86%; }
  .fancybox__carousel .fancybox__slide.has-html .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content { width: 100%; padding-bottom: 56%; }
}

.fancybox-dot-nav-wrap { position: absolute; left: 0px; right: 0px; bottom: 5px; height: 15px; text-align: center; z-index: 99999; display: none; }

@media only screen and (max-width: 727px) {
  .fancybox-dot-nav-wrap { display: initial; }
}

.fancybox-dot-nav-wrap .fancybox-dot-nav { position: relative; display: flex; flex-flow: wrap; align-items: center; justify-content: center; margin: auto; padding: 0px; list-style: none; cursor: default; user-select: none; }

.fancybox-dot-nav-wrap .fancybox-dot-nav li { position: relative; flex: 0 0 auto; margin: 2px 4px; width: 6px; height: 6px; cursor: none; border-radius: 50%; background: rgb(255, 255, 255); opacity: 0.3; }

.fancybox-dot-nav-wrap .fancybox-dot-nav .dot-nav__current { opacity: 1; }

.fancybox-dot-nav-wrap .fancybox-num-nav { color: rgba(255, 255, 255, 0.5); font-size: 12px; }

.s-text-color-white { color: rgb(255, 255, 255); }

.s-section.s-slider-section .item:not(.s-bg-image):not(.s-bg-video) .s-text-color-white, .s-section:not(.s-slider-section):not(.s-bg-image):not(.s-bg-video) .s-text-color-white { color: rgb(232, 232, 232); }

.s-text-color-gray { color: rgb(85, 85, 85); }

.s-text-color-black { color: rgb(34, 34, 34); }

.s-text-color-brown { color: rgb(129, 99, 84); }

.s-text-color-red { color: rgb(255, 77, 77); }

.s-text-color-orange { color: rgb(255, 166, 77); }

.s-text-color-green { color: rgb(156, 206, 6); }

.s-text-color-blue { color: rgb(38, 201, 255); }

.s-spinner { margin: 80px auto; width: 70px; text-align: center; }

.s-spinner .s-bounce { width: 18px; height: 18px; background-color: rgb(153, 153, 153); border-radius: 100%; display: inline-block; animation: 1.4s ease-in-out 0s infinite normal both running s-bouncedelay; }

.s-spinner .s-bounce:first-child { animation-delay: -0.32s; }

.s-spinner .s-bounce:nth-child(2) { animation-delay: -0.16s; }

@-webkit-keyframes s-bouncedelay { 
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); }
}

@keyframes s-bouncedelay { 
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); }
}

.payment-request-button { width: 203px; height: 48px; display: inline-block; margin-right: 20px; vertical-align: middle; }

.play-button { width: 60px; height: 60px; margin-left: -30px; margin-top: -30px; border-radius: 30px; background: rgba(50, 50, 50, 0.6); }

.play-button, .play-button .after { position: absolute; top: 50%; left: 50%; }

.play-button .after { display: block; width: 0px; height: 0px; margin-left: -8px; margin-top: -10px; border-style: solid; border-color: transparent transparent transparent rgb(255, 255, 255); border-image: none; border-width: 10px 0px 10px 20px; }

.play-button:hover { width: 70px; height: 70px; margin-left: -35px; margin-top: -35px; border-radius: 35px; }

.play-button:hover .after { margin-left: -10px; margin-top: -12px; border-width: 12px 0px 10px 24px; }

.play-button.big { width: 120px; height: 120px; margin-left: -60px; margin-top: -60px; border-radius: 60px; }

.play-button.big .after { border-style: solid; border-color: transparent transparent transparent rgb(255, 255, 255); border-image: none; border-width: 20px 0px 20px 40px; margin-left: -16px; margin-top: -20px; }

.play-button.big:hover { width: 130px; height: 130px; margin-left: -65px; margin-top: -65px; border-radius: 65px; }

.play-button.big:hover .after { margin-top: -22px; border-width: 22px 0px 22px 44px; }

.membership-dialog, .membership-dialog form { font-family: open_sans, "Open Sans", sans-serif; }

.membership-dialog:lang(ja), .membership-dialog form:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.membership-dialog:lang(sxl), .membership-dialog:lang(zh), .membership-dialog:lang(zh-cn), .membership-dialog form:lang(sxl), .membership-dialog form:lang(zh), .membership-dialog form:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.membership-dialog:lang(zh-tw), .membership-dialog form:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.membership-dialog .form-title { font-family: brandon-grotesque, brandon, martel-sans, sans-serif; }

.membership-dialog .form-title:lang(ja) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; }

.membership-dialog .form-title:lang(sxl), .membership-dialog .form-title:lang(zh), .membership-dialog .form-title:lang(zh-cn) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑; }

.membership-dialog .form-title:lang(zh-tw) { font-family: brandon-grotesque, brandon, martel-sans, sans-serif, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei; }

.login-container .s-nav-item .login-icon, .login-container .s-nav-item .login-name { display: inline-block; }

.login-container .s-nav-item .login-name { vertical-align: -1px; }

.login-container .s-nav-item .login-icon { margin-right: 5px; }

.s-font-highlight-container { position: relative; }

.s-font-highlight-container .s-font-highlight { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(150, 200, 100, 0.25); border-radius: 3px; }

.rtl-layout .rtl-layout-only-editor-lang { direction: ltr; }

.rtl-layout #s-content .normal-title, .rtl-layout #s-content h3, .rtl-layout#s-use-site-style-config-container .normal-title, .rtl-layout#s-use-site-style-config-container h3, .rtl-layout#section-selector-wrapper .normal-title, .rtl-layout#section-selector-wrapper h3 { margin-right: 0px; }

.rtl-layout #s-content .navigator .menu-dropdown .fa-angle-down, .rtl-layout#s-use-site-style-config-container .navigator .menu-dropdown .fa-angle-down, .rtl-layout#section-selector-wrapper .navigator .menu-dropdown .fa-angle-down { margin-left: 0px; margin-right: 4px; }

.rtl-layout #s-content .navigator .membership-nav-container, .rtl-layout#s-use-site-style-config-container .navigator .membership-nav-container, .rtl-layout#section-selector-wrapper .navigator .membership-nav-container { direction: rtl; }

.rtl-layout #s-content .navigator .login-container .s-nav-item .login-icon, .rtl-layout#s-use-site-style-config-container .navigator .login-container .s-nav-item .login-icon, .rtl-layout#section-selector-wrapper .navigator .login-container .s-nav-item .login-icon { margin-right: 0px; margin-left: 5px; }

.rtl-layout #s-content .s-navbar-container, .rtl-layout#s-use-site-style-config-container .s-navbar-container, .rtl-layout#section-selector-wrapper .s-navbar-container { direction: rtl; }

.rtl-layout #s-content .navbar-drawer-bar a.navbar, .rtl-layout#s-use-site-style-config-container .navbar-drawer-bar a.navbar, .rtl-layout#section-selector-wrapper .navbar-drawer-bar a.navbar { float: right; }

.rtl-layout #s-content .navbar-drawer-bar .mobile-cart-icon, .rtl-layout#s-use-site-style-config-container .navbar-drawer-bar .mobile-cart-icon, .rtl-layout#section-selector-wrapper .navbar-drawer-bar .mobile-cart-icon { float: left; }

.rtl-layout #s-content .strikingly-drawer ul li .navbar-drawer-dropdown > a::after, .rtl-layout #s-content .strikingly-drawer ul li .s-category-drawer > a::after, .rtl-layout#s-use-site-style-config-container .strikingly-drawer ul li .navbar-drawer-dropdown > a::after, .rtl-layout#s-use-site-style-config-container .strikingly-drawer ul li .s-category-drawer > a::after, .rtl-layout#section-selector-wrapper .strikingly-drawer ul li .navbar-drawer-dropdown > a::after, .rtl-layout#section-selector-wrapper .strikingly-drawer ul li .s-category-drawer > a::after { float: left; content: ""; }

.rtl-layout #s-content .strikingly-drawer ul li .navbar-drawer-dropdown.expanded > a::after, .rtl-layout #s-content .strikingly-drawer ul li .s-category-drawer.expanded > a::after, .rtl-layout#s-use-site-style-config-container .strikingly-drawer ul li .navbar-drawer-dropdown.expanded > a::after, .rtl-layout#s-use-site-style-config-container .strikingly-drawer ul li .s-category-drawer.expanded > a::after, .rtl-layout#section-selector-wrapper .strikingly-drawer ul li .navbar-drawer-dropdown.expanded > a::after, .rtl-layout#section-selector-wrapper .strikingly-drawer ul li .s-category-drawer.expanded > a::after { transform: rotate(-90deg); }

.rtl-layout #s-content #s-nav .s-nav-inner .s-nav-icons .s-nav-dropdown .login-icon, .rtl-layout #s-content #s-nav .s-nav-inner .s-nav-icons .s-nav-dropdown .s-nav-icon, .rtl-layout #s-content #s-nav .s-nav-li .s-nav-item .login-icon, .rtl-layout #s-content #s-nav .s-nav-li .s-nav-item .s-nav-icon, .rtl-layout #s-content #s-nav .s-navbar-section .nav-container .nav-item .login-icon, .rtl-layout #s-content #s-nav .s-navbar-section .nav-container .nav-item .s-nav-icon, .rtl-layout #s-content .s-nav .s-nav-inner .s-nav-icons .s-nav-dropdown .login-icon, .rtl-layout #s-content .s-nav .s-nav-inner .s-nav-icons .s-nav-dropdown .s-nav-icon, .rtl-layout #s-content .s-nav .s-nav-li .s-nav-item .login-icon, .rtl-layout #s-content .s-nav .s-nav-li .s-nav-item .s-nav-icon, .rtl-layout #s-content .s-nav .s-navbar-section .nav-container .nav-item .login-icon, .rtl-layout #s-content .s-nav .s-navbar-section .nav-container .nav-item .s-nav-icon, .rtl-layout#s-use-site-style-config-container #s-nav .s-nav-inner .s-nav-icons .s-nav-dropdown .login-icon, .rtl-layout#s-use-site-style-config-container #s-nav .s-nav-inner .s-nav-icons .s-nav-dropdown .s-nav-icon, .rtl-layout#s-use-site-style-config-container #s-nav .s-nav-li .s-nav-item .login-icon, .rtl-layout#s-use-site-style-config-container #s-nav .s-nav-li .s-nav-item .s-nav-icon, .rtl-layout#s-use-site-style-config-container #s-nav .s-navbar-section .nav-container .nav-item .login-icon, .rtl-layout#s-use-site-style-config-container #s-nav .s-navbar-section .nav-container .nav-item .s-nav-icon, .rtl-layout#s-use-site-style-config-container .s-nav .s-nav-inner .s-nav-icons .s-nav-dropdown .login-icon, .rtl-layout#s-use-site-style-config-container .s-nav .s-nav-inner .s-nav-icons .s-nav-dropdown .s-nav-icon, .rtl-layout#s-use-site-style-config-container .s-nav .s-nav-li .s-nav-item .login-icon, .rtl-layout#s-use-site-style-config-container .s-nav .s-nav-li .s-nav-item .s-nav-icon, .rtl-layout#s-use-site-style-config-container .s-nav .s-navbar-section .nav-container .nav-item .login-icon, .rtl-layout#s-use-site-style-config-container .s-nav .s-navbar-section .nav-container .nav-item .s-nav-icon, .rtl-layout#section-selector-wrapper #s-nav .s-nav-inner .s-nav-icons .s-nav-dropdown .login-icon, .rtl-layout#section-selector-wrapper #s-nav .s-nav-inner .s-nav-icons .s-nav-dropdown .s-nav-icon, .rtl-layout#section-selector-wrapper #s-nav .s-nav-li .s-nav-item .login-icon, .rtl-layout#section-selector-wrapper #s-nav .s-nav-li .s-nav-item .s-nav-icon, .rtl-layout#section-selector-wrapper #s-nav .s-navbar-section .nav-container .nav-item .login-icon, .rtl-layout#section-selector-wrapper #s-nav .s-navbar-section .nav-container .nav-item .s-nav-icon, .rtl-layout#section-selector-wrapper .s-nav .s-nav-inner .s-nav-icons .s-nav-dropdown .login-icon, .rtl-layout#section-selector-wrapper .s-nav .s-nav-inner .s-nav-icons .s-nav-dropdown .s-nav-icon, .rtl-layout#section-selector-wrapper .s-nav .s-nav-li .s-nav-item .login-icon, .rtl-layout#section-selector-wrapper .s-nav .s-nav-li .s-nav-item .s-nav-icon, .rtl-layout#section-selector-wrapper .s-nav .s-navbar-section .nav-container .nav-item .login-icon, .rtl-layout#section-selector-wrapper .s-nav .s-navbar-section .nav-container .nav-item .s-nav-icon { margin-left: 4px; margin-right: 0px; }

.rtl-layout #s-content #s-nav .multi-lang-item .s-nav-li .nav-item ul, .rtl-layout #s-content .s-nav .multi-lang-item .s-nav-li .nav-item ul, .rtl-layout#s-use-site-style-config-container #s-nav .multi-lang-item .s-nav-li .nav-item ul, .rtl-layout#s-use-site-style-config-container .s-nav .multi-lang-item .s-nav-li .nav-item ul, .rtl-layout#section-selector-wrapper #s-nav .multi-lang-item .s-nav-li .nav-item ul, .rtl-layout#section-selector-wrapper .s-nav .multi-lang-item .s-nav-li .nav-item ul { right: 0px; }

.rtl-layout #s-content #s-nav .s-topRadial-items-container .s-topRadial-nav-left, .rtl-layout #s-content .s-nav .s-topRadial-items-container .s-topRadial-nav-left, .rtl-layout#s-use-site-style-config-container #s-nav .s-topRadial-items-container .s-topRadial-nav-left, .rtl-layout#s-use-site-style-config-container .s-nav .s-topRadial-items-container .s-topRadial-nav-left, .rtl-layout#section-selector-wrapper #s-nav .s-topRadial-items-container .s-topRadial-nav-left, .rtl-layout#section-selector-wrapper .s-nav .s-topRadial-items-container .s-topRadial-nav-left { text-align: right; }

.rtl-layout #s-content #s-nav .s-topRadial-items-container .s-topRadial-nav-right, .rtl-layout #s-content .s-nav .s-topRadial-items-container .s-topRadial-nav-right, .rtl-layout#s-use-site-style-config-container #s-nav .s-topRadial-items-container .s-topRadial-nav-right, .rtl-layout#s-use-site-style-config-container .s-nav .s-topRadial-items-container .s-topRadial-nav-right, .rtl-layout#section-selector-wrapper #s-nav .s-topRadial-items-container .s-topRadial-nav-right, .rtl-layout#section-selector-wrapper .s-nav .s-topRadial-items-container .s-topRadial-nav-right { text-align: left; }

.rtl-layout #s-content #s-nav .navbar-collapse-menu .drop-down-icon-bold, .rtl-layout #s-content #s-nav .navbar-collapse-menu .drop-down-icon-light, .rtl-layout #s-content #s-nav .s-navbar-dropdown .drop-down-icon-bold, .rtl-layout #s-content #s-nav .s-navbar-dropdown .drop-down-icon-light, .rtl-layout #s-content .s-nav .navbar-collapse-menu .drop-down-icon-bold, .rtl-layout #s-content .s-nav .navbar-collapse-menu .drop-down-icon-light, .rtl-layout #s-content .s-nav .s-navbar-dropdown .drop-down-icon-bold, .rtl-layout #s-content .s-nav .s-navbar-dropdown .drop-down-icon-light, .rtl-layout#s-use-site-style-config-container #s-nav .navbar-collapse-menu .drop-down-icon-bold, .rtl-layout#s-use-site-style-config-container #s-nav .navbar-collapse-menu .drop-down-icon-light, .rtl-layout#s-use-site-style-config-container #s-nav .s-navbar-dropdown .drop-down-icon-bold, .rtl-layout#s-use-site-style-config-container #s-nav .s-navbar-dropdown .drop-down-icon-light, .rtl-layout#s-use-site-style-config-container .s-nav .navbar-collapse-menu .drop-down-icon-bold, .rtl-layout#s-use-site-style-config-container .s-nav .navbar-collapse-menu .drop-down-icon-light, .rtl-layout#s-use-site-style-config-container .s-nav .s-navbar-dropdown .drop-down-icon-bold, .rtl-layout#s-use-site-style-config-container .s-nav .s-navbar-dropdown .drop-down-icon-light, .rtl-layout#section-selector-wrapper #s-nav .navbar-collapse-menu .drop-down-icon-bold, .rtl-layout#section-selector-wrapper #s-nav .navbar-collapse-menu .drop-down-icon-light, .rtl-layout#section-selector-wrapper #s-nav .s-navbar-dropdown .drop-down-icon-bold, .rtl-layout#section-selector-wrapper #s-nav .s-navbar-dropdown .drop-down-icon-light, .rtl-layout#section-selector-wrapper .s-nav .navbar-collapse-menu .drop-down-icon-bold, .rtl-layout#section-selector-wrapper .s-nav .navbar-collapse-menu .drop-down-icon-light, .rtl-layout#section-selector-wrapper .s-nav .s-navbar-dropdown .drop-down-icon-bold, .rtl-layout#section-selector-wrapper .s-nav .s-navbar-dropdown .drop-down-icon-light { margin-left: 0px; margin-right: 2px; }

.rtl-layout #s-content #fixedContainer, .rtl-layout#s-use-site-style-config-container #fixedContainer, .rtl-layout#section-selector-wrapper #fixedContainer { left: 150px; right: unset; }

.rtl-layout #s-content #fixedLoginContainer, .rtl-layout #s-content #fixedMultiLangSwitcher, .rtl-layout#s-use-site-style-config-container #fixedLoginContainer, .rtl-layout#s-use-site-style-config-container #fixedMultiLangSwitcher, .rtl-layout#section-selector-wrapper #fixedLoginContainer, .rtl-layout#section-selector-wrapper #fixedMultiLangSwitcher { direction: rtl; }

.rtl-layout #s-content #fixedLoginContainer .s-nav-icon, .rtl-layout #s-content #fixedMultiLangSwitcher .s-nav-icon, .rtl-layout#s-use-site-style-config-container #fixedLoginContainer .s-nav-icon, .rtl-layout#s-use-site-style-config-container #fixedMultiLangSwitcher .s-nav-icon, .rtl-layout#section-selector-wrapper #fixedLoginContainer .s-nav-icon, .rtl-layout#section-selector-wrapper #fixedMultiLangSwitcher .s-nav-icon { margin-left: 4px; }

.rtl-layout #s-content .s-ecommerce-shopping-cart-wrapper.new-shopping-cart .s-ecommerce-shopping-cart, .rtl-layout#s-use-site-style-config-container .s-ecommerce-shopping-cart-wrapper.new-shopping-cart .s-ecommerce-shopping-cart, .rtl-layout#section-selector-wrapper .s-ecommerce-shopping-cart-wrapper.new-shopping-cart .s-ecommerce-shopping-cart { right: unset; left: 80px; }

.rtl-layout #s-content .s-ecommerce-shopping-cart-wrapper.new-shopping-cart.float-shopping-cart .s-ecommerce-shopping-cart, .rtl-layout#s-use-site-style-config-container .s-ecommerce-shopping-cart-wrapper.new-shopping-cart.float-shopping-cart .s-ecommerce-shopping-cart, .rtl-layout#section-selector-wrapper .s-ecommerce-shopping-cart-wrapper.new-shopping-cart.float-shopping-cart .s-ecommerce-shopping-cart { left: 10px; right: unset; }

.rtl-layout #s-content .mobile-flag-container, .rtl-layout#s-use-site-style-config-container .mobile-flag-container, .rtl-layout#section-selector-wrapper .mobile-flag-container { margin: 0px 0px 0px 5px; }

.rtl-layout #s-content .flag-float-container, .rtl-layout#s-use-site-style-config-container .flag-float-container, .rtl-layout#section-selector-wrapper .flag-float-container { float: right; }

.rtl-layout #s-content .flag-container, .rtl-layout#s-use-site-style-config-container .flag-container, .rtl-layout#section-selector-wrapper .flag-container { margin: 0px 0px 0px 10px; }

.rtl-layout #s-content .gallery-add-image .add-video-btn, .rtl-layout #s-content .s-repeatable-add-button.membership-btn, .rtl-layout#s-use-site-style-config-container .gallery-add-image .add-video-btn, .rtl-layout#s-use-site-style-config-container .s-repeatable-add-button.membership-btn, .rtl-layout#section-selector-wrapper .gallery-add-image .add-video-btn, .rtl-layout#section-selector-wrapper .s-repeatable-add-button.membership-btn { margin: 0px 20px 0px 0px; }

.rtl-layout #s-content.s-theme-alignment-left .s-section.s-process-section .s-repeatable-item, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .s-repeatable-item, .rtl-layout#section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .s-repeatable-item { text-align: left; margin: 0px 0px 50px; padding-right: 14px; box-sizing: border-box; }

.rtl-layout #s-content.s-theme-alignment-left .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, .rtl-layout #s-content.s-theme-alignment-left .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, .rtl-layout#section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, .rtl-layout#section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div { text-align: left; }

.rtl-layout #s-content.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker, .rtl-layout#section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker { right: calc(100% + 11px); left: auto; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #s-content.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout#s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout#section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker { right: 27px; left: auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #s-content.s-theme-alignment-left .s-section.s-process-section .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout#s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout#section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #s-content.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout#s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout#section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker { right: 27px; left: auto; }
  body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #s-content.s-theme-alignment-left .s-section.s-process-section .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout#s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout#section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .s-slider-section-s5 { padding-top: 0px !important; }
}

.rtl-layout #s-content.s-theme-alignment-left .s-section.s-process-section .process-vertical-layout, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .process-vertical-layout, .rtl-layout#section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .process-vertical-layout { margin-right: auto; margin-left: 0px; }

.rtl-layout #s-content.s-theme-alignment-left .s-section.s-block-section .s-image-wrapper:not(.has-custom-align), .rtl-layout #s-content.s-theme-alignment-left .s-section .s-common-button-group.auto, .rtl-layout #s-content.s-theme-alignment-left .s-section.s-hero-section .s-image-wrapper:not(.has-custom-align), .rtl-layout #s-content.s-theme-alignment-left .s-section.s-signup-section .s-image-wrapper:not(.has-custom-align), .rtl-layout #s-content.s-theme-alignment-left .s-section.s-store-section .s-ecommerce-card-view-card-price-wrapper.inherit-text-align, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-left .s-section.s-block-section .s-image-wrapper:not(.has-custom-align), .rtl-layout#s-use-site-style-config-container.s-theme-alignment-left .s-section .s-common-button-group.auto, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-left .s-section.s-hero-section .s-image-wrapper:not(.has-custom-align), .rtl-layout#s-use-site-style-config-container.s-theme-alignment-left .s-section.s-signup-section .s-image-wrapper:not(.has-custom-align), .rtl-layout#s-use-site-style-config-container.s-theme-alignment-left .s-section.s-store-section .s-ecommerce-card-view-card-price-wrapper.inherit-text-align, .rtl-layout#section-selector-wrapper.s-theme-alignment-left .s-section.s-block-section .s-image-wrapper:not(.has-custom-align), .rtl-layout#section-selector-wrapper.s-theme-alignment-left .s-section .s-common-button-group.auto, .rtl-layout#section-selector-wrapper.s-theme-alignment-left .s-section.s-hero-section .s-image-wrapper:not(.has-custom-align), .rtl-layout#section-selector-wrapper.s-theme-alignment-left .s-section.s-signup-section .s-image-wrapper:not(.has-custom-align), .rtl-layout#section-selector-wrapper.s-theme-alignment-left .s-section.s-store-section .s-ecommerce-card-view-card-price-wrapper.inherit-text-align { justify-content: flex-end; }

.rtl-layout #s-content.s-theme-alignment-left .s-section .s-button.s-component .s-component-content.auto, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-left .s-section .s-button.s-component .s-component-content.auto, .rtl-layout#section-selector-wrapper.s-theme-alignment-left .s-section .s-button.s-component .s-component-content.auto { display: flex; justify-content: flex-end; }

.rtl-layout #s-content.s-theme-alignment-left .s-section .repeated-elements.btn-group.auto, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-left .s-section .repeated-elements.btn-group.auto, .rtl-layout#section-selector-wrapper.s-theme-alignment-left .s-section .repeated-elements.btn-group.auto { justify-content: flex-end; }

.rtl-layout #s-content.s-theme-alignment-right .s-section.s-process-section .s-repeatable-item, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .s-repeatable-item, .rtl-layout#section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .s-repeatable-item { text-align: right; margin: 0px 0px 50px; padding-left: 14px; box-sizing: border-box; }

.rtl-layout #s-content.s-theme-alignment-right .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, .rtl-layout #s-content.s-theme-alignment-right .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, .rtl-layout#section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, .rtl-layout#section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div { text-align: right; }

.rtl-layout #s-content.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker, .rtl-layout#section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker { right: 67px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #s-content.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout#s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout#section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker { right: 27px; left: auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout #s-content.s-theme-alignment-right .s-section.s-process-section .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout#s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .rtl-layout#section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #s-content.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout#s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout#section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker { right: 27px; left: auto; }
  body[data-mobile-new-breakpoint-stage="1"] .rtl-layout #s-content.s-theme-alignment-right .s-section.s-process-section .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout#s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .rtl-layout#section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .s-slider-section-s5 { padding-top: 0px !important; }
}

.rtl-layout #s-content.s-theme-alignment-right .s-section.s-process-section .process-vertical-layout, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .process-vertical-layout, .rtl-layout#section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .process-vertical-layout { margin-left: auto; margin-right: 0px; }

.rtl-layout #s-content.s-theme-alignment-right .s-section.s-block-section .s-image-wrapper:not(.has-custom-align), .rtl-layout #s-content.s-theme-alignment-right .s-section .s-common-button-group.auto, .rtl-layout #s-content.s-theme-alignment-right .s-section.s-hero-section .s-image-wrapper:not(.has-custom-align), .rtl-layout #s-content.s-theme-alignment-right .s-section.s-signup-section .s-image-wrapper:not(.has-custom-align), .rtl-layout #s-content.s-theme-alignment-right .s-section.s-store-section .s-ecommerce-card-view-card-price-wrapper.inherit-text-align, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-right .s-section.s-block-section .s-image-wrapper:not(.has-custom-align), .rtl-layout#s-use-site-style-config-container.s-theme-alignment-right .s-section .s-common-button-group.auto, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-right .s-section.s-hero-section .s-image-wrapper:not(.has-custom-align), .rtl-layout#s-use-site-style-config-container.s-theme-alignment-right .s-section.s-signup-section .s-image-wrapper:not(.has-custom-align), .rtl-layout#s-use-site-style-config-container.s-theme-alignment-right .s-section.s-store-section .s-ecommerce-card-view-card-price-wrapper.inherit-text-align, .rtl-layout#section-selector-wrapper.s-theme-alignment-right .s-section.s-block-section .s-image-wrapper:not(.has-custom-align), .rtl-layout#section-selector-wrapper.s-theme-alignment-right .s-section .s-common-button-group.auto, .rtl-layout#section-selector-wrapper.s-theme-alignment-right .s-section.s-hero-section .s-image-wrapper:not(.has-custom-align), .rtl-layout#section-selector-wrapper.s-theme-alignment-right .s-section.s-signup-section .s-image-wrapper:not(.has-custom-align), .rtl-layout#section-selector-wrapper.s-theme-alignment-right .s-section.s-store-section .s-ecommerce-card-view-card-price-wrapper.inherit-text-align { justify-content: flex-start; }

.rtl-layout #s-content.s-theme-alignment-right .s-section .s-button.s-component .s-component-content.auto, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-right .s-section .s-button.s-component .s-component-content.auto, .rtl-layout#section-selector-wrapper.s-theme-alignment-right .s-section .s-button.s-component .s-component-content.auto { display: flex; justify-content: flex-start; }

.rtl-layout #s-content.s-theme-alignment-right .s-section .repeated-elements.btn-group.auto, .rtl-layout#s-use-site-style-config-container.s-theme-alignment-right .s-section .repeated-elements.btn-group.auto, .rtl-layout#section-selector-wrapper.s-theme-alignment-right .s-section .repeated-elements.btn-group.auto { justify-content: flex-start; }

.rtl-layout #s-content .s-section .flex-start-alignment, .rtl-layout #s-content .s-section .flex-start-alignment .s-email-form, .rtl-layout#s-use-site-style-config-container .s-section .flex-start-alignment, .rtl-layout#s-use-site-style-config-container .s-section .flex-start-alignment .s-email-form, .rtl-layout#section-selector-wrapper .s-section .flex-start-alignment, .rtl-layout#section-selector-wrapper .s-section .flex-start-alignment .s-email-form { text-align: right; }

.rtl-layout #s-content .s-section .flex-start-alignment .s-email-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#s-use-site-style-config-container .s-section .flex-start-alignment .s-email-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#section-selector-wrapper .s-section .flex-start-alignment .s-email-form .s-email-form-fields-group .s-email-form-field { margin-right: 0px; margin-left: auto; }

.rtl-layout #s-content .s-section .flex-end-alignment, .rtl-layout #s-content .s-section .flex-end-alignment .s-email-form, .rtl-layout#s-use-site-style-config-container .s-section .flex-end-alignment, .rtl-layout#s-use-site-style-config-container .s-section .flex-end-alignment .s-email-form, .rtl-layout#section-selector-wrapper .s-section .flex-end-alignment, .rtl-layout#section-selector-wrapper .s-section .flex-end-alignment .s-email-form { text-align: left; }

.rtl-layout #s-content .s-section .flex-end-alignment .s-email-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#s-use-site-style-config-container .s-section .flex-end-alignment .s-email-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#section-selector-wrapper .s-section .flex-end-alignment .s-email-form .s-email-form-fields-group .s-email-form-field { margin-left: 0px; margin-right: auto; }

.rtl-layout #s-content .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-button, .rtl-layout #s-content .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-subtitle, .rtl-layout #s-content .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-text, .rtl-layout #s-content .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-title, .rtl-layout #s-content .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-button, .rtl-layout #s-content .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-subtitle, .rtl-layout #s-content .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-text, .rtl-layout #s-content .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-title, .rtl-layout #s-content .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-button, .rtl-layout #s-content .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-subtitle, .rtl-layout #s-content .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-text, .rtl-layout #s-content .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-title, .rtl-layout #s-content .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-button, .rtl-layout #s-content .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-subtitle, .rtl-layout #s-content .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-text, .rtl-layout #s-content .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-title, .rtl-layout#s-use-site-style-config-container .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-button, .rtl-layout#s-use-site-style-config-container .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-subtitle, .rtl-layout#s-use-site-style-config-container .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-text, .rtl-layout#s-use-site-style-config-container .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-title, .rtl-layout#s-use-site-style-config-container .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-button, .rtl-layout#s-use-site-style-config-container .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-subtitle, .rtl-layout#s-use-site-style-config-container .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-text, .rtl-layout#s-use-site-style-config-container .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-title, .rtl-layout#s-use-site-style-config-container .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-button, .rtl-layout#s-use-site-style-config-container .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-subtitle, .rtl-layout#s-use-site-style-config-container .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-text, .rtl-layout#s-use-site-style-config-container .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-title, .rtl-layout#s-use-site-style-config-container .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-button, .rtl-layout#s-use-site-style-config-container .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-subtitle, .rtl-layout#s-use-site-style-config-container .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-text, .rtl-layout#s-use-site-style-config-container .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-title, .rtl-layout#section-selector-wrapper .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-button, .rtl-layout#section-selector-wrapper .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-subtitle, .rtl-layout#section-selector-wrapper .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-text, .rtl-layout#section-selector-wrapper .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-title, .rtl-layout#section-selector-wrapper .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-button, .rtl-layout#section-selector-wrapper .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-subtitle, .rtl-layout#section-selector-wrapper .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-text, .rtl-layout#section-selector-wrapper .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-title, .rtl-layout#section-selector-wrapper .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-button, .rtl-layout#section-selector-wrapper .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-subtitle, .rtl-layout#section-selector-wrapper .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-text, .rtl-layout#section-selector-wrapper .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-title, .rtl-layout#section-selector-wrapper .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-button, .rtl-layout#section-selector-wrapper .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-subtitle, .rtl-layout#section-selector-wrapper .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-text, .rtl-layout#section-selector-wrapper .s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-title { text-align: right; }

.rtl-layout #s-content #s-blog-archive-dialog, .rtl-layout#s-use-site-style-config-container #s-blog-archive-dialog, .rtl-layout#section-selector-wrapper #s-blog-archive-dialog { direction: rtl; text-align: right; }

.rtl-layout #s-content #s-blog-archive-dialog .close-btn, .rtl-layout#s-use-site-style-config-container #s-blog-archive-dialog .close-btn, .rtl-layout#section-selector-wrapper #s-blog-archive-dialog .close-btn { left: 0px; right: unset; }

.rtl-layout #s-content #s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post-avatar, .rtl-layout#s-use-site-style-config-container #s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post-avatar, .rtl-layout#section-selector-wrapper #s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post-avatar { margin: -2.5px 0px -2.5px 20px; }

.rtl-layout #s-content #s-blog-archive-dialog .s-blog-archive-posts .s-blog-info, .rtl-layout#s-use-site-style-config-container #s-blog-archive-dialog .s-blog-archive-posts .s-blog-info, .rtl-layout#section-selector-wrapper #s-blog-archive-dialog .s-blog-archive-posts .s-blog-info { margin: 5px auto 0px 0px; }

.rtl-layout #s-content #s-blog-archive-dialog .s-powered-by-strikingly-icon, .rtl-layout#s-use-site-style-config-container #s-blog-archive-dialog .s-powered-by-strikingly-icon, .rtl-layout#section-selector-wrapper #s-blog-archive-dialog .s-powered-by-strikingly-icon { margin: 5px 0px 0px 5px; }

.rtl-layout #s-content .s-section.s-block-section .container, .rtl-layout #s-content .s-section.s-blog-section .container, .rtl-layout #s-content .s-section.s-columns-section .container, .rtl-layout #s-content .s-section.s-contact-section .container, .rtl-layout #s-content .s-section.s-feature-list-section .container, .rtl-layout #s-content .s-section.s-gallery-section .container, .rtl-layout #s-content .s-section.s-grid-section .container, .rtl-layout #s-content .s-section.s-hero-section .container, .rtl-layout #s-content .s-section.s-html-section .container, .rtl-layout #s-content .s-section.s-icons-section .container, .rtl-layout #s-content .s-section.s-info-section .container, .rtl-layout #s-content .s-section.s-media-section .container, .rtl-layout #s-content .s-section.s-new-footer-section .container, .rtl-layout #s-content .s-section.s-new-title-section .container, .rtl-layout #s-content .s-section.s-pricing-section .container, .rtl-layout #s-content .s-section.s-process-section .container, .rtl-layout #s-content .s-section.s-rows-section .container, .rtl-layout #s-content .s-section.s-signup-section .container, .rtl-layout #s-content .s-section.s-social-feed-section .container, .rtl-layout #s-content .s-section.s-store-section .container, .rtl-layout #s-content .s-section.s-text-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-block-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-blog-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-columns-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-contact-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-feature-list-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-gallery-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-grid-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-hero-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-html-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-icons-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-info-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-media-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-new-footer-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-new-title-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-pricing-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-rows-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-signup-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-social-feed-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-text-section .container, .rtl-layout#section-selector-wrapper .s-section.s-block-section .container, .rtl-layout#section-selector-wrapper .s-section.s-blog-section .container, .rtl-layout#section-selector-wrapper .s-section.s-columns-section .container, .rtl-layout#section-selector-wrapper .s-section.s-contact-section .container, .rtl-layout#section-selector-wrapper .s-section.s-feature-list-section .container, .rtl-layout#section-selector-wrapper .s-section.s-gallery-section .container, .rtl-layout#section-selector-wrapper .s-section.s-grid-section .container, .rtl-layout#section-selector-wrapper .s-section.s-hero-section .container, .rtl-layout#section-selector-wrapper .s-section.s-html-section .container, .rtl-layout#section-selector-wrapper .s-section.s-icons-section .container, .rtl-layout#section-selector-wrapper .s-section.s-info-section .container, .rtl-layout#section-selector-wrapper .s-section.s-media-section .container, .rtl-layout#section-selector-wrapper .s-section.s-new-footer-section .container, .rtl-layout#section-selector-wrapper .s-section.s-new-title-section .container, .rtl-layout#section-selector-wrapper .s-section.s-pricing-section .container, .rtl-layout#section-selector-wrapper .s-section.s-process-section .container, .rtl-layout#section-selector-wrapper .s-section.s-rows-section .container, .rtl-layout#section-selector-wrapper .s-section.s-signup-section .container, .rtl-layout#section-selector-wrapper .s-section.s-social-feed-section .container, .rtl-layout#section-selector-wrapper .s-section.s-store-section .container, .rtl-layout#section-selector-wrapper .s-section.s-text-section .container { direction: rtl; }

.rtl-layout #s-content .s-section.s-block-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-blog-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-columns-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-contact-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-feature-list-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-gallery-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-grid-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-hero-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-html-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-icons-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-info-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-media-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-new-footer-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-new-grid-section .container, .rtl-layout #s-content .s-section.s-new-title-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-pricing-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-process-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-rows-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-signup-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-social-feed-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-store-section .container .rtl-layout-only-editor-lang, .rtl-layout #s-content .s-section.s-text-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-block-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-blog-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-columns-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-contact-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-feature-list-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-gallery-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-grid-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-hero-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-html-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-icons-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-info-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-media-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-new-footer-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-new-grid-section .container, .rtl-layout#s-use-site-style-config-container .s-section.s-new-title-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-pricing-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-rows-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-signup-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-social-feed-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .container .rtl-layout-only-editor-lang, .rtl-layout#s-use-site-style-config-container .s-section.s-text-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-block-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-blog-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-columns-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-contact-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-feature-list-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-gallery-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-grid-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-hero-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-html-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-icons-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-info-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-media-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-new-footer-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-new-grid-section .container, .rtl-layout#section-selector-wrapper .s-section.s-new-title-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-pricing-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-process-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-rows-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-signup-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-social-feed-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-store-section .container .rtl-layout-only-editor-lang, .rtl-layout#section-selector-wrapper .s-section.s-text-section .container .rtl-layout-only-editor-lang { direction: ltr; }

.rtl-layout #s-content .s-section.s-store-section .container .s-ecommerce-row-view-product .offset-one, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .container .s-ecommerce-row-view-product .offset-one, .rtl-layout#section-selector-wrapper .s-section.s-store-section .container .s-ecommerce-row-view-product .offset-one { padding-left: 0px; }

.rtl-layout #s-content .s-section.s-store-section .container .s-ecommerce-row-view-product .columns, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .container .s-ecommerce-row-view-product .columns, .rtl-layout#section-selector-wrapper .s-section.s-store-section .container .s-ecommerce-row-view-product .columns { float: right; }

.rtl-layout #s-content .s-section.s-store-section .container .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .container .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel, .rtl-layout#section-selector-wrapper .s-section.s-store-section .container .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel { text-align: right; padding-left: 0px; padding-right: 10px; }

.rtl-layout #s-content .s-section.s-store-section .container .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .select-variation .select-arrow, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .container .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .select-variation .select-arrow, .rtl-layout#section-selector-wrapper .s-section.s-store-section .container .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .select-variation .select-arrow { float: left; }

.rtl-layout #s-content .s-section.s-store-section .container .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-desc .s-ecommerce-row-view-product-options .options .option-item img, .rtl-layout #s-content .s-section.s-store-section .container .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-desc .s-ecommerce-row-view-product-options .options .option-item input, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .container .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-desc .s-ecommerce-row-view-product-options .options .option-item img, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .container .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-desc .s-ecommerce-row-view-product-options .options .option-item input, .rtl-layout#section-selector-wrapper .s-section.s-store-section .container .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-desc .s-ecommerce-row-view-product-options .options .option-item img, .rtl-layout#section-selector-wrapper .s-section.s-store-section .container .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-desc .s-ecommerce-row-view-product-options .options .option-item input { margin-left: 10px; margin-right: unset; }

.rtl-layout #s-content .s-section.s-store-section .container .s-ecommerce-row-view-product .number-input-wrapper, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .container .s-ecommerce-row-view-product .number-input-wrapper, .rtl-layout#section-selector-wrapper .s-section.s-store-section .container .s-ecommerce-row-view-product .number-input-wrapper { text-align: left; }

.rtl-layout #s-content .s-section.s-store-section .container .s-ecommerce-row-view-product .number-input-wrapper .plus-icon, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .container .s-ecommerce-row-view-product .number-input-wrapper .plus-icon, .rtl-layout#section-selector-wrapper .s-section.s-store-section .container .s-ecommerce-row-view-product .number-input-wrapper .plus-icon { padding: 0px 10px 0px 0px; }

.rtl-layout #s-content .s-section.s-store-section .s-product-filter, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .s-product-filter, .rtl-layout#section-selector-wrapper .s-section.s-store-section .s-product-filter { text-align: right; }

.rtl-layout #s-content .s-section.s-store-section .s-product-filter .s-kit-checkbox, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .s-product-filter .s-kit-checkbox, .rtl-layout#section-selector-wrapper .s-section.s-store-section .s-product-filter .s-kit-checkbox { margin-right: 0px; margin-left: 8px; }

.rtl-layout #s-content .s-section.s-store-section .s-product-filter .s-kit-slider, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .s-product-filter .s-kit-slider, .rtl-layout#section-selector-wrapper .s-section.s-store-section .s-product-filter .s-kit-slider { margin: 10px 11px; }

.rtl-layout #s-content .s-section.s-store-section .left-align, .rtl-layout #s-content .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .left-align, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards, .rtl-layout#section-selector-wrapper .s-section.s-store-section .left-align, .rtl-layout#section-selector-wrapper .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards { text-align: right; }

.rtl-layout #s-content .s-section.s-store-section .right-align, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .right-align, .rtl-layout#section-selector-wrapper .s-section.s-store-section .right-align { text-align: left; }

.rtl-layout #s-content .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .booking-event-item.left-item .s-ecommerce-row-view-product-detail-panel, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .booking-event-item.left-item .s-ecommerce-row-view-product-detail-panel, .rtl-layout#section-selector-wrapper .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .booking-event-item.left-item .s-ecommerce-row-view-product-detail-panel { padding-right: 0px; }

.rtl-layout #s-content .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-date-picker .calendar, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-date-picker .calendar, .rtl-layout#section-selector-wrapper .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-date-picker .calendar { margin-right: 0px; margin-left: 4px; }

.rtl-layout #s-content .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-time-picker .s-kit-step-time-list .s-kit-time-item, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-time-picker .s-kit-step-time-list .s-kit-time-item, .rtl-layout#section-selector-wrapper .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-time-picker .s-kit-step-time-list .s-kit-time-item { padding: 10px 15px 10px 0px; }

.rtl-layout #s-content .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-kit-date-picker-wrapper .s-kit-picker-input, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-kit-date-picker-wrapper .s-kit-picker-input, .rtl-layout#section-selector-wrapper .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-kit-date-picker-wrapper .s-kit-picker-input { padding-left: 0px; padding-right: 20px; }

.rtl-layout #s-content .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-row-view-description .booking-icon.booking-icon, .rtl-layout #s-content .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-row-view-description .booking-icon.location, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-row-view-description .booking-icon.booking-icon, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-row-view-description .booking-icon.location, .rtl-layout#section-selector-wrapper .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-row-view-description .booking-icon.booking-icon, .rtl-layout#section-selector-wrapper .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-row-view-description .booking-icon.location { margin-right: 0px; margin-left: 10px; }

.rtl-layout #s-content .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-row-view-description .entypo-location, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-row-view-description .entypo-location, .rtl-layout#section-selector-wrapper .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-row-view-description .entypo-location { margin-right: 0px; margin-left: 8px; }

.rtl-layout #s-content .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-row-view-description .fa-quote-right, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-row-view-description .fa-quote-right, .rtl-layout#section-selector-wrapper .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-booking-row-view-description .fa-quote-right { margin-right: 0px; margin-left: 16px; right: 4px; }

.rtl-layout #s-content .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-kit-date-picker-wrapper .date-picker-prefix-img, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-kit-date-picker-wrapper .date-picker-prefix-img, .rtl-layout#section-selector-wrapper .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-kit-date-picker-wrapper .date-picker-prefix-img { padding-left: 0px; padding-right: 10px; }

.rtl-layout #s-content .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-kit-date-picker-wrapper .s-kit-picker-input input, .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-kit-date-picker-wrapper .s-kit-picker-input input, .rtl-layout#section-selector-wrapper .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-kit-date-picker-wrapper .s-kit-picker-input input { direction: ltr; text-align: right; }

@media screen and (max-width: 727px) {
  .rtl-layout #s-content .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card:nth-child(2n), .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card:nth-child(2n), .rtl-layout#section-selector-wrapper .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card:nth-child(2n) { margin-right: 4%; }
  .rtl-layout #s-content .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card:nth-child(2n+1), .rtl-layout#s-use-site-style-config-container .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card:nth-child(2n+1), .rtl-layout#section-selector-wrapper .s-section.s-store-section .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card:nth-child(2n+1) { margin-right: 0px; }
}

.rtl-layout #s-content .s-section.s-product-review-section .reviews-item-panel .review-text, .rtl-layout#s-use-site-style-config-container .s-section.s-product-review-section .reviews-item-panel .review-text, .rtl-layout#section-selector-wrapper .s-section.s-product-review-section .reviews-item-panel .review-text { margin-right: 0px; margin-left: 10px; }

.rtl-layout #s-content .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner:not(.s-blog-structure-list-new-rtl-style) .s-blog-entry-left, .rtl-layout#s-use-site-style-config-container .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner:not(.s-blog-structure-list-new-rtl-style) .s-blog-entry-left, .rtl-layout#section-selector-wrapper .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner:not(.s-blog-structure-list-new-rtl-style) .s-blog-entry-left { float: right; width: 100%; }

.rtl-layout #s-content .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner.s-blog-structure-list-new-rtl-style, .rtl-layout#s-use-site-style-config-container .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner.s-blog-structure-list-new-rtl-style, .rtl-layout#section-selector-wrapper .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner.s-blog-structure-list-new-rtl-style { direction: ltr; }

.rtl-layout #s-content .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner.s-blog-structure-list-new-rtl-style .s-blog-entry-left, .rtl-layout #s-content .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner.s-blog-structure-list-new-rtl-style .s-blog-entry-right, .rtl-layout#s-use-site-style-config-container .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner.s-blog-structure-list-new-rtl-style .s-blog-entry-left, .rtl-layout#s-use-site-style-config-container .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner.s-blog-structure-list-new-rtl-style .s-blog-entry-right, .rtl-layout#section-selector-wrapper .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner.s-blog-structure-list-new-rtl-style .s-blog-entry-left, .rtl-layout#section-selector-wrapper .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner.s-blog-structure-list-new-rtl-style .s-blog-entry-right { direction: rtl; }

.rtl-layout #s-content .s-section.s-blog-section .s-blog-wrapper .s-blog-entry-right, .rtl-layout#s-use-site-style-config-container .s-section.s-blog-section .s-blog-wrapper .s-blog-entry-right, .rtl-layout#section-selector-wrapper .s-section.s-blog-section .s-blog-wrapper .s-blog-entry-right { text-align: right; }

.rtl-layout #s-content .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.left-align, .rtl-layout#s-use-site-style-config-container .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.left-align, .rtl-layout#section-selector-wrapper .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.left-align { text-align: left; }

.rtl-layout #s-content .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.left-align .s-blog-posts .s-blog-entry, .rtl-layout #s-content .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.left-align .s-blog-posts .s-blog-entry .s-blog-entry-right, .rtl-layout#s-use-site-style-config-container .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.left-align .s-blog-posts .s-blog-entry, .rtl-layout#s-use-site-style-config-container .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.left-align .s-blog-posts .s-blog-entry .s-blog-entry-right, .rtl-layout#section-selector-wrapper .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.left-align .s-blog-posts .s-blog-entry, .rtl-layout#section-selector-wrapper .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.left-align .s-blog-posts .s-blog-entry .s-blog-entry-right { text-align: inherit; }

.rtl-layout #s-content .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.center-align, .rtl-layout#s-use-site-style-config-container .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.center-align, .rtl-layout#section-selector-wrapper .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.center-align { text-align: center; }

.rtl-layout #s-content .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.center-align .s-blog-posts .s-blog-entry, .rtl-layout #s-content .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.center-align .s-blog-posts .s-blog-entry .s-blog-entry-right, .rtl-layout#s-use-site-style-config-container .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.center-align .s-blog-posts .s-blog-entry, .rtl-layout#s-use-site-style-config-container .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.center-align .s-blog-posts .s-blog-entry .s-blog-entry-right, .rtl-layout#section-selector-wrapper .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.center-align .s-blog-posts .s-blog-entry, .rtl-layout#section-selector-wrapper .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.center-align .s-blog-posts .s-blog-entry .s-blog-entry-right { text-align: inherit; }

.rtl-layout #s-content .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.right-align, .rtl-layout#s-use-site-style-config-container .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.right-align, .rtl-layout#section-selector-wrapper .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.right-align { text-align: right; }

.rtl-layout #s-content .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.right-align .s-blog-posts .s-blog-entry, .rtl-layout #s-content .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.right-align .s-blog-posts .s-blog-entry .s-blog-entry-right, .rtl-layout#s-use-site-style-config-container .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.right-align .s-blog-posts .s-blog-entry, .rtl-layout#s-use-site-style-config-container .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.right-align .s-blog-posts .s-blog-entry .s-blog-entry-right, .rtl-layout#section-selector-wrapper .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.right-align .s-blog-posts .s-blog-entry, .rtl-layout#section-selector-wrapper .s-section.s-blog-section .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.right-align .s-blog-posts .s-blog-entry .s-blog-entry-right { text-align: inherit; }

.rtl-layout #s-content .s-section.s-rows-section .container .s-repeatable .columns, .rtl-layout#s-use-site-style-config-container .s-section.s-rows-section .container .s-repeatable .columns, .rtl-layout#section-selector-wrapper .s-section.s-rows-section .container .s-repeatable .columns { text-align: right; }

.rtl-layout #s-content .s-section.s-hero-section .half-offset-left, .rtl-layout #s-content .s-section.s-new-hero-section .half-offset-left, .rtl-layout#s-use-site-style-config-container .s-section.s-hero-section .half-offset-left, .rtl-layout#s-use-site-style-config-container .s-section.s-new-hero-section .half-offset-left, .rtl-layout#section-selector-wrapper .s-section.s-hero-section .half-offset-left, .rtl-layout#section-selector-wrapper .s-section.s-new-hero-section .half-offset-left { padding-left: 0px; padding-right: 3.125%; }

.rtl-layout #s-content .s-section.s-slider-section .left .s-title-group:not(.inherit-text-align), .rtl-layout #s-content .s-section.s-slider-section .right .s-title-group:not(.inherit-text-align), .rtl-layout#s-use-site-style-config-container .s-section.s-slider-section .left .s-title-group:not(.inherit-text-align), .rtl-layout#s-use-site-style-config-container .s-section.s-slider-section .right .s-title-group:not(.inherit-text-align), .rtl-layout#section-selector-wrapper .s-section.s-slider-section .left .s-title-group:not(.inherit-text-align), .rtl-layout#section-selector-wrapper .s-section.s-slider-section .right .s-title-group:not(.inherit-text-align) { text-align: right; }

.rtl-layout #s-content .s-section.s-slider-section .noImage .s-title-group:not(.inherit-text-align), .rtl-layout#s-use-site-style-config-container .s-section.s-slider-section .noImage .s-title-group:not(.inherit-text-align), .rtl-layout#section-selector-wrapper .s-section.s-slider-section .noImage .s-title-group:not(.inherit-text-align) { text-align: center; }

.rtl-layout #s-content .s-section.s-slider-section .s-common-button-group, .rtl-layout #s-content .s-section.s-slider-section .s-component.s-button, .rtl-layout #s-content .s-section.s-slider-section .s-slider-new-rtl-style, .rtl-layout #s-content .s-section.s-slider-section .s-title-group, .rtl-layout#s-use-site-style-config-container .s-section.s-slider-section .s-common-button-group, .rtl-layout#s-use-site-style-config-container .s-section.s-slider-section .s-component.s-button, .rtl-layout#s-use-site-style-config-container .s-section.s-slider-section .s-slider-new-rtl-style, .rtl-layout#s-use-site-style-config-container .s-section.s-slider-section .s-title-group, .rtl-layout#section-selector-wrapper .s-section.s-slider-section .s-common-button-group, .rtl-layout#section-selector-wrapper .s-section.s-slider-section .s-component.s-button, .rtl-layout#section-selector-wrapper .s-section.s-slider-section .s-slider-new-rtl-style, .rtl-layout#section-selector-wrapper .s-section.s-slider-section .s-title-group { direction: rtl; }

.rtl-layout #s-content .s-section.s-pricing-section .s-pricing-item.pricing-layout-2, .rtl-layout #s-content .s-section.s-pricing-section .s-pricing-item.pricing-layout-4, .rtl-layout#s-use-site-style-config-container .s-section.s-pricing-section .s-pricing-item.pricing-layout-2, .rtl-layout#s-use-site-style-config-container .s-section.s-pricing-section .s-pricing-item.pricing-layout-4, .rtl-layout#section-selector-wrapper .s-section.s-pricing-section .s-pricing-item.pricing-layout-2, .rtl-layout#section-selector-wrapper .s-section.s-pricing-section .s-pricing-item.pricing-layout-4 { text-align: right; }

.rtl-layout #s-content .s-section.s-pricing-section .s-pricing-item.pricing-layout-4.pricing-layout-center-align, .rtl-layout#s-use-site-style-config-container .s-section.s-pricing-section .s-pricing-item.pricing-layout-4.pricing-layout-center-align, .rtl-layout#section-selector-wrapper .s-section.s-pricing-section .s-pricing-item.pricing-layout-4.pricing-layout-center-align { text-align: center; }

.rtl-layout #s-content .s-section.s-contact-section .s-contact-section-columns .s-email-column, .rtl-layout #s-content .s-section.s-contact-section .s-contact-section-columns.s-three-columns .s-google-maps-column, .rtl-layout#s-use-site-style-config-container .s-section.s-contact-section .s-contact-section-columns .s-email-column, .rtl-layout#s-use-site-style-config-container .s-section.s-contact-section .s-contact-section-columns.s-three-columns .s-google-maps-column, .rtl-layout#section-selector-wrapper .s-section.s-contact-section .s-contact-section-columns .s-email-column, .rtl-layout#section-selector-wrapper .s-section.s-contact-section .s-contact-section-columns.s-three-columns .s-google-maps-column { margin-right: 0px; margin-left: 30px; }

.rtl-layout #s-content .s-section.s-contact-section .s-contact-info-list .s-contact-info-icon, .rtl-layout #s-content .s-section.s-contact-section .s-contact-info-list .s-contact-info-item, .rtl-layout #s-content .s-section.s-contact-section .s-contact-section-columns .s-contact-info-icon, .rtl-layout #s-content .s-section.s-contact-section .s-contact-section-columns .s-contact-info-item, .rtl-layout#s-use-site-style-config-container .s-section.s-contact-section .s-contact-info-list .s-contact-info-icon, .rtl-layout#s-use-site-style-config-container .s-section.s-contact-section .s-contact-info-list .s-contact-info-item, .rtl-layout#s-use-site-style-config-container .s-section.s-contact-section .s-contact-section-columns .s-contact-info-icon, .rtl-layout#s-use-site-style-config-container .s-section.s-contact-section .s-contact-section-columns .s-contact-info-item, .rtl-layout#section-selector-wrapper .s-section.s-contact-section .s-contact-info-list .s-contact-info-icon, .rtl-layout#section-selector-wrapper .s-section.s-contact-section .s-contact-info-list .s-contact-info-item, .rtl-layout#section-selector-wrapper .s-section.s-contact-section .s-contact-section-columns .s-contact-info-icon, .rtl-layout#section-selector-wrapper .s-section.s-contact-section .s-contact-section-columns .s-contact-info-item { text-align: right; }

.rtl-layout #s-content .s-section.s-contact-section .s-kit-calendar-picker-clear, .rtl-layout #s-content .s-section.s-contact-section .s-kit-calendar-picker-icon, .rtl-layout#s-use-site-style-config-container .s-section.s-contact-section .s-kit-calendar-picker-clear, .rtl-layout#s-use-site-style-config-container .s-section.s-contact-section .s-kit-calendar-picker-icon, .rtl-layout#section-selector-wrapper .s-section.s-contact-section .s-kit-calendar-picker-clear, .rtl-layout#section-selector-wrapper .s-section.s-contact-section .s-kit-calendar-picker-icon { right: unset; }

.rtl-layout #s-content .s-section:not(.s-contact-section):not(.s-block-section) .s-email-form .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout #s-content .s-section:not(.s-contact-section):not(.s-block-section) .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#s-use-site-style-config-container .s-section:not(.s-contact-section):not(.s-block-section) .s-email-form .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#s-use-site-style-config-container .s-section:not(.s-contact-section):not(.s-block-section) .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#section-selector-wrapper .s-section:not(.s-contact-section):not(.s-block-section) .s-email-form .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#section-selector-wrapper .s-section:not(.s-contact-section):not(.s-block-section) .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field { margin-left: 0px; }

.rtl-layout #s-content .s-section .s-email-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#s-use-site-style-config-container .s-section .s-email-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#section-selector-wrapper .s-section .s-email-form .s-email-form-fields-group .s-email-form-field { padding-right: 0px; padding-left: 10px; }

.rtl-layout #s-content .s-section .s-email-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout #s-content .s-section .s-signup-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout#s-use-site-style-config-container .s-section .s-email-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout#s-use-site-style-config-container .s-section .s-signup-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout#section-selector-wrapper .s-section .s-email-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout#section-selector-wrapper .s-section .s-signup-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text) { left: unset; right: 10px; text-align: right; }

.rtl-layout #s-content .s-section .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-error, .rtl-layout #s-content .s-section.s-info-section .s-info-box, .rtl-layout #s-content .s-section .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-error, .rtl-layout #s-content .s-section.s-text-section .s-item-text-group, .rtl-layout#s-use-site-style-config-container .s-section .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-error, .rtl-layout#s-use-site-style-config-container .s-section.s-info-section .s-info-box, .rtl-layout#s-use-site-style-config-container .s-section .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-error, .rtl-layout#s-use-site-style-config-container .s-section.s-text-section .s-item-text-group, .rtl-layout#section-selector-wrapper .s-section .s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-error, .rtl-layout#section-selector-wrapper .s-section.s-info-section .s-info-box, .rtl-layout#section-selector-wrapper .s-section .s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-error, .rtl-layout#section-selector-wrapper .s-section.s-text-section .s-item-text-group { text-align: right; }

.rtl-layout #s-content .s-section.s-info-section .s-component-content ul, .rtl-layout#s-use-site-style-config-container .s-section.s-info-section .s-component-content ul, .rtl-layout#section-selector-wrapper .s-section.s-info-section .s-component-content ul { padding-right: 2em; padding-left: unset; }

.rtl-layout #s-content .s-section.s-process-section .process-vertical-layout, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .process-vertical-layout, .rtl-layout#section-selector-wrapper .s-section.s-process-section .process-vertical-layout { text-align: center; display: flex; margin-left: auto; margin-right: auto; }

.rtl-layout #s-content .s-section.s-process-section .process-vertical-layout .process-item-wrapper, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .process-vertical-layout .process-item-wrapper, .rtl-layout#section-selector-wrapper .s-section.s-process-section .process-vertical-layout .process-item-wrapper { position: relative; display: flex; margin-top: 11px; }

.rtl-layout #s-content .s-section.s-process-section .process-vertical-layout .process-item-wrapper .s-item-text-group, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .process-vertical-layout .process-item-wrapper .s-item-text-group, .rtl-layout#section-selector-wrapper .s-section.s-process-section .process-vertical-layout .process-item-wrapper .s-item-text-group { min-width: 78%; }

.rtl-layout #s-content .s-section.s-process-section .process-vertical-layout .process-item-infos, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .process-vertical-layout .process-item-infos, .rtl-layout#section-selector-wrapper .s-section.s-process-section .process-vertical-layout .process-item-infos { flex: 0 0 auto; height: 100%; }

.rtl-layout #s-content .s-section.s-process-section .process-vertical-layout .s-item-text, .rtl-layout #s-content .s-section.s-process-section .process-vertical-layout .s-item-title, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .process-vertical-layout .s-item-text, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .process-vertical-layout .s-item-title, .rtl-layout#section-selector-wrapper .s-section.s-process-section .process-vertical-layout .s-item-text, .rtl-layout#section-selector-wrapper .s-section.s-process-section .process-vertical-layout .s-item-title { text-align: right; }

.rtl-layout #s-content .s-section.s-process-section .process-vertical-layout .process-item-infos, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .process-vertical-layout .process-item-infos, .rtl-layout#section-selector-wrapper .s-section.s-process-section .process-vertical-layout .process-item-infos { margin-left: 20px; margin-right: 0px; }

.rtl-layout #s-content .s-section.s-process-section .process-horizontal-layout .process-item-linker, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .process-horizontal-layout .process-item-linker, .rtl-layout#section-selector-wrapper .s-section.s-process-section .process-horizontal-layout .process-item-linker { position: absolute; top: 27px; width: calc(100% - 82px); height: 1px; border-right: 0px; border-top: 1px solid; right: calc(50% + 52px); left: auto; }

.rtl-layout #s-content .s-section.s-process-section .process-vertical-layout .process-item-linker, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .process-vertical-layout .process-item-linker, .rtl-layout#section-selector-wrapper .s-section.s-process-section .process-vertical-layout .process-item-linker { position: absolute; top: 75px; width: 1px; height: calc(100% - 40px); border-right: 1px solid; border-top: 0px; right: 27px; }

@media only screen and (max-width: 727px) {
  .rtl-layout #s-content .s-section.s-process-section .process-horizontal-layout, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .process-horizontal-layout, .rtl-layout#section-selector-wrapper .s-section.s-process-section .process-horizontal-layout { text-align: center; display: flex; margin-left: auto; margin-right: auto; }
  .rtl-layout #s-content .s-section.s-process-section .process-horizontal-layout .process-item-wrapper, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .process-horizontal-layout .process-item-wrapper, .rtl-layout#section-selector-wrapper .s-section.s-process-section .process-horizontal-layout .process-item-wrapper { position: relative; display: flex; margin-top: 11px; }
  .rtl-layout #s-content .s-section.s-process-section .process-horizontal-layout .process-item-wrapper .s-item-text-group, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .process-horizontal-layout .process-item-wrapper .s-item-text-group, .rtl-layout#section-selector-wrapper .s-section.s-process-section .process-horizontal-layout .process-item-wrapper .s-item-text-group { min-width: 78%; }
  .rtl-layout #s-content .s-section.s-process-section .process-horizontal-layout .process-item-infos, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .process-horizontal-layout .process-item-infos, .rtl-layout#section-selector-wrapper .s-section.s-process-section .process-horizontal-layout .process-item-infos { flex: 0 0 auto; height: 100%; }
  .rtl-layout #s-content .s-section.s-process-section .process-horizontal-layout .s-item-text, .rtl-layout #s-content .s-section.s-process-section .process-horizontal-layout .s-item-title, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .process-horizontal-layout .s-item-text, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .process-horizontal-layout .s-item-title, .rtl-layout#section-selector-wrapper .s-section.s-process-section .process-horizontal-layout .s-item-text, .rtl-layout#section-selector-wrapper .s-section.s-process-section .process-horizontal-layout .s-item-title { text-align: right; }
  .rtl-layout #s-content .s-section.s-process-section .process-horizontal-layout .process-item-infos, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .process-horizontal-layout .process-item-infos, .rtl-layout#section-selector-wrapper .s-section.s-process-section .process-horizontal-layout .process-item-infos { margin-left: 20px; margin-right: 0px; }
  .rtl-layout #s-content .s-section.s-process-section .process-horizontal-layout .process-item-linker, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .process-horizontal-layout .process-item-linker, .rtl-layout#section-selector-wrapper .s-section.s-process-section .process-horizontal-layout .process-item-linker { position: absolute; top: 75px; width: 1px; height: calc(100% - 40px); border-right: 1px solid; border-top: 0px; right: 27px; }
  .rtl-layout #s-content .s-section.s-process-section .s-slider-section-s5, .rtl-layout#s-use-site-style-config-container .s-section.s-process-section .s-slider-section-s5, .rtl-layout#section-selector-wrapper .s-section.s-process-section .s-slider-section-s5 { padding-top: 0px !important; }
}

.rtl-layout #s-content .s-section.s-gallery-section .s-gallery.s-new-gallery-rtl-style .s-new-gallery-content, .rtl-layout#s-use-site-style-config-container .s-section.s-gallery-section .s-gallery.s-new-gallery-rtl-style .s-new-gallery-content, .rtl-layout#section-selector-wrapper .s-section.s-gallery-section .s-gallery.s-new-gallery-rtl-style .s-new-gallery-content { text-align: right; }

.rtl-layout #s-content .s-section.s-gallery-section .s-gallery.s-new-gallery-rtl-style .s-new-gallery-content .s-new-gallery-tiled-columns, .rtl-layout#s-use-site-style-config-container .s-section.s-gallery-section .s-gallery.s-new-gallery-rtl-style .s-new-gallery-content .s-new-gallery-tiled-columns, .rtl-layout#section-selector-wrapper .s-section.s-gallery-section .s-gallery.s-new-gallery-rtl-style .s-new-gallery-content .s-new-gallery-tiled-columns { float: right; }

.rtl-layout #s-content .s-section.s-grid-section .s-grid-section-image-link-editor-wrapper, .rtl-layout#s-use-site-style-config-container .s-section.s-grid-section .s-grid-section-image-link-editor-wrapper, .rtl-layout#section-selector-wrapper .s-section.s-grid-section .s-grid-section-image-link-editor-wrapper { direction: ltr; position: static; }

.rtl-layout #s-content .s-section.s-grid-section .s-repeatable-item, .rtl-layout#s-use-site-style-config-container .s-section.s-grid-section .s-repeatable-item, .rtl-layout#section-selector-wrapper .s-section.s-grid-section .s-repeatable-item { direction: ltr; }

.rtl-layout #s-content .s-section.s-new-grid-section .s-repeatable-item, .rtl-layout#s-use-site-style-config-container .s-section.s-new-grid-section .s-repeatable-item, .rtl-layout#section-selector-wrapper .s-section.s-new-grid-section .s-repeatable-item { direction: rtl; }

.rtl-layout #s-content .s-section.s-new-grid-section .s-section-editor-wrapper, .rtl-layout#s-use-site-style-config-container .s-section.s-new-grid-section .s-section-editor-wrapper, .rtl-layout#section-selector-wrapper .s-section.s-new-grid-section .s-section-editor-wrapper { direction: ltr; }

.rtl-layout #s-content .s-section.s-grid-section .s-component .s-component-editor-wrapper .s-component-overlay, .rtl-layout #s-content .s-section.s-slider-section .s-component .s-component-editor-wrapper .s-component-overlay, .rtl-layout#s-use-site-style-config-container .s-section.s-grid-section .s-component .s-component-editor-wrapper .s-component-overlay, .rtl-layout#s-use-site-style-config-container .s-section.s-slider-section .s-component .s-component-editor-wrapper .s-component-overlay, .rtl-layout#section-selector-wrapper .s-section.s-grid-section .s-component .s-component-editor-wrapper .s-component-overlay, .rtl-layout#section-selector-wrapper .s-section.s-slider-section .s-component .s-component-editor-wrapper .s-component-overlay { margin-right: 0px; margin-left: -8px; left: 0px; }

.rtl-layout #s-content .s-section.s-feature-list-section .s-item-text-group, .rtl-layout#s-use-site-style-config-container .s-section.s-feature-list-section .s-item-text-group, .rtl-layout#section-selector-wrapper .s-section.s-feature-list-section .s-item-text-group { text-align: right; }

.rtl-layout #s-content .s-section.s-new-footer-section .s-social-media-buttons .pinterest-counter span, .rtl-layout#s-use-site-style-config-container .s-section.s-new-footer-section .s-social-media-buttons .pinterest-counter span, .rtl-layout#section-selector-wrapper .s-section.s-new-footer-section .s-social-media-buttons .pinterest-counter span { background-position-x: 32px; padding: 0px 0px 0px 4px; }

.rtl-layout #s-content .s-section.s-new-footer-section .s-social-media-buttons .linkedin-counter button > xdoor-icon, .rtl-layout#s-use-site-style-config-container .s-section.s-new-footer-section .s-social-media-buttons .linkedin-counter button > xdoor-icon, .rtl-layout#section-selector-wrapper .s-section.s-new-footer-section .s-social-media-buttons .linkedin-counter button > xdoor-icon { margin-right: -7px !important; margin-left: 3.5px !important; }

.rtl-layout #s-content .s-section.s-footer-section:not(.s-new-footer-section) .s-email-form-container .s-email-form-fields-group .s-email-form-field, .rtl-layout#s-use-site-style-config-container .s-section.s-footer-section:not(.s-new-footer-section) .s-email-form-container .s-email-form-fields-group .s-email-form-field, .rtl-layout#section-selector-wrapper .s-section.s-footer-section:not(.s-new-footer-section) .s-email-form-container .s-email-form-fields-group .s-email-form-field { padding-left: 0px; padding-right: 0px; }

.rtl-layout #s-content .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal), .rtl-layout #s-content .s-section.s-footer-section:not(.s-new-footer-section) .s-draft-editor-wrapper, .rtl-layout#s-use-site-style-config-container .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal), .rtl-layout#s-use-site-style-config-container .s-section.s-footer-section:not(.s-new-footer-section) .s-draft-editor-wrapper, .rtl-layout#section-selector-wrapper .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal), .rtl-layout#section-selector-wrapper .s-section.s-footer-section:not(.s-new-footer-section) .s-draft-editor-wrapper { direction: rtl; }

.rtl-layout #s-content .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .columns, .rtl-layout #s-content .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .s-footer-text, .rtl-layout#s-use-site-style-config-container .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .columns, .rtl-layout#s-use-site-style-config-container .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .s-footer-text, .rtl-layout#section-selector-wrapper .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .columns, .rtl-layout#section-selector-wrapper .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .s-footer-text { text-align: right; }

.rtl-layout #s-content .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .columns.right-align, .rtl-layout #s-content .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .s-footer-text.right-align, .rtl-layout#s-use-site-style-config-container .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .columns.right-align, .rtl-layout#s-use-site-style-config-container .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .s-footer-text.right-align, .rtl-layout#section-selector-wrapper .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .columns.right-align, .rtl-layout#section-selector-wrapper .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .s-footer-text.right-align { text-align: left; }

.rtl-layout #s-content .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .columns .s-social-media, .rtl-layout #s-content .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .s-footer-text .s-social-media, .rtl-layout#s-use-site-style-config-container .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .columns .s-social-media, .rtl-layout#s-use-site-style-config-container .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .s-footer-text .s-social-media, .rtl-layout#section-selector-wrapper .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .columns .s-social-media, .rtl-layout#section-selector-wrapper .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .s-footer-text .s-social-media { text-align: right; }

.rtl-layout #s-content .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .s-social-media, .rtl-layout#s-use-site-style-config-container .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .s-social-media, .rtl-layout#section-selector-wrapper .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical) .s-social-media { text-align: left; }

.rtl-layout #s-content .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical).s-layout-vertical .s-footer-text, .rtl-layout #s-content .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical).s-layout-vertical .s-social-media, .rtl-layout#s-use-site-style-config-container .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical).s-layout-vertical .s-footer-text, .rtl-layout#s-use-site-style-config-container .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical).s-layout-vertical .s-social-media, .rtl-layout#section-selector-wrapper .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical).s-layout-vertical .s-footer-text, .rtl-layout#section-selector-wrapper .s-section.s-footer-section:not(.s-new-footer-section) .container:not(.s-layout-horizontal):not(.s-layout-vertical).s-layout-vertical .s-social-media { text-align: center; }

.rtl-layout #s-content .s-section.s-footer-section:not(.s-new-footer-section) .s-social-media-buttons .fb-counter, .rtl-layout#s-use-site-style-config-container .s-section.s-footer-section:not(.s-new-footer-section) .s-social-media-buttons .fb-counter, .rtl-layout#section-selector-wrapper .s-section.s-footer-section:not(.s-new-footer-section) .s-social-media-buttons .fb-counter { margin: 0px -10px; }

.rtl-layout #s-content .s-section.s-footer-section:not(.s-new-footer-section) .s-social-media-buttons .pinterest-counter span, .rtl-layout#s-use-site-style-config-container .s-section.s-footer-section:not(.s-new-footer-section) .s-social-media-buttons .pinterest-counter span, .rtl-layout#section-selector-wrapper .s-section.s-footer-section:not(.s-new-footer-section) .s-social-media-buttons .pinterest-counter span { background-position-x: 32px; padding: 0px 0px 0px 4px; }

.rtl-layout #s-content .s-section.s-footer-section:not(.s-new-footer-section) .s-social-media-buttons .linkedin-counter button > xdoor-icon, .rtl-layout#s-use-site-style-config-container .s-section.s-footer-section:not(.s-new-footer-section) .s-social-media-buttons .linkedin-counter button > xdoor-icon, .rtl-layout#section-selector-wrapper .s-section.s-footer-section:not(.s-new-footer-section) .s-social-media-buttons .linkedin-counter button > xdoor-icon { position: relative; left: 10px; }

.rtl-layout #s-content .s-section .s-custom-form-container .s-form-field-panel .s-form-field:not(.has-custom-align), .rtl-layout#s-use-site-style-config-container .s-section .s-custom-form-container .s-form-field-panel .s-form-field:not(.has-custom-align), .rtl-layout#section-selector-wrapper .s-section .s-custom-form-container .s-form-field-panel .s-form-field:not(.has-custom-align) { text-align: right; }

.rtl-layout #s-content .s-section .s-custom-form-container .schema-form-file-upload-field .upload-icon, .rtl-layout#s-use-site-style-config-container .s-section .s-custom-form-container .schema-form-file-upload-field .upload-icon, .rtl-layout#section-selector-wrapper .s-section .s-custom-form-container .schema-form-file-upload-field .upload-icon { margin-right: 0px; margin-left: 6px; }

.rtl-layout #s-content .s-section .s-contact-info-form .s-contact-info-text, .rtl-layout#s-use-site-style-config-container .s-section .s-contact-info-form .s-contact-info-text, .rtl-layout#section-selector-wrapper .s-section .s-contact-info-form .s-contact-info-text { text-align: right; }

.rtl-layout #s-content .s-section.s-block-section .s-block-signupform .s-email-form-fields-group .s-email-form-field:last-child, .rtl-layout#s-use-site-style-config-container .s-section.s-block-section .s-block-signupform .s-email-form-fields-group .s-email-form-field:last-child, .rtl-layout#section-selector-wrapper .s-section.s-block-section .s-block-signupform .s-email-form-fields-group .s-email-form-field:last-child { margin-left: 0px; }

.rtl-layout #s-content .s-section.s-block-section .s-element-blockcomponentitem .s-block-feature.left .columns, .rtl-layout#s-use-site-style-config-container .s-section.s-block-section .s-element-blockcomponentitem .s-block-feature.left .columns, .rtl-layout#section-selector-wrapper .s-section.s-block-section .s-element-blockcomponentitem .s-block-feature.left .columns { float: right; }

.rtl-layout #s-content .s-section.s-block-section .s-element-blockcomponentitem .s-block-feature.right .columns, .rtl-layout#s-use-site-style-config-container .s-section.s-block-section .s-element-blockcomponentitem .s-block-feature.right .columns, .rtl-layout#section-selector-wrapper .s-section.s-block-section .s-element-blockcomponentitem .s-block-feature.right .columns { float: left; }

.rtl-layout #s-content .s-section.s-block-section .s-element-blockcomponentitem .s-block-feature .s-rva-text, .rtl-layout#s-use-site-style-config-container .s-section.s-block-section .s-element-blockcomponentitem .s-block-feature .s-rva-text, .rtl-layout#section-selector-wrapper .s-section.s-block-section .s-element-blockcomponentitem .s-block-feature .s-rva-text { text-align: right; }

.rtl-layout #s-content .s-section.s-block-section .s-element-blockcomponentitem .half-offset-left, .rtl-layout#s-use-site-style-config-container .s-section.s-block-section .s-element-blockcomponentitem .half-offset-left, .rtl-layout#section-selector-wrapper .s-section.s-block-section .s-element-blockcomponentitem .half-offset-left { padding-left: 0px; padding-right: 3.125%; }

.rtl-layout #s-content .s-section.s-block-section .s-element-blockcomponentitem .half-offset-right, .rtl-layout#s-use-site-style-config-container .s-section.s-block-section .s-element-blockcomponentitem .half-offset-right, .rtl-layout#section-selector-wrapper .s-section.s-block-section .s-element-blockcomponentitem .half-offset-right { padding-right: 0px; padding-left: 3.125%; }

@media only screen and (max-width: 727px) {
  .rtl-layout #s-content .s-section.s-block-section .s-element-blockcomponentitem .half-offset-left, .rtl-layout #s-content .s-section.s-block-section .s-element-blockcomponentitem .half-offset-right, .rtl-layout#s-use-site-style-config-container .s-section.s-block-section .s-element-blockcomponentitem .half-offset-left, .rtl-layout#s-use-site-style-config-container .s-section.s-block-section .s-element-blockcomponentitem .half-offset-right, .rtl-layout#section-selector-wrapper .s-section.s-block-section .s-element-blockcomponentitem .half-offset-left, .rtl-layout#section-selector-wrapper .s-section.s-block-section .s-element-blockcomponentitem .half-offset-right { padding-left: 0px; padding-right: 0px; }
}

.rtl-layout #s-content .s-section.s-media-section .container .columns, .rtl-layout#s-use-site-style-config-container .s-section.s-media-section .container .columns, .rtl-layout#section-selector-wrapper .s-section.s-media-section .container .columns { float: right; }

.rtl-layout #s-content .s-section.s-media-section .container .columns.right, .rtl-layout#s-use-site-style-config-container .s-section.s-media-section .container .columns.right, .rtl-layout#section-selector-wrapper .s-section.s-media-section .container .columns.right { float: left; }

.rtl-layout #s-content .s-section.s-media-section .media-bottom-text .s-item-text-group, .rtl-layout #s-content .s-section.s-media-section .media-left-text .s-item-text-group, .rtl-layout #s-content .s-section.s-media-section .s-left-in-row .s-item-text-group, .rtl-layout #s-content .s-section.s-media-section .s-right-in-row .s-item-text-group, .rtl-layout#s-use-site-style-config-container .s-section.s-media-section .media-bottom-text .s-item-text-group, .rtl-layout#s-use-site-style-config-container .s-section.s-media-section .media-left-text .s-item-text-group, .rtl-layout#s-use-site-style-config-container .s-section.s-media-section .s-left-in-row .s-item-text-group, .rtl-layout#s-use-site-style-config-container .s-section.s-media-section .s-right-in-row .s-item-text-group, .rtl-layout#section-selector-wrapper .s-section.s-media-section .media-bottom-text .s-item-text-group, .rtl-layout#section-selector-wrapper .s-section.s-media-section .media-left-text .s-item-text-group, .rtl-layout#section-selector-wrapper .s-section.s-media-section .s-left-in-row .s-item-text-group, .rtl-layout#section-selector-wrapper .s-section.s-media-section .s-right-in-row .s-item-text-group { text-align: right; }

.rtl-layout #s-content .terms-link-container.has-privacy-policy, .rtl-layout#s-use-site-style-config-container .terms-link-container.has-privacy-policy, .rtl-layout#section-selector-wrapper .terms-link-container.has-privacy-policy { margin: 0px 0px 0px 20px; }

.rtl-layout #s-content .s-footer-logo-wrapper, .rtl-layout#s-use-site-style-config-container .s-footer-logo-wrapper, .rtl-layout#section-selector-wrapper .s-footer-logo-wrapper { direction: rtl; }

.rtl-layout #s-content .s-footer-logo-wrapper .s-component-editor-wrapper, .rtl-layout#s-use-site-style-config-container .s-footer-logo-wrapper .s-component-editor-wrapper, .rtl-layout#section-selector-wrapper .s-footer-logo-wrapper .s-component-editor-wrapper { direction: ltr; }

.rtl-layout #s-content .s-footer-logo-wrapper .s-footer-logo .logo-panel img, .rtl-layout#s-use-site-style-config-container .s-footer-logo-wrapper .s-footer-logo .logo-panel img, .rtl-layout#section-selector-wrapper .s-footer-logo-wrapper .s-footer-logo .logo-panel img { margin-left: 0px; margin-right: 6px; }

.rtl-layout #s-content .s-footer-logo-wrapper .s-footer-logo .entypo-right-open-big::before, .rtl-layout#s-use-site-style-config-container .s-footer-logo-wrapper .s-footer-logo .entypo-right-open-big::before, .rtl-layout#section-selector-wrapper .s-footer-logo-wrapper .s-footer-logo .entypo-right-open-big::before { content: ""; }

.rtl-layout #s-content .s-form.s-email-form.left-align, .rtl-layout#s-use-site-style-config-container .s-form.s-email-form.left-align, .rtl-layout#section-selector-wrapper .s-form.s-email-form.left-align { text-align: left; display: flex; justify-content: flex-start; }

.rtl-layout #s-content .s-form.s-email-form.left-align .s-component-editor-wrapper .s-component-overlay, .rtl-layout#s-use-site-style-config-container .s-form.s-email-form.left-align .s-component-editor-wrapper .s-component-overlay, .rtl-layout#section-selector-wrapper .s-form.s-email-form.left-align .s-component-editor-wrapper .s-component-overlay { left: 0px; }

.rtl-layout #s-content .s-form.s-email-form.center-align, .rtl-layout#s-use-site-style-config-container .s-form.s-email-form.center-align, .rtl-layout#section-selector-wrapper .s-form.s-email-form.center-align { text-align: center; display: flex; justify-content: center; }

.rtl-layout #s-content .s-form.s-email-form.center-align .s-component-editor-wrapper .s-component-overlay, .rtl-layout#s-use-site-style-config-container .s-form.s-email-form.center-align .s-component-editor-wrapper .s-component-overlay, .rtl-layout#section-selector-wrapper .s-form.s-email-form.center-align .s-component-editor-wrapper .s-component-overlay { left: 0px; }

.rtl-layout #s-content .s-form.s-email-form.right-align, .rtl-layout#s-use-site-style-config-container .s-form.s-email-form.right-align, .rtl-layout#section-selector-wrapper .s-form.s-email-form.right-align { text-align: right; display: flex; justify-content: flex-end; }

.rtl-layout #s-content .s-form.s-email-form.right-align .s-component-editor-wrapper .s-component-overlay, .rtl-layout#s-use-site-style-config-container .s-form.s-email-form.right-align .s-component-editor-wrapper .s-component-overlay, .rtl-layout#section-selector-wrapper .s-form.s-email-form.right-align .s-component-editor-wrapper .s-component-overlay { left: 0px; }

.rtl-layout #s-content .s-email-form-container.left-align, .rtl-layout#s-use-site-style-config-container .s-email-form-container.left-align, .rtl-layout#section-selector-wrapper .s-email-form-container.left-align { text-align: left; }

.rtl-layout #s-content .s-email-form-container.left-align .s-email-form, .rtl-layout #s-content .s-email-form-container.left-align .s-signup-form, .rtl-layout#s-use-site-style-config-container .s-email-form-container.left-align .s-email-form, .rtl-layout#s-use-site-style-config-container .s-email-form-container.left-align .s-signup-form, .rtl-layout#section-selector-wrapper .s-email-form-container.left-align .s-email-form, .rtl-layout#section-selector-wrapper .s-email-form-container.left-align .s-signup-form { display: flex; justify-content: flex-start; text-align: left; }

.rtl-layout #s-content .s-email-form-container.left-align .s-component-editor-wrapper .s-component-overlay, .rtl-layout#s-use-site-style-config-container .s-email-form-container.left-align .s-component-editor-wrapper .s-component-overlay, .rtl-layout#section-selector-wrapper .s-email-form-container.left-align .s-component-editor-wrapper .s-component-overlay { left: 0px; }

.rtl-layout #s-content .s-email-form-container.center-align, .rtl-layout#s-use-site-style-config-container .s-email-form-container.center-align, .rtl-layout#section-selector-wrapper .s-email-form-container.center-align { text-align: center; }

.rtl-layout #s-content .s-email-form-container.center-align .s-email-form, .rtl-layout #s-content .s-email-form-container.center-align .s-signup-form, .rtl-layout#s-use-site-style-config-container .s-email-form-container.center-align .s-email-form, .rtl-layout#s-use-site-style-config-container .s-email-form-container.center-align .s-signup-form, .rtl-layout#section-selector-wrapper .s-email-form-container.center-align .s-email-form, .rtl-layout#section-selector-wrapper .s-email-form-container.center-align .s-signup-form { display: flex; justify-content: center; text-align: center; }

.rtl-layout #s-content .s-email-form-container.center-align .s-component-editor-wrapper .s-component-overlay, .rtl-layout#s-use-site-style-config-container .s-email-form-container.center-align .s-component-editor-wrapper .s-component-overlay, .rtl-layout#section-selector-wrapper .s-email-form-container.center-align .s-component-editor-wrapper .s-component-overlay { left: 0px; }

.rtl-layout #s-content .s-email-form-container.right-align, .rtl-layout#s-use-site-style-config-container .s-email-form-container.right-align, .rtl-layout#section-selector-wrapper .s-email-form-container.right-align { text-align: right; }

.rtl-layout #s-content .s-email-form-container.right-align .s-email-form, .rtl-layout #s-content .s-email-form-container.right-align .s-signup-form, .rtl-layout#s-use-site-style-config-container .s-email-form-container.right-align .s-email-form, .rtl-layout#s-use-site-style-config-container .s-email-form-container.right-align .s-signup-form, .rtl-layout#section-selector-wrapper .s-email-form-container.right-align .s-email-form, .rtl-layout#section-selector-wrapper .s-email-form-container.right-align .s-signup-form { display: flex; justify-content: flex-end; text-align: right; }

.rtl-layout #s-content .s-email-form-container.right-align .s-email-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout #s-content .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout#s-use-site-style-config-container .s-email-form-container.right-align .s-email-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout#s-use-site-style-config-container .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout#section-selector-wrapper .s-email-form-container.right-align .s-email-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout#section-selector-wrapper .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text) { left: 20px; }

.rtl-layout #s-content .s-email-form-container.right-align .s-component-editor-wrapper .s-component-overlay, .rtl-layout#s-use-site-style-config-container .s-email-form-container.right-align .s-component-editor-wrapper .s-component-overlay, .rtl-layout#section-selector-wrapper .s-email-form-container.right-align .s-component-editor-wrapper .s-component-overlay { left: 0px; }

.rtl-layout #s-content .s-contact-section-columns.center-align .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#s-use-site-style-config-container .s-contact-section-columns.center-align .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#section-selector-wrapper .s-contact-section-columns.center-align .s-email-form-fields-group .s-email-form-field.s-submit-field { text-align: center; }

.rtl-layout #s-content .s-email-form-container.left-align .s-email-form .s-email-form-fields-group, .rtl-layout #s-content .s-email-form-container.left-align .s-signup-form .s-email-form-fields-group, .rtl-layout#s-use-site-style-config-container .s-email-form-container.left-align .s-email-form .s-email-form-fields-group, .rtl-layout#s-use-site-style-config-container .s-email-form-container.left-align .s-signup-form .s-email-form-fields-group, .rtl-layout#section-selector-wrapper .s-email-form-container.left-align .s-email-form .s-email-form-fields-group, .rtl-layout#section-selector-wrapper .s-email-form-container.left-align .s-signup-form .s-email-form-fields-group { text-align: right; }

.rtl-layout #s-content .s-email-form-container.left-align .s-email-form .s-email-form-fields-group .s-email-form-field, .rtl-layout #s-content .s-email-form-container.left-align .s-signup-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#s-use-site-style-config-container .s-email-form-container.left-align .s-email-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#s-use-site-style-config-container .s-email-form-container.left-align .s-signup-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#section-selector-wrapper .s-email-form-container.left-align .s-email-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#section-selector-wrapper .s-email-form-container.left-align .s-signup-form .s-email-form-fields-group .s-email-form-field { padding-right: 0px; padding-left: 10px; }

.rtl-layout #s-content .s-email-form-container.left-align .s-email-form .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout #s-content .s-email-form-container.left-align .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#s-use-site-style-config-container .s-email-form-container.left-align .s-email-form .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#s-use-site-style-config-container .s-email-form-container.left-align .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#section-selector-wrapper .s-email-form-container.left-align .s-email-form .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#section-selector-wrapper .s-email-form-container.left-align .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field { text-align: right; }

.rtl-layout #s-content .s-email-form-container.left-align .s-email-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout #s-content .s-email-form-container.left-align .s-signup-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout#s-use-site-style-config-container .s-email-form-container.left-align .s-email-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout#s-use-site-style-config-container .s-email-form-container.left-align .s-signup-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout#section-selector-wrapper .s-email-form-container.left-align .s-email-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout#section-selector-wrapper .s-email-form-container.left-align .s-signup-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text) { left: 10px; }

.rtl-layout #s-content .s-email-form-container.center-align .s-email-form .s-email-form-fields-group, .rtl-layout #s-content .s-email-form-container.center-align .s-signup-form .s-email-form-fields-group, .rtl-layout#s-use-site-style-config-container .s-email-form-container.center-align .s-email-form .s-email-form-fields-group, .rtl-layout#s-use-site-style-config-container .s-email-form-container.center-align .s-signup-form .s-email-form-fields-group, .rtl-layout#section-selector-wrapper .s-email-form-container.center-align .s-email-form .s-email-form-fields-group, .rtl-layout#section-selector-wrapper .s-email-form-container.center-align .s-signup-form .s-email-form-fields-group { text-align: center; }

.rtl-layout #s-content .s-email-form-container.center-align .s-email-form .s-email-form-fields-group .s-email-form-field, .rtl-layout #s-content .s-email-form-container.center-align .s-signup-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#s-use-site-style-config-container .s-email-form-container.center-align .s-email-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#s-use-site-style-config-container .s-email-form-container.center-align .s-signup-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#section-selector-wrapper .s-email-form-container.center-align .s-email-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#section-selector-wrapper .s-email-form-container.center-align .s-signup-form .s-email-form-fields-group .s-email-form-field { padding-right: 0px; padding-left: 10px; }

.rtl-layout #s-content .s-email-form-container.right-align .s-email-form .s-email-form-fields-group, .rtl-layout #s-content .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group, .rtl-layout#s-use-site-style-config-container .s-email-form-container.right-align .s-email-form .s-email-form-fields-group, .rtl-layout#s-use-site-style-config-container .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group, .rtl-layout#section-selector-wrapper .s-email-form-container.right-align .s-email-form .s-email-form-fields-group, .rtl-layout#section-selector-wrapper .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group { text-align: left; }

.rtl-layout #s-content .s-email-form-container.right-align .s-email-form .s-email-form-fields-group .s-email-form-field, .rtl-layout #s-content .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#s-use-site-style-config-container .s-email-form-container.right-align .s-email-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#s-use-site-style-config-container .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#section-selector-wrapper .s-email-form-container.right-align .s-email-form .s-email-form-fields-group .s-email-form-field, .rtl-layout#section-selector-wrapper .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field { margin-left: 0px; padding-right: 10px; padding-left: 0px; margin-right: 0px !important; }

.rtl-layout #s-content .s-email-form-container.right-align .s-email-form .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout #s-content .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#s-use-site-style-config-container .s-email-form-container.right-align .s-email-form .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#s-use-site-style-config-container .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#section-selector-wrapper .s-email-form-container.right-align .s-email-form .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#section-selector-wrapper .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field { text-align: left; }

.rtl-layout #s-content .s-email-form-container.right-align .s-email-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout #s-content .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout#s-use-site-style-config-container .s-email-form-container.right-align .s-email-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout#s-use-site-style-config-container .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout#section-selector-wrapper .s-email-form-container.right-align .s-email-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), .rtl-layout#section-selector-wrapper .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text) { right: 20px; }

.rtl-layout #s-content .s-contact-section-columns.left-align .s-email-form-fields-group, .rtl-layout #s-content .s-email-form.left-align .s-email-form-fields-group, .rtl-layout#s-use-site-style-config-container .s-contact-section-columns.left-align .s-email-form-fields-group, .rtl-layout#s-use-site-style-config-container .s-email-form.left-align .s-email-form-fields-group, .rtl-layout#section-selector-wrapper .s-contact-section-columns.left-align .s-email-form-fields-group, .rtl-layout#section-selector-wrapper .s-email-form.left-align .s-email-form-fields-group { text-align: right; }

.rtl-layout #s-content .s-contact-section-columns.left-align .s-email-form-fields-group .s-email-form-field, .rtl-layout #s-content .s-email-form.left-align .s-email-form-fields-group .s-email-form-field, .rtl-layout#s-use-site-style-config-container .s-contact-section-columns.left-align .s-email-form-fields-group .s-email-form-field, .rtl-layout#s-use-site-style-config-container .s-email-form.left-align .s-email-form-fields-group .s-email-form-field, .rtl-layout#section-selector-wrapper .s-contact-section-columns.left-align .s-email-form-fields-group .s-email-form-field, .rtl-layout#section-selector-wrapper .s-email-form.left-align .s-email-form-fields-group .s-email-form-field { padding-right: 0px; }

.rtl-layout #s-content .s-contact-section-columns.left-align .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout #s-content .s-email-form.left-align .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#s-use-site-style-config-container .s-contact-section-columns.left-align .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#s-use-site-style-config-container .s-email-form.left-align .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#section-selector-wrapper .s-contact-section-columns.left-align .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#section-selector-wrapper .s-email-form.left-align .s-email-form-fields-group .s-email-form-field.s-submit-field { text-align: right; }

.rtl-layout #s-content .s-contact-section-columns.right-align .s-email-form-fields-group, .rtl-layout #s-content .s-email-form.right-align .s-email-form-fields-group, .rtl-layout#s-use-site-style-config-container .s-contact-section-columns.right-align .s-email-form-fields-group, .rtl-layout#s-use-site-style-config-container .s-email-form.right-align .s-email-form-fields-group, .rtl-layout#section-selector-wrapper .s-contact-section-columns.right-align .s-email-form-fields-group, .rtl-layout#section-selector-wrapper .s-email-form.right-align .s-email-form-fields-group { text-align: left; }

.rtl-layout #s-content .s-contact-section-columns.right-align .s-email-form-fields-group .s-email-form-field, .rtl-layout #s-content .s-email-form.right-align .s-email-form-fields-group .s-email-form-field, .rtl-layout#s-use-site-style-config-container .s-contact-section-columns.right-align .s-email-form-fields-group .s-email-form-field, .rtl-layout#s-use-site-style-config-container .s-email-form.right-align .s-email-form-fields-group .s-email-form-field, .rtl-layout#section-selector-wrapper .s-contact-section-columns.right-align .s-email-form-fields-group .s-email-form-field, .rtl-layout#section-selector-wrapper .s-email-form.right-align .s-email-form-fields-group .s-email-form-field { padding-left: 0px; }

.rtl-layout #s-content .s-contact-section-columns.right-align .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout #s-content .s-email-form.right-align .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#s-use-site-style-config-container .s-contact-section-columns.right-align .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#s-use-site-style-config-container .s-email-form.right-align .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#section-selector-wrapper .s-contact-section-columns.right-align .s-email-form-fields-group .s-email-form-field.s-submit-field, .rtl-layout#section-selector-wrapper .s-email-form.right-align .s-email-form-fields-group .s-email-form-field.s-submit-field { text-align: left; }

.rtl-layout .s-custom-form-container .s-section .container .s-component .s-form-field, .rtl-layout .s-custom-form-container .s-section .container .s-component .s-form-field .s-kit-checkbox-group-item, .rtl-layout .s-custom-form-container .s-section .container .s-component .s-form-field .s-kit-radio-wrapper, .rtl-layout:not(.edit) .s-section .container .s-component .s-form-field, .rtl-layout:not(.edit) .s-section .container .s-component .s-form-field .s-kit-checkbox-group-item, .rtl-layout:not(.edit) .s-section .container .s-component .s-form-field .s-kit-radio-wrapper { text-align: right; }

.rtl-layout .s-custom-form-container .s-section .container .s-component .s-form-field .schema-form-time-field .s-kit-select-wrapper .s-kit-select, .rtl-layout:not(.edit) .s-section .container .s-component .s-form-field .schema-form-time-field .s-kit-select-wrapper .s-kit-select { padding-right: 3px; padding-left: 0px; }

.rtl-layout .s-custom-form-container .s-section .container .s-component .s-form-field .schema-form-time-field .s-kit-select-wrapper i.entypo-arrow-combo, .rtl-layout:not(.edit) .s-section .container .s-component .s-form-field .schema-form-time-field .s-kit-select-wrapper i.entypo-arrow-combo { left: 4px; right: auto; }

.rtl-layout .s-custom-form-container .s-section .container .s-component .s-email-form-fields-group .s-email-form-field label, .rtl-layout:not(.edit) .s-section .container .s-component .s-email-form-fields-group .s-email-form-field label { text-align: right; }

.rtl-layout .s-custom-form-container .s-kit-date-picker-wrapper .s-kit-picker-input, .rtl-layout:not(.edit) .s-kit-date-picker-wrapper .s-kit-picker-input { padding-left: unset; padding-right: 20px; }

.rtl-layout .s-custom-form-container .s-kit-date-picker-wrapper .s-kit-icon, .rtl-layout:not(.edit) .s-kit-date-picker-wrapper .s-kit-icon { padding-left: unset; padding-right: 10px; }

.rtl-layout .s-custom-form-container .s-kit-checkbox-group .s-kit-checkbox-group-item .s-kit-checkbox, .rtl-layout:not(.edit) .s-kit-checkbox-group .s-kit-checkbox-group-item .s-kit-checkbox { margin-right: 0px; }

.rtl-layout .s-custom-form-container .s-kit-checkbox-group .s-kit-checkbox-group-item .s-kit-checkbox-input, .rtl-layout:not(.edit) .s-kit-checkbox-group .s-kit-checkbox-group-item .s-kit-checkbox-input { margin-left: 8px; }

.rtl-layout .s-custom-form-container .Select-control .Select-arrow-zone, .rtl-layout:not(.edit) .Select-control .Select-arrow-zone { padding-left: 5px; padding-right: 0px; }

.rtl-layout .s-custom-form-container .Select-control .Select-placeholder, .rtl-layout:not(.edit) .Select-control .Select-placeholder { padding-right: 10px; }

.rtl-layout .s-custom-form-container .s-kit-radio-group .s-kit-radio, .rtl-layout:not(.edit) .s-kit-radio-group .s-kit-radio { margin-right: 0px; }

.rtl-layout .s-custom-form-container .s-kit-radio-group .s-kit-radio-input, .rtl-layout:not(.edit) .s-kit-radio-group .s-kit-radio-input { margin-left: 8px; }

.rtl-layout .s-custom-form-container .s-kit-modal-wrap, .rtl-layout:not(.edit) .s-kit-modal-wrap { direction: rtl; }

.rtl-layout .s-custom-form-container .s-kit-modal-wrap .s-kit-modal-content .s-kit-modal-body, .rtl-layout:not(.edit) .s-kit-modal-wrap .s-kit-modal-content .s-kit-modal-body { text-align: right; }

.rtl-layout .s-custom-form-container #s-blog-container, .rtl-layout:not(.edit) #s-blog-container { direction: rtl; }

.rtl-layout .s-custom-form-container #s-blog-container .s-blog .s-block, .rtl-layout:not(.edit) #s-blog-container .s-blog .s-block { text-align: right; }

.rtl-layout .s-custom-form-container #s-blog-container .s-blog-subscription .s-blog-subscription-email, .rtl-layout:not(.edit) #s-blog-container .s-blog-subscription .s-blog-subscription-email { margin-left: 20px; margin-right: 0px; }

.rtl-layout .s-custom-form-container #s-blog-container .s-blog-subscription .gdpr-container, .rtl-layout:not(.edit) #s-blog-container .s-blog-subscription .gdpr-container { text-align: right; }

.rtl-layout .s-custom-form-container #s-blog-container .s-blog-subscription .gdpr-container .gdpr-text, .rtl-layout:not(.edit) #s-blog-container .s-blog-subscription .gdpr-container .gdpr-text { padding-left: 0px; padding-right: 5px; }

.rtl-layout .s-custom-form-container #s-blog-container .entypo-right-open-big::before, .rtl-layout:not(.edit) #s-blog-container .entypo-right-open-big::before { content: ""; }

.rtl-layout .s-custom-form-container #s-blog-container .entypo-left-open-big::before, .rtl-layout:not(.edit) #s-blog-container .entypo-left-open-big::before { content: ""; }

.rtl-layout .s-custom-form-container #s-blog-container .s-blog-footer-toolbar .s-blog-rss-feed, .rtl-layout:not(.edit) #s-blog-container .s-blog-footer-toolbar .s-blog-rss-feed { margin: 0px 10px 0px 0px; }

.rtl-layout .s-custom-form-container #s-blog-container .s-blog-comment-form .cancel-button, .rtl-layout:not(.edit) #s-blog-container .s-blog-comment-form .cancel-button { margin-left: 0px; margin-right: 20px; }

.rtl-layout .s-custom-form-container #s-blog-container #s-blog-comments-container .s-blog-comments-inner .s-blog-comments .s-blog-comment-gravatar, .rtl-layout:not(.edit) #s-blog-container #s-blog-comments-container .s-blog-comments-inner .s-blog-comments .s-blog-comment-gravatar { margin: 4px 0px 0px 15px; }

.rtl-layout .s-custom-form-container #s-blog-container .s-blog-footer .s-blog-footer-toolbar, .rtl-layout:not(.edit) #s-blog-container .s-blog-footer .s-blog-footer-toolbar { text-align: left; }

@media only screen and (max-width: 767px) {
  .rtl-layout .s-custom-form-container #s-blog-container .s-blog-footer .s-blog-footer-toolbar, .rtl-layout:not(.edit) #s-blog-container .s-blog-footer .s-blog-footer-toolbar { text-align: right; }
}

.rtl-layout .s-custom-form-container #s-blog-container .s-blog-footer .s-blog-footer-toolbar .s-powered-by-strikingly, .rtl-layout:not(.edit) #s-blog-container .s-blog-footer .s-blog-footer-toolbar .s-powered-by-strikingly { margin-left: 0px; margin-right: 20px; }

@media only screen and (max-width: 767px) {
  .rtl-layout .s-custom-form-container #s-blog-container .s-blog-footer .s-blog-footer-toolbar .s-powered-by-strikingly, .rtl-layout:not(.edit) #s-blog-container .s-blog-footer .s-blog-footer-toolbar .s-powered-by-strikingly { margin-right: 0px; }
}

.rtl-layout .s-custom-form-container #s-blog-container .s-blog-footer .s-blog-footer-previous, .rtl-layout:not(.edit) #s-blog-container .s-blog-footer .s-blog-footer-previous { padding-right: 0px; padding-left: 10px; }

.rtl-layout .s-custom-form-container #s-blog-container .s-blog-footer .s-blog-footer-back-link, .rtl-layout:not(.edit) #s-blog-container .s-blog-footer .s-blog-footer-back-link { float: right; margin: 0px 0px 10px 30px; }

.rtl-layout .s-custom-form-container #s-blog-container .s-blog-footer .s-powered-by-strikingly-icon, .rtl-layout:not(.edit) #s-blog-container .s-blog-footer .s-powered-by-strikingly-icon { margin-left: 5px; margin-right: 5px; }

@media only screen and (max-width: 767px) {
  .rtl-layout .s-custom-form-container #s-blog-container .s-blog-footer .s-social-media-buttons, .rtl-layout:not(.edit) #s-blog-container .s-blog-footer .s-social-media-buttons { margin: 0px -10px; }
}

.rtl-layout .s-custom-form-container #s-blog-container .s-blog-footer .s-social-media-button.s-type-icon, .rtl-layout:not(.edit) #s-blog-container .s-blog-footer .s-social-media-button.s-type-icon { padding: 0px 6px 0px 0px; }

.rtl-layout .s-custom-form-container #s-blog-container .s-blog-footer .s-social-media-button.s-type-icon:first-child, .rtl-layout:not(.edit) #s-blog-container .s-blog-footer .s-social-media-button.s-type-icon:first-child { padding-right: 0px; }

.rtl-layout .s-custom-form-container .s-page-product, .rtl-layout:not(.edit) .s-page-product { direction: rtl; }

.rtl-layout .s-custom-form-container .s-page-product .back-link .fa, .rtl-layout:not(.edit) .s-page-product .back-link .fa { margin-right: 0px; margin-left: 5px; }

.rtl-layout .s-custom-form-container .s-page-product .container .offset-one, .rtl-layout:not(.edit) .s-page-product .container .offset-one { padding-left: 0px; }

.rtl-layout .s-custom-form-container .s-page-product .container .columns, .rtl-layout:not(.edit) .s-page-product .container .columns { float: right; }

.rtl-layout .s-custom-form-container .s-page-product .container .columns .more-detail-title, .rtl-layout:not(.edit) .s-page-product .container .columns .more-detail-title { text-align: right; }

.rtl-layout .s-custom-form-container .s-page-product .container .columns .half-offset-right, .rtl-layout:not(.edit) .s-page-product .container .columns .half-offset-right { padding-right: 0px; padding-left: 19px; }

.rtl-layout .s-custom-form-container .s-page-product .s-block-section .s-text, .rtl-layout:not(.edit) .s-page-product .s-block-section .s-text { text-align: right; }

.rtl-layout .s-custom-form-container .s-page-product .slick-list, .rtl-layout:not(.edit) .s-page-product .slick-list { direction: ltr; text-align: right; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .shopping-cart-wrapper .product-info .image, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .shopping-cart-wrapper .product-info .image { margin-right: 0px; margin-left: 20px; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .shopping-cart-wrapper .shopping-footer .price-info .label, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .shopping-cart-wrapper .shopping-footer .price-info .label { white-space: nowrap; margin-left: 16px; margin-right: auto; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .shopping-cart-wrapper .shopping-footer .currency, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .shopping-cart-wrapper .shopping-footer .currency { margin-left: 8px; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .s-kit-checkbox-wrapper .s-kit-checkbox, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .s-kit-checkbox-wrapper .s-kit-checkbox { margin-right: 0px; margin-left: 8px; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .checkout-payment-wrapper .product-info .image, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .checkout-payment-wrapper .product-info .image { margin-right: 0px; margin-left: 15px; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .checkout-payment-wrapper .sub-total .amount, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .checkout-payment-wrapper .sub-total .amount { margin-left: 0px; margin-right: 6px; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .checkout-payment-wrapper .title-panel .edit, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .checkout-payment-wrapper .title-panel .edit { margin-right: 10px; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .checkout-payment-wrapper .coupon-panel .guide-item .icon, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .checkout-payment-wrapper .coupon-panel .guide-item .icon { margin-left: 4px; margin-right: 0px; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .checkout-payment-wrapper .continue-btn .entypo-credit-card, .rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .checkout-payment-wrapper .coupon-panel .coupon-input, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .checkout-payment-wrapper .continue-btn .entypo-credit-card, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .checkout-payment-wrapper .coupon-panel .coupon-input { margin-right: 0px; margin-left: 10px; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .checkout-payment-wrapper .continue-btn .fa-spinner, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .checkout-payment-wrapper .continue-btn .fa-spinner { margin-left: 6px; margin-right: 0px; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .payment-method-panel .payment-list .title, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .payment-method-panel .payment-list .title { margin-right: 0px; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .payment-method-panel .payment-list .sub-title, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .payment-method-panel .payment-list .sub-title { margin-left: 0px; margin-right: 24px; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .payment-method-panel .payment-list .logo, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .payment-method-panel .payment-list .logo { margin-left: 0px; margin-right: auto; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .payment-method-panel .payment-list .payment-container .sub-title, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .payment-method-panel .payment-list .payment-container .sub-title { margin-right: 0px; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .payment-method-panel .payment-card-wrap .payment-card-title .password-icon, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .payment-method-panel .payment-card-wrap .payment-card-title .password-icon { margin-right: 0px; margin-left: 5px; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .checkout-btn .fa-spinner, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .checkout-btn .fa-spinner { margin-left: 6px; margin-right: 0px; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .payment-request-button, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .payment-request-button { margin-left: 20px; margin-right: 0px; }

.rtl-layout .s-custom-form-container .s-email-form .s-email-form-fields-group .gdpr-text, .rtl-layout .s-custom-form-container .s-signup-form .s-email-form-fields-group .gdpr-text, .rtl-layout:not(.edit) .s-email-form .s-email-form-fields-group .gdpr-text, .rtl-layout:not(.edit) .s-signup-form .s-email-form-fields-group .gdpr-text { padding-left: 0px; padding-right: 5px; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .close-modal-icon, .rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .s-kit-modal-close, .rtl-layout .s-custom-form-container .popups-dialog.s-email-form .close-modal-icon, .rtl-layout .s-custom-form-container .popups-dialog.s-email-form .s-kit-modal-close, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .close-modal-icon, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .s-kit-modal-close, .rtl-layout:not(.edit) .popups-dialog.s-email-form .close-modal-icon, .rtl-layout:not(.edit) .popups-dialog.s-email-form .s-kit-modal-close { right: unset; left: 30px; }

.rtl-layout .s-custom-form-container .buyer-checkout-dialog-wrapper .terms_field .gdpr-text, .rtl-layout .s-custom-form-container .popups-dialog.s-email-form .terms_field .gdpr-text, .rtl-layout:not(.edit) .buyer-checkout-dialog-wrapper .terms_field .gdpr-text, .rtl-layout:not(.edit) .popups-dialog.s-email-form .terms_field .gdpr-text { padding-left: 0px; padding-right: 5px; }

.rtl-layout .s-custom-form-container .s-kit-basic-card .s-kit-default-tag, .rtl-layout .s-custom-form-container .s-kit-radio-card .s-kit-default-tag, .rtl-layout:not(.edit) .s-kit-basic-card .s-kit-default-tag, .rtl-layout:not(.edit) .s-kit-radio-card .s-kit-default-tag { margin-right: 10px; margin-left: auto; }

.rtl-layout .s-custom-form-container .membership-dialog.payment_failure .s-kit-modal-body, .rtl-layout:not(.edit) .membership-dialog.payment_failure .s-kit-modal-body { text-align: center; }

.rtl-layout .s-custom-form-container .membership-dialog .s-kit-modal-close, .rtl-layout:not(.edit) .membership-dialog .s-kit-modal-close { left: 22px; right: auto; }

.rtl-layout .s-custom-form-container .membership-dialog .subscriptions-view .form-title .fa-angle-left, .rtl-layout .s-custom-form-container .membership-dialog .update-account-view .form-title .fa-angle-left, .rtl-layout:not(.edit) .membership-dialog .subscriptions-view .form-title .fa-angle-left, .rtl-layout:not(.edit) .membership-dialog .update-account-view .form-title .fa-angle-left { margin-left: 10px; margin-right: 0px; transform: rotate(180deg); }

.rtl-layout .s-custom-form-container .membership-dialog .subscriptions-list .subscription-item .s-kit-radio-wrapper .discount-tag, .rtl-layout:not(.edit) .membership-dialog .subscriptions-list .subscription-item .s-kit-radio-wrapper .discount-tag { margin-right: 5px; margin-left: auto; }

.rtl-layout .s-custom-form-container .membership-dialog .bottom-actions .s-kit-btn, .rtl-layout:not(.edit) .membership-dialog .bottom-actions .s-kit-btn { margin-right: 0px; }

.rtl-layout .s-custom-form-container .member-order-history-dialog .s-kit-modal-close, .rtl-layout:not(.edit) .member-order-history-dialog .s-kit-modal-close { left: 24px; right: auto; }

.rtl-layout .s-custom-form-container .member-order-history-dialog .order-detail .header .fa-angle-left, .rtl-layout .s-custom-form-container .member-order-history-dialog .order-list .header .fa-angle-left, .rtl-layout:not(.edit) .member-order-history-dialog .order-detail .header .fa-angle-left, .rtl-layout:not(.edit) .member-order-history-dialog .order-list .header .fa-angle-left { margin-left: 10px; margin-right: 0px; transform: rotate(180deg); }

.rtl-layout .s-custom-form-container .member-order-history-dialog .order-list .fa-angle-right, .rtl-layout:not(.edit) .member-order-history-dialog .order-list .fa-angle-right { transform: rotate(180deg); }

.rtl-layout .s-custom-form-container .member-order-history-dialog .s-kit-table-thead > tr > th, .rtl-layout:not(.edit) .member-order-history-dialog .s-kit-table-thead > tr > th { text-align: right; padding-left: 40px; padding-right: 12px; }

.rtl-layout .s-custom-form-container .member-order-history-dialog .s-kit-table-tbody > tr > td, .rtl-layout:not(.edit) .member-order-history-dialog .s-kit-table-tbody > tr > td { text-align: right; }

.rtl-layout .s-custom-form-container .member-order-history-dialog .order-detail .fa.r-m, .rtl-layout:not(.edit) .member-order-history-dialog .order-detail .fa.r-m { margin-left: 5px; margin-right: auto; }

.rtl-layout .s-custom-form-container .member-order-history-dialog .order-detail .order-info .table-wrapper .item-list, .rtl-layout:not(.edit) .member-order-history-dialog .order-detail .order-info .table-wrapper .item-list { text-align: right; }

.rtl-layout .s-custom-form-container .member-order-history-dialog .order-detail .order-info .table-wrapper .item-list td .shipping-icon, .rtl-layout .s-custom-form-container .member-order-history-dialog .order-detail .order-info .table-wrapper .item-list tr.last-row td .bank-icon, .rtl-layout:not(.edit) .member-order-history-dialog .order-detail .order-info .table-wrapper .item-list td .shipping-icon, .rtl-layout:not(.edit) .member-order-history-dialog .order-detail .order-info .table-wrapper .item-list tr.last-row td .bank-icon { margin-left: 4px; margin-right: auto; }

.rtl-layout .s-custom-form-container .s-kit-table-thead > tr > th:first-child, .rtl-layout:not(.edit) .s-kit-table-thead > tr > th:first-child { border-left-width: medium; border-left-style: none; border-left-color: currentcolor; border-right: 1px solid rgb(226, 228, 231); }

.rtl-layout .s-custom-form-container .s-kit-table-thead > tr > th:last-child, .rtl-layout:not(.edit) .s-kit-table-thead > tr > th:last-child { border-right-width: medium; border-right-style: none; border-right-color: currentcolor; border-left: 1px solid rgb(226, 228, 231); }

.rtl-layout .s-custom-form-container .internal-confirm-dialog .s-kit-modal-close, .rtl-layout:not(.edit) .internal-confirm-dialog .s-kit-modal-close { left: 24px; right: auto; }

.rtl-layout .s-custom-form-container .stripe-form .header .close, .rtl-layout:not(.edit) .stripe-form .header .close { float: left; }

.rtl-layout .s-custom-form-container .cookie-settings-dialog-wrap .cookie-settings-dialog, .rtl-layout .s-custom-form-container .s-cookie-notification-bar, .rtl-layout:not(.edit) .cookie-settings-dialog-wrap .cookie-settings-dialog, .rtl-layout:not(.edit) .s-cookie-notification-bar { direction: rtl; }

.rtl-layout .s-custom-form-container .cookie-settings-dialog-wrap .cookie-settings-dialog .s-kit-checkbox-wrapper .s-kit-checkbox, .rtl-layout:not(.edit) .cookie-settings-dialog-wrap .cookie-settings-dialog .s-kit-checkbox-wrapper .s-kit-checkbox { margin-left: 8px; margin-right: 0px; }

.rtl-layout .s-custom-form-container .site-live-chat-wrapper, .rtl-layout:not(.edit) .site-live-chat-wrapper { direction: ltr; }

.rtl-layout .s-custom-form-container .site-live-chat-wrapper.chat .chat-view .bottom .input, .rtl-layout .s-custom-form-container .site-live-chat-wrapper.chat .chat-view .chat-email-mask .email-field, .rtl-layout:not(.edit) .site-live-chat-wrapper.chat .chat-view .bottom .input, .rtl-layout:not(.edit) .site-live-chat-wrapper.chat .chat-view .chat-email-mask .email-field { direction: rtl; }

.rtl-layout .s-custom-form-container .empty-cart-dialog-wrapper .s-kit-modal-close, .rtl-layout .s-custom-form-container .payment-success-dialog-wrapper .s-kit-modal-close, .rtl-layout:not(.edit) .empty-cart-dialog-wrapper .s-kit-modal-close, .rtl-layout:not(.edit) .payment-success-dialog-wrapper .s-kit-modal-close { left: 24px; right: unset; }

.rtl-layout .s-custom-form-container .s-terms-dialog .close-button, .rtl-layout:not(.edit) .s-terms-dialog .close-button { left: 30px; right: auto; }

.rtl-layout .s-custom-form-container .s-terms-dialog .title-wrapper, .rtl-layout:not(.edit) .s-terms-dialog .title-wrapper { text-align: right; }

.rtl-layout .s-custom-form-container .s-terms-dialog pre, .rtl-layout:not(.edit) .s-terms-dialog pre { direction: rtl; }

.rtl-layout .s-custom-form-container .s-booking-confirm-modal .s-kit-modal-close, .rtl-layout:not(.edit) .s-booking-confirm-modal .s-kit-modal-close { left: 24px; right: auto; }

.rtl-layout .s-custom-form-container .s-booking-confirm-modal .s-kit-modal-content .s-kit-modal-body, .rtl-layout:not(.edit) .s-booking-confirm-modal .s-kit-modal-content .s-kit-modal-body { text-align: center; }

.rtl-layout .s-custom-form-container .s-booking-confirm-modal .s-booking-item, .rtl-layout .s-custom-form-container .s-booking-confirm-modal .thanks-hint, .rtl-layout:not(.edit) .s-booking-confirm-modal .s-booking-item, .rtl-layout:not(.edit) .s-booking-confirm-modal .thanks-hint { text-align: right; }

.rtl-layout .s-custom-form-container .ecommerce-legal-dialog-wrapper .legal-container .legal-title, .rtl-layout:not(.edit) .ecommerce-legal-dialog-wrapper .legal-container .legal-title { text-align: right; padding: 20px 40px 0px; }

.rtl-layout .s-custom-form-container .ecommerce-legal-dialog-wrapper .close-modal-icon, .rtl-layout:not(.edit) .ecommerce-legal-dialog-wrapper .close-modal-icon { left: 30px; right: auto; }

@media screen and (max-width: 1080px) {
  .rtl-layout .s-custom-form-container .buyer-checkout-dialog .close-modal-icon, .rtl-layout:not(.edit) .buyer-checkout-dialog .close-modal-icon { left: 30px; }
}

.rtl-layout .s-custom-form-container .payment-success-dialog-wrapper .payment-success-container .success-panel, .rtl-layout:not(.edit) .payment-success-dialog-wrapper .payment-success-container .success-panel { text-align: center; }

.rtl-layout .s-custom-form-container .payment-success-dialog-wrapper .payment-success-container .success-panel .fa-download, .rtl-layout:not(.edit) .payment-success-dialog-wrapper .payment-success-container .success-panel .fa-download { margin-left: 8px; margin-right: auto; }

@media screen and (min-width: 980px) {
  .rtl-layout .s-custom-form-container .shopping-cart-wrapper .product-info .info-content .name, .rtl-layout:not(.edit) .shopping-cart-wrapper .product-info .info-content .name { padding-left: 100px; padding-right: 0px; }
  .rtl-layout .s-custom-form-container .shopping-cart-wrapper .product-info .info-content .product-price, .rtl-layout:not(.edit) .shopping-cart-wrapper .product-info .info-content .product-price { left: 0px; right: unset; }
  .rtl-layout .s-custom-form-container .shopping-cart-wrapper .product-info .info-content .quantity-panel, .rtl-layout:not(.edit) .shopping-cart-wrapper .product-info .info-content .quantity-panel { margin-right: unset; }
}

.editor-rtl-layout .page-settings-content.popups-tab .setting-wrapper .left-panel .option-title-wrap > .icon { margin-left: 10px; margin-right: 0px; }

.editor-rtl-layout .page-settings-content.popups-tab .setting-wrapper .right-panel #popups-content .group-fields .input-field .s-kit-input-prefix + .s-kit-input:not(:first-child) { padding-left: 30px; padding-right: 8px; }

@media only screen and (max-width: 768px) {
  html { scrollbar-width: none; }
  ::-webkit-scrollbar { width: 0px; }
}

#s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts.s-blog-posts-columns, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts.s-blog-posts-columns, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts.s-blog-posts-columns { margin-right: -2%; }

.rtl-layout #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts.s-blog-posts-columns, .rtl-layout .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts.s-blog-posts-columns, .rtl-layout .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts.s-blog-posts-columns { margin-right: 0px; margin-left: -2%; }

@media only screen and (max-width: 479px) {
  #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar { font-size: 35px; }
}

@media only screen and (min-width: 728px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-none .s-blog-entry-inner .s-blog-details-head, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-none .s-blog-entry-inner .s-blog-details-head, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-none .s-blog-entry-inner .s-blog-details-head { display: flex; justify-content: space-between; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-none .s-blog-entry-inner .s-blog-details-head .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-none .s-blog-entry-inner .s-blog-details-head .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-none .s-blog-entry-inner .s-blog-details-head .s-blog-title { flex: 1 1 0%; word-break: break-word; margin-bottom: 0px; margin-right: 25px; }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-none .s-blog-entry-inner .s-blog-details-head, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-none .s-blog-entry-inner .s-blog-details-head, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-none .s-blog-entry-inner .s-blog-details-head { display: flex; justify-content: space-between; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-none .s-blog-entry-inner .s-blog-details-head .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-none .s-blog-entry-inner .s-blog-details-head .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-none .s-blog-entry-inner .s-blog-details-head .s-blog-title { flex: 1 1 0%; word-break: break-word; margin-bottom: 0px; margin-right: 25px; }
}

@media only screen and (min-width: 728px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape:not(:last-of-type) .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape:not(:last-of-type) .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape:not(:last-of-type) .s-blog-entry-inner { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner { padding: 30px 0px 5px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left { padding-bottom: 22.5%; position: relative; width: 40%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar { height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-left { margin-bottom: 25px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-left .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape.s-avatar-alignment-left .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-left .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-left .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape.s-avatar-alignment-left .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-left .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-left .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape.s-avatar-alignment-left .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-left .s-blog-entry-left { float: left; margin-right: 25px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape.s-avatar-alignment-right .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape.s-avatar-alignment-right .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape.s-avatar-alignment-right .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-left { float: right; margin-left: 25px; }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape:not(:last-of-type) .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape:not(:last-of-type) .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape:not(:last-of-type) .s-blog-entry-inner { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner { padding: 30px 0px 5px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left { padding-bottom: 22.5%; position: relative; width: 40%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar { height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-left { margin-bottom: 25px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-left .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape.s-avatar-alignment-left .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-left .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-left .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape.s-avatar-alignment-left .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-left .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-left .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape.s-avatar-alignment-left .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-left .s-blog-entry-left { float: left; margin-right: 25px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape.s-avatar-alignment-right .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape.s-avatar-alignment-right .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-landscape.s-avatar-alignment-right .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-left { float: right; margin-left: 25px; }
}

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner { display: flex; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-right { flex: 1 1 0%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-left { margin-bottom: 15px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-left .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-left .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-left .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-left .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-left .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-left .s-blog-entry-left { float: left; margin-right: 15px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-left { float: right; margin-left: 15px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-inner { flex-direction: row-reverse; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner { display: flex; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-right { flex: 1 1 0%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-left { margin-bottom: 15px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-left .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-left .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-left .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-left .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-left .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-left .s-blog-entry-left { float: left; margin-right: 15px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-left { float: right; margin-left: 15px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-circle.s-avatar-alignment-right .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row.s-avatar-square.s-avatar-alignment-right .s-blog-entry-inner { flex-direction: row-reverse; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-row .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 1024px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-inner .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-inner .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-inner .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-inner .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-inner .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-inner .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-inner .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-inner .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-inner .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-inner .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-inner .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-inner .s-blog-details .s-blog-title { font-size: 18px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-inner .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-inner .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-inner .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-inner .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-inner .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-inner .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-inner .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-inner .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-inner .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-inner .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-inner .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-inner .s-blog-details .s-blog-info { font-size: 12px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-inner .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-inner .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-inner .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-inner .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-inner .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-inner .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-inner .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-inner .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-inner .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-inner .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-inner .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-inner .s-blog-details .s-blog-title { font-size: 18px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-inner .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-inner .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-inner .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-inner .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-inner .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-inner .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-inner .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-inner .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-inner .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-inner .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-inner .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-inner .s-blog-details .s-blog-info { font-size: 12px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner { cursor: pointer; position: relative; }

#s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left { margin-bottom: 0px; margin-left: 0px; margin-right: 0px; width: 100%; }

#s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before { content: ""; position: absolute; width: 100%; height: 100%; left: 0px; background: rgba(0, 0, 0, 0.3); z-index: 1; }

#s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video { width: 178%; margin-left: -39%; }

#s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right { bottom: 25px; display: block; margin: 0px 15px; position: absolute; left: 0px; right: 0px; z-index: 1; }

#s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title { color: rgb(255, 255, 255); word-break: break-word; }

#s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card.s-mobile-blog-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info { color: rgb(255, 255, 255); }

@media only screen and (min-width: 728px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two { margin-bottom: 15px; margin-top: 15px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-left { width: 100%; margin-bottom: 10px; position: relative; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-left .s-blog-avatar, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-left .s-blog-avatar, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-left .s-blog-avatar, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-left .s-blog-avatar, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-left .s-blog-avatar, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-left .s-blog-avatar, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-left .s-blog-avatar, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-left .s-blog-avatar, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-left .s-blog-avatar, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-left .s-blog-avatar, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-left .s-blog-avatar, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-left .s-blog-avatar { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-landscape .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-landscape .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-landscape .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-landscape .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-landscape .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-landscape .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-landscape .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-landscape .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-landscape .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-landscape .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-landscape .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-landscape .s-blog-entry-left { padding-bottom: 56.25%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner { cursor: pointer; position: relative; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left { padding-bottom: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before { content: ""; position: absolute; width: 100%; height: 100%; left: 0px; background: rgba(0, 0, 0, 0.3); z-index: 1; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video { width: 178%; margin-left: -39%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right { bottom: 25px; display: block; margin: 0px 15px; position: absolute; left: 0px; right: 0px; z-index: 1; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title { color: rgb(255, 255, 255); word-break: break-word; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info { color: rgb(255, 255, 255); }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two { margin-bottom: 15px; margin-top: 15px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-left { width: 100%; margin-bottom: 10px; position: relative; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-left .s-blog-avatar, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-left .s-blog-avatar, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-left .s-blog-avatar, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-left .s-blog-avatar, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-left .s-blog-avatar, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-left .s-blog-avatar, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-left .s-blog-avatar, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-left .s-blog-avatar, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four .s-blog-entry-left .s-blog-avatar, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one .s-blog-entry-left .s-blog-avatar, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three .s-blog-entry-left .s-blog-avatar, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two .s-blog-entry-left .s-blog-avatar { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-landscape .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-landscape .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-landscape .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-landscape .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-landscape .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-landscape .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-landscape .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-landscape .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-landscape .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-landscape .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-landscape .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-landscape .s-blog-entry-left { padding-bottom: 56.25%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner { cursor: pointer; position: relative; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left { padding-bottom: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar::before { content: ""; position: absolute; width: 100%; height: 100%; left: 0px; background: rgba(0, 0, 0, 0.3); z-index: 1; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video { width: 178%; margin-left: -39%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right { bottom: 25px; display: block; margin: 0px 15px; position: absolute; left: 0px; right: 0px; z-index: 1; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title { color: rgb(255, 255, 255); word-break: break-word; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.one.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info { color: rgb(255, 255, 255); }
}

@media only screen and (max-width: 1024px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three:not(.tiled-columns, .s-blog-new-layout-tiled), body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three:not(.tiled-columns, .s-blog-new-layout-tiled), body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three:not(.tiled-columns, .s-blog-new-layout-tiled) { width: 48%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three:not(.tiled-columns, .s-blog-new-layout-tiled) .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three:not(.tiled-columns, .s-blog-new-layout-tiled) .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three:not(.tiled-columns, .s-blog-new-layout-tiled) .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three:not(.tiled-columns, .s-blog-new-layout-tiled), body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three:not(.tiled-columns, .s-blog-new-layout-tiled), body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three:not(.tiled-columns, .s-blog-new-layout-tiled) { width: 48%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three:not(.tiled-columns, .s-blog-new-layout-tiled) .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three:not(.tiled-columns, .s-blog-new-layout-tiled) .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.three:not(.tiled-columns, .s-blog-new-layout-tiled) .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 1024px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled), body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled), body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) { width: 48%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled), body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled), body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) { width: 48%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (min-width: 728px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-blog-details .s-blog-title, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-blog-details .s-blog-title { font-size: 18px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-blog-details .s-blog-info, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-blog-details .s-blog-info { font-size: 12px; }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-blog-details .s-blog-title, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-blog-details .s-blog-title { font-size: 18px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-blog-details .s-blog-info, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-layout-columns.four:not(.tiled-columns, .s-blog-new-layout-tiled) .s-blog-details .s-blog-info { font-size: 12px; }
}

@media only screen and (min-width: 728px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-s .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-s .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-s .s-blog-avatar-container { width: 30%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-m .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-m .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-m .s-blog-avatar-container { width: 40%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-l .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-l .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-l .s-blog-avatar-container { width: 60%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-s .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-s .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-s .s-blog-avatar-container { padding-bottom: 30%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-m .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-m .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-m .s-blog-avatar-container { padding-bottom: 40%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-l .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-l .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-l .s-blog-avatar-container { padding-bottom: 60%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-s .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-s .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-s .s-blog-avatar-container { padding-bottom: 22.5%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-m .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-m .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-m .s-blog-avatar-container { padding-bottom: 30%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-l .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-l .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-l .s-blog-avatar-container { padding-bottom: 45%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-s .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-s .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-s .s-blog-avatar-container { padding-bottom: 7.5%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-m .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-m .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-m .s-blog-avatar-container { padding-bottom: 10%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-l .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-l .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-l .s-blog-avatar-container { padding-bottom: 15%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-s .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-s .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-s .s-blog-avatar-container { padding-bottom: 16.85%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-m .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-m .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-m .s-blog-avatar-container { padding-bottom: 22.5%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-l .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-l .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-l .s-blog-avatar-container { padding-bottom: 33.75%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-none .s-blog-details-head, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-none .s-blog-details-head, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-none .s-blog-details-head { display: inline-block; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-alignment-right .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-alignment-right .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-alignment-right .s-blog-entry-inner { flex-direction: row-reverse; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner { display: flex; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner .s-blog-entry-left { height: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner .s-blog-entry-right { flex: 1 1 0%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-square .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-square .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-square .s-blog-avatar-container { padding-bottom: 100%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-16-9 .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-16-9 .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-16-9 .s-blog-avatar-container { padding-bottom: 55.95%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-3 .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-3 .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-3 .s-blog-avatar-container { padding-bottom: 75%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-1 .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-1 .s-blog-avatar-container, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-1 .s-blog-avatar-container { padding-bottom: 25%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-1 .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-1 .s-blog-entry-right, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-1 .s-blog-entry-right { bottom: 0px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-blog-new-layout-grid .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-blog-new-layout-grid .s-blog-entry-left, body:not([data-mobile-new-breakpoint-stage="1"]) .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-blog-new-layout-grid .s-blog-entry-left { margin-bottom: 20px; }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-s .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-s .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-s .s-blog-avatar-container { width: 30%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-m .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-m .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-m .s-blog-avatar-container { width: 40%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-l .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-l .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-l .s-blog-avatar-container { width: 60%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-s .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-s .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-s .s-blog-avatar-container { padding-bottom: 30%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-m .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-m .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-m .s-blog-avatar-container { padding-bottom: 40%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-l .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-l .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-square.s-avatar-l .s-blog-avatar-container { padding-bottom: 60%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-s .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-s .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-s .s-blog-avatar-container { padding-bottom: 22.5%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-m .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-m .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-m .s-blog-avatar-container { padding-bottom: 30%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-l .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-l .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-3.s-avatar-l .s-blog-avatar-container { padding-bottom: 45%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-s .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-s .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-s .s-blog-avatar-container { padding-bottom: 7.5%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-m .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-m .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-m .s-blog-avatar-container { padding-bottom: 10%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-l .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-l .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-4-1.s-avatar-l .s-blog-avatar-container { padding-bottom: 15%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-s .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-s .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-s .s-blog-avatar-container { padding-bottom: 16.85%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-m .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-m .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-m .s-blog-avatar-container { padding-bottom: 22.5%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-l .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-l .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-landscape.s-avatar-landscape-16-9.s-avatar-l .s-blog-avatar-container { padding-bottom: 33.75%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-none .s-blog-details-head, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-none .s-blog-details-head, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-none .s-blog-details-head { display: inline-block; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-alignment-right .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-alignment-right .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row.s-avatar-alignment-right .s-blog-entry-inner { flex-direction: row-reverse; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner { display: flex; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner .s-blog-entry-left { height: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-row .s-blog-entry-inner .s-blog-entry-right { flex: 1 1 0%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-square .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-square .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-square .s-blog-avatar-container { padding-bottom: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-16-9 .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-16-9 .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-16-9 .s-blog-avatar-container { padding-bottom: 55.95%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-3 .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-3 .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-3 .s-blog-avatar-container { padding-bottom: 75%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-1 .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-1 .s-blog-avatar-container, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-1 .s-blog-avatar-container { padding-bottom: 25%; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-1 .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-1 .s-blog-entry-right, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-layout-columns.s-avatar-landscape.s-avatar-landscape-4-1 .s-blog-entry-right { bottom: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-blog-new-layout-grid .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .s-use-site-style-config-container .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-blog-new-layout-grid .s-blog-entry-left, body[data-mobile-new-breakpoint-stage="1"] .section-selector-wrapper .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts .s-blog-new-layout.s-blog-new-layout-grid .s-blog-entry-left { margin-bottom: 20px; }
}

@media screen and (max-width: 540px) {
  #s-content:not(.cro-mobile-review) .s-blog-wrapper .s-blog-col-placeholder .s-blog-posts.s-blog-posts-columns { display: flex; flex-wrap: wrap; }
}

.only-SEO-visible { position: absolute; left: -99999px; }

@media only screen and (min-width: 728px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-blog-entry.s-blog-entry-wide-margin.s-blog-new-layout-rows.s-layout-row { margin: 0px 28px; }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-blog-entry.s-blog-entry-wide-margin.s-blog-new-layout-rows.s-layout-row { margin: 0px 28px; }
}

.new-ecommerce-review-wrapper .ant-rate, .statistics-wrapper .ant-rate { display: flex; font-size: unset; line-height: unset; }

.new-ecommerce-review-wrapper .ant-rate .ant-rate-star:not(:last-child), .statistics-wrapper .ant-rate .ant-rate-star:not(:last-child) { margin-right: 2px; }

.new-ecommerce-review-wrapper .ant-rate .ant-rate-star .anticon, .statistics-wrapper .ant-rate .ant-rate-star .anticon { font-size: 16px; }

.new-ecommerce-review-wrapper .ant-rate .ant-rate-star.ant-rate-star-full .ant-rate-star-second, .new-ecommerce-review-wrapper .ant-rate .ant-rate-star.ant-rate-star-half .ant-rate-star-first, .statistics-wrapper .ant-rate .ant-rate-star.ant-rate-star-full .ant-rate-star-second, .statistics-wrapper .ant-rate .ant-rate-star.ant-rate-star-half .ant-rate-star-first { color: rgb(243, 199, 53); }

.new-ecommerce-review-wrapper .ant-rate .ant-rate-star > div:focus-visible, .new-ecommerce-review-wrapper .ant-rate .ant-rate-star > div:hover, .statistics-wrapper .ant-rate .ant-rate-star > div:focus-visible, .statistics-wrapper .ant-rate .ant-rate-star > div:hover { transform: scale(1); }

.new-ecommerce-review-wrapper .s-kit-progress .s-kit-progress-bg, .new-ecommerce-review-wrapper .s-kit-progress .s-kit-progress-inner, .statistics-wrapper .s-kit-progress .s-kit-progress-bg, .statistics-wrapper .s-kit-progress .s-kit-progress-inner { border-radius: 5px; }

.new-ecommerce-review-wrapper .s-kit-progress .s-kit-progress-bg, .statistics-wrapper .s-kit-progress .s-kit-progress-bg { background-color: rgb(243, 199, 53); }

.statistics-wrapper { display: flex; align-items: center; }

.statistics-wrapper .ant-rate .ant-rate-star { cursor: pointer; }

.new-ecommerce-review-wrapper { width: 100%; padding-top: 0px; font-size: var(--base-font-size); }

.new-ecommerce-review-wrapper .content .title-wrapper, .new-ecommerce-review-wrapper .header .title-wrapper { margin-bottom: 20px; }

.new-ecommerce-review-wrapper .content .title-wrapper .title, .new-ecommerce-review-wrapper .header .title-wrapper .title { font-weight: 700; line-height: 1.5; color: var(--item-title-color); font-size: var(--item-title-font-size,18px); }

.new-ecommerce-review-wrapper .header { z-index: 1; top: var(--nav-offset,0); position: sticky; background-color: rgb(255, 255, 255); }

.new-ecommerce-review-wrapper .header .s-kit-tabs { overflow: visible; }

.new-ecommerce-review-wrapper .header .s-kit-tabs .s-kit-tabs-bar { margin-bottom: 0px; border-bottom: 1px solid rgb(226, 228, 231); }

.new-ecommerce-review-wrapper .header .s-kit-tabs .s-kit-tabs-tab { font-weight: 700; color: var(--fade-color); font-size: var(--item-title-font-size); }

.new-ecommerce-review-wrapper .header .s-kit-tabs .s-kit-tabs-nav-scroll { text-align: left; }

.new-ecommerce-review-wrapper .header .s-kit-tabs .s-kit-tabs-tab-active { color: var(--item-title-color); }

.new-ecommerce-review-wrapper .header .s-kit-tabs .s-kit-tabs-ink-bar { background: var(--btn-color); }

.new-ecommerce-review-wrapper .content { text-align: left; }

.new-ecommerce-review-wrapper .content > div { margin-bottom: 30px; }

.new-ecommerce-review-wrapper .content .detail, .new-ecommerce-review-wrapper .content .reviews { margin-top: 30px; }

.new-ecommerce-review-wrapper .content .reviews .title-wrapper { justify-content: space-between; }

.new-ecommerce-review-wrapper .content .reviews .title-wrapper, .new-ecommerce-review-wrapper .content .reviews .title-wrapper .sort-wrapper { display: flex; align-items: center; }

.new-ecommerce-review-wrapper .content .reviews .title-wrapper .sort-wrapper .label { font-family: open_sans, "Open Sans", sans-serif; font-size: 14px; color: rgb(99, 105, 114); font-weight: 700; margin-right: 5px; }

.new-ecommerce-review-wrapper .content .reviews .title-wrapper .sort-wrapper .label:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.new-ecommerce-review-wrapper .content .reviews .title-wrapper .sort-wrapper .label:lang(sxl), .new-ecommerce-review-wrapper .content .reviews .title-wrapper .sort-wrapper .label:lang(zh), .new-ecommerce-review-wrapper .content .reviews .title-wrapper .sort-wrapper .label:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.new-ecommerce-review-wrapper .content .reviews .title-wrapper .sort-wrapper .label:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.new-ecommerce-review-wrapper .content .reviews .title-wrapper .sort-wrapper select { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; outline: none; color: rgb(99, 105, 114); font-size: 14px; font-family: open_sans, "Open Sans", sans-serif; }

.new-ecommerce-review-wrapper .content .reviews .title-wrapper .sort-wrapper select:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.new-ecommerce-review-wrapper .content .reviews .title-wrapper .sort-wrapper select:lang(sxl), .new-ecommerce-review-wrapper .content .reviews .title-wrapper .sort-wrapper select:lang(zh), .new-ecommerce-review-wrapper .content .reviews .title-wrapper .sort-wrapper select:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.new-ecommerce-review-wrapper .content .reviews .title-wrapper .sort-wrapper select:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.new-ecommerce-review-wrapper .content .average-wrapper { display: flex; padding: 20px; border-radius: 5px; border: 1px solid rgb(226, 228, 231); }

.new-ecommerce-review-wrapper .content .average-wrapper .total { line-height: 1.5; font-weight: 400; padding-right: 30px; color: var(--base-color); border-right: 1px solid rgb(226, 228, 231); }

.new-ecommerce-review-wrapper .content .average-wrapper .total > div { margin-bottom: 10px; }

.new-ecommerce-review-wrapper .content .average-wrapper .total .title { font-weight: 700; }

.new-ecommerce-review-wrapper .content .average-wrapper .total .total-count { display: flex; }

.new-ecommerce-review-wrapper .content .average-wrapper .total .total-count .ant-rate-text { margin-left: 10px; }

.new-ecommerce-review-wrapper .content .average-wrapper .details { flex: 1 1 0%; padding-left: 30px; }

.new-ecommerce-review-wrapper .content .average-wrapper .details .detail-item-wrapper { display: flex; align-items: center; margin-bottom: 5px; }

.new-ecommerce-review-wrapper .content .average-wrapper .details .detail-item-wrapper .ant-rate, .new-ecommerce-review-wrapper .content .average-wrapper .details .detail-item-wrapper .s-kit-progress { margin-right: 10px; }

.new-ecommerce-review-wrapper .content .average-wrapper .details .detail-item-wrapper .s-kit-progress { width: 100px; }

.new-ecommerce-review-wrapper .content .average-wrapper .details .detail-item-wrapper .count { color: var(--base-color); }

.new-ecommerce-review-wrapper .content .comment-item-wrapper { display: flex; padding-top: 20px; font-weight: 400; line-height: 1.5; color: rgb(99, 105, 114); padding-bottom: 20px; border-bottom: 1px solid rgb(226, 228, 231); }

.new-ecommerce-review-wrapper .content .comment-item-wrapper .user-detail-wrapper { width: 150px; }

.new-ecommerce-review-wrapper .content .comment-item-wrapper .user-detail-wrapper .ant-rate { padding: 4px 0px; }

.new-ecommerce-review-wrapper .content .comment-item-wrapper .user-detail-wrapper .ecommerce-options .ecommerce-label, .new-ecommerce-review-wrapper .content .comment-item-wrapper .user-detail-wrapper .user-name { font-weight: 700; }

.new-ecommerce-review-wrapper .content .comment-item-wrapper .user-detail-wrapper .ecommerce-options .ecommerce-label { margin-right: 5px; }

.new-ecommerce-review-wrapper .content .comment-item-wrapper .user-detail-wrapper .date, .new-ecommerce-review-wrapper .content .comment-item-wrapper .user-detail-wrapper .ecommerce-options, .new-ecommerce-review-wrapper .content .comment-item-wrapper .user-detail-wrapper .ecommerce-options:last-of-type, .new-ecommerce-review-wrapper .content .comment-item-wrapper .user-detail-wrapper .user-name { margin-bottom: 5px; }

.new-ecommerce-review-wrapper .content .comment-item-wrapper .comment-detail-wrapper { flex: 1 1 0%; padding-left: 30px; }

.new-ecommerce-review-wrapper .content .comment-item-wrapper .comment-detail-wrapper .images { display: flex; }

.new-ecommerce-review-wrapper .content .comment-item-wrapper .comment-detail-wrapper .images .item { width: 120px; height: 120px; overflow: hidden; position: relative; border-radius: 5px; }

.new-ecommerce-review-wrapper .content .comment-item-wrapper .comment-detail-wrapper .images .item:nth-child(4)::before { font-family: open_sans, "Open Sans", sans-serif; content: attr(data-image-count); width: 100%; height: 100%; color: rgb(255, 255, 255); font-size: 20px; font-weight: 700; position: absolute; text-align: center; line-height: 120px; background-color: rgba(0, 0, 0, 0.4); }

.new-ecommerce-review-wrapper .content .comment-item-wrapper .comment-detail-wrapper .images .item:nth-child(n+5) { display: none; }

.new-ecommerce-review-wrapper .content .comment-item-wrapper .comment-detail-wrapper .images .item:not(:last-of-type) { margin-right: 10px; margin-bottom: 10px; }

.new-ecommerce-review-wrapper .content .comment-item-wrapper .comment-detail-wrapper .images .item img { width: 100%; height: 100%; object-fit: cover; }

.new-ecommerce-review-wrapper .content .hidden-text { visibility: hidden; white-space: nowrap; }

.new-ecommerce-review-wrapper .next-btn-wrapper { text-align: center; }

@media screen and (max-width: 727px) {
  .new-ecommerce-review-wrapper .container { width: 100%; }
  .new-ecommerce-review-wrapper .container .detail, .new-ecommerce-review-wrapper .container .reviews { margin-top: 20px; }
  .new-ecommerce-review-wrapper .container .content .reviews .title-wrapper { flex-direction: column; align-items: flex-start; }
  .new-ecommerce-review-wrapper .container .content .reviews .title-wrapper .title { margin-bottom: 20px; }
  .new-ecommerce-review-wrapper .container .content .reviews .average-wrapper { padding: 15px; flex-direction: column; }
  .new-ecommerce-review-wrapper .container .content .reviews .average-wrapper .total { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; padding-right: 0px; display: flex; flex-direction: column; }
  .new-ecommerce-review-wrapper .container .content .reviews .average-wrapper .total .describe { order: 1; }
  .new-ecommerce-review-wrapper .container .content .reviews .average-wrapper .details { padding-left: 0px; }
  .new-ecommerce-review-wrapper .container .content .reviews .comment-item-wrapper { flex-direction: column; }
  .new-ecommerce-review-wrapper .container .content .reviews .comment-item-wrapper .user-detail-wrapper { width: 100%; }
  .new-ecommerce-review-wrapper .container .content .reviews .comment-item-wrapper .user-detail-wrapper .date, .new-ecommerce-review-wrapper .container .content .reviews .comment-item-wrapper .user-detail-wrapper .user-name { display: inline-block; }
  .new-ecommerce-review-wrapper .container .content .reviews .comment-item-wrapper .user-detail-wrapper .user-name { margin-right: 5px; }
  .new-ecommerce-review-wrapper .container .content .reviews .comment-item-wrapper .user-detail-wrapper .ant-rate { margin-bottom: 10px; }
  .new-ecommerce-review-wrapper .container .content .reviews .comment-item-wrapper .comment-detail-wrapper { padding-left: 0px; }
  .new-ecommerce-review-wrapper .container .content .reviews .comment-item-wrapper .comment-detail-wrapper .images { width: 260px; flex-flow: wrap; }
}

.repeated-elements.full-layout, .repeated-elements.inline-btn-layout, .repeated-elements.row-layout, .s-common-button-group.full-layout, .s-common-button-group.inline-btn-layout, .s-common-button-group.row-layout { display: flex; gap: 10px; flex-wrap: wrap; }

.repeated-elements.full-layout.flex-start, .repeated-elements.full-layout.flex-start-alignment, .repeated-elements.inline-btn-layout.flex-start, .repeated-elements.inline-btn-layout.flex-start-alignment, .repeated-elements.row-layout.flex-start, .repeated-elements.row-layout.flex-start-alignment, .s-common-button-group.full-layout.flex-start, .s-common-button-group.full-layout.flex-start-alignment, .s-common-button-group.inline-btn-layout.flex-start, .s-common-button-group.inline-btn-layout.flex-start-alignment, .s-common-button-group.row-layout.flex-start, .s-common-button-group.row-layout.flex-start-alignment { justify-content: flex-start; }

.repeated-elements.full-layout.center, .repeated-elements.full-layout.flex-center-alignment, .repeated-elements.inline-btn-layout.center, .repeated-elements.inline-btn-layout.flex-center-alignment, .repeated-elements.row-layout.center, .repeated-elements.row-layout.flex-center-alignment, .s-common-button-group.full-layout.center, .s-common-button-group.full-layout.flex-center-alignment, .s-common-button-group.inline-btn-layout.center, .s-common-button-group.inline-btn-layout.flex-center-alignment, .s-common-button-group.row-layout.center, .s-common-button-group.row-layout.flex-center-alignment { justify-content: center; }

.repeated-elements.full-layout.flex-end, .repeated-elements.full-layout.flex-end-alignment, .repeated-elements.inline-btn-layout.flex-end, .repeated-elements.inline-btn-layout.flex-end-alignment, .repeated-elements.row-layout.flex-end, .repeated-elements.row-layout.flex-end-alignment, .s-common-button-group.full-layout.flex-end, .s-common-button-group.full-layout.flex-end-alignment, .s-common-button-group.inline-btn-layout.flex-end, .s-common-button-group.inline-btn-layout.flex-end-alignment, .s-common-button-group.row-layout.flex-end, .s-common-button-group.row-layout.flex-end-alignment { justify-content: flex-end; }

.repeated-elements.full-layout.pc-full, .repeated-elements.inline-btn-layout.pc-full, .repeated-elements.row-layout.pc-full, .s-common-button-group.full-layout.pc-full, .s-common-button-group.inline-btn-layout.pc-full, .s-common-button-group.row-layout.pc-full { gap: 10px; }

.repeated-elements.full-layout.pc-full > div, .repeated-elements.inline-btn-layout.pc-full > div, .repeated-elements.row-layout.pc-full > div, .s-common-button-group.full-layout.pc-full > div, .s-common-button-group.inline-btn-layout.pc-full > div, .s-common-button-group.row-layout.pc-full > div { flex: 1 1 0%; }

.repeated-elements.full-layout.pc-full .s-button, .repeated-elements.full-layout.pc-full .s-button .s-component-content, .repeated-elements.full-layout.pc-full .s-button > :not(.s-component-editor-wrapper), .repeated-elements.inline-btn-layout.pc-full .s-button, .repeated-elements.inline-btn-layout.pc-full .s-button .s-component-content, .repeated-elements.inline-btn-layout.pc-full .s-button > :not(.s-component-editor-wrapper), .repeated-elements.row-layout.pc-full .s-button, .repeated-elements.row-layout.pc-full .s-button .s-component-content, .repeated-elements.row-layout.pc-full .s-button > :not(.s-component-editor-wrapper), .s-common-button-group.full-layout.pc-full .s-button, .s-common-button-group.full-layout.pc-full .s-button .s-component-content, .s-common-button-group.full-layout.pc-full .s-button > :not(.s-component-editor-wrapper), .s-common-button-group.inline-btn-layout.pc-full .s-button, .s-common-button-group.inline-btn-layout.pc-full .s-button .s-component-content, .s-common-button-group.inline-btn-layout.pc-full .s-button > :not(.s-component-editor-wrapper), .s-common-button-group.row-layout.pc-full .s-button, .s-common-button-group.row-layout.pc-full .s-button .s-component-content, .s-common-button-group.row-layout.pc-full .s-button > :not(.s-component-editor-wrapper) { height: 100%; }

.repeated-elements.full-layout.pc-full .s-common-button, .repeated-elements.inline-btn-layout.pc-full .s-common-button, .repeated-elements.row-layout.pc-full .s-common-button, .s-common-button-group.full-layout.pc-full .s-common-button, .s-common-button-group.inline-btn-layout.pc-full .s-common-button, .s-common-button-group.row-layout.pc-full .s-common-button { min-width: 120px; height: 100%; display: flex; justify-content: center; align-items: center; }

.repeated-elements.column-layout, .s-common-button-group.column-layout { display: flex; flex-direction: column; gap: 10px; }

.repeated-elements.column-layout.flex-start, .repeated-elements.column-layout.flex-start-alignment, .s-common-button-group.column-layout.flex-start, .s-common-button-group.column-layout.flex-start-alignment { align-items: flex-start; }

.repeated-elements.column-layout.center, .repeated-elements.column-layout.flex-center-alignment, .s-common-button-group.column-layout.center, .s-common-button-group.column-layout.flex-center-alignment { align-items: center; }

.repeated-elements.column-layout.flex-end, .repeated-elements.column-layout.flex-end-alignment, .s-common-button-group.column-layout.flex-end, .s-common-button-group.column-layout.flex-end-alignment { align-items: flex-end; }

.repeated-elements.full-layout { justify-content: space-around; }

.repeated-elements.full-layout > div { flex: 1 1 0%; }

.repeated-elements.full-layout > div:not(.s-component) { display: flex; }

.repeated-elements.full-layout .s-button, .repeated-elements.full-layout .s-button > div:not(.s-component-editor-wrapper), .repeated-elements.full-layout .s-button > div > div { flex: 1 1 0%; display: flex; }

.repeated-elements.full-layout .s-common-button { width: 100%; display: flex; align-items: center; justify-content: center; }

.repeated-elements.inline-btn-layout { flex-grow: 0; }

.repeated-elements .s-component.s-text { padding: 4px 0px; }

.repeated-elements .s-component.s-text .s-component-editor-wrapper.s-ckeditor .s-component-empty { left: 0px; top: 0px; padding: 0px; }

.repeated-elements .repeated-element-placeholder { position: relative; z-index: 91; flex: 1 1 0%; display: flex; align-items: center; justify-content: center; align-self: stretch; border-radius: 2px; border: 1px dashed rgba(200, 200, 200, 0.5); color: rgb(170, 170, 170); font-size: 14px; font-weight: 300; padding: 3px 0px; font-style: italic; cursor: pointer; font-family: open_sans, "Open Sans", sans-serif; }

.repeated-elements .repeated-element-placeholder:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.repeated-elements .repeated-element-placeholder:lang(sxl), .repeated-elements .repeated-element-placeholder:lang(zh), .repeated-elements .repeated-element-placeholder:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.repeated-elements .repeated-element-placeholder:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.repeated-elements .repeated-element-placeholder .placeholder-plus-icon { margin-right: 5px; font-size: 16px; }

.repeated-elements-popover.s-kit-popover .s-kit-popover-content { width: 237px; }

.repeated-elements-popover.s-kit-popover .s-kit-popover-content .s-kit-popover-inner { overflow: hidden; }

.repeated-elements-popover.s-kit-popover .s-kit-popover-content .s-kit-popover-inner-content .insert-popover-wrapper.new-s6-element-panel.repeated-elements-popover-panel { width: auto; }

.repeated-elements-popover.s-kit-popover .s-kit-popover-content .s-kit-popover-inner-content .insert-popover-wrapper.new-s6-element-panel.repeated-elements-popover-panel .component-selector { height: 72px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-common-button-group.row-layout { display: flex; flex-direction: column; row-gap: 10px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-common-button-group.row-layout.mobile-full { justify-content: unset; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-common-button-group.row-layout.new-smart-binding.flex-start-alignment { align-items: flex-start; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-common-button-group.row-layout.new-smart-binding.flex-center-alignment { align-items: center; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-common-button-group.row-layout.new-smart-binding.flex-end-alignment { align-items: flex-end; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-common-button-group.column-layout.mobile-full { align-items: unset; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-common-button-group .full-width-on-mobile { width: 100%; box-sizing: border-box; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .repeated-elements.btn-group { flex-direction: column; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .repeated-elements .s-common-button { flex: 1 1 0%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .repeated-elements .s-component.s-text { flex: 0 0 calc(50% - 15px); }
  body:not([data-mobile-new-breakpoint-stage="1"]) .repeated-elements .s-component.s-image { flex: 0 0 calc(50% - 5px); }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-common-button-group.row-layout { display: flex; flex-direction: column; row-gap: 10px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-common-button-group.row-layout.mobile-full { justify-content: unset; }
  body[data-mobile-new-breakpoint-stage="1"] .s-common-button-group.row-layout.new-smart-binding.flex-start-alignment { align-items: flex-start; }
  body[data-mobile-new-breakpoint-stage="1"] .s-common-button-group.row-layout.new-smart-binding.flex-center-alignment { align-items: center; }
  body[data-mobile-new-breakpoint-stage="1"] .s-common-button-group.row-layout.new-smart-binding.flex-end-alignment { align-items: flex-end; }
  body[data-mobile-new-breakpoint-stage="1"] .s-common-button-group.column-layout.mobile-full { align-items: unset; }
  body[data-mobile-new-breakpoint-stage="1"] .s-common-button-group .full-width-on-mobile { width: 100%; box-sizing: border-box; }
  body[data-mobile-new-breakpoint-stage="1"] .repeated-elements.btn-group { flex-direction: column; }
  body[data-mobile-new-breakpoint-stage="1"] .repeated-elements .s-common-button { flex: 1 1 0%; }
  body[data-mobile-new-breakpoint-stage="1"] .repeated-elements .s-component.s-text { flex: 0 0 calc(50% - 15px); }
  body[data-mobile-new-breakpoint-stage="1"] .repeated-elements .s-component.s-image { flex: 0 0 calc(50% - 5px); }
  body[data-mobile-new-breakpoint-stage="1"] .s-slider-section-s5 { padding-top: 0px !important; }
}

.button-and-overlay { position: relative; display: flex; }

.button-and-overlay.pc-full { flex: 1 1 0%; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .button-and-overlay.mobile-automatic { flex: 1 1 0%; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .button-and-overlay.mobile-automatic { flex: 1 1 0%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-slider-section-s5 { padding-top: 0px !important; }
}

.repeated-elements:has(> .s-text) { column-gap: 30px; }

.fa.fa-twitter::before, .fab.fa-twitter::before { content: "𝕏"; }

#s-content .s-form.s-email-form.left-align { text-align: left; display: flex; justify-content: flex-start; }

#s-content .s-form.s-email-form.left-align .s-component-editor-wrapper .s-component-overlay { left: 0px; }

#s-content .s-form.s-email-form.center-align { text-align: center; display: flex; justify-content: center; }

#s-content .s-form.s-email-form.center-align .s-component-editor-wrapper .s-component-overlay { left: 0px; }

#s-content .s-form.s-email-form.right-align { text-align: right; display: flex; justify-content: flex-end; }

#s-content .s-form.s-email-form.right-align .s-component-editor-wrapper .s-component-overlay { left: 0px; }

#s-content .s-email-form-container.left-align { text-align: left; }

#s-content .s-email-form-container.left-align .s-email-form, #s-content .s-email-form-container.left-align .s-signup-form { display: flex; justify-content: flex-start; text-align: left; }

#s-content .s-email-form-container.left-align .s-email-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), #s-content .s-email-form-container.left-align .s-signup-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text) { left: 10px; }

#s-content .s-email-form-container.left-align .s-component-editor-wrapper .s-component-overlay { left: 0px; }

#s-content .s-email-form-container.center-align { text-align: center; }

#s-content .s-email-form-container.center-align .s-email-form, #s-content .s-email-form-container.center-align .s-signup-form { display: flex; justify-content: center; text-align: center; }

#s-content .s-email-form-container.center-align .s-email-form .s-email-form-fields-group, #s-content .s-email-form-container.center-align .s-signup-form .s-email-form-fields-group { text-align: center; }

#s-content .s-email-form-container.center-align .s-component-editor-wrapper .s-component-overlay { left: 0px; }

#s-content .s-email-form-container.right-align { text-align: right; }

#s-content .s-email-form-container.right-align .s-email-form, #s-content .s-email-form-container.right-align .s-signup-form { display: flex; justify-content: flex-end; text-align: right; }

#s-content .s-email-form-container.right-align .s-email-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text), #s-content .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text) { left: 20px; }

#s-content .s-email-form-container.right-align .s-component-editor-wrapper .s-component-overlay { left: 0px; }

#s-content .s-contact-section-columns.center-align .s-email-form-fields-group .s-email-form-field.s-submit-field { text-align: center; }

#s-content .s-email-form-container.left-align .s-email-form .s-email-form-fields-group, #s-content .s-email-form-container.left-align .s-signup-form .s-email-form-fields-group { text-align: left; }

#s-content .s-email-form-container.left-align .s-email-form .s-email-form-fields-group .s-email-form-field, #s-content .s-email-form-container.left-align .s-signup-form .s-email-form-fields-group .s-email-form-field { padding-right: 10px; padding-left: 0px; }

#s-content .s-email-form-container.right-align .s-email-form .s-email-form-fields-group, #s-content .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group { text-align: right; }

#s-content .s-email-form-container.right-align .s-email-form .s-email-form-fields-group .s-email-form-field, #s-content .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field { margin-left: 0px; padding-right: 0px; padding-left: 10px; margin-right: 0px !important; }

#s-content .s-contact-section-columns.left-align .s-email-form-fields-group .s-email-form-field.s-submit-field, #s-content .s-email-form.left-align .s-email-form-fields-group .s-email-form-field.s-submit-field { text-align: left; }

#s-content .s-contact-section-columns.right-align .s-email-form-fields-group .s-email-form-field.s-submit-field, #s-content .s-email-form.right-align .s-email-form-fields-group .s-email-form-field.s-submit-field { text-align: right; }

#s-content .s-form.s-email-form.flex-start-alignment { text-align: left; }

.rtl-layout #s-content .s-form.s-email-form.flex-start-alignment { text-align: right; }

#s-content .s-form.s-email-form.flex-center-alignment { text-align: center; }

#s-content .s-form.s-email-form.flex-end-alignment { text-align: right; }

.rtl-layout #s-content .s-form.s-email-form.flex-end-alignment { text-align: left; }

@media only screen and (max-width: 767px) {
  #s-content .s-section .left-alignment-on-mobile, #s-use-site-style-config-container .s-section .left-alignment-on-mobile, #section-selector-wrapper .s-section .left-alignment-on-mobile { text-align: left; }
  #s-content .s-section .left-alignment-on-mobile .s-img-wrapper .s-ratio-box, #s-use-site-style-config-container .s-section .left-alignment-on-mobile .s-img-wrapper .s-ratio-box, #section-selector-wrapper .s-section .left-alignment-on-mobile .s-img-wrapper .s-ratio-box { margin-left: 0px; margin-right: auto; }
  #s-content .s-section .center-alignment-on-mobile, #s-use-site-style-config-container .s-section .center-alignment-on-mobile, #section-selector-wrapper .s-section .center-alignment-on-mobile { text-align: center; }
  #s-content .s-section .center-alignment-on-mobile .s-img-wrapper .s-ratio-box, #s-use-site-style-config-container .s-section .center-alignment-on-mobile .s-img-wrapper .s-ratio-box, #section-selector-wrapper .s-section .center-alignment-on-mobile .s-img-wrapper .s-ratio-box { margin-left: auto; margin-right: auto; }
  #s-content .s-section .right-alignment-on-mobile, #s-use-site-style-config-container .s-section .right-alignment-on-mobile, #section-selector-wrapper .s-section .right-alignment-on-mobile { text-align: right; }
  #s-content .s-section .right-alignment-on-mobile .s-img-wrapper .s-ratio-box, #s-use-site-style-config-container .s-section .right-alignment-on-mobile .s-img-wrapper .s-ratio-box, #section-selector-wrapper .s-section .right-alignment-on-mobile .s-img-wrapper .s-ratio-box { margin-right: 0px; margin-left: auto; }
  .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content .s-section .left-alignment, #s-content .s-section .left-alignment .s-email-form, #s-use-site-style-config-container .s-section .left-alignment, #s-use-site-style-config-container .s-section .left-alignment .s-email-form, #section-selector-wrapper .s-section .left-alignment, #section-selector-wrapper .s-section .left-alignment .s-email-form { text-align: left; }

#s-content .s-section .left-alignment .s-email-form .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container .s-section .left-alignment .s-email-form .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper .s-section .left-alignment .s-email-form .s-email-form-fields-group .s-email-form-field { margin-left: 0px; margin-right: auto; }

#s-content .s-section .center-alignment, #s-content .s-section .center-alignment .s-email-form, #s-use-site-style-config-container .s-section .center-alignment, #s-use-site-style-config-container .s-section .center-alignment .s-email-form, #section-selector-wrapper .s-section .center-alignment, #section-selector-wrapper .s-section .center-alignment .s-email-form { text-align: center; }

#s-content .s-section .center-alignment .s-email-form .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container .s-section .center-alignment .s-email-form .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper .s-section .center-alignment .s-email-form .s-email-form-fields-group .s-email-form-field { margin-left: auto; margin-right: auto; }

#s-content .s-section .right-alignment, #s-content .s-section .right-alignment .s-email-form, #s-use-site-style-config-container .s-section .right-alignment, #s-use-site-style-config-container .s-section .right-alignment .s-email-form, #section-selector-wrapper .s-section .right-alignment, #section-selector-wrapper .s-section .right-alignment .s-email-form { text-align: right; }

#s-content .s-section .right-alignment .s-email-form .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container .s-section .right-alignment .s-email-form .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper .s-section .right-alignment .s-email-form .s-email-form-fields-group .s-email-form-field { margin-right: 0px; margin-left: auto; }

#s-content .s-section .flex-start-alignment, #s-use-site-style-config-container .s-section .flex-start-alignment, #section-selector-wrapper .s-section .flex-start-alignment { display: flex; justify-content: flex-start; text-align: left; }

#s-content .s-section .flex-start-alignment .s-email-form, #s-use-site-style-config-container .s-section .flex-start-alignment .s-email-form, #section-selector-wrapper .s-section .flex-start-alignment .s-email-form { text-align: left; }

#s-content .s-section .flex-start-alignment .s-email-form .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container .s-section .flex-start-alignment .s-email-form .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper .s-section .flex-start-alignment .s-email-form .s-email-form-fields-group .s-email-form-field { margin-left: 0px; margin-right: auto; }

#s-content .s-section .flex-center-alignment, #s-use-site-style-config-container .s-section .flex-center-alignment, #section-selector-wrapper .s-section .flex-center-alignment { display: flex; justify-content: center; text-align: center; }

#s-content .s-section .flex-center-alignment .s-email-form, #s-use-site-style-config-container .s-section .flex-center-alignment .s-email-form, #section-selector-wrapper .s-section .flex-center-alignment .s-email-form { text-align: center; }

#s-content .s-section .flex-center-alignment .s-email-form .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container .s-section .flex-center-alignment .s-email-form .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper .s-section .flex-center-alignment .s-email-form .s-email-form-fields-group .s-email-form-field { margin-left: auto; margin-right: auto; }

#s-content .s-section .flex-end-alignment, #s-use-site-style-config-container .s-section .flex-end-alignment, #section-selector-wrapper .s-section .flex-end-alignment { display: flex; justify-content: flex-end; text-align: right; }

#s-content .s-section .flex-end-alignment .s-email-form, #s-use-site-style-config-container .s-section .flex-end-alignment .s-email-form, #section-selector-wrapper .s-section .flex-end-alignment .s-email-form { text-align: right; }

#s-content .s-section .flex-end-alignment .s-email-form .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container .s-section .flex-end-alignment .s-email-form .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper .s-section .flex-end-alignment .s-email-form .s-email-form-fields-group .s-email-form-field { margin-right: 0px; margin-left: auto; }

#s-content .s-section .recaptcha-widget-container, #s-use-site-style-config-container .s-section .recaptcha-widget-container, #section-selector-wrapper .s-section .recaptcha-widget-container { display: block; }

#s-content .s-section .recaptcha-widget-container .g-recaptcha, #s-use-site-style-config-container .s-section .recaptcha-widget-container .g-recaptcha, #section-selector-wrapper .s-section .recaptcha-widget-container .g-recaptcha { display: inline-block; }

.iosslider { position: relative; left: 0px; top: 0px; overflow: hidden; width: 100%; transition: height 0.6s; }

.iosslider .slider { width: 100%; height: 100%; z-index: 1; }

.iosslider .slider.img-editor-open .slick-slide.slick-active .item { background-size: contain !important; }

.iosslider .slider > div { overflow: hidden; }

.iosslider .slider.show-media-editor { position: relative; z-index: 3; }

.iosslider .slider .slick-list { transition: height 0.3s; }

.iosslider .slider .inner { display: flex; align-items: center; position: relative; transform: translateZ(0px); }

@media only screen and (max-width: 550px) {
  .iosslider .slider .inner { flex-direction: column; }
}

@media only screen and (max-width: 727px) {
  .iosslider .slider .inner .cta-button-wrapper { text-align: center; }
}

.iosslider .slider .item { position: relative; min-height: 440px; display: flex; align-items: flex-start; justify-content: center; overflow: hidden; transition: height 0.4s; }

@media only screen and (max-width: 727px) {
  .iosslider .slider .item { min-height: 180px; }
}

.iosslider .next-button, .iosslider .prev-button { cursor: pointer; position: absolute; z-index: 2; top: 0px; bottom: 0px; padding: 0px 50px; }

.iosslider .next-button .arrow, .iosslider .prev-button .arrow { position: absolute; top: 50%; margin-top: -15px; color: transparent; user-select: none; }

.iosslider .next-button.editing, .iosslider .prev-button.editing { padding: 0px 25px; }

@media only screen and (max-width: 727px) {
  .iosslider .next-button, .iosslider .prev-button { display: none; }
}

.iosslider .next-button .arrow, .iosslider .prev-button .arrow { width: 18px; height: 30px; opacity: 1; transition: 0.6s; }

.iosslider .next-button:hover, .iosslider .prev-button:hover { background: rgba(200, 200, 200, 0.1); }

.iosslider .next-button:hover .arrow, .iosslider .prev-button:hover .arrow { opacity: 1; }

.iosslider .prev-button { left: 0px; }

.iosslider .prev-button .arrow { background: url("/images/paddle_prev_999.7298f280860519af34b943868d1bb20a.png") no-repeat; right: 36px; }

.iosslider .prev-button.editing .arrow { right: 6px; }

.iosslider .next-button { right: 0px; }

.iosslider .next-button .arrow { background: url("/images/paddle_next_999.2f79520c267d4d18f859e66e7bdf9e61.png") no-repeat; left: 36px; }

.iosslider .next-button.editing .arrow { left: 6px; }

@media only screen and (max-width: 1171px) {
  .iosslider .next-button, .iosslider .prev-button { padding: 0px 35px; }
  .iosslider .prev-button .arrow { right: 17px; }
  .iosslider .next-button .arrow { left: 17px; }
}

.iosslider .slide-selectors { position: absolute; bottom: 30px; left: 0px; right: 0px; z-index: 4; }

.iosslider .slide-selectors .slide-selectors-inner { margin: 0px auto; }

.iosslider .slide-selectors .slide-selectors-inner .selector-wrapper { overflow: hidden; display: inline-block; zoom: 1; margin: 0px 5px; }

.iosslider .slide-selectors .slide-selectors-inner .selector-wrapper.middle { vertical-align: middle; }

.iosslider .slide-selectors .slide-selectors-inner .selector-wrapper .selector { position: relative; z-index: 2; width: 16px; height: 16px; transition: 0.3s linear; background: rgba(0, 0, 0, 0.25); border-radius: 100%; cursor: pointer !important; }

.iosslider .slide-selectors .slide-selectors-inner .selector-wrapper .selector.selected, .iosslider .slide-selectors .slide-selectors-inner .selector-wrapper .selector:hover { background: rgba(0, 0, 0, 0.8); }

.iosslider.with-adjust ul.slick-dots li button::before { opacity: 1; background: rgba(0, 0, 0, 0.25); }

.iosslider.with-adjust ul.slick-dots li.slick-active button::before, .iosslider.with-adjust ul.slick-dots li:hover button::before { opacity: 1; background: rgba(0, 0, 0, 0.8); }

.iosslider.dark-overlays .prev-button .arrow { background: url("/images/paddle_prev_fff.525c063b989d5e545a0953ed272a7ba7.png"); }

.iosslider.dark-overlays .next-button .arrow { background: url("/images/paddle_next_fff.0e534757807692ac2e5343e66c97ab75.png"); }

.iosslider.dark-overlays .slide-selectors .slide-selectors-inner .selector-wrapper .selector { background: rgba(255, 255, 255, 0.25); }

.iosslider.dark-overlays .slide-selectors .slide-selectors-inner .selector-wrapper .selector.selected, .iosslider.dark-overlays .slide-selectors .slide-selectors-inner .selector-wrapper .selector:hover { background: rgba(255, 255, 255, 0.8); }

.iosslider.dark-overlays ul.slick-dots li button::before { background: rgba(255, 255, 255, 0.25); }

.iosslider.dark-overlays.with-adjust ul.slick-dots li button::before { opacity: 1; background: rgba(255, 255, 255, 0.25); }

.iosslider.dark-overlays.with-adjust ul.slick-dots li.slick-active button::before, .iosslider.dark-overlays.with-adjust ul.slick-dots li:hover button::before { opacity: 1; background: rgba(255, 255, 255, 0.8); }

.iosslider .slider .inner { padding: 80px 0px; }

@media only screen and (max-width: 839px) {
  .iosslider .slider .inner { padding: 50px 0px 70px; }
}

.s-bg-dark-text .iosslider .prev-button .arrow, .wide.strikingly-dark-text .iosslider .prev-button .arrow { background: url("/images/paddle_prev_999.7298f280860519af34b943868d1bb20a.png"); }

.s-bg-dark-text .iosslider .next-button .arrow, .wide.strikingly-dark-text .iosslider .next-button .arrow { background: url("/images/paddle_next_999.2f79520c267d4d18f859e66e7bdf9e61.png"); }

.slider-container .s-slider-placeholder { height: 250px; display: flex; align-items: center; justify-content: center; }

.s-slider-section .slider-loading { width: 100%; position: relative; margin-left: 0px; left: 0px; font-size: 20px; }

.slick-list, .slick-slider, .slick-track { position: relative; display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track { visibility: hidden; }

.slick-slider { box-sizing: border-box; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-slider.transition-fade .slick-slide:not(.slick-active) { z-index: -1; }

.slick-slider.transition-fade .slick-slide:not(.slick-active) > div { opacity: 0; }

.slick-slider.transition-fade .slick-slide:not(.slick-active) > div .inner { display: none; }

.slick-slider .slick-slide-item-wrapper { vertical-align: top; }

.slick-list { overflow: hidden; margin: 0px; padding: 0px; }

.slick-list:focus { outline: 0px; }

.slick-list.dragging { cursor: pointer; }

.slick-slider .slick-list, .slick-slider .slick-track { transform: translateZ(0px); }

.slick-track { top: 0px; left: 0px; }

.slick-track::after, .slick-track::before { display: table; content: ""; }

.slick-track::after { clear: both; }

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }

[dir="rtl"] .slick-slide { float: right; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

.slick-dots, .slick-next, .slick-prev { position: absolute; display: block; padding: 0px; }

.slick-dots li button::before, .slick-next::before, .slick-prev::before { font-family: slick; -webkit-font-smoothing: antialiased; }

.slick-next, .slick-prev { font-size: 0px; line-height: 0; top: 50%; width: 20px; height: 20px; transform: translateY(-50%); cursor: pointer; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover { color: transparent; outline: 0px; background: 0px 0px; }

.slick-next:focus::before, .slick-next:hover::before, .slick-prev:focus::before, .slick-prev:hover::before { opacity: 1; }

.slick-next.slick-disabled::before, .slick-prev.slick-disabled::before { opacity: 0.25; }

.slick-next::before, .slick-prev::before { font-size: 20px; line-height: 1; opacity: 0.75; color: rgb(255, 255, 255); }

.slick-prev { left: -25px; }

[dir="rtl"] .slick-prev { right: -25px; left: auto; }

.slick-prev::before { content: "â†"; }

.slick-next::before, [dir="rtl"] .slick-prev::before { content: "â†’"; }

.slick-next { right: -25px; }

[dir="rtl"] .slick-next { right: auto; left: -25px; }

[dir="rtl"] .slick-next::before { content: "â†"; }

.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots { bottom: -25px; width: 100%; margin: 0px; list-style: none; text-align: center; }

.slick-dots li { position: relative; display: inline-block; margin: 0px 5px; padding: 0px; }

.slick-dots li, .slick-dots li button { width: 20px; height: 20px; cursor: pointer; }

.slick-dots li button { font-size: 0px; line-height: 0; display: block; padding: 5px; color: transparent; border: 0px; outline: 0px; background: 0px 0px; }

.slick-dots li button:focus, .slick-dots li button:hover { outline: 0px; }

.slick-dots li button:focus::before, .slick-dots li button:hover::before { opacity: 1; }

.slick-dots li button::before { font-size: 6px; line-height: 20px; position: absolute; top: 0px; left: 0px; width: 20px; height: 20px; content: "â€¢"; text-align: center; opacity: 0.25; color: rgb(0, 0, 0); }

.slick-dots li.slick-active button::before { opacity: 0.75; color: rgb(0, 0, 0); }

.mobile-slider-container .slick-dots { bottom: 25px; }

.mobile-slider-container .slick-dots li button::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.25); }

.mobile-slider-container .slick-dots li:not(.slick-active) button:focus::before, .mobile-slider-container .slick-dots li:not(.slick-active) button:hover::before { opacity: 0.25; }

.slick-slide.slick-active { display: block; width: 100%; }

#new-dashboard-preview-mobile-view .s-section .iosslider .next-button, #new-dashboard-preview-mobile-view .s-section .iosslider .prev-button { display: none; }

.s-new-layout-i .social-media-link { margin: 0px 15px; }

#s-content.side-menu-opened .s-new-layout-i .s-kit-drawer .s-kit-drawer-content-wrapper { margin-left: 240px; }

.editor-rtl-layout #s-content.side-menu-opened .s-new-layout-i .s-kit-drawer .s-kit-drawer-content-wrapper { margin-right: 240px; margin-left: 0px; }

#s-content .s-new-layout-i .s-ant-drawer-container { margin-left: 0px !important; }

.s-nav.navigator .s-new-layout-i.s-navbar-desktop.s-nav-transparent-desktop { background: transparent; position: absolute; left: 0px; z-index: 201; width: 100%; box-sizing: border-box; }

.s-item-page-content .s-nav.navigator .s-new-layout-i.s-navbar-desktop.s-nav-transparent-desktop.s-navbar-desktop-normal, .s-product-page-content .s-nav.navigator .s-new-layout-i.s-navbar-desktop.s-nav-transparent-desktop.s-navbar-desktop-normal { position: static; }

.s-nav.navigator .s-new-layout-i.s-navbar-desktop.s-nav-transparent-desktop.s-navbar-desktop-normal:not(.in-editor) .s-title-wrap > .no-image1 { display: none; }

.s-nav.navigator .s-new-layout-i.s-navbar-desktop-normal.overlaps-content { position: absolute; left: 0px; width: 100%; z-index: 201; }

.s-nav.navigator .s-new-layout-i.s-navbar-desktop-fixed { transform: translateY(-250px); }

.s-nav.navigator .s-new-layout-i.s-navbar-desktop-fixed:not(.inline-layout) { transition: transform 0.75s, -webkit-transform 0.75s; }

.s-nav.navigator .s-new-layout-i.s-navbar-desktop-fixed:not(.inline-layout)._show { transform: translateY(0px); }

.s-nav.navigator .s-new-layout-i.s-navbar-desktop-fixed:not(.inline-layout)._show.s-nav-sticky-drop-shadow-default { box-shadow: rgba(0, 0, 0, 0.12) 0px 1px; }

.s-nav.navigator .s-new-layout-i.s-navbar-desktop-fixed .s-logo-title { display: none; }

.rtl-layout .s-nav.navigator .s-new-layout-i .s-kit-drawer-close { left: 0px; right: auto; }

.s-nav.navigator .s-new-layout-i .s-nav-inner .s-nav-inner-wrap { display: flex; align-items: center; justify-content: space-between; }

.s-nav.navigator .s-new-layout-i .s-nav-inner .s-nav-inner-wrap .s-title-wrap { display: flex; flex-direction: column; gap: 10px; text-align: center; max-width: 200px; margin: 0px 15px; }

.s-nav.navigator .s-new-layout-i .s-nav-inner .s-nav-inner-wrap .s-title-wrap .s-logo-image img { max-height: 50px; }

.s-nav.navigator .s-new-layout-i .s-nav-inner .s-nav-inner-wrap .s-nav-menu-btn { flex: 1 1 0%; text-align: left; }

.s-nav.navigator .s-new-layout-i .s-nav-inner .s-nav-inner-wrap .s-nav-menu-btn .fas { cursor: pointer; }

.s-nav.navigator .s-new-layout-i .s-nav-inner .s-nav-inner-wrap .s-nav-menu-btn-icon { padding: 10px 20px; }

.s-nav.navigator .s-new-layout-i .s-nav-inner .s-nav-inner-wrap .s-drawer-nav-right { flex: 1 1 0%; display: flex; align-items: center; justify-content: end; }

.s-nav.navigator .s-new-layout-i .s-nav-inner .s-nav-inner-wrap .s-drawer-nav-right .s-nav-icons { justify-content: end; }

.s-nav.navigator .s-new-layout-i.layout-drawer-wrap { z-index: 220; }

.s-nav.navigator .s-new-layout-i.layout-drawer-wrap .s-kit-drawer .s-kit-drawer-content-wrapper { min-width: 270px; }

.s-nav.navigator .s-new-layout-i.layout-drawer-wrap .s-kit-drawer .s-kit-drawer-content-wrapper .s-kit-drawer-content .s-kit-drawer-body .nav-items-and-links-wrap .navbar-collapse-menu, .s-nav.navigator .s-new-layout-i.layout-drawer-wrap .s-kit-drawer .s-kit-drawer-content-wrapper .s-kit-drawer-content .s-kit-drawer-body .nav-items-and-links-wrap .s-nav-li > .s-nav-link-container { padding: 12px 7px; }

.s-nav.navigator .s-new-layout-i .nav-items-and-links-wrap .navbar-collapse-menu { cursor: pointer; display: flex; justify-content: space-between; align-items: center; }

.s-nav.navigator .s-new-layout-i .nav-items-and-links-wrap .collapse-menu-icon { transition: 0.3s; }

.rtl-layout .s-nav.navigator .s-new-layout-i .nav-items-and-links-wrap .collapse-menu-icon::before { transform: rotate(180deg); }

.s-nav.navigator .s-new-layout-i .nav-items-and-links-wrap .collapse-item-content { padding-left: 14px; overflow: hidden; max-height: 0px; transition: max-height 0.3s; }

.rtl-layout .s-nav.navigator .s-new-layout-i .nav-items-and-links-wrap .collapse-item-content { padding-right: 14px; padding-left: 0px; }

.s-nav.navigator .s-new-layout-i .nav-items-and-links-wrap .s-nav-li.expanded > .collapse-item-content { max-height: 1000px; }

.s-nav.navigator .s-new-layout-i .nav-items-and-links-wrap .s-nav-li.expanded > .navbar-collapse-menu .collapse-menu-icon::before { transform: rotate(90deg); }

.rtl-layout #s-content .navigator .s-navbar-desktop.s-new-layout-e.s-navbar-desktop-fixed .s-logo-title, .rtl-layout #s-content .navigator .s-navbar-desktop.s-new-layout-e.s-navbar-desktop-fixed .s-nav-items-and-links, .rtl-layout #s-content .navigator .s-navbar-desktop.s-new-layout-e.s-navbar-desktop-normal .s-nav-logo-wrapper { text-align: right; }

.rtl-layout #s-content .navigator .s-navbar-desktop.s-new-layout-f .s-nav-btn { margin-left: 0px; }

.rtl-layout #s-content .navigator .s-navbar-desktop.s-new-layout-i .s-nav-menu-btn { text-align: right; }

.s-nav.navigator ::-webkit-scrollbar { appearance: none; width: 7px; height: 7px; }

.s-nav.navigator ::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0, 0, 0, 0.5); box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 1px; }

.s-nav.navigator .s-navbar-desktop .s-common-button { margin-top: 0px; word-break: keep-all; white-space: nowrap; box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 1px; }

.s-nav.navigator .s-navbar-desktop .s-logo, .s-nav.navigator .s-navbar-desktop .s-logo-title { flex-shrink: 0; }

.s-nav.navigator .s-navbar-desktop .s-logo * h1, .s-nav.navigator .s-navbar-desktop .s-logo * h2, .s-nav.navigator .s-navbar-desktop .s-logo * h3, .s-nav.navigator .s-navbar-desktop .s-logo * h4, .s-nav.navigator .s-navbar-desktop .s-logo * h5, .s-nav.navigator .s-navbar-desktop .s-logo-title * h1, .s-nav.navigator .s-navbar-desktop .s-logo-title * h2, .s-nav.navigator .s-navbar-desktop .s-logo-title * h3, .s-nav.navigator .s-navbar-desktop .s-logo-title * h4, .s-nav.navigator .s-navbar-desktop .s-logo-title * h5 { margin-bottom: 0px !important; }

.s-nav.navigator .s-navbar-desktop .s-text { line-height: 1.3; }

.s-nav.navigator .s-navbar-desktop .s-logo-subtitle, .s-nav.navigator .s-navbar-desktop .s-logo-title { display: inline-block; min-width: 70px; }

.s-nav.navigator .s-navbar-desktop .s-logo-subtitle a, .s-nav.navigator .s-navbar-desktop .s-logo-title a { color: inherit; }

.s-nav.navigator .s-navbar-desktop .s-logo-title .s-component.s-text .s-component-editor { z-index: 210; }

.s-nav.navigator .s-navbar-desktop .s-nav-icons, .s-nav.navigator .s-navbar-desktop .s-nav-items-container { display: flex; align-items: center; }

.s-nav.navigator .s-navbar-desktop .s-nav-icons .s-nav-li, .s-nav.navigator .s-navbar-desktop .s-nav-items-container .s-nav-li { cursor: pointer; }

.s-nav.navigator .s-navbar-desktop .s-nav-icons.s-nav-items-and-links, .s-nav.navigator .s-navbar-desktop .s-nav-items-container.s-nav-items-and-links { flex-grow: 0 !important; }

.s-nav.navigator .s-navbar-desktop .s-nav-icons.s-nav-items-and-links .s-nav-li, .s-nav.navigator .s-navbar-desktop .s-nav-items-container.s-nav-items-and-links .s-nav-li { height: auto !important; }

.s-nav.navigator .s-navbar-desktop .s-nav-icons.s-nav-items-and-links .s-membership-nav, .s-nav.navigator .s-navbar-desktop .s-nav-items-container.s-nav-items-and-links .s-membership-nav { padding: 0px; display: inline-block; }

.s-nav.navigator .s-navbar-desktop .s-nav-icons.s-nav-items-and-links .s-membership-nav .s-navbar-dropdown, .s-nav.navigator .s-navbar-desktop .s-nav-items-container.s-nav-items-and-links .s-membership-nav .s-navbar-dropdown { box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 2px; }

.s-nav.navigator .s-navbar-desktop .s-nav-icons.s-nav-items-and-links .s-nav-link-container > a, .s-nav.navigator .s-navbar-desktop .s-nav-items-container.s-nav-items-and-links .s-nav-link-container > a { display: inline-block; }

.s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner .s-logo, .s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner .s-logo-title, .s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner .s-nav-btn > *, .s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner .s-nav-icons, .s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner .s-nav-li .s-nav-text, .s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner .s-nav-social-media { opacity: 0; transition: opacity 0.3s; }

.s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner.nav-item-loaded .s-logo, .s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner.nav-item-loaded .s-logo-title, .s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner.nav-item-loaded .s-nav-btn > *, .s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner.nav-item-loaded .s-nav-icons, .s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner.nav-item-loaded .s-nav-li .s-nav-text, .s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner.nav-item-loaded .s-nav-social-media { opacity: 1; transition-delay: 1s; }

.s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner:not(.nav-item-loaded) .s-logo, .s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner:not(.nav-item-loaded) .s-logo-title, .s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner:not(.nav-item-loaded) .s-nav-btn > div, .s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner:not(.nav-item-loaded) .s-nav-li:nth-child(-n+5) .s-nav-text { border-radius: 2px; animation: 1.5s ease-in-out 0.5s infinite normal none running skeleton-pulse; }

.s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner:not(.nav-item-loaded) .s-logo-title > *, .s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner:not(.nav-item-loaded) .s-logo > *, .s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner:not(.nav-item-loaded) .s-nav-btn .s-button.s-component { visibility: hidden; }

.s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner:not(.nav-item-loaded) .s-nav-li * { pointer-events: none; color: rgba(255, 255, 255, 0) !important; border-width: medium !important; border-style: none !important; border-color: currentcolor !important; border-image: none !important; }

.s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner:not(.nav-item-loaded) .s-nav-li ::after, .s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner:not(.nav-item-loaded) .s-nav-li ::before { display: none; }

.s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner:not(.nav-item-loaded) .s-nav-li:nth-child(n+6) { display: none !important; }

.s-nav.navigator .s-navbar-desktop:not(.left) .s-nav-inner:not(.nav-item-loaded) .s-nav-dropdown-item { opacity: 0; }

.s-nav.navigator .s-navbar-desktop:not(.left).s-bg-dark-text .s-nav-inner:not(.nav-item-loaded) .s-logo, .s-nav.navigator .s-navbar-desktop:not(.left).s-bg-dark-text .s-nav-inner:not(.nav-item-loaded) .s-logo-title, .s-nav.navigator .s-navbar-desktop:not(.left).s-bg-dark-text .s-nav-inner:not(.nav-item-loaded) .s-nav-btn > div, .s-nav.navigator .s-navbar-desktop:not(.left).s-bg-dark-text .s-nav-inner:not(.nav-item-loaded) .s-nav-li:nth-child(-n+5) .s-nav-text { background: rgba(0, 0, 0, 0.08); }

.s-nav.navigator .s-navbar-desktop:not(.left).s-bg-light-text .s-nav-inner:not(.nav-item-loaded) .s-logo, .s-nav.navigator .s-navbar-desktop:not(.left).s-bg-light-text .s-nav-inner:not(.nav-item-loaded) .s-logo-title, .s-nav.navigator .s-navbar-desktop:not(.left).s-bg-light-text .s-nav-inner:not(.nav-item-loaded) .s-nav-btn > div, .s-nav.navigator .s-navbar-desktop:not(.left).s-bg-light-text .s-nav-inner:not(.nav-item-loaded) .s-nav-li:nth-child(-n+5) .s-nav-text { background: rgba(255, 255, 255, 0.2); }

.s-nav.navigator .s-navbar-desktop .s-nav-items-and-links ul.s-uncollapsed-nav > li.hidden, .s-nav.navigator .s-navbar-desktop .s-nav-items-and-links ul > li.hidden { display: none; }

.s-nav.navigator .s-navbar-desktop .s-nav-inner, .s-nav.navigator .s-navbar-desktop .s-nav-inner-wrap { max-width: 100%; }

.s-nav.navigator .s-navbar-desktop .s-nav-ellipsis.s-nav-li .s-collapsed-nav { text-align: left; max-width: 300px; max-height: 300px; overflow: hidden auto; box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 2px; word-break: break-word; }

.s-nav.navigator .s-navbar-desktop .s-nav-ellipsis.s-nav-li .s-collapsed-nav li.s-nav-li > .s-nav-link-container { padding: 15px; }

.s-nav.navigator .s-navbar-desktop .s-nav-ellipsis.s-nav-li .s-collapsed-nav li.s-nav-li .s-nav-dropdown-text, .s-nav.navigator .s-navbar-desktop .s-nav-ellipsis.s-nav-li .s-collapsed-nav li.s-nav-li .s-nav-text { line-height: 1.5; word-break: break-word; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.s-nav.navigator .s-navbar-desktop .s-nav-icons { white-space: nowrap; }

.s-nav.navigator .s-navbar-desktop .s-nav-icons .s-nav-li:empty { display: none; }

.s-nav.navigator .s-navbar-desktop ul li._compact { font-size: 87%; }

.s-nav.navigator .s-navbar-desktop .s-nav-inner .s-nav-link-container, .s-nav.navigator .s-navbar-desktop .s-nav-link-container { display: inline-block; cursor: pointer; }

.s-nav.navigator .s-navbar-desktop .s-navbar-dropdown { position: relative; cursor: pointer; }

.s-nav.navigator .s-navbar-desktop .s-navbar-dropdown._dropdown-open > ul, .s-nav.navigator .s-navbar-desktop .s-navbar-dropdown .s-nav-link-container { display: block; }

.s-nav.navigator .s-navbar-desktop .s-navbar-dropdown ul { display: none; z-index: 201; box-sizing: border-box; min-width: 130px; max-width: 250px; }

.s-nav.navigator .s-navbar-desktop .s-navbar-dropdown ul.social-medial-ul { min-width: auto; }

.s-nav.navigator .s-navbar-desktop .s-navbar-dropdown ul li { line-height: 1.3em; cursor: pointer; }

.s-nav.navigator .s-navbar-desktop .s-navbar-dropdown ul li.social-medial-li { display: flex; align-items: center; justify-content: center; padding: 5px 0px; }

.s-nav.navigator .s-navbar-desktop .s-navbar-dropdown ul li a { text-overflow: ellipsis; }

.s-nav.navigator .s-navbar-desktop .s-nav-social-media { display: inline-block; }

.s-nav.navigator .s-navbar-desktop .s-nav-social-media.has-social-media-contact-list { display: flex; }

.s-nav.navigator .s-navbar-desktop .s-nav-social-media.has-social-media-contact-list .social-media-contact-list-wrapper { display: flex; align-items: center; }

.s-nav.navigator .s-navbar-desktop .s-nav-social-media.has-social-media-contact-list .social-media-contact-list-wrapper .social-media-link { margin: 0px 10px; }

.s-nav.navigator .s-navbar-desktop .s-nav-social-media.has-social-media-contact-list .social-media-contact-list-wrapper .social-media-contact-list-wrap { display: flex; align-items: center; font-size: 12px; }

.s-nav.navigator .s-navbar-desktop .s-nav-social-media.has-social-media-contact-list .social-media-contact-list-wrapper .social-media-contact-item { display: flex; margin: 0px 10px; }

.s-nav.navigator .s-navbar-desktop .s-nav-social-media.has-social-media-contact-list .small-screen-social-media { display: none; }

.s-nav.navigator .s-navbar-desktop .s-nav-items-and-links .s-nav-li.s-navbar-dropdown li { margin: 0px; }

.s-nav.navigator .s-navbar-desktop .s-nav-items-and-links .s-nav-li.s-navbar-dropdown li > .s-nav-link-container { padding: 10px 0px; }

.s-nav.navigator .s-navbar-desktop .s-logo-image { display: inline-block; max-width: 300px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text .s-nav-btn, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text .s-nav-li, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text .s-nav-li a, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text .s-nav-menu-btn, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text .s-nav-social-media a.social-media-link, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text .social-media-contact-item, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text:not(.remaining-text-color-logic) .s-logo-subtitle, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text:not(.remaining-text-color-logic) .s-logo-title { color: rgba(0, 0, 0, 0.8); }

.s-nav.navigator .s-navbar-desktop.s-bg-light-text .membership-nav-container .s-nav-li .s-nav-link-container, .s-nav.navigator .s-navbar-desktop.s-bg-light-text .s-nav-btn, .s-nav.navigator .s-navbar-desktop.s-bg-light-text .s-nav-dropdown-item, .s-nav.navigator .s-navbar-desktop.s-bg-light-text .s-nav-icons > .s-nav-li, .s-nav.navigator .s-navbar-desktop.s-bg-light-text .s-nav-icons > .s-nav-li *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text .s-nav-menu-btn, .s-nav.navigator .s-navbar-desktop.s-bg-light-text .s-nav-social-media a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text .s-uncollapsed-nav > .s-nav-li, .s-nav.navigator .s-navbar-desktop.s-bg-light-text .s-uncollapsed-nav > .s-nav-li > .s-nav-link-container > a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text .social-media-contact-item, .s-nav.navigator .s-navbar-desktop.s-bg-light-text:not(.remaining-text-color-logic) .s-logo-subtitle, .s-nav.navigator .s-navbar-desktop.s-bg-light-text:not(.remaining-text-color-logic) .s-logo-title { color: rgb(255, 255, 255); }

.s-nav.navigator .s-navbar-desktop.s-bg-light-text .s-nav-icons > .login-container ul a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text .s-nav-icons > .login-container ul a span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text .s-nav-icons > .multi-lang-nav-container .multi-lang-label, .s-nav.navigator .s-navbar-desktop.s-bg-light-text .s-nav-icons > .s-nav-li .login-container .s-nav-dropdown ul a { color: rgba(0, 0, 0, 0.8); }

.s-nav.navigator .s-navbar-desktop .s-collapsed-nav > li { display: block; text-align: left; }

.s-nav.navigator .s-navbar-desktop .login-container .s-nav-dropdown { display: inline-block; }

.s-nav.navigator .s-navbar-desktop .login-container .s-nav-dropdown li { padding: 4px 2px !important; }

.s-nav.navigator .s-navbar-desktop .login-container.in-editor { position: relative; }

.s-nav.navigator .s-navbar-desktop .login-container .s-nav-dropdown .right-icon { margin-left: 0px; }

.s-nav.navigator .s-navbar-desktop .s-component-overlay { left: 0px; top: 0px; }

.s-nav.navigator .s-navbar-desktop .s-logo-image-alternative { display: none; }

.s-nav.navigator .s-navbar-desktop .s-nav-items-and-links .s-navbar-dropdown li.s-nav-li > .s-nav-link-container { padding: 10px; }

.s-nav.navigator .s-navbar-desktop:not(.s-navbar-desktop-normal):not(.not-in-sticky).s-navbar-desktop-fixed { position: fixed; top: 0px; z-index: 210; }

.s-nav.navigator .s-navbar-desktop:not(.s-navbar-desktop-normal):not(.not-in-sticky).s-navbar-desktop-fixed.is-not-sticky-navbar.s-new-layout-f { position: relative; transform: none; top: 0px; left: 0px; width: 100%; }

.s-nav.navigator .s-navbar-desktop:not(.s-navbar-desktop-normal):not(.not-in-sticky).s-navbar-desktop-fixed.is-not-sticky-navbar.s-new-layout-f .s-logo-title { visibility: visible; }

.s-nav.navigator .s-navbar-desktop.inline-layout { position: absolute; left: 0px; right: 0px; width: 100%; }

.s-nav.navigator .s-navbar-desktop.s-navbar-desktop-normal.is-not-sticky-navbar.s-new-layout-f { display: none; transform: none; top: 0px; }

.s-nav.navigator .s-navbar-desktop._maximize-nav-item-space .s-nav-inner .s-nav-inner-wrap { display: flex; }

.s-nav.navigator .s-navbar-desktop._maximize-nav-item-space .s-nav-items-and-links { flex-grow: 100; }

.s-nav.navigator .s-navbar-desktop.s-new-layout .s-nav-social-media .social-media-link-wrap, .s-nav.navigator .s-navbar-desktop.s-new-layout .s-nav-social-media .social-media-link-wrap .large-screen-social-media { gap: 20px; display: flex; align-items: center; }

.s-nav.navigator .s-navbar-desktop.s-new-layout .s-nav-social-media .social-media-link-wrap .large-screen-social-media > a.social-media-link, .s-nav.navigator .s-navbar-desktop.s-new-layout .s-nav-social-media .social-media-link-wrap > a.social-media-link { margin: 0px; display: flex; }

@media only screen and (max-width: 1280px) {
  .s-nav.navigator .s-navbar-desktop.s-new-layout .s-nav-social-media .social-media-link-wrap .large-screen-social-media { display: none; }
}

.s-nav.navigator .s-navbar-desktop.s-new-layout .social-media-contact-list-wrapper, .s-nav.navigator .s-navbar-desktop.s-new-layout .social-media-contact-list-wrapper .social-media-contact-list-wrap { gap: 20px; display: flex; }

.s-nav.navigator .s-navbar-desktop.s-new-layout .social-media-contact-list-wrapper .social-media-contact-list-wrap .social-media-contact-item { gap: 5px; display: flex; }

.s-nav.navigator .s-navbar-desktop.s-new-layout .social-media-contact-list-wrapper .social-media-contact-list-wrap .social-media-contact-item .social-contact-icon { margin-left: 0px; margin-right: 0px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout .social-media-contact-list-wrapper .social-media-link-wrap { margin: 0px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-a .s-nav-social-media.has-social-media-contact-list, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-b .s-nav-social-media.has-social-media-contact-list, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-c .s-nav-social-media.has-social-media-contact-list { justify-content: flex-end; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-d .s-nav-social-media.has-social-media-contact-list, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f .s-nav-social-media.has-social-media-contact-list, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-i .s-nav-social-media.has-social-media-contact-list { justify-content: center; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .ai-mode-nav-logo-btn:last-child { margin-top: 10px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .s-nav-social-media { display: block; margin-top: 20px; padding-bottom: 20px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .s-nav-social-media .social-media-contact-list-wrapper { flex: 1 1 0%; display: flex; flex-direction: column; align-items: flex-start; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .s-nav-social-media .social-media-contact-list-wrapper .social-media-contact-list-wrap { gap: 20px; margin: 0px; display: flex; align-items: flex-start; flex-direction: column; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .s-nav-social-media .social-media-contact-list-wrapper .social-media-contact-list-wrap .social-media-contact-item, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .s-nav-social-media .social-media-contact-list-wrapper .social-media-link-wrap, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .s-nav-social-media .social-media-link-wrap { margin: 0px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .social-media-contact-list-wrapper { display: block; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .social-media-contact-list-wrapper .social-media-contact-list-wrap { display: block; margin: 0px -10px; word-break: break-all; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .social-media-contact-list-wrapper .social-media-contact-item { margin: 20px 10px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .s-nav-social-media:not(.has-social-media-contact-list) .s-social-media-buttons-wrap, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .social-media-contact-list-wrapper .social-media-link-wrap { margin: 0px -10px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout .s-nav-li.multi-lang-nav { margin: 0px; list-style: none; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-a .s-icons, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-b .s-icons, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-c .s-icons { display: flex; align-items: center; flex-shrink: 0; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-a .s-icons .s-nav-social-media, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-b .s-icons .s-nav-social-media, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-c .s-icons .s-nav-social-media { flex-shrink: 0; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-layout-version-a-v2 .s-nav-items-and-links, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-a .s-nav-items-and-links { text-align: right; }

.rtl-layout .s-nav.navigator .s-navbar-desktop.s-new-layout.s-layout-version-a-v2 .s-nav-items-and-links, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-layout-version-b-v2 .s-nav-items-and-links, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-b .s-nav-items-and-links { text-align: left; }

.rtl-layout .s-nav.navigator .s-navbar-desktop.s-new-layout.s-layout-version-b-v2 .s-nav-items-and-links { text-align: right; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-c .s-nav-items-and-links { text-align: center; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-d .ai-mode-nav-logo-btn:last-child { margin-top: 10px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-d .s-topRadial-items-container { justify-content: space-between; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-d .s-topRadial-nav-left { text-align: left; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-d .s-topRadial-nav-right { text-align: right; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-d .s-topRadial-nav-right .s-nav-items-and-links, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-d .s-topRadial-nav-right .s-nav-social-media { vertical-align: middle; line-height: 1.5; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-d .multi-lang-nav, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-d .s-topRadial-nav-right .s-nav-btn { vertical-align: middle; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-d .multi-lang-nav .fa-angle-down { margin-left: -3px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-d .membership-nav-container .fa-angle-down { margin-top: 2px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-a .s-nav-items-and-links .multi-lang-nav + .s-membership-nav, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-a .s-nav-items-and-links .s-nav-li.multi-lang-nav, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-b .s-nav-items-and-links .multi-lang-nav + .s-membership-nav, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-b .s-nav-items-and-links .s-nav-li.multi-lang-nav, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-c .s-nav-items-and-links .multi-lang-nav + .s-membership-nav, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-c .s-nav-items-and-links .s-nav-li.multi-lang-nav, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-d .s-nav-items-and-links .multi-lang-nav + .s-membership-nav, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-d .s-nav-items-and-links .s-nav-li.multi-lang-nav { display: inline-block; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-a .s-nav-items-and-links .s-component-overlay, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-b .s-nav-items-and-links .s-component-overlay, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-c .s-nav-items-and-links .s-component-overlay, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-d .s-nav-items-and-links .s-component-overlay { left: -5px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f .s-nav-items-and-links > .s-nav-li { margin-left: 30px; margin-right: 0px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f .s-nav-items-and-links .membership-nav-container { margin-left: 10px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f .s-nav-items-and-links .membership-nav-container .s-nav-li { margin: 0px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f .s-nav-items-and-links .multi-lang-nav + .s-membership-nav, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f .s-nav-items-and-links .s-nav-li.multi-lang-nav { display: inline-block; vertical-align: middle; margin-left: 30px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f .s-nav-items-and-links .multi-lang-nav + .s-membership-nav > .s-nav-link-container, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f .s-nav-items-and-links .s-nav-li.multi-lang-nav > .s-nav-link-container { display: inline-block; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f .s-nav-items-and-links .multi-lang-nav + .s-membership-nav.multi-lang-nav + .s-membership-nav, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f .s-nav-items-and-links .s-nav-li.multi-lang-nav.multi-lang-nav + .s-membership-nav { margin-left: 0px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.circleIcon .s-icon-button, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f .s-icon-button { display: flex; align-items: center; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.circleIcon .s-icon-button, .s-nav.navigator .s-navbar-desktop.s-new-layout.circleIcon .s-nav-social-media, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f .s-icon-button, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f .s-nav-social-media { position: absolute; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.circleIcon .s-nav-social-media, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f .s-nav-social-media { padding: 12px 0px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.circleIcon .s-nav-social-media .social-media-link:first-child, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f .s-nav-social-media .social-media-link:first-child { margin-left: 0px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.circleIcon .s-nav-logo-wrapper, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f .s-nav-logo-wrapper { position: relative; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.circleIcon .s-nav-logo-wrapper .s-logo, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f .s-nav-logo-wrapper .s-logo { max-width: 100%; display: inline-block; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.circleIcon.s-navbar-desktop-fixed:not(.has-button):not(.in-editor) .s-nav-btn, .s-nav.navigator .s-navbar-desktop.s-new-layout.circleIcon.s-navbar-desktop-normal:not(.has-button):not(.in-editor) .s-nav-btn, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f.s-navbar-desktop-fixed:not(.has-button):not(.in-editor) .s-nav-btn, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-f.s-navbar-desktop-normal:not(.has-button):not(.in-editor) .s-nav-btn { display: none; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-e.s-navbar-desktop-normal .s-nav-logo-wrapper { display: flex; text-align: left; justify-content: space-between; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-e.s-navbar-desktop-normal .s-nav-logo-wrapper .s-icon-button { display: flex; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-e.s-navbar-desktop-normal .s-nav-top-center-item-container { display: flex; justify-content: space-between; align-items: center; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-e.s-navbar-desktop-normal .s-nav-top-center-item-container .s-nav-social-media { flex-shrink: 0; line-height: 1.5; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-e.s-navbar-desktop-normal .multi-lang-nav { vertical-align: middle; display: inline-block; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-e.s-navbar-desktop-fixed .s-logo { max-width: 200px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-e.s-navbar-desktop-fixed .s-logo-title { margin-bottom: 0px; text-align: left; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-e.s-navbar-desktop-fixed .s-logo-image img { max-height: 60px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-e.s-navbar-desktop-fixed .s-common-button { padding: 12px 20px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-e.s-navbar-desktop-fixed .s-nav-items-and-links { flex-grow: 1; text-align: left; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-e.s-navbar-desktop-fixed .s-nav-items-and-links .s-uncollapsed-nav { display: block; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-e.s-navbar-desktop-fixed .s-nav-items-and-links .s-uncollapsed-nav li { display: inline-block; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-e.s-navbar-desktop-fixed .s-nav-items-and-links .s-uncollapsed-nav li.hidden { display: none; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-e.s-navbar-desktop-fixed .s-nav-items-and-links .s-collapsed-nav > li, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-e.s-navbar-desktop-fixed .s-navbar-dropdown li { display: block; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-e.s-navbar-desktop-fixed .s-icons { display: flex; align-items: center; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .s-nav-items-and-links { margin-bottom: 20px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .s-nav-g-footer .s-social-media-buttons-wrap .s-social-media-button { margin: 10px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .s-nav-icons li:first-child { margin-top: 0px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .s-nav-icons .entypo-user::before, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .s-nav-icons .fa-search::before, .s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .s-nav-icons .fa-shopping-cart::before { width: 18px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .s-nav-icons .fa-search { padding-left: 1px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-g .s-nav-icons > div.s-nav-li:last-child { position: absolute; bottom: 30px; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-h .s-nav-social-media.has-social-media-contact-list, .s-nav.navigator .s-navbar-desktop.s-new-layout.topBlock .s-nav-social-media.has-social-media-contact-list { justify-content: flex-end; }

.s-nav.navigator .s-navbar-desktop.s-new-layout.s-new-layout-h .s-nav-social-media, .s-nav.navigator .s-navbar-desktop.s-new-layout.topBlock .s-nav-social-media { flex-shrink: 0; }

.s-nav.navigator .s-navbar-mobile-header { display: none; align-items: center; justify-content: center; text-align: center; }

.s-nav.navigator .s-navbar-mobile-header .s-logo-image img { max-height: 50px; max-width: calc(-130px + 100vw); }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-nav.navigator .s-navbar-mobile-header { display: flex; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-nav.navigator .s-navbar-mobile-header.s-nav-title-adjust { padding-left: 50px; padding-right: 50px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-nav.navigator .s-navbar-mobile-header.s-nav-title-adjust .s-logo-title { min-width: 0px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-nav.navigator .s-navbar-mobile-header .s-logo-title { display: flex; align-items: center; justify-content: normal; min-height: 60px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-nav.navigator .s-navbar-mobile-header .s-logo-title * h1, body:not([data-mobile-new-breakpoint-stage="1"]) .s-nav.navigator .s-navbar-mobile-header .s-logo-title * h2, body:not([data-mobile-new-breakpoint-stage="1"]) .s-nav.navigator .s-navbar-mobile-header .s-logo-title * h3, body:not([data-mobile-new-breakpoint-stage="1"]) .s-nav.navigator .s-navbar-mobile-header .s-logo-title * h4, body:not([data-mobile-new-breakpoint-stage="1"]) .s-nav.navigator .s-navbar-mobile-header .s-logo-title * h5 { margin-bottom: 0px !important; }
  body:not([data-mobile-new-breakpoint-stage="1"]) .s-nav.navigator .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-nav.navigator .s-navbar-mobile-header { display: flex; }
  body[data-mobile-new-breakpoint-stage="1"] .s-nav.navigator .s-navbar-mobile-header.s-nav-title-adjust { padding-left: 50px; padding-right: 50px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-nav.navigator .s-navbar-mobile-header.s-nav-title-adjust .s-logo-title { min-width: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-nav.navigator .s-navbar-mobile-header .s-logo-title { display: flex; align-items: center; justify-content: normal; min-height: 60px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-nav.navigator .s-navbar-mobile-header .s-logo-title * h1, body[data-mobile-new-breakpoint-stage="1"] .s-nav.navigator .s-navbar-mobile-header .s-logo-title * h2, body[data-mobile-new-breakpoint-stage="1"] .s-nav.navigator .s-navbar-mobile-header .s-logo-title * h3, body[data-mobile-new-breakpoint-stage="1"] .s-nav.navigator .s-navbar-mobile-header .s-logo-title * h4, body[data-mobile-new-breakpoint-stage="1"] .s-nav.navigator .s-navbar-mobile-header .s-logo-title * h5 { margin-bottom: 0px !important; }
  body[data-mobile-new-breakpoint-stage="1"] .s-nav.navigator .s-slider-section-s5 { padding-top: 0px !important; }
}

.s-nav.navigator .s-navbar-desktop:not(.s-navbar-desktop-normal).s-navbar-desktop-fixed.is-not-sticky-navbar.s-new-layout { position: absolute; top: 0px; box-shadow: none; }

.s-nav.navigator .s-navbar-desktop:not(.s-navbar-desktop-normal).s-navbar-desktop-fixed.is-not-sticky-navbar.s-new-layout.s-new-layout-e { display: none; }

.s-nav.navigator .s-navbar-desktop:not(.s-navbar-desktop-normal).s-navbar-desktop-fixed.is-not-sticky-navbar.s-new-layout.s-new-layout-f { position: relative; }

.s-nav.navigator .s-navbar-desktop:not(.s-navbar-desktop-normal).s-navbar-desktop-fixed.is-not-sticky-navbar.s-new-layout.s-new-layout-f .s-nav-inner .s-nav-logo-wrapper .s-icon-button { height: fit-content; bottom: 14px; }

.s-nav.navigator .s-navbar-desktop:not(.s-navbar-desktop-normal).s-navbar-desktop-fixed.is-not-sticky-navbar.s-new-layout.s-new-layout-f .s-logo-title { visibility: visible; }

.s-nav.navigator .site-search .fa.fa-search { padding: 0px; }

.s-nav.navigator .ai-mode-nav-logo-btn { display: none; background-color: rgb(118, 113, 255); border-radius: 3px; margin-right: 10px; cursor: pointer; color: rgb(255, 255, 255); pointer-events: auto; padding: 3px 10px; font-size: 14px; line-height: 1.3; box-sizing: border-box; height: 25px; font-weight: 700; text-align: center; font-family: open_sans, "Open Sans", sans-serif; }

.s-nav.navigator .ai-mode-nav-logo-btn:lang(ja) { font-family: open_sans, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-nav.navigator .ai-mode-nav-logo-btn:lang(sxl), .s-nav.navigator .ai-mode-nav-logo-btn:lang(zh), .s-nav.navigator .ai-mode-nav-logo-btn:lang(zh-cn) { font-family: open_sans, "Open Sans", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-nav.navigator .ai-mode-nav-logo-btn:lang(zh-tw) { font-family: open_sans, "Open Sans", "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-nav.navigator a:focus { outline: none; }

.s-nav.navigator .s-navbar-desktop.s-navbar-desktop-fixed.topBar.navbar-sticky:not(.is-not-sticky-navbar) { position: absolute; left: 0px; top: 0px; width: 100%; margin-top: 0px; }

.s-nav.navigator .s-navbar-desktop { box-sizing: border-box; }

.s-nav.navigator .s-navbar-desktop .membership-nav-container .log-in-group { display: inline-block; }

.s-nav.navigator .s-navbar-desktop .s-nav-li.multi-lang-ul { box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 2px; }

.s-nav.navigator .s-navbar-desktop .s-nav-li .s-nav-link-container > a { display: inline-block; }

.s-nav.navigator .s-navbar-desktop.s-bg-light-text .s-nav-li.s-nav-ellipsis.s-navbar-dropdown a { color: rgba(0, 0, 0, 0.8); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text:not(.s-nav-transparent-desktop) .s-icons .s-nav-icons i, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text:not(.s-nav-transparent-desktop) .s-icons .s-nav-icons span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text:not(.s-nav-transparent-desktop) .s-nav-icons > .s-nav-li *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text:not(.s-nav-transparent-desktop) .s-nav-li .nav-dropdown-popover .main-panel li a, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text:not(.s-nav-transparent-desktop) .s-nav-li .navbar-collapse-menu, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text:not(.s-nav-transparent-desktop) .s-nav-li .navbar-collapse-menu > a, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text:not(.s-nav-transparent-desktop) .s-nav-li .s-nav-dropdown-item, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text:not(.s-nav-transparent-desktop) .s-nav-li .s-nav-link-container > a, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text:not(.s-nav-transparent-desktop) .s-nav-li .s-nav-link-container > i, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text:not(.s-nav-transparent-desktop) .s-nav-li .s-nav-link-container > span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text:not(.s-nav-transparent-desktop) .s-nav-social-media .social-media-contact-list-wrap span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text:not(.s-nav-transparent-desktop) .s-nav-social-media .social-media-link-wrap a { color: var(--itemColor,#2e2e2f); }

.s-nav.navigator .s-navbar-desktop.s-bg-light-text:not(.s-nav-transparent-desktop) .s-icons .s-nav-icons i, .s-nav.navigator .s-navbar-desktop.s-bg-light-text:not(.s-nav-transparent-desktop) .s-icons .s-nav-icons span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text:not(.s-nav-transparent-desktop) .s-nav-icons > .s-nav-li *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text:not(.s-nav-transparent-desktop) .s-nav-li .nav-dropdown-popover .main-panel li a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text:not(.s-nav-transparent-desktop) .s-nav-li .navbar-collapse-menu, .s-nav.navigator .s-navbar-desktop.s-bg-light-text:not(.s-nav-transparent-desktop) .s-nav-li .navbar-collapse-menu > a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text:not(.s-nav-transparent-desktop) .s-nav-li .s-nav-dropdown-item, .s-nav.navigator .s-navbar-desktop.s-bg-light-text:not(.s-nav-transparent-desktop) .s-nav-li .s-nav-link-container > a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text:not(.s-nav-transparent-desktop) .s-nav-li .s-nav-link-container > i, .s-nav.navigator .s-navbar-desktop.s-bg-light-text:not(.s-nav-transparent-desktop) .s-nav-li .s-nav-link-container > span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text:not(.s-nav-transparent-desktop) .s-nav-social-media .social-media-contact-list-wrap span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text:not(.s-nav-transparent-desktop) .s-nav-social-media .social-media-link-wrap a { color: var(--itemColor,#fff); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-underline .s-uncollapsed-nav .s-nav-li.selected.s-navbar-dropdown .s-nav-dropdown-item:not(.s-nav-li.s-nav-ellipsis.s-navbar-dropdown .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-underline .s-uncollapsed-nav .s-nav-li.selected:not(.s-navbar-dropdown) > .s-nav-link-container > :not(.s-nav-li.s-nav-ellipsis.s-navbar-dropdown .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-underline .s-uncollapsed-nav .s-nav-li:hover.s-navbar-dropdown .s-nav-dropdown-item:not(.s-nav-li.s-nav-ellipsis.s-navbar-dropdown .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-underline .s-uncollapsed-nav .s-nav-li:hover:not(.s-navbar-dropdown) > .s-nav-link-container > :not(.s-nav-li.s-nav-ellipsis.s-navbar-dropdown .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-underline .s-uncollapsed-nav .s-nav-li.selected.s-navbar-dropdown .s-nav-dropdown-item:not(.s-nav-li.s-nav-ellipsis.s-navbar-dropdown .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-underline .s-uncollapsed-nav .s-nav-li.selected:not(.s-navbar-dropdown) > .s-nav-link-container > :not(.s-nav-li.s-nav-ellipsis.s-navbar-dropdown .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-underline .s-uncollapsed-nav .s-nav-li:hover.s-navbar-dropdown .s-nav-dropdown-item:not(.s-nav-li.s-nav-ellipsis.s-navbar-dropdown .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-underline .s-uncollapsed-nav .s-nav-li:hover:not(.s-navbar-dropdown) > .s-nav-link-container > :not(.s-nav-li.s-nav-ellipsis.s-navbar-dropdown .s-nav-dropdown-item) { border-style: solid; border-color: inherit; border-width: 0px 0px 1px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-color .s-nav-li.selected > .navbar-collapse-menu, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-color .s-navbar-dropdown.selected .s-nav-li.selected > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-color .s-navbar-dropdown.selected > .s-nav-link-container.located-dropdown-item .s-nav-dropdown-item, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li.selected:not(.s-nav-ellipsis) > .s-nav-link-container:not(.located-dropdown-item) a:not(.s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li.selected:not(.s-nav-ellipsis) > .s-nav-link-container:not(.located-dropdown-item) i:not(.s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li.selected:not(.s-nav-ellipsis) > .s-nav-link-container:not(.located-dropdown-item) span:not(.s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis):hover > .s-nav-link-container:not(.located-dropdown-item) a:not(.s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis):hover > .s-nav-link-container:not(.located-dropdown-item) i:not(.s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis):hover > .s-nav-link-container:not(.located-dropdown-item) span:not(.s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis):hover > .s-nav-link-container > .s-nav-link-container a:not(.s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis):hover > .s-nav-link-container > .s-nav-link-container i:not(.s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis):hover > .s-nav-link-container > .s-nav-link-container span:not(.s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-color .s-nav-li.selected > .navbar-collapse-menu, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-color .s-navbar-dropdown.selected .s-nav-li.selected > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-color .s-navbar-dropdown.selected > .s-nav-link-container.located-dropdown-item .s-nav-dropdown-item, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li.selected:not(.s-nav-ellipsis) > .s-nav-link-container:not(.located-dropdown-item) a:not(.s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li.selected:not(.s-nav-ellipsis) > .s-nav-link-container:not(.located-dropdown-item) i:not(.s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li.selected:not(.s-nav-ellipsis) > .s-nav-link-container:not(.located-dropdown-item) span:not(.s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis):hover > .s-nav-link-container:not(.located-dropdown-item) a:not(.s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis):hover > .s-nav-link-container:not(.located-dropdown-item) i:not(.s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis):hover > .s-nav-link-container:not(.located-dropdown-item) span:not(.s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis):hover > .s-nav-link-container > .s-nav-link-container a:not(.s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis):hover > .s-nav-link-container > .s-nav-link-container i:not(.s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-color .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis):hover > .s-nav-link-container > .s-nav-link-container span:not(.s-nav-dropdown-item) { color: var(--textColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before { left: -8px; right: -8px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-compact .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > * { position: relative; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before { left: -10px; right: -10px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-normal .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > * { position: relative; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before { left: -10px; right: -10px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square.s-nav-spacing-large .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > * { position: relative; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span { position: relative; color: var(--blockTextColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span::before { content: ""; inset: -5px -8px; position: absolute; background: var(--blockBackgroundColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > a > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > i > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover:not(.located-dropdown-item, .s-nav-ellipsis .s-nav-li .s-nav-link-container) > span > * { position: relative; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item), .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) { position: relative; color: var(--blockTextColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item)::before { content: ""; inset: -5px -8px; position: absolute; background: var(--blockBackgroundColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.selected:not(.expanded):not(.s-nav-ellipsis) .s-nav-link-container .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li:not(.s-nav-ellipsis) > .s-nav-link-container:hover .s-nav-dropdown-item:not(.s-nav-ellipsis .s-nav-li .s-nav-dropdown-item) > * { position: relative; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover a, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover i, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .inner-container .selected span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected .fa, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected.s-nav-dropdown-item .s-nav-dropdown-text, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected .s-nav-text, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel ul li:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .inner-container .selected span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected .fa, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected.s-nav-dropdown-item .s-nav-dropdown-text, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected .s-nav-text, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel ul li:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected .s-nav-li.selected > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected > .s-nav-link-container.located-dropdown-item .s-nav-dropdown-item, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover a, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover i, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .inner-container .selected span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected .fa, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected.s-nav-dropdown-item .s-nav-dropdown-text, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected .s-nav-text, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel ul li:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .inner-container .selected span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected .fa, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected.s-nav-dropdown-item .s-nav-dropdown-text, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected .s-nav-text, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel ul li:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected .s-nav-li.selected > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected > .s-nav-link-container.located-dropdown-item .s-nav-dropdown-item, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover a, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover i, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .inner-container .selected span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected .fa, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected.s-nav-dropdown-item .s-nav-dropdown-text, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected .s-nav-text, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel ul li:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .inner-container .selected span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected .fa, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected.s-nav-dropdown-item .s-nav-dropdown-text, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected .s-nav-text, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel ul li:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected .s-nav-li.selected > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected > .s-nav-link-container.located-dropdown-item .s-nav-dropdown-item, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover a, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover i, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .inner-container .selected span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected .fa, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected.s-nav-dropdown-item .s-nav-dropdown-text, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected .s-nav-text, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel ul li:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .inner-container .selected span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected .fa, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected.s-nav-dropdown-item .s-nav-dropdown-text, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected .s-nav-text, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel ul li:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected .s-nav-li.selected > *, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected > .s-nav-link-container.located-dropdown-item .s-nav-dropdown-item, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover i, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .inner-container .selected span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected .fa, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected.s-nav-dropdown-item .s-nav-dropdown-text, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected .s-nav-text, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel ul li:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .inner-container .selected span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected .fa, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected.s-nav-dropdown-item .s-nav-dropdown-text, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected .s-nav-text, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel ul li:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected .s-nav-li.selected > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected > .s-nav-link-container.located-dropdown-item .s-nav-dropdown-item, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover i, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .inner-container .selected span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected .fa, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected.s-nav-dropdown-item .s-nav-dropdown-text, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected .s-nav-text, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel ul li:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .inner-container .selected span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected .fa, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected.s-nav-dropdown-item .s-nav-dropdown-text, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected .s-nav-text, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel ul li:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected .s-nav-li.selected > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected > .s-nav-link-container.located-dropdown-item .s-nav-dropdown-item, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover i, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .inner-container .selected span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected .fa, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected.s-nav-dropdown-item .s-nav-dropdown-text, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected .s-nav-text, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel ul li:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .inner-container .selected span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected .fa, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected.s-nav-dropdown-item .s-nav-dropdown-text, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected .s-nav-text, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel ul li:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected .s-nav-li.selected > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected > .s-nav-link-container.located-dropdown-item .s-nav-dropdown-item, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover a, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover i, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-nav-ellipsis .s-nav-li .s-nav-link-container:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .inner-container .selected span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected .fa, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected.s-nav-dropdown-item .s-nav-dropdown-text, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel .selected .s-nav-text, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .main-panel ul li:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .inner-container .selected span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected .fa, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected.s-nav-dropdown-item .s-nav-dropdown-text, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel .selected .s-nav-text, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected #nav-popover-panel .sub-panel ul li:hover span, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected .s-nav-li.selected > *, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-uncollapsed-nav .s-nav-li.s-navbar-dropdown.selected > .s-nav-link-container.located-dropdown-item .s-nav-dropdown-item { color: var(--blockTextColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover .s-nav-dropdown-item::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container .s-nav-dropdown-item::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-square .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover .s-nav-dropdown-item::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container .s-nav-dropdown-item::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-square .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > span::before { border-radius: 0px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover .s-nav-dropdown-item::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container .s-nav-dropdown-item::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-4 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover .s-nav-dropdown-item::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container .s-nav-dropdown-item::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-4 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > span::before { border-radius: 4px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover .s-nav-dropdown-item::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container .s-nav-dropdown-item::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-8 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover .s-nav-dropdown-item::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container .s-nav-dropdown-item::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-8 .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > span::before { border-radius: 8px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover .s-nav-dropdown-item::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container .s-nav-dropdown-item::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-highlight-block-pill .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover .s-nav-dropdown-item::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li .s-nav-link-container:hover:not(.located-dropdown-item) > span::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container .s-nav-dropdown-item::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > a::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > i::before, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-highlight-block-pill .s-nav-inner-wrap > div:not(.s-icons) .s-nav-li.selected .s-nav-link-container:not(.located-dropdown-item) > span::before { border-radius: 50px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-compact .s-nav-icons li > .s-nav-link-container, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-compact .s-nav-items-and-links li > .s-nav-link-container, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-compact .s-nav-social-media, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-compact .s-nav-icons li > .s-nav-link-container, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-compact .s-nav-items-and-links li > .s-nav-link-container, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-compact .s-nav-social-media { padding: 10px 8px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-compact .s-nav-btn, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-compact .s-nav-btn { padding: 0px 8px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-compact .social-media-link-wrap .social-media-link, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-compact .social-media-link-wrap .social-media-link { margin: 0px 8px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-compact .s-logo, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-compact .s-logo-title, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-compact .s-logo, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-compact .s-logo-title { margin-left: 8px; margin-right: 8px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-normal .s-nav-icons li > .s-nav-link-container, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-normal .s-nav-items-and-links li > .s-nav-link-container, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-normal .s-nav-social-media, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-normal .s-nav-icons li > .s-nav-link-container, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-normal .s-nav-items-and-links li > .s-nav-link-container, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-normal .s-nav-social-media { padding: 10px 12px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-normal .s-nav-btn, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-normal .s-nav-btn { padding: 0px 12px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-normal .social-media-link-wrap .social-media-link, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-normal .social-media-link-wrap .social-media-link { margin: 0px 12px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-normal .s-logo, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-normal .s-logo-title, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-normal .s-logo, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-normal .s-logo-title { margin-left: 12px; margin-right: 12px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-large .s-nav-icons li > .s-nav-link-container, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-large .s-nav-items-and-links li > .s-nav-link-container, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-large .s-nav-social-media, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-large .s-nav-icons li > .s-nav-link-container, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-large .s-nav-items-and-links li > .s-nav-link-container, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-large .s-nav-social-media { padding: 10px 16px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-large .s-nav-btn, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-large .s-nav-btn { padding: 0px 16px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-large .social-media-link-wrap .social-media-link, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-large .social-media-link-wrap .social-media-link { margin: 0px 16px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-large .s-logo, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-spacing-large .s-logo-title, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-large .s-logo, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-spacing-large .s-logo-title { margin-left: 16px; margin-right: 16px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-border-all-thin, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-border-all-thin { border: 1px solid var(--borderColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-border-all-small, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-border-all-small { border: 2px solid var(--borderColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-border-all-medium, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-border-all-medium { border: 4px solid var(--borderColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-border-all-large, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-border-all-large { border: 8px solid var(--borderColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-border-all-extra, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-border-all-extra { border: 12px solid var(--borderColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-border-bottom-thin, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-border-bottom-thin { border-bottom: 1px solid var(--borderColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-border-bottom-small, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-border-bottom-small { border-bottom: 2px solid var(--borderColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-border-bottom-medium, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-border-bottom-medium { border-bottom: 4px solid var(--borderColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-border-bottom-large, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-border-bottom-large { border-bottom: 8px solid var(--borderColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-border-bottom-extra, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-border-bottom-extra { border-bottom: 12px solid var(--borderColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-border-topBottom-thin, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-border-topBottom-thin { border-width: 1px; border-style: solid none; border-color: var(--borderColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-border-topBottom-small, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-border-topBottom-small { border-width: 2px; border-style: solid none; border-color: var(--borderColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-border-topBottom-medium, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-border-topBottom-medium { border-width: 4px; border-style: solid none; border-color: var(--borderColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-border-topBottom-large, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-border-topBottom-large { border-width: 8px; border-style: solid none; border-color: var(--borderColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-border-topBottom-extra, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-border-topBottom-extra { border-width: 12px; border-style: solid none; border-color: var(--borderColor,inherit); }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text.layout-drawer-wrap, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text.s-nav-drop-shadow-no, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.layout-drawer-wrap, .s-nav.navigator .s-navbar-desktop.s-bg-light-text.s-nav-drop-shadow-no { box-shadow: none; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text._alternative:not(.s-nav-transparent-desktop).s-nav-drop-shadow-small, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text:not(.s-nav-transparent-desktop).s-nav-drop-shadow-small, .s-nav.navigator .s-navbar-desktop.s-bg-light-text._alternative:not(.s-nav-transparent-desktop).s-nav-drop-shadow-small, .s-nav.navigator .s-navbar-desktop.s-bg-light-text:not(.s-nav-transparent-desktop).s-nav-drop-shadow-small { box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 1px 0px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text._alternative:not(.s-nav-transparent-desktop).s-nav-drop-shadow-medium, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text:not(.s-nav-transparent-desktop).s-nav-drop-shadow-medium, .s-nav.navigator .s-navbar-desktop.s-bg-light-text._alternative:not(.s-nav-transparent-desktop).s-nav-drop-shadow-medium, .s-nav.navigator .s-navbar-desktop.s-bg-light-text:not(.s-nav-transparent-desktop).s-nav-drop-shadow-medium { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 4px 0px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text._alternative:not(.s-nav-transparent-desktop).s-nav-drop-shadow-large, .s-nav.navigator .s-navbar-desktop.s-bg-dark-text:not(.s-nav-transparent-desktop).s-nav-drop-shadow-large, .s-nav.navigator .s-navbar-desktop.s-bg-light-text._alternative:not(.s-nav-transparent-desktop).s-nav-drop-shadow-large, .s-nav.navigator .s-navbar-desktop.s-bg-light-text:not(.s-nav-transparent-desktop).s-nav-drop-shadow-large { box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 15px 0px; }

.s-nav.navigator .s-navbar-desktop.s-bg-dark-text .s-nav-social-media .social-media-link-wrap .social-media-link > .social-media-svg, .s-nav.navigator .s-navbar-desktop.s-bg-light-text .s-nav-social-media .social-media-link-wrap .social-media-link > .social-media-svg { height: 16px; fill: currentcolor; }

.page-wrapper { min-height: 100vh; }

#s-content.s-theme-alignment-left .s-section.s-hero-section .s-media:not(.has-custom-align), #s-content.s-theme-alignment-left .s-section.s-rows-section .s-media:not(.has-custom-align), #s-content.s-theme-alignment-left .s-section.s-slider-section .s-media:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-hero-section .s-media:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-rows-section .s-media:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-slider-section .s-media:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-left .s-section.s-hero-section .s-media:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-left .s-section.s-rows-section .s-media:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-left .s-section.s-slider-section .s-media:not(.has-custom-align) { text-align: center; }

#s-content.s-theme-alignment-left .s-section.s-block-section .s-block-feature, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-block-section .s-block-feature, #section-selector-wrapper.s-theme-alignment-left .s-section.s-block-section .s-block-feature { text-align: left; }

#s-content.s-theme-alignment-left .s-common-button, #s-content.s-theme-alignment-left .s-section.s-block-section .s-block-feature .s-image, #s-content.s-theme-alignment-left .s-section.s-block-section .s-block-smallicontext, #s-content.s-theme-alignment-left .s-section.s-block-section .s-block-tinyicontext, #s-content.s-theme-alignment-left .s-section .s-category-bar:not(.has-custom-align), #s-content.s-theme-alignment-left .s-section.s-donation-section .s-donation, #s-content.s-theme-alignment-left .s-section.s-icons-section .s-component.s-image:not(.has-custom-align), #s-content.s-theme-alignment-left .s-section.s-icons-section .s-media, #s-content.s-theme-alignment-left .s-section.s-icons-section .s-repeatable-item, #s-content.s-theme-alignment-left .s-section.s-process-section .s-repeatable-item, #s-content.s-theme-alignment-left .s-section.s-title-section, #s-content.s-theme-alignment-left .s-section.s-title-section .s-title-group, #s-use-site-style-config-container.s-theme-alignment-left .s-common-button, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-block-section .s-block-feature .s-image, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-block-section .s-block-smallicontext, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-block-section .s-block-tinyicontext, #s-use-site-style-config-container.s-theme-alignment-left .s-section .s-category-bar:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-donation-section .s-donation, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-icons-section .s-component.s-image:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-icons-section .s-media, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-icons-section .s-repeatable-item, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .s-repeatable-item, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-title-section, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-title-section .s-title-group, #section-selector-wrapper.s-theme-alignment-left .s-common-button, #section-selector-wrapper.s-theme-alignment-left .s-section.s-block-section .s-block-feature .s-image, #section-selector-wrapper.s-theme-alignment-left .s-section.s-block-section .s-block-smallicontext, #section-selector-wrapper.s-theme-alignment-left .s-section.s-block-section .s-block-tinyicontext, #section-selector-wrapper.s-theme-alignment-left .s-section .s-category-bar:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-left .s-section.s-donation-section .s-donation, #section-selector-wrapper.s-theme-alignment-left .s-section.s-icons-section .s-component.s-image:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-left .s-section.s-icons-section .s-media, #section-selector-wrapper.s-theme-alignment-left .s-section.s-icons-section .s-repeatable-item, #section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .s-repeatable-item, #section-selector-wrapper.s-theme-alignment-left .s-section.s-title-section, #section-selector-wrapper.s-theme-alignment-left .s-section.s-title-section .s-title-group { text-align: center; }

#s-content.s-theme-alignment-left .s-common-button.disabled, #s-use-site-style-config-container.s-theme-alignment-left .s-common-button.disabled, #section-selector-wrapper.s-theme-alignment-left .s-common-button.disabled { opacity: 0.5; cursor: not-allowed; pointer-events: none; }

#s-content.s-theme-alignment-left .nav-container, #s-content.s-theme-alignment-left .s-section-thumb, #s-content.s-theme-alignment-left .s-section.navigator, #s-use-site-style-config-container.s-theme-alignment-left .nav-container, #s-use-site-style-config-container.s-theme-alignment-left .s-section-thumb, #s-use-site-style-config-container.s-theme-alignment-left .s-section.navigator, #section-selector-wrapper.s-theme-alignment-left .nav-container, #section-selector-wrapper.s-theme-alignment-left .s-section-thumb, #section-selector-wrapper.s-theme-alignment-left .s-section.navigator { text-align: left; }

#s-content.s-theme-alignment-left .s-section.s-block-section, #s-content.s-theme-alignment-left .s-section.s-block-section .s-block-feature, #s-content.s-theme-alignment-left .s-section.s-block-section .s-block-profile, #s-content.s-theme-alignment-left .s-section.s-columns-section, #s-content.s-theme-alignment-left .s-section.s-contact-section, #s-content.s-theme-alignment-left .s-section.s-cta-section, #s-content.s-theme-alignment-left .s-section.s-footer-section, #s-content.s-theme-alignment-left .s-section.s-hero-section.inherit-text-align, #s-content.s-theme-alignment-left .s-section.s-info-section, #s-content.s-theme-alignment-left .s-section.s-media-section, #s-content.s-theme-alignment-left .s-section.s-new-hero-section.inherit-text-align, #s-content.s-theme-alignment-left .s-section.s-new-title-section, #s-content.s-theme-alignment-left .s-section.s-repeatable, #s-content.s-theme-alignment-left .s-section.s-rows-section, #s-content.s-theme-alignment-left .s-section.s-signup-section, #s-content.s-theme-alignment-left .s-section.s-text-section, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-block-section, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-block-section .s-block-feature, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-block-section .s-block-profile, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-contact-section, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-cta-section, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-footer-section, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-hero-section.inherit-text-align, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-info-section, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-new-hero-section.inherit-text-align, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-new-title-section, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-repeatable, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-rows-section, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-signup-section, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-text-section, #section-selector-wrapper.s-theme-alignment-left .s-section.s-block-section, #section-selector-wrapper.s-theme-alignment-left .s-section.s-block-section .s-block-feature, #section-selector-wrapper.s-theme-alignment-left .s-section.s-block-section .s-block-profile, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section, #section-selector-wrapper.s-theme-alignment-left .s-section.s-contact-section, #section-selector-wrapper.s-theme-alignment-left .s-section.s-cta-section, #section-selector-wrapper.s-theme-alignment-left .s-section.s-footer-section, #section-selector-wrapper.s-theme-alignment-left .s-section.s-hero-section.inherit-text-align, #section-selector-wrapper.s-theme-alignment-left .s-section.s-info-section, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section, #section-selector-wrapper.s-theme-alignment-left .s-section.s-new-hero-section.inherit-text-align, #section-selector-wrapper.s-theme-alignment-left .s-section.s-new-title-section, #section-selector-wrapper.s-theme-alignment-left .s-section.s-repeatable, #section-selector-wrapper.s-theme-alignment-left .s-section.s-rows-section, #section-selector-wrapper.s-theme-alignment-left .s-section.s-signup-section, #section-selector-wrapper.s-theme-alignment-left .s-section.s-text-section { text-align: left; }

#s-content.s-theme-alignment-left .s-section.s-block-section .s-image-wrapper:not(.has-custom-align), #s-content.s-theme-alignment-left .s-section.s-hero-section .s-image-wrapper:not(.has-custom-align), #s-content.s-theme-alignment-left .s-section.s-signup-section .s-image-wrapper:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-block-section .s-image-wrapper:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-hero-section .s-image-wrapper:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-signup-section .s-image-wrapper:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-left .s-section.s-block-section .s-image-wrapper:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-left .s-section.s-hero-section .s-image-wrapper:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-left .s-section.s-signup-section .s-image-wrapper:not(.has-custom-align) { justify-content: flex-start; }

#s-content.s-theme-alignment-left .s-section.s-info-section .s-section-item-wrapper, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-info-section .s-section-item-wrapper, #section-selector-wrapper.s-theme-alignment-left .s-section.s-info-section .s-section-item-wrapper { justify-content: start; }

#s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group, #s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .s-item-media-group, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .s-item-media-group { text-align: left; }

#s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .s-ratio-box, #s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .s-ratio-box { margin-left: 0px; }

#s-content.s-theme-alignment-left .s-section.s-process-section .s-repeatable-item, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .s-repeatable-item, #section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .s-repeatable-item { text-align: left; margin: 0px 0px 50px; padding-right: 14px; box-sizing: border-box; }

#s-content.s-theme-alignment-left .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #s-content.s-theme-alignment-left .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, #section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div { text-align: left; }

#s-content.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker, #section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker { left: 67px; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker { left: 27px; right: auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-left .s-section.s-process-section .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker { left: 27px; right: auto; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-left .s-section.s-process-section .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content.s-theme-alignment-left .s-section.s-process-section .process-vertical-layout, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-process-section .process-vertical-layout, #section-selector-wrapper.s-theme-alignment-left .s-section.s-process-section .process-vertical-layout { margin-right: auto; margin-left: 0px; }

#s-content.s-theme-alignment-left .s-section.s-columns-section:not(.s-new-feature-list-section) .s-item-text-group, #s-content.s-theme-alignment-left .s-section.s-media-section:not(.s-new-feature-list-section) .s-item-text-group, #s-content.s-theme-alignment-left .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section:not(.s-new-feature-list-section) .s-item-text-group, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section:not(.s-new-feature-list-section) .s-item-text-group, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section:not(.s-new-feature-list-section) .s-item-text-group, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section:not(.s-new-feature-list-section) .s-item-text-group, #section-selector-wrapper.s-theme-alignment-left .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards { text-align: left; }

#s-content.s-theme-alignment-left .s-section.s-columns-section .center-align .s-item-media-group, #s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .center-align, #s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.center-align, #s-content.s-theme-alignment-left .s-section.s-media-section .center-align .s-item-media-group, #s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .center-align, #s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.center-align, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .center-align .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .center-align, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.center-align, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .center-align .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .center-align, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.center-align, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .center-align .s-item-media-group, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .center-align, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.center-align, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .center-align .s-item-media-group, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .center-align, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.center-align { text-align: center; }

#s-content.s-theme-alignment-left .s-section.s-columns-section .center-align .s-item-media-group .s-ratio-box, #s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .center-align .s-ratio-box, #s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.center-align .s-ratio-box, #s-content.s-theme-alignment-left .s-section.s-media-section .center-align .s-item-media-group .s-ratio-box, #s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .center-align .s-ratio-box, #s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.center-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .center-align .s-item-media-group .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .center-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.center-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .center-align .s-item-media-group .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .center-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.center-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .center-align .s-item-media-group .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .center-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.center-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .center-align .s-item-media-group .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .center-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.center-align .s-ratio-box { margin-left: auto; }

#s-content.s-theme-alignment-left .s-section.s-columns-section .left-align .s-item-media-group, #s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .left-align, #s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.left-align, #s-content.s-theme-alignment-left .s-section.s-media-section .left-align .s-item-media-group, #s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .left-align, #s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.left-align, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .left-align .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .left-align, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.left-align, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .left-align .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .left-align, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.left-align, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .left-align .s-item-media-group, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .left-align, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.left-align, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .left-align .s-item-media-group, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .left-align, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.left-align { text-align: left; }

#s-content.s-theme-alignment-left .s-section.s-columns-section .left-align .s-item-media-group .s-ratio-box, #s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .left-align .s-ratio-box, #s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.left-align .s-ratio-box, #s-content.s-theme-alignment-left .s-section.s-media-section .left-align .s-item-media-group .s-ratio-box, #s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .left-align .s-ratio-box, #s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.left-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .left-align .s-item-media-group .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .left-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.left-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .left-align .s-item-media-group .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .left-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.left-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .left-align .s-item-media-group .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .left-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.left-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .left-align .s-item-media-group .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .left-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.left-align .s-ratio-box { margin-left: 0px; margin-right: auto; }

#s-content.s-theme-alignment-left .s-section.s-columns-section .right-align .s-item-media-group, #s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .right-align, #s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.right-align, #s-content.s-theme-alignment-left .s-section.s-media-section .right-align .s-item-media-group, #s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .right-align, #s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.right-align, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .right-align .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .right-align, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.right-align, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .right-align .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .right-align, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.right-align, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .right-align .s-item-media-group, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .right-align, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.right-align, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .right-align .s-item-media-group, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .right-align, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.right-align { text-align: right; }

#s-content.s-theme-alignment-left .s-section.s-columns-section .right-align .s-item-media-group .s-ratio-box, #s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .right-align .s-ratio-box, #s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.right-align .s-ratio-box, #s-content.s-theme-alignment-left .s-section.s-media-section .right-align .s-item-media-group .s-ratio-box, #s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .right-align .s-ratio-box, #s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.right-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .right-align .s-item-media-group .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .right-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.right-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .right-align .s-item-media-group .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .right-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.right-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .right-align .s-item-media-group .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .right-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.right-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .right-align .s-item-media-group .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .right-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.right-align .s-ratio-box { margin-left: auto; margin-right: 0px; }

#s-content.s-theme-alignment-left .s-section.s-blog-section, #s-content.s-theme-alignment-left .s-section.s-blog-section .s-blog-col-body.inherit-text-align, #s-content.s-theme-alignment-left .s-section.s-icons-section, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-blog-section, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-blog-section .s-blog-col-body.inherit-text-align, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-icons-section, #section-selector-wrapper.s-theme-alignment-left .s-section.s-blog-section, #section-selector-wrapper.s-theme-alignment-left .s-section.s-blog-section .s-blog-col-body.inherit-text-align, #section-selector-wrapper.s-theme-alignment-left .s-section.s-icons-section { text-align: left; }

#s-content.s-theme-alignment-left .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry, #s-content.s-theme-alignment-left .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry .s-blog-entry-right, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry .s-blog-entry-right, #section-selector-wrapper.s-theme-alignment-left .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry, #section-selector-wrapper.s-theme-alignment-left .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry .s-blog-entry-right { text-align: inherit; }

#s-content.s-theme-alignment-left .s-section.s-store-section .s-ecommerce-card-view-card.inherit-text-align, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-store-section .s-ecommerce-card-view-card.inherit-text-align, #section-selector-wrapper.s-theme-alignment-left .s-section.s-store-section .s-ecommerce-card-view-card.inherit-text-align { text-align: left; }

#s-content.s-theme-alignment-left .s-section.s-store-section .s-ecommerce-card-view-card-price-wrapper.inherit-text-align, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-store-section .s-ecommerce-card-view-card-price-wrapper.inherit-text-align, #section-selector-wrapper.s-theme-alignment-left .s-section.s-store-section .s-ecommerce-card-view-card-price-wrapper.inherit-text-align { justify-content: flex-start; }

#s-content.s-theme-alignment-left .s-section.s-donation-section .s-donation, #s-content.s-theme-alignment-left .s-section.s-footer-section .container .is-single-column:not(.has-custom-align), #s-content.s-theme-alignment-left .s-section.s-footer-section .container.s-layout-vertical, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-donation-section .s-donation, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-footer-section .container .is-single-column:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-footer-section .container.s-layout-vertical, #section-selector-wrapper.s-theme-alignment-left .s-section.s-donation-section .s-donation, #section-selector-wrapper.s-theme-alignment-left .s-section.s-footer-section .container .is-single-column:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-left .s-section.s-footer-section .container.s-layout-vertical { text-align: left; }

#s-content.s-theme-alignment-left .s-section.s-footer-section .container .is-single-column:not(.has-custom-align) .s-img-wrapper .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-footer-section .container .is-single-column:not(.has-custom-align) .s-img-wrapper .s-ratio-box, #section-selector-wrapper.s-theme-alignment-left .s-section.s-footer-section .container .is-single-column:not(.has-custom-align) .s-img-wrapper .s-ratio-box { margin-left: 0px; margin-right: auto; }

@media only screen and (max-width: 767px) {
  #s-content.s-theme-alignment-left .s-section.s-footer-section .container.s-layout-grid .is-single-column-on-mobile:not(.has-custom-align), #s-content.s-theme-alignment-left .s-section.s-footer-section .container.s-layout-horizontal .is-single-column-on-mobile:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-footer-section .container.s-layout-grid .is-single-column-on-mobile:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-footer-section .container.s-layout-horizontal .is-single-column-on-mobile:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-left .s-section.s-footer-section .container.s-layout-grid .is-single-column-on-mobile:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-left .s-section.s-footer-section .container.s-layout-horizontal .is-single-column-on-mobile:not(.has-custom-align) { text-align: left; }
  #s-content.s-theme-alignment-left .s-section.s-footer-section .s-slider-section-s5, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-footer-section .s-slider-section-s5, #section-selector-wrapper.s-theme-alignment-left .s-section.s-footer-section .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content.s-theme-alignment-left .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-section-item-wrapper, #s-use-site-style-config-container.s-theme-alignment-left .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-section-item-wrapper, #section-selector-wrapper.s-theme-alignment-left .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-section-item-wrapper { justify-content: left; }

#s-content.s-theme-alignment-left .s-gallery:not(.has-custom-align), #s-content.s-theme-alignment-left .s-hero-section .s-button-wrapper, #s-content.s-theme-alignment-left .s-section .s-category-bar:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-left .s-gallery:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-left .s-hero-section .s-button-wrapper, #s-use-site-style-config-container.s-theme-alignment-left .s-section .s-category-bar:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-left .s-gallery:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-left .s-hero-section .s-button-wrapper, #section-selector-wrapper.s-theme-alignment-left .s-section .s-category-bar:not(.has-custom-align) { text-align: left; }

#s-content.s-theme-alignment-left .s-sign-up-form-wrapper:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-left .s-sign-up-form-wrapper:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-left .s-sign-up-form-wrapper:not(.has-custom-align) { justify-content: left; }

#s-content.s-theme-alignment-left .s-email-form, #s-content.s-theme-alignment-left .s-html-component .s-component-content, #s-content.s-theme-alignment-left .s-mobile-disabled-notice, #s-content.s-theme-alignment-left .s-social-feed .s-component-content .s-feeds-list .s-feeds-title, #s-content.s-theme-alignment-left .s-title-group, #s-use-site-style-config-container.s-theme-alignment-left .s-email-form, #s-use-site-style-config-container.s-theme-alignment-left .s-html-component .s-component-content, #s-use-site-style-config-container.s-theme-alignment-left .s-mobile-disabled-notice, #s-use-site-style-config-container.s-theme-alignment-left .s-social-feed .s-component-content .s-feeds-list .s-feeds-title, #s-use-site-style-config-container.s-theme-alignment-left .s-title-group, #section-selector-wrapper.s-theme-alignment-left .s-email-form, #section-selector-wrapper.s-theme-alignment-left .s-html-component .s-component-content, #section-selector-wrapper.s-theme-alignment-left .s-mobile-disabled-notice, #section-selector-wrapper.s-theme-alignment-left .s-social-feed .s-component-content .s-feeds-list .s-feeds-title, #section-selector-wrapper.s-theme-alignment-left .s-title-group { text-align: left; }

#s-content.s-theme-alignment-left .s-email-form .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container.s-theme-alignment-left .s-email-form .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper.s-theme-alignment-left .s-email-form .s-email-form-fields-group .s-email-form-field { margin-left: 0px; margin-right: auto; }

#s-content.s-theme-alignment-left .s-block-section .alignment-container.left-align .s-email-form-fields-group .s-email-form-field, #s-content.s-theme-alignment-left .s-email-form-container.left-align .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container.s-theme-alignment-left .s-block-section .alignment-container.left-align .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container.s-theme-alignment-left .s-email-form-container.left-align .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper.s-theme-alignment-left .s-block-section .alignment-container.left-align .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper.s-theme-alignment-left .s-email-form-container.left-align .s-email-form-fields-group .s-email-form-field { margin-left: 0px; margin-right: auto; text-align: left; }

#s-content.s-theme-alignment-left .s-block-section .alignment-container.center-align .s-email-form-fields-group .s-email-form-field, #s-content.s-theme-alignment-left .s-email-form-container.center-align .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container.s-theme-alignment-left .s-block-section .alignment-container.center-align .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container.s-theme-alignment-left .s-email-form-container.center-align .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper.s-theme-alignment-left .s-block-section .alignment-container.center-align .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper.s-theme-alignment-left .s-email-form-container.center-align .s-email-form-fields-group .s-email-form-field { margin-left: auto; text-align: center; }

#s-content.s-theme-alignment-left .s-block-section .alignment-container.right-align .s-email-form-fields-group .s-email-form-field, #s-content.s-theme-alignment-left .s-email-form-container.right-align .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container.s-theme-alignment-left .s-block-section .alignment-container.right-align .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container.s-theme-alignment-left .s-email-form-container.right-align .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper.s-theme-alignment-left .s-block-section .alignment-container.right-align .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper.s-theme-alignment-left .s-email-form-container.right-align .s-email-form-fields-group .s-email-form-field { margin-left: auto; margin-right: 0px; }

#s-content.s-theme-alignment-left .s-block-section .alignment-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field, #s-content.s-theme-alignment-left .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container.s-theme-alignment-left .s-block-section .alignment-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container.s-theme-alignment-left .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper.s-theme-alignment-left .s-block-section .alignment-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper.s-theme-alignment-left .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field { margin-right: 20px; }

#s-content.s-theme-alignment-left .s-block-section .alignment-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field, #s-content.s-theme-alignment-left .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field, #s-use-site-style-config-container.s-theme-alignment-left .s-block-section .alignment-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field, #s-use-site-style-config-container.s-theme-alignment-left .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field, #section-selector-wrapper.s-theme-alignment-left .s-block-section .alignment-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field, #section-selector-wrapper.s-theme-alignment-left .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field { margin-right: 0px; }

#s-content.s-theme-alignment-left .s-contact-section-columns, #s-use-site-style-config-container.s-theme-alignment-left .s-contact-section-columns, #section-selector-wrapper.s-theme-alignment-left .s-contact-section-columns { justify-content: left; }

#s-content.s-theme-alignment-left .s-contact-section-columns.center-align, #s-content.s-theme-alignment-left .s-contact-section-columns.center-alignment, #s-use-site-style-config-container.s-theme-alignment-left .s-contact-section-columns.center-align, #s-use-site-style-config-container.s-theme-alignment-left .s-contact-section-columns.center-alignment, #section-selector-wrapper.s-theme-alignment-left .s-contact-section-columns.center-align, #section-selector-wrapper.s-theme-alignment-left .s-contact-section-columns.center-alignment { justify-content: center; }

#s-content.s-theme-alignment-left .s-contact-section-columns.right-align, #s-content.s-theme-alignment-left .s-contact-section-columns.right-alignment, #s-use-site-style-config-container.s-theme-alignment-left .s-contact-section-columns.right-align, #s-use-site-style-config-container.s-theme-alignment-left .s-contact-section-columns.right-alignment, #section-selector-wrapper.s-theme-alignment-left .s-contact-section-columns.right-align, #section-selector-wrapper.s-theme-alignment-left .s-contact-section-columns.right-alignment { justify-content: right; }

#s-content.s-theme-alignment-left .s-common-button-group.auto, #s-use-site-style-config-container.s-theme-alignment-left .s-common-button-group.auto, #section-selector-wrapper.s-theme-alignment-left .s-common-button-group.auto { justify-content: flex-start; }

#s-content.s-theme-alignment-left .s-button.s-component .s-component-content.auto, #s-use-site-style-config-container.s-theme-alignment-left .s-button.s-component .s-component-content.auto, #section-selector-wrapper.s-theme-alignment-left .s-button.s-component .s-component-content.auto { display: flex; justify-content: flex-start; }

#s-content.s-theme-alignment-left .repeated-elements.btn-group.auto, #s-use-site-style-config-container.s-theme-alignment-left .repeated-elements.btn-group.auto, #section-selector-wrapper.s-theme-alignment-left .repeated-elements.btn-group.auto { justify-content: flex-start; }

#s-content.s-theme-alignment-left .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-left .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-left .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align) { text-align: left; }

#s-content.s-theme-alignment-left .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-start, #s-use-site-style-config-container.s-theme-alignment-left .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-start, #section-selector-wrapper.s-theme-alignment-left .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-start { display: flex; justify-content: flex-start; }

#s-content.s-theme-alignment-left .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).center, #s-use-site-style-config-container.s-theme-alignment-left .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).center, #section-selector-wrapper.s-theme-alignment-left .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).center { display: flex; justify-content: center; }

#s-content.s-theme-alignment-left .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-end, #s-use-site-style-config-container.s-theme-alignment-left .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-end, #section-selector-wrapper.s-theme-alignment-left .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-end { display: flex; justify-content: flex-end; }

@media only screen and (max-width: 927px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-left .s-contact-section-columns, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-left .s-contact-section-columns, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-left .s-contact-section-columns { margin-left: 0px; margin-right: auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-left .s-contact-section-columns.center-align, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-left .s-contact-section-columns.center-alignment, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-left .s-contact-section-columns.center-align, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-left .s-contact-section-columns.center-alignment, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-left .s-contact-section-columns.center-align, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-left .s-contact-section-columns.center-alignment { margin: 0px auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-left .s-contact-section-columns.right-align, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-left .s-contact-section-columns.right-alignment, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-left .s-contact-section-columns.right-align, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-left .s-contact-section-columns.right-alignment, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-left .s-contact-section-columns.right-align, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-left .s-contact-section-columns.right-alignment { margin-left: auto; margin-right: 0px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-left .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-left .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-left .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-left .s-contact-section-columns, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-left .s-contact-section-columns, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-left .s-contact-section-columns { margin-left: 0px; margin-right: auto; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-left .s-contact-section-columns.center-align, body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-left .s-contact-section-columns.center-alignment, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-left .s-contact-section-columns.center-align, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-left .s-contact-section-columns.center-alignment, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-left .s-contact-section-columns.center-align, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-left .s-contact-section-columns.center-alignment { margin: 0px auto; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-left .s-contact-section-columns.right-align, body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-left .s-contact-section-columns.right-alignment, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-left .s-contact-section-columns.right-align, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-left .s-contact-section-columns.right-alignment, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-left .s-contact-section-columns.right-align, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-left .s-contact-section-columns.right-alignment { margin-left: auto; margin-right: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-left .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-left .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-left .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content.s-theme-alignment-center .s-section.s-hero-section .s-media:not(.has-custom-align), #s-content.s-theme-alignment-center .s-section.s-rows-section .s-media:not(.has-custom-align), #s-content.s-theme-alignment-center .s-section.s-slider-section .s-media:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-hero-section .s-media:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-rows-section .s-media:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-slider-section .s-media:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-center .s-section.s-hero-section .s-media:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-center .s-section.s-rows-section .s-media:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-center .s-section.s-slider-section .s-media:not(.has-custom-align) { text-align: center; }

#s-content.s-theme-alignment-center .s-section.s-block-section .s-block-feature, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-block-section .s-block-feature, #section-selector-wrapper.s-theme-alignment-center .s-section.s-block-section .s-block-feature { text-align: left; }

#s-content.s-theme-alignment-center .s-section.s-block-section .s-block-feature .s-image, #s-content.s-theme-alignment-center .s-section.s-block-section .s-block-smallicontext, #s-content.s-theme-alignment-center .s-section.s-block-section .s-block-tinyicontext, #s-content.s-theme-alignment-center .s-section.s-icons-section .s-component.s-image:not(.has-custom-align), #s-content.s-theme-alignment-center .s-section.s-icons-section .s-media, #s-content.s-theme-alignment-center .s-section.s-icons-section .s-repeatable-item, #s-content.s-theme-alignment-center .s-section.s-title-section, #s-content.s-theme-alignment-center .s-section.s-title-section .s-title-group, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-block-section .s-block-feature .s-image, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-block-section .s-block-smallicontext, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-block-section .s-block-tinyicontext, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-icons-section .s-component.s-image:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-icons-section .s-media, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-icons-section .s-repeatable-item, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-title-section, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-title-section .s-title-group, #section-selector-wrapper.s-theme-alignment-center .s-section.s-block-section .s-block-feature .s-image, #section-selector-wrapper.s-theme-alignment-center .s-section.s-block-section .s-block-smallicontext, #section-selector-wrapper.s-theme-alignment-center .s-section.s-block-section .s-block-tinyicontext, #section-selector-wrapper.s-theme-alignment-center .s-section.s-icons-section .s-component.s-image:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-center .s-section.s-icons-section .s-media, #section-selector-wrapper.s-theme-alignment-center .s-section.s-icons-section .s-repeatable-item, #section-selector-wrapper.s-theme-alignment-center .s-section.s-title-section, #section-selector-wrapper.s-theme-alignment-center .s-section.s-title-section .s-title-group { text-align: center; }

#s-content.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards, #section-selector-wrapper.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards { text-align: left; }

#s-content.s-theme-alignment-center .s-common-button, #s-use-site-style-config-container.s-theme-alignment-center .s-common-button, #section-selector-wrapper.s-theme-alignment-center .s-common-button { text-align: center; }

#s-content.s-theme-alignment-center .s-common-button.disabled, #s-use-site-style-config-container.s-theme-alignment-center .s-common-button.disabled, #section-selector-wrapper.s-theme-alignment-center .s-common-button.disabled { opacity: 0.5; cursor: not-allowed; pointer-events: none; }

#s-content.s-theme-alignment-center .s-section-thumb, #s-use-site-style-config-container.s-theme-alignment-center .s-section-thumb, #section-selector-wrapper.s-theme-alignment-center .s-section-thumb { text-align: left; }

#s-content.s-theme-alignment-center .nav-container, #s-content.s-theme-alignment-center .s-section.navigator, #s-use-site-style-config-container.s-theme-alignment-center .nav-container, #s-use-site-style-config-container.s-theme-alignment-center .s-section.navigator, #section-selector-wrapper.s-theme-alignment-center .nav-container, #section-selector-wrapper.s-theme-alignment-center .s-section.navigator { text-align: center; }

#s-content.s-theme-alignment-center .navigator .nav .nav-container .s-image, #s-use-site-style-config-container.s-theme-alignment-center .navigator .nav .nav-container .s-image, #section-selector-wrapper.s-theme-alignment-center .navigator .nav .nav-container .s-image { text-align: left; }

#s-content.s-theme-alignment-center .s-email-form, #s-use-site-style-config-container.s-theme-alignment-center .s-email-form, #section-selector-wrapper.s-theme-alignment-center .s-email-form { text-align: center; }

#s-content.s-theme-alignment-center .s-email-form .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container.s-theme-alignment-center .s-email-form .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper.s-theme-alignment-center .s-email-form .s-email-form-fields-group .s-email-form-field { margin-left: auto; margin-right: auto; }

#s-content.s-theme-alignment-center .s-section.s-block-section, #s-content.s-theme-alignment-center .s-section.s-block-section .s-block-profile, #s-content.s-theme-alignment-center .s-section.s-columns-section, #s-content.s-theme-alignment-center .s-section.s-cta-section, #s-content.s-theme-alignment-center .s-section.s-footer-section, #s-content.s-theme-alignment-center .s-section.s-hero-section.inherit-text-align, #s-content.s-theme-alignment-center .s-section.s-icons-section, #s-content.s-theme-alignment-center .s-section.s-info-section, #s-content.s-theme-alignment-center .s-section.s-new-hero-section.inherit-text-align, #s-content.s-theme-alignment-center .s-section.s-new-title-section, #s-content.s-theme-alignment-center .s-section.s-repeatable, #s-content.s-theme-alignment-center .s-section.s-slider-section, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-block-section, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-block-section .s-block-profile, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-columns-section, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-cta-section, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-footer-section, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-hero-section.inherit-text-align, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-icons-section, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-info-section, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-new-hero-section.inherit-text-align, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-new-title-section, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-repeatable, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-slider-section, #section-selector-wrapper.s-theme-alignment-center .s-section.s-block-section, #section-selector-wrapper.s-theme-alignment-center .s-section.s-block-section .s-block-profile, #section-selector-wrapper.s-theme-alignment-center .s-section.s-columns-section, #section-selector-wrapper.s-theme-alignment-center .s-section.s-cta-section, #section-selector-wrapper.s-theme-alignment-center .s-section.s-footer-section, #section-selector-wrapper.s-theme-alignment-center .s-section.s-hero-section.inherit-text-align, #section-selector-wrapper.s-theme-alignment-center .s-section.s-icons-section, #section-selector-wrapper.s-theme-alignment-center .s-section.s-info-section, #section-selector-wrapper.s-theme-alignment-center .s-section.s-new-hero-section.inherit-text-align, #section-selector-wrapper.s-theme-alignment-center .s-section.s-new-title-section, #section-selector-wrapper.s-theme-alignment-center .s-section.s-repeatable, #section-selector-wrapper.s-theme-alignment-center .s-section.s-slider-section { text-align: center; }

#s-content.s-theme-alignment-center .s-section.s-block-section .s-image-wrapper:not(.has-custom-align), #s-content.s-theme-alignment-center .s-section.s-hero-section .s-image-wrapper:not(.has-custom-align), #s-content.s-theme-alignment-center .s-section.s-info-section .s-section-item-wrapper, #s-content.s-theme-alignment-center .s-section.s-signup-section .s-image-wrapper:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-block-section .s-image-wrapper:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-hero-section .s-image-wrapper:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-info-section .s-section-item-wrapper, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-signup-section .s-image-wrapper:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-center .s-section.s-block-section .s-image-wrapper:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-center .s-section.s-hero-section .s-image-wrapper:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-center .s-section.s-info-section .s-section-item-wrapper, #section-selector-wrapper.s-theme-alignment-center .s-section.s-signup-section .s-image-wrapper:not(.has-custom-align) { justify-content: center; }

#s-content.s-theme-alignment-center .s-section.s-columns-section .s-item-media-group, #s-content.s-theme-alignment-center .s-section.s-columns-section:not(.s-new-feature-list-section) .s-item-text-group, #s-content.s-theme-alignment-center .s-section.s-media-section .s-item-media-group, #s-content.s-theme-alignment-center .s-section.s-media-section:not(.s-new-feature-list-section) .s-item-text-group, #s-content.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-columns-section .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-columns-section:not(.s-new-feature-list-section) .s-item-text-group, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-media-section .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-media-section:not(.s-new-feature-list-section) .s-item-text-group, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards, #section-selector-wrapper.s-theme-alignment-center .s-section.s-columns-section .s-item-media-group, #section-selector-wrapper.s-theme-alignment-center .s-section.s-columns-section:not(.s-new-feature-list-section) .s-item-text-group, #section-selector-wrapper.s-theme-alignment-center .s-section.s-media-section .s-item-media-group, #section-selector-wrapper.s-theme-alignment-center .s-section.s-media-section:not(.s-new-feature-list-section) .s-item-text-group, #section-selector-wrapper.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards { text-align: center; }

#s-content.s-theme-alignment-center .s-section.s-process-section .s-repeatable-item, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-process-section .s-repeatable-item, #section-selector-wrapper.s-theme-alignment-center .s-section.s-process-section .s-repeatable-item { text-align: center; margin-left: 1.04167%; margin-right: 1.04167%; padding-left: 0px; padding-right: 0px; box-sizing: border-box; }

#s-content.s-theme-alignment-center .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #s-content.s-theme-alignment-center .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, #section-selector-wrapper.s-theme-alignment-center .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #section-selector-wrapper.s-theme-alignment-center .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div { text-align: center; }

#s-content.s-theme-alignment-center .s-section.s-process-section .process-horizontal-layout .process-item-linker, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-process-section .process-horizontal-layout .process-item-linker, #section-selector-wrapper.s-theme-alignment-center .s-section.s-process-section .process-horizontal-layout .process-item-linker { left: calc(50% + 52px); }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-center .s-section.s-process-section .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-process-section .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-center .s-section.s-process-section .process-horizontal-layout .process-item-linker { left: 27px; right: auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-center .s-section.s-process-section .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-process-section .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-center .s-section.s-process-section .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-center .s-section.s-process-section .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-process-section .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-center .s-section.s-process-section .process-horizontal-layout .process-item-linker { left: 27px; right: auto; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-center .s-section.s-process-section .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-process-section .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-center .s-section.s-process-section .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content.s-theme-alignment-center .s-section.s-process-section .process-vertical-layout, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-process-section .process-vertical-layout, #section-selector-wrapper.s-theme-alignment-center .s-section.s-process-section .process-vertical-layout { margin-left: auto; margin-right: auto; }

#s-content.s-theme-alignment-center .s-section.s-blog-section, #s-content.s-theme-alignment-center .s-section.s-blog-section .s-blog-col-body.inherit-text-align, #s-content.s-theme-alignment-center .s-section.s-donation-section .s-donation, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-blog-section, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-blog-section .s-blog-col-body.inherit-text-align, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-donation-section .s-donation, #section-selector-wrapper.s-theme-alignment-center .s-section.s-blog-section, #section-selector-wrapper.s-theme-alignment-center .s-section.s-blog-section .s-blog-col-body.inherit-text-align, #section-selector-wrapper.s-theme-alignment-center .s-section.s-donation-section .s-donation { text-align: center; }

#s-content.s-theme-alignment-center .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry, #s-content.s-theme-alignment-center .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry .s-blog-entry-right, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry .s-blog-entry-right, #section-selector-wrapper.s-theme-alignment-center .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry, #section-selector-wrapper.s-theme-alignment-center .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry .s-blog-entry-right { text-align: inherit; }

#s-content.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-card.inherit-text-align, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-card.inherit-text-align, #section-selector-wrapper.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-card.inherit-text-align { text-align: center; }

#s-content.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-card-price-wrapper.inherit-text-align, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-card-price-wrapper.inherit-text-align, #section-selector-wrapper.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-card-price-wrapper.inherit-text-align { justify-content: center; }

#s-content.s-theme-alignment-center .s-section.s-footer-section .container .is-single-column:not(.has-custom-align), #s-content.s-theme-alignment-center .s-section.s-footer-section .container.s-layout-vertical, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-footer-section .container .is-single-column:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-footer-section .container.s-layout-vertical, #section-selector-wrapper.s-theme-alignment-center .s-section.s-footer-section .container .is-single-column:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-center .s-section.s-footer-section .container.s-layout-vertical { text-align: center; }

#s-content.s-theme-alignment-center .s-section.s-footer-section .container .is-single-column:not(.has-custom-align) .s-img-wrapper .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-footer-section .container .is-single-column:not(.has-custom-align) .s-img-wrapper .s-ratio-box, #section-selector-wrapper.s-theme-alignment-center .s-section.s-footer-section .container .is-single-column:not(.has-custom-align) .s-img-wrapper .s-ratio-box { margin-left: auto; margin-right: auto; }

@media only screen and (max-width: 767px) {
  #s-content.s-theme-alignment-center .s-section.s-footer-section .container.s-layout-grid .is-single-column-on-mobile:not(.has-custom-align), #s-content.s-theme-alignment-center .s-section.s-footer-section .container.s-layout-horizontal .is-single-column-on-mobile:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-footer-section .container.s-layout-grid .is-single-column-on-mobile:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-footer-section .container.s-layout-horizontal .is-single-column-on-mobile:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-center .s-section.s-footer-section .container.s-layout-grid .is-single-column-on-mobile:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-center .s-section.s-footer-section .container.s-layout-horizontal .is-single-column-on-mobile:not(.has-custom-align) { text-align: center; }
  #s-content.s-theme-alignment-center .s-section.s-footer-section .s-slider-section-s5, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-footer-section .s-slider-section-s5, #section-selector-wrapper.s-theme-alignment-center .s-section.s-footer-section .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content.s-theme-alignment-center .s-section .s-category-bar:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-center .s-section .s-category-bar:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-center .s-section .s-category-bar:not(.has-custom-align) { text-align: center; z-index: 1; }

#s-content.s-theme-alignment-center .s-sign-up-form-wrapper:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-center .s-sign-up-form-wrapper:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-center .s-sign-up-form-wrapper:not(.has-custom-align) { justify-content: center; }

#s-content.s-theme-alignment-center .s-contact-section, #s-content.s-theme-alignment-center .s-signup-section, #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section, #s-use-site-style-config-container.s-theme-alignment-center .s-signup-section, #section-selector-wrapper.s-theme-alignment-center .s-contact-section, #section-selector-wrapper.s-theme-alignment-center .s-signup-section { text-align: center; }

#s-content.s-theme-alignment-center .s-title-group, #s-use-site-style-config-container.s-theme-alignment-center .s-title-group, #section-selector-wrapper.s-theme-alignment-center .s-title-group { text-align: center; z-index: 2; }

#s-content.s-theme-alignment-center .s-gallery:not(.has-custom-align), #s-content.s-theme-alignment-center .s-hero-section .s-button-wrapper, #s-content.s-theme-alignment-center .s-hero-section .s-title-group, #s-content.s-theme-alignment-center .s-html-component .s-component-content, #s-content.s-theme-alignment-center .s-mobile-disabled-notice, #s-content.s-theme-alignment-center .s-social-feed .s-component-content .s-feeds-list .s-feeds-title, #s-content.s-theme-alignment-center .s-unauthorized-notice, #s-use-site-style-config-container.s-theme-alignment-center .s-gallery:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-center .s-hero-section .s-button-wrapper, #s-use-site-style-config-container.s-theme-alignment-center .s-hero-section .s-title-group, #s-use-site-style-config-container.s-theme-alignment-center .s-html-component .s-component-content, #s-use-site-style-config-container.s-theme-alignment-center .s-mobile-disabled-notice, #s-use-site-style-config-container.s-theme-alignment-center .s-social-feed .s-component-content .s-feeds-list .s-feeds-title, #s-use-site-style-config-container.s-theme-alignment-center .s-unauthorized-notice, #section-selector-wrapper.s-theme-alignment-center .s-gallery:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-center .s-hero-section .s-button-wrapper, #section-selector-wrapper.s-theme-alignment-center .s-hero-section .s-title-group, #section-selector-wrapper.s-theme-alignment-center .s-html-component .s-component-content, #section-selector-wrapper.s-theme-alignment-center .s-mobile-disabled-notice, #section-selector-wrapper.s-theme-alignment-center .s-social-feed .s-component-content .s-feeds-list .s-feeds-title, #section-selector-wrapper.s-theme-alignment-center .s-unauthorized-notice { text-align: center; }

@media only screen and (max-width: 727px) {
  #s-content.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaLeft .columns, #s-content.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaLeft .s-title-group, #s-content.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaRight .columns, #s-content.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaRight .s-title-group, #s-content.s-theme-alignment-center .s-section.s-cta-section .s-layout-skinny .columns, #s-content.s-theme-alignment-center .s-section.s-cta-section .s-layout-skinny .s-title-group, #s-content.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaLeft .columns, #s-content.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaLeft .s-title-group, #s-content.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaRight .columns, #s-content.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaRight .s-title-group, #s-content.s-theme-alignment-center .s-section.s-new-title-section .s-layout-skinny .columns, #s-content.s-theme-alignment-center .s-section.s-new-title-section .s-layout-skinny .s-title-group, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaLeft .columns, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaLeft .s-title-group, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaRight .columns, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaRight .s-title-group, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-cta-section .s-layout-skinny .columns, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-cta-section .s-layout-skinny .s-title-group, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaLeft .columns, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaLeft .s-title-group, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaRight .columns, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaRight .s-title-group, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-new-title-section .s-layout-skinny .columns, #s-use-site-style-config-container.s-theme-alignment-center .s-section.s-new-title-section .s-layout-skinny .s-title-group, #section-selector-wrapper.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaLeft .columns, #section-selector-wrapper.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaLeft .s-title-group, #section-selector-wrapper.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaRight .columns, #section-selector-wrapper.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaRight .s-title-group, #section-selector-wrapper.s-theme-alignment-center .s-section.s-cta-section .s-layout-skinny .columns, #section-selector-wrapper.s-theme-alignment-center .s-section.s-cta-section .s-layout-skinny .s-title-group, #section-selector-wrapper.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaLeft .columns, #section-selector-wrapper.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaLeft .s-title-group, #section-selector-wrapper.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaRight .columns, #section-selector-wrapper.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaRight .s-title-group, #section-selector-wrapper.s-theme-alignment-center .s-section.s-new-title-section .s-layout-skinny .columns, #section-selector-wrapper.s-theme-alignment-center .s-section.s-new-title-section .s-layout-skinny .s-title-group { text-align: center; }
  #s-content.s-theme-alignment-center .s-slider-section-s5, #s-use-site-style-config-container.s-theme-alignment-center .s-slider-section-s5, #section-selector-wrapper.s-theme-alignment-center .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content.s-theme-alignment-center .s-contact-section-columns, #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns, #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns { justify-content: center; }

#s-content.s-theme-alignment-center .s-contact-section-columns.left-align, #s-content.s-theme-alignment-center .s-contact-section-columns.left-alignment, #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns.left-align, #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns.left-alignment, #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns.left-align, #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns.left-alignment { justify-content: left; }

#s-content.s-theme-alignment-center .s-contact-section-columns.right-align, #s-content.s-theme-alignment-center .s-contact-section-columns.right-alignment, #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns.right-align, #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns.right-alignment, #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns.right-align, #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns.right-alignment { justify-content: right; }

#s-content.s-theme-alignment-center .s-contact-section-columns, #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns, #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns { margin: 0px auto; }

#s-content.s-theme-alignment-center .s-contact-section-columns.left-align, #s-content.s-theme-alignment-center .s-contact-section-columns.left-alignment, #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns.left-align, #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns.left-alignment, #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns.left-align, #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns.left-alignment { margin-right: auto; margin-left: 0px; }

#s-content.s-theme-alignment-center .s-contact-section-columns.right-align, #s-content.s-theme-alignment-center .s-contact-section-columns.right-alignment, #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns.right-align, #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns.right-alignment, #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns.right-align, #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns.right-alignment { margin-left: auto; margin-right: 0px; }

@media only screen and (max-width: 927px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-center .s-contact-section-columns, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns { margin: 0px auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-center .s-contact-section-columns.left-align, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-center .s-contact-section-columns.left-alignment, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns.left-align, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns.left-alignment, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns.left-align, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns.left-alignment { margin-right: auto; margin-left: 0px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-center .s-contact-section-columns.right-align, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-center .s-contact-section-columns.right-alignment, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns.right-align, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns.right-alignment, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns.right-align, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns.right-alignment { margin-left: auto; margin-right: 0px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-center .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-center .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-center .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-center .s-contact-section-columns, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns { margin: 0px auto; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-center .s-contact-section-columns.left-align, body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-center .s-contact-section-columns.left-alignment, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns.left-align, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns.left-alignment, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns.left-align, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns.left-alignment { margin-right: auto; margin-left: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-center .s-contact-section-columns.right-align, body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-center .s-contact-section-columns.right-alignment, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns.right-align, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-center .s-contact-section-columns.right-alignment, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns.right-align, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-center .s-contact-section-columns.right-alignment { margin-left: auto; margin-right: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-center .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-center .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-center .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (min-width: 728px) {
  #s-content.s-theme-alignment-center .s-block-columnBlock.third.columns .s-signup-form .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container.s-theme-alignment-center .s-block-columnBlock.third.columns .s-signup-form .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper.s-theme-alignment-center .s-block-columnBlock.third.columns .s-signup-form .s-email-form-fields-group .s-email-form-field, .third.columns #s-content.s-theme-alignment-center .s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-email-form-field, .third.columns #s-use-site-style-config-container.s-theme-alignment-center .s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-email-form-field, .third.columns #section-selector-wrapper.s-theme-alignment-center .s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-email-form-field { margin-left: 0px; margin-right: 0px; }
}

@media only screen and (min-width: 1200px) {
  #s-content.s-theme-alignment-center .s-block-columnBlock.third.columns .s-signup-form .s-email-form-fields-group .s-submit-field, #s-use-site-style-config-container.s-theme-alignment-center .s-block-columnBlock.third.columns .s-signup-form .s-email-form-fields-group .s-submit-field, #section-selector-wrapper.s-theme-alignment-center .s-block-columnBlock.third.columns .s-signup-form .s-email-form-fields-group .s-submit-field, .third.columns #s-content.s-theme-alignment-center .s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-submit-field, .third.columns #s-use-site-style-config-container.s-theme-alignment-center .s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-submit-field, .third.columns #section-selector-wrapper.s-theme-alignment-center .s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-submit-field { margin-left: 30px !important; margin-right: 30px !important; }
}

#s-content.s-theme-alignment-center .s-common-button-group.auto, #s-use-site-style-config-container.s-theme-alignment-center .s-common-button-group.auto, #section-selector-wrapper.s-theme-alignment-center .s-common-button-group.auto { justify-content: center; }

#s-content.s-theme-alignment-center .s-button.s-component .s-component-content.auto, #s-use-site-style-config-container.s-theme-alignment-center .s-button.s-component .s-component-content.auto, #section-selector-wrapper.s-theme-alignment-center .s-button.s-component .s-component-content.auto { display: flex; justify-content: center; }

#s-content.s-theme-alignment-center .repeated-elements.btn-group.auto, #s-use-site-style-config-container.s-theme-alignment-center .repeated-elements.btn-group.auto, #section-selector-wrapper.s-theme-alignment-center .repeated-elements.btn-group.auto { justify-content: center; }

#s-content.s-theme-alignment-center .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-center .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-center .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align) { text-align: center; }

#s-content.s-theme-alignment-center .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-start, #s-use-site-style-config-container.s-theme-alignment-center .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-start, #section-selector-wrapper.s-theme-alignment-center .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-start { display: flex; justify-content: flex-start; }

#s-content.s-theme-alignment-center .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).center, #s-use-site-style-config-container.s-theme-alignment-center .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).center, #section-selector-wrapper.s-theme-alignment-center .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).center { display: flex; justify-content: center; }

#s-content.s-theme-alignment-center .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-end, #s-use-site-style-config-container.s-theme-alignment-center .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-end, #section-selector-wrapper.s-theme-alignment-center .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-end { display: flex; justify-content: flex-end; }

#s-content.s-theme-alignment-right .s-section.s-hero-section .s-media:not(.has-custom-align), #s-content.s-theme-alignment-right .s-section.s-rows-section .s-media:not(.has-custom-align), #s-content.s-theme-alignment-right .s-section.s-slider-section .s-media:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-hero-section .s-media:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-rows-section .s-media:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-slider-section .s-media:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-right .s-section.s-hero-section .s-media:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-right .s-section.s-rows-section .s-media:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-right .s-section.s-slider-section .s-media:not(.has-custom-align) { text-align: center; }

#s-content.s-theme-alignment-right .s-section.s-block-section .s-block-feature, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-block-section .s-block-feature, #section-selector-wrapper.s-theme-alignment-right .s-section.s-block-section .s-block-feature { text-align: left; }

#s-content.s-theme-alignment-right .s-section.s-block-section .s-block-feature .s-image, #s-content.s-theme-alignment-right .s-section.s-block-section .s-block-smallicontext, #s-content.s-theme-alignment-right .s-section.s-block-section .s-block-tinyicontext, #s-content.s-theme-alignment-right .s-section.s-icons-section .s-component.s-image:not(.has-custom-align), #s-content.s-theme-alignment-right .s-section.s-icons-section .s-media, #s-content.s-theme-alignment-right .s-section.s-icons-section .s-repeatable-item, #s-content.s-theme-alignment-right .s-section.s-process-section .s-repeatable-item, #s-content.s-theme-alignment-right .s-section.s-title-section, #s-content.s-theme-alignment-right .s-section.s-title-section .s-title-group, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-block-section .s-block-feature .s-image, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-block-section .s-block-smallicontext, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-block-section .s-block-tinyicontext, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-icons-section .s-component.s-image:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-icons-section .s-media, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-icons-section .s-repeatable-item, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .s-repeatable-item, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-title-section, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-title-section .s-title-group, #section-selector-wrapper.s-theme-alignment-right .s-section.s-block-section .s-block-feature .s-image, #section-selector-wrapper.s-theme-alignment-right .s-section.s-block-section .s-block-smallicontext, #section-selector-wrapper.s-theme-alignment-right .s-section.s-block-section .s-block-tinyicontext, #section-selector-wrapper.s-theme-alignment-right .s-section.s-icons-section .s-component.s-image:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-right .s-section.s-icons-section .s-media, #section-selector-wrapper.s-theme-alignment-right .s-section.s-icons-section .s-repeatable-item, #section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .s-repeatable-item, #section-selector-wrapper.s-theme-alignment-right .s-section.s-title-section, #section-selector-wrapper.s-theme-alignment-right .s-section.s-title-section .s-title-group { text-align: center; }

#s-content.s-theme-alignment-right .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards, #section-selector-wrapper.s-theme-alignment-right .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards { text-align: left; }

#s-content.s-theme-alignment-right .s-common-button, #s-content.s-theme-alignment-right .s-section .s-category-bar:not(.has-custom-align), #s-content.s-theme-alignment-right .s-section.s-donation-section .s-donation, #s-use-site-style-config-container.s-theme-alignment-right .s-common-button, #s-use-site-style-config-container.s-theme-alignment-right .s-section .s-category-bar:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-donation-section .s-donation, #section-selector-wrapper.s-theme-alignment-right .s-common-button, #section-selector-wrapper.s-theme-alignment-right .s-section .s-category-bar:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-right .s-section.s-donation-section .s-donation { text-align: center; }

#s-content.s-theme-alignment-right .s-common-button.disabled, #s-use-site-style-config-container.s-theme-alignment-right .s-common-button.disabled, #section-selector-wrapper.s-theme-alignment-right .s-common-button.disabled { opacity: 0.5; cursor: not-allowed; pointer-events: none; }

#s-content.s-theme-alignment-right .s-section-thumb, #s-use-site-style-config-container.s-theme-alignment-right .s-section-thumb, #section-selector-wrapper.s-theme-alignment-right .s-section-thumb { text-align: left; }

#s-content.s-theme-alignment-right .nav-container, #s-content.s-theme-alignment-right .s-email-form, #s-content.s-theme-alignment-right .s-section.navigator, #s-use-site-style-config-container.s-theme-alignment-right .nav-container, #s-use-site-style-config-container.s-theme-alignment-right .s-email-form, #s-use-site-style-config-container.s-theme-alignment-right .s-section.navigator, #section-selector-wrapper.s-theme-alignment-right .nav-container, #section-selector-wrapper.s-theme-alignment-right .s-email-form, #section-selector-wrapper.s-theme-alignment-right .s-section.navigator { text-align: right; }

#s-content.s-theme-alignment-right .s-email-form .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container.s-theme-alignment-right .s-email-form .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper.s-theme-alignment-right .s-email-form .s-email-form-fields-group .s-email-form-field { margin-right: 0px; margin-left: auto; }

#s-content.s-theme-alignment-right .navigator .nav .nav-container .s-image, #s-content.s-theme-alignment-right .s-section.s-block-section, #s-content.s-theme-alignment-right .s-section.s-block-section .s-block-profile, #s-content.s-theme-alignment-right .s-section.s-columns-section, #s-content.s-theme-alignment-right .s-section.s-cta-section, #s-content.s-theme-alignment-right .s-section.s-footer-section, #s-content.s-theme-alignment-right .s-section.s-hero-section.inherit-text-align, #s-content.s-theme-alignment-right .s-section.s-icons-section, #s-content.s-theme-alignment-right .s-section.s-info-section, #s-content.s-theme-alignment-right .s-section.s-new-hero-section.inherit-text-align, #s-content.s-theme-alignment-right .s-section.s-new-title-section, #s-content.s-theme-alignment-right .s-section.s-repeatable, #s-content.s-theme-alignment-right .s-section.s-slider-section, #s-content.s-theme-alignment-right .s-section.s-text-section, #s-use-site-style-config-container.s-theme-alignment-right .navigator .nav .nav-container .s-image, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-block-section, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-block-section .s-block-profile, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-cta-section, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-footer-section, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-hero-section.inherit-text-align, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-icons-section, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-info-section, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-new-hero-section.inherit-text-align, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-new-title-section, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-repeatable, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-slider-section, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-text-section, #section-selector-wrapper.s-theme-alignment-right .navigator .nav .nav-container .s-image, #section-selector-wrapper.s-theme-alignment-right .s-section.s-block-section, #section-selector-wrapper.s-theme-alignment-right .s-section.s-block-section .s-block-profile, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section, #section-selector-wrapper.s-theme-alignment-right .s-section.s-cta-section, #section-selector-wrapper.s-theme-alignment-right .s-section.s-footer-section, #section-selector-wrapper.s-theme-alignment-right .s-section.s-hero-section.inherit-text-align, #section-selector-wrapper.s-theme-alignment-right .s-section.s-icons-section, #section-selector-wrapper.s-theme-alignment-right .s-section.s-info-section, #section-selector-wrapper.s-theme-alignment-right .s-section.s-new-hero-section.inherit-text-align, #section-selector-wrapper.s-theme-alignment-right .s-section.s-new-title-section, #section-selector-wrapper.s-theme-alignment-right .s-section.s-repeatable, #section-selector-wrapper.s-theme-alignment-right .s-section.s-slider-section, #section-selector-wrapper.s-theme-alignment-right .s-section.s-text-section { text-align: right; }

#s-content.s-theme-alignment-right .s-section.s-block-section .s-image-wrapper:not(.has-custom-align), #s-content.s-theme-alignment-right .s-section.s-hero-section .s-image-wrapper:not(.has-custom-align), #s-content.s-theme-alignment-right .s-section.s-signup-section .s-image-wrapper:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-block-section .s-image-wrapper:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-hero-section .s-image-wrapper:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-signup-section .s-image-wrapper:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-right .s-section.s-block-section .s-image-wrapper:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-right .s-section.s-hero-section .s-image-wrapper:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-right .s-section.s-signup-section .s-image-wrapper:not(.has-custom-align) { justify-content: flex-end; }

#s-content.s-theme-alignment-right .s-section.s-info-section .s-section-item-wrapper, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-info-section .s-section-item-wrapper, #section-selector-wrapper.s-theme-alignment-right .s-section.s-info-section .s-section-item-wrapper { justify-content: end; }

#s-content.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group, #s-content.s-theme-alignment-right .s-section.s-columns-section:not(.s-new-feature-list-section) .s-item-text-group, #s-content.s-theme-alignment-right .s-section.s-media-section .s-item-media-group, #s-content.s-theme-alignment-right .s-section.s-media-section:not(.s-new-feature-list-section) .s-item-text-group, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section:not(.s-new-feature-list-section) .s-item-text-group, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section:not(.s-new-feature-list-section) .s-item-text-group, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section:not(.s-new-feature-list-section) .s-item-text-group, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .s-item-media-group, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section:not(.s-new-feature-list-section) .s-item-text-group { text-align: right; }

#s-content.s-theme-alignment-right .s-section.s-columns-section .center-align .s-item-media-group, #s-content.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .center-align, #s-content.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.center-align, #s-content.s-theme-alignment-right .s-section.s-media-section .center-align .s-item-media-group, #s-content.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .center-align, #s-content.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.center-align, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .center-align .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .center-align, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.center-align, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .center-align .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .center-align, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.center-align, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .center-align .s-item-media-group, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .center-align, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.center-align, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .center-align .s-item-media-group, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .center-align, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.center-align { text-align: center; }

#s-content.s-theme-alignment-right .s-section.s-columns-section .center-align .s-item-media-group .s-ratio-box, #s-content.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .center-align .s-ratio-box, #s-content.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.center-align .s-ratio-box, #s-content.s-theme-alignment-right .s-section.s-media-section .center-align .s-item-media-group .s-ratio-box, #s-content.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .center-align .s-ratio-box, #s-content.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.center-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .center-align .s-item-media-group .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .center-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.center-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .center-align .s-item-media-group .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .center-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.center-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .center-align .s-item-media-group .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .center-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.center-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .center-align .s-item-media-group .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .center-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.center-align .s-ratio-box { margin-left: auto; }

#s-content.s-theme-alignment-right .s-section.s-columns-section .left-align .s-item-media-group, #s-content.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .left-align, #s-content.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.left-align, #s-content.s-theme-alignment-right .s-section.s-media-section .left-align .s-item-media-group, #s-content.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .left-align, #s-content.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.left-align, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .left-align .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .left-align, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.left-align, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .left-align .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .left-align, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.left-align, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .left-align .s-item-media-group, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .left-align, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.left-align, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .left-align .s-item-media-group, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .left-align, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.left-align { text-align: left; }

#s-content.s-theme-alignment-right .s-section.s-columns-section .left-align .s-item-media-group .s-ratio-box, #s-content.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .left-align .s-ratio-box, #s-content.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.left-align .s-ratio-box, #s-content.s-theme-alignment-right .s-section.s-media-section .left-align .s-item-media-group .s-ratio-box, #s-content.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .left-align .s-ratio-box, #s-content.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.left-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .left-align .s-item-media-group .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .left-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.left-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .left-align .s-item-media-group .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .left-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.left-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .left-align .s-item-media-group .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .left-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.left-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .left-align .s-item-media-group .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .left-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.left-align .s-ratio-box { margin-left: 0px; margin-right: auto; }

#s-content.s-theme-alignment-right .s-section.s-columns-section .right-align .s-item-media-group, #s-content.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .right-align, #s-content.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.right-align, #s-content.s-theme-alignment-right .s-section.s-media-section .right-align .s-item-media-group, #s-content.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .right-align, #s-content.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.right-align, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .right-align .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .right-align, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.right-align, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .right-align .s-item-media-group, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .right-align, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.right-align, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .right-align .s-item-media-group, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .right-align, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.right-align, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .right-align .s-item-media-group, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .right-align, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.right-align { text-align: right; }

#s-content.s-theme-alignment-right .s-section.s-columns-section .right-align .s-item-media-group .s-ratio-box, #s-content.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .right-align .s-ratio-box, #s-content.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.right-align .s-ratio-box, #s-content.s-theme-alignment-right .s-section.s-media-section .right-align .s-item-media-group .s-ratio-box, #s-content.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .right-align .s-ratio-box, #s-content.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.right-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .right-align .s-item-media-group .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .right-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.right-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .right-align .s-item-media-group .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .right-align .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.right-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .right-align .s-item-media-group .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .s-item-media-group .right-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-columns-section .s-item-media-wrapper.right-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .right-align .s-item-media-group .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .s-item-media-group .right-align .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-media-section .s-item-media-wrapper.right-align .s-ratio-box { margin-left: auto; margin-right: 0px; }

#s-content.s-theme-alignment-right .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards, #section-selector-wrapper.s-theme-alignment-right .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards { text-align: right; }

#s-content.s-theme-alignment-right .s-section.s-process-section .s-repeatable-item, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .s-repeatable-item, #section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .s-repeatable-item { text-align: right; margin: 0px 0px 50px; padding-left: 14px; box-sizing: border-box; }

#s-content.s-theme-alignment-right .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #s-content.s-theme-alignment-right .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div, #section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div { text-align: right; }

#s-content.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker, #section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker { right: calc(-100% + 67px); left: auto; }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker { left: 27px; right: auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-right .s-section.s-process-section .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .process-horizontal-layout .process-item-linker { left: 27px; right: auto; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-right .s-section.s-process-section .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content.s-theme-alignment-right .s-section.s-process-section .process-vertical-layout, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-process-section .process-vertical-layout, #section-selector-wrapper.s-theme-alignment-right .s-section.s-process-section .process-vertical-layout { margin-left: auto; margin-right: 0px; }

#s-content.s-theme-alignment-right .s-section.s-blog-section, #s-content.s-theme-alignment-right .s-section.s-blog-section .s-blog-col-body.inherit-text-align, #s-content.s-theme-alignment-right .s-section.s-donation-section .s-donation, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-blog-section, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-blog-section .s-blog-col-body.inherit-text-align, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-donation-section .s-donation, #section-selector-wrapper.s-theme-alignment-right .s-section.s-blog-section, #section-selector-wrapper.s-theme-alignment-right .s-section.s-blog-section .s-blog-col-body.inherit-text-align, #section-selector-wrapper.s-theme-alignment-right .s-section.s-donation-section .s-donation { text-align: right; }

#s-content.s-theme-alignment-right .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry, #s-content.s-theme-alignment-right .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry .s-blog-entry-right, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry .s-blog-entry-right, #section-selector-wrapper.s-theme-alignment-right .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry, #section-selector-wrapper.s-theme-alignment-right .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry .s-blog-entry-right { text-align: inherit; }

#s-content.s-theme-alignment-right .s-section.s-store-section .s-ecommerce-card-view-card.inherit-text-align, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-store-section .s-ecommerce-card-view-card.inherit-text-align, #section-selector-wrapper.s-theme-alignment-right .s-section.s-store-section .s-ecommerce-card-view-card.inherit-text-align { text-align: right; }

#s-content.s-theme-alignment-right .s-section.s-store-section .s-ecommerce-card-view-card-price-wrapper.inherit-text-align, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-store-section .s-ecommerce-card-view-card-price-wrapper.inherit-text-align, #section-selector-wrapper.s-theme-alignment-right .s-section.s-store-section .s-ecommerce-card-view-card-price-wrapper.inherit-text-align { justify-content: flex-end; }

#s-content.s-theme-alignment-right .s-section.s-footer-section .container .is-single-column:not(.has-custom-align), #s-content.s-theme-alignment-right .s-section.s-footer-section .container.s-layout-vertical, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-footer-section .container .is-single-column:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-footer-section .container.s-layout-vertical, #section-selector-wrapper.s-theme-alignment-right .s-section.s-footer-section .container .is-single-column:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-right .s-section.s-footer-section .container.s-layout-vertical { text-align: right; }

#s-content.s-theme-alignment-right .s-section.s-footer-section .container .is-single-column:not(.has-custom-align) .s-img-wrapper .s-ratio-box, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-footer-section .container .is-single-column:not(.has-custom-align) .s-img-wrapper .s-ratio-box, #section-selector-wrapper.s-theme-alignment-right .s-section.s-footer-section .container .is-single-column:not(.has-custom-align) .s-img-wrapper .s-ratio-box { margin-right: 0px; margin-left: auto; }

@media only screen and (max-width: 767px) {
  #s-content.s-theme-alignment-right .s-section.s-footer-section .container.s-layout-grid .is-single-column-on-mobile:not(.has-custom-align), #s-content.s-theme-alignment-right .s-section.s-footer-section .container.s-layout-horizontal .is-single-column-on-mobile:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-footer-section .container.s-layout-grid .is-single-column-on-mobile:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-footer-section .container.s-layout-horizontal .is-single-column-on-mobile:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-right .s-section.s-footer-section .container.s-layout-grid .is-single-column-on-mobile:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-right .s-section.s-footer-section .container.s-layout-horizontal .is-single-column-on-mobile:not(.has-custom-align) { text-align: right; }
  #s-content.s-theme-alignment-right .s-section.s-footer-section .s-slider-section-s5, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-footer-section .s-slider-section-s5, #section-selector-wrapper.s-theme-alignment-right .s-section.s-footer-section .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content.s-theme-alignment-right .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-section-item-wrapper, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-section-item-wrapper, #section-selector-wrapper.s-theme-alignment-right .s-section.s-new-feature-list-section .s-feature-list-item-grid-media-position-top.match-height-wrapper .s-section-item-wrapper { justify-content: right; }

#s-content.s-theme-alignment-right .s-section .s-category-bar:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-right .s-section .s-category-bar:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-right .s-section .s-category-bar:not(.has-custom-align) { text-align: right; z-index: 1; }

#s-content.s-theme-alignment-right .s-sign-up-form-wrapper:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-right .s-sign-up-form-wrapper:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-right .s-sign-up-form-wrapper:not(.has-custom-align) { justify-content: right; }

#s-content.s-theme-alignment-right .s-contact-section, #s-content.s-theme-alignment-right .s-signup-section, #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section, #s-use-site-style-config-container.s-theme-alignment-right .s-signup-section, #section-selector-wrapper.s-theme-alignment-right .s-contact-section, #section-selector-wrapper.s-theme-alignment-right .s-signup-section { text-align: right; }

#s-content.s-theme-alignment-right .s-title-group, #s-use-site-style-config-container.s-theme-alignment-right .s-title-group, #section-selector-wrapper.s-theme-alignment-right .s-title-group { text-align: right; z-index: 2; }

#s-content.s-theme-alignment-right .s-gallery:not(.has-custom-align), #s-content.s-theme-alignment-right .s-hero-section .s-button-wrapper, #s-content.s-theme-alignment-right .s-hero-section .s-title-group, #s-content.s-theme-alignment-right .s-html-component .s-component-content, #s-content.s-theme-alignment-right .s-mobile-disabled-notice, #s-content.s-theme-alignment-right .s-social-feed .s-component-content .s-feeds-list .s-feeds-title, #s-content.s-theme-alignment-right .s-unauthorized-notice, #s-use-site-style-config-container.s-theme-alignment-right .s-gallery:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-right .s-hero-section .s-button-wrapper, #s-use-site-style-config-container.s-theme-alignment-right .s-hero-section .s-title-group, #s-use-site-style-config-container.s-theme-alignment-right .s-html-component .s-component-content, #s-use-site-style-config-container.s-theme-alignment-right .s-mobile-disabled-notice, #s-use-site-style-config-container.s-theme-alignment-right .s-social-feed .s-component-content .s-feeds-list .s-feeds-title, #s-use-site-style-config-container.s-theme-alignment-right .s-unauthorized-notice, #section-selector-wrapper.s-theme-alignment-right .s-gallery:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-right .s-hero-section .s-button-wrapper, #section-selector-wrapper.s-theme-alignment-right .s-hero-section .s-title-group, #section-selector-wrapper.s-theme-alignment-right .s-html-component .s-component-content, #section-selector-wrapper.s-theme-alignment-right .s-mobile-disabled-notice, #section-selector-wrapper.s-theme-alignment-right .s-social-feed .s-component-content .s-feeds-list .s-feeds-title, #section-selector-wrapper.s-theme-alignment-right .s-unauthorized-notice { text-align: right; }

@media only screen and (max-width: 727px) {
  #s-content.s-theme-alignment-right .s-section.s-cta-section .s-layout-mediaLeft .columns, #s-content.s-theme-alignment-right .s-section.s-cta-section .s-layout-mediaLeft .s-title-group, #s-content.s-theme-alignment-right .s-section.s-cta-section .s-layout-mediaRight .columns, #s-content.s-theme-alignment-right .s-section.s-cta-section .s-layout-mediaRight .s-title-group, #s-content.s-theme-alignment-right .s-section.s-cta-section .s-layout-skinny .columns, #s-content.s-theme-alignment-right .s-section.s-cta-section .s-layout-skinny .s-title-group, #s-content.s-theme-alignment-right .s-section.s-new-title-section .s-layout-mediaLeft .columns, #s-content.s-theme-alignment-right .s-section.s-new-title-section .s-layout-mediaLeft .s-title-group, #s-content.s-theme-alignment-right .s-section.s-new-title-section .s-layout-mediaRight .columns, #s-content.s-theme-alignment-right .s-section.s-new-title-section .s-layout-mediaRight .s-title-group, #s-content.s-theme-alignment-right .s-section.s-new-title-section .s-layout-skinny .columns, #s-content.s-theme-alignment-right .s-section.s-new-title-section .s-layout-skinny .s-title-group, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-cta-section .s-layout-mediaLeft .columns, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-cta-section .s-layout-mediaLeft .s-title-group, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-cta-section .s-layout-mediaRight .columns, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-cta-section .s-layout-mediaRight .s-title-group, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-cta-section .s-layout-skinny .columns, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-cta-section .s-layout-skinny .s-title-group, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-new-title-section .s-layout-mediaLeft .columns, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-new-title-section .s-layout-mediaLeft .s-title-group, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-new-title-section .s-layout-mediaRight .columns, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-new-title-section .s-layout-mediaRight .s-title-group, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-new-title-section .s-layout-skinny .columns, #s-use-site-style-config-container.s-theme-alignment-right .s-section.s-new-title-section .s-layout-skinny .s-title-group, #section-selector-wrapper.s-theme-alignment-right .s-section.s-cta-section .s-layout-mediaLeft .columns, #section-selector-wrapper.s-theme-alignment-right .s-section.s-cta-section .s-layout-mediaLeft .s-title-group, #section-selector-wrapper.s-theme-alignment-right .s-section.s-cta-section .s-layout-mediaRight .columns, #section-selector-wrapper.s-theme-alignment-right .s-section.s-cta-section .s-layout-mediaRight .s-title-group, #section-selector-wrapper.s-theme-alignment-right .s-section.s-cta-section .s-layout-skinny .columns, #section-selector-wrapper.s-theme-alignment-right .s-section.s-cta-section .s-layout-skinny .s-title-group, #section-selector-wrapper.s-theme-alignment-right .s-section.s-new-title-section .s-layout-mediaLeft .columns, #section-selector-wrapper.s-theme-alignment-right .s-section.s-new-title-section .s-layout-mediaLeft .s-title-group, #section-selector-wrapper.s-theme-alignment-right .s-section.s-new-title-section .s-layout-mediaRight .columns, #section-selector-wrapper.s-theme-alignment-right .s-section.s-new-title-section .s-layout-mediaRight .s-title-group, #section-selector-wrapper.s-theme-alignment-right .s-section.s-new-title-section .s-layout-skinny .columns, #section-selector-wrapper.s-theme-alignment-right .s-section.s-new-title-section .s-layout-skinny .s-title-group { text-align: right; }
  #s-content.s-theme-alignment-right .s-slider-section-s5, #s-use-site-style-config-container.s-theme-alignment-right .s-slider-section-s5, #section-selector-wrapper.s-theme-alignment-right .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content.s-theme-alignment-right .s-contact-section-columns, #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns, #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns { justify-content: right; }

#s-content.s-theme-alignment-right .s-contact-section-columns.left-align, #s-content.s-theme-alignment-right .s-contact-section-columns.left-alignment, #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns.left-align, #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns.left-alignment, #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns.left-align, #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns.left-alignment { justify-content: left; }

#s-content.s-theme-alignment-right .s-contact-section-columns.center-align, #s-content.s-theme-alignment-right .s-contact-section-columns.center-alignment, #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns.center-align, #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns.center-alignment, #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns.center-align, #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns.center-alignment { justify-content: center; }

#s-content.s-theme-alignment-right .s-contact-section-columns, #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns, #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns { margin-left: auto; margin-right: 0px; }

#s-content.s-theme-alignment-right .s-contact-section-columns.left-align, #s-content.s-theme-alignment-right .s-contact-section-columns.left-alignment, #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns.left-align, #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns.left-alignment, #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns.left-align, #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns.left-alignment { margin-right: auto; margin-left: 0px; }

#s-content.s-theme-alignment-right .s-contact-section-columns.center-align, #s-content.s-theme-alignment-right .s-contact-section-columns.center-alignment, #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns.center-align, #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns.center-alignment, #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns.center-align, #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns.center-alignment { margin: 0px auto; }

@media only screen and (max-width: 927px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-right .s-contact-section-columns, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns { margin-left: auto; margin-right: 0px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-right .s-contact-section-columns.left-align, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-right .s-contact-section-columns.left-alignment, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns.left-align, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns.left-alignment, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns.left-align, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns.left-alignment { margin-right: auto; margin-left: 0px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-right .s-contact-section-columns.center-align, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-right .s-contact-section-columns.center-alignment, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns.center-align, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns.center-alignment, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns.center-align, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns.center-alignment { margin: 0px auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.s-theme-alignment-right .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #s-use-site-style-config-container.s-theme-alignment-right .s-slider-section-s5, body:not([data-mobile-new-breakpoint-stage="1"]) #section-selector-wrapper.s-theme-alignment-right .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-right .s-contact-section-columns, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns { margin-left: auto; margin-right: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-right .s-contact-section-columns.left-align, body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-right .s-contact-section-columns.left-alignment, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns.left-align, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns.left-alignment, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns.left-align, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns.left-alignment { margin-right: auto; margin-left: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-right .s-contact-section-columns.center-align, body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-right .s-contact-section-columns.center-alignment, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns.center-align, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-right .s-contact-section-columns.center-alignment, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns.center-align, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-right .s-contact-section-columns.center-alignment { margin: 0px auto; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content.s-theme-alignment-right .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #s-use-site-style-config-container.s-theme-alignment-right .s-slider-section-s5, body[data-mobile-new-breakpoint-stage="1"] #section-selector-wrapper.s-theme-alignment-right .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (min-width: 728px) {
  #s-content.s-theme-alignment-right .s-block-columnBlock.third.columns .s-signup-form .s-email-form-fields-group .s-email-form-field, #s-use-site-style-config-container.s-theme-alignment-right .s-block-columnBlock.third.columns .s-signup-form .s-email-form-fields-group .s-email-form-field, #section-selector-wrapper.s-theme-alignment-right .s-block-columnBlock.third.columns .s-signup-form .s-email-form-fields-group .s-email-form-field, .third.columns #s-content.s-theme-alignment-right .s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-email-form-field, .third.columns #s-use-site-style-config-container.s-theme-alignment-right .s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-email-form-field, .third.columns #section-selector-wrapper.s-theme-alignment-right .s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-email-form-field { margin-left: 0px; margin-right: 0px; }
}

@media only screen and (min-width: 1200px) {
  #s-content.s-theme-alignment-right .s-block-columnBlock.third.columns .s-signup-form .s-email-form-fields-group .s-submit-field, #s-use-site-style-config-container.s-theme-alignment-right .s-block-columnBlock.third.columns .s-signup-form .s-email-form-fields-group .s-submit-field, #section-selector-wrapper.s-theme-alignment-right .s-block-columnBlock.third.columns .s-signup-form .s-email-form-fields-group .s-submit-field, .third.columns #s-content.s-theme-alignment-right .s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-submit-field, .third.columns #s-use-site-style-config-container.s-theme-alignment-right .s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-submit-field, .third.columns #section-selector-wrapper.s-theme-alignment-right .s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-submit-field { margin-left: 30px !important; margin-right: 30px !important; }
}

#s-content.s-theme-alignment-right .s-common-button-group.auto, #s-use-site-style-config-container.s-theme-alignment-right .s-common-button-group.auto, #section-selector-wrapper.s-theme-alignment-right .s-common-button-group.auto { justify-content: flex-end; }

#s-content.s-theme-alignment-right .s-button.s-component .s-component-content.auto, #s-use-site-style-config-container.s-theme-alignment-right .s-button.s-component .s-component-content.auto, #section-selector-wrapper.s-theme-alignment-right .s-button.s-component .s-component-content.auto { display: flex; justify-content: flex-end; }

#s-content.s-theme-alignment-right .repeated-elements.btn-group.auto, #s-use-site-style-config-container.s-theme-alignment-right .repeated-elements.btn-group.auto, #section-selector-wrapper.s-theme-alignment-right .repeated-elements.btn-group.auto { justify-content: flex-end; }

#s-content.s-theme-alignment-right .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align), #s-use-site-style-config-container.s-theme-alignment-right .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align), #section-selector-wrapper.s-theme-alignment-right .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align) { text-align: right; }

#s-content.s-theme-alignment-right .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-start, #s-use-site-style-config-container.s-theme-alignment-right .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-start, #section-selector-wrapper.s-theme-alignment-right .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-start { display: flex; justify-content: flex-start; }

#s-content.s-theme-alignment-right .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).center, #s-use-site-style-config-container.s-theme-alignment-right .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).center, #section-selector-wrapper.s-theme-alignment-right .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).center { display: flex; justify-content: center; }

#s-content.s-theme-alignment-right .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-end, #s-use-site-style-config-container.s-theme-alignment-right .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-end, #section-selector-wrapper.s-theme-alignment-right .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-end { display: flex; justify-content: flex-end; }

#s-content.cro-selector-template.s-theme-alignment-center .s-section.s-hero-section .s-media:not(.has-custom-align), #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-rows-section .s-media:not(.has-custom-align), #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-slider-section .s-media:not(.has-custom-align) { text-align: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-section.s-block-section .s-block-feature { text-align: left; }

#s-content.cro-selector-template.s-theme-alignment-center .s-section.s-block-section .s-block-feature .s-image, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-block-section .s-block-smallicontext, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-block-section .s-block-tinyicontext, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-icons-section .s-component.s-image:not(.has-custom-align), #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-icons-section .s-media, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-icons-section .s-repeatable-item, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-title-section, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-title-section .s-title-group { text-align: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards { text-align: left; }

#s-content.cro-selector-template.s-theme-alignment-center .s-common-button { text-align: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-common-button.disabled { opacity: 0.5; cursor: not-allowed; pointer-events: none; }

#s-content.cro-selector-template.s-theme-alignment-center .s-section-thumb { text-align: left; }

#s-content.cro-selector-template.s-theme-alignment-center .nav-container, #s-content.cro-selector-template.s-theme-alignment-center .s-section.navigator { text-align: center; }

#s-content.cro-selector-template.s-theme-alignment-center .navigator .nav .nav-container .s-image { text-align: left; }

#s-content.cro-selector-template.s-theme-alignment-center .s-email-form { text-align: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-email-form .s-email-form-fields-group .s-email-form-field { margin-left: auto; margin-right: auto; }

#s-content.cro-selector-template.s-theme-alignment-center .s-section.s-block-section, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-block-section .s-block-profile, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-columns-section, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-cta-section, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-footer-section, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-hero-section.inherit-text-align, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-icons-section, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-info-section, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-new-hero-section.inherit-text-align, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-new-title-section, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-repeatable, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-slider-section { text-align: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-section.s-block-section .s-image-wrapper:not(.has-custom-align), #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-hero-section .s-image-wrapper:not(.has-custom-align), #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-info-section .s-section-item-wrapper, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-signup-section .s-image-wrapper:not(.has-custom-align) { justify-content: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-section.s-columns-section .s-item-media-group, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-columns-section:not(.s-new-feature-list-section) .s-item-text-group, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-media-section .s-item-media-group, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-media-section:not(.s-new-feature-list-section) .s-item-text-group, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards { text-align: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-section.s-process-section .s-repeatable-item { text-align: center; margin-left: 1.04167%; margin-right: 1.04167%; padding-left: 0px; padding-right: 0px; box-sizing: border-box; }

#s-content.cro-selector-template.s-theme-alignment-center .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-process-section .process-repeatable-wrapper:not(.has-custom-align) .s-repeatable > div > div { text-align: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-section.s-process-section .process-horizontal-layout .process-item-linker { left: calc(50% + 52px); }

@media only screen and (max-width: 727px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-process-section .process-horizontal-layout .process-item-linker { left: 27px; right: auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-process-section .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-process-section .process-horizontal-layout .process-item-linker { left: 27px; right: auto; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-process-section .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content.cro-selector-template.s-theme-alignment-center .s-section.s-process-section .process-vertical-layout { margin-left: auto; margin-right: auto; }

#s-content.cro-selector-template.s-theme-alignment-center .s-section.s-blog-section, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-blog-section .s-blog-col-body.inherit-text-align, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-donation-section .s-donation { text-align: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-blog-section .s-blog-col-body.inherit-text-align .s-blog-posts .s-blog-entry .s-blog-entry-right { text-align: inherit; }

#s-content.cro-selector-template.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-card.inherit-text-align { text-align: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-card-price-wrapper.inherit-text-align { justify-content: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-section.s-footer-section .container .is-single-column:not(.has-custom-align), #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-footer-section .container.s-layout-vertical { text-align: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-section.s-footer-section .container .is-single-column:not(.has-custom-align) .s-img-wrapper .s-ratio-box { margin-left: auto; margin-right: auto; }

@media only screen and (max-width: 767px) {
  #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-footer-section .container.s-layout-grid .is-single-column-on-mobile:not(.has-custom-align), #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-footer-section .container.s-layout-horizontal .is-single-column-on-mobile:not(.has-custom-align) { text-align: center; }
  #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-footer-section .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content.cro-selector-template.s-theme-alignment-center .s-section .s-category-bar:not(.has-custom-align) { text-align: center; z-index: 1; }

#s-content.cro-selector-template.s-theme-alignment-center .s-sign-up-form-wrapper:not(.has-custom-align) { justify-content: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-contact-section, #s-content.cro-selector-template.s-theme-alignment-center .s-signup-section { text-align: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-title-group { text-align: center; z-index: 2; }

#s-content.cro-selector-template.s-theme-alignment-center .s-gallery:not(.has-custom-align), #s-content.cro-selector-template.s-theme-alignment-center .s-hero-section .s-button-wrapper, #s-content.cro-selector-template.s-theme-alignment-center .s-hero-section .s-title-group, #s-content.cro-selector-template.s-theme-alignment-center .s-html-component .s-component-content, #s-content.cro-selector-template.s-theme-alignment-center .s-mobile-disabled-notice, #s-content.cro-selector-template.s-theme-alignment-center .s-social-feed .s-component-content .s-feeds-list .s-feeds-title, #s-content.cro-selector-template.s-theme-alignment-center .s-unauthorized-notice { text-align: center; }

@media only screen and (max-width: 727px) {
  #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaLeft .columns, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaLeft .s-title-group, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaRight .columns, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaRight .s-title-group, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-cta-section .s-layout-skinny .columns, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-cta-section .s-layout-skinny .s-title-group, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaLeft .columns, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaLeft .s-title-group, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaRight .columns, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaRight .s-title-group, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-new-title-section .s-layout-skinny .columns, #s-content.cro-selector-template.s-theme-alignment-center .s-section.s-new-title-section .s-layout-skinny .s-title-group { text-align: center; }
  #s-content.cro-selector-template.s-theme-alignment-center .s-slider-section-s5 { padding-top: 0px !important; }
}

#s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns { justify-content: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns.left-align, #s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns.left-alignment { justify-content: left; }

#s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns.right-align, #s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns.right-alignment { justify-content: right; }

#s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns { margin: 0px auto; }

#s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns.left-align, #s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns.left-alignment { margin-right: auto; margin-left: 0px; }

#s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns.right-align, #s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns.right-alignment { margin-left: auto; margin-right: 0px; }

@media only screen and (max-width: 927px) {
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns { margin: 0px auto; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns.left-align, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns.left-alignment { margin-right: auto; margin-left: 0px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns.right-align, body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns.right-alignment { margin-left: auto; margin-right: 0px; }
  body:not([data-mobile-new-breakpoint-stage="1"]) #s-content.cro-selector-template.s-theme-alignment-center .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] #s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns { margin: 0px auto; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns.left-align, body[data-mobile-new-breakpoint-stage="1"] #s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns.left-alignment { margin-right: auto; margin-left: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns.right-align, body[data-mobile-new-breakpoint-stage="1"] #s-content.cro-selector-template.s-theme-alignment-center .s-contact-section-columns.right-alignment { margin-left: auto; margin-right: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] #s-content.cro-selector-template.s-theme-alignment-center .s-slider-section-s5 { padding-top: 0px !important; }
}

@media only screen and (min-width: 728px) {
  #s-content.cro-selector-template.s-theme-alignment-center .s-block-columnBlock.third.columns .s-signup-form .s-email-form-fields-group .s-email-form-field, .third.columns #s-content.cro-selector-template.s-theme-alignment-center .s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-email-form-field { margin-left: 0px; margin-right: 0px; }
}

@media only screen and (min-width: 1200px) {
  #s-content.cro-selector-template.s-theme-alignment-center .s-block-columnBlock.third.columns .s-signup-form .s-email-form-fields-group .s-submit-field, .third.columns #s-content.cro-selector-template.s-theme-alignment-center .s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-submit-field { margin-left: 30px !important; margin-right: 30px !important; }
}

#s-content.cro-selector-template.s-theme-alignment-center .s-common-button-group.auto { justify-content: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-button.s-component .s-component-content.auto { display: flex; justify-content: center; }

#s-content.cro-selector-template.s-theme-alignment-center .repeated-elements.btn-group.auto { justify-content: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align) { text-align: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-start { display: flex; justify-content: flex-start; }

#s-content.cro-selector-template.s-theme-alignment-center .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).center { display: flex; justify-content: center; }

#s-content.cro-selector-template.s-theme-alignment-center .s-ecommerce-products-wrapper:not(.structure-rows) .s-ecommerce-pagination:not(.has-custom-align).flex-end { display: flex; justify-content: flex-end; }

#s-content.cro-selector-template .page-wrapper li.slide { width: 1200px; }

#s-content.cro-selector-template .page-wrapper li.slide .section-wrap .s-section { padding-top: 70px !important; padding-bottom: 70px !important; min-height: unset !important; }

#s-content.cro-selector-template .page-wrapper li.slide .section-wrap .s-section.s-slider-section { padding-top: 0px !important; padding-bottom: 0px !important; }

#s-content.cro-selector-template .page-wrapper li.slide .section-wrap .s-section .container { width: 100% !important; }

@media only screen and (min-width: 728px) {
  .s-section .container { position: relative; width: 100%; margin: 0px auto; padding: 0px; }
  .s-section .container .column, .s-section .container .columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  .s-section .container .column.clear, .s-section .container .columns.clear { clear: both; }
  .s-section .container .column.right, .s-section .container .columns.right { float: right; }
  .s-section .container .column.no-float, .s-section .container .columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  .s-section .container .column.no-margin, .s-section .container .columns.no-margin { margin: 0px; }
  .s-section .column.alpha, .s-section .columns.alpha { margin-left: 0px; }
  .s-section .column.omega, .s-section .columns.omega { margin-right: 0px; }
  .s-section .container .sixteen.columns.alpha.omega { width: 100%; }
  .s-section .container .one.column, .s-section .container .one.columns { width: 4.06667%; }
  .s-section .container .two.columns { width: 10.3167%; }
  .s-section .container .three.columns { width: 16.5667%; }
  .s-section .container .four.columns { width: 22.8167%; }
  .s-section .container .five.columns { width: 29.0667%; }
  .s-section .container .six.columns { width: 35.3167%; }
  .s-section .container .seven.columns { width: 41.5667%; }
  .s-section .container .eight.columns { width: 47.8167%; }
  .s-section .container .nine.columns { width: 54.0667%; }
  .s-section .container .ten.columns { width: 60.3167%; }
  .s-section .container .eleven.columns { width: 66.5667%; }
  .s-section .container .twelve.columns { width: 72.8167%; }
  .s-section .container .thirteen.columns { width: 79.0667%; }
  .s-section .container .fourteen.columns { width: 85.3167%; }
  .s-section .container .fifteen.columns { width: 91.5667%; }
  .s-section .container .sixteen.columns { width: 97.8167%; }
  .s-section .container .third.column, .s-section .container .third.columns { width: 31.25%; }
  .s-section .container .two-thirds.column { width: 64.4833%; }
  .s-section .container .fifth.columns { width: 17.9%; }
  .s-section .container .sixth.columns { width: 14.4%; }
  .s-section .container .offset-one { padding-left: 6.25%; }
  .s-section .container .offset-two { padding-left: 12.5%; }
  .s-section .container .offset-three { padding-left: 18.75%; }
  .s-section .container .offset-four { padding-left: 25%; }
  .s-section .container .offset-five { padding-left: 31.25%; }
  .s-section .container .offset-six { padding-left: 37.5%; }
  .s-section .container .offset-seven { padding-left: 43.75%; }
  .s-section .container .offset-eight { padding-left: 50%; }
  .s-section .container .offset-nine { padding-left: 56.25%; }
  .s-section .container .offset-ten { padding-left: 62.5%; }
  .s-section .container .offset-eleven { padding-left: 68.75%; }
  .s-section .container .offset-twelve { padding-left: 75%; }
  .s-section .container .offset-thirteen { padding-left: 81.25%; }
  .s-section .container .offset-fourteen { padding-left: 87.5%; }
  .s-section .container .offset-fifteen { padding-left: 93.75%; }
  .s-section .container .offset-one.right { padding-left: 0px; padding-right: 6.25%; }
  .s-section .container .offset-two.right { padding-left: 0px; padding-right: 12.5%; }
  .s-section .container .offset-three.right { padding-left: 0px; padding-right: 18.75%; }
  .s-section .container .offset-four.right { padding-left: 0px; padding-right: 25%; }
  .s-section .container .offset-five.right { padding-left: 0px; padding-right: 31.25%; }
  .s-section .container .offset-six.right { padding-left: 0px; padding-right: 37.5%; }
  .s-section .container .offset-seven.right { padding-left: 0px; padding-right: 43.75%; }
  .s-section .container .offset-eight.right { padding-left: 0px; padding-right: 50%; }
  .s-section .container .offset-nine.right { padding-left: 0px; padding-right: 56.25%; }
  .s-section .container .offset-ten.right { padding-left: 0px; padding-right: 62.5%; }
  .s-section .container .offset-eleven.right { padding-left: 0px; padding-right: 68.75%; }
  .s-section .container .offset-twelve.right { padding-left: 0px; padding-right: 75%; }
  .s-section .container .offset-thirteen.right { padding-left: 0px; padding-right: 81.25%; }
  .s-section .container .offset-fourteen.right { padding-left: 0px; padding-right: 87.5%; }
  .s-section .container .offset-fifteen.right { padding-left: 0px; padding-right: 93.75%; }
  .s-section .half-offset-left { padding-left: 3.125%; }
  .s-section .half-offset-right { padding-right: 3.125%; }
  .s-section .quarter-offset-left { padding-left: 10px; }
  .s-section .quarter-offset-right { padding-right: 10px; }
}

@media only screen and (max-width: 727px) {
  .s-section .container { position: relative; width: 90%; margin: 0px auto; padding: 0px; }
  .s-section .container .column, .s-section .container .columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  .s-section .container .column.clear, .s-section .container .columns.clear { clear: both; }
  .s-section .container .column.right, .s-section .container .columns.right { float: right; }
  .s-section .container .column.no-float, .s-section .container .columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  .s-section .column.alpha, .s-section .columns.alpha { margin-left: 0px; }
  .s-section .column.omega, .s-section .columns.omega { margin-right: 0px; }
  .s-section .container .sixteen.columns.alpha.omega { width: 100%; }
  .s-section .container .eight.columns, .s-section .container .eleven.columns, .s-section .container .fifteen.columns, .s-section .container .fifth.columns, .s-section .container .five.columns, .s-section .container .four.columns, .s-section .container .fourteen.columns, .s-section .container .nine.columns, .s-section .container .one.column, .s-section .container .one.columns, .s-section .container .seven.columns, .s-section .container .six.columns, .s-section .container .sixteen.columns, .s-section .container .sixth.columns, .s-section .container .ten.columns, .s-section .container .third.column, .s-section .container .third.columns, .s-section .container .thirteen.columns, .s-section .container .three.columns, .s-section .container .twelve.columns, .s-section .container .two-thirds.column, .s-section .container .two.columns { width: 97.8167%; }
  .s-section .container .column.half-fixed, .s-section .container .eight.columns.half-fixed, .s-section .container .eleven.columns.half-fixed, .s-section .container .fifteen.columns.half-fixed, .s-section .container .fifth.columns.half-fixed, .s-section .container .five.columns.half-fixed, .s-section .container .four.columns.half-fixed, .s-section .container .fourteen.columns.half-fixed, .s-section .container .nine.columns.half-fixed, .s-section .container .one.column.half-fixed, .s-section .container .one.columns.half-fixed, .s-section .container .seven.columns.half-fixed, .s-section .container .six.columns.half-fixed, .s-section .container .sixteen.columns.half-fixed, .s-section .container .sixth.columns.half-fixed, .s-section .container .ten.columns.half-fixed, .s-section .container .third.column.half-fixed, .s-section .container .third.columns.half-fixed, .s-section .container .thirteen.columns.half-fixed, .s-section .container .three.columns.half-fixed, .s-section .container .twelve.columns.half-fixed, .s-section .container .two-thirds.half-fixed.column, .s-section .container .two.columns.half-fixed { width: 47.9%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  .s-section .container .offset-eight, .s-section .container .offset-eleven, .s-section .container .offset-fifteen, .s-section .container .offset-five, .s-section .container .offset-four, .s-section .container .offset-fourteen, .s-section .container .offset-nine, .s-section .container .offset-one, .s-section .container .offset-seven, .s-section .container .offset-six, .s-section .container .offset-ten, .s-section .container .offset-thirteen, .s-section .container .offset-three, .s-section .container .offset-twelve, .s-section .container .offset-two { padding-left: 0px; }
  .s-section .container .offset-eight.right, .s-section .container .offset-eleven.right, .s-section .container .offset-fifteen.right, .s-section .container .offset-five.right, .s-section .container .offset-four.right, .s-section .container .offset-fourteen.right, .s-section .container .offset-nine.right, .s-section .container .offset-one.right, .s-section .container .offset-seven.right, .s-section .container .offset-six.right, .s-section .container .offset-ten.right, .s-section .container .offset-thirteen.right, .s-section .container .offset-three.right, .s-section .container .offset-twelve.right, .s-section .container .offset-two.right { padding-right: 0px; }
  .s-section .half-offset-left { padding-left: 0px; }
  .s-section .half-offset-right { padding-right: 0px; }
  .s-section .quarter-offset-left { padding-left: 0px; }
  .s-section .quarter-offset-right { padding-right: 0px; }
}

@media only screen and (max-width: 727px) {
  .s-section .container .mobile-columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  .s-section .container .mobile-columns.clear { clear: both; }
  .s-section .container .mobile-columns.right { float: right; }
  .s-section .container .mobile-columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  .s-section .container .mobile-one-columns.mobile-columns, .s-section .container .mobile-one-columns.mobile-columns.half-fixed { width: 97.8167%; }
  .s-section .container .mobile-two-columns.mobile-columns, .s-section .container .mobile-two-columns.mobile-columns.half-fixed { width: 47.8167%; }
  .s-section .container .mobile-three-columns.mobile-columns, .s-section .container .mobile-three-columns.mobile-columns.half-fixed { width: 31.25%; }
  .s-section .container .mobile-four-columns.mobile-columns, .s-section .container .mobile-four-columns.mobile-columns.half-fixed { width: 22.8167%; }
}

@media only screen and (min-width: 968px) {
  .side-menu-opened .s-section .container { position: relative; width: 100%; margin: 0px auto; padding: 0px; }
  .side-menu-opened .s-section .container .column, .side-menu-opened .s-section .container .columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  .side-menu-opened .s-section .container .column.clear, .side-menu-opened .s-section .container .columns.clear { clear: both; }
  .side-menu-opened .s-section .container .column.right, .side-menu-opened .s-section .container .columns.right { float: right; }
  .side-menu-opened .s-section .container .column.no-float, .side-menu-opened .s-section .container .columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  .side-menu-opened .s-section .container .column.no-margin, .side-menu-opened .s-section .container .columns.no-margin { margin: 0px; }
  .side-menu-opened .s-section .column.alpha, .side-menu-opened .s-section .columns.alpha { margin-left: 0px; }
  .side-menu-opened .s-section .column.omega, .side-menu-opened .s-section .columns.omega { margin-right: 0px; }
  .side-menu-opened .s-section .container .sixteen.columns.alpha.omega { width: 100%; }
  .side-menu-opened .s-section .container .one.column, .side-menu-opened .s-section .container .one.columns { width: 4.06667%; }
  .side-menu-opened .s-section .container .two.columns { width: 10.3167%; }
  .side-menu-opened .s-section .container .three.columns { width: 16.5667%; }
  .side-menu-opened .s-section .container .four.columns { width: 22.8167%; }
  .side-menu-opened .s-section .container .five.columns { width: 29.0667%; }
  .side-menu-opened .s-section .container .six.columns { width: 35.3167%; }
  .side-menu-opened .s-section .container .seven.columns { width: 41.5667%; }
  .side-menu-opened .s-section .container .eight.columns { width: 47.8167%; }
  .side-menu-opened .s-section .container .nine.columns { width: 54.0667%; }
  .side-menu-opened .s-section .container .ten.columns { width: 60.3167%; }
  .side-menu-opened .s-section .container .eleven.columns { width: 66.5667%; }
  .side-menu-opened .s-section .container .twelve.columns { width: 72.8167%; }
  .side-menu-opened .s-section .container .thirteen.columns { width: 79.0667%; }
  .side-menu-opened .s-section .container .fourteen.columns { width: 85.3167%; }
  .side-menu-opened .s-section .container .fifteen.columns { width: 91.5667%; }
  .side-menu-opened .s-section .container .sixteen.columns { width: 97.8167%; }
  .side-menu-opened .s-section .container .third.column, .side-menu-opened .s-section .container .third.columns { width: 31.25%; }
  .side-menu-opened .s-section .container .two-thirds.column { width: 64.4833%; }
  .side-menu-opened .s-section .container .fifth.columns { width: 17.9%; }
  .side-menu-opened .s-section .container .sixth.columns { width: 14.4%; }
  .side-menu-opened .s-section .container .offset-one { padding-left: 6.25%; }
  .side-menu-opened .s-section .container .offset-two { padding-left: 12.5%; }
  .side-menu-opened .s-section .container .offset-three { padding-left: 18.75%; }
  .side-menu-opened .s-section .container .offset-four { padding-left: 25%; }
  .side-menu-opened .s-section .container .offset-five { padding-left: 31.25%; }
  .side-menu-opened .s-section .container .offset-six { padding-left: 37.5%; }
  .side-menu-opened .s-section .container .offset-seven { padding-left: 43.75%; }
  .side-menu-opened .s-section .container .offset-eight { padding-left: 50%; }
  .side-menu-opened .s-section .container .offset-nine { padding-left: 56.25%; }
  .side-menu-opened .s-section .container .offset-ten { padding-left: 62.5%; }
  .side-menu-opened .s-section .container .offset-eleven { padding-left: 68.75%; }
  .side-menu-opened .s-section .container .offset-twelve { padding-left: 75%; }
  .side-menu-opened .s-section .container .offset-thirteen { padding-left: 81.25%; }
  .side-menu-opened .s-section .container .offset-fourteen { padding-left: 87.5%; }
  .side-menu-opened .s-section .container .offset-fifteen { padding-left: 93.75%; }
  .side-menu-opened .s-section .container .offset-one.right { padding-left: 0px; padding-right: 6.25%; }
  .side-menu-opened .s-section .container .offset-two.right { padding-left: 0px; padding-right: 12.5%; }
  .side-menu-opened .s-section .container .offset-three.right { padding-left: 0px; padding-right: 18.75%; }
  .side-menu-opened .s-section .container .offset-four.right { padding-left: 0px; padding-right: 25%; }
  .side-menu-opened .s-section .container .offset-five.right { padding-left: 0px; padding-right: 31.25%; }
  .side-menu-opened .s-section .container .offset-six.right { padding-left: 0px; padding-right: 37.5%; }
  .side-menu-opened .s-section .container .offset-seven.right { padding-left: 0px; padding-right: 43.75%; }
  .side-menu-opened .s-section .container .offset-eight.right { padding-left: 0px; padding-right: 50%; }
  .side-menu-opened .s-section .container .offset-nine.right { padding-left: 0px; padding-right: 56.25%; }
  .side-menu-opened .s-section .container .offset-ten.right { padding-left: 0px; padding-right: 62.5%; }
  .side-menu-opened .s-section .container .offset-eleven.right { padding-left: 0px; padding-right: 68.75%; }
  .side-menu-opened .s-section .container .offset-twelve.right { padding-left: 0px; padding-right: 75%; }
  .side-menu-opened .s-section .container .offset-thirteen.right { padding-left: 0px; padding-right: 81.25%; }
  .side-menu-opened .s-section .container .offset-fourteen.right { padding-left: 0px; padding-right: 87.5%; }
  .side-menu-opened .s-section .container .offset-fifteen.right { padding-left: 0px; padding-right: 93.75%; }
  .side-menu-opened .s-section .half-offset-left { padding-left: 3.125%; }
  .side-menu-opened .s-section .half-offset-right { padding-right: 3.125%; }
  .side-menu-opened .s-section .quarter-offset-left { padding-left: 10px; }
  .side-menu-opened .s-section .quarter-offset-right { padding-right: 10px; }
}

@media only screen and (max-width: 967px) {
  .side-menu-opened .s-section .container { position: relative; width: 90%; margin: 0px auto; padding: 0px; }
  .side-menu-opened .s-section .container .column, .side-menu-opened .s-section .container .columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  .side-menu-opened .s-section .container .column.clear, .side-menu-opened .s-section .container .columns.clear { clear: both; }
  .side-menu-opened .s-section .container .column.right, .side-menu-opened .s-section .container .columns.right { float: right; }
  .side-menu-opened .s-section .container .column.no-float, .side-menu-opened .s-section .container .columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  .side-menu-opened .s-section .column.alpha, .side-menu-opened .s-section .columns.alpha { margin-left: 0px; }
  .side-menu-opened .s-section .column.omega, .side-menu-opened .s-section .columns.omega { margin-right: 0px; }
  .side-menu-opened .s-section .container .sixteen.columns.alpha.omega { width: 100%; }
  .side-menu-opened .s-section .container .eight.columns, .side-menu-opened .s-section .container .eleven.columns, .side-menu-opened .s-section .container .fifteen.columns, .side-menu-opened .s-section .container .fifth.columns, .side-menu-opened .s-section .container .five.columns, .side-menu-opened .s-section .container .four.columns, .side-menu-opened .s-section .container .fourteen.columns, .side-menu-opened .s-section .container .nine.columns, .side-menu-opened .s-section .container .one.column, .side-menu-opened .s-section .container .one.columns, .side-menu-opened .s-section .container .seven.columns, .side-menu-opened .s-section .container .six.columns, .side-menu-opened .s-section .container .sixteen.columns, .side-menu-opened .s-section .container .sixth.columns, .side-menu-opened .s-section .container .ten.columns, .side-menu-opened .s-section .container .third.column, .side-menu-opened .s-section .container .third.columns, .side-menu-opened .s-section .container .thirteen.columns, .side-menu-opened .s-section .container .three.columns, .side-menu-opened .s-section .container .twelve.columns, .side-menu-opened .s-section .container .two-thirds.column, .side-menu-opened .s-section .container .two.columns { width: 97.8167%; }
  .side-menu-opened .s-section .container .column.half-fixed, .side-menu-opened .s-section .container .eight.columns.half-fixed, .side-menu-opened .s-section .container .eleven.columns.half-fixed, .side-menu-opened .s-section .container .fifteen.columns.half-fixed, .side-menu-opened .s-section .container .fifth.columns.half-fixed, .side-menu-opened .s-section .container .five.columns.half-fixed, .side-menu-opened .s-section .container .four.columns.half-fixed, .side-menu-opened .s-section .container .fourteen.columns.half-fixed, .side-menu-opened .s-section .container .nine.columns.half-fixed, .side-menu-opened .s-section .container .one.column.half-fixed, .side-menu-opened .s-section .container .one.columns.half-fixed, .side-menu-opened .s-section .container .seven.columns.half-fixed, .side-menu-opened .s-section .container .six.columns.half-fixed, .side-menu-opened .s-section .container .sixteen.columns.half-fixed, .side-menu-opened .s-section .container .sixth.columns.half-fixed, .side-menu-opened .s-section .container .ten.columns.half-fixed, .side-menu-opened .s-section .container .third.column.half-fixed, .side-menu-opened .s-section .container .third.columns.half-fixed, .side-menu-opened .s-section .container .thirteen.columns.half-fixed, .side-menu-opened .s-section .container .three.columns.half-fixed, .side-menu-opened .s-section .container .twelve.columns.half-fixed, .side-menu-opened .s-section .container .two-thirds.half-fixed.column, .side-menu-opened .s-section .container .two.columns.half-fixed { width: 47.9%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  .side-menu-opened .s-section .container .offset-eight, .side-menu-opened .s-section .container .offset-eleven, .side-menu-opened .s-section .container .offset-fifteen, .side-menu-opened .s-section .container .offset-five, .side-menu-opened .s-section .container .offset-four, .side-menu-opened .s-section .container .offset-fourteen, .side-menu-opened .s-section .container .offset-nine, .side-menu-opened .s-section .container .offset-one, .side-menu-opened .s-section .container .offset-seven, .side-menu-opened .s-section .container .offset-six, .side-menu-opened .s-section .container .offset-ten, .side-menu-opened .s-section .container .offset-thirteen, .side-menu-opened .s-section .container .offset-three, .side-menu-opened .s-section .container .offset-twelve, .side-menu-opened .s-section .container .offset-two { padding-left: 0px; }
  .side-menu-opened .s-section .container .offset-eight.right, .side-menu-opened .s-section .container .offset-eleven.right, .side-menu-opened .s-section .container .offset-fifteen.right, .side-menu-opened .s-section .container .offset-five.right, .side-menu-opened .s-section .container .offset-four.right, .side-menu-opened .s-section .container .offset-fourteen.right, .side-menu-opened .s-section .container .offset-nine.right, .side-menu-opened .s-section .container .offset-one.right, .side-menu-opened .s-section .container .offset-seven.right, .side-menu-opened .s-section .container .offset-six.right, .side-menu-opened .s-section .container .offset-ten.right, .side-menu-opened .s-section .container .offset-thirteen.right, .side-menu-opened .s-section .container .offset-three.right, .side-menu-opened .s-section .container .offset-twelve.right, .side-menu-opened .s-section .container .offset-two.right { padding-right: 0px; }
  .side-menu-opened .s-section .half-offset-left { padding-left: 0px; }
  .side-menu-opened .s-section .half-offset-right { padding-right: 0px; }
  .side-menu-opened .s-section .quarter-offset-left { padding-left: 0px; }
  .side-menu-opened .s-section .quarter-offset-right { padding-right: 0px; }
}

@media only screen and (max-width: 967px) {
  .side-menu-opened .s-section .container .mobile-columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  .side-menu-opened .s-section .container .mobile-columns.clear { clear: both; }
  .side-menu-opened .s-section .container .mobile-columns.right { float: right; }
  .side-menu-opened .s-section .container .mobile-columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  .side-menu-opened .s-section .container .mobile-one-columns.mobile-columns, .side-menu-opened .s-section .container .mobile-one-columns.mobile-columns.half-fixed { width: 97.8167%; }
  .side-menu-opened .s-section .container .mobile-two-columns.mobile-columns, .side-menu-opened .s-section .container .mobile-two-columns.mobile-columns.half-fixed { width: 47.8167%; }
  .side-menu-opened .s-section .container .mobile-three-columns.mobile-columns, .side-menu-opened .s-section .container .mobile-three-columns.mobile-columns.half-fixed { width: 31.25%; }
  .side-menu-opened .s-section .container .mobile-four-columns.mobile-columns, .side-menu-opened .s-section .container .mobile-four-columns.mobile-columns.half-fixed { width: 22.8167%; }
}

@media only screen and (min-width: 768px) {
  .s-section.s-footer-section .container { position: relative; width: 100%; margin: 0px auto; padding: 0px; }
  .s-section.s-footer-section .container .column, .s-section.s-footer-section .container .columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  .s-section.s-footer-section .container .column.clear, .s-section.s-footer-section .container .columns.clear { clear: both; }
  .s-section.s-footer-section .container .column.right, .s-section.s-footer-section .container .columns.right { float: right; }
  .s-section.s-footer-section .container .column.no-float, .s-section.s-footer-section .container .columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  .s-section.s-footer-section .container .column.no-margin, .s-section.s-footer-section .container .columns.no-margin { margin: 0px; }
  .s-section.s-footer-section .column.alpha, .s-section.s-footer-section .columns.alpha { margin-left: 0px; }
  .s-section.s-footer-section .column.omega, .s-section.s-footer-section .columns.omega { margin-right: 0px; }
  .s-section.s-footer-section .container .sixteen.columns.alpha.omega { width: 100%; }
  .s-section.s-footer-section .container .one.column, .s-section.s-footer-section .container .one.columns { width: 4.06667%; }
  .s-section.s-footer-section .container .two.columns { width: 10.3167%; }
  .s-section.s-footer-section .container .three.columns { width: 16.5667%; }
  .s-section.s-footer-section .container .four.columns { width: 22.8167%; }
  .s-section.s-footer-section .container .five.columns { width: 29.0667%; }
  .s-section.s-footer-section .container .six.columns { width: 35.3167%; }
  .s-section.s-footer-section .container .seven.columns { width: 41.5667%; }
  .s-section.s-footer-section .container .eight.columns { width: 47.8167%; }
  .s-section.s-footer-section .container .nine.columns { width: 54.0667%; }
  .s-section.s-footer-section .container .ten.columns { width: 60.3167%; }
  .s-section.s-footer-section .container .eleven.columns { width: 66.5667%; }
  .s-section.s-footer-section .container .twelve.columns { width: 72.8167%; }
  .s-section.s-footer-section .container .thirteen.columns { width: 79.0667%; }
  .s-section.s-footer-section .container .fourteen.columns { width: 85.3167%; }
  .s-section.s-footer-section .container .fifteen.columns { width: 91.5667%; }
  .s-section.s-footer-section .container .sixteen.columns { width: 97.8167%; }
  .s-section.s-footer-section .container .third.column, .s-section.s-footer-section .container .third.columns { width: 31.25%; }
  .s-section.s-footer-section .container .two-thirds.column { width: 64.4833%; }
  .s-section.s-footer-section .container .fifth.columns { width: 17.9%; }
  .s-section.s-footer-section .container .sixth.columns { width: 14.4%; }
  .s-section.s-footer-section .container .offset-one { padding-left: 6.25%; }
  .s-section.s-footer-section .container .offset-two { padding-left: 12.5%; }
  .s-section.s-footer-section .container .offset-three { padding-left: 18.75%; }
  .s-section.s-footer-section .container .offset-four { padding-left: 25%; }
  .s-section.s-footer-section .container .offset-five { padding-left: 31.25%; }
  .s-section.s-footer-section .container .offset-six { padding-left: 37.5%; }
  .s-section.s-footer-section .container .offset-seven { padding-left: 43.75%; }
  .s-section.s-footer-section .container .offset-eight { padding-left: 50%; }
  .s-section.s-footer-section .container .offset-nine { padding-left: 56.25%; }
  .s-section.s-footer-section .container .offset-ten { padding-left: 62.5%; }
  .s-section.s-footer-section .container .offset-eleven { padding-left: 68.75%; }
  .s-section.s-footer-section .container .offset-twelve { padding-left: 75%; }
  .s-section.s-footer-section .container .offset-thirteen { padding-left: 81.25%; }
  .s-section.s-footer-section .container .offset-fourteen { padding-left: 87.5%; }
  .s-section.s-footer-section .container .offset-fifteen { padding-left: 93.75%; }
  .s-section.s-footer-section .container .offset-one.right { padding-left: 0px; padding-right: 6.25%; }
  .s-section.s-footer-section .container .offset-two.right { padding-left: 0px; padding-right: 12.5%; }
  .s-section.s-footer-section .container .offset-three.right { padding-left: 0px; padding-right: 18.75%; }
  .s-section.s-footer-section .container .offset-four.right { padding-left: 0px; padding-right: 25%; }
  .s-section.s-footer-section .container .offset-five.right { padding-left: 0px; padding-right: 31.25%; }
  .s-section.s-footer-section .container .offset-six.right { padding-left: 0px; padding-right: 37.5%; }
  .s-section.s-footer-section .container .offset-seven.right { padding-left: 0px; padding-right: 43.75%; }
  .s-section.s-footer-section .container .offset-eight.right { padding-left: 0px; padding-right: 50%; }
  .s-section.s-footer-section .container .offset-nine.right { padding-left: 0px; padding-right: 56.25%; }
  .s-section.s-footer-section .container .offset-ten.right { padding-left: 0px; padding-right: 62.5%; }
  .s-section.s-footer-section .container .offset-eleven.right { padding-left: 0px; padding-right: 68.75%; }
  .s-section.s-footer-section .container .offset-twelve.right { padding-left: 0px; padding-right: 75%; }
  .s-section.s-footer-section .container .offset-thirteen.right { padding-left: 0px; padding-right: 81.25%; }
  .s-section.s-footer-section .container .offset-fourteen.right { padding-left: 0px; padding-right: 87.5%; }
  .s-section.s-footer-section .container .offset-fifteen.right { padding-left: 0px; padding-right: 93.75%; }
  .s-section.s-footer-section .half-offset-left { padding-left: 3.125%; }
  .s-section.s-footer-section .half-offset-right { padding-right: 3.125%; }
  .s-section.s-footer-section .quarter-offset-left { padding-left: 10px; }
  .s-section.s-footer-section .quarter-offset-right { padding-right: 10px; }
}

@media only screen and (max-width: 767px) {
  .s-section.s-footer-section .container { position: relative; width: 90%; margin: 0px auto; padding: 0px; }
  .s-section.s-footer-section .container .column, .s-section.s-footer-section .container .columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  .s-section.s-footer-section .container .column.clear, .s-section.s-footer-section .container .columns.clear { clear: both; }
  .s-section.s-footer-section .container .column.right, .s-section.s-footer-section .container .columns.right { float: right; }
  .s-section.s-footer-section .container .column.no-float, .s-section.s-footer-section .container .columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  .s-section.s-footer-section .column.alpha, .s-section.s-footer-section .columns.alpha { margin-left: 0px; }
  .s-section.s-footer-section .column.omega, .s-section.s-footer-section .columns.omega { margin-right: 0px; }
  .s-section.s-footer-section .container .sixteen.columns.alpha.omega { width: 100%; }
  .s-section.s-footer-section .container .eight.columns, .s-section.s-footer-section .container .eleven.columns, .s-section.s-footer-section .container .fifteen.columns, .s-section.s-footer-section .container .fifth.columns, .s-section.s-footer-section .container .five.columns, .s-section.s-footer-section .container .four.columns, .s-section.s-footer-section .container .fourteen.columns, .s-section.s-footer-section .container .nine.columns, .s-section.s-footer-section .container .one.column, .s-section.s-footer-section .container .one.columns, .s-section.s-footer-section .container .seven.columns, .s-section.s-footer-section .container .six.columns, .s-section.s-footer-section .container .sixteen.columns, .s-section.s-footer-section .container .sixth.columns, .s-section.s-footer-section .container .ten.columns, .s-section.s-footer-section .container .third.column, .s-section.s-footer-section .container .third.columns, .s-section.s-footer-section .container .thirteen.columns, .s-section.s-footer-section .container .three.columns, .s-section.s-footer-section .container .twelve.columns, .s-section.s-footer-section .container .two-thirds.column, .s-section.s-footer-section .container .two.columns { width: 97.8167%; }
  .s-section.s-footer-section .container .column.half-fixed, .s-section.s-footer-section .container .eight.columns.half-fixed, .s-section.s-footer-section .container .eleven.columns.half-fixed, .s-section.s-footer-section .container .fifteen.columns.half-fixed, .s-section.s-footer-section .container .fifth.columns.half-fixed, .s-section.s-footer-section .container .five.columns.half-fixed, .s-section.s-footer-section .container .four.columns.half-fixed, .s-section.s-footer-section .container .fourteen.columns.half-fixed, .s-section.s-footer-section .container .nine.columns.half-fixed, .s-section.s-footer-section .container .one.column.half-fixed, .s-section.s-footer-section .container .one.columns.half-fixed, .s-section.s-footer-section .container .seven.columns.half-fixed, .s-section.s-footer-section .container .six.columns.half-fixed, .s-section.s-footer-section .container .sixteen.columns.half-fixed, .s-section.s-footer-section .container .sixth.columns.half-fixed, .s-section.s-footer-section .container .ten.columns.half-fixed, .s-section.s-footer-section .container .third.column.half-fixed, .s-section.s-footer-section .container .third.columns.half-fixed, .s-section.s-footer-section .container .thirteen.columns.half-fixed, .s-section.s-footer-section .container .three.columns.half-fixed, .s-section.s-footer-section .container .twelve.columns.half-fixed, .s-section.s-footer-section .container .two-thirds.half-fixed.column, .s-section.s-footer-section .container .two.columns.half-fixed { width: 47.9%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  .s-section.s-footer-section .container .offset-eight, .s-section.s-footer-section .container .offset-eleven, .s-section.s-footer-section .container .offset-fifteen, .s-section.s-footer-section .container .offset-five, .s-section.s-footer-section .container .offset-four, .s-section.s-footer-section .container .offset-fourteen, .s-section.s-footer-section .container .offset-nine, .s-section.s-footer-section .container .offset-one, .s-section.s-footer-section .container .offset-seven, .s-section.s-footer-section .container .offset-six, .s-section.s-footer-section .container .offset-ten, .s-section.s-footer-section .container .offset-thirteen, .s-section.s-footer-section .container .offset-three, .s-section.s-footer-section .container .offset-twelve, .s-section.s-footer-section .container .offset-two { padding-left: 0px; }
  .s-section.s-footer-section .container .offset-eight.right, .s-section.s-footer-section .container .offset-eleven.right, .s-section.s-footer-section .container .offset-fifteen.right, .s-section.s-footer-section .container .offset-five.right, .s-section.s-footer-section .container .offset-four.right, .s-section.s-footer-section .container .offset-fourteen.right, .s-section.s-footer-section .container .offset-nine.right, .s-section.s-footer-section .container .offset-one.right, .s-section.s-footer-section .container .offset-seven.right, .s-section.s-footer-section .container .offset-six.right, .s-section.s-footer-section .container .offset-ten.right, .s-section.s-footer-section .container .offset-thirteen.right, .s-section.s-footer-section .container .offset-three.right, .s-section.s-footer-section .container .offset-twelve.right, .s-section.s-footer-section .container .offset-two.right { padding-right: 0px; }
  .s-section.s-footer-section .half-offset-left { padding-left: 0px; }
  .s-section.s-footer-section .half-offset-right { padding-right: 0px; }
  .s-section.s-footer-section .quarter-offset-left { padding-left: 0px; }
  .s-section.s-footer-section .quarter-offset-right { padding-right: 0px; }
}

@media only screen and (max-width: 767px) {
  .s-section.s-footer-section .container .mobile-columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  .s-section.s-footer-section .container .mobile-columns.clear { clear: both; }
  .s-section.s-footer-section .container .mobile-columns.right { float: right; }
  .s-section.s-footer-section .container .mobile-columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  .s-section.s-footer-section .container .mobile-one-columns.mobile-columns, .s-section.s-footer-section .container .mobile-one-columns.mobile-columns.half-fixed { width: 97.8167%; }
  .s-section.s-footer-section .container .mobile-two-columns.mobile-columns, .s-section.s-footer-section .container .mobile-two-columns.mobile-columns.half-fixed { width: 47.8167%; }
  .s-section.s-footer-section .container .mobile-three-columns.mobile-columns, .s-section.s-footer-section .container .mobile-three-columns.mobile-columns.half-fixed { width: 31.25%; }
  .s-section.s-footer-section .container .mobile-four-columns.mobile-columns, .s-section.s-footer-section .container .mobile-four-columns.mobile-columns.half-fixed { width: 22.8167%; }
}

@media only screen and (min-width: 1008px) {
  .side-menu-opened .s-section.s-footer-section .container { position: relative; width: 100%; margin: 0px auto; padding: 0px; }
  .side-menu-opened .s-section.s-footer-section .container .column, .side-menu-opened .s-section.s-footer-section .container .columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  .side-menu-opened .s-section.s-footer-section .container .column.clear, .side-menu-opened .s-section.s-footer-section .container .columns.clear { clear: both; }
  .side-menu-opened .s-section.s-footer-section .container .column.right, .side-menu-opened .s-section.s-footer-section .container .columns.right { float: right; }
  .side-menu-opened .s-section.s-footer-section .container .column.no-float, .side-menu-opened .s-section.s-footer-section .container .columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  .side-menu-opened .s-section.s-footer-section .container .column.no-margin, .side-menu-opened .s-section.s-footer-section .container .columns.no-margin { margin: 0px; }
  .side-menu-opened .s-section.s-footer-section .column.alpha, .side-menu-opened .s-section.s-footer-section .columns.alpha { margin-left: 0px; }
  .side-menu-opened .s-section.s-footer-section .column.omega, .side-menu-opened .s-section.s-footer-section .columns.omega { margin-right: 0px; }
  .side-menu-opened .s-section.s-footer-section .container .sixteen.columns.alpha.omega { width: 100%; }
  .side-menu-opened .s-section.s-footer-section .container .one.column, .side-menu-opened .s-section.s-footer-section .container .one.columns { width: 4.06667%; }
  .side-menu-opened .s-section.s-footer-section .container .two.columns { width: 10.3167%; }
  .side-menu-opened .s-section.s-footer-section .container .three.columns { width: 16.5667%; }
  .side-menu-opened .s-section.s-footer-section .container .four.columns { width: 22.8167%; }
  .side-menu-opened .s-section.s-footer-section .container .five.columns { width: 29.0667%; }
  .side-menu-opened .s-section.s-footer-section .container .six.columns { width: 35.3167%; }
  .side-menu-opened .s-section.s-footer-section .container .seven.columns { width: 41.5667%; }
  .side-menu-opened .s-section.s-footer-section .container .eight.columns { width: 47.8167%; }
  .side-menu-opened .s-section.s-footer-section .container .nine.columns { width: 54.0667%; }
  .side-menu-opened .s-section.s-footer-section .container .ten.columns { width: 60.3167%; }
  .side-menu-opened .s-section.s-footer-section .container .eleven.columns { width: 66.5667%; }
  .side-menu-opened .s-section.s-footer-section .container .twelve.columns { width: 72.8167%; }
  .side-menu-opened .s-section.s-footer-section .container .thirteen.columns { width: 79.0667%; }
  .side-menu-opened .s-section.s-footer-section .container .fourteen.columns { width: 85.3167%; }
  .side-menu-opened .s-section.s-footer-section .container .fifteen.columns { width: 91.5667%; }
  .side-menu-opened .s-section.s-footer-section .container .sixteen.columns { width: 97.8167%; }
  .side-menu-opened .s-section.s-footer-section .container .third.column, .side-menu-opened .s-section.s-footer-section .container .third.columns { width: 31.25%; }
  .side-menu-opened .s-section.s-footer-section .container .two-thirds.column { width: 64.4833%; }
  .side-menu-opened .s-section.s-footer-section .container .fifth.columns { width: 17.9%; }
  .side-menu-opened .s-section.s-footer-section .container .sixth.columns { width: 14.4%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-one { padding-left: 6.25%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-two { padding-left: 12.5%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-three { padding-left: 18.75%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-four { padding-left: 25%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-five { padding-left: 31.25%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-six { padding-left: 37.5%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-seven { padding-left: 43.75%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-eight { padding-left: 50%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-nine { padding-left: 56.25%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-ten { padding-left: 62.5%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-eleven { padding-left: 68.75%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-twelve { padding-left: 75%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-thirteen { padding-left: 81.25%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-fourteen { padding-left: 87.5%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-fifteen { padding-left: 93.75%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-one.right { padding-left: 0px; padding-right: 6.25%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-two.right { padding-left: 0px; padding-right: 12.5%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-three.right { padding-left: 0px; padding-right: 18.75%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-four.right { padding-left: 0px; padding-right: 25%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-five.right { padding-left: 0px; padding-right: 31.25%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-six.right { padding-left: 0px; padding-right: 37.5%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-seven.right { padding-left: 0px; padding-right: 43.75%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-eight.right { padding-left: 0px; padding-right: 50%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-nine.right { padding-left: 0px; padding-right: 56.25%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-ten.right { padding-left: 0px; padding-right: 62.5%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-eleven.right { padding-left: 0px; padding-right: 68.75%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-twelve.right { padding-left: 0px; padding-right: 75%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-thirteen.right { padding-left: 0px; padding-right: 81.25%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-fourteen.right { padding-left: 0px; padding-right: 87.5%; }
  .side-menu-opened .s-section.s-footer-section .container .offset-fifteen.right { padding-left: 0px; padding-right: 93.75%; }
  .side-menu-opened .s-section.s-footer-section .half-offset-left { padding-left: 3.125%; }
  .side-menu-opened .s-section.s-footer-section .half-offset-right { padding-right: 3.125%; }
  .side-menu-opened .s-section.s-footer-section .quarter-offset-left { padding-left: 10px; }
  .side-menu-opened .s-section.s-footer-section .quarter-offset-right { padding-right: 10px; }
}

@media only screen and (max-width: 1007px) {
  .side-menu-opened .s-section.s-footer-section .container { position: relative; width: 90%; margin: 0px auto; padding: 0px; }
  .side-menu-opened .s-section.s-footer-section .container .column, .side-menu-opened .s-section.s-footer-section .container .columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  .side-menu-opened .s-section.s-footer-section .container .column.clear, .side-menu-opened .s-section.s-footer-section .container .columns.clear { clear: both; }
  .side-menu-opened .s-section.s-footer-section .container .column.right, .side-menu-opened .s-section.s-footer-section .container .columns.right { float: right; }
  .side-menu-opened .s-section.s-footer-section .container .column.no-float, .side-menu-opened .s-section.s-footer-section .container .columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  .side-menu-opened .s-section.s-footer-section .column.alpha, .side-menu-opened .s-section.s-footer-section .columns.alpha { margin-left: 0px; }
  .side-menu-opened .s-section.s-footer-section .column.omega, .side-menu-opened .s-section.s-footer-section .columns.omega { margin-right: 0px; }
  .side-menu-opened .s-section.s-footer-section .container .sixteen.columns.alpha.omega { width: 100%; }
  .side-menu-opened .s-section.s-footer-section .container .eight.columns, .side-menu-opened .s-section.s-footer-section .container .eleven.columns, .side-menu-opened .s-section.s-footer-section .container .fifteen.columns, .side-menu-opened .s-section.s-footer-section .container .fifth.columns, .side-menu-opened .s-section.s-footer-section .container .five.columns, .side-menu-opened .s-section.s-footer-section .container .four.columns, .side-menu-opened .s-section.s-footer-section .container .fourteen.columns, .side-menu-opened .s-section.s-footer-section .container .nine.columns, .side-menu-opened .s-section.s-footer-section .container .one.column, .side-menu-opened .s-section.s-footer-section .container .one.columns, .side-menu-opened .s-section.s-footer-section .container .seven.columns, .side-menu-opened .s-section.s-footer-section .container .six.columns, .side-menu-opened .s-section.s-footer-section .container .sixteen.columns, .side-menu-opened .s-section.s-footer-section .container .sixth.columns, .side-menu-opened .s-section.s-footer-section .container .ten.columns, .side-menu-opened .s-section.s-footer-section .container .third.column, .side-menu-opened .s-section.s-footer-section .container .third.columns, .side-menu-opened .s-section.s-footer-section .container .thirteen.columns, .side-menu-opened .s-section.s-footer-section .container .three.columns, .side-menu-opened .s-section.s-footer-section .container .twelve.columns, .side-menu-opened .s-section.s-footer-section .container .two-thirds.column, .side-menu-opened .s-section.s-footer-section .container .two.columns { width: 97.8167%; }
  .side-menu-opened .s-section.s-footer-section .container .column.half-fixed, .side-menu-opened .s-section.s-footer-section .container .eight.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .eleven.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .fifteen.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .fifth.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .five.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .four.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .fourteen.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .nine.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .one.column.half-fixed, .side-menu-opened .s-section.s-footer-section .container .one.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .seven.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .six.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .sixteen.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .sixth.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .ten.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .third.column.half-fixed, .side-menu-opened .s-section.s-footer-section .container .third.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .thirteen.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .three.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .twelve.columns.half-fixed, .side-menu-opened .s-section.s-footer-section .container .two-thirds.half-fixed.column, .side-menu-opened .s-section.s-footer-section .container .two.columns.half-fixed { width: 47.9%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  .side-menu-opened .s-section.s-footer-section .container .offset-eight, .side-menu-opened .s-section.s-footer-section .container .offset-eleven, .side-menu-opened .s-section.s-footer-section .container .offset-fifteen, .side-menu-opened .s-section.s-footer-section .container .offset-five, .side-menu-opened .s-section.s-footer-section .container .offset-four, .side-menu-opened .s-section.s-footer-section .container .offset-fourteen, .side-menu-opened .s-section.s-footer-section .container .offset-nine, .side-menu-opened .s-section.s-footer-section .container .offset-one, .side-menu-opened .s-section.s-footer-section .container .offset-seven, .side-menu-opened .s-section.s-footer-section .container .offset-six, .side-menu-opened .s-section.s-footer-section .container .offset-ten, .side-menu-opened .s-section.s-footer-section .container .offset-thirteen, .side-menu-opened .s-section.s-footer-section .container .offset-three, .side-menu-opened .s-section.s-footer-section .container .offset-twelve, .side-menu-opened .s-section.s-footer-section .container .offset-two { padding-left: 0px; }
  .side-menu-opened .s-section.s-footer-section .container .offset-eight.right, .side-menu-opened .s-section.s-footer-section .container .offset-eleven.right, .side-menu-opened .s-section.s-footer-section .container .offset-fifteen.right, .side-menu-opened .s-section.s-footer-section .container .offset-five.right, .side-menu-opened .s-section.s-footer-section .container .offset-four.right, .side-menu-opened .s-section.s-footer-section .container .offset-fourteen.right, .side-menu-opened .s-section.s-footer-section .container .offset-nine.right, .side-menu-opened .s-section.s-footer-section .container .offset-one.right, .side-menu-opened .s-section.s-footer-section .container .offset-seven.right, .side-menu-opened .s-section.s-footer-section .container .offset-six.right, .side-menu-opened .s-section.s-footer-section .container .offset-ten.right, .side-menu-opened .s-section.s-footer-section .container .offset-thirteen.right, .side-menu-opened .s-section.s-footer-section .container .offset-three.right, .side-menu-opened .s-section.s-footer-section .container .offset-twelve.right, .side-menu-opened .s-section.s-footer-section .container .offset-two.right { padding-right: 0px; }
  .side-menu-opened .s-section.s-footer-section .half-offset-left { padding-left: 0px; }
  .side-menu-opened .s-section.s-footer-section .half-offset-right { padding-right: 0px; }
  .side-menu-opened .s-section.s-footer-section .quarter-offset-left { padding-left: 0px; }
  .side-menu-opened .s-section.s-footer-section .quarter-offset-right { padding-right: 0px; }
}

@media only screen and (max-width: 1007px) {
  .side-menu-opened .s-section.s-footer-section .container .mobile-columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  .side-menu-opened .s-section.s-footer-section .container .mobile-columns.clear { clear: both; }
  .side-menu-opened .s-section.s-footer-section .container .mobile-columns.right { float: right; }
  .side-menu-opened .s-section.s-footer-section .container .mobile-columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  .side-menu-opened .s-section.s-footer-section .container .mobile-one-columns.mobile-columns, .side-menu-opened .s-section.s-footer-section .container .mobile-one-columns.mobile-columns.half-fixed { width: 97.8167%; }
  .side-menu-opened .s-section.s-footer-section .container .mobile-two-columns.mobile-columns, .side-menu-opened .s-section.s-footer-section .container .mobile-two-columns.mobile-columns.half-fixed { width: 47.8167%; }
  .side-menu-opened .s-section.s-footer-section .container .mobile-three-columns.mobile-columns, .side-menu-opened .s-section.s-footer-section .container .mobile-three-columns.mobile-columns.half-fixed { width: 31.25%; }
  .side-menu-opened .s-section.s-footer-section .container .mobile-four-columns.mobile-columns, .side-menu-opened .s-section.s-footer-section .container .mobile-four-columns.mobile-columns.half-fixed { width: 22.8167%; }
}

@media only screen and (min-width: 768px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container { position: relative; width: 100%; margin: 0px auto; padding: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .columns.clear { clear: both; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .columns.right { float: right; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .columns.no-margin { margin: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .columns.alpha { margin-left: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .columns.omega { margin-right: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .sixteen.columns.alpha.omega { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .one.columns { width: 4.06667%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .two.columns { width: 10.3167%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .three.columns { width: 16.5667%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .four.columns { width: 22.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .five.columns { width: 29.0667%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .six.columns { width: 35.3167%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .seven.columns { width: 41.5667%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .eight.columns { width: 47.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .nine.columns { width: 54.0667%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .ten.columns { width: 60.3167%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .eleven.columns { width: 66.5667%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .twelve.columns { width: 72.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .thirteen.columns { width: 79.0667%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .fourteen.columns { width: 85.3167%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .fifteen.columns { width: 91.5667%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .sixteen.columns { width: 97.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .third.columns { width: 31.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .two-thirds.column { width: 64.4833%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .fifth.columns { width: 17.9%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .sixth.columns { width: 14.4%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-one { padding-left: 6.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-two { padding-left: 12.5%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-three { padding-left: 18.75%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-four { padding-left: 25%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-five { padding-left: 31.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-six { padding-left: 37.5%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-seven { padding-left: 43.75%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-eight { padding-left: 50%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-nine { padding-left: 56.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-ten { padding-left: 62.5%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-eleven { padding-left: 68.75%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-twelve { padding-left: 75%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-thirteen { padding-left: 81.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-fourteen { padding-left: 87.5%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-fifteen { padding-left: 93.75%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-one.right { padding-left: 0px; padding-right: 6.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-two.right { padding-left: 0px; padding-right: 12.5%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-three.right { padding-left: 0px; padding-right: 18.75%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-four.right { padding-left: 0px; padding-right: 25%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-five.right { padding-left: 0px; padding-right: 31.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-six.right { padding-left: 0px; padding-right: 37.5%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-seven.right { padding-left: 0px; padding-right: 43.75%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-eight.right { padding-left: 0px; padding-right: 50%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-nine.right { padding-left: 0px; padding-right: 56.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-ten.right { padding-left: 0px; padding-right: 62.5%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-eleven.right { padding-left: 0px; padding-right: 68.75%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-twelve.right { padding-left: 0px; padding-right: 75%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-thirteen.right { padding-left: 0px; padding-right: 81.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-fourteen.right { padding-left: 0px; padding-right: 87.5%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-fifteen.right { padding-left: 0px; padding-right: 93.75%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .half-offset-left { padding-left: 3.125%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .half-offset-right { padding-right: 3.125%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .quarter-offset-left { padding-left: 10px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .quarter-offset-right { padding-right: 10px; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container { position: relative; width: 90%; margin: 0px auto; padding: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .columns.clear { clear: both; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .columns.right { float: right; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .columns.alpha { margin-left: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .columns.omega { margin-right: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .sixteen.columns.alpha.omega { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .two.columns { width: 97.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .two.columns.half-fixed { width: 47.9%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-two { padding-left: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .offset-two.right { padding-right: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .half-offset-left { padding-left: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .half-offset-right { padding-right: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .quarter-offset-left { padding-left: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .quarter-offset-right { padding-right: 0px; }
}

@media only screen and (max-width: 767px) {
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .mobile-columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .mobile-columns.clear { clear: both; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .mobile-columns.right { float: right; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .mobile-columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .mobile-one-columns.mobile-columns.half-fixed { width: 97.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .mobile-two-columns.mobile-columns.half-fixed { width: 47.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .mobile-three-columns.mobile-columns.half-fixed { width: 31.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s6-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-blog-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-feature-list-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-icons-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-feature-list-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-hero-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-media-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-new-text-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-process-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-slider-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .s-section.s-store-section .container .mobile-four-columns.mobile-columns.half-fixed { width: 22.8167%; }
}

@media only screen and (min-width: 1008px) {
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container { position: relative; width: 100%; margin: 0px auto; padding: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .columns.clear { clear: both; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .columns.right { float: right; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .columns.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .column.no-margin, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .columns.no-margin { margin: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .columns.alpha { margin-left: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .columns.omega { margin-right: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .sixteen.columns.alpha.omega { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .one.columns { width: 4.06667%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .two.columns { width: 10.3167%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .three.columns { width: 16.5667%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .four.columns { width: 22.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .five.columns { width: 29.0667%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .six.columns { width: 35.3167%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .seven.columns { width: 41.5667%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .eight.columns { width: 47.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .nine.columns { width: 54.0667%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .ten.columns { width: 60.3167%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .eleven.columns { width: 66.5667%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .twelve.columns { width: 72.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .thirteen.columns { width: 79.0667%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .fourteen.columns { width: 85.3167%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .fifteen.columns { width: 91.5667%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .sixteen.columns { width: 97.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .third.columns { width: 31.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .two-thirds.column { width: 64.4833%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .fifth.columns { width: 17.9%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .sixth.columns { width: 14.4%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-one { padding-left: 6.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-two { padding-left: 12.5%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-three { padding-left: 18.75%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-four { padding-left: 25%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-five { padding-left: 31.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-six { padding-left: 37.5%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-seven { padding-left: 43.75%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-eight { padding-left: 50%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-nine { padding-left: 56.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-ten { padding-left: 62.5%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-eleven { padding-left: 68.75%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-twelve { padding-left: 75%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-thirteen { padding-left: 81.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-fourteen { padding-left: 87.5%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-fifteen { padding-left: 93.75%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-one.right { padding-left: 0px; padding-right: 6.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-two.right { padding-left: 0px; padding-right: 12.5%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-three.right { padding-left: 0px; padding-right: 18.75%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-four.right { padding-left: 0px; padding-right: 25%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-five.right { padding-left: 0px; padding-right: 31.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-six.right { padding-left: 0px; padding-right: 37.5%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-seven.right { padding-left: 0px; padding-right: 43.75%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-eight.right { padding-left: 0px; padding-right: 50%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-nine.right { padding-left: 0px; padding-right: 56.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-ten.right { padding-left: 0px; padding-right: 62.5%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-eleven.right { padding-left: 0px; padding-right: 68.75%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-twelve.right { padding-left: 0px; padding-right: 75%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-thirteen.right { padding-left: 0px; padding-right: 81.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-fourteen.right { padding-left: 0px; padding-right: 87.5%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-fifteen.right { padding-left: 0px; padding-right: 93.75%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .half-offset-left { padding-left: 3.125%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .half-offset-right { padding-right: 3.125%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .quarter-offset-left { padding-left: 10px; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .quarter-offset-right { padding-right: 10px; }
}

@media only screen and (max-width: 1007px) {
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container { position: relative; width: 90%; margin: 0px auto; padding: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .column.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .columns.clear { clear: both; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .column.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .columns.right { float: right; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .column.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .columns.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .column.alpha, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .columns.alpha { margin-left: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .columns.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .column.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .columns.omega { margin-right: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .sixteen.columns.alpha.omega, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .sixteen.columns.alpha.omega { width: 100%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .two.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .eight.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .eleven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .fifteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .fifth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .five.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .four.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .fourteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .nine.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .one.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .one.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .seven.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .six.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .sixteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .sixth.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .ten.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .third.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .third.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .thirteen.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .three.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .twelve.columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .two-thirds.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .two.columns { width: 97.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .two.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .eight.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .eleven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .fifteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .fifth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .five.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .four.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .fourteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .nine.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .one.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .one.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .seven.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .six.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .sixteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .sixth.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .ten.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .third.column.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .third.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .thirteen.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .three.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .twelve.columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .two-thirds.half-fixed.column, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .two.columns.half-fixed { width: 47.9%; display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-two, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-eight, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-eleven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-fifteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-five, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-four, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-fourteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-nine, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-one, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-seven, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-six, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-ten, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-thirteen, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-three, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-twelve, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-two { padding-left: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .offset-two.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-eight.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-eleven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-fifteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-five.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-four.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-fourteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-nine.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-one.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-seven.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-six.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-ten.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-thirteen.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-three.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-twelve.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .offset-two.right { padding-right: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .half-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .half-offset-left { padding-left: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .half-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .half-offset-right { padding-right: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .quarter-offset-left, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .quarter-offset-left { padding-left: 0px; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .quarter-offset-right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .quarter-offset-right { padding-right: 0px; }
}

@media only screen and (max-width: 1007px) {
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .mobile-columns { float: left; display: inline; margin-left: 1.04167%; margin-right: 1.04167%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .mobile-columns.clear, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .mobile-columns.clear { clear: both; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .mobile-columns.right, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .mobile-columns.right { float: right; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .mobile-columns.no-float, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .mobile-columns.no-float { display: inline-block; vertical-align: top; float: none; zoom: 1; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .mobile-one-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .mobile-one-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .mobile-one-columns.mobile-columns.half-fixed { width: 97.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .mobile-two-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .mobile-two-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .mobile-two-columns.mobile-columns.half-fixed { width: 47.8167%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .mobile-three-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .mobile-three-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .mobile-three-columns.mobile-columns.half-fixed { width: 31.25%; }
  body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s6-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-blog-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-feature-list-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-icons-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-feature-list-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-hero-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-media-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-new-text-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-process-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-slider-section .container .mobile-four-columns.mobile-columns.half-fixed, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .mobile-four-columns.mobile-columns, body[data-mobile-new-breakpoint-stage="1"] .side-menu-opened .s-section.s-store-section .container .mobile-four-columns.mobile-columns.half-fixed { width: 22.8167%; }
}

.s-blog-body .s-common-link a, .s-blog-body .s-text .s-component-content a, .s-blog-body a.s-common-link, .slides:not(.remain-new-text-color-logic) .s-common-link a, .slides:not(.remain-new-text-color-logic) .s-text .s-component-content a, .slides:not(.remain-new-text-color-logic) a.s-common-link { color: rgb(42, 171, 217); font-weight: inherit; }

.slides.remain-new-text-color-logic .s-common-link a, .slides.remain-new-text-color-logic .s-text .s-component-content a, .slides.remain-new-text-color-logic a.s-common-link { color: inherit; font-weight: inherit; }

.s-font-title { font-family: montserrat, sans-serif; }

.s-font-title:lang(ja) { font-family: montserrat, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-font-title:lang(sxl), .s-font-title:lang(zh), .s-font-title:lang(zh-cn) { font-family: montserrat, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-font-title:lang(zh-tw) { font-family: montserrat, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-font-body { font-family: montserrat, sans-serif; }

.s-font-body:lang(ja) { font-family: montserrat, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-font-body:lang(sxl), .s-font-body:lang(zh), .s-font-body:lang(zh-cn) { font-family: montserrat, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-font-body:lang(zh-tw) { font-family: montserrat, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-font-heading { font-family: montserrat, sans-serif; }

.s-font-heading:lang(ja) { font-family: montserrat, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-font-heading:lang(sxl), .s-font-heading:lang(zh), .s-font-heading:lang(zh-cn) { font-family: montserrat, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-font-heading:lang(zh-tw) { font-family: montserrat, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-font-button { font-family: montserrat, sans-serif; }

.s-font-button:lang(ja) { font-family: montserrat, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-font-button:lang(sxl), .s-font-button:lang(zh), .s-font-button:lang(zh-cn) { font-family: montserrat, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-font-button:lang(zh-tw) { font-family: montserrat, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-font-nav_item { font-family: montserrat, sans-serif; }

.s-font-nav_item:lang(ja) { font-family: montserrat, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-font-nav_item:lang(sxl), .s-font-nav_item:lang(zh), .s-font-nav_item:lang(zh-cn) { font-family: montserrat, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-font-nav_item:lang(zh-tw) { font-family: montserrat, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-font-nav_dropdown { font-family: montserrat, sans-serif; }

.s-font-nav_dropdown:lang(ja) { font-family: montserrat, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-font-nav_dropdown:lang(sxl), .s-font-nav_dropdown:lang(zh), .s-font-nav_dropdown:lang(zh-cn) { font-family: montserrat, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-font-nav_dropdown:lang(zh-tw) { font-family: montserrat, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-blog .s-blog-body, .s-blog .s-blog-header { font-family: montserrat, sans-serif; }

.s-blog .s-blog-body:lang(ja), .s-blog .s-blog-header:lang(ja) { font-family: montserrat, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.s-blog .s-blog-body:lang(sxl), .s-blog .s-blog-body:lang(zh), .s-blog .s-blog-body:lang(zh-cn), .s-blog .s-blog-header:lang(sxl), .s-blog .s-blog-header:lang(zh), .s-blog .s-blog-header:lang(zh-cn) { font-family: montserrat, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif; }

.s-blog .s-blog-body:lang(zh-tw), .s-blog .s-blog-header:lang(zh-tw) { font-family: montserrat, "PingFang TC", "Microsoft JhengHei", 微軟正黑體, STXihei, sans-serif; }

.s-block .s-block-feature.container { padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }

#s-content h1, #s-content h2 { margin-bottom: 10px; }

#s-content h3 { font-size: 18px; }

#s-content h3, #s-content h4, #s-content h5 { margin-bottom: 5px; }

#s-content h5 { font-size: 18px; }

#s-content h6 { margin-bottom: 5px; }

.navbar-drawer-bar .mobile, .navbar-drawer-bar .navbar { border-radius: 0px; }

.navbar-drawer-bar .mobile .entypo, .navbar-drawer-bar .mobile .fa, .navbar-drawer-bar .navbar .entypo, .navbar-drawer-bar .navbar .fa { text-shadow: none; }

.app-mode .navbar-drawer-bar .nav-title { color: rgb(255, 255, 255); }

.rtl-layout #s-content .navigator { direction: rtl; }

.s-section { margin: 0px auto; padding: 60px 0px; display: flex; align-items: center; }

.s-section.s-top-padding-half { padding-top: 40px; }

.s-section.s-top-padding-none { padding-top: 0px; }

.s-section.s-bottom-padding-half { padding-bottom: 40px; }

.s-section.s-bottom-padding-none { padding-bottom: 0px; }

.s-section .container { max-width: 1060px; }

@media only screen and (max-width: 1023px) {
  .s-section .container { width: 90%; margin: 0px auto; }
}

@media only screen and (min-width: 1024px) {
  .s-section .container { width: 84%; margin: 0px auto; }
}

.s-section .s-title-group { margin-bottom: 40px; }

.s-section.s-title-section { min-height: 420px; }

#s-content .s-section.s-title-section h1, #s-content .s-section.s-title-section h2 { font-size: 54px; }

.s-section.s-media-section .media-top-text, .s-section.s-rows-section .media-top-text { margin-bottom: 15px; }

.s-section.s-media-section .media-top-text .s-item-text-group, .s-section.s-rows-section .media-top-text .s-item-text-group { text-align: center; }

.s-section.s-media-section .media-left-text .s-item-text-group, .s-section.s-rows-section .media-left-text .s-item-text-group { text-align: left; }

.s-section.s-media-section .media-bottom-text .s-item-text-group, .s-section.s-rows-section .media-bottom-text .s-item-text-group { display: flex; justify-content: space-between; margin-top: 15px; text-align: left; }

.s-section.s-media-section .media-bottom-text .s-item-text-group > div, .s-section.s-rows-section .media-bottom-text .s-item-text-group > div { display: none; }

.s-section.s-media-section .media-bottom-text .s-item-text-group .s-title, .s-section.s-media-section .media-bottom-text .s-item-text-group [class^="s-item"], .s-section.s-rows-section .media-bottom-text .s-item-text-group .s-title, .s-section.s-rows-section .media-bottom-text .s-item-text-group [class^="s-item"] { display: block; }

.s-section.s-media-section .media-bottom-text .s-item-text-group .s-title .s-title, .s-section.s-media-section .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(2), .s-section.s-media-section .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(2) ~ [class^="s-item"], .s-section.s-media-section .media-bottom-text .s-item-text-group [class^="s-item"] .s-title, .s-section.s-media-section .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(2), .s-section.s-media-section .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(2) ~ [class^="s-item"], .s-section.s-rows-section .media-bottom-text .s-item-text-group .s-title .s-title, .s-section.s-rows-section .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(2), .s-section.s-rows-section .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(2) ~ [class^="s-item"], .s-section.s-rows-section .media-bottom-text .s-item-text-group [class^="s-item"] .s-title, .s-section.s-rows-section .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(2), .s-section.s-rows-section .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(2) ~ [class^="s-item"] { width: 47%; }

.s-section.s-media-section .media-bottom-text .s-item-text-group .s-title .s-title, .s-section.s-media-section .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(3), .s-section.s-media-section .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(3) ~ [class^="s-item"], .s-section.s-media-section .media-bottom-text .s-item-text-group [class^="s-item"] .s-title, .s-section.s-media-section .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(3), .s-section.s-media-section .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(3) ~ [class^="s-item"], .s-section.s-rows-section .media-bottom-text .s-item-text-group .s-title .s-title, .s-section.s-rows-section .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(3), .s-section.s-rows-section .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(3) ~ [class^="s-item"], .s-section.s-rows-section .media-bottom-text .s-item-text-group [class^="s-item"] .s-title, .s-section.s-rows-section .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(3), .s-section.s-rows-section .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(3) ~ [class^="s-item"] { width: 30%; }

@media screen and (max-width: 727px) {
  .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group, .s-section.s-rows-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group { flex-direction: column; }
  .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title .s-title, .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(2), .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(2) ~ [class^="s-item"], .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(3), .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(3) ~ [class^="s-item"], .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"] .s-title, .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(2), .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(2) ~ [class^="s-item"], .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(3), .s-section.s-media-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(3) ~ [class^="s-item"], .s-section.s-rows-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title .s-title, .s-section.s-rows-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(2), .s-section.s-rows-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(2) ~ [class^="s-item"], .s-section.s-rows-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(3), .s-section.s-rows-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group .s-title:first-child:nth-last-child(3) ~ [class^="s-item"], .s-section.s-rows-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"] .s-title, .s-section.s-rows-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(2), .s-section.s-rows-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(2) ~ [class^="s-item"], .s-section.s-rows-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(3), .s-section.s-rows-section.s-media-new-mobile-layout .media-bottom-text .s-item-text-group [class^="s-item"]:first-child:nth-last-child(3) ~ [class^="s-item"] { width: 100%; }
}

.s-section.s-info-section .s-info-box { padding: 16px 18px; box-shadow: none; border: 2px solid rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 727px) {
  .s-section.s-info-section .s-info-box { margin-bottom: 20px; }
}

.s-section.s-slider-section .inner { width: 100%; }

.s-section.s-process-section .s-item-text-group .s-item-text p, .s-section.s-process-section .s-item-text-group .s-item-title p { font-size: 100%; }

.s-email-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-email-form .s-email-form-fields-group .s-email-form-field textarea, .s-signup-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-signup-form .s-email-form-fields-group .s-email-form-field textarea { border-radius: 0px; }

.s-common-button { padding: 14px 28px; display: inline-block; font-weight: 700; text-decoration: none; font-size: 20px; color: rgb(255, 255, 255); cursor: pointer; }

.s-signup-form .s-email-form-field .s-email-form-button { padding: 12px 40px; font-size: 18px; }

.s-footer-section .container { background-color: transparent; border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.s-footer-section .s-social-media li { line-height: 1; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .s-section.s-footer-section .container.s-layout-grid .half-fixed.right-align, .s-section.s-footer-section .container.s-layout-horizontal .s-footer-text.right-align { text-align: left; }
}

.full-width-gallery { width: 100%; }

.s-social-icon { border-radius: 100px !important; }

.s-blog .s-blog-header .s-blog-header-inner.s-bg-light-text h1, .s-blog .s-blog-header .s-blog-header-inner.s-bg-light-text h2, .s-blog .s-blog-header .s-blog-header-inner.s-bg-light-text h3, .s-blog .s-blog-header .s-blog-header-inner.s-bg-light-text h4, .s-blog .s-blog-header .s-blog-header-inner.s-bg-light-text h5, .s-blog .s-blog-header .s-blog-header-inner.s-bg-light-text h6 { color: rgb(255, 255, 255); }

.s-blog .s-blog-header .s-blog-header-inner.s-bg-dark-text h1, .s-blog .s-blog-header .s-blog-header-inner.s-bg-dark-text h2, .s-blog .s-blog-header .s-blog-header-inner.s-bg-dark-text h3, .s-blog .s-blog-header .s-blog-header-inner.s-bg-dark-text h4, .s-blog .s-blog-header .s-blog-header-inner.s-bg-dark-text h5, .s-blog .s-blog-header .s-blog-header-inner.s-bg-dark-text h6 { color: rgb(34, 34, 34); }

.s-signup-form .s-email-form-field .s-common-button { padding-top: 12px; padding-bottom: 12px; line-height: 1.2; }

.s-signup-form .s-email-form-field .button-fill-ghost .s-common-button { padding-top: 10px; padding-bottom: 10px; }

@media screen and (min-width: 728px) {
  .s-footer-logo-wrapper .s-footer-logo { margin: 0px; left: calc(50% - 160px) !important; }
  .s-footer-logo-wrapper .s-footer-logo.s-footer-logo-pbs, .s-footer-logo-wrapper .s-footer-logo.s-footer-logo-zbj { left: 0px !important; }
}

.s-new-media-section.left-align { text-align: left; }

.s-new-media-section.right-align { text-align: right; }

@media only screen and (max-width: 727px) {
  .s-nav { display: block; }
  .s-navbar-desktop { display: none; }
}

#new-dashboard-preview-mobile-view .s-nav { display: block; }

#new-dashboard-preview-mobile-view .s-navbar-desktop { display: none; }

#new-dashboard-preview-mobile-view .s-nav.navigator .s-navbar-mobile-header { display: flex; }

#new-dashboard-preview-mobile-view .s-nav.navigator .s-navbar-mobile-header .s-logo-title { display: flex; align-items: center; justify-content: normal; min-height: 60px; }

#new-dashboard-preview-mobile-view .s-nav.navigator .s-navbar-mobile-header .s-logo-title * h1, #new-dashboard-preview-mobile-view .s-nav.navigator .s-navbar-mobile-header .s-logo-title * h2, #new-dashboard-preview-mobile-view .s-nav.navigator .s-navbar-mobile-header .s-logo-title * h3, #new-dashboard-preview-mobile-view .s-nav.navigator .s-navbar-mobile-header .s-logo-title * h4, #new-dashboard-preview-mobile-view .s-nav.navigator .s-navbar-mobile-header .s-logo-title * h5 { margin-bottom: 0px; }

#new-dashboard-preview-mobile-view .s-slider-section-s5 { padding-top: 0px !important; }

.s-section .container { max-width: 94% !important; }

.s-section.s-new-gallery-section { justify-content: center; }

.s-section.s-new-gallery-section .container:not(.s-gallery-title-container):not(.with-section-margin) { max-width: 100% !important; }

.s-bg-white { background: rgb(255, 255, 255); }

.s-bg-gray { background: rgb(232, 234, 236); }

.s-bg-dark { background: rgb(28, 28, 28); }

.s-section.s-bg-light { background: rgb(255, 255, 255); }

.s-section.s-bg-gray { background: rgb(232, 234, 236); }

.s-section.s-bg-image.s-info-section .s-info-box { border-color: rgb(232, 234, 236); }

.s-section.s-bg-image.s-info-section.s-bg-light-text .s-info-box { border-color: rgba(255, 255, 255, 0.5); }

.s-section.s-bg-image.s-info-section.s-bg-dark-text .s-info-box { border-color: rgba(0, 0, 0, 0.1); }

.s-section.s-bg-dark { background: rgb(28, 28, 28); }

.s-section.s-bg-dark:not(.new-text-color-logic) #s-nav, .s-section.s-bg-dark:not(.new-text-color-logic) #s-nav .s-font-body, .s-section.s-bg-dark:not(.new-text-color-logic) #s-nav .s-item-subtitle, .s-section.s-bg-dark:not(.new-text-color-logic) #s-nav .s-subtitle, .s-section.s-bg-dark:not(.new-text-color-logic) .s-blog-info, .s-section.s-bg-dark:not(.new-text-color-logic) .s-ecommerce-card-view-card-price, .s-section.s-bg-dark:not(.new-text-color-logic) .s-item-subtitle, .s-section.s-bg-dark:not(.new-text-color-logic) .s-item-text, .s-section.s-bg-dark:not(.new-text-color-logic) .s-subtitle, .s-section.s-bg-dark:not(.new-text-color-logic) .s-text-theme-color-1, .s-section.s-bg-dark:not(.new-text-color-logic) .s-theme-color-1 { color: rgba(235, 245, 255, 0.5); }

.s-section.s-bg-dark:not(.new-text-color-logic) .s-bg-theme-color-1 { background-color: rgba(235, 245, 255, 0.5); }

.s-section.s-bg-dark:not(.new-text-color-logic) .s-bg-theme-color-fade-2 { background-color: rgba(235, 245, 255, 0.2); }

.s-section.s-bg-dark:not(.new-text-color-logic) .s-border-theme-color-1 { border-color: rgba(235, 245, 255, 0.5); }

.s-section.s-bg-dark:not(.new-text-color-logic) .s-button-theme-style-shadow { background-color: rgba(235, 245, 255, 0.2); box-shadow: rgba(235, 245, 255, 0.2) 0px 3px 0px; color: rgba(235, 245, 255, 0.5); }

.s-section.s-bg-dark:not(.new-text-color-logic) .s-button-theme-style-shadow:visited { color: rgba(235, 245, 255, 0.5); }

.s-section.s-bg-dark:not(.new-text-color-logic) .s-button-theme-style-border { background-color: rgba(235, 245, 255, 0.2); border: 2px solid rgba(235, 245, 255, 0.2); color: rgba(235, 245, 255, 0.5); }

.s-section.s-bg-dark:not(.new-text-color-logic) .s-button-theme-style { background-color: rgba(235, 245, 255, 0.2); color: rgba(235, 245, 255, 0.5); }

.s-section.s-bg-dark:not(.new-text-color-logic) .s-button-theme-style-important { background-color: rgba(235, 245, 255, 0.2) !important; color: rgba(235, 245, 255, 0.5) !important; }

.s-section.s-bg-dark:not(.new-text-color-logic) #s-nav, .s-section.s-bg-dark:not(.new-text-color-logic) #s-nav .s-item-title, .s-section.s-bg-dark:not(.new-text-color-logic) #s-nav .s-title, .s-section.s-bg-dark:not(.new-text-color-logic) .s-blog-title, .s-section.s-bg-dark:not(.new-text-color-logic) .s-ecommerce-card-view-card-name:not(.natural-color), .s-section.s-bg-dark:not(.new-text-color-logic) .s-item-title, .s-section.s-bg-dark:not(.new-text-color-logic) .s-title { color: rgb(255, 255, 255); }

.s-section.s-bg-dark .s-blog-details-blurb { color: rgb(85, 85, 85); }

.s-section.s-bg-dark .s-ecommerce-card-view-card-price:not(.natural-color) { color: rgb(255, 255, 255) !important; }

.s-section.s-bg-dark .s-component-overlay { border-color: rgb(85, 85, 85); }

.s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) #s-nav, .s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) #s-nav .s-item-title, .s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) #s-nav .s-title, .s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-blog-title, .s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-ecommerce-card-view-card-name:not(.natural-color), .s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-item-title, .s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-title { color: rgb(232, 234, 236); }

.s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) #s-nav, .s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) #s-nav .s-font-body, .s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) #s-nav .s-item-subtitle, .s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) #s-nav .s-subtitle, .s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-blog-info, .s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-ecommerce-card-view-card-price, .s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-item-subtitle, .s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-item-text, .s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-subtitle, .s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-text-theme-color-1, .s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-theme-color-1 { color: rgb(236, 236, 236); }

.s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-bg-theme-color-1 { background-color: rgb(236, 236, 236); }

.s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-bg-theme-color-fade-2 { background-color: rgba(236, 236, 236, 0.2); }

.s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-border-theme-color-1 { border-color: rgb(236, 236, 236); }

.s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-button-theme-style-shadow { background-color: rgba(236, 236, 236, 0.2); box-shadow: rgba(236, 236, 236, 0.2) 0px 3px 0px; color: rgb(236, 236, 236); }

.s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-button-theme-style-shadow:visited { color: rgb(236, 236, 236); }

.s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-button-theme-style-border { background-color: rgba(236, 236, 236, 0.2); border: 2px solid rgba(236, 236, 236, 0.2); color: rgb(236, 236, 236); }

.s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-button-theme-style { background-color: rgba(236, 236, 236, 0.2); color: rgb(236, 236, 236); }

.s-section.s-bg-dark.s-bg-light-text:not(.new-text-color-logic) .s-button-theme-style-important { background-color: rgba(236, 236, 236, 0.2) !important; color: rgb(236, 236, 236) !important; }

.s-section.s-bg-dark.s-bg-light-text .s-blog-details-blurb { color: rgb(85, 85, 85); }

.s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) #s-nav, .s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) #s-nav .s-item-title, .s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) #s-nav .s-title, .s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-blog-title, .s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-ecommerce-card-view-card-name:not(.natural-color), .s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-item-title, .s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-title { color: rgb(27, 27, 31); }

.s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) #s-nav, .s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) #s-nav .s-font-body, .s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) #s-nav .s-item-subtitle, .s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) #s-nav .s-subtitle, .s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-blog-info, .s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-ecommerce-card-view-card-price, .s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-item-subtitle, .s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-item-text, .s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-subtitle, .s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-text-theme-color-1, .s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-theme-color-1 { color: rgb(51, 51, 51); }

.s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-bg-theme-color-1 { background-color: rgb(51, 51, 51); }

.s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-bg-theme-color-fade-2 { background-color: rgba(51, 51, 51, 0.2); }

.s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-border-theme-color-1 { border-color: rgb(51, 51, 51); }

.s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-button-theme-style-shadow { background-color: rgba(51, 51, 51, 0.2); box-shadow: rgba(51, 51, 51, 0.2) 0px 3px 0px; color: rgb(51, 51, 51); }

.s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-button-theme-style-shadow:visited { color: rgb(51, 51, 51); }

.s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-button-theme-style-border { background-color: rgba(51, 51, 51, 0.2); border: 2px solid rgba(51, 51, 51, 0.2); color: rgb(51, 51, 51); }

.s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-button-theme-style { background-color: rgba(51, 51, 51, 0.2); color: rgb(51, 51, 51); }

.s-section.s-bg-dark.s-bg-dark-text:not(.new-text-color-logic) .s-button-theme-style-important { background-color: rgba(51, 51, 51, 0.2) !important; color: rgb(51, 51, 51) !important; }

.s-section.s-bg-dark.s-bg-dark-text .s-blog-details-blurb { color: rgb(85, 85, 85); }

.s-section.s-bg-dark .s-blog-info, .s-section.s-bg-dark .s-blog-title { color: rgb(236, 236, 236); }

.s-section.s-bg-dark.s-bg-image.s-bg-light-text #s-nav, .s-section.s-bg-dark.s-bg-image.s-bg-light-text #s-nav .s-item-title, .s-section.s-bg-dark.s-bg-image.s-bg-light-text #s-nav .s-title, .s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-blog-title, .s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-ecommerce-card-view-card-name:not(.natural-color), .s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-item-title, .s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-title { color: rgb(232, 234, 236); }

.s-section.s-bg-dark.s-bg-image.s-bg-light-text #s-nav, .s-section.s-bg-dark.s-bg-image.s-bg-light-text #s-nav .s-font-body, .s-section.s-bg-dark.s-bg-image.s-bg-light-text #s-nav .s-item-subtitle, .s-section.s-bg-dark.s-bg-image.s-bg-light-text #s-nav .s-subtitle, .s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-blog-info, .s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-ecommerce-card-view-card-price, .s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-item-subtitle, .s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-item-text, .s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-subtitle, .s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-text-theme-color-1, .s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-theme-color-1 { color: rgb(236, 236, 236); }

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-bg-theme-color-1 { background-color: rgb(236, 236, 236); }

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-bg-theme-color-fade-2 { background-color: rgba(236, 236, 236, 0.2); }

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-border-theme-color-1 { border-color: rgb(236, 236, 236); }

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-button-theme-style-shadow { background-color: rgba(236, 236, 236, 0.2); box-shadow: rgba(236, 236, 236, 0.2) 0px 3px 0px; color: rgb(236, 236, 236); }

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-button-theme-style-shadow:visited { color: rgb(236, 236, 236); }

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-button-theme-style-border { background-color: rgba(236, 236, 236, 0.2); border: 2px solid rgba(236, 236, 236, 0.2); color: rgb(236, 236, 236); }

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-button-theme-style { background-color: rgba(236, 236, 236, 0.2); color: rgb(236, 236, 236); }

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-button-theme-style-important { background-color: rgba(236, 236, 236, 0.2) !important; color: rgb(236, 236, 236) !important; }

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-blog-details-blurb { color: rgb(85, 85, 85); }

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text #s-nav, .s-section.s-bg-dark.s-bg-image.s-bg-dark-text #s-nav .s-item-title, .s-section.s-bg-dark.s-bg-image.s-bg-dark-text #s-nav .s-title, .s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-blog-title, .s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-ecommerce-card-view-card-name:not(.natural-color), .s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-item-title, .s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-title { color: rgb(27, 27, 31); }

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text #s-nav, .s-section.s-bg-dark.s-bg-image.s-bg-dark-text #s-nav .s-font-body, .s-section.s-bg-dark.s-bg-image.s-bg-dark-text #s-nav .s-item-subtitle, .s-section.s-bg-dark.s-bg-image.s-bg-dark-text #s-nav .s-subtitle, .s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-blog-info, .s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-ecommerce-card-view-card-price, .s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-item-subtitle, .s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-item-text, .s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-subtitle, .s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-text-theme-color-1, .s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-theme-color-1 { color: rgb(51, 51, 51); }

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-bg-theme-color-1 { background-color: rgb(51, 51, 51); }

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-bg-theme-color-fade-2 { background-color: rgba(51, 51, 51, 0.2); }

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-border-theme-color-1 { border-color: rgb(51, 51, 51); }

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-button-theme-style-shadow { background-color: rgba(51, 51, 51, 0.2); box-shadow: rgba(51, 51, 51, 0.2) 0px 3px 0px; color: rgb(51, 51, 51); }

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-button-theme-style-shadow:visited { color: rgb(51, 51, 51); }

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-button-theme-style-border { background-color: rgba(51, 51, 51, 0.2); border: 2px solid rgba(51, 51, 51, 0.2); color: rgb(51, 51, 51); }

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-button-theme-style { background-color: rgba(51, 51, 51, 0.2); color: rgb(51, 51, 51); }

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-button-theme-style-important { background-color: rgba(51, 51, 51, 0.2) !important; color: rgb(51, 51, 51) !important; }

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-blog-details-blurb { color: rgb(85, 85, 85); }

.s-section.s-bg-dark.s-process-section .process-item-index, .s-section.s-bg-dark.s-process-section .process-item-linker { border-color: rgb(169, 174, 178); color: rgb(255, 255, 255); }

.s-section.s-bg-dark.s-store-section .s-category-bar .category-list .category-link-item-wrapper .category-link-item, .s-section.s-bg-dark.s-store-section .s-category-bar .category-list .category-link-item-wrapper i { color: rgb(255, 255, 255); }

.s-section.s-bg-dark.s-store-section .s-category-bar .category-list .category-link-item-wrapper .category-link-item::after, .s-section.s-bg-dark.s-store-section .s-category-bar .category-list .category-link-item-wrapper i::after { background-color: rgb(255, 255, 255); }

.s-section.s-bg-dark.s-store-section .s-category-bar .category-list .category-link-item-wrapper:hover .category-link-item, .s-section.s-bg-dark.s-store-section .s-category-bar .category-list .category-link-item-wrapper:hover i { color: rgb(232, 234, 236); }

.s-section.s-bg-dark.s-store-section .s-ecommerce-card-view-card-price { color: rgb(85, 85, 85); }

.s-section.s-bg-dark.s-booking-section .s-booking-container .s-kit-picker, .s-section.s-bg-dark.s-booking-section .s-booking-container input { color: rgb(255, 255, 255); background-color: rgb(51, 51, 51); }

.s-section.s-bg-dark.s-booking-section .s-booking-container .s-kit-picker:-internal-autofill-selected, .s-section.s-bg-dark.s-booking-section .s-booking-container input:-internal-autofill-selected { background-color: rgb(51, 51, 51); }

.s-section.s-bg-dark.s-info-section.s-bg-light-text .s-info-box, .s-section.s-bg-dark.s-info-section .s-info-box { border-color: rgb(232, 234, 236); }

.s-section.s-bg-dark.s-info-section.s-bg-dark-text .s-info-box { border-color: rgb(44, 44, 53); }

.s-section.s-bg-dark.s-contact-section .container { background-color: initial; border-color: rgb(44, 44, 53); }

.s-section.s-bg-dark.s-contact-section .s-contact-info-column { background: initial; }

.s-section.s-bg-dark.s-contact-section input[type="text"], .s-section.s-bg-dark.s-contact-section textarea { border-color: rgb(85, 85, 85); }

.s-section.s-bg-dark.s-footer-section .separate-line { border-bottom-color: rgba(255, 255, 255, 0.15); }

.s-section.s-bg-dark .s-email-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-section.s-bg-dark .s-email-form .s-email-form-fields-group .s-email-form-field textarea, .s-section.s-bg-dark .s-signup-form .s-email-form-fields-group .s-email-form-field input[type="text"], .s-section.s-bg-dark .s-signup-form .s-email-form-fields-group .s-email-form-field textarea { color: rgb(255, 255, 255); background: rgb(51, 51, 51); }

.s-page-product .s-section .s-component.s-text .s-component-content a { color: rgb(40, 176, 230); }

.s-page-product .s-section .s-component.s-text .s-component-content p { margin-bottom: 10px; }

@media only screen and (min-width: 728px) {
  .s-page-site-search { margin-top: 60px; }
}

.s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner .s-blog-title { font-size: 45px !important; }

@media only screen and (max-width: 727px) {
  .s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner .s-blog-title { font-size: 36px !important; }
}

.s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner.s-bg-light-text a, .s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner.s-bg-light-text p, .s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner .s-blog-title a, .s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner .s-blog-title p { color: rgb(255, 255, 255); }

.s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner.s-bg-dark-text a, .s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner.s-bg-dark-text p, .s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner.s-no-bg:not(.s-bg-light-text) a, .s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner.s-no-bg:not(.s-bg-light-text) p { color: rgb(22, 22, 22); }

.s-blog .s-blog-content.show-nav .s-blog-header .s-blog-tag { font-size: 14px; }

.s-blog .s-blog-content.show-nav .s-footer-logo-wrapper { width: 100%; }