@import url(https://use.typekit.net/rlk0iil.css);@font-face {
    font-family: "icons";
    src: url(../fonts/icons.eot?04078124c3844d9ba348fd0d6a6084ce?#iefix) format("embedded-opentype"),
url(../fonts/icons.woff2?72114c3689f1145775839962cdd33cba) format("woff2"),
url(../fonts/icons.woff?28efd289963c4f264ce907b3fbecab3e) format("woff"),
url(../fonts/icons.ttf?3a527bfac6c4fd00a696c300714ffae0) format("truetype"),
url(../images/icons.svg?97b3a7faa6a4f2f0d3c0db3b9805e283#icons) format("svg");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-account:before {
    content: "\F101";
}
.icon-arrow-long-down:before {
    content: "\F102";
}
.icon-arrow-long-left:before {
    content: "\F103";
}
.icon-arrow-long-right:before {
    content: "\F104";
}
.icon-arrow-long-up:before {
    content: "\F105";
}
.icon-arrow-medium-down:before {
    content: "\F106";
}
.icon-arrow-medium-left:before {
    content: "\F107";
}
.icon-arrow-medium-right:before {
    content: "\F108";
}
.icon-arrow-slim-down:before {
    content: "\F109";
}
.icon-arrow-slim-left:before {
    content: "\F10A";
}
.icon-arrow-slim-right:before {
    content: "\F10B";
}
.icon-bin-2:before {
    content: "\F10C";
}
.icon-bin:before {
    content: "\F10D";
}
.icon-caution:before {
    content: "\F10E";
}
.icon-check:before {
    content: "\F10F";
}
.icon-close-slim:before {
    content: "\F110";
}
.icon-close:before {
    content: "\F111";
}
.icon-compare:before {
    content: "\F112";
}
.icon-directions:before {
    content: "\F113";
}
.icon-envelope:before {
    content: "\F114";
}
.icon-facebook:before {
    content: "\F115";
}
.icon-guarantee:before {
    content: "\F116";
}
.icon-instagram:before {
    content: "\F117";
}
.icon-linkedin:before {
    content: "\F118";
}
.icon-magnifier-fliped:before {
    content: "\F119";
}
.icon-manual:before {
    content: "\F11A";
}
.icon-minus:before {
    content: "\F11B";
}
.icon-paper:before {
    content: "\F11C";
}
.icon-pdf-download:before {
    content: "\F11D";
}
.icon-pencil:before {
    content: "\F11E";
}
.icon-phone:before {
    content: "\F11F";
}
.icon-pin:before {
    content: "\F120";
}
.icon-pinterest:before {
    content: "\F121";
}
.icon-plus:before {
    content: "\F122";
}
.icon-print:before {
    content: "\F123";
}
.icon-smile:before {
    content: "\F124";
}
.icon-sort-asc:before {
    content: "\F125";
}
.icon-sort-desc:before {
    content: "\F126";
}
.icon-youtube:before {
    content: "\F127";
}
/**/

/**/

/**/

.accordion .btn-accordion {
  font-size: 1.2rem;
  width: 100%;
  padding: 30px 58px 30px 35px;
  font-weight: 700;
  text-align: left;
  position: relative;
  color: #fff;
  background: #152c3d;
  transition: background 250ms ease-out, box-shadow 250ms ease-out;
}

@media (max-width: 900px), (max-height: 900px) {
  .accordion .btn-accordion {
    font-size: calc(1.02rem + 0.32vmin);
  }
}

.accordion .btn-accordion .symbol {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  opacity: 1;
}

.accordion .btn-accordion .symbol::before,
.accordion .btn-accordion .symbol::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 250ms ease-out;
}

.accordion .btn-accordion .symbol::before {
  height: 0px;
}

.accordion .btn-accordion .symbol::after {
  height: 2px;
  width: 100%;
}

.accordion .btn-accordion.collapsed {
  background: #fff;
  color: #152c3d;
  box-shadow: 0px 0px 10px rgba(140, 140, 140, 0.1);
}

.accordion .btn-accordion.collapsed .symbol {
  opacity: 0.25;
}

.accordion .btn-accordion.collapsed .symbol::before,
.accordion .btn-accordion.collapsed .symbol::after {
  background: #152c3d;
}

.accordion .btn-accordion.collapsed .symbol::before {
  width: 2px;
  height: 100%;
}

.btn-primary,
.btn-secondary,
.btn-outline,
.btn-outline-secondary {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding: 15px 37px;
  transition: all 250ms ease-out;
  position: relative;
  display: inline-block;
  text-align: center;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-outline:hover,
.btn-outline-secondary:hover {
  background: transparent;
}

.btn-primary.has-loader span,
.btn-secondary.has-loader span,
.btn-outline.has-loader span,
.btn-outline-secondary.has-loader span {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  transition: all 250ms ease-out;
}

.btn-primary.btn-tiny,
.btn-secondary.btn-tiny,
.btn-outline.btn-tiny,
.btn-outline-secondary.btn-tiny {
  padding: 3px 10px;
  letter-spacing: 0.02rem;
}

.btn-primary.btn-tiny span,
.btn-secondary.btn-tiny span,
.btn-outline.btn-tiny span,
.btn-outline-secondary.btn-tiny span {
  letter-spacing: unset;
}

.btn-primary.btn-small,
.btn-secondary.btn-small,
.btn-outline.btn-small,
.btn-outline-secondary.btn-small {
  padding: 14px 24px;
  letter-spacing: 0.02rem;
}

.btn-primary.btn-small span,
.btn-secondary.btn-small span,
.btn-outline.btn-small span,
.btn-outline-secondary.btn-small span {
  letter-spacing: unset;
}

.btn-primary.btn-big,
.btn-secondary.btn-big,
.btn-outline.btn-big,
.btn-outline-secondary.btn-big {
  font-size: 1rem;
  font-weight: 900;
  padding: 25px 24px;
}

.btn-primary.btn-full,
.btn-secondary.btn-full,
.btn-outline.btn-full,
.btn-outline-secondary.btn-full {
  width: 100%;
}

.btn-primary[class^=btn-icon-],
.btn-primary[class*=" btn-icon-"],
.btn-secondary[class^=btn-icon-],
.btn-secondary[class*=" btn-icon-"],
.btn-outline[class^=btn-icon-],
.btn-outline[class*=" btn-icon-"],
.btn-outline-secondary[class^=btn-icon-],
.btn-outline-secondary[class*=" btn-icon-"] {
  padding: 10px 20px;
}

.btn-primary[class^=btn-icon-] i,
.btn-primary[class^=btn-icon-] em,
.btn-primary[class*=" btn-icon-"] i,
.btn-primary[class*=" btn-icon-"] em,
.btn-secondary[class^=btn-icon-] i,
.btn-secondary[class^=btn-icon-] em,
.btn-secondary[class*=" btn-icon-"] i,
.btn-secondary[class*=" btn-icon-"] em,
.btn-outline[class^=btn-icon-] i,
.btn-outline[class^=btn-icon-] em,
.btn-outline[class*=" btn-icon-"] i,
.btn-outline[class*=" btn-icon-"] em,
.btn-outline-secondary[class^=btn-icon-] i,
.btn-outline-secondary[class^=btn-icon-] em,
.btn-outline-secondary[class*=" btn-icon-"] i,
.btn-outline-secondary[class*=" btn-icon-"] em {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.btn-primary[class^=btn-icon-] i::before,
.btn-primary[class^=btn-icon-] em::before,
.btn-primary[class*=" btn-icon-"] i::before,
.btn-primary[class*=" btn-icon-"] em::before,
.btn-secondary[class^=btn-icon-] i::before,
.btn-secondary[class^=btn-icon-] em::before,
.btn-secondary[class*=" btn-icon-"] i::before,
.btn-secondary[class*=" btn-icon-"] em::before,
.btn-outline[class^=btn-icon-] i::before,
.btn-outline[class^=btn-icon-] em::before,
.btn-outline[class*=" btn-icon-"] i::before,
.btn-outline[class*=" btn-icon-"] em::before,
.btn-outline-secondary[class^=btn-icon-] i::before,
.btn-outline-secondary[class^=btn-icon-] em::before,
.btn-outline-secondary[class*=" btn-icon-"] i::before,
.btn-outline-secondary[class*=" btn-icon-"] em::before {
  font-size: 1rem;
}

.btn-primary.btn-icon-left,
.btn-secondary.btn-icon-left,
.btn-outline.btn-icon-left,
.btn-outline-secondary.btn-icon-left {
  padding-left: 35px;
}

.btn-primary.btn-icon-left i,
.btn-primary.btn-icon-left em,
.btn-secondary.btn-icon-left i,
.btn-secondary.btn-icon-left em,
.btn-outline.btn-icon-left i,
.btn-outline.btn-icon-left em,
.btn-outline-secondary.btn-icon-left i,
.btn-outline-secondary.btn-icon-left em {
  left: 10px;
}

.btn-primary {
  color: #fff;
  background: #152c3d;
  border: 1px solid #152c3d;
}

.btn-primary:hover {
  color: #152c3d;
}

.btn-primary.has-loader span {
  color: #fff;
}

.btn-primary.has-loader:hover span {
  color: #152c3d;
}

.btn-primary.has-arrow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.btn-primary.has-arrow i,
.btn-primary.has-arrow em {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  color: #5ec7f2;
}

.btn-primary.has-arrow i::before,
.btn-primary.has-arrow em::before {
  font-size: 0.5rem;
}

.btn-primary.has-arrow:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  color: #152c3d;
}

.btn-primary.has-arrow:hover i,
.btn-primary.has-arrow:hover em {
  color: #152c3d;
}

.btn-secondary {
  color: #152c3d;
  background: #5ec7f2;
  border: 1px solid #5ec7f2;
}

.btn-secondary:hover {
  color: #fff;
}

.btn-secondary.has-loader span {
  color: #152c3d;
}

.btn-secondary.has-loader:hover span {
  color: #fff;
}

.btn-secondary.has-arrow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.btn-secondary.has-arrow i,
.btn-secondary.has-arrow em {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  color: #152c3d;
}

.btn-secondary.has-arrow i::before,
.btn-secondary.has-arrow em::before {
  font-size: 0.5rem;
}

.btn-secondary.has-arrow:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  color: #152c3d;
}

.btn-secondary.has-arrow:hover i,
.btn-secondary.has-arrow:hover em {
  color: #152c3d;
}

.btn-outline {
  color: #152c3d;
  border: 1px solid #152c3d;
}

.btn-outline.active {
  background: #152c3d;
  color: #fff;
}

.btn-outline-secondary {
  color: #5ec7f2;
  border: 1px solid #5ec7f2;
}

.btn-outline-secondary:hover {
  background: #5ec7f2;
  color: #152c3d;
}

.btn-arrow {
  position: relative;
  font-weight: 900;
  letter-spacing: 0.1rem;
}

.btn-arrow i,
.btn-arrow em {
  position: absolute;
}

.btn-arrow i::before,
.btn-arrow em::before {
  font-size: 0.6rem;
}

.btn-arrow.arrow-right {
  padding-right: 65px;
}

.btn-arrow.arrow-right i,
.btn-arrow.arrow-right em {
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  transition: right 250ms ease-in-out;
}

.btn-arrow.arrow-right:hover i,
.btn-arrow.arrow-right:hover em {
  right: 0px;
}

.btn-arrow.arrow-left {
  padding-left: 65px;
}

.btn-arrow.arrow-left i,
.btn-arrow.arrow-left em {
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  transition: left 250ms ease-in-out;
}

.btn-arrow.arrow-left:hover i,
.btn-arrow.arrow-left:hover em {
  left: 0px;
}

.btn-arrow.arrow-bottom {
  padding-bottom: 20px;
}

.btn-arrow.arrow-bottom i,
.btn-arrow.arrow-bottom em {
  top: unset;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  transition: bottom 250ms ease-in-out;
}

.btn-arrow.arrow-bottom:hover i,
.btn-arrow.arrow-bottom:hover em {
  bottom: 0px;
}

.btn-square {
  background: #152c3d;
  border: 1px solid #152c3d;
  width: 164px;
  height: 164px;
  position: relative;
  transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out;
}

.btn-square > p {
  color: #fff;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: color 250ms ease-in-out;
}

@media (max-width: 900px), (max-height: 900px) {
  .btn-square > p {
    font-size: calc(1.0125rem + 0.2vmin);
  }
}

.btn-square:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.btn-more {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  color: #152c3d;
}

.btn-more span {
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.09rem;
  line-height: 1.5;
}

.btn-more i,
.btn-more em {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 250ms ease-in-out;
}

.btn-more i::before,
.btn-more em::before {
  font-size: 1.75rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .btn-more i::before,
  .btn-more em::before {
    font-size: calc(1.075rem + 1.2vmin);
  }
}

.btn-more:hover i,
.btn-more:hover em {
  bottom: 0;
}

.btn-more-alt {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}

.btn-more-alt span {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.btn-more-alt i,
.btn-more-alt em {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 250ms ease-in-out;
}

.btn-more-alt i::before,
.btn-more-alt em::before {
  font-size: 0.9rem;
}

.btn-more-alt i:nth-child(2),
.btn-more-alt em:nth-child(2) {
  bottom: 16px;
}

.btn-more-alt i:nth-child(3),
.btn-more-alt em:nth-child(3) {
  bottom: 8px;
  opacity: 0.66;
}

.btn-more-alt i:nth-child(4),
.btn-more-alt em:nth-child(4) {
  bottom: 0px;
  opacity: 0.33;
}

.btn-more-alt:hover i,
.btn-more-alt:hover em {
  bottom: 0;
}

.btn-special {
  display: inline-block;
}

.btn-special .title {
  position: relative;
  padding-right: 80px;
}

.btn-special .title p {
  font-size: 2.1875rem;
  font-weight: 300;
  color: #152c3d;
}

@media (max-width: 900px), (max-height: 900px) {
  .btn-special .title p {
    font-size: calc(1.11875rem + 1.9vmin);
  }
}

.btn-special .title i,
.btn-special .title em {
  position: absolute;
  right: 5px;
  bottom: 8px;
  transition: right 250ms ease-in-out;
}

.btn-special .title i::before,
.btn-special .title em::before {
  font-size: 0.75rem;
}

.btn-special .descr {
  margin-top: 10px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 10px;
  background: #152c3d;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.05rem;
  transition: color 250ms ease-in-out, background 250ms ease-in-out;
}

.btn-special:hover .title p {
  color: #152c3d;
}

.btn-special:hover .title i,
.btn-special:hover .title em {
  right: 0px;
}

.btn-special:hover .descr {
  background: #fff;
  color: #152c3d;
}

.btn-search.desktop {
  position: fixed;
  top: 30%;
  left: 0;
  width: 64px;
  height: 64px;
  background: #152c3d;
  border-radius: 0px 10px 10px 0px;
  z-index: 99;
}

.btn-search.desktop i,
.btn-search.desktop em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-search.desktop i::before,
.btn-search.desktop em::before {
  color: #fff;
  font-size: 1.5rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .btn-search.desktop i::before,
  .btn-search.desktop em::before {
    font-size: calc(1.05rem + 0.8vmin);
  }
}

.btn-orange {
  background: #c05203;
  background: #f58220;
  padding: 10px 15px;
  border-radius: 15px 0px 0px 15px;
  color: #fff;
  font-size: 1.2rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .btn-orange {
    font-size: calc(1.02rem + 0.32vmin);
  }
}

.btn-orange:hover {
  background: #152c3d;
  color: #fff;
}

.btn-circle-text {
  position: relative;
  padding: 50px 0px;
  display: inline-block;
}

.btn-circle-text::before {
  content: "";
  display: block;
  width: 237px;
  height: 237px;
  background: #5ec7f2;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 0;
}

.btn-circle-text span {
  text-align: center;
  position: relative;
  font-size: 1.875rem;
  font-weight: 300;
  z-index: 1;
  color: #152c3d;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .btn-circle-text span {
    font-size: calc(1.0875rem + 1.4vmin);
  }
}

.btn-circle-text i,
.btn-circle-text em {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: left 250ms ease-in-out;
}

.btn-circle-text i::before,
.btn-circle-text em::before {
  font-size: 1rem;
}

.btn-circle-text:hover {
  color: #152c3d;
}

.btn-circle-text:hover i,
.btn-circle-text:hover em {
  left: calc(50% + 15px);
}

.btn-image {
  position: relative;
  display: inline-block;
}

.btn-image .image {
  width: 400px;
  max-width: 100%;
}

.btn-image .text-wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #152c3d;
}

.btn-image .text-wrapper .text {
  font-size: 2rem;
  white-space: nowrap;
  font-weight: 900;
  padding-bottom: 40px;
  display: block;
}

@media (max-width: 900px), (max-height: 900px) {
  .btn-image .text-wrapper .text {
    font-size: calc(1.1rem + 1.6vmin);
  }
}

.btn-image .text-wrapper .arrow {
  font-size: 2.2rem;
  position: absolute;
  right: -50px;
  bottom: 0;
  transition: right 250ms ease-in-out;
}

@media (max-width: 900px), (max-height: 900px) {
  .btn-image .text-wrapper .arrow {
    font-size: calc(1.12rem + 1.92vmin);
  }
}

.btn-image:hover .text-wrapper {
  color: #152c3d;
}

.btn-image:hover .arrow {
  right: -60px;
}

@keyframes menuBtnFirst {
  0% {
    top: 0;
    transform: rotateZ(0deg);
  }

  50% {
    top: 50%;
    transform: rotateZ(0deg);
  }

  100% {
    top: 50%;
    transform: rotateZ(45deg);
  }
}

@keyframes menuBtnSecond {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes menuBtnThird {
  0% {
    top: calc(100% - 3px);
    width: 60px;
    transform: rotateZ(0deg);
  }

  50% {
    top: 50%;
    width: 60px;
    transform: rotateZ(0deg);
  }

  100% {
    top: 50%;
    width: 60px;
    transform: rotateZ(-45deg);
  }
}

@media only screen and (max-width: 991px) {
  .btn-search.desktop {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .btn-mob-full {
    width: 100%;
    display: block;
  }
}

.banners-espa-wrapper {
  bottom: 110px;
}

@media only screen and (min-width: 992px) {
  .banners-espa-wrapper {
    bottom: 20px;
  }
}

.fancybox-bg {
  opacity: 0.6;
  background: #fff;
}

.fancybox-content {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);
  background-color: #fff !important;
}

.fancybox-slide--html .fancybox-collection-content {
  padding: 44px 0px 0px 0px;
  background: transparent;
  box-shadow: none;
  max-height: 85%;
  margin-top: -70px;
}

.fancybox-slide--html .fancybox-collection-content .collection-caption {
  position: absolute;
  top: 10px;
  left: 0;
  color: #fff;
  font-size: 0.87rem;
}

.fancybox-slide--html .fancybox-collection-content .collection-img {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);
  max-height: 570px;
}

.fancybox-slide--html .fancybox-container-12 {
  max-width: 875px;
}

.fancybox-slide--html .fancybox-container-14 {
  max-width: 1024px;
}

.fancybox-slide--html .fancybox-container-16 {
  max-width: 1180px;
}

.fancybox-slide--html [class^=fancybox-container-],
.fancybox-slide--html [class*=" fancybox-container-"] {
  padding-top: 44px;
  background: transparent;
  box-shadow: none;
  margin-top: 0px;
  overflow: initial;
  margin-bottom: 20px;
}

.fancybox-slide--html [class^=fancybox-container-] .fancybox-button,
.fancybox-slide--html [class*=" fancybox-container-"] .fancybox-button {
  background: transparent;
  opacity: 1;
  color: #152c3d;
  font-size: 1.25rem;
  transition: all 250ms ease-out;
}

@media (max-width: 900px), (max-height: 900px) {
  .fancybox-slide--html [class^=fancybox-container-] .fancybox-button,
  .fancybox-slide--html [class*=" fancybox-container-"] .fancybox-button {
    font-size: calc(1.025rem + 0.4vmin);
  }
}

.fancybox-slide--html [class^=fancybox-container-] .fancybox-button:hover,
.fancybox-slide--html [class*=" fancybox-container-"] .fancybox-button:hover {
  background: #152c3d;
  color: #fff;
}

.fancybox-slide--html .fancybox-container-content {
  padding: 44px 5px 0px 5px;
  background: transparent;
  box-shadow: none;
  margin-top: 0px;
  overflow: initial;
  margin-bottom: 20px;
}

.fancybox-slide--html .fancybox-container-content .fancybox-button {
  background: transparent;
  color: #152c3d;
  padding: 0px;
  width: auto;
}

.fancybox-slide--html .fancybox-container-content .fancybox-button:hover {
  color: #ce0000;
}

.fancybox-button {
  opacity: 1;
  color: #152c3d;
  font-size: 1.25rem;
  transition: all 250ms ease-out;
}

@media (max-width: 900px), (max-height: 900px) {
  .fancybox-button {
    font-size: calc(1.025rem + 0.4vmin);
  }
}

.fancybox-button i,
.fancybox-button em {
  color: #152c3d;
  transition: all 250ms ease-out;
}

.fancybox-button:hover i,
.fancybox-button:hover em {
  color: #5ec7f2;
}

.fancybox-close-small {
  right: 0px;
  width: 50px;
  height: 50px;
  top: -55px;
  padding: 0px;
}

.fancybox-slide {
  padding-top: 60px;
}

.fancybox-navigation .fancybox-button {
  height: 50px;
  width: 50px;
  transition: all 250ms ease-out;
}

.fancybox-navigation .fancybox-button i,
.fancybox-navigation .fancybox-button em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 0px;
  width: 55px;
  height: 105px;
  background: transparent;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: all 250ms ease-out;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button[disabled],
.fancybox-show-nav .fancybox-navigation .fancybox-button[disabled]:hover {
  color: #152c3d;
  cursor: default;
  outline: none;
  opacity: 0.2;
}

.fancybox-caption {
  background: transparent;
  bottom: unset;
  top: 30px;
  margin: 0;
  padding: 0;
}

.fancybox-caption .fancybox-caption__body {
  font-size: 0.875rem;
  color: #fff;
}

.fancybox-thumbs {
  display: none;
  background: transparent;
  position: absolute;
  top: unset;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
}

