body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  width: 100%;
  background: #071844;
  overflow-x: hidden;
  line-height: 1.6;
  min-height: 110vh;
}

html {
  scroll-behavior: auto !important;
}

.main-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

main.main-content {
  background: #071844;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

html.adminbar-on header.main-header {
  top: 49px;
}

body .adminbar.adminbar--sticky {
  position: fixed;
}

.text-dark {
  color: #0C0E13 !important;
}

.mw-xl {
  max-width: 1000px;
}

.mw-lg {
  max-width: 800px;
}

.mw-md {
  max-width: 560px;
}

.mw-sm {
  max-width: 360px;
}

.line-decor {
  background: #009949;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.text-light {
  color: #F9EEE3 !important;
}

.fw-light * {
  font-weight: 300;
}

.button-menu {
  vertical-align: middle;
  transition: all ease 0.3s;
  background: transparent;
  position: absolute;
  display: inline-block;
  top: 25px;
  right: 15px;
  height: 30px;
  width: 30px;
  padding-top: 7px;
  text-align: right;
  max-width: 100%;
}
.button-menu .hamburger {
  display: inline-block;
  width: 20px;
  height: 18px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.button-menu .hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.button-menu .hamburger span:nth-child(1) {
  top: 0px;
}
.button-menu .hamburger span:nth-child(2) {
  top: 7px;
}
.button-menu .hamburger span:nth-child(3) {
  top: 15px;
}

nav.popup-menu {
  position: fixed;
  min-height: auto;
  padding-bottom: 100px;
  height: 100%;
  width: 100%;
  z-index: 80;
  overflow-y: auto;
  max-width: 280px;
  top: 0;
  right: -300px;
  display: none;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  transform: translateX(280px);
  -webkit-transform: translateX(280px);
}
nav.popup-menu .menu-header {
  padding: 24px;
  height: 100px;
  border-bottom: 1px solid #ddd;
}
nav.popup-menu ul.menu {
  margin: 0;
  padding: 0;
}
nav.popup-menu ul.menu li {
  display: block;
  margin: 0;
  padding: 0;
}
nav.popup-menu ul.menu li a {
  display: block;
  padding: 14px 20px;
  border-bottom: none;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
}
nav.popup-menu ul.menu li a sup {
  position: relative;
  top: 0;
  padding-top: 5px;
}
nav.popup-menu ul.menu li a:hover {
  background: #071844;
}

body.menu-open .button-menu .hamburger span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
body.menu-open .button-menu .hamburger span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
body.menu-open .button-menu .hamburger span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

h1, .h1 {
  font-size: 55px;
  font-weight: 500;
  line-height: 1;
}
h1 big, .h1 big {
  font-size: 70px;
  font-weight: 900;
}

h2, .h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
h3 strong, .h3 strong {
  font-weight: 500;
}

h4, .h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

h5, .h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

h6, .h6 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

p a {
  text-decoration: underline;
}

.py-100 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 90px;
}

.pb-100 {
  padding-bottom: 90px;
}

.mb-n100 {
  margin-bottom: -90px;
}

.mt-n100 {
  margin-top: -90px;
}

.mt-100 {
  margin-top: 90px;
}

.mb-100 {
  margin-bottom: 90px;
}

.my-100 {
  margin: 120px 0;
}

strong {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #70CBFF;
  text-decoration-skip-ink: none;
}
a:hover {
  text-decoration: none;
  color: #009949;
}

ol, ul {
  padding-left: 23px;
  line-height: 1.5;
}

figcaption {
  font-size: 12px;
  padding: 5px 0;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  color: #444;
}

pre {
  background: yellow;
}

hr {
  border-color: #BED0D2;
}

p {
  margin-bottom: 0.5rem;
}

blockquote {
  margin: 20px 0;
  padding: 0px 10px 0px 25px;
  border-left: 2px solid #009949;
}
blockquote li,
blockquote p {
  font-size: 16px;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}

article h3 {
  font-size: 25px;
  line-height: 1.5;
}
article p {
  margin-bottom: 20px;
}
article figure video {
  width: 100%;
  height: 540px;
}
article strong {
  font-weight: 500;
}
article img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
article p.p1 br {
  display: none;
}

.list-style-checked.invert li:before {
  height: 22px;
  width: 22px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><rect x="0.5" y="0.5" width="21" height="21" rx="10.5" fill="white"/><path d="M15.5 7.88452L9.3125 14.1153L6.5 11.2831" stroke="%23009949" stroke-linecap="round" stroke-linejoin="round"/><rect x="0.5" y="0.5" width="21" height="21" rx="10.5" stroke="%23C2DACD"/></svg>');
}
.list-style-checked ul {
  padding: 0;
  list-style: none;
}
.list-style-checked ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.list-style-checked ul li:before {
  content: "";
  position: absolute;
  height: 22px;
  width: 20px;
  left: 0;
  top: 5px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><g clip-path="url(%23clip0_733_1117)"><g filter="url(%23filter0_dd_733_1117)"><path d="M5.81167 7.98423C5.45341 7.62597 4.91602 7.62597 4.55776 7.98423C4.1995 8.34249 4.1995 8.87988 4.55776 9.23814L7.24471 11.9251C7.42384 12.1042 7.60297 12.1938 7.87166 12.1938C8.14036 12.1938 8.31949 12.1042 8.49862 11.9251L14.7682 4.75989C15.0369 4.31207 15.0369 3.77468 14.589 3.50598C14.2308 3.23729 13.6934 3.23729 13.4247 3.59555L7.87166 9.95466L5.81167 7.98423Z" fill="url(%23paint0_linear_733_1117)"/></g><g filter="url(%23filter1_dd_733_1117)"><path d="M4.20833 1.12176C5.48228 0.386237 6.93798 -0.00152436 8.41885 4.50355e-06C8.56136 3.30266e-05 8.69432 0.0770781 8.76582 0.200924C8.80079 0.261497 8.81912 0.330653 8.81938 0.401493C8.81887 0.622471 8.63903 0.801921 8.41789 0.802021C7.07793 0.800418 5.76093 1.15131 4.60928 1.81622C0.971439 3.91653 -0.279425 8.58481 1.82088 12.2226C3.92119 15.8605 8.58947 17.1113 12.2273 15.011C13.379 14.3461 14.3414 13.381 15.0102 12.2202C15.1206 12.0283 15.3659 11.9623 15.5578 12.0727C15.6188 12.108 15.6695 12.1584 15.7045 12.219C15.776 12.3429 15.7762 12.4965 15.7052 12.6203C14.9659 13.9032 13.9022 14.97 12.6283 15.7055C8.6077 18.0268 3.44791 16.6445 1.12642 12.6236C-1.19508 8.60265 0.187763 3.44303 4.20833 1.12176Z" fill="url(%23paint1_linear_733_1117)"/></g></g><defs><filter id="filter0_dd_733_1117" x="-29.7109" y="-17.6855" width="78.6621" height="77.8794" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="12.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.160784 0 0 0 0 0.356863 0 0 0 0 0.239216 0 0 0 0.15 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_733_1117"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="14"/><feGaussianBlur stdDeviation="17"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.134722 0 0 0 0 0.808333 0 0 0 0 0.282917 0 0 0 0.2 0"/><feBlend mode="normal" in2="effect1_dropShadow_733_1117" result="effect2_dropShadow_733_1117"/><feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_733_1117" result="shape"/></filter><filter id="filter1_dd_733_1117" x="-34" y="-21" width="83.7578" height="85.832" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="12.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.160784 0 0 0 0 0.356863 0 0 0 0 0.239216 0 0 0 0.15 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_733_1117"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="14"/><feGaussianBlur stdDeviation="17"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.134722 0 0 0 0 0.808333 0 0 0 0 0.282917 0 0 0 0.2 0"/><feBlend mode="normal" in2="effect1_dropShadow_733_1117" result="effect2_dropShadow_733_1117"/><feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_733_1117" result="shape"/></filter><linearGradient id="paint0_linear_733_1117" x1="19.5242" y1="1.80366" x2="16.7756" y2="17.7934" gradientUnits="userSpaceOnUse"><stop stop-color="%235FD8FF"/><stop offset="0.257615" stop-color="%2337BAF2"/><stop offset="1" stop-color="%23009949"/></linearGradient><linearGradient id="paint1_linear_733_1117" x1="17.1203" y1="22.3624" x2="-0.0936114" y2="21.5032" gradientUnits="userSpaceOnUse"><stop stop-color="%235FD8FF"/><stop offset="0.257615" stop-color="%2337BAF2"/><stop offset="1" stop-color="%23009949"/></linearGradient><clipPath id="clip0_733_1117"><rect width="15.7583" height="16.8319" fill="white"/></clipPath></defs></svg>');
  background-size: cover;
}

.list-style-custom ol {
  padding-left: 16px;
}
.list-style-custom ul {
  padding: 0;
  list-style: none;
}
.list-style-custom ul ul {
  margin-top: 10px;
}
.list-style-custom ul li {
  list-style: none;
  position: relative;
  padding-left: 16px;
  margin-bottom: 5px;
}
.list-style-custom ul li a {
  color: #fff;
  transition: all ease 0.3s;
  text-decoration: underline;
}
.list-style-custom ul li a:hover {
  text-decoration: none;
}
.list-style-custom ul li:before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #009949;
  display: block;
}

