* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0 auto;
  max-width: 1920px;
  height: 100%;
  font-family: "Jura-Regular", sans-serif;
  font-weight: 400;
  color: #ffffff;
  overflow-x: hidden;
  background-color: #000000;
}

.container {
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
  max-width: 1536px;
}
@media (max-width: 1100px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 778px) {
  .container {
    padding: 0 20px;
  }
}

.container-min {
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
  max-width: 1425px;
}
@media (max-width: 1100px) {
  .container-min {
    padding: 0 30px;
  }
}
@media (max-width: 778px) {
  .container-min {
    padding: 0 20px;
  }
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

@media (max-width: 450px) {
  section {
    margin: 35px 0 !important;
  }
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.error404 {
  overflow: hidden;
}
.error404 footer {
  display: none;
}

.with-bg-color {
  background-color: #3F9390;
}

@font-face {
  font-family: "Jura-Bold";
  src: url("./fonts/Jura-Bold.woff") format("woff"), url("./fonts/Jura-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Jura-Light";
  src: url("./fonts/Jura-Light.woff") format("woff"), url("./fonts/Jura-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Jura-Medium";
  src: url("./fonts/Jura-Medium.woff") format("woff"), url("./fonts/Jura-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Jura-Regular";
  src: url("./fonts/Jura-Regular.woff") format("woff"), url("./fonts/Jura-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Jura-SemiBold";
  src: url("./fonts/Jura-SemiBold.woff") format("woff"), url("./fonts/Jura-SemiBold.woff2") format("woff2");
}
p {
  font-size: 18px;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 135px;
  width: 100%;
  max-width: 100vw;
  z-index: 9999;
  background-color: #000000;
  transition: 0.5s;
}
@media (max-width: 1650px) {
  header {
    padding: 0 50px;
  }
}
@media (max-width: 1024px) {
  header {
    height: 60px;
    align-items: flex-end;
  }
}
@media (max-width: 1100px) {
  header {
    padding: 0 30px;
  }
}
@media (max-width: 778px) {
  header {
    padding: 0 20px;
  }
}
header.scroll-min .navigation .logo svg, header.scroll-min .navigation .logo img {
  max-height: 30px;
}
header.scroll-min .navigation .menu nav ul li a {
  padding: 20px 15px;
  font-size: 20px;
}
@media (max-width: 1385px) {
  header.scroll-min .navigation .menu nav ul li a {
    padding: 20px 8px;
    font-size: 18px;
  }
}
@media (max-width: 1250px) {
  header.scroll-min .navigation .menu nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  header.scroll-min .navigation .menu nav ul li a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    margin: 0;
    font-size: 18px;
  }
}
header.scroll-min .navigation .menu nav ul li .childrens li a {
  min-height: 50px;
  min-width: 300px;
  padding: 10px 30px;
}
@media (max-width: 1250px) {
  header.scroll-min .navigation .menu nav ul li .childrens li a {
    min-width: 250px;
    padding: 15px 18px;
  }
}
@media (max-width: 1024px) {
  header.scroll-min .navigation .menu nav ul li .childrens li a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    margin: 0;
    font-size: 18px;
  }
}
header .navigation {
  display: flex;
  width: 100%;
}
@media (max-width: 1024px) {
  header .navigation {
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
  }
}
header .navigation .logo {
  z-index: 9999999;
  display: flex;
  align-items: center;
  max-width: 279px;
}
@media (max-width: 1500px) {
  header .navigation .logo {
    max-width: 230px;
  }
}
@media (max-width: 1250px) {
  header .navigation .logo {
    max-width: 200px;
  }
}
@media (max-width: 1150px) {
  header .navigation .logo {
    max-width: 180px;
  }
}
@media (max-width: 1080px) {
  header .navigation .logo {
    max-width: 160px;
  }
}
header .navigation .logo svg, header .navigation .logo img {
  width: 100%;
  transition: 1s;
}
header .navigation .logo:hover svg, header .navigation .logo:hover img {
  transform: scale(1.1);
}
header .navigation .menu {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 35px;
}
@media (max-width: 1024px) {
  header .navigation .menu {
    flex-direction: column;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    height: auto;
    transition: 0.3s;
    transform: translateY(-150%);
    max-height: calc(100vh - 54px);
    margin: 0;
  }
  header .navigation .menu.active {
    height: 100vh;
    transform: translateY(0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
  }
  header .navigation .menu nav ul {
    max-height: calc(100vh - 54px);
    flex-direction: column;
    align-items: center;
  }
}
header .navigation .menu nav {
  width: 100%;
}
header .navigation .menu nav ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}
header .navigation .menu nav ul li {
  position: relative;
  z-index: 1;
}
header .navigation .menu nav ul li:hover a {
  color: #66FDF2;
}
header .navigation .menu nav ul li:hover a .more {
  border-bottom: none;
  border-top: 10px solid #66FDF2;
}
@media (max-width: 1250px) {
  header .navigation .menu nav ul li:hover a .more {
    border-top: 8px solid #66FDF2;
  }
}
header .navigation .menu nav ul li:hover .childrens {
  transform: translateY(0);
}
header .navigation .menu nav ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  color: #C5C6C8;
  font-weight: bold;
  font-size: 22px;
  padding: 48px 15px;
  font-family: "Jura-Regular", sans-serif;
  z-index: 2;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1385px) {
  header .navigation .menu nav ul li a {
    padding: 25px 10px;
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
  header .navigation .menu nav ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1150px) {
  header .navigation .menu nav ul li a {
    padding: 25px 8px;
  }
}
@media (max-width: 1024px) {
  header .navigation .menu nav ul li a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    margin: 0;
  }
}
header .navigation .menu nav ul li a.active {
  color: #66FDF2;
}
header .navigation .menu nav ul li a .more {
  margin-left: 7px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #C5C6C8;
  transition: 0.3s;
}
@media (max-width: 1250px) {
  header .navigation .menu nav ul li a .more {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #C5C6C8;
  }
}
@media (max-width: 1024px) {
  header .navigation .menu nav ul li a .more {
    display: none;
    margin: 0;
  }
}
header .navigation .menu nav ul li .mask {
  background-color: #000000;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 410px;
  min-width: 410px;
}
@media (max-width: 1385px) {
  header .navigation .menu nav ul li .mask {
    max-width: 350px;
    min-width: 350px;
  }
}
@media (max-width: 1250px) {
  header .navigation .menu nav ul li .mask {
    max-width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 1024px) {
  header .navigation .menu nav ul li .mask {
    display: none;
  }
}
header .navigation .menu nav ul li .childrens {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  transform: translateY(-300%);
  transition: all 1s ease;
  z-index: -1000;
  transform-origin: 0 0;
  z-index: -1;
  max-width: 410px;
}
@media (max-width: 1385px) {
  header .navigation .menu nav ul li .childrens {
    max-width: 350px;
  }
}
@media (max-width: 1250px) {
  header .navigation .menu nav ul li .childrens {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  header .navigation .menu nav ul li .childrens {
    transform: translateY(0);
    position: initial;
  }
  header .navigation .menu nav ul li .childrens li a {
    background-color: transparent !important;
    text-align: center !important;
    min-width: initial !important;
    min-height: initial !important;
    font-size: 18px !important;
    padding: 10px 15px !important;
  }
  header .navigation .menu nav ul li .childrens li a:hover, header .navigation .menu nav ul li .childrens li a.active {
    background-color: transparent !important;
    color: #66FDF2 !important;
  }
}
header .navigation .menu nav ul li .childrens li {
  margin-bottom: 5px;
  z-index: 0;
}
header .navigation .menu nav ul li .childrens li:last-of-type {
  margin-bottom: 0;
}
header .navigation .menu nav ul li .childrens li a {
  padding: 0 15px;
  max-width: 410px;
  min-width: 410px;
  min-height: 70px;
  background-color: #212832;
  color: #C5C6C8;
  padding: 20px 54px;
  transition: 0.3s;
}
@media (max-width: 1385px) {
  header .navigation .menu nav ul li .childrens li a {
    min-width: 350px;
    max-width: 350px;
    padding: 15px 30px;
  }
}
@media (max-width: 1250px) {
  header .navigation .menu nav ul li .childrens li a {
    min-width: 300px;
    max-width: 300px;
    padding: 15px 20px;
  }
}
header .navigation .menu nav ul li .childrens li a:hover, header .navigation .menu nav ul li .childrens li a.active {
  background-color: #66FDF2;
  color: #212832;
}
header .navigation .action {
  display: flex;
  align-items: center;
  z-index: 100;
}
header .navigation .action .search {
  display: flex;
  align-items: center;
}
header .navigation .action .search button {
  height: 0;
  background: transparent;
  border: none;
  width: 0;
  padding: 0;
}
@media (max-width: 1270px) {
  header .navigation .action .search input {
    min-width: 190px;
    max-width: 190px;
  }
}
@media (max-width: 1080px) {
  header .navigation .action .search input {
    min-width: 170px;
    max-width: 170px;
    height: 40px;
  }
}
@media (max-width: 1024px) {
  header .navigation .action {
    display: none;
  }
}
@media (max-width: 1024px) {
  header .navigation .action.action-mobile {
    display: flex;
    padding: 10px 0 20px 0;
  }
  header .navigation .action.action-mobile input {
    min-width: 300px;
    max-width: 300px;
  }
}
@media (min-width: 1025px) {
  header .navigation .action.action-mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  header .navigation .mobile-hamburger {
    display: none;
  }
}
header .navigation .mobile-hamburger .hamburger-wrap {
  position: relative;
  z-index: 10;
  transition: 0.3s ease-in-out all;
}
header .navigation .mobile-hamburger .hamburger-wrap .hamburger .line {
  width: 35px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 11px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .navigation .mobile-hamburger .hamburger-wrap .hamburger:hover {
  cursor: pointer;
}
header .navigation .mobile-hamburger .hamburger-wrap .hamburger {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .navigation .mobile-hamburger .hamburger-wrap .hamburger.is-active {
  animation: smallbig 0.6s forwards;
}
@keyframes smallbig {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
header .navigation .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(1),
header .navigation .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(2),
header .navigation .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
header .navigation .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
header .navigation .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
header .navigation .mobile-hamburger .hamburger-wrap .hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

@keyframes childrensMenu {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
.input-wrapper {
  position: relative;
}
.input-wrapper.search input {
  max-width: 227px;
  min-width: 227px;
  height: 47px;
  width: 100%;
}
.input-wrapper.search button {
  height: 0;
  background: transparent;
  border: none;
  width: 0;
  padding: 0;
}
.input-wrapper.full {
  max-width: 100%;
  min-width: 100%;
}
.input-wrapper.full input {
  max-width: 100%;
  min-width: 100%;
  min-height: 73px;
  padding: 10px 75px 10px 50px;
}
@media (max-width: 1024px) {
  .input-wrapper.full input {
    min-height: initial;
  }
}
.input-wrapper.full .svg {
  right: 49px;
}
.input-wrapper.contact-wrapper {
  max-width: 100%;
  min-width: 100%;
  border: 2px solid #66FDF2;
}
.input-wrapper.contact-wrapper input {
  max-width: 100%;
  min-width: 100%;
  min-height: 73px;
  padding: 34px 19px;
  border-radius: 0;
  background: rgba(102, 253, 242, 0.2);
  color: #fff;
}
@media (max-width: 1024px) {
  .input-wrapper.contact-wrapper input {
    padding: 10px 15px;
    min-height: initial;
  }
}
.input-wrapper.contact-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input-wrapper input {
  display: block;
  position: relative;
  font-size: 22px;
  font-family: "Jura-Regular", sans-serif;
  border: none;
  outline: none;
  max-width: 100%;
  background-color: #66FDF2;
  border-radius: 49.5px;
  color: #212832;
  padding: 10px 50px 10px 24px;
}
.input-wrapper input::placeholder {
  color: #212832;
}
.input-wrapper .svg {
  position: absolute;
  top: calc(50% - 10px);
  right: 24px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.wpcf7-form-control-wrap input {
  display: block;
  position: relative;
  font-size: 22px;
  font-family: "Jura-Regular", sans-serif;
  outline: none;
  max-width: 100%;
  background-color: #66FDF2;
  border-radius: 49.5px;
  border: 2px solid #66FDF2;
  max-width: 100%;
  min-width: 100%;
  min-height: 73px;
  padding: 34px 19px;
  border-radius: 0;
  background: rgba(102, 253, 242, 0.2);
  color: #fff;
}
.wpcf7-form-control-wrap input::placeholder {
  color: #212832;
}
@media (max-width: 1024px) {
  .wpcf7-form-control-wrap input {
    padding: 10px 15px;
    min-height: initial;
  }
}
.wpcf7-form-control-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: red;
  margin-top: 7px;
  font-family: "Jura-Regular", sans-serif;
  font-size: 16px;
}

.editor-wrapper {
  font-size: 22px;
}
@media (max-width: 1300px) {
  .editor-wrapper {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .editor-wrapper {
    font-size: 18px;
  }
}
.editor-wrapper h1, .editor-wrapper h2 {
  font-size: 70px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 1300px) {
  .editor-wrapper h1, .editor-wrapper h2 {
    font-size: 58px;
    line-height: 1.1;
  }
}
@media (max-width: 1024px) {
  .editor-wrapper h1, .editor-wrapper h2 {
    font-size: 48px;
  }
}
@media (max-width: 800px) {
  .editor-wrapper h1, .editor-wrapper h2 {
    font-size: 42px;
  }
}
.editor-wrapper h3, .editor-wrapper h4 {
  font-size: 40px;
}
@media (max-width: 1300px) {
  .editor-wrapper h3, .editor-wrapper h4 {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media (max-width: 1024px) {
  .editor-wrapper h3, .editor-wrapper h4 {
    font-size: 28px;
  }
}
.editor-wrapper p {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 1300px) {
  .editor-wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .editor-wrapper p {
    font-size: 18px;
  }
}
.editor-wrapper p:last-of-type {
  margin-bottom: 0;
}
.editor-wrapper strong {
  margin-bottom: 10px;
}
.editor-wrapper ul {
  padding-left: 20px;
  margin: 30px 0;
}
@media (max-width: 1024px) {
  .editor-wrapper ul {
    margin: 20px 0;
  }
}
.editor-wrapper ul li {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 25px;
}
@media (max-width: 1300px) {
  .editor-wrapper ul li {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .editor-wrapper ul li {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.editor-wrapper ul li:last-of-type {
  margin-bottom: 0;
}
.editor-wrapper .wp-block-image {
  margin: 15px 0;
}
.editor-wrapper svg {
  display: inline-block;
}
.editor-wrapper a, .editor-wrapper a:link, .editor-wrapper a:visited, .editor-wrapper a:active {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-decoration-line: underline;
  transition: 0.3s;
}
.editor-wrapper a:hover, .editor-wrapper a:link:hover, .editor-wrapper a:visited:hover, .editor-wrapper a:active:hover {
  color: #66FDF2;
}
@media (max-width: 1300px) {
  .editor-wrapper a, .editor-wrapper a:link, .editor-wrapper a:visited, .editor-wrapper a:active {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .editor-wrapper a, .editor-wrapper a:link, .editor-wrapper a:visited, .editor-wrapper a:active {
    font-size: 18px;
  }
}

.btn-wrapper {
  width: max-content;
  border: 2px solid #66FDF2;
  cursor: pointer;
  margin: 0 auto;
  transition: 0.3s;
  border-radius: 49.5px;
  -webkit-border-radius: 49.5px;
  -moz-border-radius: 49.5px;
  -khtml-border-radius: 49.5px;
}
.btn-wrapper.with-bg {
  background-color: #66FDF2 !important;
  max-width: 100%;
  width: 100%;
}
.btn-wrapper.with-bg a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #09090C;
}
.btn-wrapper.without-bg {
  border: none;
  background-color: transparent;
}
.btn-wrapper.without-bg a:before, .btn-wrapper.without-bg a:after {
  content: none;
}
.btn-wrapper.without-bg a:hover {
  color: #09090C;
}
.btn-wrapper.btn-small a {
  padding: 10px 40px;
  min-width: max-content;
}
.btn-wrapper a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 254px;
  text-align: center;
  padding: 17.5px 60px;
  text-transform: uppercase;
  font-family: "Jura-Regular", sans-serif;
  letter-spacing: 3.5px;
  position: relative;
  border-radius: 49.5px;
  -webkit-border-radius: 49.5px;
  -moz-border-radius: 49.5px;
  -khtml-border-radius: 49.5px;
  z-index: 1;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .btn-wrapper a {
    padding: 13px 30px;
  }
}
.btn-wrapper a svg {
  margin-left: 50px;
  transition: 0.5s;
}
@media (max-width: 600px) {
  .btn-wrapper a svg {
    margin-left: 10px;
  }
}
.btn-wrapper a:before, .btn-wrapper a:after {
  transition: opacity 0.3s ease-in-out;
}
.btn-wrapper a:hover:before {
  opacity: 1;
}
.btn-wrapper a:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #C5C6C8, #C5C6C8, #66FDF2, #66FDF2, #09090C, #09090C, #66FDF2, #66FDF2, #C5C6C8, #C5C6C8);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(7px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  border-radius: 49.5px;
  -webkit-border-radius: 49.5px;
  -moz-border-radius: 49.5px;
  -khtml-border-radius: 49.5px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.btn-wrapper a:active {
  color: #000;
}
.btn-wrapper a:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 49.5px;
  -webkit-border-radius: 49.5px;
  -moz-border-radius: 49.5px;
  -khtml-border-radius: 49.5px;
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 500% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.wpcf7-submit {
  cursor: pointer;
  transition: 0.3s;
  border-radius: 49.5px;
  -webkit-border-radius: 49.5px;
  -moz-border-radius: 49.5px;
  -khtml-border-radius: 49.5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 17.5px 60px;
  text-transform: uppercase;
  font-family: "Jura-Regular", sans-serif;
  letter-spacing: 3.5px;
  position: relative;
  z-index: 1;
  background-color: #66FDF2 !important;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #09090C;
  border: 2px solid #66FDF2;
}
@media (max-width: 1024px) {
  .wpcf7-submit {
    padding: 13px 30px;
  }
}
.wpcf7-submit svg {
  margin-left: 50px;
  transition: 0.5s;
}
@media (max-width: 600px) {
  .wpcf7-submit svg {
    margin-left: 10px;
  }
}
.wpcf7-submit:before, .wpcf7-submit:after {
  transition: opacity 0.3s ease-in-out;
}
.wpcf7-submit:hover:before {
  opacity: 1;
}
.wpcf7-submit:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(7px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  border-radius: 49.5px;
  -webkit-border-radius: 49.5px;
  -moz-border-radius: 49.5px;
  -khtml-border-radius: 49.5px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.wpcf7-submit:active {
  color: #000;
}
.wpcf7-submit:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 49.5px;
  -webkit-border-radius: 49.5px;
  -moz-border-radius: 49.5px;
  -khtml-border-radius: 49.5px;
}

.title-wrapper.center {
  text-align: center;
}
.title-wrapper h1, .title-wrapper h2, .title-wrapper h3 {
  color: #66FDF2;
  font-size: 70px;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .title-wrapper h1, .title-wrapper h2, .title-wrapper h3 {
    font-size: 58px;
    line-height: 1.1;
  }
}
@media (max-width: 1024px) {
  .title-wrapper h1, .title-wrapper h2, .title-wrapper h3 {
    font-size: 48px;
  }
}
@media (max-width: 800px) {
  .title-wrapper h1, .title-wrapper h2, .title-wrapper h3 {
    font-size: 42px;
  }
}
.title-wrapper h4 {
  color: #66FDF2;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 79.5px; /* 220.833% */
}
@media (max-width: 1300px) {
  .title-wrapper h4 {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media (max-width: 1024px) {
  .title-wrapper h4 {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .title-wrapper h4 {
    font-size: 28px;
  }
}

footer {
  display: flex;
  align-items: center;
  max-width: 100%;
}
footer .container {
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
footer .container .title-wrapper {
  display: none;
}
footer .container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  width: 100%;
  padding: 39px 137px 35px 96px;
  min-height: 232px;
}
@media (max-width: 1460px) {
  footer .container .row {
    padding: 39px 50px 35px 50px;
  }
}
@media (max-width: 1100px) {
  footer .container .row {
    padding: 20px 30px;
  }
}
@media (max-width: 1040px) {
  footer .container .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 778px) {
  footer .container .row {
    padding: 20px;
  }
}
@media (max-width: 720px) {
  footer .container .row {
    flex-direction: column;
  }
}
footer .container .row .logo-wrapper {
  margin-right: 20px;
}
@media (max-width: 1040px) {
  footer .container .row .logo-wrapper {
    max-width: 300px;
    width: 100%;
  }
}
footer .container .row .logo-wrapper img {
  max-width: 383px;
  max-height: 158px;
}
@media (max-width: 1280px) {
  footer .container .row .logo-wrapper img {
    max-width: 300px;
  }
}
footer .container .bg-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  z-index: -1;
}
footer .container .bg-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1040px) {
  footer .container .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: calc(100% - 320px);
    width: 100%;
  }
}
@media (max-width: 720px) {
  footer .container .box {
    max-width: 100%;
    margin-top: 15px;
  }
}
footer .container .box .menu-footer ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 1200px) {
  footer .container .box .menu-footer ul {
    margin-bottom: 15px;
  }
}
footer .container .box .menu-footer ul li {
  margin-right: 27px;
}
@media (max-width: 1040px) {
  footer .container .box .menu-footer ul li {
    margin-right: 5px;
  }
}
footer .container .box .menu-footer ul li:last-of-type {
  margin-right: 0;
}
footer .container .box .menu-footer ul li a {
  color: #66FDF2;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  padding: 0 15px;
}
footer .container .box .menu-footer ul li a:hover {
  color: #C5C6C8;
}
footer .container .box .pin-wrapper {
  display: flex;
  align-items: center;
}
footer .container .box .pin-wrapper .icon {
  margin-right: 14px;
}
footer .container .box .pin-wrapper .icon svg {
  width: 23.269px;
  height: 35.031px;
}
footer .container .box .pin-wrapper span {
  font-family: "Jura-Regular", sans-serif;
  color: #FFF;
  font-size: 19px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  footer .container .box .pin-wrapper span {
    font-size: 14px;
  }
}
footer .container .socials-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: max-content;
  width: 100%;
  margin-left: 20px;
}
@media (max-width: 1040px) {
  footer .container .socials-wrapper {
    margin: 15px auto 0 auto;
  }
}
footer .container .socials-wrapper a {
  transition: 0.3s;
  height: 98px;
  width: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  footer .container .socials-wrapper a {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 1280px) {
  footer .container .socials-wrapper a {
    height: 60px;
    width: 60px;
  }
  footer .container .socials-wrapper a svg {
    max-height: 50px;
  }
}
@media (max-width: 850px) {
  footer .container .socials-wrapper a {
    height: initial;
    width: initial;
  }
  footer .container .socials-wrapper a svg {
    max-width: 50px;
    max-height: 50px;
  }
}
footer .container .socials-wrapper a:nth-of-type(2) {
  margin: 0 66px;
}
@media (max-width: 1600px) {
  footer .container .socials-wrapper a:nth-of-type(2) {
    margin: 0 30px;
  }
}
footer .container .socials-wrapper a:hover {
  border: 1px solid #66FDF2;
}
footer .container .socials-wrapper a:hover svg {
  transform: scale(0.9);
}
footer .container .socials-wrapper a svg {
  transition: 0.3s;
}
footer .container .socials-wrapper a svg path {
  fill: #66FDF2;
}
footer .container .title-wrapper {
  text-align: center;
  margin-top: 20px;
}
footer .container .title-wrapper h4 {
  line-height: 1.1;
}
footer .container .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3F9390;
  width: 100%;
  max-width: 100%;
  min-height: 35px;
  padding: 9px 50px 8px 50px;
}
@media (max-width: 1100px) {
  footer .container .copyright {
    padding: 9px 30px;
  }
}
@media (max-width: 778px) {
  footer .container .copyright {
    padding: 8px 20px;
  }
}
footer .container .copyright p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 850px) {
  footer .container .copyright p {
    font-size: 14px;
    line-height: 1;
  }
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
}
.pagination-wrapper p, .pagination-wrapper span, .pagination-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2.4px;
  color: #C5C6C8;
  height: 36px;
  margin: 0 9.5px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .pagination-wrapper p, .pagination-wrapper span, .pagination-wrapper a {
    font-size: 18px;
  }
}
.pagination-wrapper p:hover, .pagination-wrapper span:hover, .pagination-wrapper a:hover {
  color: #66FDF2;
}
.pagination-wrapper p.active, .pagination-wrapper p.current, .pagination-wrapper span.active, .pagination-wrapper span.current, .pagination-wrapper a.active, .pagination-wrapper a.current {
  min-width: 36px;
  border: 1px solid #66FDF2;
  border-radius: 50%;
}
.pagination-wrapper p.dotted, .pagination-wrapper span.dotted, .pagination-wrapper a.dotted {
  cursor: default;
}
.pagination-wrapper p.dotted:hover, .pagination-wrapper span.dotted:hover, .pagination-wrapper a.dotted:hover {
  color: #C5C6C8;
}

.item {
  max-width: 440px;
  width: 100%;
  min-height: 570px;
  position: relative;
  background-color: rgba(33, 40, 50, 0.7);
  margin: 0 30px;
  padding: 46.5px 22.5px 26px 22.5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .item {
    padding: 30px 20px 25px 20px;
    min-height: 490px;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .item {
    max-width: 350px;
    margin: 0 15px;
  }
}
@media (max-width: 850px) {
  .item {
    max-width: 440px;
    margin: 0;
  }
}
@media (max-width: 450px) {
  .item {
    max-width: 100%;
  }
}
.item:after {
  content: "";
  width: 100%;
  height: 15px;
  background-color: #66FDF2;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  transform: translateY(100%);
}
.item:hover:after {
  transform: translateY(0);
}
.item.without-img {
  background-color: #45A29F;
}
.item.green-bg {
  background-color: rgba(102, 253, 242, 0.79);
}
.item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(33, 40, 50, 0.7);
  filter: brightness(50%);
}
.item .bg img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.item .date, .item .title, .item .sub-title {
  margin-right: 17px;
  z-index: 2;
}
.item .date {
  margin-bottom: 80px;
}
@media (max-width: 1500px) {
  .item .date {
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .item .date {
    margin-bottom: 20px;
  }
}
.item .title {
  margin-bottom: 5px;
}
.item .title h3 {
  font-size: 40px;
}
@media (max-width: 1300px) {
  .item .title h3 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .item .title h3 {
    font-size: 28px;
  }
}
.item .sub-title p {
  font-size: 20px;
}
.item .content {
  margin-top: 30px;
  margin-bottom: 29px;
  z-index: 2;
}
@media (max-width: 1500px) {
  .item .content {
    margin: 20px 0;
  }
}
.item .content p {
  line-height: 30px;
}
.item .btn-wrapper {
  z-index: 2;
}
.item .btn-wrapper .btn:hover {
  color: #66FDF2;
}

.checkbox-wrapper {
  word-break: break-all;
  overflow-wrap: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.checkbox-wrapper .checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox-wrapper .checkbox + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding-left: 30px;
  font-size: 20px;
  font-family: "Jura-Regular", sans-serif;
  color: #09090C;
}
@media (max-width: 600px) {
  .checkbox-wrapper .checkbox + label {
    font-size: 16px;
  }
}
.checkbox-wrapper .checkbox + label:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background: transparent;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 1px #09090C;
  border-radius: 4px;
  transition: 200ms ease-in-out all;
}
.checkbox-wrapper .checkbox + label:after {
  position: absolute;
  display: block;
  top: 3px;
  left: 7px;
  content: "";
  width: 3px;
  height: 7px;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transform: rotate(45deg);
  transition: 200ms ease-in-out all;
}
.checkbox-wrapper .checkbox + label:focus {
  outline: none;
}
.checkbox-wrapper .checkbox:checked + label:before {
  background: #09090C;
  box-shadow: none;
}
.checkbox-wrapper .checkbox:checked + label:after {
  border-color: white;
}

.select-wrapper {
  display: flex;
  position: relative;
  padding: 13px 40px 10px 21px;
  cursor: pointer;
  width: max-content;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.select-wrapper ::-webkit-scrollbar {
  width: 5px !important;
}
.select-wrapper ::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}
.select-wrapper ::-webkit-scrollbar-thumb {
  background: #899692 !important;
}
.select-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #899692 !important;
}
.select-wrapper.active {
  z-index: 2;
  border: 1px solid #FFFFFF;
}
.select-wrapper.active .choose .options {
  display: flex;
}
.select-wrapper .choose {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-family: "Jura-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  z-index: 1;
  transition: 0.3s;
  transition-delay: 0.2s;
  z-index: -1;
}
.select-wrapper .choose .arrow {
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  height: 20px;
  animation: arrow 1s infinite;
}
.select-wrapper .choose .arrow svg {
  transition: 0.3s;
}
.select-wrapper .choose .options {
  position: absolute;
  top: 100%;
  left: -1px;
  display: flex;
  flex-direction: column;
  width: calc(100% + 2px);
  max-height: 200px;
  overflow-y: auto;
  display: none;
  background-color: rgba(32, 57, 50, 0.9);
}
.select-wrapper .choose .options span {
  padding: 13px 21px 10px 21px;
  border: 1px solid #FFFFFF;
}

.textarea-wrapper {
  max-width: 100%;
  min-width: 100%;
  border: 2px solid #66FDF2;
  height: 200px;
}
.textarea-wrapper textarea {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 34px 19px;
  border-radius: 0;
  background: rgba(102, 253, 242, 0.2);
  color: #fff;
  resize: none;
  outline: none;
  font-size: 22px;
  font-family: "Jura-Regular", sans-serif;
}
@media (max-width: 1024px) {
  .textarea-wrapper textarea {
    padding: 10px 15px;
  }
}
.textarea-wrapper textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.wpcf7-textarea {
  max-width: 100%;
  min-width: 100%;
  border: 2px solid #66FDF2;
  height: 200px;
  width: 100%;
  padding: 34px 19px;
  border-radius: 0;
  background: rgba(102, 253, 242, 0.2);
  color: #fff;
  resize: none;
  outline: none;
  font-size: 22px;
  font-family: "Jura-Regular", sans-serif;
}
@media (max-width: 1024px) {
  .wpcf7-textarea {
    padding: 10px 15px;
  }
}
.wpcf7-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.popup-post {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translateY(-100%);
  transition: 0.5s;
}
.popup-post.active {
  transform: translateY(0);
}
.popup-post ::-webkit-scrollbar {
  width: 0px !important;
}
.popup-post .overlay {
  background-color: transparent;
  inset: 0;
  position: fixed;
}
.popup-post .container {
  top: 55px;
  max-height: calc(100vh - 110px);
  max-width: 1220px;
  width: 100%;
  background-color: #3F9390;
  padding: 75px 125px 55px 125px;
  overflow-y: auto;
  border-radius: 96px;
  z-index: 2;
}
@media (max-width: 1300px) {
  .popup-post .container {
    max-width: calc(100vw - 60px) !important;
  }
}
@media (max-width: 1024px) {
  .popup-post .container {
    padding: 40px 70px 30px 70px;
    max-width: calc(100% - 10px) !important;
  }
}
@media (max-width: 750px) {
  .popup-post .container {
    border-radius: 50px;
    padding: 40px 35px 30px 35px;
  }
}
.popup-post .container .close {
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 32px;
  transition: 0.3s;
  color: #09090C;
  animation: closeAnimation 3s linear infinite;
}
@media (max-width: 1024px) {
  .popup-post .container .close {
    right: 50%;
    top: 0px;
    transform: translateX(50%);
  }
}
.popup-post .container .close p {
  color: #09090C;
  font-size: 32px;
  font-weight: bold;
  animation: closeAnimation 3s linear infinite;
}
.popup-post .container .close:hover {
  color: #3F9390;
  cursor: pointer;
}
@keyframes closeAnimation {
  0% {
    color: #09090C;
  }
  25% {
    color: #3F9390;
  }
  50% {
    color: #ffffff;
  }
  75% {
    color: #3F9390;
  }
  100% {
    color: #09090C;
  }
}
@media (max-width: 750px) {
  .popup-post .container .wrapper .arrows {
    display: none;
  }
}
.popup-post .container .wrapper .arrows .arrow {
  position: absolute;
  top: 246px;
  left: 62.5px;
  transform: translateX(-50%);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .popup-post .container .wrapper .arrows .arrow {
    left: 32.5px;
  }
}
.popup-post .container .wrapper .arrows .arrow.next {
  left: initial;
  right: 62.5px;
  transform: translateX(50%) rotate(180deg);
}
@media (max-width: 1024px) {
  .popup-post .container .wrapper .arrows .arrow.next {
    right: 32.5px;
  }
}
.popup-post .container .wrapper .information {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .popup-post .container .wrapper .information {
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .popup-post .container .wrapper .information {
    flex-direction: column;
  }
}
.popup-post .container .wrapper .information .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 405px;
  min-height: 57px;
  max-width: 60%;
  border-radius: 100px;
  padding: 16px 40px 19px 40px;
  background-color: #66FDF2;
  width: max-content;
  margin-right: 20px;
}
@media (max-width: 750px) {
  .popup-post .container .wrapper .information .tags {
    padding: 12px 25px 15px 25px;
    min-width: 200px;
    min-height: initial;
  }
}
@media (max-width: 600px) {
  .popup-post .container .wrapper .information .tags {
    margin-bottom: 15px;
    max-width: 100%;
    border-radius: 30px;
  }
}
.popup-post .container .wrapper .information .tags p {
  color: #09090C;
  font-family: "Jura-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.5px;
}
.popup-post .container .wrapper .information .number-post {
  display: flex;
  flex-direction: column;
}
.popup-post .container .wrapper .information .number-post p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
}
@media (max-width: 750px) {
  .popup-post .container .wrapper .information .number-post p {
    font-size: 18px;
  }
}
.popup-post .container .wrapper .information .number-post .category-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.popup-post .container .wrapper .information .number-post .category-wrapper span {
  font-size: 32px;
  color: #66FDF2;
}
.popup-post .container .wrapper .information .number-post .category-wrapper a, .popup-post .container .wrapper .information .number-post .category-wrapper p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  transition: 0.3s;
  margin: 5px;
}
@media (max-width: 750px) {
  .popup-post .container .wrapper .information .number-post .category-wrapper a, .popup-post .container .wrapper .information .number-post .category-wrapper p {
    font-size: 18px;
  }
}
.popup-post .container .wrapper .information .number-post .category-wrapper a:hover {
  color: #66FDF2;
}
.popup-post .container .wrapper .date {
  margin-bottom: 25px;
}
.popup-post .container .wrapper .date p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
}
.popup-post .container .wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .popup-post .container .wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.popup-post .container .wrapper .title-wrapper h2 {
  color: #fff;
}
.popup-post .container .wrapper .image {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .popup-post .container .wrapper .image {
    margin-bottom: 40px;
  }
}
.popup-post .container .wrapper .image img {
  max-width: 100%;
}
.popup-post .container .wrapper .editor-wrapper p {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .popup-post .container .wrapper .editor-wrapper p {
    margin-bottom: 20px;
  }
}
.popup-post .container .wrapper .btn-wrapper {
  width: max-content;
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .popup-post .container .wrapper .btn-wrapper {
    margin: 30px 0;
  }
}

.filter-box {
  background-color: #66FDF2;
  transform: translateY(-150%);
  transition: 0.5s transform;
  height: 0;
  opacity: 0;
  z-index: -1;
  padding: 0;
}
.filter-box .row {
  margin-bottom: 15px;
}
.filter-box .row:last-of-type {
  margin-bottom: 0;
}
.filter-box .row .sort-by {
  margin-bottom: 30px;
}
.filter-box .row .sort-by p {
  font-size: 28px;
  color: #09090C;
}
.filter-box .row .wrapper-options {
  display: flex;
  flex-wrap: wrap;
}
.filter-box .row .wrapper-options .checkbox-wrapper, .filter-box .row .wrapper-options .radio-wrapper {
  max-width: 20%;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .filter-box .row .wrapper-options .checkbox-wrapper, .filter-box .row .wrapper-options .radio-wrapper {
    max-width: 25%;
  }
}
@media (max-width: 850px) {
  .filter-box .row .wrapper-options .checkbox-wrapper, .filter-box .row .wrapper-options .radio-wrapper {
    max-width: 33.3%;
  }
}
@media (max-width: 600px) {
  .filter-box .row .wrapper-options .checkbox-wrapper, .filter-box .row .wrapper-options .radio-wrapper {
    max-width: 50%;
  }
}

.filter-box-wrapper.active .btn-wrapper {
  border-radius: 49.5px 49.5px 0 0;
}
.filter-box-wrapper.active .btn-wrapper svg {
  transform: rotate(180deg);
}
.filter-box-wrapper.active .btn-wrapper a:before, .filter-box-wrapper.active .btn-wrapper a:after {
  content: none;
}
.filter-box-wrapper.active .filter-box {
  transform: translateY(0);
  height: auto;
  opacity: 1;
  z-index: 1;
  padding: 30px 20px 35px 20px;
  border-radius: 0 0 49.5px 49.5px;
}

.radio-wrapper {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #09090C;
  font-family: "Jura-Regular", sans-serif;
  font-size: 20px;
  word-break: break-all;
  overflow-wrap: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 600px) {
  .radio-wrapper {
    font-size: 16px;
  }
}
.radio-wrapper:hover input ~ .checkmark {
  background-color: #09090C;
}
.radio-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-wrapper input:checked ~ .checkmark {
  background-color: #09090C;
}
.radio-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.radio-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #09090C;
  border-radius: 50%;
}
.radio-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #09090C;
}

.slider-banner {
  height: 820px;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1300px) {
  .slider-banner {
    height: 100vh;
  }
}
@media (max-width: 450px) {
  .slider-banner {
    margin-top: 0 !important;
  }
}
.slider-banner.slider-with-card {
  min-height: 820px;
  height: auto;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .slider-banner.slider-with-card {
    margin-bottom: 60px;
    min-height: initial;
  }
}
.slider-banner.slider-with-card .wrapper .slider-items .slide .cards-wrapper .card:nth-last-of-type(1), .slider-banner.slider-with-card .wrapper .slider-items .slide .cards-wrapper .card:nth-last-of-type(2), .slider-banner.slider-with-card .wrapper .slider-items .slide .cards-wrapper .card:nth-last-of-type(3) {
  margin-bottom: 40px;
}
.slider-banner .wrapper .slider-items .slide {
  position: relative;
}
.slider-banner .wrapper .slider-items .slide .bg {
  opacity: 0.6;
  background: linear-gradient(0deg, #000 0%, rgba(255, 255, 255, 0) 145.94%);
  background: -webkit-linear-gradient(0deg, #000 0%, rgba(255, 255, 255, 0) 145.94%);
  mix-blend-mode: multiply;
}
.slider-banner .wrapper .slider-items .slide .bg.without-opacity {
  opacity: 1;
}
.slider-banner .wrapper .slider-items .slide .bg img, .slider-banner .wrapper .slider-items .slide .bg .parallax-window {
  height: 820px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .slider-banner .wrapper .slider-items .slide .bg img, .slider-banner .wrapper .slider-items .slide .bg .parallax-window {
    height: 100vh;
  }
}
.slider-banner .wrapper .slider-items .slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  padding: 0 30px;
}
.slider-banner .wrapper .slider-items .slide .content.filter-content {
  max-width: 100%;
  width: 100%;
  top: 200px;
  transform: none;
  left: 0;
  z-index: 100;
}
@media (max-width: 1300px) {
  .slider-banner .wrapper .slider-items .slide .content.filter-content {
    top: 100px;
  }
}
.slider-banner .wrapper .slider-items .slide .content.filter-content .editor-wrapper {
  text-align: left;
}
.slider-banner .wrapper .slider-items .slide .content .editor-wrapper {
  text-align: center;
}
.slider-banner .wrapper .slider-items .slide .content .editor-wrapper p {
  font-size: 22px;
}
.slider-banner .wrapper .slider-items .slide .content .btn-wrapper {
  margin-top: 20px;
}
.slider-banner .wrapper .slider-items .slide .box-with-division {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 50px;
}
@media (max-width: 1100px) {
  .slider-banner .wrapper .slider-items .slide .box-with-division {
    padding: 0 30px;
  }
}
@media (max-width: 778px) {
  .slider-banner .wrapper .slider-items .slide .box-with-division {
    padding: 0 20px;
  }
}
.slider-banner .wrapper .slider-items .slide .box-with-division .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  max-width: 430px;
  min-width: 430px;
  width: 100%;
  padding: 30px;
  min-height: 400px;
  background-color: rgba(33, 40, 50, 0.7);
}
.slider-banner .wrapper .slider-items .slide .box-with-division .box.item {
  margin: 0;
}
@media (max-width: 900px) {
  .slider-banner .wrapper .slider-items .slide .box-with-division .box {
    min-height: initial;
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .slider-banner .wrapper .slider-items .slide .box-with-division .box {
    min-width: initial;
  }
}
.slider-banner .wrapper .slider-items .slide .box-with-division .box:first-of-type {
  background-color: rgba(102, 253, 242, 0.5);
}
@media (max-width: 900px) {
  .slider-banner .wrapper .slider-items .slide .box-with-division .box:nth-of-type(1) {
    display: none;
  }
}
.slider-banner .wrapper .slider-items .slide .box-with-division .box:nth-of-type(1):before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid rgb(33, 40, 50);
  border-bottom: 30px solid transparent;
}
.slider-banner .wrapper .slider-items .slide .box-with-division .box:nth-of-type(2) {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 900px) {
  .slider-banner .wrapper .slider-items .slide .box-with-division .box:nth-of-type(2) {
    justify-content: space-between;
  }
}
@media (min-width: 901px) {
  .slider-banner .wrapper .slider-items .slide .box-with-division .box .mobile {
    display: none;
  }
}
.slider-banner .wrapper .slider-items .slide .box-with-division .box .date {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .slider-banner .wrapper .slider-items .slide .box-with-division .box .date {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
  }
}
.slider-banner .wrapper .slider-items .slide .box-with-division .box .date p {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .slider-banner .wrapper .slider-items .slide .box-with-division .box .date p {
    font-size: 18px;
  }
}
.slider-banner .wrapper .slider-items .slide .box-with-division .box .title {
  margin-bottom: 10px;
}
.slider-banner .wrapper .slider-items .slide .box-with-division .box .title h3 {
  font-size: 40px;
  line-height: 48.5px;
}
@media (max-width: 1300px) {
  .slider-banner .wrapper .slider-items .slide .box-with-division .box .title h3 {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media (max-width: 1024px) {
  .slider-banner .wrapper .slider-items .slide .box-with-division .box .title h3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .slider-banner .wrapper .slider-items .slide .box-with-division .box .sub-title {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
  }
}
.slider-banner .wrapper .slider-items .slide .box-with-division .box .sub-title p {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .slider-banner .wrapper .slider-items .slide .box-with-division .box .sub-title p {
    font-size: 18px;
  }
}
.slider-banner .wrapper .slider-items .slide .box-with-division .box .content-text {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .slider-banner .wrapper .slider-items .slide .box-with-division .box .content-text {
    margin-bottom: 15px;
  }
}
.slider-banner .wrapper .slider-items .slide .box-with-division .box .content-text p {
  font-size: 18px;
  line-height: 30px;
}
.slider-banner .wrapper .slider-items .slide .cards-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px -400px -15px;
}
@media (max-width: 1450px) {
  .slider-banner .wrapper .slider-items .slide .cards-wrapper {
    justify-content: center;
  }
}
.slider-banner .wrapper .slider-items .slide .cards-wrapper .card {
  top: -400px;
  position: relative;
  background-color: #45A29F;
  max-width: calc(33.3% - 30px);
  width: 100%;
  padding: 30px 29.5px 30px 29.5px;
  height: 570px;
  display: flex;
  flex-direction: column;
  margin: 0 15px 60px 15px;
}
@media (max-width: 1450px) {
  .slider-banner .wrapper .slider-items .slide .cards-wrapper .card {
    margin: 15px;
  }
}
@media (max-width: 1240px) {
  .slider-banner .wrapper .slider-items .slide .cards-wrapper .card {
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .slider-banner .wrapper .slider-items .slide .cards-wrapper .card {
    max-width: calc(50% - 30px);
    height: auto;
  }
}
@media (max-width: 1024px) {
  .slider-banner .wrapper .slider-items .slide .cards-wrapper .card {
    height: initial;
    margin-bottom: 40px;
  }
}
@media (max-width: 780px) {
  .slider-banner .wrapper .slider-items .slide .cards-wrapper .card {
    margin-bottom: 30px;
  }
}
@media (max-width: 680px) {
  .slider-banner .wrapper .slider-items .slide .cards-wrapper .card {
    max-width: 440px;
  }
}
.slider-banner .wrapper .slider-items .slide .cards-wrapper .card .editor-wrapper h3 {
  margin-bottom: 25px;
}
.slider-banner .wrapper .slider-items .slide .cards-wrapper .card .editor-wrapper p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;
}
.slider-banner .wrapper .slider-items .prev {
  position: absolute;
  top: 50%;
  left: 242px;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .slider-banner .wrapper .slider-items .prev {
    left: 30px;
  }
}
@media (max-width: 600px) {
  .slider-banner .wrapper .slider-items .prev svg {
    width: 21px;
    height: 41px;
  }
}
@media (max-width: 500px) {
  .slider-banner .wrapper .slider-items .prev {
    display: none;
  }
}
.slider-banner .wrapper .slider-items .next {
  position: absolute;
  top: 50%;
  right: 242px;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 1300px) {
  .slider-banner .wrapper .slider-items .next {
    right: 30px;
  }
}
@media (max-width: 600px) {
  .slider-banner .wrapper .slider-items .next svg {
    width: 21px;
    height: 41px;
  }
}
@media (max-width: 500px) {
  .slider-banner .wrapper .slider-items .next {
    display: none;
  }
}
.slider-banner .wrapper .slider-items .next svg {
  transform: rotate(180deg);
}

.boxes-list {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
.boxes-list .container {
  max-width: calc(100% + 60px);
}
@media (max-width: 1024px) {
  .boxes-list .container {
    max-width: calc(100% + 30px);
  }
}
@media (max-width: 850px) {
  .boxes-list .container {
    max-width: 100%;
  }
}
.boxes-list .container .title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.boxes-list .container .items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  max-width: 100%;
}
@media (max-width: 1400px) {
  .boxes-list .container .items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .boxes-list .container .items .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .boxes-list .container .items {
    margin: 0 -15px 50px -15px;
  }
}
@media (max-width: 850px) {
  .boxes-list .container .items {
    flex-direction: column;
    align-items: center;
    margin: 0 0 50px 0;
  }
}

.big-text-image {
  margin: 100px 0 60px 0;
}
@media (max-width: 1024px) {
  .big-text-image {
    margin-top: 70px;
  }
}
.big-text-image.full-width-editor {
  margin-bottom: 35px;
}
.big-text-image.full-width-editor .container .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .big-text-image.full-width-editor .container .title-wrapper {
    margin-bottom: 40px;
  }
}
.big-text-image.full-width-editor .container .row .editor-wrapper {
  text-align: center;
  margin: 0;
  max-width: 100%;
}
.big-text-image.full-width-editor .container .row .image-wrapper {
  display: none !important;
}
.big-text-image .container .title-wrapper {
  margin-bottom: 30px;
}
.big-text-image .container .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .big-text-image .container .row {
    flex-direction: column;
  }
}
.big-text-image .container .row.reverse .editor-wrapper {
  margin-left: 0;
  margin-right: 50px;
  order: 1;
}
@media (max-width: 1024px) {
  .big-text-image .container .row.reverse .editor-wrapper {
    margin-top: 35px;
    margin-right: 0;
    order: 2;
  }
}
.big-text-image .container .row.reverse .image-wrapper {
  order: 2;
}
@media (max-width: 1024px) {
  .big-text-image .container .row.reverse .image-wrapper {
    order: 1;
  }
}
.big-text-image .container .row .editor-wrapper {
  margin-left: 50px;
  max-width: 750px;
  width: 100%;
}
@media (max-width: 1024px) {
  .big-text-image .container .row .editor-wrapper {
    margin-left: 0;
    max-width: 100%;
    margin-top: 35px;
  }
}
.big-text-image .container .row .editor-wrapper * {
  margin-bottom: 30px;
}
.big-text-image .container .row .editor-wrapper *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .big-text-image .container .row .image-wrapper img {
    max-height: 350px;
    object-fit: contain;
    max-width: 100%;
  }
}
.big-text-image .container .btn-wrapper {
  margin-top: 30px;
}

.text-icons-bg {
  position: relative;
}
.text-icons-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.text-icons-bg .bg img, .text-icons-bg .bg .parallax-window {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.text-icons-bg .container {
  display: flex;
  align-items: center;
  min-height: 1092px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .text-icons-bg .container {
    padding-top: 40px;
    padding-bottom: 30px;
    min-height: initial;
  }
}
.text-icons-bg .container .row {
  display: flex;
}
@media (max-width: 860px) {
  .text-icons-bg .container .row {
    flex-direction: column;
  }
}
.text-icons-bg .container .row .col {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  width: 100%;
  margin: 0 30px;
}
@media (max-width: 860px) {
  .text-icons-bg .container .row .col {
    max-width: 100%;
    margin: 0 !important;
    align-items: flex-start !important;
  }
}
.text-icons-bg .container .row .col:first-of-type {
  margin-left: 0;
}
.text-icons-bg .container .row .col:last-of-type {
  margin-right: 0;
  align-items: flex-end;
  justify-content: center;
}
.text-icons-bg .container .row .col h3 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .text-icons-bg .container .row .col h3 {
    margin-bottom: 30px;
  }
}
.text-icons-bg .container .row .col p {
  margin-bottom: 30px;
}
.text-icons-bg .container .row .col .icons {
  max-width: 450px;
}
@media (max-width: 860px) {
  .text-icons-bg .container .row .col .icons {
    max-width: 100%;
  }
}
.text-icons-bg .container .row .col .icons .icon {
  margin-bottom: 40px;
}
@media (max-width: 860px) {
  .text-icons-bg .container .row .col .icons .icon {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 450px) {
  .text-icons-bg .container .row .col .icons .icon {
    flex-direction: column;
  }
}
.text-icons-bg .container .row .col .icons .icon:last-of-type {
  margin-bottom: 0;
}
.text-icons-bg .container .row .col .icons .icon .row {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 860px) {
  .text-icons-bg .container .row .col .icons .icon .row:first-of-type {
    margin-right: 25px;
    margin-bottom: 0;
    min-width: 150px;
  }
}
@media (max-width: 450px) {
  .text-icons-bg .container .row .col .icons .icon .row:first-of-type {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .text-icons-bg .container .row .col .icons .icon .row:last-of-type {
    text-align: center;
  }
}
.text-icons-bg .container .row .col .icons .icon .row:last-of-type {
  margin-bottom: 0;
}
.text-icons-bg .container .row .col .icons .icon .row span {
  font-size: 22px;
  font-weight: 600;
  margin-left: 10px;
}
@media (max-width: 1300px) {
  .text-icons-bg .container .row .col .icons .icon .row span {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .text-icons-bg .container .row .col .icons .icon .row span {
    font-size: 18px;
  }
}
@media (max-width: 860px) {
  .text-icons-bg .container .row .col .icons .icon .row span {
    margin-left: 0;
  }
}
.text-icons-bg .container .row .col .icons .icon .row p {
  font-size: 22px;
  margin: 0;
}
@media (max-width: 1300px) {
  .text-icons-bg .container .row .col .icons .icon .row p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .text-icons-bg .container .row .col .icons .icon .row p {
    font-size: 18px;
  }
}
.text-icons-bg .container .row .col .icons .icon .row img {
  max-width: 37px;
}

.big-image-text {
  margin: 160px 0 140px 0;
}
@media (max-width: 1024px) {
  .big-image-text {
    margin: 80px 0 70px 0;
  }
}
.big-image-text .container .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 930px) {
  .big-image-text .container .row {
    flex-direction: column;
    justify-content: center;
  }
}
.big-image-text .container .row.reverse .content-wrapper {
  order: 2;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 930px) {
  .big-image-text .container .row.reverse .content-wrapper {
    margin-left: 0;
  }
}
.big-image-text .container .row.reverse .image-wrapper {
  order: 1;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 930px) {
  .big-image-text .container .row.reverse .image-wrapper {
    margin-right: 0;
  }
}
.big-image-text .container .row .content-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 637px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 1300px) {
  .big-image-text .container .row .content-wrapper {
    max-width: 50%;
  }
}
@media (max-width: 930px) {
  .big-image-text .container .row .content-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.big-image-text .container .row .content-wrapper .date {
  margin-bottom: 10px;
  max-width: 525px;
}
.big-image-text .container .row .content-wrapper .date p {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .big-image-text .container .row .content-wrapper .date p {
    font-size: 18px;
  }
}
.big-image-text .container .row .content-wrapper .title {
  margin-bottom: 30px;
  max-width: 525px;
}
.big-image-text .container .row .content-wrapper .title h3 {
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 1300px) {
  .big-image-text .container .row .content-wrapper .title h3 {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media (max-width: 1024px) {
  .big-image-text .container .row .content-wrapper .title h3 {
    font-size: 28px;
  }
}
.big-image-text .container .row .content-wrapper .editor-wrapper {
  margin-bottom: 30px;
  max-width: 525px;
  width: 100%;
}
.big-image-text .container .row .content-wrapper .btn-wrapper {
  max-width: 525px;
  margin: 0;
}
.big-image-text .container .row .image-wrapper {
  max-width: 756px;
  width: 100%;
  margin-left: 20px;
}
.big-image-text .container .row .image-wrapper img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1300px) {
  .big-image-text .container .row .image-wrapper {
    max-width: 50%;
  }
}
@media (max-width: 930px) {
  .big-image-text .container .row .image-wrapper {
    margin-left: 0;
    margin-bottom: 30px;
    max-width: 100%;
    max-height: 400px;
  }
  .big-image-text .container .row .image-wrapper img {
    max-height: 400px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
}

.text-with-text {
  padding: 200px 0 60px 0;
  position: relative;
}
@media (max-width: 1150px) {
  .text-with-text {
    padding: 100px 0 50px 0;
  }
}
@media (max-width: 750px) {
  .text-with-text {
    padding: 40px 0 30px 0;
  }
}
@media (max-width: 450px) {
  .text-with-text {
    margin: 0 !important;
  }
}
.text-with-text .bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
.text-with-text .bg-wrapper img {
  max-width: 100%;
  width: 100%;
  max-height: 100;
  height: 100%;
  object-fit: cover;
}
.text-with-text .container .row {
  display: flex;
  align-items: center;
}
.text-with-text .container .row:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 140px 0 50px 0;
}
@media (max-width: 1400px) {
  .text-with-text .container .row:nth-of-type(2) {
    margin: 100px 0 40px 0;
  }
}
@media (max-width: 1024px) {
  .text-with-text .container .row:nth-of-type(2) {
    margin: 60px 0 40px 0;
  }
}
@media (max-width: 500px) {
  .text-with-text .container .row:nth-of-type(2) {
    align-items: flex-start;
  }
}
@media (max-width: 1150px) {
  .text-with-text .container .row {
    flex-direction: column;
  }
}
.text-with-text .container .row .icons-wrapper {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 800px) {
  .text-with-text .container .row .icons-wrapper {
    flex-direction: column;
  }
}
.text-with-text .container .row .col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 50%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .text-with-text .container .row .col {
    flex-direction: column;
    max-width: 100%;
    margin: 0 !important;
  }
  .text-with-text .container .row .col:first-of-type {
    margin-bottom: 20px !important;
  }
}
.text-with-text .container .row .col:nth-of-type(1) {
  margin-right: 45px;
}
.text-with-text .container .row .col:nth-of-type(1) .editor-wrapper {
  margin-right: 30px;
}
@media (max-width: 1150px) {
  .text-with-text .container .row .col:nth-of-type(1) .editor-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.text-with-text .container .row .col .editor-wrapper h1, .text-with-text .container .row .col .editor-wrapper h2, .text-with-text .container .row .col .editor-wrapper h3 {
  margin-bottom: 25px;
}
.text-with-text .container .row .col .arrow-wrapper {
  display: flex;
  animation: transformLineY 3s linear;
  max-width: 4px;
  width: 100%;
  height: 240px;
  background-color: #66FDF2;
  border-radius: 4px;
}
@media (max-width: 1150px) {
  .text-with-text .container .row .col .arrow-wrapper {
    max-width: 100%;
    height: 4px;
    animation: transformLineX 3s linear;
  }
}
@keyframes transformLineY {
  0% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes transformLineX {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
.text-with-text .container .row .download {
  display: flex;
  flex-direction: column;
  margin-right: 25px;
}
@media (max-width: 800px) {
  .text-with-text .container .row .download {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.text-with-text .container .row .download a {
  border: 2px solid #A7A9AC;
  border-radius: 12px;
  margin-bottom: 20px;
}
.text-with-text .container .row .download a:last-of-type {
  margin-bottom: 0;
}
.text-with-text .container .row .download a img {
  display: block;
}
.text-with-text .container .row .pegi {
  margin-left: 25px;
}
@media (max-width: 800px) {
  .text-with-text .container .row .pegi {
    margin-left: 0;
  }
}
.text-with-text .container .row .pegi img {
  max-width: 100%;
}

.text-bg {
  position: relative;
  padding-top: 0;
}
@media (max-width: 450px) {
  .text-bg {
    margin: 0 !important;
  }
}
.text-bg .container {
  position: initial;
  padding-top: 60px;
  padding-bottom: 70px;
  max-width: 1470px;
}
@media (max-width: 1024px) {
  .text-bg .container {
    padding-top: 55px;
    padding-bottom: 40px;
  }
}
.text-bg .container .bg-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.text-bg .container .bg-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-bg .container .title-wrapper {
  text-align: center;
  margin-bottom: 45px;
}
.text-bg .container .title-wrapper h2 {
  color: #fff;
}
.text-bg .container .editor-wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
}
.text-bg .container .text-icons-wrapper {
  display: flex;
  flex-direction: column;
}
.text-bg .container .text-icons-wrapper .row {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.text-bg .container .text-icons-wrapper .row:last-of-type {
  margin-bottom: 0;
}
.text-bg .container .text-icons-wrapper .row p {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 89.5px; /* 255.714% */
  margin-left: 36px;
}
@media (max-width: 1400px) {
  .text-bg .container .text-icons-wrapper .row p {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media (max-width: 1024px) {
  .text-bg .container .text-icons-wrapper .row p {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .text-bg .container .text-icons-wrapper .row p {
    font-size: 20px;
  }
}

.repeater-text-icons {
  padding: 65px 0;
}
@media (max-width: 450px) {
  .repeater-text-icons {
    margin: 0 !important;
  }
}
.repeater-text-icons .container-min .row {
  display: flex;
  align-items: center;
  margin-bottom: 130px;
}
@media (max-width: 1024px) {
  .repeater-text-icons .container-min .row {
    margin-bottom: 50px;
  }
}
@media (max-width: 860px) {
  .repeater-text-icons .container-min .row {
    flex-direction: column;
  }
}
.repeater-text-icons .container-min .row:last-of-type {
  margin-bottom: 0;
}
.repeater-text-icons .container-min .row .col {
  display: flex;
  max-width: 50%;
  width: 100%;
}
.repeater-text-icons .container-min .row .col:first-of-type {
  padding-right: 30px;
}
@media (max-width: 860px) {
  .repeater-text-icons .container-min .row .col {
    max-width: 100%;
  }
  .repeater-text-icons .container-min .row .col:first-of-type {
    padding: 0;
    margin-top: 30px;
    order: 2;
  }
  .repeater-text-icons .container-min .row .col:nth-of-type(2) {
    order: 1;
  }
}
.repeater-text-icons .container-min .row .col .icons-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 556px;
  width: 100%;
}
@media (max-width: 860px) {
  .repeater-text-icons .container-min .row .col .icons-wrapper {
    justify-content: flex-start;
    max-width: 100%;
  }
}
.repeater-text-icons .container-min .row .col .icons-wrapper .icon {
  margin: 0 3px 7px 3px;
}
@media (max-width: 1024px) {
  .repeater-text-icons .container-min .row .col .icons-wrapper .icon img {
    max-width: 110px;
  }
}
@media (max-width: 450px) {
  .repeater-text-icons .container-min .row .col .icons-wrapper .icon img {
    max-width: 90px;
  }
}
.repeater-text-icons .container-min .row .col .editor-wrapper h1, .repeater-text-icons .container-min .row .col .editor-wrapper h2, .repeater-text-icons .container-min .row .col .editor-wrapper h3, .repeater-text-icons .container-min .row .col .editor-wrapper h4, .repeater-text-icons .container-min .row .col .editor-wrapper h5 {
  margin-bottom: 25px;
}

.text-with-btn {
  margin: 140px 0;
}
@media (max-width: 1300px) {
  .text-with-btn {
    margin: 70px 0;
  }
}
.text-with-btn .container {
  max-width: 1750px;
}
.text-with-btn .row {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .text-with-btn .row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.text-with-btn .row .title-wrapper {
  margin-right: 100px;
  text-align: left;
}
@media (max-width: 1300px) {
  .text-with-btn .row .title-wrapper {
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  .text-with-btn .row .title-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.text-with-btn .row .title-wrapper h2 {
  color: #FFF;
}
.text-with-btn .row .btn-wrapper {
  max-width: 575px;
  min-width: initial;
  width: 100%;
}
@media (max-width: 1420px) {
  .text-with-btn .row .btn-wrapper {
    max-width: 450px;
  }
}
@media (max-width: 1060px) {
  .text-with-btn .row .btn-wrapper {
    max-width: 350px;
  }
}
@media (max-width: 870px) {
  .text-with-btn .row .btn-wrapper {
    margin: 30px 0 0 0;
  }
}
.text-with-btn .row .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: ". . .";
  place-items: center;
  gap: 30px 15px;
  width: 100%;
}
@media (max-width: 1370px) {
  .text-with-btn .row .items-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". .";
  }
}
@media (max-width: 1024px) {
  .text-with-btn .row .items-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }
}
.text-with-btn .row .items-wrapper .item-video {
  max-width: 510px;
  width: 100%;
}
.text-with-btn .row .items-wrapper .item-video .image {
  height: 245px;
  background-color: #D9D9D9;
  position: relative;
  cursor: pointer;
}
@media (max-width: 450px) {
  .text-with-btn .row .items-wrapper .item-video .image {
    height: 200px;
  }
}
.text-with-btn .row .items-wrapper .item-video .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-with-btn .row .items-wrapper .item-video .image .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-with-btn .row .items-wrapper .item-video .image.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.text-with-btn .row .items-wrapper .item-video .image.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-with-btn .row .items-wrapper .item-video .text {
  margin-top: 5px;
}
.text-with-btn .row .items-wrapper .item-video .text p {
  color: #FFF;
  font-family: "Jura-Regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.posts-list {
  margin: 200px 0 140px 0;
}
@media (max-width: 1400px) {
  .posts-list {
    margin: 100px 0 70px 0;
  }
}
@media (max-width: 1024px) {
  .posts-list {
    margin: 60px 0 50px 0;
  }
}
.posts-list.with-bg-filter {
  margin-top: -230px;
}
@media (max-width: 450px) {
  .posts-list.with-bg-filter {
    margin-top: -60px !important;
  }
}
.posts-list.with-slider {
  margin-top: -400px;
}
@media (max-width: 450px) {
  .posts-list.with-slider {
    margin-top: -90px !important;
  }
}
.posts-list .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 1240px) {
  .posts-list .items {
    justify-content: center;
  }
}
@media (max-width: 780px) {
  .posts-list .items {
    margin: 0;
  }
}
.posts-list .items .item {
  max-width: calc(33.3% - 60px);
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .posts-list .items .item {
    max-width: 400px;
    margin: 0 20px 50px 20px;
    min-height: 350px;
  }
}
@media (max-width: 1024px) {
  .posts-list .items .item {
    margin-bottom: 40px;
  }
}
@media (max-width: 780px) {
  .posts-list .items .item {
    max-width: 440px;
    margin: 0 auto 30px auto;
  }
}
.posts-list .pagination-wrapper {
  margin-top: 40px;
}

.games-list {
  position: relative;
  margin-bottom: 230px;
}
@media (max-width: 1024px) {
  .games-list {
    margin-bottom: 100px;
  }
}
@media (max-width: 450px) {
  .games-list {
    margin-top: 0 !important;
  }
}
.games-list .container {
  position: initial;
}
.games-list .options-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 430px;
  padding: 110px 0 30px 0;
}
@media (max-width: 1024px) {
  .games-list .options-bg {
    padding: 60px 0 30px 0;
  }
}
.games-list .options-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 430px;
  width: 100%;
  z-index: -1;
}
.games-list .options-bg .bg img, .games-list .options-bg .bg .parallax-window {
  height: 100%;
  width: 100%;
}
.games-list .options-bg .row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 870px) {
  .games-list .options-bg .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }
}
.games-list .options-bg .row:last-of-type {
  margin-bottom: 0;
}
.games-list .options-bg .row .col:first-of-type {
  max-width: 1180px;
  width: 100%;
}
.games-list .options-bg .row .col:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.games-list .options-bg .row .col .title-wrapper * {
  color: #fff;
}
.games-list .options-bg .row ul.platform-options {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .games-list .options-bg .row ul.platform-options {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.games-list .options-bg .row ul.platform-options li {
  cursor: pointer;
  transition: 0.3s;
  color: #C5C6C8;
  text-align: center;
  font-family: "Jura-Regular", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  padding: 5px;
}
@media (max-width: 1300px) {
  .games-list .options-bg .row ul.platform-options li {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .games-list .options-bg .row ul.platform-options li {
    font-size: 18px;
  }
}
.games-list .options-bg .row ul.platform-options li.active, .games-list .options-bg .row ul.platform-options li:hover {
  color: #66FDF2;
}
.games-list .results {
  margin-top: 110px;
}
@media (max-width: 1024px) {
  .games-list .results {
    margin-top: 60px;
  }
}
.games-list .results .editor-wrapper {
  max-width: 930px;
  margin-bottom: 90px;
  margin: 0 auto 90px auto;
}
.games-list .results .editor-wrapper h1, .games-list .results .editor-wrapper h2, .games-list .results .editor-wrapper h3 {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 46.5px; /* 129.167% */
}
@media (max-width: 1300px) {
  .games-list .results .editor-wrapper h1, .games-list .results .editor-wrapper h2, .games-list .results .editor-wrapper h3 {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media (max-width: 1024px) {
  .games-list .results .editor-wrapper h1, .games-list .results .editor-wrapper h2, .games-list .results .editor-wrapper h3 {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .games-list .results .editor-wrapper h1, .games-list .results .editor-wrapper h2, .games-list .results .editor-wrapper h3 {
    font-size: 28px;
  }
}
.games-list .results .editor-wrapper p {
  text-align: center;
}
.games-list .results .editor-wrapper strong {
  color: #66FDF2;
}
@media (max-width: 1024px) {
  .games-list .results .editor-wrapper {
    margin: 0 auto 50px auto;
  }
}
.games-list .results .without-slider-games {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 800px) {
  .games-list .results .without-slider-games {
    flex-direction: column;
  }
}
.games-list .results .without-slider-games .slide {
  margin: 0 15px;
  max-width: calc(33.3% - 30px);
  width: 100%;
}
@media (max-width: 800px) {
  .games-list .results .without-slider-games .slide {
    margin: 0;
    max-width: 100%;
  }
}
.games-list .results .slider-games .slide, .games-list .results .without-slider-games .slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.games-list .results .slider-games .slide:hover .top h2, .games-list .results .without-slider-games .slide:hover .top h2 {
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.games-list .results .slider-games .slide .photo-game, .games-list .results .without-slider-games .slide .photo-game {
  max-width: 211px;
  width: 100%;
  height: 266px;
  margin: 0 auto;
}
.games-list .results .slider-games .slide .photo-game img, .games-list .results .without-slider-games .slide .photo-game img {
  width: 100%;
  height: auto;
}
.games-list .results .slider-games .slide .top, .games-list .results .without-slider-games .slide .top {
  max-width: 370px;
  width: 100%;
  margin: 36px 0;
}
@media (max-width: 1024px) {
  .games-list .results .slider-games .slide .top, .games-list .results .without-slider-games .slide .top {
    margin: 10px 0;
  }
}
.games-list .results .slider-games .slide .top h2, .games-list .results .without-slider-games .slide .top h2 {
  color: #FFF;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5.5px;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .games-list .results .slider-games .slide .top h2, .games-list .results .without-slider-games .slide .top h2 {
    font-size: 58px;
    line-height: 1.1;
  }
}
@media (max-width: 1024px) {
  .games-list .results .slider-games .slide .top h2, .games-list .results .without-slider-games .slide .top h2 {
    font-size: 48px;
  }
}
.games-list .results .slider-games .slide .title, .games-list .results .without-slider-games .slide .title {
  max-width: 370px;
  width: 100%;
}
.games-list .results .slider-games .slide .title h3, .games-list .results .without-slider-games .slide .title h3 {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48.5px;
}
@media (max-width: 1300px) {
  .games-list .results .slider-games .slide .title h3, .games-list .results .without-slider-games .slide .title h3 {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media (max-width: 1024px) {
  .games-list .results .slider-games .slide .title h3, .games-list .results .without-slider-games .slide .title h3 {
    font-size: 28px;
  }
}
.games-list .results .slider-games .slide .editor-wrapper, .games-list .results .without-slider-games .slide .editor-wrapper {
  max-width: 370px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .games-list .results .slider-games .slide .editor-wrapper, .games-list .results .without-slider-games .slide .editor-wrapper {
    margin: 20px 0 30px 0;
  }
}
.games-list .results .slider-games .slide .editor-wrapper p, .games-list .results .without-slider-games .slide .editor-wrapper p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
}
.games-list .results .slider-games .prev, .games-list .results .without-slider-games .prev {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.games-list .results .slider-games .next, .games-list .results .without-slider-games .next {
  position: absolute;
  top: 70px;
  right: 0;
  cursor: pointer;
}
.games-list .results .slider-games .next svg, .games-list .results .without-slider-games .next svg {
  transform: rotate(180deg);
}
.games-list .results .table-wrapper {
  margin-top: 60px;
  max-width: 1440px;
}
.games-list .results .table-wrapper img {
  max-width: 1440px;
  width: 100%;
  object-fit: contain;
}

.filter-posts {
  margin: 80px 0 105px 0;
}
.filter-posts.with-bg {
  height: 700px;
  position: relative;
}
.filter-posts.with-bg .container {
  top: 230px;
  z-index: 999;
}
.filter-posts.with-bg .bg-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  z-index: -1;
}
.filter-posts.with-bg .bg-filter img, .filter-posts.with-bg .bg-filter .parallax-window {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.filter-posts .container {
  overflow: hidden;
}
.filter-posts .title-wrapper {
  margin-bottom: 30px;
}
.filter-posts .title-wrapper h2 {
  color: #fff;
}
.filter-posts .row:nth-of-type(3) {
  display: flex;
}
@media (max-width: 750px) {
  .filter-posts .row:nth-of-type(3) {
    flex-direction: column;
  }
}
.filter-posts .btn-wrapper {
  z-index: 999;
}
.filter-posts .btn-wrapper .filter-action, .filter-posts .btn-wrapper .filter-action-clear {
  color: #09090C;
}
.filter-posts.active .btn-wrapper {
  border-radius: 49.5px 49.5px 0 0;
}
.filter-posts.active .btn-wrapper svg {
  transform: rotate(180deg);
}
.filter-posts.active .btn-wrapper a:before, .filter-posts.active .btn-wrapper a:after {
  content: none;
}
.filter-posts.active .filter-box {
  transform: translateY(0);
  height: auto;
  opacity: 1;
  z-index: 1;
  padding: 30px 20px 35px 20px;
  border-radius: 0 0 49.5px 49.5px;
  z-index: 999;
}

.contact-form {
  margin: 240px 0;
}
@media (max-width: 1300px) {
  .contact-form {
    margin: 120px 0;
  }
}
.contact-form .container .row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .contact-form .container .row {
    flex-direction: column;
  }
}
.contact-form .container .row .col {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1200px) {
  .contact-form .container .row .col {
    max-width: 100%;
    margin: 0 !important;
  }
  .contact-form .container .row .col:first-of-type {
    margin-bottom: 30px !important;
  }
}
.contact-form .container .row .col:first-of-type {
  margin-right: 15px;
}
.contact-form .container .row .col:last-of-type {
  margin-left: 15px;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .contact-form .container .row .col:last-of-type {
    align-items: flex-start;
  }
}
.contact-form .container .row .col .editor-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .contact-form .container .row .col .editor-wrapper {
    margin-bottom: 10px;
  }
  .contact-form .container .row .col .editor-wrapper svg {
    display: none !important;
  }
}
.contact-form .container .row .col .editor-wrapper svg, .contact-form .container .row .col .editor-wrapper img {
  margin-right: 15px;
}
.contact-form .container .row .col .editor-wrapper p {
  display: inline-block;
  color: #C5C6C8;
  max-width: 500px;
}
.contact-form .container .row .col .editor-wrapper h1, .contact-form .container .row .col .editor-wrapper h2 {
  margin-bottom: 20px;
  display: inline-block;
}
.contact-form .container .row .col .contact-info {
  max-width: 100%;
  width: 100%;
}
.contact-form .container .row .col .contact-info .row {
  display: flex;
  margin-bottom: 48px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .contact-form .container .row .col .contact-info .row {
    margin-bottom: 20px;
  }
}
.contact-form .container .row .col .contact-info .row:last-of-type {
  margin-bottom: 0;
}
@media (max-widtH: 600px) {
  .contact-form .container .row .col .contact-info .row.phone .desktop {
    display: none;
  }
}
.contact-form .container .row .col .contact-info .row.phone .desktop:hover, .contact-form .container .row .col .contact-info .row.phone .desktop:active, .contact-form .container .row .col .contact-info .row.phone .desktop:focus {
  color: #fff;
}
.contact-form .container .row .col .contact-info .row.phone .desktop:hover:before, .contact-form .container .row .col .contact-info .row.phone .desktop:active:before, .contact-form .container .row .col .contact-info .row.phone .desktop:focus:before {
  transform: translateX(-100%);
}
.contact-form .container .row .col .contact-info .row.phone .desktop:hover svg path, .contact-form .container .row .col .contact-info .row.phone .desktop:active svg path, .contact-form .container .row .col .contact-info .row.phone .desktop:focus svg path {
  fill: rgb(102, 253, 242);
}
.contact-form .container .row .col .contact-info .row.phone .mobile {
  display: none;
}
@media (max-width: 600px) {
  .contact-form .container .row .col .contact-info .row.phone .mobile {
    display: flex;
  }
}
.contact-form .container .row .col .contact-info .row .box {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 62px;
  border: 2px solid rgba(63, 147, 144, 0.35);
  padding: 28.5px 37px;
  color: #FFF;
  font-family: "Jura-Regular", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-transform: translate3d(0, 0, 0);
}
@media (max-width: 1200px) {
  .contact-form .container .row .col .contact-info .row .box {
    padding: 15px 25px;
    max-width: 70%;
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .contact-form .container .row .col .contact-info .row .box {
    max-width: 100%;
    font-size: 18px;
  }
}
.contact-form .container .row .col .contact-info .row .box:hover, .contact-form .container .row .col .contact-info .row .box:active, .contact-form .container .row .col .contact-info .row .box:focus {
  color: #212121;
}
.contact-form .container .row .col .contact-info .row .box:hover:before, .contact-form .container .row .col .contact-info .row .box:active:before, .contact-form .container .row .col .contact-info .row .box:focus:before {
  transform: translateX(0);
}
.contact-form .container .row .col .contact-info .row .box:hover svg path, .contact-form .container .row .col .contact-info .row .box:active svg path, .contact-form .container .row .col .contact-info .row .box:focus svg path {
  fill: #212121;
}
.contact-form .container .row .col .contact-info .row .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3F9390;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateX(-100%);
  transition: 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.contact-form .container .row .col .contact-info .row .box svg {
  margin-right: 32px;
}
@media (max-width: 450px) {
  .contact-form .container .row .col .contact-info .row .box svg {
    max-height: 30px;
    max-width: 30px;
  }
}
.contact-form .container .row .col .contact-box {
  background: rgba(69, 162, 159, 0.9);
  max-width: 553px;
  width: 100%;
  padding: 44px 45px 33px 49px;
}
.contact-form .container .row .col .contact-box.image-box {
  padding: 0;
  background: transparent;
  height: 100%;
}
@media (max-width: 1024px) {
  .contact-form .container .row .col .contact-box {
    padding: 35px 25px;
  }
  .contact-form .container .row .col .contact-box .input-wrapper, .contact-form .container .row .col .contact-box .textarea-wrapper {
    margin-bottom: 30px !important;
  }
}
.contact-form .container .row .col .contact-box .input-wrapper {
  margin-bottom: 60px;
}
.contact-form .container .row .col .contact-box .textarea-wrapper {
  margin-bottom: 60px;
}
.contact-form .container .row .col .contact-box span {
  display: flex;
  flex-direction: column;
}
.contact-form .container .row .col .contact-box .wpcf7-spinner {
  display: none;
}
.contact-form .container .row .col .contact-box .wpcf7-response-output {
  margin: 0;
  margin-top: 20px;
  font-family: "Jura-Regular", sans-serif;
}
.contact-form .container .row .col .contact-box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videos {
  margin: 140px 0;
}
@media (max-width: 1300px) {
  .videos {
    margin: 70px 0;
  }
}
.videos .container {
  max-width: 1750px;
}
.videos .row {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .videos .row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.videos .row .title-wrapper {
  margin-right: 100px;
  text-align: left;
}
@media (max-width: 1300px) {
  .videos .row .title-wrapper {
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  .videos .row .title-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.videos .row .title-wrapper h2 {
  color: #FFF;
}
.videos .row .btn-wrapper {
  max-width: 575px;
  min-width: initial;
  width: 100%;
}
@media (max-width: 1420px) {
  .videos .row .btn-wrapper {
    max-width: 450px;
  }
}
@media (max-width: 1060px) {
  .videos .row .btn-wrapper {
    max-width: 350px;
  }
}
@media (max-width: 870px) {
  .videos .row .btn-wrapper {
    margin: 30px 0 0 0;
  }
}
.videos .row .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: ". . .";
  place-items: center;
  gap: 30px 15px;
  width: 100%;
}
@media (max-width: 1370px) {
  .videos .row .items-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". .";
  }
}
@media (max-width: 1024px) {
  .videos .row .items-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }
}
.videos .row .items-wrapper .item-video {
  max-width: 510px;
  width: 100%;
}
.videos .row .items-wrapper .item-video .image {
  height: 245px;
  background-color: #D9D9D9;
  position: relative;
  cursor: pointer;
}
@media (max-width: 450px) {
  .videos .row .items-wrapper .item-video .image {
    height: 200px;
  }
}
.videos .row .items-wrapper .item-video .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videos .row .items-wrapper .item-video .image .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videos .row .items-wrapper .item-video .image.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videos .row .items-wrapper .item-video .image.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videos .row .items-wrapper .item-video .text {
  margin-top: 5px;
}
.videos .row .items-wrapper .item-video .text p {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.app-download {
  margin: 190px 0 130px 0;
}
@media (max-width: 1400px) {
  .app-download {
    margin: 100px 0 70px 0;
  }
}
@media (max-width: 1024px) {
  .app-download {
    margin: 60px 0 50px 0;
  }
}
.app-download .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 500px) {
  .app-download .row {
    align-items: flex-start;
  }
}
.app-download .row .download {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.app-download .row .download a {
  border: 2px solid #A7A9AC;
  border-radius: 12px;
  margin-bottom: 20px;
}
.app-download .row .download a:last-of-type {
  margin-bottom: 0;
}

.team {
  margin: 100px 0 120px;
}
@media (max-width: 1260px) {
  .team {
    margin: 60px 0 80px;
  }
}
.team .title-wrapper {
  margin: 90px 0;
}
@media (max-width: 1260px) {
  .team .title-wrapper {
    margin: 70px 0;
  }
}
@media (max-width: 1024px) {
  .team .title-wrapper {
    margin: 40px 0;
  }
}
.team .team-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -64px;
}
@media (max-width: 1260px) {
  .team .team-list {
    margin: 0 -30px;
  }
}
@media (max-width: 500px) {
  .team .team-list {
    margin: 0;
    flex-direction: column;
  }
}
.team .team-list .person {
  max-width: calc(33.3% - 128px);
  width: 100%;
  margin: 0 64px 50px 64px;
  text-align: center;
}
@media (max-width: 1260px) {
  .team .team-list .person {
    max-width: calc(33.3% - 60px);
    margin: 0 30px 40px 30px;
  }
}
@media (max-width: 1024px) {
  .team .team-list .person {
    max-width: calc(50% - 60px);
  }
}
@media (max-width: 500px) {
  .team .team-list .person {
    margin: 0 0 30px 0;
    max-width: 100%;
  }
  .team .team-list .person:last-of-type {
    margin-bottom: 0;
  }
}
.team .team-list .person .avatar {
  margin-bottom: 30px;
}
.team .team-list .person .avatar img {
  max-width: 273px;
  max-height: 273px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
@media (max-width: 720px) {
  .team .team-list .person .avatar img {
    max-width: 200px;
    max-height: 200px;
  }
}
.team .team-list .person .name {
  margin-bottom: 10px;
}
.team .team-list .person .name p {
  color: #FFF;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 48.5px; /* 136.364% */
}
@media (max-width: 1300px) {
  .team .team-list .person .name p {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .team .team-list .person .name p {
    font-size: 28px;
    line-height: 1.1;
  }
}
.team .team-list .person .desc {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
}
@media (max-width: 1024px) {
  .team .team-list .person .desc {
    line-height: 1.1;
  }
}
@media (max-width: 720px) {
  .team .team-list .person .desc {
    font-size: 18px;
  }
}

.campaigns {
  margin-top: 100px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .campaigns {
    margin-top: 40px;
  }
}
.campaigns .title-wrapper {
  text-align: center;
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .campaigns .title-wrapper {
    margin-bottom: 60px;
  }
}
.campaigns .title-wrapper * {
  color: #ffffff;
}
.campaigns .list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-left: 50px;
}
@media (max-width: 1100px) {
  .campaigns .list {
    margin-left: 30px;
  }
}
@media (max-width: 778px) {
  .campaigns .list {
    margin-left: 20px;
  }
}
.campaigns .list .campaign {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 198px;
  max-width: 1680px;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .campaigns .list .campaign {
    margin-bottom: 80px;
  }
}
@media (max-width: 850px) {
  .campaigns .list .campaign {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .campaigns .list .campaign {
    margin-bottom: 50px;
  }
}
.campaigns .list .campaign .image-wrapper img {
  display: block;
  max-width: 1000px;
  max-height: 580px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1150px) {
  .campaigns .list .campaign .image-wrapper img {
    max-width: 700px;
    max-height: 450px;
  }
}
@media (max-width: 850px) {
  .campaigns .list .campaign .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    z-index: -1;
    filter: brightness(50%);
  }
}
.campaigns .list .campaign .content-wrapper {
  margin-right: 50px;
}
.campaigns .list .campaign .content-wrapper .editor-wrapper {
  max-width: 550px;
  margin-bottom: 50px;
}
.campaigns .list .campaign .content-wrapper .editor-wrapper h1, .campaigns .list .campaign .content-wrapper .editor-wrapper h2, .campaigns .list .campaign .content-wrapper .editor-wrapper h3 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .campaigns .list .campaign .content-wrapper .editor-wrapper h1, .campaigns .list .campaign .content-wrapper .editor-wrapper h2, .campaigns .list .campaign .content-wrapper .editor-wrapper h3 {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media (max-width: 1024px) {
  .campaigns .list .campaign .content-wrapper .editor-wrapper h1, .campaigns .list .campaign .content-wrapper .editor-wrapper h2, .campaigns .list .campaign .content-wrapper .editor-wrapper h3 {
    font-size: 28px;
  }
}
.campaigns .list .campaign .content-wrapper .editor-wrapper p {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
}
@media (max-width: 1300px) {
  .campaigns .list .campaign .content-wrapper .editor-wrapper p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .campaigns .list .campaign .content-wrapper .editor-wrapper p {
    font-size: 18px;
    line-height: 22px;
  }
}
.campaigns .list .campaign .content-wrapper .btn-wrapper {
  margin: 0;
}