.fancybox-thumbs .fancybox-thumbs__list {
  margin: 0 auto;
}

.fancybox-thumbs .fancybox-thumbs__list a:before {
  border: 5px solid #fff;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}

.filters {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.filters > li {
  padding-left: 12px;
  margin-left: 12px;
  position: relative;
}

.filters > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background: currentColor;
}

.filters > li:nth-child(1) {
  padding-left: 0px;
  margin-left: 0px;
}

.filters > li:nth-child(1)::before {
  content: unset;
}

.filters > li > a,
.filters > li > button {
  font-size: 0.75rem;
  color: #152c3d;
  letter-spacing: 0.05rem;
  position: relative;
  padding: 5px 0px;
  display: block;
}

.filters > li > a::before,
.filters > li > button::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: currentColor;
  opacity: 0;
  width: 0;
  transition: opacity 250ms ease-in-out, width 250ms ease-in-out;
}

.filters > li > a:hover,
.filters > li > a.active,
.filters > li > button:hover,
.filters > li > button.active {
  color: #152c3d;
  opacity: 1;
}

.filters > li > a:hover::before,
.filters > li > a.active::before,
.filters > li > button:hover::before,
.filters > li > button.active::before {
  opacity: 1;
  width: 80%;
}

.filters > li > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.filters > li > ul span {
  font-size: 0.75rem;
  color: #152c3d;
  letter-spacing: 0.05rem;
}

.filters > li > ul li {
  margin-left: 10px;
}

.filters > li > ul li:nth-child(1) {
  margin-left: 0px;
}

.filters > li > ul li > a,
.filters > li > ul li > button {
  opacity: 0.2;
  transition: opacity 250ms ease-in-out;
}

.filters > li > ul li > a i::before,
.filters > li > ul li > a em::before,
.filters > li > ul li > button i::before,
.filters > li > ul li > button em::before {
  font-size: 0.65rem;
}

.filters > li > ul li > a:hover,
.filters > li > ul li > a.active,
.filters > li > ul li > button:hover,
.filters > li > ul li > button.active {
  color: #152c3d;
  opacity: 1;
}

.filters.tiny > li > a,
.filters.tiny > li > button {
  font-size: 0.5625rem;
}

footer {
  position: relative;
  z-index: 5;
}

footer .collapse {
  display: block !important;
}

.footer-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-menu li {
  display: block;
  margin-bottom: 8px;
}

.footer-menu li p,
.footer-menu li a,
.footer-menu li button {
  text-align: left;
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding-right: 1rem;
}

.footer-menu li p.link-secondary,
.footer-menu li p.text-secondary,
.footer-menu li a.link-secondary,
.footer-menu li a.text-secondary,
.footer-menu li button.link-secondary,
.footer-menu li button.text-secondary {
  font-weight: 900;
}

.footer-menu li a,
.footer-menu li button {
  position: relative;
  color: #fff;
}

.footer-menu li a:hover,
.footer-menu li a.active,
.footer-menu li button:hover,
.footer-menu li button.active {
  text-decoration: underline;
}

.copyrights {
  font-family: Arial;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.2);
  text-align: right;
}

.copyrights span {
  opacity: 1;
  letter-spacing: 0.1rem;
}

.copyrights a {
  position: relative;
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  letter-spacing: 0.1rem;
  transition: color 250ms ease-out;
}

.copyrights a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: all 250ms ease-out;
}

.copyrights a:hover {
  color: white;
}

.copyrights a:hover::after {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .footer-menu li {
    display: inline-block;
  }

  .footer-menu li:nth-child(1) {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 575px) {
  footer .collapse {
    display: none !important;
  }

  footer .collapse.show {
    display: block !important;
  }

  footer .collapse.collapsing {
    display: block !important;
  }

  .footer-collapse {
    display: inline-block;
    padding-left: 20px;
    position: relative;
  }

  .footer-collapse i,
  .footer-collapse em {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 250ms ease-in-out;
  }

  .footer-collapse i::before,
  .footer-collapse em::before {
    font-size: 0.5rem;
  }

  .footer-collapse.not-collapsed i,
  .footer-collapse.not-collapsed em {
    transform: translateY(-50%) rotateZ(-180deg);
  }

  .footer-menu {
    padding-top: 10px;
    padding-left: 20px;
  }

  .footer-menu li {
    display: block;
    margin-left: 0px;
  }

  .footer-menu li a {
    padding-right: 0;
  }

  .copyrights {
    text-align: center;
    line-height: 1.6;
  }
}

[v-cloak] {
  display: none !important;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

a {
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out, box-shadow 250ms ease-in-out;
}

body {
  overflow-anchor: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container-fluid {
  max-width: 1720px;
  padding-left: 5%;
  padding-right: 5%;
}

.position-unset {
  position: unset;
}

.pos-center-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pos-center-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.pos-center-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

.pos-top-center {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}

.pos-top-left {
  position: absolute;
  top: 0%;
  left: 0%;
}

.pos-bottom-center {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}

.pos-bottom-right {
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.pos-bottom-left {
  position: absolute;
  bottom: 0%;
  left: 0%;
}

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

.translateY-50 {
  transform: translateY(50%);
  z-index: 2;
  position: relative;
}

.rounded-bottom-right {
  border-radius: 0px 0px 2rem 0px;
}

.w-34 {
  width: 34%;
}

.img-h-56 {
  height: 56px;
}

.mt-vw-n8 {
  margin-top: -8vw;
}

.pl-vw-12 {
  padding-left: 12vw;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow-xl {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.ignore-mouse {
  pointer-events: none;
}

[class^=z-],
[class*=z-] {
  position: relative;
}

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

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

.h-20 {
  max-height: 20px;
}

.h-43 {
  max-height: 43px;
}

.h-55 {
  max-height: 55px;
}

.h-90 {
  height: 90px;
}

.container-fluid-align-left {
  padding-left: 5% !important;
}

.container-fluid-align-left > .row {
  margin-right: 0px;
}

.container-fluid-align-right {
  padding-right: 5% !important;
  margin-left: 0px;
}

.container-fluid-xl-align-left,
.container-fluid-xl-align-right {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

@media only screen and (min-width: 1200px) {
  .container-fluid-xl-align-left {
    padding-left: 5% !important;
    padding-right: 0px !important;
  }

  .container-fluid-xl-align-left > .row {
    margin-right: 0px;
  }

  .container-fluid-xl-align-right {
    padding-right: 5% !important;
    padding-left: 0px !important;
    margin-left: 0px;
  }

  .pl-xl-vw-12 {
    padding-left: 12vw !important;
  }

  .mt-xl-vw-n8 {
    margin-top: -8vw !important;
  }
}

@media only screen and (min-width: 992px) {
  .container-fluid-lg-align-left {
    padding-left: calc((100vw - 1720px) / 2 + 5%) !important;
    margin-right: 0px;
  }

  .container-fluid-lg-align-left div[class^=col-],
  .container-fluid-lg-align-left div[class*=" col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .pos-lg-center-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }

  .position-lg-unset {
    position: unset;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .translateY-lg-50 {
    transform: translateY(50%);
    z-index: 2;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .w-md-34 {
    width: 34%;
  }

  .pos-md-bottom-right {
    position: absolute;
    bottom: 0%;
    right: 0%;
  }
}

@media only screen and (min-width: 576px) {
  .w-sm-100 {
    width: 100%;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .pos-sm-center-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 1720px) {
  .container-fluid-align-left,
  .container-fluid-xl-align-left {
    padding-left: calc((100vw - 1720px) / 2 + 5%) !important;
  }

  .container-fluid-align-right,
  .container-fluid-xl-align-right {
    padding-right: calc((100vw - 1720px) / 2 + 5%) !important;
  }
}

header {
  position: relative;
  z-index: 100;
}

header .header {
  padding: 25px 5%;
  transition: transform 250ms ease-in-out, background 250ms ease-in-out, box-shadow 250ms ease-in-out;
}

header .header .logo-wrapper {
  position: relative;
  max-width: 100%;
  width: 185px;
  height: 83px;
  transition: all 250ms ease-out;
  overflow: hidden;
  z-index: 2;
}

header .header .logo-wrapper .logo-link {
  display: block;
  position: relative;
  height: 100%;
}

header .header .logo-wrapper .logo-link .logo,
header .header .logo-wrapper .logo-link .logo-white {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: opacity 250ms ease-in-out;
  max-height: 100%;
}

header .header .logo-wrapper .logo-link .logo {
  opacity: 0;
}

header .header .logo-wrapper .logo-link .logo-white {
  opacity: 1;
}

header .header .logo-wrapper.logo-group {
  width: 138px;
  height: 64px;
}

header .header .link-lang {
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0rem;
  transition: color 250ms ease-in-out;
}

header .header .link-lang:hover {
  color: #5ec7f2;
}

header .header .link-account {
  margin: 0px 7% 0px 12%;
}

header .header .link-account i::before,
header .header .link-account em::before {
  font-size: 1.8rem;
  color: #fff;
  transition: color 250ms ease-in-out;
}

@media (max-width: 900px), (max-height: 900px) {
  header .header .link-account i::before,
  header .header .link-account em::before {
    font-size: calc(1.08rem + 1.28vmin);
  }
}

header .header .link-account:hover i::before,
header .header .link-account:hover em::before {
  color: #5ec7f2;
}

header .header .link-cart {
  padding-left: 50px;
  position: relative;
}

header .header .link-cart p {
  width: 40px;
  text-align: right;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #5ec7f2;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "brother-1816", sans-serif;
}

@media (max-width: 900px), (max-height: 900px) {
  header .header .link-cart p {
    font-size: calc(1.15rem + 2.4vmin);
  }
}

header .header .link-cart span {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.02rem;
  transition: color 250ms ease-in-out;
}

header .header .link-cart:hover span {
  color: #5ec7f2;
}

header .header .btn-menu {
  text-align: left;
  width: 60px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

header .header .btn-menu span {
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  transition: all 250ms ease-out;
}

header .header .btn-menu span:nth-child(1) {
  top: 0;
  width: 60px;
}

header .header .btn-menu span:nth-child(2) {
  top: calc(50% - 1px);
  width: 51px;
}

header .header .btn-menu span:nth-child(3) {
  top: calc(100% - 3px);
  width: 40px;
}

header .header .btn-menu:hover span:nth-child(2) {
  width: 60px;
}

header .header .btn-menu:hover span:nth-child(3) {
  width: 60px;
}

header .header .btn-menu.is-active span:nth-child(1) {
  animation: menuBtnFirst 250ms linear forwards;
}

header .header .btn-menu.is-active span:nth-child(2) {
  animation: menuBtnSecond 250ms linear forwards;
}

header .header .btn-menu.is-active span:nth-child(3) {
  animation: menuBtnThird 250ms linear forwards;
}

header .header-blue {
  background: #152c3d;
}

header .header-white {
  background: #fff;
}

header .header-white .logo-wrapper .logo-link .logo {
  opacity: 1;
}

header .header-white .logo-wrapper .logo-link .logo-white {
  opacity: 0;
}

header .header-white .link-lang {
  color: #152c3d;
}

header .header-white .link-account i::before,
header .header-white .link-account em::before {
  color: #152c3d;
}

header .header-white .link-cart span {
  color: #152c3d;
}

header .header-white .link-cart:hover span {
  color: #5ec7f2;
}

header .header-white .btn-menu span {
  background: #152c3d;
}

header.sticky .header {
  background: #fff;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
}

header.sticky .header .logo-wrapper {
  width: 110px;
  height: 45px;
}

header.sticky .header .logo-wrapper .logo-link .logo {
  opacity: 1;
}

header.sticky .header .logo-wrapper .logo-link .logo-white {
  opacity: 0;
}

header.sticky .header .link-lang {
  color: #152c3d;
}

header.sticky .header .link-lang:hover {
  color: #5ec7f2;
}

header.sticky .header .link-account i::before,
header.sticky .header .link-account em::before {
  color: #152c3d;
}

header.sticky .header .link-account:hover i::before,
header.sticky .header .link-account:hover em::before {
  color: #5ec7f2;
}

header.sticky .header .link-cart span {
  color: #152c3d;
}

header.sticky .header .link-cart:hover span {
  color: #5ec7f2;
}

header.sticky .header .btn-menu span {
  background: #152c3d;
}

header.sticky .header.header-white .link-cart:hover span {
  color: #ff6a00;
}

header.unpinned .header {
  transform: translateY(-100%);
  box-shadow: 0px 0px 0px rgba(188, 188, 188, 0);
}

header .btns-fixed-devices {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  background: #152c3d;
}

header .btns-fixed-devices li {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  width: 50%;
}

header .btns-fixed-devices li button {
  height: 80px;
  background: #152c3d;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

header .btns-fixed-devices li button.link-account i::before,
header .btns-fixed-devices li button.link-account em::before {
  font-size: 2rem;
}

@media (max-width: 900px), (max-height: 900px) {
  header .btns-fixed-devices li button.link-account i::before,
  header .btns-fixed-devices li button.link-account em::before {
    font-size: calc(1.1rem + 1.6vmin);
  }
}

header .btns-fixed-devices li button.btn-search {
  position: relative;
}

header .btns-fixed-devices li button.btn-search i,
header .btns-fixed-devices li button.btn-search em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header .btns-fixed-devices li button.btn-search i::before,
header .btns-fixed-devices li button.btn-search em::before {
  color: #fff;
  font-size: 1.5rem;
}

@media (max-width: 900px), (max-height: 900px) {
  header .btns-fixed-devices li button.btn-search i::before,
  header .btns-fixed-devices li button.btn-search em::before {
    font-size: calc(1.05rem + 0.8vmin);
  }
}

header .btns-fixed-devices li button.link-cart > div {
  padding-left: 40px;
  position: relative;
}

header .btns-fixed-devices li button.link-cart > div p {
  width: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #5ec7f2;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "brother-1816", sans-serif;
}

@media (max-width: 900px), (max-height: 900px) {
  header .btns-fixed-devices li button.link-cart > div p {
    font-size: calc(1.15rem + 2.4vmin);
  }
}

header .btns-fixed-devices li button.link-cart > div span {
  color: #fff;
  font-size: 0.625rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  transition: color 250ms ease-in-out;
}

header .btns-fixed-devices li:nth-child(1)::before {
  content: unset;
}

header .btns-fixed-devices li:nth-child(1),
header .btns-fixed-devices li:nth-child(3) {
  width: 25%;
}

header .btns-fixed-devices li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  header .header {
    padding: 15px 5%;
  }
}

@media only screen and (max-width: 575px) {
  header .header {
    padding: 15px 0%;
  }

  header .header .logo-wrapper {
    width: 125px;
    height: 56px;
  }
}

/**
    Support for SASS is deprecated as of v3.18.

    The files remain here if your build is dependent on them
    but they will not receive updates in future releases. All
    SASS variables have been translated into CSS variables, so
    migration should be quite simple if you'd like to move over.

    In v4, these files will be removed.
 */

.v-select {
  position: relative;
  font-family: inherit;
}

.v-select,
.v-select * {
  box-sizing: border-box;
}

/* KeyFrames */

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Dropdown Default Transition */

.vs__fade-enter-active,
.vs__fade-leave-active {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}

/** Component States */

/*
 * Disabled
 *
 * When the component is disabled, all interaction
 * should be prevented. Here we modify the bg color,
 * and change the cursor displayed on the interactive
 * components.
 */

.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__clear,
.vs--disabled .vs__search,
.vs--disabled .vs__selected,
.vs--disabled .vs__open-indicator {
  cursor: not-allowed;
  background-color: rgb(248, 248, 248);
}

/*
 *  RTL - Right to Left Support
 *
 *  Because we're using a flexbox layout, the `dir="rtl"`
 *  HTML attribute does most of the work for us by
 *  rearranging the child elements visually.
 */

.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px;
}

.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}

.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}

.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right;
}

/**
    Dropdown Toggle

    The dropdown toggle is the primary wrapper of the component. It
    has two direct descendants: .vs__selected-options, and .vs__actions.

    .vs__selected-options holds the .vs__selected's as well as the
    main search input.

    .vs__actions holds the clear button and dropdown toggle.
 */

.vs__dropdown-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(21, 44, 61, 0.2);
  border-radius: 0px;
  white-space: normal;
}

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}

.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px;
}

/* Dropdown Toggle States */

.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}

.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1);
}

.vs--loading .vs__open-indicator {
  opacity: 0;
}

/* Clear Button */

.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

/* Dropdown Menu */

.vs__dropdown-menu {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 10;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 100%;
  overflow-y: auto;
  box-shadow: none;
  border: 1px solid rgba(21, 44, 61, 0.2);
  border-top-style: none;
  border-radius: 0 0 0px 0px;
  text-align: left;
  list-style: none;
  background: #fff;
}

.vs__no-options {
  text-align: center;
}

/* List Items */

.vs__dropdown-option {
  line-height: 1.42857143;
  /* Normalize line height */
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  /* Overrides most CSS frameworks */
  white-space: nowrap;
  cursor: pointer;
}

.vs__dropdown-option--highlight {
  background: #152c3d;
  color: #fff;
}

.vs__dropdown-option--deselect {
  background: #fb5858;
  color: #fff;
}

.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, 0.5);
  cursor: inherit;
}

/* Selected Tags */

.vs__selected {
  display: flex;
  align-items: center;
  background-color: #152c3d;
  border: 1px solid rgba(21, 44, 61, 0.2);
  border-radius: 0px;
  color: #333;
  line-height: 1.3;
  margin: 4px 2px 0px 2px;
  padding: 0 0.25em;
  z-index: 0;
}

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

/* States */

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}

.vs--single.vs--open .vs__selected,
.vs--single.vs--loading .vs__selected {
  position: absolute;
  opacity: 0.4;
}

.vs--single.vs--searching .vs__selected {
  display: none;
}

/* Search Input */

/**
 * Super weird bug... If this declaration is grouped
 * below, the cancel button will still appear in chrome.
 * If it's up here on it's own, it'll hide it.
 */

.vs__search::-webkit-search-cancel-button {
  display: none;
}

.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration,
.vs__search::-ms-clear {
  display: none;
}

.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.3;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}

.vs__search::-moz-placeholder {
  color: #152c3d;
}

.vs__search::placeholder {
  color: #152c3d;
}

/**
    States
 */

.vs--unsearchable .vs__search {
  opacity: 1;
}

.vs--unsearchable:not(.vs--disabled) .vs__search {
  cursor: pointer;
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: 0.2;
}

/* Loading Spinner */

.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 0.9em solid rgba(100, 100, 100, 0.1);
  border-right: 0.9em solid rgba(100, 100, 100, 0.1);
  border-bottom: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left: 0.9em solid rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  animation: vSelectSpinner 1.1s infinite linear;
  transition: opacity 0.1s;
}

.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

/* Loading Spinner States */

.vs--loading .vs__spinner {
  opacity: 1;
}

.response-wrapper {
  position: relative;
  max-width: 100%;
  padding-top: 35px;
  margin: 2px auto;
}

.response-wrapper .response-msg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  width: 100%;
  height: 80%;
}

.input-wrapper {
  position: relative;
  margin-bottom: 1.75rem;
}

.input-wrapper label {
  font-family: "new-hero", sans-serif;
  font-size: 0.82rem;
  color: #152c3d;
  display: block;
  font-weight: 900;
  letter-spacing: 0.05rem;
  cursor: pointer;
  margin-bottom: 8px;
}

.input-wrapper input[type=text],
.input-wrapper input[type=email],
.input-wrapper input[type=password],
.input-wrapper input[type=search]:not(.vs__search),
.input-wrapper input[type=number] {
  font-family: "new-hero", sans-serif;
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #152c3d;
  width: 100%;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(21, 44, 61, 0.2);
  border-style: solid;
  border-radius: 0px;
  padding: 12px 12px;
  background-color: #fff;
  -webkit-appearance: none;
}

.input-wrapper input[type=text]:focus,
.input-wrapper input[type=email]:focus,
.input-wrapper input[type=password]:focus,
.input-wrapper input[type=search]:not(.vs__search):focus,
.input-wrapper input[type=number]:focus {
  outline: none;
}

.input-wrapper input[type=text]::-webkit-input-placeholder,
.input-wrapper input[type=email]::-webkit-input-placeholder,
.input-wrapper input[type=password]::-webkit-input-placeholder,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-input-placeholder,
.input-wrapper input[type=number]::-webkit-input-placeholder {
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  color: #152c3d;
}

.input-wrapper input[type=text]::-moz-placeholder,
.input-wrapper input[type=email]::-moz-placeholder,
.input-wrapper input[type=password]::-moz-placeholder,
.input-wrapper input[type=search]:not(.vs__search)::-moz-placeholder,
.input-wrapper input[type=number]::-moz-placeholder {
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  color: #152c3d;
}

.input-wrapper input[type=text]:-ms-input-placeholder,
.input-wrapper input[type=email]:-ms-input-placeholder,
.input-wrapper input[type=password]:-ms-input-placeholder,
.input-wrapper input[type=search]:not(.vs__search):-ms-input-placeholder,
.input-wrapper input[type=number]:-ms-input-placeholder {
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  color: #152c3d;
}

.input-wrapper input[type=text]:-moz-placeholder,
.input-wrapper input[type=email]:-moz-placeholder,
.input-wrapper input[type=password]:-moz-placeholder,
.input-wrapper input[type=search]:not(.vs__search):-moz-placeholder,
.input-wrapper input[type=number]:-moz-placeholder {
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  color: #152c3d;
}

.input-wrapper input[type=text]::-webkit-outer-spin-button,
.input-wrapper input[type=text]::-webkit-inner-spin-button,
.input-wrapper input[type=email]::-webkit-outer-spin-button,
.input-wrapper input[type=email]::-webkit-inner-spin-button,
.input-wrapper input[type=password]::-webkit-outer-spin-button,
.input-wrapper input[type=password]::-webkit-inner-spin-button,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-outer-spin-button,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-inner-spin-button,
.input-wrapper input[type=number]::-webkit-outer-spin-button,
.input-wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.input-wrapper.input-date input[type=text] {
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  line-height: 1;
  z-index: 2;
  position: relative;
}

