/* 
# Utilities
--------------------------------------------------------------*/
/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  margin-bottom: 1.5em;
}

/* Typography */
/*********************
TYPOGRAPHY
*********************/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
body {
  font-family: "latino-gothic-variable", sans-serif !important;
  font-variation-settings: "slnt" 1, "wdth" 1, "wght" 1;
}

p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  line-height: 1.2 !important;
}

/* Mixins */
/*********************
MIXINS
*********************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
ANIMATIONS
*********************/
/* Constants */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin-top: 0px !important;
}

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  max-width: 100%;
}

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.container {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
}
.container::before, .container::after {
  display: none;
}

@media (min-width: 768px) {
  .container {
    width: 750px !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1370px !important;
  }
}
.breakpoint-helper {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none !important;
}
.breakpoint-helper .helper-item {
  display: none;
  padding: 5px;
  background-color: #211c36;
  color: white;
}
.breakpoint-helper .xsmall {
  display: block;
}
@media only screen and (min-width: 576px) {
  .breakpoint-helper .helper-item {
    display: none;
  }
  .breakpoint-helper .small {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .breakpoint-helper .helper-item {
    display: none;
  }
  .breakpoint-helper .medium {
    display: block;
  }
}
@media only screen and (min-width: 922px) {
  .breakpoint-helper .helper-item {
    display: none;
  }
  .breakpoint-helper .large {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .breakpoint-helper .helper-item {
    display: none;
  }
  .breakpoint-helper .xlarge {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .breakpoint-helper .helper-item {
    display: none;
  }
  .breakpoint-helper .xxlarge {
    display: block;
  }
}

/* Theme Variables */
/*********************
THEME VARIABLES
*********************/
/* Breakpoints */
/* Theme Variables */
/* Typography */
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/* Theme Variables */
/* Theme Variables */
/* Theme Variables */
/* Typography */
/* Theme Variables */
/* Typography */
/* Theme Variables */
html {
  margin-top: 0px !important;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  position: relative;
  font-size: 16px !important;
  overflow-x: hidden !important;
  overflow-y: visible;
  position: relative;
  height: unset;
  margin: 0;
  background-color: #001e50 !important;
}

.grecaptcha-badge {
  padding-left: 20px;
  padding-right: 20px;
  display: none !important;
}

.site {
  position: relative;
}

.main {
  position: relative;
  background-color: #001e50;
}

sup,
sub {
  font-size: calc(0.5em + 4px);
  vertical-align: baseline;
  position: relative;
  top: calc(-0.83 * (1em - 4px));
  /* Simplified top: calc(-0.83em + 3.32px) */
}

sub {
  top: calc(0.415 * (1em - 4px));
  /* Simplified top: calc(0.42em - 1.66px) */
}

.header-gradient {
  background: #001e50;
  background: linear-gradient(180deg, rgb(0, 30, 80) 35%, rgba(0, 30, 80, 0) 95%);
  height: 120px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.site-header {
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 10px 20px;
}

.nav-holder {
  position: fixed;
  bottom: 40px;
  left: auto;
  right: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 99;
  pointer-events: none;
}

.nav-container {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.75);
  border: 2px solid #ffffff;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mobile-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.4s ease, padding 0.4s ease;
  max-width: 100px;
  padding: 0.5rem 0.1rem;
  border-radius: 4px;
  height: 30px;
  pointer-events: all !important;
}

.nav-toggle,
.nav-close {
  background: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  color: #233772;
}

.nav-toggle {
  transition: opacity 0.3s ease;
  width: 100px;
  text-align: center;
  display: block;
  letter-spacing: 2px;
  font-variation-settings: "wght" 80, "wdth" 75;
  margin-left: 18px;
}

.nav-close {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  display: none;
}

/* Hide links by default (collapsed) */
.mobile-nav a {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  font-size: 13px;
  letter-spacing: 2px;
  color: #233772;
  text-decoration: none;
  font-weight: bold;
  font-variation-settings: "wght" 80, "wdth" 75;
  text-transform: uppercase;
}

/* OPEN STATE */
.mobile-nav.open {
  max-width: 350px;
  width: 80vw !important;
}

.mobile-nav.open .nav-toggle {
  opacity: 0;
  visibility: hidden;
  width: 0px;
  padding: 0px;
  margin: 0px;
  display: none;
}

.mobile-nav.open .nav-close {
  opacity: 1;
  visibility: visible;
  display: block;
}

.mobile-nav.open a {
  opacity: 1;
  visibility: visible;
}

.animated-link {
  position: relative;
  display: inline-block;
  color: #233772;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 0.25em 0;
  cursor: pointer;
}

.animated-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #233772;
  transform: scaleX(1);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.hero-banner {
  position: relative;
}
.hero-banner .image-holder {
  position: absolute;
  width: 130%;
  aspect-ratio: 1/1;
  overflow: visible;
  top: 0;
  left: 0;
  transform: translate(-10%, 40vh);
  will-change: transform;
}
.hero-banner #background {
  z-index: 30;
}
.hero-banner #cutout {
  z-index: 50;
}
.hero-banner .image-holder img {
  position: absolute;
  top: -15vw;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner .hero-banner-top {
  height: 100dvh;
}
.hero-banner .banner-text {
  position: absolute;
  top: 0;
  color: #ffffff;
  font-size: 10vw;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 9vw;
  word-wrap: break-word;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-left: 20px;
  padding-right: 20px;
}
.hero-banner .banner-text-a {
  z-index: 40;
}
.hero-banner .banner-text-b {
  z-index: 60;
}
.hero-banner .banner-text-b .title-A {
  opacity: 0;
}
.hero-banner .text-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 80;
  will-change: transform;
}
.hero-banner .text-area .text-holder {
  width: 40%;
  margin-left: auto;
  padding-right: 40px;
}
.hero-banner .text-area .text-holder p {
  color: #ffffff;
  font-size: 16px !important;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 30 !important;
  line-height: 26px !important;
  font-variation-settings: "wght" 20, "wdth" 70, "slnt" 1;
  word-wrap: break-word;
}
.hero-banner .text-area .text-holder .buttonitem {
  display: block;
  padding-top: 40px;
}
.hero-banner .text-area .text-holder .buttonitem a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.75);
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-variation-settings: "wght" 100, "wdth" 100, "slnt" 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #001e50;
  font-size: 18px;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.first-content {
  text-align: center;
  padding-top: 20vh;
  position: relative;
  z-index: 100;
}
.first-content .crystal-pin-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 91;
  background-color: rgba(0, 30, 80, 0.5);
  display: none;
}
.first-content .home-crystal {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: auto;
  will-change: transform;
  z-index: 91;
  background-color: green;
}
.first-content .section-a {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.first-content .section-a .content div {
  color: #ffffff;
  font-size: 60px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 50px;
  word-wrap: break-word;
  font-size: 10vw;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 9vw;
}
.first-content .section-a .content .content-a-bottom {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease;
}
.first-content .section-b {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease;
}
.first-content .section-b .content {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  will-change: opacity;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60vw;
}
.first-content .section-b .content .content-b-top {
  color: #ffffff;
  font-size: 22px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 40;
  line-height: 28px;
  word-wrap: break-word;
}
.first-content .section-b .content .content-b-bottom {
  color: #19c5ed;
  font-size: 32px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 80;
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: 5.76px;
  word-wrap: break-word;
}
.first-content .section-c {
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.first-content .section-c .content {
  text-align: center;
  max-width: 80vw;
}
.first-content .section-c .content .content-c-top {
  color: #ffffff;
  font-size: 18px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 40;
  line-height: 26px;
  word-wrap: break-word;
  padding-left: 10%;
  padding-right: 10%;
  font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
  padding-bottom: 20px;
}
.first-content .section-c .content .content-c-bottom {
  color: #19c5ed;
  font-size: 32px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 80;
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: 5.76px;
  word-wrap: break-word;
}

.second-content-section .holder {
  padding-top: 25dvh;
  padding-bottom: 30dvh;
  clip-path: polygon(0 100%, 0% 0%, 100% 20%, 100% 100%);
  background-color: #19c5ed;
  position: relative;
  z-index: 92;
}
.second-content-section .holder .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.4;
}
.second-content-section .holder .title {
  color: #ffffff;
  font-size: 28px;
  font-family: "latino-gothic-variable", sans-serif;
  line-height: 42px;
  word-wrap: break-word;
  font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
  text-align: center;
  position: relative;
  opacity: 0;
  min-width: 650px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.second-content-section .holder .title-move {
  color: #001e50;
  font-size: 40px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 66px;
  position: relative;
  white-space: nowrap;
  width: max-content;
  display: inline-block;
  font-variation-settings: "wght" 80, "wdth" 75;
}

.third-content-section .holder .title {
  color: #ffffff;
  font-size: 40px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 35px;
  position: relative;
  z-index: 10;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.third-content-section .holder .tower-items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 15px;
  overflow-x: scroll;
  filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.5));
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE and Edge */
}
.third-content-section .holder .tower-items::-webkit-scrollbar {
  display: none !important;
}
.third-content-section .holder::-webkit-scrollbar {
  display: none !important;
}
.third-content-section .tower {
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.7) 0%);
  padding: 40px 20px 20px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 10px;
  min-width: 300px;
}
.third-content-section .tower .logo img {
  max-width: 250px;
  height: auto;
}
.third-content-section .tower .text {
  font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #233772;
  font-size: 18px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 40;
  line-height: 26px;
  word-wrap: break-word;
}
.third-content-section .tower .buttonitem {
  display: block;
  padding-top: 10px;
}
.third-content-section .tower .buttonitem a {
  display: inline-block;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-variation-settings: "wght" 100, "wdth" 100, "slnt" 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #001e50;
  font-size: 18px;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.third-content-section .tower:last-child {
  margin-right: 40px;
}

.fourth-content-section .holder {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fourth-content-section .title-holder {
  width: 100%;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
.fourth-content-section .title-holder .title {
  color: #ffffff;
  font-size: 40px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 35px;
  position: relative;
  z-index: 10;
}
.fourth-content-section .team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.fourth-content-section .team .team-member {
  padding-top: 20px;
  width: calc(50% - 20px);
}
.fourth-content-section .team .team-member .image {
  height: auto;
}
.fourth-content-section .team .team-member .image img {
  aspect-ratio: 1/1.5;
  object-fit: cover;
  object-position: left center;
}
.fourth-content-section .team .team-member .bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fourth-content-section .team .team-member .bottom .social {
  margin-left: 30px;
  padding-top: 10px;
}
.fourth-content-section .team .team-member .name {
  color: #ffffff;
  padding-top: 5px;
  font-size: 12px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 10px;
  word-wrap: break-word;
}
.fourth-content-section .team .team-member .position {
  color: #19c5ed;
  font-size: 7px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 10px;
  word-wrap: break-word;
  padding-top: 4px;
}

.fifth-content-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 100;
  background-color: #001e50 !important;
}
.fifth-content-section .holder {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.fifth-content-section .holder .title-top {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 3%;
}
.fifth-content-section .holder .title-top .title-large {
  color: #ffffff;
  font-size: 9vw;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 10vw;
  word-wrap: break-word;
}
.fifth-content-section .holder .title-top .title-small {
  color: #19c5ed;
  font-size: 4vw;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1;
  word-wrap: break-word;
}
.fifth-content-section .holder .content {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 80px;
}
.fifth-content-section .holder .content .content-holder {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
.fifth-content-section .holder .content .content-holder .content-gradient {
  background: #001e50;
  background: linear-gradient(180deg, rgb(0, 30, 80) 35%, rgba(0, 30, 80, 0) 95%);
  height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  content: " ";
}
.fifth-content-section .holder .content .content-holder p {
  color: #ffffff;
  font-size: 16px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 40;
  line-height: 1.5 !important;
  word-wrap: break-word;
  font-variation-settings: "wght" 20, "wdth" 70, "slnt" 1;
  padding-bottom: 20px;
}
.fifth-content-section .signature {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fifth-content-section .signature .sign {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
}
.fifth-content-section .signature .sign .cpa {
  color: #19c5ed;
  font-size: 16px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 40;
  line-height: 40px;
  word-wrap: break-word;
  padding-top: 5%;
  font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
}
.fifth-content-section .signature .position {
  color: #ffffff;
  position: relative;
  margin-top: -2%;
  font-size: 20px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 80;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: 3.6px;
  word-wrap: break-word;
  font-variation-settings: "wght" 40, "wdth" 80, "slnt" 1;
}

.sixth-content-section {
  position: relative;
  background-color: #001e50 !important;
}
.sixth-content-section .image-holder {
  position: absolute;
  width: 130%;
  aspect-ratio: 1/1;
  overflow: visible;
  top: 0;
  left: -40px;
  transform: translate(0%, 30vh);
  will-change: transform;
}
.sixth-content-section #background {
  z-index: 30;
}
.sixth-content-section #cutout {
  z-index: 50;
}
.sixth-content-section .image-holder img {
  position: absolute;
  top: -15vw;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sixth-content-section .holder {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}
.sixth-content-section .title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2%;
  width: 100%;
  position: relative;
  z-index: 100;
}
.sixth-content-section .title .left {
  color: #ffffff;
  font-family: "latino-gothic-variable", sans-serif;
  font-size: 12vw;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 8vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.sixth-content-section .title .right {
  color: #ffffff;
  padding-top: 1%;
  font-family: "latino-gothic-variable", sans-serif;
  font-size: 12vw;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 12vw;
}
.sixth-content-section .title .mark svg {
  width: 4vw;
  height: auto;
}
.sixth-content-section .content {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 100;
}
.sixth-content-section .content .content-holder {
  width: 80%;
  margin-left: auto;
  margin-right: 15%;
  max-width: 400px;
}
.sixth-content-section .content .content-holder p {
  color: #ffffff;
  font-size: 18px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 40;
  line-height: 1.5 !important;
  word-wrap: break-word;
  font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
  padding-bottom: 20px;
}
.sixth-content-section .content .content-holder .buttonitem {
  display: block;
  padding-top: 10px;
}
.sixth-content-section .content .content-holder .buttonitem a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.75);
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-variation-settings: "wght" 100, "wdth" 100, "slnt" 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #001e50;
  font-size: 18px;
  padding: 10px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.careers-hero-banner {
  position: relative;
  width: 100%;
}
.careers-hero-banner .careers-hero-banner-top {
  height: 100dvh;
}
.careers-hero-banner .image-holder {
  position: absolute;
  width: 130%;
  aspect-ratio: 1/1;
  overflow: visible;
  top: 0;
  left: -40px;
  transform: translate(0%, 30vh);
  will-change: transform;
}
.careers-hero-banner #background {
  z-index: 30;
}
.careers-hero-banner #cutout {
  z-index: 50;
}
.careers-hero-banner .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.careers-hero-banner .hero-banner-top {
  height: 100dvh;
}
.careers-hero-banner .banner-text {
  position: absolute;
  top: 0;
  color: #ffffff;
  font-size: 11vw;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 10vw;
  word-wrap: break-word;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.careers-hero-banner .banner-text .button-item {
  width: 100%;
  display: block;
  padding-top: 40px;
  line-height: 0px;
}
.careers-hero-banner .banner-text .button-item a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-variation-settings: "wght" 100, "wdth" 100, "slnt" 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #001e50;
  font-size: 18px;
  padding: 10px;
  line-height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.careers-hero-banner .banner-text-a {
  z-index: 40;
}
.careers-hero-banner .banner-text-b {
  z-index: 60;
}
.careers-hero-banner .banner-text-b .title-A {
  opacity: 0;
}
.careers-hero-banner .title-A,
.careers-hero-banner .title-B {
  will-change: transform;
}
.careers-hero-banner .job-listing-holder {
  position: relative;
  z-index: 100;
}
.careers-hero-banner .job-listing-holder .holder {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 50dvh;
}
.careers-hero-banner .job-listing-holder .holder .inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.careers-hero-banner .job-listing-holder .holder .inner .title {
  position: relative;
  z-index: 10;
  padding-left: 20px;
  padding-right: 20px;
}
.careers-hero-banner .job-listing-holder .holder .inner .title h2 {
  color: #ffffff !important;
  font-size: 40px;
  font-family: "latino-gothic-variable", sans-serif !important;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 35px;
  text-align: center;
  width: 100%;
  font-variation-settings: "wght" 80, "wdth" 75;
}
.careers-hero-banner .job-listing-holder .holder .inner .left {
  width: 80dvw;
}
.careers-hero-banner .job-listing-holder .holder .inner .left .tower {
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.7) 0%);
  padding: 40px 20px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 10px;
  min-width: 400px;
  max-width: 650px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.careers-hero-banner .job-listing-holder .holder .inner .left .tower .logo {
  padding-bottom: 20px;
  width: 100%;
}
.careers-hero-banner .job-listing-holder .holder .inner .left .tower .logo img {
  max-width: 250px;
  height: auto;
}
.careers-hero-banner .job-listing-holder .holder .inner .left .tower .text {
  font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #233772;
  font-size: 18px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 40;
  line-height: 26px;
  word-wrap: break-word;
}
.careers-hero-banner .job-listing-holder .holder .inner .left .tower .buttonitem {
  display: block;
  padding-top: 10px;
}
.careers-hero-banner .job-listing-holder .holder .inner .left .tower .buttonitem .button-item {
  display: inline-block;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-variation-settings: "wght" 100, "wdth" 100, "slnt" 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #001e50;
  font-size: 18px;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.careers-hero-banner .job-listing-holder .holder .inner .right {
  width: 80dvw;
}
.careers-hero-banner .job-listing-holder .holder .inner .right .tower {
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.7) 0%);
  padding: 40px 20px 40px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 10px;
  min-width: 400px;
  max-width: 650px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.careers-hero-banner .job-listing-holder .holder .inner .right .tower .logo {
  padding-bottom: 20px;
}
.careers-hero-banner .job-listing-holder .holder .inner .right .tower .logo img {
  max-width: 250px;
  height: auto;
}
.careers-hero-banner .job-listing-holder .holder .inner .right .tower .text {
  font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #233772;
  font-size: 18px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 40;
  line-height: 26px;
  word-wrap: break-word;
}
.careers-hero-banner .job-listing-holder .holder .inner .right .tower .buttonitem {
  display: block;
  padding-top: 10px;
}
.careers-hero-banner .job-listing-holder .holder .inner .right .tower .buttonitem .button-item {
  display: inline-block;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-variation-settings: "wght" 100, "wdth" 100, "slnt" 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #001e50;
  font-size: 18px;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.careers-first-content {
  position: relative;
}
.careers-first-content .pin-section-a {
  position: relative;
  will-change: transform;
}
.careers-first-content .pin-section-a .content-a {
  height: 100dvh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.careers-first-content .pin-section-a .content-a .holder {
  display: block;
  position: relative;
  width: 100%;
}
.careers-first-content .pin-section-a .content-a .title-small {
  color: #19c5ed;
  font-size: 34px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 28.56px;
  word-wrap: break-word;
  font-variation-settings: "wght" 80, "wdth" 100, "slnt" 1;
  max-width: 300px;
}
.careers-first-content .pin-section-a .content-a .title-large {
  color: #ffffff;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 50px;
  font-variation-settings: "wght" 80, "wdth" 80, "slnt" 1;
  color: #ffffff;
  font-size: 20vw;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 22vw;
}
.careers-first-content .pin-section-a .content-a .text {
  color: #ffffff;
  font-size: 22px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 40;
  line-height: 28px;
  word-wrap: break-word;
  max-width: 300px;
  font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
  margin-left: auto;
}
.careers-first-content .pin-section-a .content-b {
  display: flex;
  align-items: center;
  justify-content: center;
}
.careers-first-content .pin-section-a .content-b .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.careers-first-content .pin-section-a .content-b .inner .left {
  order: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
.careers-first-content .pin-section-a .content-b .inner .left .text {
  color: #ffffff;
  font-size: 22px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 40;
  line-height: 28px;
  word-wrap: break-word;
  max-width: 300px;
  margin-right: 20%;
  font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
}
.careers-first-content .pin-section-a .content-b .inner .right {
  order: 1;
  width: 100%;
}
.careers-first-content .pin-section-a .content-b .inner .right .image {
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
}
.careers-first-content .pin-section-a .content-b .inner .right .image img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.careers-first-content .pin-section-b {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.careers-first-content .pin-section-b .content {
  padding-top: 40dvh;
  padding-bottom: 80px;
  clip-path: polygon(0 100%, 0% 20%, 100% 0%, 100% 100%);
  background-color: #19c5ed;
  position: relative;
  z-index: 92;
  width: 100%;
}
.careers-first-content .pin-section-b .content .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.4;
}
.careers-first-content .pin-section-b .content .content-flex-holder {
  position: relative;
}
.careers-first-content .pin-section-b .content .content-flex-holder .top {
  text-align: center;
}
.careers-first-content .pin-section-b .content .content-flex-holder .top .small {
  color: #001e50;
  font-size: 4vw;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 8vw;
  word-wrap: break-word;
}
.careers-first-content .pin-section-b .content .content-flex-holder .top .large {
  color: white;
  font-size: 8vw;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 8vw;
  word-wrap: break-word;
}
.careers-first-content .pin-section-b .content .content-flex-holder .bottom .holder .tower-items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 15px;
  overflow-x: scroll;
  filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.5));
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE and Edge */
}
.careers-first-content .pin-section-b .content .content-flex-holder .bottom .holder .tower-items::-webkit-scrollbar {
  display: none !important;
}
.careers-first-content .pin-section-b .content .content-flex-holder .bottom .holder::-webkit-scrollbar {
  display: none !important;
}
.careers-first-content .pin-section-b .content .content-flex-holder .bottom .tower {
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.7) 0%);
  padding: 40px 20px 20px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 10px;
  min-width: 300px;
}
.careers-first-content .pin-section-b .content .content-flex-holder .bottom .tower .logo img {
  max-width: 250px;
  height: auto;
}
.careers-first-content .pin-section-b .content .content-flex-holder .bottom .tower .text {
  font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #233772;
  font-size: 18px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 40;
  line-height: 26px;
  word-wrap: break-word;
}
.careers-first-content .pin-section-b .content .content-flex-holder .bottom .tower .buttonitem {
  display: block;
  padding-top: 10px;
}
.careers-first-content .pin-section-b .content .content-flex-holder .bottom .tower .buttonitem a {
  display: inline-block;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-variation-settings: "wght" 100, "wdth" 100, "slnt" 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #001e50;
  font-size: 18px;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.careers-first-content .pin-section-b .content .content-flex-holder .bottom .tower:last-child {
  margin-right: 40px;
}
.careers-first-content .pin-section-c {
  min-height: 100dvh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 100%;
}
.careers-first-content .pin-section-c .content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.careers-first-content .pin-section-c .content .left {
  height: 100dvh;
  padding-top: 100px;
  width: 100%;
}
.careers-first-content .pin-section-c .content .left .image-holder {
  height: calc(100dvh - 100px);
}
.careers-first-content .pin-section-c .content .left .image-holder img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.careers-first-content .pin-section-c .content .right {
  width: 100%;
  padding-left: 20px;
}
.careers-first-content .pin-section-c .content .right .content-a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.careers-first-content .pin-section-c .content .right .content-a .content {
  color: white;
  font-size: 10vw;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 9vw;
  word-wrap: break-word;
}
.careers-first-content .pin-section-c .content .right .content-b {
  display: flex;
  align-items: center;
  justify-content: center;
}
.careers-first-content .pin-section-c .content .right .content-b .item {
  max-width: 280px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.careers-first-content .pin-section-c .content .right .content-b .item .item-title {
  color: #19c5ed;
  font-size: 18.81px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 33.58px;
  word-wrap: break-word;
}
.careers-first-content .pin-section-c .content .right .content-b .item .item-content p {
  color: #ffffff;
  font-size: 22px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 40;
  line-height: 28px !important;
  word-wrap: break-word;
  font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
}
.careers-first-content .pin-section-d {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 90;
}
.careers-first-content .pin-section-d .content {
  width: 100%;
}
.careers-first-content .pin-section-d .content .holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.careers-first-content .pin-section-d .content .holder .left {
  width: 100%;
}
.careers-first-content .pin-section-d .content .holder .left .videos {
  display: flex;
  flex-wrap: nowrap;
}
.careers-first-content .pin-section-d .content .holder .left .videos .video {
  max-width: 340px;
  width: 100%;
  aspect-ratio: 1/1.2;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.careers-first-content .pin-section-d .content .holder .left .videos .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.careers-first-content .pin-section-d .content .holder .left .videos .video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.careers-first-content .pin-section-d .content .holder .left .videos .video-a {
  position: relative;
  top: 0vh;
  z-index: 10;
}
.careers-first-content .pin-section-d .content .holder .left .videos .video-b {
  position: relative;
  top: 10vh;
  margin-left: -20px;
  margin-right: -20px;
  z-index: 20;
}
.careers-first-content .pin-section-d .content .holder .left .videos .video-c {
  position: relative;
  top: -4vh;
  z-index: 10;
}
.careers-first-content .pin-section-d .content .holder .right {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding-top: 80px;
}
.careers-first-content .pin-section-d .content .holder .right .text {
  color: #ffffff;
  font-size: 22px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 40;
  line-height: 32px;
  font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.careers-second-content {
  position: relative;
}
.careers-second-content .holder {
  position: relative;
  z-index: 92;
}
.careers-second-content .image-holder {
  position: absolute;
  width: 130%;
  aspect-ratio: 1/1;
  overflow: visible;
  top: 0;
  left: -40px;
  transform: translate(0%, 30vh);
  will-change: transform;
}
.careers-second-content .image-holder {
  position: absolute;
  width: 130%;
  aspect-ratio: 1/1;
  overflow: visible;
  top: 0;
  left: 0;
  transform: translate(0%, 30vh);
  will-change: transform;
}
.careers-second-content #background-2 {
  z-index: 30;
}
.careers-second-content #cutout-2 {
  z-index: 50;
}
.careers-second-content .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.careers-second-content .hero-banner-top {
  height: 50dvh;
}
.careers-second-content .banner-text {
  position: relative;
  top: 0;
  color: #ffffff;
  font-size: 10vw;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 9vw;
  height: 50dvh;
  padding-left: 10vw;
  padding-right: 20px;
}
.careers-second-content .banner-text-a {
  z-index: 40;
  display: none;
}
.careers-second-content .banner-text-b {
  z-index: 60;
}
.careers-second-content .banner-text-b .title-A {
  opacity: 0;
}
.careers-second-content .content-towers {
  padding-top: 60px;
  padding-left: 20px;
  position: relative;
  z-index: 90;
}
.careers-second-content .content-towers .towers {
  margin-left: auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.5));
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE and Edge */
}
.careers-second-content .content-towers .towers .tower-item {
  flex: 1;
  padding: 20px;
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 100%);
  border: 2px solid #ffffff;
  border-radius: 10px;
  min-width: 100%;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.careers-second-content .content-towers .towers .tower-item .tower-items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 15px;
}
.careers-second-content .content-towers .towers .tower-item .title-small {
  color: #19c5ed;
  font-size: 18px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 18px;
  padding-bottom: 10px;
  font-variation-settings: "wght" 80, "wdth" 80, "slnt" 1;
}
.careers-second-content .content-towers .towers .tower-item .text {
  color: #001e50;
  font-size: 18px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 40;
  line-height: 18px;
  font-variation-settings: "wght" 20, "wdth" 70, "slnt" 1;
}
.careers-second-content .content-towers .towers .tower-items::-webkit-scrollbar {
  display: none !important;
}

