@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");

/*
! tailwindcss v3.1.8 | 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: currentColor;
  /* 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: Poppins, sans-serif;
  /* 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::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;
}

:root {
  --color-accent:rgb(255,174,66);
  --font-primary: rgb(0, 14, 74);
  --font-primary-dark: rgb(0, 7, 41);
  --font-secondary: #0d6cb6;
  --shade1:rgb(39,97,171) !important;
  --shade2:rgb(32, 70, 141) !important;
  --accent: rgb(255,174,66) !important;
  --accent-dark: rgb(255, 164, 89) !important;
  --yellow-font:rgb(94, 49, 24) !important;
}

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

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

*{
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-weight: normal;
  font-style: normal;
  overflow-x:hidden;
}

.active {
  border-bottom:3px solid var(--color-accent);
}

header {
  font-size:16px;
}

section {
  width:100%;
  height:auto;
  padding:80px 0px;
  scroll-margin: 20px;
  position:relative;
}

section .section-inner-container {
  width:100%;
  margin:0 auto;
  max-width: 1280px;
  padding:0px 2rem;
  z-index:20;
}

footer {
  border-top:1px solid rgba(128, 128, 128, 0.445);
  box-shadow:0 .125rem .25rem rgba(0,0,0,.075);
}

footer .footer-number {
  width:360px;
  height:auto;
}

footer .copy-right {
  font-size: 13px;
  margin-bottom: 0;
  color:#4D4D4D;
  font-weight: 400;
}

footer .footer-inner-container {
  width:100%;
  margin:0 auto;
  max-width: 1280px;
  padding:0px 2rem;
  z-index:20;
}

h1 {
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  font-size:32px;
}

h3 {
  font-size: 36px;
  line-height: 55px;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

p {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.container{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Main Button */

.aa-button {
  display: inline-block;
  padding: 13px 27px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  cursor: pointer;
  letter-spacing: 2px;
  transition: all .4s ease;
}

.aa-button-blue {
  display: inline-block;
  padding: 13px 27px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 5px;
  border:none;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  cursor: pointer;
  letter-spacing: 2px;
  transition: all .4s ease;
}

.aa-button-yellow {
  display: inline-block;
  padding: 13px 27px;
  position: relative;
  /*border: 1px solid #fff;*/
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  cursor: pointer;
  letter-spacing: 2px;
  transition: all .4s ease;
}

.aa-button p {
  font-size: 14px;
  font-weight: 400;
}

.aa-button-blue p {
  font-size: 14px;
  font-weight: 400;
}

.aa-button-yellow p {
  font-size: 14px;
  font-weight: 400;
  transition: all .3s ease;
}

/* Hover Slide Icon Effect */

.aa-button:hover {
  background-color: white;
  padding-left: 65px !important;
  transition: padding .1s ease;
}

.aa-button-yellow:hover {
  background-color: var(--accent);
  padding-right:35px !important;
  transition: padding .1s ease;
}

.aa-button-blue:hover {
  padding-left: 65px !important;
  transition: padding .1s ease;
}

.aa-button:hover p {
  color:var(--shade1);
}

.aa-button:hover .aa-button-icon {
  opacity: unset;
  left:20px;
  color:var(--shade1);
}

.aa-button-yellow:hover .aa-button-icon {
  opacity: unset;
  left:30px;
  transition: all 150ms ease 80ms;
}

.aa-button-blue:hover .aa-button-icon {
  opacity: unset;
  left:30px;
  transition: all 150ms ease 80ms;
}

.aa-button-yellow:hover p {
  padding-left:50px;
  transition: all 150ms ease;
}

.aa-button-icon {
  opacity: 0;
  position: absolute;
  /* left:-35px; */
  transition: left 150ms ease 50ms;
}

/* Ice Buttons */

.top-banner-buttons p {
  font-size:16px;
  line-height: 1.2;
}

/* Cards */

.card {
  background-color: white;
  border-radius: 0.25rem;
  border: 1px solid rgba(0,0,0,.125);
  box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
  padding:10px;
}

.card h5 {
  font-size: 20px;
  color: #1f1f1f;
}

.card-team {
  background-color: white;
  position: relative;
  border-radius: 0.25rem;
  border: 1px solid rgba(0,0,0,.125);
  box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
  padding:15px;
}