.input-wrapper.input-date i,
.input-wrapper.input-date em {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: #152c3d;
  z-index: 1;
}

.input-wrapper.input-date i::before,
.input-wrapper.input-date em::before {
  font-size: 1.1rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .input-wrapper.input-date i::before,
  .input-wrapper.input-date em::before {
    font-size: calc(1.01rem + 0.16vmin);
  }
}

.input-wrapper.input-date::before {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: rgba(21, 44, 61, 0.2);
}

.input-wrapper .v-select .vs__dropdown-toggle {
  padding: 0 10px 0 0;
  background: #fff;
  overflow: hidden;
  position: relative;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(21, 44, 61, 0.2);
}

.input-wrapper .v-select .vs__dropdown-toggle .vs__selected-options {
  padding: 12px 0px 12px 12px;
  flex-wrap: nowrap;
  position: relative;
}

.input-wrapper .v-select .vs__dropdown-toggle .vs__selected-options .vs__selected {
  margin: 0 5px 0 0;
  padding: 0 10px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #152c3d;
  border: none;
}

.input-wrapper .v-select .vs__dropdown-toggle .vs__selected-options .vs__selected .vs__deselect {
  fill: #fff;
}

.input-wrapper .v-select .vs__dropdown-toggle .vs__selected-options .vs__search {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  border: none;
}

.input-wrapper .v-select .vs__dropdown-toggle .vs__selected-options .vs__search::-webkit-input-placeholder {
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  color: #152c3d;
}

.input-wrapper .v-select .vs__dropdown-toggle .vs__selected-options .vs__search::-moz-placeholder {
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  color: #152c3d;
}

.input-wrapper .v-select .vs__dropdown-toggle .vs__selected-options .vs__search:-ms-input-placeholder {
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  color: #152c3d;
}

.input-wrapper .v-select .vs__dropdown-toggle .vs__selected-options .vs__search:-moz-placeholder {
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  color: #152c3d;
}

.input-wrapper .v-select .vs__dropdown-toggle .vs__selected-options .vs__search:focus {
  margin: 0;
  padding: 0;
}

.input-wrapper .v-select .vs__dropdown-toggle .vs__actions {
  padding: 0;
  position: relative;
}

.input-wrapper .v-select .vs__dropdown-toggle .vs__actions .vs__open-indicator::before {
  font-size: 0.7rem;
}

.input-wrapper .v-select .vs__dropdown-toggle::before {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: rgba(21, 44, 61, 0.2);
}

.input-wrapper .v-select .vs__dropdown-menu .vs__dropdown-option {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

.input-wrapper .v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--disabled {
  opacity: 0.7;
  text-decoration: line-through;
}

.input-wrapper .v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--selected {
  opacity: 0.7;
}

.input-wrapper .v-select.vs--single .vs__selected-options .vs__selected {
  padding: 0;
  color: #152c3d;
}

.input-wrapper .v-select.vs--single.vs--open .vs__selected-options .vs__selected {
  top: 50%;
  transform: translateY(-50%);
}

.input-wrapper .v-select.vs--disabled {
  opacity: 0.7;
}

.input-wrapper .v-select.vs--disabled .vs__search {
  background-color: transparent;
}

.input-wrapper.input-file {
  position: relative;
  margin-bottom: 1.75rem;
}

.input-wrapper.input-file .input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.input-wrapper.input-file .input-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  border-color: rgba(21, 44, 61, 0.2);
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  padding: 20.04px 12px;
  opacity: 1;
  margin-bottom: 0;
  transition: opacity 250ms ease-in-out;
}

.input-wrapper.input-file .input-btn span {
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 3px;
  left: unset;
  background: rgba(94, 199, 242, 0.5);
  font-size: 0.82rem;
  font-weight: 400;
  color: #fff;
  padding: 0px 18px;
  margin: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background 250ms ease-in-out;
}

.input-wrapper.input-file .input-btn:hover span {
  background: #5ec7f2;
}

.input-wrapper.input-file .filename {
  position: absolute;
  top: calc(50% + 0.82rem - 2px);
  left: 12px;
  transform: translateY(-50%);
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 400;
}

.input-wrapper input:disabled,
.input-wrapper select:disabled {
  opacity: 0.7;
}

.input-wrapper .error-msg {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 0.5rem;
  letter-spacing: 0.1rem;
  color: #fff;
  background-color: #ff6a00;
  padding: 5px 9px;
  z-index: 5;
}

.input-wrapper.has-error label {
  color: #ff6a00;
}

.input-wrapper.has-error input[type=email],
.input-wrapper.has-error input[type=text],
.input-wrapper.has-error input[type=password],
.input-wrapper.has-error input[type=search],
.input-wrapper.has-error input[type=number] {
  border-color: #ff6a00;
}

.input-wrapper.has-error .v-select .vs__dropdown-toggle {
  border-color: #ff6a00;
}

.input-wrapper.has-error .dpifs-fake-input {
  border-color: #ff6a00;
}

.input-wrapper.label-float label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  transition: all 250ms ease-out;
  z-index: 1;
}

.input-wrapper.label-float .error-msg {
  top: 0px;
}

.input-wrapper.label-float.has-value label {
  top: calc(0% - 0.28125rem);
  transform: translateY(0%);
  color: #152c3d;
  font-size: 0.5625rem;
}

.input-wrapper.input-wrapper-alt input[type=email],
.input-wrapper.input-wrapper-alt input[type=text],
.input-wrapper.input-wrapper-alt input[type=password],
.input-wrapper.input-wrapper-alt input[type=search]:not(.vs__search),
.input-wrapper.input-wrapper-alt input[type=number] {
  border-color: #152c3d;
  color: #152c3d;
  background-color: transparent;
}

.input-wrapper.input-wrapper-alt-2 label {
  color: #fff;
}

.input-wrapper.input-wrapper-alt-2 input[type=email],
.input-wrapper.input-wrapper-alt-2 input[type=text],
.input-wrapper.input-wrapper-alt-2 input[type=password],
.input-wrapper.input-wrapper-alt-2 input[type=search]:not(.vs__search),
.input-wrapper.input-wrapper-alt-2 input[type=number] {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  background-color: transparent;
}

.input-wrapper.input-wrapper-alt-2 .v-select .vs__dropdown-toggle {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.input-wrapper.input-wrapper-alt-2 .v-select .vs__dropdown-toggle .vs__selected-options .vs__search::-webkit-input-placeholder {
  color: #fff;
}

.input-wrapper.input-wrapper-alt-2 .v-select .vs__dropdown-toggle .vs__selected-options .vs__search::-moz-placeholder {
  color: #fff;
}

.input-wrapper.input-wrapper-alt-2 .v-select .vs__dropdown-toggle .vs__selected-options .vs__search:-ms-input-placeholder {
  color: #fff;
}

.input-wrapper.input-wrapper-alt-2 .v-select .vs__dropdown-toggle .vs__selected-options .vs__search:-moz-placeholder {
  color: #fff;
}

.input-wrapper.input-wrapper-alt-2 .v-select .vs__dropdown-toggle .vs__selected-options .vs__selected {
  color: #fff;
}

.input-wrapper.input-wrapper-alt-2 .v-select .vs__dropdown-toggle .vs__actions .vs__open-indicator::before {
  color: #fff;
}

.input-wrapper.input-wrapper-alt-2 .v-select .vs__dropdown-toggle::before {
  background: rgba(255, 255, 255, 0.2);
}

.input-wrapper.input-wrapper-alt-2.input-file .input-btn {
  border-color: rgba(255, 255, 255, 0.2);
}

.input-wrapper.input-wrapper-alt-2.has-error label {
  color: #5ec7f2;
}

.input-wrapper.input-wrapper-alt-2 .error-msg {
  background: #5ec7f2;
  color: #152c3d;
}

.textarea-wrapper {
  position: relative;
}

.textarea-wrapper label {
  font-family: "new-hero", sans-serif;
  font-size: 0.82rem;
  color: #152c3d;
  display: block;
  font-weight: 900;
  letter-spacing: 0.05rem;
  cursor: pointer;
  margin-bottom: 8px;
}

.textarea-wrapper textarea {
  font-family: "new-hero", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #152c3d;
  width: 100%;
  border-width: 1px;
  border-color: rgba(21, 44, 61, 0.2);
  border-style: solid;
  border-radius: 0px;
  background-color: transparent;
  padding: 20px 17px;
  -webkit-appearance: none;
}

.textarea-wrapper textarea:focus {
  outline: none;
}

.textarea-wrapper textarea::-webkit-input-placeholder {
  font-family: "new-hero", sans-serif;
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  color: #152c3d;
}

.textarea-wrapper textarea::-moz-placeholder {
  font-family: "new-hero", sans-serif;
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  color: #152c3d;
}

.textarea-wrapper textarea:-ms-input-placeholder {
  font-family: "new-hero", sans-serif;
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  color: #152c3d;
}

.textarea-wrapper textarea:-moz-placeholder {
  font-family: "new-hero", sans-serif;
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  color: #152c3d;
}

.textarea-wrapper .error-msg {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 0.5rem;
  letter-spacing: 0.1rem;
  color: #fff;
  background-color: #ff6a00;
  padding: 5px 9px;
  z-index: 5;
}

.textarea-wrapper.has-error label {
  color: #ff6a00;
}

.textarea-wrapper.has-error textarea {
  border-color: #ff6a00;
}

.textarea-wrapper.label-float label {
  position: absolute;
  top: 28px;
  left: 17px;
  transform: translateY(-50%);
  transition: all 250ms ease-out;
}

.textarea-wrapper.label-float .error-msg {
  top: 0px;
  transform: translateY(30%);
}

.textarea-wrapper.label-float.has-value label {
  top: 8px;
  left: 11px;
  transform: translateY(0%);
  font-size: 0.5625rem;
}

.textarea-wrapper.textarea-wrapper-alt textarea {
  background-color: transparent;
  border: 1px solid #152c3d;
}

.textarea-wrapper.textarea-wrapper-alt-2 label {
  color: #fff;
}

.textarea-wrapper.textarea-wrapper-alt-2 textarea {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.textarea-wrapper.textarea-wrapper-alt-2 .error-msg {
  background: #5ec7f2;
  color: #152c3d;
}

.btn-submit {
  font-weight: 400;
  position: relative;
  color: #fff;
  background-color: transparent;
  padding: 12px 38px;
  border: 1px solid #fff;
  transition: background-color 250ms ease-out;
}

.btn-submit span {
  font-family: "new-hero", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
}

.btn-submit:hover {
  background: #fff;
  color: #5ec7f2;
}

.btn-submit.loading {
  background: transparent;
}

.btn-submit.loading span {
  opacity: 0;
}

.btn-submit.loading .loader {
  opacity: 1;
}

.btn-submit.loading .loader span {
  opacity: 1;
}

.btn-submit .loader {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #ffffff;
  animation: load 1.1s infinite linear;
}

.btn-submit .loader::after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  font-size: 0.625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.checkbox-wrapper label {
  margin-bottom: 0px;
  cursor: pointer;
  color: #152c3d;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.05rem;
}

.checkbox-wrapper label a {
  transition: all 250ms ease-out;
  text-decoration: underline;
}

.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.checkbox-wrapper .checkbox {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  border-color: rgba(21, 44, 61, 0.2);
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  transform: translateY(-50%);
}

.checkbox-wrapper .checkbox::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #152c3d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-wrapper:hover input ~ .checkbox {
  background-color: transparent;
}

.checkbox-wrapper input:checked ~ .checkbox {
  background-color: transparent;
}

.checkbox-wrapper input:checked ~ .checkbox:after {
  display: block;
}

.checkbox-wrapper button {
  color: #152c3d;
  text-decoration: underline;
}

.checkbox-wrapper .error-msg {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  font-size: 0.625rem;
  color: #ff6a00;
}

.checkbox-wrapper.checkbox-wrapper-alt .checkbox {
  border-color: #152c3d;
}

.checkbox-wrapper.checkbox-wrapper-alt-2 label {
  color: #fff;
}

.checkbox-wrapper.checkbox-wrapper-alt-2 .checkbox {
  border-color: rgba(255, 255, 255, 0.2);
}

.checkbox-wrapper.checkbox-wrapper-alt-2 .checkbox::after {
  border-color: #fff;
}

.checkbox-wrapper.has-error {
  color: #ff6a00;
}

.checkbox-wrapper.has-error .checkbox {
  border-color: #ff6a00;
}

.checkbox-wrapper.has-error label a,
.checkbox-wrapper.has-error label button {
  transition: all 0ms ease-out;
  color: #ff6a00;
}

.checkbox-wrapper.has-error.checkbox-wrapper-alt-2 .checkbox {
  border-color: #5ec7f2;
}

.radio-wrapper {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.radio-wrapper label {
  font-size: 0.75rem;
  margin-bottom: 0px;
  cursor: pointer;
  color: #152c3d;
  font-weight: 900;
  letter-spacing: 0.05rem;
}

.radio-wrapper input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.radio-wrapper .radio {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(21, 44, 61, 0.2);
  border-radius: 0;
}

.radio-wrapper .radio::after {
  content: "";
  display: none;
  height: 9px;
  width: 9px;
  border-radius: 0;
  background-color: #152c3d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radio-wrapper:hover input ~ .radio {
  background-color: transparent;
}

.radio-wrapper input:checked ~ .radio {
  background-color: transparent;
}

.radio-wrapper input:checked ~ .radio::after {
  display: block;
}

.radio-wrapper.has-error .radio {
  border-color: #ff6a00;
}

.radio-wrapper.radio-lg {
  padding-left: 35px;
}

.radio-wrapper.radio-lg label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #152c3d;
  line-height: 1.2rem;
}

.radio-wrapper.radio-lg label i,
.radio-wrapper.radio-lg label em {
  font-size: 0.6875rem;
  display: block;
}

.radio-wrapper.radio-lg .radio {
  border-width: 1px;
  height: 22px;
  width: 22px;
}

.radio-wrapper.radio-lg .radio::after {
  height: 13px;
  width: 8px;
  top: 8px;
  left: 4px;
}

.radio-wrapper.radio-wrapper-alt-2 label {
  color: #fff;
}

.radio-wrapper.radio-wrapper-alt-2 .radio {
  border-color: rgba(255, 255, 255, 0.2);
}

.radio-wrapper.radio-wrapper-alt-2 .radio::after {
  background-color: #fff;
}

.error-wrapper {
  position: relative;
  max-width: 100%;
  padding-top: 38px;
  margin: 2px auto;
}

.error-wrapper .error-msg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ce0000;
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-weight: 700;
  letter-spacing: 0.02rem;
}

.error-wrapper.error-wrapper-left .error-msg {
  left: 0;
  transform: unset;
}

.error-wrapper.error-wrapper-right .error-msg {
  left: unset;
  right: 0;
  transform: unset;
}

@keyframes load {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes load {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.loader {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #bcbcbc;
  border-right: 2px solid #bcbcbc;
  border-bottom: 2px solid #bcbcbc;
  border-left: 2px solid #fff;
  animation: load 1.1s infinite linear;
}

.loader::after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.img-loader {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  border-left: 2px solid #ffffff;
  animation: load 1.1s infinite linear;
}

.img-loader::after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.has-loader {
  position: relative;
}

.has-loader i,
.has-loader em {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 250ms ease-in-out;
}

.has-loader i::before,
.has-loader em::before {
  font-size: 1.5rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .has-loader i::before,
  .has-loader em::before {
    font-size: calc(1.05rem + 0.8vmin);
  }
}

.has-loader.loading *:not(.loader) {
  opacity: 0;
}

.has-loader.loading .loader {
  opacity: 1;
}

.has-loader.success {
  background: #33c91b !important;
}

.has-loader.success *:not(i) {
  opacity: 0;
}

.has-loader.success i,
.has-loader.success em {
  opacity: 1;
  color: #fff !important;
}

.marquee-text-wrap {
  position: relative;
  background-color: #152c3d;
  color: #fff;
  padding: 16px 0px;
  z-index: 2;
}

.marquee-text-wrap .marquee-text-content .marquee-text-text {
  padding: 0px 20px;
  font-size: 0.7rem;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.08rem;
}

.marquee-text-wrap .marquee-text-content .marquee-text-text::before {
  content: "-";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  color: #fff;
  transform: translate(50%, -50%);
}

.btn-side-menu-close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.btn-side-menu-close i,
.btn-side-menu-close em {
  color: #fff;
}

.btn-side-menu-close i::before,
.btn-side-menu-close em::before {
  font-size: 2.5rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .btn-side-menu-close i::before,
  .btn-side-menu-close em::before {
    font-size: calc(1.15rem + 2.4vmin);
  }
}

.submenu-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(21, 44, 61, 0.95);
  height: 340px;
  z-index: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7);
  transition: background 250ms ease-in-out;
}

.submenu-bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 800px;
  background: rgba(21, 44, 61, 0.95);
}

.submenu-bg .submenu-logo {
  position: relative;
  left: -10px;
  top: 25px;
  width: 185px;
  height: 74px;
}

.main-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.main-menu > li {
  display: block;
  margin: 0px 2%;
  position: relative;
}

.main-menu > li > a,
.main-menu > li > button {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.1rem;
  transition: color 250ms ease-in-out;
  position: relative;
}

@media (max-width: 900px), (max-height: 900px) {
  .main-menu > li > a,
  .main-menu > li > button {
    font-size: calc(1.02rem + 0.32vmin);
  }
}

.main-menu > li > a::after,
.main-menu > li > button::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: currentColor;
  opacity: 0;
  width: 0;
  transition: opacity 250ms ease-in-out, width 250ms ease-in-out;
}

.main-menu > li > a:hover,
.main-menu > li > a.active,
.main-menu > li > button:hover,
.main-menu > li > button.active {
  color: #5ec7f2;
}

.main-menu > li > a:hover::after,
.main-menu > li > a.active::after,
.main-menu > li > button:hover::after,
.main-menu > li > button.active::after {
  opacity: 1;
}

.main-menu > li > a.active::after,
.main-menu > li > button.active::after {
  width: 80%;
}

.main-menu > li:last-child {
  margin-bottom: 0px;
}

.main-menu > li .submenu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 20px;
}

.main-menu > li .submenu > li > a,
.main-menu > li .submenu > li > button {
  display: inline-block;
  color: #5ec7f2;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  padding: 8px 0px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
}

.main-menu > li .submenu > li > a::after,
.main-menu > li .submenu > li > button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: currentColor;
  width: 0;
}

.main-menu > li .submenu > li > a:hover,
.main-menu > li .submenu > li > button:hover {
  color: #fff;
}

.main-menu > li .submenu > li > a.active::after,
.main-menu > li .submenu > li > button.active::after {
  width: 100%;
}

.secondary-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.secondary-menu > li {
  margin: 0 20px;
}

.secondary-menu > li > a,
.secondary-menu > li > button {
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.15rem;
  position: relative;
  z-index: 99;
  color: #152c3d;
}

@media (max-width: 900px), (max-height: 900px) {
  .secondary-menu > li > a,
  .secondary-menu > li > button {
    font-size: calc(1.01rem + 0.16vmin);
  }
}

.secondary-menu > li > a::after,
.secondary-menu > li > button::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: currentColor;
  opacity: 0;
  width: 0;
  transition: opacity 250ms ease-in-out, width 250ms ease-in-out;
}

.secondary-menu > li > a.active::after,
.secondary-menu > li > button.active::after {
  opacity: 1;
  width: 80%;
}

.secondary-menu > li.submenu-open > a {
  color: #3a5569;
}

.secondary-menu > li .submenu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(21, 44, 61, 0.95);
  z-index: 98;
  padding: 60px 5%;
  min-height: 270px;
  text-align: center;
}

.secondary-menu > li .submenu-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 800px;
  background: rgba(21, 44, 61, 0.95);
}

.secondary-menu > li .submenu-wrapper .submenu {
  display: inline-block;
  min-width: 300px;
  position: relative;
}

.secondary-menu > li .submenu-wrapper .submenu .category-image {
  position: absolute;
  top: 0%;
  left: -20px;
  transform: translateX(-100%);
  width: 280px;
  border: 10px solid #152c3d;
  padding-top: 50%;
}

.secondary-menu > li .submenu-wrapper .submenu > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
}

.secondary-menu > li .submenu-wrapper .submenu > ul::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  background: rgba(94, 199, 242, 0.2);
}

.secondary-menu > li .submenu-wrapper .submenu > ul > li:nth-child(1) {
  margin-top: 0px;
}

.secondary-menu > li .submenu-wrapper .submenu > ul > li a,
.secondary-menu > li .submenu-wrapper .submenu > ul > li button {
  display: block;
  padding: 10px 0px;
  font-size: 1rem;
  letter-spacing: 0.08rem;
  color: #fff;
}

.secondary-menu > li .submenu-wrapper .submenu > ul > li a:hover,
.secondary-menu > li .submenu-wrapper .submenu > ul > li button:hover {
  color: #5ec7f2;
}

.secondary-menu > li .submenu-wrapper .submenu > ul > li > a {
  padding-left: 20px;
}

.secondary-menu > li .submenu-wrapper .submenu > ul > li button {
  padding-left: 20px;
  position: relative;
}

.secondary-menu > li .submenu-wrapper .submenu > ul > li button i,
.secondary-menu > li .submenu-wrapper .submenu > ul > li button em {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 250ms ease-in-out;
}

.secondary-menu > li .submenu-wrapper .submenu > ul > li button i::before,
.secondary-menu > li .submenu-wrapper .submenu > ul > li button em::before {
  font-size: 0.5rem;
}

.secondary-menu > li .submenu-wrapper .submenu > ul > li button.not-collapsed i,
.secondary-menu > li .submenu-wrapper .submenu > ul > li button.not-collapsed em {
  transform: translateY(-50%) rotateZ(90deg);
}

.secondary-menu > li .submenu-wrapper .submenu > ul > li ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding: 5px 10px 5px 20px;
}

.secondary-menu > li .submenu-wrapper .submenu > ul > li ul li a {
  padding-left: 10px;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  color: #fff;
  font-weight: 500;
}

.secondary-menu > li .submenu-wrapper .submenu > ul > li ul li a:hover {
  color: #5ec7f2;
}

.secondary-menu > li .submenu-wrapper .submenu > ul > li ul li a.active {
  color: #5ec7f2;
}

