:root {
  --bs-primary: #044d71;
  --bs-primary-rgb: 4, 77, 113;
  --bs-primary-dark: #8650a1;
  --bs-primary-light: #0096ad;
  --bs-primary-light-rgb: 0, 150, 173;
  --bs-light-rgb: 226, 228, 234;
  --bs-primary-bg-subtle: rgba(var(--bs-primary-rgb), 0.3);
  --bs-primary-border-subtle: rgba(var(--bs-primary-rgb), 0.6);
  --bs-body-color: #1b1b19;
  --bs-bg-gray: #e2e4ea;
  --bs-light-gray: #f1f6f7;
  --bs-light-gray-rgb: 241, 246, 247;
  --navbar-toggler-width: 33px;
  --header-top-offset: 92px;
}
@media (min-width: 992px) {
  :root {
    --header-top-offset: 144px;
  }
}

body {
  font-family: "DIN 2014";
}

textarea {
  resize: none;
}

iframe {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "URW DIN Cond";
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "DIN 2014";
  src: url("../fonts/DIN2014-Regular.woff2") format("woff2"), url("../fonts/DIN2014-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "URW DIN Cond";
  src: url("../fonts/URWDINCond-Regular.woff2") format("woff2"), url("../fonts/URWDINCond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "URW DIN Cond";
  src: url("../fonts/URWDINCond-Bold.woff2") format("woff2"), url("../fonts/URWDINCond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "URW DIN Cond";
  src: url("../fonts/URWDINCond-DemiItalic.woff2") format("woff2"), url("../fonts/URWDINCond-DemiItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "URW DIN Cond";
  src: url("../fonts/URWDINCond-Light.woff2") format("woff2"), url("../fonts/URWDINCond-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.ff-din {
  font-family: "DIN 2014";
  font-weight: normal;
  font-style: normal;
}

.ff-URW {
  font-family: "URW DIN Cond";
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
}

.ff-URW-light {
  font-family: "URW DIN Cond";
  font-weight: 300;
  font-style: normal;
  line-height: 1.25;
}

.ff-URW-bold {
  font-family: "URW DIN Cond";
  font-weight: bold;
  font-style: normal;
  line-height: 1.25;
}

.ff-URW-italic {
  font-family: "URW DIN Cond";
  font-weight: normal;
  font-style: italic;
  line-height: 1.25;
}

.text-underline {
  text-decoration: underline;
}

.fw-thin {
  font-weight: 100 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.fs-italic {
  font-style: italic;
}

.anchor-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}

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

.text-primary-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-light-rgb), var(--bs-text-opacity)) !important;
}

.bg-light-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-gray-rgb), var(--bs-bg-opacity)) !important;
}

.blend-color-burn {
  mix-blend-mode: color-burn;
}

.fs-18px {
  font-size: 18px !important;
}

.letter-space-3 {
  letter-spacing: 3px;
}

@media (min-width: 992px) {
  .fs-lg-4 {
    font-size: calc(1.15rem + 0.15vw) !important;
    line-height: 1.25;
  }
}
@media (min-width: 1600px) {
  .fs-lg-4 {
    font-size: calc(1.25rem + 0.15vw) !important;
  }
  .overflow-xxxl-hidden {
    overflow: hidden;
  }
}
.btn {
  --bs-btn-padding-x: 1.15rem;
  --bs-btn-padding-y: 0.625rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1;
  --bs-border-radius: 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .btn {
    --bs-btn-font-size: 1.5rem;
  }
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary-light);
  --bs-btn-hover-border-color: var(--bs-primary-light);
  --bs-btn-active-bg: var(--bs-primary-light);
  --bs-btn-active-border-color: var(--bs-primary-light);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-light {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-border-color: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: var(--bs-primary-light);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.2);
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.content-section-row {
  position: relative;
}

