* {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
body.device-mobile-optimized {
  overflow-x: hidden;
  overflow-y: scroll;
}

body.device-mobile-optimized:not(.responsive) #SITE_CONTAINER {
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  position: relative;
  /* width: 320px; */
  width: 32%;
}

body.device-mobile-optimized:not(.responsive):not(.blockSiteScrolling)
  #SITE_CONTAINER {
  margin-top: 0;
}

body.device-mobile-optimized > * {
  max-width: 100% !important;
}

body.device-mobile-optimized #site-root {
  overflow-x: hidden;
  overflow-y: hidden;
}

@supports (overflow: clip) {
  body.device-mobile-optimized #site-root {
    overflow-x: hidden;
    overflow-y: clip;
  }
}

body.device-mobile-non-optimized #SITE_CONTAINER #site-root {
  overflow-x: hidden;
  overflow-y: auto;
}

body.device-mobile-non-optimized.fullScreenMode {
  background-color: #5f6360;
}

body.device-mobile-non-optimized.fullScreenMode #MOBILE_ACTIONS_MENU,
body.device-mobile-non-optimized.fullScreenMode #SITE_BACKGROUND,
body.device-mobile-non-optimized.fullScreenMode #site-root,
body.fullScreenMode {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

body.fullScreenMode.device-mobile-optimized #TINY_MENU {
  opacity: 0;
  pointer-events: none;
}

body.fullScreenMode-scrollable.device-mobile-optimized {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body.fullScreenMode-scrollable.device-mobile-optimized #masterPage,
body.fullScreenMode-scrollable.device-mobile-optimized #site-root {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

body.fullScreenMode-scrollable.device-mobile-optimized #SITE_BACKGROUND,
body.fullScreenMode-scrollable.device-mobile-optimized #masterPage {
  height: auto !important;
}

body.fullScreenMode-scrollable.device-mobile-optimized #masterPage.mesh-layout {
  height: 0 !important;
}

body.blockSiteScrolling {
  position: fixed;
  width: 100%;
}

body.blockSiteScrolling #SITE_CONTAINER {
  margin-top: calc(var(--blocked-site-scroll-margin-top) * -1);
}

body.blockSiteScrollingWithOverflow {
  overflow-y: hidden;
}

@keyframes slide-horizontal-new {
  0% {
    transform: translateX(100%);
  }
}

@keyframes slide-horizontal-old {
  80% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@keyframes slide-vertical-new {
  0% {
    transform: translateY(-100%);
  }
}

@keyframes slide-vertical-old {
  80% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translateY(100%);
  }
}

@keyframes out-in-new {
  0% {
    opacity: 0;
  }
}

@keyframes out-in-old {
  to {
    opacity: 0;
  }
}

html[data-page-transition="SlideHorizontal"]::view-transition-old(page-group) {
  animation: slide-horizontal-old 0.6s cubic-bezier(0.83, 0, 0.17, 1) forwards;
  mix-blend-mode: normal;
}

html[data-page-transition="SlideHorizontal"]::view-transition-new(page-group) {
  animation: slide-horizontal-new 0.6s cubic-bezier(0.83, 0, 0.17, 1) backwards;
  mix-blend-mode: normal;
}

html[data-page-transition="SlideVertical"]::view-transition-old(page-group) {
  animation: slide-vertical-old 0.6s cubic-bezier(0.83, 0, 0.17, 1) forwards;
  mix-blend-mode: normal;
}

html[data-page-transition="SlideVertical"]::view-transition-new(page-group) {
  animation: slide-vertical-new 0.6s cubic-bezier(0.83, 0, 0.17, 1) backwards;
  mix-blend-mode: normal;
}

html[data-page-transition="OutIn"]::view-transition-old(page-group) {
  animation: out-in-old 0.35s cubic-bezier(0.64, 0, 0.78, 0) forwards;
}

html[data-page-transition="OutIn"]::view-transition-new(page-group) {
  animation: out-in-new 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.35s backwards;
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*),
  ::view-transition-new(*),
  ::view-transition-old(*) {
    animation: none !important;
  }
}

body,
html {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  --scrollbar-width: 0px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 200;
  font-display: swap;
}

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

body:not(.responsive) #site-root {
  min-width: var(--site-width);
  width: 100%;
}

body:not([data-js-loaded]) [data-hide-prejs] {
  visibility: hidden;
}

#SITE_CONTAINER {
  position: relative;
}

:root {
  --one-unit: 1vw;
  --section-max-width: 9999px;
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {
  :root {
    --safari-sticky-fix: opacity;
  }
}

@supports (container-type: inline-size) {
  :root {
    --one-unit: 1cqw;
  }
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
button,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
title,
tr,
tt,
u,
ul,
var {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

input,
select,
textarea {
  box-sizing: border-box;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.testStyles {
  overflow-y: hidden;
}

.reset-button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  outline: 0;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

:focus {
  outline: none;
}

#site-root {
  margin: 0 auto;
  min-height: 100%;
  position: relative;
}

#site-root img:not([src]) {
  visibility: hidden;
}

#site-root svg img:not([src]) {
  visibility: visible;
}

.auto-generated-link {
  color: inherit;
}

#SCROLL_TO_BOTTOM,
#SCROLL_TO_TOP {
  height: 0;
}

.has-click-trigger {
  cursor: pointer;
}

.fullScreenOverlay {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow-y: hidden;
  position: fixed;
  right: 0;
  top: -60px;
  z-index: 1005;
}

.fullScreenOverlay > .fullScreenOverlayContent {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 60px;
  transform: translateZ(0);
}

[data-mesh-id$="centeredContent"],
[data-mesh-id$="form"],
[data-mesh-id$="inlineContent"] {
  pointer-events: none;
  position: relative;
}

[data-mesh-id$="-gridWrapper"],
[data-mesh-id$="-rotated-wrapper"] {
  pointer-events: none;
}

[data-mesh-id$="-gridContainer"] > *,
[data-mesh-id$="-rotated-wrapper"] > *,
[data-mesh-id$="inlineContent"] > :not([data-mesh-id$="-gridContainer"]) {
  pointer-events: auto;
}

.device-mobile-optimized #masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID {
  grid-area: 2/1/3/2;
  -ms-grid-row: 2;
  position: relative;
}

#masterPage.mesh-layout {
  -ms-grid-rows: max-content max-content min-content max-content;
  -ms-grid-columns: 100%;
  align-items: start;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: max-content max-content min-content max-content;
  justify-content: stretch;
}

#masterPage.mesh-layout #PAGES_CONTAINER,
#masterPage.mesh-layout #SITE_FOOTER-placeholder,
#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,
#masterPage.mesh-layout #SITE_HEADER-placeholder,
#masterPage.mesh-layout #SITE_HEADER_WRAPPER,
#masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID[data-state~="mobileView"],
#masterPage.mesh-layout #soapAfterPagesContainer,
#masterPage.mesh-layout #soapBeforePagesContainer {
  -ms-grid-row-align: start;
  -ms-grid-column-align: start;
  -ms-grid-column: 1;
}

#masterPage.mesh-layout #SITE_HEADER-placeholder,
#masterPage.mesh-layout #SITE_HEADER_WRAPPER {
  grid-area: 1/1/2/2;
  -ms-grid-row: 1;
}

#masterPage.mesh-layout #PAGES_CONTAINER,
#masterPage.mesh-layout #soapAfterPagesContainer,
#masterPage.mesh-layout #soapBeforePagesContainer {
  grid-area: 3/1/4/2;
  -ms-grid-row: 3;
}

#masterPage.mesh-layout #soapAfterPagesContainer,
#masterPage.mesh-layout #soapBeforePagesContainer {
  width: 100%;
}

#masterPage.mesh-layout #PAGES_CONTAINER {
  align-self: stretch;
}

#masterPage.mesh-layout main#PAGES_CONTAINER {
  display: block;
}

#masterPage.mesh-layout #SITE_FOOTER-placeholder,
#masterPage.mesh-layout #SITE_FOOTER_WRAPPER {
  grid-area: 4/1/5/2;
  -ms-grid-row: 4;
}

#masterPage.mesh-layout #SITE_PAGES,
#masterPage.mesh-layout [data-mesh-id="PAGES_CONTAINERcenteredContent"],
#masterPage.mesh-layout [data-mesh-id="PAGES_CONTAINERinlineContent"] {
  height: 100%;
}

#masterPage.mesh-layout.desktop > * {
  width: 100%;
}

#masterPage.mesh-layout #PAGES_CONTAINER,
#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,
#masterPage.mesh-layout #SITE_HEADER_WRAPPER,
#masterPage.mesh-layout #SITE_PAGES,
#masterPage.mesh-layout #masterPageinlineContent,
#masterPage.mesh-layout:not(.one-doc) #SITE_FOOTER,
#masterPage.mesh-layout:not(.one-doc) #SITE_HEADER {
  position: relative;
}

#masterPage.mesh-layout.remove-wrappers #SITE_HEADER {
  grid-area: 1/1/2/2;
}

#masterPage.mesh-layout.remove-wrappers #SITE_FOOTER {
  grid-area: 4/1/5/2;
}

[data-z-counter] {
  z-index: 0;
}

[data-z-counter="0"] {
  z-index: auto;
}

:root {
  --wst-button-color-fill-primary: rgb(var(--color_48));
  --wst-button-color-border-primary: rgb(var(--color_49));
  --wst-button-color-text-primary: rgb(var(--color_50));
  --wst-button-color-fill-primary-hover: rgb(var(--color_51));
  --wst-button-color-border-primary-hover: rgb(var(--color_52));
  --wst-button-color-text-primary-hover: rgb(var(--color_53));
  --wst-button-color-fill-primary-disabled: rgb(var(--color_54));
  --wst-button-color-border-primary-disabled: rgb(var(--color_55));
  --wst-button-color-text-primary-disabled: rgb(var(--color_56));
  --wst-button-color-fill-secondary: rgb(var(--color_57));
  --wst-button-color-border-secondary: rgb(var(--color_58));
  --wst-button-color-text-secondary: rgb(var(--color_59));
  --wst-button-color-fill-secondary-hover: rgb(var(--color_60));
  --wst-button-color-border-secondary-hover: rgb(var(--color_61));
  --wst-button-color-text-secondary-hover: rgb(var(--color_62));
  --wst-button-color-fill-secondary-disabled: rgb(var(--color_63));
  --wst-button-color-border-secondary-disabled: rgb(var(--color_64));
  --wst-button-color-text-secondary-disabled: rgb(var(--color_65));
  --wst-color-fill-base-1: rgb(var(--color_36));
  --wst-color-fill-base-2: rgb(var(--color_37));
  --wst-color-fill-base-shade-1: rgb(var(--color_38));
  --wst-color-fill-base-shade-2: rgb(var(--color_39));
  --wst-color-fill-base-shade-3: rgb(var(--color_40));
  --wst-color-fill-accent-1: rgb(var(--color_41));
  --wst-color-fill-accent-2: rgb(var(--color_42));
  --wst-color-fill-accent-3: rgb(var(--color_43));
  --wst-color-fill-accent-4: rgb(var(--color_44));
  --wst-color-fill-background-primary: rgb(var(--color_11));
  --wst-color-fill-background-secondary: rgb(var(--color_12));
  --wst-color-text-primary: rgb(var(--color_15));
  --wst-color-text-secondary: rgb(var(--color_14));
  --wst-color-action: rgb(var(--color_18));
  --wst-color-disabled: rgb(var(--color_39));
  --wst-color-title: rgb(var(--color_45));
  --wst-color-subtitle: rgb(var(--color_46));
  --wst-color-line: rgb(var(--color_47));
  --wst-font-style-h2: var(--font_2);
  --wst-font-style-h3: var(--font_3);
  --wst-font-style-h4: var(--font_4);
  --wst-font-style-h5: var(--font_5);
  --wst-font-style-h6: var(--font_6);
  --wst-font-style-body-large: var(--font_7);
  --wst-font-style-body-medium: var(--font_8);
  --wst-font-style-body-small: var(--font_9);
  --wst-font-style-body-x-small: var(--font_10);
}

.PlZyDq {
  touch-action: manipulation;
}

.uDW_Qe {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: var(--label-align);
  min-width: 100%;
  text-align: initial;
  width: -moz-max-content;
  width: max-content;
}

.uDW_Qe:before {
  max-width: var(--margin-start, 0);
}

.uDW_Qe:after,
.uDW_Qe:before {
  align-self: stretch;
  content: "";
  flex-grow: 1;
}

.uDW_Qe:after {
  max-width: var(--margin-end, 0);
}

.FubTgk {
  height: 100%;
}

.FubTgk .uDW_Qe {
  border-radius: var(--corvid-border-radius, var(--rd, 0));
  bottom: 0;
  box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, 0.6));
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: var(
    --trans1,
    border-color 0.4s ease 0s,
    background-color 0.4s ease 0s
  );
}

.FubTgk .uDW_Qe:link,
.FubTgk .uDW_Qe:visited {
  border-color: transparent;
}

.FubTgk .l7_2fn {
  color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
  font: var(--fnt, var(--font_5));
  margin: 0;
  position: relative;
  transition: var(--trans2, color 0.4s ease 0s);
  white-space: nowrap;
}

.FubTgk[aria-disabled="false"] .uDW_Qe {
  background-color: var(
    --corvid-background-color,
    rgba(var(--bg, var(--color_17, color_17)), var(--alpha-bg, 1))
  );
  border: solid
    var(
      --corvid-border-color,
      rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))
    )
    var(--corvid-border-width, var(--brw, 0));
  cursor: pointer !important;
}

:host(.device-mobile-optimized) .FubTgk[aria-disabled="false"]:active .uDW_Qe,
body.device-mobile-optimized .FubTgk[aria-disabled="false"]:active .uDW_Qe {
  background-color: rgba(
    var(--bgh, var(--color_18, color_18)),
    var(--alpha-bgh, 1)
  );
  border-color: rgba(
    var(--brdh, var(--color_15, color_15)),
    var(--alpha-brdh, 1)
  );
}

:host(.device-mobile-optimized) .FubTgk[aria-disabled="false"]:active .l7_2fn,
body.device-mobile-optimized .FubTgk[aria-disabled="false"]:active .l7_2fn {
  color: rgb(var(--txth, var(--color_15, color_15)));
}

:host(:not(.device-mobile-optimized))
  .FubTgk[aria-disabled="false"]:hover
  .uDW_Qe,
body:not(.device-mobile-optimized)
  .FubTgk[aria-disabled="false"]:hover
  .uDW_Qe {
  background-color: rgba(
    var(--bgh, var(--color_18, color_18)),
    var(--alpha-bgh, 1)
  );
  border-color: rgba(
    var(--brdh, var(--color_15, color_15)),
    var(--alpha-brdh, 1)
  );
}

:host(:not(.device-mobile-optimized))
  .FubTgk[aria-disabled="false"]:hover
  .l7_2fn,
body:not(.device-mobile-optimized)
  .FubTgk[aria-disabled="false"]:hover
  .l7_2fn {
  color: rgb(var(--txth, var(--color_15, color_15)));
}

.FubTgk[aria-disabled="true"] .uDW_Qe {
  background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
  border-color: rgba(var(--brdd, 204, 204, 204), var(--alpha-brdd, 1));
  border-style: solid;
  border-width: var(--corvid-border-width, var(--brw, 0));
}

.FubTgk[aria-disabled="true"] .l7_2fn {
  color: rgb(var(--txtd, 255, 255, 255));
}

.uUxqWY {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: var(--label-align);
  min-width: 100%;
  text-align: initial;
  width: -moz-max-content;
  width: max-content;
}

.uUxqWY:before {
  max-width: var(--margin-start, 0);
}

.uUxqWY:after,
.uUxqWY:before {
  align-self: stretch;
  content: "";
  flex-grow: 1;
}

.uUxqWY:after {
  max-width: var(--margin-end, 0);
}

.Vq4wYb[aria-disabled="false"] .uUxqWY {
  cursor: pointer;
}

:host(.device-mobile-optimized) .Vq4wYb[aria-disabled="false"]:active .wJVzSK,
body.device-mobile-optimized .Vq4wYb[aria-disabled="false"]:active .wJVzSK {
  color: rgb(var(--txth, var(--color_15, color_15)));
  transition: var(--trans, color 0.4s ease 0s);
}

:host(:not(.device-mobile-optimized))
  .Vq4wYb[aria-disabled="false"]:hover
  .wJVzSK,
body:not(.device-mobile-optimized)
  .Vq4wYb[aria-disabled="false"]:hover
  .wJVzSK {
  color: rgb(var(--txth, var(--color_15, color_15)));
  transition: var(--trans, color 0.4s ease 0s);
}

.ui-rich-text-div-class {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
  text-transform: none;
}