.secondary-menu > li.has-submenu > button {
  padding-right: 20px;
}

.secondary-menu > li.has-submenu > button i,
.secondary-menu > li.has-submenu > button em {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotateZ(0deg);
  transition: transform 250ms ease-in-out;
}

.secondary-menu > li.has-submenu > button i::before,
.secondary-menu > li.has-submenu > button em::before {
  font-size: 0.5rem;
}

.secondary-menu > li.has-submenu > button.not-collapsed i,
.secondary-menu > li.has-submenu > button.not-collapsed em {
  transform: translateY(-50%) rotateZ(-180deg);
}

.secondary-menu > li.has-submenu:hover > a {
  color: #fff;
}

.secondary-menu > li.has-submenu > .collapse {
  display: block !important;
}

header .header-white .submenu-bg {
  background: rgba(255, 255, 255, 0.9);
}

header .header-white .submenu-bg::before {
  background: rgba(255, 255, 255, 0.95);
}

header .header-white .main-menu > li > a,
header .header-white .main-menu > li > button {
  color: #152c3d;
}

header .header-white .main-menu > li > a:hover,
header .header-white .main-menu > li > button:hover {
  color: #5ec7f2;
}

header .header-white .main-menu > li .submenu > li > a,
header .header-white .main-menu > li .submenu > li > button {
  color: #152c3d;
}

header .header-white .main-menu > li .submenu > li > a:hover,
header .header-white .main-menu > li .submenu > li > button:hover {
  color: #5ec7f2;
}

header.sticky .submenu-bg {
  background: rgba(255, 255, 255, 0.9);
}

header.sticky .main-menu > li > a,
header.sticky .main-menu > li > button {
  color: #152c3d;
}

header.sticky .main-menu > li > a:hover,
header.sticky .main-menu > li > a.active,
header.sticky .main-menu > li > button:hover,
header.sticky .main-menu > li > button.active {
  color: #5ec7f2;
}

header.sticky .main-menu > li .submenu > li > a,
header.sticky .main-menu > li .submenu > li > button {
  color: #152c3d;
}

header.sticky .main-menu > li .submenu > li > a:hover,
header.sticky .main-menu > li .submenu > li > button:hover {
  color: #5ec7f2;
}

header.unpinned .submenu-bg {
  display: none;
}

header.unpinned .main-menu > li .submenu {
  display: none;
}

.mobile-menu .mobile-menu-wrapper {
  background: #152c3d;
  background: linear-gradient(0deg, #152c3d 0%, #27618b 100%);
  padding: 30px 30px 60px;
  overflow: auto;
  height: 100%;
}

.mobile-menu .mobile-menu-wrapper .mobile-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.mobile-menu .mobile-menu-wrapper .mobile-menu > li {
  margin-bottom: 1.2rem;
}

.mobile-menu .mobile-menu-wrapper .mobile-menu > li > a,
.mobile-menu .mobile-menu-wrapper .mobile-menu > li > button {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  position: relative;
  text-align: left;
}

@media (max-width: 900px), (max-height: 900px) {
  .mobile-menu .mobile-menu-wrapper .mobile-menu > li > a,
  .mobile-menu .mobile-menu-wrapper .mobile-menu > li > button {
    font-size: calc(1.02rem + 0.32vmin);
  }
}

.mobile-menu .mobile-menu-wrapper .mobile-menu > li > a i,
.mobile-menu .mobile-menu-wrapper .mobile-menu > li > a em,
.mobile-menu .mobile-menu-wrapper .mobile-menu > li > button i,
.mobile-menu .mobile-menu-wrapper .mobile-menu > li > button em {
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  transition: transform 250ms ease-in-out;
}

.mobile-menu .mobile-menu-wrapper .mobile-menu > li > a i::before,
.mobile-menu .mobile-menu-wrapper .mobile-menu > li > a em::before,
.mobile-menu .mobile-menu-wrapper .mobile-menu > li > button i::before,
.mobile-menu .mobile-menu-wrapper .mobile-menu > li > button em::before {
  font-size: 0.5rem;
}

.mobile-menu .mobile-menu-wrapper .mobile-menu > li > a.active,
.mobile-menu .mobile-menu-wrapper .mobile-menu > li > button.active {
  color: #5ec7f2;
}

.mobile-menu .mobile-menu-wrapper .mobile-menu > li > button {
  padding-left: 20px;
}

.mobile-menu .mobile-menu-wrapper .mobile-menu > li > button.not-collapsed i,
.mobile-menu .mobile-menu-wrapper .mobile-menu > li > button.not-collapsed em {
  transform: translateY(-50%) rotate(-90deg);
}

.mobile-menu .mobile-menu-wrapper .mobile-menu > li .submenu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding: 20px 0px 20px 23px;
}

.mobile-menu .mobile-menu-wrapper .mobile-menu > li .submenu > li > a,
.mobile-menu .mobile-menu-wrapper .mobile-menu > li .submenu > li > button {
  color: #fff;
  display: inline-block;
  padding: 8px 0px;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}

.mobile-menu .mobile-menu-wrapper .mobile-menu > li .submenu > li > a.active,
.mobile-menu .mobile-menu-wrapper .mobile-menu > li .submenu > li > button.active {
  color: #5ec7f2;
}

.mobile-menu .mobile-menu-wrapper .lang-menu {
  position: fixed;
  right: 25px;
  bottom: 25px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: right;
}

.mobile-menu .mobile-menu-wrapper .lang-menu li {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}

.mobile-menu .mobile-menu-wrapper .lang-menu li .link-lang {
  position: absolute;
  top: calc(50% + 2px);
  left: calc(50% + 2px);
  transform: translate(-50%, -50%);
  color: #152c3d;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
}

.mobile-secondary-menu .mobile-secondary-menu-wrapper {
  padding: 30px 30px 60px;
  overflow: auto;
  height: 100%;
}

.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li {
  margin-bottom: 1.2rem;
}

.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li > a,
.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li > button {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  position: relative;
  text-align: left;
}

.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li > a i,
.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li > a em,
.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li > button i,
.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li > button em {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 250ms ease-in-out;
}

.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li > a i::before,
.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li > a em::before,
.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li > button i::before,
.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li > button em::before {
  font-size: 0.5rem;
}

.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li > a.not-collapsed i,
.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li > a.not-collapsed em,
.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li > button.not-collapsed i,
.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li > button.not-collapsed em {
  transform: translateY(-50%) rotateZ(90deg);
}

.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li > a.active,
.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li > button.active {
  color: #5ec7f2;
}

.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li > button {
  padding-left: 16px;
}

.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li .submenu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding: 20px 0px;
}

.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li .submenu > li > a,
.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li .submenu > li > button {
  color: #fff;
  display: inline-block;
  padding: 8px 0px;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}

.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li .submenu > li > a.active,
.mobile-secondary-menu .mobile-secondary-menu-wrapper .mobile-secondary-menu > li .submenu > li > button.active {
  color: #5ec7f2;
}

