@import url(https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;700&display=swap);
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-bottom-2{
  bottom: -0.5rem;
}
.-bottom-\[5\.5px\]{
  bottom: -5.5px;
}
.-bottom-\[5px\]{
  bottom: -5px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-\[9999\]{
  z-index: 9999;
}
.z-\[999\]{
  z-index: 999;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-\[200px\]{
  margin-bottom: 200px;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-auto{
  margin-right: auto;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[375px\]{
  height: 375px;
}
.h-\[450px\]{
  height: 450px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[61px\]{
  height: 61px;
}
.h-full{
  height: 100%;
}
.max-h-\[150px\]{
  max-height: 150px;
}
.min-h-\[30px\]{
  min-height: 30px;
}
.min-h-\[350px\]{
  min-height: 350px;
}
.min-h-\[450px\]{
  min-height: 450px;
}
.w-1\/2{
  width: 50%;
}
.w-11\/12{
  width: 91.666667%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-2\/5{
  width: 40%;
}
.w-3\/5{
  width: 60%;
}
.w-4{
  width: 1rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[411px\]{
  width: 411px;
}
.w-\[436px\]{
  width: 436px;
}
.w-\[48px\]{
  width: 48px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[61px\]{
  width: 61px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.max-w-\[310px\]{
  max-width: 310px;
}
.-translate-x-6{
  --tw-translate-x: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[5\%\]{
  --tw-translate-x: -5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.columns-1{
  -moz-columns: 1;
       columns: 1;
}
.break-inside-avoid{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 2.5rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-7{
  row-gap: 1.75rem;
}
.overflow-hidden{
  overflow: hidden;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\]{
  border-color: rgba(255,255,255,0.2);
}
.border-eblue{
  --tw-border-opacity: 1;
  border-color: rgb(66 84 164 / var(--tw-border-opacity, 1));
}
.border-edarkblue{
  --tw-border-opacity: 1;
  border-color: rgb(34 53 99 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.bg-\[\#4254A408\]{
  background-color: #4254A408;
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-eblue{
  --tw-bg-opacity: 1;
  background-color: rgb(66 84 164 / var(--tw-bg-opacity, 1));
}
.bg-edarkblue{
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
}
.bg-elightblue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 151 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#000000b2\]{
  --tw-gradient-to: #000000b2 var(--tw-gradient-to-position);
}
.to-emarineblue{
  --tw-gradient-to: #1A284A var(--tw-gradient-to-position);
}
.to-white\/50{
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-3{
  padding: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-1\.5{
  padding-bottom: 0.375rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-\[130px\]{
  padding-bottom: 130px;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.text-center{
  text-align: center;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-\[2\.5rem\]{
  line-height: 2.5rem;
}
.text-edarkblue{
  --tw-text-opacity: 1;
  color: rgb(34 53 99 / var(--tw-text-opacity, 1));
}
.text-elightblue{
  --tw-text-opacity: 1;
  color: rgb(0 126 151 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

[x-cloak] {
  display: none !important;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

main{
  padding-top: 69px;
}

@media (min-width: 768px){
  main{
    padding-top: 106px;
  }
}

@media (min-width: 1280px){
  main{
    padding-top: 0px;
  }
}

.path-frontpage main,
.path-user main{
  padding-top: 0px;
}

.main-wrapper{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 91.666667%;
}

@media (min-width: 1024px){
  .main-wrapper{
    max-width: 80rem;
  }
}

@media (min-width: 1536px){
  .main-wrapper{
    max-width: 80rem;
  }
}
.main-wrapper .main-wrapper{
  margin: 0px;
  width: 100%;
  max-width: 100%;
  padding: 0px;
}

.mobile-wrapper{
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .mobile-wrapper{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 91.666667%;
  }
  @media (min-width: 1024px){
    .mobile-wrapper{
      max-width: 80rem;
    }
  }
  @media (min-width: 1536px){
    .mobile-wrapper{
      max-width: 80rem;
    }
  }
}

.skip-to-content{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.skip-to-content:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

a:focus,
button:focus,
input:focus,
div:focus,
g:focus {
  outline: solid 4px #719fcd;
  outline-offset: 2px;
  z-index: 50;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
div:focus:not(:focus-visible),
g:focus:not(:focus-visible) {
  outline: none;
}

button[aria-label="Toggle Mobile Menu"]:focus {
  outline: none;
}
button[aria-label="Toggle Mobile Menu"]:focus .grid {
  outline: solid 4px #719fcd;
  outline-offset: 2px;
}

nav li {
  list-style-type: none;
}

.standard_spacing{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .standard_spacing{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.mobile_spacing{
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px){
  .mobile_spacing{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.small_spacing{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px){
  .small_spacing{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.spacing_bottom{
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .spacing_bottom{
    padding-bottom: 4rem;
  }
}

.spacing_top{
  padding-top: 2.5rem;
}

@media (min-width: 1024px){
  .spacing_top{
    padding-top: 13rem;
  }
}

.button_spacing{
  margin-top: 5rem;
  --tw-scale-x: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px){
  .button_spacing{
    --tw-scale-x: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1024px){
  .button_spacing{
    padding-bottom: 5rem;
  }
}
.button_spacing .button-container{
  position: absolute;
  bottom: -40px;
}
@media (min-width: 768px){
  .button_spacing .button-container{
    position: relative;
  }
}
.button_spacing .btn{
  white-space: normal;
}

.large_button_spacing{
  padding-top: 500px;
}

@media (min-width: 768px){
  .large_button_spacing{
    padding-top: 500px;
  }
}

@media (min-width: 1024px){
  .large_button_spacing{
    padding-top: 100px;
    padding-bottom: 300px;
  }
}

@media (min-width: 1536px){
  .large_button_spacing{
    padding-bottom: 400px;
  }
}

strong{
  font-weight: 700;
}

h1{
  font-size: 30px;
  font-weight: 700;
}

h2{
  margin-bottom: 1.25rem;
  font-size: 26px;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
}

@media (min-width: 768px){
  h2{
    font-size: 30px;
  }
}
h2.blue-title{
  --tw-text-opacity: 1;
  color: rgb(66 84 164 / var(--tw-text-opacity, 1));
}
h2.white-title{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
h2.careers-title{
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  font-size: 16px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
h2.careers-title strong{
  font-size: 66px;
  font-weight: 400;
  line-height: 76px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-transform: capitalize !important;
}

h3.larger-light-blue-title{
  margin-bottom: 1.25rem;
  font-size: 19px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 126 151 / var(--tw-text-opacity, 1));
}
h3.uppercase-black, h3.uppercase-white{
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 1024px){
  h3.uppercase-black, h3.uppercase-white{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
h3.uppercase-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
h3.line-uppercase-black, h3.line-uppercase-white{
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}
h3.parallax-bg.line-uppercase-black, h3.parallax-bg.line-uppercase-white {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
@media (min-width: 1024px){
  h3.line-uppercase-black, h3.line-uppercase-white{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
h3.line-uppercase-black:before, h3.line-uppercase-white:before {
  content: "";
  position: absolute;
  left: 0px;
  height: 1px;
  width: 0.625rem;
}
h3.line-uppercase-black.line-uppercase-black:before, h3.line-uppercase-white.line-uppercase-black:before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
h3.line-uppercase-black.line-uppercase-white, h3.line-uppercase-white.line-uppercase-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
h3.line-uppercase-black.line-uppercase-white:before, h3.line-uppercase-white.line-uppercase-white:before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

h2.line-uppercase-black, h2.line-uppercase-white{
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}

h2.parallax-bg.line-uppercase-black, h2.parallax-bg.line-uppercase-white {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}

@media (min-width: 1024px){
  h2.line-uppercase-black, h2.line-uppercase-white{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
h2.line-uppercase-black:before, h2.line-uppercase-white:before {
  content: "";
  position: absolute;
  left: 0px;
  height: 1px;
  width: 0.625rem;
}
h2.line-uppercase-black.line-uppercase-black:before, h2.line-uppercase-white.line-uppercase-black:before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
h2.line-uppercase-black.line-uppercase-white, h2.line-uppercase-white.line-uppercase-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
h2.line-uppercase-black.line-uppercase-white:before, h2.line-uppercase-white.line-uppercase-white:before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

main p{
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}
main p.white-text{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
main p.smaller-light-blue-title{
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 126 151 / var(--tw-text-opacity, 1));
}

.btn{
  display: inline-block;
  min-height: 50px;
  white-space: nowrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 1024px) {
  .btn {
    transition: all 0.3s ease;
  }
  .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    z-index: -1;
  }
  .btn:hover::before {
    left: 0;
  }
}
.btn.solid-darkblue{
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.solid-darkblue::before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 151 / var(--tw-bg-opacity, 1));
}
.btn.solid-darkblue:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(34 53 99 / var(--tw-text-opacity, 1));
}
.btn.solid-darkblue.arrow-btn::after {
  background-image: url("/themes/custom/esf/images/icons/arrow_right_white.svg");
}
.btn.solid-darkblue.arrow-rotation:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.solid-lightblue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 151 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.solid-lightblue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(34 53 99 / var(--tw-text-opacity, 1));
}
.btn.solid-lightblue:hover.arrow-btn::after {
  background-image: url("/themes/custom/esf/images/icons/arrow_right_blue.svg");
}
.btn.solid-lightblue::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.btn.solid-lightblue.arrow-btn::after {
  background-image: url("/themes/custom/esf/images/icons/arrow_right_white.svg");
}
.btn.solid-lightblue.arrow-rotation:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 151 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.solid-lightblue.arrow-rotation:hover.arrow-btn::after {
  background-image: url("/themes/custom/esf/images/icons/arrow_right_white.svg");
}
.btn.solid-white{
  min-width: 175px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.btn.solid-white::before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 151 / var(--tw-bg-opacity, 1));
}
.btn.solid-white:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.solid-white:hover.arrow-btn::after {
  background-image: url("/themes/custom/esf/images/icons/arrow_right_white.svg");
}
.btn.solid-white.arrow-btn::after {
  background-image: url("/themes/custom/esf/images/icons/arrow_right_black.svg");
}
.btn.solid-white.arrow-rotation:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.btn.solid-white-text-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(34 53 99 / var(--tw-text-opacity, 1));
  padding-right: 100px !important;
}
.btn.solid-white-text-blue::before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 151 / var(--tw-bg-opacity, 1));
}
.btn.solid-white-text-blue:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.solid-white-text-blue:hover.arrow-btn::after {
  background-image: url("/themes/custom/esf/images/icons/arrow_right_white.svg");
}
.btn.solid-white-text-blue.arrow-btn::after {
  background-image: url("/themes/custom/esf/images/icons/arrow_right_blue.svg");
}
.btn.solid-white-text-blue.arrow-rotation:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 126 151 / var(--tw-text-opacity, 1));
}
.btn.big-link{
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 768px){
  .btn.big-link{
    width: 610px;
  }
}
@media (min-width: 1536px){
  .btn.big-link{
    width: 624px;
  }
}
.btn.big-link {
  padding-right: 5rem !important;
}
.btn.big-link:hover::before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 151 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.big-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 151 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.big-link:hover.arrow-btn::after {
  background-image: url("/themes/custom/esf/images/icons/arrow_right_white.svg");
}
.btn.arrow-btn{
  padding-right: 4rem;
  position: relative;
}
.btn.arrow-btn:after{
  position: absolute;
  right: 1.5rem;
  top: 50%;
  height: 1.5rem;
  width: 1.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .btn.arrow-btn:after {
    transition: transform 0.5s ease;
  }
}
.btn.arrow-btn.arrow-rotation::before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 151 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {
  .btn.arrow-btn.arrow-rotation::before {
    transition: none;
  }
}
.btn.arrow-btn.arrow-rotation:after {
  transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 1024px) {
  .btn.arrow-btn.arrow-rotation:after {
    transition: none;
  }
}

#financial-link .solid-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#financial-link .solid-white:hover::before{
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
}

.btn.solid-lightblue.arrow-btn.big-link{
  --tw-translate-x: 5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: none;
}

@media (min-width: 768px){
  .btn.solid-lightblue.arrow-btn.big-link{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.btn.solid-lightblue.arrow-btn.big-link::before{
  transition-property: none;
}
.btn.solid-lightblue.arrow-btn.big-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 151 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn.solid-lightblue.arrow-btn.arrow-rotation.big-link{
  width: 100%;
}

@media (min-width: 768px){
  .btn.solid-lightblue.arrow-btn.arrow-rotation.big-link{
    width: 355px;
  }
}

@media (min-width: 1024px){
  .btn.solid-lightblue.arrow-btn.arrow-rotation.big-link{
    width: 311px;
  }
}

@media (min-width: 1280px){
  .btn.solid-lightblue.arrow-btn.arrow-rotation.big-link{
    width: 396px;
  }
}

@media (min-width: 1536px){
  .btn.solid-lightblue.arrow-btn.arrow-rotation.big-link{
    width: 405px;
  }
}

.fr .btn.solid-lightblue.arrow-btn.arrow-rotation.big-link{
  width: 100%;
}

@media (min-width: 768px){
  .fr .btn.solid-lightblue.arrow-btn.arrow-rotation.big-link{
    width: 355px;
  }
}

@media (min-width: 1024px){
  .fr .btn.solid-lightblue.arrow-btn.arrow-rotation.big-link{
    width: 366px;
  }
}

@media (min-width: 1280px){
  .fr .btn.solid-lightblue.arrow-btn.arrow-rotation.big-link{
    width: 396px;
  }
}

@media (min-width: 1536px){
  .fr .btn.solid-lightblue.arrow-btn.arrow-rotation.big-link{
    width: 405px;
  }
}

.btn.solid-white.arrow-btn.big-link{
  width: 420px;
}

.masonry-view-all-btn{
  width: 100%;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(66 84 164 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  text-align: left;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-node-5 .masonry-view-all-btn .standard_spacing h2{
  margin-bottom: 0px;
}

.masonry-view-all-btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.masonry-view-all-btn p{
  margin-bottom: 0px;
}
.masonry-view-all-btn p:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  margin-left: 2.5rem;
  height: 1.5rem;
  width: 1.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
  background-image: url("/themes/custom/esf/images/icons/arrow_right_white.svg");
}
@media (min-width: 1280px) {
  .masonry-view-all-btn{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(34 53 99 / var(--tw-border-opacity, 1));
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(34 53 99 / var(--tw-text-opacity, 1));
  }
  .masonry-view-all-btn p:after {
    position: static;
    background-image: url("/themes/custom/esf/images/icons/arrow_right_blue.svg");
  }
  .masonry-view-all-btn:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .masonry-view-all-btn:hover p:after {
    background-image: url("/themes/custom/esf/images/icons/arrow_right_white.svg");
  }
  .masonry-view-all-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    z-index: -1;
    --tw-bg-opacity: 1;
    background-color: rgb(66 84 164 / var(--tw-bg-opacity, 1));
  }

.page-node-5 .masonry-view-all-btn .standard_spacing h2::before{
    margin-bottom: 0px;
  }
  .masonry-view-all-btn:hover::before {
    left: 0;
  }
}

.node__meta{
  display: none;
}

.messages__wrapper{
  display: none;
}

.messages.messages--status{
  display: none;
}

.image-style-image-block{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.messages.messages--error{
  margin-bottom: 50px;
}

.node--unpublished {
  background-color: white;
}

footer{
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
footer h2{
  margin-bottom: 0px;
}

.top-footer{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1024px){
  .top-footer{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer-buttons{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 768px){
  .footer-buttons{
    flex-direction: row;
  }
}

@media (min-width: 1024px){
  .footer-buttons{
    gap: 0.75rem;
  }
}
.footer-buttons .footer-small-btns{
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 0.75rem;
}
@media (min-width: 768px){
  .footer-buttons .footer-small-btns{
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer-nav .main-link, .footer-nav li{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-nav .main-link:hover, .footer-nav li:hover{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(0 126 151 / var(--tw-text-opacity, 1));
}

.location-boxes{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

button[aria-label="Toggle Mobile Menu"]:focus .location-boxes {
  outline: solid 4px #719fcd;
  outline-offset: 2px;
}

@media (min-width: 1024px) {
  .nested-columns-block .location-boxes .column-single-block .text-block h3 {
    min-height: 57px;
  }
  body.fr .nested-columns-block .location-boxes .column-single-block .text-block h3 {
    min-height: 86px;
  }
  .location-boxes{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.location-boxes p{
  line-height: 1.25rem;
}

.location-box{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(66 84 164 / var(--tw-border-opacity, 1));
  background-color: #4254A444;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.location-box a{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.location-box a:hover{
  text-decoration-line: underline;
}
.location-box h3{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.location-box .location-information{
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
}
.location-box .location-information strong{
  font-weight: 600;
}
.location-box .location-information .address{
  width: 50%;
}
.location-box .location-information .contact{
  width: 50%;
}

.footer-nav{
  margin-top: 2.5rem;
  margin-bottom: 1.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

button[aria-label="Toggle Mobile Menu"]:focus .footer-nav {
  outline: solid 4px #719fcd;
  outline-offset: 2px;
}

@media (min-width: 1024px) {
  .nested-columns-block .footer-nav .column-single-block .text-block h3 {
    min-height: 57px;
  }
  body.fr .nested-columns-block .footer-nav .column-single-block .text-block h3 {
    min-height: 86px;
  }
}

@media (min-width: 768px){
  .footer-nav{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .footer-nav{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8rem;
  }
}
.footer-nav .menu-item::marker,
.footer-nav .menu-item--expanded {
  list-style-image: none;
  list-style-type: none;
}
.footer-nav .footer-top-link{
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-bottom{
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(66 84 164 / var(--tw-border-opacity, 1));
  padding-top: 1.75rem;
  padding-bottom: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
}

@media (min-width: 768px){
  .footer-bottom{
    flex-direction: row;
  }
}

@media (min-width: 1024px){
  .footer-bottom{
    padding-top: 1.25rem;
    padding-bottom: 0px;
  }
}

.page-node-35 .footer-nav{
  display: none;
}
.page-node-35 .footer-bottom{
  border-style: none;
}

/* Language Switcher */
.language-switcher-language-url{
  position: relative;
  display: flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 53 99 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.parallax-bg.language-switcher-language-url {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
@media (min-width: 768px){
  .language-switcher-language-url{
    height: 61px;
    width: 61px;
  }
}

.language-switcher-language-url a{
  position: relative;
  z-index: 10;
  display: block;
  height: 48px;
  width: 48px;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(66 84 164 / var(--tw-text-opacity, 1));
  color: transparent;
}

.parallax-bg.language-switcher-language-url a {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}

@media (min-width: 768px){
  .language-switcher-language-url a{
    height: 61px;
    width: 61px;
  }
}

.language-switcher-language-url a {
  text-decoration: none;
}

.language-switcher-language-url li::marker {
  content: "";
}

body.en .language-switcher-language-url li:first-child,
body.fr .language-switcher-language-url li:last-child{
  display: none;
}

.language-link{
  position: relative;
}

.parallax-bg.language-link {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}

body.fr .language-switcher-language-url li:first-child::after,
body.en .language-switcher-language-url li:last-child::after{
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 0;
  --tw-text-opacity: 1;
  color: rgb(66 84 164 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  body.fr .language-switcher-language-url li:first-child::after,
body.en .language-switcher-language-url li:last-child::after{
    top: 20px;
    left: 21px;
  }
}

body.fr .language-switcher-language-url li:first-child::after {
  content: "EN";
}

body.en .language-switcher-language-url li:last-child::after {
  content: "FR";
}

body.fr .language-switcher-language-url li:first-child:hover::after,
body.en .language-switcher-language-url li:last-child:hover::after{
  --tw-text-opacity: 1;
  color: rgb(34 53 99 / var(--tw-text-opacity, 1));
}

.top-header-container{
  --tw-bg-opacity: 1;
  background-color: rgb(66 84 164 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.page-node-5 .top-header-container .standard_spacing h2{
  margin-bottom: 0px;
}

.top-header{
  display: flex;
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.call-section{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.numbers{
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.numbers .province{
  font-weight: 700;
}
.numbers a:hover{
  text-decoration-line: underline;
}

.buttons{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-bar{
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  position: relative;
  z-index: 1;
}
.nav-bar.is-sticky{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  width: 100%;
}
.nav-bar .nav-bar-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-bar .relative-nav{
  position: relative;
  width: 100%;
}
.parallax-bg.nav-bar .relative-nav {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
.nav-bar .relative-nav .main-navigation > ul > li{
  z-index: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-bar .relative-nav .main-navigation > ul > li .hover-container{
  position: relative;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
}
.parallax-bg.nav-bar .relative-nav .main-navigation > ul > li .hover-container {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
.nav-bar .relative-nav .main-navigation > ul > li .hover-container::before{
  position: absolute;
  top: -2px;
  left: 0px;
  z-index: 10;
  height: 2px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 151 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
}
.nav-bar .relative-nav .main-navigation > ul > li:hover .hover-container::before,
.nav-bar .relative-nav .main-navigation > ul > li .hover-container.active::before{
  width: 100%;
}
.nav-bar .relative-nav .main-navigation > ul > li a{
  display: block;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-bar .relative-nav .main-navigation > ul > li:hover a{
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.nav-bar .relative-nav .submenu{
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(26 40 74 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  top: 100%;
  z-index: 50;
  pointer-events: auto;
}
.nav-bar .relative-nav .submenu .main-wrapper{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 91.666667%;
}
@media (min-width: 1024px){
  .nav-bar .relative-nav .submenu .main-wrapper{
    max-width: 80rem;
  }
}
@media (min-width: 1536px){
  .nav-bar .relative-nav .submenu .main-wrapper{
    max-width: 80rem;
  }
}
.nav-bar .relative-nav .submenu .submenu-content{
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
.parallax-bg.nav-bar .relative-nav .submenu .submenu-content {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
.nav-bar .relative-nav .submenu .submenu-content .submenu-description{
  width: 33.333333%;
  max-width: 300px;
}
.nav-bar .relative-nav .submenu .submenu-content .submenu-description h3{
  margin-bottom: 0.75rem;
}
.nav-bar .relative-nav .submenu .submenu-links{
  width: 66.666667%;
}
.nav-bar .relative-nav .submenu .submenu-links a{
  white-space: nowrap;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-bar .relative-nav .submenu .submenu-links a:hover{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(0 126 151 / var(--tw-text-opacity, 1));
}

.mobile-header{
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  position: fixed;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
}
.mobile-header__wrapper{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px){
  .mobile-header__wrapper{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.mobile-header__wrapper {
  width: 95%;
  max-width: 100%;
}
.mobile-header__container{
  --tw-bg-opacity: 1;
  background-color: rgb(66 84 164 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.page-node-5 .mobile-header__container .standard_spacing h2{
  margin-bottom: 0px;
}
.mobile-header__container {
  width: 100%;
}
.mobile-header__logo{
  display: flex;
  align-items: center;
}
.mobile-header__actions{
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: flex-end;
}
.mobile-header__actions .dot{
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.mobile-header__actions .line-1,
.mobile-header__actions .line-2{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0.125rem;
  width: 2.5rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.mobile-header__actions .line-1{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.mobile-header__actions .line-2{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.mobile-header__menu{
  position: absolute;
  top: 70px;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(66 84 164 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.page-node-5 .mobile-header__menu .standard_spacing h2{
  margin-bottom: 0px;
}
@media (min-width: 768px){
  .mobile-header__menu{
    top: 90px;
  }
}
.mobile-header__menu {
  width: 100%;
  left: 0;
}
.mobile-header .top-mobile-menu{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  font-size: 11px;
}
@media (min-width: 768px){
  .mobile-header .top-mobile-menu{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.mobile-header .active{
  --tw-text-opacity: 1;
  color: rgb(0 126 151 / var(--tw-text-opacity, 1));
}

header .btn.solid-darkblue{
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
header .btn.solid-darkblue::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
header .btn.solid-darkblue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(66 84 164 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(34 53 99 / var(--tw-text-opacity, 1));
}
.page-node-5 header .btn.solid-darkblue:hover .standard_spacing h2{
  margin-bottom: 0px;
}
header .btn.solid-darkblue:hover.arrow-btn::after {
  background-image: url("/themes/custom/esf/images/icons/arrow_right_blue.svg");
}
header .btn.solid-darkblue.arrow-btn::after {
  background-image: url("/themes/custom/esf/images/icons/arrow_right_white.svg");
}
header .btn.solid-darkblue.arrow-rotation:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hero-slider{
  position: relative;
  height: 565px;
  width: 100%;
}

.parallax-bg.hero-slider {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}

@media (min-width: 1024px){
  .hero-slider{
    height: 550px;
  }
}

.hero-slider {
  z-index: 0;
  pointer-events: auto;
}
.hero-slider .swiper{
  position: relative;
}
.parallax-bg.hero-slider .swiper {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
.hero-slider .swiper {
  z-index: 1;
  pointer-events: auto;
}
.hero-slider .swiper-slide{
  position: relative;
  height: 565px;
  width: 100%;
}
.parallax-bg.hero-slider .swiper-slide {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
@media (min-width: 1024px){
  .hero-slider .swiper-slide{
    height: 550px;
  }
}
.hero-slider .swiper-slide {
  pointer-events: auto;
}
.hero-slider .slide-background{
  position: relative;
  height: 565px;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.parallax-bg.hero-slider .slide-background {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
@media (min-width: 1024px){
  .hero-slider .slide-background{
    height: 550px;
  }
}
.hero-slider .slide-background {
  z-index: 1;
}
.hero-slider .slide-overlay{
  display: flex;
  height: 580px;
  width: 100%;
  align-items: flex-end;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  padding-bottom: 6rem;
}
@media (min-width: 768px){
  .hero-slider .slide-overlay{
    align-items: center;
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px){
  .hero-slider .slide-overlay{
    height: 550px;
  }
}
.hero-slider .slide-overlay {
  z-index: 1;
}
.hero-slider .slide-content{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hero-slider .swiper-pagination{
  position: absolute;
  display: flex;
  align-items: center;
  text-align: left !important;
  left: 3.33333% !important;
  margin-left: auto !important;
  max-width: 80rem !important;
  --swiper-pagination-bottom: 50px !important;
  z-index: 10;
  pointer-events: auto;
}
@media (min-width: 1280px) {
  .hero-slider .swiper-pagination {
    left: max((100vw - 1280px) / 2 + 10px) !important;
    --swiper-pagination-bottom: 100px !important;
  }
}
@media (min-width: 1536px) {
  .hero-slider .swiper-pagination {
    left: max((100vw - 1280px) / 2) !important;
  }
}
.hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal{
  width: 200px;
}
.hero-slider .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-border-radius: 0px;
  --swiper-pagination-bullet-width: 30px;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  position: relative;
}
.hero-slider .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.hero-slider .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-height: 4px;
}

.testimonials-slider .testimonials-swiper-3,
.testimonials-slider .testimonials-swiper-1{
  position: relative;
  overflow: hidden;
}

.parallax-bg.testimonials-slider .testimonials-swiper-3,.parallax-bg
.testimonials-slider .testimonials-swiper-1 {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
.testimonials-slider p{
  margin-bottom: 0.75rem;
  font-weight: 300;
}
.testimonials-slider h3{
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.testimonials-slider h5, .testimonials-slider .name{
  margin-top: 3rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.swiper-button-prev,
.swiper-button-next{
  position: absolute;
  bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 151 / var(--tw-bg-opacity, 1));
  padding: 1.75rem;
  --swiper-navigation-top-offset: calc(100% - 51px);
  --swiper-navigation-size: 10px;
  --swiper-navigation-color: #fff;
}

.swiper-button-prev {
  --swiper-navigation-sides-offset: 0px;
  left: 0 !important;
  right: auto !important;
}

.swiper-button-next {
  right: auto !important;
  left: 80px !important;
}

.testimonials-swiper-1 .swiper-slide{
  margin-top: 2.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(66 84 164 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px){
  .testimonials-swiper-1 .swiper-slide{
    border-top-width: 1px;
    padding-top: 2.5rem;
  }
}
.testimonials-swiper-1 .swiper-slide > *{
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
.testimonials-swiper-1 p{
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.testimonials-swiper-1 h3{
  max-width: 500px;
  font-size: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.testimonials-swiper-1 h5, .testimonials-swiper-1 .name{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.testimonials-swiper-3 .swiper-slide{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-top: 4rem;
}
.testimonials-swiper-3 .swiper-slide > *{
  width: 100%;
  padding-right: 1.25rem;
}
.testimonials-swiper-3 h3{
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 126 151 / var(--tw-text-opacity, 1));
}
.testimonials-swiper-3 h5, .testimonials-swiper-3 .name{
  --tw-text-opacity: 1;
  color: rgb(34 53 99 / var(--tw-text-opacity, 1));
}

.testimonials-title{
  position: relative;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.parallax-bg.testimonials-title {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
.testimonials-title:before {
  content: "";
  position: absolute;
  left: 0px;
  height: 1px;
  width: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.slide-number {
  font-weight: 400;
}

.text-block p{
  margin-bottom: 1.25rem;
}

.btn-position-bottom {
  position: absolute !important;
  bottom: 0;
  --tw-translate-x: -5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px){
  .btn-position-bottom{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.nested-special-columns-block.mobile-wrapper .main-wrapper{
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .nested-special-columns-block.mobile-wrapper .main-wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 91.666667%;
    max-width: 80rem;
  }
  @media (min-width: 1536px){
    .nested-special-columns-block.mobile-wrapper .main-wrapper{
      max-width: 80rem;
    }
  }
}
@media (max-width: 1024px) {
  .nested-special-columns-block.mobile-wrapper {
    padding-bottom: 0 !important;
  }
}

.column-single-block.mobile-hidden .image-container {
  margin-bottom: 0 !important;
}
.column-single-block h2{
  margin-bottom: 1.25rem;
}
.column-single-block.border-top-class{
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.column-single-block.border-top-class:first-child{
  border-top-width: 1px;
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .column-single-block.border-top-class{
    border-top-width: 1px;
    padding-top: 2.5rem;
  }
}

.special-column-single-block.background_with_link{
  position: relative;
  display: flex;
  height: 400px;
  width: auto;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 53 99 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.parallax-bg.special-column-single-block.background_with_link {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
.special-column-single-block.background_with_link:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.special-column-single-block.background_with_link img{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 398px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-column-single-block.background_with_link .subheader{
  position: relative;
  z-index: 20;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.parallax-bg.special-column-single-block.background_with_link .subheader {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
.special-column-single-block.background_with_link h2{
  position: relative;
  z-index: 20;
  min-height: 200px;
  width: 75%;
  font-size: 30px;
  letter-spacing: 0.025em;
}
.parallax-bg.special-column-single-block.background_with_link h2 {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
.special-column-single-block.background_with_link h2 {
  line-height: 40px;
}
.special-column-single-block.background_with_link .btn{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 151 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.special-column-single-block.background_with_link .btn:after {
  background-image: url("/themes/custom/esf/images/icons/arrow_right_white.svg");
}
@media (min-width: 1024px) {
  .special-column-single-block.background_with_link img {
    transform-origin: bottom right;
    transform: scale(1.1) translate(20px, 20px);
    transition: transform 0.3s ease;
  }
  .special-column-single-block.background_with_link .btn{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 20;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(34 53 99 / var(--tw-text-opacity, 1));
  }
  .special-column-single-block.background_with_link .btn:after {
    background-image: url("/themes/custom/esf/images/icons/arrow_right_blue.svg");
  }
  .special-column-single-block.background_with_link:after {
    opacity: 0.9;
  }
}
.special-column-single-block.link{
  position: relative;
  z-index: 0;
  display: inline-block;
  height: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.parallax-bg.special-column-single-block.link {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
.special-column-single-block.link .subheader{
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.special-column-single-block.link h2{
  position: relative;
  z-index: 0;
  margin-top: 9rem;
  width: 100%;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(66 84 164 / var(--tw-text-opacity, 1));
}
.parallax-bg.special-column-single-block.link h2 {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
@media (min-width: 768px){
  .special-column-single-block.link h2{
    margin-top: 9rem;
  }
}
.special-column-single-block.link .btn{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  min-width: 120px;
  padding-left: 2.5rem;
}
.special-column-single-block.link .btn:after{
  right: 3rem;
}
@media (min-width: 768px) {
  .special-column-single-block.link .btn{
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .special-column-single-block.link .btn:after{
    right: 1.25rem;
  }
}
.special-column-single-block.link img{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  height: 220px;
  width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.5rem;
}
.special-column-single-block.link .body{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-right: 2.5rem;
  line-height: 1.5rem;
}
.special-column-single-block.full_background_with_image{
  position: relative;
  display: flex;
  height: 100%;
  min-height: 485px;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.parallax-bg.special-column-single-block.full_background_with_image {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
@media (min-width: 1024px){
  .special-column-single-block.full_background_with_image{
    min-height: 100%;
  }
}
@media (min-width: 1280px){
  .special-column-single-block.full_background_with_image{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.special-column-single-block.full_background_with_image img.logo{
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 0;
  height: auto;
  width: 33.333333%;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-column-single-block.full_background_with_image img.image{
  position: absolute;
  bottom: 0px;
  right: 2.5rem;
  z-index: 0;
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.special-column-single-block.full_background_with_image img.big_image{
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 0;
  height: auto;
  width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px){
  .special-column-single-block.full_background_with_image img.big_image{
    width: 33.333333%;
  }
}
.special-column-single-block.full_background_with_image a{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  font-weight: 200;
  padding: 20px !important;
}
.special-column-single-block.full_background_with_image h2{
  position: relative;
  z-index: 20;
  line-height: 1.25;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.parallax-bg.special-column-single-block.full_background_with_image h2 {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
@media (min-width: 1280px){
  .special-column-single-block.full_background_with_image h2{
    height: 100%;
  }
}
@media (min-width: 1024px){
  .special-column-single-block.full_background_with_image.col-span-1 img.big_image{
    height: 65%;
  }
}
@media (min-width: 1280px){
  .special-column-single-block.full_background_with_image.col-span-1 img.big_image{
    height: 100%;
  }
}
.special-column-single-block.full_background_with_image.col-span-2 img.logo{
  width: 50%;
}
@media (min-width: 1024px){
  .special-column-single-block.full_background_with_image.col-span-2 img.logo{
    width: 33.333333%;
  }
}
.special-column-single-block.full_background_with_image.col-span-2 img.image{
  max-height: 55%;
  width: 50%;
}
@media (min-width: 768px){
  .special-column-single-block.full_background_with_image.col-span-2 img.image{
    max-height: 100%;
    width: 33.333333%;
  }
}
.special-column-single-block.product_showcase{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.parallax-bg.special-column-single-block.product_showcase {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
@media (min-width: 1024px){
  .special-column-single-block.product_showcase{
    padding-left: 1.25rem;
  }
}
@media (min-width: 1280px){
  .special-column-single-block.product_showcase{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.special-column-single-block.product_showcase img{
  position: relative;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -10;
  margin-top: auto;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.parallax-bg.special-column-single-block.product_showcase img {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
@media (min-width: 1280px){
  .special-column-single-block.product_showcase img{
    position: absolute;
    left: auto;
    width: 40%;
  }
}
.special-column-single-block.product_showcase h2{
  position: relative;
  z-index: 20;
  width: 100%;
  padding-left: 1.25rem;
  padding-top: 2.5rem;
  padding-right: 1.25rem;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(66 84 164 / var(--tw-text-opacity, 1));
}
.parallax-bg.special-column-single-block.product_showcase h2 {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
@media (min-width: 768px){
  .special-column-single-block.product_showcase h2{
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px){
  .special-column-single-block.product_showcase h2{
    width: 75%;
  }
}
.special-column-single-block.product_showcase .body{
  position: relative;
  z-index: 20;
  margin-top: 2.5rem;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 2.5rem;
  line-height: 1.5rem;
}
.parallax-bg.special-column-single-block.product_showcase .body {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
@media (min-width: 1280px){
  .special-column-single-block.product_showcase .body{
    width: 60%;
  }
}
.special-column-single-block.product_showcase .subheader{
  display: none;
}
.special-column-single-block.product_showcase a{
  display: none;
}
.special-column-single-block.eastern_blue_full_background{
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(66 84 164 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.parallax-bg.special-column-single-block.eastern_blue_full_background {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
.page-node-5 .special-column-single-block.eastern_blue_full_background .standard_spacing h2{
  margin-bottom: 0px;
}
@media (min-width: 1024px){
  .special-column-single-block.eastern_blue_full_background{
    margin-bottom: 0px;
  }
}
.special-column-single-block.eastern_blue_full_background h2{
  position: relative;
  z-index: 20;
  margin-bottom: 2.5rem;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.parallax-bg.special-column-single-block.eastern_blue_full_background h2 {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
.special-column-single-block.eastern_blue_full_background .body{
  padding-right: 1.25rem;
}

.fr .full_background_with_image{
  min-height: 510px;
}

@media (min-width: 1024px){
  .fr .full_background_with_image{
    min-height: 100%;
  }
}
.fr .full_background_with_image .btn{
  white-space: normal;
}
.fr .product_showcase h2{
  max-width: 370px;
}

@media (hover: hover) {
  .card-hover.background_with_link,
  .card-hover.link{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
  .card-hover.background_with_link:hover:after,
  .card-hover.link:hover:after {
    opacity: 0;
  }
  .card-hover.background_with_link:hover .btn::before,
  .card-hover.link:hover .btn::before {
    left: 0;
  }
  .card-hover.background_with_link:hover .btn.arrow-btn::after,
  .card-hover.link:hover .btn.arrow-btn::after {
    transform: translateY(-50%);
  }
  .card-hover.background_with_link:hover .btn.solid-darkblue,
  .card-hover.link:hover .btn.solid-darkblue{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(34 53 99 / var(--tw-text-opacity, 1));
  }
  .card-hover.background_with_link:hover .btn.solid-lightblue,
  .card-hover.link:hover .btn.solid-lightblue{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .card-hover.background_with_link:hover .btn.solid-lightblue.arrow-btn::after,
  .card-hover.link:hover .btn.solid-lightblue.arrow-btn::after {
    background-image: url("/themes/custom/esf/images/icons/arrow_right_blue.svg");
  }
  .card-hover.background_with_link:hover .btn.solid-white,
  .card-hover.link:hover .btn.solid-white{
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .card-hover.background_with_link:hover .btn.solid-white.arrow-btn::after,
  .card-hover.link:hover .btn.solid-white.arrow-btn::after {
    background-image: url("/themes/custom/esf/images/icons/arrow_right_white.svg");
  }
  .card-hover.background_with_link:hover .btn.solid-white-text-blue,
  .card-hover.link:hover .btn.solid-white-text-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .card-hover.background_with_link:hover img {
    transform: scale(1) translate(0, 0);
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .background-wrapper-block .white-text{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .background-wrapper-block .white-text h2{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.background-wrapper-block.main-wrapper{
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .background-wrapper-block.main-wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 91.666667%;
    max-width: 80rem;
  }
  @media (min-width: 1536px){
    .background-wrapper-block.main-wrapper{
      max-width: 80rem;
    }
  }
}
.background-wrapper-block .gradient-dark-overlay-active,
.background-wrapper-block .gradient-light-overlay-active,
.background-wrapper-block .gradient-blue-overlay-active{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #1A284A var(--tw-gradient-to-position);
  opacity: 1;
}
@media (min-width: 1024px) {
  .background-wrapper-block .gradient-dark-overlay-active,
  .background-wrapper-block .gradient-light-overlay-active,
  .background-wrapper-block .gradient-blue-overlay-active{
    opacity: 0.6;
  }
  .background-wrapper-block .gradient-dark-overlay-active.gradient-vertical,
  .background-wrapper-block .gradient-light-overlay-active.gradient-vertical,
  .background-wrapper-block .gradient-blue-overlay-active.gradient-vertical{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }
  .background-wrapper-block .gradient-dark-overlay-active.gradient-horizontal,
  .background-wrapper-block .gradient-light-overlay-active.gradient-horizontal,
  .background-wrapper-block .gradient-blue-overlay-active.gradient-horizontal{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }
  .background-wrapper-block .gradient-light-overlay-active{
    --tw-gradient-to: #fff var(--tw-gradient-to-position);
  }
  .background-wrapper-block .gradient-dark-overlay-active{
    --tw-gradient-to: #000 var(--tw-gradient-to-position);
  }
  .background-wrapper-block .gradient-blue-overlay-active{
    --tw-gradient-to: #1A284A var(--tw-gradient-to-position);
    opacity: 0.8;
  }
}

.gradient-dark-overlay-active,
.gradient-light-overlay-active,
.gradient-blue-overlay-active{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #1A284A var(--tw-gradient-to-position);
  opacity: 0.6;
}
.gradient-dark-overlay-active.gradient-vertical,
.gradient-light-overlay-active.gradient-vertical,
.gradient-blue-overlay-active.gradient-vertical{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.gradient-dark-overlay-active.gradient-horizontal,
.gradient-light-overlay-active.gradient-horizontal,
.gradient-blue-overlay-active.gradient-horizontal{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.gradient-light-overlay-active{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.gradient-dark-overlay-active{
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.gradient-blue-overlay-active{
  --tw-gradient-to: #1A284A var(--tw-gradient-to-position);
  opacity: 0.8;
}

.parallax-bg{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
}
.parallax-bg.relative {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}

.blue-gradient-overlay::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #1A284A var(--tw-gradient-to-position);
  opacity: 0.7;
}

.content-wrapper{
  position: relative;
  z-index: 10;
}

.parallax-bg.content-wrapper {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}

.content-wrapper {
  position: relative;
  z-index: 2;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.masonry-block .masonry-item {
  opacity: 0;
}
.masonry-block .masonry-item[x-cloak]{
  opacity: 0;
}

.form-section-content h2{
  margin-bottom: 1.25rem;
}

.location-cards{
  display: grid;
  gap: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

button[aria-label="Toggle Mobile Menu"]:focus .location-cards {
  outline: solid 4px #719fcd;
  outline-offset: 2px;
}

@media (min-width: 1024px) {
  .nested-columns-block .location-cards .column-single-block .text-block h3 {
    min-height: 57px;
  }
  body.fr .nested-columns-block .location-cards .column-single-block .text-block h3 {
    min-height: 86px;
  }
}

@media (min-width: 768px){
  .location-cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .location-cards{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.location-cards a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.location-cards a:hover{
  --tw-text-opacity: 1;
  color: rgb(66 84 164 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.location-card{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.6;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
.location-card h4{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  text-transform: uppercase;
}
.location-card h2{
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.location-card p{
  font-size: 12px;
  line-height: 1.25rem;
}
.location-card p strong{
  font-weight: 700;
}
.location-card .card-columns{
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 768px){
  .location-card .card-columns{
    gap: 1.25rem;
  }
}
.location-card .card-columns .card-column{
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
}

.background-column-wrapper{
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .background-column-wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 91.666667%;
    max-width: 80rem;
  }
  @media (min-width: 1536px){
    .background-column-wrapper{
      max-width: 80rem;
    }
  }
}

.background-with-blue-columns{
  position: relative;
  overflow: hidden;
}

.parallax-bg.background-with-blue-columns {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
@media (max-width: 768px) {
  .background-with-blue-columns {
    color: #fff !important;
  }
  .background-with-blue-columns h2{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.background-with-blue-columns .mobile-wrapper {
  display: grid !important;
}
.background-with-blue-columns .special-column-single-block.eastern_blue_full_background{
  margin: 0px;
}
.background-with-blue-columns .btn.solid-lightblue.arrow-btn.big-link{
  width: 95%;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px){
  .background-with-blue-columns .btn.solid-lightblue.arrow-btn.big-link{
    width: 100%;
  }
}
@media (min-width: 1024px){
  .background-with-blue-columns .btn.solid-lightblue.arrow-btn.big-link{
    width: 610px;
  }
}
@media (min-width: 1536px){
  .background-with-blue-columns .btn.solid-lightblue.arrow-btn.big-link{
    width: 624px;
  }
}
.background-with-blue-columns .full_background_with_image{
  min-height: 400px;
}
@media (min-width: 768px){
  .background-with-blue-columns .full_background_with_image{
    min-height: 100%;
  }
}
.background-with-blue-columns#id1150 .parallax-bg {
  background-position: bottom !important;
}

.page-node-5 .bg-eblue .standard_spacing h2{
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  .nested-columns-block .grid .column-single-block .text-block h3 {
    min-height: 57px;
  }
  body.fr .nested-columns-block .grid .column-single-block .text-block h3 {
    min-height: 86px;
  }
}

/* Sports and rec minor fix */
#id-1063 img {
  min-height: auto !important;
}

.class-1202,
.class-1195 {
  background-color: #F5F6FA;
}

.class-1195 .main-wrapper {
  margin-bottom: 0;
  padding-bottom: 5rem;
}

.page-node-57 .product_showcase {
  padding-bottom: 0;
}

.form-text h2{
  margin-bottom: 2.5rem;
}
.form-text p{
  margin-bottom: 1.25rem;
}

.form-container .radios--wrapper{
  margin-bottom: 2.5rem;
  width: 100%;
}

@media (min-width: 768px){
  .form-container .radios--wrapper{
    width: -moz-fit-content;
    width: fit-content;
  }
}
.form-container label.webform-options-display-buttons-label{
  width: 50%;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 53 99 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(34 53 99 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px){
  .form-container label.webform-options-display-buttons-label{
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1024px){
  .form-container label.webform-options-display-buttons-label{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.form-container .webform-options-display-buttons .webform-options-display-buttons-wrapper{
  width: 100%;
}
@media (min-width: 768px){
  .form-container .webform-options-display-buttons .webform-options-display-buttons-wrapper{
    width: -moz-fit-content;
    width: fit-content;
  }
}
.form-container .webform-options-display-buttons .webform-options-display-buttons-wrapper {
  flex: 0;
}
.form-container .webform-options-display-buttons input + label.webform-options-display-buttons-label, .form-container .webform-options-display-buttons input + label.webform-options-display-buttons-label{
  width: 100%;
}
@media (min-width: 768px){
  .form-container .webform-options-display-buttons input + label.webform-options-display-buttons-label, .form-container .webform-options-display-buttons input + label.webform-options-display-buttons-label{
    width: -moz-fit-content;
    width: fit-content;
  }
}
.form-container .webform-options-display-buttons input:checked + label.webform-options-display-buttons-label,
.form-container .webform-options-display-buttons input:hover + label.webform-options-display-buttons-label{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 53 99 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 151 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.form-container legend{
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.form-container .fieldset-legend:after{
  display: none;
}
.form-container input, .form-container textarea{
  margin-bottom: 0.5rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.form-container input{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 126 151 / var(--tw-border-opacity, 1));
}
.form-container textarea{
  margin-bottom: 1.25rem;
  height: 200px;
  resize: none;
}
.form-container ::-moz-placeholder{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.form-container ::placeholder{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.form-container .form-item-file-upload{
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: 100%;
  cursor: pointer;
  border-radius: 0px;
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .form-container .form-item-file-upload{
    margin-top: 0px;
  }
}
@media (min-width: 1024px){
  .form-container .form-item-file-upload{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.form-container .form-item-file-upload.form-item{
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px){
  .form-container .form-item-file-upload.form-item{
    margin-top: 0px;
  }
}
.form-container .form-item-file-upload label{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.form-container .form-item-file-upload label:after {
  background-image: url("/themes/custom/esf/images/icons/upload_icon.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  z-index: 3;
  content: "";
  display: inline-block;
}
.form-container .form-item-file-upload .form-managed-file{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.form-container .form-item-file-upload input{
  margin: 0px;
  width: 50%;
  cursor: pointer;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.form-container .form-item-file-upload input:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.form-container #edit-address--wrapper,
.form-container #edit-site-address--wrapper,
.form-container #edit-city-town--wrapper{
  margin-top: 0px;
  margin-bottom: 0px;
}
.form-container #edit-address--wrapper label, .form-container #edit-address--wrapper legend,
.form-container #edit-site-address--wrapper label,
.form-container #edit-site-address--wrapper legend,
.form-container #edit-city-town--wrapper label,
.form-container #edit-city-town--wrapper legend{
  display: none;
}
.form-container #edit-address--wrapper .webform-address-country,
.form-container #edit-site-address--wrapper .webform-address-country,
.form-container #edit-city-town--wrapper .webform-address-country{
  width: 100%;
}
.form-container #edit-address--wrapper .webform-flexbox,
.form-container #edit-site-address--wrapper .webform-flexbox,
.form-container #edit-city-town--wrapper .webform-flexbox{
  margin-top: 0px;
  margin-bottom: 0px;
}
.form-container #edit-address--wrapper .webform-flexbox .webform-flex--container,
.form-container #edit-site-address--wrapper .webform-flexbox .webform-flex--container,
.form-container #edit-city-town--wrapper .webform-flexbox .webform-flex--container{
  margin-left: 0px;
  margin-right: 0px;
}
.form-container .webform-flexbox.webform-address__row-1{
  margin-top: 0px;
  margin-bottom: 0px;
}
.form-container #edit-flexbox-01,
.form-container #edit-flexbox-03{
  margin-top: 0px;
}
.form-container #edit-service-commercial--2 label, .form-container #edit-service-commercial--2 legend{
  display: none;
}
.form-container .form-actions{
  width: 100%;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 53 99 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  position: relative !important;
  overflow: hidden !important;
  z-index: 10;
  transition: all 0.2s ease;
}
.form-container .form-actions input{
  position: relative;
  z-index: 10;
  cursor: pointer;
  border-style: none;
  background-color: transparent;
  padding-top: 1.25rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.parallax-bg.form-container .form-actions input {
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
.form-container .form-actions:hover input{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.form-container .form-actions:hover::before {
  transform: translateX(100%) !important;
}
.form-container .form-actions::before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 151 / var(--tw-bg-opacity, 1));
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  transition: transform 0.5s ease-in-out !important;
  transform: translateX(0) !important;
}
.form-container .form-actions:after{
  position: absolute;
  right: 1.25rem;
  top: 23px;
  content: "";
  background-image: url("/themes/custom/esf/images/icons/arrow_right_black.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 10px;
  z-index: 3;
  transition: all 0.3s ease;
}
.form-container .form-actions:hover:after {
  background-image: url("/themes/custom/esf/images/icons/arrow_right_white.svg");
}
.form-container .form-item{
  margin-top: 0px;
}

.select2{
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 126 151 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 0.75rem;
  line-height: 1rem;
}
.select2 span{
  font-size: 0.75rem;
  line-height: 1rem;
  color: #fff !important;
}
.select2 .select2-edit-position-container{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
}
.select2 .select2-selection__clear{
  display: none;
}
.select2 .select2-results__option{
  font-size: 0.75rem;
  line-height: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 1.25rem;
  right: 1.25rem;
  height: 20px;
  width: 20px;
  background-image: url("/themes/custom/esf/images/icons/chevron_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(270deg);
}

.select2-container--open.select2-dropdown--below{
  width: 100%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.select2-dropdown{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.select2-container--default .select2-selection--single{
  width: 100%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.select2-results__option{
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.3;
  --tw-bg-opacity: 1;
  background-color: rgb(34 53 99 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.select2-results__option:first-child{
  display: none;
}

.select2-search--dropdown {
  display: none !important;
}

.webform-confirmation__message{
  margin-bottom: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.blue-background .webform-confirmation__message{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .page-node-34 .background-wrapper-block img{
    -o-object-position: 10%;
       object-position: 10%;
  }
}

@media (min-width: 1024px){
  .page-node-34 .background-wrapper-block img{
    -o-object-position: center;
       object-position: center;
  }
}

#edit-service-residential--2 .webform_address_autocomplete {
  margin: 0 0.5em 1.5em 0.5em;
  width: 98.5% !important;
}
#edit-service-residential--2 .webform-address__row-3 {
  gap: 1rem;
}
#edit-service-residential--2 #edit-address-postal-code {
  margin: 0.5em 0.5em 1em 0;
  width: 98.5% !important;
}
#edit-service-residential--2 #edit-address-city {
  margin: 0.5em 0.5em 1em 0.5em;
  width: 98.5% !important;
}

#edit-address-commercial--wrapper {
  margin-bottom: 0;
}

#edit-address--wrapper .webform-flexbox.webform-address__row-1 {
  margin: 0 !important;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

@media (min-width: 768px){
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-6{
    height: 1.5rem;
  }
  .md\:h-\[350px\]{
    height: 350px;
  }
  .md\:h-\[61px\]{
    height: 61px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:w-6{
    width: 1.5rem;
  }
  .md\:w-\[61px\]{
    width: 61px;
  }
  .md\:max-w-lg{
    max-width: 32rem;
  }
  .md\:-translate-x-0{
    --tw-translate-x: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }
  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .md\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:py-\[18px\]{
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pl-10{
    padding-left: 2.5rem;
  }
  .md\:pl-20{
    padding-left: 5rem;
  }
  .md\:pr-10{
    padding-right: 2.5rem;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:left-0{
    left: 0px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-36{
    margin-bottom: 9rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:h-\[450px\]{
    height: 450px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-1\/5{
    width: 20%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-4\/5{
    width: 80%;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-32{
    gap: 8rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pr-28{
    padding-right: 7rem;
  }
  .lg\:pr-5{
    padding-right: 1.25rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:leading-\[2\.8rem\]{
    line-height: 2.8rem;
  }
}

@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[90\%\]{
    height: 90%;
  }
  .xl\:w-3\/5{
    width: 60%;
  }
  .xl\:w-\[38\%\]{
    width: 38%;
  }
  .xl\:w-auto{
    width: auto;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:pr-0{
    padding-right: 0px;
  }
  .xl\:text-\[30px\]{
    font-size: 30px;
  }
}
