@charset "UTF-8";
@font-face {
    font-family: "BigShoulders-thin";
    src: url("../fonts/webfonts/BigShoulders/BigShouldersText-Thin.woff2") format("woff2"), url("../fonts/webfonts/BigShoulders/BigShouldersText-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BigShoulders-regular";
    src: url("../fonts/webfonts/BigShoulders/BigShouldersText-Regular.woff2") format("woff2"), url("../fonts/webfonts/BigShoulders/BigShouldersText-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BigShoulders-medium";
    src: url("../fonts/webfonts/BigShoulders/BigShouldersText-Medium.woff2") format("woff2"), url("../fonts/webfonts/BigShoulders/BigShouldersText-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BigShoulders-semibold";
    src: url("../fonts/webfonts/BigShoulders/BigShouldersText-SemiBold.woff2") format("woff2"), url("../fonts/webfonts/BigShoulders/BigShouldersText-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BigShoulders-bold";
    src: url("../fonts/webfonts/BigShoulders/BigShouldersText-Bold.woff2") format("woff2"), url("../fonts/webfonts/BigShoulders/BigShouldersText-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BigShoulders-extrabold";
    src: url("../fonts/webfonts/BigShoulders/BigShouldersText-ExtraBold.woff2") format("woff2"), url("../fonts/webfonts/BigShoulders/BigShouldersText-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sora-Regular";
    src: url("../fonts/webfonts/Sora/Sora-Regular.woff2") format("woff2"), url("../fonts/webfonts/Sora/Sora-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sora-bold";
    src: url("../fonts/webfonts/Sora/Sora-Bold.woff2") format("woff2"), url("../fonts/webfonts/Sora/Sora-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sora-extralight";
    src: url("../fonts/webfonts/Sora/Sora-ExtraLight.woff2") format("woff2"), url("../fonts/webfonts/Sora/Sora-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

.nbrcvck {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.body-test main,
.body-test header,
.body-test footer {
  opacity: 0.4 !important;
}

.body-test .img-test {
  display: block;
}

.img-test {
  display: none;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/* Animate helpers */
@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.content-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.loading-spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-animation-name: rotate-forever;
          animation-name: rotate-forever;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: 5px solid #ec1c24;
  border-right-color: transparent;
  border-radius: 50%;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
  }
}

/* Typography */
.t2nsttyt25 p,
.t2nsttyt25 li,
.t2nsttyt25 td,
.t2nsttyt25 th {
  line-height: 1.5em;
}

.t2nsttyt25 p,
.t2nsttyt25 ul,
.t2nsttyt25 ol,
.t2nsttyt25 h1,
.t2nsttyt25 h2,
.t2nsttyt25 h3,
.t2nsttyt25 h4,
.t2nsttyt25 h5,
.t2nsttyt25 h6,
.t2nsttyt25 table,
.t2nsttyt25 fieldset,
.t2nsttyt25 blockquote,
.t2nsttyt25 iframe {
  margin-bottom: 1em;
}

.t2nsttyt25 h1 {
  display: block;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #ec1c24;
  font-size: 36px;
  font-size: 2.25rem;
}

@media (min-width: 576px) {
  .t2nsttyt25 h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (min-width: 771px) {
  .t2nsttyt25 h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (min-width: 992px) {
  .t2nsttyt25 h1 {
    font-size: 72px;
    font-size: 4.5rem;
  }
}

.t2nsttyt25 h2 {
  display: block;
  margin-top: 2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #000000;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (min-width: 576px) {
  .t2nsttyt25 h2 {
    color: #ec1c24;
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media (min-width: 771px) {
  .t2nsttyt25 h2 {
    margin-top: 0;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.t2nsttyt25 h3 {
  display: block;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 576px) {
  .t2nsttyt25 h3 {
    color: #ec1c24;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 771px) {
  .t2nsttyt25 h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.t2nsttyt25 h4 {
  display: block;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .t2nsttyt25 h4 {
    color: #ec1c24;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 771px) {
  .t2nsttyt25 h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.t2nsttyt25 h5 {
  display: block;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #000000;
  font-size: 17px;
  font-size: 1.0625rem;
}

.t2nsttyt25 h6 {
  display: block;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 700;
  color: #ec1c24;
  font-size: 18px;
  font-size: 1.125rem;
}

.t2nsttyt25 a {
  text-decoration: underline;
  color: #ec1c24;
  font-weight: 700;
}

.t2nsttyt25 a:hover {
  color: #ec1c24;
  text-decoration: underline;
}

.t2nsttyt25 p {
  display: block;
  margin-top: 0;
  margin-bottom: 1.2rem;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 32px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .t2nsttyt25 p {
    line-height: 40px;
    margin-bottom: 1.8rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.t2nsttyt25 .n57fh2qovt {
  color: #525252;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 28px;
}

@media (min-width: 771px) {
  .t2nsttyt25 .n57fh2qovt {
    line-height: 40px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.t2nsttyt25 strong {
  font-weight: 700;
  color: #ec1c24;
}

.t2nsttyt25 img {
  max-width: 100%;
  margin-bottom: 2em;
}

.t2nsttyt25 ul,
.t2nsttyt25 ol {
  margin-bottom: 40px;
  padding-left: 0;
  list-style: none;
}

.t2nsttyt25 ul li,
.t2nsttyt25 ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 32px;
}

@media (min-width: 771px) {
  .t2nsttyt25 ul li,
  .t2nsttyt25 ol li {
    line-height: 36px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 576px) {
  .t2nsttyt25 ul.list-2,
  .t2nsttyt25 ol.list-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.t2nsttyt25 ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 3px;
  display: block;
  width: 6px;
  height: 6px;
  color: #000000;
  border-radius: 100%;
  background-color: #000000;
}

@media (min-width: 771px) {
  .t2nsttyt25 ul li:before {
    top: 15px;
  }
}

.t2nsttyt25 ul.list-red li:before {
  background-color: #ec1c24;
}

.t2nsttyt25 ol {
  list-style-position: inside;
  counter-reset: item;
}

.t2nsttyt25 ol li:before {
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  line-height: 1.4;
  content: counter(item) ".";
  counter-increment: item;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .t2nsttyt25 ol li:before {
    top: 8px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.t2nsttyt25 figure {
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 5;
}

.t2nsttyt25 figure img {
  width: 100%;
  margin: 0;
}

.t2nsttyt25 figcaption {
  margin-top: 10px;
  text-align: center;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}

.main-content--dashboard .t2nsttyt25 p {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .main-content--dashboard .t2nsttyt25 p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.main-content--dashboard .t2nsttyt25 .n57fh2qovt {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 771px) {
  .main-content--dashboard .t2nsttyt25 .n57fh2qovt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.info-block {
  position: relative;
  margin-bottom: 3rem;
}

.info-block:after {
  content: "!";
  position: absolute;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: white;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  border-radius: 100px;
  background-color: #ec1c24;
  z-index: 2;
}

.info-list-block {
  margin-bottom: 3rem;
}

.info-list-block p {
  margin-bottom: 0;
}

.info-list-item {
  margin-bottom: 1.2rem;
}

@media (min-width: 576px) {
  .info-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.4rem;
  }
}

.info-list-left {
  margin-bottom: 0.1rem;
}

@media (min-width: 576px) {
  .info-list-left {
    width: 230px;
    max-width: 230px;
  }
}

@media (max-width: 575px) {
  .info-list-left p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.info-list-right {
  margin-bottom: 0.4rem;
}

@media (min-width: 576px) {
  .info-list-right {
    padding-left: 2rem;
    width: calc(100% - 230px);
    max-width: calc(100% - 230px);
  }
}

@media (min-width: 992px) {
  .info-list-right {
    padding-left: 6rem;
  }
}

.info-list-right p {
  color: #ec1c24;
  font-weight: 700;
}

/* Form helpers */
.form-input, .form-textarea {
  width: 100%;
  height: 50px;
  padding: 0.2rem 1.2rem;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  border: 2px solid #000000;
  outline: none !important;
  background-color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 10px;
  -webkit-appearance: none;
}

.form-input:focus, .form-textarea:focus {
  border-color: #000000;
}

.form-input:disabled, .form-textarea:disabled {
  border-color: #d5d5d5;
  color: #d5d5d5;
}

@media (min-width: 576px) {
  .form-input-ext {
    height: 60px;
    border-radius: 10px 0 0 10px;
  }
}

.form-input-small {
  padding: 0.2rem 3rem 0.2rem 0.6rem;
  height: 40px;
  font-size: 16px;
  font-size: 1rem;
}

.form-input-small-ext {
  padding: 0.2rem 0.6rem 0.2rem 0.6rem;
  padding-right: 35px;
  height: 40px;
  font-size: 16px;
  font-size: 1rem;
}

.form-input-blue {
  border: 1px solid #000000;
}

.form-input-gray {
  background-color: #eeeeee;
}

@media (min-width: 992px) {
  .form-md-input-gray {
    background-color: #eeeeee;
  }
}

.form-input-gray-ext {
  background-color: #eeeeee;
}

.form-input-header {
  height: 50px;
  border: 0;
  padding-left: 1rem;
  padding-right: 60px !important;
  border: 2px solid #000000;
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .form-input-header {
    border-bottom: 2px solid #000000;
  }
}

@media (min-width: 992px) {
  .form-input-header {
    padding-left: 2rem;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media (min-width: 1200px) {
  .form-input-header {
    padding-right: 70px !important;
    padding-left: 2rem;
    font-size: 16px;
    font-size: 1rem;
  }
}

.form-textarea {
  height: 100px;
  padding: 1rem 1.5rem;
  line-height: 1.5rem;
  resize: none;
}

@media (min-width: 576px) {
  .form-textarea-limit {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    min-height: 160px;
    max-height: 250px;
  }
}

@media (max-width: 575px) {
  .form-textarea-limit {
    height: 200px !important;
  }
}

@media (min-width: 576px) {
  .form-textarea-limit--small {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    min-height: 80px;
    max-height: 200px;
  }
}

@media (max-width: 575px) {
  .form-textarea-limit--small {
    height: 200px !important;
  }
}

.form-textarea-gray {
  background-color: #eeeeee;
}

@media (min-width: 992px) {
  .form-md-textarea-gray {
    background-color: #eeeeee;
  }
}

.form-select {
  width: 100%;
  height: 50px;
  padding: 0.2rem 1.5rem;
  font-family: "BigShoulders-thin", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  border: 2px solid #000000;
  outline: none;
  background-color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 10px;
  -webkit-appearance: value;
  -moz-appearance: value;
  -ms-appearance: value;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.form-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  z-index: 11;
}

.form-icon-left {
  right: auto;
  left: 0;
  width: 20px;
}

.form-icon-right-ext {
  width: 30px;
}

.form-icon-right-ext-1 {
  right: -44px;
}

@media (max-width: 770px) {
  .form-icon-right-ext-1 {
    right: -20px;
  }
}

.form-icon-right-ext-2 {
  right: -15px;
  height: 40px;
  width: 30px;
  font-size: 16px;
  font-size: 1rem;
}

.form-icon--small {
  height: 40px;
  width: 40px;
  right: 10px;
  font-size: 16px;
  font-size: 1rem;
}

.form-icon--small sup {
  display: inline-block;
  position: relative;
  top: -4px;
}

.form-icon-red svg {
  font-size: 16px;
  font-size: 1rem;
  fill: #ec1c24;
}

.form-icon-gray {
  pointer-events: auto;
}

.form-icon-gray svg {
  fill: #d5d5d5;
}

.form-icon-block .form-input {
  padding-right: 50px;
}

.form-label {
  display: block;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.2px;
  font-size: 16px;
  font-size: 1rem;
}

.form-label-bold {
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .form-label-bold {
    font-family: "Sora-bold", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 770px) {
  .form-line-icon {
    padding-right: 20px;
  }
}

.form-line-small {
  position: relative;
  margin-bottom: 0.6rem;
}

.form-line-normal {
  position: relative;
  margin-bottom: 1rem;
}

.form-line-big {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-placeholder {
  position: relative;
  z-index: 1;
}

.form-placeholder.ew2lbibbt .form-label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  -webkit-transform: translateX(15px) translateY(-9px);
      -ms-transform: translateX(15px) translateY(-9px);
          transform: translateX(15px) translateY(-9px);
  padding: 4px 8px 4px;
}

.form-placeholder .form-input,
.form-placeholder .form-textarea {
  padding: 1rem 40px 1rem 20px;
}

.form-placeholder .select2-container .select2-selection--single {
  padding: 0 60px 0 1.2rem;
}

.form-placeholder .form-label {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 0;
  cursor: text;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: none;
  pointer-events: none;
  padding: 10px 8px 10px;
  background-color: #ffffff;
  -webkit-transform: translateX(15px) translateY(8px);
      -ms-transform: translateX(15px) translateY(8px);
          transform: translateX(15px) translateY(8px);
}

.form-placeholder-big.ew2lbibbt .form-label {
  -webkit-transform: translateX(15px) translateY(-9px);
      -ms-transform: translateX(15px) translateY(-9px);
          transform: translateX(15px) translateY(-9px);
  padding: 4px 8px 4px;
}

.form-placeholder-big .form-input,
.form-placeholder-big .form-textarea {
  padding: 1rem 40px 1rem 20px;
}

.form-placeholder-big .form-label {
  padding: 10px 8px 10px;
  -webkit-transform: translateX(15px) translateY(8px);
      -ms-transform: translateX(15px) translateY(8px);
          transform: translateX(15px) translateY(8px);
}

@media (min-width: 576px) {
  .form-placeholder-big .form-label {
    -webkit-transform: translateX(15px) translateY(12px);
        -ms-transform: translateX(15px) translateY(12px);
            transform: translateX(15px) translateY(12px);
  }
}

.form-placeholder-bold.ew2lbibbt .form-label {
  -webkit-transform: translateX(14px) translateY(-9px);
      -ms-transform: translateX(14px) translateY(-9px);
          transform: translateX(14px) translateY(-9px);
  font-size: 14px;
  font-size: 0.875rem;
  color: #ec1c24;
  padding: 4px 8px 4px;
}

.form-placeholder-bold .form-label {
  color: #ec1c24;
  font-weight: 700;
  -webkit-transform: translateX(14px) translateY(17px);
      -ms-transform: translateX(14px) translateY(17px);
          transform: translateX(14px) translateY(17px);
}

.form-placeholder-textarea .form-label {
  top: 1px;
  left: 2px;
  background: white;
}

.form-placeholder-gray .form-label {
  background-color: #eeeeee;
}

.form-placeholder-gray .select2-container .select2-selection--single {
  background-color: #eeeeee;
}

@media (min-width: 992px) {
  .form-md-placeholder-gray .form-label {
    background-color: #eeeeee;
  }
  .form-md-placeholder-gray .select2-container .select2-selection--single {
    background-color: #eeeeee;
  }
}

.sl2m8tbyxj {
  position: relative;
}

.sl2m8tbyxj:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  z-index: 91;
}

.sl2m8tbyxj.is-field-error:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/warning.svg");
}

.sl2m8tbyxj.is-field-success:after {
  display: block;
  width: 7px;
  height: 13px;
  border: solid #00a713;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.sl2m8tbyxj.is-field-success .gpfn8riqs1 {
  display: none;
}

.sl2m8tbyxj.is-field-success.fgdmwlm929:after {
  width: 10px;
  height: 16px;
}

.fgdmwlm929:after {
  top: 20px;
}

.field-error-block-offset:after,
.field-error-block-date:after,
.xpba5b69b3:after {
  right: 60px;
}

.is-field-error .field-message {
  display: block;
}

.is-field-error .select2-container .select2-selection--single,
.is-field-error .select-classic .select2-container .select2-selection--multiple,
.is-field-error .form-textarea,
.is-field-error .form-input {
  border-width: 3px !important;
  border-color: #870000 !important;
}

.is-field-error .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}

.field-message {
  display: none;
  margin-top: 5px;
  text-align: right;
  color: #870000;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}

.parsley-error.select2-container .select2-selection--single,
.parsley-error.select-classic .select2-container .select2-selection--multiple, .parsley-error.form-textarea, .parsley-error.form-input {
  border-color: #ec1c24 !important;
}

.parsley-error + .select2-container .select2-selection--single,
.parsley-error + .select-classic .select2-container .select2-selection--multiple {
  border-color: #ec1c24 !important;
}

.gpfn8riqs1 {
  color: #ec1c24;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}

.gpfn8riqs1 li {
  display: block;
  margin-top: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 2px solid #000000;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form-input-gray input:-webkit-autofill,
.form-input-gray input:-webkit-autofill:hover,
.form-input-gray input:-webkit-autofill:focus,
.form-textarea-gray textarea:-webkit-autofill,
.form-textarea-gray textarea:-webkit-autofill:hover,
.form-textarea-gray textarea:-webkit-autofill:focus {
  border: 2px solid #000000;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px #eeeeee inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* Checkbox helpers */
.zhhyderj {
  margin-bottom: 2rem;
}

.checkbox-small {
  margin-bottom: 1rem;
}

.i0ox64ztxl {
  margin-bottom: 1.5rem;
}

.vxtc8qojda {
  margin-bottom: 0.4rem;
}

.vxtc8qojda .r41k707ldn {
  width: 100%;
}

.vxtc8qojda .hdxohpha75 {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  top: 1px;
  border-radius: 3px;
  border: 2px solid #000000;
}

.vxtc8qojda .ian3u8qy8m {
  padding-left: 8px;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
}

.vxtc8qojda .od5mltg56y {
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
}

.vxtc8qojda .xuwdq7orcc:checked + .r41k707ldn .ian3u8qy8m {
  color: #000000;
}

.vxtc8qojda .xuwdq7orcc:checked + .r41k707ldn .hdxohpha75 {
  border-color: #000000;
  background-color: #000000;
}

.vxtc8qojda .xuwdq7orcc:checked + .r41k707ldn .hdxohpha75:after {
  display: none;
}

.vxtc8qojda.radiobox {
  margin-bottom: 1rem;
}

.vxtc8qojda.radiobox .xuwdq7orcc:checked + .r41k707ldn .hdxohpha75 {
  background-color: transparent;
}

.vxtc8qojda.radiobox .xuwdq7orcc:checked + .r41k707ldn .hdxohpha75:after {
  background-color: #ec1c24;
}

.checkbox-type-small-ext.radiobox {
  margin-bottom: 0;
}

@media (min-width: 771px) {
  .checkbox-type-small-ext.radiobox {
    margin-bottom: 0.4rem;
  }
}

.checkbox-type-small-ext.radiobox .hdxohpha75 {
  top: -2px;
}

.checkbox-type-small-ext.radiobox .ian3u8qy8m {
  font-weight: 400;
  padding-left: 2rem;
}

.checkbox-type-small-ext.radiobox .r41k707ldn {
  padding: 0.4rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rrmcqg7pwi .hdxohpha75 {
  border-radius: 3px;
  border: 2px solid #000000;
}

.rrmcqg7pwi .ian3u8qy8m {
  color: #333333;
}

.checkbox-black-ext {
  margin-bottom: 0.8rem;
}

.checkbox-black-ext .r41k707ldn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-black-ext .hdxohpha75 {
  border-radius: 3px;
  border: 2px solid #000000;
}

.checkbox-black-ext .ian3u8qy8m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #000000;
  padding-left: 0.8rem;
}

.input-hidden,
.xuwdq7orcc {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.r41k707ldn {
  margin: 0;
  padding-left: 0;
  min-height: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  padding-top: 0;
  cursor: pointer;
  text-transform: none;
}

.bgu7ai68nu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bgu7ai68nu .r41k707ldn {
  padding-right: 15px;
}

.bgu7ai68nu .tooltip-icon {
  display: inline-block;
}

.hdxohpha75 {
  position: relative;
  max-width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: 2px solid #525252;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}

.ian3u8qy8m {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  position: relative;
  cursor: pointer;
  text-align: left;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  color: #525252;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 0.6rem;
  line-height: 1.6;
}

.ian3u8qy8m a {
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  color: #525252;
  text-decoration: underline;
}

.ian3u8qy8m a:hover {
  color: #ec1c24;
}

.ian3u8qy8m strong {
  font-weight: 700;
}

.od5mltg56y {
  font-weight: 300;
  color: #333333;
  font-size: 10px;
  font-size: 0.625rem;
}

.checkbox-text-normal {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}

.xuwdq7orcc:checked + .r41k707ldn .hdxohpha75 {
  background-color: #000000;
}

.xuwdq7orcc:checked + .r41k707ldn .hdxohpha75:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.radiobox {
  margin-bottom: 2rem;
}

.radiobox .hdxohpha75 {
  top: 0;
  max-width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  border-radius: 100%;
}

.radiobox .ian3u8qy8m {
  font-weight: 700;
}

.radiobox .xuwdq7orcc:checked + .r41k707ldn .hdxohpha75:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background-color: #000000;
  border: 0;
}

.checkbox-type-btn {
  position: relative;
  margin-bottom: 2rem;
}

.checkbox-type-btn .r41k707ldn {
  border-radius: 3px;
  background-color: #ffffff;
  padding: 2em 1.5rem 1.2rem;
}

@media (min-width: 992px) {
  .checkbox-type-btn .r41k707ldn {
    padding: 2.5rem 2.5rem 1.5rem;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
  }
}

.checkbox-type-btn .ian3u8qy8m {
  padding-left: 0.8rem;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .checkbox-type-btn .ian3u8qy8m {
    padding-left: 1.5rem;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.checkbox-type-btn .hdxohpha75 {
  top: 3px;
}

@media (min-width: 992px) {
  .checkbox-type-btn .hdxohpha75 {
    top: 8px;
  }
}

.checkbox-type-btn .xuwdq7orcc:checked + .r41k707ldn {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
}

.checkbox-type-btn .xuwdq7orcc:checked + .r41k707ldn .ian3u8qy8m {
  color: #ec1c24;
}

.checkbox-type-btn .xuwdq7orcc:checked + .r41k707ldn .hdxohpha75 {
  border-color: #ec1c24;
}

.checkbox-type-btn .xuwdq7orcc:checked + .r41k707ldn .hdxohpha75:after {
  background-color: #ec1c24;
}

.checkbox-type-btn .od5mltg56y {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 12px;
}

.checkbox-type-btn .list-style {
  margin-bottom: 0;
  margin-top: 20px;
}

.checkbox-type-btn .checkbox-image {
  position: absolute;
  display: block;
}

@media (max-width: 575px) {
  .checkbox-type-btn .checkbox-image {
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 576px) {
  .checkbox-type-btn .checkbox-image {
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}

@media (min-width: 771px) {
  .checkbox-type-btn .checkbox-image {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .checkbox-type-btn .checkbox-image {
    width: 50%;
  }
}

.checkbox-type-btn-no-shadow {
  margin-bottom: 1.4rem;
}

.checkbox-type-btn-no-shadow .r41k707ldn {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 2em 1.5rem 0.8rem;
}

@media (min-width: 992px) {
  .checkbox-type-btn-no-shadow .r41k707ldn {
    padding: 2rem 1.5rem 0.8rem;
  }
}

.checkbox-type-btn-no-shadow .xuwdq7orcc:checked + .r41k707ldn {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
}

.checkbox-type-btn-no-shadow .ian3u8qy8m {
  font-size: 16px;
  font-size: 1rem;
}

.checkbox-type-btn-no-shadow .hdxohpha75 {
  top: 0;
}

@media (min-width: 992px) {
  .checkbox-type-btn-no-shadow .hdxohpha75 {
    top: 0;
  }
}

@media (max-width: 770px) {
  .checkbox-type-btn-no-shadow-ext {
    margin-bottom: 0.5rem;
  }
}

.checkbox-type-btn-no-shadow-ext .hdxohpha75 {
  top: 0;
}

@media (min-width: 771px) {
  .checkbox-type-btn-no-shadow-ext .hdxohpha75 {
    top: 2px;
  }
}

.checkbox-type-btn-no-shadow-ext .r41k707ldn {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1.5rem 1rem 1.5rem;
}

@media (min-width: 771px) {
  .checkbox-type-btn-no-shadow-ext .r41k707ldn {
    padding: 2rem 1rem 2rem;
  }
}

@media (min-width: 992px) {
  .checkbox-type-btn-no-shadow-ext .r41k707ldn {
    padding: 2rem 1.5rem 2rem;
  }
}

.checkbox-type-btn-no-shadow-ext .ian3u8qy8m {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .checkbox-type-btn-no-shadow-ext .ian3u8qy8m {
    font-size: 16px;
    font-size: 1rem;
  }
}

.checkbox-type-btn-no-shadow-ext .od5mltg56y {
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .checkbox-type-btn-no-shadow-ext .od5mltg56y {
    font-size: 16px;
    font-size: 1rem;
  }
}

.checkbox-type-btn-no-shadow-ext .xuwdq7orcc:checked + .r41k707ldn .checkbox-text-price {
  color: #ec1c24;
}

.checkbox-type-btn-no-shadow-ext small {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  font-weight: 300;
  margin-left: 0.3rem;
}

@media (max-width: 770px) {
  .checkbox-type-btn-no-shadow-ext small {
    display: none;
  }
}

@media (min-width: 771px) {
  .checkbox-type-min-height {
    min-height: 200px;
  }
}

@media (min-width: 992px) {
  .checkbox-type-min-height {
    min-height: 250px;
  }
}

@media (min-width: 771px) {
  .checkbox-type-min-height .ian3u8qy8m {
    max-width: 65%;
  }
}

@media (min-width: 992px) {
  .checkbox-type-min-height .ian3u8qy8m {
    max-width: 40%;
  }
}

.checkbox-type-btn-table-row {
  margin-bottom: 0;
}

@media (max-width: 770px) {
  .checkbox-type-btn-table-row:last-child .r41k707ldn.table-body-row {
    border-bottom: 1px solid #d3d3d3;
  }
  .checkbox-type-btn-table-row .table-body-row.r41k707ldn {
    border-bottom: 0;
    padding: 3px 10px;
    min-height: 95px;
  }
}

@media (max-width: 770px) and (max-width: 770px) {
  .checkbox-type-btn-table-row .table-body-cell {
    padding: 20px 10px;
  }
}

.checkbox-type-btn-table-row .r41k707ldn {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-type-btn-table-row .xuwdq7orcc:checked + .r41k707ldn {
  z-index: 2;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
}

@media (min-width: 771px) {
  .checkbox-type-btn-table-row .xuwdq7orcc:checked + .r41k707ldn {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.checkbox-type-btn-table-row .ian3u8qy8m {
  padding-left: 20px;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 771px) {
  .checkbox-type-btn-table-row .ian3u8qy8m {
    padding-left: 40px;
  }
}

.checkbox-type-btn-table-row .od5mltg56y {
  margin-top: 2px;
}

@media (max-width: 575px) {
  .checkbox-type-btn-table-row .od5mltg56y {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.checkbox-type-btn-table-row .hdxohpha75 {
  top: 0;
}

@media (min-width: 992px) {
  .checkbox-type-btn-table-row .hdxohpha75 {
    top: 0;
  }
}

.checkbox-tag {
  position: absolute;
  top: 15px;
  right: 8px;
  border-radius: 5px;
  padding: 0.2rem 0.8rem;
  min-width: 70px;
  background-color: #ec1c24;
  color: #ffffff;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 992px) {
  .checkbox-tag {
    padding: 0.3rem 0.5rem;
    min-width: 110px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* Placeholder helpers */
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333333;
  font-weight: 300;
}

input::-moz-input-placeholder,
select::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  color: #333333;
  font-weight: 300;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333333;
  font-weight: 300;
}

.input-white input::-webkit-input-placeholder,
.input-white select::-webkit-input-placeholder,
.input-white textarea::-webkit-input-placeholder {
  color: white;
}

.input-white input::-moz-input-placeholder,
.input-white select::-moz-input-placeholder,
.input-white textarea::-moz-input-placeholder {
  color: white;
}

.input-white input:-ms-input-placeholder,
.input-white select:-ms-input-placeholder,
.input-white textarea:-ms-input-placeholder {
  color: white;
}

.input-black input::-webkit-input-placeholder,
.input-black select::-webkit-input-placeholder,
.input-black textarea::-webkit-input-placeholder {
  color: #000000;
}

.input-black input::-moz-input-placeholder,
.input-black select::-moz-input-placeholder,
.input-black textarea::-moz-input-placeholder {
  color: #000000;
}

.input-black input:-ms-input-placeholder,
.input-black select:-ms-input-placeholder,
.input-black textarea:-ms-input-placeholder {
  color: #000000;
}

.input-gray input::-webkit-input-placeholder,
.input-gray select::-webkit-input-placeholder,
.input-gray textarea::-webkit-input-placeholder {
  color: #d5d5d5;
}

.input-gray input::-moz-input-placeholder,
.input-gray select::-moz-input-placeholder,
.input-gray textarea::-moz-input-placeholder {
  color: #d5d5d5;
}

.input-gray input:-ms-input-placeholder,
.input-gray select:-ms-input-placeholder,
.input-gray textarea:-ms-input-placeholder {
  color: #d5d5d5;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus::-moz-input-placeholder,
textarea:focus::-moz-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus:-moz-input-placeholder,
textarea:focus:-moz-input-placeholder {
  color: transparent;
  opacity: 1;
}

/* Form helpers */
.quantity-group {
  position: relative;
}

.quantity-input {
  text-align: center;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  border: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  height: 35px;
  font-weight: 300;
}

@media (min-width: 771px) {
  .quantity-input {
    height: 25px;
  }
}

.quantity-up,
.quantity-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  text-align: center;
  position: absolute;
  top: 0;
  cursor: pointer;
  border-radius: 3px;
  background-color: #ec1c24;
  color: #eeeeee;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

@media (min-width: 771px) {
  .quantity-up,
  .quantity-down {
    width: 25px;
    height: 25px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.quantity-up:hover,
.quantity-down:hover {
  background-color: #c51017;
}

.quantity-up {
  right: 0;
}

.quantity-down {
  left: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* Buttons helper */
.btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 1.15em 1.2rem;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  outline: none !important;
  background: #000000;
  text-align: center;
  letter-spacing: 0.96px;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
}

.btn, .btn:visited, .btn:active, .btn:focus {
  color: white;
}

@media (pointer: fine) {
  .btn {
    -webkit-transition: background-color 250ms ease, border-radius 250ms ease;
    -o-transition: background-color 250ms ease, border-radius 250ms ease;
    transition: background-color 250ms ease, border-radius 250ms ease;
  }
}

@media (min-width: 992px) {
  .btn:hover {
    cursor: pointer;
    text-decoration: none;
    color: white;
  }
}

.btn-responsive {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

@media (max-width: 770px) {
  .btn-sm-responsive {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
}

.btn-absolute {
  position: absolute;
  bottom: 0;
  right: 0;
}

.btn-absolute-top {
  position: absolute;
  top: 0;
  right: 0;
}

.btn-size-xsmall {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.48px;
}

.btn-size-small {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.56px;
}

.btn-size-normal {
  font-size: 14px;
  font-size: 0.875rem;
}

.btn-size-big {
  font-size: 18px;
  font-size: 1.125rem;
}

.btn-size-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.btn-size-xlarge {
  font-size: 24px;
  font-size: 1.5rem;
}

.btn-xsmall {
  padding: 0.6em 1rem;
}

.btn-small {
  padding: 0.55em 1rem;
}

.btn-normal {
  padding: 0.8em 1.5rem;
}

.btn-big {
  padding: 1.3em 1rem;
}

.btn-min-width-small {
  min-width: 130px;
}

.btn-min-width-small-ext {
  min-width: 170px;
}

.btn-min-width-small-ext-1 {
  min-width: 150px;
}

.btn-min-width-normal {
  min-width: 250px;
}

.btn-min-width-normal-ext {
  min-width: 200px;
}

.btn-min-width-big {
  min-width: 300px;
}

.btn-black-outline {
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
}

.btn-black-outline, .btn-black-outline:visited, .btn-black-outline:active, .btn-black-outline:focus {
  color: #000000;
}

@media (pointer: fine) {
  .btn-black-outline:hover {
    color: #ffffff;
    border-color: #000000;
    background-color: #000000;
    border-radius: 12px;
  }
}

.btn-black-fill {
  color: #ffffff;
  border: 2px solid transparent;
  background-color: #000000;
}

.btn-black-fill, .btn-black-fill:visited, .btn-black-fill:active, .btn-black-fill:focus {
  color: #ffffff;
}

@media (pointer: fine) {
  .btn-black-fill:hover {
    color: #ffffff;
    border-color: #000000;
    background-color: #000000;
    border-radius: 12px;
  }
}

.btn-green-fill {
  color: #ffffff;
  border: 2px solid transparent;
  background-color: #00a713;
}

.btn-green-fill, .btn-green-fill:visited, .btn-green-fill:active, .btn-green-fill:focus {
  color: #ffffff;
}

@media (pointer: fine) {
  .btn-green-fill:hover {
    color: #ffffff;
    border-color: #00a713;
    background-color: #00a713;
    border-radius: 12px;
  }
}

.btn-search-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  background-color: transparent;
  padding: 0;
}

.btn-search-filter svg {
  fill: #000000;
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 575px) {
  .btn-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 8px;
    padding: 0.2em 0.2rem !important;
    height: 50px;
  }
}

@media (pointer: fine) {
  .btn-newsletter:hover {
    border-radius: 0 8px 8px 0;
  }
}

.btn-facebook {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  background-color: #4e6cad;
  text-transform: none;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .btn-facebook {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (pointer: fine) {
  .btn-facebook:hover {
    background-color: #3e568a;
  }
}

.btn-facebook .btn-icon {
  position: relative;
  top: 2px;
}

.btn-google {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  background-color: #4285f4;
  text-transform: none;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  padding-left: 60px;
  padding-right: 10px;
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .btn-google {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (pointer: fine) {
  .btn-google:hover {
    background-color: #1266f1;
  }
}

.btn-google .btn-icon {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 46px;
  height: 46px;
  border-radius: 1px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-icon-google {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  height: 26px;
}

/* Color helpers */
.bg-white {
  background-color: #ffffff;
}

.bg-black-normal {
  background-color: #000000;
}

.bg-gray-light {
  background-color: #eeeeee;
}

.bg-red {
  background-color: #ec1c24;
}

@media (max-width: 991px) {
  .bg-md-gray-light {
    background-color: #eeeeee;
  }
}

@media (max-width: 770px) {
  .bg-sm-gray-light {
    background-color: #eeeeee;
  }
}

.txt-color-white {
  color: #ffffff;
}

.txt-color-black {
  color: #000000;
}

.txt-color-gray {
  color: #333333;
}

.cl5tbrrxeo {
  color: #ec1c24;
}

.txt-color-blue-dark {
  color: #ec1c24;
}

.txt-color-blue-light {
  color: #ec1c24;
}

.h-color-white h1,
.h-color-white .spadnv,
.h-color-white h2,
.h-color-white .bcevn0,
.h-color-white h3,
.h-color-white .kdlyfx,
.h-color-white h4,
.h-color-white .j8kgjn,
.h-color-white h5,
.h-color-white .r7zvcbt,
.h-color-white h6,
.h-color-white .zeta {
  color: #ffffff;
}

.h-color-black h1,
.h-color-black .spadnv,
.h-color-black h2,
.h-color-black .bcevn0,
.h-color-black h3,
.h-color-black .kdlyfx,
.h-color-black h4,
.h-color-black .j8kgjn,
.h-color-black h5,
.h-color-black .r7zvcbt,
.h-color-black h6,
.h-color-black .zeta {
  color: #000000;
}

.h-color-red h1,
.h-color-red .spadnv,
.h-color-red h2,
.h-color-red .bcevn0,
.h-color-red h3,
.h-color-red .kdlyfx,
.h-color-red h4,
.h-color-red .j8kgjn,
.h-color-red h5,
.h-color-red .r7zvcbt,
.h-color-red h6,
.h-color-red .zeta {
  color: #ec1c24;
}

.h-color-pink h1,
.h-color-pink .spadnv,
.h-color-pink h2,
.h-color-pink .bcevn0,
.h-color-pink h3,
.h-color-pink .kdlyfx,
.h-color-pink h4,
.h-color-pink .j8kgjn,
.h-color-pink h5,
.h-color-pink .r7zvcbt,
.h-color-pink h6,
.h-color-pink .zeta {
  color: #ec1c24;
}

.h-color-blue-light h1,
.h-color-blue-light .spadnv,
.h-color-blue-light h2,
.h-color-blue-light .bcevn0,
.h-color-blue-light h3,
.h-color-blue-light .kdlyfx,
.h-color-blue-light h4,
.h-color-blue-light .j8kgjn,
.h-color-blue-light h5,
.h-color-blue-light .r7zvcbt,
.h-color-blue-light h6,
.h-color-blue-light .zeta {
  color: #ec1c24;
}

.p-color-white p {
  color: #ffffff;
}

.p-color-gray p {
  color: #333333;
}

.p-color-blue-dark p {
  color: #ec1c24;
}

.ul-color-white li {
  color: #ffffff !important;
}

.ul-color-white li:before {
  background-color: #ffffff !important;
}

.ol-color-white li {
  color: #ffffff !important;
}

.ol-color-white li:before {
  color: #ffffff !important;
}

/* Gutter helpers */
.d33xibbbi {
  margin: 0;
}

.d33xibbbi > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.gutter-4.row {
  margin-right: -2px;
  margin-left: -2px;
}

.gutter-4 > [class*="col-"],
.gutter-4 > [class*=" col-"] {
  padding-right: 2px;
  padding-left: 2px;
}

.gutter-6.row {
  margin-right: -3px;
  margin-left: -3px;
}

.gutter-6 > [class*="col-"],
.gutter-6 > [class*=" col-"] {
  padding-right: 3px;
  padding-left: 3px;
}

.ffhadns71.row {
  margin-right: -5px;
  margin-left: -5px;
}

.ffhadns71 > [class*="col-"],
.ffhadns71 > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.ynsujvf0n.row {
  margin-right: -10px;
  margin-left: -10px;
}

.ynsujvf0n > [class*="col-"],
.ynsujvf0n > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-30.row {
  margin-right: -15px;
  margin-left: -15px;
}

.gutter-30 > [class*="col-"],
.gutter-30 > [class*=" col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.gutter-40.row {
  margin-right: -20px;
  margin-left: -20px;
}

.gutter-40 > [class*="col-"],
.gutter-40 > [class*=" col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.gutter-50.row {
  margin-right: -25px;
  margin-left: -25px;
}

.gutter-50 > [class*="col-"],
.gutter-50 > [class*=" col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.gutter-60.row {
  margin-right: -30px;
  margin-left: -30px;
}

.gutter-60 > [class*="col-"],
.gutter-60 > [class*=" col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 576px) {
  .gutter-xs-10.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutter-xs-10 > [class*="col-"],
  .gutter-xs-10 > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutter-xs-20.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutter-xs-20 > [class*="col-"],
  .gutter-xs-20 > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .kfucst2h2g.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .kfucst2h2g > [class*="col-"],
  .kfucst2h2g > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-xs-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-xs-40 > [class*="col-"],
  .gutter-xs-40 > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-xs-50.row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .gutter-xs-50 > [class*="col-"],
  .gutter-xs-50 > [class*=" col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .gutter-xs-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-xs-60 > [class*="col-"],
  .gutter-xs-60 > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-xs-100.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .gutter-xs-100 > [class*="col-"],
  .gutter-xs-100 > [class*=" col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 771px) {
  .gutter-sm-10.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutter-sm-10 > [class*="col-"],
  .gutter-sm-10 > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutter-sm-20.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutter-sm-20 > [class*="col-"],
  .gutter-sm-20 > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gutter-sm-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-sm-30 > [class*="col-"],
  .gutter-sm-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-sm-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-sm-40 > [class*="col-"],
  .gutter-sm-40 > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-sm-50.row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .gutter-sm-50 > [class*="col-"],
  .gutter-sm-50 > [class*=" col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .s6taq2ogao.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .s6taq2ogao > [class*="col-"],
  .s6taq2ogao > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .cwkxrlef4j.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .cwkxrlef4j > [class*="col-"],
  .cwkxrlef4j > [class*=" col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  .no-md-gutter {
    margin: 0;
  }
  .no-md-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .gutter-md-10.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutter-md-10 > [class*="col-"],
  .gutter-md-10 > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutter-md-20.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutter-md-20 > [class*="col-"],
  .gutter-md-20 > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .uh97lq7j09.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .uh97lq7j09 > [class*="col-"],
  .uh97lq7j09 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .a53imdnx56.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .a53imdnx56 > [class*="col-"],
  .a53imdnx56 > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-md-50.row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .gutter-md-50 > [class*="col-"],
  .gutter-md-50 > [class*=" col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .y8bo46bfyt.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .y8bo46bfyt > [class*="col-"],
  .y8bo46bfyt > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-md-100.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .gutter-md-100 > [class*="col-"],
  .gutter-md-100 > [class*=" col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
  .gutter-md-160.row {
    margin-right: -80px;
    margin-left: -80px;
  }
  .gutter-md-160 > [class*="col-"],
  .gutter-md-160 > [class*=" col-"] {
    padding-right: 80px;
    padding-left: 80px;
  }
  .j1n1v19ylg.row {
    margin-right: -100px;
    margin-left: -100px;
  }
  .j1n1v19ylg > [class*="col-"],
  .j1n1v19ylg > [class*=" col-"] {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (min-width: 1200px) {
  .gutter-lg-10.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutter-lg-10 > [class*="col-"],
  .gutter-lg-10 > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutter-lg-20.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutter-lg-20 > [class*="col-"],
  .gutter-lg-20 > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gutter-lg-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-lg-30 > [class*="col-"],
  .gutter-lg-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-lg-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-lg-40 > [class*="col-"],
  .gutter-lg-40 > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-lg-50.row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .gutter-lg-50 > [class*="col-"],
  .gutter-lg-50 > [class*=" col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .xwx3445btq.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .xwx3445btq > [class*="col-"],
  .xwx3445btq > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .bkjfe8najh.row {
    margin-right: -40px;
    margin-left: -40px;
  }
  .bkjfe8najh > [class*="col-"],
  .bkjfe8najh > [class*=" col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
  .o9t51ed1kb.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .o9t51ed1kb > [class*="col-"],
  .o9t51ed1kb > [class*=" col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 1440px) {
  .gutter-xl-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-xl-30 > [class*="col-"],
  .gutter-xl-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-xl-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-xl-40 > [class*="col-"],
  .gutter-xl-40 > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .fnehkr4mcf.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .fnehkr4mcf > [class*="col-"],
  .fnehkr4mcf > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-xl-80.row {
    margin-right: -40px;
    margin-left: -40px;
  }
  .gutter-xl-80 > [class*="col-"],
  .gutter-xl-80 > [class*=" col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
  .r2yqzm0x9i.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .r2yqzm0x9i > [class*="col-"],
  .r2yqzm0x9i > [class*=" col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
  .gutter-xl-120.row {
    margin-right: -60px;
    margin-left: -60px;
  }
  .gutter-xl-120 > [class*="col-"],
  .gutter-xl-120 > [class*=" col-"] {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (min-width: 1600px) {
  .gutter-xxl-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-xxl-30 > [class*="col-"],
  .gutter-xxl-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-xxl-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-xxl-60 > [class*="col-"],
  .gutter-xxl-60 > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .vh4j7fnd1q.row {
    margin-right: -60px;
    margin-left: -60px;
  }
  .vh4j7fnd1q > [class*="col-"],
  .vh4j7fnd1q > [class*=" col-"] {
    padding-right: 60px;
    padding-left: 60px;
  }
  .ev75dryieo.row {
    margin-right: -90px;
    margin-left: -90px;
  }
  .ev75dryieo > [class*="col-"],
  .ev75dryieo > [class*=" col-"] {
    padding-right: 90px;
    padding-left: 90px;
  }
  .jp1o9uuz03.row {
    margin-right: -160px;
    margin-left: -160px;
  }
  .jp1o9uuz03 > [class*="col-"],
  .jp1o9uuz03 > [class*=" col-"] {
    padding-right: 160px;
    padding-left: 160px;
  }
}

@media (min-width: 1800px) {
  .gutter-xxxl-80.row {
    margin-right: -40px;
    margin-left: -40px;
  }
  .gutter-xxxl-80 > [class*="col-"],
  .gutter-xxxl-80 > [class*=" col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
  .gutter-xxxl-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-xxxl-30 > [class*="col-"],
  .gutter-xxxl-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Hidden content */
.hidden-content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.hidden-content.ew2lbibbt {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

@media (max-width: 575px) {
  .hidden-xs-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-xs-content.ew2lbibbt {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}

@media (max-width: 770px) {
  .hidden-sm-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-sm-content.ew2lbibbt {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}

@media (max-width: 991px) {
  .hidden-md-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-md-content.ew2lbibbt {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}

@media (min-width: 992px) {
  .hidden-bp-md-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-bp-md-content.ew2lbibbt {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-lg-content.ew2lbibbt {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}

/* Hidden class */
.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.overflow {
  overflow: auto;
}

.zuw2lwwle2 {
  overflow: hidden;
}

.bpmgolltht {
  overflow-x: hidden;
}

.overflow-visible {
  overflow: visible;
}

/* HR helper */
.hr-line {
  position: relative;
  margin: 30px 0;
  height: 1px;
  background-color: #eeeeee;
}

.hr-line-1 {
  height: 1px;
}

.hr-line-small {
  margin: 10px 0;
}

.hr-line-normal {
  margin: 20px 0;
}

.hr-line-big {
  margin: 50px 0;
}

.hr-line-width-small {
  width: 100px;
}

.hr-line-width-normal {
  width: 200px;
}

.hr-line-width-big {
  width: 300px;
}

.hr-line-center {
  margin: 0 auto;
}

.hr-line-black {
  background-color: #000000;
}

.hr-line-blue-light {
  background-color: #ec1c24;
  opacity: 0.3;
}

.hr-line-gray {
  background-color: #e2e2e2;
}

.hr-line-gray-ext {
  background-color: #d4d4d4;
}

/* Icon helpers */
.ico-size-10 svg {
  font-size: 10px;
  font-size: 0.625rem;
}

.cdmlw1jx60 svg {
  font-size: 12px;
  font-size: 0.75rem;
}

.ico-size-16 svg {
  font-size: 16px;
  font-size: 1rem;
}

.i452f4wwp0 svg {
  font-size: 18px;
  font-size: 1.125rem;
}

.fm52kulloq svg {
  font-size: 20px;
  font-size: 1.25rem;
}

.ico-size-22 svg {
  font-size: 22px;
  font-size: 1.375rem;
}

.ico-size-24 svg {
  font-size: 24px;
  font-size: 1.5rem;
}

.h4oviuf6ab svg {
  font-size: 26px;
  font-size: 1.625rem;
}

.qkrz2gh08q svg {
  font-size: 28px;
  font-size: 1.75rem;
}

.ico-size-30 svg {
  font-size: 30px;
  font-size: 1.875rem;
}

.dmngwghjmp svg {
  font-size: 60px;
  font-size: 3.75rem;
}

.ybpzxenl1l svg {
  font-size: 80px;
  font-size: 5rem;
}

.kbzxe9sltx svg {
  fill: #ffffff;
}

.ico-color-gray svg {
  fill: #333333;
}

.ob6uzc1apa svg {
  fill: #000000;
}

.ico-color-red svg {
  fill: #ec1c24;
}

/* Image helpers */
.pta37k {
  display: block;
}

.ethzv80v {
  width: 100%;
}

.b6msrxep31 {
  display: block;
  max-width: 100%;
  height: auto;
}

.e6ewt9rce {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-hover {
  display: block;
  overflow: hidden;
}

.img-hover:hover > img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.img-hover img {
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.bg-image-hover {
  display: block;
  overflow: hidden;
}

.bg-image-hover:hover > .bg-image {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.bg-image-hover .bg-image {
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.wt5deka4wx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wt5deka4wx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-flex-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-flex-contain img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-flex-product-row-small {
  height: 110px;
}

.img-flex-product-row-xsmall {
  height: 80px;
}

.img-flex-product-row-normal {
  height: 170px;
}

@media (min-width: 771px) {
  .img-flex-product-row-normal {
    height: 245px;
  }
}

.img-flex-product-row-small-header {
  height: 55px;
}

.img-flex-product {
  height: 140px;
}

.img-flex-offer {
  height: 180px;
}

@media (min-width: 576px) {
  .img-flex-offer {
    height: 250px;
  }
}

.img-flex-cultural-trip {
  height: 510px;
}

@media (max-width: 991px) {
  .img-flex-cultural-trip {
    height: 400px;
    margin: 0 -2rem;
  }
}

@media (max-width: 770px) {
  .img-flex-cultural-trip {
    margin: 0 -1.2rem;
  }
}

@media (max-width: 575px) {
  .img-flex-cultural-trip {
    height: 320px;
  }
}

.img-flex-contact {
  height: 100%;
}

@media (max-width: 1199px) {
  .img-flex-contact {
    height: 300px;
  }
}

@media (max-width: 770px) {
  .img-offset {
    margin: 0 -15px;
  }
}

@media (min-width: 771px) {
  .img-offset {
    position: relative;
    top: 0;
    max-width: none;
    width: calc(100% + ((100vw - 700px) / 2));
  }
}

@media (min-width: 992px) {
  .img-offset {
    width: calc(100% + ((100vw - 920px) / 2));
  }
}

@media (min-width: 1200px) {
  .img-offset {
    left: calc((-100vw + 1110px) / 2);
    width: calc(100% + ((100vw - 1110px) / 2));
  }
}

@media (min-width: 1440px) {
  .img-offset {
    left: calc((-100vw + 1330px) / 2);
    width: calc(100% + ((100vw - 1330px) / 2));
  }
}

@media (min-width: 1600px) {
  .img-offset {
    left: calc((-100vw + 1410px) / 2);
    width: calc(100% + ((100vw - 1410px) / 2));
  }
}

@media (min-width: 1800px) {
  .img-offset {
    left: calc((-100vw + 1610px) / 2);
    width: calc(100% + ((100vw - 1610px) / 2));
  }
}

@media (min-width: 2000px) {
  .img-offset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
  }
  .img-offset img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.img-offset-right {
  overflow: hidden;
}

@media (max-width: 770px) {
  .img-offset-right {
    margin: 0 -15px;
  }
}

@media (min-width: 771px) {
  .img-offset-right {
    position: relative;
    top: 0;
    max-width: none;
    width: calc(100% + ((100vw - 700px) / 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .img-offset-right img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 992px) {
  .img-offset-right {
    width: calc(100% + ((100vw - 920px) / 2));
  }
}

@media (min-width: 1200px) {
  .img-offset-right {
    max-height: 450px;
    width: calc(100% + ((100vw - 1110px) / 2));
  }
}

@media (min-width: 1440px) {
  .img-offset-right {
    width: calc(100% + ((100vw - 1330px) / 2));
  }
}

@media (min-width: 1600px) {
  .img-offset-right {
    width: calc(100% + ((100vw - 1410px) / 2));
  }
}

@media (min-width: 1800px) {
  .img-offset-right {
    width: calc(100% + ((100vw - 1730px) / 2));
  }
}

@media (min-width: 2000px) {
  .img-offset-right {
    height: 450px;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .img-offset-left {
    left: calc((-100vw + 700px) / 2);
    width: calc(100% + ((100vw - 700px) / 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 360px;
  }
  .img-offset-left img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .img-offset-left {
    left: calc((-100vw + 920px) / 2);
    width: calc(100% + ((100vw - 920px) / 2));
  }
}

.bg-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-image-top-right {
  position: absolute;
  left: 50%;
  top: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%) rotateZ(-5deg);
      -ms-transform: translate(-50%, -50%) rotate(-5deg);
          transform: translate(-50%, -50%) rotateZ(-5deg);
  width: 120%;
  height: 120%;
}

.bg-image-detail-makler-hero {
  position: absolute;
  left: 45%;
  top: auto;
  bottom: -70px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateX(-50%) rotateZ(-5deg);
      -ms-transform: translateX(-50%) rotate(-5deg);
          transform: translateX(-50%) rotateZ(-5deg);
  width: 283px;
  height: 460px;
}

@media (min-width: 771px) {
  .bg-image-detail-makler-hero {
    left: 40%;
    bottom: -20px;
    height: 562px;
    width: 347px;
  }
}

@media (min-width: 992px) {
  .bg-image-detail-makler-hero {
    bottom: -30px;
    left: 120px;
    -webkit-transform: rotateZ(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotateZ(-5deg);
    height: 422px;
    width: 297px;
  }
}

@media (min-width: 1200px) {
  .bg-image-detail-makler-hero {
    left: 180px;
    height: 502px;
    width: 297px;
  }
}

@media (min-width: 1800px) {
  .bg-image-detail-makler-hero {
    height: 602px;
    width: 357px;
  }
}

@media (min-width: 1800px) {
  .bg-image-top-right-ext {
    right: -200px;
    width: 1274px;
    height: 852px;
  }
}

.bg-image-contact-form {
  top: 63%;
  left: 30%;
  -webkit-transform: rotate(5deg) translate(-50%, -50%);
      -ms-transform: rotate(5deg) translate(-50%, -50%);
          transform: rotate(5deg) translate(-50%, -50%);
  -webkit-box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.21);
          box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.21);
  background-color: #eeeeee;
  z-index: -1;
  border-radius: 60px;
  width: 135%;
  height: 130%;
}

@media (min-width: 576px) {
  .bg-image-contact-form {
    top: 65%;
  }
}

@media (min-width: 992px) {
  .bg-image-contact-form {
    top: 45%;
    left: 55%;
    width: 135%;
    height: 125%;
  }
}

@media (min-width: 1200px) {
  .bg-image-contact-form {
    left: 45%;
    width: 115%;
    height: 125%;
  }
}

@media (min-width: 1600px) {
  .bg-image-contact-form {
    top: 50%;
    width: 100%;
    left: 40%;
  }
}

@media (min-width: 992px) {
  .bg-image-contact-form--left {
    top: 38%;
    left: 25%;
    width: 135%;
    height: 145%;
  }
}

@media (min-width: 1200px) {
  .bg-image-contact-form--left {
    left: 40%;
    width: 115%;
    height: 145%;
  }
}

@media (min-width: 1440px) {
  .bg-image-contact-form--left {
    height: 125%;
  }
}

@media (min-width: 1600px) {
  .bg-image-contact-form--left {
    top: 40%;
    width: 100%;
    left: 50%;
  }
}

.bg-image-hero {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.bg-image-destination {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  mix-blend-mode: multiply;
}

.bg-rectangle {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-rectangle-category {
  top: 50px;
  height: 380px;
  width: 100vw;
  left: calc(50% - 50vw);
  background-color: #ec1c24;
}

@media (max-width: 991px) {
  .bg-rectangle-category {
    display: none;
  }
}

.bg-image-category {
  z-index: 1;
}

.bg-image-newsletter {
  top: -82px;
  width: 100%;
  height: 161px;
  pointer-events: none;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  cursor: pointer;
}

@media (min-width: 771px) {
  .bg-image-newsletter {
    top: -3px;
    height: 100px;
    background-position: bottom left;
  }
}

.bg-image-footer {
  pointer-events: none;
  top: -100px;
  left: 50%;
  width: 659px;
  height: 519px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 771px) {
  .bg-image-footer {
    top: -70px;
  }
}

@media (min-width: 992px) {
  .bg-image-footer {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    top: -130px;
    left: -405px;
    width: 703px;
    height: 1091px;
  }
}

@media (min-width: 1200px) {
  .bg-image-footer {
    top: -160px;
    left: -360px;
  }
}

@media (min-width: 1440px) {
  .bg-image-footer {
    left: -340px;
  }
}

@media (min-width: 1600px) {
  .bg-image-footer {
    left: -280px;
  }
}

@media (min-width: 1800px) {
  .bg-image-footer {
    left: -200px;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .bg-square-recommend:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100vw;
    left: calc(-50vw + 50%);
    background: #eeeeee;
    z-index: -1;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .hide-header .img-author {
    top: 90px;
  }
}

@media (min-width: 577px) and (max-width: 771px) {
  .hide-header .img-author {
    top: 90px;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .img-author {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    -webkit-transition: top 400ms ease-out;
    -o-transition: top 400ms ease-out;
    transition: top 400ms ease-out;
  }
}

@media (min-width: 577px) and (max-width: 771px) {
  .img-author {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    -webkit-transition: top 400ms ease-out;
    -o-transition: top 400ms ease-out;
    transition: top 400ms ease-out;
  }
}

.bg-image-square {
  position: absolute;
  height: 30px;
  width: 100%;
  left: 0;
}

@media (min-width: 992px) {
  .bg-square-140 {
    height: 140px;
  }
  .bg-square-140.bg-image-square-top {
    top: -139px;
  }
  .bg-square-140.bg-image-square-bottom {
    bottom: -139px;
  }
}

.bg-md-square-140 {
  height: 140px;
}

.bg-md-square-140.bg-image-square-top {
  top: -140px;
}

.bg-md-square-140.bg-image-square-bottom {
  bottom: -140px;
}

.bg-image-square-top {
  top: -30px;
  -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
          clip-path: polygon(100% 100%, 0 0, 0 100%);
}

.bg-image-square-bottom {
  bottom: -30px;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.bg-image-square-red {
  background-color: #ec1c24;
}

.bg-image-square-gray {
  background-color: #eeeeee;
}

.bg-image-square-white {
  background-color: #ffffff;
}

.bg-image-square-top-right {
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0%);
          clip-path: polygon(100% 100%, 100% 0, 0 0%);
}

.bg-image-square-50 {
  top: 0;
  width: 100vw;
  left: calc(-50vw + 50%);
  height: 30px;
}

.bg-image-square-offset {
  width: 100vw;
  left: calc(-50vw + 50%);
}

.bg-square-reference {
  position: absolute;
  top: 260px;
  left: -200px;
  display: block;
  width: 200%;
  height: calc(100% - 700px);
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  background-color: #eeeeee;
}

@media (min-width: 576px) {
  .bg-square-reference {
    left: 50%;
    top: 55%;
    -webkit-transform: rotate(5deg) translate(-50%, -50%);
        -ms-transform: rotate(5deg) translate(-50%, -50%);
            transform: rotate(5deg) translate(-50%, -50%);
  }
}

@media (min-width: 771px) {
  .bg-square-reference {
    left: 50%;
    width: 160%;
  }
}

@media (min-width: 992px) {
  .bg-square-reference {
    width: 130%;
  }
}

.bg-square-detail-form {
  position: absolute;
  top: 260px;
  right: -200px;
  display: block;
  width: 58vw;
  height: 853px;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  border-radius: 70px;
  background-color: #eeeeee;
}

@media (min-width: 576px) {
  .bg-square-detail-form {
    top: -50px;
  }
}

@media (min-width: 1200px) {
  .bg-square-detail-form {
    width: 62vw;
  }
}

@media (min-width: 1440px) {
  .bg-square-detail-form {
    width: 58vw;
  }
}

.bg-square-detail-form--ext {
  position: absolute;
  top: 260px;
  right: -200px;
  display: block;
  width: 58vw;
  height: 700px;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  border-radius: 70px;
  background-color: #eeeeee;
}

@media (min-width: 576px) {
  .bg-square-detail-form--ext {
    top: -50px;
  }
}

@media (min-width: 1200px) {
  .bg-square-detail-form--ext {
    width: 62vw;
  }
}

@media (min-width: 1440px) {
  .bg-square-detail-form--ext {
    width: 58vw;
  }
}

[class*="aspect-ratio-"] {
  display: block;
  position: relative;
}

[class*="aspect-ratio-"] > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.aspect-ratio-wide {
  padding-top: 56.25%;
}

.aspect-ratio-wide-45 {
  padding-top: 45%;
}

.aspect-ratio-wide-62 {
  padding-top: 62%;
}

.aspect-ratio-wide-45-detail {
  padding-top: 56.25%;
}

@media (min-width: 992px) {
  .aspect-ratio-wide-45-detail {
    padding-top: 45%;
  }
}

.sxdbh3vkl8 {
  padding-top: 100%;
}

@media (min-width: 576px) {
  .sxdbh3vkl8 {
    padding-top: 75%;
  }
}

@media (min-width: 771px) {
  .sxdbh3vkl8 {
    padding-top: 56.25%;
  }
}

@media (min-width: 1440px) {
  .sxdbh3vkl8 {
    padding-top: 45%;
  }
}

.aspect-ratio-wide-45-modal {
  padding-top: 70%;
}

@media (min-width: 576px) {
  .aspect-ratio-wide-45-modal {
    padding-top: 56.25%;
  }
}

@media (min-width: 992px) {
  .aspect-ratio-wide-45-modal {
    padding-top: 45%;
  }
}

.aspect-ratio-wide-60 {
  padding-top: 60%;
}

.aspect-ratio-wide-70 {
  padding-top: 80%;
}

@media (min-width: 576px) {
  .aspect-ratio-wide-70 {
    padding-top: 70%;
  }
}

@media (min-width: 992px) {
  .aspect-ratio-wide-70 {
    padding-top: 70%;
  }
}

@media (min-width: 1440px) {
  .aspect-ratio-wide-70 {
    padding-top: 70%;
  }
}

.aspect-ratio-wide-80 {
  padding-top: 80%;
}

@media (min-width: 992px) {
  .aspect-ratio-wide-80 {
    padding-top: 100%;
  }
}

@media (min-width: 1440px) {
  .aspect-ratio-wide-80 {
    padding-top: 80%;
  }
}

.aspect-ratio-wide-80-ext {
  padding-top: 80%;
}

@media (min-width: 992px) {
  .aspect-ratio-wide-80-ext {
    padding-top: 80%;
  }
}

@media (min-width: 1440px) {
  .aspect-ratio-wide-80-ext {
    padding-top: 80%;
  }
}

.aspect-ratio-square {
  padding-top: 100%;
}

/* Margin helpers */
.margin-0 {
  margin: 0 !important;
}

@media (min-width: 576px) {
  .margin-xs-0 {
    margin: 0 !important;
  }
}

@media (min-width: 771px) {
  .margin-sm-0 {
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  .margin-md-0 {
    margin: 0 !important;
  }
}

@media (min-width: 1200px) {
  .margin-lg-0 {
    margin: 0 !important;
  }
}

@media (min-width: 1440px) {
  .margin-xl-0 {
    margin: 0 !important;
  }
}

.margin-bottom-01 {
  margin-bottom: 0.1rem;
}

.margin-bottom-02 {
  margin-bottom: 0.2rem;
}

.margin-bottom-03 {
  margin-bottom: 0.3rem;
}

.margin-bottom-04 {
  margin-bottom: 0.4rem;
}

.wp518b16md {
  margin-bottom: 0.5rem;
}

.margin-bottom-06 {
  margin-bottom: 0.6rem;
}

.margin-bottom-07 {
  margin-bottom: 0.7rem;
}

.dw2ky9c9bg {
  margin-bottom: 0.8rem;
}

.fwfeggd1hj {
  margin-bottom: 1rem;
}

.cu42m3ejoa {
  margin-bottom: 1.2rem;
}

.axlec2uh0k {
  margin-bottom: 1.5rem;
}

.mavbemfh3t {
  margin-bottom: 2rem;
}

.erjcd0u5ue {
  margin-bottom: 2.5rem;
}

.pw48l480r7 {
  margin-bottom: 3rem;
}

.gctqgi2w8e {
  margin-bottom: 3.5rem;
}

.fbfeb6a9xb {
  margin-bottom: 4rem;
}

.a9ibp0l8nh {
  margin-bottom: 5rem;
}

.ewo1ymrq58 {
  margin-bottom: 6rem;
}

.margin-bottom-7 {
  margin-bottom: 7rem;
}

.nrl9iagt3h {
  margin-bottom: 8rem;
}

.margin-bottom-9 {
  margin-bottom: 9rem;
}

.margin-bottom-10 {
  margin-bottom: 10rem;
}

@media (min-width: 576px) {
  .margin-bottom-xs-1 {
    margin-bottom: 1rem;
  }
  .nbekc4dath {
    margin-bottom: 1.5rem;
  }
  .um9utln2u9 {
    margin-bottom: 2rem;
  }
  .ux82llqv80 {
    margin-bottom: 3rem;
  }
  .margin-bottom-xs-4 {
    margin-bottom: 4rem;
  }
  .xhp7qb70gy {
    margin-bottom: 5rem;
  }
  .neo4kwtm44 {
    margin-bottom: 6rem;
  }
}

@media (min-width: 771px) {
  .ugfh2i9i6o {
    margin-bottom: 1rem;
  }
  .margin-bottom-sm-1-5 {
    margin-bottom: 1.5rem;
  }
  .margin-bottom-sm-2 {
    margin-bottom: 2rem;
  }
  .margin-bottom-sm-2-5 {
    margin-bottom: 2.5rem;
  }
  .margin-bottom-sm-3 {
    margin-bottom: 3rem;
  }
  .margin-bottom-sm-4 {
    margin-bottom: 4rem;
  }
  .go5gmmj71e {
    margin-bottom: 5rem;
  }
  .p37u04tl4z {
    margin-bottom: 6rem;
  }
}

@media (min-width: 992px) {
  .zst6j633qb {
    margin-bottom: 1rem;
  }
  .cxi575wedt {
    margin-bottom: 1.5rem;
  }
  .k8cdpe2153 {
    margin-bottom: 2rem;
  }
  .b15cd2gdfx {
    margin-bottom: 2.5rem;
  }
  .ciduk6knvc {
    margin-bottom: 3rem;
  }
  .ro5kmi2so7 {
    margin-bottom: 4rem;
  }
  .tko5hs9x0h {
    margin-bottom: 5rem;
  }
  .e02ty7bkhh {
    margin-bottom: 6rem;
  }
  .margin-bottom-md-7 {
    margin-bottom: 7rem;
  }
  .margin-bottom-md-8 {
    margin-bottom: 8rem;
  }
  .margin-bottom-md-10 {
    margin-bottom: 10rem;
  }
}

@media (min-width: 1200px) {
  .lefsuc9nls {
    margin-bottom: 1rem;
  }
  .l2me25157g {
    margin-bottom: 2rem;
  }
  .margin-bottom-lg-2-5 {
    margin-bottom: 2.5rem;
  }
  .rsg8xhmbca {
    margin-bottom: 3rem;
  }
  .margin-bottom-lg-4 {
    margin-bottom: 4rem;
  }
  .margin-bottom-lg-5 {
    margin-bottom: 5rem;
  }
  .margin-bottom-lg-6 {
    margin-bottom: 6rem;
  }
  .ctxge2e75o {
    margin-bottom: 7rem;
  }
  .alh034sje6 {
    margin-bottom: 8rem;
  }
  .margin-bottom-lg-10 {
    margin-bottom: 10rem;
  }
}

@media (min-width: 1440px) {
  .margin-bottom-xl-0 {
    margin-bottom: 0rem;
  }
  .margin-bottom-xl-1 {
    margin-bottom: 1rem;
  }
  .margin-bottom-xl-2 {
    margin-bottom: 2rem;
  }
  .margin-bottom-xl-2-5 {
    margin-bottom: 2.5rem;
  }
  .margin-bottom-xl-3 {
    margin-bottom: 3rem;
  }
  .margin-bottom-xl-4 {
    margin-bottom: 4rem;
  }
  .margin-bottom-xl-5 {
    margin-bottom: 5rem;
  }
  .margin-bottom-xl-6 {
    margin-bottom: 6rem;
  }
}

.margin-top-01 {
  margin-top: 0.1rem;
}

.margin-top-02 {
  margin-top: 0.2rem;
}

.margin-top-03 {
  margin-top: 0.3rem;
}

.margin-top-04 {
  margin-top: 0.4rem;
}

.oumvzqazca {
  margin-top: 0.5rem;
}

.margin-top-08 {
  margin-top: 0.8rem;
}

.nnsqnmjgqv {
  margin-top: 1rem;
}

.rv013p38bd {
  margin-top: 1.5rem;
}

.o9q4l7qt4w {
  margin-top: 2rem;
}

.margin-top-2-5 {
  margin-top: 2.5rem;
}

.margin-top-3 {
  margin-top: 3rem;
}

.p39882bve5 {
  margin-top: 4rem;
}

.margin-top-5 {
  margin-top: 5rem;
}

.margin-top-6 {
  margin-top: 6rem;
}

.margin-top-7 {
  margin-top: 7rem;
}

.margin-top-8 {
  margin-top: 8rem;
}

.margin-top-9 {
  margin-top: 9rem;
}

.margin-top-10 {
  margin-top: 10rem;
}

@media (min-width: 576px) {
  .margin-top-xs-1 {
    margin-top: 1rem;
  }
  .margin-top-xs-2 {
    margin-top: 2rem;
  }
  .margin-top-xs-3 {
    margin-top: 3rem;
  }
  .margin-top-xs-4 {
    margin-top: 4rem;
  }
  .margin-top-xs-5 {
    margin-top: 5rem;
  }
  .margin-top-xs-6 {
    margin-top: 6rem;
  }
}

@media (min-width: 771px) {
  .re1cu3sls2 {
    margin-top: 1rem;
  }
  .margin-top-sm-2 {
    margin-top: 2rem;
  }
  .margin-top-sm-3 {
    margin-top: 3rem;
  }
  .margin-top-sm-4 {
    margin-top: 4rem;
  }
  .margin-top-sm-5 {
    margin-top: 5rem;
  }
  .margin-top-sm-6 {
    margin-top: 6rem;
  }
}

@media (min-width: 992px) {
  .margin-top-md-08 {
    margin-top: 0.8rem;
  }
  .lazzx29oli {
    margin-top: 1rem;
  }
  .margin-top-md-1-5 {
    margin-top: 1.5rem;
  }
  .margin-top-md-2 {
    margin-top: 2rem;
  }
  .margin-top-md-3 {
    margin-top: 3rem;
  }
  .e8eji1voab {
    margin-top: 4rem;
  }
  .margin-top-md-5 {
    margin-top: 5rem;
  }
  .margin-top-md-6 {
    margin-top: 6rem;
  }
}

@media (min-width: 1200px) {
  .c08gxwljmf {
    margin-top: 1rem;
  }
  .qawk3kau7b {
    margin-top: 2rem;
  }
  .margin-top-lg-3 {
    margin-top: 3rem;
  }
  .margin-top-lg-4 {
    margin-top: 4rem;
  }
  .margin-top-lg-5 {
    margin-top: 5rem;
  }
  .margin-top-lg-6 {
    margin-top: 6rem;
  }
}

@media (min-width: 1440px) {
  .margin-top-xl-1 {
    margin-top: 1rem;
  }
  .margin-top-xl-2 {
    margin-top: 2rem;
  }
  .margin-top-xl-3 {
    margin-top: 3rem;
  }
  .margin-top-xl-4 {
    margin-top: 4rem;
  }
  .margin-top-xl-5 {
    margin-top: 5rem;
  }
  .margin-top-xl-6 {
    margin-top: 6rem;
  }
}

.margin-left-01 {
  margin-left: 0.1rem;
}

.margin-left-02 {
  margin-left: 0.2rem;
}

.kq9nbcrili {
  margin-left: 0.3rem;
}

.margin-left-04 {
  margin-left: 0.4rem;
}

.znqtm03125 {
  margin-left: 0.5rem;
}

.chpehfd0pt {
  margin-left: 0.8rem;
}

.m6wkdzmbz3 {
  margin-left: 1rem;
}

.e67z9hmyud {
  margin-left: 1.5rem;
}

.margin-left-2 {
  margin-left: 2rem;
}

.margin-left-3 {
  margin-left: 3rem;
}

.margin-left-4 {
  margin-left: 4rem;
}

.margin-left-5 {
  margin-left: 5rem;
}

.margin-left-6 {
  margin-left: 6rem;
}

.margin-left-7 {
  margin-left: 7rem;
}

.margin-left-8 {
  margin-left: 8rem;
}

.margin-left-9 {
  margin-left: 9rem;
}

.margin-left-10 {
  margin-left: 10rem;
}

@media (min-width: 576px) {
  .margin-left-xs-1 {
    margin-left: 1rem;
  }
  .l6lo8h74x0 {
    margin-left: 2rem;
  }
  .margin-left-xs-3 {
    margin-left: 3rem;
  }
  .margin-left-xs-4 {
    margin-left: 4rem;
  }
  .margin-left-xs-5 {
    margin-left: 5rem;
  }
  .margin-left-xs-6 {
    margin-left: 6rem;
  }
}

@media (min-width: 771px) {
  .margin-left-sm-1 {
    margin-left: 1rem;
  }
  .margin-left-sm-2 {
    margin-left: 2rem;
  }
  .margin-left-sm-3 {
    margin-left: 3rem;
  }
  .margin-left-sm-4 {
    margin-left: 4rem;
  }
  .margin-left-sm-5 {
    margin-left: 5rem;
  }
  .margin-left-sm-6 {
    margin-left: 6rem;
  }
}

@media (min-width: 992px) {
  .margin-left-md-1 {
    margin-left: 1rem;
  }
  .margin-left-md-2 {
    margin-left: 2rem;
  }
  .margin-left-md-3 {
    margin-left: 3rem;
  }
  .margin-left-md-4 {
    margin-left: 4rem;
  }
  .margin-left-md-5 {
    margin-left: 5rem;
  }
  .margin-left-md-6 {
    margin-left: 6rem;
  }
}

@media (min-width: 1200px) {
  .margin-left-lg-1 {
    margin-left: 1rem;
  }
  .margin-left-lg-2 {
    margin-left: 2rem;
  }
  .margin-left-lg-3 {
    margin-left: 3rem;
  }
  .margin-left-lg-4 {
    margin-left: 4rem;
  }
  .margin-left-lg-5 {
    margin-left: 5rem;
  }
  .margin-left-lg-6 {
    margin-left: 6rem;
  }
}

@media (min-width: 1440px) {
  .margin-left-xl-1 {
    margin-left: 1rem;
  }
  .margin-left-xl-2 {
    margin-left: 2rem;
  }
  .margin-left-xl-3 {
    margin-left: 3rem;
  }
  .margin-left-xl-4 {
    margin-left: 4rem;
  }
  .margin-left-xl-5 {
    margin-left: 5rem;
  }
  .margin-left-xl-6 {
    margin-left: 6rem;
  }
}

@media (min-width: 1600px) {
  .margin-left-xxl-3 {
    margin-left: 3rem;
  }
  .margin-left-xxl-4 {
    margin-left: 4rem;
  }
}

@media (min-width: 1800px) {
  .margin-left-xxxl-3 {
    margin-left: 3rem;
  }
  .margin-left-xxxl-4 {
    margin-left: 4rem;
  }
}

.bmlhv7kw1d {
  margin-right: 0.5rem;
}

.margin-right-01 {
  margin-right: 0.1rem;
}

.margin-right-02 {
  margin-right: 0.2rem;
}

.margin-right-03 {
  margin-right: 0.3rem;
}

.margin-right-04 {
  margin-right: 0.4rem;
}

.bmlhv7kw1d {
  margin-right: 0.5rem;
}

.margin-right-08 {
  margin-right: 0.8rem;
}

.yntwv92ebg {
  margin-right: 1rem;
}

.lw5j1mvrsw {
  margin-right: 1.5rem;
}

.c99hs67n59 {
  margin-right: 2rem;
}

.xaovv2xtgk {
  margin-right: 2.5rem;
}

.margin-right-3 {
  margin-right: 3rem;
}

.margin-right-4 {
  margin-right: 4rem;
}

.margin-right-5 {
  margin-right: 5rem;
}

.margin-right-6 {
  margin-right: 6rem;
}

.margin-right-7 {
  margin-right: 7rem;
}

.margin-right-8 {
  margin-right: 8rem;
}

.margin-right-9 {
  margin-right: 9rem;
}

.margin-right-10 {
  margin-right: 10rem;
}

@media (min-width: 576px) {
  .margin-right-xs-1 {
    margin-right: 1rem;
  }
  .mcvcuwfe2a {
    margin-right: 2rem;
  }
  .jmti29sjx2 {
    margin-right: 3rem;
  }
  .margin-right-xs-4 {
    margin-right: 4rem;
  }
  .margin-right-xs-5 {
    margin-right: 5rem;
  }
  .margin-right-xs-6 {
    margin-right: 6rem;
  }
}

@media (min-width: 771px) {
  .margin-right-sm-1 {
    margin-right: 1rem;
  }
  .margin-right-sm-2 {
    margin-right: 2rem;
  }
  .margin-right-sm-2-5 {
    margin-right: 2.5rem;
  }
  .margin-right-sm-3 {
    margin-right: 3rem;
  }
  .margin-right-sm-4 {
    margin-right: 4rem;
  }
  .margin-right-sm-5 {
    margin-right: 5rem;
  }
  .margin-right-sm-6 {
    margin-right: 6rem;
  }
}

@media (min-width: 992px) {
  .margin-right-md-1 {
    margin-right: 1rem;
  }
  .margin-right-md-1-5 {
    margin-right: 1.5rem;
  }
  .margin-right-md-2 {
    margin-right: 2rem;
  }
  .margin-right-md-2-5 {
    margin-right: 2.5rem;
  }
  .margin-right-md-3 {
    margin-right: 3rem;
  }
  .margin-right-md-4 {
    margin-right: 4rem;
  }
  .margin-right-md-5 {
    margin-right: 5rem;
  }
  .margin-right-md-6 {
    margin-right: 6rem;
  }
}

@media (min-width: 1200px) {
  .margin-right-lg-1 {
    margin-right: 1rem;
  }
  .margin-right-lg-2 {
    margin-right: 2rem;
  }
  .margin-right-lg-3 {
    margin-right: 3rem;
  }
  .margin-right-lg-4 {
    margin-right: 4rem;
  }
  .margin-right-lg-5 {
    margin-right: 5rem;
  }
  .margin-right-lg-6 {
    margin-right: 6rem;
  }
}

@media (min-width: 1440px) {
  .margin-right-xl-1 {
    margin-right: 1rem;
  }
  .margin-right-xl-2 {
    margin-right: 2rem;
  }
  .margin-right-xl-3 {
    margin-right: 3rem;
  }
  .margin-right-xl-4 {
    margin-right: 4rem;
  }
  .margin-right-xl-5 {
    margin-right: 5rem;
  }
  .margin-right-xl-6 {
    margin-right: 6rem;
  }
}

@media (min-width: 1440px) {
  .margin-right-xxl-3 {
    margin-right: 3rem;
  }
}

@media (min-width: 1800px) {
  .margin-right-xxxl-2 {
    margin-right: 2rem;
  }
  .margin-right-xxxl-3 {
    margin-right: 3rem;
  }
  .margin-right-xxxl-4 {
    margin-right: 4rem;
  }
}

.j77ugb4o5l {
  margin: 0 auto;
}

.zltqhutq6v {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

@media (min-width: 576px) {
  .margin-xs-center {
    margin: 0 auto;
  }
  .margin-xs-left-auto {
    margin-left: auto;
  }
  .margin-xs-right-auto {
    margin-right: auto;
  }
}

@media (min-width: 771px) {
  .margin-sm-center {
    margin: 0 auto;
  }
  .margin-sm-left-auto {
    margin-left: auto;
  }
  .margin-sm-right-auto {
    margin-right: auto;
  }
  .cwi0sv2anf {
    margin-left: 0;
  }
  .margin-sm-right-0 {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .margin-md-center {
    margin: 0 auto;
  }
  .margin-md-left-auto {
    margin-left: auto;
  }
  .margin-md-right-auto {
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .margin-lg-center {
    margin: 0 auto;
  }
  .margin-lg-left-auto {
    margin-left: auto;
  }
  .margin-lg-right-auto {
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .margin-md-top-negative-3 {
    margin-top: -3rem;
  }
}

@media (max-width: 770px) {
  .margin-sm-negative-15 {
    margin: 0 -15px;
  }
}

.kg1y6mbuxn {
  margin-top: 0 !important;
}

@media (min-width: 576px) {
  .jfc9yelfug {
    margin-top: 0 !important;
  }
}

@media (min-width: 771px) {
  .margin-top-sm-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .uyieel4txa {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .margin-top-lg-0 {
    margin-top: 0 !important;
  }
}

@media (max-width: 1199px) {
  .margin-bp-top-lg-0 {
    margin-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .margin-bp-top-md-0 {
    margin-top: 0 !important;
  }
}

@media (max-width: 770px) {
  .margin-bp-top-sm-0 {
    margin-top: 0 !important;
  }
}

@media (max-width: 575px) {
  .margin-bp-top-xs-0 {
    margin-top: 0 !important;
  }
}

.margin-right-0 {
  margin-right: 0 !important;
}

@media (min-width: 576px) {
  .margin-right-xs-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 771px) {
  .margin-right-sm-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .margin-right-md-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .margin-right-lg-0 {
    margin-right: 0 !important;
  }
}

@media (max-width: 1199px) {
  .margin-bp-right-lg-0 {
    margin-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .margin-bp-right-md-0 {
    margin-right: 0 !important;
  }
}

@media (max-width: 770px) {
  .margin-bp-right-sm-0 {
    margin-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .margin-bp-right-xs-0 {
    margin-right: 0 !important;
  }
}

.sgg6g2pt55 {
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .mnmlim84v2 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 771px) {
  .gny6y0vbz3 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .bs0ifp8yb0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .yd1082yxeh {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .margin-bp-bottom-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .margin-bp-bottom-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 770px) {
  .margin-bp-bottom-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 575px) {
  .margin-bp-bottom-xs-0 {
    margin-bottom: 0 !important;
  }
}

.margin-left-0 {
  margin-left: 0 !important;
}

@media (min-width: 576px) {
  .margin-left-xs-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 771px) {
  .margin-left-sm-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .margin-left-md-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .margin-left-lg-0 {
    margin-left: 0 !important;
  }
}

@media (max-width: 1199px) {
  .margin-bp-left-lg-0 {
    margin-left: 0 !important;
  }
}

@media (max-width: 991px) {
  .margin-bp-left-md-0 {
    margin-left: 0 !important;
  }
}

@media (max-width: 770px) {
  .margin-bp-left-sm-0 {
    margin-left: 0 !important;
  }
}

@media (max-width: 575px) {
  .margin-bp-left-xs-0 {
    margin-left: 0 !important;
  }
}

/* Padding block */
.ml744baa4 {
  padding: 0 !important;
}

@media (min-width: 576px) {
  .padding-xs-0 {
    padding: 0 !important;
  }
}

@media (min-width: 771px) {
  .padding-sm-0 {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  .padding-md-0 {
    padding: 0 !important;
  }
}

@media (min-width: 1440px) {
  .padding-xl-0 {
    padding: 0 !important;
  }
}

.padding-left-3 {
  padding-left: 3rem;
}

@media (min-width: 992px) {
  .padding-left-md-3 {
    padding-left: 3rem;
  }
}

.uounfljers {
  padding-top: 0 !important;
}

.padding-top-xs-0 {
  padding-top: 0 !important;
}

@media (min-width: 771px) {
  .vs35kua8d5 {
    padding-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .d31a3ez0bh {
    padding-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .padding-top-lg-0 {
    padding-top: 0 !important;
  }
}

@media (max-width: 1199px) {
  .padding-bp-top-lg-0 {
    padding-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .pukp4gr22t {
    padding-top: 0 !important;
  }
}

@media (max-width: 770px) {
  .a7vzair2fw {
    padding-top: 0 !important;
  }
}

@media (max-width: 575px) {
  .padding-bp-top-xs-0 {
    padding-top: 0 !important;
  }
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-right-xs-0 {
  padding-right: 0 !important;
}

@media (min-width: 771px) {
  .padding-right-sm-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .padding-right-md-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .padding-right-lg-0 {
    padding-right: 0 !important;
  }
}

@media (max-width: 1199px) {
  .padding-bp-right-lg-0 {
    padding-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .padding-bp-right-md-0 {
    padding-right: 0 !important;
  }
}

@media (max-width: 770px) {
  .padding-bp-right-sm-0 {
    padding-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .padding-bp-right-xs-0 {
    padding-right: 0 !important;
  }
}

.dxq8o3pmc9 {
  padding-bottom: 0 !important;
}

.padding-bottom-xs-0 {
  padding-bottom: 0 !important;
}

@media (min-width: 771px) {
  .x2knzaskeu {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .padding-bottom-md-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .padding-bottom-lg-0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .padding-bp-bottom-lg-0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .grued9tm6a {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 770px) {
  .padding-bp-bottom-sm-0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 575px) {
  .padding-bp-bottom-xs-0 {
    padding-bottom: 0 !important;
  }
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-left-xs-0 {
  padding-left: 0 !important;
}

@media (min-width: 771px) {
  .padding-left-sm-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .padding-left-md-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .padding-left-lg-0 {
    padding-left: 0 !important;
  }
}

@media (max-width: 1199px) {
  .padding-bp-left-lg-0 {
    padding-left: 0 !important;
  }
}

@media (max-width: 991px) {
  .padding-bp-left-md-0 {
    padding-left: 0 !important;
  }
}

@media (max-width: 770px) {
  .padding-bp-left-sm-0 {
    padding-left: 0 !important;
  }
}

@media (max-width: 575px) {
  .padding-bp-left-xs-0 {
    padding-left: 0 !important;
  }
}

/* Position helpers */
.pos-r {
  position: relative;
}

.pos-f {
  position: fixed;
}

.pos-s {
  position: static;
}

.pos-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.pos-a {
  position: absolute;
}

.pos-auto {
  position: inherit;
}

/* Row helpers */
.row-40 {
  margin-right: -40px;
  margin-left: -40px;
}

.row-40 .row-item {
  padding-left: 40px;
  padding-right: 40px;
}

.row-30 {
  margin-right: -30px;
  margin-left: -30px;
}

.row-30 .row-item {
  padding-left: 30px;
  padding-right: 30px;
}

.row-20 {
  margin-right: -20px;
  margin-left: -20px;
}

.row-20 .row-item {
  padding-left: 20px;
  padding-right: 20px;
}

.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.row-10 .row-item {
  padding-left: 10px;
  padding-right: 10px;
}

/* Size helpers */
.w-full {
  width: 100%;
}

.w-half {
  width: 50%;
}

.w-quarter {
  width: 25%;
}

.h-full-vh {
  height: 100vh;
}

.h-full {
  height: 100%;
}

.h-half {
  height: 50%;
}

.h-quarter {
  height: 25%;
}

/* Text helpers */
.cursor-pointer {
  cursor: pointer;
}

.n9ssbb {
  text-align: right;
}

.tvkwbf {
  text-align: center;
}

.esoose {
  text-align: left;
}

.xybvhosua {
  text-transform: uppercase;
}

.txt-lower {
  text-transform: lowercase;
}

.txt-italic {
  font-style: italic;
}

.txt-light {
  font-weight: 300;
}

.txt-regular {
  font-weight: 300;
}

.txt-bold {
  font-weight: 700;
}

.txt-line {
  text-decoration: line-through;
}

.f4zmtzwdof {
  text-decoration: underline;
}

.p-regular p {
  font-weight: 400;
}

.p-size-22 p {
  font-size: 22px;
  font-size: 1.375rem;
}

.p-size-20 p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .p-size-20 p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 771px) {
  .p-size-20 p {
    line-height: 1.5;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-lg-size-20 p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .p-lg-size-20 p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .p-lg-size-20 p {
    line-height: 1.5;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-size-18 p {
  font-size: 18px;
  font-size: 1.125rem;
}

.p-size-17 p {
  font-size: 17px;
  font-size: 1.0625rem;
}

.p-size-16 p {
  font-size: 16px;
  font-size: 1rem;
}

.p-size-15 p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.p-size-14 p {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-size-12 p {
  font-size: 12px;
  font-size: 0.75rem;
}

.p-size-10 p {
  font-size: 10px;
  font-size: 0.625rem;
}

@media (max-width: 770px) {
  .p-sm-size-12 p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-sm-size-14 p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-sm-size-15 p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-sm-size-18 p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 575px) {
  .p-xs-bold p {
    font-family: "Sora-bold", Arial, sans-serif;
    font-weight: 700;
  }
  .p-xs-size-12 p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-xs-size-14 p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-xs-size-18 p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-line-2 p {
  line-height: 2;
}

.p-line-1-8 p {
  line-height: 1.8;
}

.p-line-1-6 p {
  line-height: 1.6;
}

.p-line-1-5 p {
  line-height: 1.5;
}

.p-line-1-4 p {
  line-height: 1.4;
}

.p-line-1-2 p {
  line-height: 1.2;
}

.p-line-1 p {
  line-height: 1;
}

.h-light h1,
.h-light .spadnv,
.h-light h2,
.h-light .bcevn0,
.h-light h3,
.h-light .kdlyfx,
.h-light h4,
.h-light .j8kgjn,
.h-light h5,
.h-light .r7zvcbt,
.h-light h6,
.h-light .zeta {
  font-weight: 300;
}

.h-regular h1,
.h-regular .spadnv,
.h-regular h2,
.h-regular .bcevn0,
.h-regular h3,
.h-regular .kdlyfx,
.h-regular h4,
.h-regular .j8kgjn,
.h-regular h5,
.h-regular .r7zvcbt,
.h-regular h6,
.h-regular .zeta {
  font-weight: 400;
}

.h-semibold h1,
.h-semibold .spadnv,
.h-semibold h2,
.h-semibold .bcevn0,
.h-semibold h3,
.h-semibold .kdlyfx,
.h-semibold h4,
.h-semibold .j8kgjn,
.h-semibold h5,
.h-semibold .r7zvcbt,
.h-semibold h6,
.h-semibold .zeta {
  font-family: "BigShoulders-thin", Arial, sans-serif;
  font-weight: 600;
}

.h-bold h1,
.h-bold .spadnv,
.h-bold h2,
.h-bold .bcevn0,
.h-bold h3,
.h-bold .kdlyfx,
.h-bold h4,
.h-bold .j8kgjn,
.h-bold h5,
.h-bold .r7zvcbt,
.h-bold h6,
.h-bold .zeta {
  font-family: "BigShoulders-thin", Arial, sans-serif;
  font-weight: 700;
}

.h-black h1,
.h-black .spadnv,
.h-black h2,
.h-black .bcevn0,
.h-black h3,
.h-black .kdlyfx,
.h-black h4,
.h-black .j8kgjn,
.h-black h5,
.h-black .r7zvcbt,
.h-black h6,
.h-black .zeta {
  font-family: "BigShoulders-extrabold", Arial, sans-serif;
  font-weight: 900;
}

.h-primary-bold h1,
.h-primary-bold .spadnv,
.h-primary-bold h2,
.h-primary-bold .bcevn0,
.h-primary-bold h3,
.h-primary-bold .kdlyfx,
.h-primary-bold h4,
.h-primary-bold .j8kgjn,
.h-primary-bold h5,
.h-primary-bold .r7zvcbt,
.h-primary-bold h6,
.h-primary-bold .zeta {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

.h-upper h1,
.h-upper .spadnv,
.h-upper h2,
.h-upper .bcevn0,
.h-upper h3,
.h-upper .kdlyfx,
.h-upper h4,
.h-upper .j8kgjn,
.h-upper h5,
.h-upper .r7zvcbt,
.h-upper h6,
.h-upper .zeta {
  text-transform: uppercase;
}

.h-line-1 h1,
.h-line-1 .spadnv,
.h-line-1 h2,
.h-line-1 .bcevn0,
.h-line-1 h3,
.h-line-1 .kdlyfx,
.h-line-1 h4,
.h-line-1 .j8kgjn,
.h-line-1 h5,
.h-line-1 .r7zvcbt,
.h-line-1 h6,
.h-line-1 .zeta {
  line-height: 1;
}

.h-line-1-2 h1,
.h-line-1-2 .spadnv,
.h-line-1-2 h2,
.h-line-1-2 .bcevn0,
.h-line-1-2 h3,
.h-line-1-2 .kdlyfx,
.h-line-1-2 h4,
.h-line-1-2 .j8kgjn,
.h-line-1-2 h5,
.h-line-1-2 .r7zvcbt,
.h-line-1-2 h6,
.h-line-1-2 .zeta {
  line-height: 1.2;
}

.h-line-1-4 h1,
.h-line-1-4 .spadnv,
.h-line-1-4 h2,
.h-line-1-4 .bcevn0,
.h-line-1-4 h3,
.h-line-1-4 .kdlyfx,
.h-line-1-4 h4,
.h-line-1-4 .j8kgjn,
.h-line-1-4 h5,
.h-line-1-4 .r7zvcbt,
.h-line-1-4 h6,
.h-line-1-4 .zeta {
  line-height: 1.4;
}

.h-line-1-6 h1,
.h-line-1-6 .spadnv,
.h-line-1-6 h2,
.h-line-1-6 .bcevn0,
.h-line-1-6 h3,
.h-line-1-6 .kdlyfx,
.h-line-1-6 h4,
.h-line-1-6 .j8kgjn,
.h-line-1-6 h5,
.h-line-1-6 .r7zvcbt,
.h-line-1-6 h6,
.h-line-1-6 .zeta {
  line-height: 1.6;
}

.h-line-1-8 h1,
.h-line-1-8 .spadnv,
.h-line-1-8 h2,
.h-line-1-8 .bcevn0,
.h-line-1-8 h3,
.h-line-1-8 .kdlyfx,
.h-line-1-8 h4,
.h-line-1-8 .j8kgjn,
.h-line-1-8 h5,
.h-line-1-8 .r7zvcbt,
.h-line-1-8 h6,
.h-line-1-8 .zeta {
  line-height: 1.8;
}

.h-line-2 h1,
.h-line-2 .spadnv,
.h-line-2 h2,
.h-line-2 .bcevn0,
.h-line-2 h3,
.h-line-2 .kdlyfx,
.h-line-2 h4,
.h-line-2 .j8kgjn,
.h-line-2 h5,
.h-line-2 .r7zvcbt,
.h-line-2 h6,
.h-line-2 .zeta {
  line-height: 2;
}

@media (min-width: 576px) {
  .h-line-xs-1-2 h1,
  .h-line-xs-1-2 .spadnv,
  .h-line-xs-1-2 h2,
  .h-line-xs-1-2 .bcevn0,
  .h-line-xs-1-2 h3,
  .h-line-xs-1-2 .kdlyfx,
  .h-line-xs-1-2 h4,
  .h-line-xs-1-2 .j8kgjn,
  .h-line-xs-1-2 h5,
  .h-line-xs-1-2 .r7zvcbt,
  .h-line-xs-1-2 h6,
  .h-line-xs-1-2 .zeta {
    line-height: 1.2;
  }
}

@media (min-width: 771px) {
  .h-line-sm-1-2 h1,
  .h-line-sm-1-2 .spadnv,
  .h-line-sm-1-2 h2,
  .h-line-sm-1-2 .bcevn0,
  .h-line-sm-1-2 h3,
  .h-line-sm-1-2 .kdlyfx,
  .h-line-sm-1-2 h4,
  .h-line-sm-1-2 .j8kgjn,
  .h-line-sm-1-2 h5,
  .h-line-sm-1-2 .r7zvcbt,
  .h-line-sm-1-2 h6,
  .h-line-sm-1-2 .zeta {
    line-height: 1.2;
  }
}

@media (min-width: 370px) {
  .txt-xss-c {
    text-align: center;
  }
  .txt-xss-l {
    text-align: left;
  }
  .txt-xss-r {
    text-align: right;
  }
}

@media (min-width: 576px) {
  .c7d48xqs {
    text-align: center;
  }
  .jiydyjqn {
    text-align: left;
  }
  .txt-xs-r {
    text-align: right;
  }
}

@media (min-width: 771px) {
  .psiyjgqw {
    text-align: left;
  }
  .txt-sm-r {
    text-align: right;
  }
  .txt-sm-c {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .e56d8awm {
    text-align: left;
  }
  .kmcvoqzp {
    text-align: right;
  }
  .txt-md-c {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .r2xgysi2 {
    text-align: right;
  }
  .txt-lg-l {
    text-align: left;
  }
  .widp3waw {
    text-align: center;
  }
}

.h-margin-0 .spadnv,
.h-margin-0 .bcevn0,
.h-margin-0 .kdlyfx,
.h-margin-0 .j8kgjn,
.h-margin-0 .r7zvcbt,
.h-margin-0 .zeta,
.h-margin-0 h1,
.h-margin-0 h2,
.h-margin-0 h3,
.h-margin-0 h4,
.h-margin-0 h5,
.h-margin-0 h6 {
  margin-bottom: 0;
}

.h-margin-01 .spadnv,
.h-margin-01 .bcevn0,
.h-margin-01 .kdlyfx,
.h-margin-01 .j8kgjn,
.h-margin-01 .r7zvcbt,
.h-margin-01 .zeta,
.h-margin-01 h1,
.h-margin-01 h2,
.h-margin-01 h3,
.h-margin-01 h4,
.h-margin-01 h5,
.h-margin-01 h6 {
  margin-bottom: 0.1rem;
}

.h-margin-02 .spadnv,
.h-margin-02 .bcevn0,
.h-margin-02 .kdlyfx,
.h-margin-02 .j8kgjn,
.h-margin-02 .r7zvcbt,
.h-margin-02 .zeta,
.h-margin-02 h1,
.h-margin-02 h2,
.h-margin-02 h3,
.h-margin-02 h4,
.h-margin-02 h5,
.h-margin-02 h6 {
  margin-bottom: 0.2rem;
}

.h-margin-03 .spadnv,
.h-margin-03 .bcevn0,
.h-margin-03 .kdlyfx,
.h-margin-03 .j8kgjn,
.h-margin-03 .r7zvcbt,
.h-margin-03 .zeta,
.h-margin-03 h1,
.h-margin-03 h2,
.h-margin-03 h3,
.h-margin-03 h4,
.h-margin-03 h5,
.h-margin-03 h6 {
  margin-bottom: 0.3rem;
}

.h-margin-04 .spadnv,
.h-margin-04 .bcevn0,
.h-margin-04 .kdlyfx,
.h-margin-04 .j8kgjn,
.h-margin-04 .r7zvcbt,
.h-margin-04 .zeta,
.h-margin-04 h1,
.h-margin-04 h2,
.h-margin-04 h3,
.h-margin-04 h4,
.h-margin-04 h5,
.h-margin-04 h6 {
  margin-bottom: 0.4rem;
}

.h-margin-05 .spadnv,
.h-margin-05 .bcevn0,
.h-margin-05 .kdlyfx,
.h-margin-05 .j8kgjn,
.h-margin-05 .r7zvcbt,
.h-margin-05 .zeta,
.h-margin-05 h1,
.h-margin-05 h2,
.h-margin-05 h3,
.h-margin-05 h4,
.h-margin-05 h5,
.h-margin-05 h6 {
  margin-bottom: 0.5rem;
}

.h-margin-06 .spadnv,
.h-margin-06 .bcevn0,
.h-margin-06 .kdlyfx,
.h-margin-06 .j8kgjn,
.h-margin-06 .r7zvcbt,
.h-margin-06 .zeta,
.h-margin-06 h1,
.h-margin-06 h2,
.h-margin-06 h3,
.h-margin-06 h4,
.h-margin-06 h5,
.h-margin-06 h6 {
  margin-bottom: 0.6rem;
}

.h-margin-08 .spadnv,
.h-margin-08 .bcevn0,
.h-margin-08 .kdlyfx,
.h-margin-08 .j8kgjn,
.h-margin-08 .r7zvcbt,
.h-margin-08 .zeta,
.h-margin-08 h1,
.h-margin-08 h2,
.h-margin-08 h3,
.h-margin-08 h4,
.h-margin-08 h5,
.h-margin-08 h6 {
  margin-bottom: 0.8rem;
}

.h-margin-1 .spadnv,
.h-margin-1 .bcevn0,
.h-margin-1 .kdlyfx,
.h-margin-1 .j8kgjn,
.h-margin-1 .r7zvcbt,
.h-margin-1 .zeta,
.h-margin-1 h1,
.h-margin-1 h2,
.h-margin-1 h3,
.h-margin-1 h4,
.h-margin-1 h5,
.h-margin-1 h6 {
  margin-bottom: 1rem;
}

.h-margin-1-2 .spadnv,
.h-margin-1-2 .bcevn0,
.h-margin-1-2 .kdlyfx,
.h-margin-1-2 .j8kgjn,
.h-margin-1-2 .r7zvcbt,
.h-margin-1-2 .zeta,
.h-margin-1-2 h1,
.h-margin-1-2 h2,
.h-margin-1-2 h3,
.h-margin-1-2 h4,
.h-margin-1-2 h5,
.h-margin-1-2 h6 {
  margin-bottom: 1.2rem;
}

.h-margin-1-5 .spadnv,
.h-margin-1-5 .bcevn0,
.h-margin-1-5 .kdlyfx,
.h-margin-1-5 .j8kgjn,
.h-margin-1-5 .r7zvcbt,
.h-margin-1-5 .zeta,
.h-margin-1-5 h1,
.h-margin-1-5 h2,
.h-margin-1-5 h3,
.h-margin-1-5 h4,
.h-margin-1-5 h5,
.h-margin-1-5 h6 {
  margin-bottom: 1.5rem;
}

.h-margin-2 .spadnv,
.h-margin-2 .bcevn0,
.h-margin-2 .kdlyfx,
.h-margin-2 .j8kgjn,
.h-margin-2 .r7zvcbt,
.h-margin-2 .zeta,
.h-margin-2 h1,
.h-margin-2 h2,
.h-margin-2 h3,
.h-margin-2 h4,
.h-margin-2 h5,
.h-margin-2 h6 {
  margin-bottom: 2rem;
}

@media (max-width: 770px) {
  .h-margin-sm-1 .spadnv,
  .h-margin-sm-1 .bcevn0,
  .h-margin-sm-1 .kdlyfx,
  .h-margin-sm-1 .j8kgjn,
  .h-margin-sm-1 .r7zvcbt,
  .h-margin-sm-1 .zeta,
  .h-margin-sm-1 h1,
  .h-margin-sm-1 h2,
  .h-margin-sm-1 h3,
  .h-margin-sm-1 h4,
  .h-margin-sm-1 h5,
  .h-margin-sm-1 h6 {
    margin-bottom: 1rem;
  }
}

.p-margin-0 p {
  margin-bottom: 0;
}

.p-margin-01 p {
  margin-bottom: 0.1rem;
}

.p-margin-02 p {
  margin-bottom: 0.2rem;
}

.p-margin-03 p {
  margin-bottom: 0.3rem;
}

.p-margin-04 p {
  margin-bottom: 0.4rem;
}

.p-margin-05 p {
  margin-bottom: 0.5rem;
}

.p-margin-08 p {
  margin-bottom: 0.8rem;
}

.p-margin-1 p {
  margin-bottom: 1rem;
}

.p-margin-1-5 p {
  margin-bottom: 1.5rem;
}

.p-margin-2 p {
  margin-bottom: 2rem;
}

/* Z-index helpers */
.z-index--1 {
  z-index: -1;
}

.z-index-1 {
  z-index: 1;
}

.ssk8qfpik {
  z-index: 2;
}

.diwvga3rx {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.xcnblbgvmr {
  z-index: 100;
}

.z-index-1000 {
  z-index: 1000;
}

.z-index-10000 {
  z-index: 10000;
}

@media (max-width: 991px) {
  .cn1dw5uyhu {
    z-index: 4;
  }
}

.lpgbobq50 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.fvjs3vgzod {
  -webkit-line-clamp: 2;
}

.yr5p93mt5b {
  -webkit-line-clamp: 3;
}

.bxgrct9ssx {
  -webkit-line-clamp: 4;
}

.no-object-fit .wt5deka4wx img {
  height: auto;
  width: auto;
  vertical-align: middle;
  margin: 0 auto;
}

.no-object-fit .img-flex-contain {
  display: block;
  height: auto;
}

.no-object-fit .img-flex-contain img {
  height: 100%;
  width: auto;
  vertical-align: middle;
  margin: 0 auto;
}

.ie .destination-overlay {
  background-image: none;
}

.ie .destination-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 92, 116, 0.4);
  z-index: 1;
}

/* Base settings */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-transition: color 0.15s, background 0.15s, border 0.15s, opacity 0.15s;
  -o-transition: color 0.15s, background 0.15s, border 0.15s, opacity 0.15s;
  transition: color 0.15s, background 0.15s, border 0.15s, opacity 0.15s;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #eeeeee;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ec1c24;
}

::-webkit-scrollbar-thumb:hover {
  background: #dc121a;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-size: 100%;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 310px;
  height: 100%;
  margin: 0;
  color: #000;
  background-color: #ffffff;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  outline: none;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
}

a:focus,
a:active,
a:visited {
  outline: none;
}

.a-hover:hover, .a-hover:focus {
  text-decoration: underline;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

em,
i,
.italic {
  font-style: italic;
}

strong,
.strong {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

small,
.small {
  font-size: 12px;
  font-size: 0.75rem;
}

h1,
.spadnv,
h2,
.bcevn0,
h3,
.kdlyfx,
h4,
.j8kgjn,
h5,
.r7zvcbt,
h6,
.zeta {
  margin: 0;
  margin-bottom: 1.5rem;
  color: #000000;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 a,
.spadnv a,
h2 a,
.bcevn0 a,
h3 a,
.kdlyfx a,
h4 a,
.j8kgjn a,
h5 a,
.r7zvcbt a,
h6 a,
.zeta a {
  color: inherit;
}

h1,
.spadnv {
  font-size: 34px;
  font-size: 2.125rem;
}

@media (min-width: 576px) {
  h1,
  .spadnv {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media (min-width: 771px) {
  h1,
  .spadnv {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 575px) {
  .uuizrijx2n {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.xfj6j8na {
  font-size: 34px;
  font-size: 2.125rem;
}

@media (min-width: 771px) {
  .xfj6j8na {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .xfj6j8na {
    font-size: 72px;
    font-size: 4.5rem;
  }
}

h2,
.bcevn0 {
  font-size: 25px;
  font-size: 1.5625rem;
}

@media (min-width: 576px) {
  h2,
  .bcevn0 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (min-width: 771px) {
  h2,
  .bcevn0 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (min-width: 771px) {
  .pcffm2cz {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h3,
.kdlyfx {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  h3,
  .kdlyfx {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 771px) {
  h3,
  .kdlyfx {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h4,
.j8kgjn {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 576px) {
  h4,
  .j8kgjn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 771px) {
  h4,
  .j8kgjn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h5,
.r7zvcbt {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 576px) {
  h5,
  .r7zvcbt {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 771px) {
  h5,
  .r7zvcbt {
    font-size: 16px;
    font-size: 1rem;
  }
}

h6,
.zeta {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  h6,
  .zeta {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 771px) {
  h6,
  .zeta {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.h-divider-ext {
  position: relative;
}

.h-divider-ext:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: calc(100%);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background-color: #efefef;
  z-index: 1;
}

.h-divider-ext h1,
.h-divider-ext .spadnv,
.h-divider-ext h2,
.h-divider-ext .bcevn0,
.h-divider-ext h3,
.h-divider-ext .kdlyfx,
.h-divider-ext h4,
.h-divider-ext .j8kgjn,
.h-divider-ext h5,
.h-divider-ext .r7zvcbt,
.h-divider-ext h6,
.h-divider-ext .zeta {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 10px;
  background-color: #ffffff;
}

.dp9osq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0.4rem 0;
}

.j391kohj8s {
  padding: 0.2rem 0;
}

.a-link-big {
  padding: 0.6rem 0;
}

.d4vdohqwdh {
  color: #ec1c24;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (min-width: 576px) {
  .d4vdohqwdh {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.hp1s4udjm2 {
  font-size: 12px;
  font-size: 0.75rem;
}

.a-link-text-normal {
  font-size: 14px;
  font-size: 0.875rem;
}

.u83fs56fv5 {
  font-size: 12px;
  font-size: 0.75rem;
}

.mp3akou2ea {
  font-size: 13px;
  font-size: 0.8125rem;
}

.a-link-text-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.wh819q39sa {
  font-size: 16px;
  font-size: 1rem;
}

.s1iike9x2a {
  font-size: 18px;
  font-size: 1.125rem;
}

.gxwsuegjyz {
  font-size: 20px;
  font-size: 1.25rem;
}

.a-link-text-big-ext {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 1600px) {
  .a-link-text-big-ext {
    font-size: 16px;
    font-size: 1rem;
  }
}

.a-link-text-large {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .a-link-text-large {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 575px) {
  .a-link-xs-text-large {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .yyn5tsg1lg {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (max-width: 575px) {
  .a-link-xs-text-14 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.pmh789dqt5 {
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
}

.a-link-text-primary-bold {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

.a-link-gray {
  color: #333333;
}

.o31yks8el2 {
  color: #000000;
}

.a-link-blue-light {
  color: #ec1c24;
}

.ktyfcplfsj {
  color: #ffffff;
}

@media (max-width: 575px) {
  .nidjwe61dt {
    margin-left: 0.6rem;
  }
}

.a-link-icon-right {
  margin-left: 0;
  margin-right: 1.2rem;
}

.a-link-icon-right svg {
  font-size: 16px;
  font-size: 1rem;
}

.ems2j8kiat:hover strong,
.ems2j8kiat:hover .d4vdohqwdh {
  color: #ec1c24;
}

.ems2j8kiat:hover .fjuchweu1k svg {
  fill: #ec1c24;
}

.ems2j8kiat:hover svg {
  fill: #ec1c24;
}

.a-link-underline {
  text-decoration: underline;
}

.vzrczc94bi {
  position: relative;
}

.vzrczc94bi:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  -webkit-transition: width 250ms ease-out;
  -o-transition: width 250ms ease-out;
  transition: width 250ms ease-out;
  background-color: currentColor;
}

.vzrczc94bi:hover:after {
  width: 100%;
}

.gv7wddvhpv .vzrczc94bi {
  position: relative;
}

.gv7wddvhpv .vzrczc94bi:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  -webkit-transition: width 250ms ease-out;
  -o-transition: width 250ms ease-out;
  transition: width 250ms ease-out;
  background-color: currentColor;
}

.gv7wddvhpv:hover .vzrczc94bi:after {
  width: 100%;
}

.a-hover-link-bold:hover {
    font-weight: 700;
}

.a-link-absolute {
  position: absolute;
  top: 50%;
  background-color: #ffffff;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 1.2rem;
  z-index: 4;
}

@media (min-width: 1440px) {
  .a-link-absolute {
    padding-left: 3rem;
  }
}

p {
  display: block;
  margin-top: 0;
  margin-bottom: 2.5em;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
}

.p-font-secondary p {
  font-family: "BigShoulders-regular", Arial, sans-serif;
  font-weight: 400;
}

.p-font-secondary p strong {
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
}

ul.list-style,
ol.list-style {
  margin-bottom: 2em;
}

ul.list-style li,
ol.list-style li {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding-left: 25px;
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}

ul.list-style a,
ol.list-style a {
  color: #ec1c24;
}

ul.list-style a:hover,
ol.list-style a:hover {
  text-decoration: underline;
}

ul.list-style li:before {
  position: absolute;
  top: 9px;
  left: 3px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  color: #000000;
  border-radius: 100%;
  background-color: #000000;
}

ul.list-style-small-margin {
  margin-bottom: 1rem;
}

ul.list-style-small li {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

ul.list-style-small li:before {
  top: 7px;
}

ul.list-style-big li {
  font-size: 16px;
  font-size: 1rem;
  color: #ec1c24;
  padding-left: 40px;
  margin-bottom: 40px;
}

ul.list-style-big li:before {
  top: 3px;
  width: 16px;
  height: 16px;
  background-color: #eeeeee;
}

ol.list-style {
  list-style-position: inside;
  counter-reset: item;
}

ol.list-style li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: counter(item) ".";
  counter-increment: item;
  color: #000000;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.js-slider {
  display: none;
}

.js-slider.slick-initialized {
  display: block;
}

.js-slider .slick-slide {
  outline: none;
}

.js-slider .js-slide-item {
  outline: none;
}

.slick-arrows {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: block;
  margin-top: -25px;
  cursor: pointer;
}

.slick-arrows .slick-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
}

.slick-arrows .slick-icon:hover {
  background-color: #ec1c24;
}

.slick-arrows .slick-icon:hover svg {
  fill: #ffffff;
}

.slick-arrows .slick-icon svg {
  fill: #ec1c24;
  font-size: 16px;
  font-size: 1rem;
}

.slick-arrows.slick-disabled {
  opacity: 1;
}

.slick-arrows.slick-disabled .slick-icon:hover {
  background: #ffffff;
}

.slick-arrows.slick-disabled .slick-icon:hover svg {
  fill: #ec1c24;
}

.slick-arrows.slick-prev {
  left: 0;
}

.slick-arrows.slick-next {
  right: 0;
}

@media (min-width: 771px) {
  .swiper--sm-no-swipe {
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
  }
}

@media (min-width: 992px) {
  .swiper--md-no-swipe {
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
  }
}

.slider-padding {
  position: relative;
}

@media (min-width: 771px) {
  .slider-padding {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .slider-margin {
    margin: 0 -40px;
  }
}

@media (max-width: 1199px) {
  .slider-padding-ext {
    position: relative;
    padding: 0 40px;
  }
}

@media (min-width: 771px) {
  .slider-padding-60 {
    position: relative;
    padding: 0 60px;
  }
}

@media (min-width: 992px) {
  .slider-shadow .swiper-arrow-next {
    right: 0;
  }
  .slider-shadow .swiper-arrow-prev {
    left: -50px;
  }
}

@media (min-width: 1200px) {
  .slider-shadow .swiper-arrow-next {
    right: 0;
  }
}

@media (max-width: 991px) {
  .slider-black .swiper-arrow-next {
    right: -50px;
  }
}

.slider-black .swiper-arrow-prev {
  left: -50px;
}

.slider-black .swiper-arrow-content:hover svg {
  fill: #000000;
}

.slider-black .swiper-arrow-content svg {
  fill: #000000;
}

.slider-small .swiper-arrow-next {
  right: -5px;
}

.slider-small .swiper-arrow-prev {
  left: -5px;
}

.slider-small .swiper-arrow-content:hover svg {
  fill: #000000;
}

.slider-small .swiper-arrow-content svg {
  fill: #000000;
}

.slider-top-right .swiper-arrow {
  top: -70px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.slider-top-right .swiper-arrow-next {
  right: 0;
}

.slider-top-right .swiper-arrow-prev {
  left: auto;
  right: 80px;
}

.swiper-arrow {
  position: absolute;
  top: 50%;
  outline: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.swiper-arrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.swiper-arrow-history {
  width: 160px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 50px;
  z-index: 4;
}

.swiper-arrow-about .swiper-arrow {
  top: 20px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.swiper-arrow-benefits .swiper-arrow {
  top: 6px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.swiper-arrow-gallery .swiper-arrow-next {
  right: 0;
}

@media (min-width: 576px) {
  .swiper-arrow-gallery .swiper-arrow-next {
    right: 80px;
  }
}

@media (min-width: 992px) {
  .swiper-arrow-gallery .swiper-arrow-next {
    right: 230px;
  }
}

.swiper-arrow-gallery .swiper-arrow-prev {
  left: 0;
}

@media (min-width: 576px) {
  .swiper-arrow-gallery .swiper-arrow-prev {
    left: 80px;
  }
}

@media (min-width: 992px) {
  .swiper-arrow-gallery .swiper-arrow-prev {
    left: 230px;
  }
}

.swiper-arrow-gallery .swiper-arrow-content {
  width: 60px;
  height: 60px;
}

.swiper-arrow-gallery .swiper-arrow-content:hover svg {
  fill: #ec1c24;
}

.swiper-arrow-gallery .swiper-arrow-content svg {
  fill: #ec1c24;
  font-size: 40px;
  font-size: 2.5rem;
}

@media (min-width: 992px) {
  .swiper-arrow-gallery .swiper-arrow-content svg {
    font-size: 90px;
    font-size: 5.625rem;
  }
}

.swiper-arrow-service .swiper-arrow {
  top: 40%;
}

@media (min-width: 771px) {
  .swiper-arrow-service .swiper-arrow {
    top: 35%;
  }
}

.swiper-arrow-bg .swiper-arrow-next {
  right: 0;
}

.swiper-arrow-bg .swiper-arrow-prev {
  left: 0;
}

.swiper-arrow-bg .swiper-arrow-content {
  width: 40px;
  height: 40px;
  background-color: transparent;
}

@media (min-width: 771px) {
  .swiper-arrow-bg .swiper-arrow-content {
    background-color: transparent;
  }
}

.swiper-arrow-bg .swiper-arrow-content:hover {
  background-color: transparent;
}

@media (min-width: 771px) {
  .swiper-arrow-bg .swiper-arrow-content:hover {
    background-color: transparent;
  }
}

.swiper-arrow-bg .swiper-arrow-content:hover svg {
  fill: #ec1c24;
}

@media (min-width: 771px) {
  .swiper-arrow-bg .swiper-arrow-content:hover svg {
    fill: #ec1c24;
  }
}

.swiper-arrow-bg .swiper-arrow-content svg {
  font-size: 16px;
  font-size: 1rem;
  fill: #ffffff;
}

@media (min-width: 771px) {
  .swiper-arrow-bg .swiper-arrow-content svg {
    fill: #ffffff;
  }
}

.swiper-arrow-big .swiper-arrow-next {
  right: 0;
}

.swiper-arrow-big .swiper-arrow-prev {
  left: 0;
}

.swiper-arrow-big .swiper-arrow-content {
  width: 50px;
  height: 40px;
  background-color: transparent;
}

@media (min-width: 771px) {
  .swiper-arrow-big .swiper-arrow-content {
    background-color: transparent;
  }
}

.swiper-arrow-big .swiper-arrow-content:hover {
  background-color: transparent;
}

@media (min-width: 771px) {
  .swiper-arrow-big .swiper-arrow-content:hover {
    background-color: transparent;
  }
}

.swiper-arrow-big .swiper-arrow-content:hover svg {
  fill: #ec1c24;
}

@media (min-width: 771px) {
  .swiper-arrow-big .swiper-arrow-content:hover svg {
    fill: #ec1c24;
  }
}

.swiper-arrow-big .swiper-arrow-content svg {
  font-size: 28px;
  font-size: 1.75rem;
  fill: #000000;
}

@media (min-width: 771px) {
  .swiper-arrow-big .swiper-arrow-content svg {
    font-size: 40px;
    font-size: 2.5rem;
    fill: #000000;
  }
}

.swiper-arrow-big--red .swiper-arrow-content svg {
  fill: #ec1c24;
}

@media (min-width: 771px) {
  .swiper-arrow-big--red .swiper-arrow-content svg {
    fill: #ec1c24;
  }
}

.swiper-arrow-next {
  right: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.swiper-arrow-prev {
  left: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.swiper-arrow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 40px;
  cursor: pointer;
}

.swiper-arrow-content:hover svg {
  fill: #ffffff;
}

.swiper-arrow-content svg {
  fill: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}

.swiper-arrow-content-red:hover svg {
  fill: #ec1c24;
}

.swiper-arrow-content-red svg {
  fill: #ec1c24;
}

.swiper-pagination {
  width: 100%;
  margin-top: 0.5rem;
}

.swiper-pagination-bottom--offset {
  width: calc(100% - 30px);
}

.swiper-pagination-bottom {
  margin-top: 0;
  bottom: -35px;
}

.swiper-pagination-bottom-ext {
  margin-top: 0;
  bottom: -50px;
}

.swiper-pagination-bottom-ext-1 {
  margin-top: 0;
  bottom: -15px;
}

.swiper-pagination-gallery {
  margin-top: 0;
  bottom: 15px;
}

@media (min-width: 576px) {
  .swiper-pagination-gallery {
    bottom: 35px;
  }
}

@media (min-width: 992px) {
  .swiper-pagination-gallery {
    bottom: 60px;
  }
}

.swiper-pagination-gallery .swiper-pagination-bullet {
  width: 30px;
}

.swiper-pagination-gallery .swiper-pagination-bullet:after {
  width: 19px;
  height: 19px;
}

.swiper-pagination-red .swiper-pagination-bullet:after {
  border: 1px solid #ec1c24;
}

.swiper-pagination-red .swiper-pagination-bullet-active:after {
  border-color: #ec1c24;
  background-color: #ec1c24;
}

.swiper-pagination-white .swiper-pagination-bullet:after {
  border: 1px solid #ffffff;
}

.swiper-pagination-white .swiper-pagination-bullet-active:after {
  border-color: #ffffff;
  background-color: #ffffff;
}

.swiper-pagination-bullet {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 40px;
  border-radius: 0;
  opacity: 1;
  background: transparent;
  outline: none;
}

.swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #000000;
}

.swiper-pagination-bullet-active:after {
  border-color: #000000;
  background-color: #000000;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

@media (max-width: 770px) {
  .slider-padding-sm-negative {
    margin: 0 -15px;
  }
  .slider-padding-sm-negative .swiper-wrapper {
    padding-left: 15px;
  }
  .slider-padding-sm-negative .swiper-slide {
    width: 260px;
  }
  .slider-padding-sm-negative .swiper-slide:last-child {
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .slider-padding-sm-negative {
    margin: 0 -15px;
  }
  .slider-padding-sm-negative .swiper-slide {
    width: 260px;
  }
}

.swiper-scrollbar {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  height: 5px;
  border-radius: 10px;
  width: 100%;
  height: 3px;
  background-color: #000000;
}

.swiper-scrollbar-ext {
  bottom: 15px;
}

.swiper-scrollbar-drag {
  top: -1px;
  height: 5px;
  background-color: #ec1c24;
}

.slider-top-products-margin {
  margin: 0 -15px;
}

@media (min-width: 992px) {
  .slider-top-products-margin {
    margin: 0 -26px;
  }
}

.slider-top-products-margin > .swiper-wrapper > .swiper-slide {
  padding: 0 15px;
}

@media (min-width: 992px) {
  .slider-top-products-margin > .swiper-wrapper > .swiper-slide {
    padding: 0 26px;
  }
}

.is-filter-open .select2-container {
  z-index: 9999;
}

.is-gallery-open .select2-container {
  z-index: 999999;
}

.is-modal-open .select2-container {
  z-index: 999999;
}

.select-shadow .select2-container .select2-selection--single,
.select-shadow .select2-container .select2-selection--multiple {
  width: 100%;
  height: 80px;
  padding: 0 50px 1px 40px;
  color: #000000;
  border: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-size: 1rem;
  border-radius: 3px;
}

.select-shadow .select2-container .select2-selection--single .select2-selection__rendered,
.select-shadow .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  line-height: 80px;
  color: #000000;
  font-weight: 700;
}

.select-shadow .select2-container .select2-selection--single .select2-selection__placeholder,
.select-shadow .select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: #000000;
  font-weight: 300;
}

.select-shadow .select2-container .select2-selection--single .select2-selection__arrow,
.select-shadow .select2-container .select2-selection--multiple .select2-selection__arrow {
  height: 80px;
  line-height: 80px;
}

.select-shadow .select2-container .select2-selection--single .select2-selection__arrow:after,
.select-shadow .select2-container .select2-selection--multiple .select2-selection__arrow:after {
  content: "" !important;
  width: 20px;
  height: 11px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down.svg");
}

.select-shadow .select2-container .select2-selection--single .select2-selection__arrow b,
.select-shadow .select2-container .select2-selection--multiple .select2-selection__arrow b {
  display: none;
}

.select-small .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after,
.select-small .select2-container.select2-container--open .select2-selection--multiple .select2-selection__arrow:after,
.select-small .select2-container .select2-container--focus .select2-selection--single .select2-selection__arrow:after,
.select-small .select2-container .select2-container--focus .select2-selection--multiple .select2-selection__arrow:after {
  background-image: url("../images/icons/chevron-up-black.svg.html");
}

.select-small .select2-container .select2-selection--single,
.select-small .select2-container .select2-selection--multiple {
  width: 100%;
  padding: 0 20px 1px 10px;
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 3px;
  height: 30px;
  border: 2px solid #000000;
}

.select-small .select2-container .select2-selection--single .select2-selection__rendered,
.select-small .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  line-height: 28px;
  color: #000000;
  font-weight: 700;
}

.select-small .select2-container .select2-selection--single .select2-selection__placeholder,
.select-small .select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: #000000;
  font-weight: 700;
}

.select-small .select2-container .select2-selection--single .select2-selection__arrow,
.select-small .select2-container .select2-selection--multiple .select2-selection__arrow {
  height: 30px;
  width: 35px;
  line-height: 30px;
}

.select-small .select2-container .select2-selection--single .select2-selection__arrow:after,
.select-small .select2-container .select2-selection--multiple .select2-selection__arrow:after {
  content: "" !important;
  width: 8px;
  height: 5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-thin-down.svg");
}

.select-small .select2-container .select2-selection--single .select2-selection__arrow b,
.select-small .select2-container .select2-selection--multiple .select2-selection__arrow b {
  display: none;
}

.select-green .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after,
.select-green .select2-container.select2-container--open .select2-selection--multiple .select2-selection__arrow:after,
.select-green .select2-container .select2-container--focus .select2-selection--single .select2-selection__arrow:after,
.select-green .select2-container .select2-container--focus .select2-selection--multiple .select2-selection__arrow:after {
  background-image: url("../images/icons/chevron-up-green.svg.html");
}

.select-green .select2-container .select2-selection--single,
.select-green .select2-container .select2-selection--multiple {
  text-align: left;
  border: 2px solid #ec1c24;
  border-radius: 7px;
  padding-right: 25px;
}

.select-green .select2-container .select2-selection--single .select2-selection__arrow:after,
.select-green .select2-container .select2-selection--multiple .select2-selection__arrow:after {
  background-image: url("../images/icons/chevron-down-green.svg.html");
}

.select-green-gray .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after,
.select-green-gray .select2-container.select2-container--open .select2-selection--multiple .select2-selection__arrow:after,
.select-green-gray .select2-container .select2-container--focus .select2-selection--single .select2-selection__arrow:after,
.select-green-gray .select2-container .select2-container--focus .select2-selection--multiple .select2-selection__arrow:after {
  background-image: url("../images/icons/chevron-up-green.svg.html");
}

.select-green-gray .select2-container .select2-selection--single,
.select-green-gray .select2-container .select2-selection--multiple {
  text-align: left;
  border: 2px solid #ec1c24;
  border-radius: 7px;
  padding-right: 30px;
  background-color: #eeeeee;
}

.select-green-gray .select2-container .select2-selection--single .select2-selection__arrow:after,
.select-green-gray .select2-container .select2-selection--multiple .select2-selection__arrow:after {
  background-image: url("../images/icons/chevron-down-green.svg.html");
}

.select-green-gray .select2-container .select2-selection--single .select2-selection__rendered,
.select-green-gray .select2-container .select2-selection--multiple .select2-selection__rendered {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
}

.select2-container {
  z-index: 9;
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after,
.select2-container.select2-container--open .select2-selection--multiple .select2-selection__arrow:after,
.select2-container .select2-container--focus .select2-selection--single .select2-selection__arrow:after,
.select2-container .select2-container--focus .select2-selection--multiple .select2-selection__arrow:after {
  background-image: url("../images/icons/chevron-up.svg");
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}

.select2-container .select2-search--inline {
  display: block;
  width: 100%;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  width: 100%;
  height: 50px;
  padding: 0 50px 1px 25px;
  padding-bottom: 1px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000000;
  border: 2px solid #000000;
  outline: none !important;
  background-color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  line-height: 46px;
  color: #000000;
  font-weight: 400;
}

.select2-container .select2-selection--single .select2-selection__placeholder,
.select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: #000000;
  font-weight: 400;
}

.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--multiple .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0px;
  width: 60px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.select2-container .select2-selection--single .select2-selection__arrow:after,
.select2-container .select2-selection--multiple .select2-selection__arrow:after {
  content: "" !important;
  width: 20px;
  height: 11px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down.svg");
}

.select2-container .select2-selection--single .select2-selection__arrow b,
.select2-container .select2-selection--multiple .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-container--focus .select2-selection--single .select2-selection__arrow:after,
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: "\e91a";
}

.select2-dropdown {
  border: 2px solid #333333;
  border-radius: 0 0 3px 3px;
  background-color: white;
  overflow: hidden;
}

.select2-dropdown .select2-results__options--nested .select2-results__option {
  padding: 0 25px;
}

.select2-dropdown .select2-results__options {
  max-height: 220px !important;
}

.select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"] {
  color: #000000;
  background-color: #f5f5f5;
}

.select2-dropdown .select2-results__options .select2-results__option {
  padding: 16px 20px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}

.select2-dropdown .select2-results__options .text-option .status {
  float: left;
  margin-right: 15px;
}

.select2-dropdown .select2-results__options .text-option .text {
  display: block;
  overflow: hidden;
  height: 100%;
}

.select2-dropdown .select2-results__options .select2-results__option--highlighted {
  color: #000000;
  background-color: #f5f5f5;
}

.select-big-dropdown.select2-dropdown {
  border: 0;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
}

.select-big-dropdown.select2-dropdown .select2-results__options .select2-results__option {
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 700;
  padding: 18px 40px;
  font-size: 16px;
  font-size: 1rem;
}

.select-small-dropdown.select2-dropdown {
  border: 2px solid #000000;
}

.select-small-dropdown.select2-dropdown .select2-results__options .select2-results__option {
  font-family: "Sora-extralight", Arial, sans-serif;
  text-align: left;
  font-weight: 700;
  padding: 10px 10px;
  font-size: 16px;
  font-size: 1rem;
}

.select-small-dropdown-green.select2-dropdown {
  border: 2px solid #ec1c24;
}

.select-small-dropdown-green.select2-dropdown .select2-results__options .select2-results__option {
  font-family: "Sora-extralight", Arial, sans-serif;
  text-align: left;
  font-weight: 700;
  padding: 10px 10px;
  font-size: 16px;
  font-size: 1rem;
}

.select-small-dropdown-green-gray.select2-dropdown {
  border: 2px solid #ec1c24;
  background-color: #eeeeee;
}

.select-small-dropdown-green-gray.select2-dropdown .select2-results__options .select2-results__option {
  font-family: "Sora-extralight", Arial, sans-serif;
  text-align: left;
  font-weight: 300;
  padding: 10px 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

.is-modal-open .flatpickr-calendar.open {
  z-index: 999999;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  color: #fff;
  border-color: #00a713;
  background: #00a713;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.flatpickr-calendar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  display: none;
}

.flatpickr-day {
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #ffffff;
  color: #000000;
  background-color: #eeeeee;
  border-radius: 3px;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.today:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  border: 1px solid #000000;
  background-color: #eeeeee;
  color: #000000;
}

.flatpickr-day.inRange.selected,
.flatpickr-day.prevMonthDay.inRange.selected,
.flatpickr-day.nextMonthDay.inRange.selected,
.flatpickr-day.today.inRange.selected,
.flatpickr-day.prevMonthDay.today.inRange.selected,
.flatpickr-day.nextMonthDay.today.inRange.selected,
.flatpickr-day:hover.selected,
.flatpickr-day.today:hover.selected,
.flatpickr-day.prevMonthDay:hover.selected,
.flatpickr-day.nextMonthDay:hover.selected,
.flatpickr-day:focus.selected,
.flatpickr-day.prevMonthDay:focus.selected,
.flatpickr-day.nextMonthDay:focus.selected {
  color: #ffffff;
  background-color: #ec1c24;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  background-color: #333333;
  text-decoration: line-through;
  color: #333333;
  border-color: #ffffff;
  cursor: not-allowed;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  background-color: transparent;
  border-color: #ffffff;
  color: #333333;
}

.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  cursor: not-allowed;
}

.flatpickr-day.today {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #000000;
}

.flatpickr-day.inRange {
  border: 1px solid #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #000000;
  background-color: #eeeeee;
}

.rangeMode .flatpickr-day {
  margin-top: 0;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 3px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 3px;
}

.flatpickr-months .flatpickr-month {
  height: 50px;
  overflow: visible;
  margin-bottom: 1.5rem;
}

.flatpickr-current-month {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  left: 16%;
  width: 65%;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  padding: 0;
}

.flatpickr-current-month input.cur-year {
  padding: 0 2px;
}

.flatpickr-calendar.hasTime {
  width: 260px;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border-top: 0;
}

.flatpickr-current-month .numInputWrapper {
  width: 46px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flatpickr-time {
  line-height: 50px;
  max-height: 50px;
}

.flatpickr-time .numInputWrapper {
  height: 50px;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 15px;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 15px;
}

span.flatpickr-weekday {
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
}

.numInputWrapper span {
  width: 25px;
  right: -25px;
  padding: 0 5px 0 7px;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #003057;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #003057;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  width: 25px;
  height: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  top: 15px;
  padding: 0;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  border-color: #000000;
  background-color: #eeeeee;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #000000;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  fill: #000000;
  font-size: 27px;
  font-size: 1.6875rem;
  width: 27px;
}

.flatpickr-current-month {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 400;
}

.flatpickr-current-month span.cur-month {
  font-weight: 400;
  margin-left: 0;
  padding-right: 5px;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filter-range {
  margin-bottom: 3rem;
}

@media (max-width: 991px) {
  .filter-range {
    padding: 0 40px;
  }
}

.filter-range--ext {
  padding: 0 70px;
}

@media (min-width: 992px) {
  .filter-range--ext {
    padding: 0 40px;
  }
}

.irs {
  display: inline-block;
  width: 100%;
  height: 40px;
  cursor: pointer;
  vertical-align: middle;
}

.irs-line {
  top: 0px;
  height: 40px;
}

.irs-line-left {
  width: 20px;
}

.range-block-year .irs-single {
  top: auto;
  bottom: 35px;
  position: absolute;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

.range-block-year .filter-range {
  margin-bottom: 1rem;
  padding: 0;
}

.range-block-year .irs-max,
.range-block-year .irs-min {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: visible !important;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
}

.range-block-year .irs-max:after,
.range-block-year .irs-min:after {
  content: "rokov";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3rem;
}

.irs-single {
  position: absolute;
  z-index: 3;
  top: 5px;
  font-family: "BigShoulders-thin", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  cursor: pointer;
  color: #000000;
  background-color: transparent;
  font-size: 16px;
  font-size: 1rem;
}

.irs-single {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
}

.irs-max,
.irs-min {
  top: auto;
  bottom: -8px;
  font-weight: 400;
  color: #000000;
  background-color: transparent;
  font-size: 14px;
  font-size: 0.875rem;
}

.irs-from,
.irs-single,
.irs-to {
  top: auto;
  bottom: -25px;
  font-weight: 400;
  color: #000000;
  background-color: transparent;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .irs-from,
  .irs-single,
  .irs-to {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.irs-single {
  bottom: -26px;
}

@media (min-width: 992px) {
  .irs-single {
    bottom: -26px;
  }
}

.irs-line-left,
.irs-line-mid,
.irs-line-right,
.irs-bar {
  top: 20px;
  height: 3px;
  background-color: #000000;
  background-image: none;
}

.irs-line-mid {
  left: 0;
  width: 100%;
  border-right: 0;
}

.irs-bar {
  border-right: 0;
  border-left: 0;
}

.irs-line-right {
  border-left: 0;
}

.irs-line-left,
.irs-line-right {
  border-radius: 0;
}

.irs-line-right {
  width: 20px;
  border-radius: 0 0 0 0;
}

.irs-line-left {
  z-index: 1;
  width: 0;
  border-right: 0;
  background-color: #000000;
}

.irs-bar-edge {
  display: none;
}

.irs-slider {
  top: 14px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-color: #000000;
  border: 2px solid #ffffff;
  background-image: none;
  border-radius: 100px;
}

.irs-slider:hover {
  background-color: #000000;
  border-color: #000000;
}

.irs-bar {
  top: 20px;
  height: 3px;
  background-color: #000000;
  background-image: none;
}

.gallery-product .lg-inner {
  background-color: #ffffff;
}

.gallery-product .lg {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 95%;
  max-height: 95%;
}

.gallery-product .lg-toolbar {
  top: 10px;
  opacity: 1;
  background-color: transparent;
  width: auto;
  right: 10px;
}

.gallery-product .lg-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ec1c24;
  background-color: #ffffff;
}

.gallery-product .lg-close:hover {
  background-color: #ec1c24;
  color: #ffffff;
}

.gallery-product .lg-thumb-item {
  border-radius: 0;
  border: 0;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.gallery-product .lg-thumb-item.active,
.gallery-product .lg-thumb-item:hover {
  position: relative;
  border: 0;
}

.gallery-product .lg-thumb-item.active:after,
.gallery-product .lg-thumb-item:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #ec1c24;
}

.gallery-product .lg-fullscreen,
.gallery-product .lg-autoplay-button {
  display: none;
}

.gallery-product .lg-thumb-outer {
  height: 130px !important;
  background: #ffffff;
}

.gallery-product .lg-thumb-outer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 6;
}

.gallery-product .lg-thumb-outer:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 6;
}

.gallery-product .lg-img-wrap {
  padding: 10px 10px 130px;
}

.gallery-product.lg-hide-items .lg-toolbar {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.gallery-product.lg-hide-items .lg-prev,
.gallery-product.lg-hide-items .lg-next {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.gallery-product .lg-actions .lg-next,
.gallery-product .lg-actions .lg-prev {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  -webkit-transform: translate3d(0, calc(-50% - 50px), 0);
          transform: translate3d(0, calc(-50% - 50px), 0);
}

@media (min-width: 771px) {
  .gallery-product .lg-actions .lg-next,
  .gallery-product .lg-actions .lg-prev {
    width: 50px;
    height: 50px;
  }
}

.gallery-product .lg-actions .lg-next:hover,
.gallery-product .lg-actions .lg-prev:hover {
  background-color: #ec1c24;
}

.gallery-product .lg-actions .lg-next:hover svg,
.gallery-product .lg-actions .lg-prev:hover svg {
  fill: #ffffff;
}

.gallery-product .lg-actions .lg-next:before, .gallery-product .lg-actions .lg-next:after,
.gallery-product .lg-actions .lg-prev:before,
.gallery-product .lg-actions .lg-prev:after {
  display: none;
}

.gallery-product .lg-actions .lg-next svg,
.gallery-product .lg-actions .lg-prev svg {
  fill: #ec1c24;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 771px) {
  .gallery-product .lg-actions .lg-next svg,
  .gallery-product .lg-actions .lg-prev svg {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.gallery-product .lg-actions .lg-next {
  right: 15px;
}

@media (min-width: 771px) {
  .gallery-product .lg-actions .lg-next {
    right: 35px;
  }
}

.gallery-product .lg-actions .lg-prev {
  left: 15px;
}

@media (min-width: 771px) {
  .gallery-product .lg-actions .lg-prev {
    left: 35px;
  }
}

.gallery-product .lg-item {
  background: none;
}

.gallery-product .lg-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -25px;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-animation-name: rotate-forever;
          animation-name: rotate-forever;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: 5px solid #ec1c24;
  border-right-color: transparent;
  border-radius: 50%;
  z-index: 1;
}

.gallery-product .lg-img-wrap {
  z-index: 2;
}

.lg-backdrop.in {
  background-color: #ec1c24;
  opacity: 0.6;
}

.fixed-size.lg-outer .lg-inner {
  background-color: #fff;
}

.fixed-size.lg-outer .lg-sub-html {
  position: absolute;
  text-align: left;
}

.fixed-size.lg-outer .lg-toolbar {
  background-color: transparent;
  height: 0;
}

.fixed-size.lg-outer .lg-toolbar .lg-icon {
  color: #fff;
}

.fixed-size.lg-outer .lg-img-wrap {
  padding: 12px;
}

.gallery-detail {
  height: calc(100% - 40px);
  top: auto;
  bottom: 0;
}

@media (min-width: 992px) {
  .gallery-detail {
    display: none;
  }
}

.gallery-detail .lg-inner {
  background-color: #333333;
}

.gallery-detail .lg-toolbar {
  top: 10px;
  opacity: 1;
  background-color: transparent;
  width: auto;
  right: 10px;
}

.gallery-detail .lg-close {
  opacity: 0;
  visibility: hidden;
}

.gallery-detail .lg-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
}

.gallery-detail .lg-thumb-item {
  border-radius: 0;
  border: 0;
  overflow: visible;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.gallery-detail .lg-thumb-item.active,
.gallery-detail .lg-thumb-item:hover {
  position: relative;
  border: 0;
}

.gallery-detail .lg-thumb-item.active:after,
.gallery-detail .lg-thumb-item:hover:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 3px solid #ec1c24;
}

.gallery-detail .lg-fullscreen,
.gallery-detail .lg-autoplay-button {
  display: none;
}

.gallery-detail.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  opacity: 1;
}

.gallery-detail .lg-thumb-outer {
  background-color: transparent;
  height: 70px !important;
  left: 50%;
  width: calc(100% - 110px);
  overflow: hidden;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  opacity: 0;
  bottom: 15px;
}

@media (min-width: 576px) {
  .gallery-detail .lg-thumb-outer {
    height: 100px !important;
  }
}

.gallery-detail .lg-img-wrap {
  padding: 10px 0 100px;
}

@media (min-width: 576px) {
  .gallery-detail .lg-img-wrap {
    padding: 10px 0 120px;
  }
}

.gallery-detail.lg-hide-items .lg-toolbar {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.gallery-detail.lg-hide-items .lg-prev,
.gallery-detail.lg-hide-items .lg-next {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.gallery-detail .lg-actions .lg-next,
.gallery-detail .lg-actions .lg-prev {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  opacity: 1;
  top: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  bottom: 25px;
}

@media (min-width: 576px) {
  .gallery-detail .lg-actions .lg-next,
  .gallery-detail .lg-actions .lg-prev {
    bottom: 40px;
  }
}

.gallery-detail .lg-actions .lg-next:before, .gallery-detail .lg-actions .lg-next:after,
.gallery-detail .lg-actions .lg-prev:before,
.gallery-detail .lg-actions .lg-prev:after {
  display: none;
}

.gallery-detail .lg-actions .lg-next svg,
.gallery-detail .lg-actions .lg-prev svg {
  fill: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}

.gallery-detail .lg-actions .lg-next {
  right: 5px;
}

.gallery-detail .lg-actions .lg-prev {
  left: 5px;
}

.gallery-detail .lg-item {
  background: none;
}

.gallery-detail .lg-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -25px;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-animation-name: rotate-forever;
          animation-name: rotate-forever;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: 5px solid #ec1c24;
  border-right-color: transparent;
  border-radius: 50%;
  z-index: 1;
}

.gallery-detail .lg-img-wrap {
  z-index: 2;
}

.lg-toolbar .lg-icon.lg-close:before {
  display: none;
}

.lg-outer .lg-video-cont {
  position: relative;
  z-index: 2;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  border-radius: 0;
}

.lg-toolbar .lg-icon {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: #ec1c24;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
}

.lg-toolbar .lg-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 60%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #eeeeee;
}

@media (min-width: 771px) {
  .lg-toolbar .lg-icon {
    width: 50px;
    height: 50px;
  }
}

.lg-toolbar .lg-icon:hover {
  background-color: #ec1c24;
}

.lg-toolbar .lg-icon:hover:before {
  display: none;
}

.lg-toolbar .lg-icon:hover svg {
  fill: #ffffff;
}

.lg-toolbar #lg-zoom-in,
.lg-toolbar #lg-zoom-out,
.lg-toolbar #lg-actual-size,
.lg-toolbar #lg-fullscreen {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
}

/* Tooltip block */
.js-tooltip {
  cursor: pointer;
}

.tippy-popper {
  max-width: 280px;
  z-index: 9 !important;
}

@media (min-width: 992px) {
  .tippy-popper {
    z-index: 99999999 !important;
  }
}

@media (max-width: 575px) {
  .tippy-popper {
    max-width: 280px;
  }
}

.tippy-tooltip {
  padding: 8px 10px;
  font-weight: 300;
  text-align: left;
  line-height: 1.4;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #000000;
  border-radius: 0;
  background-color: #eeeeee;
  border: 1px solid #000000;
  font-size: 14px;
  font-size: 0.875rem;
}

.tippy-tooltip.dark-big-theme, .tippy-tooltip.dark-theme {
  border-radius: 10px;
  background-color: #000000;
  border-color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 130px;
  color: #ffffff;
}

.tippy-tooltip.dark-big-theme .tippy-content, .tippy-tooltip.dark-theme .tippy-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.tippy-popper[x-placement^="bottom-start"] .tooltip-white-theme .tippy-arrow {
  left: 25px !important;
  border-bottom-color: #ffffff;
}

.tippy-popper[x-placement^="top"] .tippy-arrow {
  border-top-color: #ec1c24;
  border-top: 14px solid #333;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  bottom: -13px;
}

.tippy-popper[x-placement^="top"] .dark-big-theme .tippy-arrow,
.tippy-popper[x-placement^="top"] .dark-theme .tippy-arrow {
  border-top-color: #000000;
}

.tippy-popper[x-placement^="bottom"] .tippy-arrow {
  border-bottom-color: #ec1c24;
}

.tippy-popper[x-placement^="bottom"] .tippy-arrow {
  border-bottom-color: #ec1c24;
  border-bottom: 14px solid #333;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  top: -13px;
}

.tippy-popper[x-placement^="bottom"] .dark-big-theme .tippy-arrow,
.tippy-popper[x-placement^="bottom"] .dark-theme .tippy-arrow {
  border-bottom-color: #000000;
}

.tippy-popper[x-placement^="top"] [data-animation="shift-away"][data-state="visible"] {
  -webkit-transform: translateY(-22px);
      -ms-transform: translateY(-22px);
          transform: translateY(-22px);
}

@media (min-width: 771px) {
  .tippy-popper[x-placement^="top"] [data-animation="shift-away"][data-state="visible"] {
    -webkit-transform: translateY(-22px);
        -ms-transform: translateY(-22px);
            transform: translateY(-22px);
  }
}

.tippy-popper[x-placement^="bottom"] [data-animation="shift-away"][data-state="visible"] {
  -webkit-transform: translateY(22px);
      -ms-transform: translateY(22px);
          transform: translateY(22px);
}

@media (min-width: 771px) {
  .tippy-popper[x-placement^="bottom"] [data-animation="shift-away"][data-state="visible"] {
    -webkit-transform: translateY(22px);
        -ms-transform: translateY(22px);
            transform: translateY(22px);
  }
}

.tippy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tooltip-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}

.tooltip-icon svg {
  fill: #000000;
  font-size: 16px;
  font-size: 1rem;
}

/* Content */
section {
  position: relative;
  padding: 3rem 0 3rem;
}

@media (min-width: 771px) {
  section {
    padding: 3rem 0 3rem;
  }
}

.p4r8esgs7q {
  padding: 0;
}

@media (min-width: 576px) {
  .no-xs-padding {
    padding: 0;
  }
}

@media (min-width: 771px) {
  .no-sm-padding {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .no-md-padding {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .no-lg-padding {
    padding: 0;
  }
}

.h3dp6mv4n1 {
  padding: 2rem 0 4rem;
}

@media (min-width: 992px) {
  .h3dp6mv4n1 {
    padding: 0 0 4rem;
    margin-top: 100px;
  }
  .h3dp6mv4n1 .g1el8yea2m {
    margin-top: -60px;
  }
}

.padding-style-0-6 {
  padding: 0 0 4rem;
}

@media (min-width: 992px) {
  .padding-style-0-6 {
    padding: 0 0 4rem;
  }
}

.uj3qtl6pey {
  padding: 4rem 0 4rem;
}

@media (min-width: 992px) {
  .uj3qtl6pey {
    padding: 6rem 0 4rem;
  }
}

@media (min-width: 1200px) {
  .uj3qtl6pey {
    padding: 4rem 0 9rem;
  }
}

@media (min-width: 1440px) {
  .uj3qtl6pey {
    padding: 4rem 0 9rem;
  }
}

@media (min-width: 1600px) {
  .uj3qtl6pey {
    padding: 0 0 9rem;
  }
}

@media (min-width: 1600px) {
  .d32mpfzevp .row-offset {
    margin-top: -50px;
  }
}

@media (min-width: 992px) {
  .wszwi0dyvc .row-offset {
    margin-top: -100px;
  }
}

.qab4ckykyt {
  padding: 3rem 0 3rem;
}

@media (min-width: 992px) {
  .qab4ckykyt {
    padding: 0 0 7rem;
  }
}

.ugcqlhm2iz {
  padding: 1rem 0 1rem;
}

@media (min-width: 771px) {
  .ugcqlhm2iz {
    padding: 1rem 0 1rem;
  }
}

.ppyb3dxfft {
  padding: 1.5rem 0 4rem;
}

@media (min-width: 771px) {
  .ppyb3dxfft {
    padding: 1.5rem 0 6rem;
  }
}

.padding-style-2 {
  padding: 2rem 0 2rem;
}

@media (min-width: 771px) {
  .padding-style-2 {
    padding: 2rem 0 2rem;
  }
}

.padding-style-3 {
  padding: 2rem 0 2rem;
}

@media (min-width: 771px) {
  .padding-style-3 {
    padding: 3rem 0 3rem;
  }
}

.padding-style-3-0 {
  padding: 3rem 0 3rem;
}

@media (min-width: 992px) {
  .padding-style-3-0 {
    padding: 3rem 0 3rem;
  }
}

.padding-style-3-1 {
  padding: 2rem 0 0;
}

@media (min-width: 992px) {
  .padding-style-3-1 {
    padding: 3rem 0 1rem;
  }
}

.padding-style-3-4 {
  padding: 2rem 0 0;
}

@media (min-width: 992px) {
  .padding-style-3-4 {
    padding: 3rem 0 4rem;
  }
}

.padding-style-3-5 {
  padding: 2rem 0 1rem;
}

@media (min-width: 992px) {
  .padding-style-3-5 {
    padding: 3rem 0 5rem;
  }
}

.padding-style-3-7 {
  padding: 3rem 0 3rem;
}

@media (min-width: 992px) {
  .padding-style-3-7 {
    padding: 3rem 0 7rem;
  }
}

.padding-style-3-10 {
  padding: 3rem 0 3rem;
}

@media (min-width: 771px) {
  .padding-style-3-10 {
    padding: 5rem 0 3rem;
  }
}

@media (min-width: 992px) {
  .padding-style-3-10 {
    padding: 7rem 0 5rem;
  }
}

.ywbzyl4lpp {
  padding: 1rem 0 3rem;
}

@media (min-width: 576px) {
  .ywbzyl4lpp {
    padding: 2rem 0 3rem;
  }
}

@media (min-width: 771px) {
  .ywbzyl4lpp {
    padding: 3rem 0 11rem;
  }
}

@media (min-width: 1440px) {
  .ywbzyl4lpp {
    padding: 5rem 0 11rem;
  }
}

.mm3bscw559 {
  padding: 3rem 0 3rem;
}

@media (min-width: 771px) {
  .mm3bscw559 {
    padding: 4rem 0 3.5rem;
  }
}

.pp5zu4a0os {
  padding: 1rem 0 6rem;
}

@media (min-width: 771px) {
  .pp5zu4a0os {
    padding: 1rem 0 2rem;
  }
}

@media (min-width: 992px) {
  .pp5zu4a0os {
    padding: 4rem 0 2rem;
  }
}

.bkr2yawarp {
  padding: 4rem 0 6rem;
}

@media (min-width: 992px) {
  .bkr2yawarp {
    padding: 4rem 0 11rem;
  }
}

.padding-style-1-4 {
  padding: 1rem 0 3rem;
}

@media (min-width: 771px) {
  .padding-style-1-4 {
    padding: 1.8rem 0 4rem;
  }
}

.padding-style-1-6 {
  padding: 1rem 0 1rem;
}

@media (min-width: 992px) {
  .padding-style-1-6 {
    padding: 1rem 0 6rem;
  }
}

.w1d5deerzg {
  padding: 2rem 0 4rem;
}

@media (min-width: 992px) {
  .w1d5deerzg {
    padding: 0;
  }
}

.padding-style-3-4 {
  padding: 2.5rem 0 3rem;
}

@media (min-width: 771px) {
  .padding-style-3-4 {
    padding: 4.2rem 0 4rem;
  }
}

.padding-style-4-2 {
  padding: 2rem 1.5rem 1rem;
}

@media (min-width: 576px) {
  .padding-style-4-2 {
    padding: 3rem 1.5rem 2rem;
  }
}

@media (min-width: 992px) {
  .padding-style-4-2 {
    padding: 4.5rem 2rem 4.5rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .padding-style-4-2 {
    padding-bottom: 2rem;
  }
}

.padding-style-5 {
  padding: 3rem 0 3rem;
}

@media (min-width: 771px) {
  .padding-style-5 {
    padding: 5rem 0 5rem;
  }
}

.w9haai7luy {
  padding: 3rem 0 4rem;
}

@media (min-width: 992px) {
  .w9haai7luy {
    padding: 5rem 0 0;
  }
}

.v8ndtywei3 {
  padding: 3rem 0 3rem;
}

@media (min-width: 992px) {
  .v8ndtywei3 {
    padding: 3rem 0 1rem;
  }
}

@media (min-width: 1200px) {
  .v8ndtywei3 {
    padding: 6rem 0 6rem;
  }
}

.padding-style-5-9 {
  padding: 3rem 0 5rem;
}

@media (min-width: 992px) {
  .padding-style-5-9 {
    padding: 5rem 0 9rem;
  }
}

.e2fgysrapz {
  padding: 3rem 0 3rem;
}

@media (min-width: 992px) {
  .e2fgysrapz {
    padding: 5rem 0 5rem;
  }
}

.padding-style-6-13 {
  padding: 4rem 0 4rem;
}

@media (min-width: 992px) {
  .padding-style-6-13 {
    padding: 6rem 0 15rem;
  }
}

.n5vsm4u89a {
  padding: 4rem 0 4rem;
}

@media (min-width: 992px) {
  .n5vsm4u89a {
    padding: 6rem 0 3rem;
  }
}

.padding-style-6-3-ext {
  padding: 3rem 0 3rem;
}

@media (min-width: 992px) {
  .padding-style-6-3-ext {
    padding: 6rem 0 3rem;
  }
}

@media (min-width: 1600px) {
  .padding-style-6-3-ext {
    padding: 6rem 0 3rem;
  }
}

.bz206hwt65 {
  padding: 2rem 0 6rem;
}

@media (min-width: 771px) {
  .bz206hwt65 {
    padding: 3rem 0 6rem;
  }
}

@media (min-width: 992px) {
  .bz206hwt65 {
    padding: 6rem 0 6rem;
  }
}

.padding-style-6-1 {
  padding: 3rem 0 1rem;
}

@media (min-width: 992px) {
  .padding-style-6-1 {
    padding: 6rem 0 1rem;
  }
}

.padding-style-7-3 {
  padding: 3rem 0 3rem;
}

@media (min-width: 992px) {
  .padding-style-7-3 {
    padding: 7rem 0 3rem;
  }
}

.padding-style-7-5 {
  padding: 4rem 0 5rem;
}

@media (min-width: 992px) {
  .padding-style-7-5 {
    padding: 8rem 0 5rem;
  }
}

.pbim28xknh {
  padding: 4rem 0 5rem;
}

@media (min-width: 992px) {
  .pbim28xknh {
    padding: 7rem 0 4rem;
  }
}

.efa8uah3kt {
  padding: 2rem 0 5rem;
}

@media (min-width: 771px) {
  .efa8uah3kt {
    padding: 0 0 4rem;
  }
}

@media (min-width: 992px) {
  .efa8uah3kt {
    padding: 0 0 2rem;
  }
}

.sjzbgr443k {
  padding: 4rem 0 5rem;
}

@media (min-width: 992px) {
  .sjzbgr443k {
    padding: 5rem 0 6rem;
  }
}

@media (min-width: 1200px) {
  .sjzbgr443k {
    padding: 7rem 0 8rem;
  }
}

.kv12dhd9a8 {
  padding: 8.5rem 0 3rem;
}

@media (min-width: 992px) {
  .kv12dhd9a8 {
    padding: 12rem 0 5rem;
  }
}

.sv7f1f2htt {
  padding: 5rem 0 6rem;
}

@media (min-width: 992px) {
  .sv7f1f2htt {
    padding: 10rem 0 6rem;
  }
}

.df863q835b {
  padding: 6rem 0 6rem;
}

@media (min-width: 992px) {
  .df863q835b {
    padding: 11rem 0 3rem;
  }
}

.n1uh4mg98g {
  padding: 6rem 0 3rem;
}

@media (min-width: 992px) {
  .n1uh4mg98g {
    padding: 11rem 0 11rem;
  }
}

@media (min-width: 1200px) {
  .padding-sm-content-0-2 {
    padding: 0 2rem;
  }
}

.r7jw40puno {
  padding: 3rem 0;
}

.padding-content-3-3 {
  padding: 0 0 0;
  margin: 0 -15px;
}

@media (min-width: 992px) {
  .padding-content-3-3 {
    margin: 0;
    padding: 3rem 0 6rem;
  }
}

.padding-content-1 {
  padding: 1rem 1rem;
}

.padding-content-2 {
  padding: 2rem 2rem;
}

@media (min-width: 992px) {
  .padding-content-0-2 {
    padding: 0 2rem;
  }
}

.padding-content-2-ext {
  padding: 2.5rem 1.5rem;
}

@media (min-width: 771px) {
  .padding-content-2-ext {
    padding: 2.5rem 2.5rem;
  }
}

.padding-content-3 {
  padding: 3rem 3rem;
}

.padding-content-3-0-ext {
  padding: 0 0 2rem;
  margin: 0 -15px;
}

@media (min-width: 992px) {
  .padding-content-3-0-ext {
    margin: 0;
    padding: 3rem 0;
  }
}

.padding-content-3-0-ext-1 {
  padding: 1rem 0 2rem;
  margin: 0 -15px;
}

@media (min-width: 771px) {
  .padding-content-3-0-ext-1 {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .padding-content-3-0-ext-1 {
    padding: 4rem 0 3rem;
  }
}

.ydydkihqsr {
  padding: 3rem 0;
}

@media (max-width: 991px) {
  .ydydkihqsr#faq-property, .ydydkihqsr#reviews-property {
    background-color: #eeeeee;
  }
}

@media (min-width: 992px) {
  .ydydkihqsr {
    padding: 4rem 0;
  }
}

.padding-content-3-0-ext-3 {
  padding: 1rem 0 2rem;
  margin: 0 -15px;
}

@media (min-width: 771px) {
  .padding-content-3-0-ext-3 {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .padding-content-3-0-ext-3 {
    padding: 1rem 0 3rem;
  }
}

.zqa4dkcybd {
  padding: 0 1rem 4rem;
  margin: 0 -15px;
}

@media (min-width: 771px) {
  .zqa4dkcybd {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .zqa4dkcybd {
    padding: 0 0 3rem;
    padding-right: 1rem;
  }
}

.padding-content-3-ext {
  padding: 1.5rem 0.8rem 1.5rem 0.8rem;
}

@media (min-width: 1200px) {
  .padding-content-3-ext {
    padding: 1.5rem 1.5rem;
  }
}

@media (min-width: 1600px) {
  .padding-content-3-ext {
    padding: 3rem 3rem;
  }
}

.padding-content-3-ext-1 {
  padding: 3rem 1.2rem 1.5rem;
}

@media (min-width: 771px) {
  .padding-content-3-ext-1 {
    padding: 1.5rem 1.5rem;
  }
}

@media (min-width: 1200px) {
  .padding-content-3-ext-1 {
    padding: 3rem 3rem;
  }
}

.padding-content-4-3 {
  padding: 4.5rem 3.5rem;
}

.padding-content-5 {
  padding: 5rem 5rem;
}

.content-width-120 {
  max-width: 120px;
}

.content-width-200 {
  max-width: 200px;
}

.content-width-220 {
  max-width: 220px;
}

.w0azaegy9d {
  max-width: 300px;
}

.i6kp2y83lm {
  max-width: 400px;
}

.content-width-420 {
  max-width: 420px;
}

.vg32agb2c9 {
  max-width: 500px;
}

.k3sxnx2lrd {
  max-width: 560px;
}

@media (min-width: 1200px) {
  .content-width-lg-420 {
    max-width: 420px;
  }
  .vdmmlv4rah {
    max-width: 560px;
  }
  .content-width-lg-720 {
    max-width: 720px;
  }
}

.content-width-600 {
  max-width: 600px;
}

@media (min-width: 1200px) {
  .d0ucey6a3c {
    max-width: 500px;
  }
  .mmpk0anhn8 {
    max-width: 600px;
  }
}

.qqht78awlt {
  max-width: 680px;
}

.vu1gw4rgir {
  max-width: 720px;
}

.vjmm79uvjg {
  max-width: 850px;
}

.c6xwzmtbag {
  max-width: 960px;
}

@media (max-width: 770px) {
  .douincafrv {
    max-width: 300px;
  }
}

@media (min-width: 771px) {
  .content-width-sm-460 {
    max-width: 460px;
  }
}

@media (min-width: 992px) {
  .content-width-md-320 {
    max-width: 320px;
  }
  .content-width-md-400 {
    max-width: 400px;
  }
  .jfqqirr63e {
    max-width: 500px;
  }
  .fex9ocasbc {
    max-width: 580px;
  }
  .h0uzmkequv {
    max-width: 690px;
  }
  .us1ngoqrsc {
    max-width: 720px;
  }
  .content-width-md-960 {
    max-width: 960px;
  }
  .content-width-md-420 {
    max-width: 420px;
  }
}

@media (min-width: 1200px) {
  .content-width-lg-420 {
    max-width: 420px;
  }
}

.page-index main {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .page-index main {
    padding-top: 90px;
  }
}

main {
  position: relative;
  display: block;
  padding-top: 60px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (min-width: 992px) {
  main {
    padding-top: 90px;
  }
}

.container-full {
  width: 100%;
  padding: 0 15px;
}

.container-small,
.container-normal,
.container-normal-ext,
.container-large-products,
.container-large {
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 771px) {
  .container-small {
    width: 730px;
  }
}

@media (min-width: 992px) {
  .container-small {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .container-small {
    width: 800px;
  }
}

@media (min-width: 1440px) {
  .container-small {
    width: 800px;
  }
}

@media (max-width: 770px) {
  .container-small {
    width: 100%;
  }
}

@media (min-width: 771px) {
  .container-normal {
    width: 730px;
  }
}

@media (min-width: 992px) {
  .container-normal {
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .container-normal {
    width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container-normal {
    width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container-normal {
    width: 1200px;
    max-width: 1920px;
  }
}

@media (max-width: 770px) {
  .container-normal {
    width: 100%;
  }
}

@media (min-width: 771px) {
  .container-normal-ext {
    width: 730px;
  }
}

@media (min-width: 992px) {
  .container-normal-ext {
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .container-normal-ext {
    width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container-normal-ext {
    width: 1360px;
  }
}

@media (min-width: 1600px) {
  .container-normal-ext {
    width: 1360px;
    max-width: 1920px;
  }
}

@media (max-width: 770px) {
  .container-normal-ext {
    width: 100%;
  }
}

@media (min-width: 771px) {
  .container-large {
    width: 730px;
  }
}

@media (min-width: 992px) {
  .container-large {
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .container-large {
    width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container-large {
    width: 1360px;
  }
}

@media (min-width: 1600px) {
  .container-large {
    width: 1440px;
    max-width: 1920px;
  }
}

@media (min-width: 1800px) {
  .container-large {
    width: 1760px;
  }
}

@media (max-width: 770px) {
  .container-large {
    width: 100%;
  }
}

@media (min-width: 771px) {
  .container-large-products {
    margin-right: 0;
    width: calc(((100vw - 730px) / 2) + 730px);
  }
}

@media (min-width: 992px) {
  .container-large-products {
    margin-right: 0;
    width: calc(((100vw - 950px) / 2) + 950px);
  }
}

@media (min-width: 1200px) {
  .container-large-products {
    margin-right: 0;
    width: calc(((100vw - 1140px) / 2) + 1140px);
  }
}

@media (min-width: 1440px) {
  .container-large-products {
    margin-right: 0;
    width: calc(((100vw - 1360px) / 2) + 1360px);
  }
}

@media (min-width: 1600px) {
  .container-large-products {
    margin-right: 0;
    width: calc(((100vw - 1440px) / 2) + 1440px);
  }
}

@media (min-width: 1800px) {
  .container-large-products {
    margin-right: 0;
    width: calc(((100vw - 1760px) / 2) + 1760px);
  }
}

@media (max-width: 770px) {
  .container-large-products {
    width: 100%;
  }
}

/* Footer */
.qnt2ax {
  position: relative;
  z-index: 99;
  overflow: hidden;
  padding-top: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #ffffff;
}

.uvmciiwby3 {
  padding: 3rem 0 0;
  background-color: #eeeeee;
}

@media (min-width: 771px) {
  .uvmciiwby3 {
    padding: 3rem 0 0;
  }
}

@media (min-width: 992px) {
  .uvmciiwby3 {
    padding: 3rem 0 4.5rem;
  }
}

@media (min-width: 1200px) {
  .uvmciiwby3 {
    padding: 5.2rem 0 4.5rem;
  }
}

.uvjm9eugno {
  padding: 1rem 0 1rem;
  background-color: #000000;
}

@media (min-width: 992px) {
  .uvjm9eugno {
    padding: 0.6rem 0 0.6rem;
  }
}

@media (min-width: 992px) {
  .yqmfqrc4x3 {
    padding-left: 265px !important;
  }
}

@media (min-width: 1200px) {
  .yqmfqrc4x3 {
    padding-left: 325px !important;
  }
}

@media (min-width: 1440px) {
  .yqmfqrc4x3 {
    padding-left: 375px !important;
  }
}

@media (min-width: 1600px) {
  .yqmfqrc4x3 {
    padding-left: 420px !important;
  }
}

@media (min-width: 1800px) {
  .yqmfqrc4x3 {
    padding-left: 500px !important;
  }
}

@media (min-width: 992px) {
  .yey3nf61su {
    padding-left: 275px !important;
  }
}

@media (min-width: 1200px) {
  .yey3nf61su {
    padding-left: 325px !important;
  }
}

@media (min-width: 1440px) {
  .yey3nf61su {
    margin-top: 1.5rem;
    padding-left: 380px !important;
  }
}

@media (min-width: 1600px) {
  .yey3nf61su {
    padding-left: 445px !important;
  }
}

@media (min-width: 1800px) {
  .yey3nf61su {
    padding-left: 525px !important;
  }
}

.w4315fmwlf,
.footer-author {
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}

@media (min-width: 992px) {
  .w4315fmwlf,
  .footer-author {
    line-height: 1.6;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .w4315fmwlf,
  .footer-author {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.be7d1a76ey {
  display: inline-block;
  margin: 0 0.6rem;
  color: #ffffff;
  line-height: 1.6;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 1200px) {
  .be7d1a76ey {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.footer-link {
  color: #ffffff;
}

.footer-link:hover {
  color: #ec1c24;
}

.sbexd2wy6b {
  font-size: 28px;
  font-size: 1.75rem;
}

@media (min-width: 992px) {
  .sbexd2wy6b {
    margin-top: -15px;
  }
}

@media (min-width: 1200px) {
  .sbexd2wy6b {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media (min-width: 1440px) {
  .sbexd2wy6b {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (min-width: 1800px) {
  .sbexd2wy6b {
    font-size: 47px;
    font-size: 2.9375rem;
  }
}

@media (max-width: 575px) {
  .gtbbj0qqjk {
    margin: 0 -15px 0.5rem;
  }
}

.gtbbj0qqjk .ayh23jlove {
  display: inline-block;
}

.gtbbj0qqjk .ayh23jlove:last-child .m5ia7w16ip:after {
  display: none;
}

.gtbbj0qqjk .m5ia7w16ip {
  font-size: 11px;
  font-size: 0.6875rem;
}

@media (min-width: 576px) {
  .gtbbj0qqjk .m5ia7w16ip {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 992px) {
  .gtbbj0qqjk .m5ia7w16ip {
    color: #ffffff;
  }
}

@media (min-width: 1440px) {
  .gtbbj0qqjk .m5ia7w16ip {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1800px) {
  .gtbbj0qqjk .m5ia7w16ip {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.gtbbj0qqjk .m5ia7w16ip:after {
  content: "|";
  display: inline-block;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

@media (min-width: 576px) {
  .gtbbj0qqjk .m5ia7w16ip:after {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.ayh23jlove {
  display: block;
}

.m5ia7w16ip {
  display: inline-block;
  padding: 0.33rem 0;
  line-height: 1.6;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .m5ia7w16ip {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .m5ia7w16ip {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.m5ia7w16ip:hover {
  text-decoration: underline;
}

.p63iszjgp9:hover .animated-logo {
  width: 120px;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /*transition: opacity 1s ease-in-out;*/
}

@media (min-width: 992px) {
  .xqag7c7p47 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 1440px) {
  .xqag7c7p47 {
    width: 17%;
    max-width: 17%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
  }
}

@media (min-width: 1800px) {
  .xqag7c7p47 {
    width: 15%;
    max-width: 15%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .footer-item--small-offset {
    padding-left: 275px !important;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .footer-item--small-offset {
    padding-left: 325px !important;
  }
}

@media (min-width: 992px) {
  .footer-item--xsmall {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 0;
    max-width: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
  }
}

@media (min-width: 1440px) {
  .footer-item--xsmall {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 0;
    max-width: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
  }
}

@media (min-width: 1800px) {
  .footer-item--xsmall {
    padding-left: 60px !important;
    padding-right: 60px !important;
    width: 6%;
    max-width: 6%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6%;
            flex: 0 0 6%;
  }
}

@media (min-width: 992px) {
  .j8wg6h09ze {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media (min-width: 1440px) {
  .j8wg6h09ze {
    width: 19%;
    max-width: 19%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19%;
            flex: 0 0 19%;
  }
}

@media (min-width: 1800px) {
  .j8wg6h09ze {
    width: 17%;
    max-width: 17%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
  }
}

@media (min-width: 992px) {
  .u2cybkxset {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media (min-width: 992px) {
  .oky92vzsfq {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
  }
}

.animated-logo {
  display: inline-block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  -webkit-transition: width 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: width 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: width 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  vertical-align: middle;
  will-change: width;
}

@media (max-width: 991px) {
  .animated-logo {
    width: 120px;
  }
}

.animated-logo svg {
  fill: #ffffff;
}

@media (min-width: 992px) {
  .animated-logo svg {
    fill: #ffffff;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .partner--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .partner--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .partner--footer .partner__item img {
    margin: 0 auto;
  }
}

@media (min-width: 577px) and (max-width: 771px) {
  .partner--footer .partner__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
  .partner--footer .partner__item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .partner--footer .partner__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
  .partner--footer .partner__item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .partner--footer .partner__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
  .partner--footer .partner__item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .partner--footer .partner__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
  .partner--footer .partner__item:last-child {
    margin-right: 0;
  }
}

.partner--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 700px;
}

@media (min-width: 1200px) {
  .partner--row {
    margin-left: auto;
  }
}

.partner--row .partner__item {
  margin-right: 1.2rem;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 771px) {
  .partner--row .partner__item {
    margin-right: 3rem;
  }
}

.partner--row .partner__item:last-child {
  margin-right: 0;
}

/* Header */
.yaxfdcno81 .q34k4nrljq {
  display: none;
}

@media (max-width: 991px) {
  .yaxfdcno81 .container-normal,
  .yaxfdcno81 .container-large {
    width: 100%;
  }
  .yaxfdcno81 .nav-collapse {
    position: fixed;
    z-index: 98;
    top: 60px;
    right: 0;
    overflow: hidden;
    width: calc(100% - 40px);
    height: calc(100% - 60px);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #ffffff;
    -webkit-transition: none 0.4s ease-out;
    -o-transition: none 0.4s ease-out;
    transition: none 0.4s ease-out;
  }
  .yaxfdcno81 .q34k4nrljq {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    display: block;
    width: 70px;
    height: 60px;
  }
  .yaxfdcno81 .q34k4nrljq:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    display: block;
    width: 68px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/icons/menu-shape.svg");
  }
  .yaxfdcno81 .fqp9ua4y31 {
    width: 150px;
  }
  .yaxfdcno81 .fqp9ua4y31:before {
    width: 152px;
    height: 109px;
    top: -40px;
    right: -20px;
    background-image: url("../images/icons/menu-shape-blog.svg");
  }
  .yaxfdcno81 .xod303t7ed {
    position: absolute;
    top: 42%;
    left: 50%;
    display: inline-block;
    width: 26px;
    height: 2px;
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
       transition-duration: 250ms;
    -webkit-transition-property: background-color, transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    -o-transition-property: background-color, transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background-color: #ffffff;
    font-weight: 300;
  }
  .yaxfdcno81 .xod303t7ed:before, .yaxfdcno81 .xod303t7ed:after {
    position: absolute;
    display: block;
    width: 26px;
    height: 2px;
    content: "";
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
       transition-duration: 250ms;
    -webkit-transition-property: margin, transform;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    -o-transition-property: margin, transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    background: #ffffff;
  }
  .yaxfdcno81 .xod303t7ed:before {
    margin-top: -7px;
  }
  .yaxfdcno81 .xod303t7ed:after {
    margin-top: 7px;
  }
  .yaxfdcno81 .vs8d6mjw55 {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: "Sora-Regular", Arial, sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }
  .yaxfdcno81 .d2a148mcw8 {
    top: 50%;
    width: 100%;
    padding-left: 40px;
    text-transform: none;
    font-size: 12px;
  }
  .yaxfdcno81.is-collapse {
    z-index: 99999;
  }
  .yaxfdcno81.is-collapse .vs8d6mjw55 {
    display: none;
  }
  .yaxfdcno81.is-collapse .nav-collapse {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    -o-transition: transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
  }
  .yaxfdcno81.is-collapse .l5l1q2m77f {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .yaxfdcno81.is-collapse .xod303t7ed {
    top: 50%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: rgba(0, 0, 0, 0);
  }
  .yaxfdcno81.is-collapse .xod303t7ed:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  .yaxfdcno81.is-collapse .xod303t7ed:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
}

@media (min-width: 992px) {
  .ovwrbfqnue .s9l6qcxd0s,
  .emiyhhwiis .s9l6qcxd0s {
    background-color: transparent;
  }
  .ovwrbfqnue .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn,
  .emiyhhwiis .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn {
    position: relative;
  }
  .ovwrbfqnue .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after,
  .emiyhhwiis .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -40px;
    left: 0;
    -webkit-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
            transform: rotate(6deg);
    width: 670px;
    height: 291px;
    -webkit-box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.17);
            box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.17);
    border-radius: 30px;
    background-color: #ec1c24;
    z-index: 1;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    pointer-events: none;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .ovwrbfqnue .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after,
  .emiyhhwiis .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after {
    bottom: -10px;
    width: 340px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .ovwrbfqnue .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after,
  .emiyhhwiis .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after {
    bottom: -10px;
    width: 410px;
  }
}

@media (min-width: 992px) and (min-width: 1440px) {
  .ovwrbfqnue .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after,
  .emiyhhwiis .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after {
    bottom: -20px;
    width: 490px;
  }
}

@media (min-width: 992px) and (min-width: 1600px) {
  .ovwrbfqnue .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after,
  .emiyhhwiis .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after {
    width: 490px;
    bottom: -40px;
  }
}

@media (min-width: 992px) and (min-width: 1800px) {
  .ovwrbfqnue .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after,
  .emiyhhwiis .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after {
    width: 670px;
  }
}

@media (min-width: 992px) {
  .ovwrbfqnue .s9l6qcxd0s {
    background-color: transparent;
  }
  .ovwrbfqnue .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn {
    position: relative;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .ovwrbfqnue .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after {
    bottom: -10px;
    width: 340px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .ovwrbfqnue .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after {
    bottom: -10px;
    width: 410px;
  }
}

@media (min-width: 992px) and (min-width: 1440px) {
  .ovwrbfqnue .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after {
    bottom: -20px;
    width: 490px;
  }
}

@media (min-width: 992px) and (min-width: 1600px) {
  .ovwrbfqnue .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after {
    width: 490px;
    bottom: -40px;
  }
}

@media (min-width: 992px) and (min-width: 1800px) {
  .ovwrbfqnue .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after {
    width: 530px;
  }
}

@media (min-width: 992px) {
  .ovwrbfqnue .qzm7f0pvfn .lq0ewtf388 {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .ovwrbfqnue .qzm7f0pvfn .lq0ewtf388 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1600px) {
  .ovwrbfqnue .qzm7f0pvfn .lq0ewtf388 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 992px) {
  .header-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .header-btn {
    min-width: 160px;
  }
}

.is-additional-filter-open .yaxfdcno81 {
  top: 0 !important;
  z-index: 9999;
}

.yaxfdcno81 {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  -webkit-transition: height 400ms ease-out,
 top 400ms ease-out, -webkit-transform 400ms ease-out, -webkit-box-shadow 350ms ease-out;
  transition: height 400ms ease-out,
 top 400ms ease-out, -webkit-transform 400ms ease-out, -webkit-box-shadow 350ms ease-out;
  -o-transition: transform 400ms ease-out, height 400ms ease-out,
 top 400ms ease-out, box-shadow 350ms ease-out;
  transition: transform 400ms ease-out, height 400ms ease-out,
 top 400ms ease-out, box-shadow 350ms ease-out;
  transition: transform 400ms ease-out, height 400ms ease-out,
 top 400ms ease-out, box-shadow 350ms ease-out, -webkit-transform 400ms ease-out, -webkit-box-shadow 350ms ease-out;
}

@media (min-width: 992px) {
  .yaxfdcno81 {
    border-bottom: 1px solid #ffffff;
    height: 90px;
  }
}

@media (min-width: 992px) {
  .header-basket .yaxfdcno81 {
    border-bottom: 1px solid #d6d6d6;
  }
  .header-basket .vr1e2f06qv,
  .header-basket .nav-collapse,
  .header-basket .t2vu6w8ocn {
    display: none;
  }
  .header-basket .header-action-group-basket {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-basket .header-action-group-basket .t2vu6w8ocn {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 2rem;
  }
}

@media (min-width: 992px) and (min-width: 1440px) {
  .header-basket .header-action-group-basket .t2vu6w8ocn {
    margin-left: 6rem;
  }
}

@media (min-width: 992px) {
  .header-basket .header-action-group-basket .t2vu6w8ocn:first-child {
    margin-left: 0;
  }
  .header-basket .header-action-group-basket .k856qgxh02 {
    width: auto;
    height: auto;
  }
  .header-basket .header-action-group-basket .k856qgxh02 svg {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .header-basket .header-action-group-basket .k856qgxh02 svg.icon-members {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .header-basket .header-action-group-basket .header-action-link-text {
    margin-left: 0.6rem;
  }
  .header-basket .header-action-group-basket .header-action-link-text strong {
    font-size: 16px;
    font-size: 1rem;
  }
  .header-basket .qc1cuctnpy {
    width: auto;
  }
  .header-basket .ab373jb6u9 {
    margin-right: 1.5rem;
  }
}

@media (min-width: 992px) and (min-width: 1440px) {
  .header-basket .ab373jb6u9 {
    margin-right: 5.5rem;
  }
}

.header-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  cursor: pointer;
}

.header-back-icon svg {
  top: 1px;
  fill: #ec1c24;
  font-size: 16px;
  font-size: 1rem;
}

.header-back-text {
  margin-left: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 700;
}

.hide-header .yaxfdcno81 .q34k4nrljq:before {
  display: none;
}

.hide-secondary-bar .section-filter-form.filter-scroll {
  top: 0 !important;
}

.hide-secondary-bar .zx0g3w08pk.detail-tab-block-scroll {
  top: 0 !important;
}

.navigation-scroll {
  border-bottom: 1px solid #eeeeee;
}

.navigation-scroll.navigation-scroll-bottom:not(.is-collapse) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 992px) {
  .navigation-scroll.navigation-scroll-bottom:not(.is-collapse) {
    top: -90px;
  }
}

@media (max-width: 991px) {
  .navigation-scroll.navigation-scroll-bottom:not(.is-collapse) {
    top: -60px;
  }
}

.navigation-scroll .s9l6qcxd0s .vazyafjlma:first-child .qzm7f0pvfn:after {
  bottom: -10px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

@media (min-width: 992px) {
  .header-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.qc1cuctnpy {
  float: left;
  padding: 21px 0 21px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .qc1cuctnpy {
    height: 90px;
    margin-right: 1rem;
    width: 130px;
  }
}

@media (min-width: 1200px) {
  .qc1cuctnpy {
    width: 130px;
  }
}

@media (min-width: 1440px) {
  .qc1cuctnpy {
    margin-right: 2rem;
    width: 250px;
  }
}

@media (min-width: 1600px) {
  .qc1cuctnpy {
    width: 250px;
  }
}

@media (min-width: 1800px) {
  .qc1cuctnpy {
    width: 250px;
  }
}

@media (max-width: 991px) {
  .qc1cuctnpy {
    position: relative;
    z-index: 99;
    padding: 16px 0 12px;
    height: 60px;
  }
}

.ab373jb6u9 {
  display: inline-block;
  vertical-align: middle;
}

.rlsflxyo9r {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .rlsflxyo9r {
    width: 80px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .rlsflxyo9r {
    width: 120px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .rlsflxyo9r {
    width: 120px;
  }
}

@media (min-width: 992px) {
  .nav-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .nav-left {
    padding: 15px 15px 0 15px;
    height: calc(100% - 35px);
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 992px) {
  .nav-left {
    width: 330px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
  }
}

@media (min-width: 1200px) {
  .nav-left {
    width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}

@media (min-width: 1440px) {
  .nav-left {
    width: 480px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
            flex: 0 0 480px;
  }
}

@media (min-width: 1800px) {
  .nav-left {
    width: 650px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 650px;
            flex: 0 0 650px;
  }
}

@media (min-width: 1800px) {
  .ovwrbfqnue .nav-left {
    width: 520px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 520px;
            flex: 0 0 520px;
  }
}

@media (min-width: 992px) {
  .nav-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 992px) {
  .nav-right-top {
    position: relative;
    padding-left: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 40px;
    background-color: #000000;
  }
  .nav-right-top:before {
    content: "";
    position: absolute;
    top: 0;
    background-color: #000000;
    z-index: -3;
    width: 50vw;
    right: calc(-50vw + 50%);
    display: block;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .nav-right-top {
    padding-left: 1.875rem;
  }
}

@media (min-width: 992px) {
  .nav-right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.nav-small-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (min-width: 992px) {
  .nav-small-list__item {
    margin-right: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .nav-small-list__item {
    margin-right: 1.875rem;
  }
}

.nav-small-list__item:last-child {
  margin-right: 0;
}

.nav-small-list__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.65rem 0;
}

.nav-small-list__icon {
  display: inline-block;
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin-right: 0.5rem;
}

.nav-small-list__icon svg {
  fill: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}

.nav-small-list__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.25rem 0;
}

@media (min-width: 992px) {
  .nav-small-list__text {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

@media (min-width: 1200px) {
  .nav-small-list__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.nav-small-list__text:after {
  height: 1px !important;
}

.y1ljw8rrr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .y1ljw8rrr {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

@media (min-width: 992px) {
  .s9l6qcxd0s {
    background-color: #ec1c24;
    border-radius: 0 0 20px 20px;
  }
  .s9l6qcxd0s .qzm7f0pvfn {
    color: #ffffff;
  }
}

.se3x85wa07 {
  margin-right: -10px;
}

.se3x85wa07 .qzm7f0pvfn {
  height: 50px;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0.48px;
}

.se3x85wa07 .qzm7f0pvfn:hover {
  color: #ec1c24;
}

@media (min-width: 992px) {
  .se3x85wa07 .qzm7f0pvfn {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.35px;
  }
}

@media (min-width: 1200px) {
  .se3x85wa07 .qzm7f0pvfn {
    letter-spacing: 0.48px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.se3x85wa07 .qzm7f0pvfn .lq0ewtf388 {
  height: auto;
  padding: 0.2rem 0.6rem;
}

@media (min-width: 1800px) {
  .se3x85wa07 .qzm7f0pvfn .lq0ewtf388 {
    padding: 0.2rem 2rem;
  }
}

.se3x85wa07 .vazyafjlma.dropdown-block .lq0ewtf388 {
  height: auto;
  padding: 0.2rem 1rem;
}

@media (min-width: 1800px) {
  .se3x85wa07 .vazyafjlma.dropdown-block .lq0ewtf388 {
    padding: 0.2rem 2rem;
  }
}

.se3x85wa07 .vazyafjlma.dropdown-block .lq0ewtf388:after {
  width: 14px;
  height: 7px;
  right: 0px;
  background-image: url(../images/icons/chevron-thin-down.svg);
}

@media (min-width: 1800px) {
  .se3x85wa07 .vazyafjlma.dropdown-block .lq0ewtf388:after {
    right: 10px;
  }
}

@media (min-width: 1600px) {
  .ho7qihbh84 {
    margin-left: 20px;
  }
}

@media (min-width: 1800px) {
  .ho7qihbh84 {
    margin-left: 100px;
  }
}

.ho7qihbh84 .ylrltiiboj .qzm7f0pvfn:hover svg {
  fill: #c51017;
}

.ho7qihbh84 .ylrltiiboj .qzm7f0pvfn svg {
  -webkit-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
  fill: #ec1c24;
}

.qojcrj6elw {
  height: 40px;
  min-width: 180px;
  letter-spacing: 0.64px;
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

@media (min-width: 992px) {
  .qojcrj6elw {
    min-width: 120px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .qojcrj6elw {
    font-size: 16px;
    font-size: 1rem;
    min-width: 180px;
  }
}

.qojcrj6elw svg {
  font-size: 14px;
  font-size: 0.875rem;
}

.qojcrj6elw .btn-icon {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .vazyafjlma {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vazyafjlma:hover .qzm7f0pvfn:after, .vazyafjlma.ew2lbibbt .qzm7f0pvfn:after {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .vazyafjlma {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.vazyafjlma.ew2lbibbt .menu-list-icon {
  pointer-events: auto;
}

.vazyafjlma.ew2lbibbt .menu-list-icon .open-text {
  display: block;
}

@media (min-width: 992px) {
  .vazyafjlma.dropdown-block .lq0ewtf388 {
    padding-right: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .vazyafjlma.dropdown-block .lq0ewtf388 {
    padding-right: 2.8rem;
  }
}

@media (min-width: 1440px) {
  .vazyafjlma.dropdown-block .lq0ewtf388 {
    padding-right: 2.8rem;
  }
}

@media (min-width: 1800px) {
  .vazyafjlma.dropdown-block .lq0ewtf388 {
    padding-right: 3rem;
  }
}

.ylrltiiboj .qzm7f0pvfn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 50px;
}

@media (min-width: 992px) {
  .ylrltiiboj .qzm7f0pvfn {
    width: 35px;
  }
}

@media (min-width: 1200px) {
  .ylrltiiboj .qzm7f0pvfn {
    width: 40px;
  }
}

.ylrltiiboj .qzm7f0pvfn.is-logged svg {
  fill: #00a713;
}

.ylrltiiboj .qzm7f0pvfn.is-logged:hover svg {
  fill: #00740d;
}

.ylrltiiboj .qzm7f0pvfn:hover svg {
  fill: #ec1c24;
}

.ylrltiiboj .qzm7f0pvfn svg {
  -webkit-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
  font-size: 22px;
  font-size: 1.375rem;
  fill: #000000;
}

.qzm7f0pvfn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  text-decoration: none;
  color: #000000;
  line-height: 1.2;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .qzm7f0pvfn {
    color: #ec1c24;
    font-family: "BigShoulders-bold", Arial, sans-serif;
    font-weight: 700;
  }
}

@media (max-width: 991px) {
  .qzm7f0pvfn.lbq6adndo2 {
    border-bottom: 1px solid #dbdbdb;
  }
}

.qzm7f0pvfn.x6slxxi4u9 {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

@media (min-width: 992px) {
  .qzm7f0pvfn.x6slxxi4u9 {
    font-family: "BigShoulders-bold", Arial, sans-serif;
    font-weight: 700;
  }
}

@media (max-width: 991px) {
  .qzm7f0pvfn.edszkl1byd {
    border-bottom: 1px solid #dbdbdb;
  }
}

.qzm7f0pvfn .lq0ewtf388 {
  padding: 1.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 992px) {
  .qzm7f0pvfn .lq0ewtf388 {
    position: relative;
    z-index: 4;
    height: 90px;
    padding: 1.2rem 0.8rem;
  }
}

@media (min-width: 1440px) {
  .qzm7f0pvfn .lq0ewtf388 {
    padding: 1.2rem 1.2rem;
  }
}

@media (min-width: 1800px) {
  .qzm7f0pvfn .lq0ewtf388 {
    padding: 1.2rem 3rem;
  }
}

@media (min-width: 992px) {
  .qzm7f0pvfn {
    font-family: "BigShoulders-bold", Arial, sans-serif;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-size: 1rem;
    background-color: transparent;
    height: 90px;
    padding: 1.2rem 0;
  }
}

@media (min-width: 1200px) {
  .qzm7f0pvfn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1440px) {
  .qzm7f0pvfn {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .qzm7f0pvfn {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1800px) {
  .qzm7f0pvfn {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.menu-list-icon {
  position: absolute;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  pointer-events: none;
  right: 5px;
}

@media (min-width: 1440px) {
  .menu-list-icon {
    right: 10px;
  }
}

.menu-list-icon svg {
  position: relative;
  -webkit-transform: rotateZ(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotateZ(-90deg);
  fill: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}

.menu-list-icon .open-text {
  display: none;
  margin-left: 0.6rem;
  color: #ffffff;
  text-transform: none;
  font-size: 10px;
  font-size: 0.625rem;
}

@media (max-width: 991px) {
  .vr1e2f06qv.is-searching .jvs6f9iwkz {
    height: calc(100% - 60px) !important;
    overflow: auto !important;
  }
}

@media (max-width: 991px) {
  .vr1e2f06qv.ew2lbibbt ~ .nav-collapse .nav-top {
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .jvs6f9iwkz {
    position: fixed;
    top: 60px;
    left: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    z-index: 99;
    width: 100%;
    height: auto !important;
    background: #ffffff;
    overflow: visible !important;
    -webkit-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.1);
            box-shadow: 0 5px 10px rgba(1, 1, 1, 0.1);
  }
}

@media (min-width: 992px) {
  .jvs6f9iwkz {
    width: 125px;
  }
}

@media (min-width: 1200px) {
  .jvs6f9iwkz {
    width: 200px;
  }
}

@media (min-width: 1440px) {
  .jvs6f9iwkz {
    width: 200px;
  }
}

@media (min-width: 1600px) {
  .jvs6f9iwkz {
    width: 250px;
  }
}

@media (min-width: 1800px) {
  .jvs6f9iwkz {
    width: 350px;
  }
}

.jvs6f9iwkz .form-input-header {
  padding-left: 1rem;
  padding-right: 40px !important;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.48px;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}

@media (min-width: 992px) {
  .jvs6f9iwkz .form-input-header {
    padding-left: 0;
    height: 35px;
  }
}

.jvs6f9iwkz .btn-search-header {
  height: 50px;
  width: 65px;
  right: 0;
  border-radius: 0;
}

@media (min-width: 992px) {
  .jvs6f9iwkz .btn-search-header {
    right: -5px;
    width: 35px;
    height: 35px;
  }
}

.jvs6f9iwkz .btn-search-header svg {
  font-size: 18px;
  font-size: 1.125rem;
}

.header-search-form-offset {
  top: 35px;
}

.header-search-form-offset .form-input-header {
  height: 40px;
}

.header-search-form-offset .btn-search-header {
  height: 40px;
}

.header-search-form-offset .btn-search-header svg {
  font-size: 20px;
  font-size: 1.25rem;
}

.btn-search-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0 8px 8px 0;
}

@media (min-width: 992px) {
  .btn-search-header {
    width: 50px;
    background-color: transparent;
  }
  .btn-search-header:hover {
    background-color: #000000;
  }
  .btn-search-header:hover svg {
    fill: #ffffff;
  }
}

.btn-search-header svg {
  fill: #000000;
  font-size: 22px;
  font-size: 1.375rem;
}

@media (min-width: 992px) {
  .btn-search-header svg {
    fill: #000000;
  }
}

.btn-search-header:after {
  background-color: #ec1c24;
}

.t2vu6w8ocn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 45px;
  cursor: pointer;
}

@media (min-width: 576px) {
  .t2vu6w8ocn {
    width: 50px;
  }
}

@media (min-width: 992px) {
  .t2vu6w8ocn {
    height: 90px;
  }
}

.t2vu6w8ocn:hover .k856qgxh02 svg {
  fill: #000000;
}

@media (min-width: 992px) {
  .t2vu6w8ocn:hover .hidden-content {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
  }
}

.t2vu6w8ocn.is-logged svg {
  fill: #00a713;
}

.t2vu6w8ocn.is-logged:hover svg {
  fill: #00740d;
}

.t2vu6w8ocn svg {
  fill: #000000;
  font-size: 22px;
  font-size: 1.375rem;
}

@media (min-width: 992px) {
  .t2vu6w8ocn svg {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.kjzd4quhbt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
}

@media (min-width: 992px) {
  .kjzd4quhbt {
    height: 90px;
  }
}

.k856qgxh02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

.k856qgxh02.ew2lbibbt svg {
  fill: #ec1c24;
}

.header-action-link-text {
  text-align: center;
  margin-left: 1rem;
}

@media (max-width: 991px) {
  .header-action-link-text {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-action-link-text {
    margin-left: 1.2rem;
  }
}

.header-action-link-text strong {
  display: block;
  color: #ec1c24;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .header-action-link-text strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.header-action-link-text small {
  display: block;
  margin-top: 0.2rem;
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .header-action-link-text small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.enbdlo9pau .rxo9m4av07 {
  right: 140px;
}

.rxo9m4av07 {
  right: 70px;
}

@media (min-width: 992px) {
  .rxo9m4av07 {
    right: 210px;
  }
}

@media (min-width: 1200px) {
  .rxo9m4av07 {
    right: 200px;
  }
}

.nyflfqycd3 {
  right: 220px;
}

@media (max-width: 771px) {
  .nyflfqycd3 {
    display: none;
  }
}

@media (min-width: 992px) {
  .nyflfqycd3 {
    right: 280px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .nyflfqycd3 {
    right: 235px;
  }
}

.xcoss60xon {
  right: 120px;
}

@media (min-width: 992px) {
  .xcoss60xon {
    right: 233px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .xcoss60xon {
    right: 190px;
  }
}

.erb84pi8qv {
  right: 170px;
}

@media (min-width: 992px) {
  .erb84pi8qv .k856qgxh02 {
    width: auto;
  }
}

@media (min-width: 992px) {
  .erb84pi8qv {
    width: auto;
    right: 0;
  }
}

.hidden-content-user {
  position: fixed;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-top: 0;
}

@media (min-width: 992px) {
  .hidden-content-user {
    position: absolute;
    top: calc(100% - 1px);
    min-width: 280px;
    left: -8px;
    z-index: 2;
  }
}

@media (max-width: 991px) {
  .hidden-content-user {
    top: 0;
    left: 0;
    right: auto;
    height: 100% !important;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.user-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: 700;
  background-color: #ec1c24;
  padding: 0.2rem 0.6rem;
  height: 35px;
}

.user-header-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}

.user-header-icon svg {
  fill: #ffffff;
  font-size: 19px;
  font-size: 1.1875rem;
}

.user-content {
  padding: 2rem 0.5rem;
}

@media (min-width: 992px) {
  .user-content {
    padding: 0;
    padding-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .user-content {
    overflow: auto;
    height: calc(100% - 95px);
  }
}

.user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f6f9;
}

@media (max-width: 991px) {
  .user-menu {
    width: 100%;
    height: 60px;
    overflow: hidden;
  }
}

.user-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0.6rem 0.5rem;
}

.user-menu-item.ew2lbibbt .user-menu-item-text {
  color: #ec1c24;
}

.user-menu-item-icon svg {
  fill: #ec1c24;
  font-size: 28px;
  font-size: 1.75rem;
}

.user-menu-item-text {
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.hidden-content-phone {
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-top: 0;
  position: absolute;
  top: calc(100% - 1px);
  min-width: 200px;
  z-index: 2;
}

@media (max-width: 991px) {
  .hidden-content-phone {
    border-top: 0;
    border: 1px solid #d6d6d6;
  }
}

@media (min-width: 576px) {
  .hidden-content-phone {
    right: 0;
    min-width: 220px;
  }
}

.phone-content {
  padding: 0.4rem 0.6rem;
}

.l5l1q2m77f {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ec1c24;
  padding: 0.5rem 1rem 0.5rem 1rem;
  height: 35px;
  width: 100%;
  z-index: 99999999;
  -webkit-transform: translateY(calc(100% + 60px));
      -ms-transform: translateY(calc(100% + 60px));
          transform: translateY(calc(100% + 60px));
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  -o-transition: transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.hfh4ai0d8a {
  width: 55%;
  max-width: 55%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  text-align: right;
}

.yxnyhv3in3 {
  width: 45%;
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.qhzfmxbblh {
  display: block;
  color: #ffffff;
  font-family: "Sora-bold", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.2;
}

.header-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
  border-bottom: 1px solid #ebebeb;
}

.js-menu-another-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

/* Accordion block */
.jphrva9f4b .r0mvp65icw {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #ffffff;
}

.jphrva9f4b .r0mvp65icw.ew2lbibbt > .v1af7ybqp0 {
  -webkit-transition: none 0.4s ease-out;
  -o-transition: none 0.4s ease-out;
  transition: none 0.4s ease-out;
}

.jphrva9f4b .r0mvp65icw.ew2lbibbt > .v1af7ybqp0:after {
  background-image: url("../images/icons/chevron-up.svg");
}

.jphrva9f4b .r0mvp65icw.ew2lbibbt > .t3724io8hs {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  padding: 1rem 4rem 1rem 1rem;
  opacity: 1;
  -webkit-transition: opacity 450ms ease-out;
  -o-transition: opacity 450ms ease-out;
  transition: opacity 450ms ease-out;
}

.jphrva9f4b .v1af7ybqp0 {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 1rem 4rem 1rem 1rem;
  cursor: pointer;
  -webkit-transition: none 0.4s ease-out;
  -o-transition: none 0.4s ease-out;
  transition: none 0.4s ease-out;
}

.jphrva9f4b .t3724io8hs {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  border-top: 0;
  -webkit-transition: opacity 450ms ease-out;
  -o-transition: opacity 450ms ease-out;
  transition: opacity 450ms ease-out;
}

.qwvut8p2q2 .vxtc8qojda {
  position: relative;
}

.qwvut8p2q2 .vxtc8qojda .r41k707ldn {
  padding-right: 45px;
}

.qwvut8p2q2 .v1af7ybqp0 {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  width: 45px;
}

.qwvut8p2q2 .v1af7ybqp0:after {
  content: "" !important;
  width: 12px;
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down.svg");
}

.qwvut8p2q2 .r0mvp65icw.is-searched > .zhhyderj {
  display: block !important;
}

.qwvut8p2q2 .r0mvp65icw.ew2lbibbt > .zhhyderj .v1af7ybqp0:after {
  background-image: url("../images/icons/chevron-up.svg");
}

.qwvut8p2q2 .r0mvp65icw.ew2lbibbt .t3724io8hs {
  padding: 0;
  padding-top: 0.2rem;
  padding-left: 1.4rem;
}

.qwvut8p2q2 .t3724io8hs {
  padding: 0;
  padding-top: 0.2rem;
  padding-left: 1.4rem;
}

.accordion-group--my-property {
  margin-top: -10px;
}

.accordion-group--my-property .t3724io8hs {
  padding: 0 !important;
}

.accordion-group--my-property .r0mvp65icw.is-completed .v1af7ybqp0 {
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
}

.accordion-group--my-property .r0mvp65icw.is-completed .v1af7ybqp0 svg {
  display: inline-block;
}

.accordion-group--my-property .v1af7ybqp0 {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.5rem 2rem 0.5rem 0;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .accordion-group--my-property .v1af7ybqp0 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.accordion-group--my-property .v1af7ybqp0 svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
}

.accordion-group--my-property .v1af7ybqp0 span {
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.accordion-group--my-property .v1af7ybqp0:after {
  content: "" !important;
  width: 14px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down.svg");
}

.g84l0ffypp {
  margin-top: 3rem;
  border-radius: 20px;
  background-color: #eeeeee;
  padding: 20px 30px;
}

@media (min-width: 992px) {
  .g84l0ffypp {
    padding: 30px 60px;
  }
}

.g84l0ffypp .r0mvp65icw {
  position: relative;
  z-index: 2;
  border-bottom: 0;
}

.g84l0ffypp .r0mvp65icw.ew2lbibbt.js-hidden-content {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .g84l0ffypp .r0mvp65icw.ew2lbibbt.js-hidden-content {
    margin-bottom: 0;
  }
}

.g84l0ffypp .r0mvp65icw.ew2lbibbt > .v1af7ybqp0 {
  font-weight: 700;
  color: #ec1c24;
  -webkit-transition: none 0.4s ease-out;
  -o-transition: none 0.4s ease-out;
  transition: none 0.4s ease-out;
  font-size: 30px;
  font-size: 1.875rem;
}

@media (min-width: 992px) {
  .g84l0ffypp .r0mvp65icw.ew2lbibbt > .v1af7ybqp0 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.g84l0ffypp .r0mvp65icw.ew2lbibbt > .v1af7ybqp0:after {
  display: block;
}

.g84l0ffypp .r0mvp65icw.ew2lbibbt > .t3724io8hs {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 0;
  -webkit-transition: opacity 450ms ease-out;
  -o-transition: opacity 450ms ease-out;
  transition: opacity 450ms ease-out;
}

.g84l0ffypp .v1af7ybqp0 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: none 0.4s ease-out;
  -o-transition: none 0.4s ease-out;
  transition: none 0.4s ease-out;
  color: #000000;
  font-family: "BigShoulders-regular", Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}

@media (min-width: 771px) {
  .g84l0ffypp .v1af7ybqp0 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.g84l0ffypp .v1af7ybqp0:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991px) {
  .g84l0ffypp .v1af7ybqp0:after {
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/chevron-down.svg);
  }
}

@media (min-width: 992px) {
  .g84l0ffypp .v1af7ybqp0:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 50px 30px 0;
    border-color: transparent #eeeeee transparent transparent;
    display: none;
  }
}

.g84l0ffypp .t3724io8hs {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  border-top: 0;
  -webkit-transition: opacity 450ms ease-out;
  -o-transition: opacity 450ms ease-out;
  transition: opacity 450ms ease-out;
}

@media (max-width: 991px) {
  .accordion-group-contact--small {
    padding: 0;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .accordion-group-contact--small {
    padding: 15px 25px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .accordion-group-contact--small {
    padding: 15px 25px;
  }
}

.accordion-group-contact--small .r0mvp65icw.ew2lbibbt > .v1af7ybqp0 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.accordion-group-contact--small.g84l0ffypp .v1af7ybqp0:after {
  border-width: 20px 30px 20px 0;
}

.accordion-group-contact--small .v1af7ybqp0 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.accordion-group-contact--small .exjirsyx6p {
  min-height: 45px;
}

@media (max-width: 991px) {
  .accordion-group-contact--small .exjirsyx6p {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Sora-Regular", Arial, sans-serif;
    font-weight: 400;
    padding: 0.6rem 2rem 0.6rem 1rem;
  }
}

.accordion-group-contact--small .xw7on54qbr .v1af7ybqp0 {
  padding: 1.4rem 2rem 1.4rem 0;
}

@media (max-width: 991px) {
  .accordion-group-contact--small .xw7on54qbr .v1af7ybqp0 {
    min-height: 45px;
    font-family: "Sora-Regular", Arial, sans-serif;
    font-weight: 400;
    padding: 1rem 2rem 1rem 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.accordion-group-contact--small .xw7on54qbr .r0mvp65icw.ew2lbibbt > .v1af7ybqp0 {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .accordion-group-contact--small .xw7on54qbr .r0mvp65icw.ew2lbibbt > .v1af7ybqp0 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.xw7on54qbr .r0mvp65icw {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  border-bottom: 1px solid #dbdbdb;
}

.xw7on54qbr .r0mvp65icw:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.xw7on54qbr .r0mvp65icw.ew2lbibbt > .v1af7ybqp0 {
  color: #ec1c24;
  padding: 1rem 3rem 1rem 0;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (min-width: 771px) {
  .xw7on54qbr .r0mvp65icw.ew2lbibbt > .v1af7ybqp0 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 992px) {
  .xw7on54qbr .r0mvp65icw.ew2lbibbt > .v1af7ybqp0 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.xw7on54qbr .r0mvp65icw.ew2lbibbt > .v1af7ybqp0:after {
  content: "-";
  background-image: none;
}

.xw7on54qbr .r0mvp65icw.ew2lbibbt .t3724io8hs {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 450ms ease-out;
  -o-transition: opacity 450ms ease-out;
  transition: opacity 450ms ease-out;
}

.xw7on54qbr .r0mvp65icw:hover > .v1af7ybqp0 {
  color: #ec1c24;
}

.xw7on54qbr .v1af7ybqp0 {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding: 2.2rem 3rem 2.2rem 0;
  cursor: pointer;
  min-height: 60px;
  line-height: 1.2;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: none 0.4s ease-out;
  -o-transition: none 0.4s ease-out;
  transition: none 0.4s ease-out;
}

@media (min-width: 576px) {
  .xw7on54qbr .v1af7ybqp0 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 2.2rem 3rem 2.2rem 0;
  }
}

@media (min-width: 992px) {
  .xw7on54qbr .v1af7ybqp0 {
    padding: 2.2rem 3rem 2.2rem 0;
  }
}

.xw7on54qbr .v1af7ybqp0:after {
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  color: #000000;
  line-height: 1;
  font-weight: 700;
  background-image: none;
  border: 0;
  text-align: center;
}

.xw7on54qbr .m4wfte2w8 {
  position: relative;
}

.accordion-group-classic .r0mvp65icw {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #ececec;
}

.accordion-group-classic .r0mvp65icw.ew2lbibbt > .v1af7ybqp0 {
  font-size: 25px;
  font-size: 1.5625rem;
  -webkit-transition: none 0.4s ease-out;
  -o-transition: none 0.4s ease-out;
  transition: none 0.4s ease-out;
  padding-top: 2rem;
}

.accordion-group-classic .r0mvp65icw.ew2lbibbt > .v1af7ybqp0:after {
  background-image: url("../images/icons/chevron-up-blue-light.svg.html");
}

.accordion-group-classic .r0mvp65icw.ew2lbibbt > .t3724io8hs {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  padding: 0 2rem 1rem 0;
  opacity: 1;
  -webkit-transition: opacity 450ms ease-out;
  -o-transition: opacity 450ms ease-out;
  transition: opacity 450ms ease-out;
}

.accordion-group-classic .accordion-item-ext {
  border-bottom: 0;
}

.accordion-group-classic .v1af7ybqp0 {
  position: relative;
  display: block;
  margin-bottom: 0;
  color: #ec1c24;
  padding: 1.5rem 3rem 1.5rem 0;
  cursor: pointer;
  -webkit-transition: none 0.4s ease-out;
  -o-transition: none 0.4s ease-out;
  transition: none 0.4s ease-out;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.accordion-group-classic .v1af7ybqp0:after {
  content: "" !important;
  width: 19px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down.svg");
}

.accordion-group-classic .t3724io8hs {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  border-top: 0;
  -webkit-transition: opacity 450ms ease-out;
  -o-transition: opacity 450ms ease-out;
  transition: opacity 450ms ease-out;
}

.accordion-group-classic .t3724io8hs p {
  margin-bottom: 1.5rem;
}

.accordion-group-classic-ext .r0mvp65icw {
  border-bottom: 1px solid #ebebeb;
}

@media (min-width: 992px) {
  .accordion-group-classic-ext .r0mvp65icw {
    border-bottom: 1px solid #ec1c24;
  }
}

.accordion-group-classic-ext .r0mvp65icw.ew2lbibbt > .v1af7ybqp0 {
  font-size: 16px;
  font-size: 1rem;
  padding: 1.75rem 2rem 1.75rem 0;
}

.accordion-group-classic-ext .r0mvp65icw.ew2lbibbt > .t3724io8hs {
  padding-right: 0;
}

.accordion-group-classic-ext .v1af7ybqp0 {
  padding: 1.75rem 2rem 1.75rem 0;
}

.accordion-group-classic-ext .v1af7ybqp0:after {
  right: -7px;
}

@media (max-width: 770px) {
  .p8kxjjfoa5 .r0mvp65icw {
    position: relative;
    z-index: 2;
  }
  .p8kxjjfoa5 .r0mvp65icw.ew2lbibbt > .v1af7ybqp0 {
    -webkit-transition: none 0.4s ease-out;
    -o-transition: none 0.4s ease-out;
    transition: none 0.4s ease-out;
  }
  .p8kxjjfoa5 .r0mvp65icw.ew2lbibbt > .v1af7ybqp0:after {
    content: "\e907";
  }
  .p8kxjjfoa5 .r0mvp65icw.ew2lbibbt > .t3724io8hs {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    padding: 1rem 2rem 1rem 1rem;
    opacity: 1;
    -webkit-transition: opacity 450ms ease-out;
    -o-transition: opacity 450ms ease-out;
    transition: opacity 450ms ease-out;
  }
  .p8kxjjfoa5 .v1af7ybqp0 {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 1rem 4rem 1rem 1rem;
    cursor: pointer;
    -webkit-transition: none 0.4s ease-out;
    -o-transition: none 0.4s ease-out;
    transition: none 0.4s ease-out;
  }
  .p8kxjjfoa5 .v1af7ybqp0:after {
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    font-family: "project-name";
    line-height: 1;
    content: "\e906";
    color: #000000;
    font-size: 22px;
    font-size: 1.375rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 770px) and (max-width: 575px) {
  .p8kxjjfoa5 .v1af7ybqp0:after {
    right: 10px;
  }
}

@media (max-width: 770px) {
  .p8kxjjfoa5 .t3724io8hs {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    border-top: 0;
    -webkit-transition: opacity 450ms ease-out;
    -o-transition: opacity 450ms ease-out;
    transition: opacity 450ms ease-out;
  }
}

@media (max-width: 770px) {
  .vegv2gbiu3 .r0mvp65icw {
    position: relative;
    z-index: 2;
  }
  .vegv2gbiu3 .r0mvp65icw.ew2lbibbt > .v1af7ybqp0 {
    -webkit-transition: none 0.4s ease-out;
    -o-transition: none 0.4s ease-out;
    transition: none 0.4s ease-out;
  }
  .vegv2gbiu3 .r0mvp65icw.ew2lbibbt > .v1af7ybqp0:after {
    background-image: url("../images/icons/chevron-up-red.svg");
  }
  .vegv2gbiu3 .r0mvp65icw.ew2lbibbt > .t3724io8hs {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    padding: 0 0 2rem 0;
    opacity: 1;
    -webkit-transition: opacity 450ms ease-out;
    -o-transition: opacity 450ms ease-out;
    transition: opacity 450ms ease-out;
  }
  .vegv2gbiu3 .accordion-item-ext {
    border-bottom: 0;
  }
  .vegv2gbiu3 .v1af7ybqp0 {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 1.4rem 0 1.4rem 0;
    cursor: pointer;
    -webkit-transition: none 0.4s ease-out;
    -o-transition: none 0.4s ease-out;
    transition: none 0.4s ease-out;
  }
  .vegv2gbiu3 .v1af7ybqp0:after {
    content: "" !important;
    width: 22px;
    height: 11px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/icons/chevron-down-red.svg");
  }
  .vegv2gbiu3 .t3724io8hs {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    border-top: 0;
    -webkit-transition: opacity 450ms ease-out;
    -o-transition: opacity 450ms ease-out;
    transition: opacity 450ms ease-out;
  }
}

/* Social block */
.h3jmwizrrm .e0qbp5r989 {
  margin-right: 0.6rem;
}

@media (max-width: 369px) {
  .h3jmwizrrm .e0qbp5r989 {
    margin-right: 0.4rem;
    margin-left: 0.6rem;
  }
}

.h3jmwizrrm .e0qbp5r989:last-child {
  margin-right: 0;
}

.h3jmwizrrm .sltgctej3q {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
}

.h3jmwizrrm .sltgctej3q svg {
  fill: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}

.h3jmwizrrm .sltgctej3q:hover svg {
  fill: #000000;
}

.dyyhx8x1gg {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .dyyhx8x1gg {
    margin-bottom: 0;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 145px;
    left: 0;
    height: 0;
    width: 80px;
    z-index: 4;
    margin-left: 60px;
  }
  .dyyhx8x1gg .e0qbp5r989 {
    margin-right: 0;
    display: block;
    margin-bottom: 1rem;
  }
}

.dyyhx8x1gg .sltgctej3q {
  width: 30px;
  height: 30px;
}

.dyyhx8x1gg .sltgctej3q:hover svg {
  fill: #ec1c24;
}

.dyyhx8x1gg .sltgctej3q svg {
  fill: #000000;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .dyyhx8x1gg .sltgctej3q svg {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.dyyhx8x1gg .ol63ef5dgd {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}

.pat0kuf5u2 {
  margin-left: -10px;
}

.pat0kuf5u2 .e0qbp5r989 {
  margin-right: 0;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .pat0kuf5u2 .e0qbp5r989 {
    margin-left: 0;
  }
}

.pat0kuf5u2 .sltgctej3q {
  width: 30px;
  height: 30px;
}

.pat0kuf5u2 .sltgctej3q svg {
  font-size: 22px;
  font-size: 1.375rem;
}

@media (min-width: 771px) {
  .pat0kuf5u2 .sltgctej3q {
    height: 50px;
    width: 50px;
  }
  .pat0kuf5u2 .sltgctej3q svg {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.pat0kuf5u2 .sltgctej3q:hover svg {
  fill: #ec1c24;
}

.pat0kuf5u2 .sltgctej3q svg {
  fill: #000000;
}

.social-list--dashboard {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .social-list--dashboard {
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    top: 10px;
    left: -100px;
    height: 0;
    width: 80px;
    z-index: 4;
  }
  .social-list--dashboard .e0qbp5r989 {
    margin-right: 0;
    display: block;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .social-list--dashboard {
    left: -130px;
  }
}

.social-list--dashboard .sltgctej3q {
  width: 30px;
  height: 30px;
}

.social-list--dashboard .sltgctej3q:hover svg {
  fill: #ec1c24;
}

.social-list--dashboard .sltgctej3q svg {
  font-size: 25px;
  font-size: 1.5625rem;
  fill: #000000;
}

.social-list--dashboard .ol63ef5dgd {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 771px) {
  .pqu8mjjddz {
    margin-left: -15px;
  }
}

.e0qbp5r989 {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .e0qbp5r989 {
    margin-left: 0.8rem;
  }
  .e0qbp5r989:first-child {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .e0qbp5r989 {
    margin-left: 0.8rem;
  }
}

@media (min-width: 992px) {
  .e0qbp5r989 {
    margin-bottom: 2rem;
    margin-right: 0.8rem;
  }
}

@media (min-width: 1440px) {
  .e0qbp5r989 {
    margin-right: 1.2rem;
  }
}

@media (min-width: 1800px) {
  .e0qbp5r989 {
    margin-right: 1.2rem;
  }
}

.e0qbp5r989:last-child {
  margin-right: 0;
}

.sltgctej3q {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
}

@media (min-width: 370px) {
  .sltgctej3q {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 771px) {
  .sltgctej3q {
    width: 65px;
    height: 65px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .sltgctej3q {
    width: 50px;
    height: 50px;
  }
}

.sltgctej3q svg {
  fill: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
}

@media (min-width: 771px) {
  .sltgctej3q svg {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .sltgctej3q svg {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.sltgctej3q svg.icon-play {
  font-size: 38px;
  font-size: 2.375rem;
}

@media (min-width: 771px) {
  .sltgctej3q svg.icon-play {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .sltgctej3q svg.icon-play {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.sltgctej3q:hover svg {
  fill: #000000;
}

/* Blog block */
@media (max-width: 770px) {
  .kn4m386wod {
    background-color: transparent;
  }
  .kn4m386wod .spadnv {
    color: #ec1c24;
  }
  .kn4m386wod .bg-image-square {
    display: none;
  }
  .kn4m386wod .ry5fq6k4ng .ky6g87yql {
    color: #000000 !important;
  }
}

@media (min-width: 771px) {
  .kn4m386wod .js-slider-group {
    margin-top: -100px;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .kn4m386wod .spadnv {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .kn4m386wod .spadnv {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .kn4m386wod .spadnv {
    font-size: 44px;
    font-size: 2.75rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .kn4m386wod .spadnv {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.slider-blog {
  margin: 0 -15px;
}

@media (min-width: 771px) {
  .slider-blog {
    margin: 0 -25px;
  }
}

@media (min-width: 992px) {
  .slider-blog {
    margin: 0 -25px;
  }
}

.slider-blog .swiper-slide {
  padding: 25px 15px;
}

@media (min-width: 771px) {
  .slider-blog .swiper-slide {
    padding: 25px 25px;
  }
}

@media (min-width: 992px) {
  .slider-blog .swiper-slide {
    padding: 25px 25px;
    width: 33.33% !important;
    max-width: 33.33% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.33% !important;
            flex: 0 0 33.33% !important;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .slider-blog .swiper-slide {
    width: 50% !important;
    max-width: 50% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
}

.slider-blog-classic {
  margin: 0 -15px;
}

@media (min-width: 771px) {
  .slider-blog-classic {
    margin: 0 -25px;
  }
}

@media (min-width: 992px) {
  .slider-blog-classic {
    margin: 0 -25px;
  }
}

.slider-blog-classic .swiper-slide {
  padding: 25px 15px;
}

@media (min-width: 771px) {
  .slider-blog-classic .swiper-slide {
    padding: 25px 25px;
  }
}

@media (min-width: 992px) {
  .slider-blog-classic .swiper-slide {
    padding: 25px 25px;
  }
}

.dqd002y95g .yux1ncuqdy {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 230px;
}

@media (min-width: 576px) {
  .dqd002y95g .yux1ncuqdy {
    height: 400px;
  }
}

.dqd002y95g .fzp6f8sehw {
  padding: 0 0.6rem 1rem 0.8rem;
}

@media (min-width: 576px) {
  .dqd002y95g .fzp6f8sehw {
    padding: 0.4rem 1.2rem 1.8rem 1.2rem;
    max-width: calc(100% - 140px);
  }
}

.dqd002y95g .zmv46vo9u0 {
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .dqd002y95g .zmv46vo9u0 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.ry5fq6k4ng .yux1ncuqdy,
.blog-item--classic-more-black .yux1ncuqdy,
.in2o5uhms4 .yux1ncuqdy {
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.ry5fq6k4ng .yux1ncuqdy:hover .zmv46vo9u0,
.blog-item--classic-more-black .yux1ncuqdy:hover .zmv46vo9u0,
.in2o5uhms4 .yux1ncuqdy:hover .zmv46vo9u0 {
  color: #ec1c24;
}

.ry5fq6k4ng .xsg1x37ob5,
.blog-item--classic-more-black .xsg1x37ob5,
.in2o5uhms4 .xsg1x37ob5 {
  border-radius: 20px;
  height: 180px;
}

@media (min-width: 576px) {
  .ry5fq6k4ng .xsg1x37ob5,
  .blog-item--classic-more-black .xsg1x37ob5,
  .in2o5uhms4 .xsg1x37ob5 {
    height: 250px;
  }
}

.ry5fq6k4ng .xsg1x37ob5 img,
.blog-item--classic-more-black .xsg1x37ob5 img,
.in2o5uhms4 .xsg1x37ob5 img {
  overflow: hidden;
  border-radius: 20px;
}

.ry5fq6k4ng .fzp6f8sehw,
.blog-item--classic-more-black .fzp6f8sehw,
.in2o5uhms4 .fzp6f8sehw {
  position: relative;
  top: auto;
  left: auto;
  padding: 1.5rem 0 0;
  background-color: transparent;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 575px) {
  .ry5fq6k4ng .fzp6f8sehw,
  .blog-item--classic-more-black .fzp6f8sehw,
  .in2o5uhms4 .fzp6f8sehw {
    padding-right: 10px;
  }
}

.ry5fq6k4ng .fzp6f8sehw:after, .ry5fq6k4ng .fzp6f8sehw:before,
.blog-item--classic-more-black .fzp6f8sehw:after,
.blog-item--classic-more-black .fzp6f8sehw:before,
.in2o5uhms4 .fzp6f8sehw:after,
.in2o5uhms4 .fzp6f8sehw:before {
  display: none;
}

.ry5fq6k4ng .zmv46vo9u0,
.blog-item--classic-more-black .zmv46vo9u0,
.in2o5uhms4 .zmv46vo9u0 {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .ry5fq6k4ng .zmv46vo9u0,
  .blog-item--classic-more-black .zmv46vo9u0,
  .in2o5uhms4 .zmv46vo9u0 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.ry5fq6k4ng .ky6g87yql,
.blog-item--classic-more-black .ky6g87yql,
.in2o5uhms4 .ky6g87yql {
  margin-right: 1rem;
}

@media (min-width: 576px) {
  .ry5fq6k4ng .ky6g87yql,
  .blog-item--classic-more-black .ky6g87yql,
  .in2o5uhms4 .ky6g87yql {
    margin-right: 3rem;
  }
}

.in2o5uhms4 .zmv46vo9u0 {
  line-height: 1.4;
}

.ry5fq6k4ng .xsg1x37ob5 {
  height: 290px;
}

@media (min-width: 576px) {
  .ry5fq6k4ng .xsg1x37ob5 {
    height: 290px;
  }
}

@media (min-width: 771px) {
  .ry5fq6k4ng .zmv46vo9u0 {
    color: #ffffff !important;
  }
}

.blog-item--classic-more-black {
  margin-bottom: 2rem;
}

.blog-item--classic-more-black:last-child {
  margin-bottom: 0;
}

.blog-item--classic-more-black .xsg1x37ob5 {
  height: 270px;
}

@media (min-width: 576px) {
  .blog-item--classic-more-black .xsg1x37ob5 {
    height: 270px;
  }
}

.blog-item--classic-more-black .yux1ncuqdy:hover .zmv46vo9u0 {
  color: #ec1c24 !important;
}

.blog-item--classic-more-black .zmv46vo9u0 {
  font-size: 16px;
  font-size: 1rem;
  color: #000000 !important;
}

@media (min-width: 771px) {
  .mqqn6t5y40,
  .blog-item--classic-row-ext-wide,
  .blog-item--classic-row-xsmall,
  .fobbboz88w {
    margin-bottom: 2.8125rem;
  }
  .mqqn6t5y40 .yux1ncuqdy,
  .blog-item--classic-row-ext-wide .yux1ncuqdy,
  .blog-item--classic-row-xsmall .yux1ncuqdy,
  .fobbboz88w .yux1ncuqdy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mqqn6t5y40 .xsg1x37ob5,
  .blog-item--classic-row-ext-wide .xsg1x37ob5,
  .blog-item--classic-row-xsmall .xsg1x37ob5,
  .fobbboz88w .xsg1x37ob5 {
    width: 260px;
    max-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    height: 170px;
  }
}

@media (min-width: 771px) and (min-width: 993px) and (max-width: 1200px) {
  .mqqn6t5y40 .xsg1x37ob5,
  .blog-item--classic-row-ext-wide .xsg1x37ob5,
  .blog-item--classic-row-xsmall .xsg1x37ob5,
  .fobbboz88w .xsg1x37ob5 {
    width: 180px;
    max-width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    height: 140px;
  }
}

@media (min-width: 771px) {
  .mqqn6t5y40 .fzp6f8sehw,
  .blog-item--classic-row-ext-wide .fzp6f8sehw,
  .blog-item--classic-row-xsmall .fzp6f8sehw,
  .fobbboz88w .fzp6f8sehw {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0.5rem 0 0.5rem 2rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media (max-width: 575px) {
  .mqqn6t5y40 p {
    display: none;
  }
}

@media (min-width: 1600px) {
  .mqqn6t5y40 .fzp6f8sehw {
    margin-top: 1.5rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media (min-width: 992px) {
  .mqqn6t5y40 .xsg1x37ob5 {
    width: 400px;
    max-width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    height: 290px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .mqqn6t5y40 .xsg1x37ob5 {
    width: 170px;
    max-width: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
    height: 130px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .mqqn6t5y40 .xsg1x37ob5 {
    width: 200px;
    max-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    height: 170px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .mqqn6t5y40 .xsg1x37ob5 {
    width: 260px;
    max-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    height: 200px;
  }
}

@media (min-width: 992px) {
  .mqqn6t5y40 .zmv46vo9u0 {
    line-height: 1.4;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .mqqn6t5y40 .zmv46vo9u0 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .mqqn6t5y40 .zmv46vo9u0 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 771px) {
  .blog-item--classic-row-xsmall {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 575px) {
  .blog-item--classic-row-xsmall p {
    display: none;
  }
}

.blog-item--classic-row-xsmall .fzp6f8sehw {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .blog-item--classic-row-xsmall .xsg1x37ob5 {
    width: 260px;
    max-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    height: 170px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .blog-item--classic-row-xsmall .xsg1x37ob5 {
    width: 170px;
    max-width: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
    height: 130px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .blog-item--classic-row-xsmall .xsg1x37ob5 {
    width: 200px;
    max-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    height: 150px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .blog-item--classic-row-xsmall .xsg1x37ob5 {
    width: 200px;
    max-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    height: 150px;
  }
}

@media (min-width: 992px) {
  .blog-item--classic-row-xsmall .zmv46vo9u0 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .blog-item--classic-row-xsmall .zmv46vo9u0 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .blog-item--classic-row-xsmall .zmv46vo9u0 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .blog-item--classic-row-ext-wide p {
    display: none;
  }
}

.blog-item--classic-row-ext-wide .fzp6f8sehw {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 992px) {
  .blog-item--classic-row-ext-wide .xsg1x37ob5 {
    width: 400px;
    max-width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    height: 300px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .blog-item--classic-row-ext-wide .xsg1x37ob5 {
    width: 260px;
    max-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    height: 170px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .blog-item--classic-row-ext-wide .xsg1x37ob5 {
    width: 260px;
    max-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    height: 170px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .blog-item--classic-row-ext-wide .xsg1x37ob5 {
    width: 360px;
    max-width: 360px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    height: 260px;
  }
}

@media (min-width: 1800px) {
  .blog-item--classic-row-ext-wide .xsg1x37ob5 {
    width: 565px;
    max-width: 565px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 565px;
            flex: 0 0 565px;
    height: 350px;
  }
}

@media (min-width: 992px) {
  .blog-item--classic-row-ext-wide .zmv46vo9u0 {
    line-height: 1.4;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .blog-item--classic-row-ext-wide .zmv46vo9u0 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .blog-item--classic-row-ext-wide .zmv46vo9u0 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.yux1ncuqdy {
  position: relative;
  display: block;
  overflow: hidden;
  height: 520px;
  -webkit-box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.23);
          box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.23);
  border-radius: 20px;
}

.yux1ncuqdy:hover img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.xsg1x37ob5 {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #ec1c24;
  height: 100%;
  border-radius: 20px;
  z-index: 0;
}

.xsg1x37ob5 img {
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.fzp6f8sehw {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4rem 1.2rem 1.5rem 2.2rem;
  max-width: 300px;
  width: 90%;
  background-color: #ec1c24;
  border-radius: 0 0 0 20px;
  z-index: 0;
}

.fzp6f8sehw:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 100%;
  left: 0;
  top: -29px;
  -webkit-clip-path: polygon(104% 100%, 0 0, 0 100%);
          clip-path: polygon(104% 100%, 0 0, 0 100%);
  background-color: #ec1c24;
}

.fzp6f8sehw:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 15px;
  right: -14px;
  top: 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  background-color: #ec1c24;
  border-top-right-radius: 50px;
}

.zmv46vo9u0 {
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.q9bzl9fcw3 {
  position: absolute;
  top: calc(100% - 26px);
  right: 15px;
  text-align: right;
  font-family: "BigShoulders-thin", Arial, sans-serif;
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
}

@media (large) {
  .q9bzl9fcw3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 1800px) {
  .q9bzl9fcw3 {
    right: 50px;
  }
}

.prj7oqxshc {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 771px) {
  .prj7oqxshc {
    max-width: 380px;
  }
}

@media (min-width: 771px) {
  .yoxvj7l9es {
    margin-left: 0;
  }
}

.paijt8g0mq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.ky6g87yql {
  margin-bottom: 0.3rem;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  margin-right: 1.8rem;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .ky6g87yql {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 3rem;
  }
}

.ky6g87yql:last-child {
  margin-right: 0;
}

.upwcmlvdhq {
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .upwcmlvdhq {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.blog-text--xsmall {
  font-size: 12px;
  font-size: 0.75rem;
}

.blog-text--gray {
  color: #525252;
}

.c0b6ag2n0z {
  color: #000000;
}

.ui7cmi1k98 {
  color: #000000;
}

.it5vv1s5et {
  position: absolute;
  top: -2px;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 40px;
  background-color: #ec1c24;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: 400;
  border-radius: 20px 0 20px 0;
  line-height: 1.4;
  padding: 0.5rem 1rem;
}

@media (min-width: 576px) {
  .it5vv1s5et {
    font-size: 16px;
    font-size: 1rem;
    min-width: 160px;
  }
}

.blog-category--right {
  border-radius: 0 20px 0 20px;
  left: auto;
  right: -1px;
  top: -1px;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.72px;
  color: #ec1c24;
  background-color: #ffffff !important;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media (min-width: 576px) {
  .blog-category--right {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.blog-category--right:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  left: 0;
  bottom: -10px;
  -webkit-clip-path: polygon(104% 100%, 0 0, 0 100%);
  clip-path: polygon(10% 0%, 100% 100%, 100% 0);
  background-color: #ffffff;
  border-top-left-radius: 10px;
}

/* Tabs block */
.dydlzt7ei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs-list-negative {
  position: relative;
  left: calc(-50vw + 50%);
  width: 100vw;
}

.pk5z0ke1hi {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pk5z0ke1hi .xwabtqsful {
  border-bottom: 0;
  color: #000000;
  padding: 0;
  height: 40px;
  margin-right: 1rem;
}

@media (min-width: 576px) {
  .pk5z0ke1hi .xwabtqsful {
    margin-right: 1.5rem;
  }
}

@media (min-width: 771px) {
  .pk5z0ke1hi .xwabtqsful {
    margin-right: 4rem;
  }
}

@media (min-width: 992px) {
  .pk5z0ke1hi .xwabtqsful {
    margin-right: 2.8rem;
  }
}

@media (min-width: 1200px) {
  .pk5z0ke1hi .xwabtqsful {
    margin-right: 4rem;
  }
}

.pk5z0ke1hi .xwabtqsful:hover .fb2v0yrmwv, .pk5z0ke1hi .xwabtqsful.ew2lbibbt .fb2v0yrmwv {
  color: #000000;
  text-decoration: underline;
}

.pk5z0ke1hi .xwabtqsful:last-child {
  margin-right: 0;
}

.pk5z0ke1hi .xwabtqsful:after {
  display: none;
}

.pk5z0ke1hi .fb2v0yrmwv {
  color: #000000;
}

@media (max-width: 575px) {
  .pk5z0ke1hi .fb2v0yrmwv {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.tabs-list-white {
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin: 0 auto 3rem;
}

@media (max-width: 770px) {
  .tabs-list-white {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tabs-list-white .xwabtqsful {
  height: 70px;
}

@media (min-width: 771px) {
  .tabs-list-white .xwabtqsful {
    height: 85px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex: auto;
        flex: auto;
  }
}

@media (max-width: 770px) {
  .tabs-list-white .xwabtqsful {
    max-width: 33.33%;
    width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .tabs-list-white .fb2v0yrmwv {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.tabs-list-white-small {
  background-color: #ffffff;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 770px) {
  .tabs-list-white-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tabs-list-white-small .xwabtqsful {
  height: 50px;
  padding: 0 5px;
}

@media (min-width: 771px) {
  .tabs-list-white-small .xwabtqsful {
    height: 50px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex: auto;
        flex: auto;
  }
}

@media (max-width: 770px) {
  .tabs-list-white-small .xwabtqsful {
    max-width: 33.33%;
    width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

.tabs-list-white-small .fb2v0yrmwv {
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 772px) and (max-width: 992px) {
  .tabs-list-white-small .fb2v0yrmwv {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .tabs-list-white-small .fb2v0yrmwv {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.e7o1sspcay .xwabtqsful {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (min-width: 771px) {
  .e7o1sspcay .xwabtqsful.ew2lbibbt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.io2yhmipp0 {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.io2yhmipp0:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  z-index: -1;
}

.io2yhmipp0 .xwabtqsful {
  width: 50%;
  max-width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.io2yhmipp0 .xwabtqsful:after {
  bottom: -2px;
}

@media (min-width: 771px) {
  .io2yhmipp0 .xwabtqsful.ew2lbibbt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.tabs-list-3 .xwabtqsful {
  width: 33.33%;
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}

@media (min-width: 771px) {
  .tabs-list-3 .xwabtqsful.ew2lbibbt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.tabs-list-top {
  max-width: 1320px;
  margin: -120px auto 3rem;
}

.xwabtqsful {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  cursor: pointer;
  text-align: center;
  border: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
  border-bottom: 1px solid #000000;
}

.xwabtqsful:last-child {
  border-right: 0;
}

.xwabtqsful:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  height: 6px;
  width: calc(100% + 1px);
  opacity: 0;
  background-color: #ec1c24;
  -webkit-transition: opacity 400ms ease-out;
  -o-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}

.xwabtqsful.mixitup-control-active .fb2v0yrmwv, .xwabtqsful.ew2lbibbt .fb2v0yrmwv {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  color: #ec1c24;
}

.xwabtqsful.mixitup-control-active:after, .xwabtqsful.ew2lbibbt:after {
  opacity: 1;
}

.xwabtqsful:hover .fb2v0yrmwv {
  color: #ec1c24;
}

.xwabtqsful:hover:after {
  opacity: 1;
}

.fb2v0yrmwv {
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .fb2v0yrmwv {
    font-size: 16px;
    font-size: 1rem;
  }
}

.tab-list-icon {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  color: #000000;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (max-width: 575px) {
  .tab-list-icon {
    width: 100%;
    margin-right: 0;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.h1wmrqpqpc {
  clear: both;
}

.tabs-content-modal {
  background: #ffffff;
}

.tabs-content-modal.ew2lbibbt {
  padding: 2rem 1.2rem;
}

@media (min-width: 771px) {
  .tabs-content-modal.ew2lbibbt {
    padding: 3rem 2.5rem;
  }
}

.yl4lth7pcx {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  width: auto;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.yl4lth7pcx.ew2lbibbt {
  visibility: visible;
  overflow: visible;
  height: auto;
  width: 100%;
  opacity: 1;
}

@media (max-width: 770px) {
  .tab-sm-content-item {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
  }
  .tab-sm-content-item.ew2lbibbt {
    visibility: visible;
    overflow: visible;
    height: auto;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .tab-md-content-item {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
  }
  .tab-md-content-item.ew2lbibbt {
    visibility: visible;
    overflow: visible;
    height: auto;
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .tab-lg-content-item {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
  }
  .tab-lg-content-item.ew2lbibbt {
    visibility: visible;
    overflow: visible;
    height: auto;
    opacity: 1;
  }
}

/* Breadcrumbs block */
.breadcrumb-list-item {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb-list-item:last-child .breadcrumb-list-link:after {
  content: none;
}

.breadcrumb-list-link {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  color: #000000;
  margin-right: 1.8rem;
  margin-bottom: 0.5rem;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
}

.breadcrumb-list-link:hover {
  color: #ec1c24;
}

.breadcrumb-list-link:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 4px;
  width: 8px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/double-arrow-right.svg");
}

/* Dropdown block */
@media (min-width: 770px) {
  .dropdown-block:hover .dropdown-trigger:after {
    background-image: url("../images/icons/chevron-up-white.svg");
  }
  .dropdown-block:hover .dropdown-content {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
}

.dropdown-block.ew2lbibbt .dropdown-content {
  visibility: visible;
  height: auto;
  opacity: 1;
}

.dropdown-block .dropdown-trigger {
  cursor: pointer;
}

.dropdown-block .dropdown-trigger:after {
  content: "";
  font-size: 16px;
  font-size: 1rem;
  width: 30px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down-white.svg");
}

.dropdown-block .dropdown-content {
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: white;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

@media (max-width: 770px) {
  .dropdown-block .dropdown-content {
    position: relative;
    top: auto;
    right: auto;
    background-color: transparent;
  }
}

.dropdown-block--classic:hover .dropdown-trigger:after {
  background-image: url("../images/icons/chevron-thin-up.svg");
}

.dropdown-block--classic .dropdown-content {
  background-color: #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 4;
}

@media (max-width: 991px) {
  .dropdown-block--classic .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
  }
  .dropdown-block--classic .dropdown-content .gk9mpzzzr2 {
    padding: 0.45rem 0.65rem 0.45rem 1.5rem;
  }
  .dropdown-block--classic .dropdown-content .dxarggeii6 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.dropdown-block--classic .dropdown-trigger:after {
  width: 19px;
  height: 10px;
  background-image: url("../images/icons/chevron-thin-down.svg");
}

@media (min-width: 770px) {
  .dropdown-block-filter:hover .dropdown-content {
    visibility: hidden;
    height: 0;
    opacity: 0;
  }
}

.dropdown-block-filter.ew2lbibbt .dropdown-content {
  overflow: visible;
  visibility: visible;
  width: 100%;
  height: auto;
  opacity: 1;
}

.dropdown-block-header .dropdown-trigger {
  cursor: pointer;
}

.dropdown-block-header .dropdown-trigger:after {
  width: 22px;
  height: 11px;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1600px) {
  .dropdown-block-header .dropdown-trigger:after {
    width: 19px;
    height: 11px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .dropdown-block-header .dropdown-trigger:after {
    width: 16px;
    height: 8px;
    right: 4px;
  }
}

@media (min-width: 1800px) {
  .dropdown-block-header .dropdown-trigger:after {
    right: 20px;
  }
}

.dropdown-block-header .dropdown-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 992px) {
  .dropdown-block-header .dropdown-content {
    max-width: 1200px;
    margin: 0 auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.dropdown-block--header-small {
  position: relative;
}

.dropdown-block--header-small .dropdown-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 992px) {
  .dropdown-block--header-small .dropdown-content {
    min-width: 240px;
    right: auto;
    left: 0;
  }
}

@media (min-width: 771px) {
  .dropdown-sm-block {
    position: relative;
  }
  .dropdown-sm-block.ew2lbibbt .dropdown-content {
    visibility: visible;
    width: auto;
    height: auto;
    opacity: 1;
  }
  .dropdown-sm-block .dropdown-trigger {
    cursor: pointer;
  }
  .dropdown-sm-block .dropdown-content {
    position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    background-color: white;
  }
}

@media (min-width: 771px) and (max-width: 770px) {
  .dropdown-sm-block .dropdown-content {
    position: relative;
    top: auto;
    right: auto;
    background-color: transparent;
  }
}

@media (max-width: 991px) {
  .dropdown-list {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.dropdown-list-item {
  display: block;
}

@media (max-width: 991px) {
  .dropdown-list-item {
    display: inline-block;
    vertical-align: middle;
  }
}

.dropdown-list-item.ew2lbibbt .dropdown-list-link {
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 700;
  opacity: 1;
}

.dropdown-list-link {
  position: relative;
  display: block;
  padding: 1rem 1rem;
  line-height: 1.2;
  opacity: 0.5;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
}

.dropdown-list-link:hover {
  opacity: 1;
}

/* Pagination block */
@media (min-width: 992px) {
  .pagination-map {
    text-align: left;
  }
}

@media (min-width: 1800px) {
  .pagination-map {
    text-align: center;
  }
}

.pagination-list {
  display: block;
  width: auto;
  margin: 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (min-width: 771px) {
  .pagination-list {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    margin-top: 0;
  }
}

@media (min-width: 771px) {
  .pagination-list--right {
    right: 15px;
  }
}

@media (min-width: 576px) {
  .pagination-list-small .pagination-list-link {
    width: 30px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.pagination-list-relative {
  position: relative;
  right: auto;
  top: auto;
}

@media (min-width: 771px) {
  .pagination-list-relative {
    text-align: right;
  }
}

.pagination-list-item {
  display: inline-block;
  vertical-align: middle;
}

.pagination-list-item.ew2lbibbt .pagination-list-link {
  color: #ec1c24;
  font-size: 24px;
  font-size: 1.5rem;
}

.pagination-list-item:hover .pagination-list-link, .pagination-list-item.ew2lbibbt .pagination-list-link {
  color: #ec1c24;
  font-size: 24px;
  font-size: 1.5rem;
}

.pagination-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  min-width: 22px;
  height: 40px;
  text-align: center;
  color: #000000;
  border-radius: 100%;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  -webkit-transition: font-size 250ms ease-out;
  -o-transition: font-size 250ms ease-out;
  transition: font-size 250ms ease-out;
}

/* Map block */
.map-block {
  width: 100%;
  height: 375px;
  background-color: #eeeeee;
  position: relative;
}

.map-block-product {
  height: 100%;
}

.map-block-destination {
  height: 400px;
}

@media (min-width: 771px) {
  .map-block-destination {
    height: 600px;
  }
}

@media (min-width: 992px) {
  .map-block-destination {
    height: 900px;
  }
}

.map-block-detail {
  border-radius: 20px;
  overflow: hidden;
  height: 350px;
}

@media (min-width: 771px) {
  .map-block-detail {
    height: 350px;
  }
}

@media (min-width: 992px) {
  .map-block-detail {
    height: 350px;
  }
}

.map {
  width: 100%;
  height: 100%;
}

@media (max-width: 770px) {
  .map-search-group-detail {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 771px) {
  .map-search-block {
    position: absolute;
    left: 50%;
    z-index: 9;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
    top: 30px;
  }
}

@media (min-width: 992px) {
  .map-search-block {
    top: 50px;
  }
}

.map-search-block-detail {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 9;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  pointer-events: none;
  width: 120px;
}

@media (min-width: 771px) {
  .map-search-block-detail {
    width: 140px;
  }
}

.map-search-content {
  padding: 2rem 0.8rem 1rem;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  background-color: #ffffff;
  pointer-events: auto;
  margin: 0 -20px;
}

@media (max-width: 770px) {
  .map-search-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 771px) {
  .map-search-content {
    margin: 0;
    width: 230px;
    padding: 2rem 0.8rem 1rem;
  }
}

@media (min-width: 992px) {
  .map-search-content {
    padding: 2rem 1.2rem 1rem;
  }
}

@media (max-width: 770px) {
  .map-search-content .zhhyderj {
    display: inline-block;
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 0 10px;
  }
}

@media (max-width: 575px) {
  .map-search-content .zhhyderj {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.map-search-content .ian3u8qy8m {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .map-search-content .ian3u8qy8m {
    font-size: 16px;
    font-size: 1rem;
  }
}

.map-search-content .checkbox-text-normal {
  padding-left: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .map-search-content .checkbox-text-normal {
    font-size: 16px;
    font-size: 1rem;
  }
}

.map-search-content-detail {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #eeeeee;
  width: auto;
  margin: 0;
  padding: 1rem 0.4rem 0.8rem;
}

@media (min-width: 771px) {
  .map-search-content-detail {
    padding: 1rem 0.8rem 1rem;
  }
}

@media (min-width: 1200px) {
  .map-search-content-detail {
    padding: 2rem 0.8rem 1rem;
  }
}

.map-search-content-detail .zhhyderj {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 5px;
}

.map-search-content-detail .ian3u8qy8m {
  font-size: 12px;
  font-size: 0.75rem;
}

.map-search-info-block {
  background-color: #eeeeee;
}

@media (min-width: 771px) {
  .map-search-info-block {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 200px;
    min-width: 200px;
    background-color: #eeeeee;
  }
}

@media (min-width: 1200px) {
  .map-search-info-block {
    max-width: 260px;
    min-width: 260px;
  }
}

.map-search-info-content {
  padding: 1.5rem 1.5rem 1rem;
}

@media (min-width: 771px) {
  .map-search-info-content {
    padding: 1rem 0.8rem 0.5rem 1rem;
  }
}

@media (min-width: 1200px) {
  .map-search-info-content {
    padding: 2rem 0.8rem 1rem 2rem;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .map-search-info-content .kdlyfx {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .map-search-info-content .kdlyfx {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 770px) {
  .map-search-info-content .kdlyfx {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 770px) {
  .map-search-info-content .list-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .map-search-info-content .list-style li {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .map-search-info-content .list-style li:before {
    top: 6px;
  }
}

.box-group {
  position: relative;
  background-color: #ffffff;
  padding: 3rem 3rem 3rem;
  border-radius: 3px;
}

.box-shadow {
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
}

.box-border {
  border: 1px solid #000000;
}

@media (min-width: 992px) {
  .box-width-380 {
    width: 380px;
  }
}

@media (min-width: 1200px) {
  .box-width-520 {
    width: 520px;
  }
}

.box-group-xsmall {
  padding: 1rem 0.5rem 1rem;
}

.box-group-normal {
  padding: 2rem 1.5rem 1rem;
}

@media (min-width: 992px) {
  .box-group-normal {
    padding: 2.5rem 2.2rem 1rem;
  }
}

.box-group-normal-ext {
  padding: 2rem 2rem 2rem;
}

.box-group-big {
  padding: 3rem 1.2rem 3rem;
}

@media (min-width: 771px) {
  .box-group-big {
    padding: 3rem 2rem 3rem;
  }
}

.box-group-big-ext {
  padding: 3rem 1.5rem 1.5rem;
}

@media (min-width: 771px) {
  .box-group-big-ext {
    padding: 3rem 3.5rem 1.5rem;
  }
}

@media (min-width: 992px) {
  .box-group-big-ext {
    padding: 3rem 3rem 1.5rem;
  }
}

@media (min-width: 1600px) {
  .box-group-big-ext {
    padding: 3rem 1.5rem 1.5rem;
  }
}

@media (min-width: 1800px) {
  .box-group-big-ext {
    padding: 3rem 3.5rem 1.5rem;
  }
}

.box-2-8-3-5 {
  padding: 2.8rem 3.5rem;
}

.box-radius {
  border-radius: 20px;
}

@media (max-width: 770px) {
  .box-sm-offset {
    margin: 0 -15px;
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* Modal block */
.modal-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 92, 116, 0.8);
}

.modal-overlay.ew2lbibbt {
  display: block;
}

.modal-visible .modal-block {
  position: relative;
  overflow: visible;
  padding: 200px 0 200px;
  height: auto;
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.modal-block {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: auto;
  height: 0;
  padding: 3rem 0 2rem;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

@media (min-width: 771px) {
  .modal-block {
    padding: 6rem 0 4rem;
  }
}

.modal-block.ew2lbibbt {
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.modal-block.ew2lbibbt .modal-box {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-block.modal-hidden .modal-close,
.modal-block.modal-hidden .modal-scroll {
  display: none;
}

@media (max-width: 575px) {
  .modal-block--full {
    padding: 0;
  }
  .modal-block--full .modal-scroll {
    margin: 0;
  }
  .modal-block--full .modal-body-big {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}

@media (max-width: 770px) {
  .modal-block-sm-full {
    padding: 0;
    background-color: #ffffff;
  }
  .modal-block-sm-full .modal-scroll {
    height: 100%;
    margin: auto 0;
  }
  .modal-block-sm-full .vfcrluft8k {
    height: 50px;
  }
  .modal-block-sm-full .modal-box {
    height: 100%;
  }
  .modal-block-sm-full .modal-body {
    height: 100%;
    background-color: #ffffff !important;
  }
  .modal-block-sm-full .modal-body-normal {
    padding: 0;
  }
  .modal-block-sm-full .modal-body-sm-content {
    background-color: #f2f6f9;
    padding: 0.8rem 0.8rem 0.8rem;
  }
  .modal-block-sm-full .cc8hu1uc0n {
    padding: 0;
    background-color: #ffffff;
  }
  .modal-block-sm-full .modal-body-sm-no-padding .cc8hu1uc0n {
    padding: 2rem 1rem;
  }
}

@media (max-width: 991px) {
  .modal-block-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.modal-scroll {
  width: 100%;
  margin: auto 1rem;
}

.modal-box {
  width: 600px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 575px) {
  .modal-box {
    width: 100%;
  }
}

.modal-box-280 {
  width: 100%;
}

@media (min-width: 771px) {
  .modal-box-280 {
    width: 280px;
  }
}

.modal-box-450 {
  width: 100%;
}

@media (min-width: 576px) {
  .modal-box-450 {
    width: 450px;
  }
}

.modal-box-800 {
  width: 100%;
}

@media (min-width: 992px) {
  .modal-box-800 {
    width: 800px;
  }
}

.modal-box-1000 {
  width: 100%;
}

@media (min-width: 992px) {
  .modal-box-1000 {
    width: 930px;
  }
}

@media (min-width: 1200px) {
  .modal-box-1000 {
    width: 1000px;
  }
}

.modal-box-1200 {
  width: 100%;
}

@media (min-width: 992px) {
  .modal-box-1200 {
    width: 930px;
  }
}

@media (min-width: 1440px) {
  .modal-box-1200 {
    width: 1200px;
  }
}

.modal-box-1500 {
  width: 100%;
}

@media (min-width: 992px) {
  .modal-box-1500 {
    width: 930px;
  }
}

@media (min-width: 1200px) {
  .modal-box-1500 {
    width: 1200px;
  }
}

@media (min-width: 1440px) {
  .modal-box-1500 {
    width: 1400px;
  }
}

@media (min-width: 1600px) {
  .modal-box-1500 {
    width: 1470px;
  }
}

.modal-close {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-close svg {
  fill: #000000;
  font-size: 20px;
  font-size: 1.25rem;
}

.modal-close:hover {
  color: #000000;
}

.modal-close--white svg {
  fill: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}

.modal-close--white:hover svg {
  fill: #ec1c24;
}

.modal-close-left {
  width: 35px;
  height: 35px;
  background-color: #000000;
}

.modal-close-left:hover {
  background-color: #ec1c24;
}

.modal-close-left:hover svg {
  fill: #ffffff;
}

.modal-close-left svg {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .modal-close-left {
    width: 50px;
    height: 50px;
  }
  .modal-close-left svg {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.modal-body {
  padding: 2.5rem 1.2rem 0;
  background-color: white;
}

@media (min-width: 771px) {
  .modal-body {
    padding: 1.2rem 1.2rem 1.2rem;
  }
}

.modal-body.bg-gray-light {
  background-color: #eeeeee;
}

.modal-body.bg-gray-light-ext-1 {
  background-color: #eeeeee;
}

@media (max-width: 770px) {
  .modal-body.bg-blue-sm-light {
    background-color: #f2f6f9;
  }
}

.modal-body-normal {
  padding: 1rem 0.8rem 2rem;
}

@media (min-width: 771px) {
  .modal-body-normal {
    padding: 2rem 3rem 2rem;
  }
}

.modal-body-big {
  padding: 3rem 1.2rem 0;
}

@media (min-width: 992px) {
  .modal-body-big {
    padding: 3.8rem 3.5rem 2rem;
  }
}

.modal-body-no-padding {
  padding: 0;
}

@media (max-width: 770px) {
  .modal-body-sm-no-padding {
    padding: 0;
  }
}

@media (max-width: 770px) {
  .modal-content-negative {
    margin: 0 -1.2rem;
  }
}

@media (min-width: 992px) {
  .modal-left-panel {
    width: 400px;
    max-width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}

@media (min-width: 1440px) {
  .modal-left-panel {
    width: 480px;
    max-width: 480px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
            flex: 0 0 480px;
  }
}

@media (min-width: 992px) {
  .modal-right-panel {
    max-height: 660px;
    overflow: auto;
    width: calc(100% - 400px);
    max-width: calc(100% - 400px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 400px);
            flex: 0 0 calc(100% - 400px);
  }
}

@media (min-width: 1440px) {
  .modal-right-panel {
    max-height: 620px;
    width: calc(100% - 480px);
    max-width: calc(100% - 480px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 480px);
            flex: 0 0 calc(100% - 480px);
  }
}

@media (min-width: 771px) {
  .modal-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -60px;
  }
}

.slider-modal-gallery .swiper-container,
.slider-modal-gallery .swiper-slide {
  width: 100% !important;
}

@media (max-width: 1439px) {
  .modal-terms-left {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 0.2rem;
  }
}

@media (min-width: 576px) {
  .modal-terms-right {
    min-width: 365px;
  }
}

@media (max-width: 1439px) {
  .modal-terms-right {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 1440px) {
  .modal-terms-left-panel {
    width: auto;
    max-width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (min-width: 1440px) {
  .modal-terms-right-panel {
    width: auto;
    max-width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.tabs-content-modal .tabs-content-modal {
  max-height: 500px;
  overflow: auto;
}

.modal-body-map {
  height: 750px;
}

.modal-body-map .switch-tabs--map {
  top: 50px;
  left: 0;
  right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* Table block */
@media (max-width: 770px) {
  .table-responsives {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    min-height: 0.01%;
    border: 0 !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, white)) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background: -o-linear-gradient(left, white 30%, rgba(255, 255, 255, 0)), -o-linear-gradient(left, rgba(255, 255, 255, 0), white 70%) 0 100%, -o-radial-gradient(0% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
    background-position: 0 0, 100%, 0 0, 100%;
    background-attachment: local, local, scroll, scroll;
  }
}

.table-group-center .table-body-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-group-3 .table-cell-1-8 {
  width: 40%;
  max-width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media (min-width: 771px) {
  .table-group-3 .table-cell-1-8 {
    width: calc((100% - 30%) / 4);
    max-width: calc((100% - 30%) / 4);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30%) / 4);
            flex: 0 0 calc((100% - 30%) / 4);
  }
}

@media (min-width: 1800px) {
  .table-group-3 .table-cell-1-8 {
    width: calc(100% / 8);
    max-width: calc(100% / 8);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 8);
            flex: 0 0 calc(100% / 8);
  }
}

@media (max-width: 770px) {
  .table-group-3 .table-cell-1-8.table-body-cell-select {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    padding: 0 5px;
  }
}

.table-group-3 .table-cell-1-8 .select-small {
  max-width: 55px;
  min-width: 55px;
  margin: 0 auto;
}

.table-group-3 .table-cell-6 {
  width: 40%;
  max-width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media (min-width: 771px) {
  .table-group-3 .table-cell-6 {
    width: 30%;
    max-width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media (min-width: 1800px) {
  .table-group-3 .table-cell-6 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 770px) {
  .table-group-3 .table-cell-6.table-header-cell {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 771px) {
  .table-group-3 .table-body-row-select .table-cell-1-8 {
    width: calc((100% - 30%) / 4);
    max-width: calc((100% - 30%) / 4);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30%) / 4);
            flex: 0 0 calc((100% - 30%) / 4);
  }
}

@media (min-width: 1800px) {
  .table-group-3 .table-body-row-select .table-cell-1-8 {
    width: calc(100% / 8);
    max-width: calc(100% / 8);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 8);
            flex: 0 0 calc(100% / 8);
  }
}

@media (max-width: 770px) {
  .table-group-sm-3 .table-header-row {
    border-bottom: 0;
  }
  .table-group-sm-3 .table-cell-1-8 {
    width: 40%;
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .table-group-sm-3 .table-cell-6 {
    width: 60%;
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}

.table-group-5 .table-cell-1-8 {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (min-width: 771px) {
  .table-group-5 .table-cell-1-8 {
    width: calc((100% - 30%) / 4);
    max-width: calc((100% - 30%) / 4);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30%) / 4);
            flex: 0 0 calc((100% - 30%) / 4);
  }
}

@media (min-width: 1800px) {
  .table-group-5 .table-cell-1-8 {
    width: calc(100% / 8);
    max-width: calc(100% / 8);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 8);
            flex: 0 0 calc(100% / 8);
  }
}

@media (min-width: 771px) {
  .table-group-5 .table-cell-6 {
    width: 30%;
    max-width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media (min-width: 1800px) {
  .table-group-5 .table-cell-6 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 770px) {
  .table-group-5 .table-cell-6.table-header-cell {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 770px) {
  .table-group-5 .table-cell-37 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 12px;
  }
}

@media (min-width: 771px) {
  .table-group-5 .table-cell-37 {
    width: 52.5%;
    max-width: 52.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52.5%;
            flex: 0 0 52.5%;
  }
}

@media (min-width: 1800px) {
  .table-group-5 .table-cell-37 {
    width: 37.2%;
    max-width: 37.2%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.2%;
            flex: 0 0 37.2%;
  }
}

@media (min-width: 771px) {
  .table-group-5 .table-body-row-select .table-cell-1-8 {
    width: calc((100% - 30%) / 4);
    max-width: calc((100% - 30%) / 4);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30%) / 4);
            flex: 0 0 calc((100% - 30%) / 4);
  }
}

@media (min-width: 1800px) {
  .table-group-5 .table-body-row-select .table-cell-1-8 {
    width: calc(100% / 8);
    max-width: calc(100% / 8);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 8);
            flex: 0 0 calc(100% / 8);
  }
}

@media (max-width: 770px) {
  .table-group-5 .table-body-row-select .select-small {
    margin-top: -10px;
  }
}

.table-header-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
}

.table-header-cell {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 10px 8px 35px;
  text-align: center;
}

@media (max-width: 770px) {
  .table-header-cell {
    padding: 10px 8px 25px;
  }
}

@media (max-width: 369px) {
  .table-header-cell {
    padding: 10px 5px 25px;
  }
}

.table-header-cell:last-child {
  text-align: right;
}

@media (min-width: 1440px) {
  .table-header-cell:last-child {
    padding-right: 50px;
  }
}

.table-header-cell:first-child {
  text-align: left;
}

@media (min-width: 771px) {
  .table-header-cell:first-child {
    padding-left: 0;
  }
}

.table-header-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #333333;
}

.table-header-text-name {
  font-weight: 700;
  color: #ec1c24;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 771px) {
  .table-header-text-name {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 992px) {
  .table-header-text-name {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 1200px) {
  .table-header-text-name {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.table-body-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
}

@media (min-width: 771px) {
  .table-body-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 70px;
  }
}

.table-body-cell {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 10px 10px;
  text-align: center;
}

@media (max-width: 770px) {
  .table-body-cell {
    text-align: left;
    padding: 10px 0 10px;
  }
}

@media (max-width: 369px) {
  .table-body-cell {
    padding: 10px 0 10px;
  }
}

.table-body-cell:first-child {
  text-align: left;
  padding-left: 0;
}

.table-body-cell.n9ssbb {
  text-align: right;
}

.table-cell-padding {
  text-align: right;
}

@media (min-width: 1440px) {
  .table-cell-padding {
    padding-right: 50px;
  }
}

.table-body-cell-mobile {
  padding-top: 5px;
}

.table-body-text {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.4;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .table-body-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .table-body-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .table-body-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.table-body-text-small {
  font-weight: 300;
  font-size: 12px;
  font-size: 0.75rem;
}

.table-body-text-gray {
  color: #333333;
}

.table-body-text-blue {
  color: #ec1c24;
}

.table-body-text-bold {
  font-weight: 700;
}

.table-cell-1-8 {
  width: calc(100% / 8);
  max-width: calc(100% / 8);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 8);
          flex: 0 0 calc(100% / 8);
}

.table-cell-37 {
  width: 37.2%;
  max-width: 37.2%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.2%;
          flex: 0 0 37.2%;
}

.table-cell-1-8 {
  width: calc(100% / 8);
  max-width: calc(100% / 8);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 8);
          flex: 0 0 calc(100% / 8);
}

.table-cell-6 {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

/* Load more content block */
.tzeqy0xw3m.is-last .ardj8lnip {
  height: auto;
  min-height: 0;
  margin-top: 0;
}

.tzeqy0xw3m.is-last .js-load-more-content {
  display: none;
}

.ardj8lnip.is-disabled .js-load-more-content {
  display: none;
}

.lo88yllqmr {
  min-height: 65px;
}

.loading-post {
  z-index: 1;
  display: none;
}

.loading-post.ew2lbibbt {
  display: inline-block;
}

.x11vc1tczg {
  cursor: pointer;
}

.file-upload-input {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
}

.file-upload-input + .file-upload-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 0;
  cursor: pointer;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.file-upload-label:hover .file-upload-label__icon svg {
  fill: #ec1c24;
}

.file-upload-label:hover .file-upload-label__text {
  color: #ec1c24;
}

.file-upload-label__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  padding-right: 0.625rem;
}

.file-upload-label__icon svg {
  fill: #000000;
  font-size: 27px;
  font-size: 1.6875rem;
}

.file-upload-label__text {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: underline;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.file-upload-output {
  display: block;
  margin-top: 10px;
  line-height: 1;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}

.file-upload__icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  cursor: pointer;
  vertical-align: middle;
  top: -2px;
}

.file-upload__icon:before, .file-upload__icon:after {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  content: "";
  background: #000;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
}

.file-upload__icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.file-upload__icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.file-upload__icon:hover:before, .file-upload__icon:hover:after {
  background-color: #ec1c24;
}

.cookies-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 20px;
  height: 50px;
  width: 100%;
  background-color: #000000;
  z-index: 99;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

@media (min-width: 771px) {
  .cookies-bar {
    text-align: left;
  }
}

.cookies-bar.ew2lbibbt {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.cookies-bar p {
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .cookies-bar p {
    line-height: 1.4;
  }
}

.cookies-bar a {
  text-decoration: underline;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

.cookies-bar .btn {
  height: 40px;
  margin-top: 0.5rem;
}

@media (min-width: 771px) {
  .cookies-bar .btn {
    margin-top: 0;
    height: 50px;
    min-width: 100px;
  }
}

@media (max-width: 770px) {
  .cookies-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 15px 10px;
    height: auto;
  }
}

.newsletter-section {
  padding-top: 100px;
  margin-top: -100px;
}

@media (min-width: 992px) {
  .newsletter-section {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.gra93prs0g {
  position: absolute;
  top: 50%;
  left: calc(100% - 80px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.zgc3rfwtro {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 576px) {
  .zgc3rfwtro {
    width: calc(100% - 190px);
    max-width: calc(100% - 190px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 190px);
            flex: 0 0 calc(100% - 190px);
  }
}

@media (min-width: 576px) {
  .c0ctlunqd3 {
    width: 190px;
    max-width: 190px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
  }
}

@media (max-width: 575px) {
  .c0ctlunqd3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    max-width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    z-index: 2;
  }
}

.newsletter .gpfn8riqs1 {
  text-align: left;
}

/* product block */
.n5f71e5dyf .yl4lth7pcx.ew2lbibbt {
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .n5f71e5dyf .yl4lth7pcx.ew2lbibbt {
    margin-bottom: 3rem;
  }
}

.tehck9pze9 {
  margin-bottom: 0.6rem;
}

@media (min-width: 771px) {
  .tehck9pze9 {
    margin-bottom: 1.2rem;
  }
}

.tehck9pze9.js-product-item .n209bb68jd {
  -webkit-transition: -webkit-box-shadow 450ms 500ms ease;
  transition: -webkit-box-shadow 450ms 500ms ease;
  -o-transition: box-shadow 450ms 500ms ease;
  transition: box-shadow 450ms 500ms ease;
  transition: box-shadow 450ms 500ms ease, -webkit-box-shadow 450ms 500ms ease;
}

.tehck9pze9.ew2lbibbt {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.tehck9pze9.ew2lbibbt .n209bb68jd {
  -webkit-box-shadow: 10px 10px 26px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 26px rgba(0, 0, 0, 0.5);
  -webkit-animation: activeProduct 450ms 500ms;
          animation: activeProduct 450ms 500ms;
}

@-webkit-keyframes activeProduct {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02);
  }
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes activeProduct {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02);
  }
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media (min-width: 992px) {
  .product-item-row {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .product-item-row .n209bb68jd {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-item-row .q0abm7yn02 {
    padding-left: 30px;
  }
  .product-item-row .q0abm7yn02,
  .product-item-row .mu4uv1zok8 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .product-item-row .kbgwreb3b9 {
    margin-bottom: 1rem;
  }
  .product-item-row .tncc2qr4mm.ew2lbibbt {
    height: 270px;
  }
  .product-item-row .ljhkm9rrhd {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-item-row .f44eglryzs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 293px;
    z-index: 9;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .product-item-row .f44eglryzs {
    width: 262px;
  }
}

@media (min-width: 992px) and (min-width: 1440px) {
  .product-item-row .f44eglryzs {
    width: 317px;
  }
}

@media (min-width: 992px) and (min-width: 1600px) {
  .product-item-row .f44eglryzs {
    width: 337px;
  }
}

@media (min-width: 992px) and (min-width: 1800px) {
  .product-item-row .f44eglryzs {
    width: 417px;
  }
}

.product-item-side {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.product-item-side .n209bb68jd {
  background-color: transparent;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-item-side .n209bb68jd:hover .z87xz84u9h {
  color: #ec1c24;
}

.product-item-side .z87xz84u9h {
  line-height: 1.4;
  margin-right: 0;
  margin-bottom: 0.8rem;
}

.product-item-side .q0abm7yn02 {
  padding-left: 30px;
}

.product-item-side .mu4uv1zok8 {
  height: 170px;
  border-radius: 10px;
  overflow: hidden;
}

.product-item-side .mu4uv1zok8 {
  width: calc(100% - 280px);
  max-width: calc(100% - 280px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 280px);
          flex: 0 0 calc(100% - 280px);
}

.product-item-side .q0abm7yn02 {
  width: 280px;
  max-width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  padding-left: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
}

.product-item-side .kbgwreb3b9 {
  margin-bottom: 1rem;
}

.product-item-side .tncc2qr4mm.ew2lbibbt {
  height: 270px;
}

.product-item-side .ljhkm9rrhd {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-item-side .product-info-list--icon .kbgwreb3b9 {
  margin-bottom: 0.6rem;
}

.product-item-side .product-info-list--icon .product-info-list-item__text {
  padding-left: 10px;
  font-size: 16px;
  font-size: 1rem;
}

.product-item-side .product-info-list--icon .product-info-list-item__icon svg {
  font-size: 16px;
  font-size: 1rem;
}

.product-item-side .s6nq5q4i1f {
  font-size: 21px;
  font-size: 1.3125rem;
}

.product-item-side .mettiw2y4w {
  max-width: 90px;
  min-width: 90px;
}

.product-item-side .f44eglryzs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  z-index: 9;
}

@media (min-width: 1200px) {
  .product-item-side .f44eglryzs {
    width: 270px;
  }
}

@media (min-width: 1440px) {
  .product-item-side .f44eglryzs {
    width: 325px;
  }
}

@media (min-width: 1600px) {
  .product-item-side .f44eglryzs {
    width: 345px;
  }
}

@media (min-width: 1800px) {
  .product-item-side .f44eglryzs {
    width: 417px;
  }
}

.keei7luu3m {
  margin-bottom: 35px;
}

.keei7luu3m .product-item-content-row-mobile,
.keei7luu3m .product-item-content-row {
  display: none;
}

.keei7luu3m .i73c8nj2ci.ew2lbibbt .i73c8nj2ci {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 35px;
  opacity: 1;
  visibility: visible;
}

.keei7luu3m .product-price-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.keei7luu3m .s6nq5q4i1f {
  width: 40%;
  max-width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .keei7luu3m .s6nq5q4i1f {
    font-size: 16px;
    font-size: 1rem;
  }
}

.keei7luu3m .a8ek2dd955 {
  width: 60%;
  max-width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  margin-right: 0.5rem;
}

.keei7luu3m .mettiw2y4w {
  margin-right: 0.5rem;
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .keei7luu3m .mettiw2y4w {
    min-width: 90px;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.5em 0.5rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .keei7luu3m .mettiw2y4w {
    min-width: 90px;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.5em 0.5rem;
  }
}

@media (min-width: 577px) and (max-width: 771px) {
  .keei7luu3m .mettiw2y4w {
    min-width: 90px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0.5em 0.5rem;
  }
}

@media (max-width: 576px) {
  .keei7luu3m .mettiw2y4w {
    min-width: 90px;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0.5em 0.5rem;
  }
}

.keei7luu3m .mu4uv1zok8 {
  height: 220px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.keei7luu3m .mu4uv1zok8 img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.product-item-classic-row {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 992px) {
  .product-item-classic-row {
    margin-bottom: 2rem;
  }
}

.product-item-classic-row .product-item-content-list {
  display: none;
}

@media (min-width: 992px) {
  .product-item-classic-row .product-item-content-row-mobile {
    display: none;
  }
}

.product-item-classic-row.is-map-open .product-action-item-map {
  display: none;
}

.product-item-classic-row.is-map-open .product-action-item-slider {
  display: block;
}

@media (min-width: 992px) {
  .product-item-classic-row .n209bb68jd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

.product-item-classic-row .n209bb68jd:hover .product-price-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.product-item-classic-row .mu4uv1zok8 {
  height: 220px;
}

@media (min-width: 992px) {
  .product-item-classic-row .mu4uv1zok8 {
    overflow: hidden;
    border-radius: 20px;
    width: 340px;
    max-width: 340px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    height: 390px;
  }
}

@media (min-width: 1440px) {
  .product-item-classic-row .mu4uv1zok8 {
    width: 440px;
    max-width: 440px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 440px;
            flex: 0 0 440px;
  }
}

@media (min-width: 1800px) {
  .product-item-classic-row .mu4uv1zok8 {
    width: 560px;
    max-width: 560px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 560px;
            flex: 0 0 560px;
  }
}

@media (min-width: 992px) {
  .product-item-classic-row .q0abm7yn02 {
    padding-left: 1.875rem;
    width: calc(100% - 340px);
    max-width: calc(100% - 340px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 340px);
            flex: 0 0 calc(100% - 340px);
  }
}

@media (min-width: 1440px) {
  .product-item-classic-row .q0abm7yn02 {
    width: calc(100% - 440px);
    max-width: calc(100% - 440px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 440px);
            flex: 0 0 calc(100% - 440px);
  }
}

@media (min-width: 1800px) {
  .product-item-classic-row .q0abm7yn02 {
    width: calc(100% - 560px);
    max-width: calc(100% - 560px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 560px);
            flex: 0 0 calc(100% - 560px);
  }
}

@media (min-width: 992px) {
  .product-item-classic-row .z87xz84u9h {
    font-family: "BigShoulders-bold", Arial, sans-serif;
    font-weight: 700;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 1440px) {
  .product-item-classic-row .z87xz84u9h {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .product-item-classic-row .z87xz84u9h {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media (max-width: 991px) {
  .product-item-classic-row .s6nq5q4i1f {
    width: 40%;
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

@media (min-width: 992px) {
  .product-item-classic-row .s6nq5q4i1f {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .product-item-classic-row .s6nq5q4i1f {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.product-item-classic-row .s6nq5q4i1f small {
  font-size: 16px;
  font-size: 1rem;
}

.product-item-classic-row .a8ek2dd955 {
  width: 60%;
  max-width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  margin-right: 0.5rem;
}

@media (min-width: 992px) {
  .product-item-classic-row .a8ek2dd955 {
    margin-right: 0;
    height: auto;
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 1200px) {
  .product-item-classic-row .a8ek2dd955 {
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media (min-width: 992px) {
  .product-item-classic-row .na8jgu7x18 {
    margin-bottom: 0.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1440px) {
  .product-item-classic-row .na8jgu7x18 {
    margin-bottom: 1.2rem;
  }
}

@media (min-width: 992px) {
  .product-item-classic-row .f44eglryzs {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 7;
  }
}

.product-item-classic-row .mettiw2y4w {
  margin-right: 0.5rem;
}

@media (max-width: 991px) {
  .ccji9oi2mg {
    margin-bottom: 1rem;
  }
}

@media (max-width: 770px) {
  .ccji9oi2mg {
    margin: 0 -15px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .product-item-map {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 991px) {
  .product-item-map {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: none;
  }
  .product-item-map.ew2lbibbt {
    display: block;
  }
  .product-item-map .d5qslhrkrf,
  .product-item-map .a8ek2dd955,
  .product-item-map .f44eglryzs,
  .product-item-map .na8jgu7x18,
  .product-item-map .swiper-pagination,
  .product-item-map .product-premium {
    display: none;
  }
  .product-item-map .n209bb68jd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    background-color: #eeeeee;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .product-item-map .q0abm7yn02 {
    padding-bottom: 0.5rem;
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
  }
  .product-item-map .gfu6y9tztx {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  .product-item-map .kbgwreb3b9 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (max-width: 991px) {
  .product-item-map .kbgwreb3b9:last-child {
    margin-bottom: 0;
  }
  .product-item-map .mu4uv1zok8 {
    width: 120px;
    max-width: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    height: 140px;
    border-radius: 0;
  }
  .product-item-map .mu4uv1zok8 img {
    border-radius: 0;
  }
  .product-item-map .s6nq5q4i1f {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .product-item-map .product-info-list-item-place {
    padding-left: 0;
  }
  .product-item-map .product-info-list-item-place:before {
    display: none;
  }
}

.n209bb68jd {
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.16);
}

@media (min-width: 992px) {
  .n209bb68jd {
    -webkit-box-shadow: 10px 13px 26px rgba(0, 0, 0, 0.16);
            box-shadow: 10px 13px 26px rgba(0, 0, 0, 0.16);
  }
}

.n209bb68jd:hover .swiper-arrow-group {
  opacity: 1;
  visibility: visible;
}

.mu4uv1zok8 {
  display: block;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .mu4uv1zok8 .swiper-arrow-group {
    opacity: 0;
    visibility: hidden;
  }
}

.mu4uv1zok8 img {
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.q0abm7yn02 {
  display: block;
  padding: 0.8rem 0.8rem;
}

@media (min-width: 576px) {
  .na8jgu7x18 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.z87xz84u9h {
  display: inline-block;
  margin-right: 0.5rem;
  color: #000000;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

.a8ek2dd955 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 40px;
}

.s6nq5q4i1f {
  font-family: "BigShoulders-extrabold", Arial, sans-serif;
  font-weight: 900;
  color: #ec1c24;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .s6nq5q4i1f {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media (min-width: 1600px) {
  .s6nq5q4i1f {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.s6nq5q4i1f small {
  display: block;
  margin-top: 0.3rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "BigShoulders-regular", Arial, sans-serif;
  font-weight: 400;
}

.product-tag-list {
  position: absolute;
  top: 10px;
  left: 10px;
}

.product-tag-list-item {
  display: inline-block;
  border-radius: 10px;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 5px;
  background-color: #ec1c24;
  font-size: 14px;
  font-size: 0.875rem;
}

.gfu6y9tztx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.4rem;
}

.product-info-list--icon .kbgwreb3b9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}

.product-info-list--icon .kbgwreb3b9:before {
  display: none;
}

.product-info-list--icon .product-info-list-item__text {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  padding-left: 1.1875rem;
}

.product-info-list--icon .product-info-list-item__icon svg {
  fill: #ec1c24;
  font-size: 22px;
  font-size: 1.375rem;
}

.kbgwreb3b9 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  color: #333333;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 1rem;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.kbgwreb3b9:first-child {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.kbgwreb3b9:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ec1c24;
  border-radius: 100%;
}

.d5qslhrkrf {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
}

.product-label-list-detail {
  left: 1.5rem;
  top: 1.5rem;
  z-index: 4;
}

@media (max-width: 991px) {
  .product-label-list-detail {
    position: relative;
    top: auto;
    left: auto;
  }
}

.product-label-list-ext {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  z-index: 2;
}

.product-label-list-ext .product-label-list-item {
  border-radius: 0;
  padding: 0.9rem 1.2rem 0.8rem;
}

.product-label-list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  color: #0c0b0b;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 5px;
  padding: 0.3rem 0.2rem 0.3rem;
  text-transform: uppercase;
  width: 35px;
  height: 35px;
  background-color: #ec1c24;
  border-radius: 6px;
}

@media (min-width: 576px) {
  .product-label-list-item {
    padding: 0.3rem 0.2rem 0.3rem;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.product-label-list-item:first-child {
  margin-top: 0;
}

.product-label-list-item svg {
  font-size: 30px;
  font-size: 1.875rem;
}

.ljhkm9rrhd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-offer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .product-offer-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575px) {
  .product-offer-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.product-offer-icon {
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.product-offer-icon:last-child {
  margin-right: 0;
}

.product-offer-icon svg {
  fill: #ec1c24;
  font-size: 55px;
  font-size: 3.4375rem;
}

.product-info-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 770px) {
  .product-info-text-block {
    padding: 0 1rem;
  }
}

@media (min-width: 1440px) {
  .product-info-text-block {
    display: none;
  }
}

.product-info-text {
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

@media (min-width: 992px) {
  .product-info-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1440px) {
  .product-info-text {
    margin-bottom: 0;
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media (min-width: 1600px) {
  .product-info-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.product-info-text-highlighted {
  color: #ec1c24;
}

.jty4m7h3eu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 35px;
  cursor: pointer;
}

.jty4m7h3eu.js-favorite-trigger .icon-heart-fill {
  display: none;
}

.jty4m7h3eu:hover svg {
  fill: #ec1c24;
}

.jty4m7h3eu.is-selected svg {
  fill: #ec1c24;
}

.jty4m7h3eu.is-selected .icon-heart {
  display: none;
}

.jty4m7h3eu.is-selected .icon-heart-fill {
  display: block;
}

.jty4m7h3eu svg {
  fill: #000000;
  font-size: 22px;
  font-size: 1.375rem;
}

.f44eglryzs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #eeeeee;
  padding: 0 0.6rem;
  width: 100%;
  z-index: 4;
  overflow: hidden;
}

.xs48sk4ezw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 26px;
  width: 33.33%;
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.3rem 0.8rem;
  cursor: pointer;
}

.xs48sk4ezw:last-child:after {
  display: none;
}

.xs48sk4ezw:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 16px;
  width: 1px;
  display: block;
  background-color: #000000;
  -webkit-transition: height 250ms ease-out;
  -o-transition: height 250ms ease-out;
  transition: height 250ms ease-out;
}

.xs48sk4ezw:hover {
  color: #ec1c24;
}

.xs48sk4ezw.ew2lbibbt {
  color: #ec1c24;
}

.xs48sk4ezw.ew2lbibbt:after {
  height: 4px;
}

.product-action-item-slider {
  display: none;
}

.i73c8nj2ci {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.8);
}

.i73c8nj2ci.ew2lbibbt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.tncc2qr4mm {
  cursor: pointer;
}

.tncc2qr4mm.ew2lbibbt {
  height: 100%;
  width: 100%;
}

.tncc2qr4mm .wt5deka4wx,
.tncc2qr4mm .swiper-wrapper,
.tncc2qr4mm .swiper-container {
  width: 100%;
}

.tncc2qr4mm .swiper-slide {
  width: 100% !important;
}

@media (min-width: 992px) {
  .kb3et1nyhf .tncc2qr4mm.ew2lbibbt {
    width: 100%;
  }
}

@media (min-width: 771px) {
  .xk4exwy0u7 .tncc2qr4mm.ew2lbibbt {
    width: 100%;
  }
}

@media (min-width: 771px) {
  .product-slider-nested-3 .tncc2qr4mm.ew2lbibbt {
    width: 100%;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .product-slider-nested-3 .mettiw2y4w {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    min-width: 105px;
  }
}

@media (min-width: 576px) {
  .product-benefits-list-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-benefits-list-detail .product-benefits-list-item {
  margin-bottom: 1.2rem;
}

.product-benefits-list-detail .product-benefits-list-item:last-child {
  margin-bottom: 1.2rem;
}

@media (min-width: 576px) {
  .product-benefits-list-detail .product-benefits-list-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .product-benefits-list-detail .product-benefits-list-item {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .product-benefits-list-detail .product-benefits-list-item {
    width: 50%;
  }
}

@media (min-width: 1600px) {
  .product-benefits-list-detail .product-benefits-list-item {
    width: 33.33%;
  }
}

.product-benefits-list-detail .product-benefits-list-icon {
  width: 20px;
  max-width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.product-benefits-list-detail .product-benefits-list-icon svg {
  fill: #ec1c24;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 771px) {
  .product-benefits-list-detail .product-benefits-list-icon svg {
    font-size: 20px;
    font-size: 1.25rem;
  }
}


.product-benefits-list-icon {
    margin-left: 5px;
}


.product-benefits-list-detail .product-benefits-list-text {
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 20px);
          flex: 0 0 calc(100% - 20px);
  padding-left: 1.2rem;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .product-benefits-list-detail .product-benefits-list-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.product-benefits-list-bold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-benefits-list-bold .product-benefits-list-item {
  width: 50%;
  margin-bottom: 1.2rem;
  padding-right: 0.5rem;
}

.product-benefits-list-bold .product-benefits-list-item:last-child {
  margin-bottom: 1.2rem;
}

.product-benefits-list-bold .product-benefits-list-icon {
  width: 20px;
  max-width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.product-benefits-list-bold .product-benefits-list-icon svg {
  font-size: 26px;
  font-size: 1.625rem;
}

.product-benefits-list-bold .product-benefits-list-text {
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 20px);
          flex: 0 0 calc(100% - 20px);
  padding-left: 1.2rem;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 771px) {
  .product-benefits-list-bold .product-benefits-list-text {
    padding-left: 1.2rem;
  }
}

.product-benefits-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
}

.product-benefits-list-item:last-child {
  margin-bottom: 0;
}

.product-benefits-list-icon {
  width: 18px;
  max-width: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
}

.product-benefits-list-icon svg {
  fill: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}

.product-benefits-list-text {
  padding-left: 0.6rem;
  width: calc(100% - 18px);
  max-width: calc(100% - 18px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 18px);
          flex: 0 0 calc(100% - 18px);
  color: #ffffff;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}

.product-logo {
  position: absolute;
  bottom: 16px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  z-index: 6;
  background-color: #ffffff;
  padding: 0 8px;
}

@media (min-width: 771px) {
  .product-logo {
    width: 90px;
    height: 90px;
  }
}

.product-logo-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
}

@media (min-width: 771px) {
  .product-logo-img {
    height: 42px;
  }
}

.product-hidden-content-map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: #f7f7f7;
}

@media (min-width: 992px) {
  .product-hidden-content-map {
    z-index: 7;
  }
}

.product-hidden-content-map.ew2lbibbt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 770px) {
  .product-table-group {
    padding: 0 15px;
  }
}

.product-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  padding: 18px 0 18px 0;
}

@media (min-width: 1440px) {
  .product-table-header {
    padding: 18px 15px 18px 15px;
  }
}

@media (max-width: 991px) {
  .product-table-header-cell {
    display: none;
  }
}

@media (min-width: 992px) {
  .product-table-header-cell {
    padding: 0 10px;
    width: calc(75% / 5);
    max-width: calc(75% / 5);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(75% / 5);
            flex: 0 0 calc(75% / 5);
  }
}

@media (min-width: 1440px) {
  .product-table-header-cell {
    padding: 0 15px;
    width: calc(65% / 5);
    max-width: calc(65% / 5);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(65% / 5);
            flex: 0 0 calc(65% / 5);
  }
}

@media (max-width: 991px) {
  .product-table-header-cell-1 {
    display: block;
  }
}

@media (min-width: 992px) {
  .product-table-header-cell-1 {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media (min-width: 1440px) {
  .product-table-header-cell-1 {
    width: 35%;
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}

.product-table-header-cell-6 {
  text-align: center;
}

.product-table-header-cell-text {
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .product-table-header-cell-text-bold {
    color: #ec1c24;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
  }
}

.product-premium {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-width: 160px;
  height: 40px;
  background-color: #ec1c24;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  z-index: 3;
  border-radius: 20px 0 20px 0;
}

.product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 1.5rem;
  border-radius: 10px;
  background-color: #eeeeee;
}

.product-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.product-box-list__item {
  margin-right: 4rem;
}

@media (min-width: 992px) {
  .product-box-list__item {
    margin-right: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .product-box-list__item {
    margin-right: 4rem;
  }
}

.product-box-list__item:last-child {
  margin-right: 0;
}

.product-box-list__icon {
  display: block;
  margin-bottom: 0.625rem;
}

.product-box-list__icon svg {
  fill: #ec1c24;
  font-size: 40px;
  font-size: 2.5rem;
}

@media (min-width: 992px) {
  .product-box-list__icon svg {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .product-box-list__icon svg {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.product-box-list__text {
  display: block;
  color: #000000;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.64px;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .product-box-list__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .product-box-list__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .product-md-offset {
    margin: 0 -15px;
  }
  .product-md-offset > .swiper-wrapper > .swiper-slide {
    padding: 0 15px;
  }
}

.product-offset-classic {
  margin: 0 -15px;
}

@media (min-width: 771px) {
  .product-offset-classic {
    margin: 0 -26px;
  }
}

@media (min-width: 992px) {
  .product-offset-classic {
    margin: 0 -26px;
  }
}

.product-offset-classic > .swiper-wrapper > .swiper-slide {
  padding: 0 15px;
}

@media (min-width: 771px) {
  .product-offset-classic > .swiper-wrapper > .swiper-slide {
    padding: 0 26px;
  }
}

@media (min-width: 992px) {
  .product-offset-classic > .swiper-wrapper > .swiper-slide {
    padding: 0 26px;
  }
}

.product-offset {
  margin: 0 -12px;
}

@media (min-width: 992px) {
  .product-offset {
    margin: 0 -26px;
  }
}

.product-offset > .swiper-wrapper > .swiper-slide {
  padding: 0 12px;
}

@media (min-width: 992px) {
  .product-offset > .swiper-wrapper > .swiper-slide {
    padding: 0 26px;
  }
}

@media (min-width: 992px) {
  .product-offset {
    width: calc(((100vw - 950px) / 2) + 965px);
  }
  .product-offset:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    height: calc(100% - 35px);
    width: 250px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(46%, rgba(255, 255, 255, 0.9)), to(#ffffff));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 46%, #ffffff 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 46%, #ffffff 100%);
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .product-offset {
    width: calc(((100vw - 1140px) / 2) + 1155px);
  }
  .product-offset:after {
    width: 250px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(46%, rgba(255, 255, 255, 0.9)), to(#ffffff));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 46%, #ffffff 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 46%, #ffffff 100%);
  }
}

@media (min-width: 1440px) {
  .product-offset {
    width: calc(((100vw - 1360px) / 2) + 1375px);
  }
}

@media (min-width: 1600px) {
  .product-offset {
    width: calc(((100vw - 1440px) / 2) + 1455px);
  }
}

@media (min-width: 1800px) {
  .product-offset {
    width: calc(((100vw - 1760px) / 2) + 1775px);
  }
}

@media (min-width: 771px) {
  .qtfulylp42 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    padding-bottom: 40px;
  }
}

@media (min-width: 771px) and (max-height: 700px) {
  .qtfulylp42 {
    height: auto;
    padding-bottom: 130px;
  }
}

@media (max-width: 770px) {
  .qtfulylp42 {
    padding: 0 0 3rem;
  }
}

@media (max-width: 991px) {
  .ga1evl1hxg {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .shmq69xhjp {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .er8qccmma7 {
    padding-bottom: 1.2rem;
    padding-top: 1.6rem;
  }
}

.xy0tddfyri {
  padding: 2.5rem 0 0;
}

@media (min-width: 992px) {
  .xy0tddfyri {
    padding: 4.5rem 0 2rem;
  }
}

@media (min-width: 1440px) {
  .xy0tddfyri {
    padding: 4.5rem 0 5rem;
  }
}

@media (min-width: 1600px) {
  .xy0tddfyri {
    padding: 4.5rem 0 10rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .xy0tddfyri .xfj6j8na {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .xy0tddfyri p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .xy0tddfyri .xfj6j8na {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .xy0tddfyri p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.xy0tddfyri {
  padding: 2.5rem 0 0;
}

@media (min-width: 992px) {
  .xy0tddfyri {
    padding: 4.5rem 0 2rem;
  }
}

@media (min-width: 1440px) {
  .xy0tddfyri {
    padding: 4.5rem 0 3rem;
  }
}

@media (min-width: 1600px) {
  .xy0tddfyri {
    padding: 4.5rem 0 4rem;
  }
}

.kr326vfhbb {
  padding: 2rem 0 2rem;
}

@media (min-width: 992px) {
  .kr326vfhbb {
    padding: 4.5rem 0 5rem;
  }
}

@media (min-width: 1200px) {
  .kr326vfhbb {
    padding: 4.5rem 0 3rem;
  }
}

@media (min-width: 1440px) {
  .kr326vfhbb {
    padding: 4.5rem 0 3rem;
  }
}

@media (min-width: 1600px) {
  .kr326vfhbb {
    padding: 4.5rem 0 10rem;
  }
}

.da7s2yfhfu {
  padding: 2rem 0 2rem;
  margin-bottom: -70px;
}

@media (min-width: 771px) {
  .da7s2yfhfu {
    margin-bottom: -60px;
  }
}

@media (min-width: 992px) {
  .da7s2yfhfu {
    margin-bottom: 0;
    padding: 4.5rem 0 3rem;
  }
}

@media (min-width: 1440px) {
  .da7s2yfhfu {
    padding: 4.5rem 0 3rem;
  }
}

@media (min-width: 1600px) {
  .da7s2yfhfu {
    padding: 4.5rem 0 3rem;
  }
}

.x2awhioz2m {
  position: relative;
  margin: 0 -100px;
  width: 170%;
  background: gray;
  border-radius: 80px;
  -webkit-transform: rotateZ(5deg);
      -ms-transform: rotate(5deg);
          transform: rotateZ(5deg);
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}

@media (min-width: 771px) {
  .x2awhioz2m {
    margin: 0;
    position: relative;
    left: calc(50% - 50vw);
    width: 180%;
    margin-left: -100px;
    height: 600px;
  }
}

@media (min-width: 992px) {
  .x2awhioz2m {
    position: absolute;
    right: -110px;
    top: -40px;
    left: auto;
    margin-left: 0;
    width: 592px;
    height: 462px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: rotateZ(5deg);
        -ms-transform: rotate(5deg);
            transform: rotateZ(5deg);
  }
}

@media (min-width: 1200px) {
  .x2awhioz2m {
    width: 682px;
    height: 512px;
  }
}

@media (min-width: 1440px) {
  .x2awhioz2m {
    width: 822px;
    height: 592px;
  }
}

@media (min-width: 1800px) {
  .x2awhioz2m {
    width: 1082px;
    height: 682px;
  }
}

.hero-box--overflow-red {
  background-color: #ec1c24;
}

@media (max-width: 991px) {
  .r3olb4mq {
    position: relative;
  }
}

.p63naatcm4 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.rqssgopds {
  position: absolute;
  bottom: -50px;
  right: 10px;
}

.rqssgopds svg {
  font-size: 160px;
  font-size: 10rem;
  fill: #eeeeee;
}

.nh8pmbj67y {
  position: relative;
  height: 100%;
  padding: 40px 5px 40px 5px;
}

@media (min-width: 992px) {
  .nh8pmbj67y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 100px 0 100px 20px;
  }
}

@media (min-width: 1200px) {
  .nh8pmbj67y {
    padding: 100px 20px 100px 80px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .nh8pmbj67y .xfj6j8na {
    font-size: 46px;
    font-size: 2.875rem;
  }
  .nh8pmbj67y p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .nh8pmbj67y:after {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 120%;
    height: 115%;
    display: block;
    -webkit-transform: translate(-50%, 0) rotate(5deg);
        -ms-transform: translate(-50%, 0) rotate(5deg);
            transform: translate(-50%, 0) rotate(5deg);
    -webkit-box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.08);
            box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border-radius: 60px;
    z-index: -1;
    width: 130%;
  }
}

@media (min-width: 1200px) {
  .nh8pmbj67y:after {
    width: 125%;
  }
}

@media (min-width: 1440px) {
  .nh8pmbj67y:after {
    width: 120%;
  }
}

.ua60gnqws2 {
  padding: 0 5px 30px 5px;
}

@media (min-width: 771px) {
  .ua60gnqws2 {
    padding: 50px 5px 30px 5px;
  }
}

@media (min-width: 992px) {
  .ua60gnqws2 {
    padding: 100px 0 100px 20px;
  }
}

@media (min-width: 1200px) {
  .ua60gnqws2 {
    padding: 140px 20px 30px 80px;
  }
}

@media (min-width: 1600px) {
  .rbzczqc2f2:after {
    width: 140%;
  }
}

.i2efg64cpz {
  position: relative;
  height: 100%;
  padding: 0 5px 40px 5px;
}

@media (min-width: 992px) {
  .i2efg64cpz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 100px 0 100px 70px;
  }
}

@media (min-width: 1200px) {
  .i2efg64cpz {
    padding: 30px 20px 50px 80px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .i2efg64cpz .xfj6j8na {
    font-size: 46px;
    font-size: 2.875rem;
  }
  .i2efg64cpz p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .i2efg64cpz:after {
    content: "";
    position: absolute;
    top: -140px;
    left: 50%;
    width: 120%;
    height: 115%;
    min-height: 690px;
    display: block;
    -webkit-transform: translate(-50%, 0) rotate(5deg);
        -ms-transform: translate(-50%, 0) rotate(5deg);
            transform: translate(-50%, 0) rotate(5deg);
    -webkit-box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.21);
            box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.21);
    background-color: #eeeeee;
    border-radius: 60px;
    z-index: -1;
    width: 130%;
  }
}

@media (min-width: 1200px) {
  .i2efg64cpz:after {
    min-height: 650px;
    width: 125%;
  }
}

@media (min-width: 1440px) {
  .i2efg64cpz:after {
    min-height: 690px;
    width: 120%;
  }
}

.lmyj4b4sg4 {
  z-index: 2;
  position: relative;
  height: 100%;
}

@media (min-width: 1200px) {
  .lmyj4b4sg4 {
    width: 560px;
    max-width: 560px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 560px;
            flex: 0 0 560px;
  }
}

@media (min-width: 1600px) {
  .lmyj4b4sg4 {
    width: 700px;
    max-width: 700px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 700px;
            flex: 0 0 700px;
  }
}

.hh3riqw31t {
  padding: 60px 15px;
  background-color: #eeeeee;
}

@media (min-width: 992px) {
  .hh3riqw31t {
    background-color: transparent;
  }
}

@media (min-width: 1200px) {
  .hh3riqw31t {
    width: calc(100% - 560px);
    max-width: calc(100% - 560px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 560px);
            flex: 0 0 calc(100% - 560px);
  }
}

@media (min-width: 1600px) {
  .hh3riqw31t {
    width: calc(100% - 700px);
    max-width: calc(100% - 700px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 700px);
            flex: 0 0 calc(100% - 700px);
  }
}

.rk9gbognoo {
  padding: 25px 15px 0;
}

@media (min-width: 992px) {
  .rk9gbognoo {
    padding: 60px 15px;
  }
}

.vl2nmph7hf {
  background-color: transparent;
  padding: 20px 15px;
}

@media (min-width: 992px) {
  .vl2nmph7hf {
    padding: 60px 15px;
    background-color: transparent;
  }
}

.search-group {
  display: none;
}

.vr1e2f06qv.is-searching .search-group {
  display: block;
}

@media (max-width: 991px) {
  .vr1e2f06qv.is-searching .voo3vygoye .zeta {
    text-transform: none;
  }
}

.vr1e2f06qv.is-searching .voo3vygoye .oz2qjcjafq {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.vr1e2f06qv.is-searching .voo3vygoye .h-divider-ext:after {
  display: block;
}

.vr1e2f06qv:not(.is-searching) .hidden-content-search {
  width: 100%;
  left: 0;
}

.search-result-list {
  margin-bottom: 1rem;
}

@media (min-width: 992px) and (max-height: 870px) {
  .search-result-list {
    margin-bottom: 0.3rem;
  }
}

.search-result-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.15rem 0;
}

@media (min-width: 992px) and (max-height: 870px) {
  .search-result-list-link {
    padding: 0.1rem 0;
  }
}

.search-result-list-link:hover .search-result-list-text {
  color: #ec1c24;
}

.search-result-list-icon {
  position: relative;
  top: 2px;
  text-align: center;
  width: 20px;
  max-width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.search-result-list-icon svg {
  fill: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}

.search-result-list-text {
  padding-left: 0.2rem;
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 20px);
          flex: 0 0 calc(100% - 20px);
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
}

.search-result-list-text strong,
.search-result-list-text span {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

@media (min-width: 992px) and (max-height: 870px) {
  .search-result-list-text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.hidden-content-search {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.1);
          box-shadow: 0 5px 10px rgba(1, 1, 1, 0.1);
}

@media (max-width: 991px) {
  .hidden-content-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .hidden-content-search {
    padding-bottom: 45px;
    top: 100%;
    width: 100%;
    min-width: 350px;
    left: 0;
  }
}

.search-content {
  padding: 1.2rem 1rem 0.5rem 1rem;
}

@media (min-width: 992px) and (max-height: 870px) {
  .search-content {
    max-height: 400px;
    padding: 1rem 1.2rem 0.8rem 1.2rem;
  }
  .search-content .d4vdohqwdh {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 992px) {
  .search-content {
    max-height: 600px;
    overflow: auto;
    padding: 1.2rem 1.2rem 0.5rem 1.2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1440px) {
  .search-content {
    padding: 1.2rem 1.2rem 0.5rem 1.2rem;
  }
}

@media (min-width: 1600px) {
  .search-content {
    padding: 1.2rem 1.2rem 0.5rem 1.2rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.voo3vygoye {
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 45px;
  background-color: #eeeeee;
  padding: 0.3rem 0.6rem;
  z-index: 4;
}

@media (min-width: 992px) {
  .voo3vygoye {
    position: absolute;
  }
}

.voo3vygoye .btn {
  height: 30px;
}

@media (max-width: 991px) {
  .dropdown-block.dropdown-block-header.ew2lbibbt .dropdown-content-header {
    visibility: visible;
    padding: 0 15px 60px !important;
    overflow: visible;
    width: 100%;
    height: calc(100% - 30px);
    opacity: 1;
  }
  .dropdown-block.dropdown-block-header.ew2lbibbt .dropdown-content-header .pddkmgxw90 {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: block;
    background: white;
    padding: 0 15px 60px !important;
    height: calc(100% - 80px);
    overflow: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media (min-width: 992px) {
  .dropdown-block .dropdown-content-header {
    z-index: 3;
  }
}

@media (max-width: 991px) {
  .dropdown-block .dropdown-content-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: block;
    background: white;
    overflow: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    border-top: 0;
    -webkit-transition: opacity 450ms ease-out;
    -o-transition: opacity 450ms ease-out;
    transition: opacity 450ms ease-out;
  }
}

@media (min-width: 992px) {
  .pddkmgxw90 {
    display: block;
    width: calc(100% - 320px);
    max-width: calc(100% - 320px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 320px);
            flex: 0 0 calc(100% - 320px);
    background-color: #ebebeb;
  }
}

@media (min-width: 992px) {
  .ttie5xlynz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2rem;
    width: auto;
    max-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 992px) {
  .ttie5xlynz .g9k3opqha9 {
    text-transform: uppercase;
  }
}

.submenu-offer-group {
  width: 270px;
  max-width: 270px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  padding-top: 2rem;
  display: none;
}

@media (min-width: 1440px) {
  .submenu-offer-group {
    display: block;
  }
}

.pq4q1142u3 {
  display: block;
}

@media (min-width: 992px) {
  .pq4q1142u3 {
    width: 320px;
    max-width: 320px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    background-color: #f7f7f7;
    padding: 1.5rem 0.8rem 1rem 1.5rem;
  }
}

.es4kesrcom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
}

@media (min-width: 992px) {
  .es4kesrcom {
    font-size: 18px;
    font-size: 1.125rem;
    border-bottom: 0;
  }
}

@media (min-width: 992px) and (max-height: 800px) {
  .es4kesrcom {
    height: 40px;
  }
}

.es4kesrcom:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 33px 20px 0;
  border-color: transparent #ebebeb transparent transparent;
}

.es4kesrcom:hover {
  color: #ec1c24;
}

.es4kesrcom.ew2lbibbt,
.es4kesrcom.ew2lbibbt a {
  color: #ec1c24;
  font-weight: 700;
  font-family: "Sora-bold", Arial, sans-serif;
}

.es4kesrcom.ew2lbibbt:after, .es4kesrcom.ew2lbibbt:before {
  opacity: 1;
}

.submenu-top-group-list-item-highlighted {
  height: 70px;
  font-weight: 700;
  color: #ec1c24;
}

.auewqxq68s {
  position: relative;
}

@media (min-width: 992px) {
  .auewqxq68s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .auewqxq68s.r0mvp65icw {
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .auewqxq68s.ew2lbibbt.r0mvp65icw {
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .auewqxq68s.ew2lbibbt .y54dbto5yb {
    padding: 1.5rem 0 1rem 0 !important;
  }
}

@media (min-width: 1440px) {
  .auewqxq68s.ew2lbibbt .y54dbto5yb {
    padding: 1.5rem 1rem 1rem 0 !important;
  }
}

@media (max-width: 991px) {
  .pddkmgxw90.jphrva9f4b .r0mvp65icw.ew2lbibbt {
    display: block;
    position: fixed;
    z-index: 9;
    background: white;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 15px 70px !important;
    height: calc(100% - 30px);
    overflow: auto;
  }
  .pddkmgxw90.jphrva9f4b .r0mvp65icw.ew2lbibbt .r0mvp65icw.ew2lbibbt .t3724io8hs {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: block;
    background: white;
    padding: 0 15px 130px !important;
    height: calc(100% - 110px);
    overflow: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 10;
  }
  .pddkmgxw90.jphrva9f4b .r0mvp65icw.ew2lbibbt .zplzg9eja3:before,
  .pddkmgxw90.jphrva9f4b .r0mvp65icw.ew2lbibbt .r0mvp65icw.ew2lbibbt .lbq6adndo2:before {
    content: "";
    width: 14px;
    height: 10px;
    left: 0;
    right: auto;
    background-image: url("../images/icons/arrow-left-black.svg");
  }
  .pddkmgxw90.jphrva9f4b .r0mvp65icw.ew2lbibbt .zplzg9eja3 .g9k3opqha9,
  .pddkmgxw90.jphrva9f4b .r0mvp65icw.ew2lbibbt .r0mvp65icw.ew2lbibbt .lbq6adndo2 .g9k3opqha9 {
    padding-right: 3rem;
    padding-left: 2rem;
    font-weight: 700;
    color: #000000;
  }
}

@media (min-width: 992px) {
  .pddkmgxw90.jphrva9f4b .r0mvp65icw .t3724io8hs.y54dbto5yb {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .pddkmgxw90.jphrva9f4b .r0mvp65icw .t3724io8hs.y54dbto5yb {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: block;
    background: white;
    padding: 0 15px 60px !important;
    height: calc(100% - 85px);
    overflow: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media (max-width: 991px) {
  .pddkmgxw90.jphrva9f4b .r0mvp65icw .t3724io8hs {
    overflow: auto;
  }
  .pddkmgxw90.jphrva9f4b .r0mvp65icw .t3724io8hs .t3724io8hs {
    padding: 0;
    z-index: 10;
    height: 0;
  }
}

@media (min-width: 992px) {
  .zplzg9eja3 {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .zplzg9eja3 {
    display: block;
    position: relative;
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .submenu-top-group--last .lbq6adndo2:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .lbq6adndo2:before {
    content: "";
    width: 9px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/icons/chevron-right-black.svg");
    z-index: 6;
    pointer-events: none;
  }
}

@media (max-width: 991px) {
  .submenu-item-title--last:before {
    display: none;
  }
}

.submenu-item-top-title-highlighted .g9k3opqha9 {
  color: #ec1c24;
  font-weight: 700;
}

@media (min-width: 1440px) {
  .xl23tdjhpl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .xl23tdjhpl.wwlnn7u874 {
    display: block;
  }
}

.wwlnn7u874 .ck2dckht1t {
  display: block;
  border-bottom: 0;
}

.wwlnn7u874 .ck2dckht1t.ew2lbibbt .g9k3opqha9 {
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 700;
}

.wwlnn7u874 .ck2dckht1t:last-child {
  border-bottom: 0;
}

@media (max-width: 991px) {
  .wwlnn7u874 .ck2dckht1t:last-child .g9k3opqha9 {
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .wwlnn7u874 .ck2dckht1t {
    display: block;
    width: 25%;
    padding: 1rem 1rem;
  }
}

@media (min-width: 1800px) {
  .wwlnn7u874 .ck2dckht1t {
    padding: 0.5rem 0.8rem 1.5rem;
  }
}

.wwlnn7u874 .ck2dckht1t.is-green .g9k3opqha9 {
  color: #ec1c24;
}

.wwlnn7u874 .ck2dckht1t.is-green svg {
  fill: #ec1c24;
}

.wwlnn7u874 .ck2dckht1t.is-red .g9k3opqha9 {
  color: #ec1c24;
}

.wwlnn7u874 .ck2dckht1t.is-red svg {
  fill: #ec1c24;
}

.wwlnn7u874 .lbq6adndo2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #ec1c24;
  padding: 0;
}

.wwlnn7u874 .qoiibi72pb {
  display: block;
  width: 100%;
}

.sne6ula9w7:before {
  content: "";
  width: 14px;
  height: 10px;
  left: 0;
  right: auto;
  background-image: url("../images/icons/arrow-left-black.svg");
}

.sne6ula9w7 .g9k3opqha9 {
  padding-right: 1rem;
  padding-left: 2rem;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
}

.g9k3opqha9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  min-height: 50px;
  color: #000000;
  border-bottom: 1px solid #ebebeb;
  padding: 0.8rem 3rem 0.8rem 0;
}

@media (min-width: 992px) {
  .g9k3opqha9 {
    display: block;
    padding: 0.65rem 3rem 0.65rem 0;
    min-height: auto;
    text-transform: uppercase;
    border-bottom: 1px solid #dbdbdb;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0.8rem;
    padding: 0;
    padding-bottom: 1.2rem;
    font-family: "Sora-bold", Arial, sans-serif;
    font-weight: 700;
    color: #ec1c24;
  }

  .g9k3opqha9:hover {
    color: #ec1c24;
  }
  .g9k3opqha9 a {
    font-weight: 700;
  }
}

@media (min-width: 1440px) {
  .g9k3opqha9 {
    margin-bottom: 0.8rem;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1600px) {
  .g9k3opqha9 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 991px) {
  .ge5ft78bwv {
    padding-bottom: 1rem;
  }
}

.submenu-list-small .n633mpet3s {
  border-top: 0;
}

.submenu-list-small .gnbbfvrrcd {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.6rem 0 0.6rem 0.5rem;
}

@media (max-width: 991px) {
  .n633mpet3s:last-child {
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .n633mpet3s {
    position: relative;
    display: block;
    vertical-align: middle;
  }
}

.gnbbfvrrcd {
  position: relative;
  display: block;
  padding: 0.65rem 0 0.65rem 2rem;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .gnbbfvrrcd {
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.65rem 0;
  }
}

@media (min-width: 1440px) {
  .gnbbfvrrcd {
    padding: 0.65rem 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (min-width: 1800px) {
  .gnbbfvrrcd {
    padding: 0.65rem 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.gnbbfvrrcd:hover {
  color: #ec1c24;
}

.pddkmgxw90.jphrva9f4b .r0mvp65icw.ew2lbibbt .r0mvp65icw.ew2lbibbt.ck2dckht1t {
  position: relative;
  width: auto;
  height: auto;
  padding: 0 !important;
  border-bottom: 1px solid #ebebeb;
}

.pddkmgxw90.jphrva9f4b .r0mvp65icw.ew2lbibbt .r0mvp65icw.ew2lbibbt .t3724io8hs {
  position: relative;
  top: auto;
  padding: 0 !important;
  height: auto;
}

.pddkmgxw90.jphrva9f4b .r0mvp65icw.ew2lbibbt .r0mvp65icw.ew2lbibbt .lbq6adndo2:before {
  width: 15px;
  height: 9px;
  top: 50%;
  left: auto;
  right: 0;
  background-image: url(../images/icons/chevron-thin-down.svg);
}

.pddkmgxw90.jphrva9f4b .r0mvp65icw.ew2lbibbt .r0mvp65icw.ew2lbibbt .lbq6adndo2 .g9k3opqha9 {
  padding-left: 0;
  border-bottom: 0;
}

@media (max-width: 991px) {
  .side-panel-detail:before {
    display: none !important;
  }
  .side-panel-detail .btn-yellow-fill {
    padding: 1.1em 1.3rem !important;
    font-size: 14px !important;
  }
  .side-panel-detail .product-item-classic-row .q0abm7yn02 {
    padding-bottom: 0;
  }
  .side-panel-detail .product-item-classic-row .ljhkm9rrhd {
    border-top: 0;
    padding: 15px 15px 15px 15px;
    margin: 0 -5px 10px;
  }
  .side-panel-detail .product-item-classic-row .product-offer-icon {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .side-panel-detail .product-item-classic-row .product-offer-icon:last-child {
    margin-right: 0;
  }
  .side-panel-detail .product-item-classic-row .product-price-center {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .side-panel-detail .product-item-classic-row .product-offer-icon svg {
    font-size: 60px;
    font-size: 3.75rem;
  }
  .side-panel-detail .product-item-classic-row .product-content-bottom {
    padding: 0 15px;
  }
  .side-panel-detail .product-item-classic-row .product-price-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .side-panel-detail .product-item-classic-row .s6nq5q4i1f {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .side-panel-detail .product-item-classic-row .product-price-text-small {
    margin-top: 0.2rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .side-panel-detail .product-item-classic-row .product-price-number-old {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 369px) {
  .side-panel-detail .btn-yellow-fill {
    padding: 1.1em 0.6rem !important;
  }
}

@media (min-width: 992px) {
  .side-panel-detail {
    max-width: 320px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    width: 320px;
    z-index: 10;
    top: 0;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .side-panel-detail {
    max-width: 480px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
            flex: 0 0 480px;
    width: 480px;
  }
}

@media (min-width: 1440px) {
  .side-panel-detail {
    max-width: 540px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 540px;
            flex: 0 0 540px;
    width: 540px;
  }
}

@media (min-width: 1600px) {
  .side-panel-detail {
    max-width: 580px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 580px;
            flex: 0 0 580px;
    width: 580px;
  }
}

.osm6br5vcl {
  padding-bottom: 6.25rem;
}

@media (min-width: 992px) {
  .osm6br5vcl {
    width: calc(100% - 290px);
    max-width: calc(100% - 290px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 290px);
            flex: 0 0 calc(100% - 290px);
  }
}

@media (min-width: 1440px) {
  .osm6br5vcl {
    width: calc(100% - 430px);
    max-width: calc(100% - 430px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 430px);
            flex: 0 0 calc(100% - 430px);
  }
}

@media (min-width: 1600px) {
  .osm6br5vcl {
    width: calc(100% - 430px);
    max-width: calc(100% - 430px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 430px);
            flex: 0 0 calc(100% - 430px);
  }
}

.bd8ckprjvi {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .bd8ckprjvi {
    max-width: calc(100% - 320px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 320px);
            flex: 0 0 calc(100% - 320px);
    width: calc(100% - 320px);
  }
}

@media (min-width: 1200px) {
  .bd8ckprjvi {
    max-width: calc(100% - 480px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 480px);
            flex: 0 0 calc(100% - 480px);
    width: calc(100% - 480px);
  }
}

@media (min-width: 1440px) {
  .bd8ckprjvi {
    max-width: calc(100% - 540px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 540px);
            flex: 0 0 calc(100% - 540px);
    width: calc(100% - 540px);
  }
}

@media (min-width: 1600px) {
  .bd8ckprjvi {
    max-width: calc(100% - 580px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 580px);
            flex: 0 0 calc(100% - 580px);
    width: calc(100% - 580px);
  }
}

@media (min-width: 1200px) {
  .main-content-detail-ext {
    max-width: calc(100% - 220px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 220px);
            flex: 0 0 calc(100% - 220px);
    width: calc(100% - 220px);
  }
}

@media (min-width: 1600px) {
  .main-content-detail-ext {
    max-width: calc(100% - 380px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 380px);
            flex: 0 0 calc(100% - 380px);
    width: calc(100% - 380px);
  }
}

@media (min-width: 992px) {
  .side-panel-category {
    max-width: 280px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    width: 280px;
  }
}

@media (min-width: 1200px) {
  .side-panel-category {
    max-width: 320px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    width: 320px;
  }
}

@media (min-width: 992px) {
  .main-content-category {
    max-width: calc(100% - 280px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 280px);
            flex: 0 0 calc(100% - 280px);
    width: calc(100% - 280px);
  }
}

@media (min-width: 1200px) {
  .main-content-category {
    max-width: calc(100% - 320px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 320px);
            flex: 0 0 calc(100% - 320px);
    width: calc(100% - 320px);
  }
}

@media (max-width: 991px) {
  .side-panel-calculation {
    position: relative;
    padding: 2rem 15px 60px;
  }
  .side-panel-calculation:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #f2f6f9;
    z-index: -1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .side-panel-calculation .btn-yellow-fill {
    padding: 1rem 1rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .side-panel-calculation .spadnv {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media (max-width: 575px) {
  .side-panel-calculation p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .side-panel-calculation p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .side-panel-calculation .spadnv {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .side-panel-calculation .bcevn0 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .side-panel-calculation .btn-yellow-fill {
    padding: 1.2rem 0.5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .side-panel-calculation p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .side-panel-calculation .spadnv {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .side-panel-calculation .bcevn0 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .side-panel-calculation .btn-yellow-fill {
    padding: 1.2rem 0.5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .side-panel-calculation p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .side-panel-calculation .spadnv {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .side-panel-calculation .bcevn0 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .side-panel-calculation .btn-yellow-fill {
    padding: 1.2rem 0.5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .side-panel-basket {
    max-width: 380px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
    width: 380px;
  }
}

@media (min-width: 1200px) {
  .side-panel-basket {
    max-width: 440px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 440px;
            flex: 0 0 440px;
    width: 440px;
  }
}

@media (min-width: 1600px) {
  .side-panel-basket {
    max-width: 630px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 630px;
            flex: 0 0 630px;
    width: 630px;
  }
}

@media (min-width: 992px) {
  .side-sticky-basket {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    margin-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .main-content-basket {
    max-width: calc(100% - 380px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 380px);
            flex: 0 0 calc(100% - 380px);
    width: calc(100% - 380px);
  }
}

@media (min-width: 1200px) {
  .main-content-basket {
    max-width: calc(100% - 440px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 440px);
            flex: 0 0 calc(100% - 440px);
    width: calc(100% - 440px);
  }
}

@media (min-width: 1600px) {
  .main-content-basket {
    max-width: calc(100% - 630px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 630px);
            flex: 0 0 calc(100% - 630px);
    width: calc(100% - 630px);
  }
}

.side-item-basket {
  padding: 0 1rem;
}

@media (max-width: 770px) {
  .side-item-basket {
    margin: 0 -15px;
  }
}

.side-item-basket.ew2lbibbt .icon-chevron-up {
  display: block;
}

.side-item-basket.ew2lbibbt .icon-chevron-down {
  display: none;
}

.side-item-basket .icon-chevron-up {
  display: none;
}

@media (min-width: 771px) {
  .side-item-basket-ext {
    padding: 0;
  }
}

.side-item-basket-ext-1 {
  padding: 0 1rem;
}

.side-item-basket-border {
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #333333;
}

@media (max-width: 991px) {
  .side-item-additional-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 400ms ease-out;
    transition: -webkit-transform 400ms ease-out;
    -o-transition: transform 400ms ease-out;
    transition: transform 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
    z-index: 999;
    background: white;
    max-width: 100%;
    padding-top: 60px;
    overflow: auto !important;
    margin-bottom: 0;
  }
  .side-item-additional-filter.ew2lbibbt {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .side-item-additional-filter .jphrva9f4b {
    height: calc(100vh - 155px);
    padding: 0 1rem;
    overflow: auto;
    margin-bottom: 0;
  }
  .side-item-additional-filter .r0mvp65icw.ew2lbibbt .t3724io8hs {
    display: block;
  }
  .side-item-additional-filter .t3724io8hs {
    display: none;
  }
}

.oz2qjcjafq {
  position: relative;
  padding: 0.6rem 0;
}

.td9vexynjt .gk9mpzzzr2:hover .dxarggeii6, .td9vexynjt .gk9mpzzzr2.ew2lbibbt .dxarggeii6 {
  color: #ec1c24;
}

@media (max-width: 991px) {
  .niynzxo4tu {
    display: inline-block;
    margin-top: 1.5rem;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .niynzxo4tu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    border-radius: 0 20px 0 0;
    height: 100%;
    background-color: #eeeeee;
  }
}

.niynzxo4tu .gk9mpzzzr2 {
  padding: 0.25rem 0;
}

.niynzxo4tu .ap8wrsjmi3 svg {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .niynzxo4tu .ap8wrsjmi3 svg {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.niynzxo4tu .dxarggeii6 {
  padding-left: 0.6rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .niynzxo4tu .dxarggeii6 {
    padding-left: 0.6rem;
  }
}

.b2gqlf0bdh {
  display: block;
}

.b2gqlf0bdh:last-child {
  margin-bottom: 0;
}

.gk9mpzzzr2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.65rem 0.65rem 0.65rem 1.5rem;
  position: relative;
}

.gk9mpzzzr2:hover .ap8wrsjmi3 svg, .gk9mpzzzr2.ew2lbibbt .ap8wrsjmi3 svg {
  fill: #000000;
}

@media (min-width: 992px) {
  .gk9mpzzzr2:hover .ap8wrsjmi3 svg, .gk9mpzzzr2.ew2lbibbt .ap8wrsjmi3 svg {
    fill: #ec1c24;
  }
}

.gk9mpzzzr2:hover .dxarggeii6, .gk9mpzzzr2.ew2lbibbt .dxarggeii6 {
  color: #000000;
}

@media (min-width: 992px) {
  .gk9mpzzzr2:hover .dxarggeii6, .gk9mpzzzr2.ew2lbibbt .dxarggeii6 {
    color: #ec1c24;
  }
}

.ap8wrsjmi3 {
  width: 20px;
  max-width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.ap8wrsjmi3 svg {
  fill: #000000;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .ap8wrsjmi3 svg {
    color: #ec1c24;
  }
}

.dxarggeii6 {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  z-index: 2;
  position: relative;
}

.side-offer-list {
  border-radius: 3px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  overflow: hidden;
}

.side-offer-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.side-offer-list-link {
  display: block;
  width: 100%;
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 1.2rem 1.2rem 1.2rem;
}

.side-offer-list-link:hover {
  background-color: #eeeeee;
}

.side-offer-list-link small {
  display: block;
  text-transform: none;
  color: #333333;
  margin-bottom: 0.2rem;
  font-size: 10px;
  font-size: 0.625rem;
}

.l8dyumfdsi {
  display: inline-block;
  margin: 0.1rem 0;
  padding: 0.3rem 0;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 771px) {
  .l8dyumfdsi {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .l8dyumfdsi {
    margin: 0.3rem 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .l8dyumfdsi {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .l8dyumfdsi {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.l8dyumfdsi:hover .yorrxqf1c5 {
  color: #ec1c24;
}

.ebrpd0vr9i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.sgaq7env6j .aueau6asyq {
  width: 30px;
  max-width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  height: 30px;
}

.sgaq7env6j .aueau6asyq svg {
  font-size: 20px;
  font-size: 1.25rem;
}

.sgaq7env6j .yorrxqf1c5 {
  padding-left: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .sgaq7env6j .yorrxqf1c5 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.aueau6asyq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 1px;
  width: 50px;
  max-width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 50px;
}

@media (min-width: 576px) {
  .aueau6asyq {
    width: 85px;
    max-width: 85px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
    height: 85px;
  }
}

.aueau6asyq:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(5deg);
      -ms-transform: translate(-50%, -50%) rotate(5deg);
          transform: translate(-50%, -50%) rotate(5deg);
  border-radius: 10px;
  background-color: #ec1c24;
  z-index: -1;
}

.aueau6asyq svg {
  fill: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
}

@media (min-width: 576px) {
  .aueau6asyq svg {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

.yorrxqf1c5 {
  padding-left: 1.4rem;
  display: inline-block;
  padding-right: 0;
  color: #000000;
  font-family: "Sora-bold", Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 576px) {
  .yorrxqf1c5 {
    padding-left: 3.5rem;
    font-size: 36px;
    font-size: 2.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 992px) {
  .yorrxqf1c5 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 1200px) {
  .yorrxqf1c5 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .yorrxqf1c5 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

.contact-google-maps {
  min-width: 90px;
}

@media (min-width: 992px) {
  .d6livcctt5 {
    width: 360px;
    max-width: 360px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
  }
}

@media (min-width: 1200px) {
  .d6livcctt5 {
    width: 450px;
    max-width: 450px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
  }
}

@media (min-width: 992px) {
  .l0jmgt705d {
    width: calc(100% - 360px);
    max-width: calc(100% - 360px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 360px);
            flex: 0 0 calc(100% - 360px);
  }
}

@media (min-width: 1200px) {
  .l0jmgt705d {
    width: calc(100% - 450px);
    max-width: calc(100% - 450px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 450px);
            flex: 0 0 calc(100% - 450px);
  }
}

@media (max-width: 991px) {
  .l0jmgt705d .j8kgjn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .contact-left-panel--small {
    width: 200px;
    max-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}

@media (min-width: 1200px) {
  .contact-left-panel--small {
    width: 260px;
    max-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
}

@media (min-width: 992px) {
  .contact-right-panel--small {
    width: calc(100% - 200px);
    max-width: calc(100% - 200px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 200px);
            flex: 0 0 calc(100% - 200px);
  }
}

@media (min-width: 1200px) {
  .contact-right-panel--small {
    width: calc(100% - 260px);
    max-width: calc(100% - 260px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 260px);
            flex: 0 0 calc(100% - 260px);
  }
}

.gowmsvljve {
  padding: 0;
  background-color: transparent;
}

.gowmsvljve .r0mvp65icw {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .gowmsvljve {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
  }
}

@media (min-width: 992px) {
  .accordion-group-contact-sticky-ext {
    position: -webkit-sticky;
    position: sticky;
    top: 170px;
  }
}

.accordion-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.exjirsyx6p {
  padding: 0.5rem 2rem 0.5rem 0;
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  min-height: 65px;
  line-height: 1.4;
  padding-left: 0 !important;
}

.exjirsyx6p:hover {
  color: #ec1c24;
}

@media (min-width: 992px) {
  .exjirsyx6p.js-accordion-trigger {
    display: none;
  }
}

@media (min-width: 1200px) {
  .contact-info-left-panel {
    width: 680px;
    max-width: 680px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 680px;
            flex: 0 0 680px;
  }
}

@media (min-width: 1600px) {
  .contact-info-left-panel {
    width: 900px;
    max-width: 900px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 900px;
            flex: 0 0 900px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .contact-info-left-panel {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .contact-info-right-panel {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 1200px) {
  .contact-info-right-panel {
    width: calc(100% - 680px);
    max-width: calc(100% - 680px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 680px);
            flex: 0 0 calc(100% - 680px);
  }
}

@media (min-width: 1600px) {
  .contact-info-right-panel {
    width: calc(100% - 900px);
    max-width: calc(100% - 900px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 900px);
            flex: 0 0 calc(100% - 900px);
  }
}

@media (min-width: 1600px) {
  .contact-info-left-panel-ext {
    width: 900px;
    max-width: 900px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 900px;
            flex: 0 0 900px;
  }
}

@media (min-width: 1600px) {
  .contact-info-right-panel-ext {
    width: calc(100% - 900px);
    max-width: calc(100% - 900px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 900px);
            flex: 0 0 calc(100% - 900px);
  }
}

.contact-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media (min-width: 1200px) {
  .contact-offer {
    min-height: 550px;
  }
}

@media (max-width: 1199px) {
  .contact-offer {
    padding-bottom: 3rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .mac36q7nt3 .btn {
    font-size: 20px;
    font-size: 1.25rem;
    min-width: 160px;
  }
}

@media (max-width: 991px) {
  body.is-filter-open {
    overflow: hidden;
  }
}

body.is-opened-filter .ahh5y5s1cx.vea3g975zn .imgahr56op {
  z-index: 999 !important;
}

.wwvpta8mqm {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .wwvpta8mqm.cqusla1fem {
    margin: 0 -12px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .wwvpta8mqm {
    max-width: 530px;
  }
}

@media (min-width: 1200px) {
  .wwvpta8mqm {
    max-width: 480px;
  }
}

@media (min-width: 1440px) {
  .wwvpta8mqm {
    max-width: 570px;
  }
}

.is-opened-filter .ahh5y5s1cx.filter-tab-block-scroll .bbu791ze8o {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem;
  background-color: white;
}

.is-opened-filter .ahh5y5s1cx.filter-tab-block-scroll .js-hidden-content.hidden-content.ew2lbibbt {
  display: flex;
}

.ahh5y5s1cx.side-item {
  height: 596px;
  padding-top: 20px;
}

.ahh5y5s1cx.side-item-ext {
  height: auto;
  padding-top: 0;
  margin-top: 130px;
}

@media (min-width: 992px) {
  .ahh5y5s1cx .imgahr56op {
    position: absolute;
    left: 0;
    max-width: 270px;
  }
}

@media (min-width: 1200px) {
  .ahh5y5s1cx .imgahr56op {
    max-width: 310px;
    min-width: 310px;
  }
}

.ahh5y5s1cx.hide-navigation .imgahr56op {
  top: 0 !important;
  z-index: 99999 !important;
  -webkit-transition: top 0.4s ease-out !important;
  -o-transition: top 0.4s ease-out !important;
  transition: top 0.4s ease-out !important;
}

@media (min-width: 992px) {
  .ahh5y5s1cx.vea3g975zn.hide-navigation-down .imgahr56op {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 400ms ease-out;
    transition: -webkit-transform 400ms ease-out;
    -o-transition: transform 400ms ease-out;
    transition: transform 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  }
}

.ahh5y5s1cx.filter-tab-block-scroll .bbu791ze8o {
  display: none;
}

.ahh5y5s1cx.filter-tab-block-scroll .js-hidden-content.hidden-content.ew2lbibbt {
  display: none;
}

.ahh5y5s1cx.filter-tab-block-scroll .imgahr56op, .ahh5y5s1cx.vea3g975zn .imgahr56op {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background-color: #eeeeee;
  z-index: 99 !important;
  -webkit-transition: top 0.4s ease-out, -webkit-transform 0.4s ease-out !important;
  transition: top 0.4s ease-out, -webkit-transform 0.4s ease-out !important;
  -o-transition: top 0.4s ease-out, transform 0.4s ease-out !important;
  transition: top 0.4s ease-out, transform 0.4s ease-out !important;
  transition: top 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out !important;
}

@media (min-width: 992px) {
  .ahh5y5s1cx.filter-tab-block-scroll .imgahr56op, .ahh5y5s1cx.vea3g975zn .imgahr56op {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.ahh5y5s1cx.filter-tab-block-scroll .sjq1yasu79, .ahh5y5s1cx.vea3g975zn .sjq1yasu79 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .ahh5y5s1cx.filter-tab-block-scroll .btn-filter-submit, .ahh5y5s1cx.vea3g975zn .btn-filter-submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .ahh5y5s1cx.filter-tab-block-scroll .btn-filter-submit, .ahh5y5s1cx.vea3g975zn .btn-filter-submit {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .ahh5y5s1cx.filter-tab-block-scroll .children-list p, .ahh5y5s1cx.vea3g975zn .children-list p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .ahh5y5s1cx.filter-tab-block-scroll .children-list p, .ahh5y5s1cx.vea3g975zn .children-list p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.ahh5y5s1cx.filter-tab-block-scroll.vea3g975zn:not(.filter-tab-block-scroll) .imgahr56op, .ahh5y5s1cx.vea3g975zn.vea3g975zn:not(.filter-tab-block-scroll) .imgahr56op {
  position: absolute;
  bottom: 0;
  top: auto;
}

@media (min-width: 992px) {
  .ahh5y5s1cx.filter-tab-block-scroll.vea3g975zn:not(.filter-tab-block-scroll) .jefwr8ox4d, .ahh5y5s1cx.vea3g975zn.vea3g975zn:not(.filter-tab-block-scroll) .jefwr8ox4d {
    height: 70px;
  }
}

@media (min-width: 992px) {
  .ahh5y5s1cx.filter-tab-block-scroll.vea3g975zn:not(.filter-tab-block-scroll) .drevo9vbu5.is-selected .cfa09o9w1g .jefwr8ox4d, .ahh5y5s1cx.vea3g975zn.vea3g975zn:not(.filter-tab-block-scroll) .drevo9vbu5.is-selected .cfa09o9w1g .jefwr8ox4d {
    height: 70px;
  }
}

@media (min-width: 992px) {
  .ahh5y5s1cx.filter-tab-block-scroll.vea3g975zn:not(.filter-tab-block-scroll) .btn-filter-submit, .ahh5y5s1cx.vea3g975zn.vea3g975zn:not(.filter-tab-block-scroll) .btn-filter-submit {
    height: 70px;
  }
}

.ahh5y5s1cx:not(.filter-tab-block-scroll):not(.vea3g975zn) .drevo9vbu5 {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0;
}

.ahh5y5s1cx:not(.filter-tab-block-scroll):not(.vea3g975zn) .drevo9vbu5:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .ahh5y5s1cx:not(.filter-tab-block-scroll):not(.vea3g975zn) .drevo9vbu5.dropdown-block.ew2lbibbt .jk0xon47sw {
    right: auto;
    left: 100%;
    top: 0;
    width: 100%;
  }
  .ahh5y5s1cx:not(.filter-tab-block-scroll):not(.vea3g975zn) .drevo9vbu5 .btyshitokr {
    max-height: 455px;
  }
}

@media (max-width: 991px) {
  .ahh5y5s1cx:not(.filter-tab-block-scroll) .drevo9vbu5 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
  }
  .ahh5y5s1cx:not(.filter-tab-block-scroll) .drevo9vbu5:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .ahh5y5s1cx:not(.filter-tab-block-scroll) .drevo9vbu5.dropdown-block.ew2lbibbt .jk0xon47sw {
    right: auto;
    left: 0;
    top: 100%;
    width: 100%;
  }
  .ahh5y5s1cx:not(.filter-tab-block-scroll) .drevo9vbu5 .btyshitokr {
    max-height: 455px;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .ahh5y5s1cx:not(.filter-tab-block-scroll) .drevo9vbu5.is-selected .cfa09o9w1g .jefwr8ox4d {
    height: 70px;
  }
  .ahh5y5s1cx:not(.filter-tab-block-scroll) .drevo9vbu5.dropdown-block.ew2lbibbt .jk0xon47sw {
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    width: 100%;
    height: 100% !important;
    padding: 0;
    -webkit-overflow-scrolling: touch;
  }
  .ahh5y5s1cx:not(.filter-tab-block-scroll) .drevo9vbu5.dropdown-block.ew2lbibbt .jk0xon47sw .r41k707ldn {
    padding: 0.3rem 0;
  }
  .ahh5y5s1cx:not(.filter-tab-block-scroll) .drevo9vbu5.dropdown-block.ew2lbibbt .cc8hu1uc0n {
    height: calc(100vh - 115px);
    padding: 0.6rem 0.6rem 50px;
    overflow: auto;
  }
  .ahh5y5s1cx:not(.filter-tab-block-scroll) .drevo9vbu5.dropdown-block.ew2lbibbt .swimz5yppw,
  .ahh5y5s1cx:not(.filter-tab-block-scroll) .drevo9vbu5.dropdown-block.ew2lbibbt .vfcrluft8k {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ahh5y5s1cx:not(.filter-tab-block-scroll) .drevo9vbu5.dropdown-block.ew2lbibbt .btyshitokr {
    max-height: 100%;
    overflow: visible;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .ahh5y5s1cx:not(.filter-tab-block-scroll) .emo7i716fk {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .ahh5y5s1cx:not(.filter-tab-block-scroll) .jefwr8ox4d {
    padding: 1rem 1rem;
  }
  .ahh5y5s1cx:not(.filter-tab-block-scroll) .c1v2tu7mnh {
    max-width: 110px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.cqusla1fem {
  display: block;
  margin: 0;
  background-color: #eeeeee;
}

@media (min-width: 992px) {
  .cqusla1fem {
    padding: 1.25rem 0 0.25rem;
  }
}

.cqusla1fem .cfa09o9w1g:hover .luha09e35l svg {
  fill: #00a713;
}

.cqusla1fem .cfa09o9w1g:after {
  display: none;
}

.cqusla1fem .btn-filter-submit:hover {
  border-color: #008e10;
  background-color: #008e10;
}

.cqusla1fem .btn-filter-submit:hover .btn-filter-submit-text {
  color: #ffffff;
}

.cqusla1fem .btn-filter-submit-icon svg {
  fill: #ffffff;
}

@media (min-width: 992px) {
  .cqusla1fem .drevo9vbu5:not(.p7knkaksa4) {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 3px;
  }
}

@media (min-width: 992px) {
  .cqusla1fem .drevo9vbu5:not(.p7knkaksa4) {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

@media (min-width: 1200px) {
  .cqusla1fem .drevo9vbu5:not(.p7knkaksa4) {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

.drevo9vbu5 {
  margin-bottom: 0.6rem;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 1rem;
}

.drevo9vbu5.ew2lbibbt:not(.is-selected) .cfa09o9w1g:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.drevo9vbu5.ew2lbibbt .cfa09o9w1g .luha09e35l svg {
  fill: #00a713;
}

.drevo9vbu5.is-selected .emo7i716fk {
  top: 32%;
  color: #333333;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .drevo9vbu5.is-selected .emo7i716fk {
    top: 35%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .drevo9vbu5.is-selected .cc8hu1uc0n:not(.uwtw9ga5re) {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .drevo9vbu5.is-selected .swimz5yppw {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-radius: inherit;
  }
}

.drevo9vbu5.is-selected .cfa09o9w1g .jefwr8ox4d {
  height: 70px;
}

@media (min-width: 992px) {
  .drevo9vbu5.is-selected .cfa09o9w1g .jefwr8ox4d {
    height: 70px;
  }
}

.drevo9vbu5.is-selected .cfa09o9w1g:after {
  top: 50%;
  right: 20px;
  background-image: url("../images/icons/chevron-thin-down.svg");
}

@media (min-width: 993px) and (max-width: 1200px) {
  .drevo9vbu5.is-selected .cfa09o9w1g:after {
    right: 12px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .drevo9vbu5.is-selected .cfa09o9w1g:after {
    right: 12px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .drevo9vbu5.is-selected .cfa09o9w1g:after {
    right: 12px;
  }
}

@media (max-width: 1199px) {
  .sjq1yasu79 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.cfa09o9w1g {
  position: relative;
}

.cfa09o9w1g:after {
  content: "" !important;
  width: 15px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-thin-down.svg");
  pointer-events: none;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .cfa09o9w1g:after {
    right: 10px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .cfa09o9w1g:after {
    right: 10px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .cfa09o9w1g:after {
    right: 10px;
  }
}

.jefwr8ox4d {
  position: relative;
  height: 60px;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 1rem 1rem 1rem 0;
  -webkit-transition: height 400ms ease-out;
  -o-transition: height 400ms ease-out;
  transition: height 400ms ease-out;
  border-radius: 0;
  border-bottom: 1px solid #eeeeee;
}

@media (min-width: 992px) {
  .jefwr8ox4d {
    padding: 1rem 1rem 1rem 0;
    height: 50px;
  }
}

@media (min-width: 992px) {
  .jefwr8ox4d {
    padding: 1rem 1rem;
    border-radius: 10px;
    border-bottom: 0;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .jefwr8ox4d {
    padding: 1rem 0.8rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .jefwr8ox4d {
    padding: 1rem 1rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .jefwr8ox4d {
    padding: 1rem 1rem;
  }
}

.jefwr8ox4d:after {
  display: none !important;
}

.emo7i716fk {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .emo7i716fk {
    font-family: "Sora-extralight", Arial, sans-serif;
    font-weight: 300;
    padding-right: 40px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .emo7i716fk {
    padding-right: 15px;
    max-width: 120px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .emo7i716fk {
    padding-right: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .emo7i716fk {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.c1v2tu7mnh {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000;
  font-family: "Sora-bold", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  padding-right: 40px;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .c1v2tu7mnh {
    padding-right: 0;
    top: 70%;
    max-width: 180px;
  }
}

@media (min-width: 992px) {
  .c1v2tu7mnh {
    top: 65%;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1800px) {
  .c1v2tu7mnh {
    max-width: 230px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .c1v2tu7mnh {
    font-size: 16px;
    font-size: 1rem;
    max-width: 120px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .c1v2tu7mnh {
    font-size: 16px;
    font-size: 1rem;
    max-width: 130px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .c1v2tu7mnh {
    font-size: 16px;
    font-size: 1rem;
    max-width: 160px;
  }
}

.dropdown-block.ew2lbibbt .jk0xon47sw {
  border: 1px solid #eeeeee;
}

@media (min-width: 992px) {
  .dropdown-block.ew2lbibbt .jk0xon47sw {
    width: auto;
    min-width: 360px;
    padding: 0.6rem 0.6rem 0;
    right: auto;
    left: 0;
  }
}

@media (max-width: 991px) {
  .dropdown-block.ew2lbibbt .jk0xon47sw {
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    width: 100%;
    overflow: visible;
    height: 100% !important;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 992px) {
  .dropdown-block.ew2lbibbt .mbqxlwqgox {
    padding: 1rem 1rem;
  }
}

.dropdown-block .jk0xon47sw {
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 9;
  width: 0;
}

@media (max-width: 991px) {
  .dropdown-block .mbqxlwqgox .r41k707ldn {
    padding: 0.3rem 0;
  }
}

.dropdown-block .filter-dropdown-content-no-padding {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .dropdown-block .filter-dropdown-content-no-padding {
    background-color: #eeeeee;
  }
}

@media (max-width: 991px) {
  .dropdown-block .filter-dropdown-content-no-padding .cc8hu1uc0n {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .cc8hu1uc0n {
    height: calc(100vh - 115px);
    padding: 0.6rem 0.6rem 50px;
    overflow: auto;
  }
}

@media (min-width: 576px) {
  .filter-middle-block--double {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.vfcrluft8k {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  background-color: #fff;
  padding: 0 0.6rem;
  padding-left: 1.2rem;
  border-bottom: 3px solid #eeeeee;
}

.filter-back-block-ext {
  background: transparent;
  border-bottom: 1px solid #ebebeb;
  height: 50px;
  padding: 0;
  margin: 0 1rem;
}

.filter-back-block-ext .fqhexfdvan svg {
  fill: #000000;
}

.filter-back-block-ext .gvww6o3ya0 {
  color: #000000;
  font-size: 10px;
  font-size: 0.625rem;
}

.ksqfxdus1b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fqhexfdvan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 45px;
}

.fqhexfdvan svg {
  fill: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}

.ke0pxmovq2 {
  color: #000000;
  font-family: "Sora-bold", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.jbodunheyu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  height: 45px;
}

.gvww6o3ya0 {
  margin-right: 0.4rem;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}

.filter-back-clear-icon {
  cursor: pointer;
}

.filter-back-clear-icon svg {
  fill: #00a713;
  font-size: 10px;
  font-size: 0.625rem;
}

.swimz5yppw {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  color: #ffffff;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
  height: 65px;
  background-color: #eeeeee;
  z-index: 4;
  padding: 8px 8px 8px 8px;
}

@media (min-width: 992px) {
  .swimz5yppw {
    height: 45px;
    padding: 8px 8px 8px 15px;
    display: none !important;
    position: absolute;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cfna3j5b5b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 40px;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
}

@media (max-width: 991px) {
  .cfna3j5b5b {
    display: none;
  }
}

.cfna3j5b5b:hover {
  color: #ec1c24;
}

.cgmfmqlvjo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

@media (min-width: 992px) {
  .cgmfmqlvjo {
    width: auto;
  }
}

.cgmfmqlvjo .jbodunheyu {
  height: auto;
}

@media (max-width: 991px) {
  .cgmfmqlvjo .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 0.85em 1rem;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .cgmfmqlvjo .btn:first-child {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 35%;
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    padding: 0.91em 1rem;
  }
}

.cgmfmqlvjo .btn:last-child {
  margin-left: 12px;
}

@media (max-width: 991px) {
  .cgmfmqlvjo .btn:last-child {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(65% - 15px);
    max-width: calc(65% - 15px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(65% - 15px);
            flex: 0 0 calc(65% - 15px);
  }
}

.result-tag-list-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #00a713;
}

.result-tag-list-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.15rem 1.7rem 0.15rem 0.5rem;
  color: #00a713;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}

.result-tag-list-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 100%;
  cursor: pointer;
}

.result-tag-list-icon:hover {
  background-color: #00a713;
}

.result-tag-list-icon:hover svg {
  fill: #ffffff;
}

.result-tag-list-icon svg {
  fill: #00a713;
  font-size: 8px;
  font-size: 0.5rem;
}

.btn-filter-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: height 400ms ease-out, background-color 250ms ease,
 border-radius 250ms ease;
  -o-transition: height 400ms ease-out, background-color 250ms ease,
 border-radius 250ms ease;
  transition: height 400ms ease-out, background-color 250ms ease,
 border-radius 250ms ease;
}

@media (min-width: 992px) {
  .btn-filter-submit {
    height: 70px;
  }
}

.btn-filter-submit:hover {
  border-color: #008e10;
  background-color: #008e10;
}

.btn-filter-submit--hero {
  height: 50px;
}

@media (min-width: 992px) {
  .btn-filter-submit--hero {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: 60px;
  }
}

.btn-filter-submit-icon {
  margin-left: 0.5rem;
}

.btn-filter-submit-icon svg {
  fill: #00a713;
  font-size: 25px;
  font-size: 1.5625rem;
}

.filter-checkbox-nested-ext {
  padding-top: 0;
  padding-left: 2rem;
}

@media (min-width: 992px) {
  .btyshitokr {
    overflow: auto;
    max-height: 250px;
  }
}

.btyshitokr .r7zvcbt {
  padding-left: 0;
}

.filter-person-header {
  display: inline-block;
  vertical-align: top;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 770px) {
  .filter-person-header {
    display: block;
    padding-top: 5px;
    background-color: #f2f6f9;
    padding-left: 12px;
  }
}

.filter-person-header-item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #ffffff;
  background-color: #eeeeee;
  height: 50px;
  width: 50px;
  padding: 0 1rem 0 1rem;
  cursor: pointer;
  margin-right: -4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 771px) {
  .filter-person-header-item {
    height: 30px;
    width: 45px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.filter-person-header-item.ew2lbibbt {
  width: auto;
  min-width: 125px;
  padding: 0 1rem 0 0.6rem;
  padding-right: 2rem;
  background-color: #ffffff;
}

@media (min-width: 771px) {
  .filter-person-header-item.ew2lbibbt {
    min-width: 80px;
  }
}

.filter-person-header-item.ew2lbibbt .filter-person-header-text {
  display: inline-block;
}

.filter-person-header-item.ew2lbibbt .filter-person-header-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-person-header-item.ew2lbibbt:first-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.6rem;
}

.filter-person-header-result {
  display: inline;
  vertical-align: top;
}

.filter-person-header-text,
.filter-person-header-number {
  display: none;
  margin-right: 0.2rem;
  color: #00a713;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 771px) {
  .filter-person-header-text,
  .filter-person-header-number {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.filter-person-header-number {
  display: inline-block;
  margin-right: 0;
}

.filter-person-header-remove {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 40px;
  cursor: pointer;
}

@media (min-width: 771px) {
  .filter-person-header-remove {
    width: 28px;
  }
}

.filter-person-header-remove:hover {
  background-color: #00a713;
}

.filter-person-header-remove:hover svg {
  fill: #ffffff;
}

.filter-person-header-remove svg {
  fill: #000000;
  font-size: 8px;
  font-size: 0.5rem;
}

.filter-person-content {
  padding: 1.5rem 1.3rem;
  background-color: #ffffff;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .filter-person-content {
    padding: 1.5rem 0.8rem;
  }
  .filter-person-content .col-12.col-md-5.col-xl-6,
  .filter-person-content .col-5.col-xl-6 {
    width: 60%;
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .filter-person-content .col-12.col-md-7.col-xl-6,
  .filter-person-content .col-7.col-xl-6 {
    width: 40%;
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .filter-person-content p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .filter-person-content .p-size-10 p {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .filter-person-content {
    padding: 1.5rem 0.8rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .filter-person-content {
    padding: 1.5rem 0.8rem;
  }
}

.filter-person-header-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 700;
  background-color: #00a713;
  cursor: pointer;
}

@media (min-width: 771px) {
  .filter-person-header-btn {
    font-size: 16px;
    font-size: 1rem;
    width: 30px;
    height: 30px;
  }
}

.filter-person-header-btn:hover {
  background-color: #00740d;
}

@media (max-width: 770px) {
  .children-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
  .children-list > .row {
    display: block;
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0;
    margin-bottom: 0.6rem;
    padding: 0 5px;
  }
  .children-list .col-12 {
    padding: 0;
  }
}

.luha09e35l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotateZ(-90deg);
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
}

@media (min-width: 771px) {
  .luha09e35l {
    right: 15px;
  }
}

@media (min-width: 992px) {
  .luha09e35l {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -3px;
  }
}

@media (min-width: 1440px) {
  .luha09e35l {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1600px) {
  .luha09e35l {
    right: 0;
  }
}

@media (min-width: 1800px) {
  .luha09e35l {
    right: 15px;
  }
}

.luha09e35l svg {
  fill: #444444;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 1440px) {
  .luha09e35l svg {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.luha09e35l:hover svg {
  fill: #00a713;
}

@media (max-width: 991px) {
  .filter-mobile {
    position: relative;
  }
  .filter-mobile .btn-filter-submit {
    height: 70px;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .filter-mobile .drevo9vbu5 {
    margin-bottom: 0.6rem;
  }
  .filter-mobile .jefwr8ox4d {
    height: 50px;
    padding: 1rem 1rem;
  }
  .filter-mobile .btn-filter-submit {
    height: 70px;
  }
  .filter-mobile .sjq1yasu79 {
    margin-top: 15px;
  }
}

.filter-mobile-divider {
  display: block;
  width: 100vw;
  left: calc(-50vw + 50%);
  height: 15px;
  background: #ffffff;
  position: relative;
}

.filter-mobile-divider:before {
  content: "";
  position: absolute;
  top: -15px;
  display: block;
  height: 15px;
  background-color: #ffffff;
  width: calc(50% - 15px);
  left: calc(-50vw + 50%);
}

.filter-mobile-divider:after {
  content: "";
  position: absolute;
  top: -15px;
  display: block;
  height: 15px;
  background-color: #ffffff;
  width: calc(50% - 15px);
  right: calc(-50vw + 50%);
}

.filter-mobile-divider-triangle:after {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  bottom: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #ffffff;
}

.filter-mobile-divider-triangle:before {
  content: "";
  position: absolute;
  right: calc(50% - 15px);
  bottom: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #ffffff transparent;
}

.category-headline-filter-close {
  position: absolute;
  top: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.imgahr56op {
  background-color: #eeeeee;
}

.cqusla1fem.ew2lbibbt .jcgo1csscz {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) {
  .uwtw9ga5re {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .uwtw9ga5re {
    height: calc(100vh - 100px);
    padding: 0.6rem 0.6rem 50px;
    overflow: auto;
  }
}

@media (max-width: 991px) {
  .jcgo1csscz {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 999;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    background-color: #ffffff;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .jcgo1csscz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 10px);
            flex: 0 0 calc(100% - 10px);
  }
}

@media (min-width: 1200px) {
  .jcgo1csscz {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px);
            flex: 0 0 calc(100% - 40px);
  }
}

.a04f7wbq1n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .a04f7wbq1n {
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: 80px;
    width: 10px;
    max-width: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .a04f7wbq1n .igllikt9td svg {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .a04f7wbq1n .igllikt9td {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .a04f7wbq1n {
    display: none;
  }
}

@media (min-width: 1200px) {
  .a04f7wbq1n {
    width: 40px;
    max-width: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
}

@media (min-width: 992px) {
  .qvfb3qv3pi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 200px);
    max-width: calc(100% - 200px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 200px);
            flex: 0 0 calc(100% - 200px);
  }
}

.qvfb3qv3pi .hidden-content {
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.qvfb3qv3pi .hidden-content.ew2lbibbt {
  width: 100%;
}

@media (min-width: 992px) {
  .p7knkaksa4 {
    width: 200px;
    max-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}

@media (max-width: 991px) {
  .a0b910cxu9 {
    background-color: #eeeeee;
  }
}

.bx4vxnsl70 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .bx4vxnsl70 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.bx4vxnsl70.jbodunheyu {
  height: auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .bx4vxnsl70.jbodunheyu {
    position: relative;
    right: -15px;
    width: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
}

.bx4vxnsl70:hover .njmut5tpzr {
  color: #ec1c24;
}

.bx4vxnsl70:hover .igllikt9td svg {
  fill: #ec1c24;
}

@media (min-width: 992px) {
  .bx4vxnsl70.dropdown-block {
    padding-right: 40px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

.bx4vxnsl70.pqxo1uj .f728l8xu5a,
.bx4vxnsl70.pqxo1uj .i3qnk16tq9 {
  display: block;
}

.bx4vxnsl70.is-row .f728l8xu5a,
.bx4vxnsl70.is-row .i3qnk16tq9 {
  display: none;
}

.bx4vxnsl70.is-row .sbo5nwk4d5,
.bx4vxnsl70.is-row .bp2bccapna {
  display: block;
}

@media (max-width: 991px) {
  .bbu791ze8o {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .bbu791ze8o .njmut5tpzr {
    font-family: "BigShoulders-bold", Arial, sans-serif;
    font-weight: 700;
    text-decoration: underline;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .bbu791ze8o {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
  }
}

@media (min-width: 992px) {
  .filter-text-item--absolute-ext {
    position: absolute;
    bottom: auto;
    top: 15px;
    right: 5px;
    left: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    z-index: 3;
  }
}

.njmut5tpzr {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .njmut5tpzr {
    font-size: 16px;
    font-size: 1rem;
    text-transform: none;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .njmut5tpzr {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .njmut5tpzr {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.igllikt9td {
  display: inline-block;
  margin-left: 0.4rem;
}

.igllikt9td svg {
  fill: #000000;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .igllikt9td svg {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .igllikt9td svg {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .igllikt9td svg {
    font-size: 16px;
    font-size: 1rem;
  }
}

.sbo5nwk4d5,
.bp2bccapna {
  display: none;
}

.a0b910cxu9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 992px) {
  .a0b910cxu9 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 991px) {
  .a0b910cxu9 .bx4vxnsl70 {
    height: 40px;
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  .a0b910cxu9 .bx4vxnsl70 .dropdown-trigger:after {
    display: none;
  }
  .a0b910cxu9 .bx4vxnsl70 .dropdown-content {
    min-width: 160px;
  }
}

@media (min-width: 992px) {
  .a0b910cxu9 .bx4vxnsl70 {
    margin-left: 1.5625rem;
  }
  .a0b910cxu9 .bx4vxnsl70 .dropdown-content {
    min-width: 200px;
    left: 0;
    right: auto;
  }
}

@media (min-width: 1440px) {
  .a0b910cxu9 .bx4vxnsl70 {
    margin-left: 5rem;
  }
}

.a0b910cxu9 .bx4vxnsl70:first-child {
  margin-left: 0;
}

.a0b910cxu9 .hpv4ufjeb2 {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (max-width: 991px) {
  .a0b910cxu9 .igllikt9td {
    margin-right: 0.8rem;
  }
}

@media (min-width: 992px) {
  .a0b910cxu9 .igllikt9td {
    margin-left: 0.8rem;
  }
}

.a0b910cxu9 .igllikt9td svg {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .a0b910cxu9 .igllikt9td svg {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .a0b910cxu9 .igllikt9td svg {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .a0b910cxu9 .igllikt9td svg {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .a0b910cxu9 .igllikt9td svg.icon-dlazdice {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .jg8k0bztaq {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .jg8k0bztaq .p36mfr6hfq {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .jg8k0bztaq {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .jg8k0bztaq .p36mfr6hfq {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1440px) {
  .jg8k0bztaq .bx4vxnsl70 {
    margin-left: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .filter-group--xsmall .bx4vxnsl70 {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .sjq1yasu79.p7knkaksa4 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #ffffff;
    font-family: "Sora-extralight", Arial, sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 700;
    text-transform: uppercase;
    height: 45px;
    z-index: 4;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .qvfb3qv3pi .jefwr8ox4d {
    height: 70px;
  }
}

@media (min-width: 992px) {
  .qvfb3qv3pi .btn-filter-submit {
    height: 60px;
  }
}

@media (max-width: 991px) {
  .chfuj2j93x {
    height: auto;
    padding: 0;
    overflow: visible;
  }
  .chfuj2j93x .drevo9vbu5.is-selected .cfa09o9w1g .jefwr8ox4d {
    height: 50px;
  }
}

.chfuj2j93x .jefwr8ox4d {
  height: 50px;
  padding-left: 2rem;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .chfuj2j93x .c1v2tu7mnh {
    width: calc(100% - 40px);
  }
}

@media (min-width: 992px) {
  .chfuj2j93x .jefwr8ox4d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .chfuj2j93x .drevo9vbu5 {
    margin-bottom: 0.6rem;
  }
  .chfuj2j93x .drevo9vbu5.is-selected .cfa09o9w1g .jefwr8ox4d {
    height: 50px;
  }
  .chfuj2j93x .drevo9vbu5.is-selected .cfa09o9w1g .emo7i716fk {
    top: auto;
  }
  .chfuj2j93x .drevo9vbu5.is-selected .cfa09o9w1g .c1v2tu7mnh {
    color: #000000;
  }
  .chfuj2j93x .dropdown-block.ew2lbibbt .jk0xon47sw {
    right: 0;
    left: auto;
    width: 100%;
    max-width: 390px;
    border-radius: 10px 10px;
  }
  .chfuj2j93x .j8145j9ykr .emo7i716fk {
    background-color: #eeeeee;
  }
  .chfuj2j93x .j8145j9ykr .emo7i716fk:after {
    display: none;
  }
  .chfuj2j93x .emo7i716fk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    top: auto;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    width: 180px;
    max-width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    padding-right: 0;
    height: 50px;
    border-radius: 10px 0 0 10px;
    font-family: "Sora-bold", Arial, sans-serif;
    font-weight: 700;
    text-align: right;
    padding-right: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .chfuj2j93x .emo7i716fk:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 20px;
    background-color: #c4c4c4;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .chfuj2j93x .c1v2tu7mnh {
    padding-left: 20px;
    position: relative;
    top: auto;
    padding-right: 35px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    width: calc(100% - 180px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 180px);
            flex: 0 0 calc(100% - 180px);
    color: #d5d5d5;
    font-family: "BigShoulders-bold", Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.54px;
    font-weight: 700;
    line-height: 1.2;
  }
  .chfuj2j93x .c1v2tu7mnh .form-input {
    border: 0;
    padding: 0;
    font-family: "BigShoulders-bold", Arial, sans-serif;
    color: #000000;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.54px;
  }
}

.chfuj2j93x .b1xzzl66ad .cfa09o9w1g:after {
  display: none;
}

.gvejcgfpbt {
  position: relative;
}

.gvejcgfpbt:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: calc(-50vw + 50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
  background-color: #eeeeee;
}

body.is-filter-open .flatpickr-calendar.open {
  z-index: 9999;
}

@media (max-width: 770px) {
  body.page-detail .flatpickr-calendar {
    width: calc(100% - 35px);
  }
}

body .flatpickr-calendar.open {
  z-index: 99;
}

body .flatpickr-calendar {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.1);
          box-shadow: 0 5px 10px rgba(1, 1, 1, 0.1);
}

@media (min-width: 771px) {
  body .flatpickr-calendar {
    max-width: 660px !important;
  }
}

body .flatpickr-weekdays .flatpickr-weekdaycontainer:first-child {
  padding-right: 15px;
  padding-left: 15px;
}

body .flatpickr-weekdays .flatpickr-weekdaycontainer:last-child {
  padding-left: 15px;
  padding-right: 15px;
}

body .dayContainer:first-child {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
}

body .dayContainer:last-child {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
}

body .flatpickr-days {
  padding-bottom: 15px;
}

@media (max-width: 575px) {
  body .flatpickr-calendar {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  body .dayContainer {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  body .flatpickr-days {
    width: 100%;
  }
  body .flatpickr-day {
    max-width: calc(100% / 7);
    height: 50px;
    line-height: 50px;
  }
  body .flatpickr-rContainer {
    width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 771px) {
  body .flatpickr-calendar {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  body .dayContainer {
    width: 100%;
    max-width: 100%;
    min-width: 350px;
  }
  body .flatpickr-days {
    width: 100%;
  }
  body .flatpickr-day {
    max-width: calc(100% / 7);
    height: 50px;
    line-height: 50px;
  }
  body .flatpickr-rContainer {
    width: 100%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  body .flatpickr-calendar {
    width: 252px;
    margin: 0 auto;
  }
  body .dayContainer {
    width: 252px;
    min-width: 252px;
    max-width: 252px;
  }
  body .flatpickr-days {
    width: 252px;
  }
  body .flatpickr-day {
    max-width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  body .flatpickr-calendar {
    width: 266px;
    margin: 0 auto;
  }
  body .dayContainer {
    width: 266px;
    min-width: 266px;
    max-width: 266px;
  }
  body .flatpickr-days {
    width: 266px;
  }
  body .flatpickr-day {
    max-width: 38px;
    height: 38px;
    line-height: 38px;
  }
}

@media (min-width: 1440px) {
  body .flatpickr-calendar {
    width: 280px;
    margin: 0 auto;
  }
  body .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
  }
  body .flatpickr-days {
    width: 280px;
  }
  body .flatpickr-day {
    max-width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.jxpgz42qmo {
  padding: 2em 0 2em;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .jxpgz42qmo {
    padding-bottom: 65px;
  }
}

@media (min-width: 992px) {
  .is-advanced-filter-open:not(.hide-header) .lz4fqastux {
    padding-bottom: 196px;
  }
}

.lz4fqastux {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .lz4fqastux {
    padding-bottom: 110px;
  }
}

.section-detail-info-parameters {
  padding: 6rem 0.5rem 2rem 0.5rem;
}

@media (min-width: 992px) {
  .section-detail-info-parameters {
    padding: 3rem 3rem 0 3rem;
  }
  .section-detail-info-parameters .container-large {
    padding-left: 3rem;
  }
}

@media (min-width: 1200px) {
  .section-detail-info-parameters .container-large {
    padding-left: 12rem;
  }
}

@media (min-width: 1440px) {
  .section-detail-info-parameters .container-large {
    padding-left: 20rem;
  }
}

@media (min-width: 1600px) {
  .section-detail-info-parameters .container-large {
    padding-left: 18rem;
  }
}

.zx0g3w08pk {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  padding: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eeeeee;
}

@media (min-width: 992px) {
  .zx0g3w08pk {
    height: 65px;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .zx0g3w08pk .kcylhey22r:before {
    height: 50px;
  }
}

.zx0g3w08pk.hide-navigation {
  top: 0 !important;
  z-index: 99999 !important;
  -webkit-transition: top 0.4s ease-out !important;
  -o-transition: top 0.4s ease-out !important;
  transition: top 0.4s ease-out !important;
}

@media (min-width: 992px) {
  .zx0g3w08pk.hide-navigation {
    top: 0 !important;
  }
}

.zx0g3w08pk.detail-tab-block-scroll {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #eeeeee;
  bottom: auto;
  z-index: 999 !important;
  -webkit-transition: top 0.4s ease-out !important;
  -o-transition: top 0.4s ease-out !important;
  transition: top 0.4s ease-out !important;
}

@media (min-width: 992px) {
  .zx0g3w08pk.detail-tab-block-scroll {
    z-index: 99 !important;
    padding-left: 0;
    top: 90px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .zx0g3w08pk.detail-tab-block-scroll .gndo4xylde {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.zx0g3w08pk.detail-tab-block-scroll .bd8ckprjvi {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.zx0g3w08pk.detail-tab-block-scroll .detail-bar-price {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .zx0g3w08pk.detail-tab-block-scroll .container-large {
    width: 100%;
  }
}

@media (max-width: 770px) {
  .zx0g3w08pk.detail-tab-block-scroll .container-large {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .zx0g3w08pk.detail-tab-block-scroll.hide-navigation {
    z-index: 999 !important;
  }
}

.zx0g3w08pk.detail-tab-block-scroll.detail-scroll-bottom {
  top: 60px;
}

@media (min-width: 992px) {
  .zx0g3w08pk.detail-tab-block-scroll.detail-scroll-bottom {
    top: 60px;
  }
}

.detail-menu-bar-short {
  height: 50px;
}

@media (min-width: 992px) {
  .detail-menu-bar-short {
    height: 80px;
    background-color: transparent;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (min-width: 992px) and (min-width: 993px) and (max-width: 1200px) {
  .detail-menu-bar-short.detail-tab-block-scroll .lo6id8hk8f {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .detail-menu-bar-short.detail-tab-block-scroll {
    top: -35px;
    height: 50px;
  }
  .detail-menu-bar-short.detail-tab-block-scroll .lo6id8hk8f {
    height: 42px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .detail-menu-bar-short.detail-tab-block-scroll .gndo4xylde {
    margin: 0;
  }
  .detail-menu-bar-short.detail-tab-block-scroll .kcylhey22r:before {
    top: 5px;
    height: 30px;
  }
  .detail-menu-bar-short.hide-navigation {
    top: 0 !important;
  }
  .detail-menu-bar-short .kcylhey22r:before {
    top: 0;
    height: 42px;
  }
}

@media (min-width: 992px) {
  .detail-menu-bar-short .osm6br5vcl:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1480px;
    display: block;
    height: 100%;
    width: 1500px;
    z-index: -1;
    background: #eeeeee;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (min-width: 992px) {
  .detail-menu-bar-short .xbri753wgb {
    padding-right: 0;
    position: relative;
    background-color: #eeeeee;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-radius: 0 20px 20px 0;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .detail-menu-bar-short .gndo4xylde {
    margin-left: -5px;
    margin-right: -35px;
  }
}

.detail-menu-bar-short .g7jozottol {
  position: relative;
  margin-right: 1.2rem;
  padding-right: 1.2rem;
}

@media (max-width: 770px) {
  .detail-menu-bar-short .g7jozottol.detail-menu-list-item-last:after {
    display: none;
  }
  .detail-menu-bar-short .g7jozottol:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #000000;
  }
}

@media (min-width: 771px) {
  .detail-menu-bar-short .g7jozottol {
    padding-right: 0;
    margin-right: 1.2rem;
  }
}

@media (min-width: 992px) {
  .detail-menu-bar-short .g7jozottol {
    margin-right: 1.2rem;
  }
}

@media (min-width: 1200px) {
  .detail-menu-bar-short .g7jozottol {
    margin-right: 1rem;
  }
}

@media (min-width: 1440px) {
  .detail-menu-bar-short .g7jozottol {
    margin-right: 1.8rem;
  }
}

.detail-menu-bar-short .lo6id8hk8f {
  height: 42px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .detail-menu-bar-short .lo6id8hk8f {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .detail-menu-bar-short .lo6id8hk8f {
    height: 80px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media (min-width: 1200px) {
  .detail-menu-bar-short .lo6id8hk8f {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1440px) {
  .detail-menu-bar-short .lo6id8hk8f {
    font-size: 16px;
    font-size: 1rem;
  }
}

.xbri753wgb {
  position: static;
  width: 100%;
}

@media (min-width: 771px) {
  .xbri753wgb {
    padding-right: 1em;
  }
}

@media (min-width: 1200px) {
  .xbri753wgb {
    padding-right: 2em;
  }
}

.p662oyf7ql {
  padding-right: 0;
}

@media (min-width: 576px) {
  .p662oyf7ql .g7jozottol {
    margin-right: 2.5rem;
  }
}

@media (min-width: 992px) {
  .p662oyf7ql .g7jozottol {
    margin-right: 1.875rem;
  }
}

@media (min-width: 1440px) {
  .p662oyf7ql .g7jozottol {
    margin-right: 5rem;
  }
}

@media (min-width: 1600px) {
  .p662oyf7ql .g7jozottol {
    margin-right: 5rem;
  }
}

@media (min-width: 1800px) {
  .p662oyf7ql .g7jozottol {
    margin-right: 7.5rem;
  }
}

@media (min-width: 771px) {
  .gndo4xylde {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .gndo4xylde {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 770px) {
  .gndo4xylde {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.detail-menu-list-gray {
  background-color: #eeeeee;
}

.detail-menu-block-full {
  position: relative;
  padding-right: 0;
  width: auto;
}

@media (max-width: 770px) {
  .detail-menu-list-7 {
    padding-left: 20px;
  }
}

@media (min-width: 771px) {
  .detail-menu-list-7 .g7jozottol {
    display: block;
    padding: 0 2px;
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
  }
}

.detail-menu-list-7 .lo6id8hk8f {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .detail-menu-list-7 .lo6id8hk8f {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 771px) {
  .detail-menu-list-7 .lo6id8hk8f {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .detail-menu-list-7 .lo6id8hk8f {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .detail-menu-list-7 .lo6id8hk8f {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .gw7vewv2os {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (min-width: 771px) {
  .g7jozottol {
    margin-right: 2rem;
  }
}

@media (min-width: 992px) {
  .g7jozottol {
    margin-right: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .g7jozottol {
    margin-right: 2rem;
  }
}

@media (min-width: 1440px) {
  .g7jozottol {
    margin-right: 3rem;
  }
}

@media (max-width: 770px) {
  .g7jozottol {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.5em;
  }
}

.g7jozottol.ew2lbibbt .lo6id8hk8f {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (min-width: 1200px) {
  .g7jozottol.ew2lbibbt .lo6id8hk8f {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.g7jozottol.ew2lbibbt:hover.ew2lbibbt .lo6id8hk8f {
  text-decoration: none;
}

.g7jozottol:hover .lo6id8hk8f {
  text-decoration: underline;
}

.cm611lukbd .lo6id8hk8f {
  font-family: "BigShoulders-extrabold", Arial, sans-serif;
  font-weight: 900;
  color: #ec1c24;
  font-size: 17px;
  font-size: 1.0625rem;
}

@media (min-width: 576px) {
  .cm611lukbd .lo6id8hk8f {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media (min-width: 771px) {
  .cm611lukbd .lo6id8hk8f {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.lo6id8hk8f {
  position: relative;
  display: block;
  padding: 0.8rem 0;
  color: #000000;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 51px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}

@media (min-width: 992px) {
  .lo6id8hk8f {
    height: 65px;
  }
}

@media (min-width: 1200px) {
  .lo6id8hk8f {
    font-size: 16px;
    font-size: 1rem;
  }
}

.lo6id8hk8f.ew2lbibbt {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
}

.lo6id8hk8f.ew2lbibbt:hover {
  text-decoration: none;
}

.lo6id8hk8f:hover {
  color: #000000;
}

.detail-menu-list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 25px;
  height: 25px !important;
  border-radius: 100%;
  background-color: #000000;
}

.detail-menu-list-icon:hover {
  background-color: #ec1c24;
}

.detail-menu-list-icon svg {
  fill: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
}

.detail-menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  height: 100%;
  min-width: 120px;
  padding: 0 0.3rem;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (max-width: 991px) {
  .detail-menu-btn {
    width: 135px;
    max-width: 135px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
            flex: 0 0 135px;
    right: 0;
  }
}

@media (max-width: 575px) {
  .detail-menu-btn {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
}

@media (min-width: 771px) {
  .detail-menu-btn {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 992px) {
  .detail-menu-btn {
    font-size: 16px;
    font-size: 1rem;
    min-width: 180px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .detail-menu-btn {
    min-width: 150px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1440px) {
  .detail-menu-btn {
    min-width: 270px;
  }
}

@media (min-width: 1600px) {
  .detail-menu-btn {
    right: -90px;
  }
}

.kcylhey22r.is-disabled:before, .kcylhey22r.is-disabled:after {
  display: none;
}

.kcylhey22r.is-disabled .gndo4xylde {
  padding-right: 0;
}

.kcylhey22r:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  height: 50px;
  right: 0;
  width: 50px;
  text-align: center;
  background-color: #eeeeee;
  z-index: 2;
}

@media (max-width: 770px) {
  .kcylhey22r:before {
    display: block;
  }
}

.kcylhey22r:after {
  content: "";
  display: none;
  position: absolute;
  top: calc(50% + 10px);
  margin-top: -25px;
  right: 5px;
  -webkit-animation: slideOutLeft 2s infinite;
          animation: slideOutLeft 2s infinite;
  z-index: 3;
  width: 19px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/scroll.svg");
}

@media (max-width: 770px) {
  .kcylhey22r:after {
    display: block;
  }
}

.scroll-icon-category:before {
  width: 40px;
  height: 40px;
  background-color: transparent;
}

.scroll-icon-category:after {
  right: 0;
}

@media (max-width: 991px) {
  .ct3wmhyzao:before {
    display: block;
    right: 0;
  }
  .ct3wmhyzao .g7jozottol:last-child {
    padding-right: 20px;
  }
  .ct3wmhyzao:after {
    display: block;
    right: 5px;
  }
}

.y5qa3x6pz4 {
  position: relative;
}

.y5qa3x6pz4 p:after,
.y5qa3x6pz4 .kdlyfx:after,
.y5qa3x6pz4 .spadnv:after {
  content: "‘’";
  position: absolute;
  top: -40px;
  left: 10px;
  color: #eeeeee;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 180px;
  font-size: 11.25rem;
  line-height: 1;
  z-index: -1;
}

@media (min-width: 576px) {
  .y5qa3x6pz4 p:after,
  .y5qa3x6pz4 .kdlyfx:after,
  .y5qa3x6pz4 .spadnv:after {
    top: -40px;
    left: -10px;
  }
}

.vrfut3o8e9,
.quote-block--white {
  padding-top: 2rem;
  padding-left: 0.5rem;
}

.vrfut3o8e9 p:after,
.vrfut3o8e9 .kdlyfx:after,
.vrfut3o8e9 .spadnv:after,
.quote-block--white p:after,
.quote-block--white .kdlyfx:after,
.quote-block--white .spadnv:after {
  top: -10px;
  left: 10px;
  color: #ffffff;
  font-size: 200px;
  font-size: 12.5rem;
  letter-spacing: -10.88px;
  z-index: -1;
}

@media (min-width: 576px) {
  .vrfut3o8e9 p:after,
  .vrfut3o8e9 .kdlyfx:after,
  .vrfut3o8e9 .spadnv:after,
  .quote-block--white p:after,
  .quote-block--white .kdlyfx:after,
  .quote-block--white .spadnv:after {
    top: -10px;
    left: -5px;
  }
}

.vrfut3o8e9 p:after,
.vrfut3o8e9 .kdlyfx:after,
.vrfut3o8e9 .spadnv:after {
  opacity: 0.3;
}

@media (max-width: 991px) {
  .category-headline-block {
    position: relative;
  }
  .category-headline-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100vw;
    left: calc(-50vw + 50%);
    background: #eeeeee;
    z-index: -1;
  }
  .category-headline-block.ew2lbibbt {
    min-height: 560px;
  }
  .category-headline-block.ew2lbibbt .category-headline-more {
    display: none !important;
  }
  .category-headline-block.ew2lbibbt .hidden-md-content {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .category-headline {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 155px;
    margin: 0;
    margin-bottom: 0;
  }
  .category-headline-bg {
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    width: 100vw;
    display: block;
    height: 100%;
    z-index: -1;
  }
  .category-headline-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
  }
  .category-headline-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 230px;
    max-width: 250px;
    border-radius: 3px;
    background-color: #ffffff;
    color: #ec1c24 !important;
    font-family: "Sora-extralight", Arial, sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0.6rem 3.5rem 0.6rem 0.8rem;
    cursor: pointer;
  }
  .category-headline-title:after {
    content: "" !important;
    width: 20px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/icons/chevron-down-blue-light.svg.html");
  }
  .category-headline-close {
    position: absolute;
    top: 50%;
    right: -35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25px;
    height: 25px;
    background-color: rgba(18, 74, 140, 0.8);
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  .category-headline-close svg {
    fill: #ffffff;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .category-headline-more {
    position: absolute;
    bottom: 5px;
    left: 10px;
  }
  .category-headline-more .o31yks8el2 {
    color: #ffffff;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mobile-menu-bar.hide-navigation .mobile-menu-top {
  top: 0 !important;
  -webkit-transition: top 400ms ease-out;
  -o-transition: top 400ms ease-out;
  transition: top 400ms ease-out;
}

.mobile-menu-bar.hide-navigation .mobile-menu-user {
  bottom: 0 !important;
  -webkit-transition: bottom 400ms ease-out;
  -o-transition: bottom 400ms ease-out;
  transition: bottom 400ms ease-out;
}

.mobile-menu-bar.category-mobile-scroll .mobile-menu-top {
  top: 0 !important;
  -webkit-transition: top 400ms ease-out;
  -o-transition: top 400ms ease-out;
  transition: top 400ms ease-out;
}

.mobile-menu-bar.category-mobile-scroll .mobile-menu-user {
  bottom: 0 !important;
  -webkit-transition: bottom 400ms ease-out;
  -o-transition: bottom 400ms ease-out;
  transition: bottom 400ms ease-out;
}

.mobile-menu-top {
  position: fixed;
  top: -70px;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: top 400ms ease-out;
  -o-transition: top 400ms ease-out;
  transition: top 400ms ease-out;
}

.category-mobile-title-block {
  background-color: #ec1c24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
}

.category-mobile-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 230px;
  max-width: 250px;
  border-radius: 3px;
  background-color: #ffffff;
  color: #ec1c24 !important;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0.2rem 3rem 0.2rem 0.8rem;
  cursor: pointer;
}

.category-mobile-title:after {
  content: "" !important;
  width: 11px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down-blue-light.svg.html");
}

.category-mobile-text {
  color: #ffffff;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}

.category-mobile-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category-mobile-search svg {
  fill: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}

.category-mobile-favorite {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category-mobile-favorite svg {
  fill: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}

.category-mobile-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category-mobile-back svg {
  fill: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}

.category-mobile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #e6e9ec;
}

.category-mobile-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.33%;
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  height: 33px;
  background-color: #f2f6f9;
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  border-right: 1px solid #e6e9ec;
}

.mobile-menu-user {
  position: fixed;
  bottom: -60px;
  left: 0;
  width: 100%;
  z-index: 99;
  border-top: 1px solid #e6e9ec;
  -webkit-transition: bottom 400ms ease-out;
  -o-transition: bottom 400ms ease-out;
  transition: bottom 400ms ease-out;
}

@media (max-width: 770px) {
  .category-title-shadow {
    padding-bottom: 1rem;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.08);
  }
}

.sort-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}

.sort-icon.ew2lbibbt svg {
  fill: #ec1c24;
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8rem;
  width: 100%;
  padding-right: 1rem;
}

.service-list-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .service-list-item {
    width: 50%;
  }
}

@media (min-width: 771px) {
  .service-list-item {
    width: 33.33%;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .service-list-item {
    padding-right: 1.5rem;
    width: 25%;
  }
}

.service-list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  width: 35px;
  max-width: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  height: 35px;
  background-color: #eeeeee;
  position: relative;
  top: -9px;
}

@media (min-width: 576px) {
  .service-list-icon {
    top: -7px;
  }
}

.service-list-icon svg {
  fill: #ec1c24;
  font-size: 20px;
  font-size: 1.25rem;
}

.service-list-text {
  width: calc(100% - 35px);
  max-width: calc(100% - 35px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 35px);
          flex: 0 0 calc(100% - 35px);
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .service-list-text {
    padding-left: 2rem;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .page-detail header {
    display: none;
  }
  .page-detail main {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .qasvb6jdty {
    padding: 1.6rem 10px 1rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .qasvb6jdty .spadnv {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.detail-gallery {
  position: relative;
}

.detail-gallery-overflow {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  height: 260px;
  background-color: #000000;
}

@media (min-width: 576px) {
  .detail-gallery-overflow {
    height: 380px;
  }
}

@media (min-width: 771px) {
  .detail-gallery-overflow {
    border-radius: 20px;
  }
}

@media (min-width: 992px) {
  .detail-gallery-overflow {
    height: 580px;
  }
}

.is-gallery-open:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1045;
  background-color: #333333;
}

.is-gallery-open .detail-gallery-back-group {
  opacity: 1;
  visibility: visible;
}

.is-gallery-open .modal-overlay {
  display: none;
}

.is-gallery-open .modal-block {
  z-index: 1046;
  padding: 0;
}

.is-gallery-open .modal-block .modal-body {
  padding: 0;
}

.is-gallery-open .modal-block .modal-scroll {
  margin: 0;
}

.is-gallery-open .modal-block .detail-menu-block-full,
.is-gallery-open .modal-block .tehck9pze9,
.is-gallery-open .modal-block .dydlzt7ei,
.is-gallery-open .modal-block .yl4lth7pcx.ew2lbibbt .h1wmrqpqpc,
.is-gallery-open .modal-block .js-tab-content-item:not(.ew2lbibbt) {
  display: none;
}

@media (max-width: 991px) {
  .side-panel-basket-content {
    position: relative;
    background-color: transparent;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 992px) {
  .side-panel-basket-content {
    padding: 6rem 0 2rem;
  }
}

@media (min-width: 1600px) {
  .side-panel-basket-content {
    padding: 6rem 0 2rem;
  }
}

@media (min-width: 1800px) {
  .side-panel-basket-content {
    padding: 6rem 0 2rem;
  }
}

@media (min-width: 1440px) {
  .detail-width-50 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .detail-width-50.detail-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.detail-support {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .detail-support .bcevn0 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .detail-support .bcevn0 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .detail-support .bcevn0 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 771px) {
  .detail-support-side.d-lg-flex {
    display: none !important;
  }
}

.support-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  width: 115px;
  background-color: #fab9b7;
  border-radius: 100%;
}

.support-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ku82ovp9r8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}

.t8oa863x2c {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .t8oa863x2c {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .t8oa863x2c {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.smkd6zot3a {
  width: 100px;
  max-width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

@media (min-width: 771px) {
  .smkd6zot3a {
    width: 120px;
    max-width: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .smkd6zot3a {
    margin-bottom: 0.3rem;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.zxitdww96y {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  padding-left: 1.25rem;
}

@media (min-width: 771px) {
  .zxitdww96y {
    padding-left: 2.1875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .zxitdww96y {
    padding-left: 0;
  }
}

.product-box--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 991px) {
  .product-box--detail {
    margin-top: 1.2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background-color: transparent;
    padding: 0;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .product-box--detail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product-box--detail .product-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 -10px;
}

@media (max-width: 991px) {
  .product-box--detail .product-box-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 1440px) {
  .product-box--detail .product-box-list {
    margin: 0 -20px;
  }
}

.product-box--detail .product-box-list__item {
  margin-right: 0;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .product-box--detail .product-box-list__item {
    position: relative;
    margin-bottom: 1rem;
    width: 50%;
    padding-left: 15px;
  }
  .product-box--detail .product-box-list__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #ec1c24;
  }
}

@media (min-width: 1440px) {
  .product-box--detail .product-box-list__item {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .product-box--detail .product-box-list__text {
    font-family: "Sora-Regular", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .product-box--detail .product-box-list__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .product-box--detail .product-box-list__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .product-box--detail .product-box-list__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .product-box--detail .product-box-list__icon {
    display: none;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .product-box--detail .product-box-list__icon svg {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .product-box--detail .product-box-list__icon svg {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .product-box--detail .product-box-list__icon svg {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.detail-title {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 771px) {
  .detail-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .detail-title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

.product-info-block--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .product-info-block--detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-info-block--detail .a8ek2dd955 {
  height: auto;
}

.product-info-block--detail .s6nq5q4i1f {
  font-size: 28px;
  font-size: 1.75rem;
}

@media (min-width: 576px) {
  .product-info-block--detail .s6nq5q4i1f {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .product-info-block--detail .s6nq5q4i1f {
    margin-bottom: 1rem;
  }
}

.product-info-block--detail .jty4m7h3eu {
  margin-right: 0.8rem;
}

@media (min-width: 576px) {
  .product-info-block--detail .jty4m7h3eu {
    margin-right: 1.5rem;
  }
}

.product-info-block--detail .jty4m7h3eu svg {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .product-info-block--detail .jty4m7h3eu svg {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 575px) {
  .product-info-block--detail .mettiw2y4w {
    height: 35px;
    width: 150px;
    min-width: 150px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .product-info-block--detail .mettiw2y4w {
    min-width: 150px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .product-info-block--detail .mettiw2y4w {
    min-width: 150px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.detail-action-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .detail-action-block .d4vdohqwdh {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .detail-action-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detail-action-block .d4vdohqwdh {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .detail-action-block .dp9osq {
    margin-bottom: 1rem;
  }
}

.detail-action__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.1rem 0.9rem;
  border-right: 1px solid #000000;
}

@media (max-width: 991px) {
  .detail-action__link:last-child {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .detail-action__link {
    padding: 0.1rem 1.2rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .detail-action__link {
    padding: 0.1rem 0.8rem;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.detail-action__link:last-child {
  border-right: 0;
}

.detail-action__icon {
  width: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  display: none;
}

@media (min-width: 576px) {
  .detail-action__icon {
    display: block;
  }
}

.detail-action__icon svg {
  fill: #000000;
  font-size: 17px;
  font-size: 1.0625rem;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .detail-action__icon svg {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.detail-action__text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: #000000;
  line-height: 1.2;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

@media (min-width: 576px) {
  .detail-action__text {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 5px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .detail-action__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.detail-side-content {
  position: relative;
  border-radius: 20px;
  background-color: #eeeeee;
  padding: 1.75rem 1.75rem;
  padding-right: 0;
  margin-bottom: 6.25rem;
}

.detail-side-content:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 90%);
  display: block;
  width: 50%;
  height: 100%;
  background-color: #eeeeee;
  z-index: -1;
}

.youtube-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: 20px;
  overflow: hidden;
}

.youtube-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .area-group:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .area-group {
    position: relative;
    margin-bottom: 1.8rem;
    padding-bottom: 1rem;
  }
  .area-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .area-group:last-child:after {
    display: none;
  }
  .area-group:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 1px;
    background-color: #ebebeb;
  }
}

.area-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.4rem 0;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.area-list__item:hover .area-list__text {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.area-list__item:hover .area-list-map {
  opacity: 1;
  visibility: visible;
}

.area-list__text {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .area-list__text {
    padding-right: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.area-list__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.area-list__number {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .area-list__number {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.area-list-map {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.9375rem;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 576px) {
  .area-list-map {
    padding-right: 1.5625rem;
  }
}

@media (min-width: 1600px) {
  .area-list-map {
    padding-right: 5rem;
  }
}

.area-list-map__icon {
  width: 15px;
  max-width: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
}

.area-list-map__icon svg {
  fill: #000000;
  font-size: 15px;
  font-size: 0.9375rem;
}

.area-list-map__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000000;
  font-family: "Sora-bold", Arial, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  display: none;
}

@media (min-width: 771px) {
  .area-list-map__text {
    padding-left: 10px;
    display: block;
  }
}

@media (max-width: 991px) {
  .product-info-block-box {
    position: relative;
    padding: 1rem 0;
    background-color: #eeeeee;
  }
  .product-info-block-box::before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100vw;
    height: 100%;
    left: calc(50% - 50vw);
    background-color: #eeeeee;
    z-index: -1;
  }
}

@media (max-width: 991px) {
  .detail-office {
    margin-top: 2rem;
    margin-bottom: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .detail-office p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detail-office p strong {
    margin-left: 8px;
    color: #000000;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .detail-video-left-panel {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .detail-video-right-panel {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.slider-product-detail {
  position: relative;
}

@media (max-width: 991px) {
  .slider-product-detail {
    margin: 0 -15px;
  }
}

.slider-product-detail .js-slide-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 100%;
}

.slider-product-detail .js-slide-item:hover img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.slider-product-detail-main .slick-slide > div {
  height: 100%;
}

.slider-product-detail-main .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-product-detail-main .js-slide-item {
  padding: 0;
}

.slider-product-detail-main .slide-item-video {
  position: relative;
}

.slider-product-detail-main .slide-item-video .product-detail-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.slider-product-detail-main .slide-item-video .product-detail-video-icon svg {
  font-size: 100px;
  font-size: 6.25rem;
  fill: #ffffff;
}

.slider-product-detail-main .slide-item-video:hover .product-detail-video-icon svg {
  fill: #ec1c24;
}

.slider-product-detail-main .slide-item-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.slider-product-detail-main .product-detail-image-block {
  height: 100%;
  width: 100%;
}

.slider-product-detail-main img {
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  -o-transition: transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-product-detail-thumbnails {
  position: absolute;
  bottom: 10px;
  padding: 0 8px;
  width: 100%;
}

@media (min-width: 992px) {
  .slider-product-detail-thumbnails {
    padding: 0 10px;
  }
}

.slider-product-detail-thumbnails .slick-slide {
  padding: 0 5px;
}

.slider-product-detail-thumbnails .slick-slide:hover .js-slide-item, .slider-product-detail-thumbnails .slick-slide.slick-current .js-slide-item {
  position: relative;
}

.slider-product-detail-thumbnails .slick-slide:hover .js-slide-item:after, .slider-product-detail-thumbnails .slick-slide.slick-current .js-slide-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #ec1c24;
}

.slider-product-detail-thumbnails .js-slide-item {
  overflow: hidden;
  padding: 0;
}

.slider-product-detail-thumbnails .product-detail-image-block {
  height: 100%;
  width: 100%;
}

.slider-product-detail-thumbnails img {
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  -o-transition: transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-group-slider {
  position: relative;
}

.review-group-slider .review-item {
  margin-bottom: 40px;
}

.review-group-slider .review-content {
  margin-top: 40px;
}

.review-item {
  margin-bottom: 40px;
}

.review-content {
  position: relative;
}

.review-content:before {
  content: "“";
  position: absolute;
  top: -60px;
  left: -6px;
  display: block;
  opacity: 0.72;
  color: #eeeeee;
  font-family: "Sora-bold", Arial, sans-serif;
  font-size: 208px;
  font-weight: 700;
  z-index: -1;
}

.review-content p {
  margin-bottom: 0;
}

.review-name {
  margin-top: 1.2rem;
  color: #000000;
  font-family: "Sora-bold", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 770px) {
  .k435h77tbv {
    width: 99px;
    height: 152px;
    margin: 0 auto 3rem;
  }
}

@media (min-width: 771px) {
  .k435h77tbv {
    position: absolute;
    top: -10%;
    right: -40px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .k435h77tbv {
    right: auto;
    left: -60px;
    top: 10%;
  }
}

@media (min-width: 1200px) {
  .k435h77tbv {
    top: 30%;
    left: 10px;
  }
}

@media (min-width: 1440px) {
  .k435h77tbv {
    left: -10px;
  }
}

@media (min-width: 1600px) {
  .k435h77tbv {
    left: -10px;
  }
}

@media (min-width: 1800px) {
  .k435h77tbv {
    left: -10px;
  }
}

@media (min-width: 992px) {
  .r50yn24aih {
    padding-left: 200px;
  }
}

@media (min-width: 1200px) {
  .r50yn24aih {
    padding-left: 290px;
  }
}

@media (min-width: 1440px) {
  .r50yn24aih {
    padding-left: 290px;
  }
}

@media (min-width: 1600px) {
  .r50yn24aih {
    padding-left: 290px;
  }
}

@media (min-width: 1800px) {
  .r50yn24aih {
    padding-left: 290px;
  }
}

@media (max-width: 770px) {
  .vks0lhuea1 {
    max-width: 280px;
    margin: 0 auto;
  }
}

.kfivaqwk6n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}

.kfivaqwk6n:last-child {
  margin-bottom: 0;
}

.gdmiwbl6zz {
  position: relative;
  top: -4px;
  width: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
}

.gdmiwbl6zz svg {
  fill: #ffffff;
  font-size: 35px;
  font-size: 2.1875rem;
}

.vo28r81chc {
  padding-left: 1.75rem;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .vo28r81chc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .vo28r81chc {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .vo28r81chc {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .i5l76k771e {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .i5l76k771e {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .u9akym0398 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .u9akym0398 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 991px) {
  .vg6cguosut {
    position: relative;
    padding: 2rem 0;
  }
  .vg6cguosut:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 140%;
    height: 100%;
    z-index: -1;
    background-color: #eeeeee;
  }
}

.fs2vcobzys {
  height: 300px;
}

@media (min-width: 992px) {
  .fs2vcobzys {
    height: 570px;
  }
}

.eo6i6i5okq {
  position: relative;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg);
          transform: translate3d(0, 0, 0) rotateZ(5deg);
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 992px) {
  .eo6i6i5okq {
    padding-left: 50px;
  }
}

.eo6i6i5okq .vu1gw4rgir {
  max-width: 580px;
}

@media (min-width: 992px) {
  .eo6i6i5okq .vu1gw4rgir {
    max-width: 460px;
  }
}

@media (min-width: 1440px) {
  .eo6i6i5okq .vu1gw4rgir {
    max-width: 580px;
  }
}

@media (min-width: 1600px) {
  .eo6i6i5okq .vu1gw4rgir {
    max-width: 720px;
  }
}

.sxtov1lzjj {
  padding-top: 5rem;
  padding-bottom: 25rem;
}

@media (min-width: 771px) {
  .sxtov1lzjj {
    padding-bottom: 28rem;
  }
}

@media (min-width: 992px) {
  .sxtov1lzjj {
    padding-top: 15rem;
    padding-bottom: 9rem;
    margin-top: -110px;
  }
}

.al1xjl05px {
  position: relative;
  -webkit-transform: translate3d(-15px, 0, 0) rotateZ(-5deg);
          transform: translate3d(-15px, 0, 0) rotateZ(-5deg);
  -webkit-font-smoothing: antialiased;
}

.vh9wa57lqi {
  position: relative;
  -webkit-transform: rotateZ(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotateZ(-5deg);
  -webkit-font-smoothing: antialiased;
}

.vzckfko3pg {
  position: relative;
  overflow: hidden;
  position: absolute;
  width: 150%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 576px) {
  .vzckfko3pg {
    width: 130%;
  }
}

@media (min-width: 992px) {
  .vzckfko3pg {
    width: 100%;
    left: 45%;
  }
}

.vzckfko3pg:before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ec1c24;
  opacity: 1;
  border-radius: 70px;
  z-index: -1;
}

@media (min-width: 992px) {
  .vzckfko3pg:before {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .ixqntydmot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.ixqntydmot .uvq565xst5 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  max-width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  z-index: 1;
  margin-top: 0.3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.8rem;
}

.ixqntydmot .uvq565xst5:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%) rotateZ(5deg);
      -ms-transform: translate(-50%, -50%) rotate(5deg);
          transform: translate(-50%, -50%) rotateZ(5deg);
  -webkit-box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.16);
          box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  z-index: -1;
}

.ixqntydmot .uvq565xst5 svg {
  fill: #ec1c24;
  font-size: 50px;
  font-size: 3.125rem;
}

@media (min-width: 576px) {
  .ixqntydmot .uucbsorqdw {
    padding-left: 1.25rem;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.uvq565xst5 {
  height: 70px;
}

.sp5ec9k5v2 {
  position: absolute;
  bottom: -70px;
  left: 60%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 380px;
  -webkit-font-smoothing: antialiased;
  z-index: 2;
}

@media (min-width: 576px) {
  .sp5ec9k5v2 {
    left: 55%;
  }
}

@media (min-width: 771px) {
  .sp5ec9k5v2 {
    left: 55%;
    width: 430px;
  }
}

@media (min-width: 992px) {
  .sp5ec9k5v2 {
    width: auto;
    left: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    position: absolute;
    bottom: -79px;
    right: 200px;
    max-width: 700px;
    margin: 0 auto;
    right: 70px;
  }
}

@media (min-width: 1200px) {
  .sp5ec9k5v2 {
    right: 70px;
  }
}

@media (min-width: 1600px) {
  .sp5ec9k5v2 {
    right: 70px;
  }
}

@media (min-width: 1800px) {
  .sp5ec9k5v2 {
    right: 200px;
  }
}

.sp5ec9k5v2 > img {
  -webkit-transform: rotate(-5deg) translate3d(0, -35px, 0);
          transform: rotate(-5deg) translate3d(0, -35px, 0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .sp5ec9k5v2 > img {
    width: 500px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .sp5ec9k5v2 > img {
    width: 620px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .v64o3edona {
    width: calc(100% + 420px);
  }
}

.nqju26qlki {
  position: absolute;
  top: 120px;
  right: 20px;
  max-width: 120px;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 991px) {
  .nqju26qlki {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 100px;
    right: 0;
    max-width: 180px;
  }
  .nqju26qlki img {
    margin-top: 0.3rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
  .nqju26qlki .r7zvcbt {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .nqju26qlki p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (max-width: 770px) {
  .nqju26qlki {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 50px;
    right: 30px;
    max-width: 120px;
  }
  .nqju26qlki img {
    margin-top: 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
  .nqju26qlki .r7zvcbt {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  .nqju26qlki p {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media (min-width: 771px) {
  .nqju26qlki {
    position: absolute;
    top: 60px;
    right: 0px;
    max-width: 160px;
  }
  .nqju26qlki img {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 992px) {
  .nqju26qlki {
    top: 160px;
    right: 20px;
    max-width: 270px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .nqju26qlki {
    top: 90px;
    right: -20px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .nqju26qlki {
    top: 90px;
    right: -20px;
  }
}

.vuuc2wsmne {
  position: absolute;
  bottom: 50px;
  right: 50px;
  opacity: 0.6;
  -webkit-transform: rotateZ(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotateZ(-5deg);
  z-index: 1;
}

@media (max-width: 991px) {
  .vuuc2wsmne {
    width: 342px;
    height: 395px;
  }
}

@media (min-width: 992px) {
  .vuuc2wsmne {
    top: 50px;
    bottom: auto;
  }
}

.gegnxj86qe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dmlxfku5h9 {
  width: 40px;
  max-width: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  color: #ec1c24;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 700;
  text-align: right;
}

.trgjonnl59 {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.2rem;
}

.section-process-classic {
  padding: 4rem 0 3rem;
}

@media (min-width: 992px) {
  .section-process-classic {
    padding: 7rem 0 4rem;
  }
}

.bmpmgh05f7 {
  padding: 4rem 0 4rem;
}

@media (min-width: 992px) {
  .bmpmgh05f7 {
    padding: 6rem 0 12rem;
  }
}

.dqptcpiwuo {
  text-align: center;
}

@media (min-width: 771px) {
  .dqptcpiwuo {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.kwbi96r3e7 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kwbi96r3e7 .lrqwwmxx9h {
  margin-bottom: 0;
  position: relative;
  top: -3px;
}

.benefit-item--xsmall {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.benefit-item--xsmall .lrqwwmxx9h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  max-width: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
}

@media (min-width: 771px) {
  .benefit-item--xsmall .lrqwwmxx9h {
    position: relative;
    top: -3px;
  }
}

.benefit-item--xsmall .lrqwwmxx9h svg {
  font-size: 26px;
  font-size: 1.625rem;
}

.benefit-item--xsmall .ruyl2xvaox {
  background-color: #ec1c24;
}

.benefit-item--xsmall .ruyl2xvaox svg {
  fill: #ffffff;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (min-width: 771px) {
  .benefit-item--xsmall .ylhvcceiz9 {
    padding-left: 1.8rem;
  }
}

.j1kq6min30 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.j1kq6min30 .lrqwwmxx9h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  max-width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 50px;
}

@media (min-width: 771px) {
  .j1kq6min30 .lrqwwmxx9h {
    position: relative;
    top: -3px;
  }
}

.j1kq6min30 .lrqwwmxx9h svg {
  font-size: 50px;
  font-size: 3.125rem;
}

.j1kq6min30 .ruyl2xvaox {
  background-color: #ec1c24;
}

.j1kq6min30 .ruyl2xvaox svg {
  fill: #ffffff;
  font-size: 36px;
  font-size: 2.25rem;
}

@media (min-width: 771px) {
  .j1kq6min30 .ylhvcceiz9 {
    padding-left: 1.8rem;
  }
}

.ruyl2xvaox {
  border-radius: 5px;
  -webkit-transform: rotateZ(5deg) translateZ(0);
          transform: rotateZ(5deg) translateZ(0);
  background-color: #ec1c24;
}

.ruyl2xvaox svg {
  fill: #ffffff;
  font-size: 36px;
  font-size: 2.25rem;
}

.wv9dp4ttj6 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wv9dp4ttj6 .lrqwwmxx9h {
  width: 80px;
  max-width: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

@media (min-width: 771px) {
  .wv9dp4ttj6 .lrqwwmxx9h {
    position: relative;
    top: -3px;
  }
}

.wv9dp4ttj6 .lrqwwmxx9h svg {
  font-size: 80px;
  font-size: 5rem;
}

@media (min-width: 771px) {
  .wv9dp4ttj6 .ylhvcceiz9 {
    padding-left: 2rem;
  }
}

.benefit-item--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.benefit-item--large .lrqwwmxx9h {
  margin-bottom: 0;
  width: 50px;
  max-width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

@media (min-width: 771px) {
  .benefit-item--large .lrqwwmxx9h {
    width: 100px;
    max-width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}

@media (min-width: 771px) {
  .benefit-item--large .lrqwwmxx9h {
    position: relative;
    top: -3px;
  }
}

.benefit-item--large .lrqwwmxx9h svg {
  font-size: 45px;
  font-size: 2.8125rem;
}

@media (min-width: 771px) {
  .benefit-item--large .lrqwwmxx9h svg {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media (min-width: 771px) {
  .benefit-item--large .ylhvcceiz9 {
    padding-left: 2rem;
  }
}

.lrqwwmxx9h {
  width: 60px;
  max-width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  -webkit-filter: drop-shadow(5px 6px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(5px 6px 10px rgba(0, 0, 0, 0.16));
  margin: 0 auto 1.5rem;
}

@media (min-width: 771px) {
  .lrqwwmxx9h {
    margin: 0;
  }
}

.lrqwwmxx9h svg {
  fill: #ffffff;
  font-size: 60px;
  font-size: 3.75rem;
}

.ylhvcceiz9 {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.2rem;
}

@media (max-width: 770px) {
  .ylhvcceiz9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1;
            flex: 0 0 1;
    width: auto;
  }
}

.bg-image-benefit {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
}

@media (min-width: 771px) {
  .bg-image-benefit {
    -webkit-box-shadow: 20px 23px 26px rgba(0, 0, 0, 0.21);
            box-shadow: 20px 23px 26px rgba(0, 0, 0, 0.21);
    border-radius: 60px;
    width: calc(100% + 40px);
    left: -80px;
  }
}

@media (min-width: 1440px) {
  .bg-image-benefit {
    width: calc(100% - 50px);
  }
}

@media (max-width: 770px) {
  .bg-image-benefit--ext {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (min-width: 771px) {
  .bg-image-benefit--ext {
    left: calc((50% - 50vw) - 40px);
    width: calc(100vw + 80px);
  }
}

@media (min-width: 992px) {
  .bg-image-benefit--ext {
    left: calc((50% - 50vw) - 50px);
    width: calc(108% + ((100vw - 950px) / 2));
  }
}

@media (min-width: 1200px) {
  .bg-image-benefit--ext {
    width: calc(105% + ((100vw - 1140px) / 2));
  }
}

@media (min-width: 1440px) {
  .bg-image-benefit--ext {
    width: calc(100% + ((100vw - 1360px) / 2));
  }
}

@media (min-width: 1600px) {
  .bg-image-benefit--ext {
    width: calc(100% + ((100vw - 1440px) / 2));
  }
}

@media (min-width: 1800px) {
  .bg-image-benefit--ext {
    width: calc(100% + ((100vw - 1760px) / 2));
  }
}

@media (max-width: 770px) {
  .benefits-padding .n5vsm4u89a {
    padding: 2rem 0 2rem;
  }
}

.to7uhr9a5c {
  background-color: #ec1c24;
}

.to7uhr9a5c .spadnv {
  color: #ffffff;
}

.to7uhr9a5c .bg-image-square-gray {
  background-color: #ec1c24;
}

@media (min-width: 771px) {
  .de7hqb3ccu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
}

.reference__column {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 771px) {
  .reference__column {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.pid9hkmbfp {
  margin-bottom: 1.875rem;
}

@media (min-width: 771px) {
  .pid9hkmbfp {
    padding: 0 15px;
  }
}

.d66nrys406 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 1.5625rem 1.125rem;
  overflow: hidden
}

@media (min-width: 992px) {
  .d66nrys406 {
    padding: 2.1875rem 2.1875rem;
  }
}

.d66nrys406 p {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  line-height: 1.5;
}

@media (max-width: 575px) {
  .d66nrys406 p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.reference__agent_photo {
    position: absolute;
    left: -6px;
    width: 125px;
    height: 90px;
    transform: rotateZ(-5deg);
    top: -5px;
    background-position: top;
    background-size: cover;
    border-radius: 0 0 25px 0;
}
@media (min-width: 992px) {
    .reference__agent_photo {
        height: 100px;
    }
}

.i9d7bibafa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.25rem;
}

.phpk9lt84i{
    padding-left: 85px;
    min-height: 45px;
}

.pu7okmsxyq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  max-width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .pu7okmsxyq {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .pu7okmsxyq {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.reference__icon {
  position: relative;
  max-width: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.reference__icon svg {
  font-size: 22px;
  font-size: 1.375rem;
}

.yza0b98sup {
  padding-left: 1.25rem;
  font-weight: 700;
  font-family: "Sora-bold", Arial, sans-serif;
  text-align: right;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
}
.yza0b98sup a {
  font-weight: 700;
  font-family: "Sora-bold", Arial, sans-serif;
}

@media (min-width: 576px) {
  .yza0b98sup {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .yza0b98sup {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.qmi99oe8ku {
  width: 40%;
  max-width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  font-weight: 700;
  font-family: "Sora-bold", Arial, sans-serif;
  text-align: right;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .qmi99oe8ku {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .qmi99oe8ku {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .qmi99oe8ku {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.swiper-testimonial--row {
  width: 100%;
}

.swiper-testimonial--row .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  will-change: transform;
}

.swiper-testimonial--row .swiper-slide {
  width: 260px;
}

@media (min-width: 771px) {
  .swiper-testimonial--row .swiper-slide {
    width: 420px;
  }
}

.swiper-testimonial--row .pid9hkmbfp {
  width: 100%;
  padding: 0;
}

.swiper-testimonial--row .qmi99oe8ku,
.swiper-testimonial--row .yza0b98sup {
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .swiper-testimonial--row .qmi99oe8ku,
  .swiper-testimonial--row .yza0b98sup {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.swiper-testimonial--row .i9d7bibafa {
  margin-bottom: 0.75rem;
}

.swiper-testimonial--row .yza0b98sup {
  padding-left: 0.625rem;
}

.swiper-testimonial--row .d66nrys406 {
  width: 100%;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.swiper-testimonial--row .reference__agent_photo {
    left: -5px;
    width: 70px;
    height: 60px;
    top: -3px;
}

@media (min-width: 992px) {
    .swiper-testimonial--row .reference__agent_photo {
        left: -5px;
        width: 100px;
        height: 80px;
        top: -3px;
    }
}
.swiper-testimonial--row .i9d7bibafa {
    padding-left: 50px;
}

.slider-offset {
  width: 100%;
}

.einnwm4qjq {
  margin-bottom: 5rem;
}

@media (max-width: 770px) {
  .nqadcatarq:last-child {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1440px) {
  .nqadcatarq:nth-last-child(-n + 3) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .nqadcatarq:nth-last-child(-n + 2) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .nqadcatarq:nth-last-child(-n + 2) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .nqadcatarq {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .nqadcatarq {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .team__item--ext {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.team__item--small {
  margin-bottom: 4rem;
}

.team__item--small:last-child {
  margin-bottom: 0;
}

.team__item--small .team__image-block {
  width: 110px;
  max-width: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}

@media (min-width: 576px) {
  .team__item--small .team__image-block:after {
    width: 128px;
    height: 128px;
    right: -30px;
  }
}

.team__item--small .mm9nhtwgm9 {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
}

@media (min-width: 576px) {
  .team__item--small .mm9nhtwgm9 {
    padding-left: 5rem;
  }
}

.team__item--xsmall {
  margin-bottom: 0;
  position: relative;
  bottom: -30px;
}

.team__item--xsmall .team__image-block {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 100px;
  max-width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  background-color: #ffffff;
  height: calc(100% + 5px);
  margin-left: -1px;
  margin-bottom: -1px;
}

.team__item--xsmall .team__image-block:after {
  z-index: 1;
}

@media (min-width: 576px) {
  .team__item--xsmall .team__image-block:after {
    width: 76px;
    height: 76px;
    top: -30px;
    left: 10px;
    right: auto;
  }
}

.team__item--xsmall img {
  z-index: 2;
  max-width: 65px;
}

.team__item--xsmall .w0w1m4kkmj {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  min-height: 80px;
}

.team__item--xsmall .mm9nhtwgm9 {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
}

@media (min-width: 576px) {
  .team__item--xsmall .mm9nhtwgm9 {
    padding-left: 6.875rem;
  }
}

.team__item--xsmall .team__contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .team__item--xsmall .team__contact-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.team__item--xsmall .l8dyumfdsi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.team__item--xsmall .l8dyumfdsi:last-child {
  padding-left: 1.2rem;
  margin-left: 1.2rem;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .team__item--xsmall .l8dyumfdsi:last-child {
    padding-left: 0;
    margin-left: 0;
  }
}

.team__item--xsmall .l8dyumfdsi:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #000000;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .team__item--xsmall .l8dyumfdsi:last-child:before {
    display: none;
  }
}

.team__item--xsmall .yorrxqf1c5 {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 0;
  font-family: "BigShoulders-extrabold", Arial, sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 900;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .team__item--xsmall .yorrxqf1c5 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.w0w1m4kkmj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team__image-block {
  position: relative;
  width: 110px;
  max-width: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 576px) {
  .team__image-block {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 190px;
    max-width: 190px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
  }
}

.team__image-block:after {
  content: "";
  position: absolute;
  top: -10px;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  border-radius: 20px;
  background-color: #ec1c24;
  z-index: -1;
  width: 100px;
  height: 100px;
  right: 10px;
}

@media (min-width: 576px) {
  .team__image-block:after {
    right: -50px;
    width: 220px;
    height: 220px;
  }
}

@media (min-width: 992px) {
  .team__image-block:after {
    width: 180px;
    height: 180px;
    right: -20px;
  }
}

@media (min-width: 1440px) {
  .team__image-block:after {
    width: 160px;
    height: 160px;
    right: 10px;
  }
}

@media (min-width: 1600px) {
  .team__image-block:after {
    right: -50px;
    width: 220px;
    height: 220px;
  }
}

.team__image-block img {
  -webkit-filter: drop-shadow(10px 13px 16px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(10px 13px 16px rgba(0, 0, 0, 0.16));
}

.team__image-block--ext:after {
  content: "";
  z-index: 1;
}

@media (min-width: 576px) {
  .team__image-block--ext:after {
    right: -50px;
  }
}

@media (min-width: 992px) {
  .team__image-block--ext:after {
    right: 20px;
  }
}

@media (min-width: 1440px) {
  .team__image-block--ext:after {
    right: 10px;
  }
}

@media (min-width: 1600px) {
  .team__image-block--ext:after {
    right: -40px;
  }
}

@media (min-width: 1800px) {
  .team__image-block--ext:after {
    right: -90px;
  }
}

.team__image-block--ext img {
  position: relative;
  z-index: 2;
}

.team__image-block--gray:after {
  content: "";
  background-color: #eeeeee;
}

.team__info-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 220px;
  right: 0;
}

@media (min-width: 992px) {
  .team__info-block {
    right: -50px;
    max-width: 140px;
  }
}

@media (min-width: 1200px) {
  .team__info-block {
    max-width: 140px;
    right: -40px;
  }
}

@media (min-width: 1440px) {
  .team__info-block {
    max-width: 220px;
    right: -10px;
  }
}

.mm9nhtwgm9 {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.25rem;
}

@media (min-width: 576px) {
  .mm9nhtwgm9 {
    padding-left: 6.25rem;
  }
}

@media (min-width: 992px) {
  .mm9nhtwgm9 {
    padding-left: 4.375rem;
  }
}

@media (min-width: 1440px) {
  .mm9nhtwgm9 {
    padding-left: 1.875rem;
  }
}

@media (min-width: 1600px) {
  .mm9nhtwgm9 {
    padding-left: 4.375rem;
  }
}

@media (min-width: 1800px) {
  .mm9nhtwgm9 {
    padding-left: 6.25rem;
  }
}

.tab-content-item--testimonal {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .tab-content-item--testimonal {
    max-width: 470px;
  }
}

@media (min-width: 992px) {
  .tab-content-item--testimonal {
    max-width: 520px;
  }
}

@media (min-width: 1800px) {
  .tab-content-item--testimonal {
    max-width: 520px;
  }
}

.l85otgtf {
  position: relative;
}

.timeline-line {
  position: absolute;
  top: 0;
  left: 5px;
  width: 2px;
  height: 100%;
  background-color: #ec1c24;
}

@media (min-width: 771px) {
  .timeline-line {
    height: calc(100% - 170px);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.sg4lhff7yi {
  position: relative;
}

@media (min-width: 771px) {
  .sg4lhff7yi {
    margin-bottom: 3rem;
  }
}

.sg4lhff7yi:last-child {
  margin-bottom: 0;
}

@media (max-width: 770px) {
  .sg4lhff7yi:last-child:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    width: 10px;
    height: 100%;
    background-color: #ffffff;
    z-index: 3;
  }
}

.h5m6rcgcvd {
  position: relative;
  margin-bottom: 3rem;
  max-width: 100%;
}

@media (min-width: 771px) {
  .h5m6rcgcvd {
    margin-bottom: 1rem;
    max-width: 50%;
    min-height: 170px;
  }
  .h5m6rcgcvd:nth-child(n + 2) {
    margin-top: -45px;
  }
  .h5m6rcgcvd:last-child {
    margin-bottom: 0;
  }
}

.j0mboj7ebl {
  position: relative;
  top: -10px;
  display: inline-block;
  padding-left: 50px;
}

@media (max-width: 770px) {
  .j0mboj7ebl .spadnv {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 771px) {
  .j0mboj7ebl {
    padding: 0;
  }
}

.j0mboj7ebl p {
  max-width: 660px;
}

.vnrnevis1s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: -5px;
  width: 35px;
  height: 32px;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #000000;
  background-color: #ffffff;
  z-index: 2;
}

@media (min-width: 771px) {
  .vnrnevis1s {
    top: 0;
  }
}

@media (min-width: 771px) {
  .lz5mgdr1f0 {
    text-align: right;
  }
}

@media (min-width: 771px) {
  .lz5mgdr1f0 .j0mboj7ebl {
    padding-right: 4.375rem;
  }
}

.lz5mgdr1f0 .j0mboj7ebl p {
  margin-left: auto;
}

.lz5mgdr1f0 .vnrnevis1s {
  left: -12px;
}

@media (min-width: 771px) {
  .lz5mgdr1f0 .vnrnevis1s {
    left: auto;
    right: -18px;
  }
}

@media (min-width: 992px) {
  .lz5mgdr1f0 .vnrnevis1s {
    right: -18px;
  }
}

@media (min-width: 771px) {
  .uurgs3hfrs {
    margin-left: 50%;
  }
}

@media (min-width: 771px) {
  .uurgs3hfrs .j0mboj7ebl {
    padding-left: 4.375rem;
  }
}

.uurgs3hfrs .vnrnevis1s {
  left: -12px;
}

@media (min-width: 771px) {
  .uurgs3hfrs .vnrnevis1s {
    left: -18px;
  }
}

@media (min-width: 992px) {
  .uurgs3hfrs .vnrnevis1s {
    left: -18px;
  }
}

.vb5c6o6jwt {
  padding: 4rem 0;
}

@media (min-width: 992px) {
  .vb5c6o6jwt {
    padding: 0;
    margin-top: 100px;
  }
  .vb5c6o6jwt .g1el8yea2m {
    margin-top: -60px;
  }
}

.jib0uycfsl {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .jib0uycfsl {
    margin: 0 auto 5rem;
    height: 50px;
    max-width: 1300px;
  }
}

.history-timeline-line {
  position: absolute;
  top: 0;
  left: 5px;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
}

@media (min-width: 576px) {
  .history-timeline-line {
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 575px) {
  .mjxk9q5bfe {
    margin-top: 1rem;
    margin-left: -15px;
    margin-right: -15px;
  }
  .mjxk9q5bfe:after {
    content: "";
    position: absolute;
    top: 10px;
    left: -15px;
    height: 2px;
    width: 100%;
    left: 0;
    background-color: #ffffff;
  }
  .mjxk9q5bfe .swiper-slide {
    position: relative;
    border: 0;
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mjxk9q5bfe .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 22px;
    height: 22px;
    z-index: 2;
    border: 2px solid #ffffff;
    border-radius: 100%;
    opacity: 1;
  }
  .mjxk9q5bfe .swiper-slide::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40px;
    height: 40px;
    z-index: 1;
    background-color: #ec1c24;
    opacity: 1;
  }
  .mjxk9q5bfe .swiper-slide .kdlyfx {
    position: relative;
    top: -26px;
  }
}

.aidt2uq034 {
  border: 0;
  display: block;
}

@media (min-width: 576px) {
  .aidt2uq034 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.aidt2uq034 .xwabtqsful {
  position: relative;
  border: 0;
}

.aidt2uq034 .xwabtqsful::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 1px;
  width: 22px;
  height: 22px;
  z-index: 2;
  border: 2px solid #ffffff;
  border-radius: 100%;
  opacity: 1;
}

.aidt2uq034 .xwabtqsful::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -8px;
  width: 40px;
  height: 40px;
  z-index: 1;
  background-color: #ec1c24;
  opacity: 1;
}

.aidt2uq034 .xwabtqsful.ew2lbibbt:after, .aidt2uq034 .xwabtqsful:hover:after {
  background-color: #ffffff;
}

.aidt2uq034 .xwabtqsful.ew2lbibbt .fb2v0yrmwv, .aidt2uq034 .xwabtqsful:hover .fb2v0yrmwv {
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
}

.aidt2uq034 .fb2v0yrmwv {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff !important;
  font-family: "BigShoulders-regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 21px;
  font-size: 1.3125rem;
}

@media (min-width: 771px) {
  .nu4cnd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .nu4cnd {
    margin: 0 -60px;
  }
}

.j9ch9bw72h {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 771px) {
  .j9ch9bw72h {
    padding: 0 60px;
    padding-top: 0;
    margin-bottom: 5rem;
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media (min-width: 1440px) {
  .j9ch9bw72h {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

.st9kzmp0s4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  max-width: 170px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.st9kzmp0s4:after, .st9kzmp0s4:before {
  content: "";
  display: block;
  width: 76px;
  height: 164px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/award.svg");
}

.st9kzmp0s4:before {
  left: -40px;
}

@media (min-width: 576px) {
  .st9kzmp0s4:before {
    left: -50px;
  }
}

.st9kzmp0s4:after {
  right: -40px;
  -webkit-transform: rotateY(180deg) translateY(-50%);
          transform: rotateY(180deg) translateY(-50%);
}

@media (min-width: 576px) {
  .st9kzmp0s4:after {
    right: -50px;
  }
}

.igfvrascf3 {
  display: block;
  margin-bottom: 1rem;
  color: #000000;
  font-family: "BigShoulders-extrabold", Arial, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 900;
}

@media (min-width: 576px) {
  .igfvrascf3 {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}

.hsavybuqiv {
  color: #ec1c24;
  font-family: "Sora-bold", Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .k3hmf5rokz {
    max-height: 950px;
  }
}

.hs5uxtl664 {
  position: absolute;
  top: 30px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1rem 0.5rem 1.2rem;
  background-color: #ec1c24;
  color: #ffffff;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  min-width: 120px;
  min-height: 40px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  z-index: 4;
  border-radius: 0 15px 15px 0;
}

@media (min-width: 771px) {
  .hs5uxtl664 {
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: 26px;
    font-size: 1.625rem;
    min-height: 50px;
    min-width: 160px;
    top: 80px;
  }
}

@media (min-width: 1200px) {
  .hs5uxtl664 {
    top: 140px;
    min-width: 239px;
    min-height: 90px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.cqz7ewfslr {
  position: relative;
}

@media (min-width: 771px) {
  .cqz7ewfslr {
    width: 800px;
    margin: 0 auto;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .cqz7ewfslr {
    -webkit-transform: scale(0.86);
        -ms-transform: scale(0.86);
            transform: scale(0.86);
    margin-left: -70px;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .cqz7ewfslr {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.cqz7ewfslr svg {
  width: 100%;
  overflow: hidden;
}

.cqz7ewfslr svg a.ew2lbibbt path {
  fill: #ec1c24;
}

.contact-map-point__item {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ec1c24;
  border-radius: 100%;
  z-index: 6;
}

.contact-map-point__item.ew2lbibbt {
  background-color: #ffffff;
}

.contact-map-point__item--ba {
  top: 300px;
  left: 50px;
}

@media (min-width: 576px) {
  .contact-map-point__item--ba {
    top: 280px;
    left: 50px;
  }
}

.contact-map-point__item--tn {
  top: 240px;
  left: 110px;
}

@media (min-width: 576px) {
  .contact-map-point__item--tn {
    top: 240px;
    left: 100px;
  }
}

.contact-map-point__item--nr {
  top: 255px;
  left: 200px;
}

@media (min-width: 576px) {
  .contact-map-point__item--nr {
    top: 245px;
    left: 190px;
  }
}

.contact-map-point__item--tr {
  top: 170px;
  left: 220px;
}

@media (min-width: 576px) {
  .contact-map-point__item--tr {
    top: 170px;
    left: 210px;
  }
}

.contact-map-point__item--bb {
  top: 220px;
  left: 310px;
}

@media (min-width: 576px) {
  .contact-map-point__item--bb {
    top: 220px;
    left: 300px;
  }
}

.contact-map-point__item--za {
  top: 70px;
  left: 280px;
}

@media (min-width: 576px) {
  .contact-map-point__item--za {
    top: 70px;
    left: 270px;
  }
}

.contact-map-point__item--po {
  top: 110px;
  left: 590px;
}

@media (min-width: 576px) {
  .contact-map-point__item--po {
    top: 100px;
    left: 560px;
  }
}

.contact-map-point__item--ke {
  top: 190px;
  left: 600px;
}

@media (min-width: 576px) {
  .contact-map-point__item--ke {
    top: 190px;
    left: 600px;
  }
}

.office__item {
  margin-bottom: 2rem;
}

.office__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.office__image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 200px;
}

@media (min-width: 576px) {
  .office__image-block {
    height: 320px;
    width: 280px;
    max-width: 280px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }
}

@media (min-width: 771px) {
  .office__image-block {
    width: 340px;
    max-width: 340px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
  }
}

@media (min-width: 992px) {
  .office__image-block {
    width: 400px;
    max-width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}

@media (min-width: 1200px) {
  .office__image-block {
    width: 220px;
    max-width: 220px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
  }
}

@media (min-width: 1440px) {
  .office__image-block {
    width: 260px;
    max-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
}

@media (min-width: 1600px) {
  .office__image-block {
    width: 400px;
    max-width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}

.office__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.office__icon:hover svg {
  fill: #ec1c24;
}

.office__icon svg {
  -webkit-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
  fill: #000000;
  font-size: 24px;
  font-size: 1.5rem;
}

.office__text-block {
  margin-top: 0.9375rem;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 575px) {
  .office__text-block {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) {
  .office__text-block {
    padding-left: 1.875rem;
  }
}

.office-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8rem;
}

.office-link__icon {
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.office-link__icon svg {
  fill: #ec1c24;
  font-size: 20px;
  font-size: 1.25rem;
}

.office-link__text {
  padding-left: 0.8rem;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}

.section-office-about {
  padding: 3rem 0 4rem;
  z-index: 4;
}

@media (min-width: 992px) {
  .section-office-about {
    min-height: 460px;
    padding: 4rem 0 0;
  }
  .section-office-about .row-offset {
    margin-bottom: -30px;
  }
}

@media (min-width: 1600px) {
  .section-office-about p {
    padding-right: 9.375rem;
  }
}

@media (max-width: 770px) {
  .h0ep6g9kfk {
    margin: 0 -15px;
  }
}

.h0ep6g9kfk img {
  overflow: hidden;
  border-radius: 20px;
}

.property__item {
  margin-bottom: 2.5rem;
}

.property__item:last-child {
  margin-bottom: 0;
}

.property__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.property__image-block {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 165px;
  border-radius: 20px;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .property__image-block {
    margin-bottom: 0;
    width: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    height: 165px;
  }
}

.property__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 576px) {
  .property__text-block {
    padding-left: 2rem;
  }
}

.property-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
}

.property-list__item:last-child {
  margin-bottom: 0;
}

.property-list__icon {
  width: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
}

.property-list__icon svg {
  fill: #ec1c24;
  font-size: 22px;
  font-size: 1.375rem;
}

.property-list__text {
  padding-left: 0.9375rem;
  color: #000000;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.property__price {
  display: block;
  margin-top: 1rem;
  color: #ec1c24;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
}

.dashboard-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 576px) {
  .dashboard-menu-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #eeeeee;
  }
}

.dashboard-menu-list__item.ew2lbibbt .dashboard-menu-list__link {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

.dashboard-menu-list__item.ew2lbibbt .dashboard-menu-list__link:hover {
  color: #000000;
}

.dashboard-menu-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  padding: 0;
  line-height: 1.4;
  font-size: 13px;
  font-size: 0.8125rem;
  min-height: 50px;
}

@media (min-width: 370px) {
  .dashboard-menu-list__link {
    min-height: 60px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 576px) {
  .dashboard-menu-list__link {
    min-height: 75px;
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 0 1.5625rem;
  }
}

@media (min-width: 771px) {
  .dashboard-menu-list__link {
    padding: 0 2.5rem;
  }
}

.dashboard-menu-list__link:hover {
  color: #ec1c24;
}

.searched-property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1rem;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  height: 100%;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .searched-property {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 771px) {
  .searched-property {
    font-size: 16px;
    font-size: 1rem;
  }
}

.searched-property:hover {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

.slider-group-offset {
  margin: 0 -15px;
  padding-left: 15px;
}

.slider-group-offset .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eeeeee;
  height: auto;
  min-height: 50px;
  border-radius: 10px;
  width: 220px;
}

@media (min-width: 771px) {
  .slider-group-offset .swiper-slide {
    width: auto;
    min-height: 80px;
    border-radius: 0;
  }
}

@media (min-width: 771px) {
  .slider-group-offset {
    margin: 0;
    padding: 0 15px;
  }
}

.side-panel--dashboard {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .side-panel--dashboard {
    background-color: #eeeeee;
    width: 290px;
    max-width: 290px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
            flex: 0 0 290px;
  }
  .side-panel--dashboard:before {
    content: "";
    position: absolute;
    top: 0;
    background-color: #eeeeee;
    z-index: -1;
    width: 50vw;
    left: calc(-50vw + 50%);
    display: block;
    height: 100%;
  }
}

@media (min-width: 1440px) {
  .side-panel--dashboard {
    width: 430px;
    max-width: 430px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 430px;
            flex: 0 0 430px;
  }
}

@media (min-width: 1600px) {
  .side-panel--dashboard {
    width: 430px;
    max-width: 430px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 430px;
            flex: 0 0 430px;
  }
}

@media (max-width: 991px) {
  .side-panel--dashboard.ew2lbibbt .side-panel-list {
    border: 1px solid #000000;
    border-top: 0;
    padding: 1rem 2rem;
  }
}

.side-panel--dashboard.ew2lbibbt .side-panel-list__link--menu {
  border-radius: 10px 10px 0 0;
}

.side-panel--dashboard.ew2lbibbt .side-panel-list__link--menu:after {
  background-image: url("../images/icons/chevron-up-black.svg.html");
}

@media (max-width: 991px) {
  .side-panel-list {
    border-radius: 0 0 10px 10px;
  }
}

.side-panel-list__item:last-child .side-panel-list__link {
  border-bottom: 0;
}

.side-panel-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 0.65rem 0;
  border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 992px) {
  .side-panel-list__link {
    padding: 0.5rem 0;
    min-height: 80px;
  }
}

.side-panel-list__link.ew2lbibbt .side-panel-list__text, .side-panel-list__link:hover .side-panel-list__text {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

@media (max-width: 991px) {
  .side-panel-list__link.ew2lbibbt {
    display: none;
  }
}

.side-panel-list__link--menu {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  min-height: 40px;
  border-radius: 10px;
  border: 1px solid #000000;
  cursor: pointer;
}

.side-panel-list__link--menu:after {
  content: "";
  font-size: 16px;
  font-size: 1rem;
  width: 12px;
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-thin-down.svg");
}

.side-panel-list__link--menu .side-panel-list__text {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}

.side-panel-list__icon {
  width: 25px;
  max-width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
}

.side-panel-list__icon svg {
  fill: #000000;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .side-panel-list__icon svg {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.side-panel-list__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.75rem;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .side-panel-list__text {
    padding-left: 1.875rem;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .side-panel-list__text {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 0.75rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .side-panel-list__text {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 0.75rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .product-list--dashboard .col-12 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.search__item {
  border-top: 2px solid #f3f3f3;
  padding-top: 2rem;
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .search__item {
    margin-top: 2rem;
  }
}

.search-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
}

.search-remove:hover svg {
  fill: #ec1c24;
}

.search-remove svg {
  fill: #000000;
  font-size: 26px;
  font-size: 1.625rem;
}

.search-btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .search-btn-group {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .search-btn-group {
    position: relative;
    top: -39px;
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: -5px;
  }
  .search-btn-group .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 130px;
    height: 40px;
    padding: 0.2rem 0.5rem;
  }
}

@media (max-width: 575px) {
  .table-sticky {
    margin: 0 -15px;
  }
}

.table-sticky__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.table-sticky__left-panel {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  left: 0px;
  z-index: 4;
  -webkit-box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.07);
}

@media (min-width: 576px) {
  .table-sticky__left-panel {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }
}

.table-sticky__left-panel .table-sticky__cell {
  text-align: right;
  padding-right: 15px;
}

.table-sticky__left-panel .table-sticky__cell--header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.table-sticky__right-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-sticky__item {
  white-space: normal;
}

.table-sticky__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  border-bottom: 1px solid #e7e7e7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.2rem 15px;
}

.table-sticky__cell.n9ssbb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table-sticky__cell--image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 160px;
  border-radius: 20px;
}

.table-sticky__cell--image a img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.table-sticky__cell--header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100px;
}

.table-sticky__text {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .table-sticky__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.table-sticky__text + .table-sticky__text {
  margin-top: 1rem;
}

.table-sticky__title {
  color: #000000;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .table-sticky__title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.table-sticky__title[href]:hover {
  color: #ec1c24;
}

.js-slider-compare {
  width: 100%;
}

.js-slider-compare .swiper-slide {
  width: 200px;
}

@media (min-width: 576px) {
  .js-slider-compare .swiper-slide {
    width: 240px;
  }
}

@media (min-width: 771px) {
  .js-slider-compare .swiper-slide {
    width: 270px;
  }
}

.js-slider-compare .table-sticky__item {
  width: 100%;
  padding: 0;
}

.referral__item {
  border-top: 2px solid #f3f3f3;
  padding-top: 1.6rem;
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .referral__item {
    margin-top: 1rem;
  }
}

.referral__item:first-child {
  margin-top: 0;
}

.referral__item:last-child {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #f3f3f3;
}

.my-property__item {
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.my-property__item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.my-property__content {
  display: block;
}

@media (min-width: 576px) {
  .my-property__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.my-property__content:hover .my-property__title {
  color: #ec1c24;
}

.my-property__content:hover img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

@media (max-width: 575px) {
  .my-property__content .spadnv {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .my-property__content .col-12 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .my-property__content .col-12 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.my-property__image-block-overflow {
  border-radius: 20px;
  overflow: hidden;
  height: 220px;
  position: relative;
  z-index: 0;
}

@media (min-width: 576px) {
  .my-property__image-block-overflow {
    height: 280px;
  }
}

.my-property__image-block {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

.my-property__image-block img {
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

@media (min-width: 576px) {
  .my-property__image-block {
    margin-bottom: 0;
    width: 250px;
  }
}

@media (min-width: 992px) {
  .my-property__image-block {
    width: 250px;
  }
}

@media (min-width: 1200px) {
  .my-property__image-block {
    width: 300px;
  }
}

@media (min-width: 1440px) {
  .my-property__image-block {
    width: 250px;
  }
}

@media (min-width: 1800px) {
  .my-property__image-block {
    width: 400px;
  }
}

.my-property__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 576px) {
  .my-property__text-block {
    padding-left: 1.875rem;
  }
}

.my-property__title {
  margin-bottom: 2rem;
}

.my-property__price {
  margin-top: 1.5rem;
  text-align: center;
  color: #ec1c24;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
}

@media (min-width: 576px) {
  .my-property__price {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.my-property-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.my-property-list__item:last-child {
  margin-bottom: 0;
}

.my-property-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-property-list__link:hover .my-property-list__text {
  color: #ec1c24;
}

.my-property-list__link:hover .my-property-list__icon svg {
  fill: #ec1c24;
}

.my-property-list__text {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .my-property-list__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.my-property-list__left {
  width: 150px;
}

@media (min-width: 771px) {
  .my-property-list__left {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .my-property-list__left {
    width: 130px;
  }
}

@media (min-width: 1200px) {
  .my-property-list__left {
    width: 150px;
  }
}

@media (min-width: 1600px) {
  .my-property-list__left {
    width: 130px;
  }
}

@media (min-width: 1800px) {
  .my-property-list__left {
    width: 180px;
  }
}

.my-property-list__right {
  padding-left: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

.my-property-list__icon {
  position: relative;
  top: -1px;
  height: 16px;
  margin-right: 0.6rem;
}

@media (min-width: 576px) {
  .my-property-list__icon {
    top: -3px;
  }
}

.my-property-list__icon svg {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .my-property-list__icon svg {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.my-property__box {
  padding: 1.125rem 1.5625rem 0;
  border-radius: 20px;
  background-color: #eeeeee;
}

@media (max-width: 575px) {
  .my-property__box .my-property-list__left {
    width: 100px;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .my-property__box-left {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .my-property__box-left {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .my-property__box-left {
    margin-bottom: 1.5rem;
  }
}

.mortage-graph {
  position: relative;
  width: 110px;
  height: 110px;
  border: 10px solid #ec1c24;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .mortage-graph {
    width: 220px;
    height: 220px;
    border: 20px solid #ec1c24;
  }
}

.mortage-graph__content {
  padding: 0 15px;
}

.mortage-graph__price {
  display: block;
  color: #ec1c24;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (min-width: 576px) {
  .mortage-graph__price {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.mortage-graph__time {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
}

@media (min-width: 771px) {
  .mortage-left-panel {
    margin-right: -100px;
  }
}

.i7umk5qt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.eou6vygazh {
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
}

.gjcwiqhj8y {
  padding: 0.3rem 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #404040;
  font-weight: 400;
  min-height: 30px;
  border-radius: 8px;
  background-color: #ebebeb;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .gjcwiqhj8y {
    padding: 0.4rem 0.6rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.gjcwiqhj8y:hover {
  background-color: #ec1c24;
  color: #ffffff;
}

.fbfkt2rxqn {
  padding: 2.5rem 0 0.5rem 0;
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .fbfkt2rxqn .spadnv {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .fbfkt2rxqn .p-size-18 p {
    font-size: 16px;
    font-size: 1rem;
  }
  .fbfkt2rxqn .gjcwiqhj8y {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .fbfkt2rxqn .spadnv {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .fbfkt2rxqn .p-size-18 p {
    font-size: 16px;
    font-size: 1rem;
  }
  .fbfkt2rxqn .gjcwiqhj8y {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .fbfkt2rxqn .spadnv {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .fbfkt2rxqn .p-size-18 p {
    font-size: 16px;
    font-size: 1rem;
  }
  .fbfkt2rxqn .gjcwiqhj8y {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.mya3rhmf14 {
  padding-top: 1.2rem;
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .mya3rhmf14 .spadnv {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .mya3rhmf14 .p-size-18 p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .mya3rhmf14 .spadnv {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .mya3rhmf14 .p-size-18 p {
    font-size: 16px;
    font-size: 1rem;
  }
  .mya3rhmf14 .gjcwiqhj8y {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .mya3rhmf14 .spadnv {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .mya3rhmf14 .p-size-18 p {
    font-size: 16px;
    font-size: 1rem;
  }
  .mya3rhmf14 .gjcwiqhj8y {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .zqa4dkcybd .njmut5tpzr {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .zqa4dkcybd .a0b910cxu9 .igllikt9td svg {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .zqa4dkcybd .njmut5tpzr {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .zqa4dkcybd .a0b910cxu9 .igllikt9td svg {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .zqa4dkcybd .njmut5tpzr {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .zqa4dkcybd .a0b910cxu9 .igllikt9td svg {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.kzc7wk98bp {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
}

.category-map {
  display: block;
  height: calc(100vh - 200px);
  margin: 0 -15px;
  -webkit-transition: height 400ms ease-out;
  -o-transition: height 400ms ease-out;
  transition: height 400ms ease-out;
}

@media (min-width: 576px) {
  .category-map {
    height: calc(100vh - 200px);
  }
}

@media (min-width: 771px) {
  .category-map {
    margin: 0;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .category-map {
    position: relative;
    width: 100vw;
    left: calc(50% - 50vw);
  }
}

@media (min-width: 992px) {
  .category-map {
    position: fixed;
    bottom: 0;
    right: 0;
    height: calc(100vh - 90px);
    width: 50vw;
  }
  .category-map.stretch-map {
    height: calc(100vh - 90px);
  }
  .category-map.filter-tab-block-scroll {
    height: 100vh;
  }
}

.category-map .map-block {
  height: 100%;
}

@media (min-width: 993px) and (max-width: 1199px) {
  .category-map {
    width: 33.33vw;
  }
}

.map-block-category {
  position: relative;
  height: 100%;
}

.map-block-category .window-block {
  position: relative;
  pointer-events: none;
}

.map-block-category .gm-style-iw-c {
  background-color: #000000;
}

.map-block-category .gm-style-iw-t:after {
  display: none;
}

.map-block-category .gm-style-iw {
  width: 260px !important;
  top: -15px !important;
  left: -3px !important;
  margin: 0 auto;
  overflow: visible;
  z-index: 9;
  background-color: #000000;
  pointer-events: all;
  border-radius: 10px;
  padding: 17px 20px !important;
}

@media (min-width: 576px) {
  .map-block-category .gm-style-iw {
    width: 270px !important;
  }
}

.map-block-category .gm-style-iw a {
  text-decoration: underline;
}

.map-block-category .gm-style-iw:after {
  content: "";
  left: 50%;
  display: block;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 14.5px 0 14.5px;
  border-color: #000000 transparent transparent transparent;
}

.map-block-category .gm-style-iw .gm-ui-hover-effect {
  width: 25px !important;
  height: 25px !important;
  right: -5px !important;
  top: -10px !important;
  border-radius: 100%;
  background-color: #ffffff !important;
  opacity: 1;
  outline: none;
}

.map-block-category .gm-style-iw .gm-ui-hover-effect img {
  display: none !important;
}

.map-block-category .gm-style-iw .gm-ui-hover-effect:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/close.svg");
}

.map-block-category .poi-info-window div,
.map-block-category .poi-info-window a {
  background-color: black;
  color: #ffffff;
}

.map-block-category .gm-style-iw > div {
  overflow: auto !important;
  max-width: 100% !important;
  max-height: 340% !important;
}

.map-block-category .gm-style-iw + div {
  pointer-events: all;
  background: #ec1c24;
  cursor: pointer;
  z-index: 9999999 !important;
}

.map-block-category .gm-style-iw + div:after {
  content: "";
  background-color: red;
  width: 10px;
  height: 10px;
  display: block;
}

.map-block-category .gm-style-iw + div img {
  display: none !important;
}

.clusterer-text {
  display: block;
  text-align: center;
  color: white;
  font-weight: 700;
  line-height: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Sora-bold", Arial, sans-serif;
}

.modal-block--full {
  padding: 3rem 0;
}

@media (max-width: 991px) {
  .modal-block--full {
    padding: 1rem 0 1rem;
  }
  .modal-block--full .modal-close svg {
    fill: #000000;
  }
}

.modal-block--full .modal-box {
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .modal-block--full .modal-box {
    width: 1200px;
  }
}

.modal-block--full .modal-scroll {
  height: 100%;
  padding: 0 1rem;
}

.modal-block--full .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .modal-block--full .modal-body {
    padding: 4rem 0;
  }
}

.modal-block--full .swiper-slide {
  height: auto;
}

@media (max-width: 991px) {
  .modal-block--full-map .modal-close svg {
    fill: #ffffff;
  }
}

.switch-tabs {
  position: absolute;
  bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 4;
}

.switch-tabs--classic {
  left: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #eeeeee;
  bottom: auto;
  top: 10px;
}

@media (min-width: 992px) {
  .switch-tabs--classic {
    left: 0;
    bottom: 0;
    top: auto;
  }
}

.switch-tabs--classic .switch-tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 35px;
  width: 100%;
}

@media (min-width: 992px) {
  .switch-tabs--classic .switch-tabs__item {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 50px;
    min-width: 160px;
  }
}

.switch-tabs--classic .switch-tabs__item.ew2lbibbt .switch-tabs__text, .switch-tabs--classic .switch-tabs__item:hover .switch-tabs__text {
  color: #ec1c24;
}

.switch-tabs--classic .switch-tabs__item:last-child:after {
  display: none;
}

@media (min-width: 992px) {
  .switch-tabs--classic .switch-tabs__item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2px;
    height: 30px;
    background-color: #000000;
  }
}

.switch-tabs--map {
  left: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 10px;
  bottom: auto;
}

@media (min-width: 992px) {
  .switch-tabs--map {
    top: 130px;
    right: 30px;
    left: auto;
  }
}

.switch-tabs--map .switch-tabs__content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.switch-tabs--map .switch-tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 35px;
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .switch-tabs--map .switch-tabs__item.ew2lbibbt .switch-tabs__text {
    color: #ec1c24;
  }
}

@media (min-width: 992px) {
  .switch-tabs--map .switch-tabs__item {
    background-color: #ffffff;
    margin-left: 10px;
    margin-bottom: 10px;
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 90px;
  }
  .switch-tabs--map .switch-tabs__item.ew2lbibbt, .switch-tabs--map .switch-tabs__item:hover {
    background-color: #ec1c24;
  }
  .switch-tabs--map .switch-tabs__item.ew2lbibbt .switch-tabs__text, .switch-tabs--map .switch-tabs__item:hover .switch-tabs__text {
    color: #ffffff;
  }
}

.switch-tabs--map .switch-tabs__item .switch-tabs__text {
  color: #000000;
  font-size: 12px;
  font-size: 0.75rem;
}

.switch-tabs--dropdown {
  border-radius: 10px;
}

@media (min-width: 992px) {
  .switch-tabs--dropdown {
    border-radius: 0;
  }
}

.switch-tabs--dropdown.ew2lbibbt .switch-tabs__title:after {
  background-image: url("../images/icons/chevron-up.svg");
}

.switch-tabs--dropdown .switch-tabs__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  min-height: 40px;
  color: #000000;
  min-width: 200px;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 5px;
  background-color: #eeeeee;
  overflow: hidden;
  padding-right: 40px;
}

.switch-tabs--dropdown .switch-tabs__title:after {
  content: "";
  font-size: 16px;
  font-size: 1rem;
  width: 15px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down.svg");
}

@media (min-width: 992px) {
  .switch-tabs--dropdown .switch-tabs__title {
    display: none;
  }
}

@media (max-width: 991px) {
  .switch-tabs--dropdown .switch-tabs__content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #eeeeee;
    z-index: 5;
    border-radius: 5px;
  }
  .switch-tabs--dropdown .switch-tabs__content.ew2lbibbt {
    padding: 0.5rem 1rem;
  }
}

.switch-tabs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.switch-tabs--ext {
  right: 15px;
  bottom: 20px;
}

.switch-tabs--ext .switch-tabs__item {
  margin-left: 8px;
}

@media (min-width: 771px) {
  .switch-tabs--ext .switch-tabs__item {
    margin-left: 15px;
  }
}

.switch-tabs--ext .switch-tabs__item:first-child {
  margin-left: 0;
}

@media (max-width: 991px) {
  .switch-tabs--classic-detail {
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .switch-tabs--classic-detail .switch-tabs__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 992px) {
  .switch-tabs--classic-detail {
    border-radius: 0 20px 0 0;
  }
}

.switch-tabs--classic-detail .switch-tabs__item {
  min-width: 120px;
}

@media (max-width: 991px) {
  .switch-tabs--classic-detail .switch-tabs__item {
    min-width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .switch-tabs--classic-detail .switch-tabs__item:last-child:after {
    display: none;
  }
  .switch-tabs--classic-detail .switch-tabs__item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #000000;
  }
}

@media (min-width: 1800px) {
  .switch-tabs--classic-detail .switch-tabs__item {
    min-width: 160px;
  }
}

@media (min-width: 992px) {
  .switch-tabs--classic-detail .switch-tabs__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.switch-tabs--red {
  right: 15px;
  bottom: 20px;
}

@media (max-width: 991px) {
  .switch-tabs--red {
    position: relative;
    right: auto;
    bottom: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1rem;
    padding: 0 1rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .switch-tabs--red {
    bottom: auto;
    top: 20px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .switch-tabs--red {
    bottom: auto;
    top: 20px;
  }
}

.switch-tabs--red .switch-tabs__item {
  margin-left: 8px;
}

@media (min-width: 771px) {
  .switch-tabs--red .switch-tabs__item {
    margin-left: 15px;
  }
}

.switch-tabs--red .switch-tabs__item:first-child {
  margin-left: 0;
}

.switch-tabs--red .switch-tabs__icon {
  background-color: #ec1c24;
}

.switch-tabs__item {
  cursor: pointer;
}

.switch-tabs__item.ew2lbibbt .switch-tabs__icon {
  background-color: #ec1c24;
}

.switch-tabs__text {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

@media (min-width: 992px) {
  .switch-tabs__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.switch-tabs__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  background-color: #000000;
}

@media (min-width: 771px) {
  .switch-tabs__icon {
    height: 40px;
    width: 40px;
  }
}

.switch-tabs__icon svg {
  fill: #000000;
  font-size: 30px;
  font-size: 1.875rem;
}

@media (min-width: 771px) {
  .switch-tabs__icon svg {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media only screen and (max-width: 991px) {
  .is-filter-open .sjq1yasu79,
  .is-filter-open .btn-filter-submit{
    display: none;
    pointer-events: none;
  }
}


/* Odosielanie formulara - tlacidlo je zamknute, kym bezi AJAX request.
   Bez toho uzivatel nema ziadny feedback a klikne znova (formular odletel aj 3x). */
.btn.is-submitting,
.btn:disabled,
button[type="submit"]:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

/* Kym request bezi, v tlacidle sa toci spinner namiesto textu. Odoslanie caka na
   admin API (to synchronne posiela notifikacne maily), co trva sekundy - bez tejto
   spatnej vazby to vyzera, ze sa web zasekol.
   Trieda 'is-submitting' sa pridava len cez formSubmitLock() vo form.js, takze
   sa to tyka vylucne AJAX formularov. Ich submit tlacidla su vsetko *-fill
   varianty s bielym textom, preto biely spinner. */
.btn.is-submitting {
  position: relative;
  color: transparent !important;
}

.btn.is-submitting:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-forever 0.75s linear infinite;
          animation: rotate-forever 0.75s linear infinite;
}


/*# sourceMappingURL=app.css.map */