@media only screen and (max-width: 1199px) {
  .main-menu > li > a,
  .main-menu > li > button {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
  }

  .main-menu > li .submenu > li > a,
  .main-menu > li .submenu > li > button {
    padding: 6px 0px;
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 575px) {
  .secondary-menu {
    flex-flow: column;
  }

  .secondary-menu > li {
    margin-top: 1rem;
  }

  .secondary-menu > li:nth-child(1) {
    margin-top: 0px;
  }
}

.modal-body {
  padding-top: 80px;
}

.btn-modal-close {
  color: #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}

.btn-modal-close:hover {
  color: #fff;
}

#cookies-adguard___BV_modal_outer_ .modal-backdrop {
  background-color: rgba(255, 255, 255, 0.9);
}

::-moz-selection {
  color: #fff;
  background: #152c3d;
  opacity: 1;
}

::selection {
  color: #fff;
  background: #152c3d;
  opacity: 1;
}

.table-striped-alt tbody tr td {
  font-size: 0.75rem;
  border-top: none;
}

.table-striped-alt tbody tr td:nth-child(1) {
  font-weight: 900;
}

.table-striped-alt tbody tr:nth-child(even) {
  background-color: #d0d5d8;
}

.table-striped-alt.table-small {
  text-align: center;
}

.table-striped-alt.table-small thead tr th {
  font-size: 0.75rem;
  font-weight: 400;
}

.table-striped-alt.table-small tbody tr td {
  font-size: 0.75rem;
}

.table-striped-alt.table-small tbody tr td:nth-child(1) {
  font-weight: 400;
}

.table-striped-alt.table-small tbody tr:nth-child(odd) {
  background-color: #fff;
}

.table-striped-alt.table-small tbody tr:nth-child(even) {
  background-color: #d0d5d8;
}

.tabs {
  width: 100%;
}

.tabs.tabs-faq .nav-tabs {
  margin-right: 50px;
}

.tabs.tabs-faq .nav-tabs .nav-item {
  border-right: none;
  margin-bottom: 10px;
}

.tabs.tabs-faq .nav-tabs .nav-item .nav-link {
  font-size: 0.975rem;
  letter-spacing: 0.1rem;
  font-weight: 900;
  padding: 6px 8px;
  position: relative;
  display: inline-block;
}

.tabs.tabs-faq .nav-tabs .nav-item .nav-link.active,
.tabs.tabs-faq .nav-tabs .nav-item .nav-link:hover {
  background: #152c3d;
  color: #fff;
}

.tabs.tabs-faq .nav-tabs.flex-column .nav-link {
  margin: 0px 0px;
  text-align: left;
}

.tabs.tabs-faq .tab-content {
  padding: 0px;
}

@media only screen and (max-width: 767px) {
  .tabs.tabs-faq .nav-tabs .nav-item {
    margin-right: 15px;
  }

  .tabs.tabs-faq .tab-content {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .tabs .tab-content {
    padding: 30px;
  }

  .tabs.tabs-faq .nav-tabs {
    margin-right: 0px;
  }

  .tabs.tabs-faq .nav-tabs .nav-item {
    margin-right: 0px;
  }

  .tabs.tabs-faq .nav-tabs .nav-item .nav-link {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1200px) {
  .tabs.tabs-container .nav-tabs {
    max-width: 1180px;
  }
}

.fade-up-enter-active,
.fade-up-leave-active {
  transition: all 250ms ease-out;
}

.fade-up-enter,
.fade-up-leave-to {
  opacity: 0;
  transform: translateY(-100%);
}

.fade-enter-active,
.fade-leave-active {
  transition: all 250ms ease-out;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.reveal {
  opacity: 0;
}

.reveal-top {
  opacity: 0;
  transform: translate(0, -5%);
}

.reveal-bottom {
  opacity: 0;
  transform: translate(0, 5%);
}

.reveal-right {
  opacity: 0;
  transform: translate(5%, 0);
}

.reveal-left {
  opacity: 0;
  transform: translate(-5%, 0);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: 0.05rem;
}

.text-sans-serif {
  font-family: "new-hero", sans-serif;
}

.tiny {
  font-size: 0.625rem;
}

.xtiny {
  font-size: 0.5625rem;
}

sup {
  font-size: 60%;
}

.ls-02 {
  letter-spacing: 0.02rem !important;
}

.ls-05 {
  letter-spacing: 0.05rem !important;
}

.ls-00 {
  letter-spacing: 0rem !important;
}

.ls-00 span,
.ls-00 b {
  letter-spacing: 0rem !important;
}

.ls-05 {
  letter-spacing: 0.05rem !important;
}

.ls-05 span,
.ls-05 b {
  letter-spacing: 0.05rem !important;
}

.ls-10 {
  letter-spacing: 0.1rem !important;
}

.ls-10 span,
.ls-10 b {
  letter-spacing: 0.1rem !important;
}

.ls-15 {
  letter-spacing: 0.15rem !important;
}

.ls-15 span,
.ls-15 b {
  letter-spacing: 0.15rem !important;
}

.ls-20 {
  letter-spacing: 0.2rem !important;
}

.ls-20 span,
.ls-20 b {
  letter-spacing: 0.2rem !important;
}

.ls-25 {
  letter-spacing: 0.25rem !important;
}

.ls-25 span,
.ls-25 b {
  letter-spacing: 0.25rem !important;
}

.ls-30 {
  letter-spacing: 0.3rem !important;
}

.ls-30 span,
.ls-30 b {
  letter-spacing: 0.3rem !important;
}

.lh-00 {
  line-height: 0;
}

.lh-01 {
  line-height: 0.1;
}

.lh-02 {
  line-height: 0.2;
}

.lh-03 {
  line-height: 0.3;
}

.lh-04 {
  line-height: 0.4;
}

.lh-05 {
  line-height: 0.5;
}

.lh-06 {
  line-height: 0.6;
}

.lh-07 {
  line-height: 0.7;
}

.lh-08 {
  line-height: 0.8;
}

.lh-09 {
  line-height: 0.9;
}

.lh-10 {
  line-height: 1;
}

.lh-11 {
  line-height: 1.1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-13 {
  line-height: 1.3;
}

.lh-14 {
  line-height: 1.4;
}

.lh-15 {
  line-height: 1.5;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.lh-18 {
  line-height: 1.8;
}

.text-erase {
  position: relative;
  display: inline-block;
}

.text-erase::after {
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: 1px;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

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

.text-bg-rounded {
  display: inline-block;
  padding: 14px 45px;
  border-radius: 1rem;
}

.link-underline {
  text-decoration: underline;
}

.link-underline:hover {
  text-decoration: none;
  color: currentColor;
}

.text-underline::after {
  bottom: -2px;
  width: 100%;
  height: 1px;
}

.text-underline-thick {
  position: relative;
  display: inline-block;
}

.text-underline-thick::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: currentColor;
  bottom: -3px;
  width: 100%;
  height: 2px;
}

.text-half-underline-left,
.text-half-underline-center {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.text-half-underline-left::after,
.text-half-underline-center::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 50%;
  height: 2px;
  background: currentColor;
}

.text-half-underline-left.line-primary::after,
.text-half-underline-center.line-primary::after {
  background: #152c3d;
}

.text-half-underline-left.text-half-underline-small::after,
.text-half-underline-center.text-half-underline-small::after {
  width: 25%;
}

.text-half-underline-left::after {
  left: 2px;
}

.text-half-underline-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.text-vertical {
  transform: rotateZ(-90deg) translateX(-100%);
  display: inline-block;
  transform-origin: 0% 25%;
}

.text-white-20 {
  color: rgba(255, 255, 255, 0.2);
}

ul.no-style {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

ul.no-style li {
  line-height: 1.5;
}

ul.check-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}

ul.check-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

ul.check-list li b {
  font-weight: 900;
  letter-spacing: 0.1rem;
}

ul.check-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: rotate(45deg);
  height: 12px;
  width: 8px;
  border-bottom: 3px solid #5ec7f2;
  border-right: 3px solid #5ec7f2;
}

ul.check-list.big li {
  padding-left: 24px;
  margin-bottom: 5px;
}

ul.check-list.big li::before {
  height: 14px;
  width: 10px;
  top: 8px;
}

hr {
  border-top: 1px solid #fff;
  margin: 5px auto;
}

hr.primary {
  border-color: #152c3d;
}

hr.secondary {
  border-color: #5ec7f2;
}

hr.vertical {
  border-top: none;
  position: relative;
  margin: 0 auto;
}

hr.vertical::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 148px;
  background-color: #775c22;
  transform: translateY(-50%);
}

hr.vertical.medium::after {
  height: 86px;
}

hr.vertical.primary::after {
  background-color: #152c3d;
}

hr.tiny {
  width: 40px;
}

hr.small {
  width: 53px;
}

hr.large {
  width: 140px;
}

hr.thick {
  border-width: 2px;
}

hr.thicke {
  border-width: 3px;
}

hr.thicker {
  border-width: 4px;
}

.text-dynamic h1,
.text-dynamic h2,
.text-dynamic h3,
.text-dynamic h4,
.text-dynamic h5,
.text-dynamic h6,
.text-dynamic .h1,
.text-dynamic .h2,
.text-dynamic .h3,
.text-dynamic .h4,
.text-dynamic .h5,
.text-dynamic .h6,
.text-dynamic p {
  color: #152c3d;
  font-family: "new-hero", sans-serif;
}

.text-dynamic h2 {
  margin-bottom: 25px;
  color: #152c3d;
}

.text-dynamic h3,
.text-dynamic h4,
.text-dynamic h5,
.text-dynamic h6 {
  color: #152c3d;
  margin: 20px 0px;
}

.text-dynamic h6 {
  font-size: 1rem;
  font-weight: 500;
}

.text-dynamic p {
  margin-bottom: 15px;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  font-size: 0.85rem;
}

.text-dynamic ul,
.text-dynamic ol {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}

.text-dynamic ul li,
.text-dynamic ol li {
  margin-bottom: 10px;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
}

.text-dynamic ul li ul,
.text-dynamic ol li ul {
  list-style: none;
  padding-left: 13px;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.text-dynamic ul li ul li,
.text-dynamic ol li ul li {
  position: relative;
  margin-bottom: 5px;
}

.text-dynamic ul li ul li::before,
.text-dynamic ol li ul li::before {
  content: "-";
  position: absolute;
  top: 9px;
  left: -10px;
  line-height: 0;
}

.text-dynamic .table.table-striped-alt table {
  width: 100% !important;
  border: none !important;
}

.text-dynamic .table.table-striped-alt table td {
  border: none;
  text-align: left;
}

.text-dynamic-2 h1,
.text-dynamic-2 h2,
.text-dynamic-2 h3,
.text-dynamic-2 h4,
.text-dynamic-2 h5,
.text-dynamic-2 h6,
.text-dynamic-2 .h1,
.text-dynamic-2 .h2,
.text-dynamic-2 .h3,
.text-dynamic-2 .h4,
.text-dynamic-2 .h5,
.text-dynamic-2 .h6,
.text-dynamic-2 p {
  color: #152c3d;
  font-family: "new-hero", sans-serif;
}

.text-dynamic-2 h2 {
  margin-bottom: 25px;
  color: #152c3d;
}

.text-dynamic-2 h3,
.text-dynamic-2 h4,
.text-dynamic-2 h5,
.text-dynamic-2 h6 {
  color: #152c3d;
  margin: 20px 0px;
}

.text-dynamic-2 p {
  margin-bottom: 15px;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  font-size: 0.875rem;
}

.text-dynamic-2 ul,
.text-dynamic-2 ol {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}

.text-dynamic-2 ul li,
.text-dynamic-2 ol li {
  margin-bottom: 20px;
  font-size: 0.8125rem;
}

.text-dynamic-2 ul li ul,
.text-dynamic-2 ol li ul {
  list-style: none;
  padding-left: 13px;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.text-dynamic-2 ul li ul li,
.text-dynamic-2 ol li ul li {
  position: relative;
  margin-bottom: 5px;
}

.text-dynamic-2 ul li ul li::before,
.text-dynamic-2 ol li ul li::before {
  content: "-";
  position: absolute;
  top: 9px;
  left: -10px;
  line-height: 0;
}

.text-dynamic-3 h1,
.text-dynamic-3 h2,
.text-dynamic-3 h3,
.text-dynamic-3 h4,
.text-dynamic-3 h5,
.text-dynamic-3 h6,
.text-dynamic-3 .h1,
.text-dynamic-3 .h2,
.text-dynamic-3 .h3,
.text-dynamic-3 .h4,
.text-dynamic-3 .h5,
.text-dynamic-3 .h6,
.text-dynamic-3 p {
  color: #152c3d;
  font-family: "new-hero", sans-serif;
}

.text-dynamic-3 h1,
.text-dynamic-3 h2,
.text-dynamic-3 h3,
.text-dynamic-3 h4,
.text-dynamic-3 h5,
.text-dynamic-3 h6 {
  font-weight: 500;
  line-height: 1;
  color: #152c3d;
  margin: 40px 0px 10px 0px;
  letter-spacing: 0rem;
}

.text-dynamic-3 h1 {
  font-size: 2.1875rem;
  margin: 0px 0px 10px 0px;
}

@media (max-width: 900px), (max-height: 900px) {
  .text-dynamic-3 h1 {
    font-size: calc(1.11875rem + 1.9vmin);
  }
}

.text-dynamic-3 a {
  text-decoration: underline;
  color: #5ec7f2;
}

.text-dynamic-3 a:hover {
  text-decoration: none;
}

.text-dynamic-3 p {
  margin-bottom: 15px;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  font-size: 0.875rem;
  font-weight: 400;
}

.text-dynamic-3 p strong,
.text-dynamic-3 p b {
  font-weight: 900;
}

.text-dynamic-3 ul,
.text-dynamic-3 ol {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}

.text-dynamic-3 ul li,
.text-dynamic-3 ol li {
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  font-size: 0.875rem;
  font-weight: 400;
}

.text-dynamic-3 ul li strong,
.text-dynamic-3 ul li b,
.text-dynamic-3 ol li strong,
.text-dynamic-3 ol li b {
  font-weight: 900;
}

.text-product-inner h1,
.text-product-inner h2,
.text-product-inner h3,
.text-product-inner h4,
.text-product-inner h5,
.text-product-inner h6,
.text-product-inner .h1,
.text-product-inner .h2,
.text-product-inner .h3,
.text-product-inner .h4,
.text-product-inner .h5,
.text-product-inner .h6,
.text-product-inner p {
  color: #152c3d;
  font-family: "new-hero", sans-serif;
}

.text-product-inner h2 {
  margin-bottom: 25px;
  color: #152c3d;
}

.text-product-inner h3,
.text-product-inner h4,
.text-product-inner h5,
.text-product-inner h6 {
  color: #152c3d;
  margin: 20px 0px;
}

.text-product-inner h6 {
  font-size: 1rem;
  font-weight: 500;
}

.text-product-inner p {
  margin-bottom: 15px;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  font-size: 1rem;
}

.text-product-inner ul,
.text-product-inner ol {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}

.text-product-inner ul li,
.text-product-inner ol li {
  margin-bottom: 10px;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  font-size: 1rem;
}

.text-product-inner ul li ul,
.text-product-inner ol li ul {
  list-style: none;
  padding-left: 13px;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.text-product-inner ul li ul li,
.text-product-inner ol li ul li {
  position: relative;
  margin-bottom: 5px;
}

.text-product-inner ul li ul li::before,
.text-product-inner ol li ul li::before {
  content: "-";
  position: absolute;
  top: 9px;
  left: -10px;
  line-height: 0;
}

.text-product-inner .table.table-striped-alt table {
  width: 100% !important;
  border: none !important;
}

.text-product-inner .table.table-striped-alt table td {
  border: none;
  text-align: left;
  font-size: 0.9rem;
}

.text-terms h1,
.text-terms h2,
.text-terms h3,
.text-terms h4,
.text-terms h5,
.text-terms h6,
.text-terms .h1,
.text-terms .h2,
.text-terms .h3,
.text-terms .h4,
.text-terms .h5,
.text-terms .h6,
.text-terms p,
.text-terms li {
  color: #444444;
  font-family: "new-hero", sans-serif;
}

.text-terms h2 {
  color: #152c3d;
  margin-bottom: 25px;
}

.text-terms h3,
.text-terms h4 {
  color: #152c3d;
  margin: 20px 0px;
}

.text-terms h5,
.text-terms h6 {
  margin-bottom: 15px;
  font-size: 0.9em;
  line-height: 1.7em;
}

.text-terms p {
  margin-bottom: 15px;
  font-size: 0.9em;
  line-height: 1.7em;
}

.text-terms ul {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}

.text-terms ul li {
  font-size: 0.9em;
  line-height: 1.7em;
}

em[class^=icon-]:before,
em[class*=" icon-"]:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i[class^=icon-],
i[class*=" icon-"],
em[class^=icon-],
em[class*=" icon-"] {
  font-size: 0;
}

i.icon-tiny[class^=icon-]::before,
i.icon-tiny[class*=" icon-"]::before,
em.icon-tiny[class^=icon-]::before,
em.icon-tiny[class*=" icon-"]::before {
  font-size: 0.4rem;
}

i.icon-xs[class^=icon-]::before,
i.icon-xs[class*=" icon-"]::before,
em.icon-xs[class^=icon-]::before,
em.icon-xs[class*=" icon-"]::before {
  font-size: 0.7rem;
}

i.icon-sm[class^=icon-]::before,
i.icon-sm[class*=" icon-"]::before,
em.icon-sm[class^=icon-]::before,
em.icon-sm[class*=" icon-"]::before {
  font-size: 1.1rem;
}

@media (max-width: 900px), (max-height: 900px) {
  i.icon-sm[class^=icon-]::before,
  i.icon-sm[class*=" icon-"]::before,
  em.icon-sm[class^=icon-]::before,
  em.icon-sm[class*=" icon-"]::before {
    font-size: calc(1.01rem + 0.16vmin);
  }
}

i.icon-m[class^=icon-]::before,
i.icon-m[class*=" icon-"]::before,
em.icon-m[class^=icon-]::before,
em.icon-m[class*=" icon-"]::before {
  font-size: 1.4rem;
}

@media (max-width: 900px), (max-height: 900px) {
  i.icon-m[class^=icon-]::before,
  i.icon-m[class*=" icon-"]::before,
  em.icon-m[class^=icon-]::before,
  em.icon-m[class*=" icon-"]::before {
    font-size: calc(1.04rem + 0.64vmin);
  }
}

i.icon-lg[class^=icon-]::before,
i.icon-lg[class*=" icon-"]::before,
em.icon-lg[class^=icon-]::before,
em.icon-lg[class*=" icon-"]::before {
  font-size: 2rem;
}

@media (max-width: 900px), (max-height: 900px) {
  i.icon-lg[class^=icon-]::before,
  i.icon-lg[class*=" icon-"]::before,
  em.icon-lg[class^=icon-]::before,
  em.icon-lg[class*=" icon-"]::before {
    font-size: calc(1.1rem + 1.6vmin);
  }
}

i.icon-xl[class^=icon-]::before,
i.icon-xl[class*=" icon-"]::before,
em.icon-xl[class^=icon-]::before,
em.icon-xl[class*=" icon-"]::before {
  font-size: 3.25rem;
}

@media (max-width: 900px), (max-height: 900px) {
  i.icon-xl[class^=icon-]::before,
  i.icon-xl[class*=" icon-"]::before,
  em.icon-xl[class^=icon-]::before,
  em.icon-xl[class*=" icon-"]::before {
    font-size: calc(1.225rem + 3.6vmin);
  }
}

i.icon-xxl[class^=icon-]::before,
i.icon-xxl[class*=" icon-"]::before,
em.icon-xxl[class^=icon-]::before,
em.icon-xxl[class*=" icon-"]::before {
  font-size: 6.6rem;
}

@media (max-width: 900px), (max-height: 900px) {
  i.icon-xxl[class^=icon-]::before,
  i.icon-xxl[class*=" icon-"]::before,
  em.icon-xxl[class^=icon-]::before,
  em.icon-xxl[class*=" icon-"]::before {
    font-size: calc(1.56rem + 8.96vmin);
  }
}

@media only screen and (min-width: 992px) {
  .text-half-underline-lg-left::after {
    left: 2px;
    transform: translateX(0%);
  }
}

/**/

.account-tabs {
  width: 100%;
}

.account-tabs .nav-tabs .nav-item {
  margin-right: 10px;
}

.account-tabs .nav-tabs .nav-item:last-child {
  margin-right: 0px;
}

.account-tabs .nav-tabs .nav-item .nav-link {
  font-size: 0.6875rem;
  padding: 14px 22px;
  border: 1px solid #152c3d;
  background: #152c3d;
  color: #fff;
  text-align: center;
  transition: all 250ms ease-out;
}

.account-tabs .nav-tabs .nav-item .nav-link.active,
.account-tabs .nav-tabs .nav-item .nav-link:hover {
  color: #152c3d;
  background: #fff;
}

.account-tabs .nav-tabs.nav-tabs-3 .nav-item {
  width: 32.8%;
}

.account-tabs .tab-content {
  position: relative;
  padding: 40px 0px;
}

.btns-edit-account {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
}

@media only screen and (max-width: 991px) {
  .account-tabs .tab-content {
    padding: 20px 0px;
  }

  .btns-edit-account {
    position: relative;
    margin-bottom: 2rem;
    bottom: unset;
    right: unset;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .account-tabs .nav-tabs .nav-item {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .account-tabs .nav-tabs {
    justify-content: center;
  }

  .account-tabs .nav-tabs .nav-item {
    margin: 0px 5px 10px;
  }

  .account-tabs .nav-tabs .nav-item .nav-link {
    font-size: 0.7rem;
  }

  .account-tabs .tab-content {
    padding: 30px 30px;
  }
}

.address-wrapper {
  border: 1px solid #152c3d;
  padding: 8px;
  height: 100%;
  position: relative;
}

.address-wrapper .make-default {
  position: absolute;
  top: 8px;
  left: 8px;
}

.address-wrapper .make-default i[class^=icon-],
.address-wrapper .make-default i[class*=" icon-"],
.address-wrapper .make-default em[class^=icon-],
.address-wrapper .make-default em[class*=" icon-"] {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
}

.address-wrapper .make-default i[class^=icon-]::before,
.address-wrapper .make-default i[class*=" icon-"]::before,
.address-wrapper .make-default em[class^=icon-]::before,
.address-wrapper .make-default em[class*=" icon-"]::before {
  font-size: 0.7rem;
  color: #152c3d;
}

.address-wrapper .make-default span {
  display: block;
  font-size: 0.6875rem;
  color: #152c3d;
  position: relative;
  z-index: 1;
  padding: 8px 10px 8px 30px;
  background: #5ec7f2;
}

.address-wrapper p {
  font-size: 0.6875rem;
  line-height: 1.5;
}

.btn-new-address {
  width: 100%;
  height: 100%;
}

.btn-new-address span {
  color: #152c3d;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
}

.btns-tools {
  position: absolute;
  top: 14px;
  right: 10px;
}

.btns-tools .btn-tool i[class^=icon-]::before,
.btns-tools .btn-tool i[class*=" icon-"]::before,
.btns-tools .btn-tool em[class^=icon-]::before,
.btns-tools .btn-tool em[class*=" icon-"]::before {
  font-size: 1rem;
}

.breadcrumps {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.breadcrumps li {
  font-size: 0.625rem;
  position: relative;
  color: #adafb7;
  padding-left: 10px;
  margin-left: 10px;
  letter-spacing: 0.05rem;
}

.breadcrumps li a {
  color: #adafb7;
}

.breadcrumps li a:hover {
  color: #152c3d;
}

.breadcrumps li::after {
  content: "//";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4px;
}

.breadcrumps li:nth-child(1) {
  padding-left: 0px;
  margin-left: 0px;
}

.breadcrumps li:nth-child(1)::after {
  content: unset;
}

.breadcrumps li.last {
  color: #152c3d;
}

@media only screen and (max-width: 575px) {
  .breadcrumps {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .breadcrumps li {
    margin-bottom: 10px;
  }
}

.cart-row {
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  border-bottom: 1px solid rgba(21, 44, 61, 0.2);
}

.cart-row > div {
  padding: 20px 10px;
  font-size: 0.875rem;
  line-height: 1;
  flex-grow: 0;
  flex-shrink: 0;
}

.cart-row > div.cart-row-index {
  width: 35px;
  font-size: 0.875rem;
}

.cart-row > div.cart-row-img {
  width: 100px;
}

.cart-row > div.cart-row-img .img-wrapper {
  position: relative;
  display: inline-block;
}

.cart-row > div.cart-row-img .img-wrapper img {
  position: relative;
  width: 55px;
}

.cart-row > div.cart-row-product {
  width: 100%;
  flex-shrink: 1;
}

.cart-row > div.cart-row-quantity {
  width: 110px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-row > div.cart-row-quantity button .minus,
.cart-row > div.cart-row-quantity button .plus,
.cart-row > div.cart-row-quantity button .remove {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
}

.cart-row > div.cart-row-quantity button .minus::before,
.cart-row > div.cart-row-quantity button .minus::after,
.cart-row > div.cart-row-quantity button .plus::before,
.cart-row > div.cart-row-quantity button .plus::after,
.cart-row > div.cart-row-quantity button .remove::before,
.cart-row > div.cart-row-quantity button .remove::after {
  content: "";
  display: block;
  position: absolute;
  background: #152c3d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 250ms ease-out;
}

.cart-row > div.cart-row-quantity button .minus::before,
.cart-row > div.cart-row-quantity button .plus::before,
.cart-row > div.cart-row-quantity button .remove::before {
  width: 100%;
  height: 2px;
}

.cart-row > div.cart-row-quantity button .minus::after,
.cart-row > div.cart-row-quantity button .plus::after,
.cart-row > div.cart-row-quantity button .remove::after {
  width: 2px;
  height: 100%;
}

.cart-row > div.cart-row-quantity button .minus:hover::before,
.cart-row > div.cart-row-quantity button .minus:hover::after,
.cart-row > div.cart-row-quantity button .plus:hover::before,
.cart-row > div.cart-row-quantity button .plus:hover::after,
.cart-row > div.cart-row-quantity button .remove:hover::before,
.cart-row > div.cart-row-quantity button .remove:hover::after {
  background: #5ec7f2;
}

.cart-row > div.cart-row-quantity button .minus::after {
  opacity: 0;
}

.cart-row > div.cart-row-quantity button .remove::before,
.cart-row > div.cart-row-quantity button .remove::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.cart-row > div.cart-row-quantity button:disabled {
  opacity: 0.15;
}

.cart-row > div.cart-row-quantity .cart-prod-quantity {
  font-size: 1.25rem;
  padding: 0 12px;
}

@media (max-width: 900px), (max-height: 900px) {
  .cart-row > div.cart-row-quantity .cart-prod-quantity {
    font-size: calc(1.025rem + 0.4vmin);
  }
}

.cart-row > div.cart-row-price {
  width: 220px;
  font-size: 1.125rem;
  padding-left: 100px;
  padding-right: 20px;
  white-space: nowrap;
  text-align: right;
}

@media (max-width: 900px), (max-height: 900px) {
  .cart-row > div.cart-row-price {
    font-size: calc(1.0125rem + 0.2vmin);
  }
}

.cart-total {
  padding: 20px 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cart-notification {
  position: fixed;
  top: 250px;
  right: 6.5%;
  background: #fff;
  padding: 11px 13px;
  max-width: 265px;
  z-index: 1065;
  color: #fff;
}

.cart-notification img {
  max-width: 54px;
  margin-right: 10px;
}

.cart-notification p {
  line-height: 1.4;
  color: #152c3d;
  letter-spacing: 0.1rem;
}

.cart-notification .btn-cart {
  background: #5ec7f2;
  color: #fff;
  letter-spacing: 0.2rem;
  padding: 2px 4px;
  display: block;
  margin-top: 10px;
  font-size: 0.75rem;
  width: 100%;
  padding: 10px 10px;
}

.cart-notification .btn-remove-notification {
  position: absolute;
  top: -1px;
  right: 0px;
  background: #fff;
  padding: 10px 10px;
  transform: translateY(-100%);
}

@media only screen and (max-width: 767px) {
  .cart-row {
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-top: 10px;
    background: #fff;
  }

  .cart-row > div {
    padding: 10px 10px;
  }

  .cart-row > div.cart-row-index,
  .cart-row > div.cart-row-img,
  .cart-row > div.cart-row-product,
  .cart-row > div.cart-row-quantity,
  .cart-row > div.cart-row-price {
    flex-grow: 1;
  }

  .cart-row > div.cart-row-index {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    padding: 10px 10px;
    color: #fff;
    z-index: 10;
    display: none;
  }

  .cart-row > div.cart-row-img {
    width: 40%;
  }

  .cart-row > div.cart-row-img .img-wrapper img {
    width: 100%;
  }

  .cart-row > div.cart-row-product {
    width: 60%;
  }

  .cart-row > div.cart-row-quantity {
    width: 30%;
    padding: 20px 10px 10px;
  }

  .cart-row > div.cart-row-quantity button {
    background: #152c3d;
    padding: 10px 10px;
  }

  .cart-row > div.cart-row-quantity button .minus::before,
  .cart-row > div.cart-row-quantity button .minus::after,
  .cart-row > div.cart-row-quantity button .remove::before,
  .cart-row > div.cart-row-quantity button .remove::after,
  .cart-row > div.cart-row-quantity button .plus::before,
  .cart-row > div.cart-row-quantity button .plus::after {
    background: #fff;
  }

  .cart-row > div.cart-row-price {
    width: 70%;
    text-align: right;
    padding: 20px 10px 10px;
  }

  .cart-total {
    justify-content: space-between;
  }
}

.btn-shipping-method {
  width: 100%;
  min-height: 74px;
  padding: 15px 15px 15px 68px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(21, 44, 61, 0.2);
  text-align: right;
  margin-bottom: 15px;
  position: relative;
  color: #152c3d;
  transition: border-color 250ms ease-in-out;
}

.btn-shipping-method i[class^=icon-],
.btn-shipping-method i[class*=" icon-"],
.btn-shipping-method em[class^=icon-],
.btn-shipping-method em[class*=" icon-"] {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  font-size: 25px;
  color: #152c3d;
  opacity: 0;
  color: #ff6a00;
}

.btn-shipping-method i[class^=icon-]::before,
.btn-shipping-method i[class*=" icon-"]::before,
.btn-shipping-method em[class^=icon-]::before,
.btn-shipping-method em[class*=" icon-"]::before {
  font-size: 1.4rem;
}

.btn-shipping-method .btn-shipping-method-price {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  width: 50%;
}

.btn-shipping-method .btn-shipping-method-price hr {
  border-top: none;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-5px);
}

.btn-shipping-method .btn-shipping-method-price hr::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 38px;
  background: #152c3d;
  transform: translateY(-50%);
}

.btn-shipping-method .btn-shipping-method-info {
  width: 100%;
  max-width: 190px;
}

.btn-shipping-method .btn-shipping-method-info p:nth-child(2) {
  margin-top: 5px;
  line-height: 1.2;
}

.btn-shipping-method:hover {
  border-color: rgba(21, 44, 61, 0.5);
}

.btn-shipping-method.active {
  border-color: rgba(21, 44, 61, 0.5);
}

.btn-shipping-method.active i[class^=icon-],
.btn-shipping-method.active i[class*=" icon-"],
.btn-shipping-method.active em[class^=icon-],
.btn-shipping-method.active em[class*=" icon-"] {
  opacity: 1;
}

.btn-shipping-method.has-error {
  border-color: #ce0000;
}

.table-summary {
  width: 100%;
}

.table-summary th,
.table-summary td {
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
  border-top: none;
  letter-spacing: 0.05rem;
  padding: 7px 0px;
}

.table-summary tr:last-child td {
  border-bottom: none;
}

.table-summary tbody td:first-child {
  padding-left: 10px;
  text-align: left;
  font-weight: 900;
  font-size: 0.85rem;
}

.table-summary tbody td:first-child span {
  font-weight: 400;
}

.table-summary tbody td:last-child {
  padding-right: 20px;
  text-align: right;
  font-size: 0.85rem;
}

.table-summary tfoot tr {
  background: #152c3d;
  color: #fff;
}

.table-summary tfoot tr td {
  font-size: 1.25rem;
  padding: 16px 20px;
}

@media (max-width: 900px), (max-height: 900px) {
  .table-summary tfoot tr td {
    font-size: calc(1.025rem + 0.4vmin);
  }
}

.table-summary tfoot tr td:nth-child(1) {
  font-weight: 900;
  letter-spacing: 0.2rem;
}

.table-summary tfoot tr td:nth-child(2) {
  text-align: right;
}

.btn-payment-method {
  width: 100%;
  padding: 15px 15px 15px 100px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(21, 44, 61, 0.2);
  text-align: right;
  margin-bottom: 15px;
  position: relative;
  transition: border-color 250ms ease-in-out;
}

.btn-payment-method i[class^=icon-],
.btn-payment-method i[class*=" icon-"],
.btn-payment-method em[class^=icon-],
.btn-payment-method em[class*=" icon-"] {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  font-size: 25px;
  color: #152c3d;
  opacity: 0;
  color: #ff6a00;
}

.btn-payment-method i[class^=icon-]::before,
.btn-payment-method i[class*=" icon-"]::before,
.btn-payment-method em[class^=icon-]::before,
.btn-payment-method em[class*=" icon-"]::before {
  font-size: 1.4rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .btn-payment-method i[class^=icon-]::before,
  .btn-payment-method i[class*=" icon-"]::before,
  .btn-payment-method em[class^=icon-]::before,
  .btn-payment-method em[class*=" icon-"]::before {
    font-size: calc(1.04rem + 0.64vmin);
  }
}

.btn-payment-method:hover {
  border-color: rgba(21, 44, 61, 0.5);
}

.btn-payment-method.active {
  border-color: rgba(21, 44, 61, 0.5);
}

.btn-payment-method.active i[class^=icon-],
.btn-payment-method.active i[class*=" icon-"],
.btn-payment-method.active em[class^=icon-],
.btn-payment-method.active em[class*=" icon-"] {
  opacity: 1;
}

.stripe-wrapper {
  position: relative;
  border: 1px solid rgba(21, 44, 61, 0.2);
  padding: 18px 14px;
}

.stripe-wrapper .error-msg {
  position: absolute;
  top: -18px;
  right: 5px;
  font-size: 0.6875rem;
  letter-spacing: 0.1rem;
  color: #fff;
  background-color: #9b1815;
  padding: 10px 9px;
  z-index: 5;
  text-transform: uppercase;
}

.stripe-wrapper.stripe-lg {
  border-width: 1px;
  padding: 20px 10px;
}

.stripe-wrapper.stripe-xl {
  border-width: 2px;
  padding: 27px 20px;
}

@media only screen and (max-width: 575px) {
  .btn-payment-method {
    padding: 15px 15px 90px 15px;
    text-align: center;
  }

  .btn-payment-method i[class^=icon-],
  .btn-payment-method i[class*=" icon-"] {
    top: unset;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .btn-payment-method .logo-provider {
    top: unset;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
  }
}

#drawer {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#drawer .btn-close-drawer {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #152c3d;
  transition: all 250ms ease-in-out;
}

#drawer .btn-close-drawer i::before,
#drawer .btn-close-drawer em::before {
  font-size: 2.1rem;
}

@media (max-width: 900px), (max-height: 900px) {
  #drawer .btn-close-drawer i::before,
  #drawer .btn-close-drawer em::before {
    font-size: calc(1.11rem + 1.76vmin);
  }
}

#drawer .btn-close-drawer:hover {
  color: rgba(21, 44, 61, 0.5);
}

.table-drawer {
  text-align: center;
}

.table-drawer tr td,
.table-drawer tr th {
  font-size: 0.75rem;
  vertical-align: middle;
}

.table-drawer tr.not-available {
  background-color: rgba(206, 0, 0, 0.5) !important;
}

.table-drawer thead tr th {
  font-weight: 900;
}

.table-drawer tbody tr td {
  font-weight: 400;
}

.table-drawer tbody tr td i[class^=icon-]::before,
.table-drawer tbody tr td i[class*=" icon-"]::before,
.table-drawer tbody tr td em[class^=icon-]::before,
.table-drawer tbody tr td em[class*=" icon-"]::before {
  font-size: 1.3125rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .table-drawer tbody tr td i[class^=icon-]::before,
  .table-drawer tbody tr td i[class*=" icon-"]::before,
  .table-drawer tbody tr td em[class^=icon-]::before,
  .table-drawer tbody tr td em[class*=" icon-"]::before {
    font-size: calc(1.03125rem + 0.5vmin);
  }
}

.table-drawer tbody tr td .text-caution {
  display: inline-block;
  color: #fff;
  background: rgba(206, 0, 0, 0.5);
  padding: 8px 8px;
}

.table-drawer tbody tr td .text-caution i[class^=icon-]::before,
.table-drawer tbody tr td .text-caution i[class*=" icon-"]::before,
.table-drawer tbody tr td .text-caution em[class^=icon-]::before,
.table-drawer tbody tr td .text-caution em[class*=" icon-"]::before {
  font-size: 0.75rem;
}

.table-drawer tbody tr td .text-caution p {
  font-size: 0.5625rem;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .table-drawer {
    /* Hide table headers (but not display: none;, for accessibility) */
  }

  .table-drawer table,
  .table-drawer thead,
  .table-drawer tbody,
  .table-drawer th,
  .table-drawer td,
  .table-drawer tr {
    display: block;
  }

  .table-drawer thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table-drawer tr {
    border: 1px solid #ccc;
  }

  .table-drawer td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    text-align: right;
  }

  .table-drawer td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 1.5em;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }

  #table-order-history td:nth-of-type(1):before {
    content: "ORDER ID";
  }

  #table-order-history td:nth-of-type(2):before {
    content: "DATE";
  }

  #table-order-history td:nth-of-type(3):before {
    content: "PURCHASE";
  }

  #table-order-history td:nth-of-type(4):before {
    content: "TOTAL";
  }

  #table-order-history td:nth-of-type(5):before {
    content: "PAYMENT METHOD";
  }

  #table-order-history td:nth-of-type(6):before {
    content: "ORDER STATUS";
  }

  #table-order-history td:nth-of-type(7):before {
    content: "INVOICE";
  }

  #table-order-history td:nth-of-type(8):before {
    content: "ORDER DETAILS";
  }
}

