body {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  background: #1B3044;
  width: 100%;
  overflow-x: hidden;
  line-height: 1.5;
}
body.modal-open {
  background: transparent;
  overflow: visible !important;
  padding: inherit !important;
}

html {
  scroll-behavior: auto !important;
}

header.main-header {
  max-width: 1920px;
  margin: 0 auto;
}

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

main.main-content {
  position: relative;
  max-width: 1920px;
  min-height: 400px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
main.main-content:before {
  content: "";
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #1B3044;
  pointer-events: none;
}

.main-wrapper {
  max-width: 1920px;
  min-height: 400px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}

strong {
  font-weight: 700;
}

h1, .h1 {
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
h1 big, .h1 big {
  font-size: 100px;
  line-height: 0.9;
  display: inline-block;
}
h1 small, .h1 small {
  font-size: 50px;
  line-height: 1;
  display: inline-block;
}

h2, .h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
h2 big, .h2 big {
  font-size: 55px;
}

h3, .h3 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 1.2;
}
h3 big, .h3 big {
  font-weight: 600;
  font-size: 60px;
}
h3 small, .h3 small {
  display: inline-block;
  line-height: 1;
  font-size: 30px;
}

h4, .h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
h4 big, .h4 big {
  font-size: 24px;
}

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

h6, .h6 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

p {
  line-height: 1.6;
}
p a {
  text-decoration: underline;
}

section {
  margin-bottom: 150px;
}

section.sign-up-section {
  position: relative;
  z-index: 5;
}
section.sign-up-section .bg-main {
  max-width: 1500px;
  margin: 0 auto;
}

.image-rounded img {
  border-radius: 50%;
}

.pointer-holder {
  position: relative;
  left: 10px;
  top: 5px;
}
.pointer-holder .pointer {
  z-index: 2;
}
.pointer-holder:before {
  content: "";
  height: 40px;
  width: 40px;
  border: 4px solid #000;
  border-radius: 50%;
  position: absolute;
  top: -77px;
  left: 22px;
  transition: all ease 0.2s;
}
.pointer-holder:after {
  content: "";
  height: 64px;
  width: 64px;
  border: 4px solid #000;
  border-radius: 50%;
  position: absolute;
  top: -90px;
  left: 10px;
  z-index: 1;
  transition: all ease 0.2s;
}

@keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  80% {
    opacity: 0.8;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
.icon-boxes .icon-box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.icon-boxes .icon-box.icon-box-border {
  position: relative;
}
.icon-boxes .icon-box.icon-box-border:last-child:after {
  content: none;
}
.icon-boxes .icon-box.icon-box-border:after {
  content: "";
  top: 20%;
  height: 80%;
  width: 1px;
  right: 0;
  position: absolute;
  border-right: 1px solid #1B3044;
}
.icon-boxes .icon-box .title {
  position: relative;
  display: inline-block;
}
.icon-boxes .icon-box .title:after {
  content: "";
  height: 20px;
  width: calc(100% + 10px);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -5px;
  pointer-events: none;
  background: #D7ED50;
}

.columns {
  position: relative;
}
.columns .column h3 {
  font-size: 30px;
}
.columns.cris-inview .cris-cross span:nth-child(1) {
  height: 100%;
}
.columns.cris-inview .cris-cross span:nth-child(2) {
  width: 100%;
}
.columns.cris-inview .column-holder {
  opacity: 1;
}
.columns .column-holder {
  opacity: 0;
  transition: all ease 0.5s;
}
.columns .column-holder:nth-child(1) {
  transition-delay: 0.2s;
}
.columns .column-holder:nth-child(2) {
  transition-delay: 0.4s;
}
.columns .column-holder:nth-child(3) {
  transition-delay: 0.6s;
}
.columns .column-holder:nth-child(4) {
  transition-delay: 0.8s;
}
.columns .cris-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.columns .cris-cross span:nth-child(1) {
  transition: all ease 0.8s;
  position: absolute;
  height: 0;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #D7ED50;
}
.columns .cris-cross span:nth-child(2) {
  transition: all ease 0.8s;
  position: absolute;
  height: 1px;
  width: 0;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #D7ED50;
}
.columns .column-holder .column {
  max-width: 300px;
  margin: 0 auto;
  padding: 30px 0;
}

.image-boxes.image-boxes-left .image-box:nth-child(odd) .col-holder {
  order: 2;
}
.image-boxes.image-boxes-left .image-box:nth-child(odd) .circle-md {
  top: -30px;
  left: -150px;
}
.image-boxes.image-boxes-left .image-box:nth-child(odd) .circle-md.circle-inview {
  left: -50px;
}
.image-boxes.image-boxes-right .image-box:nth-child(odd) .circle-md {
  bottom: -30px;
  left: -150px;
}
.image-boxes.image-boxes-right .image-box:nth-child(odd) .circle-md.circle-inview {
  left: -50px;
}
.image-boxes.image-boxes-right .image-box:nth-child(even) .col-holder {
  order: 2;
}
.image-boxes.image-boxes-right .image-box:nth-child(even) .circle-md {
  top: -30px;
  left: 150px;
}
.image-boxes.image-boxes-right .image-box:nth-child(even) .circle-md.circle-inview {
  left: 50px;
}
.image-boxes .image-box .content-holder {
  max-width: 590px;
  margin: 0 auto;
}

.image-circles {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  pointer-events: none;
}
.image-circles span {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  border: 20px solid rgba(255, 255, 255, 0);
  transition: all ease 4s;
  transform: scale(0);
}
.image-circles span:nth-child(2) {
  transition-delay: 0.3s;
}
.image-circles span:nth-child(3) {
  transition-delay: 0.6s;
}
.image-circles.img-inview span {
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.5);
  opacity: 0;
}

.circle {
  pointer-events: none;
  position: absolute;
  border: 10px solid #D7ED50;
  border-radius: 50%;
  transition: all ease 2s;
}
.circle.circle-sm {
  height: 150px;
  width: 150px;
}
.circle.circle-md {
  height: 500px;
  width: 500px;
}
.circle.circle-xl {
  height: 890px;
  width: 890px;
}

.bg-dark {
  background-color: #000 !important;
}

.theme-color {
  color: #000;
}

.theme-color-main {
  color: #D7ED50;
}

.theme-color-secondary {
  color: #1B3044;
}

.article {
  max-width: 1200px;
}
.article h3 {
  max-width: 1200px;
}

.info {
  font-size: 16px;
}

.description {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 300;
}
.description big {
  display: inline-block;
  font-size: 26px;
  font-weight: 200;
}
.description a {
  color: #000;
  text-decoration: none;
}

.featured > div {
  min-height: 115px;
}
.featured:hover {
  color: #000;
  text-decoration: underline;
}
.featured:hover .pointer-holder:before {
  animation: ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation-delay: 0.2s;
}
.featured:hover .pointer-holder:after {
  animation: ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation-delay: 0.4s;
}
.featured:hover .pointer {
  transform: scale(0.9);
}
.featured .pointer {
  bottom: -50px;
  left: 0px;
  transition: all ease 0.5s;
}

@keyframes slide-up {
  0% {
    transform: translateY(-150px);
  }
  100% {
    transform: translateY(0);
  }
}
.z-index-5 {
  z-index: 5;
}

.preview {
  font-size: 20px;
}

.tiny {
  font-size: 15px;
}

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;
  background-position: center;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  margin: 0 auto;
}