.ui-rich-text-class {
  font-size: 27px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #333;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}

.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

.Vq4wYb .uUxqWY {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.Vq4wYb .wJVzSK {
  color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
  font: var(--fnt, var(--font_5));
  transition: var(--trans, color 0.4s ease 0s);
  white-space: nowrap;
}

.Vq4wYb[aria-disabled="true"] .wJVzSK {
  color: rgb(var(--txtd, 255, 255, 255));
}

:host(:not(.device-mobile-optimized)) .CohWsy,
body:not(.device-mobile-optimized) .CohWsy {
  display: flex;
}

:host(:not(.device-mobile-optimized)) .V5AUxf,
body:not(.device-mobile-optimized) .V5AUxf {
  -moz-column-gap: var(--margin);
  column-gap: var(--margin);
  display: flex;
  flex-direction: var(--items-direction);
  margin: 0 auto;
  position: relative;
  width: calc(100% - var(--padding) * 2);
}

:host(:not(.device-mobile-optimized)) .V5AUxf > *,
body:not(.device-mobile-optimized) .V5AUxf > * {
  flex: var(--column-flex) 1 0%;
  left: 0;
  margin-bottom: var(--padding);
  margin-top: var(--padding);
  min-width: 0;
  position: relative;
  top: 0;
}

:host(.device-mobile-optimized) .V5AUxf,
body.device-mobile-optimized .V5AUxf {
  display: block;
  padding: var(--padding) 0;
  position: relative;
}

:host(.device-mobile-optimized) .V5AUxf > *,
body.device-mobile-optimized .V5AUxf > * {
  margin-bottom: var(--margin);
  position: relative;
}

:host(.device-mobile-optimized) .V5AUxf > :first-child,
body.device-mobile-optimized .V5AUxf > :first-child {
  margin-top: var(--firstChildMarginTop, 0);
}

:host(.device-mobile-optimized) .V5AUxf > :last-child,
body.device-mobile-optimized .V5AUxf > :last-child {
  margin-bottom: var(--lastChildMarginBottom);
}

.LIhNy3 {
  backface-visibility: hidden;
}

.HlRz5e {
  display: block;
  height: 100%;
  width: 100%;
}

.HlRz5e[data-animate-blur] img {
  filter: blur(9px);
  transition: filter 0.8s ease-in;
}

.HlRz5e[data-animate-blur] img[data-load-done] {
  filter: none;
}

.if7Vw2 {
  height: 100%;
  left: 0;
  -webkit-mask-image: var(--mask-image, none);
  mask-image: var(--mask-image, none);
  -webkit-mask-position: var(--mask-position, 0);
  mask-position: var(--mask-position, 0);
  -webkit-mask-repeat: var(--mask-repeat, no-repeat);
  mask-repeat: var(--mask-repeat, no-repeat);
  -webkit-mask-size: var(--mask-size, 100%);
  mask-size: var(--mask-size, 100%);
  overflow: hidden;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: absolute;
  top: 0;
  width: 100%;
}

.if7Vw2.f0uTJH {
  clip: rect(0, auto, auto, 0);
}

.if7Vw2 .i1tH8h {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.if7Vw2 .DXi4PB {
  height: var(--fill-layer-image-height, 100%);
  opacity: var(--fill-layer-image-opacity);
}

.if7Vw2 .DXi4PB img {
  height: 100%;
  width: 100%;
}

@supports (-webkit-hyphens: none) {
  .if7Vw2.f0uTJH {
    clip: auto;
    -webkit-clip-path: inset(0);
  }
}

.wG8dni {
  height: 100%;
}

.tcElKx {
  background-color: var(--bg-overlay-color);
  background-image: var(--bg-gradient);
  transition: var(--inherit-transition);
}

.ImALHf,
.Ybjs9b {
  opacity: var(--fill-layer-video-opacity);
}

.UWmm3w {
  bottom: var(--media-padding-bottom);
  height: var(--media-padding-height);
  position: absolute;
  top: var(--media-padding-top);
  width: 100%;
}

.Yjj1af {
  transform: scale(var(--scale, 1));
  transition: var(--transform-duration, transform 0s);
}

.ImALHf {
  height: 100%;
  position: relative;
  width: 100%;
}

._uqPqy {
  -webkit-clip-path: var(--fill-layer-clip);
  clip-path: var(--fill-layer-clip);
}

._uqPqy,
.eKyYhK {
  position: absolute;
  top: 0;
}

._uqPqy,
.eKyYhK,
.x0mqQS img {
  height: 100%;
  width: 100%;
}

.pnCr6P {
  opacity: 0;
}

.blf7sp,
.pnCr6P {
  position: absolute;
  top: 0;
}

.blf7sp {
  height: 0;
  left: 0;
  overflow: hidden;
  width: 0;
}

.rWP3Gv {
  left: 0;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: var(--fill-layer-background-media-position);
}

.Tr4n3d,
.rWP3Gv,
.wRqk6s {
  height: 100%;
  top: 0;
  width: 100%;
}

.wRqk6s {
  position: absolute;
}

.Tr4n3d {
  background-color: var(--fill-layer-background-overlay-color);
  opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
  position: var(--fill-layer-background-overlay-position);
  transform: var(--fill-layer-background-overlay-transform);
}

@supports (mix-blend-mode: overlay) {
  .Tr4n3d {
    mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
    opacity: var(--fill-layer-background-overlay-blend-opacity, 1);
  }
}

.VXAmO2 {
  --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
  --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
  --divider-pin-border__: min(
    1,
    calc(var(--divider-layers-pin-factor__) / -1 + 1)
  );
  height: calc(
    var(--divider-height__) + var(--divider-pin-height__) *
      var(--divider-layers-size__) * var(--divider-layers-y__)
  );
}

.VXAmO2,
.VXAmO2 .dy3w_9 {
  left: 0;
  position: absolute;
  width: 100%;
}

.VXAmO2 .dy3w_9 {
  --divider-layer-i__: var(--divider-layer-i, 0);
  background-position: left
    calc(
      50% + var(--divider-offset-x__) + var(--divider-layers-x__) *
        var(--divider-layer-i__)
    )
    bottom;
  background-repeat: repeat-x;
  border-bottom-style: solid;
  border-bottom-width: calc(
    var(--divider-pin-border__) * var(--divider-layer-i__) *
      var(--divider-layers-y__)
  );
  height: calc(
    var(--divider-height__) + var(--divider-pin-layer-height__) *
      var(--divider-layer-i__) * var(--divider-layers-y__)
  );
  opacity: calc(1 - var(--divider-layer-i__) / (var(--divider-layer-i__) + 1));
}

.UORcXs {
  --divider-height__: var(--divider-top-height, auto);
  --divider-offset-x__: var(--divider-top-offset-x, 0px);
  --divider-layers-size__: var(--divider-top-layers-size, 0);
  --divider-layers-y__: var(--divider-top-layers-y, 0px);
  --divider-layers-x__: var(--divider-top-layers-x, 0px);
  --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
  border-top: var(--divider-top-padding, 0) solid
    var(--divider-top-color, currentColor);
  opacity: var(--divider-top-opacity, 1);
  top: 0;
  transform: var(--divider-top-flip, scaleY(-1));
}

.UORcXs .dy3w_9 {
  background-image: var(--divider-top-image, none);
  background-size: var(--divider-top-size, contain);
  border-color: var(--divider-top-color, currentColor);
  bottom: 0;
  filter: var(--divider-top-filter, none);
}

.UORcXs .dy3w_9[data-divider-layer="1"] {
  display: var(--divider-top-layer-1-display, block);
}

.UORcXs .dy3w_9[data-divider-layer="2"] {
  display: var(--divider-top-layer-2-display, block);
}

.UORcXs .dy3w_9[data-divider-layer="3"] {
  display: var(--divider-top-layer-3-display, block);
}

.Io4VUz {
  --divider-height__: var(--divider-bottom-height, auto);
  --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
  --divider-layers-size__: var(--divider-bottom-layers-size, 0);
  --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
  --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
  --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
  border-bottom: var(--divider-bottom-padding, 0) solid
    var(--divider-bottom-color, currentColor);
  bottom: 0;
  opacity: var(--divider-bottom-opacity, 1);
  transform: var(--divider-bottom-flip, none);
}

.Io4VUz .dy3w_9 {
  background-image: var(--divider-bottom-image, none);
  background-size: var(--divider-bottom-size, contain);
  border-color: var(--divider-bottom-color, currentColor);
  bottom: 0;
  filter: var(--divider-bottom-filter, none);
}

.Io4VUz .dy3w_9[data-divider-layer="1"] {
  display: var(--divider-bottom-layer-1-display, block);
}

.Io4VUz .dy3w_9[data-divider-layer="2"] {
  display: var(--divider-bottom-layer-2-display, block);
}

.Io4VUz .dy3w_9[data-divider-layer="3"] {
  display: var(--divider-bottom-layer-3-display, block);
}

.YzqVVZ {
  overflow: visible;
  position: relative;
}

.mwF7X1 {
  backface-visibility: hidden;
}

.YGilLk {
  cursor: pointer;
}

.MW5IWV {
  height: 100%;
  left: 0;
  -webkit-mask-image: var(--mask-image, none);
  mask-image: var(--mask-image, none);
  -webkit-mask-position: var(--mask-position, 0);
  mask-position: var(--mask-position, 0);
  -webkit-mask-repeat: var(--mask-repeat, no-repeat);
  mask-repeat: var(--mask-repeat, no-repeat);
  -webkit-mask-size: var(--mask-size, 100%);
  mask-size: var(--mask-size, 100%);
  overflow: hidden;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: absolute;
  top: 0;
  width: 100%;
}

.MW5IWV.N3eg0s {
  clip: rect(0, auto, auto, 0);
}

.MW5IWV .Kv1aVt {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.MW5IWV .dLPlxY {
  height: var(--fill-layer-image-height, 100%);
  opacity: var(--fill-layer-image-opacity);
}

.MW5IWV .dLPlxY img {
  height: 100%;
  width: 100%;
}

@supports (-webkit-hyphens: none) {
  .MW5IWV.N3eg0s {
    clip: auto;
    -webkit-clip-path: inset(0);
  }
}

.VgO9Yg {
  height: 100%;
}

.LWbAav {
  background-color: var(--bg-overlay-color);
  background-image: var(--bg-gradient);
  transition: var(--inherit-transition);
}

.K_YxMd,
.yK6aSC {
  opacity: var(--fill-layer-video-opacity);
}

.NGjcJN {
  bottom: var(--media-padding-bottom);
  height: var(--media-padding-height);
  position: absolute;
  top: var(--media-padding-top);
  width: 100%;
}

.mNGsUM {
  transform: scale(var(--scale, 1));
  transition: var(--transform-duration, transform 0s);
}

.K_YxMd {
  height: 100%;
  position: relative;
  width: 100%;
}

.bX9O_S {
  -webkit-clip-path: var(--fill-layer-clip);
  clip-path: var(--fill-layer-clip);
}

.Z_wCwr,
.bX9O_S {
  position: absolute;
  top: 0;
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
  height: 100%;
  width: 100%;
}

.K8MSra {
  opacity: 0;
}

.K8MSra,
.YTb3b4 {
  position: absolute;
  top: 0;
}

.YTb3b4 {
  height: 0;
  left: 0;
  overflow: hidden;
  width: 0;
}

.SUz0WK {
  left: 0;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: var(--fill-layer-background-media-position);
}

.FNxOn5,
.SUz0WK,
.m4khSP {
  height: 100%;
  top: 0;
  width: 100%;
}

.FNxOn5 {
  position: absolute;
}

.m4khSP {
  background-color: var(--fill-layer-background-overlay-color);
  opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
  position: var(--fill-layer-background-overlay-position);
  transform: var(--fill-layer-background-overlay-transform);
}

@supports (mix-blend-mode: overlay) {
  .m4khSP {
    mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
    opacity: var(--fill-layer-background-overlay-blend-opacity, 1);
  }
}

._C0cVf {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.hFwGTD {
  transform: translateY(-100%);
  transition: 0.2s ease-in;
}

.IQgXoP {
  transition: 0.2s;
}

.Nr3Nid {
  opacity: 0;
  transition: 0.2s ease-in;
}

.Nr3Nid.l4oO6c {
  z-index: -1 !important;
}

.iQuoC4 {
  opacity: 1;
  transition: 0.2s;
}

.CJF7A2 {
  height: auto;
}

.CJF7A2,
.U4Bvut {
  position: relative;
  width: 100%;
}

:host(:not(.device-mobile-optimized)) .G5K6X8,
body:not(.device-mobile-optimized) .G5K6X8 {
  margin-left: calc((100% - var(--site-width)) / 2);
  width: var(--site-width);
}

.xU8fqS[data-focuscycled="active"] {
  outline: 1px solid transparent;
}

.xU8fqS[data-focuscycled="active"]:not(:focus-within) {
  outline: 2px solid transparent;
  transition: outline 0.01s ease;
}

.xU8fqS ._4XcTfy {
  background-color: var(
    --screenwidth-corvid-background-color,
    rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1))
  );
  border-bottom: var(--brwb, 0) solid
    var(
      --screenwidth-corvid-border-color,
      rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))
    );
  border-top: var(--brwt, 0) solid
    var(
      --screenwidth-corvid-border-color,
      rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))
    );
  bottom: 0;
  box-shadow: var(--shd, 0 0 5px rgba(0, 0, 0, 0.7));
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.xU8fqS .gUbusX {
  background-color: rgba(
    var(--bgctr, var(--color_11, color_11)),
    var(--alpha-bgctr, 1)
  );
  border-radius: var(--rd, 0);
  bottom: var(--brwb, 0);
  top: var(--brwt, 0);
}

.xU8fqS .G5K6X8,
.xU8fqS .gUbusX {
  left: 0;
  position: absolute;
  right: 0;
}

.xU8fqS .G5K6X8 {
  bottom: 0;
  top: 0;
}

:host(.device-mobile-optimized) .xU8fqS .G5K6X8,
body.device-mobile-optimized .xU8fqS .G5K6X8 {
  left: 10px;
  right: 10px;
}

.SPY_vo {
  pointer-events: none;
}

.BmZ5pC {
  min-height: 100vh;
  min-width: var(--site-width);
  position: var(--bg-position);
}

.BmZ5pC,
.nTOEE9 {
  height: 100%;
  width: 100%;
}

.nTOEE9 {
  overflow: hidden;
  position: relative;
}

.nTOEE9.sqUyGm:hover {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM3MEUzMUU4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM3MEUzMUQ4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4bqsJgAAACF0lEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPmgI0F2YdmxXQUhX///sVQqK2tDVL4DFkhF8zK2NjY/4aGhshOOMJAJAB5ZjdAADGQCpiB4Cear3uwKQR74vv372BPLFq0CKZ4GnLcdMGiFtnXmzZtQo0Bdnb2r/b29nBFMIwUjkxghby8vHfFxMQwTMQWp0YggZcvX/5HBpqamhgKQdafAQnq6en9j4+P/4/me150nzsCPfYOKrkWKvYCymcjJozPgqIYIMAYcUjKAnEcELsDbVECOpkNiO8B+buAeCEQ3yUqFllYWNYh+4Obm/u/ubn5f0tLy//QPIqM90ATHVagDHTJH5BCfn7+/xcvXvyPC9y7d+8/KHqghv4FYj0M04BxeAOkQEhI6P+vX79QDECOeBj49+/ffzk5OZih91FyP4gAGiIDooH5hIGVlRUsAXQpGMMAMh+Y1xksLCzg5QxGrAFzwAxY2GzYsIGgC48cOYIclsuwBiIbG9sCmCJFRcX/+/fvxwi/EydOwIoDGH6JLQEiA26ga1egxSY2vAUpkcKKEV5iCwVOIObBU8w8RzLYgYHaAAACg5CxaxSLgwAAAABJRU5ErkJggg==),
    auto;
}

.nTOEE9.C_JY0G:hover {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I4QkNGQTI4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I4QkNGQTE4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hiSPZAAACGklEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPm/EcHUA3TURT+/fsXQ6G2tjZI4TNkhVwwK2NjY/8bGhoiO+EIA5EA5JndAAHEQCpgBoKfaL7uwaYQHLrfv38He2LRokUwxdOQ46YLFrXIYNOmTagxwM7O/tXe3h4sCYs3EEYKRyawQl5e3rtiYmL/sQH0ODUCCbx8+RJFkaamJoZCkPVnQIJ6enr/4+Pj/6P5nhfd545Aj72DSq6Fir2A8tmICeOzoCgGCDBGHJKyQBwHxO5AW5SATmYD4ntA/i4gXgjEd4mKRRYWlnXI/uDm5v5vbm7+39LS8j80jyLjPdBEhxUoA13yB6SQn5///8WLF//jAvfu3fsPih6ooX+BWA/DNGAc3gApEBIS+v/r16//hMC/f//+y8nJwQy9j2wWC4gAGiIDooH5hIGVlRUsAXQpVq98/PgRVBAwWFhYMDx69AhczkBj7RdyFpgBC5sNGzYQdOGRI0eQw3IZVpvZ2NgWwBQpKir+379/P4ZBJ06cgBUHMPwSWwJEBtxA165Ai01seAtSIoUVI7zEFgqcQMyDp5h5jmSwAwO1AQBU5q033XYWQwAAAABJRU5ErkJggg==),
    auto;
}

.RZQnmg {
  background-color: rgb(var(--color_11));
  border-radius: 300px;
  bottom: 0;
  cursor: pointer;
  height: 40px;
  margin: 16px 16px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 40px;
}

.RZQnmg path {
  fill: rgb(var(--color_12));
}

.RZQnmg:focus {
  cursor: auto;
  opacity: 1;
  pointer-events: auto;
}

.rYiAuL {
  cursor: pointer;
}

.gSXewE {
  height: 0;
  left: 0;
  overflow: hidden;
  top: 0;
  width: 0;
}

.OJQ_3L,
.gSXewE {
  position: absolute;
}

.OJQ_3L {
  background-color: rgb(var(--color_11));
  border-radius: 300px;
  bottom: 0;
  cursor: pointer;
  height: 40px;
  margin: 16px 16px;
  opacity: 0;
  pointer-events: none;
  right: 0;
  width: 40px;
}

.OJQ_3L path {
  fill: rgb(var(--color_12));
}

.OJQ_3L:focus {
  cursor: auto;
  opacity: 1;
  pointer-events: auto;
}