.wishlist-row {
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  background: #fbfbfb;
  transition: background 250ms ease-in-out;
}

.wishlist-row:hover {
  background: #e2e2e2;
}

.wishlist-row > div {
  padding: 0.75rem;
  font-size: 0.75rem;
  line-height: 1;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}

.wishlist-row > div.wishlist-row-code {
  width: 150px;
}

.wishlist-row > div.wishlist-row-name {
  width: 100%;
  flex-shrink: 1;
}

.wishlist-row > div.wishlist-row-price {
  width: 200px;
}

.wishlist-row > div.wishlist-row-cart {
  width: 200px;
}

.wishlist-row > div.wishlist-row-cart button {
  color: #152c3d;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

.wishlist-row > div.wishlist-row-cart button:hover {
  opacity: 0.5;
}

.wishlist-row > div.wishlist-row-cart i::before,
.wishlist-row > div.wishlist-row-cart em::before {
  font-size: 1.3rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .wishlist-row > div.wishlist-row-cart i::before,
  .wishlist-row > div.wishlist-row-cart em::before {
    font-size: calc(1.03rem + 0.48vmin);
  }
}

.wishlist-row > div.wishlist-row-cart .text-caution {
  display: inline-block;
  color: #fff;
  background: rgba(206, 0, 0, 0.5);
  padding: 8px 8px;
  text-align: center;
}

.wishlist-row > div.wishlist-row-cart .text-caution i::before,
.wishlist-row > div.wishlist-row-cart .text-caution em::before {
  font-size: 0.75rem;
}

.wishlist-row > div.wishlist-row-cart .text-caution p {
  font-size: 0.5625rem;
  font-weight: 700;
  line-height: 1.2;
}

.wishlist-row > div.wishlist-row-remove {
  width: 200px;
}

.wishlist-row > div.wishlist-row-remove button {
  color: #152c3d;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

.wishlist-row > div.wishlist-row-remove button:hover {
  opacity: 0.5;
}

.wishlist-row > div.wishlist-row-remove i::before,
.wishlist-row > div.wishlist-row-remove em::before {
  font-size: 1.3rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .wishlist-row > div.wishlist-row-remove i::before,
  .wishlist-row > div.wishlist-row-remove em::before {
    font-size: calc(1.03rem + 0.48vmin);
  }
}

.wishlist-row:nth-child(odd) {
  background: #fff;
}

.wishlist-row:nth-child(odd):hover {
  background: #e2e2e2;
}

.wishlist-row.not-available {
  background-color: rgba(206, 0, 0, 0.5);
}

.wishlist-row.not-available .wishlist-row-remove button {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .wishlist-row {
    position: relative;
    flex-wrap: wrap;
    margin-top: 35px;
    padding: 35px 20px 10px;
    background: #fff;
    border: 1px solid #e2e2e2;
  }

  .wishlist-row > div {
    padding: 0.25rem;
  }

  .wishlist-row > div.wishlist-row-code,
  .wishlist-row > div.wishlist-row-name,
  .wishlist-row > div.wishlist-row-price,
  .wishlist-row > div.wishlist-row-cart,
  .wishlist-row > div.wishlist-row-remove {
    flex-grow: 1;
  }

  .wishlist-row > div.wishlist-row-code {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #152c3d;
    padding: 10px 10px;
    color: #fff;
    z-index: 10;
  }

  .wishlist-row > div.wishlist-row-name {
    width: 40%;
    text-align: left;
    margin-bottom: 2rem;
  }

  .wishlist-row > div.wishlist-row-price {
    width: 60%;
    text-align: right;
    margin-bottom: 2rem;
  }

  .wishlist-row > div.wishlist-row-cart {
    width: 50%;
  }

  .wishlist-row > div.wishlist-row-cart button {
    padding: 20px;
    width: 100%;
    background: #152c3d;
    color: #fff;
  }

  .wishlist-row > div.wishlist-row-cart .text-caution {
    width: 100%;
  }

  .wishlist-row > div.wishlist-row-remove {
    width: 50%;
  }

  .wishlist-row > div.wishlist-row-remove button {
    padding: 20px;
    width: 100%;
    background: #152c3d;
    color: #fff;
  }

  .wishlist-row:nth-child(1) {
    margin-top: 15px;
  }

  .wishlist-row:nth-child(odd) {
    background: #fbfbfb;
  }

  .wishlist-row.not-available .wishlist-row-code {
    background-color: #ce0000;
  }

  .wishlist-row.not-available .wishlist-row-remove button {
    background: #fff;
    color: #152c3d;
  }
}

/**/

.mt-n-header {
  margin-top: -124px;
}

.bg-f6f6f6 {
  background-color: #f6f6f6;
}

.bg-teal-transparent {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 20%, #c6dbef 100%);
  position: relative;
}

.bg-teal-white {
  background: linear-gradient(0deg, #fff 70%, #c6dbef 100%);
  position: relative;
}

.bg-teal-gray {
  background: linear-gradient(0deg, #f6f6f6 70%, #c6dbef 100%);
  position: relative;
}

.overlay-gray-transparent {
  background: rgb(246, 246, 246);
  background: linear-gradient(0deg, rgba(246, 246, 246, 0) 0%, rgb(246, 246, 246) 90%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
}

.icon-circle {
  background: #ff6a00;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
  position: relative;
}

.icon-circle i,
.icon-circle em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-circle i::before,
.icon-circle em::before {
  font-size: 1rem;
}

.page-wrapper {
  box-shadow: 0px -20px 30px rgba(0, 0, 0, 0.2);
}

.page-wrapper.page-home {
  background-color: #152c3d;
}

.ml-align-box {
  margin-left: 32.5%;
}

.home-projects-banner-slider .swiper-slide,
.article-carousel .swiper-slide {
  width: 100% !important;
}

.be-ideales-badge {
  width: 150px;
  position: absolute;
}

.be-ideales-badge.badge-left {
  top: 50px;
  left: 2px;
}

.be-ideales-badge.badge-right {
  top: 50px;
  right: 2px;
}

.be-ideales-badge.badge-box {
  top: 30px;
  left: 5px;
}

.be-ideales-badge.badge-customer {
  top: 30px;
  left: 0px;
}

.tag-orange {
  display: inline-block;
  background: #c05203;
  background: #f58220;
  padding: 10px 15px;
  border-radius: 15px 0px 0px 15px;
  color: #fff;
  letter-spacing: 0.05rem;
  font-size: 1.2rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .tag-orange {
    font-size: calc(1.02rem + 0.32vmin);
  }
}

.tag-orange.tag-right {
  position: absolute;
  right: 5px;
  top: 30px;
}

.tag-orange-text {
  display: inline-block;
  background: #c05203;
  background: #f58220;
  padding: 10px 15px;
  border-radius: 15px 0px 0px 15px;
  color: #fff;
  letter-spacing: 0.1rem;
}

.radius-xs {
  border-radius: 9px;
}

.shop-banners {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}

.shop-banners > * {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  min-width: calc(33.3333333333% - 10px);
  flex-basis: 360px;
}

.shop-banners li a {
  display: block;
  position: relative;
}

.shop-banners li a .text {
  position: absolute;
  line-height: 1.5;
  bottom: 5%;
  right: 5%;
}

.shop-banners li a .text span {
  background: #fff;
  font-size: 1.875rem;
  font-weight: 300;
  padding: 0px 6px 4px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media (max-width: 900px), (max-height: 900px) {
  .shop-banners li a .text span {
    font-size: calc(1.0875rem + 1.4vmin);
  }
}

.products-carousel-bg {
  background: #f6f6f6;
  position: absolute;
  width: 100%;
  height: 45%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.products-carousel.slim {
  margin: 0px 15%;
}

.products-carousel.medium {
  margin: 0px 12%;
}

.products-carousel.center-slides .swiper-wrapper {
  justify-content: center;
}

.products-carousel .swiper-slide {
  padding: 20px 15px 50px;
}

.product-tags {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.product-tags .new,
.product-tags .discount {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  margin: 0px 5px;
}

.product-tags .new span,
.product-tags .discount span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.785rem;
  letter-spacing: 0.1rem;
}

.product-tags .new {
  background: #152c3d;
}

.product-tags .new span {
  color: #5ec7f2;
}

.product-tags .discount {
  background: #ff6a00;
}

.product-tags .discount span {
  color: #fff;
}

.btn-add-to-wishlist {
  position: absolute;
  right: 25px;
  z-index: 1;
}

.btn-add-to-wishlist img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  transition: opacity 250ms ease-in-out;
}

.btn-add-to-wishlist img:nth-child(1) {
  opacity: 0.2;
}

.btn-add-to-wishlist img:nth-child(2) {
  opacity: 0;
}

.btn-add-to-wishlist:hover img:nth-child(1) {
  opacity: 1;
}

.btn-add-to-wishlist.active img:nth-child(1) {
  opacity: 0;
}

.btn-add-to-wishlist.active img:nth-child(2) {
  opacity: 1;
}

.btn-add-to-wishlist.active:hover img:nth-child(2) {
  opacity: 0.2;
}

.btn-add-to-wishlist .response {
  position: absolute;
  top: 3px;
  left: -5px;
  transform: translateX(-100%);
  font-size: 0.6rem;
  white-space: nowrap;
  color: #ff6a00;
  letter-spacing: 0.02rem;
}

.product-preview {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 25px 25px;
  position: relative;
  border-radius: 0px 0px 10px 10px;
  transition: box-shadow 250ms ease-in-out;
}

.product-preview .link {
  display: block;
}

.product-preview .link .image-wrapper {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.product-preview .link .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.product-preview .link .image-wrapper .eof {
  top: unset;
  left: unset;
  max-height: unset;
  position: absolute;
  bottom: 0;
  right: 0%;
  transform: translate(15px, 50%);
  max-width: 50px;
}

.product-preview .link .info {
  position: relative;
  padding-bottom: 5rem;
  min-height: 223px;
}

.product-preview .link .info .title {
  font-size: 1.15rem;
  font-weight: 900;
  color: #152c3d;
}

@media (max-width: 900px), (max-height: 900px) {
  .product-preview .link .info .title {
    font-size: calc(1.015rem + 0.24vmin);
  }
}

.product-preview .link .info hr {
  border-width: 2px 0px 0px 0px;
  border-color: #152c3d;
  border-style: solid;
  width: 23px;
  margin: 10px 0;
}

.product-preview .link .info .descr {
  font-size: 0.8rem;
  font-weight: 700;
  color: #152c3d;
  margin-bottom: 8px;
}

.product-preview .link .info .code {
  font-size: 0.8rem;
  color: #c05203;
  color: #ff6a00;
  margin-bottom: 20px;
}

.product-preview .link .info .price-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 2rem;
  left: 0;
}

.product-preview .link .info .price-wrapper .price-old {
  font-size: 0.75rem;
  color: rgba(21, 44, 61, 0.5);
  letter-spacing: 0.1rem;
  position: relative;
}

.product-preview .link .info .price-wrapper .price-old::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 1px;
  background: #ff6a00;
}

.product-preview .link .info .price-wrapper .price {
  font-size: 1.0625rem;
  color: #152c3d;
  letter-spacing: 0.1rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .product-preview .link .info .price-wrapper .price {
    font-size: calc(1.00625rem + 0.1vmin);
  }
}

.product-preview .buttons {
  display: flex;
  position: relative;
  min-height: 75px;
}

.product-preview .buttons .btn-out-of-stock {
  width: 50%;
  text-align: center;
  font-size: 0.5625rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  padding: 15px 10px;
  transition: background 250ms ease-in-out, color 250ms ease-in-out;
}

.product-preview .buttons .btn-quick-view,
.product-preview .buttons .btn-add-to-cart,
.product-preview .buttons .product-online {
  width: 50%;
  text-align: center;
  font-size: 0.5625rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  padding: 15px 10px;
  transition: background 250ms ease-in-out, color 250ms ease-in-out;
}

.product-preview .buttons .btn-quick-view *,
.product-preview .buttons .btn-add-to-cart *,
.product-preview .buttons .product-online * {
  letter-spacing: 0.1rem;
}

.product-preview .buttons .btn-quick-view:hover,
.product-preview .buttons .btn-add-to-cart:hover,
.product-preview .buttons .product-online:hover {
  background: #152c3d;
  color: #fff;
}

.product-preview .buttons .btn-add-to-cart.loading {
  background: #152c3d !important;
}

.product-preview .buttons .product-online {
  color: #c05203;
  color: #ff6a00;
}

.product-preview .buttons .product-online:hover {
  background: transparent;
  color: #ff6a00;
}

.product-preview .buttons::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: rgba(21, 44, 61, 0.2);
}

.product-preview .fix-not-price {
  min-height: 75px;
}

.product-preview .btn-more {
  background: #152c3d;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  padding: 20px 30px;
  font-size: 0.6875rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  border-radius: 0px 0px 10px 10px;
  min-width: 80%;
  text-align: center;
  transition: background 250ms ease-in-out, color 250ms ease-in-out;
}

.product-preview .btn-more:hover {
  background: #5ec7f2;
  color: #152c3d;
}

.product-preview .btn-add-to-wishlist {
  right: unset;
  top: 15px;
  left: 12px;
}

.product-preview .btn-add-to-wishlist img {
  width: 21px;
}

.product-preview .btn-add-to-wishlist .response {
  transform: translateX(0%);
  left: 20px;
}

.product-preview .product-tags {
  left: unset;
  right: 0;
  top: 0;
  transform: translate(20px, -20px);
}

.product-preview:hover {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}

.products-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -45px;
  margin-right: -45px;
}

.products-list > * {
  margin-left: 45px;
  margin-right: 45px;
  margin-bottom: 90px;
  min-width: calc(33.3333333333% - 90px);
  flex-basis: 285px;
}

.btn-quickview-quantity {
  width: 100%;
  padding: 34px 20px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
  position: relative;
  transition: box-shadow 250ms ease-in-out, opacity 250ms ease-in-out;
}

.btn-quickview-quantity i,
.btn-quickview-quantity em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #152c3d;
}

.btn-quickview-quantity i::before,
.btn-quickview-quantity em::before {
  font-size: 1.3rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .btn-quickview-quantity i::before,
  .btn-quickview-quantity em::before {
    font-size: calc(1.03rem + 0.48vmin);
  }
}

.btn-quickview-quantity:hover {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.btn-quickview-quantity:disabled {
  opacity: 0.2;
}

.btn-quickview-quantity:disabled:hover {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
}

.btn-quickview-add-to-cart {
  background: #152c3d;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 1rem;
  font-weight: 900;
  padding: 25px 24px;
  transition: background 250ms ease-in-out, color 250ms ease-in-out;
}

.btn-quickview-add-to-cart.loading {
  background: #5ec7f2 !important;
}

.btn-quickview-add-to-cart:hover {
  background: #5ec7f2;
  color: #152c3d;
}

.product-inner-price {
  padding: 10px 17px;
  background-color: #fbfbfb;
  width: 100%;
}

.product-inner-price .price-old {
  font-size: 0.75rem;
  color: rgba(21, 44, 61, 0.5);
  letter-spacing: 0.1rem;
  position: relative;
}

.product-inner-price .price-old::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 1px;
  background: #ff6a00;
}

.product-inner-price .price {
  color: #152c3d;
}

.product-inner-quantity {
  display: flex;
  background: #fff;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
  min-width: 133px;
  width: 100%;
  height: 68px;
  position: relative;
  z-index: 1;
}

.product-inner-quantity button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product-inner-quantity button i::before,
.product-inner-quantity button em::before {
  font-size: 1rem;
}

.product-inner-quantity button.quantity-minus {
  left: 15px;
}

.product-inner-quantity button.quantity-plus {
  right: 15px;
}

.product-inner-quantity .quantity-value {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-inner-quantity::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 34px solid transparent;
}

.product-inner-add-to-cart {
  color: #fff;
  letter-spacing: 0.05rem;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 900;
  background: #152c3d;
  padding: 22px 15px 22px 32px;
  transition: background 250ms ease-in-out, color 250ms ease-in-out;
}

.product-inner-add-to-cart i,
.product-inner-add-to-cart em {
  left: 55%;
}

.product-inner-add-to-cart.loading {
  background: #5ec7f2 !important;
}

.product-inner-add-to-cart:hover {
  background: #5ec7f2;
  color: #152c3d;
}

.product-inner-tag {
  background-color: #152c3d;
  padding: 11px 13px 8px;
  display: inline-block;
  font-size: 0.625rem;
  color: #fff;
  margin-top: 10px;
  border-radius: 9px;
  font-weight: 700;
  letter-spacing: 0.03rem;
}

.product-out-of-stock,
.product-not-online {
  text-align: center;
}

.product-out-of-stock p,
.product-not-online p {
  font-weight: 900;
  white-space: nowrap;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

.product-out-of-stock {
  background: #c05203;
  background: #ff6a00;
  color: #fff;
  padding: 28px 35px;
}

.product-not-online {
  color: #152c3d;
  text-align: left;
}

.product-not-online p {
  white-space: normal;
}

.catalogues {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.catalogues li {
  margin-bottom: 10px;
}

.catalogues li a {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(21, 44, 61, 0.2);
}

.catalogues li a i,
.catalogues li a em {
  color: #5ec7f2;
}

.catalogues li a i::before,
.catalogues li a em::before {
  font-size: 2rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .catalogues li a i::before,
  .catalogues li a em::before {
    font-size: calc(1.1rem + 1.6vmin);
  }
}

.photos-slider {
  border: 20px solid #fff;
  background: #fff;
  padding-top: 61%;
  position: relative;
}

.photos-slider.no-border {
  border: none;
}

.photos-slider .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photos-slider .swiper-container img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.order-status-status {
  display: flex;
}

.order-status-status .order-status-icon {
  height: 34px;
  width: 34px;
  position: relative;
  display: block;
  margin-right: 2px;
}

.order-status-status .order-status-icon i,
.order-status-status .order-status-icon em {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}

.order-status-status .order-status-icon i::before,
.order-status-status .order-status-icon em::before {
  font-size: 1rem;
}

.order-status-status .order-status-icon.success {
  background: #33c91b;
}

.order-status-status .order-status-icon.error {
  background: #ce0000;
}

.order-status-status .order-status-text {
  background: #152c3d;
  padding: 9px 13px;
}

.order-status-status .order-status-text span {
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  color: #fff;
}

.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.video-wrapper .bg-video {
  transform: translateY(100%);
  overflow: visible;
}

.mask-home-projects {
  background-color: #152c3d;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 88%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 88%, 100% 0%);
}

.home-projects-banner-slider {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 85%;
  padding: 20px;
}

.home-projects-banner-slider .swiper-container {
  background: #fff;
  border: 12px solid #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.home-projects-banner-slider a {
  color: #fff;
}

.photo-border {
  border: 7px solid #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.history-carousel .swiper-wrapper .swiper-slide {
  opacity: 0.2;
  position: relative;
  text-align: center;
  padding-top: 160px;
  transition: opacity 250ms ease-in-out;
}

.history-carousel .swiper-wrapper .swiper-slide.swiper-slide-next,
.history-carousel .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide,
.history-carousel .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide,
.history-carousel .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
}

.history-carousel .swiper-wrapper .swiper-slide .year {
  width: 80px;
  height: 80px;
  margin: 10px auto;
  border-radius: 100%;
  background: #152c3d;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: background 250ms ease-in-out;
}

.history-carousel .swiper-wrapper .swiper-slide .year span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  color: #5ec7f2;
  transition: color 250ms ease-in-out;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
}

@media (max-width: 900px), (max-height: 900px) {
  .history-carousel .swiper-wrapper .swiper-slide .year span {
    font-size: calc(1.02rem + 0.32vmin);
  }
}

.history-carousel .swiper-wrapper .swiper-slide .year::after {
  content: "";
  display: block;
  width: 96px;
  height: 96px;
  border: 4px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.history-carousel .swiper-wrapper .swiper-slide .descr {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.01rem;
  line-height: 1.2;
}

@media (max-width: 900px), (max-height: 900px) {
  .history-carousel .swiper-wrapper .swiper-slide .descr {
    font-size: calc(1.01rem + 0.16vmin);
  }
}

.history-carousel .swiper-wrapper .swiper-slide .img-wrapper {
  max-width: 150px;
  background: #fff;
  margin: 25px 0px 20px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 2rem;
  overflow: hidden;
}

.history-carousel .swiper-wrapper .swiper-slide .text-arrow {
  padding-bottom: 25px;
  position: relative;
  display: inline-block;
}

.history-carousel .swiper-wrapper .swiper-slide .text-arrow span {
  color: #5ec7f2;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  font-weight: 900;
}

.history-carousel .swiper-wrapper .swiper-slide .text-arrow i,
.history-carousel .swiper-wrapper .swiper-slide .text-arrow em {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 250ms ease-in-out;
}

.history-carousel .swiper-wrapper .swiper-slide .text-arrow i::before,
.history-carousel .swiper-wrapper .swiper-slide .text-arrow em::before {
  color: #5ec7f2;
  font-size: 0.7rem;
}

.history-carousel .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  width: calc(100% - 47px);
  height: 7px;
  background: #fff;
  position: absolute;
  top: 47px;
  left: calc(50% - 54px);
  transform: translateX(-100%);
}

.history-carousel .swiper-wrapper .swiper-slide:hover .year {
  background: #5ec7f2;
}

.history-carousel .swiper-wrapper .swiper-slide:hover .year span {
  color: #152c3d;
}

.history-carousel .swiper-wrapper .swiper-slide:hover .text-arrow i,
.history-carousel .swiper-wrapper .swiper-slide:hover .text-arrow em {
  bottom: 0px;
}

.history-carousel .swiper-wrapper .swiper-slide:nth-child(1)::before,
.history-carousel .swiper-wrapper .swiper-slide:last-child::before {
  content: unset;
}

.history-carousel .swiper-wrapper .swiper-slide:nth-child(2)::before {
  width: 1000px;
}

.history-modal .year {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #152c3d;
  margin: 0 auto;
  position: relative;
}

.history-modal .year span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  color: #5ec7f2;
  transition: color 250ms ease-in-out;
  font-family: "brother-1816", sans-serif;
}

@media (max-width: 900px), (max-height: 900px) {
  .history-modal .year span {
    font-size: calc(1.02rem + 0.32vmin);
  }
}

.history-modal .year::after {
  content: "";
  display: block;
  width: 96px;
  height: 96px;
  border: 4px solid #5ec7f2;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.teams-carousel {
  display: flex;
  align-items: flex-end;
}

.teams-carousel .swiper-slide {
  opacity: 0.5;
}

.teams-carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.teams-carousel .nav-wrapper {
  position: relative;
}

.teams-carousel .nav-wrapper .nav-buttons {
  position: relative;
  display: flex;
  align-items: center;
}

.teams-carousel .nav-wrapper .nav-buttons .btn-prev,
.teams-carousel .nav-wrapper .nav-buttons .btn-next {
  position: relative;
  margin: 0px 30px;
}

.teams-carousel .nav-wrapper .nav-buttons .btn-prev i::before,
.teams-carousel .nav-wrapper .nav-buttons .btn-prev em::before,
.teams-carousel .nav-wrapper .nav-buttons .btn-next i::before,
.teams-carousel .nav-wrapper .nav-buttons .btn-next em::before {
  font-size: 1.4rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .teams-carousel .nav-wrapper .nav-buttons .btn-prev i::before,
  .teams-carousel .nav-wrapper .nav-buttons .btn-prev em::before,
  .teams-carousel .nav-wrapper .nav-buttons .btn-next i::before,
  .teams-carousel .nav-wrapper .nav-buttons .btn-next em::before {
    font-size: calc(1.04rem + 0.64vmin);
  }
}

.teams-carousel .nav-wrapper .pagination {
  height: 3px;
  width: 200%;
  position: absolute;
  bottom: -10px;
  left: 0px;
  z-index: 2;
}

.teams-carousel .nav-wrapper .pagination.swiper-pagination-progressbar {
  background: rgba(21, 44, 61, 0.2);
}

.teams-carousel .nav-wrapper .pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #152c3d;
}

