@-webkit-keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__outerClosing {
  opacity: 0;
}

.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}
.ril__navButtons:hover {
  opacity: 1;
}
.ril__navButtons:active {
  opacity: 0.7;
}

.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==')
    no-repeat center;
}

.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+')
    no-repeat center;
}

.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  background-size: cover;
}

.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

.ril__toolbar {
  top: 0;
  height: 50px;
}

.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
          flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
}

.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ril__toolbarItemChild {
  vertical-align: middle;
}

.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}
.ril__builtinButton:hover {
  opacity: 1;
}
.ril__builtinButton:active {
  outline: none;
}

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}
.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

.ril__closeButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__zoomInButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+')
    no-repeat center;
}

.ril__zoomOutButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__outerAnimating {
  -webkit-animation-name: closeWindow;
     -moz-animation-name: closeWindow;
          animation-name: closeWindow;
}

@-webkit-keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

@-moz-keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

@keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  -webkit-animation: pointFade 800ms infinite ease-in-out both;
     -moz-animation: pointFade 800ms infinite ease-in-out both;
          animation: pointFade 800ms infinite ease-in-out both;
}
.ril__loadingCirclePoint:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
          transform: rotate(0deg);
}
.ril__loadingCirclePoint:nth-of-type(7) {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  -webkit-animation-delay: -800ms;
     -moz-animation-delay: -800ms;
          animation-delay: -800ms;
}
.ril__loadingCirclePoint:nth-of-type(2) {
  -webkit-transform: rotate(30deg);
     -moz-transform: rotate(30deg);
          transform: rotate(30deg);
}
.ril__loadingCirclePoint:nth-of-type(8) {
  -webkit-transform: rotate(210deg);
     -moz-transform: rotate(210deg);
          transform: rotate(210deg);
}
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  -webkit-animation-delay: -666ms;
     -moz-animation-delay: -666ms;
          animation-delay: -666ms;
}
.ril__loadingCirclePoint:nth-of-type(3) {
  -webkit-transform: rotate(60deg);
     -moz-transform: rotate(60deg);
          transform: rotate(60deg);
}
.ril__loadingCirclePoint:nth-of-type(9) {
  -webkit-transform: rotate(240deg);
     -moz-transform: rotate(240deg);
          transform: rotate(240deg);
}
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  -webkit-animation-delay: -533ms;
     -moz-animation-delay: -533ms;
          animation-delay: -533ms;
}
.ril__loadingCirclePoint:nth-of-type(4) {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ril__loadingCirclePoint:nth-of-type(10) {
  -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
          transform: rotate(270deg);
}
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  -webkit-animation-delay: -400ms;
     -moz-animation-delay: -400ms;
          animation-delay: -400ms;
}
.ril__loadingCirclePoint:nth-of-type(5) {
  -webkit-transform: rotate(120deg);
     -moz-transform: rotate(120deg);
          transform: rotate(120deg);
}
.ril__loadingCirclePoint:nth-of-type(11) {
  -webkit-transform: rotate(300deg);
     -moz-transform: rotate(300deg);
          transform: rotate(300deg);
}
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  -webkit-animation-delay: -266ms;
     -moz-animation-delay: -266ms;
          animation-delay: -266ms;
}
.ril__loadingCirclePoint:nth-of-type(6) {
  -webkit-transform: rotate(150deg);
     -moz-transform: rotate(150deg);
          transform: rotate(150deg);
}
.ril__loadingCirclePoint:nth-of-type(12) {
  -webkit-transform: rotate(330deg);
     -moz-transform: rotate(330deg);
          transform: rotate(330deg);
}
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  -webkit-animation-delay: -133ms;
     -moz-animation-delay: -133ms;
          animation-delay: -133ms;
}
.ril__loadingCirclePoint:nth-of-type(7) {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(13) {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
          transform: rotate(360deg);
}
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  -webkit-animation-delay: 0ms;
     -moz-animation-delay: 0ms;
          animation-delay: 0ms;
}

.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}

.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  color: #fff;
}
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}

.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

