html,
body {
  scroll-behavior: smooth;
}

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

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "Domine", sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
  color: #04042b;
  background: #fff;
}
body.active {
  overflow: hidden;
}

a {
  text-decoration: none;
  opacity: 1;
  color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

ul li {
  list-style: none;
}

.auto__container {
  position: relative;
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 40px;
}

h1 {
  font-weight: 900;
  font-size: 102px;
  line-height: 120%;
  letter-spacing: -1.5px;
  font-family: "Barlow", sans-serif;
}

h2 {
  font-weight: 300;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: -0.5px;
  font-family: "Barlow", sans-serif;
}

h3 {
  font-weight: 400;
  font-size: 51px;
  line-height: 120%;
  font-family: "Barlow", sans-serif;
}

h4 {
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.25px;
  font-family: "Barlow", sans-serif;
}

h5 {
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  font-family: "Barlow", sans-serif;
}

h6 {
  font-weight: 500;
  font-size: 21px;
  line-height: 120%;
  letter-spacing: 0.15px;
  font-family: "Barlow", sans-serif;
}

p.body1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
}
p.body2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.25px;
}
p.body3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}
p.body4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.5px;
}
p.body5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.5px;
}

.title1 {
  font-weight: 300;
  font-size: 125px;
  line-height: 140%;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

.title2 {
  font-weight: 300;
  font-size: 64px;
  line-height: 140%;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

.title3 {
  font-weight: 300;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

.title4 {
  font-weight: 300;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

.title5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.25px;
  font-family: "Barlow", sans-serif;
}

.title6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.15px;
  font-family: "Barlow", sans-serif;
}

.main {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.main.active {
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
}
.main__wrapper {
  overflow: hidden;
}

.anchor {
  position: relative;
  top: -300px;
}

.countdown {
  position: absolute;
  top: 52px;
  left: 50%;
  width: 100%;
  height: 74px;
  max-width: 493px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #463287;
  border-radius: 50px;
  font-family: "Barlow", sans-serif;
  color: #fff;
  padding: 11px 24px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.countdown__title {
  margin-right: 16px;
  width: 165px;
}
.countdown__title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.25px;
}
.countdown__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.countdown__row span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.countdown__row span b {
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  margin-bottom: 1px;
}
.countdown__row span small {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.15px;
  text-transform: capitalize;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 90%;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 20px;
  background: #2e008b;
  border-radius: 24px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button:hover {
  background: #124d7a;
  color: #e4d77e;
  opacity: 1;
}
.button:hover svg {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
.button svg {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input input {
  width: 100%;
  font-family: "Domine", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.5px;
  color: #2e008b;
  border-radius: 8px;
  padding: 12px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid transparent;
}
.input input:focus {
  border-color: #2e008b;
}
.input input::-webkit-input-placeholder {
  color: #d3d3d3;
}
.input input::-moz-placeholder {
  color: #d3d3d3;
}
.input input:-ms-input-placeholder {
  color: #d3d3d3;
}
.input input::-ms-input-placeholder {
  color: #d3d3d3;
}
.input input::placeholder {
  color: #d3d3d3;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social__logo {
  width: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 36px;
}
.social__logo img {
  width: 100%;
}
.social__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social__links a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #2e008b;
  color: #fff;
  margin-right: 24px;
}
.social__links a:hover {
  color: #e4d77e;
  background: #124d7a;
}
.social__links a:last-child {
  margin: 0;
}
.social__links a svg {
  width: 100%;
  height: 100%;
}

.register {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 248px;
  height: 248px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.register__circle {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: rotateText 12s linear infinite;
          animation: rotateText 12s linear infinite;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.register__circle img {
  width: 100%;
}
.register__text {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: rotateText 12s linear infinite;
          animation: rotateText 12s linear infinite;
  pointer-events: none;
  color: #f9423a;
  font-size: 18px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  line-height: 120%;
  letter-spacing: 2px;
}
.register__text .char {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform-origin: 0 calc(var(--width, 248px) / 2);
          transform-origin: 0 calc(var(--width, 248px) / 2);
  height: calc(248px / 2);
  display: inline-block;
}
.registerBtn {
  width: 62%;
  height: 62%;
  border: 3px solid #2e008b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 90%;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #2e008b;
}
.registerBtn:hover {
  background: #124d7a;
  border-color: #124d7a;
  color: #e4d77e;
  opacity: 1;
}
.registerBtn svg {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.modall {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 32px;
  display: none;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
}
.modall.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.4s;
          animation: fadeIn 0.4s;
}
.modall__inner {
  background: #124d7a;
  color: #fff;
  border-radius: 25px;
  padding: 64px;
  width: 100%;
  max-width: 1092px;
  margin: auto;
  position: relative;
}
.modall__inner-title {
  margin-bottom: 28px;
}
.modall__inner-title h4 {
  margin-bottom: 10px;
}
.modall__inner-title h6 {
  color: #e4d77e;
}
.modall__inner-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #2e008b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modall__inner-close:hover {
  opacity: 1;
  background: #04042b;
  color: #e4d77e;
}
.modall__inner-close svg {
  width: 14px;
  height: 14px;
  pointer-events: none;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 1500px) {
  h1 {
    font-size: 90px;
  }
}
@media (max-width: 1380px) {
  h1 {
    font-size: 80px;
  }
}
@media (max-width: 1180px) {
  .auto__container {
    padding: 0 32px;
  }

  h1 {
    font-size: 70px;
  }

  p.body1 {
    font-size: 36px;
  }
  p.body2 {
    font-size: 28px;
  }
  p.body3 {
    font-size: 20px;
  }

  .social__logo {
    margin-right: 24px;
    width: 140px;
  }
  .social__links a {
    margin-right: 18px;
  }

  .register {
    top: -30px;
  }
}
@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 930px) {
  h1 {
    font-weight: 900;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: -0.5px;
  }

  h5 {
    font-weight: 500;
    font-size: 21px;
    line-height: 120%;
    letter-spacing: 0.15px;
  }

  p.body1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0.25px;
  }
  p.body2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
  }
  p.body3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
  p.body4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.5px;
  }

  .title3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 2px;
  }

  .social__logo {
    margin-right: 36px;
    width: 155px;
  }
  .social__links a {
    margin-right: 22px;
  }
}
@media (max-width: 750px) {
  .auto__container {
    padding: 0 20px;
  }

  h1 {
    font-size: 60px;
  }

  p.body1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
  }
  p.body2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
  p.body3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.5px;
  }

  .title1 {
    font-size: 100px;
  }

  .title2 {
    font-size: 55px;
    letter-spacing: 3px;
  }

  .register {
    display: none;
  }

  .modall {
    padding: 20px;
  }
  .modall__inner {
    padding: 64px 40px;
  }

  .countdown {
    top: 32px;
  } 
}
@media (max-width: 540px) {
  .auto__container {
    padding: 0 16px;
  }

  h1 {
    font-size: 55px;
  }

  p.body1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
  p.body2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.5px;
  }

  .title1 {
    font-size: 80px;
  }

  .title2 {
    font-size: 45px;
  }

  .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .social__logo {
    margin-bottom: 24px;
  }

  .countdown {
    width: calc(100% - 12px);
    max-width: 360px;
    padding: 10px 14px 10px 16px;
    height: 64px;
  }
  .countdown__title {
    margin-right: 8px;
    width: 114px;
  }
  .countdown__title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.25px;
  }
  .countdown__row span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .countdown__row span b {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.15px;
    margin: 0;
  }
  .countdown__row span small {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.15px;
  }

  .modall {
    padding: 16px;
  }
  .modall__inner {
    padding: 54px 24px 30px;
  }
  .modall__inner-close {
    top: 20px;
    right: 14px;
  }
  .modall h4 {
    font-size: 30px;
  }
  .modall h6 {
    font-size: 18px;
  }
}
@media (max-width: 390px) {
  h1 {
    font-weight: 800;
    font-size: 51px;
    line-height: 120%;
    letter-spacing: 0;
  }

  p.body1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.5px;
  }

  .title1 {
    font-weight: 300;
    font-size: 64px;
    line-height: 140%;
    letter-spacing: 4px;
  }

  .title2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 2.5px;
  }

  .countdown {
    max-width: 360px;
    padding: 10px 14px 10px 16px;
  }
  .countdown__title {
    margin-right: 8px;
    width: 98px;
  }
  .countdown__title p {
    font-size: 12px;
    letter-spacing: 0.15px;
  }
  .countdown__row span b {
    font-size: 18px;
    letter-spacing: 0.1px;
  }
  .countdown__row span small {
    font-size: 12px;
    letter-spacing: 0.1px;
  }
}
@-webkit-keyframes truck-surf {
  0% {
    left: 68px;
  }
  90% {
    left: calc(100% - 205px);
  }
}
@keyframes truck-surf {
  0% {
    left: 68px;
  }
  90% {
    left: calc(100% - 205px);
  }
}
@-webkit-keyframes truck-surf-mid {
  0% {
    left: 60px;
  }
  90% {
    left: calc(100% - 156px);
  }
}
@keyframes truck-surf-mid {
  0% {
    left: 60px;
  }
  90% {
    left: calc(100% - 156px);
  }
}
@-webkit-keyframes truck-surf-extra {
  0% {
    left: 60px;
  }
  90% {
    left: calc(100% - 185px);
  }
}
@keyframes truck-surf-extra {
  0% {
    left: 60px;
  }
  90% {
    left: calc(100% - 185px);
  }
}
@-webkit-keyframes truck-surf-sm {
  0% {
    left: 52px;
  }
  90% {
    left: calc(100% - 112px);
  }
}
@keyframes truck-surf-sm {
  0% {
    left: 52px;
  }
  90% {
    left: calc(100% - 112px);
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
.header .auto__container {
  max-width: 1525px;
  width: 100%;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: unset;
  -webkit-animation-name: sticky;
          animation-name: sticky;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  padding: 36px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.65%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #ffffff 2.65%, rgba(255, 255, 255, 0) 100%);
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 247px;
}
.logo img {
  width: 100%;
}

@media (max-width: 1380px) {
  .header.sticky {
    padding: 26px 0;
  }
}
@media (max-width: 750px) {
  .header {
    height: 190px;
  }
  .header__inner > .button {
    display: none;
  }

  .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 198px;
  }
}
@media (max-width: 540px) {
  .logo {
    left: unset;
    right: 30px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: #c0d5dd;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow: hidden;
}
.nav.active {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.nav .auto__container {
  height: 100%;
  max-width: 1605px;
}
.nav__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 306px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.nav__shape img {
  width: 100%;
}
.nav__inner {
  height: 100%;
  overflow-y: auto;
  padding: 50px 40px 60px;
}
.nav__inner::-webkit-scrollbar {
  display: none;
}
.nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.nav__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 135px;
}
.nav__row ul {
  width: calc(50% - 15px);
}
.nav__row ul li {
  margin-bottom: 64px;
}
.nav__row ul li:last-child {
  margin: 0;
}
.nav__row ul li a {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  color: #2e008b;
}
.nav__row ul li a:hover {
  color: #124d7a;
  opacity: 1;
}
.nav__button {
  display: none;
}

.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  position: relative;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  color: #2e008b;
}
.burger:hover {
  background: #124d7a;
  color: #e4d77e;
}
.burger svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1180px) {
  .burger {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 930px) {
  .nav__shape {
    width: 285px;
  }
  .nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 112px 40px 70px;
  }
  .nav__row {
    margin-bottom: 64px;
  }
  .nav__top {
    margin-bottom: 110px;
  }
  .nav .social {
    margin: auto 0 0 0;
  }
}
@media (max-width: 750px) {
  .nav__shape {
    width: 240px;
  }
  .nav__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .nav__row ul {
    margin-bottom: 30px;
  }
  .nav__row ul:last-child {
    margin: 0;
  }
  .nav__row ul li {
    margin-bottom: 30px;
  }
  .nav__row ul li a {
    font-size: 44px;
  }
  .nav__top {
    position: relative;
    margin-bottom: 20px;
  }
  .nav__top .button {
    display: none;
  }
  .nav__inner {
    padding: 64px 8px 24px;
  }
  .nav__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }

  .burger {
    margin-right: 16px;
    margin-left: -12px;
  }
}
@media (max-width: 540px) {
  .nav__shape {
    width: 110px;
  }
  .nav__inner {
    padding-top: 30px;
  }
  .nav__row ul {
    margin-bottom: 18px;
  }
  .nav__row ul li {
    margin-bottom: 18px;
  }
  .nav__row ul li a {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -0.5px;
  }
  .nav .logo {
    right: 6px;
  }

  .burger {
    margin-right: 16px;
    margin-left: -12px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 400px) {
    .nav__row ul, .nav__row ul li {
    margin-bottom: 5px;
  }
    .nav__row ul li a {
        font-size: 30px;
    }
    .social__logo {
        margin-bottom: 20px;
    }
    .social__logo img {
        width: 70%;
    }
    .social__links a {
        width: 40px;
        height: 40px;
    }
    
}

.footer {
  background: #c0d5dd;
  padding: 100px 0 94px;
  position: relative;
}
.footer__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 306px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.footer__shape img {
  width: 100%;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1250px;
  margin: 0 auto;
}
.footer__inner-form {
  max-width: 500px;
  width: calc(50% - 15px);
}
.footer__inner-form .title3 {
  margin-bottom: 8px;
  color: #2e008b;
}
.footer__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 15px;
}
.footer__inner-info {
  padding: 14px 0;
  width: calc(50% - 15px);
  max-width: 550px;
}
.footer__inner-info .title6 {
  color: #2e008b;
}
.footer__inner .input {
  width: calc(50% - 20px);
  margin: 10px;
}
.footer__inner .social {
  margin-bottom: 10px;
}