figure.image {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
}
figure.image img {
  max-width: 100%;
  height: auto;
}

section .container {
  position: relative;
  z-index: 3;
}

.button-holder .button-custom:not(:last-child) {
  margin-right: 15px;
}

.share-links .dropdown-menu {
  border: none;
  background: transparent;
  padding: 5px 0 !important;
}

.share-links:hover .dropdown-menu {
  display: block;
}

.share-button {
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 50%;
  background: #1B3044;
}
.share-button svg path {
  fill: #D7ED50;
}

.share-button:hover {
  background: #D7ED50;
}
.share-button:hover svg path {
  fill: #1B3044;
}

header.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
header.main-header.sticky {
  position: fixed;
  background: linear-gradient(180deg, #1b3044 0%, rgba(27, 48, 68, 0.8) 100%);
  animation: slide-up ease 1s;
}
header.main-header.sticky .mt-xl-4 {
  margin-top: 10px !important;
  margin-bottom: 10px;
}
header.main-header.sticky .menu-holder {
  padding-top: 10px;
}
header.main-header.sticky .logo img {
  max-height: 68px;
}
header.main-header .button-custom {
  max-height: 50px;
}
header.main-header .menu-holder {
  padding-top: 10px;
}
header.main-header .logo img {
  max-height: 88px;
}

@keyframes slide-up {
  0% {
    transform: translateY(-150px);
  }
  100% {
    transform: translateY(0);
  }
}
.button-menu {
  vertical-align: middle;
  transition: all ease 0.3s;
  background: transparent;
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 15px;
  height: 30px;
  width: 30px;
  padding-top: 7px;
  text-align: right;
  max-width: 100%;
  z-index: 9999;
}
.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;
  border-radius: 2px;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(5deg);
  -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;
}