@font-face{font-family:"AvenirBlack";src:url("/assets/fonts/AvenirLTStd-Black.ttf");font-display:swap}@font-face{font-family:"AvenirBook";src:url("/assets/fonts/AvenirLTStd-Book.ttf");font-display:swap}@font-face{font-family:"AvenirHeavy";src:url("/assets/fonts/AvenirLTStd-Heavy.ttf");font-display:swap}@font-face{font-family:"AvenirRoman";src:url("/assets/fonts/AvenirLTStd-Roman.ttf");font-display:swap}.style_fontHeavy__IDGFx{font-family:AvenirHeavy,sans-serif}.style_fontBook__knNx8{font-family:AvenirBook,sans-serif}.style_buttonQuery__26wSi{margin:15px 30px 20px 30px}@media screen and (min-width: 500px){.style_buttonQuery__26wSi{margin:15px 30px}}.style_Select-placeholder__EmTfP{color:#a6a6a6 !important;margin-left:10px !important}.style_Select__2Yl2X.style_has-value__2WAVw.style_Select--single__tk3Ly>.style_Select-control__1CV0K .style_Select-value__1gwFt .style_Select-value-label__1TL2F{font-family:AvenirHeavy,sans-serif !important;color:#3d2289 !important;margin-left:10px !important}.style_select_home__2f4kY .style_Select-placeholder__EmTfP{color:#5f5f5e !important;font-family:AvenirBook,sans-serif !important}.style_select_home__2f4kY .style_Select-placeholder__EmTfP,.style_select_home__2f4kY .style_Select--single__tk3Ly>.style_Select-control__1CV0K .style_Select-value__1gwFt{color:#757575 !important;font-family:AvenirBook,sans-serif !important}.style_select_home__2f4kY .style_Select-placeholder__EmTfP,.style_select_home__2f4kY .style_Select--single__tk3Ly>.style_Select-control__1CV0K .style_Select-value__1gwFt{padding-left:0px !important;padding-right:0px !important}.style_select_home__2f4kY.style_Select__2Yl2X.style_has-value__2WAVw .style_Select-control__1CV0K .style_Select-value__1gwFt .style_Select-value-label__1TL2F{font-family:AvenirBook,sans-serif !important;color:#5f5f5e !important}.style_select_home__2f4kY.style_Select__2Yl2X.style_has-value__2WAVw .style_Select-control__1CV0K .style_Select-value__1gwFt{padding-left:0px !important;padding-right:0px !important}.style_anchor__3-ItO{display:block;position:relative;top:-70px;visibility:hidden}@media screen and (min-width: 700px){.style_anchor__3-ItO{top:-100px}}.style_notion-title__fVDtU{display:none !important}header.style_notion-page-header__1w368{display:none !important}.style_notion-th__2DogR{min-width:auto !important;white-space:normal !important}.style_notion-td__qyuJB{white-space:normal !important}.style_notion-page-offset__2tE5C{margin-top:0px !important}.style_notion-page__2UXAF{max-width:700px !important}.style_notion-image-inset__1UExl{border-radius:5px !important}.style_notion-table__1SHZW{margin-bottom:15px !important}.style_notion-text__3BAb5{padding:5px 2px !important}.style_container__21SVh{display:-webkit-flex;display:-moz-box;display:flex;grid-gap:5px;gap:5px;padding:20px 30px 0px 30px;width:-moz-calc(100% - 60px);width:calc(100% - 60px);-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.style_dot__Udj77{-webkit-flex:1 1;-moz-box-flex:1;flex:1 1;position:relative;height:4px;border-radius:50px;overflow:hidden}.style_dotAlternative__2uozC{max-width:20px !important}.style_filled__31jI_{background:#f16933;border:1px solid #f16933}.style_empty__1UX5d{background:transparent;border:1px solid #f169338c}.style_emptyAlternative__34pUh{-webkit-flex:none !important;-moz-box-flex:0 !important;flex:none !important;width:4px !important;background:transparent;border:1px solid #f16933}.style_active__12pUS{background:transparent;border:1px solid #f16933}.style_progress__3xHKH{position:absolute;top:0;left:0;height:100%;width:0;background:#f16933;-webkit-animation-name:style_fill__21YXq;-moz-animation-name:style_fill__21YXq;animation-name:style_fill__21YXq;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes style_fill__21YXq{to{width:100%}}@-moz-keyframes style_fill__21YXq{to{width:100%}}@keyframes style_fill__21YXq{to{width:100%}}
@font-face{font-family:"AvenirBlack";src:url("/assets/fonts/AvenirLTStd-Black.ttf");font-display:swap}@font-face{font-family:"AvenirBook";src:url("/assets/fonts/AvenirLTStd-Book.ttf");font-display:swap}@font-face{font-family:"AvenirHeavy";src:url("/assets/fonts/AvenirLTStd-Heavy.ttf");font-display:swap}@font-face{font-family:"AvenirRoman";src:url("/assets/fonts/AvenirLTStd-Roman.ttf");font-display:swap}.style_fontHeavy__1fVub{font-family:AvenirHeavy,sans-serif}.style_fontBook__3Y04-{font-family:AvenirBook,sans-serif}.style_buttonQuery__14PvI{margin:15px 30px 20px 30px}@media screen and (min-width: 500px){.style_buttonQuery__14PvI{margin:15px 30px}}.style_Select-placeholder__2gZPp{color:#a6a6a6 !important;margin-left:10px !important}.style_Select__1n5Z3.style_has-value__2z_M4.style_Select--single__1qUlB>.style_Select-control__2MjQH .style_Select-value__NDbb9 .style_Select-value-label__3_IvU{font-family:AvenirHeavy,sans-serif !important;color:#3d2289 !important;margin-left:10px !important}.style_select_home__uNUCJ .style_Select-placeholder__2gZPp{color:#5f5f5e !important;font-family:AvenirBook,sans-serif !important}.style_select_home__uNUCJ .style_Select-placeholder__2gZPp,.style_select_home__uNUCJ .style_Select--single__1qUlB>.style_Select-control__2MjQH .style_Select-value__NDbb9{color:#757575 !important;font-family:AvenirBook,sans-serif !important}.style_select_home__uNUCJ .style_Select-placeholder__2gZPp,.style_select_home__uNUCJ .style_Select--single__1qUlB>.style_Select-control__2MjQH .style_Select-value__NDbb9{padding-left:0px !important;padding-right:0px !important}.style_select_home__uNUCJ.style_Select__1n5Z3.style_has-value__2z_M4 .style_Select-control__2MjQH .style_Select-value__NDbb9 .style_Select-value-label__3_IvU{font-family:AvenirBook,sans-serif !important;color:#5f5f5e !important}.style_select_home__uNUCJ.style_Select__1n5Z3.style_has-value__2z_M4 .style_Select-control__2MjQH .style_Select-value__NDbb9{padding-left:0px !important;padding-right:0px !important}.style_anchor__OXcz-{display:block;position:relative;top:-70px;visibility:hidden}@media screen and (min-width: 700px){.style_anchor__OXcz-{top:-100px}}.style_notion-title__2_dyA{display:none !important}header.style_notion-page-header__HfHxZ{display:none !important}.style_notion-th__2r033{min-width:auto !important;white-space:normal !important}.style_notion-td__3fB2R{white-space:normal !important}.style_notion-page-offset__2o2Ur{margin-top:0px !important}.style_notion-page__1Eq3E{max-width:700px !important}.style_notion-image-inset__3HlVZ{border-radius:5px !important}.style_notion-table__3CcYM{margin-bottom:15px !important}.style_notion-text__VJsRp{padding:5px 2px !important}@font-face{font-family:"AvenirHeavy";src:url("/fonts/AvenirHeavy.woff2") format("woff2");font-display:swap}@font-face{font-family:"AvenirBook";src:url("/fonts/AvenirBook.woff2") format("woff2");font-display:swap}.style_container__2o0_i{font-family:AvenirBook,sans-serif;margin-top:10px;min-height:-moz-calc(100vh - 80px);min-height:calc(100vh - 80px);padding-top:70px;background-color:#fff;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;align-items:center}@media screen and (max-width: 500px){.style_container__2o0_i{margin-top:5px}}.style_contentContainer__16BVM{max-width:1200px;width:-moz-calc(100vw - 80px);width:calc(100vw - 80px);margin:0px auto}@media screen and (max-width: 800px){.style_contentContainer__16BVM{width:100vw}}.style_boldAndPrimary__2lDIS{font-family:AvenirHeavy,sans-serif;color:#f16933}.style_bold__2UKgL{font-family:AvenirHeavy,sans-serif}@media screen and (min-width: 800px){.style_hideDesktop__1O9mo{display:none !important}}@media screen and (max-width: 800px){.style_hideMobile__Dok_D{display:none !important}}.style_thumbCarousel__3udjl{width:100%;overflow:hidden}@media screen and (max-width: 800px){.style_thumbCarousel__3udjl{margin-top:-300px;padding-bottom:60px}}.style_thumbCarousel__3udjl .alice-carousel__stage{display:-webkit-flex !important;display:-moz-box !important;display:flex !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;justify-content:flex-start !important;grid-gap:10px !important;gap:10px !important;padding:0 !important;margin-top:10px}.style_thumbCarousel__3udjl .alice-carousel__stage-item{margin:0 !important;padding:0 !important;-webkit-flex:none !important;-moz-box-flex:0 !important;flex:none !important}.style_thumbnail__1gAu_{cursor:pointer;overflow:hidden;border:2px solid transparent;border-radius:5px;width:166px;height:100px;opacity:.6}@media screen and (max-width: 800px){.style_thumbnail__1gAu_{width:100px;height:60px;opacity:1;-webkit-filter:brightness(0.8);filter:brightness(0.8)}}.style_thumbnail__1gAu_ img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.style_thumbnail__1gAu_:hover{opacity:.9}.style_activeThumb__1YSlQ{border-color:#f16933;opacity:1 !important;-webkit-filter:brightness(1) !important;filter:brightness(1) !important}.style_fade-enter__t9xTD{opacity:0}.style_fade-enter-active__2umP0{opacity:1;-moz-transition:opacity 600ms ease-in-out;transition:opacity 600ms ease-in-out}.style_fade-exit__1tQ9e{opacity:1}.style_fade-exit-active__1EbcN{opacity:0;-moz-transition:opacity 600ms ease-in-out;transition:opacity 600ms ease-in-out}.style_mainImageContainerUp__kBHXC{position:relative;-webkit-transform:scaleY(-1);-moz-transform:scaleY(-1);transform:scaleY(-1);width:100%;height:600px;overflow:hidden;border-radius:5px;display:none}@media screen and (max-width: 800px){.style_mainImageContainerUp__kBHXC{height:350px;border-radius:0px;display:inherit;margin-top:-230px}}.style_mainImageContainerUp__kBHXC .style_cover__1UOZU{width:100%;height:100%;position:relative;z-index:1;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.style_mainImageContainerDown__RIvzg{position:relative;-webkit-transform:scaleY(-1);-moz-transform:scaleY(-1);transform:scaleY(-1);width:100%;height:600px;overflow:hidden;border-radius:5px;display:none}@media screen and (max-width: 800px){.style_mainImageContainerDown__RIvzg{overflow:visible;height:350px;border-radius:0px;display:inherit;margin-top:-1px}}.style_mainImageContainerDown__RIvzg .style_cover__1UOZU{-webkit-transform:scaleY(-1);-moz-transform:scaleY(-1);transform:scaleY(-1);width:100%;height:100%;margin-top:60px;position:absolute;z-index:1;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);background-image:-moz-linear-gradient(top, transparent 0%, #000000d1 30%, #000000d1 100%);background-image:linear-gradient(180deg, transparent 0%, #000000d1 30%, #000000d1 100%)}.style_mainImageContainer__3el5A{position:relative;width:100%;height:600px;overflow:hidden;border-radius:5px}@media screen and (max-width: 800px){.style_mainImageContainer__3el5A{overflow:visible;border-radius:0px;height:350px;margin-top:-1px}}.style_mainImageContainer__3el5A button{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);background:rgba(0,0,0,.3);border:none;color:#fff;font-size:2rem;width:2.5rem;height:2.5rem;cursor:pointer;z-index:10}@media screen and (max-width: 800px){.style_mainImageContainer__3el5A button{top:-moz-calc(50% + 130px);top:calc(50% + 130px)}}.style_mainImageContainer__3el5A .style_cover__1UOZU{width:100%;height:100%;background-image:-moz-linear-gradient(295deg, #000000a9 0%, #00000079 20%, transparent 35%, transparent 100%);background-image:linear-gradient(155deg, #000000a9 0%, #00000079 20%, transparent 35%, transparent 100%);position:relative;z-index:5}@media screen and (max-width: 800px){.style_mainImageContainer__3el5A .style_cover__1UOZU{position:absolute;margin-top:-130px;background-image:-moz-linear-gradient(275deg, #000000e8 0%, #000000d6 30%, transparent 55%, transparent 100%);background-image:linear-gradient(175deg, #000000e8 0%, #000000d6 30%, transparent 55%, transparent 100%)}}.style_mainImageContainer__3el5A .style_logoAndName__3Waac{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:40px 0px 0px 60px}@media screen and (max-width: 800px){.style_mainImageContainer__3el5A .style_logoAndName__3Waac{padding:20px 0px 0px 30px}}.style_mainImageContainer__3el5A .style_automakerLogo__1boEn{margin-right:10px;-webkit-filter:brightness(0.2) invert(1);filter:brightness(0.2) invert(1)}@media screen and (max-width: 800px){.style_mainImageContainer__3el5A .style_automakerLogo__1boEn{width:30px}}.style_mainImageContainer__3el5A .style_automakerName__Rvl8h{color:#d7d7d7;font-size:28px}@media screen and (max-width: 800px){.style_mainImageContainer__3el5A .style_automakerName__Rvl8h{font-size:20px}}.style_mainImageContainer__3el5A .style_modelName__OHJQR{font-family:AvenirHeavy,sans-serif;color:#fff;font-size:32px}@media screen and (max-width: 800px){.style_mainImageContainer__3el5A .style_modelName__OHJQR{font-size:28px;margin-top:-10px}}.style_mainImageContainer__3el5A .style_arrow__1SwAZ{display:-webkit-flex;display:-moz-box;display:flex;border-radius:50px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#ffffff20;box-shadow:3px 3px 5px #00000020;border:1px solid #fff;color:#fff;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.style_mainImageContainer__3el5A .style_prevArrow__2i6P0{left:60px}@media screen and (max-width: 800px){.style_mainImageContainer__3el5A .style_prevArrow__2i6P0{left:10px}}.style_mainImageContainer__3el5A .style_nextArrow___3xy6{right:60px}@media screen and (max-width: 800px){.style_mainImageContainer__3el5A .style_nextArrow___3xy6{right:10px}}.style_costBenefit__1QTVf{display:-webkit-flex;display:-moz-box;display:flex;color:#d7d7d7;font-size:18px;padding-left:60px;-webkit-align-items:center;-moz-box-align:center;align-items:center}@media screen and (max-width: 800px){.style_costBenefit__1QTVf{padding-left:30px}}.style_resumeBlock__3ETEp{font-size:16px;width:-moz-calc(100% - 20px);width:calc(100% - 20px);padding:100px 10px 100px 10px;display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:#fff;z-index:5;position:relative}.style_resumeBlock__3ETEp .style_subTitle__2Zu3F{font-family:AvenirHeavy,sans-serif;margin-left:5px}.style_resumeBlock__3ETEp .style_text__2o13O{color:#404040;margin-left:5px}@media screen and (max-width: 800px){.style_resumeBlock__3ETEp{-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse;width:-moz-calc(100% - 40px);width:calc(100% - 40px);padding:0px 20px 70px 20px}}.style_title__1rjlv{background-color:#f6edfc;color:#9e45d9;border-radius:50px;padding:5px 15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:AvenirHeavy,sans-serif;margin-bottom:25px;font-size:18px}@media screen and (max-width: 800px){.style_title__1rjlv{font-size:16px}}.style_clientsTitleContainer__-Hlct{display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;width:85%;margin:auto}@media screen and (max-width: 800px){.style_clientsTitleContainer__-Hlct{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:90%}}.style_newContentBlock__1JyQr{width:100%;margin-bottom:100px}@media screen and (max-width: 800px){.style_newContentBlock__1JyQr{margin-bottom:80px}}.style_positiveNav__1z-ln{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;margin-top:1rem}.style_positiveNav__1z-ln .style_navArrow__4aXt-{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;border-radius:50px;width:2.5rem;height:2.5rem;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#fff;box-shadow:3px 3px 5px #00000020;border:1px solid #f16933;color:#f16933;cursor:pointer;margin:0px 10px;font-family:AvenirHeavy,sans-serif}.style_positiveNav__1z-ln .style_navArrowRight__PrL8e{background:#f16933 !important;color:#fff !important}.style_positiveNav__1z-ln .style_counter__Kj4_g{font-size:.9rem;color:#666}.style_positiveImageBorder__3w5ad{border:1px solid transparent;background-image:-moz-linear-gradient(#fff, #fff),-moz-linear-gradient(65deg, #9e45d9 0%, #9e45d9 25%, transparent 40%, transparent 100%);background-image:linear-gradient(#fff, #fff),linear-gradient(25deg, #9e45d9 0%, #9e45d9 25%, transparent 40%, transparent 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;margin-top:20px;padding:10px;border-radius:10px;width:100%}@media screen and (max-width: 800px){.style_positiveImageBorder__3w5ad{padding:0px;background-image:none;border:none;box-shadow:3px 3px 5px #00000020}}.style_positiveImage__2OHhs{position:relative;width:100%;height:250px;overflow:hidden;border-radius:10px}.style_versionImageBackground__2vuCO{bottom:0px;height:32%;width:100%;position:absolute;background-image:-moz-radial-gradient(circle, #dddddd 2px, transparent 3px);background-image:radial-gradient(circle, #dddddd 2px, transparent 3px);background-size:10px 10px;background-position:left bottom}.style_coverImageBackground__2tORh{height:100%;width:100%;background-image:-moz-linear-gradient(right, #ffffff 0%, #ffffff 15%, transparent 45%, transparent 100%);background-image:linear-gradient(270deg, #ffffff 0%, #ffffff 15%, transparent 45%, transparent 100%);position:absolute}.style_coverImageBackgroundCompetitor__1gCR9{height:100%;width:100%;background-image:-moz-linear-gradient(right, #f7f4f2 0%, #f7f4f2 15%, transparent 45%, transparent 100%);background-image:linear-gradient(270deg, #f7f4f2 0%, #f7f4f2 15%, transparent 45%, transparent 100%);position:absolute}.style_mobileBuiltYour__23ka5{border:1px solid #9e45d9;left:10px;width:-moz-calc(100vw - 100px);width:calc(100vw - 100px);min-height:50px;position:fixed;bottom:10px;z-index:10;border-radius:10px;background:#ffffffa3;color:#9e45d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:3px 3px 10px #00000017;display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;opacity:0;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);transform:translateY(10px);transition:opacity .5s ease-out,-webkit-transform .5s ease-out;-moz-transition:opacity .5s ease-out,transform .5s ease-out,-moz-transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out,-webkit-transform .5s ease-out,-moz-transform .5s ease-out}.style_mobileBuiltYour__23ka5.style_visible__6kikA{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}@media screen and (min-width: 800px){.style_mobileBuiltYour__23ka5{display:none}}.style_configureCarBlock__1wfiO{width:35%;height:90vh;max-height:700px;border-radius:25px;position:-webkit-sticky;position:sticky;top:40px;-webkit-align-self:start;align-self:start;margin-right:40px;background-image:-moz-radial-gradient(circle, #dddddd 2px, transparent 3px);background-image:radial-gradient(circle, #dddddd 2px, transparent 3px);background-size:10px 10px;background-position:right bottom}@media screen and (max-width: 800px){.style_configureCarBlock__1wfiO{width:100%;position:relative;margin-top:-30px;background-image:none;border-radius:10px;top:0px;margin-right:0px;height:auto}}.style_configureCarBlock__1wfiO .style_cover__1UOZU{height:100%;width:100%;background-image:-moz-linear-gradient(330deg, #ffffff 0%, #ffffff 25%, #ffffff 60%, transparent);background-image:linear-gradient(120deg, #ffffff 0%, #ffffff 25%, #ffffff 60%, transparent);position:absolute}@media screen and (max-width: 800px){.style_configureCarBlock__1wfiO .style_cover__1UOZU{background-image:none}}.style_configureCarBox__xztik{width:-moz-calc(100% - 90px);width:calc(100% - 90px);height:-moz-calc(100% - 80px);height:calc(100% - 80px);border-radius:10px;box-shadow:3px 3px 15px #00000020;background:#fff;position:absolute;z-index:1;padding:20px 30px 30px 30px}@media screen and (max-width: 800px){.style_configureCarBox__xztik{padding:20px 20px 30px 20px;width:-moz-calc(100% - 40px);width:calc(100% - 40px);height:auto;position:relative}}.style_configureCarBox__xztik .style_selectionBox__2eJNY{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;border-radius:10px;border:1px solid #f2f2f2;box-shadow:3px 3px 5px #00000020;padding:15px 10px 15px 20px;margin:10px auto;background-color:#fff;cursor:pointer}@media screen and (max-width: 800px){.style_configureCarBox__xztik .style_selectionBox__2eJNY{display:none}}.style_configureCarBox__xztik .style_selectionMobile__33-aC{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;border-radius:10px;border:1px solid #f2f2f2;box-shadow:3px 3px 5px #00000020;padding:15px 10px 15px 20px;margin:10px auto;background-color:#fff;cursor:pointer}@media screen and (min-width: 800px){.style_configureCarBox__xztik .style_selectionMobile__33-aC{display:none}}.style_configureCarBox__xztik .style_selectionMarkContainer__8l_tP{-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;margin-right:10px;width:30px;height:30px;border-radius:50px}.style_configureCarBox__xztik .style_selectionMark__2G-mn{width:70%;height:70%;border-radius:50px}.style_configureCarBox__xztik .style_boxButtonContainer__vKzUR{position:absolute;bottom:0;left:0;right:0;border-radius:50px;padding:10px 30px;display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-align-items:end;-moz-box-align:end;align-items:end;z-index:10;width:-moz-calc(100% - 60px);width:calc(100% - 60px);background-image:-moz-linear-gradient(top, transparent 0%, #ffffff 30%, #ffffff 100%);background-image:linear-gradient(180deg, transparent 0%, #ffffff 30%, #ffffff 100%);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media screen and (max-width: 800px){.style_configureCarBox__xztik .style_boxButtonContainer__vKzUR{position:relative;padding:0px;width:100%;z-index:0}}.style_configureCarBox__xztik .style_boxButton__2ztG7{background:#9e45d9;border-radius:50px;padding:10px 50px;color:#fff;font-family:AvenirHeavy,sans-serif;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:30px;width:100%;text-align:center;box-shadow:3px 3px 10px #00000040;font-size:18px;cursor:pointer}@media screen and (max-width: 800px){.style_configureCarBox__xztik .style_boxButton__2ztG7{margin:35px 0px 0px 0px}}.style_configureVersionImage__19_8O{position:relative;width:100%;max-height:175px;-webkit-flex-shrink:0;flex-shrink:0;height:35%;overflow:hidden;border-radius:10px;margin-bottom:30px}@media screen and (max-width: 650px){.style_configureVersionImage__19_8O{height:150px}}.style_versionsBoxBlock__uOMGl{overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;height:100%;padding-right:5px;-webkit-mask-image:linear-gradient(to top, transparent 0%, black 20%, black 100%);mask-image:linear-gradient(to top, transparent 0%, black 20%, black 100%)}.style_versionsBoxBlock__uOMGl::-webkit-scrollbar{display:none}@media screen and (max-width: 800px){.style_versionsBoxBlock__uOMGl{overflow-y:visible}}.style_positiveAndNegativeBlock__3acxb{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:45%}@media screen and (max-width: 800px){.style_positiveAndNegativeBlock__3acxb{width:100%;margin-top:80px}}.style_positiveAndNegativeBlockInactive__3JLNo{width:100% !important}.style_comparisonContainer__bOzpl{position:relative;width:-moz-calc(100% - 40px);width:calc(100% - 40px);overflow:hidden;border-radius:10px;background-color:#f7f4f2;padding:30px 20px}@media screen and (max-width: 800px){.style_comparisonContainer__bOzpl{padding:30px 15px;width:-moz-calc(100% - 30px);width:calc(100% - 30px)}}.style_comparisonBorder__33Gbm{transition:-webkit-transform 200ms ease-in-out;-moz-transition:transform 200ms ease-in-out, -moz-transform 200ms ease-in-out;transition:transform 200ms ease-in-out;transition:transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out, -moz-transform 200ms ease-in-out;-webkit-transform-origin:center center;-moz-transform-origin:center center;transform-origin:center center;border:1px solid transparent;background-image:-moz-linear-gradient(#fff, #fff),-moz-linear-gradient(120deg, #f16933 0%, #f16933 25%, transparent 40%, transparent 100%);background-image:linear-gradient(#fff, #fff),linear-gradient(330deg, #f16933 0%, #f16933 25%, transparent 40%, transparent 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;margin-top:20px;padding:10px;border-radius:10px;width:100%}.style_comparisonBorder__33Gbm:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);transform:scale(1.05)}@media screen and (max-width: 800px){.style_comparisonBorder__33Gbm{padding:0px;background-image:none;border:none;box-shadow:3px 3px 5px #00000020}}.style_comparisonTitle__2vhnA{font-family:AvenirHeavy,sans-serif;font-size:18px;margin-bottom:50px;margin-left:10px}@media screen and (max-width: 800px){.style_comparisonTitle__2vhnA{margin-left:20px}}.style_comparisonGraphContainer__ag3GK{display:-webkit-flex;display:-moz-box;display:flex;width:100%;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.style_comparisonBar__198WA{background-image:-moz-linear-gradient(right, transparent 0%, #f16933 15%, #f16933 85%, transparent);background-image:linear-gradient(270deg, transparent 0%, #f16933 15%, #f16933 85%, transparent);width:-moz-calc(80% - 30px);width:calc(80% - 30px);height:5px;margin:0px 15px}.style_comparisonBarMarkerContainer__1gE3F{position:relative;margin-top:-45px}.style_comparisonBarMarker__3MxsF{background:#f16933;width:15px;height:15px;border-radius:50px;border:4px solid #ffbfa5}.style_comparisonModelValue__3N0Gg{background:#fff;color:#9e45d9;box-shadow:3px 3px 5px #00000040;border-radius:50px;font-family:AvenirHeavy,sans-serif;font-size:16px;padding:5px 10px;margin-bottom:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;white-space:nowrap}.style_comparisonBarCompetitor__3aiqN{width:20%}.style_comparisonDetailButton__2DJsx{margin-top:20px;cursor:pointer;margin-left:20px;color:#838383}.style_comparisonTable__eN11k{margin-top:5px;margin-left:10px;overflow:hidden;max-height:0;opacity:0;-moz-transition:max-height 500ms ease-in-out,opacity 500ms ease-in-out;transition:max-height 500ms ease-in-out,opacity 500ms ease-in-out}.style_open__3o6jv{max-height:240px;opacity:1;padding-bottom:50px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-mask-image:linear-gradient(to top, transparent 0%, black 10%, black 100%);mask-image:linear-gradient(to top, transparent 0%, black 10%, black 100%)}.style_open__3o6jv::-webkit-scrollbar{display:none}.style_comparisonCompetitorValues__1RTWc{display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;align-items:center;width:-moz-calc(100% - 35px);width:calc(100% - 35px);padding:6px 10px;margin:0px auto 0px 0px;border-radius:5px}.style_versionsSection__2HZeK{width:-moz-calc(100% - 20px);width:calc(100% - 20px);background-color:#f7f4f2;padding:100px 0px 100px 20px}@media screen and (max-width: 800px){.style_versionsSection__2HZeK{width:-moz-calc(100% - 20px);width:calc(100% - 20px);padding:70px 0px 70px 20px}}.style_versionsBoxSection__3byyw{min-height:600px;height:auto;display:-webkit-flex;display:-moz-box;display:flex;max-width:-moz-calc(100% - 200px);max-width:calc(100% - 200px);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto;padding:15px 100px;-webkit-mask-image:linear-gradient(to left, transparent 0%, black 10%, black 100%);mask-image:linear-gradient(to left, transparent 0%, black 10%, black 100%)}.style_versionsBoxSection__3byyw::-webkit-scrollbar{display:none}@media screen and (max-width: 800px){.style_versionsBoxSection__3byyw{padding:15px 0px;max-width:100%;mask-image:none;-webkit-mask-image:none}}.style_virgolaBannerSection__1VtQc{background-image:-moz-linear-gradient(top, #f7f4f2 0%, #f7f4f2 49%, #ffffff 50%, #ffffff 100%);background-image:linear-gradient(180deg, #f7f4f2 0%, #f7f4f2 49%, #ffffff 50%, #ffffff 100%);width:-moz-calc(100% - 20px);width:calc(100% - 20px);padding:0px 10px}@media screen and (max-width: 800px){.style_virgolaBannerSection__1VtQc{width:-moz-calc(100% - 20px);width:calc(100% - 20px)}}.style_virgolaBanner__YkLpi{background:#fff;width:80%;margin:auto;height:400px;border-radius:10px;box-shadow:3px 3px 15px #00000040;position:relative;overflow:hidden;transition:-webkit-transform 200ms ease-in-out;-moz-transition:transform 200ms ease-in-out, -moz-transform 200ms ease-in-out;transition:transform 200ms ease-in-out;transition:transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out, -moz-transform 200ms ease-in-out;-webkit-transform-origin:center center;-moz-transform-origin:center center;transform-origin:center center}.style_virgolaBanner__YkLpi:hover{-webkit-transform:scale(1.03);-moz-transform:scale(1.03);transform:scale(1.03)}@media screen and (max-width: 800px){.style_virgolaBanner__YkLpi{width:100%;height:260px}}.style_bannerCover__2PPAw{position:relative;z-index:1;width:100%;height:100%;background-image:-moz-linear-gradient(left, #000000b8 0%, #0000003b 50%, transparent 70%, transparent 100%);background-image:linear-gradient(90deg, #000000b8 0%, #0000003b 50%, transparent 70%, transparent 100%)}.style_bannerContent__16Pxg{-moz-transition:padding-top .2s ease-out;transition:padding-top .2s ease-out;color:#fff;font-family:AvenirHeavy,sans-serif;height:100%;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;margin-left:50px}@media screen and (max-width: 800px){.style_bannerContent__16Pxg{margin-left:0px;padding:30px 0px 30px 25px;height:auto}}.style_bannerTitle__3OOZE{font-family:AvenirHeavy,sans-serif;font-size:26px;color:#fff;margin-top:5px}@media screen and (max-width: 800px){.style_bannerTitle__3OOZE{font-size:20px;margin-bottom:-10px}}.style_bannerBullet__2Rlb0{background:#f16933;outline:5px solid #f169337d;width:35px;height:35px;border-radius:50px;margin-right:15px;background-position:center;background-repeat:no-repeat}@media screen and (max-width: 800px){.style_bannerBullet__2Rlb0{outline:none;width:25px;height:25px}}.style_bannerBulletContent__1JQnK{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;font-size:16px}@media screen and (max-width: 800px){.style_bannerBulletContent__1JQnK{background:#ffffff14;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-right:17px;border-radius:50px;padding-top:6px;padding-bottom:6px;padding-left:6px}}.style_competitorsSection__2QUaB{width:-moz-calc(100% - 20px);width:calc(100% - 20px);background-color:#fff;padding:100px 0px 100px 20px}@media screen and (max-width: 800px){.style_competitorsSection__2QUaB{width:-moz-calc(100% - 20px);width:calc(100% - 20px);padding:70px 0px 70px 20px}}.style_clientsSection__12Qei{width:-moz-calc(100% - 20px);width:calc(100% - 20px);background-color:#f7f4f2;padding:100px 10px}@media screen and (max-width: 800px){.style_clientsSection__12Qei{width:-moz-calc(100% - 40px);width:calc(100% - 40px);padding:70px 20px 70px 20px}}.style_clientsBoxBlock__2oCuC{width:90%;height:400px;border-radius:25px;position:relative;margin:auto;-webkit-align-self:start;align-self:start;margin-right:40px;background-image:-moz-radial-gradient(circle, #dddddd 2px, transparent 3px);background-image:radial-gradient(circle, #dddddd 2px, transparent 3px);background-size:10px 10px;background-position:right bottom}@media screen and (max-width: 800px){.style_clientsBoxBlock__2oCuC{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:30px;margin-right:auto;width:-moz-calc(100%);width:calc(100%)}}.style_clientsBoxBlock__2oCuC .style_cover__1UOZU{height:100%;width:100%;background-image:-moz-linear-gradient(290deg, #f7f4f2 0%, #f7f4f2 25%, #f7f4f2 60%, transparent);background-image:linear-gradient(160deg, #f7f4f2 0%, #f7f4f2 25%, #f7f4f2 60%, transparent);position:absolute}.style_blogSection__dmLeA{width:-moz-calc(100% - 20px);width:calc(100% - 20px);padding:100px 10px}@media screen and (max-width: 800px){.style_blogSection__dmLeA{width:-moz-calc(100% - 20px);width:calc(100% - 20px);padding:70px 0px 70px 20px}}.style_estrela_detalhe__1UTIa{width:18px;height:18px}@media screen and (min-width: 500px){.style_estrela_detalhe__1UTIa{width:2.5vw;height:2.5vw}}@media screen and (min-width: 500px)and (min-width: 1000px){.style_estrela_detalhe__1UTIa{width:22px;height:22px}}.style_contentBody__egogs{height:450px;overflow-y:hidden;padding:0px 40px;max-width:1000px;margin-left:auto;margin-right:auto;line-height:25px}@media screen and (min-width: 800px){.style_contentBody__egogs{font-size:16px}}.style_contentBody__egogs p{margin:0px;color:#404040}@media screen and (min-width: 1000px){.style_contentBody__egogs p{padding-left:10px}}.style_contentBody__egogs h1,.style_contentBody__egogs h2,.style_contentBody__egogs h3{font-family:AvenirHeavy,sans-serif;color:#f16933}.style_blogFade__1Tg9b{-webkit-mask-image:linear-gradient(to top, transparent 0%, black 30%, black 100%);mask-image:linear-gradient(to top, transparent 0%, black 30%, black 100%)}.style_blogExpandButton__2bqUy{font-family:AvenirHeavy,sans-serif;margin:20px auto;border-radius:50px;padding:8px 80px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;background:#eaeaea;box-shadow:3px 3px 15px #00000020;color:#949494;border:1px solid #949494}.style_imageBlog__287qN{object-fit:cover !important;width:100% !important;max-width:600px !important;border-radius:5px !important;border:1px solid #f16933 !important}.style_imageBlogContainer__1P5P3{box-shadow:3px 3px 3px #00000040;border-radius:5px;max-width:600px;max-height:350px;line-height:0px;margin-bottom:3px}.style_fullContentBody__2pJZM{height:auto;margin-bottom:60px}@media screen and (min-width: 1000px){.style_fullContentBody__2pJZM{margin-bottom:70px}}.style_animate__2G4Th{opacity:0;-webkit-transform:translateY(30px);-moz-transform:translateY(30px);transform:translateY(30px);transition:opacity .25s ease-out,-webkit-transform .25s ease-out;-moz-transition:opacity .25s ease-out,transform .25s ease-out,-moz-transform .25s ease-out;transition:opacity .25s ease-out,transform .25s ease-out;transition:opacity .25s ease-out,transform .25s ease-out,-webkit-transform .25s ease-out,-moz-transform .25s ease-out;-moz-transition-delay:var(--delay, 0.25s);transition-delay:var(--delay, 0.25s)}.style_animateLeft__3WmHM{opacity:0;-webkit-transform:translateX(-30px);-moz-transform:translateX(-30px);transform:translateX(-30px);transition:opacity .25s ease-out,-webkit-transform .25s ease-out;-moz-transition:opacity .25s ease-out,transform .25s ease-out,-moz-transform .25s ease-out;transition:opacity .25s ease-out,transform .25s ease-out;transition:opacity .25s ease-out,transform .25s ease-out,-webkit-transform .25s ease-out,-moz-transform .25s ease-out;-moz-transition-delay:var(--delay, 0.25s);transition-delay:var(--delay, 0.25s)}.style_animateRight__3fPYd{opacity:0;-webkit-transform:translateX(30px);-moz-transform:translateX(30px);transform:translateX(30px);transition:opacity .25s ease-out,-webkit-transform .25s ease-out;-moz-transition:opacity .25s ease-out,transform .25s ease-out,-moz-transform .25s ease-out;transition:opacity .25s ease-out,transform .25s ease-out;transition:opacity .25s ease-out,transform .25s ease-out,-webkit-transform .25s ease-out,-moz-transform .25s ease-out;-moz-transition-delay:var(--delay, 0.25s);transition-delay:var(--delay, 0.25s)}.style_visible__6kikA{opacity:1;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);transform:translate(0, 0)}.style_hideAll__7nHVp{display:none !important}.style_cropper__2L3VX{display:none;position:relative;width:100%;height:121px;overflow:hidden}@media screen and (max-width: 650px){.style_cropper__2L3VX{display:inherit}}
