@charset "UTF-8";
/*
Theme Name:     Storefront Child Theme
Theme URI:      https://github.com/stuartduff/storefront-child-theme
Author:         Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */
@import url("https://use.typekit.net/tfb8zcz.css");
img {
  border-radius: 0;
  max-width: 100%;
}

.hentry .entry-content a {
  text-decoration: none;
}

input:focus {
  outline: none !important;
}

a {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.text-white {
  color: #FFFFFF;
}

.text-dark {
  color: #002B56;
}

.button-group {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 1rem;
}

.button {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #002B56;
  font-weight: 400;
  font-family: "allumi-std";
  padding: 1rem 2rem;
  width: fit-content;
  background-color: #D0E8CD;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.5s;
}
.button.button-light {
  background-color: #002B56;
  color: #FFFFFF;
}
.button.button-red {
  background-color: #BF1622;
  color: #FFFFFF;
}
.button.button-red:hover {
  color: #002B56;
  background-color: #D0E8CD;
}
.button:hover {
  color: #FFFFFF;
  background-color: #BF1622;
  transition: all 0.5s;
}
.button.button-with-arrow {
  transition: all 0.5s;
  padding-right: 35px;
  width: 0px;
  display: block;
  white-space: nowrap;
  padding-left: 0;
  margin-left: auto;
  background-color: transparent;
  border: 1px solid transparent;
  backdrop-filter: blur(15px);
  color: transparent;
}
.button.button-with-arrow::after {
  content: "";
  background-color: #D0E8CD;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.441248 1.07772C0.787438 0.73158 1.34856 0.73158 1.69472 1.07772L6.42199 5.80503C6.76815 6.15119 6.76815 6.71231 6.42199 7.05847L1.69472 11.7857C1.34856 12.1319 0.787438 12.1319 0.441248 11.7857C0.0951049 11.4396 0.0951049 10.8785 0.441248 10.5323L4.54172 6.43175L0.441248 2.33123C0.0951049 1.98509 0.0951049 1.42387 0.441248 1.07772Z' fill='%23002B56'/%3E%3C/svg%3E%0A");
  width: 35px;
  height: 35px;
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: auto;
  right: -4px;
  top: 0;
  bottom: 0;
  border-radius: 100px;
  transition: all 0.5s;
  border: 1px solid #D0E8CD;
}
.button.button-with-arrow:hover {
  width: 131px;
  padding-right: 49px;
  padding-left: 2rem;
  background-color: rgba(244, 242, 238, 0.7);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(15px);
  color: #002B56;
}
.button.button-with-arrow:hover::after {
  background-color: #002B56;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.441248 1.07772C0.787438 0.73158 1.34856 0.73158 1.69472 1.07772L6.42199 5.80503C6.76815 6.15119 6.76815 6.71231 6.42199 7.05847L1.69472 11.7857C1.34856 12.1319 0.787438 12.1319 0.441248 11.7857C0.0951049 11.4396 0.0951049 10.8785 0.441248 10.5323L4.54172 6.43175L0.441248 2.33123C0.0951049 1.98509 0.0951049 1.42387 0.441248 1.07772Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  transition: all 0.5s;
  border: 1px solid #002B56;
}

.btngrp-blue {
  background-color: #002B56 !important;
  color: #FFFFFF !important;
}
.btngrp-blue:hover {
  background-color: #002B56 !important;
  color: #FFFFFF !important;
}

.btngrp-red {
  background-color: #BF1622 !important;
  color: #FFFFFF !important;
}
.btngrp-red:hover {
  background-color: #002B56 !important;
  color: #FFFFFF !important;
}

.btngrp-lightblue {
  background-color: #A6CEE8 !important;
  color: #002B56 !important;
}
.btngrp-lightblue:hover {
  background-color: #002B56 !important;
  color: #FFFFFF !important;
}

.btngrp-lightgreen {
  background-color: #D0E8CD !important;
  color: #002B56 !important;
}
.btngrp-lightgreen:hover {
  background-color: #002B56 !important;
  color: #FFFFFF !important;
}

.btngrp-eerieblack {
  background-color: #1D1D1B !important;
  color: #FFFFFF !important;
}
.btngrp-eerieblack:hover {
  background-color: #002B56 !important;
  color: #FFFFFF !important;
}

.btngrp-lightgray {
  background-color: #F4F2EE !important;
  color: #BF1622 !important;
}
.btngrp-lightgray:hover {
  background-color: #002B56 !important;
  color: #FFFFFF !important;
}

.btngrp-white {
  background-color: #FFFFFF !important;
  color: #002B56 !important;
}
.btngrp-white:hover {
  background-color: #002B56 !important;
  color: #FFFFFF !important;
}

.site-content ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 1rem 0 0;
}
.site-content ul li {
  position: relative;
  padding-left: 1rem;
  gap: 1rem;
}
.site-content ul li:before {
  content: "";
  background-image: url(https://redfoxbluenew.brightness-demo.com/wp-content/uploads/2025/07/bulet-arrow.svg);
  width: 6px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 6px;
  flex: 0 0 6px;
  left: 0;
}

.slick-next, .slick-prev {
  width: 3.5rem !important;
  height: 3.5rem !important;
  background: #D0E8CD !important;
  border-radius: 35px !important;
  top: auto !important;
  bottom: -8.6rem !important;
  right: 0 !important;
  left: auto !important;
  transition: all 0.5s;
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
  background: #A6CEE8 !important;
}
.slick-next:hover, .slick-prev:hover {
  background: #BF1622 !important;
  transition: all 0.5s;
}

.slick-prev {
  right: 4.5rem !important;
}
.slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.78033 0.219668C5.4874 -0.0732225 5.0126 -0.0732225 4.7197 0.219668L0.719703 4.2197C0.426803 4.5126 0.426803 4.9874 0.719703 5.2803L4.7197 9.2803C5.0126 9.5732 5.4874 9.5732 5.78033 9.2803C6.07322 8.9874 6.07322 8.5126 5.78033 8.2197L2.3107 4.75L5.78033 1.28033C6.07322 0.987437 6.07322 0.512558 5.78033 0.219668Z' fill='%23002B56'/%3E%3C/svg%3E%0A");
  content: "" !important;
  background-size: 6px;
  background-position: center;
  width: 6px !important;
  display: block !important;
  height: 10px !important;
  opacity: 1 !important;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  inset: 0 !important;
  transition: all 0.5s;
  position: relative;
  left: -1px !important;
  right: auto !important;
}
.slick-prev:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.78033 0.219668C5.4874 -0.0732225 5.0126 -0.0732225 4.7197 0.219668L0.719703 4.2197C0.426803 4.5126 0.426803 4.9874 0.719703 5.2803L4.7197 9.2803C5.0126 9.5732 5.4874 9.5732 5.78033 9.2803C6.07322 8.9874 6.07322 8.5126 5.78033 8.2197L2.3107 4.75L5.78033 1.28033C6.07322 0.987437 6.07322 0.512558 5.78033 0.219668Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.219668 0.219668C0.512598 -0.0732225 0.987397 -0.0732225 1.2803 0.219668L5.2803 4.2197C5.5732 4.5126 5.5732 4.9874 5.2803 5.2803L1.2803 9.2803C0.987397 9.5732 0.512598 9.5732 0.219668 9.2803C-0.0732225 8.9874 -0.0732225 8.5126 0.219668 8.2197L3.6893 4.75L0.219668 1.28033C-0.0732225 0.987437 -0.0732225 0.512558 0.219668 0.219668Z' fill='%23002B56'/%3E%3C/svg%3E%0A");
  content: "" !important;
  background-size: 6px;
  background-position: center;
  width: 6px !important;
  display: block !important;
  height: 10px !important;
  opacity: 1 !important;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  inset: 0 !important;
  transition: all 0.5s;
  font-size: 0 !important;
  right: -2px !important;
  left: auto !important;
  position: relative;
}
.slick-next:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.219668 0.219668C0.512598 -0.0732225 0.987397 -0.0732225 1.2803 0.219668L5.2803 4.2197C5.5732 4.5126 5.5732 4.9874 5.2803 5.2803L1.2803 9.2803C0.987397 9.5732 0.512598 9.5732 0.219668 9.2803C-0.0732225 8.9874 -0.0732225 8.5126 0.219668 8.2197L3.6893 4.75L0.219668 1.28033C-0.0732225 0.987437 -0.0732225 0.512558 0.219668 0.219668Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