.hidden {
  display: none;
}

.theme-color {
  color: #fff !important;
}

.theme-color-main {
  color: #009949 !important;
}

.theme-color-sec {
  color: #70CBFF !important;
}

.social-links {
  position: relative;
}
.social-links a {
  color: #fff;
  margin-right: 15px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #fff;
  transition: all ease 0.5s;
}
.social-links a svg {
  display: inline-block;
}
.social-links a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.description {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}

.info {
  font-size: 16px;
  line-height: 1.6;
}

.tiny {
  font-size: 13px;
  line-height: 1.2;
}

.preview {
  font-size: 20px;
  line-height: 1.6;
}

.skip-button {
  position: absolute;
  top: -1000em;
}
.skip-button:focus {
  left: 6px;
  top: 7px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #0073aa;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.skip-button:hover {
  font-weight: 800;
}

.button-link {
  text-decoration: underline;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}
.button-link:hover {
  color: #009949 !important;
}
.button-link:hover svg path {
  stroke: #009949;
}

.button-custom {
  display: inline-block;
  text-decoration: none;
  border-radius: 0px;
  min-width: 150px;
  text-align: center;
  font-size: 16px;
  padding: 18px 25px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  border: none;
  background: transparent;
  transition: all ease 0.2s;
  color: #fff;
  font-weight: 500;
}
.button-custom:disabled {
  pointer-events: none;
  background: grey !important;
  color: #fff !important;
}
.button-custom:hover {
  color: #fff;
}
.button-custom:hover:before {
  -webkit-animation: rainbow-border 1.5s linear infinite;
  animation: rainbow-border 1.5s linear infinite;
}
.button-custom:before {
  border-radius: 0px;
  content: "";
  position: absolute;
  width: 300%;
  height: 400px;
  left: -100%;
  margin: 0 auto;
  pointer-events: none;
  top: -150px;
  z-index: -1;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.button-custom.button-custom-main:before {
  background: linear-gradient(75deg, #70CBFF, #37BAF2, #009949, #009949);
  background: -webkit-linear-gradient(75deg, #70CBFF, #37BAF2, #009949, #009949);
}
.button-custom.button-custom-main {
  box-shadow: 0px 4px 25px 0px rgba(41, 91, 61, 0.15), 0px 14px 34px 0px rgba(34, 206, 72, 0.2);
}
.button-custom.button-custom-light {
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(75deg, #70CBFF, #37BAF2, #009949, #009949) 30/1/0 stretch;
  border-image: -webkit-linear-gradient(75deg, #70CBFF, #37BAF2, #009949, #009949) 30/1/0 stretch;
}
.button-custom.button-custom-light:hover:before {
  opacity: 0.2;
}
.button-custom.button-custom-light:before {
  opacity: 0;
  transition: all ease 0.5s;
  background: linear-gradient(45deg, #70CBFF, #009949, #70CBFF, #009949);
  background: -webkit-linear-gradient(45deg, #70CBFF, #009949, #70CBFF, #009949);
}

@-webkit-keyframes rainbow-border {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rainbow-border {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.button-holder {
  position: relative;
  z-index: 1;
}
.button-holder .button-custom {
  margin-right: 20px;
}
.button-holder .button-custom:last-child {
  margin-right: 0 !important;
}

.slick-dots {
  bottom: -30px;
  border-radius: 36px;
  height: 10px;
  display: flex;
  justify-content: space-evenly;
  background: linear-gradient(90deg, rgba(55, 186, 242, 0.2) 0%, rgba(0, 153, 73, 0.2) 100%);
  background: -webkit-linear-gradient(90deg, rgba(55, 186, 242, 0.2) 0%, rgba(0, 153, 73, 0.2) 100%);
}
.slick-dots li {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  vertical-align: top;
  color: #fff;
  height: 10px;
}
.slick-dots li button {
  text-indent: -9999999px;
  color: transparent;
  font-size: 14px;
  border-radius: 25px;
  padding: 0;
  width: 100%;
  margin: 0;
  height: 10px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li.slick-active {
  color: #000;
}
.slick-dots li.slick-active button {
  background-color: #009949;
}

.slider {
  height: 0;
  overflow: hidden;
}
.slider.initialized {
  height: auto;
  overflow: visible;
}

/* Components */
.scroll-top {
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  right: 10px;
  height: 50px;
  padding: 0 !important;
  width: 50px;
  min-width: 50px !important;
  line-height: 50px;
  text-align: center;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transition: all 0.3s ease;
  z-index: 100;
  border: 1px solid #168f84;
  background: #071844;
}
.scroll-top.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.alert {
  font-size: 12px;
  font-weight: 100;
  padding: 0;
  border: none;
  letter-spacing: 2px;
}

.alert-danger {
  color: #FFC107;
  background: transparent;
}

.bg-light {
  background-color: #F2F3F5 !important;
}

.bg-light .button-custom.button-custom-light,
.bg-white .button-custom.button-custom-light {
  color: #0C0E13;
}
.bg-light .post .title,
.bg-white .post .title {
  color: #0C0E13;
}

.table-hover > tbody > tr:hover > * {
  color: #fff;
}

.page-link {
  color: #fff;
  margin-right: 10px;
  background: transparent;
  display: inline-block;
  min-width: 40px;
  text-align: center;
  border-color: #fff;
  border-radius: 3px;
  line-height: 30px;
}
.page-link:hover {
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-color: #fff;
  background: transparent;
}
.page-link.current {
  color: #fff;
  border-color: #009949;
  background: #009949;
}

.page-item:first-child .page-link {
  border-radius: 3px;
}

.page-item:last-child .page-link {
  border-radius: 3px;
}

.row-eq-height > [class^=col] {
  display: flex;
  flex-direction: column;
}
.row-eq-height > [class^=col] > [class^=col]:last-of-type div {
  margin: 10px;
}
.row-eq-height > [class^=col] > [class^=col]:last-of-type div:first-of-type {
  margin-top: 0;
}
.row-eq-height > [class^=col] > [class^=col]:last-of-type div:last-of-type {
  margin-bottom: 0;
}

header.main-header {
  position: absolute;
  padding: 28px 0 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  transition: all ease 0.5s;
  max-width: 1920px;
}
header.main-header:hover {
  background: rgba(0, 0, 0, 0.7);
}
header.main-header.sticky {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 15px rgba(255, 255, 255, 0.25);
  animation: slide-up 1s;
}
header.main-header.sticky:hover {
  background: rgba(0, 0, 0, 0.7);
}

section iframe {
  max-width: 100%;
}

hr {
  opacity: 1;
  border-color: #009949;
}

nav.menu.main-menu > ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
}
nav.menu.main-menu > ul > li > a {
  font-weight: 600;
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  display: inline-block;
  line-height: 1.2;
  padding: 0 10px 30px;
  position: relative;
  color: #fff;
  transition: all ease 0.5s;
}
nav.menu.main-menu > ul > li > a.active:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  background: #009949;
}
nav.menu.main-menu > ul > li > a:hover {
  color: #fff;
  opacity: 0.7;
}
nav.menu.main-menu > ul > li.active > a {
  color: #fff;
}
nav.menu.main-menu > ul > li.active > a > span {
  color: #009949;
}
nav.menu.main-menu > ul > li.active > a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 3px;
  width: 100%;
  background: #009949;
}
nav.menu.main-menu > ul > li.has-children:hover > a {
  opacity: 1;
}
nav.menu.main-menu > ul > li.has-children:hover > ul {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
nav.menu.main-menu > ul > li.has-children:hover > ul:after {
  width: 100%;
}
nav.menu.main-menu > ul > li.has-children:hover > ul li {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
nav.menu.main-menu > ul > li.has-children:hover > ul li:nth-child(2) {
  transition-delay: 0.1s;
}
nav.menu.main-menu > ul > li.has-children:hover > ul li:nth-child(3) {
  transition-delay: 0.15s;
}
nav.menu.main-menu > ul > li.has-children:hover > ul li:nth-child(4) {
  transition-delay: 0.2s;
}
nav.menu.main-menu > ul > li.has-children:hover > ul li:nth-child(5) {
  transition-delay: 0.25s;
}
nav.menu.main-menu > ul > li.has-children:hover > ul li:nth-child(6) {
  transition-delay: 0.3s;
}
nav.menu.main-menu > ul > li.has-children:hover > ul li:nth-child(7) {
  transition-delay: 0.35s;
}
nav.menu.main-menu > ul > li.has-children > ul {
  flex-wrap: wrap;
  width: 100%;
  height: 380px;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 53%;
  padding-right: calc((100% - 1500px) / 2);
  margin: 0 auto;
  text-align: left;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 99%;
  z-index: 10;
  border: none;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all ease 0.5s;
  background: rgba(0, 0, 0, 0.7);
}
nav.menu.main-menu > ul > li.has-children > ul:after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  top: 0;
  left: 0;
  height: 1px;
  width: 0;
  transition: all ease 0.3s;
  transition-delay: 0.2s;
  border-top: 1px solid #009949;
  border-top-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(75deg, #70CBFF, #37BAF2, #009949, #009949) 30/1/0 stretch;
  border-image: -webkit-linear-gradient(75deg, #70CBFF, #37BAF2, #009949, #009949) 30/1/0 stretch;
}
nav.menu.main-menu > ul > li.has-children > ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 38vw;
  background-image: url("/assets/images/menu-bg.jpg");
  background-position: right;
  background-size: cover;
  pointer-events: none;
}
nav.menu.main-menu > ul > li.has-children > ul li {
  margin-bottom: 15px;
  opacity: 0;
  transition: all ease 0.5s;
  transform: translateX(150px);
}
nav.menu.main-menu > ul > li.has-children > ul li.fw-bold a {
  font-weight: 600;
}
nav.menu.main-menu > ul > li.has-children > ul li a {
  color: #fff;
  display: inline-block;
  transition: all ease 0.5s;
  font-weight: 400;
}
nav.menu.main-menu > ul > li.has-children > ul li a.current {
  color: #009949;
}
nav.menu.main-menu > ul > li.has-children > ul li a:hover {
  color: #009949;
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}
nav.menu.main-menu > ul > li.has-children > a:after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  width: 10px;
  height: 6px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M0.919922 0.999999L4.91992 5L8.91992 1" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: cover;
}
nav.menu.main-menu > ul > li.has-children:hover > a {
  color: #fff;
}
nav.menu.main-menu > ul > li.has-children:hover > a:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M8.91992 5L4.91992 1L0.919922 5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
nav.menu.footer-menu {
  padding: 0 15px;
}
nav.menu.footer-menu .fw-bold {
  font-size: 14px;
}
nav.menu.footer-menu .fw-bold a {
  font-weight: 500;
}
nav.menu.footer-menu li {
  margin-bottom: 15px;
}
nav.menu.footer-menu li a {
  font-weight: 200;
  text-decoration: none;
  transition: all ease 0.5s;
}
nav.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.menu ul li {
  list-style: none;
}
nav.menu ul li.active a {
  color: #009949;
}
nav.menu ul li a {
  color: #fff;
  text-decoration: underline;
}
nav.menu ul li a:hover {
  color: #009949;
}

.form-radio {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
  line-height: 28px;
  font-weight: 400;
  padding-left: 40px;
}
.form-radio input {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  position: absolute;
}
.form-radio input:checked ~ .checkmark:before {
  border-color: #009949;
  background-image: linear-gradient(46deg, #009949 0%, #70CBFF 100%);
  background-image: -webkit-linear-gradient(46deg, #009949 0%, #70CBFF 100%);
}
.form-radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.form-radio .checkmark {
  position: absolute;
  left: 0;
}
.form-radio .checkmark:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  background: transparent;
  border: 1px solid #fff;
}
.form-radio .checkmark:after {
  content: "";
  opacity: 0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  background: #071844;
  left: 7px;
  margin: 0 auto;
  top: 7px;
  font-size: 18px;
}

.form-checkbox {
  display: inline-block;
  padding: 0px 0 0px 40px;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  line-height: 24px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-checkbox:last-child {
  margin-right: 0;
}
.form-checkbox .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #fff;
}
.form-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  visibility: hidden;
  top: 5px;
  left: 10px;
  width: 8px;
  height: 14px;
  opacity: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: scale(0) rotate(45deg);
  -webkit-transform: scale(0) rotate(45deg);
}
.form-checkbox label {
  cursor: pointer;
}
.form-checkbox input[type=checkbox] {
  height: 30px;
  width: 30px;
  opacity: 0;
  z-index: 2;
  left: 0;
  top: 0;
  margin: 0;
  position: absolute;
  cursor: pointer;
}
.form-checkbox input[type=checkbox]:checked ~ .checkmark {
  background-color: #009949;
  border-color: #009949;
}
.form-checkbox input[type=checkbox]:checked ~ .checkmark:before {
  opacity: 1;
}
.form-checkbox input[type=checkbox]:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

img.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.image {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  margin: 0 auto;
}

.form {
  position: relative;
  z-index: 2;
}
.form #help-error {
  display: block;
  position: absolute;
  width: 250px;
  top: 31px;
  left: 0;
}
.form label.error {
  font-size: 12px;
  font-weight: 100;
  position: absolute;
  color: #FFC107;
  letter-spacing: 2px;
}
.form hr {
  border-top: 1px solid #234A58;
}
.form .form-label {
  margin-bottom: 5px;
  font-weight: 100;
  opacity: 0.6;
}
.form .button-search {
  position: absolute;
  background: transparent;
  border: none;
  box-shadow: none;
  top: 0;
  right: 0;
  padding: 15px;
}
.form .button-search:hover svg path {
  fill: #009949;
}
.form .form-field {
  margin-bottom: 20px;
  position: relative;
}
.form input[type=file].form-control {
  line-height: 48px;
  padding-left: 12px;
}
.form .form-control {
  color: #fff;
  position: relative;
  background-color: transparent;
  border-color: #C3C3C3;
  border-radius: 0px;
  padding-left: 15px;
  height: 54px;
}
.form .form-control::placeholder {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
.form .form-control.error {
  font-weight: 300;
}
.form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form textarea.form-control {
  height: 130px;
}

.select2-container {
  max-width: 100%;
  width: 100% !important;
  display: block;
}

.select2-search__field:focus-visible {
  outline: none !important;
  background: transparent;
}

.select2-container--default .select2-results__option {
  padding-left: 20px;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 18px 15px;
  height: 66px;
  font-size: 16px;
  color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #70CBFF;
  color: white;
}
.select2-container--default .select2-results__option--selected {
  background: #EEE5DA;
  color: #70CBFF;
}

.select2-results__option {
  padding: 12px;
}

.select2-dropdown {
  border-radius: 15px;
  background: transparent;
  border-color: #fff;
}

.select2-results {
  font-size: 14px;
}

.slick-arrow {
  z-index: 99;
  height: 70px;
  width: 70px;
  border-radius: 5px;
  text-align: center;
}
.slick-arrow:hover svg path {
  stroke: #009949;
}
.slick-arrow:before {
  content: none;
}

.slider .slick-prev {
  left: -100px;
}
.slider .slick-next {
  right: -100px;
}

section.banner-module {
  background: #071844;
  z-index: 8;
}
section.banner-module.banner-large {
  height: 100vh;
  max-height: 1100px;
}
section.banner-module.banner-large .vh-100 {
  max-height: 1100px;
}
section.banner-module.banner-small {
  height: 500px;
  max-height: 500px;
}
section.banner-module.banner-small .h-500 {
  min-height: 500px;
  height: 500px;
}
section.banner-module.banner-medium {
  height: 650px;
  max-height: 650px;
}
section.banner-module.banner-medium .h-500 {
  min-height: 650px;
  height: 650px;
}
section.banner-module .title {
  padding-top: 6px;
  padding-bottom: 6px;
}
section.banner-module {
  overflow: hidden;
}
section.banner-module .container {
  z-index: 2;
}
section.banner-module .background-holder {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
}
section.banner-module .background-holder #foreground {
  opacity: 0.2;
}
section.banner-module .background-holder .stars {
  opacity: 0.4;
  z-index: 4;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
section.banner-module .background-holder .stars div {
  height: 100%;
  width: 100%;
}
section.banner-module .background-holder:after {
  content: "";
  display: block;
  z-index: 6;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111827;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#111827+0,111827+0,000000+100&0.5+0,0.5+0,0.65+0,0+100 */
  background: -moz-linear-gradient(left, rgba(17, 24, 39, 0.85) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(17, 24, 39, 0.85) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(17, 24, 39, 0.85) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6111827', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
section.banner-module .background-holder:before {
  content: "";
  display: block;
  z-index: 6;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #071844;
  opacity: 0.22;
}
section.banner-module .background-holder video {
  position: absolute;
  z-index: 4;
  top: 0;
  object-fit: cover !important;
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100vh;
  content: initial !important;
}
section.banner-module .background-holder .image {
  z-index: 3;
}

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

.logo-decor {
  height: 98px;
  width: 80px;
}

.decor {
  pointer-events: none;
}

.list-boxes .list-box {
  border-bottom: 1px solid #009949;
}
.list-boxes .list-box .icon-holder {
  min-width: 60px;
}

section.image-content-module .boxes .box:nth-child(odd) .circle-decor {
  top: -100px;
  left: 100px;
}
section.image-content-module .boxes .box:nth-child(odd) .circle-decor.circle-decor-static {
  top: -30px;
  left: 80px;
}
section.image-content-module .boxes .box:nth-child(odd) .bubble-decor {
  top: -100px;
  left: -100px;
}
section.image-content-module .boxes .box:nth-child(even) .circle-decor {
  top: -100px;
  right: 100px;
}
section.image-content-module .boxes .box:nth-child(even) .bubble-decor {
  top: -100px;
  right: -100px;
}
section.image-content-module .boxes .box:nth-child(2) .bubble-decor {
  top: -450px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
section.image-content-module .boxes .box:nth-child(2) .circle-decor {
  top: -150px;
  right: -100px;
  transform: scale(0.6) rotate(180deg);
  -webkit-transform: scale(0.6) rotate(180deg);
}
section.image-content-module .boxes .box:nth-child(3) .bubble-decor {
  transform: scale(0.8) rotate(45deg);
  -webkit-transform: scale(0.8) rotate(45deg);
}
section.image-content-module .boxes .box:nth-child(4) .bubble-decor {
  transform: scale(0.8) rotate(180deg);
  -webkit-transform: scale(0.8) rotate(180deg);
}
section.image-content-module .boxes .box:nth-child(4) .circle-decor {
  top: -50px;
  right: 0px;
  transform: scale(0.8) rotate(180deg);
  -webkit-transform: scale(0.8) rotate(180deg);
}
section.image-content-module .boxes .box:nth-child(5) .bubble-decor {
  top: -200px;
  transform: scale(1.2) skew(15deg);
  -webkit-transform: scale(1.2) skew(15deg);
}
section.image-content-module .boxes .box:nth-child(5) .circle-decor {
  top: -50px;
  right: -250px;
}

.circle-decor {
  pointer-events: none;
  top: 200px;
  z-index: 1;
}

.bubble-decor {
  z-index: 1;
  pointer-events: none;
  top: 0;
  contain: layout style;
  content-visibility: auto;
}

.footer-decor {
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: lighten;
}

footer.main-footer {
  min-height: 500px;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #071844;
}
footer.main-footer .footer-decor {
  z-index: 2;
}
footer.main-footer video {
  position: absolute;
  animation-duration: 10s;
  animation-name: hueRotate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  pointer-events: none;
  opacity: 0.3;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: screen;
}

.divider {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
}
.divider span:nth-child(1) {
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #009949;
  transition: all ease 1s;
  z-index: 2;
}
.divider span:nth-child(2) {
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  transition: all ease 1s;
  background: #fff;
}

section.featured-boxes-module .bubble-decor-left {
  top: -5%;
  left: -10%;
}
section.featured-boxes-module .bubble-decor-right {
  top: -5%;
  right: -10%;
}
section.featured-boxes-module .circle-decor-bubble {
  top: 15%;
  opacity: 0.5;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  right: -10%;
}
section.featured-boxes-module .circle-decor-left {
  opacity: 0.5;
  transform: scale(0.65);
  -webkit-transform: scale(0.65);
  top: 35%;
  left: -5%;
}
section.featured-boxes-module .circle-decor-right {
  top: -20%;
  right: -30%;
}
section.featured-boxes-module .boxes.boxes-large .box {
  min-height: 600px;
}
section.featured-boxes-module .boxes.boxes-medium .box {
  min-height: 550px;
}
section.featured-boxes-module .boxes.boxes-small .box {
  min-height: 480px;
}
section.featured-boxes-module .boxes.boxes-extra .box {
  text-align: center;
  min-height: 500px;
}
section.featured-boxes-module .boxes.boxes-white .box {
  background: #FFF;
  box-shadow: 11px 5px 34px 0 rgba(171, 186, 201, 0.1), 0 4px 25px 0 rgba(17, 37, 90, 0.15);
}
section.featured-boxes-module .boxes.boxes-white .box .info {
  color: #273C70;
}
section.featured-boxes-module .boxes.boxes-white .box a {
  color: #009949;
}
section.featured-boxes-module .boxes.boxes-white .box:hover {
  color: themeColorDark;
}
section.featured-boxes-module .boxes.boxes-light .box {
  box-shadow: 11px 5px 34px 0 rgba(171, 186, 201, 0.1), 0 4px 25px 0 rgba(17, 37, 90, 0.15);
  background: rgb(255, 255, 255);
  color: #273C70;
}
section.featured-boxes-module .boxes.boxes-light .box .info {
  color: #273C70;
}
section.featured-boxes-module .boxes.boxes-light .box a {
  color: #009949;
}
section.featured-boxes-module .boxes.boxes-light .box:before {
  opacity: 0;
}
section.featured-boxes-module .boxes.boxes-light .box:hover {
  color: themeColorDark;
}
section.featured-boxes-module .boxes .box {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  overflow: hidden;
}
section.featured-boxes-module .boxes .box a {
  color: #fff;
}
section.featured-boxes-module .boxes .box:after {
  content: "";
  height: 5px;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  right: 0;
  background: linear-gradient(75deg, #70CBFF, #009949);
  background: -webkit-linear-gradient(75deg, #70CBFF, #009949);
}
section.featured-boxes-module .boxes .box:before {
  content: "";
  opacity: 0;
  pointer-events: none;
  height: 1000px;
  width: 1000px;
  left: -300px;
  top: -200px;
  z-index: 1;
  transition: all ease 1s;
  position: absolute;
  background: linear-gradient(45deg, #009949, #273C70, #70CBFF, #009949, #273C70);
  background: -webkit-linear-gradient(45deg, #009949, #273C70, #70CBFF, #009949, #273C70);
}
section.featured-boxes-module .boxes .box .content {
  font-weight: 400;
  font-size: 16px;
}
section.featured-boxes-module .boxes .box .info {
  color: #273C70;
  font-weight: 500;
}

.categories .category {
  color: #fff;
  border: 1px solid #fff;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
  text-align: center;
  transition: all ease 0.5s;
}
.categories .category.category-md {
  min-width: 160px;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  padding: 14px 15px;
}
.categories .category.active {
  border-color: #009949;
  background: #009949;
}
.categories .category.active:hover {
  border-color: #273C70;
  background: #273C70;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}
.categories .category:hover {
  background: #273C70;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}

section.image-boxes-module .decor {
  bottom: 0;
  left: -15%;
}
section.image-boxes-module .boxes .box {
  width: 100%;
  max-width: 285px;
  overflow: hidden;
  min-height: 450px;
}
section.image-boxes-module .boxes .box .title {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #009949;
}

section.accordion-boxes-module {
  position: relative;
}
section.accordion-boxes-module .slider {
  height: 700px;
  width: 100%;
  background: #003040;
  margin-left: -1px;
}
section.accordion-boxes-module .slider .accordion-slider-for {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
section.accordion-boxes-module .slider .slide {
  position: relative;
}
section.accordion-boxes-module .slider .slide .image-holder {
  height: 700px;
}
section.accordion-boxes-module .slider .slide .image-holder .image {
  background-position: center;
}
section.accordion-boxes-module .slider .slide .image-holder .image:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
}
section.accordion-boxes-module .slider .accordion-slider-nav {
  width: calc(100% - 200px);
  margin: 0 auto;
}
section.accordion-boxes-module .slider .accordion-slider-nav .slick-list {
  overflow: visible;
}
section.accordion-boxes-module .slider .accordion-slider-nav .slide {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 0 1px;
}
section.accordion-boxes-module .slider .accordion-slider-nav .slide:last-child:after {
  width: calc(100% - 2px);
  left: 0;
}
section.accordion-boxes-module .slider .accordion-slider-nav .slide:last-child .content-holder {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
section.accordion-boxes-module .slider .accordion-slider-nav .slide:after {
  content: "";
  height: 100%;
  width: calc(100% - 1px);
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(26, 25, 25, 0.85);
  transition: all ease 0.5s;
  opacity: 0;
}
section.accordion-boxes-module .slider .accordion-slider-nav .slide.slick-current:hover:after {
  opacity: 1;
}
section.accordion-boxes-module .slider .accordion-slider-nav .slide.slick-current:hover .content-holder .content {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
section.accordion-boxes-module .slider .accordion-slider-nav .slide.slick-current:hover .content-holder .content .rollover {
  opacity: 1;
}
section.accordion-boxes-module .slider .accordion-slider-nav .slide.slick-current:hover .content-holder .content .title {
  opacity: 1;
}
section.accordion-boxes-module .slider .accordion-slider-nav .slide .content-holder {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 2;
  height: 700px;
  transition: all ease 0.5s;
}
section.accordion-boxes-module .slider .accordion-slider-nav .slide .content-holder .rollover {
  transition: all ease 0.5s;
  opacity: 0;
}
section.accordion-boxes-module .slider .accordion-slider-nav .slide .content-holder .content {
  padding: 20px 30px;
  transition: all ease 0.5s;
  transform: translateY(calc(100% - 90px));
  -webkit-transform: translateY(calc(100% - 90px));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
section.accordion-boxes-module .slider .accordion-slider-nav .slide .content-holder .title {
  font-size: 24px;
  font-weight: 600;
  opacity: 0.7;
  transition: all ease 0.5s;
}
section.accordion-boxes-module .slider .slick-arrow {
  top: 30px;
}
section.accordion-boxes-module .slider .slick-arrow.slick-prev {
  left: 25px;
  right: inherit;
}
section.accordion-boxes-module .slider .slick-arrow.slick-next {
  right: inherit;
  left: 85px;
}
section.accordion-boxes-module .slider .slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
section.accordion-boxes-module .slider .slick-arrow.slick-disabled:hover svg path {
  stroke: #fff;
}

section.intro-module .decor {
  position: absolute;
}
section.intro-module .decor.decor-left {
  left: -25%;
  top: -125%;
}
section.intro-module .decor.decor-right {
  right: -55%;
  top: -200%;
}

.post {
  max-width: 390px;
}
.post .image-holder {
  overflow: hidden;
}
.post .image-holder:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.post .image-holder img {
  transition: all ease 0.5s;
}

section.newsletter-module .button-custom {
  padding: 14px 25px;
}
section.newsletter-module .decor {
  top: -35%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

section.request-module .decor {
  top: -35%;
  left: -15%;
}

.gradient {
  background-image: linear-gradient(46deg, #009949 0%, #70CBFF 51.56%, #273C70 100%);
  background-image: -webkit-linear-gradient(46deg, #009949 0%, #70CBFF 51.56%, #273C70 100%);
  border-radius: 100%;
  filter: blur(100px);
  z-index: 4;
  will-change: transform;
}

.gradient-00 {
  height: 630px;
  width: 993px;
  transform: rotate(-23deg);
  -webkit-transform: rotate(-23deg);
  opacity: 0.7;
}

.gradient-01 {
  height: 1090px;
  width: 1715px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  opacity: 0.25;
}

.gradient-02 {
  width: 1714.611px;
  height: 1433.514px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  opacity: 0.25;
}

.gradient-03 {
  width: 911.196px;
  height: 767.475px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  opacity: 0.25;
}

.gradient-05 {
  width: 619.27px;
  height: 658.131px;
  transform: rotate(-82.799deg);
  -webkit-transform: rotate(-82.799deg);
  opacity: 0.7;
}

.gradient-06 {
  width: 619.27px;
  height: 658.131px;
  transform: rotate(-82.799deg);
  opacity: 0.7;
}

.gradient-07 {
  width: 776.702px;
  height: 662.115px;
  transform: rotate(-23.526deg);
  -webkit-transform: rotate(-23.526deg);
  opacity: 0.7;
}

.gradient-08 {
  width: 1731.391px;
  height: 1475.957px;
  transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
  opacity: 0.6;
  filter: blur(250px);
}

section.newsletter-module .image:after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  background: radial-gradient(126.92% 120.02% at 29.19% -26.67%, rgba(55, 186, 242, 0.2) 0%, rgba(9, 8, 56, 0) 100%), linear-gradient(39deg, rgba(4, 24, 52, 0.9) 0%, rgba(3, 60, 139, 0) 100%);
  background: -webkit-radial-gradient(126.92% 120.02% at 29.19% -26.67%, rgba(55, 186, 242, 0.2) 0%, rgba(9, 8, 56, 0) 100%), linear-gradient(39deg, rgba(4, 24, 52, 0.9) 0%, rgba(3, 60, 139, 0) 100%);
}

section.waves-module .waves-decor {
  top: 0px;
  mix-blend-mode: exclusion;
  opacity: 0.4;
}

section.icon-boxes-module .boxes {
  margin-bottom: -50px;
}
section.icon-boxes-module .boxes .box-holder {
  margin-bottom: 50px;
}
section.icon-boxes-module .boxes .box {
  width: 250px;
}

section.tabs-module .tab-banner {
  height: 670px;
}
section.tabs-module .tab-banner .image:before {
  pointer-events: none;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #000;
  opacity: 0.5;
}
section.tabs-module .tab-banner .image:after {
  pointer-events: none;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: radial-gradient(158.48% 54.88% at 11.67% -6.96%, rgba(0, 21, 74, 0.5) 0%, rgba(0, 21, 74, 0) 100%), linear-gradient(44deg, rgba(7, 24, 68, 0.9) 0%, rgba(6, 22, 64, 0) 100%);
}
section.tabs-module .boxes .box {
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 11px;
  width: 100%;
  max-width: 309px;
  height: 320px;
  transition: all ease 0.5s;
  box-shadow: 0px 4px 25px 0px rgba(41, 91, 61, 0), 0px 14px 34px 0px rgba(34, 206, 72, 0);
}
section.tabs-module .boxes .box:hover {
  box-shadow: 0px 4px 25px 0px rgba(41, 91, 61, 0.15), 0px 14px 34px 0px rgba(34, 206, 72, 0.2);
}
section.tabs-module .boxes .box:hover .image {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
section.tabs-module .boxes .box .title {
  font-weight: 700;
}
section.tabs-module .boxes .box .image {
  transition: all ease 0.5s;
}
section.tabs-module .boxes .box .image:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.6;
  background: #000;
}
section.tabs-module .boxes .box .image:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: color-dodge;
  background: linear-gradient(0deg, rgba(39, 60, 112, 0.5) 0%, rgba(39, 60, 112, 0.5) 100%), linear-gradient(0deg, rgba(0, 29, 102, 0.7) 0%, rgba(0, 29, 102, 0.7) 100%), url(<path-to-image>), lightgray -49.256px -6.574px/226.904% 146.784% no-repeat;
  background: -webkit-linear-gradient(0deg, rgba(39, 60, 112, 0.5) 0%, rgba(39, 60, 112, 0.5) 100%), linear-gradient(0deg, rgba(0, 29, 102, 0.7) 0%, rgba(0, 29, 102, 0.7) 100%), url(<path-to-image>), lightgray -49.256px -6.574px/226.904% 146.784% no-repeat;
}

section.contact-module .decor {
  position: absolute;
  pointer-events: none;
  right: -600px;
  top: 15%;
}

section.image-sticky-module .image-holder {
  max-width: 50%;
}

#elc-cookie-consent {
  background-color: #000 !important;
}

#elc-cookie-consent .elc-text-link {
  color: #fff !important;
}

#elc-cookie-consent .elc-button-link {
  border: none !important;
  background: linear-gradient(75deg, #70CBFF, #37BAF2, #009949, #009949) !important;
  background: -webkit-linear-gradient(75deg, #70CBFF, #37BAF2, #009949, #009949) !important;
}

.grecaptcha-badge {
  opacity: 0;
}