.careers-third-content {
  position: relative;
  background-color: #001e50 !important;
}
.careers-third-content .careers-third-content-top {
  height: 50dvh;
}
.careers-third-content .image-holder {
  position: absolute;
  width: 130%;
  aspect-ratio: 1/1;
  overflow: visible;
  top: 0;
  left: 0;
  transform: translate(0%, 30vh);
  will-change: transform;
}
.careers-third-content .image-holder {
  position: absolute;
  width: 130%;
  aspect-ratio: 1/1;
  overflow: visible;
  top: 0;
  left: 0;
  transform: translate(0%, 30vh);
  will-change: transform;
}
.careers-third-content #background {
  z-index: 30;
}
.careers-third-content #cutout {
  z-index: 50;
}
.careers-third-content .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.careers-third-content .hero-banner-top {
  height: 50dvh;
}
.careers-third-content .banner-text {
  position: absolute;
  top: 0;
  color: #ffffff;
  font-size: 8vw;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 6.5vw;
  word-wrap: break-word;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50dvh;
  text-align: center;
  width: 100%;
}
.careers-third-content .banner-text .title-a {
  color: #19c5ed;
  font-size: 4vw;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 8vw;
  word-wrap: break-word;
  padding-left: 20px;
  padding-right: 20px;
}
.careers-third-content .banner-text .title-b {
  color: white;
  font-size: 8vw;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 8vw;
  word-wrap: break-word;
  padding-left: 20px;
  padding-right: 20px;
}
.careers-third-content .banner-text-a {
  z-index: 40;
}
.careers-third-content .banner-text-b {
  z-index: 60;
}
.careers-third-content .banner-text-b .title-A {
  opacity: 0;
}

