@import "./vendors/slick.css";
@import "../icon-font/style.css";
html .wowo {
  opacity: 0;
}
html .wowo.animated {
  animation-duration: 0.7s;
  visibility: visible;
  animation-fill-mode: both;
}

.delay-in-1 {
  animation-delay: 0.0333333333s;
}

.delay-in-2 {
  animation-delay: 0.0666666667s;
}

.delay-in-3 {
  animation-delay: 0.1s;
}

.delay-in-4 {
  animation-delay: 0.1333333333s;
}

.delay-in-5 {
  animation-delay: 0.1666666667s;
}

.delay-in-6 {
  animation-delay: 0.2s;
}

.delay-in-7 {
  animation-delay: 0.2333333333s;
}

.delay-in-8 {
  animation-delay: 0.2666666667s;
}

.delay-in-9 {
  animation-delay: 0.3s;
}

.delay-in-10 {
  animation-delay: 0.3333333333s;
}

.delay-in-11 {
  animation-delay: 0.3666666667s;
}

.delay-in-12 {
  animation-delay: 0.4s;
}

.delay-in-13 {
  animation-delay: 0.4333333333s;
}

.delay-in-14 {
  animation-delay: 0.4666666667s;
}

.delay-in-15 {
  animation-delay: 0.5s;
}

.delay-in-16 {
  animation-delay: 0.5333333333s;
}

.delay-in-17 {
  animation-delay: 0.5666666667s;
}

.delay-in-18 {
  animation-delay: 0.6s;
}

.delay-in-19 {
  animation-delay: 0.6333333333s;
}

.delay-in-20 {
  animation-delay: 0.6666666667s;
}

.delay-in-21 {
  animation-delay: 0.7s;
}

.delay-in-22 {
  animation-delay: 0.7333333333s;
}

.delay-in-23 {
  animation-delay: 0.7666666667s;
}

.delay-in-24 {
  animation-delay: 0.8s;
}

.delay-in-25 {
  animation-delay: 0.8333333333s;
}

.delay-in-26 {
  animation-delay: 0.8666666667s;
}

.delay-in-27 {
  animation-delay: 0.9s;
}

.delay-in-28 {
  animation-delay: 0.9333333333s;
}

.delay-in-29 {
  animation-delay: 0.9666666667s;
}

.delay-in-30 {
  animation-delay: 1s;
}

.fadeIn.animated {
  animation-name: fadeIn;
}

.fadeInUp.animated {
  animation-name: fadeInUp;
}

.fadeInLeft.animated {
  animation-name: fadeInLeft;
}

.fadeInRight.animated {
  animation-name: fadeInRight;
}

.zoomOut.animated {
  animation-name: zoomOut;
}

.fillWidth.animated {
  animation-name: fillWidth;
}