.button-custom {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 25px;
  border-radius: 4px;
  display: inline-block;
  border: none;
  min-width: 180px;
  text-decoration: none;
  background: transparent;
  outline: none;
  position: relative;
  text-align: center;
  transition: all ease 0.3s;
  line-height: 1.2;
  overflow: hidden;
}
.button-custom.button-custom-main {
  box-shadow: 0 0 0 2px #D7ED50;
  background-color: #D7ED50;
  color: #1B3044;
}
.button-custom.button-custom-main:hover {
  box-shadow: 0 0 0 2px #D7ED50;
  background-color: transparent;
  color: #D7ED50;
}
.button-custom.button-custom-secondary {
  box-shadow: 0 0 0 2px #1B3044;
  background: #1B3044;
  color: #D7ED50;
}
.button-custom.button-custom-secondary:hover {
  box-shadow: 0 0 0 2px #1B3044;
  background-color: transparent;
  color: #1B3044;
}
.button-custom.button-custom-light {
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  overflow: visible;
  padding: 0;
  min-width: 80px;
}
.button-custom.button-custom-light:before {
  top: 10px;
  z-index: -1;
  background-color: #D7ED50;
}
.button-custom.button-custom-light:hover {
  opacity: 1;
}
.button-custom.button-custom-light:hover:before {
  content: none;
}
.button-custom.button-custom-light:hover:after {
  bottom: 15px;
}
.button-custom.button-custom-light .button-text {
  display: inline-block;
  transition: all ease 0.1s;
  border-bottom: 1px solid #000;
}
.button-custom.button-custom-light:after {
  content: "";
  transition: all ease 0.2s;
  height: 20px;
  width: calc(100% + 10px);
  position: absolute;
  z-index: -1;
  bottom: -12px;
  left: -5px;
  pointer-events: none;
  background: #D7ED50;
}

.bg-white .button-custom.button-custom-main:hover {
  box-shadow: 0 0 0 2px #1B3044;
  background-color: transparent;
  color: #1B3044;
}

.bg-main .button-custom.button-custom-main {
  box-shadow: 0 0 0 2px #fff;
  background-color: transparent;
  color: #fff;
}
.bg-main .button-custom.button-custom-main:hover {
  box-shadow: 0 0 0 2px #1B3044;
  background-color: transparent;
  color: #1B3044;
}

.modal-backdrop {
  display: none !important;
}

.modal {
  background: rgba(0, 0, 0, 0.8);
}

.modal-header {
  background: #D7ED50;
  font-weight: 700;
}

.button-cta {
  display: inline-block;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 14px 50px;
}
.button-cta:before {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  transition: all linear 0.1s;
}
.button-cta .button-text {
  position: relative;
  z-index: 1;
}
.button-cta:hover {
  color: #000;
}
.button-cta:hover:before {
  width: 100%;
}

.scroll-top {
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  right: 10px;
  height: 50px;
  border-radius: 50%;
  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;
  background: #D7ED50;
}
.scroll-top.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.powered-by {
  margin-top: -15px;
}

section.content-section {
  position: relative;
}
section.content-section .title {
  max-width: 1200px;
}

section.intro-section {
  z-index: 5;
}
section.intro-section .content h3 {
  color: #1B3044;
}

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

.badge-holder .badge {
  background: #D7ED50;
  color: #000;
  text-decoration: none;
}

.animate-ajax {
  opacity: 0;
  transition: all ease 0.5s;
  transform: scale(0);
}
.animate-ajax.animate {
  opacity: 1;
  transform: scale(1);
}

.text-reset {
  text-decoration: none;
  color: inherit !important;
}

.bg-dark hr {
  border-color: rgba(255, 255, 255, 0.25);
}

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

.bg-main {
  background-color: #D7ED50 !important;
}

.bg-secondary {
  background-color: #1B3044 !important;
}

.mapboxgl-popup-content {
  position: relative;
  background: #000 !important;
  border-radius: 0px;
  font-size: 15px;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  border-top-color: #000 !important;
}

.mapboxgl-popup-close-button {
  color: #fff !important;
}

body.entry-id-222 #section-4 .columns .row .col-lg-4:nth-child(1) .title {
  min-width: 600px;
}