.j7pOnl {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.BI8PVQ {
  min-height: var(--image-min-height);
  min-width: var(--image-min-width);
}

.BI8PVQ img {
  filter: var(--filter-effect-svg-url);
  -webkit-mask-image: var(--mask-image, none);
  mask-image: var(--mask-image, none);
  -webkit-mask-position: var(--mask-position, 0);
  mask-position: var(--mask-position, 0);
  -webkit-mask-repeat: var(--mask-repeat, no-repeat);
  mask-repeat: var(--mask-repeat, no-repeat);
  -webkit-mask-size: var(--mask-size, 100% 100%);
  mask-size: var(--mask-size, 100% 100%);
  -o-object-position: var(--object-position);
  object-position: var(--object-position);
}

.MazNVa {
  left: var(--left, auto);
  position: var(--position-fixed, static);
  top: var(--top, auto);
  z-index: var(--z-index, auto);
}

.MazNVa .BI8PVQ img {
  box-shadow: 0 0 0 #000;
  position: static;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.MazNVa .j7pOnl {
  display: block;
  overflow: hidden;
}

.MazNVa .BI8PVQ {
  overflow: hidden;
}

.c7cMWz {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.FVGvCX {
  height: auto;
  position: relative;
  width: 100%;
}

body:not(.responsive) .zK7MhX {
  align-self: start;
  grid-area: 1/1/1/1;
  height: 100%;
  justify-self: stretch;
  left: 0;
  position: relative;
}

:host(:not(.device-mobile-optimized)) .c7cMWz,
body:not(.device-mobile-optimized) .c7cMWz {
  margin-left: calc((100% - var(--site-width)) / 2);
  width: var(--site-width);
}

.fEm0Bo .c7cMWz {
  background-color: rgba(
    var(--bg, var(--color_11, color_11)),
    var(--alpha-bg, 1)
  );
  overflow: hidden;
}

:host(.device-mobile-optimized) .c7cMWz,
body.device-mobile-optimized .c7cMWz {
  left: 10px;
  right: 10px;
}

.PFkO7r {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.HT5ybB {
  height: auto;
  position: relative;
  width: 100%;
}

body:not(.responsive) .dBAkHi {
  align-self: start;
  grid-area: 1/1/1/1;
  height: 100%;
  justify-self: stretch;
  left: 0;
  position: relative;
}

:host(:not(.device-mobile-optimized)) .PFkO7r,
body:not(.device-mobile-optimized) .PFkO7r {
  margin-left: calc((100% - var(--site-width)) / 2);
  width: var(--site-width);
}

:host(.device-mobile-optimized) .PFkO7r,
body.device-mobile-optimized .PFkO7r {
  left: 10px;
  right: 10px;
}

.J6KGih {
  cursor: pointer;
}

.sNF2R0 {
  opacity: 0;
}

.hLoBV3 {
  transition: opacity var(--transition-duration) cubic-bezier(0.37, 0, 0.63, 1);
}

.Rdf41z,
.hLoBV3 {
  opacity: 1;
}

.ftlZWo {
  transition: opacity var(--transition-duration) cubic-bezier(0.37, 0, 0.63, 1);
}

.ATGlOr,
.ftlZWo {
  opacity: 0;
}

.KQSXD0 {
  transition: opacity var(--transition-duration) cubic-bezier(0.64, 0, 0.78, 0);
}

.KQSXD0,
.pagQKE {
  opacity: 1;
}

._6zG5H {
  opacity: 0;
  transition: opacity var(--transition-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

.BB49uC {
  transform: translateX(100%);
}

.j9xE1V {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.ICs7Rs,
.j9xE1V {
  transform: translateX(0);
}

.DxijZJ {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.B5kjYq,
.DxijZJ {
  transform: translateX(-100%);
}

.cJijIV {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.cJijIV,
.hOxaWM {
  transform: translateX(0);
}

.T9p3fN {
  transform: translateX(100%);
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.qDxYJm {
  transform: translateY(100%);
}

.aA9V0P {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.YPXPAS,
.aA9V0P {
  transform: translateY(0);
}

.Xf2zsA {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.Xf2zsA,
.y7Kt7s {
  transform: translateY(-100%);
}

.EeUgMu {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.EeUgMu,
.fdHrtm {
  transform: translateY(0);
}

.WIFaG4 {
  transform: translateY(100%);
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

body:not(.responsive) .JsJXaX {
  overflow-x: clip;
}

[data-view-transition="page-transition"] .JsJXaX {
  view-transition-name: page-group;
}

.AnQkDU {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: 100%;
}

.AnQkDU > div {
  align-self: stretch !important;
  grid-area: 1/1/2/2;
  justify-self: stretch !important;
}

.StylableButton2545352419__root {
  -archetype: box;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 100%;
  min-height: 10px;
  min-width: 10px;
  padding: 0;
  touch-action: manipulation;
  width: 100%;
}

.StylableButton2545352419__root[disabled] {
  pointer-events: none;
}

.StylableButton2545352419__root.StylableButton2545352419--hasBackgroundColor {
  background-color: var(--corvid-background-color) !important;
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderColor {
  border-color: var(--corvid-border-color) !important;
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius {
  border-radius: var(--corvid-border-radius) !important;
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth {
  border-width: var(--corvid-border-width) !important;
}

.StylableButton2545352419__root.StylableButton2545352419--hasColor,
.StylableButton2545352419__root.StylableButton2545352419--hasColor
  .StylableButton2545352419__label {
  color: var(--corvid-color) !important;
}

.StylableButton2545352419__link {
  -archetype: box;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
}

.StylableButton2545352419__container {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-direction: row;
  flex-grow: 1;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  transition: all 0.2s ease, visibility 0s;
  width: 100%;
}

.StylableButton2545352419__label {
  -archetype: text;
  -controller-part-type: LayoutChildDisplayDropdown,
    LayoutFlexChildSpacing(first);
  max-width: 100%;
  min-width: 1.8em;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  transition: inherit;
  white-space: nowrap;
}

.StylableButton2545352419__root.StylableButton2545352419--isMaxContent
  .StylableButton2545352419__label {
  text-overflow: unset;
}

.StylableButton2545352419__root.StylableButton2545352419--isWrapText
  .StylableButton2545352419__label {
  min-width: 10px;
  overflow-wrap: break-word;
  white-space: break-spaces;
  word-break: break-word;
}

.StylableButton2545352419__icon {
  -archetype: icon;
  -controller-part-type: LayoutChildDisplayDropdown,
    LayoutFlexChildSpacing(last);
  flex-shrink: 0;
  height: 50px;
  min-width: 1px;
  transition: inherit;
}

.StylableButton2545352419__icon.StylableButton2545352419--override {
  display: block !important;
}

.StylableButton2545352419__icon svg,
.StylableButton2545352419__icon > div {
  display: flex;
  height: inherit;
  width: inherit;
}

.a9YhBi {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.dX12nb {
  cursor: pointer;
}

.AKxYR5 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  fill: var(--fill);
  fill-opacity: var(--fill-opacity);
  stroke: var(--stroke);
  stroke-opacity: var(--stroke-opacity);
  stroke-width: var(--stroke-width);
  filter: var(--drop-shadow, none);
  opacity: var(--opacity);
  transform: var(--flip);
}

.AKxYR5,
.AKxYR5 svg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.AKxYR5 svg {
  height: var(--svg-calculated-height, 100%);
  margin: auto;
  padding: var(--svg-calculated-padding, 0);
  width: var(--svg-calculated-width, 100%);
}

.AKxYR5 svg:not([data-type="ugc"]) {
  overflow: visible;
}

@supports (-webkit-hyphens: none) {
  .AKxYR5.vv0uGt {
    will-change: filter;
  }
}

.service-row {
  width: 54%;
}

.service-col-2 {
  max-width: 112px;
}

.h1-style {
  font-size: 54px !important;
  text-align: center;
}

.footer-row {
  padding: 4% 8%;
  padding-bottom: 1%;
}

.footer-h-text {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.h-span-1 {
  font-size: 52px;
  letter-spacing: 0rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  display: block;
  opacity: 0;
  animation: fadeIn 2s forwards;
  margin-bottom: 10px !important;
}
.h-span-2 {
  font-size: 38px;
  letter-spacing: 0rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  display: block;
  opacity: 0;
  animation: fadeIn 2s forwards;
  margin-bottom: 10px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.social-icons {
  width: 45;
  height: 45;
}

.h-span-2 {
  font-size: 38px;
}

.span-text1 {
  font-size: 20px;
}

.span-text2 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.footer-span-text2 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.footer-span-text3 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.footer-icons {
  max-width: 10%;
  height: auto;
  width: 12px;
  color: #cb0230;
  margin-right: 2px;
}

.footer-img span {
  width: 100%;
  display: block;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

ul > li ul li.menu-item-has-children > a:after {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  opacity: 0.8;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  position: absolute;
  background-color: transparent;
  right: 12px;
  top: 16px;
  margin: 0;
}

ul.footer-menu li::before {
  position: absolute;
  line-height: 1em;
  left: 0;
  margin-right: 8px;
  font-size: 15px;
  font-weight: bold;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  src: url("path/to/tm-zippco-icons.woff2") format("woff2"),
    url("path/to/tm-zippco-icons.woff") format("woff"),
    url("path/to/tm-zippco-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* ul.footer-menu li::before {
    font-family: "tm-zippco-icons";
    content: ">>";
    position: absolute;
    left: 0;
    line-height: 1em;
    font-size: 15px;
    color: #fff; 
} */

.menu-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  text-decoration: none;
}

.footer-img img {
  max-width: 100%;
  height: auto;
}

.footer-row a {
  color: #ffffff;
  text-decoration: none;
}

.footer-small {
  font-size: 14px !important;
  text-align: justify;
  font-weight: 400 !important;
  word-wrap: break-word;
  margin-top: 10px;
  line-height: 1.7;
  color: rgb(245, 247, 255);
}

.tm-vc_btn3-container.tm-vc_btn3-left {
  text-align: left;
}

.tm-vc_btn3-container {
  display: block;
  margin-bottom: 21.74px;
  max-width: 100%;
}

.footer-row .tm-textcolor-white {
  color: rgba(255, 255, 255, 0.8);
}

.footer-row .tm-vc_btn3.tm-vc_btn3-size-md {
  font-size: 12px;
  padding: 7px 22px 7px 22px;
}

.tm-vc_general.tm-vc_btn3.tm-vc_btn3-color-skincolor {
  background-color: #cb0230;
}

.footer-btn {
  margin: 10px;
  margin-left: 0px;
}

.footer-menu {
  text-decoration: none;
  color: #ffffff;
}

.footer-btn .btn-1 {
  background-color: #cb0230;
  font-weight: bold !important;
  font-size: 14px;
  padding: 8px 20px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  /* color: rgba(255,255,255,.8); */
}

.btn-text {
  font-size: 12px;
  font-weight: 600;
}

.span-text3 {
  letter-spacing: 0.04em;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 200;
  line-height: 1.4;
  font-size: 18px;
}

.span-text4 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 200;
  line-height: 1.4;
}

.p-text1 {
   margin-top: 20px;
  font-size: 20px;
  line-height: 1.4em;
  text-align: justify;
}

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

.font_semibold {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.HcOXKn {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

ol.font_100,
ul.font_100 {
  color: #080808;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
  text-decoration: none;
}

ol.font_100 li,
ul.font_100 li {
  margin-bottom: 12px;
}

.ONIxfn {
  cursor: pointer;
}

.WUKwEB {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.QxJLC3 [data-attr-richtext-marker="true"] {
  display: block;
}

.QxJLC3 [data-attr-richtext-marker="true"] table {
  border-collapse: collapse;
  margin: 15px 0;
  width: 100%;
}

.QxJLC3 [data-attr-richtext-marker="true"] table td {
  padding: 12px;
  position: relative;
}

.QxJLC3 [data-attr-richtext-marker="true"] table td:after {
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
}

.QxJLC3 [data-attr-richtext-marker="true"] table tr td:last-child:after {
  border-right: 1px solid currentColor;
}

.QxJLC3 [data-attr-richtext-marker="true"] table tr:first-child td:after {
  border-top: 1px solid currentColor;
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {
  .lq2cno > * > :first-child {
    vertical-align: top;
  }
}

@supports (-webkit-touch-callout: none) {
  .lq2cno > * > :first-child {
    vertical-align: top;
  }
}

.uGVkMG {
  direction: var(--text-direction);
  min-height: var(--min-height);
  min-width: var(--min-width);
}

.uGVkMG .edKzOf {
  word-wrap: break-word;
  height: 100%;
  overflow-wrap: break-word;
  position: relative;
  width: 100%;
}

.uGVkMG .edKzOf ul {
  list-style: disc inside;
}

.uGVkMG .edKzOf li {
  margin-bottom: 12px;
}

.SxM0TO blockquote,
.SxM0TO h1,
.SxM0TO h2,
.SxM0TO h3,
.SxM0TO h4,
.SxM0TO h5,
.SxM0TO h6,
.SxM0TO p {
  letter-spacing: normal;
  line-height: normal;
}

.nJYhU3 {
  min-height: var(--min-height);
  min-width: var(--min-width);
}

.nJYhU3 .edKzOf {
  word-wrap: break-word;
  height: 100%;
  overflow-wrap: break-word;
  position: relative;
  width: 100%;
}

.nJYhU3 .edKzOf ol,
.nJYhU3 .edKzOf ul {
  letter-spacing: normal;
  line-height: normal;
  margin-inline-start: 0.5em;
  padding-inline-start: 1.3em;
}

.nJYhU3 .edKzOf ul {
  list-style-type: disc;
}

.nJYhU3 .edKzOf ol {
  list-style-type: decimal;
}

.nJYhU3 .edKzOf ol ul,
.nJYhU3 .edKzOf ul ul {
  line-height: normal;
  list-style-type: circle;
}

.nJYhU3 .edKzOf ol ol ul,
.nJYhU3 .edKzOf ol ul ul,
.nJYhU3 .edKzOf ul ol ul,
.nJYhU3 .edKzOf ul ul ul {
  line-height: normal;
  list-style-type: square;
}

.nJYhU3 .edKzOf li {
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  line-height: inherit;
}

.nJYhU3 .edKzOf h1,
.nJYhU3 .edKzOf h2,
.nJYhU3 .edKzOf h3,
.nJYhU3 .edKzOf h4,
.nJYhU3 .edKzOf h5,
.nJYhU3 .edKzOf h6,
.nJYhU3 .edKzOf p {
  letter-spacing: normal;
  line-height: normal;
  margin-block: 0;
  margin: 0;
}

.nJYhU3 .edKzOf a {
  color: inherit;
}

.SxM0TO,
.c9GqVL {
  word-wrap: break-word;
  direction: var(--text-direction);
  min-height: var(--min-height);
  min-width: var(--min-width);
  mix-blend-mode: var(--blendMode, normal);
  overflow-wrap: break-word;
  pointer-events: none;
  text-align: start;
  text-shadow: var(--textOutline, 0 0 transparent),
    var(--textShadow, 0 0 transparent);
  text-transform: var(--textTransform, "none");
}

.SxM0TO > *,
.c9GqVL > * {
  pointer-events: auto;
}

.SxM0TO li,
.c9GqVL li {
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  line-height: inherit;
}

.SxM0TO ol,
.SxM0TO ul,
.c9GqVL ol,
.c9GqVL ul {
  letter-spacing: normal;
  line-height: normal;
  margin-inline-end: 0;
  margin-inline-start: 0.5em;
  padding-inline-end: 0;
  padding-inline-start: 1.3em;
}

.SxM0TO ul,
.c9GqVL ul {
  list-style-type: disc;
}

.SxM0TO ol,
.c9GqVL ol {
  list-style-type: decimal;
}

.SxM0TO ol ul,
.SxM0TO ul ul,
.c9GqVL ol ul,
.c9GqVL ul ul {
  list-style-type: circle;
}

.SxM0TO ol ol ul,
.SxM0TO ol ul ul,
.SxM0TO ul ol ul,
.SxM0TO ul ul ul,
.c9GqVL ol ol ul,
.c9GqVL ol ul ul,
.c9GqVL ul ol ul,
.c9GqVL ul ul ul {
  list-style-type: square;
}

.SxM0TO blockquote,
.SxM0TO h1,
.SxM0TO h2,
.SxM0TO h3,
.SxM0TO h4,
.SxM0TO h5,
.SxM0TO h6,
.SxM0TO p,
.c9GqVL blockquote,
.c9GqVL h1,
.c9GqVL h2,
.c9GqVL h3,
.c9GqVL h4,
.c9GqVL h5,
.c9GqVL h6,
.c9GqVL p {
  margin-block: 0;
  margin: 0;
}

.SxM0TO a,
.c9GqVL a {
  color: inherit;
}

.Vd6aQZ {
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  white-space: nowrap;
}

.mHZSwn {
  display: none;
}

.lvxhkV {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.QJjwEo {
  transform: translateY(-100%);
  transition: 0.2s ease-in;
}

.kdBXfh {
  transition: 0.2s;
}

.MP52zt {
  opacity: 0;
  transition: 0.2s ease-in;
}

.MP52zt.Bhu9m5 {
  z-index: -1 !important;
}

.LVP8Wf {
  opacity: 1;
  transition: 0.2s;
}

.VrZrC0 {
  height: auto;
}

.VrZrC0,
.cKxVkc {
  position: relative;
  width: 100%;
}

:host(:not(.device-mobile-optimized)) .vlM3HR,
body:not(.device-mobile-optimized) .vlM3HR {
  margin-left: calc((100% - var(--site-width)) / 2);
  width: var(--site-width);
}

.AT7o0U[data-focuscycled="active"] {
  outline: 1px solid transparent;
}

.AT7o0U[data-focuscycled="active"]:not(:focus-within) {
  outline: 2px solid transparent;
  transition: outline 0.01s ease;
}

.AT7o0U .vlM3HR {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.HlRz5e {
  display: block;
  height: 100%;
  width: 100%;
}

.HlRz5e[data-animate-blur] img {
  filter: blur(9px);
  transition: filter 0.8s ease-in;
}

.HlRz5e[data-animate-blur] img[data-load-done] {
  filter: none;
}

.WzbAF8 .mpGTIt .O6KwRn {
  display: var(--item-display);
  height: var(--item-size);
  margin: var(--item-margin);
  width: var(--item-size);
}

.WzbAF8 .mpGTIt .O6KwRn:last-child {
  margin: 0;
}

.WzbAF8 .mpGTIt .O6KwRn .oRtuWN {
  display: block;
}

.WzbAF8 .mpGTIt .O6KwRn .oRtuWN .YaS0jR {
  height: var(--item-size);
  width: var(--item-size);
}

.WzbAF8 .mpGTIt {
  height: 100%;
  position: absolute;
  white-space: nowrap;
  width: 100%;
}

:host(.device-mobile-optimized) .WzbAF8 .mpGTIt,
body.device-mobile-optimized .WzbAF8 .mpGTIt {
  white-space: normal;
}

.big2ZD {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.SHHiV9,
.big2ZD {
  pointer-events: none;
  z-index: var(--pinned-layer-in-container, var(--above-all-in-container));
}

.TMFrcJ {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.dkyyRB {
  transform: translateY(-100%);
  transition: 0.2s ease-in;
}

.L01Zxk {
  transition: 0.2s;
}

.bFRsbd {
  opacity: 0;
  transition: 0.2s ease-in;
}

.bFRsbd.CwYhEy {
  z-index: -1 !important;
}

.u_eaP3 {
  opacity: 1;
  transition: 0.2s;
}

.kn76TK {
  height: auto;
}

.YTbrNX,
.kn76TK {
  position: relative;
  width: 100%;
}

:host(:not(.device-mobile-optimized)) .EwS2PT,
body:not(.device-mobile-optimized) .EwS2PT {
  margin-left: calc((100% - var(--site-width)) / 2);
  width: var(--site-width);
}

.x4zVYf[data-focuscycled="active"] {
  outline: 1px solid transparent;
}

.x4zVYf[data-focuscycled="active"]:not(:focus-within) {
  outline: 2px solid transparent;
  transition: outline 0.01s ease;
}

.x4zVYf .TMFrcJ {
  background-color: transparent;
  border-bottom: var(--brwb, 0) solid
    var(
      --screenwidth-corvid-border-color,
      rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))
    );
  border-radius: var(--rd, 0);
  border-top: var(--brwt, 0) solid
    var(
      --screenwidth-corvid-border-color,
      rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))
    );
  bottom: 0;
  box-shadow: var(--shd, 0 0 5px rgba(0, 0, 0, 0.5));
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}

.x4zVYf .zxR1mn.TMFrcJ {
  background-color: rgba(var(--bg-scrl, 0, 0, 0), var(--alpha-bg-scrl, 0));
  border-bottom: var(--brwb-scrl, var(--brwb, 0)) solid
    var(
      --screenwidth-corvid-border-color,
      rgba(var(--brd-scrl, var(--brd, color_15)), var(--alpha-brd-scrl, 1))
    );
  border-radius: var(--rd-scrl, var(--rd, 0));
  border-top: var(--brwt-scrl, var(--brwt, 0)) solid
    var(
      --screenwidth-corvid-border-color,
      rgba(var(--brd-scrl, var(--brd, color_15)), var(--alpha-brd-scrl, 1))
    );
  box-shadow: var(--shd-scrl, var(--shd, 0 0 5px rgba(0, 0, 0, 0.5)));
}

.x4zVYf .mTQGgy {
  box-sizing: border-box;
  height: 100%;
  transition: all 0.3s ease;
}

.x4zVYf .zxR1mn > .mTQGgy {
  opacity: var(--alpha-bg, 1);
}

.x4zVYf .QijXjn {
  background-color: var(--screenwidth-corvid-background-color, transparent);
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.x4zVYf .zxR1mn > .QijXjn {
  opacity: var(--alpha-bg, 1);
}

.HlRz5e {
  display: block;
  height: 100%;
  width: 100%;
}

.HlRz5e[data-animate-blur] img {
  filter: blur(9px);
  transition: filter 0.8s ease-in;
}

.HlRz5e[data-animate-blur] img[data-load-done] {
  filter: none;
}

.MW5IWV {
  height: 100%;
  left: 0;
  -webkit-mask-image: var(--mask-image, none);
  mask-image: var(--mask-image, none);
  -webkit-mask-position: var(--mask-position, 0);
  mask-position: var(--mask-position, 0);
  -webkit-mask-repeat: var(--mask-repeat, no-repeat);
  mask-repeat: var(--mask-repeat, no-repeat);
  -webkit-mask-size: var(--mask-size, 100%);
  mask-size: var(--mask-size, 100%);
  overflow: hidden;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: absolute;
  top: 0;
  width: 100%;
}

.MW5IWV.N3eg0s {
  clip: rect(0, auto, auto, 0);
}

.MW5IWV .Kv1aVt {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.MW5IWV .dLPlxY {
  height: var(--fill-layer-image-height, 100%);
  opacity: var(--fill-layer-image-opacity);
}

.MW5IWV .dLPlxY img {
  height: 100%;
  width: 100%;
}

@supports (-webkit-hyphens: none) {
  .MW5IWV.N3eg0s {
    clip: auto;
    -webkit-clip-path: inset(0);
  }
}

.VgO9Yg {
  height: 100%;
}

.LWbAav {
  background-color: var(--bg-overlay-color);
  background-image: var(--bg-gradient);
  transition: var(--inherit-transition);
}

.K_YxMd,
.yK6aSC {
  opacity: var(--fill-layer-video-opacity);
}

.NGjcJN {
  bottom: var(--media-padding-bottom);
  height: var(--media-padding-height);
  position: absolute;
  top: var(--media-padding-top);
  width: 100%;
}

.mNGsUM {
  transform: scale(var(--scale, 1));
  transition: var(--transform-duration, transform 0s);
}

.K_YxMd {
  height: 100%;
  position: relative;
  width: 100%;
}

.bX9O_S {
  -webkit-clip-path: var(--fill-layer-clip);
  clip-path: var(--fill-layer-clip);
}

.Z_wCwr,
.bX9O_S {
  position: absolute;
  top: 0;
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
  height: 100%;
  width: 100%;
}

.K8MSra {
  opacity: 0;
}

.K8MSra,
.YTb3b4 {
  position: absolute;
  top: 0;
}

.YTb3b4 {
  height: 0;
  left: 0;
  overflow: hidden;
  width: 0;
}

.SUz0WK {
  left: 0;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: var(--fill-layer-background-media-position);
}

.FNxOn5,
.SUz0WK,
.m4khSP {
  height: 100%;
  top: 0;
  width: 100%;
}

.FNxOn5 {
  position: absolute;
}

.m4khSP {
  background-color: var(--fill-layer-background-overlay-color);
  opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
  position: var(--fill-layer-background-overlay-position);
  transform: var(--fill-layer-background-overlay-transform);
}

@supports (mix-blend-mode: overlay) {
  .m4khSP {
    mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
    opacity: var(--fill-layer-background-overlay-blend-opacity, 1);
  }
}

.ytGGBw {
  width: 100%;
}

.ytGGBw.U3zsen {
  --display: none;
  display: var(--display);
}

.ytGGBw.wDEwXV {
  display: block;
  visibility: visible;
}

.ytGGBw .RMGHU6 {
  direction: rtl;
}

.ytGGBw .ZdV7_s {
  direction: ltr;
}

.ytGGBw.czJOIz {
  position: fixed;
  top: 0;
  z-index: var(--above-all-z-index);
}

.N6oJ0x {
  width: 100%;
}

.N6oJ0x.YXHWcl {
  --display: none;
  display: var(--display);
}

.N6oJ0x.crE6R7 {
  display: block;
  visibility: visible;
}

.N6oJ0x .I9E5U_ {
  direction: rtl;
}

.N6oJ0x .Oxzvyr {
  direction: ltr;
}

.N6oJ0x.L27qsU {
  position: fixed;
  top: 0;
  z-index: var(--above-all-z-index);
}

.EFLBov .YD5pSO {
  align-items: center;
  background: #eff1f2;
  border-bottom: 3px solid #a0138e;
  box-sizing: border-box;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 100%;
}

.EFLBov .YD5pSO.mlxr6g {
  background-color: red;
  border: none;
}

.EFLBov .YD5pSO:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #116dff, inset -2px 2px 0 0 #116dff,
    inset 2px 2px 0 0 #116dff, inset 0 3px 0 0 #fff !important;
}

.EFLBov .YD5pSO > .aGHwBE {
  align-items: center;
  display: flex;
}

.EFLBov .YD5pSO > .aGHwBE .areOb6 {
  color: #20303c;
  flex-shrink: 0;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.EFLBov .YD5pSO > .aGHwBE .areOb6 .dTTUA9 {
  direction: ltr;
  display: inline-flex;
}

.EFLBov .YD5pSO > .aGHwBE .areOb6 .dTTUA9 ._4i7Zy {
  fill: #20303c;
  height: 16px;
  padding-bottom: 6px;
  vertical-align: middle;
  width: 36px;
}

.EFLBov .YD5pSO > .aGHwBE .areOb6 .dTTUA9 ._4i7Zy .o4sLYL {
  fill: #fc0;
}

.EFLBov .YD5pSO > .aGHwBE .areOb6 .dTTUA9 .uJDaUS {
  color: #20303c;
}

.EFLBov .YD5pSO > .aGHwBE .O0tKs2 {
  align-items: center;
  border: 1px solid #a0138e;
  border-radius: 17px;
  color: #a0138e;
  display: inline-flex;
  flex-shrink: 0;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 35px;
  justify-content: center;
  text-align: center;
  width: 112px;
}

.EFLBov .YD5pSO > .aGHwBE .O0tKs2.Oxzvyr {
  margin-left: 6px;
}

.EFLBov .YD5pSO > .aGHwBE .O0tKs2.I9E5U_ {
  margin-right: 6px;
}

.EFLBov .YD5pSO:not(.mlxr6g):hover {
  background: #fff;
  cursor: pointer;
}

.EFLBov .YD5pSO:not(.mlxr6g):hover .O0tKs2 {
  background-color: #a0138e;
  color: #fff;
}

.LHrbPP {
  background: #fff;
  border-radius: 24px;
  color: #116dff;
  cursor: pointer;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 0;
  left: 50%;
  margin-left: -94px;
  opacity: 0;
  padding: 0 24px 0 24px;
  pointer-events: none;
  position: absolute;
  top: 60px;
  width: 0;
  z-index: 9999;
}

.LHrbPP:focus {
  border: 2px solid;
  height: 40px;
  opacity: 1;
  pointer-events: auto;
  width: auto;
}

.aVng1S {
  border-top: var(--lnw, 2px) solid
    rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
  box-sizing: border-box;
  height: 0;
}

.Oqnisf {
  overflow: visible;
}

.cM88eO {
  backface-visibility: hidden;
}

.YtfWHd {
  left: 0;
  position: absolute;
  top: 0;
}

.HlRz5e {
  display: block;
  height: 100%;
  width: 100%;
}

.HlRz5e[data-animate-blur] img {
  filter: blur(9px);
  transition: filter 0.8s ease-in;
}

.HlRz5e[data-animate-blur] img[data-load-done] {
  filter: none;
}

.MW5IWV {
  height: 100%;
  left: 0;
  -webkit-mask-image: var(--mask-image, none);
  mask-image: var(--mask-image, none);
  -webkit-mask-position: var(--mask-position, 0);
  mask-position: var(--mask-position, 0);
  -webkit-mask-repeat: var(--mask-repeat, no-repeat);
  mask-repeat: var(--mask-repeat, no-repeat);
  -webkit-mask-size: var(--mask-size, 100%);
  mask-size: var(--mask-size, 100%);
  overflow: hidden;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: absolute;
  top: 0;
  width: 100%;
}

.MW5IWV.N3eg0s {
  clip: rect(0, auto, auto, 0);
}

.MW5IWV .Kv1aVt {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.MW5IWV .dLPlxY {
  height: var(--fill-layer-image-height, 100%);
  opacity: var(--fill-layer-image-opacity);
}

.MW5IWV .dLPlxY img {
  height: 100%;
  width: 100%;
}

@supports (-webkit-hyphens: none) {
  .MW5IWV.N3eg0s {
    clip: auto;
    -webkit-clip-path: inset(0);
  }
}

.VgO9Yg {
  height: 100%;
}

.LWbAav {
  background-color: var(--bg-overlay-color);
  background-image: var(--bg-gradient);
  transition: var(--inherit-transition);
}

.K_YxMd,
.yK6aSC {
  opacity: var(--fill-layer-video-opacity);
}

.NGjcJN {
  bottom: var(--media-padding-bottom);
  height: var(--media-padding-height);
  position: absolute;
  top: var(--media-padding-top);
  width: 100%;
}

.mNGsUM {
  transform: scale(var(--scale, 1));
  transition: var(--transform-duration, transform 0s);
}

.K_YxMd {
  height: 100%;
  position: relative;
  width: 100%;
}

.bX9O_S {
  -webkit-clip-path: var(--fill-layer-clip);
  clip-path: var(--fill-layer-clip);
}

.Z_wCwr,
.bX9O_S {
  position: absolute;
  top: 0;
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
  height: 100%;
  width: 100%;
}

.K8MSra {
  opacity: 0;
}

.K8MSra,
.YTb3b4 {
  position: absolute;
  top: 0;
}

.YTb3b4 {
  height: 0;
  left: 0;
  overflow: hidden;
  width: 0;
}

.SUz0WK {
  left: 0;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: var(--fill-layer-background-media-position);
}

.FNxOn5,
.SUz0WK,
.m4khSP {
  height: 100%;
  top: 0;
  width: 100%;
}

.FNxOn5 {
  position: absolute;
}

.m4khSP {
  background-color: var(--fill-layer-background-overlay-color);
  opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
  position: var(--fill-layer-background-overlay-position);
  transform: var(--fill-layer-background-overlay-transform);
}

@supports (mix-blend-mode: overlay) {
  .m4khSP {
    mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
    opacity: var(--fill-layer-background-overlay-blend-opacity, 1);
  }
}

.dkukWC {
  --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
  --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
  --divider-pin-border__: min(
    1,
    calc(var(--divider-layers-pin-factor__) / -1 + 1)
  );
  height: calc(
    var(--divider-height__) + var(--divider-pin-height__) *
      var(--divider-layers-size__) * var(--divider-layers-y__)
  );
}

.dkukWC,
.dkukWC .FRCqDF {
  left: 0;
  position: absolute;
  width: 100%;
}

.dkukWC .FRCqDF {
  --divider-layer-i__: var(--divider-layer-i, 0);
  background-position: left
    calc(
      50% + var(--divider-offset-x__) + var(--divider-layers-x__) *
        var(--divider-layer-i__)
    )
    bottom;
  background-repeat: repeat-x;
  border-bottom-style: solid;
  border-bottom-width: calc(
    var(--divider-pin-border__) * var(--divider-layer-i__) *
      var(--divider-layers-y__)
  );
  height: calc(
    var(--divider-height__) + var(--divider-pin-layer-height__) *
      var(--divider-layer-i__) * var(--divider-layers-y__)
  );
  opacity: calc(1 - var(--divider-layer-i__) / (var(--divider-layer-i__) + 1));
}

.xnZvZH {
  --divider-height__: var(--divider-top-height, auto);
  --divider-offset-x__: var(--divider-top-offset-x, 0px);
  --divider-layers-size__: var(--divider-top-layers-size, 0);
  --divider-layers-y__: var(--divider-top-layers-y, 0px);
  --divider-layers-x__: var(--divider-top-layers-x, 0px);
  --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
  border-top: var(--divider-top-padding, 0) solid
    var(--divider-top-color, currentColor);
  opacity: var(--divider-top-opacity, 1);
  top: 0;
  transform: var(--divider-top-flip, scaleY(-1));
}

.xnZvZH .FRCqDF {
  background-image: var(--divider-top-image, none);
  background-size: var(--divider-top-size, contain);
  border-color: var(--divider-top-color, currentColor);
  bottom: 0;
  filter: var(--divider-top-filter, none);
}

.xnZvZH .FRCqDF[data-divider-layer="1"] {
  display: var(--divider-top-layer-1-display, block);
}

.xnZvZH .FRCqDF[data-divider-layer="2"] {
  display: var(--divider-top-layer-2-display, block);
}

.xnZvZH .FRCqDF[data-divider-layer="3"] {
  display: var(--divider-top-layer-3-display, block);
}

.MBOSCN {
  --divider-height__: var(--divider-bottom-height, auto);
  --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
  --divider-layers-size__: var(--divider-bottom-layers-size, 0);
  --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
  --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
  --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
  border-bottom: var(--divider-bottom-padding, 0) solid
    var(--divider-bottom-color, currentColor);
  bottom: 0;
  opacity: var(--divider-bottom-opacity, 1);
  transform: var(--divider-bottom-flip, none);
}

.MBOSCN .FRCqDF {
  background-image: var(--divider-bottom-image, none);
  background-size: var(--divider-bottom-size, contain);
  border-color: var(--divider-bottom-color, currentColor);
  bottom: 0;
  filter: var(--divider-bottom-filter, none);
}

.MBOSCN .FRCqDF[data-divider-layer="1"] {
  display: var(--divider-bottom-layer-1-display, block);
}

.MBOSCN .FRCqDF[data-divider-layer="2"] {
  display: var(--divider-bottom-layer-2-display, block);
}

.MBOSCN .FRCqDF[data-divider-layer="3"] {
  display: var(--divider-bottom-layer-3-display, block);
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/9VWMTeb5jtXkNoTv949Npfk_vArhqVIZ0nv9q090hN8.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/9VWMTeb5jtXkNoTv949NpRsxEYwM7FgeyaSgU71cLG0.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/aDjpMND83pDErGXlVEr-Sfk_vArhqVIZ0nv9q090hN8.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/aDjpMND83pDErGXlVEr-SRsxEYwM7FgeyaSgU71cLG0.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/aDjpMND83pDErGXlVEr-Sfk_vArhqVIZ0nv9q090hN8.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/aDjpMND83pDErGXlVEr-SRsxEYwM7FgeyaSgU71cLG0.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/RbebACOccNN-5ixkDIVLjRUOjZSKWg4xBWp_C_qQx0o.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/RbebACOccNN-5ixkDIVLjRa1RVmPjeKy21_GQJaLlJI.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/c4FPK8_hIFKoX59qcGwdChUOjZSKWg4xBWp_C_qQx0o.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/c4FPK8_hIFKoX59qcGwdCha1RVmPjeKy21_GQJaLlJI.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  src: local("Poppins Italic"), local("Poppins-Italic"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiGyp8kv8JHgFVrJJLucXtAOvWDSHFF.woff2")
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  src: local("Poppins Italic"), local("Poppins-Italic"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiGyp8kv8JHgFVrJJLufntAOvWDSHFF.woff2")
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  src: local("Poppins Italic"), local("Poppins-Italic"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2")
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
  src: local("Poppins Bold Italic"), local("Poppins-BoldItalic"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmy15VFteOYktMqlap.woff2")
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
  src: local("Poppins Bold Italic"), local("Poppins-BoldItalic"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmy15VGdeOYktMqlap.woff2")
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
  src: local("Poppins Bold Italic"), local("Poppins-BoldItalic"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmy15VF9eOYktMqg.woff2")
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2")
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2")
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2")
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw.woff2")
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2")
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2")
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix");
  src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix")
      format("eot"),
    url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff")
      format("woff"),
    url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf")
      format("truetype"),
    url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/d1b1e866-a411-42ba-8f75-72bf28e23694.svg#d1b1e866-a411-42ba-8f75-72bf28e23694")
      format("svg");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot?#iefix");
  src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot?#iefix")
      format("eot"),
    url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/07d62b21-8d7a-4c36-be86-d32ab1089972.woff")
      format("woff"),
    url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/c0050890-bbed-44b9-94df-2611d72dbb06.ttf")
      format("truetype"),
    url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/9f774d17-c03a-418e-a375-34f3beecbc7a.svg#9f774d17-c03a-418e-a375-34f3beecbc7a")
      format("svg");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot?#iefix");
  src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot?#iefix")
      format("eot"),
    url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/a9e95a29-98a7-404a-90ee-1929ad09c696.woff")
      format("woff"),
    url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/0a7663fd-eae8-4e50-a67a-225271f8cceb.ttf")
      format("truetype"),
    url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/58ae9be9-5d95-44b6-8b6c-e6da6a46822c.svg#58ae9be9-5d95-44b6-8b6c-e6da6a46822c")
      format("svg");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/h3r77AwDsldr1E_2g4qqGPk_vArhqVIZ0nv9q090hN8.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/h3r77AwDsldr1E_2g4qqGBsxEYwM7FgeyaSgU71cLG0.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 100;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/rijG6I_IOXJjsH07UEo2mw.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/p0A1C4_gK5NzKtuGSwNurQ.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/rijG6I_IOXJjsH07UEo2mw.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/p0A1C4_gK5NzKtuGSwNurQ.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/rijG6I_IOXJjsH07UEo2mw.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/p0A1C4_gK5NzKtuGSwNurQ.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/-GlaWpWcSgdVagNuOGuFKRUOjZSKWg4xBWp_C_qQx0o.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/-GlaWpWcSgdVagNuOGuFKRa1RVmPjeKy21_GQJaLlJI.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/Fm41upUVp7KTKUZhL0PfQVtXRa8TVwTICgirnJhmVJw.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/Fm41upUVp7KTKUZhL0PfQT8E0i7KZn-EPnyo3HZu7kw.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 900;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm81xVFteOYktMqlap.woff2")
    format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC,
    U+A830-A839, U+A8E0-A8FF;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 900;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm81xVGdeOYktMqlap.woff2")
    format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 900;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm81xVF9eOYktMqg.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z11lFd2JQEl8qw.woff2")
    format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC,
    U+A830-A839, U+A8E0-A8FF;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z1JlFd2JQEl8qw.woff2")
    format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z1xlFd2JQEk.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

#masterPage:not(.landingPage) #PAGES_CONTAINER {
  margin-top: 0px;
  margin-bottom: 0px;
}

#masterPage.landingPage #SITE_HEADER {
  display: none;
}

#masterPage.landingPage #SITE_FOOTER {
  display: none;
}

#masterPage.landingPage #SITE_HEADER-placeholder {
  display: none;
}

#masterPage.landingPage #SITE_FOOTER-placeholder {
  display: none;
}

#SITE_CONTAINER.focus-ring-active
  :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus,
.has-inner-focus-ring {
  --focus-ring-box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 3px #116dff !important;
}

#masterPage {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

#PAGES_CONTAINER {
  --pinned-layer-in-container: 50;
  --above-all-in-container: 49;
}

#SITE_HEADER {
  z-index: 49;
  --above-all-in-container: 10000;
}

#SITE_FOOTER {
  --pinned-layer-in-container: 52;
  --above-all-in-container: 49;
}

:root,
:host,
.spxThemeOverride,
.max-width-container {
  --color_0: 255, 255, 255;
  --color_1: 255, 255, 255;
  --color_2: 0, 0, 0;
  --color_3: 237, 28, 36;
  --color_4: 0, 136, 203;
  --color_5: 255, 203, 5;
  --color_6: 114, 114, 114;
  --color_7: 176, 176, 176;
  --color_8: 255, 255, 255;
  --color_9: 114, 114, 114;
  --color_10: 176, 176, 176;
  --color_11: 248, 244, 244;
  --color_12: 253, 250, 250;
  --color_13: 217, 217, 217;
  --color_14: 0, 0, 0;
  --color_15: 0, 0, 0;
  --color_16: 229, 240, 254;
  --color_17: 0, 0, 0;
  --color_18: 201, 3, 46;
  --color_19: 0, 58, 150;
  --color_20: 0, 29, 75;
  --color_21: 249, 197, 180;
  --color_22: 243, 167, 143;
  --color_23: 0, 0, 0;
  --color_24: 158, 59, 27;
  --color_25: 79, 29, 14;
  --color_26: 210, 172, 247;
  --color_27: 186, 131, 240;
  --color_28: 128, 21, 232;
  --color_29: 85, 14, 155;
  --color_30: 43, 7, 77;
  --color_31: 177, 211, 187;
  --color_32: 127, 168, 139;
  --color_33: 64, 124, 81;
  --color_34: 43, 83, 54;
  --color_35: 21, 41, 27;
  --color_36: 248, 244, 244;
  --color_37: 0, 0, 0;
  --color_38: 186, 183, 183;
  --color_39: 124, 122, 122;
  --color_40: 62, 61, 61;
  --color_41: 201, 3, 46;
  --color_42: 253, 250, 250;
  --color_43: 222, 122, 140;
  --color_44: 186, 147, 155;
  --color_45: 0, 0, 0;
  --color_46: 0, 0, 0;
  --color_47: 201, 3, 46;
  --color_48: 201, 3, 46;
  --color_49: 201, 3, 46;
  --color_50: 248, 244, 244;
  --color_51: 248, 244, 244;
  --color_52: 201, 3, 46;
  --color_53: 201, 3, 46;
  --color_54: 124, 122, 122;
  --color_55: 124, 122, 122;
  --color_56: 248, 244, 244;
  --color_57: 248, 244, 244;
  --color_58: 201, 3, 46;
  --color_59: 201, 3, 46;
  --color_60: 201, 3, 46;
  --color_61: 201, 3, 46;
  --color_62: 248, 244, 244;
  --color_63: 248, 244, 244;
  --color_64: 124, 122, 122;
  --color_65: 124, 122, 122;
  --font_0: normal normal normal 88px/1.2em "poppins", arial, helvetica,
    sans-serif, poppins, sans-serif;
  --font_1: normal normal normal 16px/1.4em din-next-w01-light,
    din-next-w02-light, din-next-w10-light, sans-serif;
  --font_2: normal normal normal 64px/1.1em "poppins", arial, helvetica,
    sans-serif, poppins, sans-serif;
  --font_3: normal normal normal 52px/1.2em "poppins", arial, helvetica,
    sans-serif, poppins, sans-serif;
  --font_4: normal normal normal 46px/1.4em "poppins", arial, helvetica,
    sans-serif, poppins, sans-serif;
  --font_5: normal normal normal 40px/1.4em "poppins", arial, helvetica,
    sans-serif, poppins, sans-serif;
  --font_6: normal normal normal 32px/1.5em "poppins", arial, helvetica,
    sans-serif, poppins, sans-serif;
  --font_7: normal normal normal 22px/1.5em poppins-extralight, poppins,
    sans-serif;
  --font_8: normal normal normal 16px/1.5em poppins-extralight, poppins,
    sans-serif;
  --font_9: normal normal normal 14px/1.7em poppins-extralight, poppins,
    sans-serif;
  --font_10: normal normal normal 12px/1.4em din-next-w01-light,
    din-next-w02-light, din-next-w10-light, sans-serif;
  --sticky-offset: 50px;
  --vh-unit: calc((100vh - 50px) / 100);
  /* --site-width: 980px; */
  --site-width: 100%;
  --above-all-z-index: 100000;
  --portals-z-index: 100001;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --minViewportSize: 320;
  --maxViewportSize: 1920;
  --theme-spx-ratio: 1px;
  --scaling-factor: min((100 * var(--one-unit)), var(--section-max-width));
  --customScaleViewportLimit: clamp(
    var(--minViewportSize) * 1px,
    100 * var(--one-unit),
    min(var(--section-max-width), var(--maxViewportSize) * 1px)
  );
}

.font_0 {
  font: var(--font_0);
  color: rgb(var(--color_45));
  letter-spacing: 0em;
}

.font_1 {
  font: var(--font_1);
  color: rgb(var(--color_14));
  letter-spacing: 0em;
}

.font_2 {
  font: var(--font_2);
  color: rgb(var(--color_45));
  letter-spacing: 0em;
}

.font_3 {
  font: var(--font_3);
  color: rgb(var(--color_45));
  letter-spacing: 0em;
}

.font_4 {
  font: var(--font_4);
  color: rgb(var(--color_45));
  letter-spacing: 0em;
}

.font_5 {
  font: var(--font_5);
  color: rgb(var(--color_45));
  letter-spacing: 0em;
}

.font_6 {
  font: var(--font_6);
  color: rgb(var(--color_45));
  letter-spacing: 0em;
}

.font_7 {
  font: var(--font_7);
  color: rgb(var(--color_15));
  letter-spacing: 0em;
}

.font_8 {
  font: var(--font_8);
  color: rgb(var(--color_15));
  letter-spacing: 0em;
  text-align: justify;
}

.font_9 {
  font: var(--font_9);
  color: rgb(var(--color_15));
  letter-spacing: 0em;
}

.font_10 {
  font: var(--font_10);
  color: rgb(var(--color_14));
  letter-spacing: 0em;
}

.color_0 {
  color: rgb(var(--color_0));
}

.color_1 {
  color: rgb(var(--color_1));
}

.color_2 {
  color: rgb(var(--color_2));
}

.color_3 {
  color: rgb(var(--color_3));
}

.color_4 {
  color: rgb(var(--color_4));
}

.color_5 {
  color: rgb(var(--color_5));
}

.color_6 {
  color: rgb(var(--color_6));
}

.color_7 {
  color: rgb(var(--color_7));
}

.color_8 {
  color: rgb(var(--color_8));
}

.color_9 {
  color: rgb(var(--color_9));
}

.color_10 {
  color: rgb(var(--color_10));
}

.color_11 {
  color: rgb(var(--color_11));
}

.color_12 {
  color: rgb(var(--color_12));
}

.color_13 {
  color: rgb(var(--color_13));
}

.color_14 {
  color: rgb(var(--color_14));
}

.color_15 {
  color: rgb(var(--color_15));
}

.color_16 {
  color: rgb(var(--color_16));
}

.color_17 {
  color: rgb(var(--color_17));
}

.color_18 {
  color: rgb(var(--color_18));
}

.color_19 {
  color: rgb(var(--color_19));
}

.color_20 {
  color: rgb(var(--color_20));
}

.color_21 {
  color: rgb(var(--color_21));
}

.color_22 {
  color: rgb(var(--color_22));
}

.color_23 {
  color: rgb(var(--color_23));
}

.color_24 {
  color: rgb(var(--color_24));
}

.color_25 {
  color: rgb(var(--color_25));
}

.color_26 {
  color: rgb(var(--color_26));
}

.color_27 {
  color: rgb(var(--color_27));
}

.color_28 {
  color: rgb(var(--color_28));
}

.color_29 {
  color: rgb(var(--color_29));
}

.color_30 {
  color: rgb(var(--color_30));
}

.color_31 {
  color: rgb(var(--color_31));
}

.color_32 {
  color: rgb(var(--color_32));
}

.color_33 {
  color: rgb(var(--color_33));
}

.color_34 {
  color: rgb(var(--color_34));
}

.color_35 {
  color: rgb(var(--color_35));
}

.color_36 {
  color: rgb(var(--color_36));
}

.color_37 {
  color: rgb(var(--color_37));
}

.color_38 {
  color: rgb(var(--color_38));
}

.color_39 {
  color: rgb(var(--color_39));
}

.color_40 {
  color: rgb(var(--color_40));
}

.color_41 {
  color: rgb(var(--color_41));
}

.color_42 {
  color: rgb(var(--color_42));
}

.color_43 {
  color: rgb(var(--color_43));
}

.color_44 {
  color: rgb(var(--color_44));
}

.color_45 {
  color: rgb(var(--color_45));
}

.color_46 {
  color: rgb(var(--color_46));
}

.color_47 {
  color: rgb(var(--color_47));
}

.color_48 {
  color: rgb(var(--color_48));
}

.color_49 {
  color: rgb(var(--color_49));
}

.color_50 {
  color: rgb(var(--color_50));
}

.color_51 {
  color: rgb(var(--color_51));
}

.color_52 {
  color: rgb(var(--color_52));
}

.color_53 {
  color: rgb(var(--color_53));
}

.color_54 {
  color: rgb(var(--color_54));
}

.color_55 {
  color: rgb(var(--color_55));
}

.color_56 {
  color: rgb(var(--color_56));
}

.color_57 {
  color: rgb(var(--color_57));
}

.color_58 {
  color: rgb(var(--color_58));
}

.color_59 {
  color: rgb(var(--color_59));
}

.color_60 {
  color: rgb(var(--color_60));
}

.color_61 {
  color: rgb(var(--color_61));
}

.color_62 {
  color: rgb(var(--color_62));
}

.color_63 {
  color: rgb(var(--color_63));
}

.color_64 {
  color: rgb(var(--color_64));
}

.color_65 {
  color: rgb(var(--color_65));
}

.backcolor_0 {
  background-color: rgb(var(--color_0));
}

.backcolor_1 {
  background-color: rgb(var(--color_1));
}

.backcolor_2 {
  background-color: rgb(var(--color_2));
}

.backcolor_3 {
  background-color: rgb(var(--color_3));
}

.backcolor_4 {
  background-color: rgb(var(--color_4));
}

.backcolor_5 {
  background-color: rgb(var(--color_5));
}

.backcolor_6 {
  background-color: rgb(var(--color_6));
}

.backcolor_7 {
  background-color: rgb(var(--color_7));
}

.backcolor_8 {
  background-color: rgb(var(--color_8));
}

.backcolor_9 {
  background-color: rgb(var(--color_9));
}

.backcolor_10 {
  background-color: rgb(var(--color_10));
}

.backcolor_11 {
  background-color: rgb(var(--color_11));
}

.backcolor_12 {
  background-color: rgb(var(--color_12));
}

.backcolor_13 {
  background-color: rgb(var(--color_13));
}

.backcolor_14 {
  background-color: rgb(var(--color_14));
}

.backcolor_15 {
  background-color: rgb(var(--color_15));
}

.backcolor_16 {
  background-color: rgb(var(--color_16));
}

.backcolor_17 {
  background-color: rgb(var(--color_17));
}

.backcolor_18 {
  background-color: rgb(var(--color_18));
}

.backcolor_19 {
  background-color: rgb(var(--color_19));
}

.backcolor_20 {
  background-color: rgb(var(--color_20));
}

.backcolor_21 {
  background-color: rgb(var(--color_21));
}

.backcolor_22 {
  background-color: rgb(var(--color_22));
}

.backcolor_23 {
  background-color: rgb(var(--color_23));
}

.backcolor_24 {
  background-color: rgb(var(--color_24));
}

.backcolor_25 {
  background-color: rgb(var(--color_25));
}

.backcolor_26 {
  background-color: rgb(var(--color_26));
}

.backcolor_27 {
  background-color: rgb(var(--color_27));
}

.backcolor_28 {
  background-color: rgb(var(--color_28));
}

.backcolor_29 {
  background-color: rgb(var(--color_29));
}

.backcolor_30 {
  background-color: rgb(var(--color_30));
}

.backcolor_31 {
  background-color: rgb(var(--color_31));
}

.backcolor_32 {
  background-color: rgb(var(--color_32));
}

.backcolor_33 {
  background-color: rgb(var(--color_33));
}

.backcolor_34 {
  background-color: rgb(var(--color_34));
}

.backcolor_35 {
  background-color: rgb(var(--color_35));
}

.backcolor_36 {
  background-color: rgb(var(--color_36));
}

.backcolor_37 {
  background-color: rgb(var(--color_37));
}

.backcolor_38 {
  background-color: rgb(var(--color_38));
}

.backcolor_39 {
  background-color: rgb(var(--color_39));
}

.backcolor_40 {
  background-color: rgb(var(--color_40));
}

.backcolor_41 {
  background-color: rgb(var(--color_41));
}

.backcolor_42 {
  background-color: rgb(var(--color_42));
}

.backcolor_43 {
  background-color: rgb(var(--color_43));
}

.backcolor_44 {
  background-color: rgb(var(--color_44));
}

.backcolor_45 {
  background-color: rgb(var(--color_45));
}

.backcolor_46 {
  background-color: rgb(var(--color_46));
}

.backcolor_47 {
  background-color: rgb(var(--color_47));
}

.backcolor_48 {
  background-color: rgb(var(--color_48));
}

.backcolor_49 {
  background-color: rgb(var(--color_49));
}

.backcolor_50 {
  background-color: rgb(var(--color_50));
}

.backcolor_51 {
  background-color: rgb(var(--color_51));
}

.backcolor_52 {
  background-color: rgb(var(--color_52));
}

.backcolor_53 {
  background-color: rgb(var(--color_53));
}

.backcolor_54 {
  background-color: rgb(var(--color_54));
}

.backcolor_55 {
  background-color: rgb(var(--color_55));
}

.backcolor_56 {
  background-color: rgb(var(--color_56));
}

.backcolor_57 {
  background-color: rgb(var(--color_57));
}

.backcolor_58 {
  background-color: rgb(var(--color_58));
}

.backcolor_59 {
  background-color: rgb(var(--color_59));
}

.backcolor_60 {
  background-color: rgb(var(--color_60));
}

.backcolor_61 {
  background-color: rgb(var(--color_61));
}

.backcolor_62 {
  background-color: rgb(var(--color_62));
}

.backcolor_63 {
  background-color: rgb(var(--color_63));
}

.backcolor_64 {
  background-color: rgb(var(--color_64));
}

.backcolor_65 {
  background-color: rgb(var(--color_65));
}

#PAGES_CONTAINER {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

#SITE_PAGES {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

#SITE_PAGES {
  --transition-duration: 700ms;
}

#masterPage:not(.landingPage) {
  --top-offset: 0px;
  --header-height: 94px;
}

#masterPage.landingPage {
  --top-offset: 0px;
}

#SITE_HEADER {
  --brd: var(--color_47);
  --brwt: 0px;
  --brwb: 0px;
  --shd: none;
  --rd: 0px;
  --alpha-brd: 1;
  --backdrop-filter: none;
  --boxShadowToggleOn-shd: none;
}

#SITE_HEADER {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

[data-mesh-id="SITE_HEADERinlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="SITE_HEADERinlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="SITE_HEADERinlineContent-gridContainer"] > [id="comp-lzwlspnp"] {
  position: relative;
  margin: 5px 0px 18px calc((100% - 980px) * 0.5);
  left: 1px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="SITE_HEADERinlineContent-gridContainer"] > [id="comp-lzwnwry0"] {
  position: relative;
  margin: 24px 0px 38px calc((100% - 980px) * 0.5);
  left: 268px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

#SITE_HEADER {
  --bg-overlay-color: rgb(12, 14, 42);
  --bg-gradient: none;
}

#comp-lzwlspnp {
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingTop: 0px;
  --contentPaddingBottom: 0px;
}

#comp-lzwlspnp {
  /* width: 109px; */
  width: 10.9%;
  height: 71px;
}

#comp-lzwlspnp {
  --height: 71px;
  /* --width: 109px; */
  --width: 10.9%;
}

#comp-lzwnwry0 {
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-lzwnwry0 {
  /* width: 444px; */
  width: 44%;
  height: auto;
}

#SITE_FOOTER {
  --bg: var(--color_11);
  --shd: none;
  --brwt: 0px;
  --brd: var(--color_47);
  --brwb: 0px;
  --bgctr: var(--color_11);
  --rd: 0px;
  --alpha-bg: 1;
  --boxShadowToggleOn-shd: none;
  --alpha-brd: 1;
  --alpha-bgctr: 1;
  --backdrop-filter: none;
}

#SITE_FOOTER {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

[data-mesh-id="SITE_FOOTERinlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > [id="comp-lzwmvkic"] {
  position: relative;
  margin: 6px 0px 0px calc((100% - 980px) * 0.5);
  left: -180px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

#SITE_FOOTER {
  --shc-mutated-brightness: 124, 122, 122;
  --bg-overlay-color: transparent;
  --bg-gradient: none;
}

#comp-lzwmvkic {
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingTop: 0px;
  --contentPaddingBottom: 0px;
}

#comp-lzwmvkic {
  /* width: 1333px; */
  width: 133.3%;
  height: 445px;
}

#comp-lzwmvkic {
  --height: 445px;
  /* --width: 1333px; */
  --width: 133.3%;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/9VWMTeb5jtXkNoTv949Npfk_vArhqVIZ0nv9q090hN8.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/9VWMTeb5jtXkNoTv949NpRsxEYwM7FgeyaSgU71cLG0.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/aDjpMND83pDErGXlVEr-Sfk_vArhqVIZ0nv9q090hN8.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/aDjpMND83pDErGXlVEr-SRsxEYwM7FgeyaSgU71cLG0.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/RbebACOccNN-5ixkDIVLjRUOjZSKWg4xBWp_C_qQx0o.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/RbebACOccNN-5ixkDIVLjRa1RVmPjeKy21_GQJaLlJI.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/c4FPK8_hIFKoX59qcGwdChUOjZSKWg4xBWp_C_qQx0o.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/c4FPK8_hIFKoX59qcGwdCha1RVmPjeKy21_GQJaLlJI.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  src: local("Poppins Italic"), local("Poppins-Italic"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiGyp8kv8JHgFVrJJLucXtAOvWDSHFF.woff2")
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  src: local("Poppins Italic"), local("Poppins-Italic"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiGyp8kv8JHgFVrJJLufntAOvWDSHFF.woff2")
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  src: local("Poppins Italic"), local("Poppins-Italic"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2")
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
  src: local("Poppins Bold Italic"), local("Poppins-BoldItalic"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmy15VFteOYktMqlap.woff2")
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
  src: local("Poppins Bold Italic"), local("Poppins-BoldItalic"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmy15VGdeOYktMqlap.woff2")
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
  src: local("Poppins Bold Italic"), local("Poppins-BoldItalic"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmy15VF9eOYktMqg.woff2")
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2")
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2")
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2")
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw.woff2")
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2")
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2")
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/h3r77AwDsldr1E_2g4qqGPk_vArhqVIZ0nv9q090hN8.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/h3r77AwDsldr1E_2g4qqGBsxEYwM7FgeyaSgU71cLG0.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/rijG6I_IOXJjsH07UEo2mw.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/p0A1C4_gK5NzKtuGSwNurQ.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/-GlaWpWcSgdVagNuOGuFKRUOjZSKWg4xBWp_C_qQx0o.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/-GlaWpWcSgdVagNuOGuFKRa1RVmPjeKy21_GQJaLlJI.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/Fm41upUVp7KTKUZhL0PfQVtXRa8TVwTICgirnJhmVJw.woff2")
      format("woff2"),
    url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/Fm41upUVp7KTKUZhL0PfQT8E0i7KZn-EPnyo3HZu7kw.woff")
      format("woff");
  font-display: swap;
}

#ob6i9 {
  --param_boolean_previewHover: false;
}

#ob6i9 {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

#masterPage {
  --pinned-layers-in-page: 0;
}

[data-mesh-id="Containerob6i9inlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="Containerob6i9inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: 40px;
  grid-template-rows: repeat(2, min-content) 1fr;
  grid-template-columns: 100%;
  padding-bottom: 0px;
  box-sizing: border-box;
}

[data-mesh-id="Containerob6i9inlineContent-gridContainer"]
  > [id="comp-lzu6lpuo1"] {
  position: relative;
  margin: 0px 0px 0 calc((100% - 980px) * 0.5);
  left: 0px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="Containerob6i9inlineContent-gridContainer"]
  > [id="comp-lzu6lpw2"] {
  position: relative;
  margin: 0px 0px 0 calc((100% - 980px) * 0.5);
  left: 0px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="Containerob6i9inlineContent-gridContainer"]
  > [id="comp-lzu6lpwk2"] {
  position: relative;
  margin: 0px 0px 0 calc((100% - 980px) * 0.5);
  left: 0px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

#comp-lzu6lpuo1 {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

[data-mesh-id="comp-lzu6lpuo1inlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="comp-lzu6lpuo1inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: repeat(2, min-content) 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-lzu6lpuo1inlineContent-gridContainer"]
  > [id="comp-lzu6lpv2"] {
  position: relative;
  margin: 30px 0px 28px 0px;
  left: 0px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lzu6lpuo1inlineContent-gridContainer"]
  > [id="comp-m05aeyeq"] {
  position: relative;
  margin: 0px 0px 35px calc((100% - 980px) * 0.5);
  left: 412px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lzu6lpuo1inlineContent-gridContainer"]
  > [id="comp-lzwmm2yv"] {
  position: relative;
  margin: 0px 0px 0px calc((100% - 1050px) * 0.5);
  left: 22px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

#comp-lzu6lpv2 {
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-lzu6lpv2:not([data-motion-enter="done"]) {
    opacity: 0;
  }
}

#comp-lzu6lpv2 {
  /* width: 980px; */
  width: 98%;
  height: auto;
}

#comp-m05aeyeq {
  --rd: 0px 0px 0px 0px;
  --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  --shd: none;
  --fnt: normal normal normal 13px/1.5em "poppins", arial, helvetica, sans-serif,
    poppins, sans-serif;
  --trans2: color 0.4s ease 0s;
  --txt: var(--color_50);
  --brw: 1px;
  --bg: 202, 9, 48;
  --brd: var(--color_49);
  --bgh: 0, 0, 0;
  --brdh: var(--color_52);
  --txth: 255, 255, 255;
  --bgd: 204, 204, 204;
  --alpha-bgd: 1;
  --brdd: 204, 204, 204;
  --alpha-brdd: 1;
  --txtd: 255, 255, 255;
  --alpha-txtd: 1;
  --alpha-txth: 1;
  --alpha-brdh: 0;
  --alpha-brd: 1;
  --alpha-bg: 1;
  --alpha-bgh: 1;
  --boxShadowToggleOn-shd: none;
  --alpha-txt: 1;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-m05aeyeq:not([data-motion-enter="done"]) {
    opacity: 0;
  }
}

#comp-m05aeyeq {
  width: 133px;
  height: 40px;
}

#comp-lzwmm2yv {
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-lzwmm2yv {
  width: 979px;
  /* width: 54%; */
  height: auto;
}

#comp-lzu6lpw2 {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

[data-mesh-id="comp-lzu6lpw2inlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="comp-lzu6lpw2inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: repeat(7, min-content) 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-lzu6lpw2inlineContent-gridContainer"]
  > [id="comp-lzu6lpwa"] {
  position: relative;
  margin: 59px 0px 50px calc((100% - 980px) * 0.5);
  left: 8px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lzu6lpw2inlineContent-gridContainer"]
  > [id="comp-lzwm77af"] {
  position: relative;
  margin: 0px 0px 39px calc((100% - 980px) * 0.5);
  left: 2px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lzu6lpw2inlineContent-gridContainer"]
  > [id="comp-lzwm3f0x"] {
  position: relative;
  margin: 3px 0px 54px calc((100% - 980px) * 0.5);
  left: 2px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lzu6lpw2inlineContent-gridContainer"]
  > [id="comp-m05aeimm"] {
  position: relative;
  margin: 0px 0px 51px calc((100% - 980px) * 0.5);
  left: 806px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lzu6lpw2inlineContent-gridContainer"]
  > [id="comp-lzwm8497"] {
  position: relative;
  margin: 0px 0px 41px calc((100% - 980px) * 0.5);
  left: 2px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lzu6lpw2inlineContent-gridContainer"]
  > [id="comp-lzwm4t0g"] {
  position: relative;
  margin: 3px 0px 44px calc((100% - 980px) * 0.5);
  left: 2px;
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lzu6lpw2inlineContent-gridContainer"]
  > [id="comp-m05ahwvj"] {
  position: relative;
  margin: 0px 0px 41px calc((100% - 980px) * 0.5);
  left: 806px;
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lzu6lpw2inlineContent-gridContainer"]
  > [id="comp-lzwm8fql"] {
  position: relative;
  margin: 0px 0px 40px calc((100% - 980px) * 0.5);
  left: 2px;
  grid-area: 6 / 1 / 7 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lzu6lpw2inlineContent-gridContainer"]
  > [id="comp-lzwm569m"] {
  position: relative;
  margin: 3px 0px 52px calc((100% - 980px) * 0.5);
  left: 2px;
  grid-area: 7 / 1 / 8 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lzu6lpw2inlineContent-gridContainer"]
  > [id="comp-m05ai5og"] {
  position: relative;
  margin: 0px 0px 49px calc((100% - 980px) * 0.5);
  left: 806px;
  grid-area: 7 / 1 / 8 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lzu6lpw2inlineContent-gridContainer"]
  > [id="comp-lzwm8p5q"] {
  position: relative;
  margin: 0px 0px 31px calc((100% - 980px) * 0.5);
  left: 2px;
  grid-area: 8 / 1 / 9 / 2;
  justify-self: start;
  align-self: start;
}

#comp-lzu6lpwa {
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-lzu6lpwa:not([data-motion-enter="done"]) {
    opacity: 0;
  }
}

#comp-lzu6lpwa {
  /* width: 980px; */
  width: 92%;
  height: auto;
  margin-left: 0px;
}

#comp-lzwm77af {
  --lnw: 1px;
  --brd: var(--color_47);
  --alpha-brd: 1;
}

#comp-lzwm77af {
  width: 979px;
  /* width: 95%; */
  height: 7px;
}

#comp-lzwm3f0x {
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-lzwm3f0x {
  /* width: 685px; */
  width: 68.5%;
  height: auto;
}

#comp-m05aeimm {
  --rd: 0px 0px 0px 0px;
  --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  --shd: none;
  --fnt: normal normal normal 13px/1.5em "poppins", arial, helvetica, sans-serif,
    poppins, sans-serif;
  --trans2: color 0.4s ease 0s;
  --txt: var(--color_50);
  --brw: 1px;
  --bg: 202, 9, 48;
  --brd: var(--color_49);
  --bgh: 0, 0, 0;
  --brdh: var(--color_52);
  --txth: 255, 255, 255;
  --bgd: 204, 204, 204;
  --alpha-bgd: 1;
  --brdd: 204, 204, 204;
  --alpha-brdd: 1;
  --txtd: 255, 255, 255;
  --alpha-txtd: 1;
  --alpha-txth: 1;
  --alpha-brdh: 0;
  --alpha-brd: 1;
  --alpha-bg: 1;
  --alpha-bgh: 1;
  --boxShadowToggleOn-shd: none;
  --alpha-txt: 1;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-m05aeimm:not([data-motion-enter="done"]) {
    opacity: 0;
  }
}

#comp-m05aeimm {
  width: 112px;
  /* width: 11.2%; */
  height: 34px;
}

#comp-lzwm8497 {
  --lnw: 1px;
  --brd: var(--color_47);
  --alpha-brd: 1;
}

#comp-lzwm8497 {
  width: 980px;
  /* width: 95%; */
  height: 7px;
}

#comp-lzwm4t0g {
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-lzwm4t0g {
  /* width: 685px; */
  width: 68.5%;
  height: auto;
}

#comp-m05ahwvj {
  --rd: 0px 0px 0px 0px;
  --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  --shd: none;
  --fnt: normal normal normal 13px/1.5em "poppins", arial, helvetica, sans-serif,
    poppins, sans-serif;
  --trans2: color 0.4s ease 0s;
  --txt: var(--color_50);
  --brw: 1px;
  --bg: 202, 9, 48;
  --brd: var(--color_49);
  --bgh: 0, 0, 0;
  --brdh: var(--color_52);
  --txth: 255, 255, 255;
  --bgd: 204, 204, 204;
  --alpha-bgd: 1;
  --brdd: 204, 204, 204;
  --alpha-brdd: 1;
  --txtd: 255, 255, 255;
  --alpha-txtd: 1;
  --alpha-txth: 1;
  --alpha-brdh: 0;
  --alpha-brd: 1;
  --alpha-bg: 1;
  --alpha-bgh: 1;
  --boxShadowToggleOn-shd: none;
  --alpha-txt: 1;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-m05ahwvj:not([data-motion-enter="done"]) {
    opacity: 0;
  }
}

#comp-m05ahwvj {
  width: 112px;
  /* width: 11%; */
  height: 34px;
}

#comp-lzwm8fql {
  --lnw: 1px;
  --brd: var(--color_47);
  --alpha-brd: 1;
}

#comp-lzwm8fql {
  width: 980px;
  /* width: 95%; */
  height: 7px;
}

#comp-lzwm569m {
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-lzwm569m {
  /* width: 685px; */
  width: 68.5%;
  height: auto;
}

#comp-m05ai5og {
  --rd: 0px 0px 0px 0px;
  --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  --shd: none;
  --fnt: normal normal normal 13px/1.5em "poppins", arial, helvetica, sans-serif,
    poppins, sans-serif;
  --trans2: color 0.4s ease 0s;
  --txt: var(--color_50);
  --brw: 1px;
  --bg: 202, 9, 48;
  --brd: var(--color_49);
  --bgh: 0, 0, 0;
  --brdh: var(--color_52);
  --txth: 255, 255, 255;
  --bgd: 204, 204, 204;
  --alpha-bgd: 1;
  --brdd: 204, 204, 204;
  --alpha-brdd: 1;
  --txtd: 255, 255, 255;
  --alpha-txtd: 1;
  --alpha-txth: 1;
  --alpha-brdh: 0;
  --alpha-brd: 1;
  --alpha-bg: 1;
  --alpha-bgh: 1;
  --boxShadowToggleOn-shd: none;
  --alpha-txt: 1;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-m05ai5og:not([data-motion-enter="done"]) {
    opacity: 0;
  }
}

#comp-m05ai5og {
  width: 112px;
  /* width: 11%; */
  height: 34px;
}

#comp-lzwm8p5q {
  --lnw: 1px;
  --brd: var(--color_47);
  --alpha-brd: 1;
}

#comp-lzwm8p5q {
  width: 980px;
  /* width: 95%; */
  height: 7px;
}

#comp-lzu6lpwk2 {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

[data-mesh-id="comp-lzu6lpwk2inlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="comp-lzu6lpwk2inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: repeat(2, min-content) 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-lzu6lpwk2inlineContent-gridContainer"]
  > [id="comp-lzu6lpwz1"] {
  position: relative;
  margin: 27px 0px 21px calc((100% - 980px) * 0.5);
  left: 0px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lzu6lpwk2inlineContent-gridContainer"]
  > [id="comp-lzu6lpx13"] {
  position: relative;
  margin: 0px 0px 24px calc((100% - 1050px) * 0.5);
  left: 22px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lzu6lpwk2inlineContent-gridContainer"]
  > [id="comp-lzu6lpx8"] {
  position: relative;
  margin: 0px 0px 22px calc((100% - 980px) * 0.5);
  left: 0px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

#comp-lzu6lpwz1 {
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-lzu6lpwz1:not([data-motion-enter="done"]) {
    opacity: 0;
  }
}

#comp-lzu6lpwz1 {
  /* width: 980px; */
  width: 92%;
  height: auto;
  margin-left: 0px;
}

#comp-lzu6lpx13 {
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-lzu6lpx13:not([data-motion-enter="done"]) {
    opacity: 0;
  }
}

#comp-lzu6lpx13 {
  width: 979px;
  /* width: 95%; */
  height: auto;
}

#comp-lzu6lpx8 {
  left: 0;
  margin-left: 0;
  width: 100%;
  /* min-width: 980px; */
  min-width: 98%;
}

[data-mesh-id="comp-lzu6lpxeinlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="comp-lzu6lpxeinlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: repeat(2, min-content) 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-lzu6lpxeinlineContent-gridContainer"]
  > [id="comp-lzu6lpxf4"] {
  position: relative;
  margin: 24px 0px 24px calc((100% - 1050px) * 0);
  left: 180px;
  grid-area: 1 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lzu6lpxeinlineContent-gridContainer"]
  > [id="comp-lzu6lpxn"] {
  position: relative;
  margin: 24px 0px 16px calc((100% - 980px) * 0);
  left: 791px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lzu6lpxeinlineContent-gridContainer"]
  > [id="comp-m05b4j92"] {
  position: relative;
  margin: 0px 0px 24px calc((100% - 980px) * 0);
  left: 791px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

#comp-lzu6lpxe {
  /* width: 980px; */
  width: 98%;
}

#comp-lzu6lpxf4 {
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingTop: 0px;
  --contentPaddingBottom: 0px;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-lzu6lpxf4:not([data-motion-enter="done"]) {
    opacity: 0;
  }
}

#comp-lzu6lpxf4 {
  /* width: 540px; */
  width: 54%;
  height: 320px;
}

#comp-lzu6lpxn {
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-lzu6lpxn:not([data-motion-enter="done"]) {
    opacity: 0;
  }
}

#comp-lzu6lpxn {
  /* width: 448px; */
  width: 24%;
  height: auto;
}

#comp-m05b4j92 {
  --rd: 0px 0px 0px 0px;
  --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  --shd: none;
  --fnt: normal normal normal 13px/1.5em "poppins", arial, helvetica, sans-serif,
    poppins, sans-serif;
  --trans2: color 0.4s ease 0s;
  --txt: var(--color_50);
  --brw: 1px;
  --bg: 202, 9, 48;
  --brd: var(--color_49);
  --bgh: 0, 0, 0;
  --brdh: var(--color_52);
  --txth: 255, 255, 255;
  --bgd: 204, 204, 204;
  --alpha-bgd: 1;
  --brdd: 204, 204, 204;
  --alpha-brdd: 1;
  --txtd: 255, 255, 255;
  --alpha-txtd: 1;
  --alpha-txth: 1;
  --alpha-brdh: 0;
  --alpha-brd: 1;
  --alpha-bg: 1;
  --alpha-bgh: 1;
  --boxShadowToggleOn-shd: none;
  --alpha-txt: 1;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-m05b4j92:not([data-motion-enter="done"]) {
    opacity: 0;
  }
}

#comp-m05b4j92 {
  width: 112px;
  /* width: 11%; */
  height: 34px;
}

#ob6i9 {
  width: auto;
  min-height: 40px;
}

#pageBackground_ob6i9 {
  --bg-position: absolute;
  --bg-overlay-color: rgb(var(--color_11));
  --bg-gradient: none;
}

.backgroundGroup__ob6i9 :not(#pageBackground_ob6i9) {
  --bg-position: absolute;
  --bg-overlay-color: rgb(var(--color_11));
  --bg-gradient: none;
}

#comp-lzu6lpuo1 {
  --bg-overlay-color: rgb(var(--color_11));
  --bg-gradient: none;
  /* min-width: 980px; */
  min-width: 98%;
}

#comp-lzu6lpv2 {
  --min-height: 67px;
}

#comp-m05aeyeq {
  --shc-mutated-brightness: 101, 5, 24;
  --margin-start: 0px;
  --margin-end: 0px;
  --fnt: normal normal normal 13px/1.5em "poppins", arial, helvetica, sans-serif,
    poppins, sans-serif;
  --label-align: center;
  --label-text-align: center;
}

#comp-lzu6lpw2 {
  --bg-overlay-color: rgb(var(--color_11));
  --bg-gradient: none;
  /* min-width: 980px; */
  width: 98%;
}

#comp-lzwm77af {
  transform-origin: center 0.5px;
}

#comp-m05aeimm {
  --shc-mutated-brightness: 101, 5, 24;
  --margin-start: 0px;
  --margin-end: 0px;
  --fnt: normal normal normal 13px/1.5em "poppins", arial, helvetica, sans-serif,
    poppins, sans-serif;
  --label-align: center;
  --label-text-align: center;
}

#comp-lzwm8497 {
  transform-origin: center 0.5px;
}

#comp-m05ahwvj {
  --shc-mutated-brightness: 101, 5, 24;
  --margin-start: 0px;
  --margin-end: 0px;
  --fnt: normal normal normal 13px/1.5em "poppins", arial, helvetica, sans-serif,
    poppins, sans-serif;
  --label-align: center;
  --label-text-align: center;
}

