@import url(https://use.typekit.net/nlk8yfv.css);
@charset "UTF-8";
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-loading .slick-list {
  background: url("") center center no-repeat #fff; }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url("");
  src: url("") format("embedded-opentype"), url("") format("woff"), url("") format("truetype"), url("") format("svg"); }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\E2\86\90'; }

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '\E2\86\92'; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

[dir=rtl] .slick-next:before {
  content: '\E2\86\90'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\E2\80\2D8';
  text-align: center;
  opacity: .25;
  color: #000; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }
.slider-arrow {
  fill: none;
  stroke: #231f20;
  stroke-miterlimit: 10;
  stroke-width: 30px; }

.slick-dots {
  display: block;
  position: absolute;
  bottom: 120px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    cursor: pointer;
    margin: 0px 5px;
    padding: 0px;
    background-color: #00c6ff;
    border-radius: 50%;
    transition: .3s ease-in-out background-color; }
    .slick-dots li.slick-active {
      background-color: #ffffff; }

.slick-arrow {
  background-color: #88d4ff;
  border-radius: 50%;
  width: 59px;
  height: 59px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 1;
  box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.25);
  transition: .2s ease-in-out all; }
  @media (max-width: 1199px) {
    .slick-arrow {
      width: 45px;
      height: 45px; } }
  @media (max-width: 730px) {
    .slick-arrow {
      display: none !important; } }
  .slick-arrow:before, .slick-arrow:after {
    display: none; }
  .slick-arrow:hover {
    background-color: #88d4ff;
    box-shadow: 0px 9px 0px 0px rgba(0, 0, 0, 0.25); }
  .slick-arrow svg {
    height: 25px;
    width: 15px;
    transition: .2s ease-in-out all; }
    @media (max-width: 1199px) {
      .slick-arrow svg {
        height: 20px;
        width: 12px; } }

.slick-prev {
  left: 180px; }
  @media (max-width: 1565px) {
    .slick-prev {
      left: 50px; } }
  @media (max-width: 830px) {
    .slick-prev {
      left: 15px; } }

.slick-next {
  right: 180px; }
  @media (max-width: 1565px) {
    .slick-next {
      right: 50px; } }
  @media (max-width: 830px) {
    .slick-next {
      right: 15px; } }
  .slick-next svg {
    transform: rotate(180deg); }

.slider {
  width: 100%;
  height: fit-content;
  min-height: 595px;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .slider .text {
    position: absolute;
    width: 100%;
    height: fit-content;
    min-height: 595px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 9999999;
    left: 0;
    top: -20px; }
    @media (max-width: 1845px) {
      .slider .text {
        top: -60px; } }
    @media (max-width: 1780px) {
      .slider .text {
        top: -100px; } }
    @media (max-width: 1690px) {
      .slider .text {
        top: -120px; } }
    @media (max-width: 1595px) {
      .slider .text {
        top: -170px; } }
    @media (max-width: 1500px) {
      .slider .text {
        top: -220px; } }
    @media (max-width: 1390px) {
      .slider .text {
        top: -260px; } }
    @media (max-width: 1320px) {
      .slider .text {
        top: -290px; } }
    @media (max-width: 1199px) {
      .slider .text {
        top: -280px; } }
    @media (max-width: 700px) {
      .slider .text {
        padding: 0 15px; } }
    .slider .text h1 {
      color: #ffffff;
      text-transform: uppercase;
      text-align: center; }
      @media (max-width: 700px) {
        .slider .text h1 {
          text-align: center; } }
    .slider .text .btn-wrapper {
      margin-top: 50px; }
  .slider .bottom-circles {
    display: flex;
    position: absolute;
    bottom: 185px;
    left: 0;
    z-index: 2;
    width: 100%;
    justify-content: center; }
    @media (max-width: 1199px) {
      .slider .bottom-circles {
        bottom: 160px; } }
    @media (max-width: 600px) {
      .slider .bottom-circles {
        padding: 0 15px; } }
    .slider .bottom-circles .circle {
      border-radius: 50%;
      background-color: #ffffff;
      color: #2e2f89;
      box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.25);
      width: 110px;
      height: 110px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-right: 50px; }
      @media (max-width: 1199px) {
        .slider .bottom-circles .circle {
          width: 100px;
          height: 100px; } }
      @media (max-width: 600px) {
        .slider .bottom-circles .circle {
          width: 80px;
          height: 80px;
          margin-right: 25px; } }
      .slider .bottom-circles .circle:last-child {
        margin-right: 0; }
      .slider .bottom-circles .circle span {
        font-size: 22px; }
        @media (max-width: 1199px) {
          .slider .bottom-circles .circle span {
            font-size: 18px; } }
        @media (max-width: 460px) {
          .slider .bottom-circles .circle span {
            font-size: 16px; } }
      .slider .bottom-circles .circle h4 {
        line-height: 0.8;
        margin-bottom: 5px; }
      .slider .bottom-circles .circle p {
        text-transform: uppercase; }
        @media (max-width: 1199px) {
          .slider .bottom-circles .circle p {
            font-size: 14px; } }
        @media (max-width: 460px) {
          .slider .bottom-circles .circle p {
            font-size: 12px; } }
  .slider .slick-slider {
    position: relative;
    z-index: 2;
    height: fit-content;
    min-height: 595px;
    min-height: 595px; }
    .slider .slick-slider .slick-list {
      height: fit-content;
      min-height: 595px; }
    .slider .slick-slider .slick-track {
      height: fit-content;
      min-height: 595px; }
  .slider .slide {
    position: relative;
    height: fit-content;
    min-height: 595px;
    overflow: hidden;
    display: block; }
    .slider .slide .main-img {
      object-fit: contain;
      width: 100%;
      height: 100%;
      min-height: 595px; }
      @media (max-width: 1265px) {
        .slider .slide .main-img {
          object-fit: cover; } }
  .slider .overflow {
    position: absolute;
    z-index: 10000;
    bottom: 0;
    left: 0;
    width: 100%; }
  .slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 48px;
    height: 48px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0; }

.btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center; }
  .btn-wrap .btn {
    padding: 16px 15px;
    border-radius: 23px;
    font-weight: 700;
    max-height: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-width: 230px;
    box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.1);
    transition: .3s ease-in-out all; }
    .btn-wrap .btn:hover {
      box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.25); }
      .btn-wrap .btn:hover.arrow-right svg {
        transform: rotate(180deg) translateX(-30px); }
    .btn-wrap .btn.light {
      background-color: #88d4ff;
      color: #2e2f89; }
      .btn-wrap .btn.light .slider-arrow {
        stroke: #2e2f89; }
    .btn-wrap .btn.orange {
      padding: 14px 20px;
      background-color: #ff9600;
      color: #ffffff;
      min-width: 300px; }
      .btn-wrap .btn.orange .slider-arrow {
        stroke: #ffffff; }
    .btn-wrap .btn.arrow-right svg {
      transform: rotate(180deg) translateX(-25px);
      width: 10px;
      transition: .3s ease-in-out all; }

.header-wrapper {
  padding: 30px 30px 0 30px;
  position: relative;
  position: fixed;
  z-index: 10;
  width: 100%; }
  @media (max-width: 1199px) {
    .header-wrapper {
      padding: 15px 15px 0 15px; } }
  @media (max-width: 390px) {
    .header-wrapper {
      padding: 10px 10px 0 10px; } }
  .header-wrapper header {
    width: 100%;
    height: 70px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.11);
    transition: .3s ease-in-out all;
    transition-delay: 1.5s;
    display: flex;
    align-items: center;
    z-index: 1;
    justify-content: space-between; }
    @media (max-width: 530px) {
      .header-wrapper header {
        height: 55px; } }
    .header-wrapper header.unloaded {
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.11) !important; }
      .header-wrapper header.unloaded .bg {
        transform: scaleX(0); }
      .header-wrapper header.unloaded .hamburger-wrap {
        transform: scale(0); }
      .header-wrapper header.unloaded .ski-slopes-openeds {
        transform: translateY(-100px); }
      .header-wrapper header.unloaded nav {
        transform: translateY(-100px); }
      .header-wrapper header.unloaded .socials {
        transform: translateY(-100px); }
      .header-wrapper header.unloaded .pages {
        transform: translateY(-150px); }
  .header-wrapper .col {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; }
    .header-wrapper .col.left-col {
      width: 100%;
      max-width: 450px; }
      @media (max-width: 1130px) {
        .header-wrapper .col.left-col {
          width: 100%;
          max-width: 900px; } }
    .header-wrapper .col.center-col {
      width: 100%;
      max-width: 1325px; }
      @media (max-width: 1130px) {
        .header-wrapper .col.center-col {
          width: 100%;
          max-width: 160px; } }
      @media (max-width: 500px) {
        .header-wrapper .col.center-col {
          max-width: 110px; } }
    .header-wrapper .col.right-col {
      width: 100%;
      max-width: 60px;
      margin-right: 5px; }
      @media (max-width: 530px) {
        .header-wrapper .col.right-col {
          max-width: 45px; } }
  .header-wrapper .loaded .bg {
    position: absolute;
    z-index: 0;
    left: 50px;
    top: 0;
    left: 50px;
    transform-origin: left;
    background-image: -moz-linear-gradient(0deg, #2e2f89 0%, #00a9f3 100%);
    background-image: -webkit-linear-gradient(0deg, #2e2f89 0%, #00a9f3 100%);
    background-image: -ms-linear-gradient(0deg, #2e2f89 0%, #00a9f3 100%);
    width: 100%;
    height: 100%;
    transition: 1.5s ease-in-out transform; }
  .header-wrapper .logo {
    position: relative;
    min-width: 230px;
    max-width: 350px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 22px;
    z-index: 1;
    cursor: pointer; }
    .header-wrapper .logo:hover img {
      transform: scale(0.99); }
    @media (max-width: 820px) {
      .header-wrapper .logo {
        max-width: 230px;
        min-width: 140px; } }
    @media (max-width: 460px) {
      .header-wrapper .logo {
        max-width: 170px; } }
    .header-wrapper .logo img {
      width: 165px;
      transition: .3s ease-in-out transform; }
      @media (max-width: 535px) {
        .header-wrapper .logo img {
          width: 120px; } }
  .header-wrapper .loaded .pages {
    display: flex;
    margin-right: 20px;
    transform: translateY(0px);
    transition: .3s ease-in-out transform;
    transition-delay: .6s; }
    @media (max-width: 820px) {
      .header-wrapper .loaded .pages {
        display: none; } }
    .header-wrapper .loaded .pages.mobile {
      display: flex;
      margin-right: 0;
      margin-bottom: 20px;
      width: 100%;
      justify-content: center; }
      @media (min-width: 821px) {
        .header-wrapper .loaded .pages.mobile {
          display: none; } }
    .header-wrapper .loaded .pages .circle {
      width: 39px;
      height: 39px;
      border-radius: 100%;
      margin-right: 17px;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1;
      cursor: pointer;
      transition: .3s ease-in-out all; }
      .header-wrapper .loaded .pages .circle:hover, .header-wrapper .loaded .pages .circle.active {
        box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.25); }
      .header-wrapper .loaded .pages .circle:last-child {
        margin-right: 0; }
      .header-wrapper .loaded .pages .circle img {
        width: 23px; }
      .header-wrapper .loaded .pages .circle.winter {
        background-color: #008aff; }
      .header-wrapper .loaded .pages .circle.summer {
        background-color: #ff9000; }
  .header-wrapper .loaded .ski-slopes-openeds {
    display: flex;
    align-items: center;
    z-index: 1;
    width: 386px;
    transform: translateY(0px);
    transition: .3s ease-in-out transform;
    transition-delay: .8s; }
    @media (max-width: 1698px) {
      .header-wrapper .loaded .ski-slopes-openeds {
        width: 280px; } }
    @media (max-width: 1590px) {
      .header-wrapper .loaded .ski-slopes-openeds {
        width: 250px; } }
    @media (max-width: 1480px) {
      .header-wrapper .loaded .ski-slopes-openeds {
        width: 100%; } }
    @media (max-width: 1130px) {
      .header-wrapper .loaded .ski-slopes-openeds {
        display: none; } }
    .header-wrapper .loaded .ski-slopes-openeds.mobile {
      display: flex;
      justify-content: center;
      margin-top: 40px;
      width: 100%; }
      @media (min-width: 1131px) {
        .header-wrapper .loaded .ski-slopes-openeds.mobile {
          display: none; } }
      .header-wrapper .loaded .ski-slopes-openeds.mobile p {
        color: #4f4f4f;
        position: relative;
        top: 4px; }
      .header-wrapper .loaded .ski-slopes-openeds.mobile span {
        font-size: 22px; }
    .header-wrapper .loaded .ski-slopes-openeds p {
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      max-width: 250px;
      width: 100%;
      margin-right: 20px;
      text-transform: uppercase; }
      @media (max-width: 1590px) {
        .header-wrapper .loaded .ski-slopes-openeds p {
          font-size: 16px;
          max-width: 222px; } }
      @media (max-width: 1697px) {
        .header-wrapper .loaded .ski-slopes-openeds p.large {
          display: none; } }
      @media (max-width: 1480px) {
        .header-wrapper .loaded .ski-slopes-openeds p.large {
          display: block; } }
      @media (min-width: 1698px) {
        .header-wrapper .loaded .ski-slopes-openeds p.small {
          display: none; } }
      @media (max-width: 1480px) {
        .header-wrapper .loaded .ski-slopes-openeds p.small {
          display: none; } }
    .header-wrapper .loaded .ski-slopes-openeds span {
      display: flex;
      padding: 3px 29px;
      font-size: 28px;
      justify-content: center;
      align-items: center;
      background-color: #43eaad;
      border-radius: 50px;
      max-width: 120px;
      width: 100%;
      height: max-content;
      color: #2e2f89;
      box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.25); }
      @media (max-width: 1590px) {
        .header-wrapper .loaded .ski-slopes-openeds span {
          font-size: 24px;
          max-width: 105px; } }
  .header-wrapper .loaded nav {
    position: relative;
    z-index: 1;
    margin-right: 45px;
    margin-left: 35px;
    transform: translateY(0px);
    transition: .3s ease-in-out transform;
    transition-delay: 1s; }
    @media (max-width: 1480px) {
      .header-wrapper .loaded nav {
        display: none;
        margin-left: 0;
        margin-right: 0; } }
    .header-wrapper .loaded nav.mobile {
      display: block;
      margin-top: 40px; }
      @media (min-width: 1481px) {
        .header-wrapper .loaded nav.mobile {
          display: none; } }
      .header-wrapper .loaded nav.mobile ul li:first-child:before {
        display: none; }
      .header-wrapper .loaded nav.mobile ul li:before {
        background-color: #0a8ddb; }
      .header-wrapper .loaded nav.mobile ul li a {
        color: #0a8ddb; }
    .header-wrapper .loaded nav ul {
      display: flex; }
      .header-wrapper .loaded nav ul li {
        position: relative;
        display: flex;
        align-items: center; }
        .header-wrapper .loaded nav ul li.shop a {
          color: #fe9805;
          padding-right: 0; }
        .header-wrapper .loaded nav ul li:before {
          content: '';
          height: 37px;
          width: 5px;
          background-color: #ffffff;
          left: 0;
          top: 0;
          z-index: 1;
          display: inline-block;
          border-radius: 2.5px; }
        .header-wrapper .loaded nav ul li a {
          font-size: 18px;
          font-weight: 700;
          text-transform: uppercase;
          padding-left: 30px;
          padding-right: 45px;
          transition: .3s ease-in-out all;
          color: #ffffff; }
          @media (max-width: 1590px) {
            .header-wrapper .loaded nav ul li a {
              font-size: 16px;
              padding-right: 30px;
              padding-left: 35px; } }
          .header-wrapper .loaded nav ul li a:hover {
            color: #43eaad; }
  .header-wrapper .mobile-bar {
    position: relative;
    z-index: 1;
    margin-right: 45px;
    margin-left: 20px;
    transform: translateY(0px);
    transition: .3s ease-in-out transform;
    transition-delay: 1s; }
    @media (max-width: 1480px) {
      .header-wrapper .mobile-bar {
        display: none;
        margin-left: 0;
        margin-right: 0; } }
    .header-wrapper .mobile-bar.mobile {
      display: block;
      margin-top: 40px; }
      @media (min-width: 1481px) {
        .header-wrapper .mobile-bar.mobile {
          display: none; } }
      .header-wrapper .mobile-bar.mobile ul li:first-child:before {
        display: none; }
      .header-wrapper .mobile-bar.mobile ul li:before {
        background-color: #0a8ddb; }
      .header-wrapper .mobile-bar.mobile ul li a {
        color: #0a8ddb; }
    .header-wrapper .mobile-bar ul {
      display: flex; }
      .header-wrapper .mobile-bar ul li {
        position: relative;
        display: flex;
        align-items: center; }
        .header-wrapper .mobile-bar ul li:before {
          content: '';
          height: 37px;
          width: 5px;
          background-color: #ffffff;
          left: 0;
          top: 0;
          z-index: 1;
          display: inline-block;
          border-radius: 2.5px; }
        .header-wrapper .mobile-bar ul li a {
          font-size: 13px;
          font-weight: 700;
          text-transform: uppercase;
          padding-left: 15px !important;
          padding-right: 30px !important;
          transition: .3s ease-in-out all;
          color: #ffffff; }
          @media (max-width: 1590px) {
            .header-wrapper .mobile-bar ul li a {
              font-size: 16px; } }
          .header-wrapper .mobile-bar ul li a:hover {
            color: #43eaad; }
  .header-wrapper .loaded .socials {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    transform: translateY(0px);
    transition: .3s ease-in-out transform;
    transition-delay: 1.150s;
    padding: 0;
    padding-left: 40px;
    display: none; }
    .header-wrapper .loaded .socials .wrap {
      height: 100%;
      display: flex;
      align-items: center; }
    .header-wrapper .loaded .socials .icon {
      margin-right: 30px;
      cursor: pointer;
      transition: .3s ease all; }
      @media (max-width: 500px) {
        .header-wrapper .loaded .socials .icon {
          margin-right: 15px; } }
      .header-wrapper .loaded .socials .icon:hover path {
        fill: #43eaad;
        animation: bouncing .3s ease-in-out;
        color: #43eaad; }
      .header-wrapper .loaded .socials .icon path {
        transition: .3s ease all; }
  .header-wrapper .loaded .hamburger-wrap {
    z-index: 1;
    transform: scale(1);
    transition: .3s ease-in-out transform;
    transition-delay: 1.3s; }
    .header-wrapper .loaded .hamburger-wrap .hambg {
      cursor: pointer;
      border-radius: 50%;
      background-color: #ffffff;
      width: 60px;
      height: 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: .3s ease-in-out background-color; }
      @media (max-width: 530px) {
        .header-wrapper .loaded .hamburger-wrap .hambg {
          width: 45px;
          height: 45px; } }
      .header-wrapper .loaded .hamburger-wrap .hambg:hover {
        background-color: #43eaad; }
      .header-wrapper .loaded .hamburger-wrap .hambg span {
        width: 30px;
        height: 4px;
        background-color: #2e2f89;
        display: block;
        margin: 0 auto;
        margin-bottom: 6px;
        transition: .3s ease-in-out all; }
        @media (max-width: 530px) {
          .header-wrapper .loaded .hamburger-wrap .hambg span {
            width: 20px;
            height: 2px; } }
        .header-wrapper .loaded .hamburger-wrap .hambg span:last-child {
          margin-bottom: 0px; }
      .header-wrapper .loaded .hamburger-wrap .hambg.open span:first-child {
        transform: translateY(10px) rotate(-45deg); }
        @media (max-width: 530px) {
          .header-wrapper .loaded .hamburger-wrap .hambg.open span:first-child {
            transform: translateY(8px) rotate(-45deg); } }
      .header-wrapper .loaded .hamburger-wrap .hambg.open span:nth-child(2) {
        transform: scale(0); }
      .header-wrapper .loaded .hamburger-wrap .hambg.open span:last-child {
        transform: translateY(-10px) rotate(45deg); }
        @media (max-width: 530px) {
          .header-wrapper .loaded .hamburger-wrap .hambg.open span:last-child {
            transform: translateY(-8px) rotate(45deg); } }
  .header-wrapper .modal-menu {
    position: fixed;
    right: 0px;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateY(100vh);
    transition: .4s ease-in-out all; }
    .header-wrapper .modal-menu.open {
      transform: translateY(0); }
    .header-wrapper .modal-menu ul.mobile-nav li {
      margin-bottom: 15px;
      position: relative;
      text-align: center; }
      .header-wrapper .modal-menu ul.mobile-nav li:last-child {
        margin-bottom: 0; }
      .header-wrapper .modal-menu ul.mobile-nav li a {
        cursor: pointer;
        color: #4f4f4f;
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
        transition: .3s ease-in-out all; }
        @media (max-width: 992px) {
          .header-wrapper .modal-menu ul.mobile-nav li a {
            font-size: 18px; } }
        .header-wrapper .modal-menu ul.mobile-nav li a:hover {
          color: #43eaad; }
      .header-wrapper .modal-menu ul.mobile-nav li > ul {
        margin-top: 10px;
        position: absolute;
        background: #4f4f4f;
        z-index: 2;
        padding: 15px 25px 15px 25px;
        transform: scale(0);
        transition: .3s ease-in-out transform;
        left: 110%;
        top: -10px;
        border-radius: 10px; }
        @media (max-width: 680px) {
          .header-wrapper .modal-menu ul.mobile-nav li > ul {
            left: 0;
            top: 25px; } }
        .header-wrapper .modal-menu ul.mobile-nav li > ul li {
          min-width: 130px; }
          .header-wrapper .modal-menu ul.mobile-nav li > ul li a {
            font-size: 22px;
            color: #ffffff; }
      .header-wrapper .modal-menu ul.mobile-nav li:hover > ul {
        display: block;
        transform: scale(1); }

@keyframes bouncing {
  50% {
    transform: translateY(-10px); } }

.facebook {
  height: 23px;
  width: 10px; }
  .facebook path {
    fill: #ffffff;
    fill-rule: evenodd; }

.instagram {
  height: 25px;
  width: 23px; }
  .instagram path {
    fill: #ffffff;
    fill-rule: evenodd; }

.youtube {
  height: 21px;
  width: 30px; }
  .youtube path {
    fill: #ffffff;
    fill-rule: evenodd; }

p {
  font-size: 16px;
  margin: 0;
  color: #4f4f4f;
  line-height: 23px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 35px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 28px; }

h6 {
  font-size: 20px; }

@media (max-width: 1199px) {
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 28px; }
  h4 {
    font-size: 22px; }
  h5 {
    font-size: 20px; }
  h6 {
    font-size: 18px; } }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: #ffffff; }

::-webkit-scrollbar-thumb {
  background: #039feb;
  border-radius: 5px; }

::-webkit-scrollbar-thumb:hover {
  background: #039feb; }

::-moz-selection {
  background: #43eaad; }

::selection {
  color: #ffffff;
  background: #43eaad; }

* {
  box-sizing: border-box;
  outline: none; }

html, body {
  font-family: 'proxima-nova';
  font-weight: 400;
  font-size: 16px;
  margin: 0 auto;
  color: #4f4f4f; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style: none; }

a {
  text-decoration: none; }

.container {
  width: 100%;
  padding: 0px 30px; }

.pagination-box .itemsOnPage {
  display: flex;
  justify-content: center;
  padding: 60px 0 22px 0; }
  .pagination-box .itemsOnPage .show-text {
    color: #4d4d4d;
    font-size: 16px;
    font-family: 'Urwdin Medium';
    padding-right: 80px; }
  .pagination-box .itemsOnPage .paginationSelect {
    width: 100px; }

.pagination-box .pagination {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center; }
  .pagination-box .pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; }
    .pagination-box .pagination ul li {
      cursor: pointer;
      margin-right: 7px;
      list-style: none; }
      .pagination-box .pagination ul li:last-child {
        margin-left: -40px; }
      .pagination-box .pagination ul li.next a {
        background: #88d4ff;
        border-radius: 50%;
        height: 46px;
        width: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 27px;
        box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.1);
        transition: .3s ease-in-out box-shadow; }
        .pagination-box .pagination ul li.next a:hover {
          box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.25); }
        .pagination-box .pagination ul li.next a:after {
          content: "";
          display: inline-block;
          background-image: url([object Module]);
          background-repeat: no-repeat;
          height: 17px;
          width: 9px;
          transform: rotate(180deg); }
      .pagination-box .pagination ul li.previous a {
        background: #88d4ff;
        border-radius: 50%;
        height: 46px;
        width: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.1);
        transition: .3s ease-in-out box-shadow; }
        .pagination-box .pagination ul li.previous a:hover {
          box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.25); }
        .pagination-box .pagination ul li.previous a:after {
          content: "";
          display: inline-block;
          background-image: url([object Module]);
          background-repeat: no-repeat;
          height: 17px;
          width: 9px; }
      .pagination-box .pagination ul li.selected {
        outline: none; }
        .pagination-box .pagination ul li.selected a {
          outline: none;
          color: #2e2f89;
          font-size: 16px;
          box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.1);
          width: 45px;
          height: 46px;
          background-color: #b1b1b1;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 50%;
          font-weight: 700; }
      .pagination-box .pagination ul li a {
        outline: none;
        color: #2e2f89;
        font-size: 16px;
        font-weight: 700;
        margin-right: 27px; }
  .pagination-box .pagination .arrow {
    padding: 0 20px;
    cursor: pointer;
    display: block; }
    .pagination-box .pagination .arrow object {
      height: 12px;
      width: 7px;
      z-index: -1;
      position: relative; }
    .pagination-box .pagination .arrow.prev object {
      transform: rotate(180deg); }

.LazyLoad {
  transition: .3s ease-in-out all;
  opacity: 0; }
  .LazyLoad.is-visible {
    opacity: 1; }


.socials {
  padding: 105px 15px; }
  .socials .title {
    text-align: center;
    margin-bottom: 65px; }
    .socials .title h2 {
      color: #2e2f89;
      text-transform: uppercase; }
    .socials .title h4 {
      font-weight: 400;
      color: #919191; }
  .socials .wrapper {
    display: flex;
    justify-content: center; }
    .socials .wrapper .wrap {
      margin-right: 70px; }
      .socials .wrapper .wrap:last-child {
        margin-right: 0; }
    .socials .wrapper .icon {
      cursor: pointer; }
      .socials .wrapper .icon:hover path {
        fill: #43eaad; }
      .socials .wrapper .icon.facebook {
        width: 30px;
        height: 60px; }
      .socials .wrapper .icon.instagram {
        width: 60px;
        height: 60px; }
      .socials .wrapper .icon.youtube {
        width: 78px;
        height: 60px; }
      .socials .wrapper .icon path {
        fill: #2e2f89;
        transition: .3s ease-in-out all; }

.footer {
  background-image: -moz-linear-gradient(0deg, #0091d1 0%, #2e2f89 100%);
  background-image: -webkit-linear-gradient(0deg, #0091d1 0%, #2e2f89 100%);
  background-image: -ms-linear-gradient(0deg, #0091d1 0%, #2e2f89 100%);
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 65px 0; }
  .footer .wrapper {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
    color: #ffffff; }
    .footer .wrapper b {
      font-weight: 700;
      margin-bottom: 5px;
      display: block; }
    .footer .wrapper p {
      color: #ffffff; }
    .footer .wrapper a {
      color: #ffffff; }
    .footer .wrapper .text {
      margin-bottom: 35px; }
    .footer .wrapper .copyright {
      padding-top: 40px;
      border-top: 1px solid #55a0d2;
      display: flex; }
      @media (max-width: 600px) {
        .footer .wrapper .copyright {
          flex-wrap: wrap; } }
      @media (max-width: 600px) {
        .footer .wrapper .copyright p {
          width: 100%; } }
    .footer .wrapper img {
      margin-left: 10px;
      position: relative;
      top: 21px; }

.cookie-info {
  display: flex;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 40px;
  background-color: #43eaad;
  z-index: 99999;
  border-top: 1px solid #2e2f89;
  align-items: center;
  color: #2e2f89;
  font-size: 16px; }
  @media (max-width: 500px) {
    .cookie-info {
      padding: 20px 30px; } }
  .cookie-info p {
    padding: 0 20px 0 0; }
    .cookie-info p a {
      color: #000000;
      display: inline-block;
      margin-left: 5px; }
  .cookie-info .button-wrap {
    max-width: 200px;
    width: 100%; }
    .cookie-info .button-wrap button {
      background-color: #2e2f89;
      color: #ffffff;
      display: block;
      width: 100%;
      padding: 20px;
      cursor: pointer;
      box-shadow: none;
      border: none;
      font-weight: 700; }

.close-mobile {
  position: fixed;
  top: 177px;
  right: 0;
  z-index: 9;
  color: #FF9600;
  cursor: pointer; }
  @media (min-width: 993px) {
    .close-mobile {
      display: none; } }

.fixed-button {
  position: fixed;
  width: 230px;
  padding: 20px 5px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: #ffffff;
  right: 0;
  top: calc( 200px);
  z-index: 9;
  display: flex;
  color: #000;
  text-align: center;
  display: block;
  font-size: 19px; }
  @media (max-width: 992px) {
    .fixed-button {
      width: 200px; } }
  .fixed-button .title {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    display: block;
    margin-bottom: 10px; }
    @media (max-width: 992px) {
      .fixed-button .title {
        font-size: 17px; } }
    .fixed-button .title:before, .fixed-button .title:after {
      content: '%';
      position: relative;
      animation: bg 2s infinite linear;
      padding: 0 10px;
      color: #FF9600; }
  .fixed-button .text {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
  .fixed-button .bottom {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    color: #FF9600;
    font-weight: 800; }
  .fixed-button .color-blue {
    color: #000;
    text-align: left;
    display: block;
    padding-left: 22px; }

@keyframes bg {
  0% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.banner-green-pill {
  height: 445px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -100px; }
  .banner-green-pill .bg, .banner-green-pill .LazyLoad {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; }
  .banner-green-pill .overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 18, 63, 0.8); }
  .banner-green-pill .data {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
    justify-content: center;
    align-items: center;
    top: -15px; }
    .banner-green-pill .data h2 {
      text-transform: uppercase;
      color: #ffffff;
      margin-bottom: 60px; }
    .banner-green-pill .data .pill {
      background-color: #43eaad;
      border-radius: 30px;
      text-align: center;
      display: block;
      box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.25);
      margin-bottom: 35px; }
      .banner-green-pill .data .pill p {
        font-size: 36px;
        color: #2e2f89;
        padding: 13px 35px;
        min-width: 135px; }

.news .title {
  width: 100%;
  text-align: center; }
  .news .title h2 {
    max-width: 600px;
    width: 100%;
    text-transform: uppercase;
    color: #2e2f89;
    margin: 0 auto; }

.news .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 55px; }
  .news .items .item {
    max-width: 600px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 60px; }
    .news .items .item .date h5 {
      font-size: 20px;
      color: #2e2f89;
      text-align: center;
      margin-top: 30px;
      font-weight: 400; }
    .news .items .item .date h3 {
      font-size: 30px;
      color: #2e2f89;
      font-weight: 400;
      text-align: center;
      margin-top: 30px; }
    .news .items .item p {
      min-height: 69px; }
    @media (max-width: 1280px) {
      .news .items .item {
        margin-right: 0; } }
    @media (min-width: 1910px) {
      .news .items .item:nth-child(3n) {
        margin-right: 0; } }
    @media (min-width: 1290px) and (max-width: 1909px) {
      .news .items .item:nth-child(2n) {
        margin-right: 0; } }
    .news .items .item .image {
      width: 100%;
      height: 313px;
      border-radius: 16px; }
      @media (max-width: 800px) {
        .news .items .item .image {
          height: 250px !important; } }
      @media (max-width: 500px) {
        .news .items .item .image {
          height: 200px !important; } }
      .news .items .item .image .LazyLoad {
        height: 100%; }
      .news .items .item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        border-radius: 16px; }
    .news .items .item .text {
      text-align: center;
      padding: 0 40px;
      margin-top: 40px;
      margin-bottom: 30px; }

.news .navigation {
  padding-bottom: 40px;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 20px; }

.image-with-textbox {
  height: 747px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  @media (max-width: 1290px) {
    .image-with-textbox {
      min-height: 400px;
      height: auto;
      padding: 30px 0; } }
  .image-with-textbox .LazyLoad {
    height: 100%;
    width: 100%; }
  .image-with-textbox .main-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover; }
  .image-with-textbox .overflow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .image-with-textbox .decor {
    position: absolute;
    left: 0;
    top: -12px;
    width: 100%;
    height: 66px;
    z-index: 3; }
    @media (max-width: 1738px) {
      .image-with-textbox .decor {
        top: -16px;
        height: 60px; } }
    @media (max-width: 1280px) {
      .image-with-textbox .decor {
        top: -19px;
        height: 60px; } }
    @media (max-width: 1010px) {
      .image-with-textbox .decor {
        top: -19px;
        height: 55px; } }
    @media (max-width: 777px) {
      .image-with-textbox .decor {
        top: -21px;
        height: 50px; } }
  .image-with-textbox .wrapper {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    width: 100%;
    padding: 0 15px; }
    .image-with-textbox .wrapper .title {
      width: 100%;
      text-align: center;
      margin-bottom: 160px; }
      @media (max-width: 1290px) {
        .image-with-textbox .wrapper .title {
          margin-bottom: 40px; } }
      .image-with-textbox .wrapper .title h2 {
        color: #ffffff;
        text-transform: uppercase; }
    .image-with-textbox .wrapper .box-wrapper {
      width: 100%;
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 520px) {
        .image-with-textbox .wrapper .box-wrapper {
          justify-content: center; } }
      .image-with-textbox .wrapper .box-wrapper .box {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        max-width: 600px;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.25);
        border-radius: 16px;
        padding: 30px; }
        @media (max-width: 1290px) {
          .image-with-textbox .wrapper .box-wrapper .box {
            max-width: 480px; } }
        @media (max-width: 1199px) {
          .image-with-textbox .wrapper .box-wrapper .box {
            max-width: 380px; } }
        .image-with-textbox .wrapper .box-wrapper .box h3 {
          margin-top: 16px;
          margin-bottom: 10px;
          color: #2e2f89;
          font-size: 36px;
          line-height: 44px;
          font-weight: 400;
          text-transform: uppercase; }
        .image-with-textbox .wrapper .box-wrapper .box .text {
          margin-bottom: 30px; }
        .image-with-textbox .wrapper .box-wrapper .box .btn-wrap {
          justify-content: flex-start; }
  .image-with-textbox .react-parallax-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.make-us-different .title {
  width: 100%;
  text-align: center;
  margin-top: 90px; }
  .make-us-different .title h2 {
    max-width: 600px;
    width: 100%;
    text-transform: uppercase;
    color: #2e2f89;
    margin: 0 auto; }

.make-us-different .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  justify-content: center; }
  .make-us-different .items .item {
    max-width: 600px;
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 60px; }
    @media (max-width: 1280px) {
      .make-us-different .items .item {
        margin-right: 0; } }
    @media (min-width: 1910px) {
      .make-us-different .items .item:nth-child(3n) {
        margin-right: 0; } }
    @media (min-width: 1290px) and (max-width: 1909px) {
      .make-us-different .items .item:nth-child(2n) {
        margin-right: 0; } }
    .make-us-different .items .item:hover .image .overflow {
      background: #003277;
      background: linear-gradient(55deg, #003277 0%, rgba(0, 63, 130, 0.104079) 69%, rgba(0, 212, 255, 0) 100%);
      opacity: 1;
      transition: .3s ease-in-out all; }
    .make-us-different .items .item .image {
      width: 100%;
      height: 310px;
      position: relative;
      overflow: hidden;
      border-radius: 16px; }
      .make-us-different .items .item .image img {
        width: 100%; }
      @media (max-width: 680px) {
        .make-us-different .items .item .image {
          height: auto; } }
      .make-us-different .items .item .image .overflow {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #003277;
        background: linear-gradient(55deg, #003277 0%, rgba(0, 63, 130, 0.104079) 69%, rgba(0, 212, 255, 0) 100%);
        opacity: .83;
        transition: .3s ease-in-out all; }
        @media (max-width: 680px) {
          .make-us-different .items .item .image .overflow {
            height: 98%; } }
    .make-us-different .items .item .text-wrap {
      position: absolute;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      padding: 45px 30px 60px 30px; }
      @media (max-width: 992px) {
        .make-us-different .items .item .text-wrap {
          padding: 20px 30px 20px 30px; } }
      .make-us-different .items .item .text-wrap h4 {
        font-weight: 400;
        color: #ffffff;
        line-height: 30px; }
      .make-us-different .items .item .text-wrap .circle {
        width: 39px;
        height: 39px;
        border-radius: 100%;
        margin-right: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        cursor: pointer; }
        .make-us-different .items .item .text-wrap .circle img {
          width: 23px; }
        .make-us-different .items .item .text-wrap .circle.winter {
          background-color: #008aff; }
        .make-us-different .items .item .text-wrap .circle.summer {
          background-color: #ff9000; }

.newsletter {
  height: 465px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1290px) {
    .newsletter {
      height: 365px; } }
  .newsletter .overflow {
    transform: rotate(180deg); }
  .newsletter .main-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover; }
  .newsletter .overflow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .newsletter .decor {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 66px;
    z-index: 3; }
  .newsletter .wrapper {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    width: 100%;
    padding: 0 15px; }
    .newsletter .wrapper .text {
      color: #ffffff;
      margin-bottom: 50px; }
      .newsletter .wrapper .text h1, .newsletter .wrapper .text h2, .newsletter .wrapper .text h3, .newsletter .wrapper .text h4, .newsletter .wrapper .text h5 {
        text-transform: uppercase; }
      .newsletter .wrapper .text h3, .newsletter .wrapper .text h4 {
        font-weight: 400; }
    .newsletter .wrapper .input-wrap {
      margin-bottom: 28px; }
      .newsletter .wrapper .input-wrap input {
        background-color: #f2f2f2;
        max-width: 620px;
        width: 100%;
        height: 46px;
        border-radius: 23px;
        text-shadow: none;
        border: none;
        padding: 0 50px;
        outline: none; }
    .newsletter .wrapper .btn-wrap {
      justify-content: flex-start; }

.partners {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 100px 0;
  background-color: #f2f2f2; }
  .partners .wrapper {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    width: 100%;
    padding: 0 15px; }
    .partners .wrapper .title {
      text-align: center;
      margin-bottom: 70px; }
      .partners .wrapper .title h2 {
        color: #2e2f89; }
  .partners .slide-element {
    display: flex !important;
    justify-content: center; }
  .partners .slick-track {
    display: flex;
    align-items: center; }

.banner-text {
  height: 687px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 1290px) {
    .banner-text {
      height: 400px; } }
  .banner-text .LazyLoad {
    height: 100%;
    width: 100%; }
  .banner-text .main-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover; }
  .banner-text .overflow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .banner-text .decor {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: auto;
    z-index: 3; }
  .banner-text .wrapper {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    width: 100%;
    padding: 0 15px; }
    .banner-text .wrapper .text {
      color: #ffffff;
      margin-bottom: 200px;
      text-align: center; }
      @media (max-width: 1290px) {
        .banner-text .wrapper .text {
          margin-bottom: 100px; } }
      .banner-text .wrapper .text h1 {
        text-transform: uppercase; }
  .banner-text .react-parallax-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end; }

.banner-text-button {
  height: 465px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1290px) {
    .banner-text-button {
      height: 365px; } }
  .banner-text-button .overflow {
    transform: rotate(180deg); }
  .banner-text-button .main-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover; }
  .banner-text-button .overflow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .banner-text-button .decor {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 66px;
    z-index: 3; }
  .banner-text-button .wrapper {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    width: 100%;
    padding: 0 15px; }
    .banner-text-button .wrapper .text {
      color: #ffffff;
      margin-bottom: 90px; }
      .banner-text-button .wrapper .text h1, .banner-text-button .wrapper .text h2, .banner-text-button .wrapper .text h3, .banner-text-button .wrapper .text h4, .banner-text-button .wrapper .text h5 {
        text-transform: uppercase; }
      .banner-text-button .wrapper .text h3, .banner-text-button .wrapper .text h4 {
        font-weight: 400; }
      .banner-text-button .wrapper .text p {
        color: #ffffff; }
    .banner-text-button .wrapper .btn-wrap {
      justify-content: flex-start; }

.contact {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 20px; }
  .contact .wrapper {
    position: relative;
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 1270px) {
      .contact .wrapper {
        flex-direction: column;
        align-items: center; } }
    .contact .wrapper .title {
      width: 100%;
      text-align: center;
      margin-bottom: 60px; }
      .contact .wrapper .title h2 {
        color: #2e2f89; }
    .contact .wrapper form {
      width: 50%;
      padding-right: 30px; }
      @media (max-width: 1270px) {
        .contact .wrapper form {
          margin-bottom: 60px;
          width: 100%; } }
    .contact .wrapper .right-column {
      width: 50%;
      display: flex;
      flex-wrap: wrap;
      align-content: flex-start; }
      @media (max-width: 1270px) {
        .contact .wrapper .right-column {
          width: 100%; } }
      .contact .wrapper .right-column .col-title {
        width: 100%;
        height: 50px;
        display: block; }
        .contact .wrapper .right-column .col-title h5 {
          text-transform: uppercase;
          color: #2e2f89;
          font-weight: 400; }
      .contact .wrapper .right-column .col {
        width: 33.3%; }
        @media (max-width: 730px) {
          .contact .wrapper .right-column .col {
            width: 100%; } }

.input-wrap {
  margin-bottom: 28px; }
  .input-wrap input, .input-wrap textarea {
    background-color: #f2f2f2;
    max-width: 100%;
    width: 100%;
    height: 46px;
    border-radius: 23px;
    text-shadow: none;
    border: none;
    padding: 0 50px;
    outline: none; }
  .input-wrap textarea {
    min-height: 205px;
    padding: 16px 50px;
    font-family: 'proxima-nova'; }
  .input-wrap .error-text {
    color: #ef2626;
    font-size: 13px;
    padding-left: 20px;
    padding-top: 5px; }

.modal {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex; }
  .modal .container {
    max-width: 1500px;
    width: 100%;
    padding: 0 15px; }
    .modal .container h2 {
      margin-bottom: 60px;
      color: #2e2f89; }

.text-editor {
  display: flex;
  justify-content: center; }
  .text-editor .container-text {
    max-width: 1020px;
    width: 100%; }
    @media (max-width: 1080px) {
      .text-editor .container-text {
        padding: 0 15px; } }
  .text-editor h4, .text-editor h5, .text-editor h6 {
    color: #2e2f89;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: inherit; }
  .text-editor h1, .text-editor h2, .text-editor h3 {
    color: #2e2f89;
    font-weight: 400;
    margin-bottom: 60px;
    text-transform: uppercase; }
  .text-editor p {
    margin-bottom: 60px; }
  .text-editor img {
    border-radius: 15px; }
    .text-editor img.aligncenter {
      display: block;
      margin: 0 auto; }
  .text-editor ul, .text-editor ol {
    margin-bottom: 60px; }
  .text-editor ul {
    padding-left: 20px; }
    .text-editor ul li {
      position: relative;
      padding-left: 40px;
      margin-bottom: 15px; }
      .text-editor ul li:last-child {
        margin-bottom: 0; }
      .text-editor ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        width: 7px;
        height: 7px;
        background-color: #2e2f89;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%; }
  .text-editor ol {
    position: relative;
    counter-reset: my-counter;
    padding-left: 20px; }
    .text-editor ol li {
      counter-increment: my-counter;
      position: relative;
      list-style: none;
      margin-bottom: 15px; }
      .text-editor ol li:last-child {
        margin-bottom: 0; }
      .text-editor ol li:before {
        content: counter(my-counter) ".";
        color: #2e2f89;
        padding-right: 40px; }
  .text-editor table {
    margin-bottom: 60px;
    border-collapse: collapse;
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap; }
    .text-editor table tbody {
      display: table;
      width: 100%; }
    .text-editor table tr {
      border-bottom: 1px solid #d5d5e7; }
      .text-editor table tr:first-child {
        border-top: 2px solid #d5d5e7; }
      .text-editor table tr:last-child {
        border-bottom: 2px solid #d5d5e7; }
      .text-editor table tr td {
        padding: 30px 40px;
        border-right: 2px solid #d5d5e7;
        border-left: 2px solid #d5d5e7; }
        .text-editor table tr td:nth-child(odd) {
          background-color: #f7f7fa; }
        @media (max-width: 1280px) {
          .text-editor table tr td {
            padding: 15px 25px; } }
        @media (max-width: 550px) {
          .text-editor table tr td {
            padding: 15px 4px; } }
        .text-editor table tr td a {
          padding: 7px 20px;
          background-color: #fe9805;
          border-radius: 15px;
          color: #ffffff;
          display: block;
          width: 100%;
          text-align: center; }
  .text-editor .text-photo-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px; }
    .text-editor .text-photo-wrap .text-col {
      width: 50%;
      padding-right: 15px; }
      .text-editor .text-photo-wrap .text-col p {
        margin-bottom: 30px; }
      @media (max-width: 1000px) {
        .text-editor .text-photo-wrap .text-col {
          width: 100%;
          padding-right: 0; } }
    .text-editor .text-photo-wrap .image-col {
      width: 50%;
      padding-left: 15px; }
      @media (max-width: 1000px) {
        .text-editor .text-photo-wrap .image-col {
          width: 100%;
          padding-left: 0; } }
      .text-editor .text-photo-wrap .image-col img {
        width: 100%;
        height: auto;
        border-radius: 15px; }

.gallery .title {
  width: 100%;
  text-align: center; }
  .gallery .title h2 {
    max-width: 600px;
    width: 100%;
    text-transform: uppercase;
    color: #2e2f89;
    margin: 0 auto; }

.gallery .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 55px; }
  .gallery .items .item {
    max-width: 600px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer; }
    .gallery .items .item:hover img {
      transform: scale(1.05); }
    @media (max-width: 1280px) {
      .gallery .items .item {
        margin-right: 0; } }
    @media (min-width: 1910px) {
      .gallery .items .item:nth-child(3n) {
        margin-right: 0; } }
    @media (min-width: 1290px) and (max-width: 1909px) {
      .gallery .items .item:nth-child(2n) {
        margin-right: 0; } }
    .gallery .items .item .image {
      width: 100%;
      height: 313px;
      overflow: hidden;
      border-radius: 16px; }
      .gallery .items .item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        transition: .3s ease-in-out all;
        border-radius: 16px; }

.gallery .image-modal {
  background-color: rgba(0, 0, 0, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999999999999; }
  .gallery .image-modal .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    position: absolute;
    top: calc(50% - 7px);
    background: #88d4ff;
    cursor: pointer;
    width: 45px;
    height: 45px;
    font-style: normal;
    border-radius: 50%;
    box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.25); }
    .gallery .image-modal .arrow:hover.left svg {
      transform: translateX(-3px); }
    .gallery .image-modal .arrow:hover.right svg {
      transform: rotate(180deg) translateX(-3px); }
    .gallery .image-modal .arrow.left {
      left: 15px; }
    .gallery .image-modal .arrow.right {
      right: 15px; }
      .gallery .image-modal .arrow.right svg {
        transform: rotate(180deg); }
    .gallery .image-modal .arrow svg {
      width: 10px;
      transition: .3s ease-in-out all; }
      .gallery .image-modal .arrow svg polyline {
        stroke: #2e2f89; }
  .gallery .image-modal i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #ffffff;
    cursor: pointer;
    width: 100px;
    height: 45px;
    font-style: normal;
    border-radius: 5px;
    color: #2e2f89; }
  .gallery .image-modal img {
    max-height: 1080px; }

.facebook-share {
  margin: 25px 0 55px 0; }
  .facebook-share .btn-wrap .btn {
    min-width: 280px; }

.news .title {
  width: 100%;
  text-align: center; }
  .news .title h2 {
    max-width: 600px;
    width: 100%;
    text-transform: uppercase;
    color: #2e2f89;
    margin: 0 auto; }

.news .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 55px; }
  .news .items .item {
    max-width: 600px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 60px; }
    @media (max-width: 1280px) {
      .news .items .item {
        margin-right: 0; } }
    @media (min-width: 1910px) {
      .news .items .item:nth-child(3n) {
        margin-right: 0; } }
    @media (min-width: 1290px) and (max-width: 1909px) {
      .news .items .item:nth-child(2n) {
        margin-right: 0; } }
    .news .items .item .image {
      width: 100%;
      height: 313px;
      border-radius: 16px; }
      .news .items .item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        border-radius: 16px; }
    .news .items .item .text {
      text-align: center;
      padding: 0 40px;
      margin-top: 40px;
      margin-bottom: 30px; }

.news .navigation {
  padding-bottom: 40px;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 20px; }

.button-section {
  margin: 20px 0; }

.weather .title {
  width: 100%;
  text-align: center;
  margin-top: 90px; }
  .weather .title h2 {
    max-width: 600px;
    width: 100%;
    text-transform: uppercase;
    color: #2e2f89;
    margin: 0 auto; }

.weather .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  justify-content: center;
  align-items: center; }
  .weather .items .item {
    max-width: 600px;
    width: 100%;
    position: relative;
    margin-right: 20px;
    margin-bottom: 120px;
    display: flex;
    justify-content: center; }
    @media (max-width: 1280px) {
      .weather .items .item {
        margin-right: 0; } }
    @media (min-width: 1910px) {
      .weather .items .item:nth-child(3n) {
        margin-right: 0; } }
    @media (min-width: 1290px) and (max-width: 1909px) {
      .weather .items .item:nth-child(2n) {
        margin-right: 0; } }
    .weather .items .item .image {
      width: 100%;
      height: 310px;
      position: relative;
      overflow: hidden;
      border-radius: 16px; }
      .weather .items .item .image img {
        width: 100%; }
      @media (max-width: 680px) {
        .weather .items .item .image {
          height: auto; } }
    .weather .items .item .text-wrap {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      bottom: -60px;
      padding: 40px 15px 25px 15px;
      box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.1);
      position: absolute;
      max-width: 451px;
      width: 100%;
      background-color: #f6f6fa;
      text-align: center;
      border-radius: 15px; }
      @media (max-width: 550px) {
        .weather .items .item .text-wrap {
          max-width: 380px; } }
      .weather .items .item .text-wrap .col {
        display: flex;
        justify-content: center;
        align-items: center; }
      .weather .items .item .text-wrap h2 {
        font-weight: 400;
        line-height: 30px;
        text-transform: uppercase;
        color: #2e2f89;
        margin-bottom: 20px; }
      .weather .items .item .text-wrap p {
        font-size: 24px;
        margin-right: 20px; }
      .weather .items .item .text-wrap .circle {
        width: 63px;
        height: 63px;
        border-radius: 50%;
        margin-right: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        border-style: solid;
        border-width: 2px;
        border-color: #d5d5e7;
        background-color: white; }
        .weather .items .item .text-wrap .circle img {
          width: 30px; }

.all-slopes {
  display: flex;
  justify-content: center; }
  .all-slopes .wrapper {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1390px) {
      .all-slopes .wrapper {
        justify-content: center; } }
    .all-slopes .wrapper .title {
      width: 100%;
      text-align: center;
      margin-top: 45px;
      margin-bottom: 40px; }
      .all-slopes .wrapper .title h2 {
        max-width: 600px;
        width: 100%;
        text-transform: uppercase;
        color: #2e2f89;
        margin: 0 auto; }
    .all-slopes .wrapper .slopes {
      width: 50%;
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; }
      @media (max-width: 1390px) {
        .all-slopes .wrapper .slopes {
          max-width: 600px;
          width: 100%; } }
      .all-slopes .wrapper .slopes .slope {
        cursor: pointer;
        font-size: 20px;
        max-width: 355px;
        width: 100%;
        border-bottom: 1px solid #d5d5e7;
        padding-bottom: 18px;
        margin-bottom: 25px;
        transition: .3s ease-in-out all; }
        @media (max-width: 1390px) {
          .all-slopes .wrapper .slopes .slope {
            max-width: 300px; } }
        .all-slopes .wrapper .slopes .slope:hover, .all-slopes .wrapper .slopes .slope.active {
          color: #2e2f89;
          border-bottom: 1px solid #2e2f89; }
    .all-slopes .wrapper .choosed-slope {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      height: 100%; }
      .all-slopes .wrapper .choosed-slope .item {
        max-width: 600px;
        width: 100%;
        position: relative;
        margin-right: 20px;
        margin-bottom: 120px;
        display: flex;
        justify-content: center; }
        @media (max-width: 1280px) {
          .all-slopes .wrapper .choosed-slope .item {
            margin-right: 0; } }
        @media (min-width: 1910px) {
          .all-slopes .wrapper .choosed-slope .item:nth-child(3n) {
            margin-right: 0; } }
        @media (min-width: 1290px) and (max-width: 1909px) {
          .all-slopes .wrapper .choosed-slope .item:nth-child(2n) {
            margin-right: 0; } }
        .all-slopes .wrapper .choosed-slope .item .image {
          width: 100%;
          height: 390px;
          position: relative;
          overflow: hidden;
          border-radius: 16px; }
          .all-slopes .wrapper .choosed-slope .item .image img {
            width: 100%; }
          @media (max-width: 680px) {
            .all-slopes .wrapper .choosed-slope .item .image {
              height: auto; } }
        .all-slopes .wrapper .choosed-slope .item .text-wrap {
          display: flex;
          justify-content: space-between;
          flex-direction: column;
          bottom: -60px;
          padding: 40px 15px 25px 15px;
          box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.1);
          position: absolute;
          max-width: 451px;
          width: 100%;
          background-color: #f6f6fa;
          text-align: center;
          border-radius: 15px; }
          @media (max-width: 550px) {
            .all-slopes .wrapper .choosed-slope .item .text-wrap {
              max-width: 380px; } }
          .all-slopes .wrapper .choosed-slope .item .text-wrap .col {
            display: flex;
            justify-content: center;
            align-items: center; }
          .all-slopes .wrapper .choosed-slope .item .text-wrap h2 {
            font-weight: 400;
            line-height: 30px;
            text-transform: uppercase;
            color: #2e2f89;
            margin-bottom: 20px; }
          .all-slopes .wrapper .choosed-slope .item .text-wrap p {
            font-size: 24px;
            margin-right: 20px; }
          .all-slopes .wrapper .choosed-slope .item .text-wrap .circle {
            width: 63px;
            height: 63px;
            border-radius: 50%;
            margin-right: 17px;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1;
            border-style: solid;
            border-width: 2px;
            border-color: #d5d5e7;
            background-color: white; }
            .all-slopes .wrapper .choosed-slope .item .text-wrap .circle img {
              width: 30px; }
      @media (max-width: 1390px) {
        .all-slopes .wrapper .choosed-slope {
          width: 100%; } }

.conditions-table .container {
  position: relative;
  z-index: 2;
  max-width: 1500px;
  width: 100%;
  padding: 0 15px;
  display: block; }
  .conditions-table .container .title {
    width: 100%;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 40px; }
    .conditions-table .container .title h2 {
      width: 100%;
      text-transform: uppercase;
      color: #2e2f89;
      margin: 0 auto;
      font-weight: 700; }

.conditions-table table td {
  text-align: center; }
  .conditions-table table td a {
    color: #4F4F4F; }

.conditions-table .container {
  position: relative;
  z-index: 2;
  max-width: 1500px;
  width: 100%;
  padding: 0 15px;
  display: block; }
  .conditions-table .container .title {
    width: 100%;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 40px; }
    .conditions-table .container .title h2 {
      width: 100%;
      text-transform: uppercase;
      color: #2e2f89;
      margin: 0 auto;
      font-weight: 700; }

.conditions-table table td {
  text-align: center; }

.conditions-table.routes table tr td {
  padding: 30px 35px !important; }

.text-image-left-right {
  display: flex;
  justify-content: center; }
  .text-image-left-right .container {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .text-image-left-right .title {
    width: 100%;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 40px; }
    .text-image-left-right .title h2 {
      width: 100%;
      text-transform: uppercase;
      color: #2e2f89;
      margin: 0 auto;
      font-weight: 700; }
  .text-image-left-right .box {
    display: flex;
    padding: 35px;
    border: 2px solid #d5d5e7;
    border-radius: 15px;
    margin-bottom: 55px;
    width: 100%; }
    @media (max-width: 1155px) {
      .text-image-left-right .box {
        flex-direction: column-reverse;
        align-items: center; } }
    @media (max-width: 600px) {
      .text-image-left-right .box {
        padding: 15px; } }
    .text-image-left-right .box:last-child {
      margin-bottom: 0; }
    .text-image-left-right .box .text-wrap {
      width: 50%;
      display: flex;
      align-items: center; }
      @media (max-width: 1155px) {
        .text-image-left-right .box .text-wrap {
          width: 100%; } }
      .text-image-left-right .box .text-wrap .text {
        flex-direction: column;
        max-width: 500px;
        width: 100%;
        padding-left: 130px; }
        @media (max-width: 1400px) {
          .text-image-left-right .box .text-wrap .text {
            padding-left: 30px; } }
        @media (max-width: 1279px) {
          .text-image-left-right .box .text-wrap .text {
            padding-left: 0; } }
        @media (max-width: 790px) {
          .text-image-left-right .box .text-wrap .text {
            max-width: 100%; } }
        .text-image-left-right .box .text-wrap .text h1, .text-image-left-right .box .text-wrap .text h2, .text-image-left-right .box .text-wrap .text h3, .text-image-left-right .box .text-wrap .text h4, .text-image-left-right .box .text-wrap .text h5, .text-image-left-right .box .text-wrap .text h6 {
          margin-bottom: 30px; }
        .text-image-left-right .box .text-wrap .text p:last-of-type {
          margin-bottom: 0; }
    .text-image-left-right .box .image {
      width: 50%;
      height: 410px;
      border-radius: 16px;
      overflow: hidden; }
      @media (max-width: 1155px) {
        .text-image-left-right .box .image {
          margin-bottom: 45px;
          width: 100%; } }
      @media (max-width: 600px) {
        .text-image-left-right .box .image {
          height: 280px;
          width: 100%; } }
      .text-image-left-right .box .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .text-image-left-right .box:nth-child(even) {
      flex-direction: row-reverse; }
      @media (max-width: 1155px) {
        .text-image-left-right .box:nth-child(even) {
          flex-direction: column-reverse; } }
      .text-image-left-right .box:nth-child(even) .text {
        padding-left: 190px; }
        @media (max-width: 1400px) {
          .text-image-left-right .box:nth-child(even) .text {
            padding-left: 30px; } }
        @media (max-width: 1155px) {
          .text-image-left-right .box:nth-child(even) .text {
            padding-left: 0; } }

.contact-card {
  display: flex;
  justify-content: center;
  margin-top: 60px; }
  .contact-card .container {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .contact-card .title {
    width: 100%;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 40px; }
    .contact-card .title h2 {
      width: 100%;
      text-transform: uppercase;
      color: #2e2f89;
      margin: 0 auto;
      font-weight: 700; }
  .contact-card .box {
    display: flex;
    padding: 35px;
    border: 2px solid #d5d5e7;
    border-radius: 15px;
    margin-bottom: 55px;
    width: 100%; }
    @media (max-width: 1155px) {
      .contact-card .box {
        flex-direction: column-reverse;
        align-items: center; } }
    @media (max-width: 600px) {
      .contact-card .box {
        padding: 15px; } }
    .contact-card .box:last-child {
      margin-bottom: 0; }
    .contact-card .box .text-wrap {
      width: 50%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      @media (max-width: 1155px) {
        .contact-card .box .text-wrap {
          width: 100%; } }
      .contact-card .box .text-wrap .text {
        flex-direction: column;
        max-width: 500px;
        width: 100%;
        padding-left: 130px; }
        @media (max-width: 1400px) {
          .contact-card .box .text-wrap .text {
            padding-left: 30px; } }
        @media (max-width: 1279px) {
          .contact-card .box .text-wrap .text {
            padding-left: 0; } }
        @media (max-width: 790px) {
          .contact-card .box .text-wrap .text {
            max-width: 100%; } }
        .contact-card .box .text-wrap .text h1, .contact-card .box .text-wrap .text h2, .contact-card .box .text-wrap .text h3, .contact-card .box .text-wrap .text h4, .contact-card .box .text-wrap .text h5, .contact-card .box .text-wrap .text h6 {
          margin-bottom: 30px; }
        .contact-card .box .text-wrap .text p:last-of-type {
          margin-bottom: 0; }
      .contact-card .box .text-wrap .social {
        display: flex;
        justify-content: flex-start;
        margin-top: 20px; }
        .contact-card .box .text-wrap .social .wrap {
          margin-right: 30px; }
          .contact-card .box .text-wrap .social .wrap:last-child {
            margin-right: 0; }
        .contact-card .box .text-wrap .social .icon {
          cursor: pointer; }
          .contact-card .box .text-wrap .social .icon:hover path {
            fill: #2e2f89; }
          .contact-card .box .text-wrap .social .icon.facebook {
            width: 11px;
            height: 25px; }
          .contact-card .box .text-wrap .social .icon.instagram {
            width: 24px;
            height: 24px; }
          .contact-card .box .text-wrap .social .icon.youtube {
            width: 32px;
            height: 22px; }
          .contact-card .box .text-wrap .social .icon path {
            fill: #8c8c8c;
            transition: .3s ease-in-out all; }
      .contact-card .box .text-wrap .btn-wrap {
        margin-top: 50px;
        display: flex;
        justify-content: flex-start; }
    .contact-card .box .image {
      width: 50%;
      height: 410px;
      border-radius: 16px;
      overflow: hidden; }
      @media (max-width: 1155px) {
        .contact-card .box .image {
          margin-bottom: 45px;
          width: 100%; } }
      @media (max-width: 600px) {
        .contact-card .box .image {
          height: 280px;
          width: 100%; } }
      .contact-card .box .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.camera {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  padding: 0 0 10px 0;
  margin-bottom: 100px; }
  .camera .decor-img {
    position: absolute;
    left: 0;
    top: calc(50% - 110px); }
    @media (max-width: 1310px) {
      .camera .decor-img {
        top: calc(50% - 70px); } }
    @media (max-width: 800px) {
      .camera .decor-img {
        display: none; } }
    @media (max-width: 1310px) {
      .camera .decor-img img {
        height: 300px; } }
  .camera .container {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .camera .camera-wrapper {
    border-radius: 15px;
    box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.25);
    max-width: 1010px;
    width: 100%;
    height: 568px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1310px) {
      .camera .camera-wrapper {
        height: 350px;
        max-width: 600px; } }
    .camera .camera-wrapper iframe {
      width: 100%;
      height: 100%; }
  .camera .title {
    width: 100%;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 40px; }
    .camera .title h2 {
      width: 100%;
      text-transform: uppercase;
      color: #2e2f89;
      margin: 0 auto;
      font-weight: 700; }
  .camera .other-cameras {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    .camera .other-cameras p {
      margin-right: 15px;
      cursor: pointer;
      transition: .3s ease-in-out color; }
      .camera .other-cameras p.active, .camera .other-cameras p:hover {
        color: #2e2f89; }
      .camera .other-cameras p.active {
        font-weight: 700; }
      .camera .other-cameras p:last-child {
        margin-right: 0; }

.choosed-slopes .title {
  width: 100%;
  text-align: center;
  margin-top: 90px; }
  .choosed-slopes .title h2 {
    width: 100%;
    text-transform: uppercase;
    color: #2e2f89;
    margin: 0 auto; }

.choosed-slopes .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  justify-content: center;
  align-items: center; }
  .choosed-slopes .items .item {
    max-width: 600px;
    width: 100%;
    position: relative;
    margin-right: 20px;
    margin-bottom: 120px;
    display: flex;
    justify-content: center; }
    @media (max-width: 1280px) {
      .choosed-slopes .items .item {
        margin-right: 0; } }
    @media (min-width: 1910px) {
      .choosed-slopes .items .item:nth-child(3n) {
        margin-right: 0; } }
    @media (min-width: 1290px) and (max-width: 1909px) {
      .choosed-slopes .items .item:nth-child(2n) {
        margin-right: 0; } }
    .choosed-slopes .items .item .image {
      width: 100%;
      height: 310px;
      position: relative;
      overflow: hidden;
      border-radius: 16px; }
      .choosed-slopes .items .item .image img {
        width: 100%; }
      @media (max-width: 680px) {
        .choosed-slopes .items .item .image {
          height: auto; } }
    .choosed-slopes .items .item .text-wrap {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      bottom: -60px;
      padding: 40px 15px 25px 15px;
      box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.1);
      position: absolute;
      max-width: 451px;
      width: 100%;
      background-color: #f6f6fa;
      text-align: center;
      border-radius: 15px; }
      @media (max-width: 550px) {
        .choosed-slopes .items .item .text-wrap {
          max-width: 380px; } }
      .choosed-slopes .items .item .text-wrap .col {
        display: flex;
        justify-content: center;
        align-items: center; }
      .choosed-slopes .items .item .text-wrap h2 {
        font-weight: 400;
        line-height: 30px;
        text-transform: uppercase;
        color: #2e2f89;
        margin-bottom: 20px; }
      .choosed-slopes .items .item .text-wrap p {
        font-size: 24px;
        margin-right: 20px; }
      .choosed-slopes .items .item .text-wrap .circle {
        width: 63px;
        height: 63px;
        border-radius: 50%;
        margin-right: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        border-style: solid;
        border-width: 2px;
        border-color: #d5d5e7;
        background-color: white; }
        .choosed-slopes .items .item .text-wrap .circle img {
          width: 30px; }

.all-cameras .title {
  width: 100%;
  text-align: center;
  margin-top: 90px; }
  .all-cameras .title h2 {
    max-width: 600px;
    width: 100%;
    text-transform: uppercase;
    color: #2e2f89;
    margin: 0 auto; }

.all-cameras .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  justify-content: center;
  align-items: center; }
  .all-cameras .items .item {
    max-width: 600px;
    width: 100%;
    position: relative;
    margin-right: 20px;
    margin-bottom: 120px;
    display: flex;
    justify-content: center; }
    @media (max-width: 1280px) {
      .all-cameras .items .item {
        margin-right: 0; } }
    @media (min-width: 1910px) {
      .all-cameras .items .item:nth-child(3n) {
        margin-right: 0; } }
    @media (min-width: 1290px) and (max-width: 1909px) {
      .all-cameras .items .item:nth-child(2n) {
        margin-right: 0; } }
    .all-cameras .items .item .image {
      width: 100%;
      height: 310px;
      position: relative;
      overflow: hidden;
      border-radius: 16px; }
      .all-cameras .items .item .image img {
        width: 100%; }
      @media (max-width: 680px) {
        .all-cameras .items .item .image {
          height: auto; } }
    .all-cameras .items .item .text-wrap {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      bottom: -60px;
      padding: 40px 15px 25px 15px;
      box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.1);
      position: absolute;
      max-width: 451px;
      width: 100%;
      background-color: #f6f6fa;
      text-align: center;
      border-radius: 15px; }
      @media (max-width: 550px) {
        .all-cameras .items .item .text-wrap {
          max-width: 380px; } }
      .all-cameras .items .item .text-wrap .col {
        display: flex;
        justify-content: center;
        align-items: center; }
      .all-cameras .items .item .text-wrap h2 {
        font-weight: 400;
        line-height: 30px;
        text-transform: uppercase;
        color: #2e2f89;
        margin-bottom: 20px; }
      .all-cameras .items .item .text-wrap p {
        font-size: 24px;
        margin-right: 20px; }
      .all-cameras .items .item .text-wrap .circle {
        width: 63px;
        height: 63px;
        border-radius: 50%;
        margin-right: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        border-style: solid;
        border-width: 2px;
        border-color: #d5d5e7;
        background-color: white; }
        .all-cameras .items .item .text-wrap .circle img {
          width: 30px; }

.all-cameras .modal {
  background: rgba(46, 47, 137, 0.97);
  width: 100%;
  height: 100%;
  z-index: 9;
  position: fixed;
  display: flex;
  flex-direction: column;
  padding: 0 15px; }
  .all-cameras .modal .other-cameras {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    .all-cameras .modal .other-cameras p {
      margin-right: 15px;
      cursor: pointer;
      transition: .3s ease-in-out color;
      color: #ffffff; }
      .all-cameras .modal .other-cameras p.active, .all-cameras .modal .other-cameras p:hover {
        color: #43eaad; }
      .all-cameras .modal .other-cameras p.active {
        font-weight: 700; }
      .all-cameras .modal .other-cameras p:last-child {
        margin-right: 0; }
  .all-cameras .modal .camera-wrapper {
    border-radius: 15px;
    box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.25);
    max-width: 710px;
    width: 100%;
    height: 468px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1310px) {
      .all-cameras .modal .camera-wrapper {
        height: 350px;
        max-width: 600px; } }
    @media (max-width: 700px) {
      .all-cameras .modal .camera-wrapper {
        height: 270px; } }
    .all-cameras .modal .camera-wrapper iframe {
      width: 100%;
      height: 100%; }
  .all-cameras .modal .btn-wrapper {
    margin-top: 40px; }
  .all-cameras .modal h2 {
    color: #ffffff; }

.events-calendar {
  display: flex;
  justify-content: center; }
  .events-calendar .wrapper {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1070px) {
      .events-calendar .wrapper {
        justify-content: center; } }
  .events-calendar .title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px; }
    .events-calendar .title h2 {
      max-width: 600px;
      width: 100%;
      text-transform: uppercase;
      color: #2e2f89;
      margin: 0 auto; }
  .events-calendar .calendar-col {
    width: 35%;
    padding-right: 15px; }
    @media (max-width: 1070px) {
      .events-calendar .calendar-col {
        width: 50%;
        padding-right: 0; } }
    @media (max-width: 820px) {
      .events-calendar .calendar-col {
        width: 75%; } }
    @media (max-width: 720px) {
      .events-calendar .calendar-col {
        width: 90%; } }
    @media (max-width: 650px) {
      .events-calendar .calendar-col {
        width: 100%; } }
  .events-calendar .events-col {
    width: 65%;
    padding-left: 45px;
    display: flex; }
    @media (max-width: 1070px) {
      .events-calendar .events-col {
        width: 100%;
        padding-left: 0; } }
    .events-calendar .events-col .events {
      width: 100%;
      margin-top: 40px; }
      .events-calendar .events-col .events .empty-events {
        text-align: center; }
    .events-calendar .events-col .event {
      display: flex;
      align-items: center;
      padding: 0 15px;
      border-bottom: 1px solid #d5d5e7;
      width: 100%; }
      .events-calendar .events-col .event .description {
        width: 60%;
        padding: 20px 0; }
        .events-calendar .events-col .event .description .event-title h6 {
          color: #2e2f89;
          text-transform: capitalize;
          margin-bottom: 20px; }
      .events-calendar .events-col .event .btn-wrap {
        width: 40%;
        display: flex;
        justify-content: flex-end; }
  .events-calendar .react-datepicker {
    background-color: #fff;
    max-width: 572px;
    width: 100%;
    margin: 0 auto;
    border: 0px solid #fff !important;
    border-radius: 0 !important;
    margin-top: 20px; }
  .events-calendar .react-datepicker__header {
    border-bottom: 0px solid #fff !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding-top: 0 !important; }
    .events-calendar .react-datepicker__header .react-datepicker__day-names {
      background-color: #fff !important; }
    .events-calendar .react-datepicker__header .react-datepicker__day-name {
      color: #4f4f4f !important;
      padding: 6px 0;
      font-size: 15px;
      max-width: calc(100% / 7) !important;
      width: 100% !important;
      border-right: 0px solid #fff !important;
      margin: 0;
      font-weight: 700; }
      .events-calendar .react-datepicker__header .react-datepicker__day-name:last-child {
        border-right: 0; }
      .events-calendar .react-datepicker__header .react-datepicker__day-name:nth-child(odd) {
        background-color: #f7f7fa; }
      .events-calendar .react-datepicker__header .react-datepicker__day-name:nth-child(even) {
        background-color: #ffffff; }
  .events-calendar .react-datepicker__current-month {
    background-color: #ffffff !important;
    color: #2e2f89 !important;
    padding: 12px 0 !important;
    border-bottom: 0px solid #fff !important;
    text-transform: capitalize;
    font-size: 18px; }
  .events-calendar .react-datepicker__month-container {
    float: left;
    width: 100%; }
  .events-calendar .react-datepicker__month {
    margin: 0 !important; }
    .events-calendar .react-datepicker__month .react-datepicker__day-name {
      padding: 6px 0;
      font-size: 15px;
      color: #fff !important;
      max-width: calc(100% / 7) !important;
      width: 100% !important;
      border-right: 0px solid #fff !important;
      margin: 0; }
      .events-calendar .react-datepicker__month .react-datepicker__day-name:last-child {
        border-right: 0; }
  .events-calendar .react-datepicker__day {
    height: 44px;
    line-height: 8px;
    max-width: calc(100% / 7) !important;
    width: 100% !important;
    box-sizing: border-box;
    padding-top: 19px;
    color: #4f4f4f;
    font-size: 15px;
    font-weight: 400;
    font-family: "proxima-nova" !important;
    margin: 0 !important; }
    .events-calendar .react-datepicker__day:nth-child(odd) {
      background-color: #f7f7fa; }
    .events-calendar .react-datepicker__day:nth-child(even) {
      background-color: #ffffff; }
    .events-calendar .react-datepicker__day:hover:not(.react-datepicker__day--disabled) {
      background-color: #43EAAD !important;
      color: #fff !important; }
  .events-calendar .react-datepicker__navigation--next {
    right: 10px !important;
    top: 16px !important;
    border-left-color: #2e2f89 !important;
    outline: none; }
  .events-calendar .react-datepicker__navigation--previous {
    left: 10px !important;
    top: 16px !important;
    border-right-color: #2e2f89 !important;
    outline: none; }
  .events-calendar .react-datepicker__day--selected {
    border-radius: 0 !important;
    background-color: #2e2f89 !important;
    color: #fff; }
  .events-calendar .react-datepicker__day--disabled {
    cursor: not-allowed !important;
    color: #ccc; }
  .events-calendar .react-datepicker__day--today, .events-calendar .react-datepicker__day:hover, .events-calendar .react-datepicker__month-text:hover {
    border-radius: 0 !important;
    background-color: #f0f0f0; }
  .events-calendar .react-datepicker__navigation {
    height: 7px !important;
    width: 7px !important;
    border-width: 0.35rem !important; }
  .events-calendar .react-datepicker__day--selected.react-datepicker__day--highlighted {
    color: #ffffff !important; }
  .events-calendar .react-datepicker__day--highlighted {
    color: #2e2f89 !important;
    font-weight: 700 !important; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year-container {
  margin: 0.4rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.react-datepicker__year-container-text {
  display: inline-block;
  cursor: pointer;
  flex: 1 0 30%;
  width: 12px;
  padding: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: 85px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range ,
.react-datepicker__quarter-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\D7";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.events-nearest {
  display: flex;
  justify-content: center;
  margin-top: 60px; }
  .events-nearest .wrapper {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .events-nearest .title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px; }
    .events-nearest .title h2 {
      max-width: 600px;
      width: 100%;
      text-transform: uppercase;
      color: #2e2f89;
      margin: 0 auto; }
  .events-nearest .first-item {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .events-nearest .box {
    display: flex;
    padding: 35px;
    border: 2px solid #d5d5e7;
    border-radius: 15px;
    margin-bottom: 55px;
    width: 100%; }
    @media (max-width: 1155px) {
      .events-nearest .box {
        flex-direction: column-reverse;
        align-items: center; } }
    @media (max-width: 600px) {
      .events-nearest .box {
        padding: 15px; } }
    .events-nearest .box:last-child {
      margin-bottom: 0; }
    .events-nearest .box .text-wrap {
      width: 50%;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center; }
      @media (max-width: 1155px) {
        .events-nearest .box .text-wrap {
          width: 100%; } }
      .events-nearest .box .text-wrap .text-editor {
        margin-bottom: 50px; }
      .events-nearest .box .text-wrap .text {
        flex-direction: column;
        max-width: 500px;
        width: 100%;
        padding-left: 130px;
        text-align: left; }
        @media (max-width: 1400px) {
          .events-nearest .box .text-wrap .text {
            padding-left: 30px; } }
        @media (max-width: 1279px) {
          .events-nearest .box .text-wrap .text {
            padding-left: 0; } }
        @media (max-width: 790px) {
          .events-nearest .box .text-wrap .text {
            max-width: 100%; } }
        .events-nearest .box .text-wrap .text h1, .events-nearest .box .text-wrap .text h2, .events-nearest .box .text-wrap .text h3, .events-nearest .box .text-wrap .text h4, .events-nearest .box .text-wrap .text h5, .events-nearest .box .text-wrap .text h6 {
          margin-bottom: 30px;
          text-align: left;
          font-weight: 400;
          color: #2e2f89; }
        .events-nearest .box .text-wrap .text p {
          text-align: left; }
          .events-nearest .box .text-wrap .text p:last-of-type {
            margin-bottom: 0; }
      .events-nearest .box .text-wrap .button-wrap .btn-wrap {
        justify-content: flex-start;
        align-items: flex-start;
        display: flex; }
    .events-nearest .box .image {
      width: 50%;
      height: 410px;
      border-radius: 16px;
      overflow: hidden; }
      @media (max-width: 1155px) {
        .events-nearest .box .image {
          margin-bottom: 45px;
          width: 100%; } }
      @media (max-width: 600px) {
        .events-nearest .box .image {
          height: 280px;
          width: 100%; } }
      .events-nearest .box .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .events-nearest .box:nth-child(even) {
      flex-direction: row-reverse; }
      @media (max-width: 1155px) {
        .events-nearest .box:nth-child(even) {
          flex-direction: column-reverse; } }
      .events-nearest .box:nth-child(even) .text {
        padding-left: 190px; }
        @media (max-width: 1400px) {
          .events-nearest .box:nth-child(even) .text {
            padding-left: 30px; } }
        @media (max-width: 1155px) {
          .events-nearest .box:nth-child(even) .text {
            padding-left: 0; } }
  .events-nearest .items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
    justify-content: center;
    align-items: center; }
    .events-nearest .items .item {
      max-width: 600px;
      width: 100%;
      position: relative;
      margin-right: 20px;
      margin-bottom: 120px;
      display: flex;
      justify-content: center; }
      @media (max-width: 1280px) {
        .events-nearest .items .item {
          margin-right: 0; } }
      @media (min-width: 1910px) {
        .events-nearest .items .item:nth-child(3n) {
          margin-right: 0; } }
      @media (min-width: 1290px) and (max-width: 1909px) {
        .events-nearest .items .item:nth-child(2n) {
          margin-right: 0; } }
      .events-nearest .items .item .image {
        width: 100%;
        height: 310px;
        position: relative;
        overflow: hidden;
        border-radius: 16px; }
        .events-nearest .items .item .image img {
          width: 100%; }
        @media (max-width: 680px) {
          .events-nearest .items .item .image {
            height: auto; } }
      .events-nearest .items .item .text-wrap {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        bottom: -60px;
        padding: 40px 15px 25px 15px;
        box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.1);
        position: absolute;
        max-width: 451px;
        width: 100%;
        background-color: #f6f6fa;
        text-align: center;
        border-radius: 15px; }
        @media (max-width: 550px) {
          .events-nearest .items .item .text-wrap {
            max-width: 380px; } }
        .events-nearest .items .item .text-wrap .col {
          display: flex;
          justify-content: center;
          align-items: center; }
        .events-nearest .items .item .text-wrap h4 {
          font-weight: 400;
          line-height: 30px;
          text-transform: uppercase;
          color: #2e2f89;
          margin-bottom: 20px;
          font-size: 28px; }
        .events-nearest .items .item .text-wrap p {
          font-size: 24px;
          margin-right: 20px; }
        .events-nearest .items .item .text-wrap .circle {
          width: 63px;
          height: 63px;
          border-radius: 50%;
          margin-right: 17px;
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 1;
          border-style: solid;
          border-width: 2px;
          border-color: #d5d5e7;
          background-color: white; }
          .events-nearest .items .item .text-wrap .circle img {
            width: 30px; }

.news .title {
  width: 100%;
  text-align: center;
  margin-top: 50px; }
  .news .title h2 {
    max-width: 600px;
    width: 100%;
    text-transform: uppercase;
    color: #2e2f89;
    margin: 0 auto; }

.news .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 55px; }
  .news .items .item {
    max-width: 600px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 60px; }
    @media (max-width: 1280px) {
      .news .items .item {
        margin-right: 0; } }
    @media (min-width: 1910px) {
      .news .items .item:nth-child(3n) {
        margin-right: 0; } }
    @media (min-width: 1290px) and (max-width: 1909px) {
      .news .items .item:nth-child(2n) {
        margin-right: 0; } }
    .news .items .item .post-title {
      margin-top: 20px; }
      .news .items .item .post-title h4 {
        color: #2e2f89;
        font-weight: 400;
        text-align: center; }
    .news .items .item .image {
      width: 100%;
      height: 313px;
      border-radius: 16px; }
      .news .items .item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        border-radius: 16px; }
    .news .items .item .text {
      text-align: center;
      padding: 0 40px;
      margin-top: 20px;
      margin-bottom: 30px; }

.news .navigation {
  padding-bottom: 40px;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 20px; }

.news .title {
  width: 100%;
  text-align: center; }
  .news .title h2 {
    max-width: 600px;
    width: 100%;
    text-transform: uppercase;
    color: #2e2f89;
    margin: 0 auto; }

.news .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 55px; }
  .news .items .item {
    max-width: 600px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 60px; }
    .news .items .item .post-title {
      margin-top: 20px; }
      .news .items .item .post-title h4 {
        color: #2e2f89;
        font-weight: 400;
        text-align: center; }
    .news .items .item p, .news .items .item h3 {
      min-height: 69px; }
      @media (max-width: 500px) {
        .news .items .item p, .news .items .item h3 {
          min-height: inherit !important; } }
    @media (max-width: 1280px) {
      .news .items .item {
        margin-right: 0; } }
    @media (min-width: 1910px) {
      .news .items .item:nth-child(3n) {
        margin-right: 0; } }
    @media (min-width: 1290px) and (max-width: 1909px) {
      .news .items .item:nth-child(2n) {
        margin-right: 0; } }
    .news .items .item .image {
      width: 100%;
      height: 313px;
      border-radius: 16px; }
      .news .items .item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        border-radius: 16px; }
    .news .items .item .text {
      text-align: center;
      padding: 0 40px;
      margin-top: 20px;
      margin-bottom: 30px; }

.news .navigation {
  padding-bottom: 40px;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 20px; }

.free-ski-search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .free-ski-search .wrapper {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .free-ski-search .wrapper .title {
      width: 100%;
      text-align: center;
      margin-bottom: 50px; }
      .free-ski-search .wrapper .title h2 {
        max-width: 600px;
        width: 100%;
        text-transform: uppercase;
        color: #2e2f89;
        margin: 0 auto; }
    .free-ski-search .wrapper .filters {
      display: flex;
      width: 100%; }
      .free-ski-search .wrapper .filters .col {
        max-width: 560px;
        width: 100%;
        margin-right: 30px; }
        .free-ski-search .wrapper .filters .col:last-child {
          margin-right: 0; }
      .free-ski-search .wrapper .filters span {
        top: 15px;
        right: 25px;
        position: absolute;
        z-index: 0; }
        .free-ski-search .wrapper .filters span svg {
          transform: rotate(-90deg);
          width: 10px; }
          .free-ski-search .wrapper .filters span svg .slider-arrow {
            stroke: #2e2f89; }
      .free-ski-search .wrapper .filters label {
        background-color: #f2f2f2;
        max-width: 620px;
        width: 100%;
        height: 46px;
        border-radius: 23px;
        display: block;
        color: #4f4f4f;
        position: relative; }
      .free-ski-search .wrapper .filters select {
        background-color: transparent;
        width: 100%;
        height: 46px;
        border-radius: 23px;
        text-shadow: none;
        border: none;
        padding: 0 50px;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        z-index: 1; }
      .free-ski-search .wrapper .filters .btn-wrap {
        display: flex;
        justify-content: flex-end; }
  .free-ski-search .items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
    justify-content: center;
    align-items: center; }
    .free-ski-search .items .item {
      max-width: 600px;
      width: 100%;
      position: relative;
      margin-right: 20px;
      margin-bottom: 190px;
      display: flex;
      justify-content: center; }
      @media (max-width: 1280px) {
        .free-ski-search .items .item {
          margin-right: 0; } }
      @media (min-width: 1910px) {
        .free-ski-search .items .item:nth-child(3n) {
          margin-right: 0; } }
      @media (min-width: 1290px) and (max-width: 1909px) {
        .free-ski-search .items .item:nth-child(2n) {
          margin-right: 0; } }
      .free-ski-search .items .item .image {
        width: 100%;
        height: 310px;
        position: relative;
        overflow: hidden;
        border-radius: 16px; }
        .free-ski-search .items .item .image img {
          width: 100%; }
        @media (max-width: 680px) {
          .free-ski-search .items .item .image {
            height: auto; } }
      .free-ski-search .items .item .text-wrap {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        bottom: -140px;
        padding: 25px 15px 25px 15px;
        box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.1);
        position: absolute;
        max-width: 451px;
        width: 100%;
        background-color: #f6f6fa;
        text-align: center;
        border-radius: 15px; }
        @media (max-width: 550px) {
          .free-ski-search .items .item .text-wrap {
            max-width: 380px; } }
        .free-ski-search .items .item .text-wrap .col {
          display: flex;
          justify-content: center;
          align-items: center; }
        .free-ski-search .items .item .text-wrap h2 {
          font-weight: 400;
          line-height: 40px;
          text-transform: uppercase;
          color: #2e2f89;
          margin-bottom: 20px;
          font-size: 28px; }
        .free-ski-search .items .item .text-wrap p {
          font-size: 24px;
          margin-right: 20px; }
        .free-ski-search .items .item .text-wrap hr {
          border: 0;
          width: 100%;
          color: #d5d5e7;
          background-color: #d5d5e7;
          height: 1px;
          margin: 20px 15px 30px 15px; }
        .free-ski-search .items .item .text-wrap .price {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%;
          margin: 0 15px; }
          .free-ski-search .items .item .text-wrap .price p {
            color: #4f4f4f;
            text-transform: uppercase;
            font-size: 20px; }
          .free-ski-search .items .item .text-wrap .price span {
            display: block;
            padding: 10px 15px;
            border-radius: 23px;
            font-weight: 700;
            max-height: 50px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            min-width: 145px;
            transition: .3s ease-in-out all;
            background-color: #ffffff;
            border: 1px solid #d5d5e7;
            color: #2e2f89; }

.free-ski-desc {
  max-width: 1590px;
  margin: 0 auto; }
  .free-ski-desc .wrapper-items {
    display: flex;
    flex-direction: row;
    padding-bottom: 60px; }
    @media (max-width: 1480px) {
      .free-ski-desc .wrapper-items {
        padding-bottom: 30px; } }
    @media (max-width: 1200px) {
      .free-ski-desc .wrapper-items {
        flex-direction: column; } }
    .free-ski-desc .wrapper-items .text-box {
      width: 50%;
      padding-right: 15px; }
      @media (max-width: 1200px) {
        .free-ski-desc .wrapper-items .text-box {
          width: 100%;
          padding-right: 0; } }
      .free-ski-desc .wrapper-items .text-box .editor {
        max-width: 635px; }
        @media (max-width: 1200px) {
          .free-ski-desc .wrapper-items .text-box .editor {
            max-width: 100%; } }
        .free-ski-desc .wrapper-items .text-box .editor h4, .free-ski-desc .wrapper-items .text-box .editor h5, .free-ski-desc .wrapper-items .text-box .editor h6 {
          color: #2e2f89;
          font-weight: 400;
          margin-bottom: 30px;
          text-transform: inherit; }
        .free-ski-desc .wrapper-items .text-box .editor h1, .free-ski-desc .wrapper-items .text-box .editor h2, .free-ski-desc .wrapper-items .text-box .editor h3 {
          color: #2e2f89;
          font-weight: 400;
          margin-bottom: 60px;
          text-transform: uppercase; }
        .free-ski-desc .wrapper-items .text-box .editor p {
          margin-bottom: 30px; }
          @media (max-width: 800px) {
            .free-ski-desc .wrapper-items .text-box .editor p {
              margin-bottom: 15px; } }
        .free-ski-desc .wrapper-items .text-box .editor img {
          border-radius: 15px; }
          .free-ski-desc .wrapper-items .text-box .editor img.aligncenter {
            display: block;
            margin: 0 auto; }
        .free-ski-desc .wrapper-items .text-box .editor ul, .free-ski-desc .wrapper-items .text-box .editor ol {
          margin-bottom: 60px; }
        .free-ski-desc .wrapper-items .text-box .editor ul {
          padding-left: 20px; }
          .free-ski-desc .wrapper-items .text-box .editor ul li {
            position: relative;
            padding-left: 40px;
            margin-bottom: 15px; }
            .free-ski-desc .wrapper-items .text-box .editor ul li:last-child {
              margin-bottom: 0; }
            .free-ski-desc .wrapper-items .text-box .editor ul li:before {
              content: "";
              position: absolute;
              left: 0;
              top: 5px;
              width: 7px;
              height: 7px;
              background-color: #2e2f89;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%; }
        .free-ski-desc .wrapper-items .text-box .editor ol {
          position: relative;
          counter-reset: my-counter;
          padding-left: 20px; }
          .free-ski-desc .wrapper-items .text-box .editor ol li {
            counter-increment: my-counter;
            position: relative;
            list-style: none;
            margin-bottom: 15px; }
            .free-ski-desc .wrapper-items .text-box .editor ol li:last-child {
              margin-bottom: 0; }
            .free-ski-desc .wrapper-items .text-box .editor ol li:before {
              content: counter(my-counter) ".";
              color: #2e2f89;
              padding-right: 40px; }
        .free-ski-desc .wrapper-items .text-box .editor table {
          margin-bottom: 60px;
          border-collapse: collapse;
          width: 100%; }
          .free-ski-desc .wrapper-items .text-box .editor table tr {
            border-bottom: 1px solid #d5d5e7; }
            .free-ski-desc .wrapper-items .text-box .editor table tr:first-child {
              border-top: 2px solid #d5d5e7; }
            .free-ski-desc .wrapper-items .text-box .editor table tr:last-child {
              border-bottom: 2px solid #d5d5e7; }
            .free-ski-desc .wrapper-items .text-box .editor table tr td {
              padding: 30px 60px;
              border-right: 2px solid #d5d5e7;
              border-left: 2px solid #d5d5e7; }
              .free-ski-desc .wrapper-items .text-box .editor table tr td:nth-child(odd) {
                background-color: #f7f7fa; }
              @media (max-width: 1280px) {
                .free-ski-desc .wrapper-items .text-box .editor table tr td {
                  padding: 15px 25px; } }
      .free-ski-desc .wrapper-items .text-box .packages-box .package {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid #d5d5e7;
        padding: 22px 0 30px 0; }
        @media (max-width: 1200px) {
          .free-ski-desc .wrapper-items .text-box .packages-box .package {
            padding: 15px 0; } }
        .free-ski-desc .wrapper-items .text-box .packages-box .package p {
          display: flex;
          align-items: center;
          font-size: 20px; }
          @media (max-width: 800px) {
            .free-ski-desc .wrapper-items .text-box .packages-box .package p {
              font-size: 18px; } }
          @media (max-width: 450px) {
            .free-ski-desc .wrapper-items .text-box .packages-box .package p {
              font-size: 16px; } }
        .free-ski-desc .wrapper-items .text-box .packages-box .package .btn-price {
          color: #2e2f89;
          padding: 12px 30px;
          font-size: 20px;
          font-weight: bold;
          border: 2px solid #d5d5e7;
          border-radius: 23px; }
          @media (max-width: 1200px) {
            .free-ski-desc .wrapper-items .text-box .packages-box .package .btn-price {
              padding: 10px 20px; } }
          @media (max-width: 800px) {
            .free-ski-desc .wrapper-items .text-box .packages-box .package .btn-price {
              font-size: 18px; } }
          @media (max-width: 450px) {
            .free-ski-desc .wrapper-items .text-box .packages-box .package .btn-price {
              font-size: 16px;
              padding: 8px 12px; } }
      .free-ski-desc .wrapper-items .text-box .row-items {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 35px 0 0 0; }
        @media (max-width: 1200px) {
          .free-ski-desc .wrapper-items .text-box .row-items {
            padding: 30px 0; } }
        @media (max-width: 600px) {
          .free-ski-desc .wrapper-items .text-box .row-items {
            flex-direction: column;
            justify-content: center; } }
        .free-ski-desc .wrapper-items .text-box .row-items .info-box {
          display: flex;
          align-items: center; }
          @media (max-width: 600px) {
            .free-ski-desc .wrapper-items .text-box .row-items .info-box {
              padding-top: 15px;
              justify-content: center; } }
          .free-ski-desc .wrapper-items .text-box .row-items .info-box p {
            font-size: 20px; }
            @media (max-width: 800px) {
              .free-ski-desc .wrapper-items .text-box .row-items .info-box p {
                font-size: 18px; } }
            @media (max-width: 450px) {
              .free-ski-desc .wrapper-items .text-box .row-items .info-box p {
                font-size: 16px; } }
    .free-ski-desc .wrapper-items .img-box {
      max-width: 50%;
      width: 100%;
      padding-left: 15px; }
      @media (max-width: 1200px) {
        .free-ski-desc .wrapper-items .img-box {
          max-width: 100%;
          padding-left: 0; } }
      .free-ski-desc .wrapper-items .img-box img {
        width: 100%;
        border-radius: 15px; }

.map-slopes {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .map-slopes .decor {
    position: absolute;
    left: 0;
    top: -14px;
    width: 100%;
    height: 66px;
    z-index: 3; }
    @media (max-width: 1738px) {
      .map-slopes .decor {
        top: -16px;
        height: 60px; } }
    @media (max-width: 1280px) {
      .map-slopes .decor {
        top: -19px;
        height: 60px; } }
    @media (max-width: 1010px) {
      .map-slopes .decor {
        top: -19px;
        height: 55px; } }
    @media (max-width: 777px) {
      .map-slopes .decor {
        top: -21px;
        height: 50px; } }
  .map-slopes .map {
    width: 100%;
    position: relative;
    z-index: 2; }
  .map-slopes .title {
    position: absolute;
    z-index: 3;
    top: 90px; }
    .map-slopes .title h2 {
      color: #ffffff; }
  .map-slopes .infoBox {
    width: 200px;
    height: auto;
    overflow: visible !important; }
    .map-slopes .infoBox .marker-label {
      position: absolute;
      left: 0;
      top: -38px;
      transform: translateX(-50%);
      z-index: 1;
      color: white;
      width: max-content; }
      .map-slopes .infoBox .marker-label.bottom {
        top: 0;
        bottom: 0; }
    .map-slopes .infoBox .infobox-modal {
      position: relative;
      background-color: #43eaad;
      border-radius: 15px;
      padding: 10px 10px 25px 10px;
      text-align: center;
      z-index: 1; }
      .map-slopes .infoBox .infobox-modal p.title-modal {
        color: #2e2f89;
        font-weight: 700;
        margin-bottom: 5px;
        text-transform: uppercase; }
      .map-slopes .infoBox .infobox-modal .close {
        display: flex;
        justify-content: flex-end; }
        .map-slopes .infoBox .infobox-modal .close span {
          color: #2e2f89;
          font-weight: 700;
          cursor: pointer;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          background-color: #ffffff;
          display: flex;
          justify-content: center;
          align-items: center; }