.news {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.news li {
  margin: 0px 20px 10px 40px;
}

.news li a {
  display: block;
  background: #fff;
  padding: 40px 55px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transition: box-shadow 250ms ease-in-out;
}

.news li a .date {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #152c3d;
  padding: 20px 10px;
}

.news li a .date .year {
  font-size: 1.5625rem;
  color: #5ec7f2;
  margin-bottom: 5px;
  font-weight: 300;
}

@media (max-width: 900px), (max-height: 900px) {
  .news li a .date .year {
    font-size: calc(1.05625rem + 0.9vmin);
  }
}

.news li a .date .month {
  font-size: 0.5rem;
  letter-spacing: 0.07rem;
  color: #fff;
}

.news li a .title {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  letter-spacing: 0.07rem;
}

.news li a .category {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 0.55rem;
  font-weight: 700;
  color: rgba(21, 44, 61, 0.45);
  margin-bottom: 5px;
  letter-spacing: 0.07rem;
}

.news li a i,
.news li a em {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  transition: right 250ms ease-in-out;
}

.news li a i::before,
.news li a em::before {
  font-size: 0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news li a:hover {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}

.news li a:hover i,
.news li a:hover em {
  right: -5px;
}

.article-inner {
  background: #fff;
  padding: 70px 90px 150px 190px;
  color: #000;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  margin-top: 60px;
  margin-left: 143px;
  position: relative;
}

.article-inner .category {
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 0;
  transform: translateY(-100%);
  font-size: 0.6rem;
  letter-spacing: 0.05rem;
}

.article-inner .date {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #152c3d;
  padding: 20px 10px;
}

.article-inner .date .year {
  font-size: 1.5rem;
  color: #5ec7f2;
  margin-bottom: 5px;
}

@media (max-width: 900px), (max-height: 900px) {
  .article-inner .date .year {
    font-size: calc(1.05rem + 0.8vmin);
  }
}

.article-inner .date .month {
  font-size: 0.5rem;
  font-weight: 300;
  letter-spacing: 0.07rem;
  color: #fff;
}

.article-inner .image {
  position: absolute;
  top: 70px;
  left: 0;
  transform: translateX(-50%);
  max-width: 285px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.article-inner-gallery {
  margin-left: 143px;
  padding: 0 10%;
  margin-top: -8%;
}

.categories {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.categories li {
  display: block;
  margin-bottom: 5px;
}

.categories li a {
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  padding: 10px 10px;
}

.categories li a:hover,
.categories li a.active {
  color: #fff;
  background: #152c3d;
}

.categories li a.active {
  color: #5ec7f2;
}

.article-tags {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.article-tags li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 3px;
}

.article-tags li a {
  background: #fff;
  color: #000;
  display: block;
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 10px;
  transition: all 250ms ease-out;
}

.article-tags li a:hover,
.article-tags li a.active {
  background: #152c3d;
  color: #fff;
}

.article-blog {
  margin-bottom: 2.8rem;
  position: relative;
  display: block;
  background: #fbfbfb;
}

.article-blog .article-img {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 434px;
}

.article-blog .article-text {
  color: #152c3d;
  background: #fbfbfb;
  padding: 90px 75px 90px 80px;
  position: relative;
}

.article-blog .article-text .date {
  font-size: 0.5625rem;
  letter-spacing: 0.05rem;
  padding-right: 170px;
  position: absolute;
  top: 35px;
  right: 0;
}

.article-blog .article-text .date::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #5ec7f2;
  width: 165px;
  height: 4px;
}

.article-blog .article-text .display-5 {
  margin-bottom: 20px;
}

.article-blog .article-text .btn-details {
  position: absolute;
  right: 0;
  bottom: 35px;
  transform: translateX(10px);
  padding-right: 60px;
}

.article-blog .article-text .btn-details span {
  font-size: 0.625rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
}

.article-blog .article-text .btn-details i,
.article-blog .article-text .btn-details em {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #5ec7f2;
  z-index: 1;
  transition: right 250ms ease-in-out;
}

.article-blog .article-text .btn-details i::before,
.article-blog .article-text .btn-details em::before {
  font-size: 0.5rem;
}

.article-blog .article-text .btn-details::before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 40px;
  background: #152c3d;
}

.article-blog .article-text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotateZ(2deg) translateY(-15px) translateX(-10px);
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.4);
  z-index: -1;
  transition: all 250ms ease-out;
}

.article-blog:hover .article-text {
  color: #152c3d;
}

.article-blog:hover .article-text::before {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.article-blog:hover .btn-details i,
.article-blog:hover .btn-details em {
  right: 5px;
}

.article-blog.article-opposite .article-text .date {
  padding-right: 0;
  padding-left: 170px;
  right: unset;
  left: 0;
}

.article-blog.article-opposite .article-text .date::after {
  right: unset;
  left: 0;
}

.article-blog.article-opposite .article-text .btn-primary {
  right: unset;
  left: 0;
  transform: translateX(-50%);
}

.article-blog.article-opposite .article-text::before {
  bottom: 0;
  right: unset;
  left: 0;
  transform: rotateZ(-2deg) translateY(-15px) translateX(10px);
}

.article-inner-text {
  background: #fbfbfb;
  padding: 4rem 3rem 10rem 23%;
  margin-right: 2rem;
  position: relative;
}

.article-inner-text::before {
  content: "";
  display: block;
  width: 90%;
  height: 100px;
  background: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotateZ(2deg) translateY(-25px) translateX(-45px);
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.4);
  z-index: -1;
  transition: all 250ms ease-out;
}

.article-carousel .swiper-container {
  background: #fbfbfb;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

.article-carousel .nav-buttons .btn-prev,
.article-carousel .nav-buttons .btn-next {
  background: #152c3d;
  width: 30px;
  height: 30px;
  position: relative;
  transition: opacity 250ms ease-in-out;
}

.article-carousel .nav-buttons .btn-prev i,
.article-carousel .nav-buttons .btn-prev em,
.article-carousel .nav-buttons .btn-next i,
.article-carousel .nav-buttons .btn-next em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.article-carousel .nav-buttons .btn-prev i::before,
.article-carousel .nav-buttons .btn-prev em::before,
.article-carousel .nav-buttons .btn-next i::before,
.article-carousel .nav-buttons .btn-next em::before {
  font-size: 0.8rem;
}

.article-carousel .nav-buttons .btn-prev:hover,
.article-carousel .nav-buttons .btn-next:hover {
  opacity: 0.8;
}

.resort-slider {
  background: #fff;
  padding-top: 66%;
  position: relative;
}

.resort-slider .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rewards {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.rewards li {
  position: relative;
}

.rewards li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.rewards li:last-child::after {
  content: unset;
}

.rewards li {
  padding: 20px 38px;
}

.career-badge {
  position: relative;
}

.career-badge .career-badge-banner {
  width: 33%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}

.career-badge .career-badge-photo-wrapper {
  position: relative;
  padding-left: 32%;
  z-index: 2;
}

.career-badge .career-badge-photo-wrapper .career-badge-photo {
  border-radius: 50%;
  border: 14px solid #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
}

.career-badge .career-badge-photo-wrapper .career-badge-photo .bg-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.positions {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.positions li {
  margin: 0px 25px 10px 25px;
}

.positions li a {
  display: block;
  background: #fff;
  padding: 40px 85px 40px 40px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: box-shadow 250ms ease-in-out;
}

.positions li a .more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(30%, -50%);
  width: 80px;
  height: 80px;
  background: #152c3d;
  transition: background 250ms ease-in-out;
}

.positions li a .more .more-text {
  color: #5ec7f2;
  font-size: 0.625rem;
  font-weight: 900;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 250ms ease-in-out;
}

.positions li a .title {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  letter-spacing: 0.07rem;
}

.positions li a .category {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 0.55rem;
  font-weight: 700;
  color: rgba(21, 44, 61, 0.45);
  margin-bottom: 5px;
  letter-spacing: 0.07rem;
}

.positions li a:hover {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.positions li a:hover .more {
  background: #5ec7f2;
}

.positions li a:hover .more .more-text {
  color: #152c3d;
}

.btn-position-apply {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  white-space: nowrap;
  font-weight: 900;
  font-size: 1.5rem;
  padding: 24px 70px;
  background: #152c3d;
  color: #5ec7f2;
  transition: all 250ms ease-in-out;
}

@media (max-width: 900px), (max-height: 900px) {
  .btn-position-apply {
    font-size: calc(1.05rem + 0.8vmin);
  }
}

.btn-position-apply:hover {
  background: #5ec7f2;
  color: #152c3d;
}

.btn-submit-position-form {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  white-space: nowrap;
  font-weight: 700;
  font-size: 1rem;
  padding: 20px 20px;
  background: #5ec7f2;
  color: #152c3d;
  transition: all 250ms ease-in-out;
}

.btn-submit-position-form:hover {
  background: #152c3d;
  color: #5ec7f2;
}

.box-banner-tech {
  background: #fff;
  padding: 40px 30px 25px 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0px 0px 10px rgba(140, 140, 140, 0.2);
  transform: translate(-20%, 55%);
}

.box-banner-tech.box-banner-tech--chill {
  max-width: 270px;
}

.box-banner-tech.box-banner-tech--chill p {
  line-height: 1.2;
}

.btn-interested {
  display: inline-block;
  background: #152c3d;
  padding: 5.5rem 3.5rem;
  transition: background 250ms ease-in-out;
}

.btn-interested p {
  color: #fff;
}

.btn-interested p:nth-child(1) {
  color: #5ec7f2;
  transition: color 250ms ease-in-out;
}

.btn-interested:hover {
  background: #5ec7f2;
}

.btn-interested:hover p:nth-child(1) {
  color: #fff;
}

.renovation-carousel {
  position: relative;
}

.renovation-carousel .title-left,
.renovation-carousel .title-right {
  position: absolute;
  top: 0;
  background: rgba(21, 44, 61, 0.8);
  color: #fff;
  padding: 10px 20px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  font-size: 0.8rem;
}

.renovation-carousel .title-left {
  left: 0;
}

.renovation-carousel .title-right {
  right: 0;
}

.renovation-carousel .renovation-carousel-nav {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 5;
  transform: translate(-60%, 40%);
}

.renovation-carousel .renovation-carousel-nav .nav-buttons {
  position: relative;
  display: flex;
  align-items: center;
}

.renovation-carousel .renovation-carousel-nav .nav-buttons .btn-prev,
.renovation-carousel .renovation-carousel-nav .nav-buttons .btn-next {
  position: relative;
  margin: 0px 30px;
}

.renovation-carousel .renovation-carousel-nav .nav-buttons .btn-prev i::before,
.renovation-carousel .renovation-carousel-nav .nav-buttons .btn-prev em::before,
.renovation-carousel .renovation-carousel-nav .nav-buttons .btn-next i::before,
.renovation-carousel .renovation-carousel-nav .nav-buttons .btn-next em::before {
  color: #152c3d;
  font-size: 1.4rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .renovation-carousel .renovation-carousel-nav .nav-buttons .btn-prev i::before,
  .renovation-carousel .renovation-carousel-nav .nav-buttons .btn-prev em::before,
  .renovation-carousel .renovation-carousel-nav .nav-buttons .btn-next i::before,
  .renovation-carousel .renovation-carousel-nav .nav-buttons .btn-next em::before {
    font-size: calc(1.04rem + 0.64vmin);
  }
}

.renovation-carousel .renovation-carousel-nav .nav-buttons .btn-prev:disabled,
.renovation-carousel .renovation-carousel-nav .nav-buttons .btn-next:disabled {
  opacity: 0.2;
}

.renovation-carousel .renovation-carousel-nav .pagination {
  height: 3px;
  width: 200%;
  position: absolute;
  bottom: -10px;
  left: 0px;
  z-index: 2;
}

.renovation-carousel .renovation-carousel-nav .pagination.swiper-pagination-progressbar {
  background: rgba(21, 44, 61, 0.2);
}

.renovation-carousel .renovation-carousel-nav .pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #152c3d;
}

.projects {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
}

.projects > * {
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 12px;
  min-width: calc(33.3333333333% - 12px);
  flex-basis: 380px;
}

.projects li a {
  display: block;
  padding-top: 81%;
  position: relative;
}

.projects li a .bg-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.projects li a .project-info {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(21, 44, 61);
  background: linear-gradient(0deg, rgb(21, 44, 61) 0%, rgba(21, 44, 61, 0) 100%);
  color: #fff;
  padding: 20% 20px 20px;
}

.projects li a .project-info i,
.projects li a .project-info em {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transform: translateY(-50%);
  transition: right 250ms ease-in-out;
}

.projects li a .project-info i::before,
.projects li a .project-info em::before {
  font-size: 0.6rem;
}

.projects li a:hover .project-info i,
.projects li a:hover .project-info em {
  right: 15px;
}

.project-carousel {
  border: 20px solid #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.project-carousel .swiper-slide img {
  width: 100%;
}

.project-carousel .project-carousel-nav {
  position: absolute;
  left: 100%;
  bottom: 10px;
  z-index: 15;
}

.project-carousel .project-carousel-nav .nav-buttons {
  position: relative;
  display: flex;
  align-items: center;
}

.project-carousel .project-carousel-nav .nav-buttons .btn-prev,
.project-carousel .project-carousel-nav .nav-buttons .btn-next {
  position: relative;
  margin: 0px 30px;
}

.project-carousel .project-carousel-nav .nav-buttons .btn-prev i::before,
.project-carousel .project-carousel-nav .nav-buttons .btn-prev em::before,
.project-carousel .project-carousel-nav .nav-buttons .btn-next i::before,
.project-carousel .project-carousel-nav .nav-buttons .btn-next em::before {
  color: #fff;
  font-size: 1.4rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .project-carousel .project-carousel-nav .nav-buttons .btn-prev i::before,
  .project-carousel .project-carousel-nav .nav-buttons .btn-prev em::before,
  .project-carousel .project-carousel-nav .nav-buttons .btn-next i::before,
  .project-carousel .project-carousel-nav .nav-buttons .btn-next em::before {
    font-size: calc(1.04rem + 0.64vmin);
  }
}

.project-carousel .project-carousel-nav .pagination {
  height: 3px;
  width: 200%;
  position: absolute;
  bottom: -10px;
  left: 0px;
  z-index: 2;
}

.project-carousel .project-carousel-nav .pagination.swiper-pagination-progressbar {
  background: rgba(21, 44, 61, 0.2);
}

.project-carousel .project-carousel-nav .pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #152c3d;
}

.project-inner-text {
  min-height: calc(100% - 62px);
  background: #152c3d;
  padding: 50px 35px;
}

.btn-submit-form {
  position: absolute !important;
  bottom: 0%;
  right: 2.5rem;
  transform: translateY(50%);
}

.btn-submit-form:hover {
  background: #152c3d;
  border-color: #152c3d;
}

.presentation-carousel {
  position: relative;
  border: 20px solid #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.presentation-carousel .presentation-carousel-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}

.presentation-carousel .presentation-carousel-nav .nav-buttons {
  position: relative;
  display: flex;
  align-items: center;
}

.presentation-carousel .presentation-carousel-nav .nav-buttons .btn-prev,
.presentation-carousel .presentation-carousel-nav .nav-buttons .btn-next {
  position: relative;
  margin: 0px 0px;
  background: rgba(255, 255, 255, 0.4);
  width: 50px;
  height: 50px;
}

.presentation-carousel .presentation-carousel-nav .nav-buttons .btn-prev i::before,
.presentation-carousel .presentation-carousel-nav .nav-buttons .btn-prev em::before,
.presentation-carousel .presentation-carousel-nav .nav-buttons .btn-next i::before,
.presentation-carousel .presentation-carousel-nav .nav-buttons .btn-next em::before {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  transition: color 250ms ease-in-out;
}

@media (max-width: 900px), (max-height: 900px) {
  .presentation-carousel .presentation-carousel-nav .nav-buttons .btn-prev i::before,
  .presentation-carousel .presentation-carousel-nav .nav-buttons .btn-prev em::before,
  .presentation-carousel .presentation-carousel-nav .nav-buttons .btn-next i::before,
  .presentation-carousel .presentation-carousel-nav .nav-buttons .btn-next em::before {
    font-size: calc(1.04rem + 0.64vmin);
  }
}

.presentation-carousel .presentation-carousel-nav .nav-buttons .btn-prev:hover,
.presentation-carousel .presentation-carousel-nav .nav-buttons .btn-next:hover {
  background: rgba(255, 255, 255, 0.4);
}

.presentation-carousel .presentation-carousel-nav .nav-buttons .btn-prev:hover i::before,
.presentation-carousel .presentation-carousel-nav .nav-buttons .btn-prev:hover em::before,
.presentation-carousel .presentation-carousel-nav .nav-buttons .btn-next:hover i::before,
.presentation-carousel .presentation-carousel-nav .nav-buttons .btn-next:hover em::before {
  color: black;
}

.presentation-carousel .presentation-carousel-nav .nav-buttons .btn-next {
  margin-left: 20px;
}

.presentation-carousel .presentation-carousel-nav .pagination {
  height: 3px;
  width: 200%;
  position: absolute;
  bottom: -10px;
  left: 0px;
  z-index: 2;
}

.presentation-carousel .presentation-carousel-nav .pagination.swiper-pagination-progressbar {
  background: rgba(21, 44, 61, 0.2);
}

.presentation-carousel .presentation-carousel-nav .pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #152c3d;
}

.btn-view-products {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -50%);
  background-color: #f58220;
  z-index: 5;
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

.btn-view-products span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}

.btn-view-products:hover {
  background-color: #d8690a;
}

.btn-huge-arrow {
  background: #5ec7f2;
  padding: 30px 70px 30px 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: box-shadow 250ms ease-in-out;
}

.btn-huge-arrow span {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #152c3d;
}

@media (max-width: 900px), (max-height: 900px) {
  .btn-huge-arrow span {
    font-size: calc(1.0125rem + 0.2vmin);
  }
}

.btn-huge-arrow i,
.btn-huge-arrow em {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  transition: right 250ms ease-in-out;
  color: #152c3d;
}

.btn-huge-arrow i::before,
.btn-huge-arrow em::before {
  font-size: 1rem;
}

.btn-huge-arrow:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.btn-huge-arrow:hover span {
  color: #152c3d;
}

.btn-huge-arrow:hover i,
.btn-huge-arrow:hover em {
  color: #152c3d;
  right: -30px;
}

.btn-huge-arrow.in-box {
  position: absolute;
  bottom: 0;
  right: 45px;
  transform: translateY(70%);
}

.banner-circle {
  background: #152c3d;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  position: relative;
}

.banner-circle .value {
  font-family: "brother-1816", sans-serif;
  font-weight: 100;
  font-size: 3.75rem;
  color: #fff;
  margin-bottom: 5px;
}

@media (max-width: 900px), (max-height: 900px) {
  .banner-circle .value {
    font-size: calc(1.275rem + 4.4vmin);
  }
}

.banner-circle .years {
  font-weight: 700;
  font-size: 1rem;
  color: #5ec7f2;
  margin-bottom: 5px;
}

.banner-circle .text {
  font-weight: 300;
  font-size: 0.75rem;
  color: #fff;
}

.models-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -45px;
  margin-right: -45px;
}