.footer-area {
  position: relative;
  z-index: 100;
  background-color: #001e50 !important;
}
.footer-area .social-desktop {
  display: none;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer-area .holder {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.footer-area .holder .left {
  width: 100%;
  text-align: center;
  order: 3;
}
.footer-area .holder .center {
  order: 1;
  width: 100%;
}
.footer-area .holder .center .main-title {
  color: #ffffff;
  font-size: 90px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 77px;
  text-align: center;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
  font-variation-settings: "wght" 90, "wdth" 80, "slnt" 1;
  opacity: 0;
  transform: scale(0.2);
  transform-origin: center center;
}
.footer-area .holder .center .contact-info {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.footer-area .holder .center .contact-info .divider {
  width: 1px;
  height: 50px;
  background-color: #ffffff;
  content: " ";
}
.footer-area .holder .center .contact-info a {
  color: #19c5ed;
  font-size: 12.75px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 40;
  line-height: 17px;
  word-wrap: break-word;
  display: block;
  text-decoration: none;
  font-variation-settings: "wght" 20, "wdth" 70, "slnt" 1;
  letter-spacing: 1px;
}
.footer-area .holder .right {
  order: 2;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  /* Custom styling for Gravity Forms file upload field */
  /* Custom styling for Gravity Forms file upload field */
  /* Style the file upload input */
  /* Create the custom button appearance */
  /* Add the SVG icon as a background image */
  /* Style for the file name display after uploading */
}
.footer-area .holder .right .gform-body .gform_fields {
  gap: 10px !important;
}
.footer-area .holder .right .gform-body .gfield {
  padding-top: 10px !important;
  position: relative !important;
}
.footer-area .holder .right .gform-body .gfield label {
  position: absolute !important;
  font-family: "latino-gothic-variable", sans-serif !important;
  font-variation-settings: "wght" 20, "wdth" 70, "slnt" 1 !important;
  color: #001e50 !important;
  font-size: 12px !important;
  padding: 10px !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-area .holder .right .gform-body .gfield input,
.footer-area .holder .right .gform-body .gfield textarea {
  background: #ffffff !important;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 100%) !important;
  border: 2px solid #ffffff !important;
  border-radius: 10px !important;
  font-family: "latino-gothic-variable", sans-serif !important;
  font-variation-settings: "wght" 20, "wdth" 50, "slnt" 1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: #001e50 !important;
  font-size: 18px !important;
  padding: 10px !important;
  height: 40px !important;
  margin-bottom: 0px !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-area .holder .right .gform-body .active label {
  color: #fff !important;
  top: -22px;
}
.footer-area .holder .right .gform-footer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -20px;
}
.footer-area .holder .right .gform-footer .gform_button {
  background-color: #19c5ed !important;
  border: 2px solid #ffffff;
  border-radius: 10px !important;
  font-variation-settings: "wght" 60, "wdth" 80, "slnt" 1;
  text-transform: uppercase !important;
  font-family: "latino-gothic-variable", sans-serif !important;
  text-decoration: none;
  color: #001e50 !important;
  font-size: 18px;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-area .holder .right .gform_wrapper .gfield.gfield--type-fileupload .gfield_label {
  display: none !important; /* Hide the default label if needed */
}
.footer-area .holder .right .gform_wrapper .gfield.gfield--type-fileupload .gfield_label {
  display: none; /* Hide the default label if needed */
}
.footer-area .holder .right .gform_wrapper .gfield.gfield--type-fileupload input[type=file] {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  padding-top: 0px !important;
  top: 0;
}
.footer-area .holder .right .gfield--input-type-fileupload {
  padding-top: 0px !important;
}
.footer-area .holder .right .gform_wrapper .gfield.gfield--type-fileupload .ginput_container_fileupload:before {
  content: "ATTACH RESUME"; /* Text only */
  display: block;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  text-align: center;
  background-color: #0c2154; /* Dark navy blue background */
  color: white;
  font-family: "latino-gothic-variable", sans-serif !important;
  font-variation-settings: "wght" 80, "wdth" 80, "slnt" 1;
  font-size: 16px;
  letter-spacing: 1px;
  border: 2px dashed white; /* Dashed white border */
  border-radius: 8px;
  cursor: pointer;
  margin: 10px 0;
  box-sizing: border-box;
  position: relative;
  padding-left: 40px; /* Make space for the SVG icon */
}
.footer-area .holder .right .gform_wrapper .gfield.gfield--type-fileupload .ginput_container_fileupload:after {
  content: "";
  position: absolute;
  left: calc(50% - 100px); /* Position to left of text - adjust as needed */
  top: 44%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.13594 4.98124V9.47656C3.14113 9.80527 3.27536 10.1188 3.50965 10.3494C3.74395 10.58 4.05952 10.7093 4.38828 10.7093C4.71704 10.7093 5.03261 10.58 5.26691 10.3494C5.5012 10.1188 5.63543 9.80527 5.64062 9.47656L5.64469 3.58437C5.6481 3.30341 5.5957 3.02457 5.49054 2.76401C5.38538 2.50345 5.22955 2.26635 5.03207 2.06647C4.8346 1.86658 4.59941 1.70789 4.34015 1.59957C4.08088 1.49126 3.8027 1.43549 3.52172 1.43549C3.24074 1.43549 2.96255 1.49126 2.70329 1.59957C2.44402 1.70789 2.20884 1.86658 2.01136 2.06647C1.81389 2.26635 1.65806 2.50345 1.5529 2.76401C1.44774 3.02457 1.39534 3.30341 1.39875 3.58437V9.51624C1.39303 9.91179 1.46599 10.3045 1.6134 10.6716C1.76081 11.0387 1.97972 11.3729 2.25742 11.6546C2.53511 11.9363 2.86604 12.1601 3.23097 12.3128C3.59589 12.4655 3.98754 12.5441 4.38313 12.5441C4.77871 12.5441 5.17036 12.4655 5.53528 12.3128C5.90021 12.1601 6.23114 11.9363 6.50883 11.6546C6.78652 11.3729 7.00544 11.0387 7.15285 10.6716C7.30026 10.3045 7.37322 9.91179 7.3675 9.51624V3.97312' stroke='%2319C5ED' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer-area .holder .right .gform_wrapper .gfield.gfield--type-fileupload .ginput_preview {
  margin-top: 10px;
  color: #0c2154;
  font-weight: bold;
}
.footer-area .holder .right .gfield_description {
  color: #ffffff;
  font-size: 12px;
  font-family: "latino-gothic-variable", sans-serif;
  font-weight: 40;
  line-height: 24px !important;
  word-wrap: break-word;
  font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
}
.footer-area .holder .left .tower {
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer-area .holder .left .tower .brands-title {
  color: white;
  font-size: 14px;
  font-family: "latino-gothic-variable", sans-serif;
  font-variation-settings: "wght" 60, "wdth" 80, "slnt" 1;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 2.52px;
}
.footer-area .holder .left .tower .brands-list {
  padding-top: 10px;
}
.footer-area .holder .left .tower .brands-list .brand-item a {
  color: #ffffff;
  font-size: 14px;
  font-family: "latino-gothic-variable", sans-serif;
  font-variation-settings: "wght" 20, "wdth" 70, "slnt" 1;
  text-decoration: none;
  line-height: 26px;
  letter-spacing: 2.52px;
}
.footer-area .holder .left .tower .social {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.copyright {
  font-family: "latino-gothic-variable", sans-serif;
  font-variation-settings: "wght" 20, "wdth" 50, "slnt" 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding-bottom: 8px;
}
.copyright a {
  font-family: "latino-gothic-variable", sans-serif;
  font-variation-settings: "wght" 20, "wdth" 50, "slnt" 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}

.home .gform_wrapper .gfield.gfield--type-fileupload {
  display: none !important;
}

.page-template-careers-page-template .prefooter {
  display: none;
}

.page-template-home-page-template .prefooter {
  display: none !important;
}
.page-template-home-page-template footer {
  display: none !important;
}

/* Media Queries for Breakpoints */
@media only screen and (min-width: 922px) {
  .nav-holder {
    justify-content: flex-start;
  }
  .nav-container {
    position: relative;
    display: flex;
    margin-left: 40px;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.75);
    border: 2px solid #ffffff;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile-nav.open .nav-close {
    display: none;
  }
  .hero-banner {
    position: relative;
  }
  .hero-banner .image-holder {
    position: absolute;
    width: 130%;
    aspect-ratio: 1/1;
    overflow: visible;
    top: 0;
    left: 0;
    transform: translate(-10%, 40vh);
    will-change: transform;
  }
  .hero-banner #background {
    z-index: 30;
  }
  .hero-banner #cutout {
    z-index: 50;
  }
  .hero-banner .image-holder img {
    position: absolute;
    top: -15vw;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-banner .hero-banner-top {
    height: 100dvh;
  }
  .hero-banner .banner-text {
    position: absolute;
    top: 0;
    color: #ffffff;
    font-size: 10vw;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 9vw;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-banner .banner-text-a {
    z-index: 40;
  }
  .hero-banner .banner-text-b {
    z-index: 60;
  }
  .hero-banner .banner-text-b .title-A {
    opacity: 0;
  }
  .hero-banner .text-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 80;
    will-change: transform;
    margin-top: -35vh;
  }
  .hero-banner .text-area .text-holder {
    width: 40%;
    margin-left: auto;
    padding-right: 5%;
    max-width: 380px;
    min-width: 350px;
  }
  .hero-banner .text-area .text-holder p {
    color: #ffffff;
    font-size: 22px !important;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 30 !important;
    line-height: 26px !important;
    font-variation-settings: "wght" 20, "wdth" 70, "slnt" 1;
    word-wrap: break-word;
  }
  .hero-banner .text-area .text-holder .button {
    display: block;
    padding-top: 40px;
  }
  .hero-banner .text-area .text-holder .button a {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.75);
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-variation-settings: "wght" 100, "wdth" 100, "slnt" 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #001e50;
    font-size: 18px;
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .first-content {
    text-align: center;
    padding-top: 20vh;
    position: relative;
    z-index: 100;
  }
  .first-content .crystal-pin-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 91;
  }
  .first-content .home-crystal {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: auto;
    will-change: transform;
    z-index: 91;
  }
  .first-content .section-a {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .first-content .section-a .content div {
    color: #ffffff;
    font-size: 60px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 50px;
    word-wrap: break-word;
    font-size: 10vw;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 9vw;
  }
  .first-content .section-a .content .content-a-bottom {
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.3s ease;
  }
  .first-content .section-b {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.3s ease;
  }
  .first-content .section-b .content {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    will-change: opacity;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .first-content .section-b .content .content-flex-holder {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .first-content .section-b .content .content-b-top {
    color: #ffffff;
    font-size: 32px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 40;
    line-height: 40px;
    word-wrap: break-word;
    font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
    padding-bottom: 20px;
  }
  .first-content .section-b .content .content-b-bottom {
    color: #19c5ed;
    font-size: 32px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 80;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 5.76px;
    word-wrap: break-word;
  }
  .first-content .section-c {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .first-content .section-c .content {
    text-align: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .first-content .section-c .content .content-c-top {
    color: #ffffff;
    font-size: 32px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 40;
    line-height: 40px;
    word-wrap: break-word;
    font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
    padding-bottom: 20px;
  }
  .first-content .section-c .content .content-c-bottom {
    color: #19c5ed;
    font-size: 32px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 80;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 5.76px;
    word-wrap: break-word;
  }
  .second-content-section .holder {
    padding-top: 25dvh;
    padding-bottom: 30dvh;
    clip-path: polygon(0 100%, 0% 0%, 100% 20%, 100% 100%);
    background-color: #19c5ed;
    position: relative;
    z-index: 92;
  }
  .second-content-section .holder .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.4;
  }
  .second-content-section .holder .title {
    color: #ffffff;
    font-size: 32px;
    font-family: "latino-gothic-variable", sans-serif;
    line-height: 42px;
    word-wrap: break-word;
    font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
    text-align: center;
    position: relative;
    opacity: 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .second-content-section .holder .title-move {
    color: #001e50;
    font-size: 100px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 120px;
    position: relative;
    white-space: nowrap;
    width: max-content;
    display: inline-block;
    font-variation-settings: "wght" 80, "wdth" 75;
  }
  .third-content-section .holder .title {
    font-weight: 100;
    text-transform: uppercase;
    line-height: 35px;
    position: relative;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 54px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 54px;
    position: relative;
    z-index: 10;
  }
  .third-content-section .holder .tower-items {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 80px;
    filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.5));
  }
  .third-content-section .holder .tower {
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.7) 0%);
    padding: 40px 20px 20px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 10px;
    min-width: auto !important;
  }
  .third-content-section .holder .tower .text {
    font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #233772;
    font-size: 18px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 40;
    line-height: 26px;
    word-wrap: break-word;
  }
  .third-content-section .holder .tower .button {
    display: block;
    padding-top: 10px;
  }
  .third-content-section .holder .tower .button a {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.75);
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-variation-settings: "wght" 100, "wdth" 100, "slnt" 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #001e50;
    font-size: 18px;
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .third-content-section .holder .tower:last-child {
    margin-right: 0px;
  }
  .fourth-content-section {
    padding-top: 150px;
  }
  .fourth-content-section .holder {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap !important;
  }
  .fourth-content-section .title-holder {
    width: 100%;
    padding-top: 0px;
    margin-top: -60px;
  }
  .fourth-content-section .title-holder .title {
    color: #ffffff;
    font-size: 54px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 54px;
    position: relative;
    z-index: 10;
  }
  .fourth-content-section .team {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    margin-left: 15%;
    gap: 20px;
  }
  .fourth-content-section .team .team-member {
    padding-top: 20px;
    width: calc(33.3333333333% - 20px);
  }
  .fourth-content-section .team .team-member .image {
    height: auto;
  }
  .fourth-content-section .team .team-member .image img {
    aspect-ratio: 1/1.5;
    object-fit: cover;
    object-position: left center;
  }
  .fourth-content-section .team .team-member .name {
    color: #ffffff;
    padding-top: 10px;
    font-size: 24px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 20px;
    word-wrap: break-word;
  }
  .fourth-content-section .team .team-member .position {
    color: #19c5ed;
    font-size: 13px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 20px;
    word-wrap: break-word;
    padding-top: 4px;
  }
  .fifth-content-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fifth-content-section .holder {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .fifth-content-section .holder .title-top {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 3%;
  }
  .fifth-content-section .holder .title-top .title-large {
    color: #ffffff;
    font-size: 122.35px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 107.06px;
    word-wrap: break-word;
  }
  .fifth-content-section .holder .title-top .title-small {
    color: #19c5ed;
    font-size: 55px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 46.78px;
    word-wrap: break-word;
  }
  .fifth-content-section .holder .content {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fifth-content-section .holder .content .content-holder {
    width: 50%;
    margin-left: auto;
  }
  .fifth-content-section .holder .content .content-holder p {
    color: #ffffff;
    font-size: 24px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 40;
    line-height: 1.5 !important;
    word-wrap: break-word;
    font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
    padding-bottom: 20px;
  }
  .fifth-content-section .signature {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .fifth-content-section .signature .sign {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 50vw;
  }
  .fifth-content-section .signature .sign .cpa {
    color: #19c5ed;
    font-size: 24px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 40;
    line-height: 40px;
    word-wrap: break-word;
    padding-top: 5%;
    font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
  }
  .fifth-content-section .signature .position {
    color: #ffffff;
    position: relative;
    margin-top: -2%;
    font-size: 20px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 80;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 3.6px;
    word-wrap: break-word;
    font-variation-settings: "wght" 40, "wdth" 80, "slnt" 1;
  }
  .sixth-content-section .holder {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .sixth-content-section .title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 2%;
    width: 100%;
  }
  .sixth-content-section .title .left {
    color: #ffffff;
    font-size: 54px;
    font-family: "latino-gothic-variable", sans-serif;
    font-size: 160px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 140px;
    display: flex;
    align-items: center;
    width: auto;
  }
  .sixth-content-section .title .right {
    width: auto;
    color: #ffffff;
    font-size: 54px;
    padding-top: 3%;
    font-family: "latino-gothic-variable", sans-serif;
    font-size: 160px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 140px;
  }
  .sixth-content-section .content {
    width: 100%;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sixth-content-section .content .content-holder {
    width: 80%;
    margin-left: auto;
    margin-right: 15%;
    max-width: 400px;
  }
  .sixth-content-section .content .content-holder p {
    color: #ffffff;
    font-size: 18px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 40;
    line-height: 1.5 !important;
    word-wrap: break-word;
    font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
    padding-bottom: 20px;
  }
  .sixth-content-section .content .content-holder .button {
    display: block;
    padding-top: 10px;
  }
  .sixth-content-section .content .content-holder .button a {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.75);
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-variation-settings: "wght" 100, "wdth" 100, "slnt" 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #001e50;
    font-size: 18px;
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .careers-hero-banner .careers-hero-banner-top {
    height: 100dvh;
  }
  .careers-hero-banner .image-holder {
    position: absolute;
    width: 130%;
    aspect-ratio: 1/1;
    overflow: visible;
    top: 0;
    left: 0;
    transform: translate(0%, 30vh);
    will-change: transform;
  }
  .careers-hero-banner #background {
    z-index: 30;
  }
  .careers-hero-banner #cutout {
    z-index: 50;
  }
  .careers-hero-banner .image-holder img {
    position: absolute;
    top: -15vw;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .careers-hero-banner .hero-banner-top {
    height: 100dvh;
  }
  .careers-hero-banner .banner-text {
    position: absolute;
    top: 0;
    color: #ffffff;
    font-size: 10vw;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 9vw;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    padding-left: 20px;
    padding-right: 20px;
  }
  .careers-hero-banner .banner-text .button-item {
    display: block;
    padding-top: 0px;
    line-height: 0px;
  }
  .careers-hero-banner .banner-text .button-item a {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.75);
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-variation-settings: "wght" 100, "wdth" 100, "slnt" 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #001e50;
    font-size: 18px;
    padding: 10px;
    line-height: 24px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .careers-hero-banner .banner-text-a {
    z-index: 40;
  }
  .careers-hero-banner .banner-text-b {
    z-index: 60;
  }
  .careers-hero-banner .banner-text-b .title-A {
    opacity: 0;
  }
  .careers-hero-banner .job-listing-holder .holder {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .careers-hero-banner .job-listing-holder .holder .inner {
    flex-wrap: wrap;
  }
  .careers-hero-banner .job-listing-holder .holder .inner .title h2 {
    line-height: 35px;
    font-size: 54px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    word-wrap: break-word;
    font-variation-settings: "wght" 80, "wdth" 100, "slnt" 1;
  }
  .careers-hero-banner .job-listing-holder .holder .inner .left {
    width: calc(50% - 25px);
  }
  .careers-hero-banner .job-listing-holder .holder .inner .right {
    width: calc(50% - 25px);
  }
  .careers-first-content .pin-section-a {
    height: 100dvh;
    width: 100%;
    overflow: hidden;
  }
  .careers-first-content .pin-section-a .content-a {
    min-height: 100dvh;
    padding-left: 20px;
    padding-right: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .careers-first-content .pin-section-a .content-a .title-small {
    color: #19c5ed;
    font-size: 34px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 28.56px;
    word-wrap: break-word;
    font-variation-settings: "wght" 80, "wdth" 100, "slnt" 1;
    max-width: 300px;
    margin-left: auto;
  }
  .careers-first-content .pin-section-a .content-a .title-large {
    color: #ffffff;
    font-size: 60px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 50px;
    word-wrap: break-word;
    font-variation-settings: "wght" 80, "wdth" 80, "slnt" 1;
    color: #ffffff;
    font-size: 10vw;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 9vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .careers-first-content .pin-section-a .content-a .text {
    color: #ffffff;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 40;
    word-wrap: break-word;
    max-width: 300px;
    font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
    margin-left: auto;
  }
  .careers-first-content .pin-section-a .content-b {
    display: flex;
    height: 100dvh;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .careers-first-content .pin-section-a .content-b .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .careers-first-content .pin-section-a .content-b .inner .left {
    order: 1;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .careers-first-content .pin-section-a .content-b .inner .left .text {
    color: #ffffff;
    font-size: 22px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 40;
    line-height: 28px;
    word-wrap: break-word;
    max-width: 300px;
    margin-right: 20%;
    font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
  }
  .careers-first-content .pin-section-a .content-b .inner .right {
    width: 40%;
    order: 2;
  }
  .careers-first-content .pin-section-a .content-b .inner .right .image {
    height: auto;
    min-height: 70dvh;
    height: 70dvh;
    aspect-ratio: 1/1;
  }
  .careers-first-content .pin-section-a .content-b .inner .right .image img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
  }
  .careers-first-content .pin-section-b {
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .careers-first-content .pin-section-b .content {
    padding-top: 40dvh;
    padding-bottom: 80px;
    clip-path: polygon(0 100%, 0% 20%, 100% 0%, 100% 100%);
    background-color: #19c5ed;
    position: relative;
    z-index: 92;
    width: 100%;
  }
  .careers-first-content .pin-section-b .content .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.4;
  }
  .careers-first-content .pin-section-b .content .content-flex-holder {
    position: relative;
  }
  .careers-first-content .pin-section-b .content .content-flex-holder .top {
    text-align: center;
  }
  .careers-first-content .pin-section-b .content .content-flex-holder .top .small {
    color: #001e50;
    font-size: 3vw;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 5vw;
    word-wrap: break-word;
  }
  .careers-first-content .pin-section-b .content .content-flex-holder .top .large {
    color: white;
    font-size: 7vw;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 6vw;
    word-wrap: break-word;
  }
  .careers-first-content .pin-section-b .content .content-flex-holder .bottom .holder .tower-items {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 15px;
    overflow-x: scroll;
    filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.5));
    scrollbar-width: none !important; /* Firefox */
    -ms-overflow-style: none !important; /* IE and Edge */
  }
  .careers-first-content .pin-section-b .content .content-flex-holder .bottom .holder .tower-items::-webkit-scrollbar {
    display: none !important;
  }
  .careers-first-content .pin-section-b .content .content-flex-holder .bottom .holder::-webkit-scrollbar {
    display: none !important;
  }
  .careers-first-content .pin-section-b .content .content-flex-holder .bottom .tower {
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.7) 0%);
    padding: 40px 20px 20px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 10px;
    min-width: 300px;
  }
  .careers-first-content .pin-section-b .content .content-flex-holder .bottom .tower .text {
    font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #233772;
    font-size: 18px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 40;
    line-height: 26px;
    word-wrap: break-word;
  }
  .careers-first-content .pin-section-b .content .content-flex-holder .bottom .tower .button {
    display: block;
    padding-top: 10px;
  }
  .careers-first-content .pin-section-b .content .content-flex-holder .bottom .tower .button a {
    display: inline-block;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-variation-settings: "wght" 100, "wdth" 100, "slnt" 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #001e50;
    font-size: 18px;
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .careers-first-content .pin-section-b .content .content-flex-holder .bottom .tower:last-child {
    margin-right: 0px;
  }
  .careers-first-content .pin-section-c {
    min-height: 100dvh;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .careers-first-content .pin-section-c .content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
  }
  .careers-first-content .pin-section-c .content .left {
    height: 100dvh;
    padding-top: 100px;
    width: 40%;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .careers-first-content .pin-section-c .content .left .image-holder {
    height: calc(100dvh - 100px);
  }
  .careers-first-content .pin-section-c .content .left .image-holder img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
  }
  .careers-first-content .pin-section-c .content .right {
    width: 60%;
    padding-left: 40px;
  }
  .careers-first-content .pin-section-c .content .right .content-a {
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .careers-first-content .pin-section-c .content .right .content-a .content {
    color: white;
    font-size: 90.14px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 79.06px;
    word-wrap: break-word;
  }
  .careers-first-content .pin-section-c .content .right .content-b {
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .careers-first-content .pin-section-c .content .right .content-b .item {
    max-width: 280px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .careers-first-content .pin-section-c .content .right .content-b .item .item-title {
    color: #19c5ed;
    font-size: 18.81px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 33.58px;
    word-wrap: break-word;
  }
  .careers-first-content .pin-section-c .content .right .content-b .item .item-content {
    color: #ffffff;
    font-size: 22px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 40;
    line-height: 28px;
    word-wrap: break-word;
    font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
  }
  .careers-first-content .pin-section-d {
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .careers-first-content .pin-section-d .content {
    width: 100%;
  }
  .careers-first-content .pin-section-d .content .holder {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  .careers-first-content .pin-section-d .content .holder .left {
    width: 75%;
  }
  .careers-first-content .pin-section-d .content .holder .right {
    width: 25%;
    padding-top: 0px;
    text-align: left;
  }
  .careers-first-content .pin-section-d .content .holder .right .text {
    color: #ffffff;
    font-size: 22px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 40;
    line-height: 32px;
    font-variation-settings: "wght" 20, "wdth" 80, "slnt" 1;
    max-width: 300px;
  }
  .careers-second-content {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .careers-second-content .holder {
    width: 100%;
    position: relative;
  }
  .careers-second-content .image-holder {
    position: absolute;
    width: 130%;
    aspect-ratio: 1/1;
    overflow: visible;
    top: 0;
    left: 0;
    transform: translate(0%, 30vh);
    will-change: transform;
  }
  .careers-second-content .image-holder {
    position: absolute;
    width: 130%;
    aspect-ratio: 1/1;
    overflow: visible;
    top: 0;
    left: 0;
    transform: translate(0%, 30vh);
    will-change: transform;
  }
  .careers-second-content #background {
    z-index: 30;
  }
  .careers-second-content #cutout {
    z-index: 50;
  }
  .careers-second-content .image-holder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .careers-second-content .hero-banner-top {
    height: 50dvh;
  }
  .careers-second-content .banner-text {
    top: 0;
    width: 100%;
    color: #ffffff;
    font-size: 8vw;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 7vw;
    height: 50dvh;
    padding-left: 10vw;
    padding-right: 20px;
  }
  .careers-second-content .banner-text-a {
    z-index: 40;
  }
  .careers-second-content .banner-text-b {
    z-index: 60;
  }
  .careers-second-content .banner-text-b .title-A {
    opacity: 0;
  }
  .careers-second-content .content-towers {
    padding-top: 60px;
    width: 100%;
  }
  .careers-second-content .content-towers .towers {
    display: flex;
    width: auto;
    gap: 20px;
    overflow-x: scroll;
    position: relative;
    white-space: nowrap;
    width: max-content;
    filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.5));
    scrollbar-width: none !important; /* Firefox */
    -ms-overflow-style: none !important; /* IE and Edge */
  }
  .careers-second-content .content-towers .towers .tower-item {
    flex: 1;
    padding: 20px;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 100%);
    border: 2px solid #ffffff;
    border-radius: 10px;
    width: 250px;
    min-width: 250px;
    white-space: wrap;
  }
  .careers-second-content .content-towers .towers .tower-item .title-small {
    color: #19c5ed;
    font-size: 18px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 18px;
    padding-bottom: 10px;
    font-variation-settings: "wght" 80, "wdth" 80, "slnt" 1;
  }
  .careers-second-content .content-towers .towers .tower-item .text {
    color: #001e50;
    font-size: 18px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 40;
    line-height: 18px;
    font-variation-settings: "wght" 20, "wdth" 70, "slnt" 1;
  }
  .careers-second-content .content-towers .towers .tower-items::-webkit-scrollbar {
    display: none !important;
  }
  .careers-third-content {
    position: relative;
  }
  .careers-third-content .careers-third-content-top {
    height: 80dvh;
  }
  .careers-third-content .image-holder {
    position: absolute;
    width: 130%;
    aspect-ratio: 1/1;
    overflow: visible;
    top: 0;
    left: 0;
    transform: translate(0%, 30vh);
    will-change: transform;
  }
  .careers-third-content .image-holder {
    position: absolute;
    width: 130%;
    aspect-ratio: 1/1;
    overflow: visible;
    top: 0;
    left: 0;
    transform: translate(0%, 30vh);
    will-change: transform;
  }
  .careers-third-content #background {
    z-index: 30;
  }
  .careers-third-content #cutout {
    z-index: 50;
  }
  .careers-third-content .image-holder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .careers-third-content .banner-text {
    position: absolute;
    top: 0;
    color: #ffffff;
    font-size: 8vw;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 6.5vw;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50dvh;
    padding-left: 20px;
    padding-right: 20px;
  }
  .careers-third-content .banner-text-a {
    z-index: 40;
  }
  .careers-third-content .banner-text-b {
    z-index: 60;
  }
  .careers-third-content .banner-text-b .title-A {
    opacity: 0;
  }
  .footer-area {
    position: relative;
    z-index: 100;
  }
  .footer-area .social-desktop {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .footer-area .social-mobile {
    display: none !important;
  }
  .footer-area .holder {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-area .holder .left {
    width: 25%;
    text-align: center;
    padding-top: 80px;
    order: 1;
  }
  .footer-area .holder .center {
    order: 2;
    width: 50%;
  }
  .footer-area .holder .center .main-title {
    color: #ffffff;
    font-size: 90px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 77px;
    text-align: center;
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    font-variation-settings: "wght" 90, "wdth" 80, "slnt" 1;
    opacity: 0;
    transform: scale(0.2);
    transform-origin: center center;
  }
  .footer-area .holder .center .contact-info {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
  .footer-area .holder .center .contact-info .divider {
    width: 1px;
    height: 50px;
    background-color: #ffffff;
    content: " ";
  }
  .footer-area .holder .center .contact-info a {
    color: #19c5ed;
    font-size: 16px;
    font-family: "latino-gothic-variable", sans-serif;
    font-weight: 40;
    line-height: 20px;
    word-wrap: break-word;
    display: block;
    text-decoration: none;
    font-variation-settings: "wght" 20, "wdth" 70, "slnt" 1;
  }
  .footer-area .holder .right {
    order: 3;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-area .holder .right .gform-body .gform_fields {
    gap: 10px;
  }
  .footer-area .holder .right .gform-body .gfield {
    padding-top: 10px;
    position: relative;
  }
  .footer-area .holder .right .gform-body .gfield label {
    position: absolute;
    font-family: "latino-gothic-variable", sans-serif;
    font-variation-settings: "wght" 20, "wdth" 70, "slnt" 1;
    color: #001e50;
    font-size: 12px;
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .footer-area .holder .right .gform-body .gfield input,
  .footer-area .holder .right .gform-body .gfield textarea {
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 100%);
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-family: "latino-gothic-variable", sans-serif;
    font-variation-settings: "wght" 20, "wdth" 50, "slnt" 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #001e50;
    font-size: 18px;
    padding: 10px;
    height: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .footer-area .holder .right .gform-footer {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -20px;
  }
  .footer-area .holder .right .gform-footer .gform_button {
    background-color: #19c5ed !important;
    border: 2px solid #ffffff;
    border-radius: 10px !important;
    font-variation-settings: "wght" 60, "wdth" 80, "slnt" 1;
    text-transform: uppercase !important;
    text-decoration: none;
    color: #001e50 !important;
    font-size: 18px;
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .footer-area .holder .left .tower {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer-area .holder .left .tower .brands-title {
    color: white;
    font-size: 14px;
    font-family: "latino-gothic-variable", sans-serif;
    font-variation-settings: "wght" 60, "wdth" 80, "slnt" 1;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 2.52px;
  }
  .footer-area .holder .left .tower .brands-list {
    padding-top: 10px;
  }
  .footer-area .holder .left .tower .brands-list .brand-item a {
    color: #ffffff;
    font-size: 14px;
    font-family: "latino-gothic-variable", sans-serif;
    font-variation-settings: "wght" 20, "wdth" 70, "slnt" 1;
    text-decoration: none;
    line-height: 26px;
    letter-spacing: 2.52px;
  }
  .footer-area .holder .left .tower .social {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