.active-team {
  border-top:0px;
  border-left:0px;
  border-right:0px;
  border-bottom:solid 6px;
  border-color: var(--accent);
  transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.inactive-team {
  border-top: 1px solid  rgba(0,0,0,.125);
  border-left: 1px solid  rgba(0,0,0,.125);
  border-right: 1px solid  rgba(0,0,0,.125);
  border-bottom: 1px solid  rgba(0,0,0,.125);
  /* border-bottom:solid 6px transparent;  */
}

.card-team:hover .overlay {
  width:100%;
  opacity:0.9;
}

.card-team:hover h3 {
  opacity:0.9;
}

.card-team img {
  transition: all 0.6s ease;
}

.card-team:hover img {
  transform: scale(1.1);
}

.card-team p {
  font-size:18px;
  line-height:1.1;
}

.card-history {
  background-color: white;
  border-radius: 0.25rem;
  border: 1px solid rgba(0,0,0,.125);
  box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
  padding:10px;
  font-size: 16px;
  line-height: 28px;
}

.merger {
  border-top:4px dashed var(--accent);
}

.card-history h5 {
  font-size: 16px;
  line-height: 28px;
}

@media (min-width: 640px){
  .card-history h5{
    font-size: 20px;
  }
}

.card-history h5 {
  color: #1f1f1f;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  flex-wrap: nowrap;
  right: 0;
  background-color: var(--shade1);
  opacity:0;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.overlay h3 {
  font-size:22px;
  opacity:0;
  white-space: nowrap;
}

/*Contact Box */

.contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--accent);
  width:100%;
  height:auto;
  padding:10px;
  box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}

.contact-box input {
  border:1px solid #ced4da;
}

.contact-box textarea {
  border:1px solid #ced4da;
}

/* Banner Custom */

.top-banner {
  background: url(../images/home/BannerImage.svg) no-repeat 0 0;
  transform: scaleX(-1);
  background-size: cover;
  background-position: 100% 42%;
}

.top-banner-content {
  transform: scaleX(-1);
}

/* Our Story Banner */

.our-story-banner {
  background: url(../images/our-story/BannerImageOS.svg) no-repeat 0 0;
  background-position: bottom -350px right 0px;
  width:100%;
  background-size:cover;
  height:auto;
}

/* Small Cards */

.small-card-container .card:hover {
  transition:all 0.13s ease;
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%) !important;
}

/* Tabs */