#comp-lzwm8fql {
  transform-origin: center 0.5px;
}

#comp-m05ai5og {
  --shc-mutated-brightness: 101, 5, 24;
  --margin-start: 0px;
  --margin-end: 0px;
  --fnt: normal normal normal 13px/1.5em "poppins", arial, helvetica, sans-serif,
    poppins, sans-serif;
  --label-align: center;
  --label-text-align: center;
}

#comp-lzwm8p5q {
  transform-origin: center 0.5px;
}

#comp-lzu6lpwk2 {
  --bg-overlay-color: rgb(var(--color_11));
  --bg-gradient: none;
  /* min-width: 980px; */
  min-width: 98%;
}

#comp-lzu6lpx8 {
  --bg-overlay-color: transparent;
  --bg-gradient: none;
  --padding: 0px;
  --margin: 0px;
  /* min-width: 980px; */
  min-width: 98%;
  --firstChildMarginTop: -1px;
  --lastChildMarginBottom: -1px;
  --items-direction: row;
}

#comp-lzu6lpxe {
  --bg-overlay-color: transparent;
  --bg-gradient: none;
  width: 100%;
  /* --column-width: 980px; */
  --column-width: 98%;
  --column-flex: 980;
}

#comp-lzu6lpxf4 {
  --height: 320px;
  /* --width: 540px; */
  --width: 54%;
}

