@charset "UTF-8";
body {
  color: #261A32;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  background: #AFCBE3;
}

html {
  font-size: 100%;
}

/*
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: $black;
    font-family: $noto;
}*/
h1,
.h1 {
  font-size: 42px;
  font-weight: normal;
  color: #261A32;
  font-family: "Sora", sans-serif;
}

h2,
.h2 {
  font-size: 32px;
  font-weight: normal;
  color: #261A32;
  font-family: "Sora", sans-serif;
}

h3,
.h3 {
  font-size: 28px;
  font-weight: normal;
  color: #261A32;
  font-family: "Sora", sans-serif;
}

h4,
.h4 {
  font-size: 20px;
  font-weight: 700;
  color: #261A32;
  font-family: "Noto Sans", sans-serif;
}

h5,
.h5 {
  font-size: 18px;
  font-weight: 700;
  color: #261A32;
  font-family: "Noto Sans", sans-serif;
}

h6,
.h6 {
  font-size: 16px;
  font-weight: 700;
  color: #261A32;
  font-family: "Noto Sans", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
}

h2.main_title {
  font-size: 28px;
}

.move-from-left {
  position: relative;
  left: -10vw;
}

p {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #261A32;
  font-family: "Noto Sans", sans-serif;
}

p.bold {
  font-weight: 700;
  color: #A5A5A5;
}

p.has-large-font-size {
  font-size: 20px !important;
  line-height: 40px !important;
  font-weight: 300;
  color: #261A32;
}

p.has-x-large-font-size {
  font-size: 30px !important;
  line-height: 1.5 !important;
  font-weight: 300;
  color: #261A32;
}

a {
  color: #10204E;
  font-weight: 600;
  text-decoration: underline;
}
a:hover {
  color: #261A32;
  text-decoration: underline;
  text-decoration-style: solid !important;
}

b,
strong {
  font-weight: 700;
}

p a,
li a {
  font-weight: normal;
  text-decoration: underline;
  color: #261A32;
}

.container-fluid {
  padding-left: 44px;
  padding-right: 44px;
  max-width: 1440px;
}

.btn_sm {
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  font-size: 16px;
  color: #261A32;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  padding: 18px 22px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  background-color: #9BFFE8;
  border-radius: 32px;
  text-decoration: none;
  border: 0;
}
.btn_sm:hover {
  background-color: #FFD997;
  color: #261A32;
  text-decoration: none;
}
.btn_sm img {
  margin-right: 10px;
}
.main_wrapper .gform_button,
.main_wrapper .gform-button,
.main_wrapper .wp-block-button__link,
.main_wrapper .wp-block-kadence-advancedbtn .kb-button,
.home .gform_button,
.home .gform-button,
.home .wp-block-button__link,
.home .wp-block-kadence-advancedbtn .kb-button {
  -webkit-transition: background-color 200ms ease-out !important;
  transition: background-color 200ms ease-out !important;
  font-size: 16px !important;
  color: #261A32 !important;
  font-family: "Sora", sans-serif !important;
  font-weight: 700 !important;
  padding: 18px 22px !important;
  text-decoration: none !important;
  display: inline-block !important;
  text-align: center !important;
  position: relative !important;
  background-color: #9BFFE8 !important;
  border-radius: 32px !important;
  text-decoration: none !important;
  border: 0 !important;
  line-height: 24px !important;
}
.main_wrapper .gform_button:hover,
.main_wrapper .gform-button:hover,
.main_wrapper .wp-block-button__link:hover,
.main_wrapper .wp-block-kadence-advancedbtn .kb-button:hover,
.home .gform_button:hover,
.home .gform-button:hover,
.home .wp-block-button__link:hover,
.home .wp-block-kadence-advancedbtn .kb-button:hover {
  background-color: #FFD997 !important;
  color: #261A32 !important;
  text-decoration: none !important;
}
.main_wrapper .gform_button img,
.main_wrapper .gform-button img,
.main_wrapper .wp-block-button__link img,
.main_wrapper .wp-block-kadence-advancedbtn .kb-button img,
.home .gform_button img,
.home .gform-button img,
.home .wp-block-button__link img,
.home .wp-block-kadence-advancedbtn .kb-button img {
  margin-right: 10px;
}
.main_wrapper .gform_button:focus,
.main_wrapper .gform-button:focus,
.main_wrapper .wp-block-button__link:focus,
.main_wrapper .wp-block-kadence-advancedbtn .kb-button:focus,
.home .gform_button:focus,
.home .gform-button:focus,
.home .wp-block-button__link:focus,
.home .wp-block-kadence-advancedbtn .kb-button:focus {
  border: 0 !important;
}

.gform_wrapper .gform-button:hover,
.gform_wrapper .gform_button:hover {
  background: #FFD997 !important;
}

.date {
  font-weight: 300;
  font-family: "Noto Sans", sans-serif;
  color: #261A32;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.container {
  max-width: 1200px;
}

.short_container {
  max-width: 900px;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
}

.form-control {
  min-height: 55px;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #7A7A7A;
  border-radius: 8px;
}

.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.sm-gutters > .col,
.sm-gutters > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.main_wrapper select {
  background: #fafafa url("../img/select_arrow.svg") no-repeat right center !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 15px top 20px !important;
  min-width: 130px;
  background-size: 16px;
  border-radius: 8px;
  min-height: 55px;
  font-weight: 300;
  color: #261A32;
  padding-right: 30px !important;
  /* background-image: url(../img/select-arrow.svg) !important;
  background-repeat: no-repeat !important;*/
}
.main_wrapper select.form-control {
  color: #261A32;
  cursor: pointer;
}

.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../img/select_arrow.svg);
  width: 14px;
  height: 7px;
  top: 25px;
  right: 15px;
  background-repeat: no-repeat;
}

.search-box .btn {
  position: absolute;
  right: -80px;
  top: 0px;
  height: 100%;
  z-index: 9;
  background: #9BFFE8;
  border-radius: 40px;
  min-width: 120px;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
.search-box .btn:hover {
  background: #FFD997;
}
.search-box .form-control {
  color: #261A32;
  border: 0;
  background: #ffffff;
  border-radius: 32px;
}
.search-box ::-webkit-input-placeholder {
  color: #261A32;
}
.search-box ::-moz-placeholder {
  color: #261A32;
}
.search-box :-ms-input-placeholder {
  color: #261A32;
}
.search-box :-moz-placeholder {
  color: #261A32;
}

label.title {
  font-weight: normal;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #002377;
}

::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

.main_header {
  position: fixed;
  background: rgba(222, 249, 255, 0.6);
  backdrop-filter: blur(25px);
  z-index: 99;
  width: 100%;
  top: 0px;
}
.main_header a {
  text-decoration: none;
  font-weight: 700;
  color: #194F7E;
}
.main_header .navbar {
  padding: 0px;
}
.main_header .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  margin-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.main_header .navbar-brand img {
  margin-right: 10px;
}
.main_header .navbar-collapse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main_header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_header .top_header_cont {
  margin-left: auto;
  z-index: 9;
  padding-top: 6px;
}
.main_header .navbar ul {
  list-style: none;
  padding: 0;
}
.main_header .social_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
}
.main_header .social_media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0px;
  list-style: none;
  visibility: visible;
}
.main_header .social_media ul li {
  margin-right: 5px;
}
.main_header .social_media a {
  padding: 3px 3px;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #000000;
}
.main_header .social_media a img {
  max-width: 18px;
  max-height: 16px;
}
.main_header .social_media a:hover {
  background: #261A32;
}
.main_header .top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main_header .top_menu .top_inner_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 20px;
}
.main_header .top_menu .top_inner_menu a {
  color: #000000;
  font-size: 15px;
  padding: 8px 12px;
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  position: relative;
}
.main_header .top_menu .top_inner_menu a:hover {
  color: #261A32;
  text-decoration: underline;
}
.main_header .top_menu .top_inner_menu li:last-child a::after {
  display: none;
}
.main_header .top_menu .top_inner_menu li.current_page_item a {
  text-decoration: underline;
}
.main_header .top_menu .soc_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_header .top_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 0px;
  padding-left: 20px;
}
.main_header .top_search .searchbardiv {
  max-width: 250px;
  display: none;
}
.main_header .top_search .innericon {
  background-image: url(../img/search-grey.svg) !important;
  background-size: 18px !important;
}
.main_header .top_search .asp_main_container {
  overflow: visible !important;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
  border-bottom: 1px solid #fff !important;
}
.main_header .top_search .probox {
  border: 0 !important;
  overflow: visible !important;
  height: auto;
  background: none !important;
  min-width: 185px;
}
.main_header .top_search .probox .proinput {
  margin: 0px !important;
}
.main_header .top_search .proinput input.orig {
  font-family: "Sora", sans-serif !important;
  font-size: 12px !important;
  color: #fff !important;
  border-bottom: 0 !important;
  padding-bottom: 4px !important;
  font-weight: normal !important;
  font-style: italic;
}
.main_header .top_search ::-webkit-input-placeholder {
  font-family: "Sora", sans-serif !important;
  font-size: 12px !important;
  color: #fff !important;
  font-weight: normal !important;
  font-style: italic;
}
.main_header .top_search ::-moz-placeholder {
  font-family: "Sora", sans-serif !important;
  font-size: 12px !important;
  color: #fff !important;
  font-weight: normal !important;
  font-style: italic;
}
.main_header .top_search :-ms-input-placeholder {
  font-family: "Sora", sans-serif !important;
  font-size: 12px !important;
  color: #fff !important;
  font-weight: normal !important;
  font-style: italic;
}
.main_header .top_search :-moz-placeholder {
  font-family: "Sora", sans-serif !important;
  font-size: 12px !important;
  color: #fff !important;
  font-weight: normal !important;
  font-style: italic;
}
.main_header .top_search .promagnifier {
  background: none !important;
  border-radius: 0px 0px 0px 0px !important;
}
.main_header .top_search input.orig,
.main_header .top_search .probox,
.main_header .top_search .promagnifier,
.main_header .top_search .innericon,
.main_header .top_search .proclose {
  height: 32px !important;
}
.main_header .nav_bottom {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_header .nav_bottom .mega-dropdown-menu {
  display: none;
}
.main_header .navbar-nav > li:focus-within > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.main_header .navbar-nav > li {
  position: relative;
  margin: 0px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_header .navbar-nav > li > a {
  font-size: 16px;
  padding: 23px 15px 23px 15px !important;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 24px;
  position: relative;
  color: #261A32 !important;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
}
.main_header .navbar-nav > li > a::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 15px;
  width: calc(100% - 28px);
  background: #003DA6;
  -webkit-transition: opacity 200ms ease-out, background 200ms ease-out;
  transition: opacity 200ms ease-out, background 200ms ease-out;
  height: 4px;
  opacity: 0;
}
@media (min-width: 1200px) {
  .main_header .navbar-nav > li:hover .dropdown-menu,
  .main_header .navbar-nav > li:hover .megamenu,
  .main_header .navbar-nav > li:hover .mega-dropdown-menu {
    display: block;
  }
}
.main_header .navbar-nav > li:hover > a::after {
  opacity: 1;
}
.main_header .navbar-nav > li.menu-item-object-login > a {
  color: #003DA6 !important;
}
.main_header .navbar-nav > li.menu-item-object-logout > a {
  color: #003DA6 !important;
}
.main_header .navbar-nav .dropdown-menu {
  width: 170px;
  border-radius: 0px;
  padding: 20px 12px;
  text-align: left;
  margin-top: 0;
  left: -10px;
  background: #DEF9FF;
  top: 100%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 15px;
  z-index: 99;
  backdrop-filter: blur(100px);
}
.main_header .navbar-nav .dropdown-menu > li {
  margin-bottom: 20px;
  position: relative;
}
.main_header .navbar-nav .dropdown-menu > li > a {
  color: #261A32;
  text-align: left;
  display: inline;
  font-size: 16px;
  font-weight: normal;
  padding: 0px;
  position: relative;
  background: none;
}
.main_header .navbar-nav .dropdown-menu > li > a:hover {
  color: #261A32;
  text-decoration: none;
}
.main_header .navbar-nav .dropdown-menu > li > a:hover::after {
  opacity: 1;
}
.main_header .navbar-nav .dropdown-menu > li > a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: calc(100% + 2px);
  background: #003DA6;
  -webkit-transition: opacity 200ms ease-out, background 200ms ease-out;
  transition: opacity 200ms ease-out, background 200ms ease-out;
  height: 4px;
  opacity: 0;
}
.main_header .navbar-nav .dropdown-menu > li ul {
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 0px;
  display: none;
}
.main_header .navbar-nav .dropdown-menu > li ul li {
  margin-bottom: 10px;
}
.main_header .navbar-nav .dropdown-menu > li ul li a {
  font-size: 14px;
  font-weight: normal;
}
.main_header .navbar-nav .dropdown-menu .current_page_item a,
.main_header .navbar-nav .dropdown-menu .current-menu-item a {
  font-weight: 700;
}
.main_header .plus-minus {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 15px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_header .plus-minus::after {
  content: "+";
  position: absolute;
  color: #261A32;
  font-weight: 300;
  /*background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 12px;*/
  color: #828181;
  font-size: 28px;
}
.main_header .plus-minus.minus-icon::after {
  /*  transform: rotate(180deg);*/
  content: "-";
}
.main_header .navbar-nav > li.current_page_ancestor > a:after,
.main_header .navbar-nav > li.current-menu-ancestor > a:after,
.main_header .navbar-nav > li.current-page-parent > a:after,
.main_header .navbar-nav > li.current_page_item > a:after,
.main_header .navbar-nav > li.current-menu-item > a:after,
.main_header .navbar-nav > li.current-page-ancestor > a:after,
.main_header .navbar-nav > li.current_page_parent > a:after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 15px;
  width: calc(100% - 28px);
  background: #003DA6;
  -webkit-transition: opacity 200ms ease-out, background 200ms ease-out;
  transition: opacity 200ms ease-out, background 200ms ease-out;
  height: 4px;
  opacity: 1;
}