nav.menu.main-menu > ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 20px;
}
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: 14px 5px;
  position: relative;
  transition: all ease 0.5s;
  color: #fff;
}
nav.menu.main-menu > ul > li > a.active:before {
  content: "";
  height: 3px;
  width: 100%;
  border-radius: 4px;
  position: absolute;
  bottom: 7px;
  left: 0;
  background: #D7ED50;
}
nav.menu.main-menu > ul > li > a:hover {
  color: #D7ED50;
}
nav.menu.main-menu > ul > li > a:hover > span {
  color: #D7ED50;
}
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: #D7ED50;
}
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.main-menu > ul > li.has-children {
  position: relative;
}
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%);
}
nav.menu.main-menu > ul > li.has-children:hover > ul:after {
  width: 100%;
}
nav.menu.main-menu > ul > li.has-children > ul {
  margin: 0 auto;
  text-align: left;
  list-style: none;
  position: absolute;
  left: -10px;
  top: 100%;
  z-index: 10;
  border: none;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  min-width: 200px;
  transition: all ease 0.5s;
}
nav.menu.main-menu > ul > li.has-children > ul li {
  margin-bottom: 2px;
  transition: all ease 0.5s;
  overflow: hidden;
  position: relative;
}
nav.menu.main-menu > ul > li.has-children > ul li:last-child {
  border-bottom: none;
}
nav.menu.main-menu > ul > li.has-children > ul li.fw-bold a {
  font-weight: 700;
}
nav.menu.main-menu > ul > li.has-children > ul li a {
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 16px 20px;
  border-radius: 4px;
  transition: all ease 0.5s;
  text-decoration: none;
  display: block;
  background: #1B3044;
  color: #fff;
}
nav.menu.main-menu > ul > li.has-children > ul li a:hover {
  color: #1B3044;
  background: #D7ED50;
}
nav.menu.main-menu > ul > li.has-children > ul li a.current {
  color: #1B3044;
  background: #D7ED50;
}
nav.menu.footer-menu ul {
  margin: 0;
  padding: 0;
}
nav.menu.footer-menu ul li {
  display: inline-block;
  margin: 0 20px;
}
nav.menu.footer-menu ul li a {
  color: #fff;
  line-height: 1;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
nav.menu.footer-menu ul li a:hover {
  color: #D7ED50;
  border-color: #D7ED50;
}
nav.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.menu ul li {
  list-style: none;
}
nav.menu ul li.active a {
  color: #D7ED50;
}
nav.menu ul li a {
  color: #000;
  text-decoration: underline;
}
nav.menu ul li a:hover {
  color: #D7ED50;
}

section.space-section.space-remove {
  margin: -150px 0 0;
}
section.space-section.space-add {
  padding: 150px 0 0;
}

@keyframes splash {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% -475px;
  }
}
@-moz-keyframes splash {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% -475px;
  }
}
@-webkit-keyframes splash {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% -475px;
  }
}
@-ms-keyframes splash {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% -475px;
  }
}
@-o-keyframes splash {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% -475px;
  }
}
admin-bar.sticky {
  z-index: 999;
}

.image-wrap {
  display: inline-block;
  height: 500px;
  width: 500px;
  overflow: hidden;
  border-radius: 50%;
}
.image-wrap img {
  position: relative;
  top: -100px;
}

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

.social-links a:hover svg path {
  fill: #D7ED50;
}

section.columns-section .circle-lg {
  box-shadow: 0 0 0 10px #1B3044;
  height: 640px;
  width: 640px;
  bottom: -200px;
  left: -350px;
}

section.banner-section {
  overflow: hidden;
}
section.banner-section.banner-large {
  height: 100vh;
}
section.banner-section.banner-large .video {
  min-height: 100vh;
}
section.banner-section.banner-medium {
  height: 650px;
}
section.banner-section.banner-medium .video {
  min-height: 650px;
}
section.banner-section.banner-small {
  height: 450px;
}
section.banner-section.banner-small .content-holder {
  margin-top: 50px;
}
section.banner-section.banner-small .video {
  min-height: 450px;
}
section.banner-section.animateRun .video {
  opacity: 1;
}
section.banner-section.animateRun .image {
  opacity: 1;
}
section.banner-section.animateRun .content-holder {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}
section.banner-section.animateRun .content-holder > div {
  transform: translateX(0);
  opacity: 1;
}
section.banner-section.animateRun .circle {
  opacity: 1;
  transform: scale(1);
}
section.banner-section .content-holder {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 100%, 0% 100%, 0% 0);
  clip-path: polygon(0 0, 0 100%, 0% 100%, 0% 0);
  transition: ease all 0.5s;
  max-width: 780px;
  border-radius: 0 20px 20px 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
