/*!
Theme Name: brownmac
Theme URI: https://www.extramilecommunications.com/
Author: Greg Sofroni
Author URI: https://www.linkedin.com/in/greg-sofroni/
Description: ExtraMile WordPress base theme
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: em
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

brownmac is based on _tw https://underscoretw.com/, (C) 2021-2022 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2022 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/** Add variables */

/** Button overrides for the regular sized button */

/** Rounded button overrides */

/** Small button overrides */

/** Large button overrides */

/** Remove link hover underlines by default */

/** Custom variables, designed to make your life easier */

/** Colours */

/** SVG colours */

.svg-white {
  filter: invert(1);
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.1.7 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

*, ::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-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:  ;
}

::-webkit-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-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:  ;
}

::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-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:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Lato, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

section {
  display: flex;
  justify-content: center;
}

a {
  transition: .3s all;
}

p {
  margin-bottom: 12px;
}

.text-extra-padding p {
  margin-bottom: 20px;
}

.no-scroll {
  overflow: hidden;
}

.overlay {
  position: relative;
}

.overlay:before {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: transparent linear-gradient(180deg, #153A67 0%, #021D44 100%) 0% 0% no-repeat padding-box;
  opacity: 0.6;
}

.overlay.dark:before {
  background: #001c45;
  opacity: 0.6;
}

.overlay.dark-shadow:before {
  background: #001C45;
  opacity: 0.9;
}

.overlay-right {
  position: relative;
}

.overlay-right:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: transparent linear-gradient(180deg, #153A67 0%, #021D44 100%) 0% 0% no-repeat padding-box;
  opacity: 0.6;
}

.overlay-left {
  position: relative;
}

.overlay-left:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: transparent linear-gradient(270deg, #1239688f 0%, #021D44 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.overlay-to-top {
  position: relative;
}

.overlay-to-top:before {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: transparent linear-gradient(180deg, #153A6700 0%, #021D44 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.overlay-to-top.dark:before {
  background: transparent linear-gradient(180deg, #78787800 0%, #1C1C1C 100%) 0% 0% no-repeat padding-box;
}

.overlay-to-left {
  position: relative;
}

.overlay-to-left:before {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: transparent linear-gradient(90deg, #153a6757 0%, #021D44 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.overlay-full {
  position: relative;
}

.overlay-full:before {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: transparent linear-gradient(117deg, #123968 0%, #021D44 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.overlay-corner {
  position: relative;
}

.overlay-corner:before {
  position: absolute;
  content: '';
  top: 0;
  opacity: 0.85;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0px 0px 95px 0px;
  width: calc(100% + 36px);
  height: 100%;
  right: unset;
  left: -36px;
  z-index: -1;
  background-color: #123968;
}

@media (min-width: 1024px) {
  .overlay-corner {
    position: relative;
  }

  .overlay-corner:before {
    width: calc(50vw + 100px);
    right: -100px;
    left: unset;
  }

  .overlay-right:before {
    left: 35%;
  }

  .overlay-left:before {
    background: transparent linear-gradient(270deg, #153A6700 0%, #021D44 100%) 0% 0% no-repeat padding-box;
  }

  .three-col-img-001.overlay-full:before {
    border-bottom-left-radius: 135px;
  }
}

.content-prefix {
  position: relative;
  padding-top: 20px;
}

.content-prefix:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background: #A0B43A;
  left: 0;
  top: 7px;
}

.content-prefix:before + .hero-banner-001__container {
  width: 90px;
}

.absolute-right-11 {
  right: -11%;
}

.hidden {
  display: none;
}

.loader-dual-ring,
.spinner,
.loader-dual-ring-dark {
  position: absolute;
  background-color: #001c459c;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.loader-dual-ring:after,
  .spinner:after {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 8px;
  border-radius: 50%;
  border: 8px solid white;
  border-color: white transparent white transparent;
  -webkit-animation: loader-dual-ring 1.2s linear infinite;
          animation: loader-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes loader-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spinner > div {
  display: none;
}

.spinner:after {
  top: 0;
}

@media (min-width: 1280px) {
  .content-prefix {
    position: relative;
    padding-top: 8px;
  }

  .content-prefix:before {
    width: 30px;
    top: 8px;
  }

  .hero-banner-001 .content-prefix:before {
    width: 90px;
  }
}

aside#moove_gdpr_cookie_info_bar.gdpr_lightbox-hidden {
  display: none;
}

aside#moove_gdpr_cookie_info_bar,
.gdpr_lightbox.gdpr_lightbox-opened.gdpr_lightbox-inline.moove_gdpr_cookie_modal_open {
  bottom: 0 !important;
  margin: 0;
  width: 100% !important;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 0;
  max-height: 100vh !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0,0,0,.4) !important;
  border-top: 1px solid #2a363e !important;
  z-index: 999999999;
}

.moove-gdpr-info-bar-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px !important;
  background-color: white;
  border-radius: 25px;
}

.moove-gdpr-cookie-notice {
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.moove-gdpr-cookie-notice p {
  color: black !important;
  margin-bottom: 0.6em;
}

.moove-gdpr-button-holder {
  padding: 0 !important;
  justify-content: center;
}

/** Add components */

.top-footer__menu li {
  padding-bottom: 20px;
}

.top-footer__menu li a:hover {
  text-decoration: underline;
  color: #123968;
}

.bottom-footer__menu li a {
  padding: 0px 10px;
  border-left: 1px solid;
}

.bottom-footer__menu li a:link:hover {
  text-decoration: underline;
  color: #123968;
}

/** Fix admin bar css */

.header.active {
  border-top: 1px solid #273C66;
}

.header.sticky:not(.active) {
  box-shadow: 0px 0px 4px 0px rgba(74, 74, 74, 0.5);
}

.header__menu li {
  padding: 25px 10px;
}

/**
            &:first-child {
                padding-left: 40px;
            }
        **/

.header__menu li:last-child {
  padding-right: 0px;
}

.header__menu a:not(.menu__image) {
  position: relative;
}

.header__menu a:not(.menu__image):after {
  content: '';
  left: 50%;
  right: 50%;
  position: absolute;
  bottom: -3px;
  height: 2px;
  width: 0;
  background: #A0B43A;
  transition: .3s all;
}

.header__menu a:not(.menu__image):hover:after {
  left: 0;
  right: 0;
  width: 100%;
}

.header__menu .menu__image .menu__image-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__menu .menu__image .menu__image-title:after {
  content: '';
  left: 50%;
  right: 50%;
  position: absolute;
  bottom: -3px;
  height: 2px;
  width: 0;
  background: #A0B43A;
  transition: .3s all;
}

.header__menu .menu__image:hover img {
  opacity: 0.6;
}

.header__menu .menu__image:hover:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9;
}

.header__menu .menu__image:hover .menu__image-title:after {
  left: 0;
  right: 0;
  width: 100%;
}

.header__menu .menu__item--products {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px !important;
}

.header__menu .menu__item--parent {
  padding-top: 30px !important;
}

.header__menu .menu__item-decoration {
  position: relative;
}

.header__menu .menu__item-decoration:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 1px;
  background-color: #A0B43A;
  left: -20px;
  top: 8.5px;
}

.header__menu-top li {
  padding: 0px 25px;
}

.header__menu-top li a {
  position: relative;
}

.header__menu-top li a:after {
  content: '';
  left: 50%;
  right: 50%;
  position: absolute;
  bottom: -3px;
  height: 2px;
  width: 0;
  background: #123968;
  transition: .3s all;
}

.header__menu-top li a:hover:after {
  left: 0;
  right: 0;
  width: 100%;
  background: white;
}

.header__top {
  position: relative;
}

.header__top::after {
  position: absolute;
  content: '';
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  right: -50%;
  background: #123968;
}

.header__languages-switcher li {
  padding-bottom: 10px;
}

.header__languages-switcher li:last-child {
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .header.sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: white;
    z-index: 20;
    box-shadow: 0px 0px 4px 0px rgba(74, 74, 74, 0.5);
  }

  .header.active {
    border-top: none;
  }
}

@media (min-width: 1300px) {
  .header__menu li {
    padding: 25px 20px;
  }
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.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;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1700px;
  }
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with an `entry-title` class on the
 * frontend and to the post heading in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 100%;
  font-size: 50px;
  line-height: 58px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Post content styles (via Tailwind Typography)
 *
 * These will be applied to all content blocks with an `entry-content` class on
 * the frontend and within the block editor.
 *
 * The `$post-content-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 *
 * For details on how to customize Tailwind Typography via its modifier
 * classes, please see:
 *
 * https://tailwindcss.com/docs/typography-plugin
 */

.entry-content {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.entry-content :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.entry-content :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.entry-content :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.entry-content :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.entry-content :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.entry-content :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.entry-content :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.entry-content :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.entry-content :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.entry-content :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.entry-content :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.entry-content :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.entry-content :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.entry-content :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.entry-content :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.entry-content :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.entry-content :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.entry-content :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.entry-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.entry-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.entry-content :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.entry-content :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.entry-content :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.entry-content :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.entry-content :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.entry-content :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.entry-content :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.entry-content :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.entry-content :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.entry-content :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.entry-content :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.entry-content :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.entry-content :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.entry-content :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.entry-content :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.entry-content :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.entry-content :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.entry-content :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.entry-content :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.entry-content :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.entry-content :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

.entry-content :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.entry-content :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

.entry-content {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.entry-content :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.entry-content :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.entry-content :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.entry-content :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.entry-content :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.entry-content :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.entry-content :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.entry-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.entry-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.entry-content :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.entry-content-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.entry-content-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.entry-content-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.entry-content-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.entry-content-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.entry-content-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.entry-content-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.entry-content-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.entry-content-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.entry-content-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.entry-content-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.entry-content-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.entry-content-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.entry-content-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.entry-content-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.entry-content-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.entry-content-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.entry-content-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.entry-content-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.entry-content-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
  max-width: none;
}

.entry-content :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

/* Content width from the `theme.json` file */

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* Wide width from the `theme.json` file */

.entry-content > .alignwide {
  max-width: 60rem;
}

/* Full width */

.entry-content > .alignfull {
  max-width: none;
}

/** Components elements */

.decoration {
  position: relative;
  padding-bottom: 15px;
}

.decoration:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 2px;
  background-color: #A0B43A;
}

.decoration.text-center:after {
  position: absolute;
  content: '';
  left: calc(50% - 45px);
  bottom: 0px;
  width: 90px;
  height: 2px;
  background-color: #A0B43A;
}

.decoration.long:after {
  width: 184px;
}

@media (min-width: 1440px) {
  .decoration:after {
    width: 90px;
  }
}

/** Pop up*/

.popup-001 {
  display: none;
  align-items: center;
  justify-content: center;
}

.popup-001.active {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0px;
  left: 0px;
}

.popup-001.active::before {
  position: absolute;
  content: '';
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #123968;
  opacity: 0.8;
}

.popup-001__wrap {
  width: 80%;
  background: white;
  position: relative;
  padding: 20px 20px 5px;
  border-radius: 5px;
}

.popup-001__close {
  position: absolute;
  top: -18px;
  right: -18px;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 0px 2px black;
  padding: 2px;
  cursor: pointer;
  transition: .3s all;
}

.popup-001__close:hover {
  background: #A0B43A;
}

.popup-001__close:hover .popup-001__close-btn {
  filter: invert(1);
}

@media (min-width: 992px) {
  .popup-001__wrap {
    width: 50%;
    padding: 40px 30px 10px;
  }
}

/** Twitter block */

.three-col-twitter-001:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  bottom: 0px;
  left: 0px;
  background: #F4F4F4;
  z-index: -1;
}

/** Breadcrumbs */

.breadcrumbs-001__container {
  position: relative;
}

.breadcrumbs-001__container:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  right: 80%;
  background: #CCCCFF;
  z-index: -1;
}

@media (min-width: 1240px) {
  .breadcrumbs-001__container {
    position: relative;
  }

  .breadcrumbs-001__container:before {
    right: 95%;
  }
}

/** List */

.list-001 li {
  position: relative;
}

.list-001 li:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #A0B43A;
}

/** Left image with a list*/

.left-image-list-001__right {
  position: relative;
}

.left-image-list-001__right:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  right: -99%;
  top: 0;
}

.left-image-list-001__right-primary:before {
  background: #123968;
}

.left-image-list-001__right-tertiary:before {
  background: #021D44;
}

.left-image-list-001__right-grey:before {
  background: #F4F4F4;
}

/** Linkboxes 002 */

.linkboxe__hover {
  position: relative;
  transition: .3s all;
}

.linkboxe__hover:before {
  transition: .3s all;
}

.linkboxe__hover:hover:before {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: transparent linear-gradient(180deg, #153a67a0 0%, #123968 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

/** Post card 6 */

.post-card-006__link .image-001  {
  overflow: hidden;
}

.post-card-006__link .image-001 img {
  transition: .3s all;
}

.post-card-006__link:hover .image-001  {
  transition: .3s all;
}

.post-card-006__link:hover .image-001 img {
  transform: scale(1.1);
}

/** Full video block */

.full-video-001 {
  cursor: pointer;
}

.full-video-001 .full-video-001__icon  {
  transition: .3s all;
}

.full-video-001:hover .full-video-001__icon  {
  transform: scale(1.1);
}

.full-video-001__iframe {
  opacity: 0;
}

.full-video-001__iframe.visible {
  opacity: 1;
}

/** Call to action 005 */

.cta-background-005__right:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent linear-gradient(180deg, #153A67 0%, #021D44 100%) 0% 0% no-repeat padding-box;
  opacity: 0.9;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (min-width: 768px) {
  .cta-background-005__right:before {
    left: 50%;
  }
}

@media (min-width: 1024px) {
  .cta-background-005__right:before {
    left: 60%;
  }
}

@media (max-width: 767px) {
  .cta-background-005__right .heading-001 {
    text-align: center;
  }

  .cta-background-005__right .heading-001:after {
    left: calc(50% - 25px);
  }
}

/** Contact form */

.two-col-form-001__contact-form .nf-form-content .file_upload-wrap label {
  font-weight: 200;
  font-size: 16px;
}

.two-col-form-001__contact-form .nf-form-content .file_upload-wrap .btn-success {
  background-color: white;
  border: 1px solid #123968;
  color: #123968;
}

.two-col-form-001__contact-form .nf-form-content .file_upload-wrap .nf-fu-progress {
  display: none;
}

.two-col-form-001__contact-form .nf-form-content .checkbox-wrap .nf-field-label label {
  color: #1D1D1D !important;
}

.two-col-form-001__contact-form .nf-form-content .checkbox-wrap .nf-field-label label:after {
  border: 2px solid #123968 !important;
}

.two-col-form-001__contact-form .nf-form-content .checkbox-wrap .nf-field-label label:before {
  color: #123968 !important;
}

.two-col-form-001__contact-form .nf-form-content .checkbox-wrap .nf-field-label label a {
  color: #1D1D1D !important;
  text-decoration: underline;
  font-weight: 500 !important;
}

.two-col-form-001__contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea {
  height: 240px !important;
}

.two-col-form-001__contact-form .nf-form-content input:not([type=button]),
		.two-col-form-001__contact-form .nf-form-content textarea,
		.two-col-form-001__contact-form .nf-form-content select {
  border-color: transparent !important;
}

.two-col-form-001__contact-form .nf-form-content .list-select-wrap .nf-field-element >div {
  border-color: transparent !important;
}

/** Map block */

select::-ms-expand {
  display: none;
}

.two-col-map-001__select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  background-image: url('../theme/assets/vectors/arrow-down.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: 96%;
  background-position-y: 50%;
}

.two-col-map-001__iframe.active {
  display: block;
}

.two-col-map-001__iframe iframe {
  width: 100% !important;
  min-height: 300px;
}

@media (min-width: 992px) {
  .two-col-map-001__iframe iframe {
    min-height: 898px;
  }
}

/** Add visibility if active */

.hidden.active {
  display: block;
}

/** Accordion */

.accordion-001__question {
  position: relative;
  padding-right: 40px;
}

.accordion-001__question:after {
  position: absolute;
  content: '';
  background-image: url('../theme/assets/vectors/plus.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 30px;
}

.accordion-001__question.active:after {
  background-image: url('../theme/assets/vectors/minus.svg');
}

/** Tabs */

.table__tab-desktop.active {
  background: white;
  border-top: 2px solid #A0B43A;
  color: #123968;
  font-weight: 500;
}

.table__tab {
  position: relative;
}

.table__tab:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  right: 20px;
  top: 25px;
  background-size: contain;
  background-image: url('../theme/assets/vectors/plus-clean.svg');
}

.table__tab.active {
  background: white;
  border-top: 2px solid #A0B43A;
}

.table__tab.active:after {
  transform: rotate(45deg);
}

.table__tab.lg\:hidden.active {
  display: flex;
}

.table__tab.lg\:hidden.active .table__tab-wrap  {
  display: block;
}

.lg\:hidden.active {
  display: block;
}

.lg\:hidden.active .table__tab-wrap  {
  display: block;
}

@media (min-width: 1024px) {
  .table__tab.lg\:hidden.active {
    display: none;
  }
}

/** Gallery */

.two-col-photo-001__image-wrap:hover img {
  opacity: 0.4;
}

.two-col-photo-001__image-wrap:hover:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background:  url('../theme/assets/vectors/plus.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/** Search page */

.search__select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  background-image: url('../theme/assets/vectors/arrow-down.svg');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position-x: 90%;
  background-position-y: 52%;
}

.search__select:focus {
  outline: 0;
}

.search__close:hover {
  filter: brightness(0) invert(1);
}

.search-menu__search-form input:focus {
  outline: 0;
}

.search__results-wrap .relevanssi-live-search-results {
  left: 0px;
  position: inherit;
  background: transparent;
  color: white;
  box-shadow: none;
  width: 100% !important;
  max-height: unset;
}

.search__results-wrap .relevanssi-live-search-results p {
  padding-left: 0px;
  border: none;
}

.search__results-wrap .relevanssi-live-search-results a {
  text-align: left;
  margin-top: 0px;
}

.search__results-wrap .relevanssi-live-search-results a:hover {
  text-decoration: none;
}

body > .relevanssi-live-search-results {
  display: none !important;
}

/** Post coard 002 */

.post-card-002__accordion.active .content-001 {
  display: block;
}

@media (max-width: 767px) {
  .post-card-002__accordion:not(.active) .heading-001:after {
    content: none;
  }

  .post-card-002__accordion {
    position: relative;
  }

  .post-card-002__accordion .heading-001 {
    padding-right: 40px;
    cursor: pointer;
  }

  .post-card-002__accordion:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 7px;
    right: 0;
    background-image: url('../theme/assets/vectors/plus.svg');
    background-size: contain;
  }

  .post-card-002__accordion.active:before {
    background-image: url('../theme/assets/vectors/minus.svg');
  }
}

/** Three col image */

@media (max-width: 767px) {
  .three-col-image-001__image {
    margin-left: -36px;
    margin-right: -36px;
  }
}

/** Two col images */

@media (max-width: 1023px) {
  .two-col-img-002__container,
	.three-col-with-img-001__container {
    flex-direction: column-reverse !important;
  }
}

/** Posts grids */

.posts-grid-001__post.tns-item, .three-col-twitter-001__post.tns-item {
  padding: 1px;
}

.posts-grid-002 .alm-reveal {
  display: flex;
  flex-wrap: wrap;
}

.posts-grid-002 .alm-btn-wrap {
  margin-top: 50px;
  display: flex;
  justify-content: end;
}

/** Single post */

.single-post__content {
  overflow-x: hidden;
}

.single-post__content h1, 
	.single-post__content h2, 
	.single-post__content h3, 
	.single-post__content h4, 
	.single-post__content h5, 
	.single-post__content h6 {
  font-size: 26px;
  color: #123968;
  margin-bottom: 10px;
}

.single-post__content img {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .single-post__content h1, 
		.single-post__content h2, 
		.single-post__content h3, 
		.single-post__content h4, 
		.single-post__content h5, 
		.single-post__content h6 {
    font-size: 37px;
    margin-bottom: 20px;
  }
}

/** Styles for forms */

.contact-form .nf-field-container {
  margin-bottom: 5px;
}

.contact-form .nf-field-container.textarea-container   {
  margin-bottom: 10px;
}

.contact-form .nf-field-container .file_upload-wrap {
  margin-bottom: 20px;
}

.contact-form .nf-multi-cell .nf-cell {
  padding: 0 8px !important;
}

.contact-form .nf-form-content {
  padding: 5px 1px !important;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) input,
            .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select,
            .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea {
  border-radius: 4px !important;
  color: #1D1D1D;
  font-size: 14px;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) input::-moz-placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select::-moz-placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea::-moz-placeholder {
  color: #1D1D1D;
  font-size: 14px;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) input:-ms-input-placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select:-ms-input-placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea:-ms-input-placeholder {
  color: #1D1D1D;
  font-size: 14px;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) input::placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select::placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea::placeholder {
  color: #1D1D1D;
  font-size: 14px;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea {
  height: 132px;
}

.contact-form .nf-form-content .checkbox-wrap  {
  margin-bottom: 20px;
}

.contact-form .nf-form-content .checkbox-wrap .nf-field-element {
  width: auto;
}

.contact-form .nf-form-content .checkbox-wrap label {
  color: white;
  font-weight: 300;
  font-size: 14px;
  display: block !important;
}

.contact-form .nf-form-content .checkbox-wrap label a {
  color: white;
  text-decoration: underline;
  font-weight: 300;
  margin-left: 5px;
}

.contact-form .nf-form-content .checkbox-wrap label a:hover {
  opacity: 0.8;
}

.contact-form .nf-form-content .list-wrap .nf-field-element div {
  border-radius: 4px !important;
}

.contact-form .nf-form-content .list-wrap .nf-field-element div:after {
  height: 20px;
  width: 20px;
  content: '';
  background-image: url('../theme/assets/vectors/arrow-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 3px);
}

.contact-form .nf-form-content .nf-field-label label {
  padding-left: 10px;
}

.contact-form .nf-form-content .nf-field-label label:after {
  border: 2px solid white;
  border-radius: 3px;
  content: "";
  width: 27px;
  height: 27px;
  background: transparent;
  left: -47px;
}

.contact-form .nf-form-content .nf-field-label label:before {
  color: white !important;
  left: -45px;
  top: 4px;
}

.contact-form .nf-form-content .nf-field-label label.nf-checked-label:after {
  border-color:white;
}

.contact-form .nf-form-content .label-right label {
  margin: 0 0 0 50px;
  height: 27px;
  display: flex;
  align-items: center;
}

.contact-form .contact-form__checkboxes {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .contact-form .nf-form-content .checkbox-wrap label {
    display: flex !important;
  }

  .contact-form .contact-form__half {
    width: 50%;
    padding-right: 8px;
  }
}

@media (min-width: 1024px) {
  .contact-form .nf-field-container {
    margin-bottom: 25px;
  }

  .contact-form .nf-field-container.textarea-container   {
    margin-bottom: 25px;
  }

  .contact-form .nf-form-content .checkbox-wrap  {
    margin-bottom: 25px;
  }

  .contact-form .nf-form-content .field-wrap:not(.submit-wrap) input,
                .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select {
    height: 60px;
  }

  .contact-form .nf-form-content .list-wrap .nf-field-element div {
    height: 60px;
  }
}

.btn,
.btn-custom a,
input.btn-input,
.alm-load-more-btn {
  margin: 0;
  min-width: 164px;
  max-width: 100%;
  border-width: 2px;
  border-radius: 4px;
  padding: 12px 35px !important;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  transition: .3s all;
  font-weight: 500;
}

.btn:focus,
    .btn:active,
    .btn-custom a:focus,
    .btn-custom a:active,
    input.btn-input:focus,
    input.btn-input:active,
    .alm-load-more-btn:focus,
    .alm-load-more-btn:active {
  box-shadow: none;
  outline: none;
}

.btn:hover .btn__icon, .btn-custom a:hover .btn__icon, input.btn-input:hover .btn__icon, .alm-load-more-btn:hover .btn__icon {
  transform: translateX(3px);
}

.btn:hover .btn__icon--arrow-btn-download, .btn-custom a:hover .btn__icon--arrow-btn-download, input.btn-input:hover .btn__icon--arrow-btn-download, .alm-load-more-btn:hover .btn__icon--arrow-btn-download {
  transform: translateX(0px);
  transform: translateY(3px);
}

.btn.decoration:after, .btn-custom a.decoration:after, input.btn-input.decoration:after, .alm-load-more-btn.decoration:after {
  left: -90px;
  top: 0px;
  width: 50px;
}

.btn-white {
  background-color: white !important;
  color: #123968 !important;
  border-color: white;
}

.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-color: transparent !important;
}

.btn-primary,
.alm-load-more-btn {
  background-color: #123968 !important;
  color: white !important;
  border-color: #123968;
}

.btn-primary:hover, .alm-load-more-btn:hover {
  background-color: #A0B43A !important;
  border-color: #A0B43A;
}

/** Transparent button */

.btn-transparent {
  background-color: transparent;
  border-color: transparent !important;
  padding: 0px !important;
  min-width: 0px !important;
}

.btn-transparent:hover {
  background-color: transparent;
  color: #A0B43A;
}

/** Button styles for buttons with an icon inside */

.btn__icon,
.btn__label {
  display: inline-block;
}

/** Icon styles */

.btn__icon {
  max-width: 18px;
  width: 100%;
  margin-left: 10px;
  height: 16px;
  color: #A0B43A;
  transition: .3s all;
}

.btn__icon--arrow-btn-download {
  margin-left: 10px;
  max-width: 15px;
}

/** Extra */

.btn-text-secondary {
  transition: .3s all;
}

.btn-text-secondary:hover {
  text-decoration: underline;
}

.alm-load-more-btn {
  position: relative;
  padding-bottom: 15px;
}

.alm-load-more-btn:after {
  position: absolute;
  content: '';
  left: -80px;
  top: 0px;
  width: 50px;
  height: 2px;
  background-color: #A0B43A;
}

@media (min-width: 768px) {
  .btn,
    .btn-custom a,
    input.btn-input,
    .alm-load-more-btn {
    padding: 14px 45px !important;
  }

  .btn-transparent {
    padding: 0px !important;
  }
}

/** Container */

.container {
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
}

@media (min-width: 640px) {
  .container {
    max-width: unset;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: unset;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: unset;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: unset;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: unset;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1712px;
  }
}

.header__mobile-menu .header__menu-bars {
  display: block;
}

.header__mobile-menu .header__menu-bars-open {
  display: none;
}

.header__mobile-menu.active {
  position: relative;
}

.header__mobile-menu.active .header__menu-bars {
  display: none;
}

.header__mobile-menu.active .header__menu-bars-open {
  display: block;
}

.mobile-menu {
  width: 100%;
  background-color: white;
  z-index: 28;
}

.mobile-menu.active {
  display: block;
}

.mobile-menu__submenu-back {
  height: 60px;
  display: flex;
  align-items: center;
  background: #EFEFEF;
  margin-left: -36px;
  padding-left: 65px;
  margin-bottom: 30px;
  position: relative;
}

.mobile-menu__submenu-back:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 12px;
  left: 36px;
  top: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../theme/assets/vectors/arrow-btn.svg');
  transform: rotate(-180deg);
}

.mobile-menu__wrap {
  overflow-x: hidden;
}

.mobile-menu__wrap .menu-item .mobile-menu__link {
  display: block;
  width: 100%;
}

.mobile-menu__wrap .menu-item-has-children {
  position: relative;
}

.mobile-menu__wrap .menu-item-has-children:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 12px;
  right: 0;
  top: 3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../theme/assets/vectors/arrow-btn.svg');
}

.mobile-menu__wrap > .menu-item-has-children .menu__submenu--depth-1-wrapper,
        .mobile-menu__wrap > .menu-item-has-children .menu__submenu--depth-2-wrapper {
  position: fixed;
  top: 60px;
  right: -200%;
  background-color: white;
}

.mobile-menu__wrap > .menu-item-has-children .menu__submenu--depth-1-wrapper.active, .mobile-menu__wrap > .menu-item-has-children .menu__submenu--depth-2-wrapper.active {
  right: unset;
  z-index: 29;
  width: 100%;
  height: 80vh;
  left: 0;
  overflow-y: scroll;
  padding-left: 36px;
}

.mobile-menu__wrap > .menu-item-has-children .menu__submenu--depth-1-wrapper .menu__submenu--depth-1 .mobile-menu__item .mobile-menu__link, .mobile-menu__wrap > .menu-item-has-children .menu__submenu--depth-1-wrapper .menu__submenu--depth-2 .mobile-menu__item .mobile-menu__link, .mobile-menu__wrap > .menu-item-has-children .menu__submenu--depth-2-wrapper .menu__submenu--depth-1 .mobile-menu__item .mobile-menu__link, .mobile-menu__wrap > .menu-item-has-children .menu__submenu--depth-2-wrapper .menu__submenu--depth-2 .mobile-menu__item .mobile-menu__link {
  font-weight: 400;
}

.mobile-menu__wrap > .menu-item-has-children .menu__submenu--depth-1-wrapper .menu__submenu--depth-1 .mobile-menu__item, .mobile-menu__wrap > .menu-item-has-children .menu__submenu--depth-2-wrapper .menu__submenu--depth-1 .mobile-menu__item {
  width: calc(100% - 36px)
}

.mobile-menu__wrap > .menu-item-has-children .menu__submenu--depth-1-wrapper .mobile-menu__submenu-title, .mobile-menu__wrap > .menu-item-has-children .menu__submenu--depth-2-wrapper .mobile-menu__submenu-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #A0B43A;
  width: 100%;
  display: block;
  margin-bottom: 25px;
  width: calc(100% - 36px);
}

@media (min-width: 768px) {
  .mobile-menu  {
    top: 120px !important;
  }
}

/** Global Tiny slider styles */

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: (100% * 70 / 3);
  width: calc(100% * #{70} / #{3});
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: (100% / 70);
  width: calc(100% / #{70});
  height: 10px;
  float: left;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
    --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
      Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
  */

.pswp {
  position: fixed;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
    (it may be focused initially) */

.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
  .pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
  .pswp__scroll-wrap {
  overflow: hidden;
}

.pswp,
  .pswp__scroll-wrap,
  .pswp__bg,
  .pswp__container,
  .pswp__item,
  .pswp__content,
  .pswp__img,
  .pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp {
  position: fixed;
}

.pswp__img,
  .pswp__zoom-wrap {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
  .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
  .pswp__img {
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */

.pswp__container,
  .pswp__img,
  .pswp__button,
  .pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */

.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*
  
    PhotoSwipe UI
  
  */

/*
      Error message appears when image is not loaded
      (JS option errorMsg controls markup)
  */

.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
  class pswp__hide-on-close is applied to elements that
  should hide (for example fade out) when PhotoSwipe is closed
  and show (for example fade in) when PhotoSwipe is opened
   */

.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  /* always overlap slide content */
  pointer-events: none;
  /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */

.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */

.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
  .pswp__button:active,
  .pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
      div element that matches size of large image,
      large image loads on top of it,
      used when msrc is not provided
  */

div.pswp__img--placeholder,
  .pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
       even though inner elements are not animated */
  will-change: opacity;
}

/*
  
    Close button
  
  */

.pswp__button--close {
  margin-right: 6px;
}

/*
  
    Arrow buttons
  
  */

.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */

.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */

.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*
  
    Zoom button
  
  */

.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*
  
    Loading indicator
  
  */

.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  -webkit-animation: pswp-clockwise 600ms linear infinite;
          animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@-webkit-keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*
  
    "1 of 10" counter
  
  */

.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.right-0 {
  right: 0px;
}

.-top-\[3000px\] {
  top: -3000px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.left-\[18px\] {
  left: 18px;
}

.top-14 {
  top: 3.5rem;
}

.right-3 {
  right: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.left-3 {
  left: 0.75rem;
}

.top-1\/2 {
  top: 50%;
}

.left-1\/2 {
  left: 50%;
}

.-left-0 {
  left: -0px;
}

.-bottom-\[1px\] {
  bottom: -1px;
}

.top-11 {
  top: 2.75rem;
}

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

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

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

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.-ml-\[10px\] {
  margin-left: -10px;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-10 {
  margin-top: 2.5rem;
}

.-mb-\[45px\] {
  margin-bottom: -45px;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.-mt-\[70px\] {
  margin-top: -70px;
}

.mt-3 {
  margin-top: 0.75rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.-mt-\[75px\] {
  margin-top: -75px;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-24 {
  margin-top: 6rem;
}

.-ml-\[8px\] {
  margin-left: -8px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0px;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-\[7px\] {
  margin-left: 7px;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-screen {
  height: 100vh;
}

.h-full {
  height: 100%;
}

.h-\[35px\] {
  height: 35px;
}

.h-\[68px\] {
  height: 68px;
}

.h-\[11px\] {
  height: 11px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[85vh\] {
  height: 85vh;
}

.h-\[250px\] {
  height: 250px;
}

.h-10 {
  height: 2.5rem;
}

.h-\[320px\] {
  height: 320px;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-3 {
  height: 0.75rem;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[230px\] {
  height: 230px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[350px\] {
  height: 350px;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[75px\] {
  height: 75px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[354px\] {
  height: 354px;
}

.h-\[600px\] {
  height: 600px;
}

.h-\[45px\] {
  height: 45px;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-\[216px\] {
  height: 216px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[25px\] {
  height: 25px;
}

.h-\[27px\] {
  height: 27px;
}

.min-h-\[394px\] {
  min-height: 394px;
}

.min-h-\[45px\] {
  min-height: 45px;
}

.min-h-\[300px\] {
  min-height: 300px;
}

.w-1\/2 {
  width: 50%;
}

.w-full {
  width: 100%;
}

.w-9\/12 {
  width: 75%;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-\[15px\] {
  width: 15px;
}

.w-\[19px\] {
  width: 19px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[25px\] {
  width: 25px;
}

.w-40 {
  width: 10rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-10 {
  width: 2.5rem;
}

.w-\[33px\] {
  width: 33px;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3 {
  width: 0.75rem;
}

.w-\[75px\] {
  width: 75px;
}

.\!w-1\/2 {
  width: 50% !important;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-\[45px\] {
  width: 45px;
}

.w-6 {
  width: 1.5rem;
}

.w-3\/4 {
  width: 75%;
}

.w-8 {
  width: 2rem;
}

.w-\[12px\] {
  width: 12px;
}

.w-\[17px\] {
  width: 17px;
}

.w-\[27px\] {
  width: 27px;
}

.min-w-\[300px\] {
  min-width: 300px;
}

.min-w-\[600px\] {
  min-width: 600px;
}

.max-w-\[152px\] {
  max-width: 152px;
}

.max-w-\[156px\] {
  max-width: 156px;
}

.-translate-y-1\/2 {
  --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));
}

.-translate-x-1\/2 {
  --tw-translate-x: -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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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;
}

.list-none {
  list-style-type: none;
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-bl-\[35px\] {
  border-bottom-left-radius: 35px;
}

.rounded-br-\[15px\] {
  border-bottom-right-radius: 15px;
}

.rounded-br-\[35px\] {
  border-bottom-right-radius: 35px;
}

.rounded-br-\[40px\] {
  border-bottom-right-radius: 40px;
}

.rounded-br-\[50px\] {
  border-bottom-right-radius: 50px;
}

.rounded-bl-\[150px\] {
  border-bottom-left-radius: 150px;
}

.rounded-br-\[55px\] {
  border-bottom-right-radius: 55px;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.border-0 {
  border-width: 0px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-r-\[1px\] {
  border-right-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#A0B43A\] {
  --tw-border-opacity: 1;
  border-color: rgb(160 180 58 / var(--tw-border-opacity));
}

.border-\[\#12396840\] {
  border-color: #12396840;
}

.border-\[\#e0e0e040\] {
  border-color: #e0e0e040;
}

.border-\[\#ffffff40\] {
  border-color: #ffffff40;
}

.border-\[\#123968\] {
  --tw-border-opacity: 1;
  border-color: rgb(18 57 104 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-r-white {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#ccf\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 255 / var(--tw-bg-opacity));
}

.bg-\[\#001C45\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 28 69 / var(--tw-bg-opacity));
}

.bg-\[\#CCCCFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 255 / var(--tw-bg-opacity));
}

.bg-\[\#123968\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 57 104 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#001C4590\] {
  background-color: #001C4590;
}

.bg-\[\#F4F4F4e0\] {
  background-color: #F4F4F4e0;
}

.bg-\[\#CCCCFFe0\] {
  background-color: #CCCCFFe0;
}

.bg-\[\#ccccff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 255 / var(--tw-bg-opacity));
}

.bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-\[\#d2d8df\] {
  --tw-bg-opacity: 1;
  background-color: rgb(210 216 223 / var(--tw-bg-opacity));
}

.bg-\[\#EFEFEF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-6 {
  padding: 1.5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.\!pl-0 {
  padding-left: 0px !important;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-0 {
  padding-top: 0px;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-\[15px\] {
  padding-top: 15px;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pl-\[25px\] {
  padding-left: 25px;
}

.pr-\[25px\] {
  padding-right: 25px;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-\[40px\] {
  padding-left: 40px;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pr-\[20px\] {
  padding-right: 20px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-\[100px\] {
  font-size: 100px;
}

.text-lg {
  font-size: 21px;
  line-height: 29px;
}

.text-sm {
  font-size: 14px;
  line-height: 20px;
}

.text-xxl {
  font-size: 37px;
  line-height: 45px;
}

.text-xl {
  font-size: 26px;
  line-height: 34px;
}

.text-md {
  font-size: 19px;
  line-height: 27px;
}

.text-base {
  font-size: 16px;
  line-height: 24px;
}

.text-\[19px\] {
  font-size: 19px;
}

.text-\[12px\] {
  font-size: 12px;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#123968\] {
  --tw-text-opacity: 1;
  color: rgb(18 57 104 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#001C45\] {
  --tw-text-opacity: 1;
  color: rgb(0 28 69 / var(--tw-text-opacity));
}

.text-\[\#0C2436\] {
  --tw-text-opacity: 1;
  color: rgb(12 36 54 / var(--tw-text-opacity));
}

.text-\[\#a1b43a\] {
  --tw-text-opacity: 1;
  color: rgb(161 180 58 / var(--tw-text-opacity));
}

.text-\[\#1D1D1D\] {
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.hover\:bg-\[\#F4F4F4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#CCCCFF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 255 / var(--tw-bg-opacity));
}

.hover\:text-\[\#123968\]:hover {
  --tw-text-opacity: 1;
  color: rgb(18 57 104 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:left-3 {
    left: 0.75rem;
  }

  .md\:top-7 {
    top: 1.75rem;
  }

  .md\:-bottom-8 {
    bottom: -2rem;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:-mt-\[90px\] {
    margin-top: -90px;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:-mr-\[18px\] {
    margin-right: -18px;
  }

  .md\:-ml-\[18px\] {
    margin-left: -18px;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[16px\] {
    height: 16px;
  }

  .md\:h-\[240px\] {
    height: 240px;
  }

  .md\:h-\[180px\] {
    height: 180px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-\[60px\] {
    height: 60px;
  }

  .md\:h-\[340px\] {
    height: 340px;
  }

  .md\:h-\[500px\] {
    height: 500px;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-\[90px\] {
    height: 90px;
  }

  .md\:h-\[420px\] {
    height: 420px;
  }

  .md\:h-\[810px\] {
    height: 810px;
  }

  .md\:h-\[860px\] {
    height: 860px;
  }

  .md\:h-\[80px\] {
    height: 80px;
  }

  .md\:h-\[370px\] {
    height: 370px;
  }

  .md\:h-\[300px\] {
    height: 300px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-\[600px\] {
    height: 600px;
  }

  .md\:h-\[730px\] {
    height: 730px;
  }

  .md\:h-\[355px\] {
    height: 355px;
  }

  .md\:min-h-\[450px\] {
    min-height: 450px;
  }

  .md\:min-h-\[634px\] {
    min-height: 634px;
  }

  .md\:min-h-\[580px\] {
    min-height: 580px;
  }

  .md\:min-h-\[430px\] {
    min-height: 430px;
  }

  .md\:min-h-\[436px\] {
    min-height: 436px;
  }

  .md\:min-h-\[420px\] {
    min-height: 420px;
  }

  .md\:min-h-\[700px\] {
    min-height: 700px;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-\[20px\] {
    width: 20px;
  }

  .md\:w-\[260px\] {
    width: 260px;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[90px\] {
    width: 90px;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:max-w-\[400px\] {
    max-width: 400px;
  }

  .md\:max-w-\[168px\] {
    max-width: 168px;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:rounded-br-\[55px\] {
    border-bottom-right-radius: 55px;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-\[40px\] {
    padding-left: 40px;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pr-\[20px\] {
    padding-right: 20px;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pr-\[17px\] {
    padding-right: 17px;
  }

  .md\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:\!pl-0 {
    padding-left: 0px !important;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-xxxl {
    font-size: 50px;
    line-height: 58px;
  }

  .md\:text-xxl {
    font-size: 37px;
    line-height: 45px;
  }

  .md\:text-xl {
    font-size: 26px;
    line-height: 34px;
  }

  .md\:text-base {
    font-size: 16px;
    line-height: 24px;
  }

  .md\:text-lg {
    font-size: 21px;
    line-height: 29px;
  }

  .md\:text-md {
    font-size: 19px;
    line-height: 27px;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-mx-\[18px\] {
    margin-left: -18px;
    margin-right: -18px;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-\[170px\] {
    margin-bottom: 170px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[850px\] {
    height: 850px;
  }

  .lg\:h-\[370px\] {
    height: 370px;
  }

  .lg\:h-\[265px\] {
    height: 265px;
  }

  .lg\:h-\[580px\] {
    height: 580px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-\[860px\] {
    height: 860px;
  }

  .lg\:h-\[859px\] {
    height: 859px;
  }

  .lg\:h-\[420px\] {
    height: 420px;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[644px\] {
    height: 644px;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:min-h-\[610px\] {
    min-height: 610px;
  }

  .lg\:min-h-\[865px\] {
    min-height: 865px;
  }

  .lg\:min-h-\[500px\] {
    min-height: 500px;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:\!w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:max-w-\[242px\] {
    max-width: 242px;
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pr-\[100px\] {
    padding-right: 100px;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pr-\[65px\] {
    padding-right: 65px;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-\[65px\] {
    padding-left: 65px;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:text-\[150px\] {
    font-size: 150px;
  }

  .lg\:text-\[200px\] {
    font-size: 200px;
  }

  .lg\:text-xxxl {
    font-size: 50px;
    line-height: 58px;
  }

  .lg\:text-xxl {
    font-size: 37px;
    line-height: 45px;
  }

  .lg\:text-md {
    font-size: 19px;
    line-height: 27px;
  }

  .lg\:text-xl {
    font-size: 26px;
    line-height: 34px;
  }

  .lg\:text-base {
    font-size: 16px;
    line-height: 24px;
  }

  .lg\:text-lg {
    font-size: 21px;
    line-height: 29px;
  }

  .lg\:text-\[14px\] {
    font-size: 14px;
  }

  .lg\:text-sm {
    font-size: 14px;
    line-height: 20px;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px) {
  .xl\:-bottom-\[70px\] {
    bottom: -70px;
  }

  .xl\:-right-10 {
    right: -2.5rem;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mt-28 {
    margin-top: 7rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:min-h-\[570px\] {
    min-height: 570px;
  }

  .xl\:min-h-\[830px\] {
    min-height: 830px;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:max-w-\[260px\] {
    max-width: 260px;
  }

  .xl\:border-r-\[1px\] {
    border-right-width: 1px;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-36 {
    padding-left: 9rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:text-xxxl {
    font-size: 50px;
    line-height: 58px;
  }

  .xl\:text-uber {
    font-size: 67px;
    line-height: 75px;
  }

  .xl\:text-xxl {
    font-size: 37px;
    line-height: 45px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:-bottom-\[250px\] {
    bottom: -250px;
  }

  .\32xl\:-right-9 {
    right: -2.25rem;
  }

  .\32xl\:h-\[690px\] {
    height: 690px;
  }

  .\32xl\:w-7\/12 {
    width: 58.333333%;
  }

  .\32xl\:w-9\/12 {
    width: 75%;
  }

  .\32xl\:w-4\/5 {
    width: 80%;
  }

  .\32xl\:w-1\/2 {
    width: 50%;
  }

  .\32xl\:w-1\/4 {
    width: 25%;
  }

  .\32xl\:w-10\/12 {
    width: 83.333333%;
  }

  .\32xl\:w-5\/12 {
    width: 41.666667%;
  }

  .\32xl\:items-center {
    align-items: center;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .\32xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:pl-32 {
    padding-left: 8rem;
  }

  .\32xl\:pr-32 {
    padding-right: 8rem;
  }

  .\32xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .\32xl\:pt-24 {
    padding-top: 6rem;
  }

  .\32xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .\32xl\:pl-40 {
    padding-left: 10rem;
  }
}

@media (min-width: 1700px) {
  .\33xl\:w-8\/12 {
    width: 66.666667%;
  }
}