.bg-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-img-fill._object-top img {
  object-position: top;
}
.bg-img-fill._object-right img {
  object-position: right;
}
.bg-img-fill._object-bottom img {
  object-position: bottom;
}
.bg-img-fill._object-left img {
  object-position: left;
}
.bg-img-fill + div {
  position: relative;
  z-index: 2;
}
.bg-img-fill img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.container-limited {
  max-width: 1920px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 1320px;
    width: 92%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 82.85%;
  }
}
#hashbar {
  position: fixed;
  background-color: rgb(0, 0, 0);
  z-index: 1055;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  opacity: 1;
  max-height: max-content;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#hashbar.hide {
  opacity: 1;
  animation: 0.5s ease-in 0s 1 normal forwards running slideOutUp;
}
#hashbar .hashbar-wrapper {
  position: relative;
  padding: 10px 60px 10px 0px;
}
#hashbar .marquee {
  overflow: hidden;
  display: flex;
}
#hashbar .marquee img {
  max-height: 50px;
}
#hashbar .hash-container {
  flex: 1 0 auto;
  display: flex;
}
#hashbar .hash-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex: 0 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
#hashbar .hash-content * {
  white-space: nowrap;
}
#hashbar .hash-content .btn {
  font-size: 1rem;
  display: inline-block;
  white-space: nowrap;
}
#hashbar .hash-content::before, #hashbar .hash-content:after {
  content: "";
  display: inline-block;
  flex: 1 0 auto;
  width: 40px;
}
@media (min-width: 640px) {
  #hashbar .hash-content::before, #hashbar .hash-content:after {
    width: 60px;
  }
}
@media (min-width: 768px) {
  #hashbar .hash-content::before, #hashbar .hash-content:after {
    width: 80px;
  }
}
@media (min-width: 1200px) {
  #hashbar .hash-content::before, #hashbar .hash-content:after {
    width: 100px;
  }
}
@media (min-width: 1400px) {
  #hashbar .hash-content::before, #hashbar .hash-content:after {
    width: 150px;
  }
}
#hashbar .hashbar-close {
  background-color: var(--bs-primary-light);
  color: #fff;
  padding: 5px 5px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.hashbar-fixed-offset {
  height: 70px;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hashbar-fixed-offset:has(+ #hashbar.hide) {
  height: 0;
}

body:has(#hashbar:not(.hide)) #main-header {
  top: 70px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body:has(#hashbar.hide) #main-header {
  top: 0;
  animation: 0.5s ease-in 0s 1 normal forwards running slideTopUp;
}

@keyframes slideOutUp {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes slideOutDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}
.map-item {
  cursor: pointer;
}

.map-item.is-active img {
  filter: brightness(1.05);
}

.map-tooltip {
  position: absolute;
  z-index: 30;
  display: none;
  min-width: 170px;
  width: max-content;
  font-family: "URW DIN Cond";
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  max-width: min(420px, 100% - 24px);
  padding: 30px 30px 30px;
  color: var(--bs-primary);
  text-align: left;
  border-radius: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.35;
  transform: translate(-50%, -100%);
  pointer-events: auto;
  margin-top: -8px;
}
@media (min-width: 576px) {
  .map-tooltip {
    font-size: 22px;
    min-width: 300px;
  }
}
@media (min-width: 992px) {
  .map-tooltip {
    padding: 30px 40px 40px;
  }
}

.map-tooltip.below {
  transform: translate(-50%, 0);
  margin-top: 0;
}

.map-tooltip.left {
  transform: translate(-100%, -50%);
  margin-top: 0;
}

.map-tooltip.right {
  transform: translate(0, -50%);
  margin-top: 0;
}

.map-tooltip a {
  color: var(--bs-primary);
  text-decoration: underline;
}

.map-tooltip.active {
  display: block;
}

.map-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
}

.map-tooltip.below::after {
  top: -8px;
  bottom: auto;
  transform: translateX(-50%);
  border-top: 0;
  border-bottom: 8px solid #ffffff;
}

.map-tooltip.left::after {
  top: 50%;
  left: auto;
  right: -8px;
  bottom: auto;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
}

.map-tooltip.right::after {
  top: 50%;
  left: -8px;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff;
}

.map-tooltip-content {
  display: none;
}

.map-tooltip img, .map-tooltop-logo img {
  max-height: 70px;
  margin-bottom: 16px;
}

@keyframes slideTopUp {
  from {
    top: 70px;
  }
  to {
    top: 0;
  }
}
@keyframes slideOutDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}
.navbar .header-toggle {
  border: 0;
  color: var(--primary);
  cursor: pointer;
}
.navbar .header-toggle .lines {
  width: var(--navbar-toggler-width);
  height: 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navbar .header-toggle .lines span {
  width: 100%;
  height: 4px;
  border-radius: 12px;
  background-color: var(--bs-primary);
}
@media (min-width: 768px) {
  .navbar .header-toggle .lines {
    width: 36px;
    height: 24px;
  }
  .navbar .header-toggle .lines span {
    height: 4px;
  }
}
@media (min-width: 1600px) {
  .navbar .header-toggle .lines {
    width: 36px;
    height: 24px;
  }
  .navbar .header-toggle .lines span {
    height: 4px;
  }
}

.navbar-brand img {
  max-height: 66px;
}
@media (min-width: 992px) {
  .navbar-brand img {
    max-height: 86px;
  }
}

#main-header {
  --bs-navbar-padding-y: .5rem;
  color: var(--bs-primary);
}
@media (min-width: 992px) {
  #main-header {
    --bs-navbar-padding-y: 1.5rem;
  }
}
#main-header .language-dropdown {
  text-transform: uppercase;
}
#main-header .language-dropdown .dropdown-toggle:after {
  display: none;
}
#main-header .language-dropdown .dropdown-toggle:before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0;
  content: "";
  border-top: 0.78em solid;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
}
#main-header .language-dropdown .dropdown-menu {
  --bs-dropdown-min-width: 56px;
}
@media (min-width: 992px) {
  #main-header {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  #main-header {
    font-size: 19px;
  }
}
#main-header:has(+ .fullwidth-banner) {
  position: fixed;
  width: 100%;
  z-index: 1049;
  color: #fff;
}
#main-header:has(+ .fullwidth-banner) .linkedin-icon {
  filter: brightness(0) invert(1);
}
#main-header:has(+ .fullwidth-banner) .header-toggle .lines span {
  background-color: #fff;
}

.header-fixed-offset {
  height: var(--header-top-offset);
}

#main-header {
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#main-header._autohide {
  background-color: #fff;
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  #main-header {
    transform: translateY(0);
    transition: transform 200ms ease-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: transform 200ms ease-out;
    -moz-transition: transform 200ms ease-out;
    -ms-transition: transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
  }
  #main-header._hide {
    transform: translateY(-100%);
    transition: transform 200ms ease-out;
    -webkit-transition: transform 200ms ease-out;
    -moz-transition: transform 200ms ease-out;
    -ms-transition: transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
  }
}

.social-media-follow {
  display: flex;
  align-items: center;
}
.social-media-follow .linkedin-icon {
  width: 22px;
  height: 22px;
  margin-left: 10px;
}

.underlay-drawer {
  position: fixed;
  inset: 0;
  z-index: 1035;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 14, 14, 0.5);
  display: none;
  opacity: 0;
}

body:has(.fullscreen-menu.active) .underlay-drawer {
  display: block;
  opacity: 1;
}