section.banner-section .content-holder > div {
  transition: all ease 1s;
  transform: translateX(-200px);
  opacity: 0;
  transition-delay: 0.5s;
}
section.banner-section .circle-sm {
  opacity: 0;
  transform: scale(0);
  transition: all ease 1s;
  transition-delay: 1s;
  z-index: -1;
  bottom: -63px;
  right: -40px;
}
section.banner-section .bg-holder {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
section.banner-section .bg-holder:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  opacity: 0.2;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: #1B3044;
}
section.banner-section .bg-holder:after {
  content: "";
  height: 300px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: linear-gradient(180deg, #1B3044 0%, transparent 100%);
}
section.banner-section .image {
  opacity: 0;
  background-position: center;
  background-attachment: fixed;
  transition: opacity 2s;
}
section.banner-section .video {
  opacity: 0;
  transition: opacity 2s;
  position: absolute;
  bottom: 0;
  object-fit: cover !important;
  height: 100%;
  width: 100%;
  min-width: 100%;
  transition-delay: 0.1s;
  z-index: 3;
}
section.banner-section .container {
  position: relative;
  z-index: 5;
}

section.intro-section .circle-xl {
  top: 0;
  right: -300px;
  transition: all ease 3s;
}
section.intro-section .circle-xl.circle-inview {
  top: -600px;
}

blockquote {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 300;
  font-size: 40px;
  max-width: 1200px;
  margin: 60px auto 20px;
  line-height: 1.2;
  display: block;
  text-align: center;
  position: relative;
}
blockquote:before {
  content: "";
  height: 39px;
  width: 44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url('data:image/svg+xml,<svg class="d-inline-block" xmlns="http://www.w3.org/2000/svg" width="44" height="39" viewBox="0 0 44 39" fill="none"><path d="M19.88 28.28C19.88 31.2667 18.9933 33.6933 17.22 35.56C15.4467 37.3333 13.0667 38.22 10.08 38.22C6.34667 38.22 3.73333 37.0533 2.24 34.72C0.746668 32.2933 0 29.3533 0 25.9C0 23.2867 0.56 20.3467 1.68 17.08C2.8 13.72 4.24667 10.5 6.02 7.42001C7.79333 4.34001 9.61334 1.86667 11.48 0L14 0.840008C12.4133 3.45334 10.9667 6.72001 9.66 10.64C8.35333 14.56 7.74667 18.1067 7.84 21.28V21.7C8.30667 21.0467 8.91333 20.6267 9.66 20.44C10.5 20.2533 11.2467 20.16 11.9 20.16C14.0467 20.16 15.9133 21 17.5 22.68C19.0867 24.36 19.88 26.2267 19.88 28.28ZM43.54 28.28C43.54 31.2667 42.6533 33.6933 40.88 35.56C39.1067 37.3333 36.7267 38.22 33.74 38.22C30.0067 38.22 27.3933 37.0533 25.9 34.72C24.4067 32.2933 23.66 29.3533 23.66 25.9C23.66 23.2867 24.22 20.3467 25.34 17.08C26.46 13.72 27.9067 10.5 29.68 7.42001C31.4533 4.34001 33.2733 1.86667 35.14 0L37.66 0.840008C36.0733 3.45334 34.6267 6.72001 33.32 10.64C32.0133 14.56 31.4067 18.1067 31.5 21.28V21.7C31.9667 21.0467 32.5733 20.6267 33.32 20.44C34.16 20.2533 34.9067 20.16 35.56 20.16C37.7067 20.16 39.5733 21 41.16 22.68C42.7467 24.36 43.54 26.2267 43.54 28.28Z" fill="%23D7ED50"></path></svg>');
  position: absolute;
  margin-bottom: 20px;
  top: -60px;
}
blockquote p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
blockquote u {
  text-decoration: none;
  position: relative;
}
blockquote u:after {
  content: "";
  height: 20px;
  width: calc(100% + 10px);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -5px;
  pointer-events: none;
  background: #D7ED50;
}

.list-style-checked ul {
  padding: 0;
  list-style: none;
}
.list-style-checked ul li {
  list-style: none;
  position: relative;
  padding-left: 42px;
  margin-bottom: 10px;
}
.list-style-checked ul li:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  left: 0;
  top: 7px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 22 22" fill="none"><rect x="0.5" y="0.5" width="21" height="21" stroke="none" rx="10.5" fill="%23D7ED50"/><path d="M15.5 7.88452L9.3125 14.1153L6.5 11.2831" stroke="%231B3044" stroke-width="2px"  stroke-linecap="round" stroke-linejoin="round"/><rect x="0.5" y="0.5" width="21" height="21" rx="10.5"  stroke="none"/></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: #000;
  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: #D7ED50;
  display: block;
}

.form-control {
  height: 50px;
  font-size: 18px;
  border-radius: 4px;
  border: none;
  color: #000;
}
.form-control::placeholder {
  font-weight: 300;
  color: #000;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #D7ED50;
}
.form-control:focus::placeholder {
  opacity: 0;
}