#comp-m05b4j92 {
  --shc-mutated-brightness: 101, 5, 24;
  --margin-start: 0px;
  --margin-end: 0px;
  --fnt: normal normal normal 13px/1.5em "poppins", arial, helvetica, sans-serif,
    poppins, sans-serif;
  --label-align: center;
  --label-text-align: center;
}

/* General footer styling */
.SITE_FOOTER_WRAPPER {
  width: 100%;
  margin: 0 auto;
}

.SITE_FOOTER {
  width: 100%;
  background-color: var(--bg, #fff);
  padding-top: 20px;
  box-sizing: border-box;
}

/* Footer content styling */
.footer-background {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.footer-image-container {
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: rgb(13 16 42) !important;
  text-align: var(--margin-start);
}

.footer-image-container a {
  text-decoration: none;
}

.footer-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.main-container {
  max-width: 980px;
  margin: 10px auto 10px auto !important;
}
.nav-header {
  max-width: 980px;
  margin: 0px auto;
}
.row-items {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.h-span-1 {
  font-size: 52px;
  letter-spacing: 0rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  display: block;
  opacity: 0;
  animation: fadeIn 2s forwards;
  margin-bottom: 10px !important;
}
.h-span-2 {
  font-size: 38px;
  letter-spacing: 0rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  display: block;
  opacity: 0;
  animation: fadeIn 2s forwards;
  margin-bottom: 10px !important;
}

.order-button {
  background-color: #cb0230;
  padding: 10px 22px;
  text-decoration: none;
  color: white;
  box-sizing: border-box;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  display: block;
  opacity: 0;
  animation: fadeIn 4s forwards;
}

.order-button:hover {
  background-color: #000;
  color: white;
  text-decoration: none;
}

.videoplayer {
  width: 95%;
  height: 35rem;
  margin: 30px auto;
}

.parapic {
  margin: 30px auto !important;
}

.paragraph {
  margin: 30px auto !important;
}

.about {
  margin: 20px auto 10px auto !important;
}

.about-pic {
  margin: 20px 0px 0px 0px !important;
}

.text-right {
  padding: 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.image-shadow {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  width: 100%;
  height: auto;
  object-fit: fill;
  object-position: 50% 50%;
}
.image-contact {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
}
.parapic2 {
  margin-top: 15px;
}

.p_span {
  font-size: 18px !important;
  text-align: justify;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}

.p_span2 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 17px !important;
  text-align: justify;
  letter-spacing: 0em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.order-button-gap{
  margin: 20px auto;
}
.p_span2_gap{
  margin: 15px 0px!important;
}

.aboutus {
  margin: 25px 0px !important;
  opacity: 0;
}

.hidden {
  display: none;
}

.visible {
  display: block;
  opacity: 0;
  animation: fadeIn 5s forwards;
}

.contact-btn {
  justify-content: start !important;
}

/* Responsive adjustments */

@media (max-width: 480px) {
  .main-container {
    max-width: 95%;
    height: fit-content;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-header {
    max-width: 95%;
    margin: 0px auto;
    text-align: center;
  }
  .row-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #comp-lzwnwry0 {
    margin: 5px auto;
  }
  #comp-lzwlspnp {
    margin: 0px auto;
  }

  .h-span-1 {
    font-size: 52px;
    letter-spacing: 0rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1em;
    font-weight: bold;
    text-align: center !important;
  }
  /* subtitle */
  .h-span-2 {
    font-size: 38px;
    letter-spacing: 0rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: 500;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  /* sub-subtitle */
  .h-span-3 {
    font-size: 10px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: bold;
    text-align: start;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-4 {
    font-size: 13px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-5 {
    font-size: 12px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-6 {
    font-size: 12px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: normal;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 30px !important;
  }
  .order-container{
    margin-top: 50px;
  }
  .save-time-container{
    margin-top: 50px;
  }
  .container-1{
    margin-top: 30px;
    width: 100%;
  }
  .container-1-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
  .container-2{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .container-3{
    margin-top: 40px;
  }
  .image23size{
    width: 220px;
    height: auto;
    margin-right: 10px;
  }
  
  /* end of head */
  /* image text container */
  .main-container{
    padding: 0px 15px;
  }

  .img-s{
    width: 60px;
  }
  .img-s1{
    width: 100px;
  }
  .img-text-container {
    width: 90px;
    height: 150px;
  }
  .img-text {
    font-size: 9px !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-align: center;
    font-weight: 400;
  }
  
  /* image text container */
  /* accordion text */
  accordion-section {
    font-size: var(--font_6);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .span-text-accordion {
    font-size: 10px;
  }
  /* Rotate the arrow when accordion is open */
  details[open] summary::after {
    transform: rotate(-180deg); /* Arrow rotates upward */
  }

  /* Content inside accordion */
  details p {
    margin: 10px 0 0;
    padding: 0;
  }
  .accordion-section p {
    text-align: center !important;
  }

  .accordion-section .span-text1 {
    font-size: 12px !important;
  }
  .accordion-section p {
    text-align: center !important;
  }
  summary {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    font-size: 20px;
  }
  summary::after {
    content: "\f078"; /* Font Awesome 'fa-chevron-down' icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 600; /* Bold weight for icons */
    font-size: 8px;
    transition: transform 0.3s ease-in-out;
  }
  .span-text3 {
    letter-spacing: 0.07em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 8px;
  }
  .span-text5 {
    letter-spacing: 0.05em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1;
    font-size: 9px;
  }
  .span-text4 {
    letter-spacing: 0.04em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1;
    font-size: 9px;
  }
  .span-text6 {
    letter-spacing: 0.02em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 9px;
    text-align: center;
  }
  .span-text7{
    letter-spacing: 0.07em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 18px;
  }

  .p-text1 {
    margin-top: 10px;
   line-height: 1em;
   text-align: justify;
 }
 .p-text2 {
  margin-top: 10px;
 line-height: 1em;
 text-align: center;
}
 .bullet-icon {
    font-size: 10px; 
    margin-top: 10px;
}
.bullet_text{
    color: #000000;
    text-decoration: underline;
}
.bullet_text2{
  color: #cb0230;
  text-decoration: underline;
}
.exp-btn{
    margin-top: 30px;
    margin-bottom: 20px;
}

.image-size-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}


.image-size{
width: 100%;
height: auto;
aspect-ratio: 16/9;
margin-bottom: 5px;

}
  /* accordion text */
  /* accordion text */
  
  .comp-lzu6lpv2 h1 {
    font-size: 10px;
    text-align: center !important;
    margin-bottom: 10px;
  }

  .videoplayer {
    width: 90%;
    height: 15rem !important;
    margin: 20px auto;
  }

  .para-pic {
    text-align: left;
    font-size: 5px !important;
  }

  .text-right {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }

  .col-md-6 {
    display: block;
  }

  .image-shadow {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    width: 85%;
    height: fit-content;
    object-fit: fill;
    object-position: 50% 50%;
  }

  .image-contact {
    border-radius: 3px;
    max-width: 100%;
    height: fit-content;
    object-fit: cover;
  }

  .p_span {
    font-size: 17px !important;
    text-align: justify;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
  }

  .p_span2 {
    font-size: 17px !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: 0em;
    line-height: 1.5em;
  }

  .parapic {
    margin: 15px 0px !important;
  }

  .parapic2 {
    margin: 15px 15px !important;
  }

  .paragraph {
    margin: 15px 15px !important;
  }

  .about-pic {
    margin: 20px 0px 10px 0px !important;
  }

  .parapic2 {
    text-align: center !important;
    margin: 10px 0px !important;
  }

  .about-pic {
    text-align: center !important;
  }

  .image-contact {
    width: 80% !important;
  }

  .contact-btn {
    justify-content: center !important;
  }
  .aboutus {
    margin: 15px 0px !important;
  }

  .footer-image {
    width: 80%;
    height: auto;
  }

  .body {
    overflow: hidden;
  }

  .footer-col-0 {
    border-bottom: 1px solid white;
  }

  .footer-col {
    border-bottom: 1px solid white;
    margin-top: 1%;
  }

  .footer-col-2 {
    border-bottom: 1px solid white;
    box-shadow: #969494;
  }

  .footer-col-3 {
    border-bottom: 1px solid white;
  }

  .footer-row {
    margin-top: 30px;
    margin-left: 0;
    padding: 4% 2%;
  }

  ul.footer-menu li::before {
    margin-left: 20px;
  }

  .service-col-2 {
    margin-top: 1%;
    margin-left: 34%;
    margin-top: 20px;
  }

  /* .h-span-1 {
        font-size:38px;
        letter-spacing: 0em;
        font-family: "Poppins",Arial, Helvetica, sans-serif;
        line-height: 1.3em;
        font-weight: normal;
    } */

  .h1-style {
    font-size: 34px !important;
    text-align: center;
  }

  

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  #comp-lzwmm2yv {
    /* width: 919px; */
    width: 90%;
    height: auto;
    margin-left: 5px;
  }

  #comp-lzu6lpx13 {
    /* width: 919px; */
    width: 90%;
    height: auto;
    margin-left: 5px;
  }

  #comp-lzu6lpxf4 {
    width: 80%;
    height: 320px;
  }

  #comp-lzu6lpxn {
    width: 90%;
    height: auto;
    margin-right: -20px;
  }

  #comp-lzu6lpxf4 img {
    width: 90%;
    height: auto;
  }

  #comp-lzwm77af,
  #comp-lzwm8497,
  #comp-lzwm8fql,
  #comp-lzwm8p5q {
    width: 90%;
    height: 7px;
    margin-left: 20px;
    margin-top: -10px;
    margin-bottom: revert-layer;
  }

  #comp-m05aeimm,
  #comp-m05ahwvj,
  #comp-m05ai5og {
    width: 11.2%;
    height: 34px;
    margin-left: -60%;
  }

  #comp-lzwm3f0x,
  #comp-lzwm4t0g,
  #comp-lzwm569m {
    width: 68.5%;
    height: auto;
    margin-left: 20px;
  }

  [data-mesh-id="comp-lzu6lpxeinlineContent-gridContainer"] {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  /* [data-mesh-id=comp-lzu6lpxeinlineContent-gridContainer]>[id="comp-lzu6lpxf4"] {
        margin: 0 370px 24px 0;
        width: 100%;
        left: 0;
        justify-self: center;
    } */

  [data-mesh-id="comp-lzu6lpxeinlineContent-gridContainer"]
    > [id="comp-lzu6lpxf4"] {
    position: relative;
    margin: 24px 0px 24px 0px;
    left: 34px;
    grid-area: 1 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id="comp-lzu6lpxeinlineContent-gridContainer"]
    > [id="comp-m05b4j92"] {
    margin: 20px 0 0 -1580px;
    width: 100%;
    justify-self: center;
  }

  [data-mesh-id="comp-lzu6lpuo1inlineContent-gridContainer"]
    > [id="comp-lzu6lpv2"] {
    position: relative;
    margin: 30px 0px 28px 0px;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

  #comp-lzu6lpv2 {
    /* width: 980px; */
    width: 90%;
    height: auto;
    margin-left: 10px;
  }

  #comp-lzwlspnp {
    height: 71px;
    /* --width: 109px; */
    width: 50%;
  }

  #comp-lzwnwry0 {
    /* width: 444px; */
    width: 80%;
    height: auto;
  }

  [data-mesh-id="SITE_HEADERinlineContent-gridContainer"] {
    display: grid;
    grid-template-columns: 1fr;
    /* Single column layout */
    grid-template-rows: auto;
  }

  /* Image styles */
  [data-mesh-id="SITE_HEADERinlineContent-gridContainer"]
    > [id="comp-lzwlspnp"] {
    margin: 0 auto;
    /* Center the image horizontally */
    margin-left: 130px;
    grid-area: 1 / 1 / 2 / 2;
    /* Ensure it's in the first row */
    justify-self: center;
    align-self: start;
    width: 80%;
    /* Adjust as necessary for mobile */
  }

  /* Text styles */
  [data-mesh-id="SITE_HEADERinlineContent-gridContainer"]
    > [id="comp-lzwnwry0"] {
    margin: 10px auto;
    /* Center the text horizontally and add some space */
    margin-left: -230px;
    grid-area: 2 / 1 / 3 / 2;
    /* Ensure it's in the second row */
    justify-self: center;
    align-self: start;
    width: 90%;
    /* Adjust as necessary for mobile */
    text-align: center;
    /* Center the text */
  }

  [data-mesh-id="comp-lzu6lpwk2inlineContent-gridContainer"]
    > [id="comp-lzu6lpx13"] {
    position: relative;
    margin: 10px;
    left: 2px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id="comp-lzu6lpxeinlineContent-gridContainer"]
    > [id="comp-lzu6lpxn"] {
    margin: 250px 0 0 -1600px;
    width: 100%;
    justify-self: center;
    text-align: justify;
  }
}

