@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*
! tailwindcss v3.0.23 | 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: 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 */
  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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

.navigation{
  margin-top: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .navigation{
    margin-top: 0px;
  }

  .navigation{
    display: flex;
  }

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

.navigation li a{
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .navigation li a{
    font-size: 15px;
  }
}

@media (min-width: 1024px){
  .navigation li a{
    font-size: 16px;
  }
}

@media (min-width: 1280px){
  .navigation li a{
    font-size: 16px;
  }
}

@media (min-width: 1760px){
  .navigation li a{
    font-size: 20px;
  }
}

.navigation li{
  display: block;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 22px;
  padding-right: 22px;
}

@media (min-width: 768px){
  .navigation li{
    border-bottom-width: 0px;
  }

  .navigation li{
    padding-left: 12px;
    padding-right: 12px;
  }

  .navigation li{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px){
  .navigation li{
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 1280px){
  .navigation li{
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media (min-width: 1760px){
  .navigation li{
    padding-left: 22px;
    padding-right: 22px;
  }
}

.all-side li a{
  display: flex;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .all-side li a{
    font-size: 14px;
  }
}

@media (min-width: 1536px){
  .all-side li a{
    font-size: 17px;
  }
}

@media (min-width: 1760px){
  .all-side li a{
    font-size: 20px;
  }
}

.all-side li img{
  padding-right: 14px;
}

.all-side li{
  line-height: 24px;
}

.all-side{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

li.nav-link-active a{
  --tw-text-opacity: 1;
  color: rgb(89 120 144 / var(--tw-text-opacity));
}

.topaz-sec li{
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .topaz-sec li{
    margin-bottom: 34px;
  }

  .topaz-sec li{
    line-height: 25px;
  }
}

@media (min-width: 1280px){
  .topaz-sec li{
    margin-bottom: 12px;
  }

  .topaz-sec li{
    font-size: 20px;
  }
}

@media (min-width: 1536px){
  .topaz-sec li{
    font-size: 30px;
  }

  .topaz-sec li{
    line-height: 48px;
  }
}

.topaz-sec li::before{
  margin-right: 14px;
  --tw-content: url("../images/icon-before.svg");
  content: var(--tw-content);
}

.topaz-sec1 li{
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .topaz-sec1 li{
    margin-bottom: 8px;
  }

  .topaz-sec1 li{
    font-size: 18px;
  }

  .topaz-sec1 li{
    line-height: 30px;
  }
}

@media (min-width: 1280px){
  .topaz-sec1 li{
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1760px){
  .topaz-sec1 li{
    margin-bottom: 20px;
  }

  .topaz-sec1 li{
    font-size: 30px;
  }
}

.topaz-sec1 li::before{
  margin-right: 14px;
  --tw-content: url("../images/icon-before.svg");
  content: var(--tw-content);
}

.footer-info li{
  font-size: 20px;
  font-weight: 300;
  line-height: 42px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .footer-info li{
    font-size: 16px;
  }

  .footer-info li{
    line-height: 33px;
  }
}

@media (min-width: 1536px){
  .footer-info li{
    font-size: 20px;
  }

  .footer-info li{
    line-height: 42px;
  }
}

.social a{
  padding-right: 1rem;
  font-size: 28px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-menu{
  width: 100%;
}

.footer-menu li{
  font-size: 20px;
  font-weight: 300;
  line-height: 39px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .footer-menu li{
    font-size: 16px;
  }

  .footer-menu li{
    line-height: 33px;
  }
}

@media (min-width: 1536px){
  .footer-menu li{
    font-size: 20px;
  }

  .footer-menu li{
    line-height: 39px;
  }
}

.footer-timing li{
  font-size: 20px;
  font-weight: 300;
  line-height: 39px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .footer-timing li{
    font-size: 16px;
  }

  .footer-timing li{
    line-height: 33px;
  }
}

@media (min-width: 1536px){
  .footer-timing li{
    font-size: 20px;
  }

  .footer-timing li{
    line-height: 39px;
  }
}

.resource li{
  font-size: 20px;
  font-weight: 300;
  line-height: 39px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .resource li{
    font-size: 16px;
  }

  .resource li{
    line-height: 33px;
  }
}

@media (min-width: 1536px){
  .resource li{
    font-size: 20px;
  }

  .resource li{
    line-height: 39px;
  }
}

.img-bf-wrap img{
  aspect-ratio: 2 / 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){
  .img-bf-wrap img{
    min-height: 535px;
  }
}

.footer-timing{
  width: 100%;
}

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

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

@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: 1760px){
  .container{
    max-width: 1760px;
  }
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

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

.my-\[26px\]{
  margin-top: 26px;
  margin-bottom: 26px;
}

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

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

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-11{
  margin-top: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.table-caption{
  display: table-caption;
}

.table-cell{
  display: table-cell;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.\!hidden{
  display: none !important;
}

.aspect-\[2\/1\]{
  aspect-ratio: 2 / 1;
}

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

.h-36{
  height: 9rem;
}

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

.h-full{
  height: 100%;
}

.h-auto{
  height: auto;
}

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

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

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

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

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

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

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

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

.h-2{
  height: 0.5rem;
}

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

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

.w-full{
  width: 100%;
}

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

.w-\[203x\]{
  width: 203x;
}

.w-\[221x\]{
  width: 221x;
}

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

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

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

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

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

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

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

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

.w-4\/5{
  width: 80%;
}

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

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

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

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

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

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

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

.max-w-full{
  max-width: 100%;
}

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

.resize{
  resize: both;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

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

.border{
  border-width: 1px;
}

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

.border-blue{
  --tw-border-opacity: 1;
  border-color: rgb(89 120 144 / var(--tw-border-opacity));
}

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

.border-\[\#FFFFFF\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-transparent{
  border-color: transparent;
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(89 120 144 / var(--tw-bg-opacity));
}

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

.bg-\[\#595857\]{
  --tw-bg-opacity: 1;
  background-color: rgb(89 88 87 / var(--tw-bg-opacity));
}

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

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

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

.bg-transparent{
  background-color: transparent;
}

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

.bg-cover{
  background-size: cover;
}

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

.bg-no-repeat{
  background-repeat: no-repeat;
}

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

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-14{
  padding-top: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

.font-lato{
  font-family: Lato, sans-serif;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.leading-\[19\.2px\]{
  line-height: 19.2px;
}

.leading-\[36px\]{
  line-height: 36px;
}

.leading-\[26px\]{
  line-height: 26px;
}

.leading-\[42px\]{
  line-height: 42px;
}

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

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

.leading-\[33px\]{
  line-height: 33px;
}

.leading-\[25\.5px\]{
  line-height: 25.5px;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-\[19px\]{
  line-height: 19px;
}

.leading-\[48px\]{
  line-height: 48px;
}

.leading-\[24px\]{
  line-height: 24px;
}

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

.leading-\[40px\]{
  line-height: 40px;
}

.leading-8{
  line-height: 2rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-\[56px\]{
  line-height: 56px;
}

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

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

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(89 120 144 / var(--tw-text-opacity));
}

.text-\[\#3C4043\]{
  --tw-text-opacity: 1;
  color: rgb(60 64 67 / var(--tw-text-opacity));
}

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

.placeholder-gray::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(73 73 73 / var(--tw-placeholder-opacity));
}

.placeholder-gray:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(73 73 73 / var(--tw-placeholder-opacity));
}

.placeholder-gray::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(73 73 73 / var(--tw-placeholder-opacity));
}

.opacity-50{
  opacity: 0.5;
}

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

.blur{
  --tw-blur: blur(8px);
  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);
}

.invert{
  --tw-invert: invert(100%);
  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);
}

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

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

.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-150{
  transition-delay: 150ms;
}

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

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

.hover\:border-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(89 120 144 / var(--tw-border-opacity));
}

.hover\:bg-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(89 120 144 / var(--tw-bg-opacity));
}

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

.hover\:opacity-75:hover{
  opacity: 0.75;
}

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

@media (min-width: 640px){
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

@media (min-width: 768px){
  .md\:mt-\[132px\]{
    margin-top: 132px;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

  .md\:h-auto{
    height: auto;
  }

  .md\:h-full{
    height: 100%;
  }

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

  .md\:w-1\/5{
    width: 20%;
  }

  .md\:w-4\/5{
    width: 80%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .md\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

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

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

/*   .md\:pt-20{
    padding-top: 5rem;
  } */
}

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

  .lg\:relative{
    position: relative;
  }

  .lg\:inset-x-0{
    left: 0px;
    right: 0px;
  }

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

  .lg\:top-\[163px\]{
    top: 163px;
  }

  .lg\:bottom-0{
    bottom: 0px;
  }

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

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

  .lg\:top-8{
    top: 2rem;
  }

  .lg\:z-\[3\]{
    z-index: 3;
  }

  .lg\:z-\[2\]{
    z-index: 2;
  }

  .lg\:z-\[1\]{
    z-index: 1;
  }

  .lg\:z-\[0\]{
    z-index: 0;
  }

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

  .lg\:my-\[61px\]{
    margin-top: 61px;
    margin-bottom: 61px;
  }

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

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

  .lg\:mr-\[109px\]{
    margin-right: 109px;
  }

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

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

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

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

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:flex{
    display: flex;
  }

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

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

  .lg\:h-auto{
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:justify-evenly{
    justify-content: space-evenly;
  }

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

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

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

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

  .lg\:leading-\[60px\]{
    line-height: 60px;
  }

  .lg\:leading-\[32px\]{
    line-height: 32px;
  }
}

@media (min-width: 1280px){
  .xl\:top-\[111px\]{
    top: 111px;
  }

  .xl\:bottom-\[138px\]{
    bottom: 138px;
  }

  .xl\:top-\[28px\]{
    top: 28px;
  }

  .xl\:right-\[23px\]{
    right: 23px;
  }

  .xl\:bottom-40{
    bottom: 10rem;
  }

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

  .xl\:bottom-\[103px\]{
    bottom: 103px;
  }

  .xl\:mx-\[17px\]{
    margin-left: 17px;
    margin-right: 17px;
  }

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

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

  .xl\:ml-0{
    margin-left: 0px;
  }

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

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

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

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

  .xl\:flex{
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:w-3\/5{
    width: 60%;
  }

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

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

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

  .xl\:w-5\/6{
    width: 83.333333%;
  }

  .xl\:w-1\/6{
    width: 16.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

  .xl\:py-\[105px\]{
    padding-top: 105px;
    padding-bottom: 105px;
  }

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

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

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

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

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

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

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

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

  .xl\:leading-\[45px\]{
    line-height: 45px;
  }

  .xl\:leading-\[44px\]{
    line-height: 44px;
  }
}

@media (min-width: 1536px){
  .\32xl\:top-\[48px\]{
    top: 48px;
  }

  .\32xl\:right-\[103px\]{
    right: 103px;
  }

  .\32xl\:bottom-\[164px\]{
    bottom: 164px;
  }

  .\32xl\:mt-\[60px\]{
    margin-top: 60px;
  }

  .\32xl\:mt-\[133px\]{
    margin-top: 133px;
  }

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

  .\32xl\:mt-\[165px\]{
    margin-top: 165px;
  }

  .\32xl\:flex{
    display: flex;
  }

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

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

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

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

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

  .\32xl\:w-4\/5{
    width: 80%;
  }

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

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

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

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

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

  .\32xl\:flex-wrap{
    flex-wrap: wrap;
  }

  .\32xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:pb-36{
    padding-bottom: 9rem;
  }

  .\32xl\:pt-\[134px\]{
    padding-top: 134px;
  }

  .\32xl\:pt-\[129px\]{
    padding-top: 129px;
  }

  .\32xl\:pt-\[108px\]{
    padding-top: 108px;
  }

  .\32xl\:text-\[70px\]{
    font-size: 70px;
  }

  .\32xl\:text-\[42px\]{
    font-size: 42px;
  }

  .\32xl\:leading-\[84px\]{
    line-height: 84px;
  }

  .\32xl\:leading-\[54px\]{
    line-height: 54px;
  }
}

@media (min-width: 1760px){
  .\33xl\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 475px){
    .\33xl\:container{
      max-width: 475px;
    }
  }

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

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

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

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

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

  @media (min-width: 1760px){
    .\33xl\:container{
      max-width: 1760px;
    }
  }

  .\33xl\:top-\[163px\]{
    top: 163px;
  }

  .\33xl\:bottom-0{
    bottom: 0px;
  }

  .\33xl\:top-8{
    top: 2rem;
  }

  .\33xl\:right-\[58px\]{
    right: 58px;
  }

  .\33xl\:right-\[66px\]{
    right: 66px;
  }

  .\33xl\:m-0{
    margin: 0px;
  }

  .\33xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .\33xl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\33xl\:ml-\[51px\]{
    margin-left: 51px;
  }

  .\33xl\:mr-\[35px\]{
    margin-right: 35px;
  }

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

  .\33xl\:ml-\[109px\]{
    margin-left: 109px;
  }

  .\33xl\:mb-\[108px\]{
    margin-bottom: 108px;
  }

  .\33xl\:ml-\[23px\]{
    margin-left: 23px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .\33xl\:w-auto{
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .\33xl\:w-2\/5{
    width: 40%;
  }

  .\33xl\:w-3\/5{
    width: 60%;
  }

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

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

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

  .\33xl\:p-0{
    padding: 0px;
  }

  .\33xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\33xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .\33xl\:py-\[62px\]{
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .\33xl\:pl-\[61px\]{
    padding-left: 61px;
  }

  .\33xl\:pl-\[213px\]{
    padding-left: 213px;
  }

  .\33xl\:pt-\[120px\]{
    padding-top: 120px;
  }

  .\33xl\:pb-\[76px\]{
    padding-bottom: 76px;
  }

  .\33xl\:pr-\[160px\]{
    padding-right: 160px;
  }

  .\33xl\:pt-\[85px\]{
    padding-top: 85px;
  }

  .\33xl\:pb-\[82px\]{
    padding-bottom: 82px;
  }

  .\33xl\:pr-0{
    padding-right: 0px;
  }

  .\33xl\:pl-\[122px\]{
    padding-left: 122px;
  }

  .\33xl\:pr-\[57px\]{
    padding-right: 57px;
  }

  .\33xl\:pt-\[116px\]{
    padding-top: 116px;
  }

  .\33xl\:pb-\[171px\]{
    padding-bottom: 171px;
  }

  .\33xl\:text-\[50px\]{
    font-size: 50px;
  }

  .\33xl\:text-\[48px\]{
    font-size: 48px;
  }

  .\33xl\:text-\[16px\]{
    font-size: 16px;
  }

  .\33xl\:text-\[94px\]{
    font-size: 94px;
  }

  .\33xl\:leading-\[60px\]{
    line-height: 60px;
  }
}