@media (max-width: 930px) {
  .footer {
    padding: 100px 0 100px;
  }
  .footer__shape {
    width: 290px;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__inner-form {
    width: 100%;
    margin-bottom: 64px;
  }
  .footer__inner-info {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
  .footer__inner .title3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 3px;
  }
}
@media (max-width: 540px) {
  .footer {
    padding: 64px 0 60px;
  }
  .footer__shape {
    display: none;
  }
  .footer__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 16px 0;
  }
  .footer__inner .input {
    width: 85%;
    margin: 0 0 16px 0;
  }
  .footer__inner .input:last-child {
    margin: 0;
  }
  .footer__inner .title3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 3px;
    margin-bottom: 18px;
  }
  .footer__inner .social {
    margin-bottom: 16px;
  }
}
.hero {
  position: relative;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.hero__bg img.mob {
  display: none;
}
.hero__inner {
  padding: 240px 0 120px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__inner-image {
  width: 70%;
  max-width: 780px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__inner-image img {
  width: 100%;
  max-height: calc(100vh - 360px);
}
.hero__inner-image img.mob {
  display: none;
}
.heroFoot {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  width: 78%;
  max-width: 1420px;
}
.heroFoot__start {
  margin-right: 12px;
  position: relative;
}
.heroFoot__center {
  margin: 0 12px;
}
.heroFoot__center h6 {
  font-style: italic;
}
.heroFoot__end {
  margin-left: 12px;
  position: relative;
}
.heroFoot__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.heroFoot__image img {
  width: 100%;
}
.heroFoot h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  position: relative;
  z-index: 3;
  text-align: center;
}
.heroFoot span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  height: 1px;
  border-radius: 2px;
  background: #fff;
  position: relative;
  z-index: 3;
}

.truck {
  position: absolute;
  bottom: 35px;
  z-index: 5;
  width: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 68px;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.truck.active {
  left: calc(100% - 205px);
  -webkit-animation: truck-surf 4s cubic-bezier(0.15, 0.85, 0.55, 1) forwards;
          animation: truck-surf 4s cubic-bezier(0.15, 0.85, 0.55, 1) forwards;
}
.truck img {
  width: 100%;
}

.truck--end {
  left: calc(100% - 205px) !important;
}

@media (max-width: 1180px) {
  .heroFoot__image {
    width: 270px;
  }
}
@media (max-width: 930px) {
  .hero__inner {
    padding: 280px 0 120px;
  }
  .hero__inner-image {
    width: 90%;
  }
  .hero__inner-image img {
    max-height: calc(100vh - 400px);
  }
  .heroFoot__image {
    width: 240px;
  }
  .heroFoot__start h6 {
    width: 75px;
  }

  .truck {
    width: 64px;
    left: 60px;
  }
  .truck.active {
    left: calc(100% - 185px);
    -webkit-animation: truck-surf-extra 3s cubic-bezier(0.15, 0.85, 0.55, 1) forwards;
            animation: truck-surf-extra 3s cubic-bezier(0.15, 0.85, 0.55, 1) forwards;
  }
}
@media (max-width: 750px) {
  .heroFoot {
    width: 84%;
    padding: 12px 0;
  }
  .heroFoot__image {
    width: 140px;
  }
  .heroFoot__start {
    margin-right: 8px;
  }
  .heroFoot__start h6 {
    width: 62px;
  }
  .heroFoot__center {
    margin: 0 8px;
  }
  .heroFoot__end {
    margin-left: 8px;
  }
  .heroFoot h6 {
    font-size: 16px;
  }

  .truck {
    width: 50px;
    bottom: 24px;
    left: 60px;
  }
  .truck.active {
    left: calc(100% - 156px);
    -webkit-animation: truck-surf-mid 3s cubic-bezier(0.15, 0.85, 0.55, 1) forwards;
            animation: truck-surf-mid 3s cubic-bezier(0.15, 0.85, 0.55, 1) forwards;
  }
}
@media (max-width: 540px) {
  .hero__bg img {
    display: none;
  }
  .hero__bg img.mob {
    display: block;
  }
  .hero__inner {
    padding: 190px 0 60px;
  }
  .hero__inner-image {
    width: calc(100% + 22px);
    margin: 0 -11px;
  }
  .hero__inner-image img {
    display: none;
    max-height: calc(100vh - 260px);
  }
  .hero__inner-image img.mob {
    display: block;
  }
  .heroFoot {
    width: 86%;
    padding: 5px 0;
    -webkit-transform: translateX(-48%);
            transform: translateX(-48%);
  }
  .heroFoot__image {
    width: 100px;
  }
  .heroFoot__start {
    margin-right: 6px;
  }
  .heroFoot__start h6 {
    width: 50px;
  }
  .heroFoot__center {
    margin: 0 6px;
  }
  .heroFoot__end {
    margin-left: 6px;
  }
  .heroFoot h6 {
    font-size: 12px;
  }

  .truck {
    width: 25px;
    bottom: 15px;
    left: 52px;
  }
  .truck.active {
    left: calc(100% - 112px);
    -webkit-animation: truck-surf-sm 3s cubic-bezier(0.15, 0.85, 0.55, 1) forwards;
            animation: truck-surf-sm 3s cubic-bezier(0.15, 0.85, 0.55, 1) forwards;
  }
}
.about {
  padding: 256px 20px 200px;
}
.about__inner {
  text-align: center;
  max-width: 1240px;
  margin: 0 auto;
  color: #6c4b91;
}
.about__inner .title3 {
  margin-bottom: 53px;
}

@media (max-width: 1500px) {
  .about {
    padding: 200px 20px 160px;
  }
}
@media (max-width: 1380px) {
  .about {
    padding: 180px 20px 130px;
  }
  .about__inner .title3 {
    margin-bottom: 32px;
  }
}
@media (max-width: 1180px) {
  .about {
    padding: 160px 20px 90px;
  }
}
@media (max-width: 930px) {
  .about {
    padding: 136px 18px 66px;
  }
  .about__inner .title3 {
    margin-bottom: 24px;
  }
}
@media (max-width: 540px) {
  .about {
    padding: 86px 0 40px;
  }
  .about__inner .title3 {
    margin-bottom: 24px;
  }
}
.quotes {
  padding: 50px 0 126px;
  position: relative;
  max-width: 1730px;
  margin: 0 auto;
}
.quotes__shape {
  position: absolute;
  bottom: 0;
  left: -70px;
  width: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  pointer-events: none;
}
.quotes__shape img {
  width: 100%;
}
.quotes__slider {
  overflow: hidden;
  position: relative;
}
.quotesItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quotesItem__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 45%;
  max-width: 737px;
}
.quotesItem__image {
  width: calc(50% - 8px);
}
.quotesItem__image-inner {
  width: 100%;
  height: 673px;
  position: relative;
}
.quotesItem__image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.quotesItem__shape {
  display: none;
}
.quotesItem__content {
  width: 55%;
  padding: 30px 30px 40px 80px;
  color: #6c4b91;
}
.quotesItem__content p {
  max-width: 706px;
  line-height: 46px;
  height: 230px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quotesItem .title4 {
  color: #6c4b91;
  margin-bottom: 24px;
}
.quotes .swiper-slide {
  opacity: 0;
  visibility: hidden;
  height: unset;
}
.quotes .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.quotes .swiper-pagination {
  position: absolute;
  width: 55% !important;
  bottom: 150px !important;
  left: 45% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 80px;
}
.quotes .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid #2e008b;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
  margin: 0 16px 0 0 !important;
}
.quotes .swiper-pagination-bullet:last-child {
  margin: 0 !important;
}
.quotes .swiper-pagination-bullet:hover {
  background: #124d7a;
  border-color: #124d7a;
}
.quotes .swiper-pagination-bullet-active {
  background: #2e008b;
}

@media (max-width: 1500px) {
  .quotesItem__image-inner {
    height: 600px;
  }
  .quotesItem__content p {
    height: 276px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .quotes .swiper-pagination {
    bottom: 100px !important;
  }
}
@media (max-width: 1380px) {
  .quotes__shape {
    width: 343px;
    left: -60px;
  }
  .quotesItem__image-inner {
    height: 530px;
  }
  .quotesItem__content {
    padding: 30px 40px 30px 50px;
  }
  .quotes .swiper-pagination {
    padding-left: 50px;
    bottom: 70px !important;
  }
}
@media (max-width: 1180px) {
  .quotesItem__banner {
    width: 43%;
  }
  .quotesItem__image {
    width: 100%;
  }
  .quotesItem__image:first-child {
    display: none;
  }
  .quotesItem__image-inner {
    height: 673px;
  }
  .quotesItem__content {
    width: 57%;
    padding: 30px 32px 30px 66px;
  }
  .quotes .swiper-pagination {
    left: 43% !important;
    width: 57% !important;
    padding-left: 66px;
    bottom: 130px !important;
  }
}
@media (max-width: 930px) {
  .quotes {
    padding: 30px 0 88px;
  }
  .quotesItem__content p {
    height: 231px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 33px;
  }
  .quotes .swiper-pagination {
    bottom: 150px !important;
  }
}
@media (max-width: 750px) {
  .quotes {
    padding: 30px 0 65px;
  }
  .quotes__shape {
    display: none;
  }
  .quotes__slider {
    padding-bottom: 32px;
  }
  .quotesItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quotesItem__banner {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
  }
  .quotesItem__image-inner {
    height: unset;
    padding-bottom: 112%;
  }
  .quotesItem__content {
    width: 100%;
    padding: 0;
    text-align: center;
    padding: 35px 20px 0;
  }
  .quotesItem__content p {
    height: unset;
    display: block;
    line-height: 140%;
  }
  .quotesItem__shape {
    position: absolute;
    bottom: 0;
    left: -70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
  }
  .quotesItem__shape img {
    width: 100%;
  }
  .quotes .swiper-pagination {
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
@media (max-width: 540px) {
  .quotes {
    padding: 14px 0 65px;
  }
  .quotesItem__shape {
    width: 170px;
  }
  .quotesItem .title4 {
    margin-bottom: 16px;
  }
}
.keynote {
  padding: 164px 0;
}
.keynote__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.keynoteContent {
  width: calc(55% - 20px);
  max-width: 706px;
}
.keynoteContent__title {
  margin-bottom: 38px;
  color: #6c4b91;
}
.keynoteContent h1 {
  margin-bottom: 4px;
}
.keynoteImage {
  width: calc(45% - 20px);
  max-width: 584px;
  position: relative;
}
.keynoteImage__bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 125%;
  height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.keynoteImage__bg img {
  width: 100%;
}
.keynoteImage__inner {
  width: 100%;
  padding-bottom: 114%;
  position: relative;
  min-height: 528px;
}
.keynoteImage__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media (max-width: 1380px) {
  .keynote {
    padding: 130px 0;
  }
}
@media (max-width: 930px) {
  .keynote {
    padding: 100px 0;
  }
  .keynoteContent {
    width: calc(60% - 16px);
  }
  .keynoteContent__title {
    margin-bottom: 22px;
  }
  .keynoteImage {
    width: calc(40% - 16px);
  }
  .keynoteImage__bg {
    height: 131%;
  }
}
@media (max-width: 750px) {
  .keynote {
    padding: 100px 0 70px;
  }
  .keynote__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .keynoteImage {
    width: 92%;
    max-width: unset;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 120px;
    margin-left: -20px;
  }
  .keynoteImage__bg {
    width: 86%;
    height: 136%;
  }
  .keynoteImage__inner {
    min-height: unset;
    padding-bottom: 100%;
  }
  .keynoteContent {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 540px) {
  .keynote {
    padding: 80px 0 40px;
  }
  .keynoteImage {
    margin-bottom: 80px;
    margin-left: -16px;
  }
}
@media (max-width: 390px) {
  .keynote {
    padding: 50px 0 30px;
  }
  .keynoteImage {
    margin-bottom: 65px;
  }
}
.speakers {
  padding-top: 64px;
}
.speakers__inner-title {
  margin-bottom: 64px;
  text-align: center;
}
.speakers__inner-title .title2 {
  color: #6d7dc9;
}
.speakers__inner-series {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.speakers__shape {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.speakers__shape img {
  width: 100%;
}
.speakers__shape .title1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #6d7dc9;
  line-height: 100%;
}
.speakers__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.speakersCard {
  width: calc(20% - 35px);
  max-width: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.speakersCard__image {
  margin-bottom: 24px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.speakersCard__image-inner {
  width: 100%;
  padding-bottom: 134%;
  position: relative;
}
.speakersCard__image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.speakersCard h4 {
  color: #6d7dc9;
  margin-bottom: 2px;
}
.speakersCard .title5 {
  margin-bottom: 2px;
}
.speakersItem {
  width: calc(25% - 16px);
  margin: 36px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.speakersItem__avatar {
  width: 225px;
  height: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #d9d9d9;
  border-radius: 50%;
  overflow: hidden;
}
.speakersItem__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.speakersItem__content {
  padding: 20px 0;
}
.speakersItem .title5 {
  margin-bottom: 4px;
}
.speakersItem h4 {
  color: #6d7dc9;
  margin-bottom: 4px;
}

@media (max-width: 1380px) {
  .speakers__shape {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .speakers__shape img {
    width: 110%;
  }
}
@media (max-width: 1180px) {
  .speakers__shape {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .speakers__shape img {
    width: 160%;
  }
  .speakers__inner-title {
    margin-bottom: 20px;
  }
  .speakers__inner-series {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .speakersCard {
    margin: 32px 45px;
    width: calc(33.3% - 90px);
    max-width: unset;
  }
  .speakersItem {
    width: calc(33.3% - 16px);
  }
}
@media (max-width: 930px) {
  .speakers {
    padding: 40px 0 0 0;
  }
  .speakers__shape {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .speakers__shape img {
    width: 220%;
  }
  .speakersCard {
    width: calc(50% - 120px);
    margin: 32px 60px;
  }
  .speakersCard__image {
    max-width: 225px;
    margin: 0 auto 24px;
  }
  .speakersItem {
    width: calc(50% - 16px);
  }
}
@media (max-width: 750px) {
  .speakersCard {
    width: calc(50% - 60px);
    margin: 24px 30px;
  }
  .speakersItem__avatar {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 540px) {
  .speakers {
    padding: 14px 0 70px;
  }
  .speakers__shape {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 15px 0;
  }
  .speakers__shape img {
    width: 320%;
  }
  .speakers__shape .title1 {
    bottom: 4%;
  }
  .speakers__inner-title {
    margin-bottom: 44px;
  }
  .speakersCard {
    width: 100%;
    margin: 0 0 44px 0;
  }
  .speakersCard:last-child {
    margin: 0;
  }
  .speakersCard__image {
    max-width: 280px;
    width: 80%;
  }
  .speakersItem {
    width: 100%;
    margin: 0 0 24px 0;
  }
  .speakersItem:last-child {
    margin: 0;
  }
  .speakersItem__avatar {
    width: 225px;
    height: 225px;
  }
}
@media (max-width: 390px) {
  .speakers__shape {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 46px 0 -4% 0;
  }
  .speakers__shape img {
    width: unset;
    height: 630px;
  }
  .speakers__shape .title1 {
    bottom: 8%;
  }
}
.agenda {
  position: relative;
  z-index: 1;
  padding: 60px 0 100px;
}
.agenda__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.agenda__shape {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.agenda__shape.bot {
  top: unset;
  bottom: 200px;
}
.agenda__shape img {
  width: 100%;
}
.agenda__inner-title {
  text-align: center;
  margin-bottom: 25px;
}
.agenda__inner-title .title1 {
  color: #124d7a;
}
.agenda__inner-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 104px;
  background: #124d7a;
  border-radius: 90px;
  margin-bottom: 66px;
  position: sticky;
  top: 154px;
  z-index: 10;
}
.agenda__inner-tabs button {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.25px;
  color: #c0d5dd;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.agenda__inner-tabs button:hover {
  color: #e4d77e;
  opacity: 1;
}
.agenda__inner-tabs button.active {
  color: #e4d77e;
}
.agendaContent {
  display: none;
}
.agendaContent.active {
  display: block;
  -webkit-animation: fadeIn 0.4s ease;
          animation: fadeIn 0.4s ease;
}
.agendaContent__title {
  margin-bottom: 30px;
  color: #124d7a;
}
.agendaContent__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -50px;
}
.agendaItem {
  width: calc(33.3% - 100px);
  margin: 32px 50px;
  background: #c0d5dd;
  border-radius: 20px;
  position: relative;
  padding: 32px;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.agendaItem:hover .agendaItem__bg {
  opacity: 1;
}
.agendaItem:hover .button {
  background: #124d7a;
  color: #e4d77e;
}
.agendaItem__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.agendaItem__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.agendaItem__title {
  position: relative;
  z-index: 2;
}
.agendaItem__row {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: auto 0 0 0;
}
.agendaItem__row .button {
  margin-right: 6px;
}
.agendaItem__avatar {
  border: 7px solid #124d7a;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 160px;
}
.agendaItem__avatar-inner {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.agendaItem__avatar-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.agendaItem .title5 {
  margin-bottom: 16px;
}
.agendaItem h4 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1500px) {
  .agenda__shape {
    height: 335px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .agenda__shape img {
    height: 100%;
    width: unset;
  }
  .agendaContent__row {
    margin: 0 -30px;
  }
  .agendaItem {
    width: calc(33.3% - 60px);
    margin: 24px 30px;
  }
}
@media (max-width: 1380px) {
  .agenda__inner-tabs {
    padding: 22px 50px;
    top: 140px;
  }
  .agendaContent__row {
    margin: 0 -16px;
  }
  .agendaItem {
    width: calc(33.3% - 32px);
    margin: 20px 16px;
  }
}
@media (max-width: 1180px) {
  .agenda__inner-tabs {
    padding: 22px 80px;
    top: 120px;
  }
  .agenda__inner-tabs button span {
    display: none;
  }
  .agenda__inner-tabs button span.mob {
    display: inline;
  }
  .agendaItem {
    width: calc(50% - 32px);
  }
}
@media (max-width: 930px) {
  .agenda {
    padding: 60px 0 174px;
  }
  .agenda__inner-tabs {
    padding: 22px 60px;
    margin-bottom: 58px;
  }
  .agendaContent__title {
    margin-bottom: 14px;
  }
  .agendaContent__row {
    margin: 0 -8px;
  }
  .agendaItem {
    width: calc(50% - 16px);
    margin: 20px 8px;
  }
}
@media (max-width: 750px) {
  .agenda {
    padding: 60px 0 214px;
  }
  .agenda__inner-tabs {
    padding: 22px 44px;
  }
  .agenda__inner-tabs button {
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.15px;
  }
  .agendaContent__title {
    margin-bottom: 40px;
  }
  .agendaContent__title h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
  }
  .agendaContent__row {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .agendaItem {
    width: 100%;
    margin: 0 0 44px 0;
  }
  .agendaItem:last-child {
    margin: 0;
  }
  .agendaItem__title {
    margin-bottom: 10px;
  }
  .agendaItem__title h4 {
    display: block;
  }
}
@media (max-width: 540px) {
  .agenda__shape {
    height: 280px;
    top: 42px;
  }
  .agenda__shape.bot {
    bottom: 340px;
  }
  .agenda__inner-title {
    margin-bottom: 30px;
  }
  .agenda__inner-tabs {
    padding: 22px 44px;
    height: 88px;
    margin-bottom: 44px;
    top: 100px;
  }
  .agenda__inner-tabs button {
    font-size: 21px;
  }
  .agenda__inner-tabs button span.mob {
    display: none;
  }
  .agendaItem__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .agendaItem__avatar {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
    width: 100%;
    max-width: 130px;
    border-width: 5px;
  }
  .agendaItem h4 {
    font-weight: 800;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.25px;
  }
}
@media (max-width: 390px) {
  .agendaItem {
    padding: 32px 24px;
  }
  .agendaItem__avatar {
    max-width: 100px;
  }
}
.venue {
  position: relative;
  background: #a9dcea;
  padding: 55px 0 120px;
}
.venue__shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.venue__shape img {
  width: 100%;
}
.venue__inner-title {
  margin-bottom: 64px;
}
.venue__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.venue__inner .title1 {
  color: #124d7a;
}
.venue__inner .title1 br {
  display: none;
}
.venue__inner .title3 {
  margin-bottom: 24px;
  color: #124d7a;
}
.venueContent {
  width: 58%;
  max-width: 826px;
}
.venueContent__text {
  margin-bottom: 58px;
}
.venueContent__text:last-child {
  margin: 0;
}
.venueContent .title3 {
  color: #124d7a;
  margin-bottom: 24px;
}
.venueImage {
  position: absolute;
  top: 50%;
  right: 61%;
  width: 50%;
  max-width: 720px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 20px solid #fff;
}
.venueImage__inner {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}
.venueImage__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media (max-width: 1600px) {
  .venueImage {
    right: 57%;
  }
  .venueContent {
    width: 54%;
  }
}
@media (max-width: 1380px) {
  .venue__shape {
    width: 300px;
  }
  .venueContent__text {
    margin-bottom: 30px;
  }
}
@media (max-width: 1180px) {
  .venue {
    padding: 100px 0 120px;
  }
  .venue__inner-title {
    margin-bottom: 44px;
  }
  .venueContent__text {
    margin-bottom: 24px;
  }
  .venueContent .title3 {
    margin-bottom: 16px;
  }
}
@media (max-width: 930px) {
  .venue {
    padding: 140px 0 177px;
  }
  .venue__shape {
    width: 280px;
  }
  .venue__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .venueImage {
    width: 100%;
    max-width: unset;
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-bottom: 44px;
  }
  .venueContent {
    width: 100%;
    max-width: unset;
  }
  .venueContent__text {
    margin-bottom: 44px;
  }
  .venueContent .title3 {
    margin-bottom: 12px;
  }
}
@media (max-width: 750px) {
  .venue__shape {
    width: 220px;
  }
}
@media (max-width: 540px) {
  .venue {
    padding: 50px 0 56px;
  }
  .venue__shape {
    width: 200px;
    right: 0;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
    overflow: hidden;
  }
  .venue__shape img {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  .venue__inner-title {
    margin-bottom: 34px;
  }
  .venue__inner-title .title1 {
    margin-bottom: 14px;
  }
  .venue__inner-title .title1 br {
    display: block;
  }
  .venue__inner-title .title3 {
    margin-bottom: 32px;
  }
  .venueImage {
    border-width: 10px;
    margin-left: -26px;
    width: calc(100% + 26px);
    margin-bottom: 34px;
  }
  .venueContent__text {
    margin-bottom: 30px;
  }
}
.golf {
  padding: 100px 0 160px;
}
.golf__inner-title {
  margin-bottom: 64px;
  color: #2e008b;
}
.golfItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 64px;
}
.golfItem:last-child {
  margin: 0;
}
.golfItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.golfItem:nth-child(even) .golfItem__image {
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
}
.golfItem:nth-child(even) .golfItem__image span {
  right: unset;
  left: 0;
}
.golfItem__content {
  width: 55%;
  max-width: 706px;
}
.golfItem__text {
  margin-bottom: 90px;
}
.golfItem__text:last-child {
  margin: 0;
}
.golfItem__text p a {
  color: #2e008b;
  text-decoration: underline;
}
.golfItem__text p a:hover {
  color: #124d7a;
  opacity: 1;
}
.golfItem__image {
  width: 60%;
  max-width: 736px;
  position: relative;
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
}
.golfItem__image-inner {
  width: 100%;
  padding-bottom: 78%;
  position: relative;
}
.golfItem__image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.golfItem__image span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  max-width: 508px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.golfItem__image span img {
  width: 100%;
}
.golfItem .title3 {
  margin-bottom: 24px;
  color: #2e008b;
}

@media (max-width: 1600px) {
  .golfItem:nth-child(even) .golfItem__image {
    -webkit-transform: translateX(-85px);
            transform: translateX(-85px);
  }
  .golfItem__image {
    -webkit-transform: translateX(85px);
            transform: translateX(85px);
  }
}
@media (max-width: 1500px) {
  .golf {
    padding: 100px 0 140px;
  }
  .golfItem:nth-child(even) .golfItem__image {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  .golfItem__image {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}
@media (max-width: 1380px) {
  .golf {
    padding: 100px 0 120px;
  }
  .golfItem__text {
    margin-bottom: 60px;
  }
}
@media (max-width: 1180px) {
  .golfItem:nth-child(even) .golfItem__image {
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
  }
  .golfItem__image {
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
  .golfItem__text {
    margin-bottom: 30px;
  }
}
@media (max-width: 930px) {
  .golf {
    padding: 96px 0;
  }
  .golfItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .golfItem:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .golfItem:nth-child(even) .golfItem__image {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-right: 0;
    margin-left: -32px;
  }
  .golfItem__image {
    width: calc(100% + 32px);
    max-width: unset;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 94px;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-right: -32px;
  }
  .golfItem__content {
    width: 100%;
    max-width: unset;
  }
  .golfItem__text {
    margin-bottom: 64px;
  }
  .golfItem .title3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 3px;
  }
  .golfItem p.body3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
  }
}
@media (max-width: 540px) {
  .golf {
    padding: 54px 0;
  }
  .golf__inner-title {
    margin-bottom: 32px;
  }
  .golfItem {
    margin-bottom: 44px;
  }
  .golfItem__image {
    margin: 0 -16px 64px -16px !important;
    width: calc(100% + 32px);
  }
  .golfItem__image-inner {
    padding-bottom: 100%;
  }
  .golfItem__image span {
    width: 94%;
  }
  .golfItem__text {
    margin-bottom: 36px;
  }
  .golfItem .title3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
  .golfItem p.body3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
}
.sponsors {
  position: relative;
  max-width: 1730px;
  margin: 0 auto;
}
.sponsors__side {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.sponsors__side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.sponsors__side img.mob {
  display: none;
}
.sponsors__side .title1 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-10%, 130%) rotate(-90deg);
          transform: translate(-10%, 130%) rotate(-90deg);
  color: #6c4b91;
}
.sponsors__inner {
  max-width: 1070px;
  margin: 0 0 0 auto;
  width: calc(100% - 400px);
  height: 1120px;
  padding: 64px 0;
  overflow: hidden;
  overflow-y: auto;
}
.sponsors__inner::-webkit-scrollbar {
  display: none;
}
.sponsors__inner-title {
  margin-bottom: 64px;
}
.sponsors__inner-title .title3 {
  color: #6c4b91;
  margin-bottom: 20px;
}
.sponsors__inner-title p {
  margin-bottom: 32px;
}
.sponsorsContent {
  margin-bottom: 64px;
}
.sponsorsContent:last-child {
  margin: 0;
}
.sponsorsContent__title {
  margin-bottom: 16px;
}
.sponsorsContent__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.sponsorsContent .title3 {
  color: #6c4b91;
}
.sponsorsItem {
  margin: 8px;
  width: calc(33.3% - 16px);
  padding: 24px;
  background: #eaf6fa;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sponsorsItem.big {
  width: calc(50% - 16px);
  max-width: 465px;
}
.sponsorsItem.sm {
  width: calc(25% - 16px);
}
.sponsorsItem img {
  width: 100%;
}

@media (max-width: 1380px) {
  .sponsors__side {
    width: 340px;
  }
  .sponsors__side .title1 {
    -webkit-transform: translate(-15%, 130%) rotate(-90deg);
            transform: translate(-15%, 130%) rotate(-90deg);
  }
  .sponsors__inner {
    width: calc(100% - 340px);
  }
}
@media (max-width: 1180px) {
  .sponsors__side {
    width: 280px;
  }
  .sponsors__side .title1 {
    -webkit-transform: translate(-22%, 130%) rotate(-90deg);
            transform: translate(-22%, 130%) rotate(-90deg);
  }
  .sponsors__inner {
    width: calc(100% - 280px);
    height: 1060px;
  }
}
@media (max-width: 930px) {
  .sponsors__side {
    position: relative;
    top: unset;
    left: unset;
    width: calc(100% - 36px);
    height: unset;
  }
  .sponsors__side .title1 {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
    left: 32px;
  }
  .sponsors__side img {
    display: none;
  }
  .sponsors__side img.mob {
    display: block;
  }
  .sponsors__inner {
    width: 100%;
    height: unset;
    padding: 64px 0 32px;
  }
  .sponsors__inner .title3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 3px;
  }
  .sponsors__inner p.body3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
  }
  .sponsorsItem {
    width: calc(50% - 16px);
    max-width: 345px;
  }
  .sponsorsItem.big {
    width: calc(100% - 16px);
  }
  .sponsorsItem.sm {
    width: calc(50% - 16px);
    max-width: 255px;
  }
  .sponsorsContent {
    margin-bottom: 56px;
  }
  .sponsorsContent__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 540px) {
  .sponsors__side {
    height: 120px;
  }
  .sponsors__side .title1 {
    left: 16px;
    line-height: 100%;
  }
  .sponsors__side img {
    width: 55%;
    height: 100%;
  }
  .sponsors__inner {
    padding: 50px 0 20px;
  }
  .sponsors__inner-title .title3 {
    margin-bottom: 16px;
  }
  .sponsors__inner-title p {
    margin-bottom: 18px;
  }
  .sponsors__inner .title3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 2px;
  }
  .sponsors__inner p.body3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
  .sponsorsItem {
    width: calc(100% - 16px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
  .sponsorsItem.big {
    width: calc(100% - 16px);
    height: 192px;
  }
  .sponsorsItem.sm {
    width: calc(100% - 16px);
    max-width: 255px;
  }
  .sponsorsContent {
    margin-bottom: 36px;
  }
  .sponsorsContent__title {
    margin-bottom: 8px;
  }
}
@media (max-width: 390px) {
  .sponsors__inner-title .button {
    padding: 10px;
    width: 100%;
    letter-spacing: 0.5px;
  }
}
.pricing {
  padding: 122px 0 128px;
}
.pricing__inner {
  position: relative;
}
.pricing__inner-title {
  margin-bottom: 30px;
  color: #124d7a;
  position: relative;
  z-index: 3;
}
.pricing__inner-shape {
  position: absolute;
  top: 0;
  right: -90px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing__inner-shape img {
  width: 100%;
}
.pricing__inner-col {
  position: relative;
  z-index: 3;
  margin-bottom: 64px;
}
.pricingInfo {
  margin-bottom: 64px;
}
.pricingInfo:last-child {
  margin: 0;
}
.pricingInfo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.pricingInfo .title3 {
  color: #124d7a;
  margin-bottom: 10px;
}
.pricingItem {
  width: calc(25% - 16px);
  margin: 8px;
  border: 1px solid #c0d5dd;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
}
.pricingItem__head {
  background: #c0d5dd;
  padding: 16px 12px;
}
.pricingItem__body {
  padding: 30px 20px;
  background: #fff;
}
.pricingItem h4 {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  color: #124d7a;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pricingItem h2 {
  font-weight: 900;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  color: #124d7a;
}
.pricingContent {
  margin-bottom: 64px;
}
.pricingContent:last-child {
  margin: 0;
}
.pricingContent .title3 {
  color: #124d7a;
  margin-bottom: 20px;
}
.pricingContent p a {
  color: #6c4b91;
  text-decoration: underline;
}
.pricingContent p a:hover {
  color: #2e008b;
}
.pricingContent ol,
.pricingContent ul {
  padding-left: 24px;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  list-style-position: outside;
}
.pricingContent ol li,
.pricingContent ul li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 24px;
  max-width: 665px;
  font-size: 16px;
  line-height: 140%;
  font-family: "Domine", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.pricingContent ol li:last-child,
.pricingContent ul li:last-child {
  margin: 0;
}
.pricingContent ol li::marker,
.pricingContent ul li::marker {
  color: #124d7a;
}
.pricingContent ol li span,
.pricingContent ul li span {
  color: #124d7a;
  display: block;
}

@media (max-width: 1380px) {
  .pricingItem h4 {
    font-size: 20px;
  }
  .pricingItem h2 {
    font-size: 55px;
  }
}
@media (max-width: 1180px) {
  .pricing {
    padding: 96px 0;
  }
  .pricing__inner-shape {
    top: 30px;
    right: unset;
    left: -32px;
    width: 1150px;
  }
  .pricing__inner .title3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 3px;
  }
  .pricing__inner p.body3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
  }
  .pricingInfo .title3 {
    margin: 0;
  }
  .pricingInfo__row {
    margin: 0 -22px;
  }
  .pricingItem {
    width: calc(50% - 44px);
    margin: 22px;
  }
  .pricingItem h4 {
    font-size: 24px;
  }
  .pricingItem h2 {
    font-size: 64px;
  }
}
@media (max-width: 930px) {
  .pricingContent ol,
.pricingContent ul {
    -webkit-columns: unset;
       -moz-columns: unset;
            columns: unset;
  }
  .pricingContent ol li,
.pricingContent ul li {
    max-width: unset;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .pricing__inner-title {
    margin-bottom: 44px;
  }
  .pricingInfo__row {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pricingInfo .title3 {
    margin-bottom: 16px;
  }
  .pricingItem {
    margin: 0 0 24px 0;
    width: 100%;
  }
  .pricingItem:last-child {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .pricing {
    padding: 50px 0 64px;
  }
  .pricing__inner-shape {
    display: none;
  }
  .pricing__inner-col {
    margin-bottom: 44px;
  }
  .pricing__inner .title3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 2px;
  }
  .pricing__inner p.body3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
  .pricingInfo {
    margin-bottom: 44px;
  }
  .pricingContent {
    margin-bottom: 44px;
  }
  .pricingContent .title3 {
    margin-bottom: 16px;
  }
  .pricingItem__head {
    padding: 16px 5px;
  }
  .pricingItem h4 {
    font-size: 22px;
  }
}
/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}