textarea.form-control {
  height: auto;
}
textarea.form-control::placeholder {
  opacity: 0.6;
  font-weight: 300;
  color: #000;
}

.form label {
  opacity: 0;
  transition: all ease 0.2s;
  font-size: 16px;
  font-weight: 500;
  color: #D7ED50;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (min-width: 2530px) {
  section.banner-section.banner-large {
    max-height: 990px;
  }
  section.banner-section.banner-large .video {
    min-height: 990px;
  }
}
@media (min-width: 1921px) {
  .main-wrapper,
header.main-header,
footer.main-footer,
main.main-content {
    max-width: 2030px;
    margin: 0 auto;
  }

  section.banner-section .content-holder {
    max-width: 1280px;
    padding-left: calc((2030px - 1300px) / 2);
  }
}
@media (min-width: 1500px) and (max-width: 1920px) {
  section.banner-section .content-holder {
    padding-left: calc((100vw - 1300px) / 2);
  }
}
@media (max-width: 1600px) {
  h1 big, .h1 big {
    font-size: 80px;
  }

  h2 big, .h2 big {
    font-size: 50px;
  }

  h4, .h4 {
    font-size: 18px;
  }

  section.banner-section .content-holder {
    padding-left: calc((1450px - 1350px) / 2);
  }

  section.banner-section .icon-holder {
    max-width: 350px;
  }

  .featured .pointer {
    bottom: -23px;
    left: 6px;
  }

  .pointer-holder:before {
    border-width: 3px;
    height: 30px;
    width: 30px;
  }

  .pointer-holder:after {
    border-width: 3px;
    height: 55px;
    width: 55px;
  }

  .featured .pointer {
    width: 70px;
    height: 90px;
  }

  .featured {
    max-width: 715px;
  }

  .description {
    font-size: 20px;
  }
  .description big {
    font-size: 22px;
  }

  .form-control {
    height: 48px;
    font-size: 16px;
  }

  .button-custom.button-custom-light:after {
    height: 15px;
  }

  section.sign-up-section .bg-main {
    max-width: 1250px;
  }

  .button-custom {
    max-height: 46px;
    font-size: 14px;
    padding: 14px 20px;
  }

  header.main-header .button-custom {
    max-height: 46px;
  }

  nav.menu.main-menu > ul > li {
    margin: 0 10px;
  }

  nav.menu.main-menu > ul > li > a {
    font-size: 17px;
  }

  header.main-header .logo img {
    max-height: 75px;
  }

  .circle.circle-sm {
    height: 120px;
    width: 120px;
  }

  .circle.circle-xl {
    height: 690px;
    width: 690px;
  }

  section.banner-section .circle-sm {
    bottom: -55px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  nav.menu.main-menu > ul > li {
    margin: 0 10px;
  }

  nav.menu.main-menu {
    margin-right: 15px !important;
  }
}
@media (max-width: 1400px) {
  body {
    font-size: 16px;
  }

  h2, .h2 {
    font-size: 34px;
  }

  h4 big, .h4 big {
    font-size: 21px;
  }

  blockquote {
    font-size: 32px;
    max-width: 1000px;
  }

  .button-custom.button-custom-light {
    font-size: 16px;
  }

  section {
    margin-bottom: 100px;
  }

  section.space-section.space-remove {
    margin: -100px 0 0;
  }

  section.space-section.space-add {
    margin: 100px 0 0;
  }

  section.banner-section .content-holder {
    padding-left: calc((1396px - 1140px) / 2);
  }

  .gallery figure img {
    max-height: 67px;
  }

  section.image-boxes .image-box figure.image-holder {
    max-width: 450px;
  }

  .circle.circle-md {
    height: 450px;
    width: 450px;
  }

  section.columns-section .circle-lg {
    height: 500px;
    width: 500px;
  }

  .image-wrap {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  main.main-content:before {
    height: 95px;
  }

  section.banner-section .content-holder {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  }

  section.banner-section .content-holder > div {
    transform: translateX(0);
    opacity: 1;
  }

  section.banner-section .circle {
    opacity: 1;
    transform: scale(1);
  }

  section.banner-section .circle-sm {
    border: 5px solid #D7ED50;
  }

  .columns .column-holder {
    opacity: 1;
  }

  .columns .cris-cross span:nth-child(1) {
    height: 100%;
  }

  .columns .cris-cross span:nth-child(2) {
    width: 100%;
  }

  section.columns-section .circle-lg {
    bottom: 260px;
    left: -515px;
    height: 600px;
    width: 600px;
  }

  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);
  }
  body.menu-open header.main-header nav.menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: all;
  }
  body.menu-open .main-content {
    transition: all ease 0.3s;
    transform: translateX(-240px);
  }

  header.main-header nav.menu {
    display: block;
    position: fixed;
    box-shadow: -50px 50px 50px rgba(255, 255, 255, 0.25);
    background-repeat: repeat;
    pointer-events: none;
    background-color: #1B3044;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all ease 0.3s;
    margin: 0;
    width: 240px;
    max-width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    padding-top: 80px;
    overflow: auto;
    padding-bottom: 0px;
    z-index: 999;
  }

  nav.menu.main-menu > ul {
    position: relative;
    z-index: 4;
  }
  nav.menu.main-menu > ul > li.has-children > a:after {
    content: none;
  }
  nav.menu.main-menu > ul > li.has-children:hover > a {
    color: #fff;
  }
  nav.menu.main-menu > ul > li.has-children:hover > a:after {
    content: none;
  }
  nav.menu.main-menu > ul > li.has-children > ul {
    padding: 0;
    height: auto;
    background: transparent;
    visibility: visible;
    opacity: 1;
    left: 0;
    pointer-events: all;
    position: relative;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    -webkit-transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
  }
  nav.menu.main-menu > ul > li.has-children > ul li {
    opacity: 1;
    display: block;
    margin-bottom: 0;
    transform: translateX(0px);
  }
  nav.menu.main-menu > ul > li.has-children > ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
  }
  nav.menu.main-menu > ul > li.has-children > ul li a:before {
    content: none;
  }
  nav.menu.main-menu > ul > li.has-children > ul li > a {
    padding: 15px 25px;
  }
  nav.menu.main-menu > ul > li.has-children > ul li a.current {
    color: #D7ED50;
  }
  nav.menu.main-menu > ul > li.has-children > ul:before {
    width: 100%;
  }
  nav.menu.main-menu > ul > li.has-children > ul:after {
    content: none;
  }
  nav.menu.main-menu > ul > li.has-children > ul > li {
    position: relative;
    z-index: 2;
  }
  nav.menu.main-menu > ul > li.has-children > ul li.has-children.on > a {
    color: #fff;
  }
  nav.menu.main-menu > ul > li {
    display: block;
    position: relative;
    margin: 0;
  }
  nav.menu.main-menu > ul > li > a.active:before {
    content: none;
  }
  nav.menu.main-menu > ul > li:first-child > a {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  nav.menu.main-menu > ul > li > a {
    font-size: 18px;
    padding: 20px 25px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  nav.menu.main-menu > ul > li > a.current {
    border-left: 5px solid #D7ED50;
  }
  nav.menu.main-menu > ul > li > a:hover {
    color: #fff;
  }
  nav.menu.main-menu > ul > li.has-children.on > a {
    color: #fff;
  }
  nav.menu.main-menu > ul > li.has-children.on:hover > a {
    color: #fff;
  }
  nav.menu.main-menu ul li.has-children {
    transition: none;
  }
  nav.menu.main-menu ul li.has-children.on {
    background: linear-gradient(176deg, #101643, #ff7f097a);
  }

  nav.main-menu .has-children .arrow {
    cursor: pointer;
    border: none;
    height: 60px;
    text-align: center;
    padding: 0;
    width: 56px;
    border-radius: 0px;
    top: 0;
    right: 0;
    color: #2C3E50FF;
    background: transparent;
    display: block;
    position: absolute;
    font-size: 20px;
    line-height: 52px;
  }
  nav.main-menu .has-children .arrow:after {
    content: "";
    width: 14px;
    height: 8px;
    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;
    display: inline-block;
  }
  nav.main-menu .has-children .arrow:before {
    content: "";
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
    left: 0;
    position: absolute;
    top: 0px;
  }
  nav.main-menu .has-children .has-children .has-children ul {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 10px 0;
  }
  nav.main-menu .has-children ul {
    display: none;
    border-bottom: 1px solid #ddd;
  }
  nav.main-menu .has-children.on > .arrow: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>');
  }

  section.banner-section .content-holder {
    padding-left: calc((1054px - 960px) / 2);
  }

  .circle.circle-xl {
    height: 490px;
    width: 490px;
  }

  .circle.circle-md {
    height: 350px;
    width: 350px;
  }

  .image-wrap {
    height: 350px;
    width: 350px;
  }

  .image-boxes.image-boxes-left .image-box:nth-child(odd) .circle-md {
    top: -30px;
    left: -30px;
  }

  .image-boxes.image-boxes-right .image-box:nth-child(even) .circle-md {
    top: -30px;
    left: 30px;
  }

  .image-boxes.image-boxes-right .image-box:nth-child(odd) .circle-md {
    bottom: -30px;
    left: -30px;
  }
}
@media (max-width: 992px) {
  header.main-header .logo img {
    max-height: 55px;
  }

  header.main-header.sticky .logo img {
    max-height: 55px;
  }

  section.banner-section .content-holder {
    padding-left: calc((798px - 720px) / 2);
  }

  .circle.circle-md {
    height: 250px;
    width: 250px;
  }

  .image-wrap {
    height: 250px;
    width: 250px;
  }

  .image-boxes.image-boxes-right .image-box:nth-child(odd) .circle-md {
    bottom: -20px;
    right: -20px;
  }

  .image-boxes.image-boxes-right .image-box:nth-child(odd) .circle-md {
    bottom: -30px;
    left: inherit;
    right: -30px;
  }

  .image-boxes.image-boxes-right .image-box:nth-child(even) .circle-md {
    top: -30px;
    left: -30px;
  }

  section.intro-section .circle-xl {
    top: -350px;
  }

  .gallery figure img {
    max-height: 80px;
  }

  .icon-boxes .icon-box.icon-box-border:after {
    content: none;
  }

  h3 big, .h3 big {
    font-size: 40px;
  }

  h3, .h3 {
    font-size: 24px;
  }

  .columns .column h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 35px;
    line-height: 1.2;
  }

  h1 big, .h1 big {
    font-size: 50px;
  }

  h3 small, .h3 small {
    font-size: 22px;
  }

  h2, .h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  h2 big, .h2 big {
    font-size: 34px;
    display: inline-block;
    line-height: 1.2;
  }

  h1.h2 big {
    font-size: 24px;
    display: inline-block;
    line-height: 1.2;
  }

  h3, .h3 {
    font-size: 22px;
  }

  h1 small, .h1 small {
    font-size: 28px;
  }

  h4, .h4 {
    font-size: 20px;
  }

  section {
    margin-bottom: 50px;
  }

  blockquote {
    font-size: 26px;
  }

  blockquote u:after {
    height: 10px;
  }

  section.sign-up-section {
    margin-bottom: 0;
  }
  section.sign-up-section .rounded-2 {
    border-radius: 0px !important;
  }

  main.main-content:before {
    height: 70px;
  }

  .description {
    font-size: 18px;
  }

  .share-links .dropdown-menu {
    display: block;
    position: relative;
    top: 0px;
    padding: 0 !important;
  }

  .entry-id-4 #section-10 .icon-boxes {
    display: flex;
    flex-wrap: wrap;
  }
  .entry-id-4 #section-10 .icon-boxes .icon-box {
    text-align: center;
  }

  .gallery figure img {
    max-height: 65px;
  }

  .icon-boxes .icon-box .title {
    font-size: 36px;
  }

  .pointer-holder {
    position: absolute;
    left: 5px;
    top: 140px;
    transform: scale(0.8);
  }

  section.banner-section .content-holder {
    padding-left: 1rem;
  }

  section.intro-section .circle-xl {
    top: -30px;
    opacity: 0.7;
    border-width: 10px;
  }

  body.entry-id-222 #section-4 .columns .row .col-lg-4:nth-child(1) .title {
    min-width: inherit;
  }

  header.main-header .logo img {
    max-height: 45px;
  }

  .banner-logo img {
    max-height: 65px;
  }

  .description big {
    font-size: 18px;
  }

  .columns {
    height: inherit !important;
  }
  .columns .h-100 {
    height: inherit !important;
  }

  .image-boxes.image-boxes-right .image-box:nth-child(odd) .col-holder {
    order: 2;
  }

  .image-boxes .image-box .image-holder {
    margin-bottom: 30px;
  }

  section.columns-section .circle-lg {
    opacity: 0.2;
    border-width: 50px;
    left: -350px;
  }

  .image-wrap {
    height: 300px;
    width: 300px;
  }

  .circle.circle-md {
    height: 300px;
    width: 300px;
  }

  .icon-boxes .icon-box:before {
    content: "";
    bottom: 20px;
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }

  .button-custom {
    min-width: 80px;
  }

  section.banner-section .icon-holder {
    max-width: 280px;
  }

  section.banner-section.banner-medium {
    height: 500px;
  }
}
@media (max-width: 380px) {
  section.banner-section .icon-holder {
    max-width: 240px;
  }

  section.banner-section .content-holder {
    min-width: 300px;
  }
}
@media (min-width: 1200px) {
  article blockquote {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=style.css.map */