@media only screen and (min-width: 631px) and (max-width: 767px) {
  .footer-row {
    margin-top: 20px;
    margin-left: 0;
    padding: 4% 2%;
  }

  .videoplayer {
    width: 95%;
    height: 25rem !important;
    margin: 10px auto;
  }

  .image-shadow {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    width: 90%;
    height: fit-content;
    object-fit: cover;
    object-position: 50% 50%;
    text-align: center !important;
  }

  .image-contact {
    border-radius: 4px;
    width: 90%;
    height: fit-content;
    object-fit: cover;
    object-position: 50% 50%;
    text-align: center !important;
  }

  .p_span {
    font-size: 17px !important;
    text-align: justify;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
  }

  .p_span2 {
    font-size: 17px !important;
    text-align: justify;
  }

  .para-pic {
    text-align: center;
    margin: 20px 10px !important;
  }
  .h-span-1 {
    font-size: 52px;
    letter-spacing: 0rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 0.8em;
    font-weight: bold;
    text-align: center !important;
    margin: 10px auto !important;
  }
 /* subtitle */
 .h-span-2 {
  font-size: 38px;
  letter-spacing: 0rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  display: block;
  opacity: 0;
  animation: fadeIn 2s forwards;
  margin-bottom: 10px !important;
}
/* sub-subtitle */
.h-span-3 {
  font-size: 17px;
  letter-spacing: 0em;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  font-weight: bold;
  text-align: start;
  display: block;
  opacity: 0;
  animation: fadeIn 2s forwards;
  margin-bottom: 10px !important;
}
.h-span-4 {
  font-size: 20px;
  letter-spacing: 0em;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  display: block;
  opacity: 0;
  animation: fadeIn 2s forwards;
  margin-bottom: 10px !important;
}
.h-span-5 {
  font-size: 18px;
  letter-spacing: 0em;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  font-weight: 600;
  text-align: center;
  display: block;
  opacity: 0;
  animation: fadeIn 2s forwards;
  margin-bottom: 10px !important;
}
.h-span-6 {
  font-size: 18px;
  letter-spacing: 0em;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  font-weight: normal;
  text-align: center;
  display: block;
  opacity: 0;
  animation: fadeIn 2s forwards;
  margin-bottom: 30px !important;
}
.order-container{
  margin-top: 80px;
}
.save-time-container{
  margin-top: 50px;
}
.container-1{
  margin-top: 60px;
  width: 100%;
}
.container-1-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.container-2{
  margin-top: 20px;
  margin-bottom: 20px;
}
.container-3{
  margin-top: 40px;
}
.image23size{
  width: 200px;
  height: auto;
  margin-right: 10px;
}
/* end of head */

  .parapic2 {
    text-align: center !important;
    margin: 20px 0px !important;
  }
  .paragraph {
    margin: 10px 15px !important;
  }

  .about-pic {
    text-align: center !important;
  }

  .image-contact {
    width: 80% !important;
  }

  .aboutus {
    margin: 20px 0px !important;
  }

  .main-container {
    max-width: 95%;
    height: fit-content;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-btn {
    justify-content: center !important;
  }
  /* image text container */
  .img-cont{
    padding: 0px 30px;
  }
  .main-container{
    padding: 0px 20px;
  }
  .img-text-container {
    width: 150px;
  }
  .img-text {
    font-size: 12px !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-align: center;
    font-weight: 300;
  }
  .SITE_HEADER {
    height: 80px;
  }
  /* image text container */
  /* accordion text */
  accordion-section {
    font-size: var(--font_6);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .span-text-accordion {
    font-size: 24px;
  }
  /* Rotate the arrow when accordion is open */
  details[open] summary::after {
    transform: rotate(-180deg); /* Arrow rotates upward */
  }

  /* Content inside accordion */
  details p {
    margin: 10px 0 0;
    padding: 0;
  }
  .accordion-section p {
    text-align: center !important;
  }

  .accordion-section .span-text1 {
    font-size: 18px !important;
  }
  .accordion-section p {
    text-align: center !important;
  }
  summary {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    font-size: 28px;
  }
  summary::after {
    content: "\f078"; /* Font Awesome 'fa-chevron-down' icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 600; /* Bold weight for icons */
    font-size: 12px;
    transition: transform 0.3s ease-in-out;
  }
  .span-text3 {
    letter-spacing: 0.07em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 12px;
  }
  .span-text5 {
    letter-spacing: 0.05em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: 12px;
  }
  .span-text4 {
    letter-spacing: 0.04em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: 15px;
  }
  .span-text6 {
    letter-spacing: 0.01em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 12px;
    text-align: center;
  }
  .span-text7{
    letter-spacing: 0.05em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.8;
    font-size: 12px;
  }

  .p-text1 {
    margin-top: 20px;
    font-size: 15px;
   line-height: 1.4em;
   text-align: justify;
 }
 .p-text2 {
  margin-top: 20px;
  font-size: 15x;
 line-height: 1.4em;
 text-align: center;
}
 .bullet-icon {
    font-size: 18px; 
    margin-top: 10px;
}
.bullet_text{
    color: #000000;
    text-decoration: underline;
}
.bullet_text2{
  color: #cb0230;
  text-decoration: underline;
}
.exp-btn{
    margin-top: 50px;
    margin-bottom: 50px;
}

.image-size-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.image-size{
width: 49.6%;
height: auto;
aspect-ratio: 16/9;
margin-bottom: 5px;

}

  /* accordion text */
}

@media only screen and (min-width: 480px) and (max-width: 630px) {
  .main-container {
    height: fit-content;
    margin-top: 15px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-header {
    max-width: 95%;
    margin: 0px auto;
    text-align: center;
  }
  .row-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #comp-lzwnwry0 {
    margin: 0px auto;
  }
  #comp-lzwlspnp {
    margin: 0px auto;
  }

  .h-span-1 {
    font-size: 52px;
    letter-spacing: 0rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 0.8em;
    font-weight: bold;
    text-align: center !important;
    margin: 10px auto !important;
  }
  /* subtitle */
 .h-span-2 {
  font-size: 38px;
  letter-spacing: 0rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  display: block;
  opacity: 0;
  animation: fadeIn 2s forwards;
  margin-bottom: 10px !important;
}
/* sub-subtitle */
.h-span-3 {
  font-size: 13px;
  letter-spacing: 0em;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  font-weight: bold;
  text-align: start;
  display: block;
  opacity: 0;
  animation: fadeIn 2s forwards;
  margin-bottom: 10px !important;
}
.h-span-4 {
  font-size: 16px;
  letter-spacing: 0em;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  display: block;
  opacity: 0;
  animation: fadeIn 2s forwards;
  margin-bottom: 10px !important;
}
.h-span-5 {
  font-size: 15px;
  letter-spacing: 0em;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  font-weight: 600;
  text-align: center;
  display: block;
  opacity: 0;
  animation: fadeIn 2s forwards;
  margin-bottom: 10px !important;
}
.h-span-6 {
  font-size: 15px;
  letter-spacing: 0em;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  font-weight: normal;
  text-align: center;
  display: block;
  opacity: 0;
  animation: fadeIn 2s forwards;
  margin-bottom: 30px !important;
}
.order-container{
  margin-top: 50px;
}
.save-time-container{
  margin-top: 50px;
}
.container-1{
  margin-top: 30px;
  width: 100%;
}
.container-1-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.container-2{
  margin-top: 20px;
  margin-bottom: 20px;
}
.container-3{
  margin-top: 40px;
}
.image23size{
  width: 220px;
  height: auto;
  margin-right: 10px;
}
.img22{
  width: 150px !important;
  height: 700px !important;
  background-color: red !important;
}
/* end of head */

  /* image text container */
  .img-cont{
    padding: 0px 20px;
  }
  .main-container{
    padding: 0px 20px;
  }
  .img-text-container {
    width: 130px;
  }
  
  .img-text {
    font-size: 10px !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-align: center;
    font-weight: 300;
  }
  
  /* image text container */
  /* accordion text */
  accordion-section {
    font-size: var(--font_6);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .span-text-accordion {
    font-size: 10px;
  }
  /* Rotate the arrow when accordion is open */
  details[open] summary::after {
    transform: rotate(-180deg); /* Arrow rotates upward */
  }

  /* Content inside accordion */
  details p {
    margin: 10px 0 0;
    padding: 0;
  }
  .accordion-section p {
    text-align: center !important;
  }

  .accordion-section .span-text1 {
    font-size: 12px !important;
  }
  .accordion-section p {
    text-align: center !important;
  }
  summary {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    font-size: 20px;
  }
  summary::after {
    content: "\f078"; /* Font Awesome 'fa-chevron-down' icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 600; /* Bold weight for icons */
    font-size: 12px;
    transition: transform 0.3s ease-in-out;
  }
  .span-text3 {
    letter-spacing: 0.07em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 10px;
  }
  .span-text5 {
    letter-spacing: 0.05em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: 10px;
  }
  .span-text4 {
    letter-spacing: 0.04em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: 12px;
  }
  .span-text6 {
    letter-spacing: 0.02em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 10px;
    text-align: center;
  }
  .span-text7{
    letter-spacing: 0.05em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    font-size: 10px;
  }

  .p-text1 {
    margin-top: 10px;
    font-size: 13px;
   line-height: 1em;
   text-align: justify;
 }
 .p-text2 {
  margin-top: 10px;
  font-size: 13x;
 line-height: 1em;
 text-align: center;
}
 .bullet-icon {
    font-size: 10px; 
    margin-top: 10px;
}
.bullet_text{
    color: #000000;
    text-decoration: underline;
}
.bullet_text2{
  color: #cb0230;
  text-decoration: underline;
}
.exp-btn{
    margin-top: 30px;
    margin-bottom: 20px;
}

.image-size-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.image-size{
width: 100%;
height: auto;
aspect-ratio: 16/9;
margin-bottom: 5px;

}
  /* accordion text */
  .comp-lzu6lpv2 h1 {
    text-align: center !important;
  }

  .order-button:hover {
    background-color: #000;
    color: white;
    text-decoration: none;
  }

  .videoplayer {
    width: 90%;
    height: 18rem !important;
    margin: 20px auto;
  }

  .para-pic {
    text-align: center;
    margin: 12px 10px;
  }
  #comp-m0dril6l {
    margin: 5px 10px !important;
  }

  .paragraph {
    margin: 5px 10px !important;
  }

  .aboutus {
    margin: 20px 0px !important;
  }

  .text-right {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .col-md-6 {
    display: block;
  }

  .image-shadow {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    width: 90%;
    height: fit-content;
    object-fit: fill;
    object-position: 50% 50%;
  }

  .image-contact {
    border-radius: 3px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .p_span {
    font-size: 16px !important;
    text-align: justify;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
  }

  .p_span2 {
    font-size: 17px !important;
    text-align: justify;
  }

  .parapic {
    margin: 10px 10px !important;
  }

  .paragraph {
    margin: 20px 10px !important;
  }

  .about {
    margin: 20px 10px 10px 10px !important;
  }

  .about-pic {
    margin: 20px 10px 10px 10px !important;
  }

  .parapic2 {
    text-align: center;
  }

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

  .image-contact {
    width: 80%;
  }

  /* .comp-m0c196pl1 div wow-image img{
        max-width: 95%;
        object-fit: cover; 
        object-position: 50% 50%;
    } */
  .contact-btn {
    justify-content: center !important;
  }

  .service-col-2 {
    margin-top: 1%;
    margin-left: 40%;
    margin-top: 20px;
  }

  .footer-row {
    margin-top: 20px;
    margin-left: 0;
    padding: 4% 2%;
  }

  .footer-col-2,
  .footer-col-3 {
    margin-top: 5%;
  }

  .footer-small {
    font-size: 14px !important;
    text-align: justify;
  }

  .footer-row ul > li {
    padding: 0 0 5px 0;
  }

  .footer-span-text2 {
    margin-bottom: 10px;
    position: fixed;
  }

  ul.footer-menu li::before {
    margin-left: 20px;
  }

  #comp-lzu6lpx13 {
    width: 90%;
    height: auto;
    margin-right: 15px;
  }

  #comp-lzwlspnp {
    height: 71px;
    /* --width: 109px; */
    width: 50%;
  }

  #comp-lzwnwry0 {
    /* width: 444px; */
    width: 80%;
    height: auto;
  }

  #comp-lzu6lpxn {
    width: 90%;
    height: auto;
    margin-right: -20px;
  }

  #comp-lzwm77af,
  #comp-lzwm8497,
  #comp-lzwm8fql,
  #comp-lzwm8p5q {
    width: 97%;
    height: 7px;
    margin-left: 20px;
    margin-top: -10px;
  }

  /* #comp-m05aeimm, #comp-m05ahwvj, #comp-m05ai5og {
        width: 11.2%;
        height: 34px;
        margin-left: -60%;
    }


    #comp-lzwm3f0x, #comp-lzwm4t0g, #comp-lzwm569m {
        width: 68.5%;
        height: auto;
        margin-left: 20px;
    }

    #comp-lzu6lpxf4 {
        width: 90%;
        height: 320px;
    } */

  [data-mesh-id="comp-lzu6lpw2inlineContent-gridContainer"] {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    row-gap: 10px;
    /* Add some space between the rows */
  }

  /* Adjust the container */
  [data-mesh-id="SITE_HEADERinlineContent-gridContainer"] {
    display: grid;
    grid-template-columns: 1fr;
    /* Single column layout */
    grid-template-rows: auto;
  }

  /* Image styles */
  [data-mesh-id="SITE_HEADERinlineContent-gridContainer"]
    > [id="comp-lzwlspnp"] {
    margin-left: 200px;
    grid-area: 1 / 1 / 2 / 2;
    /* Ensure it's in the first row */
    justify-self: center;
    align-self: start;
    width: 70%;
    /* Adjust as necessary for this screen size */
  }

  /* Text styles */
  [data-mesh-id="SITE_HEADERinlineContent-gridContainer"]
    > [id="comp-lzwnwry0"] {
    grid-area: 2 / 1 / 3 / 2;
    /* Ensure it's in the second row */
    justify-self: center;
    align-self: start;
    width: 85%;
    /* Adjust as necessary for this screen size */
    text-align: center;
    /* Center the text */
  }

  [data-mesh-id="comp-lzu6lpwk2inlineContent-gridContainer"]
    > [id="comp-lzu6lpx13"] {
    position: relative;
    margin: 10px;
    left: 22px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }

  /* [data-mesh-id=comp-lzu6lpwk2inlineContent-gridContainer]>[id="comp-lzu6lpxn"] {
        position: relative;
        margin: 10px;
        left: 2px;
        grid-area: 2 / 1 / 3 / 2;
        justify-self: start;
        align-self: start;
    } */

  [data-mesh-id="comp-lzu6lpxeinlineContent-gridContainer"]
    > [id="comp-lzu6lpxn"] {
    margin: 350px 0 0 -1600px;
    width: 100%;
    justify-self: center;
    text-align: justify;
  }

  [data-mesh-id="comp-lzu6lpxeinlineContent-gridContainer"]
    > [id="comp-lzu6lpxf4"] {
    position: relative;
    margin: 24px 0px 24px 0px;
    left: 34px;
    grid-area: 1 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1010px) {
  .main-container {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-header {
    max-width: 95%;
    margin: 0px auto;
  }
  .row-items {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .h-span-1 {
    font-size: 52px;
    letter-spacing: 0rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center !important;
  }
   /* subtitle */
   .h-span-2 {
    font-size: 38px;
    letter-spacing: 0rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: 500;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  /* sub-subtitle */
  .h-span-3 {
    font-size: 21px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: bold;
    text-align: start;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-4 {
    font-size: 24px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-5 {
    font-size: 23px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-6 {
    font-size: 23px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: normal;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 30px !important;
  }
  .order-container{
    margin-top: 80px;
  }
  .save-time-container{
    margin-top: 50px;
  }
  .container-1{
    margin-top: 80px;
    width: 100%;
  }
  .container-1-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
  .container-2{
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .container-3{
    margin-top: 50px;
  }
  .image23size{
    width: 300px;
    height: auto;
    margin-right: 10px;
  }
  /* end of head */

  .comp-lzu6lpv2 h1 {
    text-align: center !important;
  }

  .order-button {
    background-color: #cb0230;
    padding: 9px 20px;
    text-decoration: none;
    color: white;
    box-sizing: border-box;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 13px;
    /* position: absolute; */
  }

  .order-button:hover {
    background-color: #000;
    color: white;
    text-decoration: none;
  }

  .videoplayer {
    width: 100%;
    height: 33rem;
    margin: auto;
  }

  .para-pic {
    text-align: center;
    margin: 20px 20px;
  }

  .text-right {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .col-md-6 {
    display: block;
  }

  .image-shadow {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
  }
  .image-contact {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .p_span {
    font-size: 18px !important;
    text-align: justify;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
  }

  .p_span2 {
    font-size: 17px !important;
    text-align: justify;
    margin-bottom: 20px;
  }

  .parapic2 {
    text-align: center;
    margin-top: 15px;
  }

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

  .image-contact {
    width: 80%;
  }

  .contact-btn {
    justify-content: center !important;
  }

  .service-row {
    width: 94%;
  }

  .footer-image-container {
    width: 100% !important;
  }

  .footer-small {
    font-size: 13px !important;
    text-align: justify;
  }

  .footer-btn {
    margin: 2px;
    margin-left: 0px;
  }

  #comp-lzu6lpx13 {
    width: 95%;
    height: auto;
    margin-right: 15px;
  }

  #comp-lzwmm2yv {
    width: 94%;
    height: auto;
    margin-left: 5px;
  }

  #comp-lzwlspnp {
    height: 71px;
    width: 50%;
  }

  #comp-lzwnwry0 {
    width: 80%;
    height: auto;
  }

  #comp-lzwm77af,
  #comp-lzwm8497,
  #comp-lzwm8fql,
  #comp-lzwm8p5q {
    width: 97%;
    height: 7px;
    margin-left: 20px;
  }

  #comp-lzu6lpxf4 {
    width: 100%;
    height: 320px;
  }

  #comp-m05aeimm,
  #comp-m05ahwvj,
  #comp-m05ai5og {
    width: 11.2%;
    height: 34px;
    margin-left: -18%;
  }

  #comp-lzwm3f0x,
  #comp-lzwm4t0g,
  #comp-lzwm569m {
    width: 68.5%;
    height: auto;
    margin-left: 20px;
  }

  #comp-lzu6lpxn {
    width: 95%;
    height: auto;
    margin-right: -20px;
  }

  [data-mesh-id="SITE_HEADERinlineContent-gridContainer"] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  [data-mesh-id="SITE_HEADERinlineContent-gridContainer"]
    > [id="comp-lzwlspnp"] {
    margin: 0px;
    margin-left: 150px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
    align-self: start;
    width: 70%;
  }

  [data-mesh-id="SITE_HEADERinlineContent-gridContainer"]
    > [id="comp-lzwnwry0"] {
    margin: 10px 80px 10px 0px;
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
    align-self: start;
    width: 85%;
    text-align: center;
  }

  [data-mesh-id="comp-lzu6lpwk2inlineContent-gridContainer"]
    > [id="comp-lzu6lpx13"] {
    position: relative;
    margin: 10px;
    left: 22px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id="comp-lzu6lpxeinlineContent-gridContainer"]
    > [id="comp-lzu6lpxn"] {
    margin: 370px 0 0 -1600px;
    width: 100%;
    justify-self: center;
    text-align: justify;
  }

  [data-mesh-id="comp-lzu6lpxeinlineContent-gridContainer"]
    > [id="comp-lzu6lpxf4"] {
    position: relative;
    margin: 24px 0px 24px 0px;
    left: 34px;
    grid-area: 1 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id="comp-lzu6lpxeinlineContent-gridContainer"]
    > [id="comp-m05b4j92"] {
    margin: 20px 0 0 -1700px;
    width: 100%;
    justify-self: center;
  }
  /* image text container */
  .img-cont{
    padding: 0px 70px;
  }
  .main-container{
    padding: 0px 20px;
  }
   .img-text-container {
    width: 200px;
  }
  .img-text {
    font-size: 16.9px !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-align: center;
    font-weight: 300;
  }
  .SITE_HEADER {
    height: 80px;
  }
  /* image text container */

  /* accordion text */
  accordion-section {
    font-size: var(--font_6);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .span-text-accordion {
    font-size: 24px;
  }
  /* Rotate the arrow when accordion is open */
  details[open] summary::after {
    transform: rotate(-180deg); /* Arrow rotates upward */
  }

  /* Content inside accordion */
  details p {
    margin: 10px 0 0;
    padding: 0;
  }
  .accordion-section p {
    text-align: center !important;
  }

  .accordion-section .span-text1 {
    font-size: 18px !important;
  }
  .accordion-section p {
    text-align: center !important;
  }
  summary {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    font-size: 28px;
  }
  summary::after {
    content: "\f078"; /* Font Awesome 'fa-chevron-down' icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 600; /* Bold weight for icons */
    font-size: 12px;
    transition: transform 0.3s ease-in-out;
  }
  .span-text3 {
    letter-spacing: 0.07em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 16px;
  }
  .span-text5 {
    letter-spacing: 0.05em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: 15px;
  }
  .span-text4 {
    letter-spacing: 0.04em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: 18px;
  }
  .span-text6 {
    letter-spacing: 0.03em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 15px;
    text-align: center;
  }
  .span-text7{
    letter-spacing: 0.05em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.8;
    font-size: 15px;
  }

  .p-text1 {
    margin-top: 20px;
    font-size: 18px;
   line-height: 1.4em;
   text-align: justify;
 }
 .p-text2 {
  margin-top: 20px;
  font-size: 18x;
 line-height: 1.4em;
 text-align: center;
}
 .bullet-icon {
    font-size: 18px; 
    margin-top: 10px;
}
.bullet_text{
    color: #000000;
    text-decoration: underline;
}
.bullet_text2{
  color: #cb0230;
  text-decoration: underline;
}
.exp-btn{
    margin-top: 50px;
    margin-bottom: 50px;
}

.image-size-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.image-size{
width: 49.65%;
height: auto;
aspect-ratio: 16/9;
margin-bottom: 5px;

}
  /* accordion text */
  
}











@media only screen and (min-width: 1011px) and (max-width: 1270px) {
  .h-span-1 {
    font-size: 52px;
    letter-spacing: 0rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center !important;
  }
    /* subtitle */
  .h-span-2 {
    font-size: 38px;
    letter-spacing: 0rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: 500;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  /* sub-subtitle */
  .h-span-3 {
    font-size: 28px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: bold;
    text-align: start;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-4 {
    font-size: 35px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-5 {
    font-size: 30px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-6 {
    font-size: 30px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: normal;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 30px !important;
  }
  .order-container{
    margin-top: 80px;
  }
  .save-time-container{
    margin-top: 50px;
  }
  .container-1{
    margin-top: 80px;
    width: 100%;
  }
  .container-1-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
  .container-2{
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .container-3{
    margin-top: 50px;
  }
  .image23size{
    width: 300px;
    height: auto;
    margin-right: 10px;
  }
  /* end of head */
  .service-row {
    width: 80%;
  }

  .footer-image-container {
    width: 100% !important;
  }

  .footer-small {
    font-size: 12px !important;
    text-align: justify;
  }

  .footer-btn {
    margin: 3px;
    margin-left: 0px;
  }

  .social-icons {
    width: 20 !important;
    height: 20 !important;
  }
  /* image text container */
  .img-cont{
    padding: 0px 150px;
  }
  .main-container{
    padding: 0px 20px;
  }
   .img-text-container {
    width: 200px;
  }
  .img-text {
    font-size: 16.9px !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-align: center;
    font-weight: 300;
  }
  .SITE_HEADER {
    height: 80px;
  }
  /* image text container */

  /* accordion text */
  accordion-section {
    font-size: var(--font_6);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .span-text-accordion {
    font-size: 24px;
  }
  /* Rotate the arrow when accordion is open */
  details[open] summary::after {
    transform: rotate(-180deg); /* Arrow rotates upward */
  }

  /* Content inside accordion */
  details p {
    margin: 10px 0 0;
    padding: 0;
  }
  .accordion-section p {
    text-align: center !important;
  }

  .accordion-section .span-text1 {
    font-size: 16px !important;
  }
  .accordion-section p {
    text-align: center !important;
  }
  summary {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    font-size: 28px;
  }
  summary::after {
    content: "\f078"; /* Font Awesome 'fa-chevron-down' icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 600; /* Bold weight for icons */
    font-size: 12px;
    transition: transform 0.3s ease-in-out;
  }
  .span-text3 {
    letter-spacing: 0.07em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 18px;
  }
  .span-text5 {
    letter-spacing: 0.05em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: 18px;
  }
  .span-text4 {
    letter-spacing: 0.04em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: 24px/1.2em;
  }
  .span-text6 {
    letter-spacing: 0.03em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 18px;
    text-align: center;
  }
  .span-text7{
    letter-spacing: 0.05em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.8;
    font-size: 18px;
  }

  .p-text1 {
    margin-top: 25px;
    font-size: 20px;
   line-height: 1.4em;
   text-align: justify;
 }
 .p-text2 {
  margin-top: 25px;
  font-size: 20px;
 line-height: 1.4em;
 text-align: center;
}
 .bullet-icon {
    font-size: 20px; 
    margin-top: 10px;
}
.bullet_text{
    color: #000000;
    text-decoration: underline;
}
.bullet_text2{
  color: #cb0230;
  text-decoration: underline;
}
.exp-btn{
    margin-top: 50px;
    margin-bottom: 50px;
}

.image-size-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.image-size{
width: 468px;
height: auto;
aspect-ratio: 16/9;
margin-bottom: 5px;

}
  /* accordion text */
}











@media only screen and (min-width: 1271px) and (max-width: 1450px) {
  .h-span-1 {
    font-size: 52px;
    letter-spacing: 0rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center !important;
  }
  /* subtitle */
  .h-span-2 {
    font-size: 38px;
    letter-spacing: 0rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: 500;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  /* sub-subtitle */
  .h-span-3 {
    font-size: 30px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: bold;
    text-align: start;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-4 {
    font-size: 38px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-5 {
    font-size: 32px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-6 {
    font-size: 32px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: normal;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 30px !important;
  }
  .order-container{
    margin-top: 80px;
  }
  .save-time-container{
    margin-top: 50px;
  }
  .container-1{
    margin-top: 80px;
    width: 100%;
  }
  .container-1-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
  .container-2{
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .container-3{
    margin-top: 50px;
  }
  .image23size{
    width: 300px;
    height: auto;
    margin-right: 10px;
  }
  /* end of head */

  .service-row {
    width: 70%;
  }
  .loctext {
    font-size: 9px;
  }
  .footer-small {
    font-size: 13px !important;
    text-align: justify;
  }
   /* image text container */
   .img-text-container {
    width: 200px;
  }
  .img-text {
    font-size: 16.9px !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-align: center;
    font-weight: 300;
  }
  .SITE_HEADER {
    height: 80px;
  }
   /* image text container */
   .img-cont{
    padding: 0px 150px;
  }
   .img-text-container {
    width: 200px;
  }
  .img-text {
    font-size: 16.9px !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-align: center;
    font-weight: 300;
  }
  .SITE_HEADER {
    height: 80px;
  }
  /* image text container */

  /* accordion text */
  accordion-section {
    font-size: var(--font_6);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .span-text-accordion {
    font-size: 24px;
  }
  /* Rotate the arrow when accordion is open */
  details[open] summary::after {
    transform: rotate(-180deg); /* Arrow rotates upward */
  }

  /* Content inside accordion */
  details p {
    margin: 10px 0 0;
    padding: 0;
  }
  .accordion-section p {
    text-align: center !important;
  }

  .accordion-section .span-text1 {
    font-size: 16px !important;
  }
  .accordion-section p {
    text-align: center !important;
  }
  summary {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    font-size: 28px;
  }
  summary::after {
    content: "\f078"; /* Font Awesome 'fa-chevron-down' icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 600; /* Bold weight for icons */
    font-size: 12px;
    transition: transform 0.3s ease-in-out;
  }
  .span-text3 {
    letter-spacing: 0.07em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 18px;
  }
  .span-text5 {
    letter-spacing: 0.05em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: 18px;
  }
  .span-text4 {
    letter-spacing: 0.04em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: 24px/1.2em;
  }
  .span-text6 {
    letter-spacing: 0.01em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 18px;
    text-align: center;
  }
  .span-text7{
    letter-spacing: 0.05em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.8;
    font-size: 18px;
  }

  .p-text1 {
    margin-top: 25px;
    font-size: 20px;
   line-height: 1.4em;
   text-align: justify;
 }
 .p-text2 {
  margin-top: 25px;
  font-size: 20px;
 line-height: 1.4em;
 text-align: center;
}
 .bullet-icon {
    font-size: 20px; 
    margin-top: 10px;
}
.bullet_text{
    color: #000000;
    text-decoration: underline;
}
.bullet_text2{
  color: #cb0230;
  text-decoration: underline;
}
.exp-btn{
    margin-top: 50px;
    margin-bottom: 50px;
}

.image-size-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}


.image-size{
width: 487.5px;
height: auto;
aspect-ratio: 16/9;
margin-bottom: 5px;

}
  /* accordion text */
}







@media only screen and (min-width: 1451px) and (max-width: 1597px) {
  .h-span-1 {
    font-size: 52px;
    letter-spacing: 0rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center !important;
  }
   /* subtitle */
   .h-span-2 {
    font-size: 38px;
    letter-spacing: 0rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: 500;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  /* sub-subtitle */
  .h-span-3 {
    font-size: 30px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: bold;
    text-align: start;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-4 {
    font-size: 38px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-5 {
    font-size: 32px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-6 {
    font-size: 32px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: normal;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 30px !important;
  }
  .order-container{
    margin-top: 80px;
  }
  .save-time-container{
    margin-top: 50px;
  }
  .container-1{
    margin-top: 80px;
    width: 100%;
  }
  .container-1-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
  .container-2{
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .container-3{
    margin-top: 50px;
  }
  .image23size{
    width: 300px;
    height: auto;
    margin-right: 10px;
  }
  /* end of head */

  .footer-small {
    font-size: 13px !important;
    text-align: justify;
  }

  .service-row {
    width: 65%;
  }

  .service-col-1 {
    margin-left: 15px;
  }
  /* image text container */
  .img-text-container {
    width: 200px;
  }
  .img-text {
    font-size: 16.9px !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-align: center;
    font-weight: 300;
  }
  .SITE_HEADER {
    height: 80px;
  }
   /* image text container */
   .img-cont{
    padding: 0px 150px;
  }
   .img-text-container {
    width: 200px;
  }
  .img-text {
    font-size: 16.9px !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-align: center;
    font-weight: 300;
  }
  .SITE_HEADER {
    height: 80px;
  }
  /* image text container */

  /* accordion text */
  accordion-section {
    font-size: var(--font_6);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .span-text-accordion {
    font-size: 24px;
  }
  /* Rotate the arrow when accordion is open */
  details[open] summary::after {
    transform: rotate(-180deg); /* Arrow rotates upward */
  }

  /* Content inside accordion */
  details p {
    margin: 10px 0 0;
    padding: 0;
  }
  .accordion-section p {
    text-align: center !important;
  }

  .accordion-section .span-text1 {
    font-size: 16px !important;
  }
  .accordion-section p {
    text-align: center !important;
  }
  summary {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    font-size: 28px;
  }
  summary::after {
    content: "\f078"; /* Font Awesome 'fa-chevron-down' icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 600; /* Bold weight for icons */
    font-size: 12px;
    transition: transform 0.3s ease-in-out;
  }
  .span-text3 {
    letter-spacing: 0.07em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 18px;
  }
  .span-text5 {
    letter-spacing: 0.05em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: 18px;
  }
  .span-text4 {
    letter-spacing: 0.04em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: 24px/1.2em;
  }
  .span-text6 {
    letter-spacing: 0.01em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 18px;
    text-align: center;
  }
  .span-text7{
    letter-spacing: 0.05em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.8;
    font-size: 18px;
  }

  .p-text1 {
    margin-top: 25px;
    font-size: 20px;
   line-height: 1.4em;
   text-align: justify;
 }
 .p-text2 {
  margin-top: 25px;
  font-size: 20px;
 line-height: 1.4em;
 text-align: center;
}
 .bullet-icon {
    font-size: 20px; 
    margin-top: 10px;
}
.bullet_text{
    color: #000000;
    text-decoration: underline;
}
.bullet_text2{
  color: #cb0230;
  text-decoration: underline;
}
.exp-btn{
    margin-top: 50px;
    margin-bottom: 50px;
}

.image-size-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.image-size{
width: 487.5px;
height: auto;
aspect-ratio: 16/9;
margin-bottom: 5px;

}
  /* accordion text */
}




@media only screen and (min-width: 1598px) and (max-width: 4000px) {
    /* heading */
  .h-span-1 {
    font-size: 52px;
    letter-spacing: 0rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center !important;
  }
  /* subtitle */
  .h-span-2 {
    font-size: 38px;
    letter-spacing: 0rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  /* sub-subtitle */
  .h-span-3 {
    font-size: 30px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: 600;
    text-align: start;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-4 {
    font-size: 38px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-5 {
    font-size: 32px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 10px !important;
  }
  .h-span-6 {
    font-size: 32px;
    letter-spacing: 0em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-weight: normal;
    text-align: center;
    display: block;
    opacity: 0;
    animation: fadeIn 2s forwards;
    margin-bottom: 30px !important;
  }
  .order-container{
    margin-top: 80px;
  }
  .save-time-container{
    margin-top: 50px;
  }
  .container-1{
    margin-top: 80px;
    width: 100%;
  }
  .container-1-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
  .container-2{
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .container-3{
    margin-top: 50px;
  }
  .image23size{
    width: 300px;
    height: auto;
    margin-right: 10px;
  }
  

  .footer-small {
    font-size: 13px !important;
    text-align: justify;
  }

  .service-row {
    width: 65%;
  }

  .service-col-1 {
    margin-left: 15px;
  }

  /* image text container */
  .img-cont{
    padding: 0px 150px;
    
  }
  .img-text-container {
    width: 200px;
  }
  
  .img-text {
    font-size: 16.9px !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-align: center;
    font-weight: 300;
    
  }
  .SITE_HEADER {
    height: 80px;
  }
  /* image text container */

  /* accordion text */
  accordion-section {
    font-size: var(--font_6);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .span-text-accordion {
    font-size: 24px;
  }
  /* Rotate the arrow when accordion is open */
  details[open] summary::after {
    transform: rotate(-180deg); /* Arrow rotates upward */
  }

  /* Content inside accordion */
  details p {
    margin: 10px 0 0;
    padding: 0;
  }
  .accordion-section p {
    text-align: center !important;
  }

  .accordion-section .span-text1 {
    font-size: 16px !important;
  }
  .accordion-section p {
    text-align: center !important;
  }
  summary {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    font-size: 28px;
  }
  summary::after {
    content: "\f078"; /* Font Awesome 'fa-chevron-down' icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 600; /* Bold weight for icons */
    font-size: 12px;
    transition: transform 0.3s ease-in-out;
  }
  .span-text3 {
    letter-spacing: 0.07em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 18px;
  }
  .span-text5 {
    letter-spacing: 0.05em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: 18px;
  }
  .span-text4 {
    letter-spacing: 0.04em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: 24px/1.2em;
  }
  .span-text6 {
    letter-spacing: 0.01em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 18px;
    text-align: center;
  }
  .span-text7{
    letter-spacing: 0.05em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.8;
    font-size: 18px;
  }

  .p-text1 {
    margin-top: 25px;
    font-size: 20px;
   line-height: 1.4em;
   text-align: justify;
 }
 .p-text2 {
  margin-top: 25px;
  font-size: 20px;
 line-height: 1.4em;
 text-align: center;
}
 .bullet-icon {
    font-size: 20px; 
    margin-top: 10px;
}
.bullet_text{
    color: #000000;
    text-decoration: underline;
}
.bullet_text2{
  color: #cb0230;
  text-decoration: underline;
}
.exp-btn{
    margin-top: 50px;
    margin-bottom: 50px;
}
.image-size-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}


.image-size{
width: 487.5px;
height: auto;
aspect-ratio: 16/9;
margin-bottom: 5px;

}
/* .two-iamge-container{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5px;
} */
/* .image-c{
  width: 49.7%;
  height: 270px;
  padding: 0%;
} */
/* .img-p{
  background-color: yellowgreen;
  width: 100%;
  height: 100%; */
  /* margin-bottom: 5px; */
  
/* } */
/* .image-size-1{
  width: 100%;
  height: 100%;
  object-fit: fill;
  
  } */
  /* accordion text */
}