.header-close-toggle {
  position: absolute;
  width: var(--navbar-toggler-width);
  height: var(--navbar-toggler-width);
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 3;
}
.header-close-toggle:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--bs-primary);
  width: var(--navbar-toggler-width);
  height: 3px;
  transform: translateY(15px) rotate(-45deg);
}
.header-close-toggle:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--bs-primary);
  width: var(--navbar-toggler-width);
  height: 3px;
  transform: translateY(15px) rotate(45deg);
}
.header-close-toggle:hover:before, .header-close-toggle:hover:after {
  background-color: var(--bs-primary-light);
}

.fullscreen-menu {
  position: fixed;
  z-index: 1060;
  inset: 0;
  left: auto;
  transform: translateX(100%);
  transition: transform ease 0.35s;
  width: 100%;
}
.fullscreen-menu.active {
  transform: translateX(0);
}
.fullscreen-menu .header-toggle {
  cursor: pointer;
  transition: transform ease 0.35s;
}
.fullscreen-menu .header-toggle:hover {
  transform: rotate(90deg);
}
.fullscreen-menu .main-nav {
  height: 100%;
  row-gap: 10px;
}
.fullscreen-menu .main-nav .nav-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  color: var(--bs-primary);
}
.fullscreen-menu .main-nav .nav-link:hover, .fullscreen-menu .main-nav .nav-link.show {
  color: var(--bs-primary-light);
}
.fullscreen-menu .content-col-1 {
  padding: 50px 80px;
  height: 100%;
  overflow: auto;
}
.fullscreen-menu .content-col-1 .inner {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .fullscreen-menu .content-col-1 {
    height: 100%;
  }
  .fullscreen-menu .content-col-1 .inner {
    position: relative;
    z-index: 2;
    height: 100%;
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .fullscreen-menu .content-col-1 {
    padding: 50px 50px;
  }
  .fullscreen-menu .main-nav {
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .fullscreen-menu {
    width: 45%;
  }
  .fullscreen-menu .content-col-1 {
    padding: 60px 40px;
  }
}
@media (min-width: 992px) {
  .fullscreen-menu {
    width: 40%;
  }
  .fullscreen-menu .content-col-1 {
    padding: 100px 60px;
  }
  .fullscreen-menu .main-nav .nav-item {
    position: static;
  }
  .fullscreen-menu .main-nav .nav-link {
    position: relative;
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .fullscreen-menu .content-col-1 {
    padding: 100px 80px;
  }
  .fullscreen-menu .main-nav .nav-link {
    font-size: 20px;
  }
}

/*col-lg-*/
/*col-xl-*/
/*col-xxl-*/
/*col-xxxl-*/
#footer {
  --bs-link-color: #fff;
  --bs-link-hover-color: var(--bs-primary-light);
}
#footer .footer-links .nav-link {
  padding: 0;
}

.main-heading, .main-heading-2 {
  text-transform: uppercase;
}

.main-heading {
  font-size: 38px;
}

.main-heading-2 {
  font-size: 38px;
}

@media (min-width: 768px) {
  .main-heading {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .main-heading {
    font-size: 44px;
  }
}
@media (min-width: 1400px) {
  .main-heading {
    font-size: 48px;
  }
  .main-heading-2 {
    font-size: 44px;
  }
}
@media (min-width: 1600px) {
  .main-heading {
    font-size: 52px;
  }
  .main-heading-2 {
    font-size: 50px;
  }
}
.banner-boxed {
  position: relative;
  height: 550px;
  display: flex;
  align-items: center;
}
.banner-boxed.boxed-ratio-2 {
  height: 430px;
}
@media (min-width: 992px) {
  .banner-boxed {
    height: 675px;
  }
  .banner-boxed.boxed-ratio-2 {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .banner-boxed {
    height: 700px;
  }
  .banner-boxed.boxed-ratio-2 {
    height: 635px;
  }
}
@media (min-width: 1400px) {
  .banner-boxed {
    height: 780px;
  }
  .banner-boxed.boxed-ratio-2 {
    height: 735px;
  }
}
@media (min-width: 1600px) {
  .banner-boxed {
    height: 780px;
  }
  .banner-boxed.boxed-ratio-2 {
    height: 735px;
  }
}
@media (min-width: 1800px) {
  .banner-boxed {
    height: 870px;
  }
  .banner-boxed.boxed-ratio-2 {
    height: 750px;
  }
}

.banner-heading-wrap {
  width: 100%;
  max-width: 550px;
  padding: 50px 20px;
  background-color: rgba(var(--bs-primary-rgb), 0.82);
  display: flex;
  align-items: center;
}
@media (min-width: 350px) {
  .banner-heading-wrap {
    padding: 50px 30px;
  }
}
@media (min-width: 992px) {
  .banner-heading-wrap {
    padding: 50px 45px;
    max-width: 380px;
    min-height: 375px;
  }
}
@media (min-width: 1200px) {
  .banner-heading-wrap {
    max-width: 416px;
  }
}
@media (min-width: 1400px) {
  .banner-heading-wrap {
    padding: 70px;
    max-width: 550px;
    min-height: 450px;
  }
}
.banner-heading-wrap:before {
  content: "";
  width: 160px;
  height: 100%;
  position: absolute;
  background-color: rgba(var(--bs-primary-rgb), 0.82);
  top: 0;
  left: -160px;
}

.banner-heading-wrap-inner {
  width: 100%;
  max-width: 550px;
  padding: 50px 20px;
  background-color: rgba(var(--bs-primary-rgb), 0.82);
  align-items: center;
}
@media (min-width: 350px) {
  .banner-heading-wrap-inner {
    padding: 50px 30px;
  }
}
@media (min-width: 992px) {
  .banner-heading-wrap-inner {
    padding: 50px 45px;
    max-width: 380px;
  }
}
@media (min-width: 1200px) {
  .banner-heading-wrap-inner {
    max-width: 416px;
  }
}
@media (min-width: 1400px) {
  .banner-heading-wrap-inner {
    padding: 70px;
    max-width: 550px;
  }
}
.banner-heading-wrap-inner:before {
  content: "";
  width: 160px;
  height: 100%;
  position: absolute;
  background-color: rgba(var(--bs-primary-rgb), 0.82);
  top: 0;
  left: -160px;
}

.banner-title {
  color: #fff;
  text-transform: none;
  line-height: 1.15;
  margin-bottom: 0;
}
.banner-title span {
  font-size: 35px;
  display: block;
}

.about-text .text-count {
  font-family: "DIN 2014";
  font-size: 40px;
  color: var(--bs-primary);
}
.about-text .description {
  font-size: 1.15rem;
  line-height: 1.25;
  max-width: 250px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .about-text .text-count {
    font-size: 60px;
  }
  .about-text .description {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .about-text .text-count {
    font-size: calc(3.325rem + 2.15vw);
  }
  .about-text .description {
    font-size: calc(1.15rem + 0.15vw);
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .about-text .text-count {
    font-size: 85px;
    font-size: calc(3.325rem + 2.65vw);
  }
  .about-text .description {
    font-size: 23px;
  }
}
@media (min-width: 1400px) {
  .about-text .text-count {
    font-size: calc(3.325rem + 2.65vw);
  }
  .about-text .description {
    font-size: calc(1.25rem + 0.25vw);
  }
}
@media (min-width: 1600px) {
  .about-text .text-count {
    font-size: 112px;
    font-size: calc(3.325rem + 1.65vw);
  }
  .about-text .description {
    font-size: calc(1.25rem + 0.35vw);
  }
}

.story-desc {
  font-size: 1rem;
}

.ratio-work {
  --bs-aspect-ratio: 80%;
}

@media (min-width: 768px) {
  .story-desc {
    font-size: 18px;
  }
  .banner-title.text-title-2 span {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .feature-cover-image {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .feature-cover-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
  }
  .cover-image-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner-title {
    font-size: 42px;
  }
  .banner-title span {
    font-size: 34px;
  }
  .banner-title.text-title-2 span {
    font-size: 36px;
  }
  .story-desc {
    font-size: calc(1.15rem + 0.15vw) !important;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  .banner-title {
    font-size: 45px;
  }
  .banner-title span {
    font-size: 36px;
  }
  .banner-title.text-title-2 span {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .banner-title {
    font-size: 54px;
  }
  .banner-title span {
    font-size: 44px;
  }
  .banner-title.text-title-2 span {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .banner-title {
    font-size: 60px;
  }
  .banner-title span {
    font-size: 48px;
  }
  .banner-title.text-title-2 span {
    font-size: 54px;
  }
  .story-desc {
    font-size: calc(1.25rem + 0.15vw) !important;
  }
}
.contact-underlay {
  padding: 100px 25px 100px 25px;
  background-color: rgba(255, 255, 255, 0.83);
}
@media (min-width: 480px) {
  .contact-underlay {
    padding: 100px 40px 100px 40px;
  }
}
@media (min-width: 768px) {
  .contact-underlay {
    display: flex;
    font-size: 1.25rem;
    width: 47%;
  }
}
@media (min-width: 992px) {
  .contact-underlay {
    width: 42%;
    padding: 100px 40px 100px 80px;
  }
}
@media (min-width: 1200px) {
  .contact-underlay {
    padding: 100px 50px 100px 100px;
  }
}
@media (min-width: 1600px) {
  .contact-underlay {
    padding: 100px 50px 100px 150px;
  }
}

.contact-info {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.contact-info .sub-heading {
  font-size: 16px;
}
@media (min-width: 576px) {
  .contact-info .sub-heading {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .contact-info .sub-heading {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .contact-info .sub-heading {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .contact-info .sub-heading {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .contact-info .sub-heading {
    font-size: 20px;
  }
}
@media (min-width: 1700px) {
  .contact-info .sub-heading {
    font-size: 22px;
  }
}
.contact-info .address {
  font-size: 18px;
}
@media (min-width: 576px) {
  .contact-info .address {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .contact-info .address {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .contact-info .address {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .contact-info .address {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  .contact-info .address {
    font-size: 24px;
  }
}
@media (min-width: 1700px) {
  .contact-info .address {
    font-size: 26px;
  }
}
.contact-info .external-links {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1700px) {
  .contact-info .external-links {
    font-size: 18px;
  }
}
.contact-info .external-links li:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 1700px) {
  .contact-info .external-links li:not(:first-child) {
    margin-top: 1rem;
  }
}
.contact-info .btn {
  font-size: 16px;
}
@media (min-width: 768px) {
  .contact-info .btn {
    font-size: 18px;
  }
}
@media (min-width: 1700px) {
  .contact-info .btn {
    font-size: 20px;
  }
}

.productSwiper .swiper-slide {
  position: relative;
  height: auto;
  align-content: center;
  padding: 0px 10px;
}
.productSwiper .swiper-slide:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3px;
  border-right: 1px solid var(--bs-primary);
  width: 0px;
  height: 80%;
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .product-button-arrow.swiper-button-next, .product-button-arrow.swiper-button-prev {
    --swiper-navigation-sides-offset: -30px;
  }
}
.product-button-arrow.swiper-button-next:after, .product-button-arrow.swiper-button-prev:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 21px;
}
.product-button-arrow.swiper-button-next:after {
  background-image: url("../img/icons/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.product-button-arrow.swiper-button-prev:after {
  background-image: url("../img/icons/arrow-left.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.ww-distribution-img {
  margin-bottom: 1rem;
}
.ww-distribution-img img {
  max-height: 60px;
}

@media (min-width: 1200px) {
  .list-advantages {
    --bs-gutter-y: 68px !important;
  }
}

.item-advantage {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .item-advantage:not(:nth-child(2n)):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    max-height: 210px;
    border-right: 1px solid #000;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .item-advantage:not(:nth-child(3n)):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    max-height: 210px;
    border-right: 1px solid #000;
  }
}
@media (min-width: 1200px) {
  .item-advantage:not(:nth-child(4n)):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    max-height: 210px;
    border-right: 1px solid #000;
  }
}
.item-advantage img {
  max-height: 64px;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  margin-bottom: 24px;
}
.item-advantage .advantage-content {
  padding-left: 3rem;
  padding-right: 3rem;
}
.item-advantage .item-title {
  color: var(--bs-primary-light);
  text-transform: uppercase;
  max-width: 175px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1200px) {
  .item-advantage .item-title {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .item-advantage .item-title {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .item-advantage .item-title {
    font-size: 28px;
  }
}

.map-section {
  background-color: #e5e8ed;
}

.map-bg {
  width: 1080px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -53.5%);
}
@media (min-width: 768px) {
  .map-bg {
    width: 1080px;
  }
}
@media (min-width: 992px) {
  .map-bg {
    width: 1300px;
  }
}
.map-bg img {
  object-position: bottom;
  object-fit: fill;
}

.map-areas {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px auto;
  max-width: 900px;
}
@media (min-width: 768px) {
  .map-areas {
    height: 425px;
    margin: 100px auto;
  }
}
@media (min-width: 992px) {
  .map-areas {
    height: 500px;
    margin: 152px auto;
  }
}
.map-areas .logo-img {
  position: relative;
  top: 16px;
  left: 0;
}
@media (min-width: 576px) {
  .map-areas .logo-img {
    top: -30px;
    left: 0px;
  }
}
@media (min-width: 768px) {
  .map-areas .logo-img {
    top: -10px;
    left: -4px;
  }
}
.map-areas .logo-img .logo-center {
  width: 145px;
}
@media (min-width: 768px) {
  .map-areas .logo-img .logo-center {
    width: 145px;
  }
}
@media (min-width: 992px) {
  .map-areas .logo-img .logo-center {
    width: 200px;
  }
}
.map-areas .logo-img .map-underlay {
  z-index: -1;
}
.map-areas .map-item img {
  width: 170px;
}
@media (min-width: 360px) {
  .map-areas .map-item img {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .map-areas .map-item img {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .map-areas .map-item img {
    width: 250px;
  }
}
.map-areas .map-item [class*=img-map-]:before {
  display: none !important;
}
.map-areas .map-item [class*=img-map-]:before,
.map-areas .map-item .map-marker {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("../img/icons/map-marker.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  .map-areas .map-item [class*=img-map-]:before,
  .map-areas .map-item .map-marker {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 576px) {
  .map-areas .map-item [class*=img-map-]:after {
    content: "";
    width: 0;
    height: 100%;
    border-right: 2px solid #044d71;
    position: absolute;
  }
}
.map-areas .map-item.is-active .map-marker {
  animation: map-marker-bounce 0.8s ease-in-out infinite;
  transform: translateX(-50%) scale(1.15);
}
@keyframes map-marker-bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0) scale(1.15);
  }
  50% {
    transform: translateX(-50%) translateY(-6px) scale(1.22);
  }
}
.map-areas .map-item .img-map-1 {
  position: absolute;
  top: 0;
  right: auto;
  left: -18px;
}
@media (min-width: 576px) {
  .map-areas .map-item .img-map-1 {
    top: 0;
    left: auto;
    right: 55%;
  }
}
.map-areas .map-item .img-map-1:before,
.map-areas .map-item .img-map-1 .map-marker {
  left: 68%;
  margin-bottom: 10px;
}
.map-areas .map-item .img-map-1:after {
  top: 100%;
  right: -6px;
  margin-top: 3px;
  transform: translateX(-50%) rotate(-39deg);
}
.map-areas .map-item .img-map-2 {
  position: absolute;
  top: 18px;
  left: auto;
  right: -12px;
}
@media (min-width: 576px) {
  .map-areas .map-item .img-map-2 {
    top: 0;
    right: auto;
    left: 50.5%;
  }
}
.map-areas .map-item .img-map-2:before,
.map-areas .map-item .img-map-2 .map-marker {
  left: 56%;
  margin-bottom: -16px;
}
.map-areas .map-item .img-map-2:after {
  height: 130%;
  top: 73%;
  right: 68%;
  margin-top: 0;
  transform: translateX(-50%) rotate(36deg);
}
.map-areas .map-item .img-map-3 {
  position: absolute;
  top: 24%;
  left: -18px;
}
@media (min-width: 576px) {
  .map-areas .map-item .img-map-3 {
    top: 26%;
    left: -30px;
  }
}
@media (min-width: 768px) {
  .map-areas .map-item .img-map-3 {
    top: 30%;
    left: -2.5%;
  }
}
.map-areas .map-item .img-map-3:before,
.map-areas .map-item .img-map-3 .map-marker {
  left: 61%;
  margin-bottom: -12px;
}
.map-areas .map-item .img-map-3:after {
  top: 86%;
  left: 72%;
  margin-top: 0px;
  width: 37%;
  height: 0;
  border-bottom: 2px solid #044d71;
  transform: rotate(6deg);
}
@media (min-width: 768px) {
  .map-areas .map-item .img-map-3:after {
    top: 66%;
    left: 98%;
    width: 40%;
    transform: rotate(2deg);
  }
}
.map-areas .map-item .img-map-4 {
  position: absolute;
  top: 24%;
  left: auto;
  right: -12px;
}
@media (min-width: 576px) {
  .map-areas .map-item .img-map-4 {
    top: 29%;
    left: auto;
    right: -50px;
  }
}
@media (min-width: 768px) {
  .map-areas .map-item .img-map-4 {
    top: 29%;
    left: auto;
    right: 3%;
  }
}
.map-areas .map-item .img-map-4:before,
.map-areas .map-item .img-map-4 .map-marker {
  left: 54%;
  margin-bottom: -10px;
}
.map-areas .map-item .img-map-4:after {
  top: 75%;
  right: 73%;
  margin-top: 0px;
  width: 48%;
  height: 0;
  border-bottom: 2px solid #044d71;
  transform: rotate(-12deg);
}
.map-areas .map-item .img-map-5 {
  position: absolute;
  bottom: 10%;
  left: -18px;
}
@media (min-width: 576px) {
  .map-areas .map-item .img-map-5 {
    bottom: 26%;
    left: -20px;
  }
}
@media (min-width: 768px) {
  .map-areas .map-item .img-map-5 {
    bottom: 20%;
    left: 0;
  }
}
.map-areas .map-item .img-map-5:before,
.map-areas .map-item .img-map-5 .map-marker {
  left: 64%;
  margin-bottom: -2px;
}
.map-areas .map-item .img-map-5:after {
  top: -46%;
  left: 77%;
  margin-top: 0px;
  width: 40%;
  height: 0;
  border-bottom: 2px solid #044d71;
  transform: rotate(-32deg);
}
@media (min-width: 768px) {
  .map-areas .map-item .img-map-5:after {
    top: 4%;
    left: 100%;
    width: 50%;
  }
}
.map-areas .map-item .img-map-6 {
  position: absolute;
  bottom: 12%;
  right: -12px;
}
@media (min-width: 576px) {
  .map-areas .map-item .img-map-6 {
    bottom: 25%;
    right: -50px;
  }
}
@media (min-width: 768px) {
  .map-areas .map-item .img-map-6 {
    bottom: 25%;
    right: -2%;
  }
}
.map-areas .map-item .img-map-6:before,
.map-areas .map-item .img-map-6 .map-marker {
  left: 53%;
  margin-bottom: -12px;
}
.map-areas .map-item .img-map-6:after {
  top: -11px;
  right: 73%;
  margin-top: 0px;
  width: 51%;
  height: 0;
  border-bottom: 2px solid #044d71;
  transform: rotate(30deg);
}
@media (min-width: 768px) {
  .map-areas .map-item .img-map-6:after {
    top: 5px;
    right: 77%;
    width: 62%;
    transform: rotate(14deg);
  }
}
.map-areas .map-item .img-map-7 {
  position: absolute;
  bottom: -12%;
  right: auto;
  left: -6px;
}
.map-areas .map-item .img-map-7 img {
  width: 175px;
}
@media (min-width: 576px) {
  .map-areas .map-item .img-map-7 {
    bottom: 0;
    left: auto;
    right: 50%;
  }
  .map-areas .map-item .img-map-7 img {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .map-areas .map-item .img-map-7 {
    bottom: -7%;
  }
}
.map-areas .map-item .img-map-7:before,
.map-areas .map-item .img-map-7 .map-marker {
  left: 53%;
  margin-bottom: -12px;
}
.map-areas .map-item .img-map-7:after {
  bottom: 100%;
  left: 70%;
  margin-bottom: 22px;
  width: 0;
  height: 129%;
  border-right: 2px solid #044d71;
  transform: rotate(29deg);
}
.map-areas .map-item .img-map-8 {
  position: absolute;
  bottom: -10.6%;
  left: auto;
  right: 0px;
}
.map-areas .map-item .img-map-8 img {
  width: 150px;
}
@media (min-width: 576px) {
  .map-areas .map-item .img-map-8 {
    bottom: -2%;
    right: auto;
    left: 55%;
  }
  .map-areas .map-item .img-map-8 .map-marker {
    left: 69%;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .map-areas .map-item .img-map-8 img {
    width: 180px;
  }
}
.map-areas .map-item .img-map-8:before {
  left: 66%;
  margin-bottom: 10px;
}
.map-areas .map-item .img-map-8:after {
  bottom: 117%;
  right: 63%;
  margin-bottom: 0px;
  width: 0;
  height: 135%;
  border-right: 2px solid #044d71;
  transform: rotate(-51deg);
}
@media (max-width: 575px) {
  .map-areas .map-item [class*=img-map-]:before,
  .map-areas .map-item [class*=img-map-] .map-marker {
    left: 50%;
  }
}

.widget-box {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 100%;
  --bs-border-color: #fff;
}
@media (min-width: 992px) {
  .widget-box:before {
    content: "";
    display: block;
    padding-top: 100%;
    float: left;
  }
}
.widget-box .widget-wrap {
  position: relative;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  float: left;
}
.widget-box .widget-content {
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  color: #fff;
}

.widget-title {
  text-transform: uppercase;
}

.img-size-2 {
  max-width: 120px;
  margin: 0 auto;
}

.img-size-3 {
  max-width: 45px;
  margin: 0 auto;
}

.img-size-4 {
  max-width: 170px;
  margin: 0 auto;
}

.img-size-5 {
  max-width: 80px;
  margin: 0 auto;
}

.certification-text,
.widget-box .widget-content {
  font-size: 1rem;
  line-height: 1.25;
}
.certification-text .widget-title,
.widget-box .widget-content .widget-title {
  font-size: 24px;
}
@media (min-width: 768px) {
  .certification-text,
  .widget-box .widget-content {
    font-size: 16px;
  }
  .certification-text .widget-title,
  .widget-box .widget-content .widget-title {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .certification-text,
  .widget-box .widget-content {
    font-size: 18px;
  }
  .certification-text .widget-title,
  .widget-box .widget-content .widget-title {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  .certification-text,
  .widget-box .widget-content {
    font-size: 21px;
  }
  .certification-text .widget-title,
  .widget-box .widget-content .widget-title {
    font-size: 24px;
  }
}

.certification-text .desc {
  padding-left: 36px;
  padding-right: 36px;
}

.overlay-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bs-primary-rgb), 0.82);
}

p:last-child {
  margin-bottom: 0;
}

.right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.learn-more button {
  border: 1px solid;
  background-color: transparent;
  color: white;
}

.custom-img {
  width: 100px;
  height: auto;
}

.custom-img-2 {
  width: 75px;
  height: auto;
  margin-bottom: 20px;
}

.our-people .col-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 50px 50px;
  color: white;
}
.our-people .col-card img {
  object-fit: contain;
  width: 72%;
  margin: 0 auto;
}
.our-people h5 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.our-people .item-content, .our-people .sub-title {
  font-size: 16px;
  font-weight: 300;
  font-family: "URW DIN Cond";
}
.our-people .item-content li, .our-people .sub-title li {
  line-height: 1.3;
}
.our-people .item-title {
  text-transform: uppercase;
  font-size: 22px;
}
.our-people .sub-title {
  text-transform: uppercase;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .our-people .sub-title {
    margin-top: 1.5rem;
  }
}
.our-people .card-type-8 img {
  width: 94%;
}
@media (min-width: 1200px) {
  .our-people .col-card {
    padding: 35px 35px;
  }
  .our-people .item-content, .our-people .sub-title {
    font-size: 16px;
  }
  .our-people .item-title {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .our-people .col-card {
    padding: 45px 45px;
  }
  .our-people .item-content, .our-people .sub-title {
    font-size: 20px;
  }
  .our-people .item-title {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .our-people .col-card {
    padding: 50px 50px;
  }
  .our-people .item-content, .our-people .sub-title {
    font-size: 22px;
  }
  .our-people .item-title {
    font-size: 26px;
  }
}

.bg-primary-light {
  --bs-bg-opacity: .9;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-light-2 {
  --bs-bg-opacity: .5;
  --bs-primary-light-rgb-2: 0, 120, 136;
  background-color: rgba(var(--bs-primary-light-rgb-2), var(--bs-bg-opacity)) !important;
}

.bg-primary-light-3 {
  --bs-bg-opacity: .8;
  --bs-primary-light-rgb-3: 0, 152, 170;
  background-color: rgba(var(--bs-primary-light-rgb-3), var(--bs-bg-opacity)) !important;
}

.bg-primary-light-4 {
  --bs-bg-opacity: 1;
  --bs-primary-light-rgb-4: 14, 82, 115;
  background-color: rgba(var(--bs-primary-light-rgb-4), var(--bs-bg-opacity)) !important;
}

.advantages-text {
  font-family: "URW DIN Cond";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.1;
}

form.form-theme label {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  form.form-theme label {
    font-size: 17px;
  }
}
form.form-theme .form-group:not(.form-check) {
  position: relative;
}
form.form-theme .form-group:not(.form-check) label {
  position: absolute;
  top: 13px;
  left: 16px;
  transition: all ease 0.35s;
  pointer-events: none;
}
form.form-theme .form-select {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M4 6l4 4 4-4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 35px;
  border-radius: 0px;
  padding: 20px 16px 8px;
  line-height: 1.25;
  color: #FFFFFF;
}
form.form-theme .form-select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}
form.form-theme .form-select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
}
form.form-theme .form-select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}
form.form-theme .form-select:-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
}
form.form-theme .form-select option {
  color: #000000;
}
form.form-theme .form-select:focus {
  box-shadow: none;
}
form.form-theme .form-select:focus ~ label, form.form-theme .form-select:valid ~ label {
  transform: translateY(calc(-100% + 10px));
  font-size: 12px;
}
form.form-theme .form-control {
  background-color: transparent;
  border-radius: 0px;
  padding: 20px 16px 8px;
  line-height: 1.25;
  color: #FFFFFF;
}
form.form-theme .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}
form.form-theme .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
}
form.form-theme .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}
form.form-theme .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
}
form.form-theme .form-control:focus {
  box-shadow: none;
}
form.form-theme .form-control:focus ~ label, form.form-theme .form-control:valid ~ label {
  transform: translateY(calc(-100% + 10px));
  font-size: 12px;
}
form.form-theme .form-control[type=file] {
  border: 0;
  padding: 6px 10px;
}
form.form-theme .form-check-input, form.form-theme .form-check-input:checked {
  background-color: transparent;
  border-radius: 0 !important;
  border-color: #FFFFFF;
}
form.form-theme .btn-submit {
  font-size: 16px !important;
  background-color: var(--bs-primary-light);
  border-color: var(--bs-primary-light);
  color: #FFFFFF;
}

.fullwidth-banner {
  position: relative;
  min-height: calc(100vh - 204px);
}
@media (min-width: 450px) {
  .fullwidth-banner {
    min-height: calc(100vh - 172px);
  }
}
@media (min-width: 992px) {
  .fullwidth-banner {
    min-height: calc(100vh - 72px);
  }
}

.panel-box-container {
  background-color: rgba(var(--bs-primary-rgb), 0.82);
  display: block;
  align-items: center;
  /*min-height: 450px;*/
}

@media (min-width: 1200px) {
  .advantages-text {
    font-size: 17px;
  }
}
@media (min-width: 1400px) {
  .advantages-text {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .advantages-text {
    font-size: 22px;
  }
}
.banner-heading-sm {
  min-height: 195px;
  max-width: 200px;
}
@media (min-width: 576px) {
  .banner-heading-sm {
    min-height: 230px;
    max-width: 230px;
  }
}
@media (min-width: 992px) {
  .banner-heading-sm {
    min-height: 235px;
    max-width: 240px;
  }
}
@media (min-width: 1400px) {
  .banner-heading-sm {
    min-height: 250px;
    max-width: 320px;
  }
}

.heading-bordered {
  position: relative;
  padding-left: 27px;
}
.heading-bordered:before {
  content: "";
  width: 0;
  display: inline-block;
  border-left: 13px solid var(--bs-primary-light);
  position: absolute;
  height: 60%;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .heading-bordered {
    padding-left: 29px;
  }
  .heading-bordered:before {
    border-left: 15px solid var(--bs-primary-light);
  }
}

.max-w-content {
  max-width: max-content;
}

.contact-tabs .heading-tab-text {
  font-family: "URW DIN Cond";
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
}
.contact-tabs .heading-tab-text strong {
  font-weight: 600;
}
.contact-tabs .heading-tab-desc {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 20px;
}
.contact-tabs .contact-nav-tabs {
  height: -webkit-fill-available;
}
@media (max-width: 767px) {
  .contact-tabs .contact-nav-tabs {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    width: 100%;
  }
}
.contact-tabs .contact-nav-tabs .nav-link {
  position: relative;
  color: var(--bs-primary);
  padding: 0px 10px 14px 10px;
  border-bottom: 2px solid rgba(var(--bs-light-rgb));
  border-right: 2px solid rgba(var(--bs-light-rgb));
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767px) {
  .contact-tabs .contact-nav-tabs .nav-link {
    flex: 1 0 0%;
    text-align: center;
  }
  .contact-tabs .contact-nav-tabs .nav-link:last-child {
    border-right: 0px;
  }
}
.contact-tabs .contact-nav-tabs .nav-link:after {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  content: "";
  width: 0px;
  height: 0px;
  border-top: 22px solid rgba(0, 0, 0, 0);
  border-bottom: 22px solid rgba(0, 0, 0, 0);
  border-left: 50px solid var(--bs-primary);
  opacity: 0;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767px) {
  .contact-tabs .contact-nav-tabs .nav-link:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--bs-primary);
    border-bottom: 0px solid transparent;
    top: auto;
    bottom: -32px;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.contact-tabs .contact-nav-tabs .nav-link.active {
  border-bottom-color: var(--bs-primary);
}
.contact-tabs .contact-nav-tabs .nav-link.active:after {
  opacity: 1;
}
@media (min-width: 768px) {
  .contact-tabs .contact-nav-tabs .nav-link + .nav-link {
    margin-top: 60px;
  }
  .contact-tabs .contact-nav-tabs .nav-link.active {
    border-color: var(--bs-primary);
  }
}
.contact-tabs .contact-nav-tabs .nav-link .heading-tab-desc a {
  text-decoration: underline;
}
@media (min-width: 576px) {
  .contact-tabs .heading-tab-text {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .contact-tabs .heading-tab-text {
    font-size: 32px;
  }
  .contact-tabs .contact-nav-tabs {
    padding-right: 30px;
  }
  .contact-tabs .contact-nav-tabs .nav-link {
    padding: 0px 40px 20px 0px;
  }
  .contact-tabs .contact-nav-tabs .nav-link:after {
    right: -35px;
    border-top: 18px solid rgba(0, 0, 0, 0);
    border-bottom: 18px solid rgba(0, 0, 0, 0);
    border-left: 35px solid var(--bs-primary);
  }
}
@media (min-width: 992px) {
  .contact-tabs .heading-tab-text {
    font-size: 38px;
  }
  .contact-tabs .heading-tab-desc {
    font-size: 16px;
  }
  .contact-tabs .contact-nav-tabs {
    padding-right: 50px;
  }
  .contact-tabs .contact-nav-tabs .nav-link {
    padding: 0px 40px 20px 0px;
  }
  .contact-tabs .contact-nav-tabs .nav-link:after {
    right: -50px;
    border-top: 22px solid rgba(0, 0, 0, 0);
    border-bottom: 22px solid rgba(0, 0, 0, 0);
    border-left: 50px solid var(--bs-primary);
  }
}
@media (min-width: 1200px) {
  .contact-tabs .heading-tab-text {
    font-size: 44px;
  }
  .contact-tabs .heading-tab-desc {
    font-size: 18px;
  }
  .contact-tabs .contact-nav-tabs .nav-link {
    padding: 0px 50px 20px 0px;
  }
}
@media (min-width: 1400px) {
  .contact-tabs .contact-nav-tabs .nav-link {
    padding: 0px 60px 20px 0px;
  }
  .contact-tabs .heading-tab-desc {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .contact-tabs .heading-tab-text {
    font-size: 48px;
  }
  .contact-tabs .heading-tab-desc {
    font-size: 22px;
  }
}

.download-item {
  position: relative;
  padding: 1rem;
  background-color: var(--bs-light-gray);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.download-item .img-container {
  width: 125px;
  flex: 0 0 auto;
  width: 125px;
}
.download-item .download-title {
  color: var(--bs-primary-light);
  text-transform: uppercase;
  margin-bottom: 1rem;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 576px) and (max-width: 767px) {
  .download-item .download-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.download-item .download-text {
  font-size: 1rem;
  line-height: 1;
  padding: 10px 18px;
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 576px) and (max-width: 767px) {
  .download-item .download-text {
    font-size: 14px;
  }
}
.download-item:hover {
  background-color: var(--bs-primary);
}
.download-item:hover .download-title, .download-item:hover .download-text {
  color: #FFFFFF;
}
.download-item:hover .download-text {
  border-color: #FFFFFF;
}

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