@media (min-width: 1100px) {
  body.single-service .site-content:before {
    content: "";
    background: url(/wp-content/uploads/2025/07/triangle__1.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-size: contain;
    z-index: 1;
    max-width: 546px;
    height: 2193px;
    background-position: left center;
    background-repeat: no-repeat;
    top: 953px;
  }
  body.single-service section {
    position: relative;
    z-index: 1;
  }
  body.single-service section.section-image_content_section {
    background-color: transparent !important;
  }
  body.single-service section .contet_editor_wraper {
    background-color: transparent !important;
  }
}

@media (min-width: 1100px) {
  .service_page .site-content:before {
    content: "";
    background: url(/wp-content/uploads/2025/07/triangle__1.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-size: contain;
    z-index: 1;
    max-width: 546px;
    height: 2193px;
    background-position: left center;
    background-repeat: no-repeat;
    top: 953px;
  }
  .service_page section {
    position: relative;
    z-index: 1;
  }
  .service_page section.section-image_content_section {
    background-color: transparent !important;
  }
  .service_page section .contet_editor_wraper {
    background-color: transparent !important;
  }
}

@media (min-width: 1100px) {
  body.single-training .site-content:before {
    content: "";
    background: url(/wp-content/uploads/2025/07/triangle__2.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-size: contain;
    z-index: 1;
    max-width: 456px;
    height: 2193px;
    background-position: left center;
    background-repeat: no-repeat;
    top: 323px;
    left: auto;
    right: 0;
  }
  body.single-training section {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 1100px) {
  body.single-team .site-content:before {
    content: "";
    background: url(/wp-content/uploads/2025/07/triangle__2.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-size: contain;
    z-index: 1;
    max-width: 456px;
    height: 2193px;
    background-position: left center;
    background-repeat: no-repeat;
    top: 0;
    left: auto;
    right: 0;
  }
  body.single-team section {
    position: relative;
    z-index: 1;
  }
}

.page-title {
  font-size: 6.5rem;
  line-height: 70px;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media (max-width: 992px) {
  .page-title {
    font-size: 4.5rem;
    line-height: 70px;
  }
}

.archive-lists {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .archive-lists {
    margin-bottom: 3rem;
  }
}
.archive-lists:last-child {
  margin-bottom: 0;
}

.nav-links {
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 8rem;
  margin-top: 0;
  flex-flow: wrap;
  gap: 1rem;
}
.nav-links .nav-previous a {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1.2rem;
  line-height: 14px;
  font-weight: 400;
  text-decoration: none;
}
.nav-links .nav-previous a::before {
  background-image: url(/wp-content/uploads/2025/07/nav-link-arrow.svg);
  content: "";
  width: 11px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transform-origin: center;
}
.nav-links .nav-next a {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1.2rem;
  line-height: 14px;
  font-weight: 400;
  text-decoration: none;
}
.nav-links .nav-next a::after {
  background-image: url(/wp-content/uploads/2025/07/nav-link-arrow.svg);
  content: "";
  width: 11px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ajax-pagination {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 8px;
  width: 100%;
  justify-content: flex-end;
}
.ajax-pagination .page-numbers {
  color: #002B56;
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: 400;
  font-family: "allumi-std";
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  text-decoration: none;
}
.ajax-pagination .page-numbers.current {
  background-color: #002B56;
  color: #FFFFFF;
}
.ajax-pagination .page-numbers.prev {
  width: fit-content;
  height: auto;
  color: #BF1622;
  display: flex;
  align-items: center;
  gap: 9px;
}
.ajax-pagination .page-numbers.prev::before {
  background-image: url(/wp-content/uploads/2025/07/nav-link-arrow.svg);
  content: "";
  width: 11px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transform-origin: center;
}
.ajax-pagination .page-numbers.next {
  width: fit-content;
  height: auto;
  color: #BF1622;
  display: flex;
  align-items: center;
  gap: 9px;
}
.ajax-pagination .page-numbers.next::after {
  background-image: url(/wp-content/uploads/2025/07/nav-link-arrow.svg);
  content: "";
  width: 11px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

blockquote {
  font-size: 1.4rem;
  width: 100%;
  margin: 50px auto;
  font-style: italic;
  color: #002B56;
  padding: 1.2rem 30px 1.2rem 40px;
  border-left: 3px solid #002B56;
  line-height: 1.6;
  position: relative;
  background: #ffffff;
}

blockquote::before {
  content: "“";
  color: #A6CEE8;
  font-size: 3rem;
  position: absolute;
  left: 10px;
  top: -2px;
}

blockquote::after {
  content: "";
}

blockquote span {
  display: block;
  color: #002B56;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

.section-content_editor {
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .section-content_editor {
    padding-bottom: 0rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}

html.mobile-menu-show {
  overflow: hidden;
}

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #F4F2EE;
  z-index: 99;
}
header.site-header .header_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1rem;
  justify-content: space-between;
}
@media (max-width: 992px) {
  header.site-header .header_wrap {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
header.site-header .header_wrap .header-right-text {
  line-height: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  header.site-header .header_wrap .header-right-text {
    display: none;
  }
}
header.site-header .header_wrap .header-right-text img {
  width: 100%;
  max-width: 162px;
  height: auto;
  object-fit: contain;
}
header.site-header .header_wrap .site-branding {
  flex: 1;
}
header.site-header .header_wrap .site-branding .main-logo {
  display: block;
  width: 6.1rem;
  height: 3.7rem;
}
header.site-header .header_wrap .site-branding .main-logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
header.site-header .header_wrap .humberg_menu_wrap {
  display: none;
}
@media (max-width: 992px) {
  header.site-header .header_wrap .humberg_menu_wrap {
    display: block;
  }
}
header.site-header .header_wrap .humberg_menu_wrap .humberg_menu {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 16px;
  color: #BF1622;
  font-family: "allumi-std";
  text-transform: uppercase;
}
@media (max-width: 992px) {
  header.site-header .header_wrap .main-navigation {
    padding: 39px 51px 49px 53px;
    height: calc(100vh - 190px);
    overflow-y: auto;
  }
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
}
@media (max-width: 1100px) {
  header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu {
    gap: 15px;
  }
}
@media (max-width: 992px) {
  header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu {
    display: flex;
    flex-flow: column;
    gap: 1.5rem;
  }
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item {
  transition: all 0.5s;
}
@media (max-width: 992px) {
  header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item {
    width: 100%;
  }
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item a {
  text-decoration: none;
  font-family: "allumi-std";
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #BF1622;
  text-transform: uppercase;
  transition: all 0.5s;
  font-weight: 400;
  padding: 22.5px 0;
}
@media (max-width: 992px) {
  header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item a {
    padding: 0;
    width: 100%;
    justify-content: space-between;
  }
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item:hover a {
  color: #002B56;
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children {
  transition: all 0.5s;
}
@media (max-width: 992px) {
  header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children {
    position: relative;
  }
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children .menu-arrow {
  display: none;
}
@media (max-width: 992px) {
  header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children .menu-arrow {
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    width: 3rem;
    height: 2.5rem;
    background: transparent;
    top: 0;
    bottom: 0;
  }
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: all 0.5s;
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children a:after {
  background-image: url(/wp-content/uploads/2025/07/menu-arrow.svg);
  content: "";
  width: 9px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: calc(100% - 10px);
  background-color: #002B56;
  border-radius: 1rem;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  padding: 2.2rem;
}
@media (max-width: 992px) {
  header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu {
    position: relative;
    visibility: visible !important;
    opacity: 1;
    height: 0;
    padding: 0;
    border-radius: 0;
    background-color: #F4F2EE;
    transition: all 0.5s;
    display: none;
  }
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  display: block;
  gap: 0;
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  text-decoration: none;
  font-family: "allumi-std";
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  text-transform: capitalize;
  transition: all 0.5s;
  display: block;
  text-align: left;
  font-weight: 400;
  padding: 0;
}
@media (max-width: 992px) {
  header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
    color: #002B56;
    text-align: left;
    padding: 4px 0;
  }
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item a::after {
  display: none;
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  color: #BF1622;
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children:hover {
  transition: all 0.5s;
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children:hover a {
  color: #002B56;
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children:hover a::after {
  background-image: url(/wp-content/uploads/2025/07/menu-hover-arrow.svg);
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children.show-submenu a {
  color: #002B56;
  font-weight: bold;
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children.show-submenu a::after {
  background-image: url(/wp-content/uploads/2025/07/menu-active-arrow.svg);
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.menu-item-has-children.show-submenu .sub-menu {
  visibility: visible !important;
  opacity: 1;
  height: auto;
  transition: all 0.5s;
  display: block;
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.current-menu-item > a {
  color: #002B56;
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.current-menu-item > a:after {
  background-image: url(/wp-content/uploads/2025/07/menu-hover-arrow.svg);
}
header.site-header .header_wrap .main-navigation .menu-header-menu-container .menu .menu-item.current-menu-parent .sub-menu .current-menu-item > a {
  color: #BF1622;
}
header.site-header .header_wrap .copy-right-wrap {
  display: none;
  background-color: #002B56;
  color: #FFFFFF;
  padding: 1.5rem;
  text-align: center;
  font-family: "allumi-std";
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin-top: auto;
}
header.site-header .header_wrap .copy-right-wrap .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.site-header .header_wrap .copy-right-wrap .menu li a {
  text-decoration: none;
  font-family: "allumi-std";
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  text-transform: capitalize;
  transition: all 0.5s;
  display: block;
  text-align: center;
  font-weight: 400;
  padding: 0;
}
header.site-header .header_wrap .copy-right-wrap .menu li a:hover {
  color: #BF1622;
}
header.site-header .header_wrap .copy-right-wrap .menu li.current-menu-item a {
  color: #BF1622;
}
@media (max-width: 992px) {
  header.site-header .header_wrap .copy-right-wrap {
    display: block;
  }
}
@media (min-width: 993px) {
  header.site-header .header_wrap .mobile_menu_wrap {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  header.site-header .header_wrap .mobile_menu_wrap {
    position: fixed;
    top: 70px;
    left: -100%;
    right: 0;
    bottom: 0;
    height: calc(100% - 70px);
    background: #F4F2EE;
    display: flex;
    flex-flow: column;
    overflow: hidden;
    transition: left 0.5s;
    visibility: hidden;
    opacity: 0;
    transition: left 0.5s, visibility 0.5s, opacity 0.5s;
  }
}
header.site-header.mobile-menu-open .header_wrap .mobile_menu_wrap {
  left: 0;
  visibility: visible;
  opacity: 1;
  transition: left 0.5s, visibility 0.5s, opacity 0.5s;
}

footer.site-footer {
  position: relative;
}
footer.site-footer .footer-topbar {
  background-color: #002B56;
  margin-top: 0;
  padding: 8rem 0;
}
@media (max-width: 1200px) {
  footer.site-footer .footer-topbar {
    padding: 7rem 0;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-topbar {
    padding: 6rem 3rem;
  }
}
footer.site-footer .footer-topbar .footer-topbar-wrap {
  display: flex;
  flex-flow: wrap;
  gap: 7rem;
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  footer.site-footer .footer-topbar .footer-topbar-wrap {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-topbar .footer-topbar-wrap {
    gap: 2.9rem;
  }
}
footer.site-footer .footer-topbar .widget-area {
  width: 100%;
  max-width: calc((100% - 210px) / 4);
}
@media (max-width: 1200px) {
  footer.site-footer .footer-topbar .widget-area {
    max-width: calc((100% - 9rem) / 4);
  }
}
@media (max-width: 992px) {
  footer.site-footer .footer-topbar .widget-area {
    max-width: calc((100% - 6rem) / 2);
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-topbar .widget-area {
    max-width: 100%;
  }
}
footer.site-footer .footer-topbar .widget-area .widget {
  margin-bottom: 5rem;
  line-height: 0;
}
footer.site-footer .footer-topbar .widget-area .widget:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  footer.site-footer .footer-topbar .widget-area .widget {
    margin-bottom: 2.9rem;
  }
}
footer.site-footer .footer-topbar .widget-area .mt-wrap-logo {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  padding: 32px 10px;
  text-align: center;
  max-width: 202px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 767px) {
  footer.site-footer .footer-topbar .widget-area .mt-wrap-logo {
    display: none;
  }
}
footer.site-footer .footer-topbar .widget-area .widget_media_image {
  text-align: center;
}
@media (max-width: 767px) {
  footer.site-footer .footer-topbar .widget-area .widget_media_image {
    display: none;
  }
}
footer.site-footer .footer-topbar .widget-area .contact-link-wrap a {
  text-decoration: none;
  font-family: "allumi-std";
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  transition: all 0.5s;
  display: block;
  text-align: left;
  font-weight: 400;
  padding: 0;
}
footer.site-footer .footer-topbar .widget-area .contact-link-wrap a:hover {
  color: #BF1622;
}
footer.site-footer .footer-topbar .widget-area .social-media-wrap {
  display: flex;
  flex-flow: wrap;
  gap: 1rem;
  margin-top: 1.4rem;
}
footer.site-footer .footer-topbar .widget-area .social-media-wrap a {
  width: 26px;
  height: 26px;
  display: block;
  transform: scale(1);
  transition: all 0.5s;
}
footer.site-footer .footer-topbar .widget-area .social-media-wrap a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer.site-footer .footer-topbar .widget-area .social-media-wrap a:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
footer.site-footer .footer-topbar .widget-area .widget-title {
  font-size: 2rem;
  line-height: 22px;
  font-family: "allumi-std";
  font-weight: 700;
  color: #D0E8CD;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  footer.site-footer .footer-topbar .widget-area .widget-title {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 992px) {
  footer.site-footer .footer-topbar .widget-area .widget-title {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-topbar .widget-area .widget-title {
    font-weight: 400;
    margin-bottom: 0;
    color: #FFFFFF;
    text-transform: inherit;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-topbar .widget-area .widget-title.contact-title {
    text-transform: uppercase;
    margin-top: 2.2rem;
    margin-bottom: 0.5rem;
  }
}
footer.site-footer .footer-topbar .widget-area .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  footer.site-footer .footer-topbar .widget-area .menu {
    display: none;
  }
}
footer.site-footer .footer-topbar .widget-area .menu .menu-item {
  margin-bottom: 0;
}
footer.site-footer .footer-topbar .widget-area .menu .menu-item:last-child {
  margin-bottom: 0;
}
footer.site-footer .footer-topbar .widget-area .menu .menu-item a {
  text-decoration: none;
  font-family: "allumi-std";
  font-size: 1.4rem;
  line-height: 2rem;
  color: #FFFFFF;
  text-transform: capitalize;
  transition: all 0.5s;
  display: block;
  text-align: left;
  font-weight: 400;
  padding: 0;
}
footer.site-footer .footer-topbar .widget-area .menu .menu-item a:hover {
  color: #BF1622;
}
footer.site-footer .footer-topbar .widget-area .menu.current_page_item > a {
  color: #BF1622;
}
footer.site-footer .footer-topbar .widget-area:first-child .widget:first-child {
  display: block;
  max-width: 235px;
  margin-left: auto;
  margin-right: auto;
}
footer.site-footer .footer-topbar .widget-area .menu-mobile-footer-menu-container {
  display: none;
}
@media (max-width: 767px) {
  footer.site-footer .footer-topbar .widget-area .menu-mobile-footer-menu-container {
    display: block !important;
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-topbar .widget-area .menu-mobile-footer-menu-container .menu {
    display: block !important;
  }
}
footer.site-footer .footer-topbar .widget-area .menu-mobile-footer-menu-container .menu li {
  margin-bottom: 2.9rem;
}
footer.site-footer .footer-topbar .widget-area .menu-mobile-footer-menu-container .menu li:last-child {
  margin-bottom: 0;
}
footer.site-footer .footer-topbar .widget-area .menu-mobile-footer-menu-container .menu li a {
  font-size: 2rem;
  line-height: 22px;
  font-family: "allumi-std";
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0;
  text-decoration: none;
  transition: all 0.5s;
}
footer.site-footer .footer-topbar .widget-area .menu-mobile-footer-menu-container .menu li a:hover {
  color: #BF1622;
}
footer.site-footer .footer-topbar .widget-area .menu-mobile-footer-menu-container .menu li.current_page_item > a {
  color: #BF1622;
}
@media (max-width: 767px) {
  footer.site-footer .footer-topbar .footer-col-2, footer.site-footer .footer-topbar .footer-col-3 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-topbar .footer-col-4 .widget_nav_menu {
    display: none !important;
  }
}
footer.site-footer .footer-bottombar {
  background-color: #D0E8CD;
  padding: 14px 0;
}
@media (max-width: 767px) {
  footer.site-footer .footer-bottombar {
    padding: 15px 0;
  }
}
footer.site-footer .footer-bottombar .footer-bottombar-wrap {
  display: flex;
  flex-flow: wrap;
  gap: 7rem;
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 193px;
  margin-left: auto;
  margin-right: auto;
  justify-content: end;
  align-items: center;
}
@media (max-width: 1100px) {
  footer.site-footer .footer-bottombar .footer-bottombar-wrap {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-bottombar .footer-bottombar-wrap {
    gap: 0;
    flex-flow: column;
  }
}
footer.site-footer .footer-bottombar .copy-right-wrap {
  text-decoration: none;
  font-family: "allumi-std";
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #002B56;
  display: block;
  text-align: left;
  font-weight: 400;
  padding: 0;
}
footer.site-footer .footer-bottombar .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 767px) {
  footer.site-footer .footer-bottombar .menu {
    gap: 0;
    flex-flow: column;
  }
}
footer.site-footer .footer-bottombar .menu .menu-item {
  margin-bottom: 0;
}
footer.site-footer .footer-bottombar .menu .menu-item:last-child {
  margin-bottom: 0;
}
footer.site-footer .footer-bottombar .menu .menu-item a {
  text-decoration: none;
  font-family: "allumi-std";
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #002B56;
  text-transform: capitalize;
  transition: all 0.5s;
  display: block;
  text-align: left;
  font-weight: 400;
  padding: 0;
}
footer.site-footer .footer-bottombar .menu .menu-item a:hover {
  color: #BF1622;
}
footer.site-footer .footer-bottombar .menu.current_page_item > a {
  color: #BF1622;
}

.footer-social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 1.4rem;
  align-items: center;
}
.footer-social-icons .social-media-wrap {
  margin-top: 0 !important;
}
.footer-social-icons .instagram-logo a {
  width: 30px !important;
  height: 30px !important;
  border-radius: 1.1rem !important;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 1.1rem !important;
  -moz-border-radius: 1.1rem !important;
  -ms-border-radius: 1.1rem !important;
  -o-border-radius: 1.1rem !important;
}
.footer-social-icons .facebook-logo a {
  width: 30px !important;
  height: 30px !important;
  border-radius: 1.1rem !important;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 1.1rem !important;
  -moz-border-radius: 1.1rem !important;
  -ms-border-radius: 1.1rem !important;
  -o-border-radius: 1.1rem !important;
}

.form__contant__wrap .contact_form_title_image {
  display: flex;
  gap: 48px;
}
@media (max-width: 1200px) {
  .form__contant__wrap .contact_form_title_image {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .form__contant__wrap .contact_form_title_image {
    gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
.form__contant__wrap .contact_form_title_image .form_image {
  width: 217px;
  height: 217px;
  flex: 0 0 217px;
  border-radius: 217px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .form__contant__wrap .contact_form_title_image .form_image {
    width: 150px;
    height: 150px;
    flex: 0 0 150px;
  }
}
@media (max-width: 992px) {
  .form__contant__wrap .contact_form_title_image .form_image {
    width: 217px;
    height: 217px;
    flex: 0 0 217px;
  }
}
.form__contant__wrap .contact_form_title_image .form_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.form__contant__wrap .contact_form_title_image .scroll_text {
  font-size: 3rem;
  line-height: 36px;
}
@media (max-width: 767px) {
  .form__contant__wrap .contact_form_title_image .scroll_text {
    font-size: 2.4rem;
    line-height: 28px;
  }
}

.contet_editor_wraper {
  background-color: #F4F2EE;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.contet_editor_wraper .container {
  max-width: 792px;
}
@media (max-width: 767px) {
  .contet_editor_wraper .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.contet_editor_wraper .button-group {
  margin-top: 2.4rem;
}
.contet_editor_wraper .default_title {
  margin-bottom: 1.6rem;
}
.contet_editor_wraper .default_title * {
  font-family: "allumi-std";
  list-style: 1;
  font-weight: 700;
  color: #002B56;
}
.contet_editor_wraper .default_content {
  font-family: "allumi-std";
  font-size: 1.6rem;
  line-height: 25px;
  font-weight: 400;
  color: #002B56;
}

.default-page .contet_editor_wraper {
  padding-top: 0;
}
.default-page .container {
  max-width: 1180px;
}
.default-page h1, .default-page h2, .default-page h3, .default-page h4, .default-page h5, .default-page h6,
.default-page .h1, .default-page .h2, .default-page .h3, .default-page .h4, .default-page .h5, .default-page .h6, .default-page .h7, .default-page .h8 {
  margin-bottom: 1.6rem;
  margin-top: 2.4rem;
}
.default-page p {
  margin-bottom: 1.6rem;
}
.default-page ol {
  padding-left: 1.8rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.default-page ul {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.default-page img {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  max-width: 100%;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.section-content_editor .default_content h1, .section-content_editor .default_content h2, .section-content_editor .default_content h3, .section-content_editor .default_content h4, .section-content_editor .default_content h5, .section-content_editor .default_content h6,
.section-content_editor .default_content .h1, .section-content_editor .default_content .h2, .section-content_editor .default_content .h3, .section-content_editor .default_content .h4, .section-content_editor .default_content .h5, .section-content_editor .default_content .h6, .section-content_editor .default_content .h7, .section-content_editor .default_content .h8 {
  margin-bottom: 1.6rem;
  margin-top: 2.4rem;
}
.section-content_editor .default_content p {
  margin-bottom: 1.6rem;
}
.section-content_editor .default_content ol {
  padding-left: 1.8rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.section-content_editor .default_content ul {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.section-content_editor .default_content img {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  max-width: 100%;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.home_text_new_wrap {
  background-color: #002B56;
}
.home_text_new_wrap .text_animate_wrap {
  background-color: #002B56;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.home_text_new_wrap .text_animate_wrap .scroll_text {
  max-width: 1046px;
  margin: 0 auto;
  line-height: 1.5;
  word-wrap: break-word;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 3rem;
  line-height: 36px;
  font-weight: 400;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .home_text_new_wrap .text_animate_wrap .scroll_text {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.home_text_new_wrap .text_animate_wrap .scroll_text .word {
  white-space: nowrap;
  display: inline-block;
}
.home_text_new_wrap .text_animate_wrap .scroll_text .char {
  display: inline-block;
  opacity: 0.4;
  transition: opacity 0.5s ease;
}

.page-template-template-contact .char {
  opacity: 1 !important;
}

.section-content_and_news_section {
  background-color: #002B56;
}

.news_grid_wrap {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}
@media (max-width: 767px) {
  .news_grid_wrap {
    padding-bottom: 0;
  }
}
.news_grid_wrap::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -3px;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 0;
  height: 247px;
}
.news_grid_wrap .title_wrap {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .news_grid_wrap .title_wrap {
    display: none;
  }
}
.news_grid_wrap .title_wrap .text-white {
  text-align: center;
}
.news_grid_wrap .news_col_wrap {
  display: flex;
  gap: 3rem 2.3rem;
  flex-flow: wrap;
  position: relative;
}
@media (max-width: 992px) {
  .news_grid_wrap .news_col_wrap {
    flex-flow: column;
  }
}

.news_col_item {
  width: 100%;
  max-width: calc((100% - 4.6rem) / 3);
  position: relative;
  background-color: #F4F2EE;
  border-radius: 1rem;
  transition: all 0.5s;
  overflow: hidden;
}
@media (max-width: 992px) {
  .news_col_item {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.news_col_item .news_info {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.news_col_item .news_info .cotent_wrap {
  padding: 2rem 3.3rem 3.6rem 3.3rem;
}
.news_col_item .news_info .cotent_wrap .categari_wrap {
  margin-bottom: 2.4rem;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 1.2rem;
}
.news_col_item .news_info .cotent_wrap .categari_wrap .category_name {
  font-family: "allumi-std";
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #002B56;
  padding: 0.65rem 1.6rem;
  width: fit-content;
  border-radius: 50rem;
  background-color: #A6CEE8;
  transition: all 0.5s;
}
.news_col_item .news_info .cotent_wrap .news_title {
  font-family: "allumi-std";
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #002B56;
}
.news_col_item .news_info .cotent_wrap .date {
  font-family: "allumi-std";
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #002B56;
  opacity: 0.3;
}
.news_col_item .news_info .cotent_wrap .content {
  font-family: "allumi-std";
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #002B56;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_col_item .news_info .img_box_wrap {
  position: relative;
}
.news_col_item .news_info .img_box_wrap .img_box {
  position: relative;
  border-radius: 2rem 2rem 1rem 1rem;
  overflow: hidden;
  padding-bottom: 84.467%;
  line-height: 0;
}
.news_col_item .news_info .img_box_wrap .img_box img {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.news_col_item .news_info .button-group {
  position: absolute;
  bottom: 3.5rem;
  left: auto;
  right: 3.5rem;
  line-height: 0;
}
.news_col_item:hover {
  background-color: #A6CEE8;
  transition: all 0.5s;
}
.news_col_item:hover .news_info .cotent_wrap .categari_wrap .category_name {
  color: #FFFFFF !important;
  background-color: #002B56 !important;
  transition: all 0.5s;
}
.news_col_item:hover .news_info .img_box_wrap .img_box img {
  transform: scale(1.2) !important;
  transition: all 0.5s;
}
.news_col_item:hover .news_info .button-group .button-with-arrow {
  width: 131px;
  padding-right: 49px;
  padding-left: 2rem;
  background-color: rgba(244, 242, 238, 0.7);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(15px);
  color: #002B56;
}
.news_col_item:hover .news_info .button-group .button-with-arrow::after {
  background-color: #002B56;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.441248 1.07772C0.787438 0.73158 1.34856 0.73158 1.69472 1.07772L6.42199 5.80503C6.76815 6.15119 6.76815 6.71231 6.42199 7.05847L1.69472 11.7857C1.34856 12.1319 0.787438 12.1319 0.441248 11.7857C0.0951049 11.4396 0.0951049 10.8785 0.441248 10.5323L4.54172 6.43175L0.441248 2.33123C0.0951049 1.98509 0.0951049 1.42387 0.441248 1.07772Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  transition: all 0.5s;
  border: 1px solid #002B56;
}

@media (max-width: 767px) {
  .section-team_news_section .news_grid_wrap {
    padding-top: 4rem;
  }
}
.section-team_news_section .news_grid_wrap .title_wrap h2 {
  color: #002B56;
}
.section-team_news_section .news_grid_wrap::before {
  background-color: #F4F2EE;
}
.section-team_news_section .news_grid_wrap .news_col_item {
  background-color: #FFFFFF;
}

.banner_section {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 992px) {
  .banner_section {
    padding-top: 3.5rem;
    padding-bottom: 0;
  }
}
.banner_section .banner_wrap .banner_content {
  display: flex;
  flex-flow: wrap;
  position: relative;
  overflow: hidden;
  gap: 6rem;
  align-items: center;
}
@media (max-width: 1200px) {
  .banner_section .banner_wrap .banner_content {
    gap: 4rem 3rem;
  }
}
.banner_section .banner_wrap .banner_content .svg_animation_col {
  width: 100%;
  max-width: 60%;
}
@media (max-width: 767px) {
  .banner_section .banner_wrap .banner_content .svg_animation_col {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.banner_section .banner_wrap .banner_content .svg_animation_col .amination_svg {
  height: 665px;
  width: 100%;
}
@media (max-width: 1100px) {
  .banner_section .banner_wrap .banner_content .svg_animation_col .amination_svg {
    height: 475px;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .banner_section .banner_wrap .banner_content .svg_animation_col .amination_svg {
    height: 365px;
    width: 100%;
    max-width: 375px;
    margin: 0 auto !important;
  }
}
.banner_section .banner_wrap .banner_content .svg_animation_col .amination_svg image {
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.banner_section .banner_wrap .banner_content .svg_animation_col .amination_svg .tan1, .banner_section .banner_wrap .banner_content .svg_animation_col .amination_svg .tan2, .banner_section .banner_wrap .banner_content .svg_animation_col .amination_svg .tan3, .banner_section .banner_wrap .banner_content .svg_animation_col .amination_svg .tan4, .banner_section .banner_wrap .banner_content .svg_animation_col .amination_svg .tan5, .banner_section .banner_wrap .banner_content .svg_animation_col .amination_svg .tan6, .banner_section .banner_wrap .banner_content .svg_animation_col .amination_svg .tan7 {
  /* transform-box: fill-box; */
  transform-origin: center center;
}
.banner_section .banner_wrap .banner_content .right-col {
  width: 100%;
  max-width: calc(40% - 6rem);
}
@media (max-width: 1200px) {
  .banner_section .banner_wrap .banner_content .right-col {
    max-width: calc(40% - 3rem);
  }
}
@media (max-width: 767px) {
  .banner_section .banner_wrap .banner_content .right-col {
    max-width: 288px;
    order: -1;
    margin: 0 auto;
  }
}
.banner_section .banner_wrap .banner_content .right-col .title-wrap {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .banner_section .banner_wrap .banner_content .right-col .title-wrap {
    margin-bottom: 4rem;
  }
}
.banner_section .banner_wrap .banner_content .right-col .title-wrap .title {
  font-size: 6.5rem;
  line-height: 70px;
  font-weight: 700;
  font-family: "allumi-std";
  color: #002B56;
}
@media (max-width: 1100px) {
  .banner_section .banner_wrap .banner_content .right-col .title-wrap .title {
    font-size: 5rem;
    line-height: 55px;
  }
}
@media (max-width: 992px) {
  .banner_section .banner_wrap .banner_content .right-col .title-wrap .title {
    font-size: 4.5rem;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .banner_section .banner_wrap .banner_content .right-col .button-group .button.button-red {
    width: 100%;
    text-align: center;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.text-marqee-section {
  background: #002B56;
  background: linear-gradient(0deg, #002B56 55%, rgba(255, 255, 255, 0) 55%);
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
  margin-bottom: -0.5rem;
}
@media (max-width: 767px) {
  .text-marqee-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.text-marqee-section.bg-trasparant {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
  margin-top: -10rem;
  background: linear-gradient(0deg, #F4F2EE 55%, rgba(255, 255, 255, 0) 55%);
}
@media (max-width: 1200px) {
  .text-marqee-section.bg-trasparant {
    margin-top: -9rem;
  }
}
@media (max-width: 1100px) {
  .text-marqee-section.bg-trasparant {
    margin-top: -6rem;
  }
}
@media (max-width: 992px) {
  .text-marqee-section.bg-trasparant {
    margin-top: -5rem;
  }
}
.text-marqee-section .text-marqee-wrap .marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.text-marqee-section .text-marqee-wrap .marquee span {
  font-family: "allumi-std";
  font-size: 22rem;
  line-height: 1;
  font-weight: 700;
  color: #A6CEE8;
  opacity: 0.3;
  text-transform: uppercase;
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  animation: marquee 24s linear infinite;
}
@media (max-width: 1200px) {
  .text-marqee-section .text-marqee-wrap .marquee span {
    font-size: 19.8rem;
  }
}
@media (max-width: 1100px) {
  .text-marqee-section .text-marqee-wrap .marquee span {
    font-size: 15.4rem;
  }
}
@media (max-width: 992px) {
  .text-marqee-section .text-marqee-wrap .marquee span {
    font-size: 13.2rem;
  }
}
@media (max-width: 767px) {
  .text-marqee-section .text-marqee-wrap .marquee span {
    font-size: 11rem;
  }
}

.section-image_content_section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #FFFFFF;
}
.section-image_content_section .imge-with-text-wrap .container {
  max-width: 1062px;
}
.section-image_content_section .imge-with-text-wrap .imge-with-text-content {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 5rem 13.8rem;
}
@media (max-width: 1100px) {
  .section-image_content_section .imge-with-text-wrap .imge-with-text-content {
    gap: 5rem;
  }
}
.section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item {
  width: 100%;
  max-width: calc((100% - 13.8rem) / 2);
}
@media (max-width: 1100px) {
  .section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item {
    max-width: calc((100% - 5rem) / 2);
  }
}
@media (max-width: 767px) {
  .section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.text-col {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.text-col .title-wrap .title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 700;
  font-family: #002B56;
  margin-bottom: 1.6rem;
}
.section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.text-col .content {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #002B56;
  margin-top: 1.6rem;
  margin-bottom: 0;
}
.section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.text-col .button-group {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.text-col .button-group .button {
    width: 100%;
    text-align: center;
  }
}
.section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.image-col .image-group .img-box {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
.section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.image-col .image-group .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  max-width: 100%;
}
.section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.image-col.first-image {
  order: -1;
}
@media (max-width: 767px) {
  .section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.image-col.first-image {
    order: 1;
  }
}
.section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.image-col.second-img-with-mask .image-group .img-box {
  border-radius: 0;
}
.section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.image-col.second-img-with-mask .image-group .img-box::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/07/left-Image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  inset: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.image-col.second-img-with-mask .image-group .img-box img {
  mask-image: url(/wp-content/uploads/2025/07/maxk_Image_01.png);
  -webkit-mask-image: url(/wp-content/uploads/2025/07/maxk_Image_01.png);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
}
.section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.image-col.first-img-with-mask {
  order: -1;
}
@media (max-width: 767px) {
  .section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.image-col.first-img-with-mask {
    order: 1;
  }
}
.section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.image-col.first-img-with-mask .image-group .img-box {
  border-radius: 0;
}
.section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.image-col.first-img-with-mask .image-group .img-box::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/07/right-Image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  inset: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.image-col.first-img-with-mask .image-group .img-box img {
  -webkit-mask-image: url(/wp-content/uploads/2025/07/maxk_Image_02.png);
  mask-image: url(/wp-content/uploads/2025/07/maxk_Image_02.png);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
}

.single-training .section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.text-col .content {
  font-size: 1.6rem;
}

.training_page .section-image_content_section .imge-with-text-wrap .imge-with-text-content .col-item.text-col .content {
  font-size: 1.6rem;
}

.section-content_with_background .img-video-banner-wrap {
  position: relative;
  overflow: hidden;
}
.section-content_with_background .img-video-banner-wrap .img-video-col {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: #002B56;
}
.section-content_with_background .img-video-banner-wrap .img-video-col:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 43, 86, 0) -15.88%, #002B56 100%);
  background-blend-mode: darken;
  transform: rotate(-180deg);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-content_with_background .img-video-banner-wrap .img-video-col img, .section-content_with_background .img-video-banner-wrap .img-video-col video, .section-content_with_background .img-video-banner-wrap .img-video-col iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  clip-path: fill-box;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-radius: 0.1px;
  -webkit-border-radius: 0.1px;
  -moz-border-radius: 0.1px;
  -ms-border-radius: 0.1px;
  -o-border-radius: 0.1px;
}
.section-content_with_background .img-video-banner-wrap .img-video-col video {
  transform: unset !important;
}
.section-content_with_background .img-video-banner-wrap .img-video-col iframe {
  width: 100% !important;
  height: 56.25vw !important;
  transform: unset !important;
}
@media (max-aspect-ratio: 16/9) {
  .section-content_with_background .img-video-banner-wrap .img-video-col iframe {
    width: 177.7777777778vh !important;
    height: 100vh !important;
  }
}
.section-content_with_background .img-video-banner-wrap .banner-content-wrap {
  padding-top: 16rem;
  padding-bottom: 18.3rem;
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 10.8rem;
  max-width: 1008px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
@media (max-width: 1100px) {
  .section-content_with_background .img-video-banner-wrap .banner-content-wrap {
    padding-top: 9rem;
    padding-bottom: 14.8rem;
  }
}
@media (max-width: 767px) {
  .section-content_with_background .img-video-banner-wrap .banner-content-wrap {
    gap: 24rem;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 8rem;
    padding-bottom: 10.8rem;
  }
}
.section-content_with_background .img-video-banner-wrap .banner-content-wrap .title-wrap {
  max-width: 546px;
}
.section-content_with_background .img-video-banner-wrap .banner-content-wrap .title-wrap .title {
  font-family: "allumi-std";
  font-size: 5rem;
  line-height: 55px;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-content_with_background .img-video-banner-wrap .banner-content-wrap .title-wrap .title {
    font-size: 3.2rem;
    line-height: 40px;
  }
}
.section-content_with_background .img-video-banner-wrap .banner-content-wrap .content-wrap {
  max-width: 442px;
  margin-left: auto;
}
.section-content_with_background .img-video-banner-wrap .banner-content-wrap .content-wrap .content-info {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-family: "allumi-std";
  font-weight: 400;
  color: #FFFFFF;
}
.section-content_with_background .img-video-banner-wrap .banner-content-wrap .content-wrap .button-group {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .section-content_with_background .img-video-banner-wrap .banner-content-wrap .content-wrap .button-group .button {
    width: 100%;
    text-align: center;
  }
}

.section-service_lists {
  position: relative;
  background-color: #F4F2EE;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.section-service_lists:before {
  content: "";
  background-image: url(/wp-content/uploads/2025/07/srv_bg.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  inset: 0;
  z-index: 0;
}
@media (max-width: 992px) {
  .section-service_lists .services_wrap .container {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .section-service_lists .services_wrap .container {
    max-width: 307px;
  }
}
.section-service_lists .services_wrap .services_list_wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: wrap;
  gap: 4rem 2.5rem;
}

.srv__item__col {
  position: relative;
  width: 100%;
  max-width: calc((100% - 7.5rem) / 4);
  padding: 2rem 2rem 2rem 3rem;
  border-radius: 1rem;
  overflow: hidden;
  min-height: 300px;
  transition: all 0.5s;
}
@media (max-width: 992px) {
  .srv__item__col {
    max-width: calc((100% - 2.5rem) / 2);
  }
}
@media (max-width: 767px) {
  .srv__item__col {
    max-width: 100%;
    min-height: 200px;
  }
}
.srv__item__col .srv__col {
  height: 100%;
  display: flex;
}
.srv__item__col .srv__col .img-box {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.srv__item__col .srv__col .img-box::before {
  content: "";
  position: absolute;
  inset: 0;
  top: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 43, 86, 0) 17%, #002B56 100%);
  z-index: 1;
  opacity: 1;
  transition: background-color 1s linear;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .srv__item__col .srv__col .img-box::before {
    height: 100%;
  }
}
.srv__item__col .srv__col .img-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1);
  border-radius: 1rem;
}
.srv__item__col .srv__col .srv_info {
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.srv__item__col .srv__col .srv_info .title_wrap .title {
  font-size: 2rem;
  line-height: 2.2rem;
  font-family: "allumi-std";
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.4rem;
}
.srv__item__col .srv__col .srv_info .title_wrap .content {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-family: "allumi-std";
  font-weight: 400;
  color: #FFFFFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  max-height: 50px;
  transition: all 0.7s;
}
@media (max-width: 767px) {
  .srv__item__col .srv__col .srv_info .title_wrap .content {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.srv__item__col .srv__col .srv_info .button-group {
  margin-top: 0.8rem;
}
.srv__item__col:hover {
  transition: all 0.5s;
}
.srv__item__col:hover .img-box::before {
  transition: all 0.5s;
  height: 100%;
  background: linear-gradient(180.06deg, #002B56 68.42%, #A6CEE8 99.95%);
  opacity: 0.7;
}
.srv__item__col:hover .img-box img {
  transition: all 0.5s;
  transform: scale(1.1) !important;
}
.srv__item__col:hover .srv_info .title_wrap .content {
  max-height: 300px;
  transition: all 0.9s;
}
.srv__item__col:hover .srv_info .button-group {
  margin-top: 0.8rem;
}
.srv__item__col:hover .srv_info .button-group .button.button-with-arrow {
  width: 131px;
  padding-right: 49px;
  padding-left: 2rem;
  background-color: rgba(244, 242, 238, 0.7);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(15px);
  color: #002B56;
  transition: all 0.5s;
}
.srv__item__col:hover .srv_info .button-group .button.button-with-arrow::after {
  background-color: #002B56;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.441248 1.07772C0.787438 0.73158 1.34856 0.73158 1.69472 1.07772L6.42199 5.80503C6.76815 6.15119 6.76815 6.71231 6.42199 7.05847L1.69472 11.7857C1.34856 12.1319 0.787438 12.1319 0.441248 11.7857C0.0951049 11.4396 0.0951049 10.8785 0.441248 10.5323L4.54172 6.43175L0.441248 2.33123C0.0951049 1.98509 0.0951049 1.42387 0.441248 1.07772Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  transition: all 0.5s;
  border: 1px solid #002B56;
}

.section-cta_with_form {
  background-color: #002B56;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  margin-bottom: -3px;
}
@media (max-width: 992px) {
  .section-cta_with_form .container {
    max-width: calc(100% - 104px);
  }
}
@media (max-width: 767px) {
  .section-cta_with_form .container {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.section-cta_with_form .form_cta_wrap .form__contant__wrap {
  display: flex;
  flex-flow: wrap;
  gap: 4rem 11.9rem;
  flex-flow: wrap;
}
@media (max-width: 1200px) {
  .section-cta_with_form .form_cta_wrap .form__contant__wrap {
    gap: 4rem 9rem;
  }
}
@media (max-width: 1100px) {
  .section-cta_with_form .form_cta_wrap .form__contant__wrap {
    gap: 4rem 6rem;
  }
}
@media (max-width: 992px) {
  .section-cta_with_form .form_cta_wrap .form__contant__wrap {
    gap: 4rem 3rem;
  }
}
.section-cta_with_form .form_cta_wrap .form__contant__wrap .item__col {
  width: 100%;
  max-width: calc((100% - 11.9rem) / 2);
}
@media (max-width: 1200px) {
  .section-cta_with_form .form_cta_wrap .form__contant__wrap .item__col {
    max-width: calc((100% - 9rem) / 2);
  }
}
@media (max-width: 1100px) {
  .section-cta_with_form .form_cta_wrap .form__contant__wrap .item__col {
    max-width: calc((100% - 6rem) / 2);
  }
}
@media (max-width: 992px) {
  .section-cta_with_form .form_cta_wrap .form__contant__wrap .item__col {
    max-width: 100%;
  }
}

.section-cta_with_team, .section-cta_with_form_n_team {
  background-color: #002B56;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  margin-bottom: -3px;
}
@media (max-width: 992px) {
  .section-cta_with_team .container, .section-cta_with_form_n_team .container {
    max-width: calc(100% - 104px);
  }
}
@media (max-width: 767px) {
  .section-cta_with_team .container, .section-cta_with_form_n_team .container {
    max-width: 100%;
    padding-left: 52px;
    padding-right: 52px;
  }
}
.section-cta_with_team .form_cta_wrap .form__contant__wrap, .section-cta_with_form_n_team .form_cta_wrap .form__contant__wrap {
  display: flex;
  flex-flow: wrap;
  gap: 4rem 5.5rem;
}
@media (max-width: 1200px) {
  .section-cta_with_team .form_cta_wrap .form__contant__wrap, .section-cta_with_form_n_team .form_cta_wrap .form__contant__wrap {
    gap: 4rem 4rem;
  }
}
@media (max-width: 1100px) {
  .section-cta_with_team .form_cta_wrap .form__contant__wrap, .section-cta_with_form_n_team .form_cta_wrap .form__contant__wrap {
    gap: 4rem 3.5rem;
  }
}
@media (max-width: 992px) {
  .section-cta_with_team .form_cta_wrap .form__contant__wrap, .section-cta_with_form_n_team .form_cta_wrap .form__contant__wrap {
    gap: 4rem 3rem;
  }
}
.section-cta_with_team .form_cta_wrap .form__contant__wrap .item__col, .section-cta_with_form_n_team .form_cta_wrap .form__contant__wrap .item__col {
  width: 100%;
  max-width: calc((60% - 5.5rem) / 1);
}
.section-cta_with_team .form_cta_wrap .form__contant__wrap .item__col:first-child, .section-cta_with_form_n_team .form_cta_wrap .form__contant__wrap .item__col:first-child {
  max-width: 40%;
}
@media (max-width: 1200px) {
  .section-cta_with_team .form_cta_wrap .form__contant__wrap .item__col, .section-cta_with_form_n_team .form_cta_wrap .form__contant__wrap .item__col {
    max-width: calc((60% - 4rem) / 1);
  }
}
@media (max-width: 1100px) {
  .section-cta_with_team .form_cta_wrap .form__contant__wrap .item__col, .section-cta_with_form_n_team .form_cta_wrap .form__contant__wrap .item__col {
    max-width: calc((60% - 3.5rem) / 1);
  }
}
@media (max-width: 992px) {
  .section-cta_with_team .form_cta_wrap .form__contant__wrap .item__col, .section-cta_with_form_n_team .form_cta_wrap .form__contant__wrap .item__col {
    max-width: 100% !important;
  }
}

.form_scroll_text {
  color: #FFFFFF;
  font-size: 5rem;
  line-height: 55px;
  font-weight: 700;
  font-family: "allumi-std";
  max-width: 425px;
  margin-bottom: 3rem;
}
@media (max-width: 1100px) {
  .form_scroll_text {
    font-size: 3.2rem;
    line-height: 35px;
  }
}
.form_scroll_text .word {
  white-space: nowrap;
  display: inline-block;
}
.form_scroll_text .char {
  display: inline-block;
  opacity: 0.4;
  transition: opacity 0.5s ease;
}

.contact_info_wrap {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 2rem 5.4rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .contact_info_wrap {
    flex-flow: column;
    align-items: flex-start;
  }
}
.contact_info_wrap .info_link_col {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.contact_info_wrap .info_link_col a {
  font-size: 1.6rem;
  line-height: 25px;
  font-family: "allumi-std";
  font-weight: 400;
  text-decoration: none;
  transition: all 0.5s;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.contact_info_wrap .info_link_col a:hover {
  color: #BF1622;
  transition: all 0.5s;
}
.contact_info_wrap .info_link_col span {
  font-size: 1.6rem;
  line-height: 25px;
  font-family: "allumi-std";
  font-weight: 400;
  color: #FFFFFF;
}
.contact_info_wrap .info_link_col img {
  transform: unset !important;
}
.contact_info_wrap .info_link_col.call_box img {
  width: 14px;
  height: 22px;
}
.contact_info_wrap .info_link_col.mail_box img {
  width: 18px;
  height: 15px;
}

.form__info_col .gform_wrapper .gform_validation_errors {
  display: none !important;
}
.form__info_col .gform_wrapper .gform_required_legend {
  display: none !important;
}
@media (max-width: 767px) {
  .form__info_col .gform_wrapper .gform_fields {
    grid-template-columns: repeat(1, 1fr) !important;
    display: flex;
    flex-flow: column;
  }
}
.form__info_col .gform_wrapper .button {
  margin-top: 2.4rem !important;
  position: relative !important;
  font-size: 1.4rem !important;
  line-height: 1.6rem !important;
  color: #002B56 !important;
  font-weight: 400 !important;
  font-family: "allumi-std" !important;
  padding: 1rem 2rem !important;
  width: fit-content !important;
  background-color: #D0E8CD !important;
  text-decoration: none !important;
  border-radius: 100px !important;
  transition: all 0.5s !important;
  order: 1;
}
@media (max-width: 767px) {
  .form__info_col .gform_wrapper .button {
    width: 100% !important;
    text-align: center !important;
  }
}
.form__info_col .gform_wrapper .button:hover {
  color: #FFFFFF !important;
  background-color: #BF1622 !important;
  transition: all 0.5s !important;
}
.form__info_col .gform_wrapper .gform_confirmation_message {
  color: #FFFFFF !important;
  font-size: 1.6rem;
  line-height: 25px;
  font-family: "allumi-std";
  font-weight: 400;
}
.form__info_col .gform_wrapper .gform_confirmation_message br {
  display: none;
}
.form__info_col .gform_wrapper .gform_confirmation_message strong {
  color: #FFFFFF !important;
  font-size: 3rem;
  line-height: 36px;
  font-family: "allumi-std";
  font-weight: 700;
  display: block;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .form__info_col .gform_wrapper .gform_confirmation_message strong {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
.form__info_col .gform_wrapper form .gform_fields {
  column-gap: 2.4rem !important;
  row-gap: 1.6rem !important;
}
.form__info_col .gform_wrapper form .gform-field-label {
  color: #FFFFFF !important;
  font-size: 1.6rem !important;
  line-height: 25px !important;
  font-family: "allumi-std" !important;
  font-weight: 400 !important;
  margin-bottom: 8px;
  padding-left: 8px;
  gap: 0 !important;
}
.form__info_col .gform_wrapper form .gfield_required {
  color: #FFFFFF !important;
  font-size: 1.6rem !important;
  line-height: 25px !important;
  font-family: "allumi-std" !important;
  font-weight: 400 !important;
}
.form__info_col .gform_wrapper form input, .form__info_col .gform_wrapper form select, .form__info_col .gform_wrapper form textarea {
  color: #FFFFFF !important;
  font-size: 1.6rem;
  line-height: 25px;
  font-family: "allumi-std";
  font-weight: 400;
  outline: none !important;
  box-shadow: none !important;
}
.form__info_col .gform_wrapper form input, .form__info_col .gform_wrapper form select {
  background-color: transparent !important;
  border: 1px solid #FFFFFF;
  border-radius: 1rem !important;
  height: 45px !important;
}
.form__info_col .gform_wrapper form input[type=file] {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: black !important;
  background-color: #FFFFFF !important;
}
.form__info_col .gform_wrapper form textarea {
  background-color: transparent !important;
  border: 1px solid #FFFFFF;
  border-radius: 1rem !important;
  height: 114px !important;
  min-block-size: unset !important;
}
.form__info_col .gform_wrapper form .gfield_description.gform_fileupload_rules {
  color: rgba(255, 255, 255, 0.5);
}
.form__info_col .gform_wrapper form .gfield_error input, .form__info_col .gform_wrapper form .gfield_error select {
  border: 1px solid #BF1622;
}
.form__info_col .gform_wrapper form .gfield .validation_message {
  display: none !important;
}
.form__info_col .gform_wrapper form .gform-footer {
  margin-top: 0;
  justify-content: flex-end;
}

.team__list__wrap {
  width: 100%;
}
.team__list__wrap .team_slider_wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .team__list__wrap .team_slider_wrap {
    display: flex;
    gap: 2.4rem 5.1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
.team__list__wrap .slick-next {
  right: 24px !important;
}
.team__list__wrap .slick-prev {
  right: 6.9rem !important;
}
.team__list__wrap .slick-track .slick-list.draggable {
  margin-right: -25px;
  width: calc(100% + 25px);
}
.team__list__wrap .slick-track .slick-slide {
  padding: 0 2.5rem;
}
.team__list__wrap .slick-track .slick-slide > div:first-child {
  margin-bottom: 2.4rem;
}

.team__list__wrap {
  position: relative;
}
@media (min-width: 768px) {
  .team__list__wrap {
    padding-bottom: 6.8rem;
  }
}

.team__item__col {
  background: #FFFFFF;
  border-radius: 1rem;
  display: flex !important;
  flex-flow: wrap;
  align-items: center;
  padding: 2.5rem 1.7rem 2.5rem 0;
  width: 100%;
}
@media (max-width: 767px) {
  .team__item__col {
    max-width: 291px;
  }
}
.team__item__col .member__img {
  width: 104px;
  height: 104px;
  border-radius: 104px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  margin-left: -2.1rem;
}
.team__item__col .member__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  object-position: center;
  transform: unset !important;
}
.team__item__col .member__info {
  padding-left: 17px;
  width: 100%;
  max-width: calc(100% - 83px);
}
.team__item__col .member__info .name {
  font-size: 2rem;
  line-height: 22px;
  font-family: "allumi-std";
  font-weight: 700;
  color: #002B56;
  margin-bottom: 4px;
}
.team__item__col .member__info .position {
  font-size: 1.6rem;
  line-height: 25px;
  font-family: "allumi-std";
  font-weight: 400;
  color: #BF1622;
}
.team__item__col .member__info .social_info {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.2rem;
}
.team__item__col .member__info .social_info .link_col {
  line-height: 0;
}
.team__item__col .member__info .social_info .link_col a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #002B56;
  width: 2.6rem;
  height: 2.6rem;
}
.team__item__col .member__info .social_info .link_col a img {
  object-fit: contain;
  max-width: 100%;
  object-position: center;
  transform: unset !important;
}
.team__item__col .member__info .social_info .link_col.linkedin_col a {
  background-color: transparent;
}

.banner_section.simple-header {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #F4F2EE;
}
@media (max-width: 767px) {
  .banner_section.simple-header {
    padding-bottom: 0;
  }
}
.banner_section.simple-header .no_banner_desc .srv_banner_col .content_header {
  justify-content: center;
}
.banner_section.simple-header .no_banner_desc .srv_banner_col .content_header .title_wrap {
  max-width: 100%;
  text-align: center;
}
.banner_section.simple-header .srv_banner_col .content_header {
  display: flex;
  align-items: center;
  gap: 3rem 15.6rem;
}
@media (max-width: 1200px) {
  .banner_section.simple-header .srv_banner_col .content_header {
    gap: 3rem 10rem;
  }
}
@media (max-width: 1100px) {
  .banner_section.simple-header .srv_banner_col .content_header {
    gap: 3rem 3rem;
  }
}
@media (max-width: 767px) {
  .banner_section.simple-header .srv_banner_col .content_header {
    flex-flow: column;
  }
}
.banner_section.simple-header .srv_banner_col .content_header .title_wrap {
  width: 100%;
  max-width: 465px;
}
@media (max-width: 767px) {
  .banner_section.simple-header .srv_banner_col .content_header .title_wrap {
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.banner_section.simple-header .srv_banner_col .content_header .title_wrap .title {
  font-size: 6rem;
  line-height: 1;
  font-weight: 700;
  color: #002B56;
  font-family: "allumi-std";
}
@media (max-width: 1100px) {
  .banner_section.simple-header .srv_banner_col .content_header .title_wrap .title {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .banner_section.simple-header .srv_banner_col .content_header .title_wrap .title {
    font-size: 4rem;
    line-height: 45px;
  }
}
.banner_section.simple-header .srv_banner_col .content_header .content {
  font-size: 1.6rem;
  line-height: 25px;
  font-weight: 400;
  color: #002B56;
  font-family: "allumi-std";
  width: 100%;
  max-width: 365px;
}
@media (max-width: 767px) {
  .banner_section.simple-header .srv_banner_col .content_header .content {
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.banner_section.simple-header .srv_banner_col .img_box_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  margin-top: 6rem;
  height: 339px;
}
@media (max-width: 767px) {
  .banner_section.simple-header .srv_banner_col .img_box_wrap {
    height: 420px;
  }
}
.banner_section.simple-header .srv_banner_col .img_box_wrap.banner-foxlogo::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2025/07/srv_banner_shape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .banner_section.simple-header .srv_banner_col .img_box_wrap.banner-foxlogo::before {
    background-position: bottom center;
    max-width: 345px;
    margin-right: auto;
  }
}
.banner_section.simple-header .srv_banner_col .img_box_wrap .img_box {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 1rem;
}
.banner_section.simple-header .srv_banner_col .img_box_wrap .img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .banner_section.simple-header .srv_banner_col .img_box_wrap .img_box img {
    object-position: 80% 0%;
  }
}

.single-post .banner_section {
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .single-post .banner_section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .single-post .banner_section .title_wrap .title {
    font-size: 3.2rem;
    list-style: 4rem;
  }
}

.single-training .banner_section {
  min-height: 450px;
}
@media (max-width: 767px) {
  .single-training .banner_section {
    min-width: 250px;
  }
}

.image_content_with_iconbox_wrap {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .image_content_with_iconbox_wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.image_content_with_iconbox_wrap .container {
  max-width: 1034px;
}
@media (max-width: 767px) {
  .image_content_with_iconbox_wrap .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.image_content_with_iconbox_wrap .image__content__col .title_wrap {
  margin-bottom: 4.3rem;
  max-width: calc(100% - 300px);
  margin-left: auto;
  text-align: right;
}
@media (max-width: 767px) {
  .image_content_with_iconbox_wrap .image__content__col .title_wrap {
    margin-bottom: 1.6rem;
    max-width: 100%;
    text-align: left;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.image_content_with_iconbox_wrap .image__content__col .title_wrap .title {
  font-size: 3rem;
  line-height: 36px;
  color: #002B56;
  font-weight: 700;
  font-family: "allumi-std";
}
@media (max-width: 992px) {
  .image_content_with_iconbox_wrap .image__content__col .title_wrap .title {
    font-size: 2.4rem;
    line-height: 28px;
  }
}
.image_content_with_iconbox_wrap .image__content__col .img_info_wrap {
  display: flex;
  flex-flow: wrap;
  gap: 5.7rem;
}
@media (max-width: 992px) {
  .image_content_with_iconbox_wrap .image__content__col .img_info_wrap {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .image_content_with_iconbox_wrap .image__content__col .img_info_wrap {
    gap: 5rem;
  }
}
.image_content_with_iconbox_wrap .image__content__col .img_info_wrap .img__col {
  width: 100%;
  max-width: calc(54% - 2.85rem);
  position: relative;
}
@media (max-width: 992px) {
  .image_content_with_iconbox_wrap .image__content__col .img_info_wrap .img__col {
    max-width: calc(54% - 1.5rem);
  }
}
@media (max-width: 767px) {
  .image_content_with_iconbox_wrap .image__content__col .img_info_wrap .img__col {
    max-width: 100%;
    margin-top: 8.8rem;
  }
}
.image_content_with_iconbox_wrap .image__content__col .img_info_wrap .img__col .icon_box_wrap {
  width: 100%;
  max-width: 200px;
  background-color: #BF1622;
  display: flex;
  flex-flow: column;
  gap: 3rem;
  border-radius: 1rem;
  padding: 2rem;
  position: absolute;
  left: 5.1rem;
  top: -8.8rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .image_content_with_iconbox_wrap .image__content__col .img_info_wrap .img__col .icon_box_wrap {
    left: 3.4rem;
  }
}
.image_content_with_iconbox_wrap .image__content__col .img_info_wrap .img__col .icon_box_wrap .icon-box {
  width: 4.8rem;
  height: 4.8rem;
}
.image_content_with_iconbox_wrap .image__content__col .img_info_wrap .img__col .icon_box_wrap .icon-box img {
  transform: unset !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.image_content_with_iconbox_wrap .image__content__col .img_info_wrap .img__col .icon_box_wrap .icon-title-wrap {
  width: 100%;
  max-width: 138px;
  margin-left: auto;
}
.image_content_with_iconbox_wrap .image__content__col .img_info_wrap .img__col .icon_box_wrap .icon-title-wrap .icon-title {
  font-size: 2rem;
  list-style: 22px;
  color: #FFFFFF;
  font-weight: 700;
  font-family: "allumi-std";
  text-transform: uppercase;
  text-align: right;
}
.image_content_with_iconbox_wrap .image__content__col .img_info_wrap .img__col .img_box_wrap {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.image_content_with_iconbox_wrap .image__content__col .img_info_wrap .img__col .img_box_wrap .img_box {
  height: 251px;
}
.image_content_with_iconbox_wrap .image__content__col .img_info_wrap .img__col .img_box_wrap .img_box img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
}
.image_content_with_iconbox_wrap .image__content__col .img_info_wrap .content__col {
  width: 100%;
  max-width: calc(46% - 2.85rem);
}
@media (max-width: 992px) {
  .image_content_with_iconbox_wrap .image__content__col .img_info_wrap .content__col {
    max-width: calc(46% - 1.5rem);
  }
}
@media (max-width: 767px) {
  .image_content_with_iconbox_wrap .image__content__col .img_info_wrap .content__col {
    max-width: 100%;
    order: -1;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.image_content_with_iconbox_wrap .image__content__col .img_info_wrap .content__col .content {
  font-size: 1.4rem;
  line-height: 25px;
  font-weight: 400;
  color: #002B56;
  font-family: "allumi-std";
}
.image_content_with_iconbox_wrap .image__content__col .img_info_wrap .content__col .button-group {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .image_content_with_iconbox_wrap .image__content__col .img_info_wrap .content__col .button-group .button {
    width: 100%;
    text-align: center;
  }
}

.review_slider_wrap {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .review_slider_wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.review_slider_wrap .review_slider_col {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 3.5rem 6.6rem;
  padding-left: calc((100% - 1140px) / 2);
}
@media (max-width: 1200px) {
  .review_slider_wrap .review_slider_col {
    padding-left: 2rem;
    gap: 3.5rem;
  }
}
@media (max-width: 992px) {
  .review_slider_wrap .review_slider_col {
    padding-left: 0;
    flex-flow: column;
  }
}
.review_slider_wrap .review_slider_col .left-col {
  width: 100%;
  max-width: 225px;
  flex: 0 0 225px;
}
@media (max-width: 992px) {
  .review_slider_wrap .review_slider_col .left-col {
    width: 100%;
    max-width: 100%;
    flex: unset;
    padding: 0 5.2rem;
  }
}
@media (max-width: 767px) {
  .review_slider_wrap .review_slider_col .left-col {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.review_slider_wrap .review_slider_col .left-col .title_wrap .title {
  font-size: 3rem;
  line-height: 3.6rem;
  font-family: "allumi-std";
  font-weight: 700;
  color: #002B56;
}
.review_slider_wrap .review_slider_col .left-col .button-group {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .review_slider_wrap .review_slider_col .left-col .button-group .button {
    width: 100%;
    text-align: center;
  }
}
.review_slider_wrap .review_slider_col .right-col {
  width: 100%;
  max-width: calc(100% - 291px);
}
@media (max-width: 1200px) {
  .review_slider_wrap .review_slider_col .right-col {
    max-width: calc(100% - 260px);
  }
}
@media (max-width: 992px) {
  .review_slider_wrap .review_slider_col .right-col {
    max-width: 100%;
    padding: 0 0 0 2rem;
  }
}
.review_slider_wrap .review_slider_col .right-col .review_slider_item {
  display: flex;
}
.review_slider_wrap .review_slider_col .right-col .review_slider_item.slick-slider {
  position: relative;
  padding-bottom: 7.5rem;
}
.review_slider_wrap .review_slider_col .right-col .review_slider_item .review__item {
  margin-right: 2rem;
  background-color: #FFFFFF;
  border-radius: 1rem;
  max-width: 364px;
}
.review_slider_wrap .review_slider_col .right-col .review_slider_item .review__item .review_content {
  font-size: 2rem;
  line-height: 28px;
  font-weight: 400;
  color: #002B56;
  font-family: "allumi-std";
  text-align: center;
  padding: 5rem 4.4rem 0 4.4rem;
  position: relative;
}
.review_slider_wrap .review_slider_col .right-col .review_slider_item .review__item .review_content::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 54px;
  width: 3.6rem;
  height: 11rem;
  background-image: url(/wp-content/uploads/2025/07/review_icon.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  z-index: 0;
}
.review_slider_wrap .review_slider_col .right-col .review_slider_item .review__item .review_content .content {
  position: relative;
  z-index: 1;
}
.review_slider_wrap .review_slider_col .right-col .review_slider_item .review__item .review_people_col {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 2rem;
  padding: 3.1rem 3.4rem 2.6rem 3.4rem;
}
.review_slider_wrap .review_slider_col .right-col .review_slider_item .review__item .review_people_col .img_box {
  width: 6.4rem;
  height: 6.4rem;
  position: relative;
  overflow: hidden;
  border-radius: 6.4rem;
}
.review_slider_wrap .review_slider_col .right-col .review_slider_item .review__item .review_people_col .img_box img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  transform: unset !important;
}
.review_slider_wrap .review_slider_col .right-col .review_slider_item .review__item .review_people_col .review_name {
  width: calc(100% - 8.4rem);
}
.review_slider_wrap .review_slider_col .right-col .review_slider_item .review__item .review_people_col .review_name .name {
  font-size: 2rem;
  line-height: 22px;
  font-weight: 700;
  color: #002B56;
  font-family: "allumi-std";
}
.review_slider_wrap .review_slider_col .right-col .review_slider_item .review__item .review_people_col .review_name .positions {
  margin-top: 3px;
  font-size: 1.4rem;
  line-height: 25px;
  font-weight: 400;
  color: #BF1622;
  font-family: "allumi-std";
}
.review_slider_wrap .review_slider_col .right-col .review_slider_item .slick-prev {
  right: calc(18.4vw + 1rem) !important;
  bottom: 0 !important;
  top: auto !important;
  transform: unset !important;
}
@media (max-width: 1200px) {
  .review_slider_wrap .review_slider_col .right-col .review_slider_item .slick-prev {
    right: calc(35px + 3rem) !important;
  }
}
@media (min-width: 1441px) {
  .review_slider_wrap .review_slider_col .right-col .review_slider_item .slick-prev {
    right: calc(100% - 720px) !important;
  }
}
.review_slider_wrap .review_slider_col .right-col .review_slider_item .slick-next {
  right: 15.3vw !important;
  bottom: 0 !important;
  top: auto !important;
  transform: unset !important;
}
@media (max-width: 1200px) {
  .review_slider_wrap .review_slider_col .right-col .review_slider_item .slick-next {
    right: 2rem !important;
  }
}
@media (min-width: 1441px) {
  .review_slider_wrap .review_slider_col .right-col .review_slider_item .slick-next {
    right: calc(100% - 770px) !important;
  }
}
.review_slider_wrap .review_slider_col .right-col .review_slider_item .slick-list .slick-slide .review__item {
  max-width: calc(100% - 2rem);
}

@media (max-width: 767px) {
  .single-post .section-review_slider {
    padding-bottom: 4rem;
  }
}

.consultancy__wrap {
  position: relative;
  background-color: #F4F2EE;
  padding-top: 7.5rem;
  padding-bottom: 10rem;
  margin-bottom: -0.3rem;
}
@media (max-width: 992px) {
  .consultancy__wrap {
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .consultancy__wrap {
    padding-top: 0;
  }
}
.consultancy__wrap.bottom_bg::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 270px;
  width: 100%;
  background-color: #002B56;
}
@media (max-width: 992px) {
  .consultancy__wrap.bottom_bg::before {
    display: none;
  }
}
.consultancy__wrap .consultancy_info_col {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 4rem 2rem;
}
@media (max-width: 992px) {
  .consultancy__wrap .consultancy_info_col {
    display: flex !important;
    flex-wrap: wrap;
    gap: 3rem 2rem;
    justify-content: center;
  }
}

.card_col {
  position: relative;
  width: 100%;
  padding: 2rem 3rem 2rem 3rem;
  border-radius: 1rem;
  overflow: hidden;
  min-height: 300px;
}
@media (max-width: 992px) {
  .card_col {
    max-width: 267px !important;
  }
}
@media (max-width: 767px) {
  .card_col {
    min-height: 200px;
  }
}
.card_col:first-child {
  grid-column: span 2/span 2;
  padding: 0;
  min-height: auto;
  height: auto;
  padding: 0;
}
@media (max-width: 992px) {
  .card_col:first-child {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .card_col:first-child {
    max-width: 100% !important;
  }
}
.card_col:first-child .main_title_wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .card_col:first-child .main_title_wrap {
    justify-content: center;
  }
}
.card_col:first-child .main_title_wrap .title {
  font-size: 5rem;
  line-height: 55px;
  font-weight: 700;
  font-family: "allumi-std";
  text-transform: uppercase;
  color: #002B56;
  padding: 0 6.3rem;
}
@media (max-width: 1100px) {
  .card_col:first-child .main_title_wrap .title {
    font-size: 4rem;
    line-height: 45px;
  }
}
@media (max-width: 992px) {
  .card_col:first-child .main_title_wrap .title {
    font-size: 3.2rem;
    line-height: 40px;
    text-align: left;
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .card_col:first-child .main_title_wrap .title {
    padding: 0 3rem;
    max-width: 330px;
  }
}
.card_col:first-child .main_title_wrap .title span {
  color: #BF1622;
}
.card_col .consultancy__col {
  height: 100%;
  display: flex;
}
.card_col .consultancy__col .img-box {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 1rem;
}
.card_col .consultancy__col .img-box::before {
  content: "";
  position: absolute;
  inset: 0;
  top: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 43, 86, 0) 0%, #002B56 100%);
  z-index: 1;
  transition: height 0.5s;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .card_col .consultancy__col .img-box::before {
    height: 100%;
  }
}
.card_col .consultancy__col .img-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1);
  border-radius: 1rem;
}
.card_col .consultancy__col .consultancy_info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column-reverse;
  justify-content: space-between;
  gap: 0.8rem;
}
.card_col .consultancy__col .consultancy_info .title_wrap .title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-family: "allumi-std";
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.4rem;
}
.card_col .consultancy__col .consultancy_info .title_wrap .content {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-family: "allumi-std";
  font-weight: 400;
  color: #FFFFFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  max-height: 0px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .card_col .consultancy__col .consultancy_info .title_wrap .content {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.card_col .consultancy__col .consultancy_info .button-group {
  margin-right: -1rem;
}
.card_col:hover .img-box::before {
  height: 100%;
  background: linear-gradient(35.62deg, #002B56 52.95%, #A6CEE8 100%);
  opacity: 0.7;
  transition: height 0.5s;
}
.card_col:hover .img-box img {
  transition: all 0.5s;
  transform: scale(1.1) !important;
}
.card_col:hover .consultancy_info .title_wrap .content {
  max-height: 300px;
  transition: all 0.9s;
}
.card_col:hover .consultancy_info .button-group .button.button-with-arrow {
  width: 131px;
  padding-right: 49px;
  padding-left: 2rem;
  background-color: rgba(208, 232, 205, 0.7);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(15px);
  color: #002B56;
  transition: all 0.5s;
}
.card_col:hover .consultancy_info .button-group .button.button-with-arrow::after {
  background-color: #002B56;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.441248 1.07772C0.787438 0.73158 1.34856 0.73158 1.69472 1.07772L6.42199 5.80503C6.76815 6.15119 6.76815 6.71231 6.42199 7.05847L1.69472 11.7857C1.34856 12.1319 0.787438 12.1319 0.441248 11.7857C0.0951049 11.4396 0.0951049 10.8785 0.441248 10.5323L4.54172 6.43175L0.441248 2.33123C0.0951049 1.98509 0.0951049 1.42387 0.441248 1.07772Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  transition: all 0.5s;
  border: 1px solid #002B56;
}

.consultancy_col_3 .container {
  max-width: 888px;
}
.consultancy_col_3 .consultancy_info_col {
  display: flex;
  flex-flow: wrap;
}
.consultancy_col_3 .consultancy_info_col .card_col {
  width: 100%;
  max-width: calc((100% - 4rem) / 3);
}
.consultancy_col_3 .consultancy_info_col .card_col:first-child {
  max-width: 100%;
}
.consultancy_col_3 .consultancy_info_col .card_col .main_title_wrap .title {
  text-align: center;
}

.consultancy_col_4 .consultancy_info_col {
  display: flex;
  flex-flow: wrap;
}
.consultancy_col_4 .consultancy_info_col .card_col {
  width: 100%;
  max-width: calc((100% - 6rem) / 4);
}
.consultancy_col_4 .consultancy_info_col .card_col:first-child {
  max-width: 100%;
}
.consultancy_col_4 .consultancy_info_col .card_col .main_title_wrap .title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.consultancy_col_4 .consultancy_info_col .card_col .main_title_wrap .title span {
  display: block;
}

.training__section {
  padding-top: 0;
  padding-bottom: 0;
}
.training__section .banner_wrap .banner_top_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (max-width: 767px) {
  .training__section .banner_wrap .banner_top_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.training__section .banner_wrap .banner_top_wrap .img__bg_wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.training__section .banner_wrap .banner_top_wrap .img__bg_wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(0, 43, 86, 0.6) 0%, rgba(0, 43, 86, 0) 72.38%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .training__section .banner_wrap .banner_top_wrap .img__bg_wrap:before {
    width: 200%;
    left: -100%;
  }
}
.training__section .banner_wrap .banner_top_wrap .img__bg_wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .training__section .banner_wrap .banner_top_wrap .img__bg_wrap img {
    object-position: 25% 50%;
  }
}
.training__section .banner_wrap .banner_top_wrap .content_wrapper {
  position: relative;
  z-index: 2;
  height: 467px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 390px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .training__section .banner_wrap .banner_top_wrap .content_wrapper {
    height: 550px;
    align-items: flex-start;
    justify-content: flex-end;
    margin-left: 0;
    padding-bottom: 7.5rem;
  }
}
.training__section .banner_wrap .banner_top_wrap .content_wrapper .sub_title {
  font-size: 2rem;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: 700;
  font-family: "allumi-std";
  margin-bottom: 1.6rem;
}
.training__section .banner_wrap .banner_top_wrap .content_wrapper .title {
  font-size: 5rem;
  line-height: 55px;
  color: #FFFFFF;
  font-weight: 700;
  font-family: "allumi-std";
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .training__section .banner_wrap .banner_top_wrap .content_wrapper .title {
    font-size: 3.2rem;
    line-height: 40px;
  }
}
.training__section .banner_wrap .banner_top_wrap .content_wrapper .contnet_wrap {
  font-size: 1.6rem;
  line-height: 25px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "allumi-std";
  max-width: 385px;
}
.training__section .banner_wrap .banner_top_wrap .content_wrapper .button-group {
  margin-top: 2.4rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .training__section .banner_wrap .banner_top_wrap .content_wrapper .button-group .button {
    width: 100%;
    text-align: center;
  }
}

.section-infobox_with_content {
  padding-top: 0;
}
.section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col {
  display: flex;
  gap: 121px;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col {
    gap: 8rem;
  }
}
@media (max-width: 992px) {
  .section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col {
    gap: 0;
    flex-flow: wrap;
  }
}
.section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .left_col {
  width: 100%;
  max-width: 32%;
  border-radius: 1rem;
  color: #002B56;
  font-size: 1.6rem;
  line-height: 25px;
  font-weight: 400;
  font-family: "allumi-std";
  padding: 4rem 4.6rem 4rem 5rem;
  background-color: #A6CEE8;
  margin-top: -133px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .left_col {
    max-width: 35%;
  }
}
@media (max-width: 1100px) {
  .section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .left_col {
    padding: 4rem 3.5rem 4rem 3.5rem;
  }
}
@media (max-width: 992px) {
  .section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .left_col {
    padding: 4rem 2rem 4rem 2rem;
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .left_col {
    margin-top: -33px;
    padding: 4rem 3.5rem;
    max-width: 100%;
  }
}
.section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .left_col .info__title {
  color: #002B56;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 3.6rem;
}
.section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .left_col .icon_with_content_col .icon_contnet_wrap {
  position: relative;
  padding-left: 63px;
  margin-bottom: 1.6rem;
}
.section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .left_col .icon_with_content_col .icon_contnet_wrap:last-child {
  margin-bottom: 0;
}
.section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .left_col .icon_with_content_col .icon_contnet_wrap img {
  transform: unset !important;
  position: absolute;
  left: 0;
  top: 0;
}
.section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .left_col .icon_with_content_col .icon_contnet_wrap .icon_contnet_info_col {
  font-size: 1.4rem;
  line-height: 25px;
  font-weight: 400;
  font-family: "allumi-std";
}
.section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .left_col .icon_with_content_col .icon_contnet_wrap .icon_contnet_info_col .icon-title {
  font-size: 1.6rem;
  line-height: 25px;
  font-weight: 700;
  font-family: "allumi-std";
}
.section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .left_col .button-group {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .left_col .button-group .button {
    width: 100%;
    text-align: center;
  }
}
.section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .left_col.dark_col_wrap {
  background-color: #002B56;
  color: #FFFFFF;
}
.section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .left_col.dark_col_wrap .info__title {
  color: #FFFFFF;
  margin-bottom: 3rem;
}
.section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .right_col {
  width: 100%;
  max-width: 68%;
  padding-top: 8rem;
  padding-bottom: 3rem;
}
@media (max-width: 1200px) {
  .section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .right_col {
    max-width: 65%;
  }
}
@media (max-width: 992px) {
  .section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .right_col {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .right_col {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }
}
.section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .right_col.training_detail_wrap h1, .section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .right_col.training_detail_wrap h2, .section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .right_col.training_detail_wrap h3, .section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .right_col.training_detail_wrap h4, .section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .right_col.training_detail_wrap h5, .section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .right_col.training_detail_wrap h6 {
  margin-bottom: 1.6rem;
}
.section-infobox_with_content .banner_wrap .banner_bottom_wrap .training__info_col .right_col.training_detail_wrap p {
  margin-bottom: 5rem;
  line-height: 25px;
}

.section-image_content_section_with_shape_image {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .section-image_content_section_with_shape_image {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section-image_content_section_with_shape_image .imge-with-text-wrap .container {
  max-width: 1062px;
}
.section-image_content_section_with_shape_image .imge-with-text-wrap .imge-with-text-content {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 5rem 13.8rem;
}
@media (max-width: 1100px) {
  .section-image_content_section_with_shape_image .imge-with-text-wrap .imge-with-text-content {
    gap: 5rem;
  }
}
.section-image_content_section_with_shape_image .imge-with-text-wrap .imge-with-text-content .col-item {
  width: 100%;
  max-width: calc((100% - 13.8rem) / 2);
}
@media (max-width: 1100px) {
  .section-image_content_section_with_shape_image .imge-with-text-wrap .imge-with-text-content .col-item {
    max-width: calc((100% - 5rem) / 2);
  }
}
@media (max-width: 767px) {
  .section-image_content_section_with_shape_image .imge-with-text-wrap .imge-with-text-content .col-item {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-image_content_section_with_shape_image .imge-with-text-wrap .imge-with-text-content .col-item.text-col {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.section-image_content_section_with_shape_image .imge-with-text-wrap .imge-with-text-content .col-item.text-col .title-wrap .title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 700;
  font-family: #002B56;
  margin-bottom: 1.6rem;
}
.section-image_content_section_with_shape_image .imge-with-text-wrap .imge-with-text-content .col-item.text-col .content {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #002B56;
  margin-top: 1.6rem;
  margin-bottom: 0;
}
.section-image_content_section_with_shape_image .imge-with-text-wrap .imge-with-text-content .col-item.text-col .button-group {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .section-image_content_section_with_shape_image .imge-with-text-wrap .imge-with-text-content .col-item.text-col .button-group .button {
    width: 100%;
    text-align: center;
  }
}
.section-image_content_section_with_shape_image .imge-with-text-wrap .imge-with-text-content .col-item.image-col .image-group .img-box {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.section-image_content_section_with_shape_image .imge-with-text-wrap .imge-with-text-content .col-item.image-col .image-group .img-box::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/07/Group-228.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  inset: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.section-image_content_section_with_shape_image .imge-with-text-wrap .imge-with-text-content .col-item.image-col .image-group .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  max-width: 100%;
  mask-image: url(/wp-content/uploads/2025/07/training_img_02.png);
  -webkit-mask-image: url(/wp-content/uploads/2025/07/training_img_02.png);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
}

.single-training .section-image_content_section_with_shape_image .imge-with-text-wrap .imge-with-text-content .col-item.text-col .content {
  font-size: 1.6rem;
}

.section-two_column_box {
  padding-top: 8rem;
  padding-bottom: 8rem;
  margin-bottom: -3px;
}
.section-two_column_box .content_cardbox_wrap .container {
  max-width: 986px;
}
.section-two_column_box .content_cardbox_wrap .cardbox_wrap {
  display: flex;
  flex-flow: wrap;
  gap: 3rem 2.4rem;
}
.section-two_column_box .content_cardbox_wrap .cardbox_wrap .cardbox_col {
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding: 4rem;
  width: 100%;
  max-width: calc((100% - 2.4rem) / 2);
}
@media (max-width: 767px) {
  .section-two_column_box .content_cardbox_wrap .cardbox_wrap .cardbox_col {
    max-width: 100%;
  }
}
.section-two_column_box .content_cardbox_wrap .cardbox_wrap .cardbox_col.dark-col {
  background-color: #A6CEE8;
}
.section-two_column_box .content_cardbox_wrap .cardbox_wrap .cardbox_col .title {
  font-size: 2rem;
  line-height: 22px;
  font-weight: 700;
  font-family: "allumi-std";
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-two_column_box .content_cardbox_wrap .cardbox_wrap .cardbox_col .title {
    margin-bottom: 22px;
  }
}
.section-two_column_box .content_cardbox_wrap .cardbox_wrap .cardbox_col .cardbox_content {
  font-size: 1.4rem;
  line-height: 25px;
  font-weight: 400;
  font-family: "allumi-std";
}
.section-two_column_box .content_cardbox_wrap .cardbox_wrap .cardbox_col .button-group {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .section-two_column_box .content_cardbox_wrap .cardbox_wrap .cardbox_col .button-group .button {
    width: 100%;
    text-align: center;
  }
}

.section-icon_box_section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .section-icon_box_section {
    padding-bottom: 0;
  }
}
.section-icon_box_section .icon_img_grid_wrap .top_contnet_wrap {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .section-icon_box_section .icon_img_grid_wrap .top_contnet_wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.section-icon_box_section .icon_img_grid_wrap .top_contnet_wrap .title {
  font-size: 3rem;
  line-height: 36px;
  font-weight: 700;
  font-family: "allumi-std";
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .section-icon_box_section .icon_img_grid_wrap .top_contnet_wrap .title {
    font-size: 2.4rem;
    line-height: 28px;
  }
}
.section-icon_box_section .icon_img_grid_wrap .top_contnet_wrap .richt_text_box {
  font-size: 1.4rem;
  line-height: 25px;
  font-weight: 400;
  font-family: "allumi-std";
  max-width: 558px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-icon_box_section .icon_img_grid_wrap .top_contnet_wrap.text-align-left .title {
  text-align: left;
}
.section-icon_box_section .icon_img_grid_wrap .top_contnet_wrap.text-align-left .richt_text_box {
  text-align: left;
  max-width: 100%;
}
.section-icon_box_section .icon_img_grid_wrap .icon_img_grid_col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .section-icon_box_section .icon_img_grid_wrap .icon_img_grid_col {
    display: flex;
    flex-flow: wrap;
  }
}
.section-icon_box_section .icon_img_grid_wrap .icon_img_grid_col .grid_card_col {
  border-radius: 1rem;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 3rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 2rem;
  font-size: 2rem;
  line-height: 25px;
  font-family: "allumi-std";
}
@media (max-width: 767px) {
  .section-icon_box_section .icon_img_grid_wrap .icon_img_grid_col .grid_card_col {
    min-height: 253px;
  }
}
.section-icon_box_section .icon_img_grid_wrap .icon_img_grid_col .grid_card_col .img_box {
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #A6CEE8;
  border-radius: 1rem;
}
.section-icon_box_section .icon_img_grid_wrap .icon_img_grid_col .grid_card_col .img_box img {
  transform: unset !important;
}
.section-icon_box_section .icon_img_grid_wrap .icon_img_grid_col .red_grid_col {
  grid-column-start: 1;
  grid-row-start: 1;
  background-color: #BF1622;
  border: 1px solid #BF1622;
  color: #FFFFFF;
}
.section-icon_box_section .icon_img_grid_wrap .icon_img_grid_col .red_grid_col .img_box {
  background-color: #FFFFFF;
}
.section-icon_box_section .icon_img_grid_wrap .icon_img_grid_col .white_grid_col {
  grid-column-start: 1;
  grid-row-start: 2;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.section-icon_box_section .icon_img_grid_wrap .icon_img_grid_col .img_grid_col {
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 1;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .section-icon_box_section .icon_img_grid_wrap .icon_img_grid_col .img_grid_col {
    width: 100%;
    padding-bottom: 72.29%;
    position: relative;
    overflow: hidden;
  }
}
.section-icon_box_section .icon_img_grid_wrap .icon_img_grid_col .img_grid_col .img_box {
  border-radius: 1rem;
  overflow: hidden;
  line-height: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .section-icon_box_section .icon_img_grid_wrap .icon_img_grid_col .img_grid_col .img_box {
    position: absolute;
    inset: 0;
  }
}
.section-icon_box_section .icon_img_grid_wrap .icon_img_grid_col .img_grid_col .img_box img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
}
.section-icon_box_section .icon_img_grid_wrap .icon_img_grid_col .transparant_grid_col {
  grid-column-start: 3;
  grid-row-start: 1;
  background-color: transparent;
  border: 1px solid #A6CEE8;
}
.section-icon_box_section .icon_img_grid_wrap .icon_img_grid_col .blue_grid_col {
  grid-column-start: 3;
  grid-row-start: 2;
  background-color: #A6CEE8;
  border: 1px solid #A6CEE8;
}
.section-icon_box_section .icon_img_grid_wrap .icon_img_grid_col .blue_grid_col .img_box {
  background-color: #FFFFFF;
}

.single-training .section-icon_box_section .icon_img_grid_wrap .top_contnet_wrap .richt_text_box {
  font-size: 1.6rem;
}

.news__filterbox__section {
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .news__filterbox__section {
    padding-top: 8rem;
  }
}

.news__filterbox__wrap {
  display: flex;
  flex-flow: wrap;
  gap: 6rem;
}
.news__filterbox__wrap .filter-value {
  width: 100%;
  max-width: 29%;
}
@media (max-width: 992px) {
  .news__filterbox__wrap .filter-value {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .news__filterbox__wrap .filter-value {
    max-width: 100%;
  }
}
.news__filterbox__wrap .filter-value .filtert_header_wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .news__filterbox__wrap .filter-value .filtert_header_wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.news__filterbox__wrap .filter-value .filtert_header_wrap .filters_wrappper {
  font-size: 3rem;
  line-height: 36px;
  font-family: "allumi-std";
  font-weight: 700;
  color: #002B56;
}
@media (max-width: 992px) {
  .news__filterbox__wrap .filter-value .filtert_header_wrap .filters_wrappper {
    font-size: 2.4rem;
    line-height: 28px;
  }
}
.news__filterbox__wrap .filter-value .filtert_header_wrap .filter_clear_btn {
  font-size: 1.4rem;
  line-height: 25px;
  color: rgba(0, 43, 86, 0.3);
  font-family: "allumi-std";
  font-weight: 400;
  text-decoration: none;
}
.news__filterbox__wrap .filter-value .newstype_filter_wrap {
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding: 4rem;
  display: flex;
  flex-flow: column;
}
@media (max-width: 992px) {
  .news__filterbox__wrap .filter-value .newstype_filter_wrap {
    padding: 3rem;
  }
}
.news__filterbox__wrap .filter-value .newstype_filter_wrap .category_list_wrapper {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.news__filterbox__wrap .filter-value .newstype_filter_wrap .category_list_wrapper::before {
  content: "";
  width: calc(100% + 44px);
  position: absolute;
  left: -22px;
  right: 0;
  top: auto;
  bottom: 0;
  height: 1px;
  background-color: #F4F2EE;
}
@media (max-width: 767px) {
  .news__filterbox__wrap .filter-value .newstype_filter_wrap .category_list_wrapper::before {
    left: 0;
    width: 100%;
  }
}
.news__filterbox__wrap .filter-value .newstype_filter_wrap .category_list_wrapper:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.news__filterbox__wrap .filter-value .newstype_filter_wrap .category_list_wrapper:last-child::before {
  display: none;
}
.news__filterbox__wrap .filter-value .newstype_filter_wrap .category_list_wrapper .category_title {
  font-size: 2rem;
  line-height: 22px;
  font-family: "allumi-std";
  font-weight: 700;
  color: #002B56;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.news__filterbox__wrap .filter-value .newstype_filter_wrap .category_list_wrapper .category_title::after {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url(/wp-content/uploads/2025/07/down_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.news__filterbox__wrap .filter-value .newstype_filter_wrap .category_list_wrapper .category-name-col {
  margin-top: 2.3rem;
}
.news__filterbox__wrap .filter-value .newstype_filter_wrap .category_list_wrapper .category-name-col .form_group {
  margin-bottom: 1.1rem;
}
.news__filterbox__wrap .filter-value .newstype_filter_wrap .category_list_wrapper .category-name-col .form_group:last-child {
  margin-bottom: 0;
}
.news__filterbox__wrap .filter-value .newstype_filter_wrap .category_list_wrapper .category-name-col input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.news__filterbox__wrap .filter-value .newstype_filter_wrap .category_list_wrapper .category-name-col label {
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 25px;
  font-family: "allumi-std";
  font-weight: 400;
  color: #002B56;
  padding-left: 31px;
}
.news__filterbox__wrap .filter-value .newstype_filter_wrap .category_list_wrapper .category-name-col label span {
  color: #BF1622;
}
.news__filterbox__wrap .filter-value .newstype_filter_wrap .category_list_wrapper .category-name-col label::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 0;
  background: #F4F2EE;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.news__filterbox__wrap .filter-value .newstype_filter_wrap .category_list_wrapper .category-name-col input:checked + label:after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  inset: 0;
  left: 2px;
  top: 2px;
  border-radius: 2px;
  background: #BF1622;
}
.news__filterbox__wrap .filter-value .newstype_filter_wrap .category_list_wrapper.open .category_title::after {
  background-image: url(/wp-content/uploads/2025/07/up_arrow.svg);
}
.news__filterbox__wrap .news_filter_grid_wrap {
  width: 100%;
  max-width: calc(71% - 6rem);
  position: relative;
}
@media (max-width: 992px) {
  .news__filterbox__wrap .news_filter_grid_wrap {
    max-width: calc(60% - 6rem);
  }
}
@media (max-width: 767px) {
  .news__filterbox__wrap .news_filter_grid_wrap {
    max-width: 100%;
  }
}
.news__filterbox__wrap .news_filter_grid_wrap .ajax_loader_wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100% - 60px);
  top: auto;
  z-index: 1;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
}
.news__filterbox__wrap .news_filter_grid_wrap .ajax_loader_wrap img {
  transform: unset !important;
  width: 100%;
  height: calc(100vh - 170px);
  object-fit: contain;
  object-position: center;
  max-width: 350px;
}
.news__filterbox__wrap .news_filter_grid_wrap .ajax_loader_wrap.hide_load {
  display: none;
}
.news__filterbox__wrap .news_filter_grid_wrap .searchBar_wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: flex-end;
  right: 1rem !important;
  position: relative;
}
@media (max-width: 767px) {
  .news__filterbox__wrap .news_filter_grid_wrap .searchBar_wrap {
    right: 0 !important;
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.news__filterbox__wrap .news_filter_grid_wrap .searchBar_wrap input {
  width: 100%;
  height: 4rem;
  background: #FFFFFF;
  outline: none;
  border: none;
  border-radius: 1rem;
  padding: 0 3.7rem 0 2rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: #002b56;
  max-width: 364px;
}
@media (max-width: 767px) {
  .news__filterbox__wrap .news_filter_grid_wrap .searchBar_wrap input {
    max-width: calc(100% - 8rem);
  }
}
.news__filterbox__wrap .news_filter_grid_wrap .searchBar_wrap button {
  width: 4rem;
  height: 4rem;
  margin-left: -48px !important;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-name-col {
  display: none;
}

.category_list_wrapper:first-child .category-name-col {
  display: block;
}

.news_filter_grid_col {
  display: flex;
  gap: 5rem 2.3rem;
  flex-flow: wrap;
}
.news_filter_grid_col .news_col_item {
  width: 100%;
  max-width: calc((100% - 2.3rem) / 2);
  position: relative;
  background-color: #FFFFFF;
  border-radius: 2rem 2rem 1rem 1rem;
  transition: all 0.5s;
  overflow: hidden;
}
@media (max-width: 992px) {
  .news_filter_grid_col .news_col_item {
    max-width: 100%;
  }
}
.news_filter_grid_col .news_col_item .news_info {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.news_filter_grid_col .news_col_item .news_info .cotent_wrap {
  padding: 2rem 3.3rem 3.6rem 3.3rem;
}
.news_filter_grid_col .news_col_item .news_info .cotent_wrap .categari_wrap {
  margin-bottom: 2.4rem;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 1.2rem;
}
.news_filter_grid_col .news_col_item .news_info .cotent_wrap .categari_wrap .category_name {
  font-family: "allumi-std";
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #002B56;
  padding: 0.65rem 1.6rem;
  width: fit-content;
  border-radius: 50rem;
  background-color: #A6CEE8;
  transition: all 0.5s;
}
.news_filter_grid_col .news_col_item .news_info .cotent_wrap .news_title {
  font-family: "allumi-std";
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #002B56;
}
.news_filter_grid_col .news_col_item .news_info .cotent_wrap .date {
  font-family: "allumi-std";
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #002B56;
  opacity: 0.3;
}
.news_filter_grid_col .news_col_item .news_info .cotent_wrap .content {
  font-family: "allumi-std";
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #002B56;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_filter_grid_col .news_col_item .news_info .img_box_wrap {
  position: relative;
}
.news_filter_grid_col .news_col_item .news_info .img_box_wrap .img_box {
  position: relative;
  border-radius: 1rem 1rem 2rem 2rem;
  overflow: hidden;
  padding-bottom: 84.467%;
  line-height: 0;
}
.news_filter_grid_col .news_col_item .news_info .img_box_wrap .img_box img {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.news_filter_grid_col .news_col_item .news_info .button-group {
  position: absolute;
  bottom: 3.5rem;
  left: auto;
  right: 3.5rem;
  line-height: 0;
}
.news_filter_grid_col .news_col_item:hover {
  background-color: #A6CEE8;
  transition: all 0.5s;
}
.news_filter_grid_col .news_col_item:hover .news_info .cotent_wrap .categari_wrap .category_name {
  color: #FFFFFF !important;
  background-color: #002B56 !important;
  transition: all 0.5s;
}
.news_filter_grid_col .news_col_item:hover .news_info .img_box_wrap .img_box img {
  transform: scale(1.2) !important;
  transition: all 0.5s;
}
.news_filter_grid_col .news_col_item:hover .news_info .button-group .button-with-arrow {
  width: 131px;
  padding-right: 49px;
  padding-left: 2rem;
  background-color: rgba(244, 242, 238, 0.7);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(15px);
  color: #002B56;
}
.news_filter_grid_col .news_col_item:hover .news_info .button-group .button-with-arrow::after {
  background-color: #002B56;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.441248 1.07772C0.787438 0.73158 1.34856 0.73158 1.69472 1.07772L6.42199 5.80503C6.76815 6.15119 6.76815 6.71231 6.42199 7.05847L1.69472 11.7857C1.34856 12.1319 0.787438 12.1319 0.441248 11.7857C0.0951049 11.4396 0.0951049 10.8785 0.441248 10.5323L4.54172 6.43175L0.441248 2.33123C0.0951049 1.98509 0.0951049 1.42387 0.441248 1.07772Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  transition: all 0.5s;
  border: 1px solid #002B56;
}

.team_iteam_list_wraper {
  display: flex;
  flex-flow: wrap;
  gap: 3rem 2.1rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .team_iteam_list_wraper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.team_iteam_list_wraper .team_grid_col {
  width: 100%;
  max-width: calc((100% - 6.3rem) / 4);
}
@media (max-width: 992px) {
  .team_iteam_list_wraper .team_grid_col {
    max-width: calc((100% - 4.2rem) / 3);
  }
}
@media (max-width: 767px) {
  .team_iteam_list_wraper .team_grid_col {
    max-width: 100%;
  }
}
.team_iteam_list_wraper .team_grid_col.team_grid_icons_col {
  background-color: #002B56;
  border-radius: 1rem;
  padding: 4rem 3.8rem 3rem;
  font-size: 1.6rem;
  line-height: 25px;
  font-family: "allumi-std";
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.team_iteam_list_wraper .team_grid_col.team_grid_icons_col .img_box {
  margin-bottom: 3.3rem;
}
.team_iteam_list_wraper .team_grid_col.team_grid_icons_col .img_box img {
  transform: unset !important;
}
.team_iteam_list_wraper .team_grid_col.team_grid_icons_col .content__box {
  margin-bottom: 1.6rem;
}
.team_iteam_list_wraper .team_grid_col.team_grid_icons_col .button-group {
  justify-content: center;
}
@media (max-width: 767px) {
  .team_iteam_list_wraper .team_grid_col.team_grid_icons_col .button-group .button {
    width: 100%;
    text-align: center;
  }
}
.team_iteam_list_wraper .team_grid_col.team_grid_icons_col .call_box {
  margin-top: 1.6rem;
}
.team_iteam_list_wraper .team_grid_col.team_grid_icons_col .call_box a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
}
.team_iteam_list_wraper .team_grid_col.team_grid_icons_col .title {
  font-size: 2rem;
  line-height: 22px;
  font-family: "allumi-std";
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 3.4rem;
}
.team_iteam_list_wraper .team_grid_col.team_grid_icons_col .grid_3_iteam .img_box {
  margin-top: 2rem;
  margin-bottom: 6.2rem;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap .team__item__col {
  background: #FFFFFF;
  border-radius: 1rem;
  display: flex !important;
  flex-flow: column;
  align-items: center;
  padding: 3rem 2.3rem 3.9rem;
  width: 100%;
  gap: 3rem;
  height: 100%;
}
@media (max-width: 767px) {
  .team_iteam_list_wraper .team__item_with__contnt_wrap .team__item__col {
    max-width: 100%;
  }
}
.team_iteam_list_wraper .team__item_with__contnt_wrap .team__item__col .member__img {
  width: 152px;
  height: 152px;
  border-radius: 152px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  margin: 0;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap .team__item__col .member__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  object-position: center;
  transform: unset !important;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap .team__item__col .member__info {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap .team__item__col .member__info .name {
  font-size: 2rem;
  line-height: 22px;
  font-family: "allumi-std";
  font-weight: 700;
  color: #002B56;
  margin-bottom: 4px;
  text-align: center;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap .team__item__col .member__info .name a {
  font-size: 2rem;
  line-height: 22px;
  font-family: "allumi-std";
  font-weight: 700;
  color: #002B56;
  margin-bottom: 4px;
  text-align: center;
  text-decoration: none;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap .team__item__col .member__info .position {
  font-size: 1.6rem;
  line-height: 25px;
  font-family: "allumi-std";
  font-weight: 400;
  color: #BF1622;
  text-align: center;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap .team__item__col .member__info .team_member_info {
  font-size: 1.6rem;
  line-height: 25px;
  font-family: "allumi-std";
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-top: 2.1rem;
  margin-bottom: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* number of lines to show */
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap .team__item__col .member__info .team_member_info a {
  font-size: 1.6rem;
  line-height: 25px;
  font-family: "allumi-std";
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-top: 2.1rem;
  margin-bottom: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* number of lines to show */
  line-clamp: 6;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap .team__item__col .member__info .social_info {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 1.2rem;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap .team__item__col .member__info .social_info .link_col {
  line-height: 0;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap .team__item__col .member__info .social_info .link_col a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #002B56;
  width: 2.6rem;
  height: 2.6rem;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap .team__item__col .member__info .social_info .link_col a img {
  object-fit: contain;
  max-width: 100%;
  object-position: center;
  transform: unset !important;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap .team__item__col .member__info .social_info .link_col.linkedin_col a {
  background-color: transparent;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap .team_hover_content {
  position: absolute;
  inset: 0;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap .team_hover_content .team__item__col {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #A6CEE8;
  justify-content: center;
  top: 100%;
  position: relative;
  transition: all 0.5s;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap:hover {
  transition: all 0.5s;
}
.team_iteam_list_wraper .team__item_with__contnt_wrap:hover .team_hover_content .team__item__col {
  top: 0;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .section-contact_with_form {
    background-color: #002B56;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    margin-bottom: -3px;
  }
}
.section-contact_with_form .form_contact_wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .section-contact_with_form .form_contact_wrap {
    padding: 0;
    margin-bottom: 0;
  }
}
.section-contact_with_form .form_contact_wrap .col-full {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .section-contact_with_form .form_contact_wrap .col-full {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .section-contact_with_form .form_contact_wrap .container {
    padding: 0;
  }
}
.section-contact_with_form .form_contact_wrap .img_box {
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  width: calc(100% - 40px);
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .section-contact_with_form .form_contact_wrap .img_box {
    display: none;
  }
}
.section-contact_with_form .form_contact_wrap .img_box img {
  border-radius: 1rem;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.section-contact_with_form .form_contact_wrap .form__contant__wrap {
  position: relative;
  z-index: 2;
  background-color: #002B56;
  padding: 4rem 5rem;
  border-radius: 1rem;
  width: 100%;
  max-width: 658px;
  margin-left: auto;
  margin-right: 0;
}
.section-contact_with_form .form_contact_wrap .form__contant__wrap .form_scroll_text {
  max-width: 100%;
}
.section-contact_with_form .form_contact_wrap .form__contant__wrap .form__info_col {
  margin-top: 3.2rem;
}

.popup_site_content_section {
  position: fixed;
  top: auto;
  bottom: 5rem;
  right: 5rem;
  left: auto;
  z-index: 99;
}
@media (max-width: 767px) {
  .popup_site_content_section {
    right: 0;
  }
}
.popup_site_content_section .popup_site_content_wrap {
  position: relative;
  background-color: #A6CEE8;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  width: 100%;
  max-width: 613px;
}
@media (max-width: 767px) {
  .popup_site_content_section .popup_site_content_wrap {
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
.popup_site_content_section .popup_site_content_wrap .popup_icon_box {
  background-color: #A6CEE8;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  line-height: 0;
  padding: 15px;
  display: none;
  width: 58px;
  height: 58px;
}
@media (max-width: 767px) {
  .popup_site_content_section .popup_site_content_wrap .popup_icon_box {
    right: 4rem;
    position: relative;
  }
}
.popup_site_content_section .popup_site_content_wrap .popup_icon_box img {
  transform: unset !important;
}
.popup_site_content_section .popup_site_content_wrap .popup_icon_box[style="display: inline;"] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.popup_site_content_section .popup_site_content_wrap .popup_content_col {
  background-color: #A6CEE8;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  padding: 2.7rem 4rem;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 2rem 2.7rem;
}
@media (max-width: 767px) {
  .popup_site_content_section .popup_site_content_wrap .popup_content_col {
    gap: 2rem;
    padding: 3rem 2.7rem;
  }
}
.popup_site_content_section .popup_site_content_wrap .popup_content_col .title {
  font-size: 2.4rem;
  line-height: 3rem;
  color: #002B56;
  font-family: "allumi-std";
  font-weight: 700;
  max-width: 295px;
}

.search-page .no-results.not-found {
  width: 100%;
  text-align: center;
}
.search-page input#searchQueryInput {
  width: 100%;
  height: 4rem;
  background: #FFFFFF;
  outline: none;
  border: none;
  border-radius: 1rem;
  padding: 0 3.7rem 0 2rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: #002b56;
  max-width: 364px;
}
.search-page button#searchQuerySubmit {
  width: 4rem;
  height: 4rem;
  margin-left: -48px !important;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-page .searchBar_wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: center;
  right: 1rem !important;
  position: relative;
}
.search-page .search_results {
  width: 100%;
}
.search-page .searchform {
  margin-top: 2.4rem;
}
.search-page .news_filter_grid_col {
  padding-top: 0;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .search-page .news_filter_grid_col {
    padding-top: 5rem;
  }
}
.search-page .news_filter_grid_col .news_col_item {
  max-width: calc((100% - 4.6rem) / 3);
}
@media (max-width: 992px) {
  .search-page .news_filter_grid_col .news_col_item {
    max-width: calc((100% - 2.3rem) / 2);
  }
}
@media (max-width: 767px) {
  .search-page .news_filter_grid_col .news_col_item {
    max-width: 100%;
  }
}

.team_banner_wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .team_banner_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.team_banner_wrap .team_name_wrap .title {
  line-height: 1.2;
  color: #002B56;
}
@media (max-width: 992px) {
  .team_banner_wrap .team_name_wrap .title {
    font-size: 4.5rem;
  }
}
.team_banner_wrap .team_name_wrap .team_position_col {
  color: #BF1622;
  line-height: 28px;
}
.team_banner_wrap .team_banner_col_wrap {
  display: flex;
  flex-flow: wrap;
  gap: 24px;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .team_banner_wrap .team_banner_col_wrap {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .team_banner_wrap .team_banner_col_wrap {
    gap: 20px;
  }
}
.team_banner_wrap .team_banner_col_wrap .col_wrap.left_col {
  width: 100%;
  max-width: calc(60% - 24px);
  position: relative;
}
@media (max-width: 767px) {
  .team_banner_wrap .team_banner_col_wrap .col_wrap.left_col {
    max-width: 100%;
  }
}
.team_banner_wrap .team_banner_col_wrap .col_wrap.left_col .social_info {
  display: flex;
  left: auto;
  right: 40px;
  top: 40px;
  z-index: 1;
  gap: 12px;
  position: absolute;
}
.team_banner_wrap .team_banner_col_wrap .col_wrap.left_col .social_info .link_col {
  width: 26px;
  flex: 0 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
}
.team_banner_wrap .team_banner_col_wrap .col_wrap.left_col .social_info .link_col a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: 100%;
  height: 100%;
}
.team_banner_wrap .team_banner_col_wrap .col_wrap.left_col .social_info .link_col a img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  transform: unset !important;
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  -o-transform: unset !important;
}
.team_banner_wrap .team_banner_col_wrap .col_wrap.left_col .team_img_box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  min-height: 529px;
}
@media (max-width: 767px) {
  .team_banner_wrap .team_banner_col_wrap .col_wrap.left_col .team_img_box {
    min-height: auto;
    padding-bottom: 81%;
  }
}
.team_banner_wrap .team_banner_col_wrap .col_wrap.left_col .team_img_box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team_banner_wrap .team_banner_col_wrap .col_wrap.right_col {
  width: 100%;
  max-width: 40%;
  border-radius: 10px;
  background-color: #A6CEE8;
  padding: 48px 57px 80px 58px;
}
@media (max-width: 992px) {
  .team_banner_wrap .team_banner_col_wrap .col_wrap.right_col {
    padding: 40px 30px 60px 30px;
  }
}
@media (max-width: 767px) {
  .team_banner_wrap .team_banner_col_wrap .col_wrap.right_col {
    max-width: 100%;
  }
}
.team_banner_wrap .team_banner_col_wrap .col_wrap.right_col .text_animate_wrap .quote_icon {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .team_banner_wrap .team_banner_col_wrap .col_wrap.right_col .text_animate_wrap .quote_icon {
    margin-bottom: 40px;
  }
}
.team_banner_wrap .team_banner_col_wrap .col_wrap.right_col .text_animate_wrap .quote_icon img {
  width: 118px;
  height: 79px;
  object-fit: contain;
  transform: unset !important;
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  -o-transform: unset !important;
}
@media (max-width: 992px) {
  .team_banner_wrap .team_banner_col_wrap .col_wrap.right_col .text_animate_wrap .quote_icon img {
    width: 73px;
    height: 49px;
  }
}
.team_banner_wrap .team_banner_col_wrap .col_wrap.right_col .text_animate_wrap .scroll_text {
  color: #002B56;
  font-size: 3rem;
  line-height: 36px;
  font-weight: 700;
  font-family: "allumi-std";
}
@media (max-width: 1100px) {
  .team_banner_wrap .team_banner_col_wrap .col_wrap.right_col .text_animate_wrap .scroll_text {
    font-size: 2.4rem;
    line-height: 25px;
  }
}
.team_banner_wrap .team_banner_col_wrap .col_wrap.right_col .text_animate_wrap .scroll_text .word {
  white-space: nowrap;
  display: inline-block;
}
.team_banner_wrap .team_banner_col_wrap .col_wrap.right_col .text_animate_wrap .scroll_text .char {
  display: inline-block;
  opacity: 0.4;
  transition: opacity 0.5s ease;
}

.single-team-page .nav-links {
  margin-top: 2rem;
  padding-bottom: 0;
}

.team_biografie_wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .team_biografie_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.team_biografie_wrap .team_biografie_col_box {
  display: flex;
  flex-flow: wrap;
}
@media (max-width: 767px) {
  .team_biografie_wrap .team_biografie_col_box {
    flex-flow: column-reverse;
    gap: 60px;
  }
}
.team_biografie_wrap .team_biografie_col_box .col_wrap {
  width: 100%;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col {
  max-width: 60%;
  padding-right: 121px;
}
@media (max-width: 1200px) {
  .team_biografie_wrap .team_biografie_col_box .col_wrap.left_col {
    padding-right: 60px;
  }
}
@media (max-width: 1100px) {
  .team_biografie_wrap .team_biografie_col_box .col_wrap.left_col {
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .team_biografie_wrap .team_biografie_col_box .col_wrap.left_col {
    max-width: 100%;
    padding-right: 0;
  }
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .top_wrap {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .top_wrap {
    flex-flow: column;
  }
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .top_wrap .card_box {
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .top_wrap .card_box .card_title {
  line-height: 28px;
  color: #002B56;
  margin-bottom: 37px;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .top_wrap .card_box .content_box {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 25px;
  color: #002B56;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col {
  position: relative;
  margin-top: 24px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col.title_contet_box .title_contet_col {
  opacity: 0;
  visibility: hidden;
  padding: 60px 75px 62px 73px;
  background-color: #A6CEE8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  min-height: 449px;
  z-index: 0;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 1100px) {
  .team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col.title_contet_box .title_contet_col {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col.title_contet_box .title_contet_col {
    padding: 30px;
  }
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col.title_contet_box .title_contet_col .text_title {
  line-height: 28px;
  color: #002B56;
  margin-bottom: 24px;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col.title_contet_box .title_contet_col .content_box {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 25px;
  color: #002B56;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col.title_contet_box .title_contet_col .content_box a {
  color: #BF1622;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col.img_contet_box .img_contet_col {
  position: relative;
  padding: 50px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: absolute;
  inset: 0;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  border-radius: 10px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col.img_contet_box .img_contet_col {
    padding: 20px;
  }
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col.img_contet_box .img_contet_col:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 43, 86, 0) 0%, #002B56 100%);
  border-radius: 10px;
  z-index: 1;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col.img_contet_box .img_contet_col a {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col.img_contet_box .img_contet_col .img_box {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col.img_contet_box .img_contet_col .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col.img_contet_box .img_contet_col .img_info_wraper {
  position: relative;
  z-index: 3;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col.img_contet_box .img_contet_col .img_info_wraper .categari_wrap {
  margin-bottom: 2.4rem;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 1.2rem;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col.img_contet_box .img_contet_col .img_info_wraper .categari_wrap .category_name {
  font-family: "allumi-std";
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #002B56;
  padding: 0.65rem 1.6rem;
  width: fit-content;
  border-radius: 50rem;
  background-color: #A6CEE8;
  transition: all 0.5s;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col.img_contet_box .img_contet_col .img_info_wraper .img_title {
  font-weight: 700;
  font-size: 5rem;
  line-height: 55px;
  color: #FFFFFF;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col.img_contet_box .img_contet_col .img_info_wraper .img_title {
    font-size: 3.2rem;
    line-height: 40px;
  }
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col:hover.title_contet_box .title_contet_col {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transition: all 0.5s;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .team_card_col:hover.img_contet_box .img_contet_col {
  opacity: 0;
  visibility: visible;
  transition: all 0.5s;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.left_col .button-group {
  margin-top: 60px;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.right_col {
  max-width: 40%;
}
@media (max-width: 767px) {
  .team_biografie_wrap .team_biografie_col_box .col_wrap.right_col {
    max-width: 100%;
  }
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .main_title .title {
  font-weight: 700;
  font-size: 5rem;
  line-height: 55px;
  color: #002B56;
  margin-bottom: 30px;
  padding-bottom: 31px;
  position: relative;
}
@media (max-width: 767px) {
  .team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .main_title .title {
    font-size: 3.2rem;
    line-height: 40px;
  }
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .main_title .title:before {
  content: "";
  position: absolute;
  width: 73px;
  height: 1px;
  background: #A6CEE8;
  top: auto;
  bottom: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .content_box {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 25px;
  color: #002B56;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .accordion_wraper {
  margin-top: 43px;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .accordion_wraper .accordion-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 24px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .accordion_wraper .accordion-item:last-child {
  margin-bottom: 0;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .accordion_wraper .accordion-item .accordion_title {
  line-height: 28px;
  color: #002B56;
  position: relative;
  display: flex;
  gap: 1rem;
  padding: 26px 26px 26px 50px;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .accordion_wraper .accordion-item .accordion_title {
    padding-left: 30px;
  }
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .accordion_wraper .accordion-item .accordion_title::after {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2025/08/plus_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: auto;
  top: 4px;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .accordion_wraper .accordion-item .accordion_title[aria-expanded=true]::after {
  background-image: url(/wp-content/uploads/2025/08/minus_icon.svg);
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .accordion_wraper .accordion-item .accordion-content {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 25px;
  color: #002B56;
}
@media (max-width: 767px) {
  .team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .accordion_wraper .accordion-item .accordion-content .button-group .button {
    width: 100%;
    text-align: center;
  }
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .accordion_wraper .accordion-item .button-group {
  margin-top: 1.6rem;
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .accordion_wraper .accordion-item .accordion_inner_box {
  padding: 0px 26px 32px 50px;
}
@media (max-width: 1100px) {
  .team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .accordion_wraper .accordion-item .accordion_inner_box {
    padding-left: 30px;
  }
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .accordion_wraper .accordion-item .accordion_title[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 1000px;
  transition: opacity 0.5s linear, max-height 0.4s linear;
  will-change: opacity, max-height;
  -webkit-transition: opacity 0.5s linear, max-height 0.4s linear;
  -moz-transition: opacity 0.5s linear, max-height 0.4s linear;
  -ms-transition: opacity 0.5s linear, max-height 0.4s linear;
  -o-transition: opacity 0.5s linear, max-height 0.4s linear;
}
@media (max-width: 1100px) {
  .team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .accordion_wraper .accordion-item .accordion_title[aria-expanded=true] + .accordion-content {
    padding-left: 30px;
  }
}
.team_biografie_wrap .team_biografie_col_box .col_wrap.right_col .accordion_wraper .accordion-item .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s linear, max-height 0.5s linear;
  will-change: opacity, max-height;
  -webkit-transition: opacity 0.4s linear, max-height 0.5s linear;
  -moz-transition: opacity 0.4s linear, max-height 0.5s linear;
  -ms-transition: opacity 0.4s linear, max-height 0.5s linear;
  -o-transition: opacity 0.4s linear, max-height 0.5s linear;
}

.section-image_and_text_split_layout {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .section-image_and_text_split_layout {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.section-image_and_text_split_layout .image_content_split_layout_wrap {
  display: flex;
  flex-flow: wrap;
  gap: 4rem 2rem;
}
.section-image_and_text_split_layout .image_content_split_layout_wrap .left_section, .section-image_and_text_split_layout .image_content_split_layout_wrap .right_section {
  width: 100%;
  max-width: calc((100% - 2rem) / 2);
}
@media (max-width: 1100px) {
  .section-image_and_text_split_layout .image_content_split_layout_wrap .left_section, .section-image_and_text_split_layout .image_content_split_layout_wrap .right_section {
    max-width: 100%;
  }
}
.section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 2rem;
}
.section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item {
  width: 100%;
  max-width: calc((100% - 2rem) / 2);
}
@media (max-width: 767px) {
  .section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item.text-col {
    padding-left: 30px;
    padding-right: 30px;
    order: 1;
  }
}
.section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item.text-col .title-wrap .title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 700;
  font-family: #002B56;
  margin-bottom: 1.6rem;
}
.section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item.text-col .content {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #002B56;
  margin-top: 1.6rem;
  margin-bottom: 0;
}
.section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item.text-col .button-group {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item.text-col .button-group .button {
    width: 100%;
    text-align: center;
  }
}
.section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item.image-col .image-group .img-box {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
.section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item.image-col .image-group .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  max-width: 100%;
}
.section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item.image-col.first-image {
  order: -1;
}
@media (max-width: 767px) {
  .section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item.image-col.first-image {
    order: 0;
  }
}
.section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item.image-col.second-img-with-mask .image-group .img-box {
  border-radius: 0;
}
.section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item.image-col.second-img-with-mask .image-group .img-box::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/07/left-Image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  inset: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item.image-col.second-img-with-mask .image-group .img-box img {
  mask-image: url(/wp-content/uploads/2025/07/maxk_Image_01.png);
  -webkit-mask-image: url(/wp-content/uploads/2025/07/maxk_Image_01.png);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
}
.section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item.image-col.first-img-with-mask {
  order: -1;
}
@media (max-width: 767px) {
  .section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item.image-col.first-img-with-mask {
    order: 0;
  }
}
.section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item.image-col.first-img-with-mask .image-group .img-box {
  border-radius: 0;
}
.section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item.image-col.first-img-with-mask .image-group .img-box::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/07/right-Image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  inset: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.section-image_and_text_split_layout .imge-with-text-wrap .imge-with-text-content .col-item.image-col.first-img-with-mask .image-group .img-box img {
  -webkit-mask-image: url(/wp-content/uploads/2025/07/maxk_Image_02.png);
  mask-image: url(/wp-content/uploads/2025/07/maxk_Image_02.png);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
}

* {
  font-family: "allumi-std";
  box-sizing: border-box;
  margin: 0;
}

html {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
html body {
  background: #FFFFFF;
  font-family: "allumi-std";
  font-weight: 400;
  position: relative;
  font-size: 1.6rem;
  color: #002B56;
  line-height: 2.5rem;
  overscroll-behavior: none;
  background-color: #F4F2EE;
}

p a {
  color: #BF1622;
}

a {
  color: #BF1622;
}
a:active, a:focus, a:hover {
  color: #BF1622;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

h1, .h1 {
  font-family: "allumi-std";
  font-size: 22rem;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 992px) {
  h1, .h1 {
    font-family: "allumi-std";
    font-size: 11rem;
    line-height: 1;
    font-weight: 700;
  }
}

h2, .h2 {
  font-family: "allumi-std";
  font-size: 6.5rem;
  line-height: 70px;
  font-weight: 700;
}
@media (max-width: 992px) {
  h2, .h2 {
    font-size: 4.5rem;
    line-height: 1;
  }
}

h3, .h3 {
  font-family: "allumi-std";
  font-size: 6rem;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 992px) {
  h3, .h3 {
    font-size: 4rem;
    line-height: 45px;
  }
}

h4, .h4 {
  font-family: "allumi-std";
  font-size: 5rem;
  line-height: 55px;
  font-weight: 700;
}
@media (max-width: 992px) {
  h4, .h4 {
    font-size: 3.2rem;
    line-height: 40px;
  }
}

h5, .h5 {
  font-family: "allumi-std";
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 700;
}
@media (max-width: 992px) {
  h5, .h5 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

h6, .h6 {
  font-family: "allumi-std";
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 700;
}

.h7 {
  font-family: "allumi-std";
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 700;
}

.h8 {
  font-family: "allumi-std";
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 700;
}

.container {
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.col-full {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1180px) {
  .col-full {
    padding-left: 20px;
    padding-right: 20px;
  }
}

::placeholder {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: rgba(0, 43, 86, 0.3);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: rgba(0, 43, 86, 0.3);
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: rgba(0, 43, 86, 0.3);
}

:-ms-input-placeholder { /* IE 10+ */
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: rgba(0, 43, 86, 0.3);
}

:-moz-placeholder { /* Firefox 18- */
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: rgba(0, 43, 86, 0.3);
}

.contact_content p:has(iframe) {
  line-height: 0;
}
.contact_content iframe {
  width: 100%;
  height: 432px;
  line-height: 0;
  border: 0;
}
@media (max-width: 767px) {
  .contact_content iframe {
    height: 525px;
  }
}

.error-404-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-align: center;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-404-section .page-title {
  text-align: center;
  font-size: 6.5rem;
  line-height: 70px;
  margin-bottom: 2.4rem;
  font-weight: 700;
  color: #002B56;
}
@media (max-width: 767px) {
  .error-404-section .page-title {
    font-size: 4.5rem;
    line-height: 50px;
  }
}
.error-404-section .page-content {
  text-align: center;
  font-size: 1.6rem;
  line-height: 25px;
  font-weight: 400;
  color: #002B56;
  margin-bottom: 2.4rem;
}
.error-404-section .button-group {
  justify-content: center;
}

.site-content {
  padding-top: 70px;
}