.circleAnimate.animated {
  animation-name: circleAnimate;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fillWidth {
  0% {
    opacity: 1;
    stroke-dashoffset: 700;
  }
  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes circleAnimate {
  0% {
    opacity: 0;
    r: 0;
  }
  to {
    opacity: 1;
    r: 8;
  }
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.eot");
  src: url("../fonts/Inter-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff"), url("../fonts/Inter-Black.ttf") format("truetype"), url("../fonts/Inter-Black.svg#Inter-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.eot");
  src: url("../fonts/Inter-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff"), url("../fonts/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/Inter-ExtraBold.svg#Inter-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ThinBETA.eot");
  src: url("../fonts/Inter-ThinBETA.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-ThinBETA.woff2") format("woff2"), url("../fonts/Inter-ThinBETA.woff") format("woff"), url("../fonts/Inter-ThinBETA.ttf") format("truetype"), url("../fonts/Inter-ThinBETA.svg#Inter-ThinBETA") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLightBETA.eot");
  src: url("../fonts/Inter-ExtraLightBETA.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-ExtraLightBETA.woff2") format("woff2"), url("../fonts/Inter-ExtraLightBETA.woff") format("woff"), url("../fonts/Inter-ExtraLightBETA.ttf") format("truetype"), url("../fonts/Inter-ExtraLightBETA.svg#Inter-ExtraLightBETA") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-LightBETA.eot");
  src: url("../fonts/Inter-LightBETA.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-LightBETA.woff2") format("woff2"), url("../fonts/Inter-LightBETA.woff") format("woff"), url("../fonts/Inter-LightBETA.ttf") format("truetype"), url("../fonts/Inter-LightBETA.svg#Inter-LightBETA") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  outline: none !important;
}

html {
  scroll-behavior: unset !important;
  height: 100%;
}
html > .hidden {
  overflow: hidden;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: clip !important;
  transition: opacity 0.2s ease-in-out;
  position: relative;
}
body.overflow-hidden {
  overflow: hidden !important;
}
body.body-opacity {
  opacity: 0;
}

html,
body {
  font-size: 22px;
  color: #000000;
  font-family: "Inter", sans-serif;
  line-height: 1.3636363636;
  letter-spacing: -0.01em;
}
@media (max-width: 767.9px) {
  html,
  body {
    font-size: 19px;
  }
}
@media (max-width: 575.9px) {
  html,
  body {
    font-size: 17px;
  }
}

section {
  max-width: 100vw;
  overflow-x: clip !important;
  overflow-y: visible;
}

.text-body {
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  transition: color 0.4s;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767.9px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

h1 {
  font-weight: 800;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.03em;
  font-weight: bold;
}
@media (max-width: 991.9px) {
  h1 {
    font-size: 63px;
  }
}
@media (max-width: 767.9px) {
  h1 {
    font-size: 58px;
  }
}
@media (max-width: 575.9px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575.9px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.06em;
  font-weight: bold;
}
@media (max-width: 991.9px) {
  h2 {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 575.9px) {
  h2 {
    font-size: 33.62px;
  }
}

h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.06em;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  h5 {
    font-size: 25px;
  }
}
@media (max-width: 575.9px) {
  h5 {
    font-size: 23px;
  }
}

h6 {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  h6 {
    font-size: 25px;
  }
}
@media (max-width: 575.9px) {
  h6 {
    font-size: 23px;
  }
}

a {
  color: inherit;
  transition: color 0.4s, opacity 0.4s;
}
a:hover {
  opacity: 0.6;
}

p {
  margin: 0 0 27px;
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.9px) {
  p {
    margin-bottom: 15px;
  }
}
p a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
}
p span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

ul li,
ol li {
  position: relative;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul {
  list-style: disc;
  padding-left: 30px;
}

ol {
  list-style: decimal;
  list-style: none;
  counter-reset: sectioncounter;
}
ol li {
  display: flex;
}
ol li::before {
  display: inline-block;
  min-width: 28px;
  margin-left: 5px;
  content: counter(sectioncounter) ".";
  counter-increment: sectioncounter;
}

img,
svg {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.img {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.img-bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s;
}

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  outline: none;
  border: 0px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: inherit;
  font-weight: inherit;
  display: block;
  transition: opacity 0.4s, filter 0.4s;
}
input::-moz-placeholder {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  color: rgba(0, 0, 0, 0.5) !important;
}
input::placeholder {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  color: rgba(0, 0, 0, 0.5) !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
}

button,
input[type=checkbox],
input[type=radio],
input[type=submit] {
  cursor: pointer;
}

button,
input[type=checkbox],
input[type=radio],
input[type=submit],
::before,
::after {
  transition: all 0.2s;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  outline: none;
  border: 0px;
  box-sizing: border-box;
  border-radius: 0;
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: inherit;
}

textarea {
  resize: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  outline: none;
  border: 0px;
  box-sizing: border-box;
  border-radius: 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: inherit;
}
textarea::-moz-placeholder {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  color: rgba(0, 0, 0, 0.5) !important;
}
textarea::placeholder {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  color: rgba(0, 0, 0, 0.5) !important;
}

.testimonials-slider .slider-item:not(.slick-active), .timeline-section .slider-item:not(.slick-active) {
  opacity: 0 !important;
  z-index: -5 !important;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1830px;
  padding: 0 50px;
}
@media (max-width: 991.9px) {
  .content {
    padding: 0 27px;
  }
}
.content h1 {
  margin-top: 0;
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s;
}
header .content {
  max-width: 1920px;
  padding: 7px 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}
@media (max-width: 767.9px) {
  header .content {
    padding: 17px 15.6px;
  }
}
header .header-logo {
  font-size: 0;
  max-width: 86px;
  margin: 0;
}
@media (max-width: 1199.9px) {
  header .header-logo {
    max-width: 210px;
  }
}
@media (max-width: 1199.9px) {
  header .header-logo {
    max-width: 140.88px;
  }
}
header .header-logo a {
  display: flex;
  width: 100%;
  max-width: 100%;
}
header .header-logo a:hover {
  opacity: 1;
}
header .header-logo a .common-logo {
  display: block;
}
@media (max-width: 991.9px) {
  header .header-logo a .common-logo {
    display: none;
  }
}
header .header-logo a .mobile-logo-black {
  display: none;
}
header .header-logo a .mobile-logo-white {
  display: none;
}
@media (max-width: 991.9px) {
  header .header-logo a .mobile-logo-white {
    display: block;
  }
}
header nav {
  margin-left: 248px;
}
@media (max-width: 1599.9px) {
  header nav {
    margin-left: 0;
  }
}
header nav a {
  text-decoration: none;
}
header nav a:hover {
  opacity: 1;
}
header nav > ul {
  display: flex;
  list-style: none;
  padding: 0;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: -0.01em;
}
header nav > ul .menu-item {
  margin: 0 56px 0 0;
}
@media (max-width: 1599.9px) {
  header nav > ul .menu-item {
    margin-right: 32px;
  }
}
header nav > ul .menu-item:hover > a {
  background-color: #E0E0E0;
  color: #000000;
}
header nav > ul .menu-item > a {
  display: flex;
  align-items: center;
  padding: 13px 15px;
  border-radius: 12px;
  transition: all 0.2s;
}
header nav > ul .menu-item:last-child {
  margin-right: 0;
}
header nav > ul .menu-item.has-sub-menu > a::after, header nav > ul .menu-item.menu-item-has-children > a::after {
  content: "\e903";
  display: block !important;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  transition: none;
  font-size: 18px;
  overflow: hidden;
  margin-left: 8px;
  transition: all 0.2s;
}
header nav > ul .menu-item.has-sub-menu .sub-menu, header nav > ul .menu-item.menu-item-has-children .sub-menu {
  display: flex;
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  max-width: unset;
  transform: translate(-50%, 100%);
  list-style: none;
  margin: 0;
  border-radius: 14px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  background-color: #F4F4F4;
  color: #000000;
  padding: 9.5px 8px;
  transition: opacity 0.2s;
  margin: 0 -6px;
  max-width: 100vw;
  display: none;
  opacity: 0;
}
@media (max-width: 1439.9px) {
  header nav > ul .menu-item.has-sub-menu .sub-menu, header nav > ul .menu-item.menu-item-has-children .sub-menu {
    flex-wrap: wrap;
  }
}
header nav > ul .menu-item.has-sub-menu .sub-menu li, header nav > ul .menu-item.menu-item-has-children .sub-menu li {
  margin: 0 6px;
  white-space: nowrap;
}
header nav > ul .menu-item.has-sub-menu .sub-menu li a, header nav > ul .menu-item.menu-item-has-children .sub-menu li a {
  padding: 8px 12px;
  display: block;
  border-radius: 12px;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
}
header nav > ul .menu-item.has-sub-menu .sub-menu li a::after, header nav > ul .menu-item.menu-item-has-children .sub-menu li a::after {
  content: "";
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  height: calc(100% + 10px);
  width: 100%;
  z-index: -1;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.1s, height 0.3s;
}
header nav > ul .menu-item.has-sub-menu .sub-menu li a:hover, header nav > ul .menu-item.menu-item-has-children .sub-menu li a:hover {
  opacity: 1;
}
header nav > ul .menu-item.has-sub-menu .sub-menu li a:hover::after, header nav > ul .menu-item.menu-item-has-children .sub-menu li a:hover::after {
  opacity: 1;
  height: calc(100% + 0px);
}
@media (min-width: 991.9px) {
  header nav > ul .menu-item.has-sub-menu .sub-menu, header nav > ul .menu-item.menu-item-has-children .sub-menu {
    visibility: hidden;
  }
  header nav > ul .menu-item.has-sub-menu .sub-menu.is-show, header nav > ul .menu-item.menu-item-has-children .sub-menu.is-show {
    display: flex !important;
    visibility: visible;
  }
  header nav > ul .menu-item.has-sub-menu .sub-menu.visible, header nav > ul .menu-item.menu-item-has-children .sub-menu.visible {
    opacity: 1;
  }
}
header nav > ul .menu-item.has-sub-menu:hover > a::after, header nav > ul .menu-item.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
header nav > ul .menu-item.has-sub-menu:hover::after, header nav > ul .menu-item.menu-item-has-children:hover::after {
  display: block;
  content: "";
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
@media (max-width: 991.9px) {
  header nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    z-index: -1;
    padding: 230px 27px;
    align-items: flex-start;
    justify-content: center;
    background-position: 100% 100%;
    visibility: hidden;
    opacity: 0;
    display: none !important;
  }
  header nav > ul {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  header nav > ul .menu-item {
    padding: 0;
  }
  header nav > ul .menu-item > a {
    padding: 10px 0;
  }
  header nav > ul .menu-item.has-sub-menu .sub-menu, header nav > ul .menu-item.menu-item-has-children .sub-menu {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    background-color: transparent;
    padding: 0;
    opacity: 1;
  }
  header nav > ul .menu-item.has-sub-menu .sub-menu li a, header nav > ul .menu-item.menu-item-has-children .sub-menu li a {
    padding: 10px 0;
  }
  header nav a {
    background-color: transparent !important;
  }
  header nav a:hover {
    background-color: transparent !important;
  }
  header nav.is-show {
    visibility: visible;
    transition: opacity 0.5s;
  }
  header nav.visible {
    opacity: 1;
  }
}
header .btn-and-burger {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
@media (max-width: 1439.9px) {
  header .btn-and-burger {
    margin-right: 0;
  }
}
@media (max-width: 991.9px) {
  header .btn {
    opacity: 0;
    position: relative;
    pointer-events: none;
    transition: all 0.2s;
  }
}
header .btn a {
  padding: 14px 30.5px;
  border-color: #00AFD8;
  color: #ffffff;
  background-color: #00AFD8;
}
@media (max-width: 1439.9px) {
  header .btn a {
    padding: 9.2px 20.4px;
    border-radius: 8.38px;
  }
}
@media (max-width: 767.9px) {
  header .btn a {
    font-size: 16px;
  }
}
@media (max-width: 575.9px) {
  header .btn a {
    font-size: 12.57px;
  }
}
header .btn a:hover {
  background-color: #ffffff;
  color: #00AFD8;
}
header .hamburger {
  display: none;
  width: 44px;
  height: 36px;
  position: relative;
  cursor: pointer;
  z-index: 999999;
  margin-left: 20px;
  max-width: 44px;
}
@media (max-width: 991.9px) {
  header .hamburger {
    display: block;
    margin-left: 16px;
  }
}
header .pop-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: -1;
  padding: 102.55px 25px 57.46px;
  align-items: flex-start;
  justify-content: center;
  background-position: 100% 100%;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}
header .pop-nav .pop-box {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: 0;
}
header .pop-nav .pop-box::-webkit-scrollbar {
  display: none !important;
  width: 0;
}
header .pop-nav .menu {
  list-style: none;
  padding: 0;
}
header .pop-nav .link-item, header .pop-nav .menu > .menu-item {
  padding: 32px 40px;
  background-color: #FBFBFB;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
}
header .pop-nav .link-item:last-child, header .pop-nav .menu > .menu-item:last-child {
  margin-bottom: 0;
}
header .pop-nav .link-item .title, header .pop-nav .link-item > a, header .pop-nav .menu > .menu-item .title, header .pop-nav .menu > .menu-item > a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 23px;
}
header .pop-nav .link-item ul, header .pop-nav .menu > .menu-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
}
header .pop-nav .link-item ul li, header .pop-nav .menu > .menu-item ul li {
  margin: 0 0 20px;
  padding: 0;
}
header .pop-nav .link-item ul li:last-child, header .pop-nav .menu > .menu-item ul li:last-child {
  margin-bottom: 0;
}
header .pop-nav .link-item ul li a, header .pop-nav .menu > .menu-item ul li a {
  text-decoration: none;
}
header .pop-nav .social {
  bottom: 57.46px;
  z-index: 2;
  margin-top: 72px;
  width: 100%;
  display: flex;
  justify-content: center;
}
header .pop-nav .social .social-box {
  display: flex;
  align-items: center;
  margin-left: 45px;
  padding: 0 15px;
  margin-bottom: 0;
}
@media (max-width: 1439.9px) {
  header .pop-nav .social .social-box {
    order: 3;
    margin-left: 0;
  }
}
header .pop-nav .social .social-box a {
  text-decoration: none;
  display: flex;
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.6);
}
header .pop-nav .social .social-box a:last-child {
  margin-right: 0;
}
header .pop-nav .social .social-box a::after {
  display: block !important;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  transition: none;
  font-size: 20px;
  aspect-ratio: 1;
}
header .pop-nav .social .social-box a.facebook::after {
  content: "\e905";
}
header .pop-nav .social .social-box a.instagram::after {
  content: "\e906";
}
header .pop-nav .social .social-box a.linkedin::after {
  content: "\e907";
}
header .pop-nav .social .social-box a.youtube::after {
  content: "\e902";
}
header .pop-nav .social .social-box a:hover {
  opacity: 1;
  color: #00AFD8;
}
header .pop-nav.is-show {
  visibility: visible;
}
header .pop-nav.visible {
  opacity: 1;
}
header.smaller-header, header.sub-page-header, header.nav-open {
  background-color: #ffffff;
}
header.smaller-header .content, header.sub-page-header .content, header.nav-open .content {
  color: #000000;
}
header.smaller-header nav > ul .menu-item:hover > a, header.sub-page-header nav > ul .menu-item:hover > a, header.nav-open nav > ul .menu-item:hover > a {
  background-color: #F4F4F4;
}
header.smaller-header nav > ul .menu-item .sub-menu, header.sub-page-header nav > ul .menu-item .sub-menu, header.nav-open nav > ul .menu-item .sub-menu {
  background-color: #E0E0E0;
}
header.smaller-header .btn a, header.sub-page-header .btn a, header.nav-open .btn a {
  color: #ffffff;
}
header.smaller-header .btn a:hover, header.sub-page-header .btn a:hover, header.nav-open .btn a:hover {
  color: #00AFD8;
}
header.smaller-header .mobile-logo-black, header.sub-page-header .mobile-logo-black, header.nav-open .mobile-logo-black {
  display: none !important;
}
@media (max-width: 991.9px) {
  header.smaller-header .mobile-logo-black, header.sub-page-header .mobile-logo-black, header.nav-open .mobile-logo-black {
    display: block !important;
  }
}
header.smaller-header .mobile-logo-white, header.sub-page-header .mobile-logo-white, header.nav-open .mobile-logo-white {
  display: none !important;
}
@media (max-width: 991.9px) {
  header.smaller-header .mobile-logo-white, header.sub-page-header .mobile-logo-white, header.nav-open .mobile-logo-white {
    display: none !important;
  }
}
header.nav-open .btn-and-burger .btn {
  pointer-events: initial;
  opacity: 1 !important;
}
header.nav-open .btn-and-burger .btn a {
  background-color: #00AFD8;
  color: #ffffff;
}
header.nav-open .btn-and-burger .btn a:hover {
  background-color: transparent;
  color: #000000;
}

.banner {
  min-height: 100vh;
  position: relative;
  padding-top: 200px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 63px;
}
.banner .bg-box {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .bg-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .container {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 137px;
}
@media (max-width: 767.9px) {
  .banner .container {
    padding-bottom: 65px;
  }
}
.banner .container .content {
  display: flex;
  color: #ffffff;
  max-width: 1863px;
}
.banner .content-box {
  width: 100%;
  max-width: 603px;
}
@media (max-width: 575.9px) {
  .banner .content-box {
    max-width: 362px;
  }
}
.banner .content-box .banner-title {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.banner .content-box h1, .banner .content-box h2 {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.06em;
  letter-spacing: -0.03em;
  line-height: 110%;
  margin: 0 0;
}
@media (max-width: 991.9px) {
  .banner .content-box h1, .banner .content-box h2 {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  .banner .content-box h1, .banner .content-box h2 {
    font-size: 38px;
  }
}
@media (max-width: 575.9px) {
  .banner .content-box h1, .banner .content-box h2 {
    font-size: 33.62px;
  }
}
.banner .content-box .btns {
  margin: 56px -8px -16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.banner .content-box .btns .btn {
  padding: 0 8px;
  margin-bottom: 16px;
}

.sub-page-banner {
  padding: 13px 0 44px;
  padding-bottom: 0 !important;
}
@media (max-width: 767.9px) {
  .sub-page-banner {
    padding: 13px 0 43px;
  }
}
.sub-page-banner .content {
  padding: 53px 40px 54px;
  max-width: 100%;
  border-radius: 18.67px;
  background-color: #FBFBFB;
}
@media (max-width: 767.9px) {
  .sub-page-banner .content {
    padding: 40px 27px;
  }
}
.sub-page-banner .content-box {
  max-width: 1638px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.9px) {
  .sub-page-banner .content-box {
    flex-direction: column;
  }
}
.sub-page-banner .text {
  width: 100%;
  max-width: 626px;
  margin-right: 50px;
}
@media (max-width: 991.9px) {
  .sub-page-banner .text {
    max-width: unset;
    margin-bottom: 50px;
    margin-right: 0;
  }
}
@media (max-width: 767.9px) {
  .sub-page-banner .text {
    margin-bottom: 36px;
  }
}
@media (max-width: 575.9px) {
  .sub-page-banner .text {
    margin-bottom: 28px;
  }
}
.sub-page-banner .text .banner-logo {
  margin-bottom: 16px;
  display: flex;
}
.sub-page-banner .text .banner-logo img {
  width: auto;
}
.sub-page-banner .text h1, .sub-page-banner .text .banner-title {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}
.sub-page-banner .text .banner-text {
  font-weight: 800;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin: 0 0 56px;
}
@media (max-width: 991.9px) {
  .sub-page-banner .text .banner-text {
    font-size: 63px;
  }
}
@media (max-width: 767.9px) {
  .sub-page-banner .text .banner-text {
    font-size: 58px;
  }
}
@media (max-width: 575.9px) {
  .sub-page-banner .text .banner-text {
    font-size: 40px;
  }
}
@media (max-width: 575.9px) {
  .sub-page-banner .text .banner-text {
    font-size: 40px;
  }
}
@media (max-width: 767.9px) {
  .sub-page-banner .text .banner-text {
    margin-bottom: 42px;
  }
}
@media (max-width: 575.9px) {
  .sub-page-banner .text .banner-text {
    margin-bottom: 28px;
  }
}
.sub-page-banner .text .btns {
  margin: 40px -8px -16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 575.9px) {
  .sub-page-banner .text .btns {
    margin-top: 28px;
  }
}
.sub-page-banner .text .btns .btn {
  padding: 0 8px;
  margin-bottom: 16px;
}
.sub-page-banner .img {
  width: 100%;
  max-width: 783px;
  border-radius: 33.78px;
  display: flex;
}
@media (max-width: 991.9px) {
  .sub-page-banner .img {
    max-width: unset;
  }
}
.sub-page-banner.has-linear-bg .content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/banner-bg.jpg);
}

.col-blocks {
  padding: 44px 0;
}
@media (max-width: 767.9px) {
  .col-blocks {
    padding: 35px 0;
  }
}
.col-blocks .title {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.col-blocks .title *:empty {
  display: none;
}
.col-blocks .title h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.06em;
  text-align: center;
  margin: 0 0 96px;
}
@media (max-width: 767.9px) {
  .col-blocks .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199.9px) {
  .col-blocks .title h2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 991.9px) {
  .col-blocks .title h2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.9px) {
  .col-blocks .title h2 {
    margin-bottom: 40px;
  }
}
.col-blocks .title h2 + .text-body {
  margin-top: -32px;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  max-width: 830px;
}
.col-blocks .col-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 -22px -44px;
  flex-wrap: wrap;
  width: calc(100% + 44px);
}
@media (max-width: 991.9px) {
  .col-blocks .col-box {
    margin: 0 -10px -20px;
    width: calc(100% + 20px);
  }
}
.col-blocks .col-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: calc(33.33% - 44px);
  padding: 48.1px 49px 58.63px 44.63px;
  margin: 0 22px 44px;
  border-radius: 33.78px;
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 991.9px) {
  .col-blocks .col-item {
    max-width: calc(100% - 20px);
    padding: 40px 30px;
    margin: 0 10px 20px;
  }
}
.col-blocks .col-item h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
}
@media (max-width: 767.9px) {
  .col-blocks .col-item h3 {
    font-size: 30px;
  }
}
.col-blocks .col-item .text-body {
  flex: auto;
  padding-right: 14px;
}
@media (max-width: 1199.9px) {
  .col-blocks .col-item .text-body {
    padding-right: 0;
  }
}
.col-blocks .col-item .btn {
  margin-top: 50px;
}
@media (max-width: 767.9px) {
  .col-blocks .col-item .btn {
    margin-top: 30px;
  }
}
.col-blocks .col-item .btn a {
  letter-spacing: 0;
}
.col-blocks .col-item.color-white-block {
  background-color: #ffffff;
}
.col-blocks .col-item.color-white-title {
  background-color: #FBFBFB;
  color: #000000;
}
.col-blocks .col-item.color-white-title h3 {
  color: #ffffff;
}
.col-blocks .col-item.color-black-block {
  background-color: #000000;
}
.col-blocks .col-item.color-black-title {
  background-color: #FBFBFB;
  color: #000000;
}
.col-blocks .col-item.color-black-title h3 {
  color: #000000;
}
.col-blocks .col-item.color-blue-block {
  background-color: #00AFD8;
}
.col-blocks .col-item.color-blue-title {
  background-color: #FBFBFB;
  color: #000000;
}
.col-blocks .col-item.color-blue-title h3 {
  color: #00AFD8;
}
.col-blocks .col-item.color-green-block {
  background-color: #61C250;
}
.col-blocks .col-item.color-green-title {
  background-color: #FBFBFB;
  color: #000000;
}
.col-blocks .col-item.color-green-title h3 {
  color: #61C250;
}
.col-blocks .col-item.color-purple-block {
  background-color: #7d47c5;
}
.col-blocks .col-item.color-purple-title {
  background-color: #FBFBFB;
  color: #000000;
}
.col-blocks .col-item.color-purple-title h3 {
  color: #7d47c5;
}
.col-blocks .col-item.color-orange-block {
  background-color: #fe7900;
}
.col-blocks .col-item.color-orange-title {
  background-color: #FBFBFB;
  color: #000000;
}
.col-blocks .col-item.color-orange-title h3 {
  color: #fe7900;
}
.col-blocks .col-item.color-pink-block {
  background-color: #CC0066;
}
.col-blocks .col-item.color-pink-title {
  background-color: #FBFBFB;
  color: #000000;
}
.col-blocks .col-item.color-pink-title h3 {
  color: #CC0066;
}
.col-blocks .col-item.color-gray-block {
  background-color: #fbfbfb;
}
.col-blocks .col-item.color-gray-title {
  background-color: #FBFBFB;
  color: #000000;
}
.col-blocks .col-item.color-gray-title h3 {
  color: #fbfbfb;
}
.col-blocks .col-item.color-dark-block {
  background-color: #393939;
}
.col-blocks .col-item.color-dark-title {
  background-color: #FBFBFB;
  color: #000000;
}
.col-blocks .col-item.color-dark-title h3 {
  color: #393939;
}
.col-blocks .col-item.color-yellow-block {
  background-color: #F6BC3B;
}
.col-blocks .col-item.color-yellow-title {
  background-color: #FBFBFB;
  color: #000000;
}
.col-blocks .col-item.color-yellow-title h3 {
  color: #F6BC3B;
}
.col-blocks.two-col .content {
  max-width: 1238.33px;
}
.col-blocks.two-col .col-box .col-item {
  max-width: calc(50% - 44px);
}
@media (max-width: 991.9px) {
  .col-blocks.two-col .col-box .col-item {
    max-width: calc(100% - 20px);
  }
}
.col-blocks.big-title .title h2 {
  font-weight: 800;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.03em;
}
@media (max-width: 991.9px) {
  .col-blocks.big-title .title h2 {
    font-size: 63px;
  }
}
@media (max-width: 767.9px) {
  .col-blocks.big-title .title h2 {
    font-size: 58px;
  }
}
@media (max-width: 575.9px) {
  .col-blocks.big-title .title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.9px) {
  .col-blocks.big-title .title h2 {
    font-size: 40px;
  }
}