.select_language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 2px;
  position: relative;
}
.select_language select {
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/globe.svg) !important;
  background-repeat: no-repeat;
  font-size: 15px;
  color: #000000 !important;
  font-weight: 400;
  background-position: right;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select_language select option {
  font-size: 16px;
}
.select_language select:hover {
  color: #261A32 !important;
  text-decoration: underline !important;
}
.select_language select::-ms-expand {
  display: none;
}
.select_language > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gradient_wrap {
  background-image: url(../img/Hero\ gradient\ animation_page.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-position: top;
}

.main_banner {
  padding-top: 70px;
  position: relative;
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: 9;
}
.main_banner .banner-content {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main_banner .banner-content .btn_sm {
    width: 100%;
  }
}
.main_banner .banner-content .btn_sm:hover {
  background: #FFEBC7;
}
.main_banner h1 {
  line-height: 56px;
  margin-bottom: 12px;
}
.main_banner h1 span {
  font-weight: 500;
}
.main_banner h2 {
  font-size: 24px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 35px;
}
.main_banner .carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main_banner .carousel-item img {
  width: 100%;
  max-height: calc(100vh - 200px);
  min-height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_banner .carousel-caption {
  left: 10%;
  right: 10%;
  text-align: left;
  max-width: 950px;
  bottom: 30%;
  top: auto;
  position: absolute;
  width: 1200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main_banner .carousel-control-next {
  width: auto;
  right: 10%;
}
.main_banner .carousel-control-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main_banner .carousel-control-prev {
  width: auto;
  left: 10%;
}
.main_banner .carousel-control-next,
.main_banner .carousel-control-prev {
  opacity: 1;
}
.main_banner .carousel-control-next:hover,
.main_banner .carousel-control-prev:hover {
  opacity: 0.8;
}
.main_banner .carousel-control-next img,
.main_banner .carousel-control-prev img {
  max-width: 40px;
}

.client_sliders {
  bottom: 50px;
  left: 0px;
  position: absolute;
  z-index: 9;
}
.client_sliders .slider_row {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.client_sliders .slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll linear infinite;
          animation: scroll linear infinite;
}
.client_sliders .slide_item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px 0px;
  /* min-width: 280px;*/
}
.client_sliders .slide_item span {
  font-family: "Sora", sans-serif;
  font-size: 18px;
  color: #261A32;
  font-weight: 700;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.marquee-wrapper .marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
  will-change: transform;
}
.marquee-wrapper .marquee-track .slide_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.icon_list {
  list-style: none;
  padding: 0px;
  margin-bottom: 40px;
}
.icon_list li {
  margin-bottom: 16px;
}
.icon_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.icon_list li a span.icon {
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #261A32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
.icon_list li a span.txt {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.icon_list li a:hover span.icon {
  background: #9BFFE8;
}
.icon_list li a:hover span.icon svg path {
  fill: #261A32;
}
.icon_list li a:hover .txt {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.main_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #261A32;
}
.main_link span.icon {
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #261A32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
.main_link span.txt {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.main_link:hover {
  text-decoration: none;
}
.main_link:hover span.icon {
  background: #9BFFE8;
}
.main_link:hover span.icon svg path {
  fill: #261A32;
}
.main_link:hover .txt {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.scroll-arrow {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .scroll-arrow {
    top: -10px;
  }
}

.arrow-container {
  width: 25px;
  -webkit-animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
          animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
  height: 20px;
}

@-webkit-keyframes bounce {
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes bounce {
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.title_p p {
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .title_p p {
    font-size: 16px;
    line-height: 24px;
  }
}
.title_p h2 {
  margin-bottom: 18px;
}

.our_specials {
  position: relative;
}
.our_specials .os_content {
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 104px 104px;
  border-radius: 28px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .our_specials .os_content {
    padding: 24px;
    margin-bottom: 0px;
  }
  .our_specials .os_content .row_os {
    padding-bottom: 10px;
  }
}
.our_specials .list_wrap {
  padding-top: 30px;
  padding-left: 50px;
  position: relative;
  z-index: 9;
}
.our_specials .row_os {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-bottom: 50px;
}
.our_specials .laptop-frame {
  position: absolute;
  width: 85%;
  max-width: 850px;
  min-width: 850px;
  right: 6%;
  top: -20px;
}
.our_specials .frame-image {
  width: 100%;
  display: block;
}
.our_specials .screen {
  position: absolute;
  top: 20px;
  left: auto;
  width: 66%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  right: 20px;
}
.our_specials .screen .carousel-inner img {
  width: 100%;
  /* height: 100%;*/
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .our_specials .list_wrap {
    padding-left: 25px;
    width: 100%;
  }
  .our_specials .list_wrap .btn_sm {
    width: 100%;
  }
  .our_specials .laptop-frame {
    display: none;
  }
}
@media (min-width: 768px) {
  .our_specials .btn_sm {
    margin-left: -30px;
  }
}

.our_features {
  padding-top: 40px;
  padding-bottom: 50px;
}

.ftr_row {
  margin-left: -12px;
  margin-right: -12px;
  padding-top: 25px;
  padding-bottom: 20px;
}
.ftr_row .ftr_col {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.ftr_info {
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 16px;
  padding: 24px 24px;
  height: 100%;
}
@media (max-width: 767px) {
  .ftr_info {
    padding: 24px;
  }
}
.ftr_info h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.ftr_info h3 img {
  margin-right: 8px;
}
.ftr_info p {
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .ftr_info p {
    line-height: 24px;
  }
}

.testimonials {
  padding: 50px 0px;
}
.testimonials .testi_content {
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 104px;
  border-radius: 28px;
}
@media (max-width: 767px) {
  .testimonials .testi_content {
    padding: 24px 24px 60px 24px;
  }
}
.testimonials .testi_content p {
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
  line-height: 40px;
  color: #261A32;
  margin-bottom: 10px;
}
.testimonials .testi_content p.author {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}
.testimonials .testi_content p.author a {
  font-weight: 300;
  text-decoration: none;
}
@media (max-width: 767px) {
  .testimonials .testi_content p {
    font-size: 22px;
    line-height: 33px;
  }
}
.testimonials .testi_content .slick-slider {
  margin-bottom: 0px;
}
.testimonials .testi_content.no-background {
  background: none;
  padding: 60px 0px;
}
.testimonials .slick-slide {
  min-height: 300px;
  height: auto;
}
.testimonials .slick-dots {
  padding-bottom: 5px;
  bottom: -135px;
  z-index: 9;
}
.testimonials .slick-dots li {
  width: auto;
  height: auto;
}
.testimonials .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #A5A5A5;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.testimonials .slick-dots li button::before {
  display: none;
}
.testimonials .slick-dots li.slick-active button {
  background: #7A7A7A;
  width: 12px;
  height: 12px;
}

.testimonials_team {
  padding: 50px 0px;
}

@media (min-width: 992px) {
  .home .signup_info {
    padding-bottom: 80px;
    margin-top: 15px;
  }
}
.signup_info {
  padding-top: 60px;
  padding-bottom: 60px;
}
.signup_info .title_p {
  text-align: center;
  margin-bottom: 35px;
}
.signup_info .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.signup_info .ginput_container input {
  background: #fff !important;
  width: 100% !important;
  border-radius: 32px !important;
  border: 0px !important;
  min-height: 61.5px !important;
  min-width: 460px;
  color: #7A7A7A;
  padding: 15px 20px !important;
  outline: none;
}
.signup_info .ginput_container input:focus {
  border: 0 !important;
}
@media (max-width: 767px) {
  .signup_info .ginput_container input {
    min-width: 100%;
  }
}
.signup_info .gfield--type-submit {
  position: absolute;
  right: 0px;
  top: 0px;
}
.signup_info .gfield--type-submit input:focus {
  border: 0 !important;
}
.signup_info .gform_footer {
  padding: 0px !important;
}
.signup_info .gform-button {
  line-height: 26px !important;
}
.signup_info .gform-loader {
  position: absolute !important;
  bottom: -20px;
  right: 0px;
}
.signup_info .gform_confirmation_message {
  text-align: center;
}

.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.NewsMettings {
  padding-top: 50px;
  padding-bottom: 60px;
}

.top-Title {
  margin-bottom: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-Title h2 {
  margin-bottom: 0px;
}
.top-Title P {
  color: #A5A5A5;
  font-size: 20px;
  font-family: "Sora", sans-serif;
  padding-top: 20px;
  font-weight: 600;
}

.home-bottom-area {
  position: relative;
  overflow: hidden;
}

.home-footer-background {
  position: absolute;
  z-index: -9;
  right: -100%;
  bottom: -50%;
}
.home-footer-background img {
  max-width: unset;
}

.inner-top-gradient {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -9;
  overflow: hidden;
  width: 100%;
  text-align: right;
}
.inner-bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -9;
  overflow: hidden;
  width: 100%;
}
.inner-bottom-gradient img {
  max-width: unset;
  width: 100%;
}

.footer {
  position: relative;
  background: #261A32;
  padding: 120px 0px;
}
.footer a {
  color: #ffffff;
}
.footer .footer_logo {
  margin-bottom: 40px;
}
.footer .foot_media ul {
  list-style: none;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px;
}
.footer .foot_media ul li {
  margin-right: 40px;
}
.footer .foot_media ul li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
}
.footer .foot_media ul li a img {
  /* transition: filter 200ms ease-out;*/
}
.footer .foot_media ul li a:hover {
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
.footer .foot_media ul li a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(1%) sepia(77%) saturate(1660%) hue-rotate(166deg) brightness(90%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(1%) sepia(77%) saturate(1660%) hue-rotate(166deg) brightness(90%) contrast(102%);
}
.footer .footer_right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 700px;
}
@media (min-width: 768px) {
  .footer .footer_right {
    grid-column-gap: 20px;
  }
}
.footer .footer_right span {
  color: #ffffff;
  margin-bottom: 20px;
}
.footer .footer_right .foot_col ul {
  list-style: none;
  padding: 0px;
}
.footer .footer_right .foot_col ul li {
  margin-bottom: 24px;
}
.footer .footer_right .foot_col ul li a {
  text-decoration: none;
  font-weight: normal;
  color: #FAFAFA;
  position: relative;
  display: table;
}
.footer .footer_right .foot_col ul li a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 0;
  width: 100%;
  background: #9BFFE8;
  -webkit-transition: opacity 200ms ease-out, background 200ms ease-out;
  transition: opacity 200ms ease-out, background 200ms ease-out;
  height: 4px;
  background: #9BFFE8;
  opacity: 0;
}
.footer .footer_right .foot_col ul li a:hover::after {
  opacity: 1;
}

.gray,
.grey {
  background-color: #FAFAFA;
  color: #000000;
}

.lightblue {
  background-color: #E9EEF5;
}

.lightgray,
.lightgrey {
  background-color: #EEE;
}

.blue {
  background-color: #10204E;
}

.black {
  background: #000000;
}

.main_wrapper > section {
  padding: 50px 0px;
}

.acc__card {
  margin-bottom: 15px;
}

.acc__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 65px;
  padding: 20px 16px;
  border: 0;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  border: 0;
}
.acc__title h3 {
  margin: 0px;
  font-size: 28px;
  font-weight: normal;
  font-family: "Sora", sans-serif;
  font-weight: 400;
}
.acc__title .h4 {
  margin-bottom: 0px;
}
.acc__title .acco_sign {
  position: absolute;
  right: 20px;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.acc__title .acco_sign img {
  width: 18px;
}
.acc__title.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.acc__title.active .acco_sign img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.acc__title:hover {
  outline: 1px solid #545454;
}
.acc__panel {
  display: none;
  padding: 40px 40px 25px 40px;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.acc__panel .links_wrap a {
  font-size: 16px;
}

.main_wrapper {
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}
.main_wrapper p {
  margin-bottom: 20px;
  margin-top: 0px;
}
.main_wrapper .wp-block-heading + .wp-block-advgb-table {
  padding-top: 15px;
}
.main_wrapper .wp-block-group.grey + .howto {
  padding-top: 20px;
}
.main_wrapper .wp-block-heading + .img_text_card {
  padding-top: 15px;
}
.main_wrapper .wp-block-separator {
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 1px solid #7A7A7A;
  margin-bottom: 40px;
  padding-top: 5px;
}
.main_wrapper .wp-block-separator.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-quote {
  text-align: left;
  font-family: "Noto Sans", sans-serif;
  max-width: 800px !important;
  border-left: 0px !important;
}
.wp-block-quote cite {
  font-size: 16px !important;
  font-weight: normal;
}

.wp-block-pullquote {
  font-family: "Noto Sans", sans-serif;
  text-align: center !important;
  border: 0 !important;
  padding: 30px !important;
}
.wp-block-pullquote p {
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
  font-family: "Noto Sans", sans-serif;
}

.main_breadcrumb {
  padding-top: 15px;
}
.main_breadcrumb .breadcrumb {
  background: none;
  margin: 0px;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_breadcrumb .breadcrumb a {
  color: #002377;
  font-weight: normal;
  text-decoration: none;
}
.main_breadcrumb .breadcrumb li.active {
  color: #002377;
  font-weight: normal;
}
.main_breadcrumb .breadcrumb img {
  vertical-align: unset;
  margin-right: 2px;
}
.main_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background: #002377;
  background-repeat: repeat;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  width: 1px;
}
.main_breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 3px;
  line-height: 15px;
}
.page_title {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
.page_title h1 {
  position: relative;
  z-index: 9;
  display: table;
}
.page_title.has_background {
  background: #261A32;
}
.page_title.has_background h1 {
  color: #ffffff;
  font-weight: 700;
}

.main_breadcrumb + .page_title {
  padding-top: 20px !important;
}

.generic_middle_block .document_era .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.general_carousel {
  margin-bottom: 30px;
}
.general_carousel .caption-carousel {
  padding-top: 18px;
}
.general_carousel .caption-carousel p {
  color: #1C2F5E;
  font-style: normal;
}
.general_carousel .carousel-indicators {
  bottom: -20px;
}
.general_carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  background: #A5A5A5;
  border-radius: 100px;
  border: 0;
  margin: 0px 5px;
}

.blockquote-container .blockquote-title {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 40px;
}
.blockquote-container blockquote {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 28px;
}

.doc_block {
  display: block;
  color: #261A32;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Noto Sans", sans-serif;
  text-decoration: none;
}
.doc_block img {
  margin-right: 8px;
  width: 24px;
}
.doc_block strong {
  font-size: 16px;
  margin-right: 10px;
}
.doc_block:hover {
  color: #261A32;
  text-decoration: underline;
}
.topTitle {
  text-align: center;
  margin-bottom: 40px;
}
.topTitle p {
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .topTitle p {
    font-size: 16px;
    line-height: 26px;
  }
}

.link_text {
  color: #5C6B26;
  font-weight: 700;
  font-size: 15px;
}
.link_text img {
  margin-left: 3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

ul.tags {
  list-style: none;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.tags li {
  padding-right: 16px;
  color: #002377;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
ul.tags li a {
  color: #002377;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
ul.tags li::after {
  content: "";
  position: absolute;
  right: 8px;
  width: 1px;
  background: #002377;
  height: 14px;
  top: 4px;
}
ul.tags li:last-child::after {
  display: none;
}

.icon_card_row .icon_card_col {
  margin-bottom: 15px;
}
.icon_card_row .icon_card_col .icon_card_content {
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 24px;
  border-radius: 16px;
  position: relative;
  height: 100%;
  min-height: 310px;
}
.icon_card_row .icon_card_col .icon_card_content h3 {
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.icon_card_row .icon_card_col .icon_card_content h3 img {
  margin-right: 8px;
  max-width: 45px;
}
.icon_card_row .icon_card_col .icon_card_content p {
  line-height: 28px;
  font-weight: 300;
}
.icon_card_row .icon_card_col .icon_card_content .main_link {
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.img_text_card_row .img_text_card_col {
  padding: 0px 12px;
  margin-bottom: 15px;
}
.img_text_card_row .img_text_card_col .text-img-wrap > a:hover {
  text-decoration: none;
}
.img_text_card_row .img_text_card_col .text-img-wrap > a:hover .link img {
  -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(36%) saturate(664%) hue-rotate(98deg) brightness(97%) contrast(82%);
          filter: brightness(0) saturate(100%) invert(38%) sepia(36%) saturate(664%) hue-rotate(98deg) brightness(97%) contrast(82%);
}
.img_text_card_row .img_text_card_col .text-img-wrap > a:hover h3 {
  text-decoration: underline;
}
.img_text_card_row .img_text_card_col.one .text-img-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 20px;
}
.img_text_card_row .img_text_card_col.one .link {
  bottom: 40px;
}
.img_text_card_row .img_text_card_col.one .text_card_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img_text_card_row .text-img-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 28px;
}
.img_text_card_row .text-img-wrap h3 a {
  font-weight: normal;
  color: #261A32;
  text-decoration: none;
}
.img_text_card_row .text-img-wrap h3 a:hover {
  text-decoration: underline;
}
.img_text_card_row .text-img-wrap > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* height: 100%;*/
  text-decoration: none !important;
}
.img_text_card_row .text-img-wrap .img_card_block {
  position: relative;
}
.img_text_card_row .text-img-wrap .img_card_block img {
  width: 100%;
  border-radius: 16px;
}
.img_text_card_row .text-img-wrap .text_card_block {
  padding: 40px 40px;
  height: auto;
}
.img_text_card_row .text-img-wrap .text_card_block p {
  font-weight: 300;
}
.img_text_card_row .text-img-wrap .text_card_block p:last-child {
  margin-bottom: 0px;
}
.img_text_card_row.one .text-img-wrap > a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 20px;
}
.img_text_card_row .has-button.text-img-wrap .text_card_block {
  height: 100% !important;
  position: relative;
  padding-bottom: 70px;
}
.img_text_card_row .has-button.text-img-wrap .btn_sm:last-child {
  position: absolute;
  left: 25px;
  display: table;
  width: auto;
  bottom: 30px;
}

.img_text_card.aligncenter .text_card_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img_text_card.aligncenter .text_card_block .btn_sm:last-child {
  left: auto !important;
  right: auto !important;
}

.button_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img_button_row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img_button_row .img_btn_col {
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.img_button_row .img_block {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.img_button_row .img_block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.img_button_row .img_block.no-img {
  min-height: 200px;
}
.img_button_row .img_block .img_block_title {
  position: absolute;
  padding: 15px 10px;
  text-align: center;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  display: none;
}
.img_button_row .img_block .img_block_title h3 {
  position: relative;
  color: #fff;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img_button_row .img_block .img_block_title h3 img {
  width: auto;
}
.img_button_row .img_block .img_block_title p {
  color: #fff;
}
.img_button_row .img_block img {
  width: 100%;
}
.img_button_row .img_block .img_block_descr {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: left;
  padding: 10px 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img_button_row .img_block .img_block_descr p,
.img_button_row .img_block .img_block_descr h3,
.img_button_row .img_block .img_block_descr .h3 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img_button_row .img_block .img_block_descr p img,
.img_button_row .img_block .img_block_descr h3 img,
.img_button_row .img_block .img_block_descr .h3 img {
  width: auto;
  margin-left: 8px;
}
.img_button_row .img_block .img_block_descr p {
  font-weight: 500;
}
.img_button_row .img_block .img_block_descr h3 {
  margin-bottom: 0px;
}
.img_button_row .img_block:hover::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 125, 88, 0.9)), to(rgba(51, 125, 88, 0.9)));
  background: linear-gradient(0deg, rgba(51, 125, 88, 0.9) 0%, rgba(51, 125, 88, 0.9) 100%);
}
.img_button_row .img_block:hover .h3 {
  text-decoration: underline;
}

.simple_list_info .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.simple_list_col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.simple_list_col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon_buttons_row a:hover {
  text-decoration: none;
}
.icon_buttons_row .button_ico_col {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 10px;
}

.button_ico_box {
  background: #FAFAFA;
  text-align: center;
  padding: 25px 20px;
  border-radius: 0px;
}
.button_ico_box .img_icon {
  margin-bottom: 15px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 100px;
}
.button_ico_box .img_icon img {
  max-height: 90px;
}
.button_ico_box h3 {
  font-size: 21px;
  color: #261A32;
}
.button_ico_box:hover .img_icon {
  background: #261A32;
}
.button_ico_box:hover .img_icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.how_to_cont {
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: auto;
  margin-right: auto;
  border-radius: 28px;
  padding: 100px 120px 30px 120px;
}
@media (max-width: 767px) {
  .how_to_cont {
    padding: 30px;
  }
}
.how_to_cont h2 {
  margin-bottom: 50px;
  position: relative;
}
.how_to_cont .how_col {
  margin-bottom: 70px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .how_to_cont .how_col {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
.how_to_cont .how_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.how_to_cont .how_row h6 {
  margin-bottom: 0px;
}
.how_to_cont .how_row .number {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  color: #E47C30;
  font-weight: 700;
  font-size: 24px;
  border: 3px solid #E47C30;
  font-family: "Sora", sans-serif;
  line-height: 28px;
}
.how_to_cont .how_row .how_title {
  color: #261A32;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 0px;
}
.how_to_cont .how_des p {
  font-weight: 300;
  line-height: 24px;
}

.contactcard_row .contact_col {
  padding: 0px 6px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contactcard_row .cont_inner {
  padding: 25px 20px;
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.contactcard_row .cont_inner span.h4 {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0px;
}
.contactcard_row .contact_box {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #E8E9EA;
  background: #ffffff;
  height: 100%;
}
.contactcard_row .contact_box p {
  margin-bottom: 5px;
}
.contactcard_row .contact_box h3 {
  min-height: 35px;
}
.contactcard_row .contact_box .cont_img img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactcard_row .contact_box.no-img .cont_inner {
  height: 100%;
}
.contactcard_row .tel_em_fax {
  margin-top: 0;
  padding-top: 10px;
}
.contactcard_row .tel_em_fax strong {
  color: #000000;
}
.contactcard_row .tel_em_fax a {
  color: #003DA6;
  font-weight: 700;
}
.contactcard_row .tel_em_fax a:hover {
  text-decoration: underline;
  color: #261A32;
}
.contactcard_row .tel_em_fax p {
  margin-bottom: 3px;
}
.contactcard_row .tel_em_fax a[href^="mailto:"] {
  /* padding-left: 25px;*/
}

.left-align .contactcard_row {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.right-align .contactcard_row {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.owl-general {
  position: relative;
  max-width: 1152px;
  margin: 0 auto;
}
.owl-general .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.owl-general .owl-stage .owl-item {
  /* width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;*/
}
.owl-general .owl-carousel .owl-item img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.owl-general .owl-nav button {
  width: 20px;
  height: 20px;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  background: none;
  padding: 0px;
  opacity: 1;
}
.owl-general .owl-nav .owl-next {
  right: -40px;
}
.owl-general .owl-nav .owl-prev {
  left: -40px;
}
.owl-general .owl-stage-outer {
  margin: auto;
  overflow: hidden;
}
.owl-general .owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  margin: 0px 6px;
  background: #A5A5A5;
}
.owl-general .owl-carousel .owl-dot.active {
  background: #7A7A7A;
  width: 12px;
  height: 12px;
}
.owl-general .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

h2 + .expand_img_grid {
  padding-top: 10px;
}

.expanding-grid {
  position: relative;
}
.expanding-grid .expand_box {
  background: #ffffff;
  position: relative;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.expanding-grid .expand_box:hover h3 {
  color: #261A32;
  text-decoration: underline;
}
.expanding-grid .expand_det {
  text-align: left;
  padding: 15px;
  padding-bottom: 20px;
  /*  background: #fff;*/
}
.expanding-grid .expand_det p {
  margin-bottom: 0px;
}
.expanding-grid .links {
  display: block;
  overflow: hidden;
  padding: 1em 0;
  margin: 0px -5px;
  padding-top: 0px;
}
.expanding-grid .links > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0px 8px;
  width: 25%;
  list-style: none;
  margin-bottom: 16px;
}
.expanding-grid .links > li > a {
  text-decoration: none;
}
.expanding-grid .links > li .active .plus-minus_icon img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.expanding-grid .links > li .active .expand_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: -10px;
  background: #ffffff;
  z-index: 9;
}
.expanding-grid .expand_img img {
  width: 100%;
}
.expanding-grid .spacer {
  clear: both;
  display: block;
  margin-bottom: 0px;
}
.expanding-grid .expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  width: 100%;
  margin-top: -10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #E8E9EA;
}
.expanding-grid .expanding-container.expanded,
.expanding-grid .expanding-grid .expanding-container:target {
  display: block;
}
.expanding-grid .close-button {
  background: url(../img/cancel.png);
  color: #fff;
  display: inline-block;
  height: 25px;
  line-height: 1;
  overflow: hidden;
  text-decoration: none;
  text-indent: 5em;
  white-space: nowrap;
  width: 25px;
  will-change: opacity;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-size: cover;
  margin-top: 20px;
  margin-right: 20px;
}
.expanding-grid .close-button.active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.expanding-grid .close-button:hover {
  opacity: 0.5;
}
.expanding-grid .expand-content {
  padding: 30px 30px;
  margin: 0 auto;
  max-width: 900px;
}
.expanding-grid .plus-minus_icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}
.expanding-grid .plus-minus_icon img {
  max-width: 22px;
}
.expanding-grid .no-content > a {
  pointer-events: none;
}
.expanding-grid .no-content .plus-minus_icon {
  visibility: hidden;
}

.alignfull .wp-block-advgb-map.advgb-map-block {
  max-width: 100% !important;
}

.inner_wraper {
  padding-top: 50px;
  overflow-x: hidden;
}
.inner_wraper.no-padding {
  padding-top: 0px;
}
@media (min-width: 1200px) {
  .inner_wraper > .container-fluid {
    padding-left: 40px !important;
    padding-right: 20px !important;
  }
}
.inner_wraper h3 + .icon_cards {
  padding-top: 30px;
}

.page_title_top {
  margin-bottom: 20px;
}
.page_title_top h1 {
  margin-bottom: 15px;
}
.page_title_top h1 span {
  font-weight: 700;
}
.page_title_top h1.sm {
  font-size: 32px;
}
.page_title_top h2 {
  margin-bottom: 15px;
}
.page_title_top p {
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
}
@media (max-width: 767px) {
  .page_title_top p {
    font-size: 20px;
    line-height: 30px;
  }
}
.page_title_top .btn_sm {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .page_title_top .wp-block-button,
  .page_title_top .wp-block-button a {
    width: 100%;
  }
}

.inner_para p {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .inner_para p {
    line-height: 28px;
  }
}

.service_cards {
  padding: 50px 0px;
}
.service_cards .icon_card_content p {
  line-height: 28px !important;
}

.project_slider {
  padding: 50px 0px;
}
.project_slider .slider_content {
  border-radius: 26px;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 24px 48px;
}
@media (max-width: 767px) {
  .project_slider .slider_content {
    padding: 24px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.project_slider .slider_content .pro_img {
  margin-bottom: 20px;
}
.project_slider .slider_content .pro_dt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}
@media (max-width: 767px) {
  .project_slider .slider_content .pro_dt {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .project_slider .slider_content .pro_dt .right_col {
    padding-top: 20px;
  }
}
.project_slider .slider_content .pro_dt p,
.project_slider .slider_content .pro_dt li {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}
.project_slider .owl-stage-outer {
  margin-bottom: 20px;
}
.project_slider .owl-carousel .item {
  margin: 0 5px;
  opacity: 0.5;
}
.project_slider .owl-carousel .item img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.project_slider .owl-item.center .item {
  opacity: 1;
  z-index: 2;
}
.project_slider .owl-carousel .owl-dots {
  text-align: center;
}
.project_slider .owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  margin: 0px 6px;
  background: #A5A5A5;
}
.project_slider .owl-carousel .owl-dot.active {
  background: #7A7A7A;
  width: 12px;
  height: 12px;
}

.our_clients {
  padding-top: 50px;
  padding-bottom: 100px;
}
.our_clients h2 {
  margin-bottom: 12px !important;
}
.our_clients p {
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .our_clients p {
    font-size: 16px;
    line-height: 26px;
  }
}

.client_row .client_logo {
  padding: 0px 12px;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  min-height: 100px;
}
@media (max-width: 767px) {
  .client_row .client_logo {
    width: 33.3%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 50px;
  }
}
.client_row .client_logo img {
  max-height: 130px;
}
@media (max-width: 767px) {
  .client_row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.connect_box {
  padding-bottom: 50px;
}

.connect_info {
  border-radius: 28px;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 100px 100px;
  text-align: center;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .connect_info .wp-block-button,
  .connect_info .wp-block-button a {
    width: 100%;
  }
  .connect_info h2 {
    font-size: 28px;
  }
  .connect_info .btn_sm {
    margin-top: 10px;
    width: 100%;
  }
}
.connect_info h2 {
  margin-bottom: 20px !important;
  font-size: 28px;
  line-height: 34px;
}
.connect_info p {
  font-size: 20px;
  font-weight: 300;
}
.connect_info .btn_sm {
  margin-top: 15px;
}
.connect_info .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.connect_info .ginput_container input {
  background: #fff !important;
  width: 100% !important;
  border-radius: 32px !important;
  border: 0px !important;
  min-height: 60px !important;
  min-width: 460px;
  color: #7A7A7A;
  padding: 15px 20px !important;
}
.connect_info .ginput_container input:focus {
  border: 0 !important;
}
@media (max-width: 767px) {
  .connect_info .ginput_container input {
    min-width: 100%;
  }
}
.connect_info .gfield--type-submit {
  position: absolute;
  right: 0px;
  top: 0px;
}
.connect_info .gfield--type-submit input:focus {
  border: 0 !important;
}
.connect_info .gform_footer {
  padding: 0px !important;
}
.connect_info.wp-block-group {
  padding: 100px 100px;
}
.connect_info .wp-block-buttons {
  padding-top: 15px;
}
.connect_info .gform-loader {
  position: absolute !important;
  bottom: -20px;
  right: 0px;
}

.backto {
  margin-bottom: 30px;
}
.backto a {
  font-size: 18px;
  color: #261A32;
  font-weight: 300;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.backto a img {
  margin-right: 10px;
}

.backto + .page_title_top {
  /* margin-bottom: 0;
  padding-bottom: 0px;
  padding-top: 0;*/
}

.project_info {
  margin-top: 128px;
  margin-bottom: 64px;
}
.project_info .owl-carousel {
  position: static;
}
.project_info .pro_dt_info {
  border-radius: 26px;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
}
.project_info .pro_dt_info p {
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 15px;
}
.project_info .pro_dt_info .item {
  padding: 55px 104px;
}
@media (max-width: 767px) {
  .project_info .pro_dt_info .item {
    padding: 24px;
  }
}
.project_info .dt_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 130px;
  grid-template-columns: auto 130px;
}
@media (max-width: 767px) {
  .project_info .dt_grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.project_info .dt_grid li {
  font-weight: 300;
}
.project_info .dt_grid li::marker {
  font-size: 14px;
}
.project_info .dt_grid .col_right ul {
  padding-left: 30px;
}
.project_info .dt_grid .col_right ul li {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .project_info .dt_grid .col_left {
    padding-right: 20px;
  }
}
.project_info .device_slider {
  padding-top: 40px;
}
.project_info .device_slider .owl-dots {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.project_info .device_slider .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  margin: 0px 6px;
  background: #A5A5A5;
}
.project_info .device_slider .owl-dot.active {
  background: #7A7A7A;
  width: 12px;
  height: 12px;
}
.project_info .img_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.56fr 40px 0.32fr 40px 0.12fr;
  grid-template-columns: 0.56fr 0.32fr 0.12fr;
  grid-column-gap: 40px;
  max-width: 90%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.project_info .img_grid .img_col {
  position: relative;
}
.project_info .img_grid .img_col span {
  position: absolute;
  z-index: -9;
}
.project_info .img_grid .img_col span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project_info .img_grid .img_col.desk-item {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.project_info .img_grid .img_col.desk-item span {
  top: 7%;
  height: 80%;
  left: 12%;
  right: 12%;
}
.project_info .img_grid .img_col.tab-item {
  -webkit-transform: scale(1.13);
          transform: scale(1.13);
}
.project_info .img_grid .img_col.tab-item span {
  top: 9%;
  height: 83%;
  left: 6%;
  right: 6%;
}
.project_info .img_grid .img_col.mob-item span {
  top: 4%;
  height: 92%;
  left: 8%;
  right: 8%;
  z-index: -9;
}
@media (max-width: 767px) {
  .project_info .img_grid {
    grid-column-gap: 10px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .project_info {
    margin-top: 60px;
  }
}

.special_ftr .sp_ftr_content {
  /*  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.70) 0%, rgba(255, 255, 255, 0.00) 100%);
  border-radius: 28px;
  padding: 100px 120px;*/
}
.special_ftr .sp_ftr_content .sp_ftr_row {
  padding-top: 40px;
}
.special_ftr .sp_ftr_content .sp_ftr_col {
  margin-bottom: 20px;
}
.special_ftr .sp_ftr_content .ftr_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.special_ftr .sp_ftr_content .ftr_title img {
  margin-right: 8px;
}
.special_ftr .sp_ftr_content p {
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 767px) {
  .special_ftr .sp_ftr_content {
    padding: 24px;
  }
  .special_ftr .sp_ftr_content .sp_ftr_row {
    padding-top: 20px;
  }
  .special_ftr .sp_ftr_content .sp_ftr_row p {
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.wp-block-group .special_ftr,
.wp-block-group .testimonials {
  padding: 0px;
}
.wp-block-group .special_ftr .container-fluid,
.wp-block-group .testimonials .container-fluid {
  padding: 0px;
}
.wp-block-group .special_ftr .container-fluid .sp_ftr_content,
.wp-block-group .special_ftr .container-fluid .testi_content,
.wp-block-group .testimonials .container-fluid .sp_ftr_content,
.wp-block-group .testimonials .container-fluid .testi_content {
  padding: 0px;
  background: none;
}

.about_info {
  margin-top: 128px;
  margin-bottom: 128px;
}
.about_info .about_block {
  border-radius: 28px;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 100px 120px;
}
@media (max-width: 767px) {
  .about_info .about_block {
    padding: 24px;
  }
}
.about_info p {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}
.about_info > h2 {
  margin-bottom: 12px !important;
}
@media (max-width: 767px) {
  .about_info {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .about_info .about_block p {
    font-size: 16px;
    line-height: 24px;
  }
}
.about_info .main_list {
  padding-top: 60px;
}

.page-template-template-about .page_title_top .wp-block-buttons {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .page-template-template-about .page_title_top {
    padding-top: 50px;
  }
}
.main_list h2 {
  font-size: 28px;
  border-bottom: 1px solid #7A7A7A;
  padding-bottom: 14px;
  margin-bottom: 40px;
}
.main_list h3 {
  border-bottom: 1px solid #7A7A7A;
  padding-bottom: 14px;
  margin-bottom: 40px;
}
.main_list ul {
  list-style: none;
  padding: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* @media (min-width:768px) {
      li {
          text-align: center;
          &:nth-child(3n+1) {
              text-align: left;
          }
          &:nth-child(3n+3) {
              text-align: right;
          }
      }
  }*/
}
.main_list ul li {
  width: 33.3%;
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_list ul li img {
  margin-right: 14px;
}
@media (max-width: 767px) {
  .main_list ul li {
    width: 100%;
  }
}
.main_list ul li::before {
  content: "";
  background-image: url(../img/tick.svg);
  background-repeat: no-repeat;
  width: 36px;
  height: 26px;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  top: 3px;
}
@media (min-width: 768px) {
  .main_list ul li:nth-child(3n+2) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_list ul li:nth-child(3n+3) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .main_list ul li span {
    width: 100% !important;
  }
}
.our_team #team-testimonials .item {
  padding: 24px;
  margin-bottom: 20px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 24px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .our_team #team-testimonials .item {
    min-height: 600px;
  }
}
.our_team #team-testimonials .item .position {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}
.our_team #team-testimonials .item p {
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 0px;
}
.our_team #team-testimonials .item .testi_det {
  padding-top: 16px;
}
.our_team #team-testimonials .owl-item.active.center .item {
  cursor: auto;
}
.our_team #team-testimonials .owl-item.active.center .item {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.our_team #team-testimonials .owl-dots .owl-dot.active span,
.our_team #team-testimonials .owl-dots .owl-dot:hover span {
  background: #7A7A7A;
}
.our_team #team-testimonials .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.our_team #team-testimonials .owl-dots .owl-dot {
  display: inline-block;
  outline: none;
}
.our_team #team-testimonials .owl-dots .owl-dot span {
  background: #A5A5A5;
  display: inline-block;
  height: 10px;
  margin: 0px 5px;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  width: 10px;
  border-radius: 100%;
}
.our_team.wp-block-group {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.contact_row {
  padding-top: 10px;
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .contact_row .contact_info {
    padding-left: 60px;
  }
}
.contact_row .contact_info h2 {
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact_row .contact_info p {
  font-weight: 300;
}
.contact_row .contact_info p a {
  font-weight: 300;
}
.contact_row .contact_info address {
  font-weight: 300;
  line-height: 40px;
}
.contact_row .contact_info address a {
  font-weight: 300;
}
.contact_row .contact_info .ct_box {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .contact_row .contact_info .ct_box {
    margin-bottom: 30px;
  }
}
.contact_row .follow ul {
  list-style: none;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact_row .follow ul li {
  margin-right: 18px;
}
.contact_row .follow ul li a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(85%) sepia(38%) saturate(511%) hue-rotate(329deg) brightness(102%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(85%) sepia(38%) saturate(511%) hue-rotate(329deg) brightness(102%) contrast(101%);
}
@media (max-width: 767px) {
  .contact_row {
    margin-bottom: 50px;
  }
}

.blog_filter_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .blog_filter_search {
    padding-right: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.blog_filter_search label.title {
  color: #261A32;
}
.blog_filter_search > div {
  width: 45%;
}
.blog_filter_search .search-box {
  width: calc(45% - 80px);
  margin-right: 80px;
}
.blog_filter_search .search-box .form-control {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 16px !important;
  color: #261A32 !important;
  font-weight: 300 !important;
  font-style: normal;
}
.blog_filter_search .search-box ::-webkit-input-placeholder {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 16px !important;
  color: #261A32 !important;
  font-weight: 300 !important;
  font-style: normal;
}
.blog_filter_search .search-box ::-moz-placeholder {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 16px !important;
  color: #261A32 !important;
  font-weight: 300 !important;
  font-style: normal;
}
.blog_filter_search .search-box :-ms-input-placeholder {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 16px !important;
  color: #261A32 !important;
  font-weight: 300 !important;
  font-style: normal;
}
.blog_filter_search .search-box :-moz-placeholder {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 16px !important;
  color: #261A32 !important;
  font-weight: 300 !important;
  font-style: normal;
}
.blog_filter_search select.form-control {
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.blog_content {
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 28px;
  padding: 104px;
  margin-bottom: 64px;
}
.blog_content .img_text_card_row {
  max-width: 100%;
  margin: 0px -12px;
}
@media (max-width: 767px) {
  .blog_content {
    padding: 24px;
  }
  .blog_content .blog_filter_search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog_content .blog_filter_search > div {
    width: 100%;
    margin-bottom: 15px;
  }
  .blog_content .btn_sm {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .blog_content .col-md-6 .img_card_block img {
    aspect-ratio: 538/335;
  }
  .blog_content .col-md-4 .img_card_block img {
    aspect-ratio: 350/230;
  }
}
.blog_content .text_card_block h3 strong {
  font-weight: normal;
}
.blog_content .text_card_block h3 a {
  cursor: pointer;
}

.blog_detail {
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 28px;
  padding: 50px 100px;
  margin-bottom: 70px;
  margin-top: 26px;
}
@media (max-width: 767px) {
  .blog_detail {
    padding: 24px;
    margin-top: 25px;
  }
  .blog_detail .blog_content_dt p {
    font-weight: 300;
    line-height: 32px;
  }
}
.blog_detail .btn_sm {
  width: 100%;
}

.blog_top p {
  font-weight: 300;
}
.blog_top .blog_img {
  padding-top: 10px;
  margin-bottom: 15px;
}

.blog_content_dt ul.tags {
  margin-bottom: 8px;
}
.blog_content_dt h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.blog_content_dt h2 a {
  font-size: 28px;
}
.blog_content_dt .blog_top h2 {
  margin-bottom: 0px;
}
.blog_content_dt p {
  line-height: 28px;
}
.blog_content_dt ul li {
  margin-bottom: 10px;
}

.blog_item_wrap {
  padding-top: 8px;
}

.blog_item {
  margin-bottom: 50px;
}
.blog_item h2 {
  margin-bottom: 25px;
}
.blog_item h3 {
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 15px;
}
.blog_item p + h3 {
  padding-top: 10px;
}
.blog_item .wp-block-image img {
  border-radius: 16px;
}
.blog_item .wp-block-list + .wp-block-heading {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .blog_item .wp-block-list + .wp-block-heading {
    padding-top: 20px;
  }
}
.blog_item > p:first-of-type:first-child + .wp-block-image {
  padding-top: 20px;
}

.sidemenu {
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 16px;
  padding: 24px;
  margin-left: 20px;
  position: sticky;
  top: 100px;
}
@media (max-width: 767px) {
  .sidemenu {
    margin-left: 0px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .sidemenu {
    width: 216px;
  }
}
.sidemenu > ul {
  list-style: none;
  padding: 0px;
}
.sidemenu > ul > li {
  padding: 10px 0px;
  position: relative;
}
.sidemenu > ul > li > a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #261A32;
}
.sidemenu > ul > li ul {
  padding: 0px;
  list-style: none;
  margin: 15px 15px;
  display: none;
}
.sidemenu > ul > li ul li {
  margin-bottom: 8px;
}
.sidemenu > ul > li ul li a {
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
}
.sidemenu .toggleicon {
  position: absolute;
  right: 0px;
  font-size: 30px;
  font-weight: 600;
  top: 0;
  cursor: pointer;
}
.sidemenu #ez-toc-container {
  background: none;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 10px;
}
.sidemenu #ez-toc-container ul li {
  font-size: 16px;
  margin-bottom: 16px;
  max-width: 168px;
}
.sidemenu #ez-toc-container ul li a {
  color: #261A32;
  font-weight: 600;
  padding: 5px 0px;
}
.sidemenu #ez-toc-container ul li ul {
  padding-top: 10px;
}
.sidemenu #ez-toc-container ul li ul li {
  margin-bottom: 8px;
}
.sidemenu #ez-toc-container ul li ul li a {
  font-size: 14px;
  font-weight: normal;
}

.recent_posts {
  padding-top: 30px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .recent_posts {
    padding-bottom: 50px;
  }
}
.recent_posts .img_text_card_row {
  max-width: 100%;
  margin-left: -12px;
  margin-right: -12px;
}
.recent_posts .img_text_card_row .img_card_block img {
  aspect-ratio: 544/336;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.recent_posts .container {
  max-width: 1360px;
  padding: 0;
  margin: 0;
}
.recent_posts .text-img-wrap .text_card_block {
  padding: 40px;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}
.recent_posts .text-img-wrap .text_card_block h3 strong {
  font-weight: normal;
}
.recent_posts .img_text_card_col.no-img .text_card_block {
  border-radius: 28px;
}

.no-found-wraper {
  padding: 50px 0px 50px 0px;
}
.no-found-wraper .no-found-info {
  border-radius: 28px;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 104px 120px;
}
@media (max-width: 767px) {
  .no-found-wraper .no-found-info {
    padding: 24px;
  }
}
.no-found-wraper .container {
  max-width: 1360px;
}
.no-found-wraper h1 {
  margin-bottom: 40px;
}
.no-found-wraper h1 span {
  font-weight: 700;
}
.no-found-wraper h2 {
  font-size: 28px;
  border-bottom: 1px solid #7A7A7A;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.no-found-wraper p {
  font-size: 20px;
  font-weight: 300;
}
.no-found-wraper .btn_sm {
  margin-bottom: 24px;
}

.culture_benefits {
  padding-top: 100px;
}
.culture_benefits .icon_card_content {
  min-height: 270px !important;
}
.culture_benefits .culture {
  margin-bottom: 80px;
}

.title_underline h2 {
  border-bottom: 1px solid #7A7A7A;
  padding-bottom: 14px;
  margin-bottom: 40px;
}
.title_underline h1 {
  border-bottom: 1px solid #7A7A7A;
  padding-bottom: 14px;
  margin-bottom: 35px;
}
.title_underline p {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}

.positions {
  padding-top: 128px;
  padding-bottom: 64px;
}
.positions .pos_content {
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 28px;
  padding: 104px 104px 80px 104px;
}
.positions .pos_content .pos_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.positions .pos_content .pos_row:hover .pos_name {
  font-weight: 400;
}
.positions .pos_content .pos_row:hover .pos_name a {
  font-weight: 400;
}
.positions .pos_content .pos_row:hover .main_link {
  text-decoration: none;
}
.positions .pos_content .pos_row:hover .main_link span.icon {
  background: #9BFFE8;
}
.positions .pos_content .pos_row:hover .main_link span.icon svg path {
  fill: #261A32;
}
.positions .pos_content .pos_row:hover .main_link .txt {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media (max-width: 767px) {
  .positions .pos_content {
    padding: 24px;
  }
  .positions .pos_content .pos_name {
    font-size: 18px;
  }
  .positions .pos_content .main_link {
    font-size: 15px;
  }
}

.pos_item {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .pos_item:first-child {
    margin-top: 30px;
  }
}

.pos_item h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  border-bottom: 1px solid #7A7A7A;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.pos_item .pos_name {
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pos_item .pos_name a {
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #261A32;
}

.work_dt_wraper {
  padding-top: 0px;
}

.work_dt_content {
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 28px;
  padding: 104px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .work_dt_content {
    padding: 24px;
  }
}
.work_dt_content h3 {
  margin-bottom: 35px;
  padding-top: 44px;
}
.work_dt_content h3:first-of-type:first-child {
  padding-top: 0px;
}
.work_dt_content p {
  line-height: 28px;
}
.work_dt_content .dt_item {
  margin-bottom: 60px;
}
.work_dt_content .dt_item:last-child {
  margin-bottom: 0px;
}
.work_dt_content ul li,
.work_dt_content ol li {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .work_dt_content .l_col {
    -ms-flex: 0 0 76%;
    -webkit-box-flex: 0;
            flex: 0 0 76%;
    max-width: 76%;
  }
  .work_dt_content .r_col {
    -ms-flex: 0 0 24%;
    -webkit-box-flex: 0;
            flex: 0 0 24%;
    max-width: 24%;
  }
}

.container_wrap {
  padding-top: 104px;
  padding-bottom: 104px;
  padding-left: 104px;
  padding-right: 104px;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 28px;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .container_wrap {
    padding: 24px !important;
  }
}

.gn_content {
  margin-top: 40px;
}
.gn_content h2 {
  margin-bottom: 36px;
}
.gn_content h3 {
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 35px;
}
.gn_content h4 {
  margin-bottom: 12px;
}
.gn_content p {
  line-height: 28px;
  margin-bottom: 24px;
}

.apply_content {
  padding-bottom: 0px;
}
.apply_content .gform_footer {
  border-top: 1px solid #261A32;
  margin-top: 40px !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding-top: 30px !important;
}
.apply_content > h2::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}

@media (min-width: 768px) {
  .apply .container_wrap {
    padding-bottom: 75px !important;
  }
}

.aligncenter .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aligncenter .wp-block-embed__wrapper {
  text-align: center;
}

.alignleft {
  float: left;
  margin-right: 15px !important;
}

.alignright {
  float: right;
  margin-left: 10px !important;
}

.wp-block-group:not(.no-gradient) + .wp-block-group:not(.no-gradient) {
  margin-top: 128px;
}
@media (max-width: 767px) {
  .wp-block-group:not(.no-gradient) + .wp-block-group:not(.no-gradient) {
    margin-top: 60px;
  }
}

.wp-block-group {
  padding-top: 104px;
  padding-bottom: 104px;
  padding-left: 104px !important;
  padding-right: 104px !important;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 28px;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.wp-block-group.no-gradient {
  background: none;
  padding-top: 128px;
  padding-bottom: 128px;
}
.wp-block-group.no-gradient + .no-gradient {
  padding-top: 0px;
}
.wp-block-group.no-gradient.has-testimonials + .wp-block-group {
  margin-top: 64px;
}
.wp-block-group.no-gradient.has-testimonials + .connect_info {
  margin-bottom: 64px;
}
.wp-block-group.page_title_top {
  margin-bottom: 0px;
}
.wp-block-group .container {
  padding-left: 0px;
  padding-right: 0px;
}
.wp-block-group > .document_era .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.wp-block-group > h2.has-text-align-center {
  margin-bottom: 40px;
}
.wp-block-group > h2.has-text-align-center.entry-title {
  margin-bottom: 10px;
}
.wp-block-group.alignfull {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.wp-block-group.alignfull .container,
.wp-block-group.alignfull .wp-block-kadence-accordion .kt-accordion-wrap {
  max-width: 100% !important;
}
.wp-block-group .entry-content {
  margin-bottom: 30px;
}
.wp-block-group > iframe {
  display: table;
}
.wp-block-group > ul,
.wp-block-group > ol {
  padding-left: 60px;
}
.wp-block-group > ul + .wp-block-heading,
.wp-block-group > ol + .wp-block-heading {
  padding-top: 20px;
}
.wp-block-group.alignwide > section,
.wp-block-group.alignwide > .wp-block-advgb-adv-tabs,
.wp-block-group.alignwide > .wp-block-group,
.wp-block-group.alignwide > .wp-block-columns,
.wp-block-group.alignwide > .wp-block-advgb-columns,
.wp-block-group.alignwide > .wp-block-media-text,
.wp-block-group.alignwide > .wp-block-table {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.wp-block-group.alignwide .wp-block-advgb-columns.advgb-columns-wrapper,
.wp-block-group.alignwide .wp-block-kadence-accordion {
  max-width: 1360px !important;
}
@media (max-width: 1370px) {
  .wp-block-group {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1370px) {
  .wp-block-group {
    padding: 70px 70px 70px 70px !important;
  }
  .wp-block-group.no-gradient {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .wp-block-group {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .wp-block-group.no-gradient {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.wp-block-group:not(.gray,
.blue,
.grey,
.lightgreen,
.green,
.has-secondary-background-color,
.has-background,
.no-gradient,
.about_info) + .wp-block-group:not(.gray,
.blue,
.grey,
.lightgreen,
.green,
.has-secondary-background-color,
.has-background,
.no-gradient,
.about_info) {
  /*  padding-top: 0px;*/
}

.wp-block-media-text,
.wp-block-image {
  max-width: 900px !important;
}
.wp-block-media-text.alignfull,
.wp-block-image.alignfull {
  max-width: 100% !important;
}
.wp-block-media-text.alignwide,
.wp-block-image.alignwide {
  max-width: 1200px !important;
}
.wp-block-media-text p + ul.listen_sec,
.wp-block-image p + ul.listen_sec {
  margin-top: -15px;
  width: calc(100% + 20px);
}

.wp-block-media-text + .wp-block-media-text {
  margin-top: 50px;
}

.wp-block-media-text + section {
  padding-top: 40px;
}

.main_wrapper .wp-block-advgb-columns.advgb-columns-wrapper {
  max-width: 1152px !important;
}

.main_wrapper .wp-block-advgb-columns.advgb-columns-wrapper.alignwide {
  max-width: 1320px !important;
}

.main_wrapper .wp-block-advgb-columns.advgb-columns-wrapper.alignfull {
  max-width: 100% !important;
}

.wp-block-advgb-table,
.wp-block-advgb-columns,
.wp-block-table,
.kb-table {
  max-width: 1152px !important;
}
.wp-block-advgb-table.alignwide,
.wp-block-advgb-columns.alignwide,
.wp-block-table.alignwide,
.kb-table.alignwide {
  max-width: 1320px !important;
}
.wp-block-advgb-table.alignfull,
.wp-block-advgb-columns.alignfull,
.wp-block-table.alignfull,
.kb-table.alignfull {
  max-width: 100% !important;
}

.img_text_card_row,
.simple_list_info,
.contactcard_row {
  max-width: 1152px;
  margin: 0 auto;
}
.img_text_card_row > h3,
.img_text_card_row > .topTitle,
.simple_list_info > h3,
.simple_list_info > .topTitle,
.contactcard_row > h3,
.contactcard_row > .topTitle {
  width: 100%;
}

.alignwide .img_text_card_row,
.alignwide .simple_list_info,
.alignwide .contactcard_row {
  max-width: 1320px;
}
.alignwide .wp-block-media-text,
.alignwide .wp-block-table,
.alignwide .kb-table,
.alignwide .wp-block-kadence-table {
  max-width: 1320px !important;
}

.alignfull .img_text_card_row,
.alignfull .simple_list_info,
.alignfull .contactcard_row {
  max-width: 100%;
  margin-left: -12px;
  margin-right: -12px;
}
.alignfull .wp-block-media-text,
.alignfull .wp-block-table,
.alignfull .kb-table,
.alignfull .wp-block-kadence-table {
  max-width: 100% !important;
}

.wp-block-media-text {
  position: relative;
  grid-column-gap: 40px;
}
.wp-block-media-text .block-editor-block-list__block .wp-block-button__link::after {
  top: 5px !important;
}
.wp-block-media-text .wp-block-media-text__media {
  position: relative;
}
.wp-block-media-text .wp-block-media-text__content {
  position: relative;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 24px !important;
  border-radius: 16px;
}
.wp-block-media-text .wp-block-media-text__media img {
  border-radius: 16px;
}
.wp-block-media-text.alignfull {
  grid-column-gap: 0px;
}
.wp-block-media-text.alignfull .wp-block-media-text__media img {
  border-radius: 0;
}
.wp-block-media-text.alignfull .wp-block-media-text__content {
  border-radius: 0px;
  padding: 40px !important;
  height: 100%;
}

.wp-admin .media {
  display: inline-block;
}

.main_wrapper .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  margin-bottom: 15px;
}
.main_wrapper .wp-block-buttons > .wp-block-button {
  margin-right: 10px;
}
.main_wrapper .wp-block-buttons > .wp-block-button:last-child {
  margin-right: 0px;
}

.img_button_row.three .img_btn_col,
.img_text_card_row.three .img_text_card_col,
.simple_list_info .row.three .simple_list_col,
.contactcard_row.three .contact_col {
  -ms-flex: 0 0 33.3%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3%;
  max-width: 33.3%;
}

.img_button_row.four .img_btn_col,
.img_text_card_row.four .img_text_card_col,
.simple_list_info .row.four .simple_list_col,
.contactcard_row.four .contact_col {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.contactcard_row.one {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contactcard_row.one .contact_col {
  -ms-flex: 0 0 40%;
  -webkit-box-flex: 0;
          flex: 0 0 40%;
  max-width: 40%;
  min-width: 300px;
}

.alignwide .contactcard_row.one .contact_col {
  -ms-flex: 0 0 40%;
  -webkit-box-flex: 0;
          flex: 0 0 40%;
  max-width: 40%;
}

.img_button_row.two .img_btn_col,
.img_text_card_row.two .img_text_card_col,
.simple_list_info .row.two .simple_list_col,
.contactcard_row.two .contact_col {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.expanding-grid.four .links > li {
  width: 25%;
}

.expanding-grid.two .links > li {
  width: 50%;
}

.expanding-grid.three .links > li {
  width: 33.3%;
}

.advgb-tab-body-wrapper {
  border-radius: 0px !important;
  border: 0 !important;
  background: none !important;
}

.advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body > .has-background:first-of-type:first-child {
  margin-top: -40px;
  margin-bottom: -40px;
}

.advgb-tab-body-wrapper div.advgb-tab-body > * {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}

div.advgb-tab-body > iframe {
  display: table;
}

.advgb-tab-body-wrapper div.advgb-tab-body > .wp-block-button {
  margin-bottom: 20px;
}

.advgb-tab-body-wrapper div.advgb-tab-body > div,
.advgb-tab-body-wrapper div.advgb-tab-body > section {
  max-width: 100%;
}

.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-accordions,
.advgb-tab-body-wrapper div.advgb-tab-body .document_era,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-list,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-button,
.advgb-tab-body-wrapper div.advgb-tab-body .gform_confirmation_wrapper,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-image,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-list,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-buttons,
.advgb-tab-body-wrapper div.advgb-tab-body .embed-container,
.advgb-tab-body-wrapper div.advgb-tab-body .gform_wrapper,
.advgb-tab-body-wrapper div.advgb-tab-body .left_right_wraper,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-images-slider,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-video {
  max-width: 1152px;
}
.advgb-tab-body-wrapper div.advgb-tab-body > ul li,
.advgb-tab-body-wrapper div.advgb-tab-body > ol li {
  margin-bottom: 10px;
}
.advgb-tab-body-wrapper div.advgb-tab-body .advgb-column-inner li {
  margin-bottom: 10px;
}

.wp-block-advgb-video .advgb-video-wrapper.full-width video {
  width: auto !important;
}

.advgb-tabs-wrapper.advgb-tab-horz-desktop + p,
.advgb-tabs-wrapper.advgb-tab-horz-desktop + h2,
.advgb-tabs-wrapper.advgb-tab-horz-desktop + h3,
.advgb-tabs-wrapper.advgb-tab-horz-desktop + h4,
.advgb-tabs-wrapper.advgb-tab-horz-desktop + ul,
.advgb-tabs-wrapper.advgb-tab-horz-desktop + ol {
  padding-top: 40px;
}

.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description,
.gform_legacy_markup_wrapper .instruction,
.gform_legacy_markup_wrapper .gfield_checkbox li label,
.gform_legacy_markup_wrapper .gfield_radio li label {
  font-size: 16px !important;
}

.has-text-field #wp-link .query-results {
  top: 280px !important;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  /*  border: 1px solid $primary !important;
  outline: 0 !important;*/
}

.wp-block-image.alignfull {
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  max-width: 100vw;
}

.wp-block-group__inner-container .main-owl-slider + h2 {
  margin-top: 30px;
}

.halfHeight > img {
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.quartHeight > img {
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.maxHeight > img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-group > *,
.wp-block-group > .document_era,
.wp-block-group > .wp-block-advgb-accordions,
.wp-block-group > .gform_legacy_markup_wrapper,
.wp-block-group > .wp-block-image,
.wp-block-group > .wp-block-quote,
.wp-block-group > .embed-container {
  /* max-width: 1140px;*/
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.is-content-justification-left > * {
  margin-left: 0px !important;
  max-width: 100% !important;
  padding-left: 40px;
  padding-right: 40px;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1152px;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1152px !important;
}

body .is-layout-constrained > .wp-block-group {
  max-width: 100% !important;
}

.wp-block-group > section,
.wp-block-group > .wp-block-advgb-adv-tabs,
.wp-block-group > .wp-block-group,
.wp-block-group > .wp-block-columns,
.wp-block-group > .wp-block-advgb-columns {
  max-width: 100% !important;
}
.wp-block-group > .wp-block-table,
.wp-block-group > .wp-block-advgb-table {
  margin-left: auto;
  margin-right: auto;
}

.main_content > .alignfull {
  max-width: 1360px !important;
}
.main_content > * {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
.main_content > .row {
  max-width: 1200px;
  padding-left: 0px;
  padding-right: 0px;
}
.main_content > .wp-block-quote,
.main_content > .wp-block-image,
.main_content > .wp-block-embed {
  margin-left: auto;
  margin-right: auto;
}
.main_content > p:first-of-type:first-child,
.main_content > h2:first-of-type:first-child,
.main_content > h3:first-of-type:first-child,
.main_content > h4:first-of-type:first-child,
.main_content > h5:first-of-type:first-child,
.main_content > h1:first-of-type:first-child,
.main_content > ul:first-of-type:first-child,
.main_content > ol:first-of-type:first-child,
.main_content > .wp-block-image:first-of-type:first-child,
.main_content > .wp-block-advgb-accordions:first-of-type:first-child {
  padding-top: 40px;
}
.main_content > p:last-of-type:last-child,
.main_content > h2:last-of-type:last-child,
.main_content > h3:last-of-type:last-child,
.main_content > h4:last-of-type:last-child,
.main_content > h5:last-of-type:last-child,
.main_content > h1:last-of-type:last-child,
.main_content > ul:last-of-type:last-child,
.main_content > ol:last-of-type:last-child,
.main_content > .button_list:last-of-type:last-child,
.main_content > .img_text_card:last-of-type:last-child,
.main_content > .contact_cards:not(.grey,
.gray,
.blue):last-child,
.main_content > .advgb-recent-posts-block:last-of-type:last-child,
.main_content > .wp-block-buttons:last-of-type:last-child,
.main_content > .gform_wrapper:last-of-type,
.main_content > section:last-of-type:last-child,
.main_content > .wp-block-image:last-of-type:last-child,
.main_content > .wp-block-advgb-accordions:last-of-type:last-child {
  padding-bottom: 40px;
}
.main_content > .wp-block-advgb-columns,
.main_content > .wp-block-media-text,
.main_content > .wp-block-columns,
.main_content > .advgb-tabs-wrapper,
.main_content > section {
  max-width: 100%;
}
.main_content > .wp-block-group {
  max-width: 1360px;
}
.main_content > .column-center {
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
}
.main_content p + ul,
.main_content p + ol {
  margin-top: -15px;
}

.contact_cards.alignleft {
  max-width: 100%;
  float: none !important;
}
.contact_cards.alignleft .contactcard_row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
  margin-right: 0px;
}

.page_title + .main_content > p:first-of-type:first-child {
  padding-top: 0px;
}

.components-panel__body-title .components-flex.components-input-control {
  height: auto !important;
}

.wp-block-separator.alignfull {
  width: 100% !important;
}

.sirsc-buttons .button-primary {
  white-space: nowrap !important;
}

.wp-adminify #wpbody-content #dashboard_right_now ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.interface-interface-skeleton__notices .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
  color: #fff !important;
  text-decoration: underline !important;
}

.wp-adminify #wpbody-content .interface-interface-skeleton__body .block-editor-inserter__tabs .components-tab-panel__tabs button::before {
  border: 0 !important;
}

.wp-adminify #wpbody-content .interface-interface-skeleton__body .edit-post-sidebar .edit-post-sidebar__panel-tabs button.is-active::before,
.wp-adminify #wpbody-content .interface-interface-skeleton__body .edit-widgets-sidebar .edit-widgets-sidebar__panel-tabs button.is-active::before {
  border: 0;
}

.wp-block-advgb-accordions .wp-block-advgb-accordion-item,
.wp-block-advgb-accordions .advgb-accordion-item,
.advgb-accordions-wrapper .wp-block-advgb-accordion-item,
.advgb-accordions-wrapper .advgb-accordion-item {
  margin-bottom: 8px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  border: 0;
  box-shadow: none;
  border-radius: 8px;
}
.wp-block-advgb-accordions .advgb-accordion-header,
.advgb-accordions-wrapper .advgb-accordion-header {
  padding: 8px 15px !important;
  border-radius: 8px !important;
  margin-top: 0px !important;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%) !important;
  padding-right: 40px !important;
  border: 1px solid #7A7A7A !important;
}
.wp-block-advgb-accordions .advgb-accordion-header .advgb-accordion-header-title,
.advgb-accordions-wrapper .advgb-accordion-header .advgb-accordion-header-title {
  color: #261A32 !important;
  position: relative;
  font-size: 20px !important;
  font-weight: 400;
  font-family: "Sora", sans-serif;
}
.wp-block-advgb-accordions .advgb-accordion-header svg,
.advgb-accordions-wrapper .advgb-accordion-header svg {
  display: none;
}
.wp-block-advgb-accordions .advgb-accordion-header.ui-accordion-header-active,
.advgb-accordions-wrapper .advgb-accordion-header.ui-accordion-header-active {
  /* background: none !important;*/
}
.wp-block-advgb-accordions .advgb-accordion-header.ui-accordion-header-active h4,
.advgb-accordions-wrapper .advgb-accordion-header.ui-accordion-header-active h4 {
  /*  color: $primary !important;*/
}
.wp-block-advgb-accordions .advgb-accordion-header-icon,
.advgb-accordions-wrapper .advgb-accordion-header-icon {
  margin-right: 0px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-top: 5px;
  background-image: url(../img/select_arrow.svg);
  position: absolute;
  right: 15px;
  background-position: center;
  border-radius: 100px;
}
.wp-block-advgb-accordions .ui-accordion-header-icon,
.wp-block-advgb-accordions .advgb-accordion-header-icon,
.advgb-accordions-wrapper .ui-accordion-header-icon,
.advgb-accordions-wrapper .advgb-accordion-header-icon {
  display: block !important;
}
.wp-block-advgb-accordions .advgb-accordion-body,
.advgb-accordions-wrapper .advgb-accordion-body {
  border: 0 !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
  border-color: #fff !important;
  background: none !important;
}
.wp-block-advgb-accordions .advgb-accordion-body .accordion-content,
.advgb-accordions-wrapper .advgb-accordion-body .accordion-content {
  padding: 25px;
}
.wp-block-advgb-accordions .advgb-accordion-header[aria-expanded=true] .advgb-accordion-header-icon,
.advgb-accordions-wrapper .advgb-accordion-header[aria-expanded=true] .advgb-accordion-header-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 0;
}

.wp-block-kadence-accordion {
  max-width: 1360px !important;
}
.wp-block-kadence-accordion .kt-blocks-accordion-header {
  border: 0 !important;
  border-radius: 8px;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%) !important;
  padding: 20px 16px !important;
}
.wp-block-kadence-accordion .kt-blocks-accordion-header .kt-blocks-accordion-title {
  font-size: 28px;
  font-weight: 400;
  color: #261A32;
  font-family: "Sora", sans-serif;
  line-height: 1.2;
}
.wp-block-kadence-accordion .kt-blocks-accordion-header:hover {
  outline: 1px solid #545454;
}
.wp-block-kadence-accordion .kt-blocks-accordion-header:hover .kt-blocks-accordion-title {
  text-decoration: none;
}
.wp-block-kadence-accordion .kt-blocks-accordion-header.kt-accordion-panel-active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.wp-block-kadence-accordion .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-block-kadence-accordion .kt-accordion-wrap {
  max-width: 1200px !important;
  margin: 0 auto;
}
.wp-block-kadence-accordion .kt-accordion-inner-wrap {
  row-gap: 18px !important;
}
.wp-block-kadence-accordion .kt-blocks-accordion-icon-trigger {
  background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.wp-block-kadence-accordion .kt-blocks-accordion-icon-trigger:before, .wp-block-kadence-accordion .kt-blocks-accordion-icon-trigger::after {
  display: none;
}
.wp-block-kadence-accordion .kt-accordion-panel-inner {
  padding: 40px;
  border: 0;
  padding-bottom: 10px;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .wp-block-kadence-accordion .kt-blocks-accordion-header {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .wp-block-kadence-accordion .kt-blocks-accordion-header .kt-blocks-accordion-title {
    font-size: 20px;
  }
}

.wp-block-table,
.wp-block-advgb-table,
.wp-block-kadence-table table {
  border: 1px solid #CDD9EA;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
}
.wp-block-table thead,
.wp-block-advgb-table thead,
.wp-block-kadence-table table thead {
  border-bottom: none !important;
}
.wp-block-table td,
.wp-block-advgb-table td,
.wp-block-kadence-table table td {
  padding: 10px 20px !important;
  border: 1px solid #FCFEFF !important;
  color: #0C0D0F;
  font-size: 16px;
  text-align: left;
  font-weight: 300;
}
.wp-block-table td p,
.wp-block-advgb-table td p,
.wp-block-kadence-table table td p {
  margin: 0px;
  color: #0C0D0F;
  font-size: 16px;
  text-align: left;
  font-weight: 300;
}
.wp-block-table td:last-child,
.wp-block-advgb-table td:last-child,
.wp-block-kadence-table table td:last-child {
  border-right: 0px !important;
}
.wp-block-table th,
.wp-block-advgb-table th,
.wp-block-kadence-table table th {
  background: #261A32;
  text-transform: none;
  color: #fff;
  border-top: 0 !important;
  border-bottom: 0px !important;
  padding: 15px 20px !important;
  border: 0 !important;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border-right: 1px solid #CDD9EA !important;
}
.wp-block-table th p,
.wp-block-advgb-table th p,
.wp-block-kadence-table table th p {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 0px;
}
.wp-block-table th:last-child,
.wp-block-advgb-table th:last-child,
.wp-block-kadence-table table th:last-child {
  border-top-right-radius: 10px;
}
.wp-block-table th:first-child,
.wp-block-advgb-table th:first-child,
.wp-block-kadence-table table th:first-child {
  border-top-left-radius: 10px;
}
.wp-block-table tbody tr:nth-child(2n+1),
.wp-block-advgb-table tbody tr:nth-child(2n+1),
.wp-block-kadence-table table tbody tr:nth-child(2n+1) {
  background: #DCDCDC !important;
}
.wp-block-table tbody tr:nth-child(2n),
.wp-block-advgb-table tbody tr:nth-child(2n),
.wp-block-kadence-table table tbody tr:nth-child(2n) {
  background: #fff !important;
}

.table-wrapper {
  overflow-x: auto;
}
.table-wrapper table {
  width: 100%;
}

.advgb-tabs-wrapper {
  /* Track */
  /* Handle */
}
.advgb-tabs-wrapper ul.advgb-tabs-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #545454;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel:after {
  /* content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: $black;
  left: 0px;
  bottom: 0px;*/
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab {
  border-radius: 0 !important;
  background: none !important;
  color: #000000 !important;
  font-weight: normal;
  min-width: 200px;
  min-height: 60px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
  border: 0 !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab a {
  font-family: "Sora", sans-serif;
  color: #545454 !important;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: visible !important;
  background: none !important;
  border: 0 !important;
  border-radius: 16px 16px 0px 0px;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab a:focus {
  outline: 0;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active {
  background: none !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active a {
  font-weight: normal !important;
  background: rgba(222, 249, 255, 0.6) !important;
  color: #261A32 !important;
  border: 0 !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active a p {
  color: #261A32 !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab:hover a {
  border: 1px solid #7A7A7A !important;
  border-bottom: 0px !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab:hover a p {
  color: #545454 !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab:focus {
  background: none !important;
}
.advgb-tabs-wrapper .advgb-tabs-panel::-webkit-scrollbar {
  width: 10px;
}
.advgb-tabs-wrapper .advgb-tabs-panel::-webkit-scrollbar-track {
  background: #E5EBF0;
}
.advgb-tabs-wrapper .advgb-tabs-panel::-webkit-scrollbar-thumb {
  background: #D9D9D9;
}
.advgb-tabs-wrapper .advgb-tabs-panel {
  scrollbar-color: #D9D9D9 #E5EBF0;
  scrollbar-width: thin;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop {
  max-width: 1200px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel {
  border-bottom: 0px !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel .advgb-tab-active a::after {
  display: none;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel .advgb-tab {
  border: 0 !important;
  background: none !important;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel .advgb-tab a {
  border: 0 !important;
  padding: 15px 30px !important;
  font-size: 18px;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  background: none !important;
  border-radius: 16px 0px 0px 16px;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel .advgb-tab a:hover {
  background: none !important;
  border: 1px solid #7A7A7A !important;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active {
  border: 0 !important;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active a {
  color: #261A32 !important;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel::after {
  display: none;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop div.advgb-tab-body {
  padding-left: 35px !important;
  padding-top: 0px;
}
.advgb-tabs-wrapper.overflowing .advgb-tabs-panel {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wp-block-kadence-tabs {
  max-width: 1200px !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap {
  max-width: 100% !important;
  /* Track */
  /* Handle */
}
.wp-block-kadence-tabs .kt-tabs-wrap .kt-tabs-title-list {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #545454;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  .wp-block-kadence-tabs .kt-tabs-wrap .kt-tabs-title-list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    border-bottom: 0;
  }
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item {
  border-radius: 0;
  color: #545454 !important;
  font-weight: 400;
  min-height: 36px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px !important;
  margin-right: 4px !important;
  border: 0 !important;
  min-width: 200px;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item .kt-tab-title {
  color: #545454 !important;
  text-align: center;
  font-size: 28px !important;
  font-weight: 400 !important;
  width: 100%;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  position: relative;
  overflow: visible !important;
  border: 1px solid transparent !important;
  padding: 5px 15px !important;
  border-radius: 16px 16px 0px 0px;
  background: none !important;
  z-index: 9 !important;
  min-height: 65px;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item .kt-tab-title:focus {
  outline: 0;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item .kt-tab-title p {
  font-size: 28px !important;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  .wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item .kt-tab-title {
    min-height: 50px;
    font-size: 22px !important;
  }
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item .kt-tab-title:hover {
  border: 1px solid #545454 !important;
  border-bottom: 0px !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item .kt-tab-title:hover p {
  color: #fff !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item.kt-tab-title-active .kt-tab-title {
  color: #261A32 !important;
  background: rgba(222, 249, 255, 0.6) !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item.kt-tab-title-active .kt-tab-title p {
  color: #261A32 !important;
  font-weight: 500;
}
.wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item:focus {
  background: #003DA6 !important;
}
@media (max-width: 767px) {
  .wp-block-kadence-tabs .kt-tabs-wrap li.kt-title-item {
    width: 100%;
    margin-bottom: 5px !important;
    margin-right: 0 !important;
  }
}
.wp-block-kadence-tabs .kt-tabs-wrap .kt-tab-inner-content {
  border: 0 !important;
  background: none !important;
  padding: 40px 0px !important;
}
@media (max-width: 767px) {
  .wp-block-kadence-tabs .kt-tabs-wrap .kt-tab-inner-content {
    padding: 30px !important;
  }
}
.wp-block-kadence-tabs .kt-tabs-wrap .kt-tabs-title-list::-webkit-scrollbar {
  width: 10px;
}
.wp-block-kadence-tabs .kt-tabs-wrap .kt-tabs-title-list::-webkit-scrollbar-track {
  background: #C3C3C3;
}
.wp-block-kadence-tabs .kt-tabs-wrap .kt-tabs-title-list::-webkit-scrollbar-thumb {
  background: #334731;
  border-radius: 20px;
}
.wp-block-kadence-tabs .kt-tabs-wrap .kt-tabs-title-list {
  scrollbar-color: #334731 #C3C3C3;
  scrollbar-width: thin;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs {
  max-width: 1200px !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs ul.kt-tabs-title-list {
  border-bottom: 0px !important;
  width: 25%;
  border-right: 1px solid #545454;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs ul.kt-tabs-title-list .kt-title-item {
  margin-right: 0px !important;
  margin-bottom: 4px !important;
  background: none !important;
  min-height: 50px;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs ul.kt-tabs-title-list .kt-title-item .kt-tab-title {
  border-radius: 16px 0px 0px 16px;
}
@media (min-width: 768px) {
  .wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs ul.kt-tabs-title-list .kt-title-item .kt-tab-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs ul.kt-tabs-title-list .kt-title-item .kt-tab-title:hover {
  border: 1px solid #545454 !important;
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs ul.kt-tabs-title-list::after {
  display: none;
}
@media (max-width: 767px) {
  .wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs ul.kt-tabs-title-list {
    width: 100%;
  }
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs .kt-tabs-content-wrap {
  width: 75%;
}
@media (max-width: 767px) {
  .wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs .kt-tabs-content-wrap {
    width: 100%;
  }
}
.wp-block-kadence-tabs .kt-tabs-wrap.kt-tabs-layout-vtabs .kt-tab-inner-content {
  padding-left: 40px !important;
  padding-top: 10px !important;
}
@media (max-width: 767px) {
  .wp-block-kadence-tabs .kt-tab-title {
    border-radius: 8px !important;
  }
}

.alert-area {
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
}
.alert-area .alert {
  background: none;
  border: 0;
  text-align: center;
  margin: 0;
  padding-right: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.alert-area p {
  color: #261A32;
  font-weight: normal;
  margin-bottom: 2px;
  font-size: 14px;
}
.alert-area p strong {
  font-family: "Sora", sans-serif;
}
.alert-area p strong.p_bold {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#003DA6), color-stop(50%, #84C9B9), to(#003DA6));
  background: linear-gradient(90deg, #003DA6 0%, #84C9B9 50%, #003DA6 100%);
  background-size: 200% auto;
  background-position: 0% 50%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: moveGradient 3s linear infinite alternate;
  -webkit-animation: moveGradient 3s linear infinite alternate;
}
.alert-area a {
  color: #261A32;
  font-weight: 700;
  text-decoration: underline;
}
.alert-area p:empty {
  display: none;
}
.alert-area .close {
  position: absolute;
  right: 20px;
  top: 5px;
  opacity: 1;
  color: #fff;
  visibility: visible;
}

@-webkit-keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-webkit-keyframes rotateBackground {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes rotateBackground {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-webkit-keyframes moveGradientLeftToRight {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes moveGradientLeftToRight {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.cvf-universal-pagination ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cvf-universal-pagination ul li {
  display: inline;
  margin: 0px 3px;
  padding: 4px 4px;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
.cvf-universal-pagination ul li.inactive {
  display: none !important;
}
.cvf-universal-pagination ul li.inactive:hover {
  cursor: pointer;
}
.cvf-universal-pagination ul li:hover {
  font-weight: 700;
}
.cvf-universal-pagination ul li.selected {
  font-weight: bold;
  opacity: 1;
}
.cvf-universal-pagination ul li:nth-child(1) {
  /* display: none;*/
}

.block-editor .block-editor-block-list__block .advgb-post-datetime {
  margin-left: -88px;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=interh],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gform-theme input[type=color],
.gform_wrapper.gform-theme input[type=date],
.gform_wrapper.gform-theme input[type=datetime-local],
.gform_wrapper.gform-theme input[type=datetime],
.gform_wrapper.gform-theme input[type=email],
.gform_wrapper.gform-theme input[type=interh],
.gform_wrapper.gform-theme input[type=number],
.gform_wrapper.gform-theme input[type=password],
.gform_wrapper.gform-theme input[type=search],
.gform_wrapper.gform-theme input[type=tel],
.gform_wrapper.gform-theme input[type=text],
.gform_wrapper.gform-theme input[type=time],
.gform_wrapper.gform-theme input[type=url],
.gform_wrapper.gform-theme input[type=week],
.gform_wrapper.gform-theme select,
.gform_wrapper.gform-theme textarea {
  border: 1px solid #7A7A7A;
  background: #fafafa;
  min-height: 52px;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  color: #7A7A7A;
}
.gform_wrapper.gravity-theme .gform_fields,
.gform_wrapper.gform-theme .gform_fields {
  grid-gap: 8px !important;
}
.gform_wrapper.gravity-theme .ginput_complex span,
.gform_wrapper.gform-theme .ginput_complex span {
  padding-left: 0px !important;
}
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gform-theme .gform_fileupload_rules {
  font-size: 16px !important;
  font-weight: 300 !important;
}
.gform_wrapper.gravity-theme .large,
.gform_wrapper.gravity-theme .small,
.gform_wrapper.gravity-theme .medium,
.gform_wrapper.gform-theme .large,
.gform_wrapper.gform-theme .small,
.gform_wrapper.gform-theme .medium {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 16px !important;
  color: #261A32 !important;
  font-weight: 300 !important;
  font-style: normal;
  line-height: 26px;
}
.gform_wrapper.gravity-theme ::-webkit-input-placeholder,
.gform_wrapper.gform-theme ::-webkit-input-placeholder {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 16px !important;
  color: #261A32 !important;
  font-weight: 300 !important;
  font-style: normal;
}
.gform_wrapper.gravity-theme ::-moz-placeholder,
.gform_wrapper.gform-theme ::-moz-placeholder {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 16px !important;
  color: #261A32 !important;
  font-weight: 300 !important;
  font-style: normal;
}
.gform_wrapper.gravity-theme :-ms-input-placeholder,
.gform_wrapper.gform-theme :-ms-input-placeholder {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 16px !important;
  color: #261A32 !important;
  font-weight: 300 !important;
  font-style: normal;
}
.gform_wrapper.gravity-theme :-moz-placeholder,
.gform_wrapper.gform-theme :-moz-placeholder {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 16px !important;
  color: #261A32 !important;
  font-weight: 300 !important;
  font-style: normal;
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gform-theme .gform_footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
.gform_wrapper.gravity-theme textarea.small,
.gform_wrapper.gform-theme textarea.small {
  min-height: 100px;
}
.gform_wrapper.gravity-theme .gfield_radio,
.gform_wrapper.gravity-theme .gfield_checkbox,
.gform_wrapper.gform-theme .gfield_radio,
.gform_wrapper.gform-theme .gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gform_wrapper.gravity-theme .gfield_radio > div,
.gform_wrapper.gravity-theme .gfield_checkbox > div,
.gform_wrapper.gform-theme .gfield_radio > div,
.gform_wrapper.gform-theme .gfield_checkbox > div {
  margin-right: 15px;
}
.gform_wrapper.gravity-theme .ginput_container_consent,
.gform_wrapper.gform-theme .ginput_container_consent {
  padding-top: 10px;
}
.gform_wrapper.gravity-theme .ginput_container_consent label,
.gform_wrapper.gform-theme .ginput_container_consent label {
  display: inline-block;
  padding: 0px;
}
.gform_wrapper.gravity-theme .gfield_error .validation_message,
.gform_wrapper.gform-theme .gfield_error .validation_message {
  color: #cc0000;
}
.gform_wrapper.gravity-theme .ginput_container_date,
.gform_wrapper.gform-theme .ginput_container_date {
  position: relative;
  max-width: 220px;
}
.gform_wrapper.gravity-theme .ginput_container_date .ui-datepicker-trigger,
.gform_wrapper.gform-theme .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 10px;
}
.gform_wrapper.gravity-theme .gsection_title,
.gform_wrapper.gform-theme .gsection_title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.wp-pagenavi,
.pagination {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span,
.pagination a,
.pagination span {
  border: 0;
  color: #000000;
  font-weight: normal;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0px 6px;
  text-decoration: none !important;
  padding: 2px 4px;
  font-family: "Sora", sans-serif;
}
.wp-pagenavi .next.page-numbers,
.wp-pagenavi .prev.page-numbers,
.pagination .next.page-numbers,
.pagination .prev.page-numbers {
  display: none;
}
.wp-pagenavi span.current,
.pagination span.current {
  font-weight: bold;
}
.wp-pagenavi span.current::after,
.pagination span.current::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  bottom: 2px;
  left: 50%;
  background: #070B0F;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wp-pagenavi a:hover,
.pagination a:hover {
  font-weight: 700;
  color: #000000;
}
.wp-pagenavi .nextpostslink,
.pagination .nextpostslink {
  position: relative;
  font-size: 0px;
  visibility: visible;
}
.wp-pagenavi .nextpostslink::after,
.pagination .nextpostslink::after {
  /* content: 'NEXT';
  font-size: 15px;
  color: $black;*/
}
.wp-pagenavi .nextpostslink:hover::after,
.pagination .nextpostslink:hover::after {
  font-weight: bold;
}
.wp-pagenavi .previouspostslink,
.pagination .previouspostslink {
  position: relative;
  font-size: 0px;
  visibility: visible;
}
.wp-pagenavi .previouspostslink:after,
.pagination .previouspostslink:after {
  /* content: 'PREV';
  font-size: 15px;
  color: $black;*/
}
.wp-pagenavi .previouspostslink:hover::after,
.pagination .previouspostslink:hover::after {
  font-weight: bold;
}
.wp-pagenavi .next-page,
.wp-pagenavi .nextpostslink,
.pagination .next-page,
.pagination .nextpostslink {
  font-size: 0px;
  background-image: url(../img/angle-right-blue.svg);
  width: 10px;
  height: 16px;
  margin-left: 5px;
  background-size: 10px;
  top: 0px;
}
.wp-pagenavi .previous-page,
.wp-pagenavi .previouspostslink,
.pagination .previous-page,
.pagination .previouspostslink {
  font-size: 0px;
  background-image: url(../img/angle-right-blue.svg);
  width: 10px;
  height: 16px;
  margin-right: 5px;
  background-size: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0px;
}
.wp-pagenavi .pages,
.pagination .pages {
  display: none;
}
.wp-pagenavi .last,
.wp-pagenavi .first,
.pagination .last,
.pagination .first {
  display: none;
}

#pagination-bottom {
  padding-top: 30px;
  text-transform: uppercase;
}
#pagination-bottom a {
  font-size: 14px;
  font-weight: normal;
  color: #A5A5A5;
}
#pagination-bottom > div,
#pagination-bottom span,
#pagination-bottom a {
  margin: 0px 6px;
  line-height: 20px;
}
#pagination-bottom .current {
  position: relative;
  font-weight: 700;
}
#pagination-bottom .current::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 15px;
  height: 5px;
  background: #261A32;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#pagination-bottom a:hover {
  font-weight: 600;
}

#pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pagination-container a,
#pagination-container span {
  border: 0;
  color: #000;
  font-weight: normal;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px 5px;
  visibility: visible;
}
#pagination-container span.current {
  font-weight: bold;
}
.wp-block-group.content-center {
  max-width: 900px;
  margin: 0px auto;
  padding-top: 30px;
}

.wp-site-blocks {
  padding: 0px !important;
  margin: 0px !important;
}

.addeventatc.addtocal {
  color: #070B0F !important;
  font-weight: 400;
  font-size: 14px !important;
  font-family: "Noto Sans", sans-serif !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
  padding-left: 22px !important;
  z-index: 9;
  opacity: 1;
  padding: 12px 12px 12px 43px;
}
.addeventatc.addtocal::before {
  content: "";
  position: absolute;
  background-image: url(../img/calendar-days.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 21px;
  background-repeat: no-repeat;
  left: 0;
  top: 11px;
}
.addeventatc.addtocal:hover {
  text-decoration: underline;
  color: #261A32 !important;
}
.addeventatc.addtocal:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(41%) sepia(60%) saturate(6793%) hue-rotate(167deg) brightness(87%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(41%) sepia(60%) saturate(6793%) hue-rotate(167deg) brightness(87%) contrast(93%);
}

.addeventatc .addeventatc_icon {
  background-image: url(../img/calendar-days.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 24px;
  background-size: 20px;
  display: none;
}

.wp-adminify .adminify-top_bar nav.adminify-top-navbar .navbar-brand .navbar-item img {
  max-height: 30px !important;
  width: auto !important;
}

.acf-admin-page .notice.notice-success::after {
  border-radius: 100px !important;
}

.wp-adminify #wpbody-content .notice-dismiss {
  border-radius: 100px !important;
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

button.is-pressed > svg {
  fill: #fff !important;
}
button.is-pressed .dashicons::before {
  color: #fff;
}

.left_right_wraper {
  clear: both;
}

.wp-block-embed__wrapper > iframe {
  width: 100%;
  /*min-height: 400px;*/
}

.advgb-tab-body-wrapper .wp-block-embed__wrapper > iframe {
  min-height: 400px;
}

.img_buttons + .wp-block-buttons {
  max-width: 1250px;
  padding: 0px 8px;
  padding-top: 20px;
}

.acf-postbox .acf-fields.-left > .acf-field::before {
  background: #fff;
  border: 0;
}

.toplevel_page_gf_edit_forms {
  background: none !important;
}

/* backend font fixes*/
/* link color*/
button.is-pressed svg {
  fill: #fff !important;
}
button.is-pressed .dashicons::before {
  color: #fff;
}

.components-toggle-group-control-option-base[aria-checked=true] svg {
  fill: #fff !important;
}

.ac-table-actions .ac-table-actions-buttons {
  height: auto !important;
}

.wp-adminify #wpbody-content .actions input[type=submit] {
  line-height: 20px !important;
  padding: 8px 16px !important;
}

.postbox-container .tagchecklist {
  margin-left: 0px;
}
.postbox-container .tagchecklist .ntdelbutton {
  background: none !important;
  width: 10px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.postbox-container .tagchecklist .ntdelbutton .remove-tag-icon::before {
  margin-left: 0px;
  color: #fff;
}
.postbox-container .tagchecklist .ntdelbutton:hover .remove-tag-icon::before {
  color: #d63638;
}

.main_wrapper iframe {
  display: table;
  max-width: 100%;
}

.gform-field-label {
  display: block;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 5px;
  margin-bottom: 0px;
  font-family: "Sora", sans-serif;
}

legend.gform-field-label {
  font-size: 16px;
}

.gfield_checkbox .gform-field-label,
.gfield_radio .gform-field-label {
  display: inline-block;
  font-weight: normal;
}

.gpld-inline-datepicker .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default,
.gpld-inline-datepicker .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span {
  line-height: 40px !important;
}

.gravity-theme.ui-datepicker .ui-datepicker-next::before,
.gravity-theme.ui-datepicker .ui-datepicker-prev::before {
  display: none !important;
}

.sections-default .advgb-post-thumbnail {
  display: -ms-grid;
  display: grid;
}

.sections-default .advgb-post-thumbnail img {
  width: 100%;
}

.acco_panel .agenda {
  text-transform: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.wp-block-group.grey + .wp-block-media-text {
  margin-top: 40px;
}

.is-vertical > section {
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-vertical .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.is-nowrap > section {
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-nowrap .img_text_card_col {
  max-width: 100% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}
.is-nowrap .text_card_block {
  height: auto !important;
}
.is-nowrap .text-img-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .is-nowrap .text-img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.is-nowrap .text-img-wrap .img_card_block,
.is-nowrap .text-img-wrap .text_card_block {
  width: 50%;
}
@media (max-width: 767px) {
  .is-nowrap .text-img-wrap .img_card_block,
  .is-nowrap .text-img-wrap .text_card_block {
    width: 100%;
  }
}

#userwayAccessibilityIcon span.uiiw {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.wp-block-advgb-images-slider .slick-prev {
  border: 0px;
  font-size: 0px;
  background: url(../img/arrow-forward.svg) !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 40%;
  width: 14px;
  height: 24px;
  background-size: 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 9;
  left: -20px;
  outline: 0;
}
.wp-block-advgb-images-slider .slick-next {
  border: 0px;
  font-size: 0px;
  background: url(../img/arrow-forward.svg) !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 40%;
  width: 14px;
  height: 24px;
  background-size: 14px;
  z-index: 9;
  right: -20px;
  outline: 0;
}
.wp-block-advgb-images-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0px;
}
.wp-block-advgb-images-slider .slick-dots li {
  margin-left: 3px !important;
  margin-right: 3px !important;
  width: auto;
}
.wp-block-advgb-images-slider .slick-dots li button {
  background: none !important;
  font-size: 0;
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  padding: 0;
}
.wp-block-advgb-images-slider .slick-dots li button:before {
  display: none;
}
.wp-block-advgb-images-slider .slick-dots li.slick-active button {
  background: #000 !important;
}
.wp-block-advgb-images-slider .slick-prev::before,
.wp-block-advgb-images-slider .slick-next::before {
  display: none;
}
.wp-block-advgb-images-slider .slick-dots li.slick-active button::before {
  display: none;
}

.sb-customizer-sidebar {
  position: static !important;
  float: left;
}

.sbi-csz-header.sbi-fb-header {
  position: static !important;
  width: 100%;
}

.sb-button-standard.sbi-fb-hd-btn svg {
  position: static;
}

.ui-datepicker-calendar {
  width: 100%;
}

div.asp_r.asp_r_1.vertical {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25) !important;
  border: 0px !important;
  left: auto !important;
  right: 40px !important;
}

.faq_main {
  max-width: 1200px;
  margin: 0 auto;
}
.faq_main .search-filter-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.faq_main .search-filter-title .search-box {
  min-width: 400px;
}
.faq_main .search-filter-title .search-box .form-control {
  padding: 10px 20px;
}
.faq_main .search-filter-title .reset {
  margin-top: 5px;
  text-align: right;
  margin-bottom: 10px;
}
.faq_main .search-filter-title .filt_wrap select {
  min-width: 380px;
  background: #fff !important;
}
.faq_main label.title {
  font-size: 16px;
  color: #261A32;
  font-weight: 400;
}

#conference-timeline {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0px;
  left: 50%;
  margin-left: -2px;
  background: #7a7a7a;
  border-radius: 10px;
  z-index: 0;
}
#conference-timeline p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 50%;
  width: 100%;
}
.timeline-article .content-left p,
.timeline-article .content-right p {
  max-width: 380px;
}
.timeline-article .content-left {
  text-align: left;
}
.timeline-article .content-left p {
  margin-left: auto;
}
.timeline-article .content-right {
  text-align: left;
}
.timeline-article .content-right .section_year {
  margin-left: 0;
}
.timeline-article .content-left-container {
  float: left;
  padding-right: 0px;
}
.timeline-article .content-right-container {
  float: right;
  margin-left: auto;
  padding-left: 0px;
}
.timeline-article .circle_yw {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -9px;
  color: #fff;
  border-radius: 100%;
  background: #9BFFE8;
  border: 1px solid #7a7a7a;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.timeline-article .circle_yw:before {
  content: "";
  background: #7a7a7a;
  width: 120px;
  height: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 15px;
  z-index: -9;
}
.timeline-article .circle_yw:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #A5A5A5;
  border-radius: 100px;
  right: -122px;
}
.timeline-article.even .circle_yw:before {
  right: 15px;
  left: auto;
}
.timeline-article.even .circle_yw::after {
  right: auto;
  left: -122px;
}
.timeline-article.even h3 {
  max-width: 380px;
  margin-left: auto;
}
.timeline-article.no-img .section_img,
.timeline-article.no-img .section_year {
  display: none;
}
.timeline-article .image_year_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.timeline-article .section_year {
  background: #7a7a7a;
  color: #fff;
  min-width: 120px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  height: 2px;
}
.timeline-article .circle_yw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-level-two.inner_img .timeline-inner-left {
  position: relative;
}

.conference-timeline-content {
  max-width: 1200px;
  margin: auto;
}

.timeline-wrap {
  position: relative;
  padding-top: 70px;
}

.timeline-row {
  width: 100%;
}
.timeline-row h3 {
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

.timeline-level-one {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.odd.timeline-article .content-right-container {
  padding-left: 130px;
}
.odd.timeline-article .content-right-container .content-right {
  max-width: 330px;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 16px;
  padding: 50px 20px 30px 20px;
}

.even.timeline-article .content-left-container {
  padding-right: 130px;
}
.even.timeline-article .content-left-container .content-left {
  max-width: 330px;
  margin-left: auto;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 16px;
  padding: 50px 20px 30px 20px;
}

.timeline-inner-left,
.timeline-inner-right {
  max-width: 50%;
  width: 100%;
  position: relative;
}

.timeline-level-two {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.timeline-inner-left {
  text-align: right;
  padding-right: 60px;
}

.timeline-inner-right {
  text-align: left;
  padding-left: 60px;
  position: relative;
}

.section_img {
  max-width: 400px;
  margin-left: auto;
}

.img_right .section_img {
  margin-right: auto;
  margin-left: 0;
}

.inner_img .timeline-inner-right {
  text-align: right;
}

.inner_img .timeline-inner-right img {
  max-width: 500px;
}

.timeline-level-two .circle_yw {
  border-color: #097969;
  background: #1E9D8B;
  top: 0px;
  -webkit-transform: none;
          transform: none;
}

.two-left .circle_yw:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #097969;
  position: absolute;
  right: 0;
  top: 12px;
  z-index: -1;
  display: block !important;
  border-radius: 0px;
}

.two-right .circle_yw:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #097969;
  position: absolute;
  right: -40px;
  top: 12px;
  display: block !important;
  border-radius: 0px;
  z-index: -1;
}

.addtoany_content .addtoany_header {
  font-size: 21px;
  font-weight: 700;
  color: #1C2F5E;
  display: block;
  margin-bottom: 10px;
}
.addtoany_content .addtoany_list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.addtoany_content .addtoany_list > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.addtoany_content .addtoany_list > a > span {
  border-radius: 100px !important;
  width: 35px !important;
  height: 35px !important;
}
.addtoany_content .addtoany_list > a > span svg {
  display: none;
}
.addtoany_content .addtoany_list > a:hover > span {
  background: #261A32 !important;
  opacity: 1 !important;
}
.addtoany_content .a2a_button_facebook::before {
  content: "";
  position: absolute;
  background-image: url(../img/facebook.svg);
  width: 12px;
  height: 20px;
  background-size: 12px;
  background-repeat: no-repeat;
}
.addtoany_content .a2a_button_twitter::before {
  content: "";
  position: absolute;
  background-image: url(../img/Twitter.svg);
  width: 17px;
  height: 17px;
  background-size: 17px;
  background-repeat: no-repeat;
}
.addtoany_content .a2a_button_linkedin::before {
  content: "";
  position: absolute;
  background-image: url(../img/linkedin.svg);
  width: 17px;
  height: 17px;
  background-size: 17px;
  background-repeat: no-repeat;
}

.table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
}

.acf-map.contact_map_wrap {
  height: 600px;
}

.gm-style .gm-style-iw-c {
  padding: 30px !important;
  min-width: 320px;
}

#wpcontent .acp-sh-container.-sticky {
  top: 50px !important;
}

.main_wrapper .advgb-image-block.full-width.cus_link {
  max-width: 100% !important;
}
.main_wrapper .advgb-image-block.full-width.cus_link .advgb-image-title {
  margin-bottom: 15px;
}
.main_wrapper .advgb-image-block.full-width.cus_link .advgb-image-overlay {
  background: none !important;
  opacity: 1 !important;
}
.main_wrapper .advgb-image-block.full-width.cus_link .advgb-image-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.23)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.75));
  top: 0px;
}
.main_wrapper .advgb-image-block.full-width.color_block {
  max-width: 100% !important;
  background: #003DA6;
}
.main_wrapper .advgb-image-block.full-width.color_block div.advgb-image-block {
  background: #003DA6;
}
.main_wrapper .advgb-image-block.full-width.color_block .advgb-image-overlay {
  opacity: 1 !important;
}
.main_wrapper .advgb-image-block.full-width.color_block .advgb-image-title {
  margin-bottom: 15px;
}

/* popover*/
.popover {
  max-width: 900px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #DEDEDE;
  border-radius: 0;
  font-family: "Noto Sans", sans-serif;
  z-index: 9;
}
.popover .exp_left {
  width: 26%;
  border-right: 1px solid #156CB7;
}
.popover .exp_left .day {
  font-size: 14px;
  color: #003DA6;
  font-weight: normal;
  text-transform: uppercase;
}
.popover .exp_left .category {
  text-transform: uppercase;
}
.popover .exp_right {
  width: 74%;
  padding-left: 25px;
}
.popover .exp_right .link {
  margin-top: 10px;
}
.popover p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.popover .expand-contentevt {
  padding: 30px;
}
@media (max-width: 767px) {
  .popover {
    width: 100%;
  }
  .popover .exp_left {
    width: 100%;
    border-right: 0px;
  }
  .popover .exp_right {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
}

.fc .fc-toolbar.fc-header-toolbar {
  background: #003DA6;
  padding: 10px 0px;
  margin-bottom: 0;
}
.fc .fc-toolbar.fc-header-toolbar h2 {
  color: #ffffff;
}
.fc .fc-toolbar.fc-header-toolbar .fc-button {
  border: 0;
  background: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}
.fc .fc-toolbar.fc-header-toolbar .fc-button.fc-prev-button:after {
  content: "Previous";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-shadow: none;
}
.fc .fc-toolbar.fc-header-toolbar .fc-button.fc-next-button::before {
  content: "Next";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-shadow: none;
}
.fc .fc-view-container {
  background: #E9EEF5;
  padding: 70px 50px;
}
.fc .fc-widget-header {
  border: 0;
  font-size: 16px;
  font-weight: 600;
}
.fc .fc-widget-content {
  border: 0;
}
.fc .fc-day-grid td {
  background: #F9FAFC;
  border: 1px solid #CDD9EA;
}
.fc .fc-day-grid td.fc-other-month {
  background: #C4C9D1;
  border-color: #E3E3E3;
}
.fc table {
  border-collapse: separate;
  border-spacing: 12px 6px;
}
.fc .fc-day-number {
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}
.fc .fc-basic-view .fc-body .fc-row {
  min-height: 140px;
}
.fc .fc-widget-content .fc-event {
  background: none;
  color: #2D3036;
  font-size: 12px;
  border: 0;
  font-weight: normal;
}
.fc .fc-widget-content .fc-event .fc-title {
  display: block;
}
@media (max-width: 767px) {
  .fc .fc-view-container {
    padding: 10px;
  }
  .fc table {
    min-width: 800px;
  }
  .fc .fc-view {
    overflow: auto;
  }
  .fc .fc-toolbar.fc-header-toolbar h2 {
    font-size: 20px;
  }
}

.singal-event-general .event-item {
  background: #261A32;
  border-radius: 15px;
  padding: 15px;
}
.singal-event-general .event-item h5 {
  margin-bottom: 0px;
  color: #003DA6;
  opacity: 0.9;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.has-primary-background-color .advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab a {
  background: #ffffff !important;
}

.acf-map {
  width: 100%;
  height: 408px;
}

.acf-map img {
  max-width: inherit !important;
}

.gradient_wrap {
  background: none;
  position: relative;
  overflow: hidden;
}

.circle-container {
  position: absolute;
  width: 200vw;
  height: 200vh;
}
.circle-container .circle {
  position: absolute;
  border-radius: 50%;
}
.circle-container .circle.circle1 {
  background: radial-gradient(50% 50% at 50% 50%, #FFD997 0%, rgba(241, 171, 51, 0) 100%);
  width: 200vw;
  /* Responsive width larger than viewport */
  height: 210vw;
  /* Same value to maintain circular shape */
  top: -50vw;
  /* Adjust position to match your design */
  left: 5vw;
}
.circle-container .circle.circle2 {
  width: 200vw;
  height: 210vw;
  top: -75vw;
  left: 45vw;
  /* Adjust position to overlap the first circle */
  background: radial-gradient(50% 50% at 50% 50%, #FF9462 0%, rgba(241, 171, 51, 0) 100%);
}

.blob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90vw;
  height: 90vw;
  border-radius: 100%;
  /* filter: blur(250px);*/
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 15px), -50%);
          transform: translate(calc(-50% + 15px), -50%);
  z-index: -1;
}
.blob .bg1 {
  position: absolute;
  width: 90vw;
  height: 90vw;
  background: radial-gradient(50% 50% at 50% 50%, #FFD997 0%, rgba(241, 171, 51, 0) 100%);
  top: 0px;
  z-index: 0;
}
.blob .bg2 {
  position: absolute;
  width: 90vw;
  height: 90vw;
  background: radial-gradient(50% 50% at 50% 50%, #FF9462 0%, rgba(241, 171, 51, 0) 100%);
  top: 20%;
  left: 20%;
  z-index: 9;
}

.page-template-template-contact .container {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 100%;
}
.page-template-template-contact .large,
.page-template-template-contact .medium {
  background-color: #fafafa !important;
}
.page-template-template-contact .wp-block-advgb-columns h2,
.page-template-template-contact .wp-block-kadence-column h2 {
  font-size: 20px;
  font-weight: 700;
  padding-top: 40px;
  margin-bottom: 15px;
}
.page-template-template-contact .wp-block-advgb-columns h2:first-child,
.page-template-template-contact .wp-block-kadence-column h2:first-child {
  padding-top: 0px;
}
@media (max-width: 767px) {
  .page-template-template-contact .wp-block-advgb-columns h2,
  .page-template-template-contact .wp-block-kadence-column h2 {
    padding-top: 20px;
  }
}
.page-template-template-contact .connect_info h2 {
  margin-bottom: 30px !important;
}
.page-template-template-contact .wp-block-group.alignwide .wp-block-advgb-columns.advgb-columns-wrapper {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 15px;
}
.page-template-template-contact .gform_fields {
  grid-gap: 6px !important;
}
.page-template-template-contact .gform_wrapper.gform-theme .gform_footer {
  padding-top: 0px !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-template-template-contact .contact_info_right {
  padding-left: 80px;
}
.page-template-template-contact .contact_info_right p {
  font-size: 16px;
  line-height: 32px;
}
.page-template-template-contact .contact_info_right p a {
  font-weight: 300;
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-template-contact .contact_info_right {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .page-template-template-contact .contact_info_right {
    padding-left: 0px;
  }
}
.page-template-template-contact .contact_info_right h2 {
  text-transform: uppercase;
}
.page-template-template-contact .advgb-social-links-block {
  text-align: left;
}
.page-template-template-contact .main_wrapper {
  overflow: hidden;
}
.page-template-template-contact .kt-svg-icon-wrap a.kt-svg-icon-link {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
}
.page-template-template-contact .kt-svg-icon-wrap a.kt-svg-icon-link:hover {
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-template-template-contact .gform_footer {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.page-template-template-contact textarea.medium {
  min-height: 300px;
}

#wpwrap {
  background: #fff;
}
#wpwrap .wp-core-ui .button {
  line-height: 20px;
}
#wpwrap .gform_wrapper.gravity-theme input[type=color],
#wpwrap .gform_wrapper.gravity-theme input[type=date],
#wpwrap .gform_wrapper.gravity-theme input[type=datetime-local],
#wpwrap .gform_wrapper.gravity-theme input[type=datetime],
#wpwrap .gform_wrapper.gravity-theme input[type=email],
#wpwrap .gform_wrapper.gravity-theme input[type=interh],
#wpwrap .gform_wrapper.gravity-theme input[type=number],
#wpwrap .gform_wrapper.gravity-theme input[type=password],
#wpwrap .gform_wrapper.gravity-theme input[type=search],
#wpwrap .gform_wrapper.gravity-theme input[type=tel],
#wpwrap .gform_wrapper.gravity-theme input[type=text],
#wpwrap .gform_wrapper.gravity-theme input[type=time],
#wpwrap .gform_wrapper.gravity-theme input[type=url],
#wpwrap .gform_wrapper.gravity-theme input[type=week],
#wpwrap .gform_wrapper.gravity-theme select,
#wpwrap .gform_wrapper.gravity-theme textarea,
#wpwrap .gform_wrapper.gform-theme input[type=color],
#wpwrap .gform_wrapper.gform-theme input[type=date],
#wpwrap .gform_wrapper.gform-theme input[type=datetime-local],
#wpwrap .gform_wrapper.gform-theme input[type=datetime],
#wpwrap .gform_wrapper.gform-theme input[type=email],
#wpwrap .gform_wrapper.gform-theme input[type=interh],
#wpwrap .gform_wrapper.gform-theme input[type=number],
#wpwrap .gform_wrapper.gform-theme input[type=password],
#wpwrap .gform_wrapper.gform-theme input[type=search],
#wpwrap .gform_wrapper.gform-theme input[type=tel],
#wpwrap .gform_wrapper.gform-theme input[type=text],
#wpwrap .gform_wrapper.gform-theme input[type=time],
#wpwrap .gform_wrapper.gform-theme input[type=url],
#wpwrap .gform_wrapper.gform-theme input[type=week],
#wpwrap .gform_wrapper.gform-theme select,
#wpwrap .gform_wrapper.gform-theme textarea {
  background: #fff !important;
}

.page-template-template-inner .page_title_top p {
  margin-bottom: 40px;
}
.page-template-template-inner .page_title_top p:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  .page-template-template-inner .container .project_slider {
    width: 100vw;
    margin-left: calc(-50vw + 600px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-template-inner .container .project_slider {
    margin-left: -25px;
    margin-right: -20px;
  }
}
.page-template-template-inner .container .container {
  padding-left: 0px;
  padding-right: 0px;
}
.page-template-template-inner .container .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .page-template-template-inner .container .container-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important;
    max-width: 1400px;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page-template-template-inner .backto {
  margin-left: auto;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
}

#wpcontent .edit-post-visual-editor .wp-block-post-title {
  text-transform: uppercase;
}
#wpcontent .edit-post-visual-editor .wp-block-post-title,
#wpcontent .edit-post-visual-editor .wp-block-heading {
  font-family: "Sora", sans-serif !important;
  font-weight: normal;
  color: #261A32;
}
#wpcontent .edit-post-visual-editor h1.wp-block-heading {
  font-size: 42px !important;
}
#wpcontent .edit-post-visual-editor h2.wp-block-heading {
  font-size: 32px !important;
}
#wpcontent .edit-post-visual-editor h3.wp-block-heading {
  font-size: 28px !important;
}
#wpcontent .edit-post-visual-editor h4.wp-block-heading {
  font-size: 20px !important;
}
#wpcontent .edit-post-visual-editor h5.wp-block-heading {
  font-size: 16px !important;
}
span.ez-toc-section[id]::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

.admin-bar span.ez-toc-section[id]::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}

.wp-block-group.page_title_top .simple_list_col {
  margin-bottom: 30px;
  margin-top: 5px;
}

.tml {
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 30px;
  max-width: 500px !important;
  margin-bottom: 60px;
}
.tml .tml-field {
  border: 1px solid #7A7A7A;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  min-height: 40px;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
}
.tml .tml-button {
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  font-size: 16px;
  color: #261A32;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  padding: 12px 22px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  background-color: #9BFFE8;
  border-radius: 32px;
  text-decoration: none;
  border: 0;
}
.tml .tml-button:hover {
  background-color: #FFEBC7;
  color: #261A32;
  text-decoration: none;
}
.tml .tml-button img {
  margin-right: 10px;
}
.page-template-template-career p.info_center {
  padding: 15px;
  text-align: center;
}
.page-template-template-career .container {
  max-width: 1360px;
  padding: 0;
}
.page-template-template-career .container .icon_cards .container {
  padding: 0px;
}
.page-template-template-career .container .icon_card_row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.page-template-template-career .container .icon_card_row .icon_card_content {
  min-height: 215px;
  padding: 24px;
}
.page-template-template-career .culture_sec h2 {
  font-size: 28px;
  border-bottom: 1px solid #7A7A7A;
  padding-bottom: 14px;
  margin-bottom: 40px;
}
.page-template-template-career .main_list {
  padding-bottom: 60px;
}

.page-template-template-terms p + h2.wp-block-heading,
.page-template-template-terms p + h3.wp-block-heading,
.page-template-template-terms ul + h2.wp-block-heading,
.page-template-template-terms ol + h2.wp-block-heading {
  padding-top: 50px;
}

.services_sec .icon_card_content h3 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .services_sec .icon_card_row .icon_card_col .icon_card_content {
    padding: 24px;
    min-height: 310px;
  }
}

.ginput_container_fileupload .custom-upload-btn {
  border-radius: 32px;
  border: 2px solid #7A7A7A;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, rgba(222, 249, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  display: inline-block;
  padding: 18px 20px;
  color: #261A32;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  font-family: "Sora", sans-serif;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
.ginput_container_fileupload .custom-upload-btn:hover {
  background: #261A32;
  color: #9BFFE8;
  border-color: #261A32;
}
.ginput_container_fileupload .custom-upload-btn.uploaded {
  background: #261A32;
  color: #9BFFE8;
  border-color: #261A32;
}
.ginput_container_fileupload .file-name {
  font-size: 16px;
  color: #261A32;
  font-weight: 300;
}

.wp-block-kadence-advancedbtn.has-multiple-buttons .kb-button.kt-button {
  background: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  text-decoration: none;
  color: #261A32 !important;
}
.wp-block-kadence-advancedbtn.has-multiple-buttons .kb-button.kt-button span.icon {
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #261A32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
.wp-block-kadence-advancedbtn.has-multiple-buttons .kb-button.kt-button span.kt-btn-inner-text {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wp-block-kadence-advancedbtn.has-multiple-buttons .kb-button.kt-button:hover {
  text-decoration: none;
}
.wp-block-kadence-advancedbtn.has-multiple-buttons .kb-button.kt-button:hover span.icon {
  background: #9BFFE8;
}
.wp-block-kadence-advancedbtn.has-multiple-buttons .kb-button.kt-button:hover span.icon svg path {
  fill: #261A32;
}
.wp-block-kadence-advancedbtn.has-multiple-buttons .kb-button.kt-button:hover span.kt-btn-inner-text {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.gform_wrapper.gravity-theme .gform_fileupload_rules {
  margin-top: 0 !important;
  padding-top: 0px !important;
  margin-bottom: 20px !important;
}

.alert-area {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}

.alert-area.hiding {
  opacity: 0;
}

.alert-area.collapsed {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: height 300ms ease, margin 300ms ease, padding 300ms ease;
  transition: height 300ms ease, margin 300ms ease, padding 300ms ease;
}

.filter_box_blog .multi-select-dropdown {
  position: relative;
  width: 100%;
}
.filter_box_blog .multi-select-dropdown .dropdown-display {
  background: #fff;
  padding: 8px 15px;
  border: 1px solid #7a7a7a;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter_box_blog .multi-select-dropdown .dropdown-display::after {
  content: "▾";
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 36px;
}
.filter_box_blog .multi-select-dropdown .dropdown-display .tag {
  display: inline-block;
  background: #FEF1E0;
  padding: 2px 8px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #8f8f8f;
  line-height: 24px;
}
.filter_box_blog .multi-select-dropdown .dropdown-display .tag .remove {
  margin-left: 6px;
  cursor: pointer;
  color: #261A32;
  font-weight: 500;
  font-size: 20px;
}
.filter_box_blog .multi-select-dropdown .dropdown-options {
  display: none;
  border-radius: 8px;
  background: radial-gradient(126.91% 126.91% at 50% 50.05%, #E4FAFF 0%, #FAFAFA 100%);
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin-top: 8px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 90;
}
.filter_box_blog .multi-select-dropdown .dropdown-options .custom-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  margin: 6px 0;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 300;
  margin-bottom: 20px;
  color: #1C1B1F;
}
.filter_box_blog .multi-select-dropdown .dropdown-options .custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter_box_blog .multi-select-dropdown .dropdown-options .custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #8f8f8f;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.filter_box_blog .multi-select-dropdown .dropdown-options .custom-checkbox input[type=checkbox]:checked ~ .checkmark {
  background-color: #ecf5fc;
  border-color: #d57f2a;
}
.filter_box_blog .multi-select-dropdown .dropdown-options .custom-checkbox input[type=checkbox]:checked ~ .checkmark::after {
  content: "✔";
  position: absolute;
  left: 3px;
  top: -2px;
  font-size: 14px;
  color: #fff;
}
.filter_box_blog .multi-select-dropdown .dropdown-options .custom-checkbox input[type=checkbox]:checked ~ .checkmark::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  background: #E47C30;
  width: 17px;
  height: 17px;
}

.wp-block-list > li {
  margin-bottom: 10px;
}

.wp-block-kadence-iconlist {
  margin-bottom: 30px;
}
.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-level-1 {
  padding-left: 42px !important;
  margin-bottom: 10px;
}
.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-level-1 svg {
  width: 20px;
  height: auto;
  max-width: 20px;
}

.single-jobs .container {
  max-width: 1360px;
}
.single-jobs .page_title_top {
  margin-bottom: 40px;
}

.wp-block-group .how_to_cont {
  background: none;
  border-radius: 0px;
  padding: 0px;
}
.wp-block-group .how_to_cont .how_col:nth-last-child(-n+3) {
  margin-bottom: 0px;
}
.wp-block-group .howto .container-fluid {
  padding: 0px;
}

.wp-block-heading + .wp-block-group {
  margin-top: 40px;
}

.wp-block-group + .wp-block-heading {
  margin-top: 64px;
}

#gf-confirmation-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.gf-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.gf-popup-content {
  position: relative;
  max-width: 700px;
  margin: 10% auto;
  background: #E4FAFF;
  padding: 100px;
  border-radius: 28px;
  text-align: center;
  -webkit-animation: fadeInUp 0.3s ease-out;
          animation: fadeInUp 0.3s ease-out;
}
.gf-popup-content h4 {
  font-size: 24px;
  font-weight: 300;
}
.gf-popup-content p {
  font-weight: 300;
}
@media (max-width: 767px) {
  .gf-popup-content {
    margin-left: 15px;
    margin-right: 15px;
    padding: 60px 24px 24px 24px;
  }
  .gf-popup-content h2 {
    font-size: 24px;
  }
  .gf-popup-content h4 {
    font-size: 20px;
  }
}

.gf-popup-close {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 40px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
  background: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0;
}

.gf-popup-close:hover {
  opacity: 0.7;
}

.gf-popup-close:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.ez-toggle {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  text-align: center;
  position: absolute;
  right: -10px;
  top: 8px;
  font-size: 24px;
  font-weight: normal;
}

.ez-toggle.plus::before {
  content: "+";
}

.ez-toggle.minus::before {
  content: "–";
}

.is-services-page .page_title_top .simple_list_info .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}