.tab {
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.tab p {
  font-size:18px;
  font-weight:400;
  line-height: 18px;
}

.tab:hover {
  border: 1px solid var(--accent);
}

.tab .active-background {
  background-color: blue !important;
}

.bulletpoint-icon {
  width:180px;
  max-width:100px;
  min-width:100px;
}

@media (max-width: 400px){
  .bulletpoint-icon {
    width:100px;
    max-width:80px;
    min-width:80px;
  }
}

/* Circle Border */

.circle-border {
  border-radius: 100%;
}

/* Slider Card Circle */

.slider-circle-card {
  border-radius: 100%;
  width:160px;
  min-width:160px;
  min-height:160px;
  display: flex;
  justify-content: center;
  align-items: center;
  height:160px;
}

.slider-circle-card img {
  padding:10px;
}

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

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

.top-0{
  top: 0px;
}

.right-0{
  right: 0px;
}

.left-0{
  left: 0px;
}

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

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

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

.bottom-4{
  bottom: 1rem;
}

.right-4{
  right: 1rem;
}

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

.left-\[52\%\]{
  left: 52%;
}

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

.left-\[50\%\]{
  left: 50%;
}

.left-\[10\%\]{
  left: 10%;
}

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

.left-\[15\%\]{
  left: 15%;
}

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

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

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

.z-\[1000\]{
  z-index: 1000;
}

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

.order-2{
  order: 2;
}

.order-1{
  order: 1;
}

.m-auto{
  margin: auto;
}

.m-0{
  margin: 0px;
}

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

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

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

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

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

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

.mr-auto{
  margin-right: auto;
}

.-mt-52{
  margin-top: -13rem;
}

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

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

.mr-3{
  margin-right: 0.75rem;
}

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

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

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

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

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

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

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

.ml-3{
  margin-left: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.\!flex{
  display: flex !important;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

.h-full{
  height: 100%;
}

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

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

.h-8{
  height: 2rem;
}

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

.h-4{
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

.h-\[80\%\]{
  height: 80%;
}

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

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

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

.h-2\/3{
  height: 66.666667%;
}

.h-auto{
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

.h-5{
  height: 1.25rem;
}

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

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

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

.min-h-screen{
  min-height: 100vh;
}

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

.w-full{
  width: 100%;
}

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

.w-56{
  width: 14rem;
}

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

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

.w-2\/3{
  width: 66.666667%;
}

.w-\[90\%\]{
  width: 90%;
}

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

.w-8{
  width: 2rem;
}

.w-4{
  width: 1rem;
}

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

.w-\[80\%\]{
  width: 80%;
}

.w-\[100\%\]{
  width: 100%;
}

.w-\[16\%\]{
  width: 16%;
}

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

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

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

.w-1\/3{
  width: 33.333333%;
}

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

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

.w-\[10\%\]{
  width: 10%;
}

.w-\[95\%\]{
  width: 95%;
}

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

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

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

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

.w-20{
  width: 5rem;
}

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

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

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

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

.w-6\/12{
  width: 50%;
}

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

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

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

.w-5{
  width: 1.25rem;
}

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

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

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

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

.min-w-\[90\%\]{
  min-width: 90%;
}

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

.min-w-\[80\%\]{
  min-width: 80%;
}

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

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

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

.max-w-screen-xl{
  max-width: 1280px;
}

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

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

.max-w-xs{
  max-width: 20rem;
}

.max-w-xl{
  max-width: 36rem;
}

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

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

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

.max-w-lg{
  max-width: 32rem;
}

.max-w-\[90\%\]{
  max-width: 90%;
}

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

.max-w-\[80\%\]{
  max-width: 80%;
}

.origin-top-right{
  transform-origin: top right;
}

.origin-top-left{
  transform-origin: top left;
}

.scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.transform-gpu{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

.grid-flow-col{
  grid-auto-flow: column;
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-8{
  gap: 2rem;
}

.overflow-hidden{
  overflow: hidden;
}

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

.rounded{
  border-radius: 0.25rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

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

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.border{
  border-width: 1px;
}

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

.border-b-2{
  border-bottom-width: 2px;
}

.border-r-4{
  border-right-width: 4px;
}

.border-shadeblue1{
  --tw-border-opacity: 1;
  border-color: rgb(39 97 171 / var(--tw-border-opacity));
}

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

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

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

.bg-shadeblue1{
  --tw-bg-opacity: 1;
  background-color: rgb(39 97 171 / var(--tw-bg-opacity));
}

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

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

.bg-\[\#81b885\]{
  --tw-bg-opacity: 1;
  background-color: rgb(129 184 133 / var(--tw-bg-opacity));
}

.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}

.bg-\[\#bf7965\]{
  --tw-bg-opacity: 1;
  background-color: rgb(191 121 101 / var(--tw-bg-opacity));
}

.bg-modalbackground{
  background-color: #57575775;
}

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

.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.bg-xmobileHeroOS{
  background-position: bottom -160px right -111px;
}

.bg-center{
  background-position: center;
}

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

.p-2{
  padding: 0.5rem;
}

.p-\[0px\]{
  padding: 0px;
}

.p-3{
  padding: 0.75rem;
}

.p-1{
  padding: 0.25rem;
}

.p-0{
  padding: 0px;
}

.p-5{
  padding: 1.25rem;
}

.p-4{
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!text-right{
  text-align: right !important;
}

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

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

.text-h3mobile{
  font-size: 30px;
  line-height: 50px;
}

.text-sm{
  font-size: 16px;
  line-height: 28px;
}

.text-xl{
  font-size: 24px;
  line-height: 32px;
}

.text-h1mobile{
  font-size: 34px;
  line-height: 45px;
}

.text-base{
  font-size: 18px;
  line-height: 28px;
}

.\!text-mobile{
  font-size: 14px !important;
  line-height: 16px !important;
}

.\!text-sm{
  font-size: 16px !important;
  line-height: 28px !important;
}

.text-h1{
  font-size: 50px;
  line-height: 65px;
}

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

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

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

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

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

.leading-\[1\.5\]{
  line-height: 1.5;
}

.leading-relaxed{
  line-height: 1.625;
}

.text-lightgrey{
  color: rgba(0,0,0,.15);
}

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

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

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

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

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

.text-fontbrown{
  --tw-text-opacity: 1;
  color: rgb(94 49 24 / var(--tw-text-opacity));
}

.text-\[\#2a632e\]{
  --tw-text-opacity: 1;
  color: rgb(42 99 46 / var(--tw-text-opacity));
}

.text-\[\#822715\]{
  --tw-text-opacity: 1;
  color: rgb(130 39 21 / var(--tw-text-opacity));
}

.text-shadeblue1{
  --tw-text-opacity: 1;
  color: rgb(39 97 171 / var(--tw-text-opacity));
}

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

.\!text-fontprimary{
  --tw-text-opacity: 1 !important;
  color: rgb(0 14 74 / var(--tw-text-opacity)) !important;
}

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

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

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

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

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-lightgrey{
  outline-color: rgba(0,0,0,.15);
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.delay-\[50ms\]{
  transition-delay: 50ms;
}

.delay-\[100ms\]{
  transition-delay: 100ms;
}

.delay-\[250ms\]{
  transition-delay: 250ms;
}

.delay-\[450ms\]{
  transition-delay: 450ms;
}

.delay-\[0ms\]{
  transition-delay: 0ms;
}

.delay-100{
  transition-delay: 100ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-1000{
  transition-duration: 1000ms;
}

.duration-700{
  transition-duration: 700ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* IOS Devices */

@supports (-webkit-touch-callout: none) {
  .aa-button:hover {
    transition: unset;
    padding-left:unset;
  }
}

.tooltip {
  background-color: white;
  box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
  position: absolute;
  top:calc(-85%);
  display: flex;
  flex-wrap: wrap;
  top:-100px;
  width:300px;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
}

.tooltip .tooltip-text::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
  border-color: white transparent transparent transparent;
}

.hover\:bg-accent:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 174 66 / var(--tw-bg-opacity));
}

.hover\:bg-lightblue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
}

.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-shadeblue1:hover{
  --tw-text-opacity: 1;
  color: rgb(39 97 171 / var(--tw-text-opacity));
}

.hover\:text-fontbrown:hover{
  --tw-text-opacity: 1;
  color: rgb(94 49 24 / var(--tw-text-opacity));
}

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

@media (prefers-reduced-motion: reduce){
  .motion-reduce\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}

@media (min-width: 310px){
  .mobile\:block{
    display: block;
  }

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

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

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

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

  .mobile\:flex-1{
    flex: 1 1 0%;
  }

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

@media (min-width: 330px){
  .mobile1\:h-\[2320px\]{
    height: 2320px;
  }

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

@media (min-width: 360px){
  .mobile2\:h-\[2100px\]{
    height: 2100px;
  }

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

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

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

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

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

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

@media (min-width: 375px){
  .mobileSE\:h-\[1600px\]{
    height: 1600px;
  }
}

@media (min-width: 414px){
  .mobileXR\:mt-12{
    margin-top: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .mobileXR\:p-5{
    padding: 1.25rem;
  }
}

@media (min-width: 500px){
  .mobile3\:h-\[1500px\]{
    height: 1500px;
  }

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

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

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

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

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

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

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

  .mobile3\:w-4\/12{
    width: 33.333333%;
  }

  .mobile3\:flex-row{
    flex-direction: row;
  }
}

@media (min-width: 640px){
  .sm\:left-\[unset\]{
    left: unset;
  }

  .sm\:left-\[38\%\]{
    left: 38%;
  }

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

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

  .sm\:ml-12{
    margin-left: 3rem;
  }

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

  .sm\:mr-\[200px\]{
    margin-right: 200px;
  }

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

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

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

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

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

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

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

  .sm\:w-2\/3{
    width: 66.666667%;
  }

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

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

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

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

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

  .sm\:w-1\/3{
    width: 33.333333%;
  }

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

  .sm\:w-4\/12{
    width: 33.333333%;
  }

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

  .sm\:w-3\/12{
    width: 25%;
  }

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

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

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

  .sm\:flex-row{
    flex-direction: row;
  }

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

  .sm\:justify-around{
    justify-content: space-around;
  }

  .sm\:bg-mobileHeroOS{
    background-position: bottom -100px right -50px;
  }

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

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-h1{
    font-size: 50px;
    line-height: 65px;
  }

  .sm\:\!text-tab{
    font-size: 18px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 800px){
  .sm2\:m-5{
    margin: 1.25rem;
  }

  .sm2\:m-0{
    margin: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm2\:w-2\/3{
    width: 66.666667%;
  }

  .sm2\:w-1\/3{
    width: 33.333333%;
  }

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

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

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

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

  .sm2\:w-3\/12{
    width: 25%;
  }

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

  .sm2\:flex-row{
    flex-direction: row;
  }

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

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

  .sm2\:p-12{
    padding: 3rem;
  }

  .sm2\:p-0{
    padding: 0px;
  }

  .sm2\:text-h3{
    font-size: 36px;
    line-height: 55px;
  }

  .sm2\:text-base{
    font-size: 18px;
    line-height: 28px;
  }

  .sm2\:text-h1{
    font-size: 50px;
    line-height: 65px;
  }

  .sm2\:text-lg{
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 850px){
  .md\:left-\[38\%\]{
    left: 38%;
  }

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

  .md\:flex{
    display: flex;
  }

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

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

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

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

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

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

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

  .md\:w-auto{
    width: auto;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

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

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

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

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

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-3\/12{
    width: 25%;
  }

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

  .md\:max-w-md{
    max-width: 28rem;
  }

  .md\:flex-row{
    flex-direction: row;
  }

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

  .md\:gap-12{
    gap: 3rem;
  }

  .md\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }

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

@media (min-width: 895px){
  .md2\:mt-\[-50px\]{
    margin-top: -50px;
  }

  .md2\:block{
    display: block;
  }

  .md2\:grid{
    display: grid;
  }

  .md2\:hidden{
    display: none;
  }

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

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

  .md2\:w-full{
    width: 100%;
  }

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

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

  .md2\:w-6\/12{
    width: 50%;
  }

  .md2\:w-2\/3{
    width: 66.666667%;
  }

  .md2\:w-1\/4{
    width: 25%;
  }

  .md2\:w-3\/12{
    width: 25%;
  }

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

  .md2\:text-base{
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 1024px){
  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

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

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

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

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

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

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

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

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

  .lg\:w-full{
    width: 100%;
  }

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

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

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

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

  .lg\:w-7\/12{
    width: 58.333333%;
  }

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

  .lg\:flex-row{
    flex-direction: row;
  }

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

  .lg\:bg-mediumHeroOS{
    background-position: bottom -150px right 0px;
  }

  .lg\:p-8{
    padding: 2rem;
  }

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

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

  .lg\:text-right{
    text-align: right;
  }
}

@media (min-width: 1193px){
  .lg2\:h-\[700px\]{
    height: 700px;
  }

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

  .lg2\:w-6\/12{
    width: 50%;
  }

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

  .lg2\:w-4\/12{
    width: 33.333333%;
  }

  .lg2\:w-8\/12{
    width: 66.666667%;
  }
}

@media (min-width: 1280px){
  .xl\:h-\[430px\]{
    height: 430px;
  }

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

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

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

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

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

@media (min-width: 1480px){
  .xl2\:h-\[580px\]{
    height: 580px;
  }

  .xl2\:bg-largeHeroOS{
    background-position: bottom -280px right 0px;
  }
}

@media (min-width: 1536px){
  .\32xl\:h-\[500px\]{
    height: 500px;
  }

  .\32xl\:w-\[650px\]{
    width: 650px;
  }

  .\32xl\:bg-xLargeHeroOS{
    background-position: bottom -350px right 0px;
  }
}

@media (min-width: 1698px){
  .\33xl\:h-\[600px\]{
    height: 600px;
  }
}

@media (min-width: 1880px){
  .\34xl\:h-\[700px\]{
    height: 700px;
  }
}

@media (min-width: 2000px){
  .\35xl\:h-\[770px\]{
    height: 770px;
  }
}