.page-id-273 .col-blocks.two-col .title h2 {
  font-weight: 800;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.03em;
}
@media (max-width: 991.9px) {
  .page-id-273 .col-blocks.two-col .title h2 {
    font-size: 63px;
  }
}
@media (max-width: 767.9px) {
  .page-id-273 .col-blocks.two-col .title h2 {
    font-size: 58px;
  }
}
@media (max-width: 575.9px) {
  .page-id-273 .col-blocks.two-col .title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.9px) {
  .page-id-273 .col-blocks.two-col .title h2 {
    font-size: 40px;
  }
}

.text-section {
  padding: 44px 0;
}
@media (max-width: 767.9px) {
  .text-section {
    padding: 35px 0;
  }
}
.text-section .content-box {
  margin: 0 auto;
  max-width: 1120px;
  border-radius: 12px;
  padding: 104px 80px;
  background-color: #FBFBFB;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767.9px) {
  .text-section .content-box {
    padding: 60px 27px !important;
  }
}
.text-section .content-box > * {
  width: 100%;
  max-width: 746px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.text-section .content-box h2 {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}
@media (max-width: 767.9px) {
  .text-section .content-box h2 {
    margin: 0 0 14px !important;
  }
}
.text-section .content-box > p {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.06em;
  margin: 0 0 48px;
}
@media (max-width: 991.9px) {
  .text-section .content-box > p {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  .text-section .content-box > p {
    font-size: 38px;
  }
}
@media (max-width: 575.9px) {
  .text-section .content-box > p {
    font-size: 33.62px;
  }
}
@media (max-width: 991.9px) {
  .text-section .content-box > p {
    margin: 0 0 36px !important;
  }
}
@media (max-width: 767.9px) {
  .text-section .content-box > p {
    margin: 0 0 28px !important;
  }
}
.text-section .content-box .text-body {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: -0.01em;
}
.text-section .content-box .btns {
  margin: 48px -8px -16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 575.9px) {
  .text-section .content-box .btns {
    margin-top: 28px;
  }
}
.text-section .content-box .btns .btn {
  padding: 0 8px;
  margin-bottom: 16px;
}
.text-section.style-2 .content-box {
  max-width: 1264px;
  padding: 0 40px;
  background-color: transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text-section.style-2 .content-box > * {
  max-width: 960px;
}
.text-section.style-3 .content-box {
  max-width: 1264px;
  padding: 98px 40px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.text-section.style-3 .content-box > * {
  max-width: 960px;
}
.text-section.style-3 .content-box .text-title {
  margin-bottom: 32px;
}
.text-section.style-3 .content-box h2 {
  margin: 0 0 32px;
}
.text-section.style-4 .content-box {
  max-width: 1335px;
  padding: 104.5px 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.text-section.style-4 .content-box > * {
  max-width: 961px;
}
.text-section.style-4 .content-box .text-title {
  margin-bottom: 16px;
}
.text-section.style-4 .content-box h2 {
  margin: 0 0 48px;
}
.text-section.style-5 .content-box {
  max-width: 1358px;
  padding: 94px 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.text-section.style-5 .content-box > * {
  max-width: 960px;
}
.text-section.style-5 .content-box .text-title {
  margin-bottom: 16px;
}
.text-section.style-5 .content-box h2 {
  margin: 0 0 48px;
}
.text-section.style-6 .content-box {
  max-width: 1264px;
  padding: 98px 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.text-section.style-6 .content-box > * {
  max-width: 960px;
}
.text-section.style-6 .content-box .text-title {
  margin-bottom: 16px;
}
.text-section.style-6 .content-box h2 {
  margin: 0 0 48px;
}

.icon-col-blocks {
  padding: 44px 0;
}
@media (max-width: 767.9px) {
  .icon-col-blocks {
    padding: 35px 0;
  }
}
.icon-col-blocks .content {
  max-width: 1485px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-col-blocks .title {
  text-align: center;
}
.icon-col-blocks .title h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.06em;
  font-weight: 600;
  margin: 0 0 96px;
}
@media (max-width: 767.9px) {
  .icon-col-blocks .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199.9px) {
  .icon-col-blocks .title h2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 991.9px) {
  .icon-col-blocks .title h2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.9px) {
  .icon-col-blocks .title h2 {
    margin-bottom: 40px;
  }
}
.icon-col-blocks .content-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1182.33px;
  margin: 0 -22px -44px;
}
@media (max-width: 991.9px) {
  .icon-col-blocks .content-box {
    margin: 0 -10px -20px;
    width: calc(100% + 20px);
  }
}
.icon-col-blocks .content-box .col-item {
  width: 100%;
  max-width: calc(50% - 44px);
  margin: 0 22px 44px;
  padding: 49.5px 64px 142px 44px;
  background-color: #FBFBFB;
  border-radius: 33.78px;
}
@media (max-width: 991.9px) {
  .icon-col-blocks .content-box .col-item {
    max-width: calc(100% - 20px);
    padding: 40px 30px 55px;
    margin: 0 10px 20px;
  }
}
.icon-col-blocks .content-box .col-item .img {
  width: 115.4px;
  height: 106px;
  margin-bottom: 33px;
}
@media (max-width: 767.9px) {
  .icon-col-blocks .content-box .col-item .img {
    width: 80px;
    height: 65px;
    margin-bottom: 24px;
  }
}
.icon-col-blocks .content-box .col-item .img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.icon-col-blocks .content-box .col-item h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin: 0 0 21px;
}
@media (max-width: 767.9px) {
  .icon-col-blocks .content-box .col-item h3 {
    font-size: 30px;
  }
}
.icon-col-blocks .content-box .col-item.color-white-title h3 {
  color: #ffffff;
}
.icon-col-blocks .content-box .col-item.color-black-title h3 {
  color: #000000;
}
.icon-col-blocks .content-box .col-item.color-blue-title h3 {
  color: #00AFD8;
}
.icon-col-blocks .content-box .col-item.color-green-title h3 {
  color: #61C250;
}
.icon-col-blocks .content-box .col-item.color-purple-title h3 {
  color: #7d47c5;
}
.icon-col-blocks .content-box .col-item.color-orange-title h3 {
  color: #fe7900;
}
.icon-col-blocks .content-box .col-item.color-pink-title h3 {
  color: #CC0066;
}
.icon-col-blocks .content-box .col-item.color-gray-title h3 {
  color: #fbfbfb;
}
.icon-col-blocks .content-box .col-item.color-dark-title h3 {
  color: #393939;
}
.icon-col-blocks .content-box .col-item.color-yellow-title h3 {
  color: #F6BC3B;
}
.icon-col-blocks.big-title .title h2 {
  font-weight: 800;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: 1.1111111111;
  letter-spacing: -0.035em;
}
@media (max-width: 991.9px) {
  .icon-col-blocks.big-title .title h2 {
    font-size: 63px;
  }
}
@media (max-width: 767.9px) {
  .icon-col-blocks.big-title .title h2 {
    font-size: 58px;
  }
}
@media (max-width: 575.9px) {
  .icon-col-blocks.big-title .title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.9px) {
  .icon-col-blocks.big-title .title h2 {
    font-size: 40px;
  }
}
.icon-col-blocks.mid-title .title h2 {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.06em;
  font-weight: 600;
}
@media (max-width: 991.9px) {
  .icon-col-blocks.mid-title .title h2 {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  .icon-col-blocks.mid-title .title h2 {
    font-size: 38px;
  }
}
@media (max-width: 575.9px) {
  .icon-col-blocks.mid-title .title h2 {
    font-size: 33.62px;
  }
}
.icon-col-blocks.three-col .content {
  max-width: 1829px;
}
.icon-col-blocks.three-col .content-box {
  max-width: 1773px;
}
.icon-col-blocks.three-col .content-box .col-item {
  max-width: calc(33.33% - 44px);
}
@media (max-width: 991.9px) {
  .icon-col-blocks.three-col .content-box .col-item {
    max-width: calc(100% - 20px);
  }
}
.icon-col-blocks.three-col .content-box .col-item .text-body {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: -0.01em;
}
.marquee-scroll-section {
  padding: 44px 0;
}
@media (max-width: 767.9px) {
  .marquee-scroll-section {
    padding: 35px 0;
  }
}
.marquee-scroll-section .content {
  max-width: unset;
  padding: 0;
}
.marquee-scroll-section .slider-box {
  display: inline-flex !important;
  align-items: center;
}
.marquee-scroll-section .slider-box .slider-item {
  width: 769.86px;
  margin: 0 3.02px;
  border-radius: 12px;
  display: flex;
  aspect-ratio: 770/513;
}
@media (max-width: 1199.9px) {
  .marquee-scroll-section .slider-box .slider-item {
    width: 670px;
  }
}
@media (max-width: 991.9px) {
  .marquee-scroll-section .slider-box .slider-item {
    width: 620px;
  }
}
@media (max-width: 767.9px) {
  .marquee-scroll-section .slider-box .slider-item {
    width: 540px;
  }
}
@media (max-width: 575.9px) {
  .marquee-scroll-section .slider-box .slider-item {
    width: 420px;
  }
}
.marquee-scroll-section .slider-box .slider-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.marquee-scroll-section .marquee3k__wrapper {
  display: flex;
}

.rising-number {
  padding: 44px 0;
}
@media (max-width: 767.9px) {
  .rising-number {
    padding: 35px 0;
  }
}
@media (max-width: 1599.9px) {
  .rising-number .content {
    max-width: 1238.33px;
  }
}
.rising-number .title {
  max-width: 733px;
  margin: 0 auto;
  text-align: center;
}
.rising-number .title .text-body {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin-bottom: 96px;
}
@media (max-width: 767.9px) {
  .rising-number .title .text-body {
    font-size: 30px;
  }
}
@media (max-width: 1199.9px) {
  .rising-number .title .text-body {
    margin-bottom: 70px;
  }
}
@media (max-width: 991.9px) {
  .rising-number .title .text-body {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.9px) {
  .rising-number .title .text-body {
    margin-bottom: 42px;
  }
}
.rising-number .content-box {
  width: calc(100% + 44px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 -22px -44px;
}
@media (max-width: 991.9px) {
  .rising-number .content-box {
    margin: 0 -10px -20px;
    width: calc(100% + 20px);
  }
}
.rising-number .number-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 22px 44px;
  padding: 168px 40px 137.8px;
  background-color: #FBFBFB;
  width: 100%;
  max-width: calc(33.33% - 44px);
  margin: 0 22px 44px;
  border-radius: 33.78px;
}
@media (max-width: 1599.9px) {
  .rising-number .number-item {
    max-width: calc(50% - 44px);
  }
}
@media (max-width: 991.9px) {
  .rising-number .number-item {
    max-width: calc(50% - 20px);
    padding: 60px 30px 45px;
    margin: 0 10px 20px;
  }
}
@media (max-width: 767.9px) {
  .rising-number .number-item {
    max-width: 547px;
  }
}
.rising-number .number-item h2, .rising-number .number-item .number-title {
  display: block;
  font-weight: 800;
  font-size: 120px;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin: 0 0 28px;
}
@media (max-width: 1439.9px) {
  .rising-number .number-item h2, .rising-number .number-item .number-title {
    font-size: 108px;
  }
}
@media (max-width: 1199.9px) {
  .rising-number .number-item h2, .rising-number .number-item .number-title {
    font-size: 92px;
  }
}
@media (max-width: 991.9px) {
  .rising-number .number-item h2, .rising-number .number-item .number-title {
    font-size: 78px;
  }
}
@media (max-width: 767.9px) {
  .rising-number .number-item h2, .rising-number .number-item .number-title {
    font-size: 56px;
  }
}
@media (max-width: 575.9px) {
  .rising-number .number-item h2, .rising-number .number-item .number-title {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  .rising-number .number-item h2, .rising-number .number-item .number-title {
    margin: 0 0 20px;
  }
}
.rising-number .number-item p, .rising-number .number-item .number-content {
  display: block;
  max-width: 339px;
  margin: 0 auto;
}
.rising-number .number-item.color-white-title h2, .rising-number .number-item.color-white-title .number-title {
  color: #ffffff;
}
.rising-number .number-item.color-white-block {
  background-color: #ffffff;
  color: #ffffff;
}
.rising-number .number-item.color-black-title h2, .rising-number .number-item.color-black-title .number-title {
  color: #000000;
}
.rising-number .number-item.color-black-block {
  background-color: #000000;
  color: #ffffff;
}
.rising-number .number-item.color-blue-title h2, .rising-number .number-item.color-blue-title .number-title {
  color: #00AFD8;
}
.rising-number .number-item.color-blue-block {
  background-color: #00AFD8;
  color: #ffffff;
}
.rising-number .number-item.color-green-title h2, .rising-number .number-item.color-green-title .number-title {
  color: #61C250;
}
.rising-number .number-item.color-green-block {
  background-color: #61C250;
  color: #ffffff;
}
.rising-number .number-item.color-purple-title h2, .rising-number .number-item.color-purple-title .number-title {
  color: #7d47c5;
}
.rising-number .number-item.color-purple-block {
  background-color: #7d47c5;
  color: #ffffff;
}
.rising-number .number-item.color-orange-title h2, .rising-number .number-item.color-orange-title .number-title {
  color: #fe7900;
}
.rising-number .number-item.color-orange-block {
  background-color: #fe7900;
  color: #ffffff;
}
.rising-number .number-item.color-pink-title h2, .rising-number .number-item.color-pink-title .number-title {
  color: #CC0066;
}
.rising-number .number-item.color-pink-block {
  background-color: #CC0066;
  color: #ffffff;
}
.rising-number .number-item.color-gray-title h2, .rising-number .number-item.color-gray-title .number-title {
  color: #fbfbfb;
}
.rising-number .number-item.color-gray-block {
  background-color: #fbfbfb;
  color: #ffffff;
}
.rising-number .number-item.color-dark-title h2, .rising-number .number-item.color-dark-title .number-title {
  color: #393939;
}
.rising-number .number-item.color-dark-block {
  background-color: #393939;
  color: #ffffff;
}
.rising-number .number-item.color-yellow-title h2, .rising-number .number-item.color-yellow-title .number-title {
  color: #F6BC3B;
}
.rising-number .number-item.color-yellow-block {
  background-color: #F6BC3B;
  color: #ffffff;
}
.rising-number.two-col .content {
  max-width: 1238.33px;
}
.rising-number.two-col .content-box .number-item {
  max-width: calc(50% - 44px);
}
@media (max-width: 767.9px) {
  .rising-number.two-col .content-box .number-item {
    max-width: 547px;
  }
}

.testimonials-slider {
  padding: 44px 0;
}
@media (max-width: 767.9px) {
  .testimonials-slider {
    padding: 35px 0;
  }
}
.testimonials-slider .content-box {
  margin: 0 auto;
  max-width: 1358px;
  border-radius: 61px;
  padding: 79px 40px;
  background-color: #FBFBFB;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767.9px) {
  .testimonials-slider .content-box {
    padding: 70px 40px;
    border-radius: 25px;
  }
}
.testimonials-slider .slider-box {
  max-width: 922px;
  margin: 0 auto;
  cursor: grab;
}
@media (max-width: 1199.9px) {
  .testimonials-slider .slider-box {
    max-width: 100%;
  }
}
.testimonials-slider .slider-box .slider-item .item-title {
  display: flex;
  align-items: flex-start;
  margin: 0 0 48px;
}
@media (max-width: 767.9px) {
  .testimonials-slider .slider-box .slider-item .item-title {
    margin: 0 0 30px;
  }
}
@media (max-width: 575.9px) {
  .testimonials-slider .slider-box .slider-item .item-title {
    margin-bottom: 15px;
    flex-direction: column;
  }
}
.testimonials-slider .slider-box .slider-item .item-title .img {
  aspect-ratio: 1;
  display: flex;
  width: 107px;
  margin-right: 48px;
  border-radius: 50%;
}
@media (max-width: 575.9px) {
  .testimonials-slider .slider-box .slider-item .item-title .img {
    margin-bottom: 15px;
  }
}
.testimonials-slider .slider-box .slider-item .item-title .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-slider .slider-box .slider-item .item-title .title-text h2 {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.06em;
  font-weight: 500;
  margin: 0 0 12px;
}
@media (max-width: 991.9px) {
  .testimonials-slider .slider-box .slider-item .item-title .title-text h2 {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  .testimonials-slider .slider-box .slider-item .item-title .title-text h2 {
    font-size: 38px;
  }
}
@media (max-width: 575.9px) {
  .testimonials-slider .slider-box .slider-item .item-title .title-text h2 {
    font-size: 33.62px;
  }
}
@media (max-width: 575.9px) {
  .testimonials-slider .slider-box .slider-item .item-title .title-text h2 {
    margin-bottom: 5px;
  }
}
.testimonials-slider .slider-box .slider-item .item-title .title-text p {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: -0.01em;
  color: #00AFD8;
}
.testimonials-slider .slider-box .slider-item.color-white-title .title-text p {
  color: #ffffff;
}
.testimonials-slider .slider-box .slider-item.color-black-title .title-text p {
  color: #000000;
}
.testimonials-slider .slider-box .slider-item.color-blue-title .title-text p {
  color: #00AFD8;
}
.testimonials-slider .slider-box .slider-item.color-green-title .title-text p {
  color: #61C250;
}
.testimonials-slider .slider-box .slider-item.color-purple-title .title-text p {
  color: #7d47c5;
}
.testimonials-slider .slider-box .slider-item.color-orange-title .title-text p {
  color: #fe7900;
}
.testimonials-slider .slider-box .slider-item.color-pink-title .title-text p {
  color: #CC0066;
}
.testimonials-slider .slider-box .slider-item.color-gray-title .title-text p {
  color: #fbfbfb;
}
.testimonials-slider .slider-box .slider-item.color-dark-title .title-text p {
  color: #393939;
}
.testimonials-slider .slider-box .slider-item.color-yellow-title .title-text p {
  color: #F6BC3B;
}
.testimonials-slider .slider-box .slider-item:not(.slick-active) {
  visibility: hidden;
}
.testimonials-slider .slider-control {
  width: 100%;
  max-width: 922px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 48px;
  justify-content: flex-start;
}
@media (max-width: 767.9px) {
  .testimonials-slider .slider-control {
    margin-top: 28px;
  }
}
.testimonials-slider .slider-control .slider-prev, .testimonials-slider .slider-control .slider-next {
  cursor: pointer;
  width: 44px;
  height: 44px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  border-radius: 50%;
  border: 1px solid #000000;
  transition: all 0.2s;
}
@media (max-width: 767.9px) {
  .testimonials-slider .slider-control .slider-prev, .testimonials-slider .slider-control .slider-next {
    width: 35px;
    height: 35px;
  }
}
.testimonials-slider .slider-control .slider-prev::after, .testimonials-slider .slider-control .slider-next::after {
  display: block !important;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  transition: none;
  font-size: 18px;
}
@media (max-width: 767.9px) {
  .testimonials-slider .slider-control .slider-prev::after, .testimonials-slider .slider-control .slider-next::after {
    font-size: 15px;
  }
}
.testimonials-slider .slider-control .slider-prev:hover, .testimonials-slider .slider-control .slider-next:hover {
  background-color: #000000;
  color: #ffffff;
}
.testimonials-slider .slider-control .slider-prev {
  margin-right: 16px;
}
.testimonials-slider .slider-control .slider-prev::after {
  content: "\e901";
}
.testimonials-slider .slider-control .slider-next::after {
  content: "\e900";
}
.testimonials-slider .slick-list {
  max-width: 100%;
}

.timeline-section {
  padding: 44px 0;
}
@media (max-width: 767.9px) {
  .timeline-section {
    padding: 35px 0;
  }
}
.timeline-section .content-box {
  max-width: 1358px;
  padding: 82px 91px 82.6px 68px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #FBFBFB;
  border-radius: 61px;
  margin: 0 auto;
}
@media (max-width: 1199.9px) {
  .timeline-section .content-box {
    padding: 82px 40px;
  }
}
@media (max-width: 991.9px) {
  .timeline-section .content-box {
    flex-direction: column;
  }
}
@media (max-width: 767.9px) {
  .timeline-section .content-box {
    padding: 60px 27px;
  }
}
.timeline-section .img-box {
  width: 100%;
  max-width: 468px;
  margin-right: 88px;
}
@media (max-width: 1439.9px) {
  .timeline-section .img-box {
    width: 30%;
    margin-right: 40px;
  }
}
@media (max-width: 991.9px) {
  .timeline-section .img-box {
    width: 100%;
    max-width: 400px;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.timeline-section .img-box .img {
  display: flex;
  border-radius: 32px;
}
.timeline-section .text {
  width: 100%;
  max-width: 643px;
  padding-top: 35px;
}
@media (max-width: 1439.9px) {
  .timeline-section .text {
    width: calc(70% - 40px);
    padding-top: 0;
  }
}
@media (max-width: 991.9px) {
  .timeline-section .text {
    width: 100%;
    max-width: unset;
  }
}
.timeline-section .text .slider-box {
  max-width: 100%;
  cursor: grab;
}
.timeline-section .text .slider-box .slider-item .year {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.06em;
  margin: 0 0 32px;
}
@media (max-width: 767.9px) {
  .timeline-section .text .slider-box .slider-item .year {
    font-size: 32px;
  }
}
@media (max-width: 767.9px) {
  .timeline-section .text .slider-box .slider-item .year {
    margin-bottom: 28px;
  }
}
.timeline-section .text .slider-box .slider-item .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
}
@media (max-width: 767.9px) {
  .timeline-section .text .slider-box .slider-item .title {
    font-size: 30px;
  }
}
.timeline-section .text .slider-box .slider-item:not(.slick-active) {
  visibility: hidden;
}
.timeline-section .slider-control {
  display: flex;
  align-items: center;
  margin-top: 38px;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 767.9px) {
  .timeline-section .slider-control {
    margin-top: 28px;
  }
}
.timeline-section .slider-control .slider-prev, .timeline-section .slider-control .slider-next {
  cursor: pointer;
  width: 44px;
  height: 44px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  border-radius: 50%;
  border: 1px solid #000000;
  transition: all 0.2s;
}
@media (max-width: 767.9px) {
  .timeline-section .slider-control .slider-prev, .timeline-section .slider-control .slider-next {
    width: 35px;
    height: 35px;
  }
}
.timeline-section .slider-control .slider-prev::after, .timeline-section .slider-control .slider-next::after {
  display: block !important;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  transition: none;
  font-size: 18px;
}
@media (max-width: 767.9px) {
  .timeline-section .slider-control .slider-prev::after, .timeline-section .slider-control .slider-next::after {
    font-size: 15px;
  }
}
.timeline-section .slider-control .slider-prev:hover, .timeline-section .slider-control .slider-next:hover {
  background-color: #000000;
  color: #ffffff;
}
.timeline-section .slider-control .slider-prev {
  margin-right: 16px;
}
.timeline-section .slider-control .slider-prev::after {
  content: "\e901";
}
.timeline-section .slider-control .slider-next::after {
  content: "\e900";
}

.team-section {
  padding: 44px 0;
}
@media (max-width: 767.9px) {
  .team-section {
    padding: 35px 0;
  }
}
.team-section .team-title {
  position: relative;
  padding: 98px 0 86.2px;
  margin-bottom: 104px;
}
@media (max-width: 1199.9px) {
  .team-section .team-title {
    margin-bottom: 80px;
    padding: 70px 0;
  }
}
@media (max-width: 991.9px) {
  .team-section .team-title {
    margin-bottom: 60px;
    padding: 45px 0;
  }
}
@media (max-width: 767.9px) {
  .team-section .team-title {
    margin-bottom: 40px;
    padding: 35px 0;
  }
}
.team-section .team-title .content {
  max-width: 1744px;
}
.team-section .team-title .bg-box {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.team-section .team-title .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-section .team-title .content {
  position: relative;
  z-index: 5;
}
.team-section .team-title .content h2 {
  font-weight: 800;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin: 0;
}
@media (max-width: 991.9px) {
  .team-section .team-title .content h2 {
    font-size: 63px;
  }
}
@media (max-width: 767.9px) {
  .team-section .team-title .content h2 {
    font-size: 58px;
  }
}
@media (max-width: 575.9px) {
  .team-section .team-title .content h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.9px) {
  .team-section .team-title .content h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.9px) {
  .team-section .team-title .content h2 {
    font-size: 32px;
  }
}
.team-section .container .content {
  max-width: 1789px;
}
.team-section .container .content .team-text {
  max-width: 960px;
  text-align: center;
  margin: 0 auto 104px;
}
@media (max-width: 1199.9px) {
  .team-section .container .content .team-text {
    margin-bottom: 80px;
  }
}
@media (max-width: 991.9px) {
  .team-section .container .content .team-text {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.9px) {
  .team-section .container .content .team-text {
    margin-bottom: 40px;
  }
}
.team-section .container .content .team-box {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -6px -16px;
  width: calc(100% + 12px);
}
.team-section .container .content .team-box .team-item {
  width: 100%;
  max-width: calc(25% - 12px);
  margin: 0 6px 16px;
  position: relative;
  border-radius: 16.68px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (max-width: 991.9px) {
  .team-section .container .content .team-box .team-item {
    max-width: calc(33.33% - 12px);
  }
}
@media (max-width: 767.9px) {
  .team-section .container .content .team-box .team-item {
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 575.9px) {
  .team-section .container .content .team-box .team-item {
    max-width: calc(100% - 12px);
  }
}
.team-section .container .content .team-box .team-item .img {
  position: relative;
  width: 100%;
  display: flex;
  aspect-ratio: 407.73/518.93;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/card-bg.jpg);
}
.team-section .container .content .team-box .team-item .img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.team-section .container .content .team-box .team-item .item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 122px;
  z-index: 5;
  background-image: url(../images/card-linear-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 101% 100%;
  padding: 16.35px 22.33px;
  color: #ffffff;
}
@media (max-width: 767.9px) {
  .team-section .container .content .team-box .team-item .item-text {
    height: auto;
    min-height: unset;
    padding: 15px;
  }
}
.team-section .container .content .team-box .team-item .item-text .name {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767.9px) {
  .team-section .container .content .team-box .team-item .item-text .name {
    font-size: 25px;
  }
}
@media (max-width: 575.9px) {
  .team-section .container .content .team-box .team-item .item-text .name {
    font-size: 23px;
  }
}
.team-section .container .content .team-box .team-item .item-text .info {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: -0.01em;
}
.sponsors {
  padding: 44px 0;
}
@media (max-width: 767.9px) {
  .sponsors {
    padding: 35px 0;
  }
}
.sponsors .content {
  display: flex;
  flex-direction: column;
}
.sponsors .sponsor-item {
  width: 100%;
  max-width: 1585px;
  padding: 128px;
  border-radius: 18.66px;
  background-color: #FBFBFB;
  margin: 0 auto 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1599.9px) {
  .sponsors .sponsor-item {
    padding: 128px 80px;
  }
}
@media (max-width: 1439.9px) {
  .sponsors .sponsor-item {
    padding: 100px 60px;
  }
}
@media (max-width: 1199.9px) {
  .sponsors .sponsor-item {
    padding: 80px 40px;
    flex-direction: column;
  }
}
@media (max-width: 991.9px) {
  .sponsors .sponsor-item {
    padding: 60px 27px;
  }
}
.sponsors .sponsor-item .title {
  width: 100%;
  max-width: 455px;
  margin-right: 40px;
}
@media (max-width: 1439.9px) {
  .sponsors .sponsor-item .title {
    max-width: 400px;
  }
}
@media (max-width: 1199.9px) {
  .sponsors .sponsor-item .title {
    max-width: unset !important;
    margin-right: 0;
    margin-bottom: 35px;
  }
}
.sponsors .sponsor-item .title h2 {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.06em;
  margin: 0;
}
@media (max-width: 991.9px) {
  .sponsors .sponsor-item .title h2 {
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  .sponsors .sponsor-item .title h2 {
    font-size: 38px;
  }
}
@media (max-width: 575.9px) {
  .sponsors .sponsor-item .title h2 {
    font-size: 33.62px;
  }
}
.sponsors .sponsor-item .list-box {
  width: 100%;
  max-width: 746px;
  overflow: hidden;
}
@media (max-width: 1199.9px) {
  .sponsors .sponsor-item .list-box {
    max-width: unset !important;
  }
}
.sponsors .sponsor-item .list {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: -0.01em;
  list-style: none;
  padding: 0;
  flex-direction: column;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 0;
       column-gap: 0;
  margin: -16px -40px -16px;
  width: calc(100% + 80px);
}
@media (max-width: 1439.9px) {
  .sponsors .sponsor-item .list {
    margin: -16px -20px -16px;
    width: calc(100% + 40px);
  }
}
@media (max-width: 1199.9px) {
  .sponsors .sponsor-item .list {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.sponsors .sponsor-item .list li {
  margin: 0 40px;
  display: flex;
  align-items: center;
  padding: 15.5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 1439.9px) {
  .sponsors .sponsor-item .list li {
    margin: 0 20px;
  }
}
.sponsors .sponsor-item .list li::before {
  content: "\e908";
  display: block !important;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  transition: none;
  font-size: 21px;
  aspect-ratio: 1;
  margin-top: 5px;
  margin-right: 24px;
}
@media (max-width: 767.9px) {
  .sponsors .sponsor-item .list li::before {
    font-size: 18px;
    margin-right: 15px;
  }
}
.sponsors .sponsor-item:last-child {
  margin-bottom: 0;
}
.sponsors .sponsor-item.title-top {
  align-items: flex-start;
}
.sponsors .sponsor-item.color-white-style .list li::before {
  color: #ffffff;
}
.sponsors .sponsor-item.color-black-style .list li::before {
  color: #000000;
}
.sponsors .sponsor-item.color-blue-style .list li::before {
  color: #00AFD8;
}
.sponsors .sponsor-item.color-green-style .list li::before {
  color: #61C250;
}
.sponsors .sponsor-item.color-purple-style .list li::before {
  color: #7d47c5;
}
.sponsors .sponsor-item.color-orange-style .list li::before {
  color: #fe7900;
}
.sponsors .sponsor-item.color-pink-style .list li::before {
  color: #CC0066;
}
.sponsors .sponsor-item.color-gray-style .list li::before {
  color: #fbfbfb;
}
.sponsors .sponsor-item.color-dark-style .list li::before {
  color: #393939;
}
.sponsors .sponsor-item.color-yellow-style .list li::before {
  color: #F6BC3B;
}
.sponsors.small-content .sponsor-item {
  max-width: 1172px;
  align-items: center;
}
.sponsors.small-content .sponsor-item .title {
  max-width: 455px;
}
.sponsors.small-content .sponsor-item .list-box {
  max-width: 333px;
}
.sponsors.small-content .sponsor-item .list-box .list {
  -moz-column-count: 1;
       column-count: 1;
}

section.video {
  padding: 44px 0;
}
@media (max-width: 767.9px) {
  section.video {
    padding: 35px 0;
  }
}
section.video .content {
  max-width: 1458px;
}
section.video .video .img, section.video .video .img.video {
  transition: all 0.2s;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1358/770.32;
  position: relative;
}
section.video .video .img div, section.video .video .img img, section.video .video .img.video div, section.video .video .img.video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.video .video .img iframe, section.video .video .img.video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  display: flex;
  left: 0;
  top: 0;
  z-index: 9;
}
section.video .img, section.video .img.video {
  transition: all 0.2s;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1358/770.32;
  position: relative;
}
section.video .img div, section.video .img img, section.video .img.video div, section.video .img.video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.video .img iframe, section.video .img.video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  display: flex;
  left: 0;
  top: 0;
  z-index: 9;
}

.text-and-image {
  padding: 44px 0;
}
@media (max-width: 767.9px) {
  .text-and-image {
    padding: 35px 0;
  }
}
.text-and-image .content {
  max-width: 1539px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.9px) {
  .text-and-image .content {
    flex-direction: column-reverse !important;
  }
}
.text-and-image .text {
  width: 100%;
  max-width: 635px;
  margin-right: 50px;
}
@media (max-width: 991.9px) {
  .text-and-image .text {
    max-width: unset !important;
    margin-right: 0 !important;
  }
}
.text-and-image .text:empty {
  display: none;
}
.text-and-image .text h2 {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
}
.text-and-image .text h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.06em;
  margin: 0 0 32px;
}
@media (max-width: 767.9px) {
  .text-and-image .text h3 {
    font-size: 32px;
  }
}
@media (max-width: 767.9px) {
  .text-and-image .text h3 {
    margin-bottom: 20px !important;
  }
}
.text-and-image .text .btns {
  margin: 48px -8px -16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 575.9px) {
  .text-and-image .text .btns {
    margin-top: 28px;
  }
}
.text-and-image .text .btns .btn {
  padding: 0 8px;
  margin-bottom: 16px;
}
.text-and-image .img {
  width: 100%;
  max-width: 602px;
  border-radius: 25.97px;
  display: flex;
}
@media (max-width: 991.9px) {
  .text-and-image .img {
    margin-right: 0 !important;
    max-width: unset !important;
    margin-bottom: 40px !important;
  }
}
.text-and-image.big-content .content .text-body {
  padding-right: 35px;
}
@media (max-width: 1199.9px) {
  .text-and-image.big-content .content .text-body {
    padding-right: 0;
  }
}
.text-and-image.small-content .content {
  max-width: 1465px;
}
@media (min-width: 1199.9px) {
  .text-and-image.small-content .text h3 {
    margin-bottom: 48px;
  }
}
.text-and-image.reverse .content {
  flex-direction: row-reverse;
}
.text-and-image.reverse .text {
  margin-right: 0;
}
.text-and-image.reverse .img {
  margin-right: 50px;
}

.single-text {
  padding: 44px 0;
}
@media (max-width: 767.9px) {
  .single-text {
    padding: 35px 0;
  }
}
.single-text p a {
  text-decoration: none;
  color: #00AFD8;
}
.single-text .content {
  max-width: 1060px;
  text-align: center;
}
.single-text .content > .text-body {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .single-text .content > .text-body {
    font-size: 25px;
  }
}
@media (max-width: 575.9px) {
  .single-text .content > .text-body {
    font-size: 23px;
  }
}
.single-text .content > .text-body .small-text {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: -0.01em;
}
.contact-section {
  padding: 0;
}
.contact-section .container {
  padding: 0 27px;
}
.contact-section .content {
  padding: 96px 40px 96px;
  max-width: 100%;
  border-radius: 18.67px;
  background-color: #FBFBFB;
}
@media (max-width: 1199.9px) {
  .contact-section .content {
    padding: 80px 40px;
  }
}
@media (max-width: 991.9px) {
  .contact-section .content {
    padding: 60px 27px 27px;
  }
}
.contact-section .content-box {
  max-width: 1655px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1199.9px) {
  .contact-section .content-box {
    flex-direction: column;
  }
}
.contact-section .text {
  width: 100%;
  max-width: 626px;
}
@media (max-width: 1199.9px) {
  .contact-section .text {
    max-width: unset;
    margin-bottom: 35px;
  }
}
.contact-section .text .text-title {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
}
@media (max-width: 767.9px) {
  .contact-section .text .text-title {
    margin: 0 0 12px;
  }
}
.contact-section .text h2 {
  font-weight: 800;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin: 0 0 80px;
}
@media (max-width: 991.9px) {
  .contact-section .text h2 {
    font-size: 63px;
  }
}
@media (max-width: 767.9px) {
  .contact-section .text h2 {
    font-size: 58px;
  }
}
@media (max-width: 575.9px) {
  .contact-section .text h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.9px) {
  .contact-section .text h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199.9px) {
  .contact-section .text h2 {
    margin: 0 0 40px;
  }
}
@media (max-width: 991.9px) {
  .contact-section .text h2 {
    margin: 0 0 40px;
  }
}
@media (max-width: 767.9px) {
  .contact-section .text h2 {
    margin: 0 0 25px;
  }
}
.contact-section .text .link-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-section .text .link-box a {
  text-decoration: none;
}
.contact-section .text .link-box .item {
  margin-bottom: 50px;
}
@media (max-width: 1199.9px) {
  .contact-section .text .link-box .item {
    margin-bottom: 25px;
  }
}
.contact-section .text .link-box .item:last-child {
  margin-bottom: 0;
}
.contact-section .text .link-box .item p {
  display: flex;
  align-items: flex-start;
  word-break: break-word;
}
.contact-section .text .link-box .item p::before {
  display: block !important;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  transition: none;
  aspect-ratio: 1;
  width: 30px;
  font-size: 30px;
  margin-right: 40px;
}
@media (max-width: 991.9px) {
  .contact-section .text .link-box .item p::before {
    margin-right: 20px;
  }
}
.contact-section .text .link-box .item.add p::before {
  content: "\e909";
}
.contact-section .text .link-box .item.tel p::before {
  content: "\e90b";
}
.contact-section .text .link-box .item.email p::before {
  content: "\e90a";
}
.contact-section .text .link-box .item.color-white-style p::before {
  color: #ffffff;
}
.contact-section .text .link-box .item.color-black-style p::before {
  color: #000000;
}
.contact-section .text .link-box .item.color-blue-style p::before {
  color: #00AFD8;
}
.contact-section .text .link-box .item.color-green-style p::before {
  color: #61C250;
}
.contact-section .text .link-box .item.color-purple-style p::before {
  color: #7d47c5;
}
.contact-section .text .link-box .item.color-orange-style p::before {
  color: #fe7900;
}
.contact-section .text .link-box .item.color-pink-style p::before {
  color: #CC0066;
}
.contact-section .text .link-box .item.color-gray-style p::before {
  color: #fbfbfb;
}
.contact-section .text .link-box .item.color-dark-style p::before {
  color: #393939;
}
.contact-section .text .link-box .item.color-yellow-style p::before {
  color: #F6BC3B;
}
.contact-section .form-box {
  width: 100%;
  max-width: 813px;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 64px 49px;
}
@media (max-width: 1199.9px) {
  .contact-section .form-box {
    max-width: unset;
    padding: 60px 40px;
  }
}
@media (max-width: 991.9px) {
  .contact-section .form-box {
    padding: 40px 27px;
  }
}
.contact-section .form-box form {
  display: flex;
  width: calc(100% + 32px);
  margin: 0 -16px 0;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767.9px) {
  .contact-section .form-box form {
    margin-bottom: -20px;
  }
}
.contact-section .form-box form > * {
  padding: 0 16px;
  margin-bottom: 40px;
}
@media (max-width: 767.9px) {
  .contact-section .form-box form > * {
    margin-bottom: 20px;
  }
}
.contact-section .form-box form .gform-body .gform_fields .gfield--type-email {
  max-width: unset !important;
  display: flex;
  width: 100%;
}
.contact-section .form-box form .gform-body .gform_fields .gfield--type-email input {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: -0.01em;
  display: flex;
  width: 100%;
  padding: 0 0 14px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000000;
  transition: all 0.2s;
}
.contact-section .form-box form .gform-body .gform_fields .gfield--type-email input:focus {
  border-color: rgba(0, 0, 0, 0.5);
}
.contact-section .form-box form .input-box, .contact-section .form-box form .gfield--type-text {
  display: flex;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 767.9px) {
  .contact-section .form-box form .input-box, .contact-section .form-box form .gfield--type-text {
    max-width: unset;
  }
}
.contact-section .form-box form .input-box.full-width, .contact-section .form-box form .gfield--type-text.full-width {
  max-width: unset;
}
.contact-section .form-box form .input-box input, .contact-section .form-box form .gfield--type-text input {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: -0.01em;
  display: flex;
  width: 100%;
  padding: 0 0 14px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000000;
  transition: all 0.2s;
}
.contact-section .form-box form .input-box input:focus, .contact-section .form-box form .gfield--type-text input:focus {
  border-color: rgba(0, 0, 0, 0.5);
}
.contact-section .form-box form .text-box, .contact-section .form-box form .gfield--type-textarea {
  display: flex;
  width: 100%;
  max-width: unset !important;
}
.contact-section .form-box form .text-box textarea, .contact-section .form-box form .gfield--type-textarea textarea {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: -0.01em;
  display: flex;
  width: 100%;
  height: 248px;
  padding: 0 0 14px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000000;
  transition: all 0.2s;
  white-space: pre-wrap;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
}
@media (max-width: 767.9px) {
  .contact-section .form-box form .text-box textarea, .contact-section .form-box form .gfield--type-textarea textarea {
    height: 180px;
  }
}
.contact-section .form-box form .text-box textarea::-webkit-scrollbar, .contact-section .form-box form .gfield--type-textarea textarea::-webkit-scrollbar {
  width: 0 !important;
}
.contact-section .form-box form .text-box textarea:focus, .contact-section .form-box form .gfield--type-textarea textarea:focus {
  border-color: rgba(0, 0, 0, 0.5);
}
.contact-section .form-box form .submit-box {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-section .form-box form .submit-box input {
  transition: background-color 0.4s, color 0.4s, border 0.4s, opacity 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  border-radius: 12px;
  font-size: 18px;
  line-height: 1.3888888889;
  padding: 14px 31px;
  background-color: transparent;
  border: 1.12px solid #00AFD8;
  color: #000000;
  transition: all 0.2s;
}
.contact-section .form-box form .submit-box input:hover {
  opacity: 1;
  background-color: #00AFD8;
  color: #ffffff;
}
.contact-section .form-box form .wpcf7-spinner {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(100%, -50%);
  margin: 0;
}
.contact-section .form-box form .gform_footer {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-section .form-box form .gform_footer input {
  transition: background-color 0.4s, color 0.4s, border 0.4s, opacity 0.4s !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  text-decoration: none !important;
  text-align: center !important;
  border-radius: 12px !important;
  font-size: 18px !important;
  line-height: 1.3888888889 !important;
  padding: 14px 31px !important;
  background-color: transparent !important;
  border: 1.12px solid #00AFD8 !important;
  color: #000000 !important;
  transition: all 0.2s !important;
}
.contact-section .form-box form .gform_footer input:hover {
  opacity: 1;
  background-color: #00AFD8 !important;
  color: #ffffff !important;
}

.job-openings {
  padding: 44px 0;
  margin-bottom: -176px;
}
@media (max-width: 767.9px) {
  .job-openings {
    padding: 35px 0;
    margin-bottom: -100px;
  }
}
@media (max-width: 575.9px) {
  .job-openings {
    margin-bottom: -70px;
  }
}
.job-openings .container {
  max-width: unset;
  padding: 160px 0;
  background-color: #FBFBFB;
}
@media (max-width: 991.9px) {
  .job-openings .container {
    padding: 130px 0;
  }
}
@media (max-width: 767.9px) {
  .job-openings .container {
    padding: 100px 0;
  }
}
@media (max-width: 575.9px) {
  .job-openings .container {
    padding: 70px 0;
  }
}
.job-openings .content {
  max-width: 1611px;
}
.job-openings .items-box {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
}
.job-openings .items-box .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 52px 81px 52px 56px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media (max-width: 1439.9px) {
  .job-openings .items-box .item {
    padding: 50px;
  }
}
@media (max-width: 1199.9px) {
  .job-openings .items-box .item {
    flex-direction: column;
    padding: 35px 30px;
  }
}
@media (max-width: 991.9px) {
  .job-openings .items-box .item {
    padding: 30px 25px;
  }
}
.job-openings .items-box .item:first-child {
  border-top: none;
}
.job-openings .items-box .item .item-title {
  width: 100%;
  max-width: 400px;
  margin-right: 30px;
}
@media (max-width: 1199.9px) {
  .job-openings .items-box .item .item-title {
    max-width: unset;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.job-openings .items-box .item .item-title h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin: 0;
}
@media (max-width: 767.9px) {
  .job-openings .items-box .item .item-title h2 {
    font-size: 30px;
  }
}
.job-openings .items-box .item .item-body {
  width: 100%;
  max-width: 646px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.9px) {
  .job-openings .items-box .item .item-body {
    max-width: unset;
  }
}
@media (max-width: 575.9px) {
  .job-openings .items-box .item .item-body {
    flex-direction: column;
    align-items: flex-start;
  }
}
.job-openings .items-box .item .item-body p {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
  flex: auto;
  margin: 0;
}
@media (max-width: 767.9px) {
  .job-openings .items-box .item .item-body p {
    font-size: 25px;
  }
}
@media (max-width: 575.9px) {
  .job-openings .items-box .item .item-body p {
    font-size: 23px;
  }
}
.job-openings .items-box .item .item-body .btn {
  margin-left: 23px;
}
@media (max-width: 575.9px) {
  .job-openings .items-box .item .item-body .btn {
    margin-left: 0;
    margin-top: 15px;
  }
}
.job-openings .items-box .item .item-body .btn a {
  font-size: 18px;
  padding: 22px 23px;
  line-height: 1.3888888889;
  border-radius: 16.25px;
}
@media (max-width: 1199.9px) {
  .job-openings .items-box .item .item-body .btn a {
    padding: 15px;
  }
}

.sample-content {
  padding: 169px 0 44px;
}
@media (max-width: 1199.9px) {
  .sample-content {
    padding: 169px 0 44px;
  }
}
@media (max-width: 991.9px) {
  .sample-content {
    padding: 125px 0 44px;
  }
}
@media (max-width: 767.9px) {
  .sample-content {
    padding: 100px 0 35px;
  }
}
@media (max-width: 767.9px) {
  .sample-content {
    padding: 80px 0 35px;
  }
}
.sample-content .content {
  max-width: 1000px;
}
.sample-content a {
  text-decoration: none;
  color: #00AFD8;
  word-break: break-word;
}
.sample-content .content h1,
.sample-content .content h2,
.sample-content .content h3,
.sample-content .content h4,
.sample-content .content h5,
.sample-content .content h6 {
  margin: 30px 0;
}
.sample-content .content h1:first-child,
.sample-content .content h2:first-child,
.sample-content .content h3:first-child,
.sample-content .content h4:first-child,
.sample-content .content h5:first-child,
.sample-content .content h6:first-child {
  margin-top: 0;
}
.sample-content .content h1 {
  margin: 30px 0 88px;
}
@media (max-width: 767.9px) {
  .sample-content .content h1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.9px) {
  .sample-content .content h1 {
    margin-bottom: 35px;
  }
}
.sample-content .content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .sample-content .content h2 {
    font-size: 30px;
  }
}
@media (max-width: 575.9px) {
  .sample-content .content h2 {
    font-size: 25px;
  }
}
.sample-content .content h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.01em;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .sample-content .content h3 {
    font-size: 28px;
  }
}
@media (max-width: 575.9px) {
  .sample-content .content h3 {
    font-size: 24px;
  }
}
.sample-content .content h4 {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .sample-content .content h4 {
    font-size: 25px;
  }
}
@media (max-width: 575.9px) {
  .sample-content .content h4 {
    font-size: 23px;
  }
}
@media (max-width: 575.9px) {
  .sample-content .content h4 {
    font-size: 23px;
  }
}
.sample-content .content h5 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -0.01em;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .sample-content .content h5 {
    font-size: 23px;
  }
}
@media (max-width: 575.9px) {
  .sample-content .content h5 {
    font-size: 21px;
  }
}
@media (max-width: 575.9px) {
  .sample-content .content h5 {
    font-size: 22px;
  }
}
.sample-content .content h6 {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.01em;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .sample-content .content h6 {
    font-size: 21px;
  }
}
@media (max-width: 575.9px) {
  .sample-content .content h6 {
    font-size: 19px;
  }
}
@media (max-width: 575.9px) {
  .sample-content .content h6 {
    font-size: 21px;
  }
}
.sample-content .content .text-box {
  margin-top: 80px;
}
@media (max-width: 767.9px) {
  .sample-content .content .text-box {
    margin-top: 50px;
  }
}
@media (max-width: 575.9px) {
  .sample-content .content .text-box {
    margin-top: 35px;
  }
}
.sample-content .content .text-box h2,
.sample-content .content .text-box h3,
.sample-content .content .text-box h4,
.sample-content .content .text-box h5,
.sample-content .content .text-box h6 {
  margin-bottom: 16px;
}
.sample-content .content p {
  margin-bottom: 30px;
}
.sample-content .content p:last-child {
  margin-bottom: 0;
}
.sample-content .content p + ol, .sample-content .content p + ul {
  margin-top: -30px;
}
.sample-content .content .big-text {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
}
@media (max-width: 767.9px) {
  .sample-content .content .big-text {
    font-size: 25px;
  }
}
@media (max-width: 575.9px) {
  .sample-content .content .big-text {
    font-size: 23px;
  }
}
.sample-content ul,
.sample-content ol {
  margin-bottom: 30px;
}
.sample-content ul ul,
.sample-content ul ol,
.sample-content ol ul,
.sample-content ol ol {
  margin-bottom: 0;
}
.sample-content .test-box {
  display: flex;
  flex-direction: column;
  height: 40px;
  margin-top: 200px;
  overflow: hidden;
}
.sample-content .test-box .test {
  line-height: 1.3333333333;
  font-size: 30px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 40px;
}

footer {
  margin-top: 44px;
  background-color: #FBFBFB;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  footer {
    margin-top: 35px;
  }
}
footer .bg-box {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2564px;
  height: 100%;
  transform: translateX(-50%);
}
footer .container {
  position: relative;
  z-index: 1;
}
footer .content {
  position: relative;
  z-index: 5;
}
footer .footer-top {
  padding: 185px 0 105px;
}
@media (max-width: 1199.9px) {
  footer .footer-top {
    padding: 150px 0 80px;
  }
}
@media (max-width: 991.9px) {
  footer .footer-top {
    padding: 100px 0 60px;
  }
}
@media (max-width: 767.9px) {
  footer .footer-top {
    padding: 70px 0 40px;
  }
}
footer .footer-top .content {
  max-width: 1815px;
}
footer .footer-top .footer-title {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.06em;
  display: flex;
  align-items: center;
  color: #393939;
  padding-right: 90px;
  font-size: calc(1.5vw + 19.2px);
}
@media (max-width: 1199.9px) {
  footer .footer-top .footer-title {
    padding: 0;
  }
}
footer .footer-top .btns {
  display: flex;
  flex-wrap: wrap;
  margin: 72px -14px -14px;
}
@media (max-width: 991.9px) {
  footer .footer-top .btns {
    margin-top: 60px;
  }
}
@media (max-width: 767.9px) {
  footer .footer-top .btns {
    margin-top: 45px;
  }
}
@media (max-width: 575.9px) {
  footer .footer-top .btns {
    margin-top: 35px;
  }
}
footer .footer-top .btns .btn {
  padding: 0 14px;
  margin-bottom: 14px;
}
footer .footer-bottom .content {
  max-width: 1920px;
  padding: 0 40px;
}
@media (max-width: 991.9px) {
  footer .footer-bottom .content {
    padding: 0 27px;
  }
}
footer .footer-bottom .footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
  padding-right: 94px;
}
@media (max-width: 1850px) {
  footer .footer-bottom .footer-content {
    padding-right: 0;
  }
}
@media (max-width: 991.9px) {
  footer .footer-bottom .footer-content {
    padding: 70px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.9px) {
  footer .footer-bottom .footer-content {
    padding: 35px 0;
  }
}
@media (max-width: 575.9px) {
  footer .footer-bottom .footer-content {
    padding: 25px 0;
  }
}
footer .footer-bottom .footer-content .logo-and-form {
  width: 100%;
  max-width: 314px;
  min-width: 314px;
  margin-right: 40px;
}
@media (max-width: 991.9px) {
  footer .footer-bottom .footer-content .logo-and-form {
    max-width: 547px;
    margin-right: 0;
  }
}
footer .footer-bottom .footer-content .logo-and-form .footer-logo {
  max-width: 168px;
  aspect-ratio: 1;
  margin-bottom: 48px;
  display: flex;
}
@media (max-width: 991.9px) {
  footer .footer-bottom .footer-content .logo-and-form .footer-logo {
    max-width: 120px;
  }
}
@media (max-width: 767.9px) {
  footer .footer-bottom .footer-content .logo-and-form .footer-logo {
    max-width: 100px;
    margin-bottom: 32px;
  }
}
footer .footer-bottom .footer-content .logo-and-form .footer-logo:hover {
  opacity: 1;
}
footer .footer-bottom .footer-content .logo-and-form .form-title {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  margin-bottom: 16px;
}
footer .footer-bottom .footer-content .logo-and-form form {
  position: relative;
}
footer .footer-bottom .footer-content .logo-and-form form .input-box {
  width: 100%;
}
footer .footer-bottom .footer-content .logo-and-form form .input-box input[type=email] {
  display: flex;
  width: 100%;
  border: 1.12px solid #00AFD8;
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  padding: 17px 111px 17px 10px;
}
footer .footer-bottom .footer-content .logo-and-form form .input-box input[type=email]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
footer .footer-bottom .footer-content .logo-and-form form .input-box input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
footer .footer-bottom .footer-content .logo-and-form form .input-box input[type=submit] {
  transition: background-color 0.4s, color 0.4s, border 0.4s, opacity 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.25;
  padding: 10px 22px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #00AFD8;
  border: 1.12px solid #00AFD8;
  color: #ffffff;
}
footer .footer-bottom .footer-content .logo-and-form form .input-box input[type=submit]:hover {
  background-color: #ffffff;
  color: #000000;
}
footer .footer-bottom .footer-content .logo-and-form form .wpcf7-spinner {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(100%, -50%);
  margin: 0;
}
footer .footer-bottom .footer-content .logo-and-form form .gform_fields {
  margin: 0 !important;
}
footer .footer-bottom .footer-content .logo-and-form form .gfield {
  width: calc(100% + 20px);
  max-width: unset !important;
  margin-bottom: 0;
  padding: 0;
}
footer .footer-bottom .footer-content .logo-and-form form .gfield .ginput_container input {
  height: auto;
  display: flex;
  width: 100%;
  border: 1.12px solid #00AFD8;
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  padding: 17px 111px 17px 10px;
}
footer .footer-bottom .footer-content .logo-and-form form .gfield .ginput_container input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
footer .footer-bottom .footer-content .logo-and-form form .gfield .ginput_container input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
footer .footer-bottom .footer-content .logo-and-form form .gform_footer {
  margin: 0;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
footer .footer-bottom .footer-content .logo-and-form form .gform_footer input {
  font-weight: 400% !important;
  max-width: unset !important;
  transition: background-color 0.4s, color 0.4s, border 0.4s, opacity 0.4s;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 auto !important;
  text-decoration: none !important;
  text-align: center !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  padding: 10px 22px !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  background-color: #00AFD8 !important;
  border: 1.12px solid #00AFD8 !important;
  color: #ffffff !important;
}
footer .footer-bottom .footer-content .logo-and-form form .gform_footer input:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
footer .footer-bottom .footer-content .logo-and-form form .gform_footer .gform-loader {
  display: block;
  position: absolute !important;
  right: -37px !important;
  top: 11px !important;
}
@media (max-width: 767.9px) {
  footer .footer-bottom .footer-content .logo-and-form form .gform_footer .gform-loader {
    width: 15px !important;
    height: 15px !important;
    right: -27px !important;
  }
}
footer .footer-bottom .footer-content .logo-and-form form input[type=submit] {
  max-width: unset !important;
  transition: background-color 0.4s, color 0.4s, border 0.4s, opacity 0.4s;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 auto !important;
  text-decoration: none !important;
  text-align: center !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  padding: 10px 22px !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  background-color: #00AFD8 !important;
  border: 1.12px solid #00AFD8 !important;
  color: #ffffff !important;
}
footer .footer-bottom .footer-content .logo-and-form form input[type=submit]:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
footer .footer-bottom .footer-content .col-box {
  width: 100%;
  max-width: 1290px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 -20px -20px;
}
@media (max-width: 1439.9px) {
  footer .footer-bottom .footer-content .col-box {
    max-width: 800px;
  }
}
@media (max-width: 991.9px) {
  footer .footer-bottom .footer-content .col-box {
    padding-top: 50px;
    max-width: unset;
    flex-wrap: wrap;
  }
}
footer .footer-bottom .footer-content .col-box > ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 991.9px) {
  footer .footer-bottom .footer-content .col-box > ul {
    flex-wrap: wrap;
  }
}
footer .footer-bottom .footer-content .col-box > ul > li {
  display: flex;
  align-items: flex-start;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media (max-width: 1439.9px) {
  footer .footer-bottom .footer-content .col-box > ul > li {
    flex-direction: column;
  }
}
@media (max-width: 767.9px) {
  footer .footer-bottom .footer-content .col-box > ul > li {
    width: 100%;
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  footer .footer-bottom .footer-content .col-box > ul > li {
    max-width: unset;
  }
}
footer .footer-bottom .footer-content .col-box > ul > li a {
  text-decoration: none;
}
footer .footer-bottom .footer-content .col-box > ul > li a:hover {
  opacity: 1;
  color: #00AFD8;
}
footer .footer-bottom .footer-content .col-box > ul > li > a {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.3);
  margin: 0 0 24px;
  margin-right: 64px;
  white-space: nowrap;
}
@media (max-width: 1599.9px) {
  footer .footer-bottom .footer-content .col-box > ul > li > a {
    margin-right: 35px;
  }
}
@media (max-width: 1439.9px) {
  footer .footer-bottom .footer-content .col-box > ul > li > a {
    margin-right: 0;
  }
}
footer .footer-bottom .footer-content .col-box > ul > li .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  width: 310px;
  max-width: 300px;
}
@media (max-width: 1850px) {
  footer .footer-bottom .footer-content .col-box > ul > li .sub-menu {
    width: auto;
  }
}
footer .footer-bottom .footer-content .col-box > ul > li .sub-menu li {
  margin: 0 0 25px;
}
footer .footer-bottom .footer-content .col-box > ul > li .sub-menu li:last-child {
  margin-bottom: 0;
}
footer .footer-bottom .footer-content .col-box > ul > li:last-child ul {
  max-width: 135px;
}
footer .footer-bottom .footer-content .col-box .col {
  display: flex;
  align-items: flex-start;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media (max-width: 1439.9px) {
  footer .footer-bottom .footer-content .col-box .col {
    flex-direction: column;
  }
}
@media (max-width: 767.9px) {
  footer .footer-bottom .footer-content .col-box .col {
    width: 100%;
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  footer .footer-bottom .footer-content .col-box .col {
    max-width: unset;
  }
}
footer .footer-bottom .footer-content .col-box .col a {
  text-decoration: none;
}
footer .footer-bottom .footer-content .col-box .col a:hover {
  opacity: 1;
  color: #00AFD8;
}
footer .footer-bottom .footer-content .col-box .col .footer-nav-title {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.3);
  margin: 0 0 24px;
  margin-right: 64px;
  white-space: nowrap;
}
@media (max-width: 1599.9px) {
  footer .footer-bottom .footer-content .col-box .col .footer-nav-title {
    margin-right: 35px;
  }
}
@media (max-width: 1439.9px) {
  footer .footer-bottom .footer-content .col-box .col .footer-nav-title {
    margin-right: 0;
  }
}
footer .footer-bottom .footer-content .col-box .col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  width: 310px;
  max-width: 300px;
}
@media (max-width: 1850px) {
  footer .footer-bottom .footer-content .col-box .col ul {
    width: auto;
  }
}
footer .footer-bottom .footer-content .col-box .col ul li {
  margin: 0 0 25px;
}
footer .footer-bottom .footer-content .col-box .col ul li:last-child {
  margin-bottom: 0;
}
footer .footer-bottom .footer-content .col-box .col:last-child ul {
  max-width: 135px;
}
footer .footer-bottom .copy {
  padding: 25px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.3);
  flex-wrap: wrap;
  margin: 0 -15px -20px;
}
@media (max-width: 1439.9px) {
  footer .footer-bottom .copy {
    padding-top: 0;
  }
}
@media (max-width: 767.9px) {
  footer .footer-bottom .copy {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .footer-bottom .copy a {
  text-decoration: none;
}
footer .footer-bottom .copy a:hover {
  opacity: 1;
  color: #00AFD8;
}
footer .footer-bottom .copy .copy-left {
  padding: 0 15px;
  margin-bottom: 20px;
}
@media (max-width: 1439.9px) {
  footer .footer-bottom .copy .copy-left {
    order: 3;
  }
}
footer .footer-bottom .copy .links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media (max-width: 1439.9px) {
  footer .footer-bottom .copy .links {
    order: 1;
    margin: 0 -15px 5px;
  }
}
@media (max-width: 767.9px) {
  footer .footer-bottom .copy .links {
    flex-direction: column;
  }
}
footer .footer-bottom .copy .links a {
  display: flex;
  margin-right: 58px;
}
@media (max-width: 1439.9px) {
  footer .footer-bottom .copy .links a {
    margin: 0 15px 15px;
  }
}
@media (max-width: 767.9px) {
  footer .footer-bottom .copy .links a {
    display: block;
  }
}
footer .footer-bottom .copy .links a:last-child {
  margin-right: 0;
}
footer .footer-bottom .copy .social-box {
  display: flex;
  align-items: center;
  margin-right: 25px;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media (max-width: 1439.9px) {
  footer .footer-bottom .copy .social-box {
    order: 2;
    margin-right: 0;
  }
}
footer .footer-bottom .copy .social-box a {
  display: flex;
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.6);
}
footer .footer-bottom .copy .social-box a:last-child {
  margin-right: 0;
}
footer .footer-bottom .copy .social-box a::after {
  display: block !important;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  transition: none;
  font-size: 20px;
  aspect-ratio: 1;
}
footer .footer-bottom .copy .social-box a.facebook::after {
  content: "\e905";
}
footer .footer-bottom .copy .social-box a.instagram::after {
  content: "\e906";
}
footer .footer-bottom .copy .social-box a.linkedin::after {
  content: "\e907";
}
footer .footer-bottom .copy .social-box a.youtube::after {
  content: "\e902";
}
footer .footer-bottom .copy .social-box a:hover {
  opacity: 1;
  color: #00AFD8;
}

.btn a,
.btn .wp-block-button__link,
.wp-block-button a,
.wp-block-button .wp-block-button__link {
  transition: background-color 0.4s, color 0.4s, border 0.4s, opacity 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-align: left;
  border-radius: 12px;
  font-size: 18px;
  line-height: 1.3888888889;
  padding: 15px 15.5px;
  background-color: transparent;
  border: 1.12px solid #000000;
  color: #000000;
}
.btn a:hover,
.btn .wp-block-button__link:hover,
.wp-block-button a:hover,
.wp-block-button .wp-block-button__link:hover {
  opacity: 1;
}
.btn.has-arrow a::after,
.wp-block-button.has-arrow a::after {
  content: "\e904";
  display: block !important;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  transition: none;
  font-size: 16px;
  overflow: hidden;
  max-width: 0;
  padding: 0px;
  margin-right: -3px;
  transition: max-width 0.2s, padding 0.2s;
}
.btn.has-arrow a:hover::after,
.wp-block-button.has-arrow a:hover::after {
  padding-left: 8px;
  max-width: 16px;
}
.btn.white-btn a,
.wp-block-button.white-btn a {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.white-btn.border-btn a,
.wp-block-button.white-btn.border-btn a {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.white-btn.border-black-btn a,
.wp-block-button.white-btn.border-black-btn a {
  background-color: transparent;
  border-color: #ffffff;
  color: #000000;
}
.btn.white-btn:not(.has-arrow) a:hover,
.wp-block-button.white-btn:not(.has-arrow) a:hover {
  background-color: #ffffff;
  color: #ffffff;
}
.btn.black-btn a,
.wp-block-button.black-btn a {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn.black-btn.border-btn a,
.wp-block-button.black-btn.border-btn a {
  background-color: transparent;
  border-color: #000000;
  color: #ffffff;
}
.btn.black-btn.border-black-btn a,
.wp-block-button.black-btn.border-black-btn a {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.black-btn:not(.has-arrow) a:hover,
.wp-block-button.black-btn:not(.has-arrow) a:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn.blue-btn a,
.wp-block-button.blue-btn a {
  background-color: #00AFD8;
  border-color: #00AFD8;
  color: #ffffff;
}
.btn.blue-btn.border-btn a,
.wp-block-button.blue-btn.border-btn a {
  background-color: transparent;
  border-color: #00AFD8;
  color: #ffffff;
}
.btn.blue-btn.border-black-btn a,
.wp-block-button.blue-btn.border-black-btn a {
  background-color: transparent;
  border-color: #00AFD8;
  color: #000000;
}
.btn.blue-btn:not(.has-arrow) a:hover,
.wp-block-button.blue-btn:not(.has-arrow) a:hover {
  background-color: #00AFD8;
  color: #ffffff;
}
.btn.green-btn a,
.wp-block-button.green-btn a {
  background-color: #61C250;
  border-color: #61C250;
  color: #ffffff;
}
.btn.green-btn.border-btn a,
.wp-block-button.green-btn.border-btn a {
  background-color: transparent;
  border-color: #61C250;
  color: #ffffff;
}
.btn.green-btn.border-black-btn a,
.wp-block-button.green-btn.border-black-btn a {
  background-color: transparent;
  border-color: #61C250;
  color: #000000;
}
.btn.green-btn:not(.has-arrow) a:hover,
.wp-block-button.green-btn:not(.has-arrow) a:hover {
  background-color: #61C250;
  color: #ffffff;
}
.btn.purple-btn a,
.wp-block-button.purple-btn a {
  background-color: #7d47c5;
  border-color: #7d47c5;
  color: #ffffff;
}
.btn.purple-btn.border-btn a,
.wp-block-button.purple-btn.border-btn a {
  background-color: transparent;
  border-color: #7d47c5;
  color: #ffffff;
}
.btn.purple-btn.border-black-btn a,
.wp-block-button.purple-btn.border-black-btn a {
  background-color: transparent;
  border-color: #7d47c5;
  color: #000000;
}
.btn.purple-btn:not(.has-arrow) a:hover,
.wp-block-button.purple-btn:not(.has-arrow) a:hover {
  background-color: #7d47c5;
  color: #ffffff;
}
.btn.orange-btn a,
.wp-block-button.orange-btn a {
  background-color: #fe7900;
  border-color: #fe7900;
  color: #ffffff;
}
.btn.orange-btn.border-btn a,
.wp-block-button.orange-btn.border-btn a {
  background-color: transparent;
  border-color: #fe7900;
  color: #ffffff;
}
.btn.orange-btn.border-black-btn a,
.wp-block-button.orange-btn.border-black-btn a {
  background-color: transparent;
  border-color: #fe7900;
  color: #000000;
}
.btn.orange-btn:not(.has-arrow) a:hover,
.wp-block-button.orange-btn:not(.has-arrow) a:hover {
  background-color: #fe7900;
  color: #ffffff;
}
.btn.pink-btn a,
.wp-block-button.pink-btn a {
  background-color: #CC0066;
  border-color: #CC0066;
  color: #ffffff;
}
.btn.pink-btn.border-btn a,
.wp-block-button.pink-btn.border-btn a {
  background-color: transparent;
  border-color: #CC0066;
  color: #ffffff;
}
.btn.pink-btn.border-black-btn a,
.wp-block-button.pink-btn.border-black-btn a {
  background-color: transparent;
  border-color: #CC0066;
  color: #000000;
}
.btn.pink-btn:not(.has-arrow) a:hover,
.wp-block-button.pink-btn:not(.has-arrow) a:hover {
  background-color: #CC0066;
  color: #ffffff;
}
.btn.gray-btn a,
.wp-block-button.gray-btn a {
  background-color: #fbfbfb;
  border-color: #fbfbfb;
  color: #ffffff;
}
.btn.gray-btn.border-btn a,
.wp-block-button.gray-btn.border-btn a {
  background-color: transparent;
  border-color: #fbfbfb;
  color: #ffffff;
}
.btn.gray-btn.border-black-btn a,
.wp-block-button.gray-btn.border-black-btn a {
  background-color: transparent;
  border-color: #fbfbfb;
  color: #000000;
}
.btn.gray-btn:not(.has-arrow) a:hover,
.wp-block-button.gray-btn:not(.has-arrow) a:hover {
  background-color: #fbfbfb;
  color: #ffffff;
}
.btn.dark-btn a,
.wp-block-button.dark-btn a {
  background-color: #393939;
  border-color: #393939;
  color: #ffffff;
}
.btn.dark-btn.border-btn a,
.wp-block-button.dark-btn.border-btn a {
  background-color: transparent;
  border-color: #393939;
  color: #ffffff;
}
.btn.dark-btn.border-black-btn a,
.wp-block-button.dark-btn.border-black-btn a {
  background-color: transparent;
  border-color: #393939;
  color: #000000;
}
.btn.dark-btn:not(.has-arrow) a:hover,
.wp-block-button.dark-btn:not(.has-arrow) a:hover {
  background-color: #393939;
  color: #ffffff;
}
.btn.yellow-btn a,
.wp-block-button.yellow-btn a {
  background-color: #F6BC3B;
  border-color: #F6BC3B;
  color: #ffffff;
}
.btn.yellow-btn.border-btn a,
.wp-block-button.yellow-btn.border-btn a {
  background-color: transparent;
  border-color: #F6BC3B;
  color: #ffffff;
}
.btn.yellow-btn.border-black-btn a,
.wp-block-button.yellow-btn.border-black-btn a {
  background-color: transparent;
  border-color: #F6BC3B;
  color: #000000;
}
.btn.yellow-btn:not(.has-arrow) a:hover,
.wp-block-button.yellow-btn:not(.has-arrow) a:hover {
  background-color: #F6BC3B;
  color: #ffffff;
}
.btn input[type=submit],
.wp-block-button input[type=submit] {
  font-size: 14px;
  line-height: 16px;
  padding: 0 15px;
  text-transform: uppercase;
}

.wp-block-button .wp-block-button__link::after {
  content: none;
}

.wp-block-button__link {
  border-radius: 0 !important;
  padding: 15px !important;
}

.video .container .video-link {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 14px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.video .container .video-link:hover > img {
  opacity: 0.8;
}
.video .container .video-link .img {
  transition: all 0.2s;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1358/770.32;
}
.video .container .video-link .img div, .video .container .video-link .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video .container .video-link img {
  width: 130.22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  transition: all 0.2s;
}
@media (max-width: 767.98px) {
  .video .container .video-link img {
    width: 32px;
  }
}
.video .container .video-link .data-video {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.video-light-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
}
.video-light-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
}
.video-light-box .close {
  opacity: 1;
  background: none;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 9;
  right: -7px;
  top: -30px;
  transition: All 0.2s ease-in-out;
  cursor: pointer;
}
.video-light-box .close:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  transform: rotate(-45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  transition: All 0.3s ease-in-out;
}
.video-light-box .close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  transform: rotate(45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.video-light-box .close:hover {
  opacity: 0.6;
}
.video-light-box .video-box {
  max-width: 1134px;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
@media (max-width: 1200px) {
  .video-light-box .video-box {
    width: 96%;
  }
}
.video-light-box .video-box video {
  width: 100%;
}
.video-light-box .video-box iframe {
  width: 100%;
  height: 641px;
}
@media (max-width: 1200px) {
  .video-light-box .video-box iframe {
    height: 52.9vw;
  }
}

.wpcf7 form .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7 form .wpcf7-form-control-wrap {
  display: flex;
  width: 100%;
}
.wpcf7 form .wpcf7-response-output {
  font-family: inherit !important;
  width: 100%;
  margin: 0;
  margin-top: 15px;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #f75454 !important;
}
.wpcf7 form.invalid .wpcf7-validates-as-requipink.wpcf7-not-valid {
  border-color: #f75454 !important;
}
.wpcf7 form:not([data-status=submitting]) .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-response-output {
  border: none !important;
  font-size: 16px !important;
  padding: 0 !important;
}
.wpcf7 input {
  font-weight: inherit !important;
}

.gform-body .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-body .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-body .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-body .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-body .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-body .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-body .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-body .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-body .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-body .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-body .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-appearance: unset ;
  --gf-local-bg-color: unset ;
  --gf-local-height: unset ;
  --gf-local-radius: unset ;
  --gf-local-border-color: unset ;
  --gf-local-border-width: unset ;
  --gf-local-border-style: unset ;
  --gf-local-border-block-start: unset ;
  --gf-local-border-block-end: unset ;
  --gf-local-border-inline-start: unset ;
  --gf-local-border-inline-end: unset ;
  --gf-local-shadow: unset ;
  --gf-local-color: unset ;
  --gf-local-display: block;
  --gf-local-font-family: unset ;
  --gf-local-font-size: unset ;
  --gf-local-font-style: unset ;
  --gf-local-font-weight: unset ;
  --gf-local-letter-spacing: unset ;
  --gf-local-line-height: unset;
  --gf-local-min-height: unset ;
  --gf-local-outline: unset ;
  --gf-local-outline-offset: unset ;
  --gf-local-padding-x: unset ;
  --gf-local-padding-y: 19px 25.3px !important;
  --gf-local-transition: unset ;
  --gf-local-width: unset ;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  background-color: unset;
  block-size: unset;
  border-block-end: unset;
  border-block-start: unset;
  border-inline-end: unset;
  border-inline-start: unset;
  border-radius: 12px !important;
  box-shadow: none;
  color: unset;
  display: unset;
  font-family: unset;
  font-size: var(--gf-local-font-size);
  font-style: var(--gf-local-font-style);
  font-weight: unset;
  inline-size: unset;
  letter-spacing: unset;
  line-height: unset;
  margin-block: 0;
  margin-inline: 0;
  min-block-size: unset;
}

.gform_fields {
  row-gap: 0 !important;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.gform_wrapper .gform_fields {
  row-gap: 0 !important;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
  width: calc(100% + 20px);
  max-width: 920px;
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 -10px -38px;
}
@media (max-width: 991.9px) {
  .gform_wrapper .gform_fields {
    max-width: unset;
  }
}
@media (max-width: 575.9px) {
  .gform_wrapper .gform_fields {
    margin-bottom: -20px;
  }
}
.gform_wrapper input,
.gform_wrapper textarea {
  --gf-local-width: unset !important;
  resize: none;
  width: 100%;
  color: inherit;
  display: flex;
  outline: none;
  box-shadow: none !important;
}
.gform_wrapper label {
  display: block;
  margin-bottom: 8px;
}
.gform_wrapper .gfield {
  width: 100%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 38px;
}
@media (max-width: 575.9px) {
  .gform_wrapper .gfield {
    max-width: unset;
    margin-bottom: 20px;
  }
}
.gform_wrapper .gfield .ginput_container {
  width: 100%;
}
.gform_wrapper .gform_heading {
  display: none !important;
}
.gform_wrapper .gform_footer {
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_footer input {
  transition: background-color 0.4s, color 0.4s, border 0.4s, opacity 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.25;
  padding: 10px 22px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #00AFD8;
  border: 1.12px solid #00AFD8;
  color: #ffffff;
}
.gform_wrapper .gform_footer input:hover {
  background-color: #ffffff;
  color: #000000;
}
.gform_wrapper .screen-reader-text {
  display: none !important;
}
.gform_wrapper .gfield_description {
  display: none !important;
}
.gform_wrapper .gform_validation_errors {
  display: none !important;
}
.gform_wrapper.gform_validation_error .gfield_contains_required input,
.gform_wrapper.gform_validation_error .gfield_contains_required textarea {
  border-color: #CC0066 !important;
}
.gform_wrapper *:focus {
  outline: none !important;
  box-shadow: none !important;
}

.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-radius: unset !important;
  --gf-local-height: unset !important;
  --gf-local-line-height: unset !important;
  --gf-local-padding-y: unset !important;
  resize: none !important;
}

.error404 .notfound, .error404 .block-error .container {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.error404 .notfound h1, .error404 .block-error .container h1 {
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 20px 0;
  }
}

@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 20px 0;
  }
}

.editor-box {
  margin-top: 60px;
  padding-top: 150px;
  padding-bottom: 202px;
}
@media (max-width: 1199.9px) {
  .editor-box {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media (max-width: 991.9px) {
  .editor-box {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767.9px) {
  .editor-box {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.editor-box h1,
.editor-box h2,
.editor-box h3,
.editor-box h4,
.editor-box h5,
.editor-box h6 {
  font-weight: bold;
}
.editor-box .container > .content {
  max-width: 1145px;
}
.editor-box .container > .content > * {
  margin: 25px 0 25px;
}
.editor-box .container > .content > *:first-child {
  margin-top: 0;
}
.editor-box .container > .content > *:last-child {
  margin-bottom: 0;
}
.editor-box .container > .content > h1,
.editor-box .container > .content h2,
.editor-box .container > .content h3,
.editor-box .container > .content h4,
.editor-box .container > .content h5,
.editor-box .container > .content h6 {
  margin: 45px 0;
}
@media (max-width: 767.9px) {
  .editor-box .container > .content > h1,
  .editor-box .container > .content h2,
  .editor-box .container > .content h3,
  .editor-box .container > .content h4,
  .editor-box .container > .content h5,
  .editor-box .container > .content h6 {
    margin: 30px 0;
  }
}
.editor-box .container > .content > .whole-image .content {
  padding: 0 !important;
}
.editor-box h2 {
  font-size: 30px;
}
.editor-box h3 {
  font-size: 28px;
}
.editor-box h4 {
  font-size: 26px;
}
.editor-box h5 {
  font-size: 24px;
}
.editor-box h6 {
  font-size: 22px;
}
.editor-box ol {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.editor-box ol li {
  width: 100%;
  line-height: 1.55;
}
.editor-box ul, .editor-box ol {
  font-family: inherit;
}
.editor-box ul ul, .editor-box ul ol, .editor-box ol ul, .editor-box ol ol {
  padding-left: 27px;
}
.editor-box ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  padding-left: 25px;
}
.editor-box ul li {
  width: 100%;
  line-height: 1.55;
  margin: 0;
  padding: 0;
  position: relative;
}
.editor-box ul li::before {
  content: "";
  font-size: inherit;
  line-height: inherit;
}
.editor-box p {
  line-height: 1.5;
}
.editor-box .wp-block-media-text {
  padding: 50px 0;
  margin: 0;
}
@media (max-width: 991.9px) {
  .editor-box .wp-block-media-text {
    padding: 25px 0;
  }
}
@media (max-width: 600px) {
  .editor-box .wp-block-media-text .wp-block-media-text__media {
    margin: 0;
  }
  .editor-box .wp-block-media-text .wp-block-media-text__content {
    padding: 30px 0;
  }
}

.sample-content .wp-block-media-text {
  padding: 50px 0;
  margin: 0;
}
@media (max-width: 991.9px) {
  .sample-content .wp-block-media-text {
    padding: 25px 0;
  }
}
@media (max-width: 600px) {
  .sample-content .wp-block-media-text .wp-block-media-text__media {
    margin: 0;
  }
  .sample-content .wp-block-media-text .wp-block-media-text__content {
    padding: 30px 0;
  }
}

.wp-block-quote, .wp-block-pullquote {
  line-height: 1.4;
  padding: 30px 0;
}
.wp-block-quote cite, .wp-block-pullquote cite {
  display: block;
  font-style: normal;
}

.wp-block-pullquote p {
  font-size: 22px;
}
@media (max-width: 767.9px) {
  .wp-block-pullquote p {
    font-size: 18px;
  }
}
.wp-block-pullquote cite {
  font-style: normal;
  font-size: 20px;
}
@media (max-width: 767.9px) {
  .wp-block-pullquote cite {
    font-size: 14px;
  }
}

.wp-block-embed .wp-block-embed__wrapper {
  display: flex;
}
.wp-block-embed .wp-block-embed__wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.wp-element-caption {
  font-size: 16px;
}

.page-id-809 .wp-block-columns .wp-block-column:first-child {
  margin-left: 0 !important;
}
.page-id-809 .wp-block-columns .wp-block-column:first-child {
  margin-left: 0 !important;
}
.page-id-809 .editor-box ol,
.page-id-809 .editor-box ul {
  margin-left: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}
.page-id-809 .editor-box ol ul,
.page-id-809 .editor-box ol ol,
.page-id-809 .editor-box ul ul,
.page-id-809 .editor-box ul ol {
  padding-left: 20px !important;
}

.wp-block-image {
  display: flex;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.wp-block-columns, .wp-block-media-text, .wp-block-gallery, .wp-block-image, .wp-block-video {
  padding: 0;
  margin: 30px 0;
}

.page-id-552 .editor-box h1 {
  text-align: center;
}

.wp-block-video {
  display: flex;
}
.wp-block-video video {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.donation-pop-Up {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  max-height: 100%;
  z-index: 9999;
  transform: translateY(200%);
  transition: all 0.75s cubic-bezier(0.65, 0.05, 0.36, 1);
  visibility: hidden;
}
@media (max-width: 767.9px) {
  .donation-pop-Up {
    right: 0;
    bottom: 0;
  }
}
.donation-pop-Up.visible {
  visibility: visible;
}
.donation-pop-Up.show {
  transform: translateY(0);
}
.donation-pop-Up .pop-content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 508px;
  padding: 36px 29px 49px;
  background-color: #ffffff;
  border-radius: 9.05878px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.donation-pop-Up .pop-content .pop-close {
  display: flex;
  background-image: url(../images/pop-close.svg);
  background-size: cover;
  aspect-ratio: 1;
  width: 29px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9;
  top: 18px;
  right: 14.17px;
  cursor: pointer;
  transition: all 0.2s;
}
.donation-pop-Up .pop-content .pop-close:hover {
  opacity: 0.7;
}
.donation-pop-Up .pop-content h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (max-width: 767.9px) {
  .donation-pop-Up .pop-content h2 {
    font-size: 25px;
  }
}
@media (max-width: 575.9px) {
  .donation-pop-Up .pop-content h2 {
    font-size: 23px;
  }
}
.donation-pop-Up .pop-content .text-body {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: -0.01em;
}
.donation-pop-Up .pop-content .btn {
  margin-top: 28px;
}
.donation-pop-Up .pop-content .btn a {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
}/*# sourceMappingURL=style.css.map */