.models-list > * {
  margin-left: 45px;
  margin-right: 45px;
  margin-bottom: 90px;
  min-width: calc(33.3333333333% - 90px);
  flex-basis: 285px;
}

.models-list .banner {
  position: relative;
  margin-bottom: calc(9.5rem - 50px);
  background: #152c3d;
  border-radius: 0px 0px 10px 10px;
}

.models-list .banner .bg-image-wrapper {
  padding: 35%;
}

.models-list li {
  margin-bottom: 9.5rem;
}

.model-preview {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 15px 15px 25px;
  position: relative;
  border-radius: 0px 0px 10px 10px;
  transition: box-shadow 250ms ease-in-out;
}

.model-preview .link {
  display: block;
}

.model-preview .link .image-wrapper {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.model-preview .link .info .title {
  font-size: 1rem;
  font-weight: 900;
  color: #152c3d;
  text-transform: uppercase;
}

.model-preview .link .info hr {
  border-width: 2px 0px 0px 0px;
  border-color: #152c3d;
  border-style: solid;
  width: 23px;
  margin: 10px 0;
}

.model-preview .link .info .descr {
  font-size: 0.75rem;
  color: #152c3d;
  margin-bottom: 8px;
}

.model-preview .link .info .code {
  font-size: 0.75rem;
  color: #ff6a00;
  margin-bottom: 20px;
}

.model-preview .details {
  display: flex;
  position: relative;
}

.model-preview .details > div {
  width: 50%;
  text-align: center;
  padding: 5px 10px;
}

.model-preview .details > div p {
  font-size: 0.625rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}

.model-preview .details::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: rgba(21, 44, 61, 0.2);
}

.model-preview .btn-compare {
  display: inline-block;
  padding-top: 25px;
  position: relative;
  transition: color 250ms ease-in-out;
}

.model-preview .btn-compare .icon-wrapper i,
.model-preview .btn-compare .icon-wrapper em {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 250ms ease-in-out;
}

.model-preview .btn-compare .icon-wrapper i::before,
.model-preview .btn-compare .icon-wrapper em::before {
  font-size: 1rem;
}

.model-preview .btn-compare .icon-wrapper i:nth-child(1),
.model-preview .btn-compare .icon-wrapper em:nth-child(1) {
  opacity: 1;
}

.model-preview .btn-compare .icon-wrapper i:nth-child(2),
.model-preview .btn-compare .icon-wrapper em:nth-child(2) {
  opacity: 0;
}

.model-preview .btn-compare .text {
  display: block;
  font-size: 0.5625rem;
  letter-spacing: 0.1rem;
}

.model-preview .btn-compare.success {
  background: transparent !important;
  color: #33c91b;
}

.model-preview .btn-compare.success .icon-wrapper i:nth-child(1),
.model-preview .btn-compare.success .icon-wrapper em:nth-child(1) {
  opacity: 0;
}

.model-preview .btn-compare.success .icon-wrapper i:nth-child(2),
.model-preview .btn-compare.success .icon-wrapper em:nth-child(2) {
  opacity: 1;
  color: #33c91b !important;
}

.model-preview .btn-compare.success span:not(.loader) {
  opacity: 1;
}

.model-preview .btn-compare.error {
  color: #ce0000;
}

.model-preview .btn-more {
  background: #152c3d;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  padding: 20px 30px;
  font-size: 0.6875rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  border-radius: 0px 0px 10px 10px;
  min-width: 80%;
  text-align: center;
  transition: background 250ms ease-in-out, color 250ms ease-in-out;
}

.model-preview .btn-more:hover {
  background: #5ec7f2;
  color: #152c3d;
}

.model-preview:hover {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}

.compare-wrapper {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 15px 15px 15px 218px;
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.2);
  max-height: 154px;
  transition: max-height 250ms ease-in-out;
}

.compare-wrapper .btn-toggle {
  width: 130px;
  height: 116px;
  background: #152c3d;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 15px;
  border: 2px solid #152c3d;
  transition: all 250ms ease-in-out;
}

.compare-wrapper .btn-toggle i,
.compare-wrapper .btn-toggle em {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -100%);
}

.compare-wrapper .btn-toggle i::before,
.compare-wrapper .btn-toggle em::before {
  font-size: 1rem;
}

.compare-wrapper .btn-toggle span {
  font-size: 0.6875rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
}

.compare-wrapper .btn-toggle:hover {
  background: #fff;
  color: #152c3d;
}

.compare-wrapper .btn-toggle.active {
  height: 58px;
  border-radius: 15px 15px 0px 0px;
  top: 0%;
  transform: translateY(-100%);
}

.compare-wrapper .btn-toggle.active i,
.compare-wrapper .btn-toggle.active em {
  left: 15px;
  top: 50%;
  transform: translate(0%, -50%);
}

.compare-wrapper .btn-toggle.active span {
  padding-left: 20px;
  transform: translate(-50%, -50%);
}

.compare-wrapper .btn-print {
  background: #152c3d;
  padding: 5px 6px;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: 2px solid #152c3d;
  position: absolute;
  left: 155px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 250ms ease-in-out;
}

.compare-wrapper .btn-print i,
.compare-wrapper .btn-print em {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: color 250ms ease-in-out;
}

.compare-wrapper .btn-print i::before,
.compare-wrapper .btn-print em::before {
  font-size: 1.2rem;
}

@media (max-width: 900px), (max-height: 900px) {
  .compare-wrapper .btn-print i::before,
  .compare-wrapper .btn-print em::before {
    font-size: calc(1.02rem + 0.32vmin);
  }
}

.compare-wrapper .btn-print span {
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  transition: color 250ms ease-in-out;
}

.compare-wrapper .btn-print.active {
  height: 58px;
  width: auto;
  border-radius: 15px 15px 0px 0px;
  top: 0%;
  padding: 5px 20px;
  transform: translateY(-100%);
}

.compare-wrapper .btn-print.active i,
.compare-wrapper .btn-print.active em {
  left: 15px;
  top: 50%;
  transform: translate(0%, -50%);
}

.compare-wrapper .btn-print.active span {
  padding-left: 25px;
}

.compare-wrapper .btn-print:hover {
  background: #fff;
}

.compare-wrapper .btn-print:hover i,
.compare-wrapper .btn-print:hover em {
  color: #152c3d;
}

.compare-wrapper .btn-print:hover span {
  color: #152c3d;
}

.compare-wrapper .compare-table-wrapper {
  overflow: auto;
  max-height: calc(100vh - 190px);
}

.compare-wrapper .compare-table-wrapper .compare-table {
  margin-bottom: 0px;
}

.compare-wrapper .compare-table-wrapper .compare-table thead th {
  border-top: none;
  border-bottom: none;
}

.compare-wrapper .compare-table-wrapper .compare-table tbody {
  display: none;
}

.compare-wrapper .compare-table-wrapper .compare-table th,
.compare-wrapper .compare-table-wrapper .compare-table td {
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #acafb7;
}

.compare-wrapper .compare-table-wrapper .compare-table th:nth-child(1),
.compare-wrapper .compare-table-wrapper .compare-table td:nth-child(1) {
  text-align: left;
  border-left: none;
}

.compare-wrapper .compare-table-wrapper .compare-table th {
  position: relative;
}

.compare-wrapper .compare-table-wrapper .compare-table th .th-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.compare-wrapper .compare-table-wrapper .compare-table th .th-content .image {
  max-width: 100%;
  margin-right: 10px;
}

.compare-wrapper .compare-table-wrapper .compare-table th .th-content .title {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.compare-wrapper .compare-table-wrapper .compare-table th .th-content .descr {
  font-size: 0.75rem;
  margin-top: 10px;
  letter-spacing: 0.05rem;
}

.compare-wrapper .compare-table-wrapper .compare-table th .btn-remove {
  position: absolute;
  top: 0;
  right: 4%;
}

.compare-wrapper .compare-table-wrapper .compare-table th .btn-remove i::before,
.compare-wrapper .compare-table-wrapper .compare-table th .btn-remove em::before {
  font-size: 0.8rem;
}

.compare-wrapper.open {
  max-height: calc(100vh - 170px);
}

.compare-wrapper.open .compare-table-wrapper .compare-table tbody {
  display: table-row-group;
}

.compare-wrapper.open .compare-table-wrapper .compare-table th {
  padding-bottom: 60px;
}

.compare-wrapper.open .compare-table-wrapper .compare-table th .th-content {
  flex-flow: column;
  text-align: center;
}

.categories-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.categories-menu li {
  margin-top: 5px;
}

.categories-menu li a,
.categories-menu li button {
  font-weight: 700;
  font-size: 1.1rem;
  padding: 9px 45px 9px 6px;
  border-radius: 0px 20px 20px 0px;
  display: inline-block;
  text-align: left;
  transition: background 250ms ease-in-out, color 250ms ease-in-out;
}

@media (max-width: 900px), (max-height: 900px) {
  .categories-menu li a,
  .categories-menu li button {
    font-size: calc(1.01rem + 0.16vmin);
  }
}

.categories-menu li a:hover,
.categories-menu li a.active,
.categories-menu li button:hover,
.categories-menu li button.active {
  background: #f58220;
  color: white;
}

.categories-menu li:nth-child(1) {
  margin-top: 0px;
}

.subcategories-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.subcategories-menu li {
  margin-top: 5px;
  display: inline-block;
  -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}

.subcategories-menu li a,
.subcategories-menu li button {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  padding: 9px 45px 9px 40px;
  display: inline-block;
  text-align: left;
  transition: background 250ms ease-in-out, color 250ms ease-in-out;
}

.subcategories-menu li a:hover,
.subcategories-menu li a.active,
.subcategories-menu li button:hover,
.subcategories-menu li button.active {
  background: #152c3d;
  color: white;
}

.subcategories-menu li:nth-child(1) {
  margin-top: 0px;
}

.categories-banners {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

.categories-banners > * {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  min-width: calc(25% - 30px);
  flex-basis: 329px;
}

.categories-banners li {
  margin-bottom: 50px;
}

.categories-banners li a .bg-image-wrapper {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  background: #fff;
  transition: box-shadow 250ms ease-in-out;
}

.categories-banners li a span {
  transition: color 250ms ease-in-out;
}

.categories-banners li a:hover .bg-image-wrapper {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.categories-banners li a:hover span {
  color: #f58220;
}

.categories-products-carousel .product-preview {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.categories-products-carousel .product-preview:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1366px) {
  .history-carousel .swiper-wrapper .swiper-slide {
    opacity: 0.2;
  }

  .history-carousel .swiper-wrapper .swiper-slide.swiper-slide-next,
  .history-carousel .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide,
  .history-carousel .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 1;
  }

  .shop-banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
  }

  .shop-banners > * {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    min-width: calc(33.3333333333% - 10px);
    flex-basis: 325px;
  }

  .product-preview .link .info {
    min-height: 272px;
  }
}

@media only screen and (max-width: 1199.5px) {
  .be-ideales-badge.badge-box {
    top: 140px;
  }

  .tag-orange {
    border-radius: 0px 15px 15px 0px;
  }

  .tag-orange.tag-right {
    position: absolute;
    right: unset;
    left: 5px;
    top: 150px;
  }

  .history-carousel .swiper-wrapper .swiper-slide {
    opacity: 0.2;
  }

  .history-carousel .swiper-wrapper .swiper-slide::before {
    width: calc(100% - 87px);
  }

  .history-carousel .swiper-wrapper .swiper-slide.swiper-slide-next,
  .history-carousel .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
  }

  .products-carousel.slim {
    margin: 0px 10%;
  }

  .article-blog .article-text::before {
    width: 90%;
  }

  .project-carousel .project-carousel-nav {
    left: unset;
    right: 0;
    bottom: -80px;
    transform: translateX(-100%);
  }

  .project-carousel .project-carousel-nav .nav-buttons .btn-prev i::before,
  .project-carousel .project-carousel-nav .nav-buttons .btn-prev em::before,
  .project-carousel .project-carousel-nav .nav-buttons .btn-next i::before,
  .project-carousel .project-carousel-nav .nav-buttons .btn-next em::before {
    color: #152c3d;
  }

  .rewards li::after {
    content: unset;
  }

  .shop-banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
  }

  .shop-banners > * {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    min-width: calc(33.3333333333% - 10px);
    flex-basis: 267px;
  }

  .product-preview .link .info {
    min-height: 205px;
  }
}

@media only screen and (max-width: 991.5px) {
  .compare-wrapper {
    max-height: 220px;
  }

  .compare-wrapper .compare-table-wrapper .compare-table th .th-content {
    flex-flow: column;
  }

  .compare-wrapper .compare-table-wrapper .compare-table th .th-content .image {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .compare-wrapper.open {
    padding: 15px 15px 15px 15px;
  }

  .article-inner {
    margin-left: 0px;
    padding: 70px 70px 100px 70px;
  }

  .article-inner .date {
    transform: translate(-30%, -30%);
  }

  .article-inner .image {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    display: inline-block;
    max-width: 200px;
    float: left;
    margin-right: 30px;
  }

  .article-inner-gallery {
    margin-left: 0px;
  }

  .categories li {
    display: inline-block;
    margin-right: 5px;
  }

  .article-inner-text {
    padding: 4rem 3rem;
    margin-right: 0;
  }

  .article-inner-text::before {
    content: "";
    display: block;
    width: 90%;
    height: 100px;
    background: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotateZ(2deg) translateY(-25px) translateX(-45px);
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.4);
    z-index: -1;
    transition: all 250ms ease-out;
  }

  .renovation-carousel .renovation-carousel-nav {
    left: unset;
    right: 0;
    bottom: -80px;
    transform: translateX(-100%);
  }

  .renovation-carousel .renovation-carousel-nav .nav-buttons .btn-prev i::before,
  .renovation-carousel .renovation-carousel-nav .nav-buttons .btn-prev em::before,
  .renovation-carousel .renovation-carousel-nav .nav-buttons .btn-next i::before,
  .renovation-carousel .renovation-carousel-nav .nav-buttons .btn-next em::before {
    color: #152c3d;
  }

  .shop-banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
  }

  .shop-banners > * {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    min-width: calc(33.3333333333% - 10px);
    flex-basis: 204px;
  }

  .shop-banners li a .text span {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 991.5px) and (max-width: 900px), only screen and (max-width: 991.5px) and (max-height: 900px) {
  .shop-banners li a .text span {
    font-size: calc(1.05rem + 0.8vmin);
  }
}

@media only screen and (max-width: 991.5px) {
  .product-preview .link .info {
    min-height: 225px;
  }
}

@media only screen and (max-width: 767.5px) {
  .be-ideales-badge.badge-box {
    width: 120px;
    top: 150px;
  }

  .compare-wrapper {
    padding: 15px 15px 15px 130px;
  }

  .compare-wrapper .btn-toggle {
    width: 100px;
    height: 90px;
    top: 15px;
    transform: none;
  }

  .compare-wrapper .btn-toggle.active {
    width: 140px;
  }

  .compare-wrapper .btn-print {
    left: 41px;
    top: 120px;
    transform: none;
  }

  .compare-wrapper .btn-print.active {
    left: 170px;
  }

  .article-inner {
    padding: 70px 30px 100px 30px;
  }

  .article-inner .date {
    left: 50%;
    transform: translate(-50%, -30%);
  }

  .article-inner .image {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
  }

  .article-inner-text {
    padding: 1rem 3rem;
  }

  .article-inner-text::before {
    transform: rotateZ(2deg) translateY(-18px) translateX(-15px);
  }

  .box-banner-tech {
    right: unset;
    left: 50%;
    transform: translate(-50%, 40%);
  }

  .career-badge .career-badge-photo-wrapper .career-badge-photo {
    border-width: 10px;
  }

  .positions li {
    margin: 0px 25px 10px 0px;
  }

  .positions li a {
    padding: 40px 70px 40px 15px;
  }

  .btn-view-products {
    width: 120px;
    height: 120px;
    transform: translate(30%, -40%);
  }
}

@media only screen and (max-width: 575.5px) {
  .be-ideales-badge.badge-box {
    width: 120px;
    top: 345px;
  }

  .tag-orange.tag-pool-tech {
    top: 320px;
  }

  .home-projects-banner-slider {
    left: 50%;
    top: 100%;
    transform: translate(-50%, -40%);
  }

  .home-projects-banner-slider a {
    color: #152c3d;
  }

  .photos-slider {
    border: 10px solid #fff;
  }

  .teams-carousel .nav-wrapper {
    position: absolute;
    z-index: 10;
    bottom: -3%;
  }

  .teams-carousel .nav-wrapper .nav-buttons .btn-prev,
  .teams-carousel .nav-wrapper .nav-buttons .btn-next {
    margin: 0px 25px;
  }

  .teams-carousel.spa-photos-carousel .nav-wrapper {
    bottom: -40px;
    display: inline-flex;
    align-items: center;
  }

  .teams-carousel.spa-photos-carousel .nav-wrapper .nav-buttons {
    order: 2;
  }

  .teams-carousel.spa-photos-carousel .nav-wrapper .nav-buttons .btn-prev,
  .teams-carousel.spa-photos-carousel .nav-wrapper .nav-buttons .btn-next {
    margin: 0px 15px;
  }

  .teams-carousel.spa-photos-carousel .nav-wrapper .pagination.swiper-pagination-progressbar {
    width: calc(100% + 50px);
  }

  .history-carousel .swiper-wrapper .swiper-slide {
    opacity: 1;
  }

  .history-carousel .swiper-wrapper .swiper-slide:nth-child(2)::before {
    width: calc(100% - 87px);
  }

  .history-carousel .swiper-wrapper .swiper-slide:last-child::before {
    content: "";
  }

  .compare-wrapper {
    padding: 15px 0px 15px 0px;
  }

  .compare-wrapper .btn-toggle {
    border-radius: 15px 15px 0px 0px;
    top: 0%;
    transform: translateY(-100%);
    height: 58px;
  }

  .compare-wrapper .btn-print {
    border-radius: 15px 15px 0px 0px;
    top: 0%;
    left: 125px;
    transform: translateY(-100%);
    height: 58px;
    width: 60px;
  }

  .compare-wrapper .compare-table-wrapper .compare-table th:nth-child(2),
  .compare-wrapper .compare-table-wrapper .compare-table td:nth-child(2) {
    border-left: none;
  }

  .news li,
  .news em {
    margin: 0px 20px 80px 0px;
  }

  .news li a,
  .news em a {
    padding: 60px 25px 50px;
  }

  .news li a .date,
  .news em a .date {
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 15px;
  }

  .news li a .date .year,
  .news em a .date .year {
    font-size: 1.5625rem;
    color: #5ec7f2;
    margin-bottom: 5px;
    font-weight: 300;
  }
}

@media only screen and (max-width: 575.5px) and (max-width: 900px), only screen and (max-width: 575.5px) and (max-height: 900px) {
  .news li a .date .year,
  .news em a .date .year {
    font-size: calc(1.05625rem + 0.9vmin);
  }
}

@media only screen and (max-width: 575.5px) {
  .news li a .date .month,
  .news em a .date .month {
    font-size: 0.5rem;
    letter-spacing: 0.07rem;
    color: #fff;
  }
}

@media only screen and (max-width: 575.5px) {
  .news li a .title,
  .news em a .title {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    letter-spacing: 0.07rem;
  }
}

@media only screen and (max-width: 575.5px) {
  .news li a .category,
  .news em a .category {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 0.4375rem;
    font-weight: 700;
    color: rgba(21, 44, 61, 0.45);
    margin-bottom: 5px;
    letter-spacing: 0.07rem;
  }
}

@media only screen and (max-width: 575.5px) {
  .news li a i,
  .news li a em,
  .news em a i,
  .news em a em {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    transition: right 250ms ease-in-out;
  }

  .news li a i::before,
  .news li a em::before,
  .news em a i::before,
  .news em a em::before {
    font-size: 0.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 575.5px) {
  .news li a:hover,
  .news em a:hover {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  }

  .news li a:hover i,
  .news li a:hover em,
  .news em a:hover i,
  .news em a:hover em {
    right: -5px;
  }
}

@media only screen and (max-width: 575.5px) {
  .article-inner {
    padding: 70px 30px;
  }
}

@media only screen and (max-width: 575.5px) {
  .article-inner-gallery {
    margin-top: -10%;
  }
}

@media only screen and (max-width: 575.5px) {
  .categories li a {
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 575.5px) {
  .article-blog .article-img {
    flex-basis: 200px;
  }

  .article-blog .article-text {
    padding: 90px 25px 80px 25px;
  }

  .article-blog .article-text .date {
    padding-right: 60px;
  }

  .article-blog .article-text .date::after {
    width: 55px;
  }

  .article-blog.article-opposite .article-text .date {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 575.5px) {
  .article-inner-text {
    padding: 1rem 2rem;
  }

  .article-inner-text::before {
    transform: rotateZ(2deg) translateY(-18px) translateX(-15px);
  }
}

@media only screen and (max-width: 575.5px) {
  .career-badge .career-badge-photo-wrapper .career-badge-photo {
    border-width: 8px;
  }
}

@media only screen and (max-width: 575.5px) {
  .box-banner-tech {
    padding: 20px 30px;
    transform: translate(-50%, 80%);
  }
}

@media only screen and (max-width: 575.5px) {
  .project-carousel .project-carousel-nav {
    bottom: -70px;
  }
}

@media only screen and (max-width: 575.5px) {
  .btn-huge-arrow span {
    font-size: 0.9rem;
  }

  .btn-huge-arrow i::before,
  .btn-huge-arrow em::before {
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 575.5px) {
  .product-out-of-stock p,
  .product-not-online p {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 575.5px) {
  .product-preview .buttons .btn-out-of-stock p {
    font-size: 0.5rem;
  }
}

@media only screen and (max-width: 575.5px) {
  .btn-add-to-wishlist img {
    width: 20px;
  }
}

@media only screen and (max-width: 575.5px) {
  .btn-view-products {
    width: 100px;
    height: 100px;
    transform: translate(30%, -50%);
  }

  .btn-view-products span {
    line-height: 1.2;
    letter-spacing: 0.02rem;
    font-size: 0.6rem;
  }
}


/*# sourceMappingURL=styles.css.map*/