
      
    


      
     


      #main-header{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
  background: transparent;
  padding: 15px 0;
  transition: all 0.35s ease-in-out;
  box-sizing: border-box;
}

#main-header.scrolled{
  background: rgba(15,15,20,0.7);
  backdrop-filter: blur(10px);
  padding: 6px 0;
  box-shadow: 0 8px 25px rgba(0,0,0,0.20);
  transition: all 0.35s ease-in-out;
}

#main-header img{
  height:40px;
  transition: all 0.35s ease-in-out;
}
#main-header.scrolled img{
  height:30px;
}

@media (max-width:768px){
  #main-header{
    padding:9px 0;
  }

#main-header.scrolled{
  top:0;
  padding-top:8px;
  padding-bottom:4px;
}

  #main-header img{
    height: 32px;
  }

  #main-header.scrolled img{
    height: 25px;
  }
}

html, body{
  scroll-behavior: smooth;
}

@media (max-width:768px){

  .gp-megamenu-parent .gp-megamenu {
    display: none;
    opacity: 0;
    max-height: 70vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* scroll fluid pe iOS */
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  .gp-megamenu-parent.open .gp-megamenu {
    display: block;
    opacity: 1;
  }

  .data-gp-navmenu-container {
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

#main-header.header-light.scrolled{
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.20);
}

@media (max-width:768px){

  .gp-megamenu-parent.open .gp-megamenu{
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    top: 0 !important;
  }
}

.neon-divider{
  --loader-height:41px;
  --loader-line-start:15px;
  --loader-line-height:1px;
  --loader-line-duration:4.5s;
  --loader-pulse-duration:2s;
  --loader-wave-duration:3s;

  position:relative;
  width:100%;
  overflow-x:clip;
  overflow-y:visible;
  background:transparent;
  padding:9px 0;
  min-height:var(--loader-height);
  box-sizing:border-box;
  z-index:20;
  pointer-events:none;
}

.neon-divider-inner{
  position:absolute;
  inset:0;
  overflow-x:clip;
  overflow-y:visible;
}

.neon-divider-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at center, rgba(124,207,255,0.11) 0%, rgba(124,207,255,0.055) 28%, rgba(124,207,255,0.015) 48%, rgba(124,207,255,0) 72%);
  transition:opacity .35s ease;
  opacity:0 !important;
  pointer-events:none;
}

.neon-divider-center{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:100%;
  max-width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow-x:clip;
  overflow-y:visible;
}

.neon-divider-line-grow{
  width:var(--loader-line-start);
  max-width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  overflow-x:clip;
  overflow-y:visible;
  animation:neonDividerGrowLine var(--loader-line-duration) cubic-bezier(.22,.61,.36,1) forwards;
  animation-play-state:paused;
}

.neon-divider-line{
  width:100%;
  height:var(--loader-line-height);
  position:relative;
  overflow:visible;
  animation:neonDividerPulseTube var(--loader-pulse-duration) ease-in-out infinite;
  animation-play-state:paused;
}

.neon-divider-line::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(121,200,255,0.2);
  filter:blur(2px);
  z-index:1;
}

.neon-divider-line::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-4px;
  bottom:-4px;
  background:rgba(121,200,255,0.25);
  filter:blur(6px);
  z-index:0;
}

.neon-divider-core{
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(
    90deg,
    rgba(124,207,255,0.60) 0%,
    rgba(124,207,255,0.75) 25%,
    rgba(232,248,255,0.9) 50%,
    rgba(124,207,255,0.75) 75%,
    rgba(124,207,255,0.60) 100%
  );
  box-shadow:
    0 0 4px rgba(124,207,255,0.95),
    0 0 12px rgba(124,207,255,0.55),
    0 0 26px rgba(124,207,255,0.25);
}

.neon-divider-shimmer{
  position:absolute;
  top:0;
  left:-16%;
  width:16%;
  height:100%;
  z-index:4;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.10) 30%,
    rgba(255,255,255,0.42) 50%,
    rgba(255,255,255,0.10) 70%,
    rgba(255,255,255,0) 100%
  );
  filter:blur(.8px);
  mix-blend-mode:screen;
  animation:neonDividerShimmerMove 2.4s ease-in-out infinite;
  animation-play-state:paused;
}

.neon-divider-energy{
  position:absolute;
  left:50%;
  top:50%;
  width:100%;
  height:3px;
  transform:translate(-50%,-50%);
  z-index:5;
}

.neon-divider-energy::before,
.neon-divider-energy::after{
  content:"";
  position:absolute;
  top:50%;
  width:0%;
  height:100%;
  transform:translateY(-50%);
  opacity:0;
  filter:blur(2.2px);
  mix-blend-mode:screen;
  animation-play-state:paused;
}

.neon-divider-energy::before{
  left:50%;
  transform:translate(-100%,-50%);
  transform-origin:right center;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(150,225,255,0.10) 22%,
    rgba(232,248,255,0.82) 50%,
    rgba(150,225,255,0.16) 72%,
    rgba(255,255,255,0) 100%
  );
  animation:neonDividerEnergyLeft var(--loader-wave-duration) ease-out infinite;
}

.neon-divider-energy::after{
  left:50%;
  transform-origin:left center;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(150,225,255,0.16) 28%,
    rgba(232,248,255,0.82) 50%,
    rgba(150,225,255,0.10) 78%,
    rgba(255,255,255,0) 100%
  );
  animation:neonDividerEnergyRight var(--loader-wave-duration) ease-out infinite;
}

.neon-divider-energy-1::before,
.neon-divider-energy-1::after{ animation-delay:0s; }

.neon-divider-energy-2::before,
.neon-divider-energy-2::after{ animation-delay:1.1s; }

.neon-divider-energy-3{ display:none; }

.neon-divider.is-active .neon-divider-line-grow{ animation-play-state:running; }
.neon-divider.is-active .neon-divider-line{ animation-play-state:running; }
.neon-divider.is-active .neon-divider-shimmer{ animation-play-state:running; }
.neon-divider.is-active .neon-divider-energy::before,
.neon-divider.is-active .neon-divider-energy::after{
  animation-play-state:running;
}

@keyframes neonDividerGrowLine{
  0%{width:var(--loader-line-start);}
  100%{width:100%;}
}

@keyframes neonDividerPulseTube{
  0%,100%{ transform:scaleY(1); }
  50%{ transform:scaleY(1.12); }
}

@keyframes neonDividerShimmerMove{
  0%{ left:-16%; opacity:0; }
  50%{ opacity:.7; }
  100%{ left:100%; opacity:0; }
}

@keyframes neonDividerEnergyLeft{
  0%{ width:0%; opacity:0; }
  40%{ width:30%; opacity:.8; }
  75%{ width:75%; opacity:.7; }
  100%{ width:95%; opacity:0; }
}

@keyframes neonDividerEnergyRight{
  0%{ width:0%; opacity:0; }
  40%{ width:30%; opacity:.8; }
  75%{ width:75%; opacity:.7; }
  100%{ width:95%; opacity:0; }
}

/* ===== Navbar desktop + marimi logo ===== */

@media (min-width: 992px) {
  #main-header [data-navbar] {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    position: relative !important;
  }

  #main-header [data-navbar] > div:first-child {
    flex: 0 0 auto !important;
    width: auto !important;
    position: relative !important;
    z-index: 3 !important;
  }

  #main-header [data-navbar] > div:last-child {
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: flex-end !important;
    width: auto !important;
    margin-left: 0 !important;
    position: static !important;
  }

  #main-header .gp-component-id-h206Z5bTz {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: visible !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
  }

  #main-header .gp-component-id-h206Z5bTz img {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    height: 37px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  #main-header.scrolled .gp-component-id-h206Z5bTz img {
    height: 30px !important;
  }

  #main-header [data-gp-navmenu-id] {
    width: auto !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    position: static !important;
  }

  #main-header .data-gp-navmenu-container.gp-component-id-f90LoG1G7w {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin-left: 0 !important;
    width: max-content !important;
    max-height: none !important;
    overflow: visible !important;
    gap: 28px !important;
    z-index: 2 !important;
    white-space: nowrap !important;
  }

  #main-header .gp-navmenu-link {
    margin-right: 0 !important;
    flex: 0 0 auto !important;
  }

  #main-header a[data-gp-button-id="rWd1a6AIj"] {
    margin-left: auto !important;
    margin-right: 0 !important;
    position: relative !important;
    z-index: 3 !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #main-header .gp-component-id-h206Z5bTz img {
    height: 36px !important;
    width: auto !important;
  }

  #main-header.scrolled .gp-component-id-h206Z5bTz img {
    height: 30px !important;
  }

  #main-header .data-gp-navmenu-container.gp-component-id-f90LoG1G7w {
    gap: 22px !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #main-header .gp-component-id-h206Z5bTz img {
    height: 36px !important;
    width: auto !important;
  }

  #main-header.scrolled .gp-component-id-h206Z5bTz img {
    height: 29px !important;
  }
}

@media (max-width: 767px) and (min-width: 640px) {
  #main-header .gp-component-id-h206Z5bTz img {
    height: 30px !important;
    width: auto !important;
  }

  #main-header.scrolled .gp-component-id-h206Z5bTz img {
    height: 25px !important;
  }
}

@media (max-width: 639px) {
  #main-header .gp-component-id-h206Z5bTz img {
    height: 27px !important;
    width: auto !important;
  }

  #main-header.scrolled .gp-component-id-h206Z5bTz img {
    height: 22px !important;
  }
}

/* Button JOIN VIP transform smaller */

#main-header .gp-component-id-0GMgVPguUm,
#main-header .gp-component-id-TFnrYJfuK2 {
  transition: all 0.35s ease-in-out !important;
}

#main-header.scrolled .gp-component-id-0GMgVPguUm {
  padding-top: 2px !important;
  padding-bottom: 0px !important;
  padding-left: 23px !important;
  padding-right: 23px !important;
  font-size: 17px !important;
  line-height: 1 !important;
}

#main-header.scrolled .gp-component-id-TFnrYJfuK2 {
  line-height: 1 !important;
}

@media (min-width: 992px) {
  #main-header,
  #main-header.scrolled {
    min-height: 0 !important;
    height: auto !important;
  }
}

@media (max-width: 1023px) {
  :root {
    --dt-mega-link-py: 10px;
    --dt-mega-link-gap: 15px;
    --dt-mega-arrow-width: 30px;
    --dt-mega-arrow-height: 22px;
    --dt-mega-arrow-radius: 8px;
    --dt-mega-arrow-border: 0.55px;
    --dt-mega-arrow-font-size: 20px;
    --dt-mega-open-gap: 6px;
    --dt-mega-open-shift: 6px;
    --dt-mega-open-speed: .55s;

    --dt-mega-arrow-bg: transparent;
    --dt-mega-arrow-bg-hover: rgba(0,0,0,1);
    --dt-mega-arrow-icon-color: rgba(255,255,255,0.95);
    --dt-mega-arrow-icon-color-hover: rgba(145,160,179,1);
    --dt-mega-arrow-border-color: rgba(255,255,255,0.95);
    --dt-mega-arrow-border-color-hover: rgba(145,160,179,1);

    --dt-mega-arrow-bg-light: transparent;
    --dt-mega-arrow-bg-hover-light: rgba(0,0,0,1);
    --dt-mega-arrow-icon-color-light: #000;
    --dt-mega-arrow-icon-color-hover-light: #fff;
    --dt-mega-arrow-border-color-light: #000;
    --dt-mega-arrow-border-color-hover-light: #fff;
  }

  .data-gp-navmenu-container .gp-navmenu-link > a {
    position: relative !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center !important;
    text-align: center !important;
    gap: var(--dt-mega-link-gap);
    width: 100%;
    padding-top: var(--dt-mega-link-py) !important;
    padding-bottom: var(--dt-mega-link-py) !important;
    padding-right: 0 !important;
    line-height: 1.2;
    overflow: visible !important;
  }

  .data-gp-navmenu-container .gp-navmenu-link {
    margin-bottom: 0 !important;
  }

  .data-gp-navmenu-container .gp-megamenu-parent > a [data-dropdown-caret="gp-megamenu-parent"] {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    float: none !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: var(--dt-mega-arrow-width);
    min-width: var(--dt-mega-arrow-width);
    height: var(--dt-mega-arrow-height);
    box-sizing: border-box;
    border: var(--dt-mega-arrow-border) solid var(--dt-mega-arrow-border-color);
    border-radius: var(--dt-mega-arrow-radius);
    background: var(--dt-mega-arrow-bg);
    color: var(--dt-mega-arrow-icon-color);
    font-size: var(--dt-mega-arrow-font-size);
    line-height: 1;
    cursor: pointer;
    touch-action: manipulation;
    z-index: 3;
    transform: rotate(0deg) !important;
    transform-origin: center center;
    transition:
      transform var(--dt-mega-open-speed) ease,
      border-color .25s ease,
      color .25s ease,
      background-color .25s ease,
      opacity .25s ease;
  }

  .data-gp-navmenu-container .gp-megamenu-parent.open > a [data-dropdown-caret="gp-megamenu-parent"] {
    transform: rotate(180deg) !important;
    background: var(--dt-mega-arrow-bg-hover);
    color: var(--dt-mega-arrow-icon-color-hover);
    border-color: var(--dt-mega-arrow-border-color-hover);
  }

  .data-gp-navmenu-container .gp-megamenu-parent .gp-megamenu {
    display: block !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    max-height: 0 !important;
    margin-top: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    overflow: hidden !important;
    pointer-events: none !important;
    transform: translateY(calc(var(--dt-mega-open-shift) * -1)) !important;
    transform-origin: top center;
    transition:
      max-height .4s cubic-bezier(.22,.61,.36,1),
      opacity .28s ease,
      transform var(--dt-mega-open-speed) ease,
      margin-top var(--dt-mega-open-speed) ease,
      visibility 0s linear .4s !important;
  }

  .data-gp-navmenu-container .gp-megamenu-parent.open .gp-megamenu {
    max-height: 70vh !important;
    margin-top: var(--dt-mega-open-gap) !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow-y: auto !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    transition:
      max-height .4s cubic-bezier(.22,.61,.36,1),
      opacity .28s ease,
      transform var(--dt-mega-open-speed) ease,
      margin-top var(--dt-mega-open-speed) ease,
      visibility 0s linear 0s !important;
  }

  #main-header.header-light .data-gp-navmenu-container .gp-megamenu-parent > a [data-dropdown-caret="gp-megamenu-parent"] {
    background: var(--dt-mega-arrow-bg-light) !important;
    color: var(--dt-mega-arrow-icon-color-light) !important;
    border-color: var(--dt-mega-arrow-border-color-light) !important;
  }

  #main-header.header-light .data-gp-navmenu-container .gp-megamenu-parent.open > a [data-dropdown-caret="gp-megamenu-parent"] {
    background: var(--dt-mega-arrow-bg-hover-light) !important;
    color: var(--dt-mega-arrow-icon-color-hover-light) !important;
    border-color: var(--dt-mega-arrow-border-color-hover-light) !important;
  }
}

@media (min-width: 1024px) {
  :root {
    --dt-mega-desktop-gap: 5px;
    --dt-mega-desktop-arrow-width: 26px;
    --dt-mega-desktop-arrow-height: 20px;
    --dt-mega-desktop-arrow-radius: 8px;
    --dt-mega-desktop-arrow-border: 0.25px;
    --dt-mega-desktop-arrow-font-size: 16px;

    --dt-mega-desktop-link-color: rgb(255,255,255);
    --dt-mega-desktop-link-color-light: rgb(0,0,0);

    --dt-mega-desktop-arrow-bg: transparent;
    --dt-mega-desktop-arrow-bg-hover: rgba(0, 0, 0,1);
    --dt-mega-desktop-arrow-icon-color: rgba(255,255,255,0.95);
    --dt-mega-desktop-arrow-icon-color-hover: rgba(255,255,255,1);
    --dt-mega-desktop-arrow-border-color: rgba(255,255,255,0.18);
    --dt-mega-desktop-arrow-border-color-hover: rgba(255,255,255,0.85);

    --dt-mega-desktop-arrow-bg-light: transparent;
    --dt-mega-desktop-arrow-bg-hover-light: rgba(0, 0, 0,1);
    --dt-mega-desktop-arrow-icon-color-light: rgba(0,0,0,0.95);
    --dt-mega-desktop-arrow-icon-color-hover-light: rgba(255, 255, 255,1);
    --dt-mega-desktop-arrow-border-color-light: rgba(0,0,0,0.15);
    --dt-mega-desktop-arrow-border-color-hover-light: rgba(0,0,0,0.65);
  }

  #main-header .data-gp-navmenu-container .gp-megamenu-parent > a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: var(--dt-mega-desktop-gap);
    overflow: visible !important;
  }

  #main-header .data-gp-navmenu-container .gp-megamenu-parent > a [data-dropdown-caret="gp-megamenu-parent"] {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    float: none !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: var(--dt-mega-desktop-arrow-width);
    min-width: var(--dt-mega-desktop-arrow-width);
    height: var(--dt-mega-desktop-arrow-height);
    box-sizing: border-box;
    border: none !important;
    border-radius: var(--dt-mega-desktop-arrow-radius);
    background: transparent !important;
    color: var(--dt-mega-desktop-arrow-icon-color);
    font-size: var(--dt-mega-desktop-arrow-font-size);
    line-height: 1;
    vertical-align: middle;
    transform: none !important;
    transform-origin: center center;
    isolation: isolate;
    transition: color .25s ease;
  }

  #main-header .data-gp-navmenu-container .gp-megamenu-parent > a [data-dropdown-caret="gp-megamenu-parent"]::before {
    position: relative;
    z-index: 2;
    display: block;
    transform: none !important;
    transition: none !important;
  }

  #main-header .data-gp-navmenu-container .gp-megamenu-parent > a [data-dropdown-caret="gp-megamenu-parent"]::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    box-sizing: border-box;
    border: var(--dt-mega-desktop-arrow-border) solid var(--dt-mega-desktop-arrow-border-color);
    border-radius: var(--dt-mega-desktop-arrow-radius);
    background: var(--dt-mega-desktop-arrow-bg);
    transform: rotate(0deg);
    transform-origin: center center;
    backface-visibility: hidden;
    transition:
      transform .35s ease,
      border-color .25s ease,
      background-color .25s ease;
  }

  #main-header .data-gp-navmenu-container .gp-megamenu-parent > a [data-dropdown-caret="gp-megamenu-parent"]:hover {
    color: var(--dt-mega-desktop-arrow-icon-color-hover);
  }

  #main-header .data-gp-navmenu-container .gp-megamenu-parent > a [data-dropdown-caret="gp-megamenu-parent"]:hover::after {
    background: var(--dt-mega-desktop-arrow-bg-hover);
    border-color: var(--dt-mega-desktop-arrow-border-color-hover);
    transform: rotate(180deg);
  }

  #main-header .data-gp-navmenu-container .gp-megamenu-parent.dt-caret-active > a [data-dropdown-caret="gp-megamenu-parent"] {
    color: var(--dt-mega-desktop-arrow-icon-color-hover);
  }

  #main-header .data-gp-navmenu-container .gp-megamenu-parent.dt-caret-active > a [data-dropdown-caret="gp-megamenu-parent"]::after {
    background: var(--dt-mega-desktop-arrow-bg-hover);
    border-color: var(--dt-mega-desktop-arrow-border-color-hover);
    transform: rotate(180deg);
  }

  #main-header .data-gp-navmenu-container .gp-megamenu-parent.dt-caret-active > a {
    color: var(--dt-mega-desktop-link-color) !important;
  }

  #main-header.header-light .data-gp-navmenu-container .gp-megamenu-parent > a [data-dropdown-caret="gp-megamenu-parent"] {
    color: var(--dt-mega-desktop-arrow-icon-color-light) !important;
  }

  #main-header.header-light .data-gp-navmenu-container .gp-megamenu-parent > a [data-dropdown-caret="gp-megamenu-parent"]::after {
    border-color: var(--dt-mega-desktop-arrow-border-color-light);
    background: var(--dt-mega-desktop-arrow-bg-light);
  }

  #main-header.header-light .data-gp-navmenu-container .gp-megamenu-parent > a [data-dropdown-caret="gp-megamenu-parent"]:hover {
    color: var(--dt-mega-desktop-arrow-icon-color-hover-light) !important;
  }

  #main-header.header-light .data-gp-navmenu-container .gp-megamenu-parent > a [data-dropdown-caret="gp-megamenu-parent"]:hover::after {
    background: var(--dt-mega-desktop-arrow-bg-hover-light);
    border-color: var(--dt-mega-desktop-arrow-border-color-hover-light);
    transform: rotate(180deg);
  }

  #main-header.header-light .data-gp-navmenu-container .gp-megamenu-parent.dt-caret-active > a [data-dropdown-caret="gp-megamenu-parent"] {
    color: var(--dt-mega-desktop-arrow-icon-color-hover-light) !important;
  }

  #main-header.header-light .data-gp-navmenu-container .gp-megamenu-parent.dt-caret-active > a [data-dropdown-caret="gp-megamenu-parent"]::after {
    background: var(--dt-mega-desktop-arrow-bg-hover-light);
    border-color: var(--dt-mega-desktop-arrow-border-color-hover-light);
    transform: rotate(180deg);
  }

  #main-header.header-light .data-gp-navmenu-container .gp-megamenu-parent.dt-caret-active > a {
    color: var(--dt-mega-desktop-link-color-light) !important;
  }
}

:root {
  --dt-header-safe-pad: env(safe-area-inset-top, 0px);
  --dt-header-android-pad: 0px;
}

#main-header,
#main-header.scrolled {
  top: 0 !important;
  z-index: 999999 !important;
  transform: translate3d(0, 0, 0) !important;
  box-sizing: border-box !important;
}

@media (max-width: 768px) {
  #main-header {
    top: 0 !important;
  }

  #main-header.scrolled {
    top: 0 !important;
    padding-top: calc(8px + max(var(--dt-header-safe-pad), var(--dt-header-android-pad))) !important;
    padding-bottom: 4px !important;
  }
}

:root {
  --dt-header-height: 64px;
  --dt-first-block-extra-top: 30px;
}

section[data-gp-block-type="global_block"].gp-navmenu-block,
section[data-gp-block-type="global_block"]:has(#main-header),
.dt-navbar-shell {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 999999 !important;
}

section[data-gp-block-type="global_block"].gp-navmenu-block > a[data-gp-block-anchor],
.dt-navbar-shell > a[data-gp-block-anchor] {
  display: none !important;
}

.dt-first-navbar-content {
  margin-top: 0 !important;
  padding-top: calc(var(--dt-header-height) + var(--dt-first-block-extra-top)) !important;
}

@media (max-width: 768px) {
  :root {
    --dt-first-block-extra-top: 10px;
  }
}

body.dt-tight-first-block {
  --dt-first-block-extra-top: 0px;
} *{} {}
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    


        
        .global-style-7lF5e4V6X {
          object-position: center center;object-fit: cover;justify-content: flex-start;align-items: flex-start;display: inline-flex;max-width: 100%;height: auto;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
      }
        
        
        .global-style-7lF5e4V6X:not([data-gp-component="block"]), .global-style-7lF5e4V6X [data-section-overlay] {
          background-color: undefined;
      }
        
        
        .global-style-AhQtuXs2v {
          object-position: center center;object-fit: cover;justify-content: flex-start;align-items: flex-start;display: inline-flex;max-width: 100%;height: auto;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
      }
        
        
        .global-style-AhQtuXs2v:not([data-gp-component="block"]), .global-style-AhQtuXs2v [data-section-overlay] {
          background-color: undefined;
      }
        

 .gp-component-id-NYNH_mcpT { width: 100%;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-NYNH_mcpT { width: 100%;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NYNH_mcpT { width: 100%;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NYNH_mcpT { width: 100%;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NYNH_mcpT { width: 100%;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-NYNH_mcpT { width: 100%;overflow-wrap: break-word; } }

 @media (max-width: 639px) { .gp-component-id-b3qDtdV4lj[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 15px;padding-right: 15px;width: 100%;max-width: 100%;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-b3qDtdV4lj[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 15px;padding-right: 15px;width: 100%;max-width: 100%;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-b3qDtdV4lj[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 15px;padding-right: 15px;width: 100%;max-width: 100%;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-b3qDtdV4lj[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 15px;padding-right: 15px;width: 100%;max-width: 100%;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-b3qDtdV4lj[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 15px;padding-right: 15px;width: 100%;max-width: 100%;z-index: 15;position: relative; } }

 @media (max-width: 639px) { .gp-component-id-NrEjkUMIlf[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NrEjkUMIlf[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NrEjkUMIlf[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NrEjkUMIlf[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-NrEjkUMIlf[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-ujIpZcjb8v[data-gp-component] { margin-left: auto;margin-right: auto;margin-bottom: 0px;padding-top: 50px;padding-bottom: 0px;width: 100%;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ujIpZcjb8v[data-gp-component] { margin-left: auto;margin-right: auto;margin-bottom: 0px;padding-top: 50px;padding-bottom: 0px;width: 100%;max-width: 640px;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ujIpZcjb8v[data-gp-component] { margin-left: auto;margin-right: auto;margin-bottom: 0px;padding-top: 50px;padding-bottom: 0px;width: 100%;max-width: 768px;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ujIpZcjb8v[data-gp-component] { margin-left: auto;margin-right: auto;margin-bottom: 0px;padding-top: 50px;padding-bottom: 0px;width: 100%;max-width: 992px;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-ujIpZcjb8v[data-gp-component] { margin-left: auto;margin-right: auto;margin-bottom: 0px;padding-top: 50px;padding-bottom: 0px;width: 100%;max-width: 1200px;position: relative;z-index: 15; } }

 .gp-component-id-xkOSWUHFR.gp-component > [data-section-overlay] { position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } @media (max-width: 639px) { .gp-component-id-xkOSWUHFR.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0.5);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xkOSWUHFR.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0.5);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xkOSWUHFR.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0.5);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xkOSWUHFR.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0.5);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-xkOSWUHFR.gp-component > [data-section-overlay] { background-color: rgba(255, 255, 255, 0.5);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } }

 .gp-component-id-xS805nt5T { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(234, 61, 94);color: inherit;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-top-left-radius: 4px;outline-width: initial;outline-style: none;outline-color: initial;border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: currentcolor;border-bottom-color: currentcolor;border-right-color: currentcolor;border-top-color: currentcolor;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;border-left-width: medium;border-bottom-width: medium;border-right-width: medium;border-top-width: medium;font-size: 22px;z-index: 99;right: 30px;bottom: 20px;position: fixed;display: none; } .gp-component-id-xS805nt5T:hover,.gp-component-id-xS805nt5T.gp-hover { background-color: rgb(253, 100, 129); } .gp-component-id-xS805nt5T:active,.gp-component-id-xS805nt5T.gp-active { background-color: rgb(189, 16, 74); } @media (max-width: 639px) { .gp-component-id-xS805nt5T { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgba(120, 136, 155, 0.5);color: inherit;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-top-left-radius: 4px;outline-width: initial;outline-style: none;outline-color: initial;border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: initial;border-bottom-color: initial;border-right-color: initial;border-top-color: initial;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;border-left-width: initial;border-bottom-width: initial;border-right-width: initial;border-top-width: initial;font-size: 22px;z-index: 99;right: 30px;bottom: 20px;position: fixed;display: none;top: auto;left: auto;padding-bottom: 8px;padding-top: 8px;padding-right: 12px;padding-left: 12px;text-align: center; } .gp-component-id-xS805nt5T:hover,.gp-component-id-xS805nt5T.gp-hover { background-color: rgb(184, 3, 3); } .gp-component-id-xS805nt5T:active,.gp-component-id-xS805nt5T.gp-active { background-color: rgb(202, 11, 11); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xS805nt5T { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgba(120, 136, 155, 0.5);color: inherit;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-top-left-radius: 4px;outline-width: initial;outline-style: none;outline-color: initial;border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: initial;border-bottom-color: initial;border-right-color: initial;border-top-color: initial;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;border-left-width: initial;border-bottom-width: initial;border-right-width: initial;border-top-width: initial;font-size: 22px;z-index: 99;right: 30px;bottom: 20px;position: fixed;display: none;top: auto;left: auto;padding-bottom: 8px;padding-top: 8px;padding-right: 12px;padding-left: 12px;text-align: center; } .gp-component-id-xS805nt5T:hover,.gp-component-id-xS805nt5T.gp-hover { background-color: rgb(184, 3, 3); } .gp-component-id-xS805nt5T:active,.gp-component-id-xS805nt5T.gp-active { background-color: rgb(202, 11, 11); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xS805nt5T { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgba(120, 136, 155, 0.5);color: inherit;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-top-left-radius: 4px;outline-width: initial;outline-style: none;outline-color: initial;border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: initial;border-bottom-color: initial;border-right-color: initial;border-top-color: initial;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;border-left-width: initial;border-bottom-width: initial;border-right-width: initial;border-top-width: initial;font-size: 22px;z-index: 99;right: 30px;bottom: 20px;position: fixed;display: none;top: auto;left: auto;padding-bottom: 8px;padding-top: 8px;padding-right: 12px;padding-left: 12px;text-align: center; } .gp-component-id-xS805nt5T:hover,.gp-component-id-xS805nt5T.gp-hover { background-color: rgb(184, 3, 3); } .gp-component-id-xS805nt5T:active,.gp-component-id-xS805nt5T.gp-active { background-color: rgb(202, 11, 11); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xS805nt5T { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgba(120, 136, 155, 0.5);color: inherit;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-top-left-radius: 4px;outline-width: initial;outline-style: none;outline-color: initial;border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: initial;border-bottom-color: initial;border-right-color: initial;border-top-color: initial;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;border-left-width: initial;border-bottom-width: initial;border-right-width: initial;border-top-width: initial;font-size: 22px;z-index: 99;right: 30px;bottom: 20px;position: fixed;display: none;top: auto;left: auto;padding-bottom: 8px;padding-top: 8px;padding-right: 12px;padding-left: 12px;text-align: center; } .gp-component-id-xS805nt5T:hover,.gp-component-id-xS805nt5T.gp-hover { background-color: rgb(184, 3, 3); } .gp-component-id-xS805nt5T:active,.gp-component-id-xS805nt5T.gp-active { background-color: rgb(202, 11, 11); } } @media (min-width: 1200px) { .gp-component-id-xS805nt5T { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgba(120, 136, 155, 0.5);color: inherit;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-top-left-radius: 4px;outline-width: initial;outline-style: none;outline-color: initial;border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: initial;border-bottom-color: initial;border-right-color: initial;border-top-color: initial;border-left-style: none;border-bottom-style: none;border-right-style: none;border-top-style: none;border-left-width: initial;border-bottom-width: initial;border-right-width: initial;border-top-width: initial;font-size: 22px;z-index: 99;right: 30px;bottom: 20px;position: fixed;display: none;top: auto;left: auto;padding-bottom: 8px;padding-top: 8px;padding-right: 12px;padding-left: 12px;text-align: center; } .gp-component-id-xS805nt5T:hover,.gp-component-id-xS805nt5T.gp-hover { background-color: rgb(184, 3, 3); } .gp-component-id-xS805nt5T:active,.gp-component-id-xS805nt5T.gp-active { background-color: rgb(202, 11, 11); } }

 .gp-component-id-GKi4VsJNxu { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-GKi4VsJNxu { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;overflow-wrap: break-word;display: none;font-family: Poppins;text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GKi4VsJNxu { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;overflow-wrap: break-word;display: none;font-family: Poppins;text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GKi4VsJNxu { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;overflow-wrap: break-word;font-family: Poppins;text-align: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GKi4VsJNxu { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;overflow-wrap: break-word;font-family: Poppins;text-align: center; } } @media (min-width: 1200px) { .gp-component-id-GKi4VsJNxu { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;overflow-wrap: break-word;font-family: Poppins;text-align: center; } }

 .gp-component-id-h7hdqVjtFW { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-h7hdqVjtFW { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-h7hdqVjtFW { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-h7hdqVjtFW { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-h7hdqVjtFW { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-h7hdqVjtFW { flex-direction: column;display: flex; } }

 .gp-component-id-TiOkgDwbZh { font-weight: inherit;font-size: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-TiOkgDwbZh { font-weight: 900 !important;font-size: 35px !important;margin-top: 0px;margin-right: 0px;margin-bottom: 10px;margin-left: 0px;overflow-wrap: break-word;font-family: "Playfair Display" !important;letter-spacing: 0.05em;text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TiOkgDwbZh { font-weight: 900 !important;font-size: 38px !important;margin-top: 0px;margin-right: 0px;margin-bottom: 10px;margin-left: 0px;overflow-wrap: break-word;font-family: "Playfair Display" !important;letter-spacing: 0.05em;text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TiOkgDwbZh { font-weight: 900 !important;font-size: 40px !important;margin-top: 0px;margin-right: 0px;margin-bottom: 10px;margin-left: 0px;overflow-wrap: break-word;font-family: "Playfair Display" !important;letter-spacing: 0.05em;text-align: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TiOkgDwbZh { font-weight: 900 !important;font-size: 45px !important;margin-top: 0px;margin-right: 0px;margin-bottom: 10px;margin-left: 0px;overflow-wrap: break-word;font-family: "Playfair Display" !important;letter-spacing: 0.05em;text-align: center; } } @media (min-width: 1200px) { .gp-component-id-TiOkgDwbZh { font-weight: 900 !important;font-size: 45px !important;margin-top: 0px;margin-right: 0px;margin-bottom: 10px;margin-left: 0px;overflow-wrap: break-word;font-family: "Playfair Display" !important;letter-spacing: 0.05em;text-align: center; } }

 .gp-component-id-FOhH9hMpeq { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-FOhH9hMpeq { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FOhH9hMpeq { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FOhH9hMpeq { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FOhH9hMpeq { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-FOhH9hMpeq { flex-direction: column;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-ju2tnXGoEr { display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 15px;padding-left: 15px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ju2tnXGoEr { display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 40px;padding-left: 40px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ju2tnXGoEr { display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 60px;padding-left: 60px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ju2tnXGoEr { display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 139px;padding-left: 139px; } } @media (min-width: 1200px) { .gp-component-id-ju2tnXGoEr { display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 185px;padding-left: 185px; } }

 @media (max-width: 639px) { .gp-component-id-tWmjGQMq3x { width: 100%;padding-bottom: 0px;padding-right: 8px;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tWmjGQMq3x { width: 100%;padding-bottom: 0px;padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tWmjGQMq3x { width: 100%;padding-bottom: 0px;padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tWmjGQMq3x { width: 100%;padding-bottom: 0px;padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-tWmjGQMq3x { width: 100%;padding-bottom: 0px;padding-right: 8px;padding-left: 8px; } }

 .gp-component-id-xkOSWUHFR { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-xkOSWUHFR { min-height: 50px;position: relative;z-index: auto;background-position-x: 50%;background-position-y: 0%;margin-top: 0px;background-attachment: fixed;background-size: cover;background-image: url("https://images.groovetech.io/wR82rgoG0GE64QzbeWgGZEG4y4s14rtd-sVWs3OEG5I/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzQ5N2VlMDhiLTc0MWUtNDlkNS05MzliLTk1YWE5ZjZiM2RjMS8xNzQzNDI5ODU4X2Fic3RyYWN0d2hpdGV3ZWZsb2dvLmpwZw.webp"); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xkOSWUHFR { min-height: 50px;position: relative;z-index: auto;background-position-x: 50%;background-position-y: 0%;margin-top: 0px;background-attachment: fixed;background-size: cover;background-image: url("https://images.groovetech.io/wR82rgoG0GE64QzbeWgGZEG4y4s14rtd-sVWs3OEG5I/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzQ5N2VlMDhiLTc0MWUtNDlkNS05MzliLTk1YWE5ZjZiM2RjMS8xNzQzNDI5ODU4X2Fic3RyYWN0d2hpdGV3ZWZsb2dvLmpwZw.webp"); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xkOSWUHFR { min-height: 50px;position: relative;z-index: auto;background-position-x: 50%;background-position-y: 0%;margin-top: 0px;background-attachment: fixed;background-size: cover;background-image: url("https://images.groovetech.io/wR82rgoG0GE64QzbeWgGZEG4y4s14rtd-sVWs3OEG5I/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzQ5N2VlMDhiLTc0MWUtNDlkNS05MzliLTk1YWE5ZjZiM2RjMS8xNzQzNDI5ODU4X2Fic3RyYWN0d2hpdGV3ZWZsb2dvLmpwZw.webp"); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xkOSWUHFR { min-height: 50px;position: relative;z-index: auto;background-position-x: 50%;background-position-y: 0%;margin-top: 0px;background-attachment: fixed;background-size: cover;background-image: url("https://images.groovetech.io/wR82rgoG0GE64QzbeWgGZEG4y4s14rtd-sVWs3OEG5I/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzQ5N2VlMDhiLTc0MWUtNDlkNS05MzliLTk1YWE5ZjZiM2RjMS8xNzQzNDI5ODU4X2Fic3RyYWN0d2hpdGV3ZWZsb2dvLmpwZw.webp"); } } @media (min-width: 1200px) { .gp-component-id-xkOSWUHFR { min-height: 50px;position: relative;z-index: auto;background-position-y: 0%;background-position-x: 50%;margin-top: 0px;background-attachment: fixed;background-size: cover;background-image: url("https://images.groovetech.io/wR82rgoG0GE64QzbeWgGZEG4y4s14rtd-sVWs3OEG5I/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzQ5N2VlMDhiLTc0MWUtNDlkNS05MzliLTk1YWE5ZjZiM2RjMS8xNzQzNDI5ODU4X2Fic3RyYWN0d2hpdGV3ZWZsb2dvLmpwZw.webp"); } }

 @media (max-width: 639px) { .gp-component-id-iyNlvUKUQCn { display: inline-block;height: auto;width: auto;line-height: 1;color: rgb(0, 0, 0); } .gp-component-id-iyNlvUKUQCn:hover,.gp-component-id-iyNlvUKUQCn.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-iyNlvUKUQCn:active,.gp-component-id-iyNlvUKUQCn.gp-active { color: rgb(73, 73, 73); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iyNlvUKUQCn { display: inline-block;height: auto;width: 100%;line-height: 1;text-align: left;color: rgb(0, 0, 0); } .gp-component-id-iyNlvUKUQCn:hover,.gp-component-id-iyNlvUKUQCn.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-iyNlvUKUQCn:active,.gp-component-id-iyNlvUKUQCn.gp-active { color: rgb(73, 73, 73); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iyNlvUKUQCn { display: inline-block;line-height: 1;color: rgb(0, 0, 0); } .gp-component-id-iyNlvUKUQCn:hover,.gp-component-id-iyNlvUKUQCn.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-iyNlvUKUQCn:active,.gp-component-id-iyNlvUKUQCn.gp-active { color: rgb(73, 73, 73); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iyNlvUKUQCn { display: inline-block;line-height: 1; } } @media (min-width: 1200px) { .gp-component-id-iyNlvUKUQCn { display: inline-block;line-height: 1; } }

 .gp-component-id-tlNl8ei72jl { cursor: pointer;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: transparent;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible;font-family: inherit;font-size: 100%;line-height: 1.15;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } .gp-component-id-tlNl8ei72jl:focus,.gp-component-id-tlNl8ei72jl.gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } @media (max-width: 639px) { .gp-component-id-tlNl8ei72jl { cursor: pointer;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: transparent;padding-top: 0px;padding-right: 15px;padding-bottom: 0px;padding-left: 15px;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible;font-family: inherit;font-size: 24px;line-height: 1.15;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;height: auto;align-items: center;display: inline-flex; } .gp-component-id-tlNl8ei72jl:focus,.gp-component-id-tlNl8ei72jl.gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tlNl8ei72jl { cursor: pointer;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: transparent;padding-top: 0px;padding-right: 25px;padding-bottom: 0px;padding-left: 25px;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible;font-family: inherit;font-size: 24px;line-height: 1.15;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;text-align: left;align-items: center;display: inline-flex; } .gp-component-id-tlNl8ei72jl:focus,.gp-component-id-tlNl8ei72jl.gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tlNl8ei72jl { cursor: pointer;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: transparent;padding-top: 0px;padding-right: 30px;padding-bottom: 0px;padding-left: 30px;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible;font-family: inherit;font-size: 24px;line-height: 1.15;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;height: 100%;align-items: center;display: inline-flex; } .gp-component-id-tlNl8ei72jl:focus,.gp-component-id-tlNl8ei72jl.gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tlNl8ei72jl { cursor: pointer;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: transparent;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible;font-family: inherit;font-size: 24px;line-height: 1.15;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;align-items: center;display: none; } .gp-component-id-tlNl8ei72jl:focus,.gp-component-id-tlNl8ei72jl.gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (min-width: 1200px) { .gp-component-id-tlNl8ei72jl { cursor: pointer;background-image: initial;background-position-x: initial;background-position-y: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;background-color: transparent;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible;font-family: inherit;font-size: 24px;line-height: 1.15;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;align-items: center;display: none; } .gp-component-id-tlNl8ei72jl:focus,.gp-component-id-tlNl8ei72jl.gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } }

 @media (max-width: 639px) { .gp-component-id-TFnrYJfuK2 { text-align: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TFnrYJfuK2 { text-align: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TFnrYJfuK2 { text-align: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TFnrYJfuK2 { text-align: inherit; } } @media (min-width: 1200px) { .gp-component-id-TFnrYJfuK2 { text-align: inherit; } }

 .gp-component-id-0GMgVPguUm { color: inherit;background-color: transparent;cursor: pointer;align-items: center;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } @media (max-width: 639px) { .gp-component-id-0GMgVPguUm { color: rgb(255, 255, 255);background-color: rgb(208, 48, 36);cursor: pointer;align-items: center;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-size: 19px !important;font-weight: 400 !important;font-family: "Bebas Neue" !important;text-align: center;letter-spacing: 0.05em;line-height: 1;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(208, 48, 36);border-right-color: rgb(208, 48, 36);border-top-color: rgb(208, 48, 36);border-bottom-color: rgb(208, 48, 36);background-image: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 25px;padding-right: 25px;padding-top: 2px;padding-bottom: 0px;min-width: 85px;display: inline-flex;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-0GMgVPguUm:hover,.gp-component-id-0GMgVPguUm.gp-hover { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(208, 48, 36);border-right-color: rgb(208, 48, 36);border-top-color: rgb(208, 48, 36);border-bottom-color: rgb(208, 48, 36);background-color: rgba(208, 48, 36, 0.41); } .gp-component-id-0GMgVPguUm:active,.gp-component-id-0GMgVPguUm.gp-active { background-color: rgb(254, 108, 108); } .gp-component-id-0GMgVPguUm:focus,.gp-component-id-0GMgVPguUm.gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0GMgVPguUm { color: rgb(255, 255, 255);background-color: rgb(208, 48, 36);cursor: pointer;align-items: center;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-size: 20px !important;font-weight: 400 !important;font-family: "Bebas Neue" !important;text-align: center;letter-spacing: 0.05em;line-height: 1;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(208, 48, 36);border-right-color: rgb(208, 48, 36);border-top-color: rgb(208, 48, 36);border-bottom-color: rgb(208, 48, 36);background-image: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 30px;padding-right: 30px;padding-top: 2px;padding-bottom: 1px;display: inline-flex;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-0GMgVPguUm:hover,.gp-component-id-0GMgVPguUm.gp-hover { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(208, 48, 36);border-right-color: rgb(208, 48, 36);border-top-color: rgb(208, 48, 36);border-bottom-color: rgb(208, 48, 36);background-color: rgba(208, 48, 36, 0.41); } .gp-component-id-0GMgVPguUm:active,.gp-component-id-0GMgVPguUm.gp-active { background-color: rgb(254, 108, 108); } .gp-component-id-0GMgVPguUm:focus,.gp-component-id-0GMgVPguUm.gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0GMgVPguUm { color: rgb(255, 255, 255);background-color: rgb(208, 48, 36);cursor: pointer;align-items: center;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-size: 21px !important;font-weight: 400 !important;font-family: "Bebas Neue" !important;text-align: center;letter-spacing: 0.05em;line-height: 1;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(208, 48, 36);border-right-color: rgb(208, 48, 36);border-top-color: rgb(208, 48, 36);border-bottom-color: rgb(208, 48, 36);background-image: initial;background-repeat: initial;background-attachment: initial;margin-left: 30px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 35px;padding-right: 35px;padding-top: 3px;padding-bottom: 2px;display: inline-flex;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-0GMgVPguUm:hover,.gp-component-id-0GMgVPguUm.gp-hover { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(208, 48, 36);border-right-color: rgb(208, 48, 36);border-top-color: rgb(208, 48, 36);border-bottom-color: rgb(208, 48, 36);background-color: rgba(208, 48, 36, 0.41); } .gp-component-id-0GMgVPguUm:active,.gp-component-id-0GMgVPguUm.gp-active { background-color: rgb(254, 108, 108); } .gp-component-id-0GMgVPguUm:focus,.gp-component-id-0GMgVPguUm.gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0GMgVPguUm { color: rgb(255, 255, 255);background-color: rgb(208, 48, 36);cursor: pointer;align-items: center;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-size: 21px !important;font-weight: 400 !important;font-family: "Bebas Neue" !important;text-align: center;letter-spacing: 0.05em;line-height: 1;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(208, 48, 36);border-right-color: rgb(208, 48, 36);border-top-color: rgb(208, 48, 36);border-bottom-color: rgb(208, 48, 36);background-image: initial;background-repeat: initial;background-attachment: initial;margin-left: 30px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 30px;padding-right: 30px;padding-top: 4px;padding-bottom: 3px;display: inline-flex;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-0GMgVPguUm:hover,.gp-component-id-0GMgVPguUm.gp-hover { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(208, 48, 36);border-right-color: rgb(208, 48, 36);border-top-color: rgb(208, 48, 36);border-bottom-color: rgb(208, 48, 36);background-color: rgba(208, 48, 36, 0.41); } .gp-component-id-0GMgVPguUm:active,.gp-component-id-0GMgVPguUm.gp-active { background-color: rgb(254, 108, 108); } .gp-component-id-0GMgVPguUm:focus,.gp-component-id-0GMgVPguUm.gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } } @media (min-width: 1200px) { .gp-component-id-0GMgVPguUm { color: rgb(255, 255, 255);background-color: rgb(208, 48, 36);cursor: pointer;align-items: center;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-size: 20px !important;font-weight: 400 !important;font-family: "Bebas Neue" !important;text-align: center;letter-spacing: 0.05em;line-height: 1;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(208, 48, 36);border-right-color: rgb(208, 48, 36);border-top-color: rgb(208, 48, 36);border-bottom-color: rgb(208, 48, 36);background-image: initial;background-repeat: initial;background-attachment: initial;margin-left: 32px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 35px;padding-right: 35px;padding-top: 4px;padding-bottom: 3px;display: inline-flex;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-0GMgVPguUm:hover,.gp-component-id-0GMgVPguUm.gp-hover { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(208, 48, 36);border-right-color: rgb(208, 48, 36);border-top-color: rgb(208, 48, 36);border-bottom-color: rgb(208, 48, 36);background-color: rgba(208, 48, 36, 0.41); } .gp-component-id-0GMgVPguUm:active,.gp-component-id-0GMgVPguUm.gp-active { background-color: rgb(254, 108, 108); } .gp-component-id-0GMgVPguUm:focus,.gp-component-id-0GMgVPguUm.gp-focus { outline-color: -webkit-focus-ring-color;outline-style: auto;outline-width: 5px; } }

 .gp-component-id-DWcTkg6V2m { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } @media (max-width: 639px) { .gp-component-id-DWcTkg6V2m { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;margin-bottom: 20px;line-height: 1; } .gp-component-id-DWcTkg6V2m:hover,.gp-component-id-DWcTkg6V2m.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-DWcTkg6V2m:active,.gp-component-id-DWcTkg6V2m.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DWcTkg6V2m { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;margin-bottom: 20px;line-height: 1; } .gp-component-id-DWcTkg6V2m:hover,.gp-component-id-DWcTkg6V2m.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-DWcTkg6V2m:active,.gp-component-id-DWcTkg6V2m.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DWcTkg6V2m { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;margin-bottom: 20px;line-height: 1; } .gp-component-id-DWcTkg6V2m:hover,.gp-component-id-DWcTkg6V2m.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-DWcTkg6V2m:active,.gp-component-id-DWcTkg6V2m.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DWcTkg6V2m { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;line-height: 1; } .gp-component-id-DWcTkg6V2m:hover,.gp-component-id-DWcTkg6V2m.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-DWcTkg6V2m:active,.gp-component-id-DWcTkg6V2m.gp-active { color: rgb(208, 48, 36); } } @media (min-width: 1200px) { .gp-component-id-DWcTkg6V2m { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;line-height: 1; } .gp-component-id-DWcTkg6V2m:hover,.gp-component-id-DWcTkg6V2m.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-DWcTkg6V2m:active,.gp-component-id-DWcTkg6V2m.gp-active { color: rgb(208, 48, 36); } }

 .gp-component-id-DV3z4dqn5e { margin-right: 0px; } @media (max-width: 639px) { .gp-component-id-DV3z4dqn5e { margin-right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DV3z4dqn5e { margin-right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DV3z4dqn5e { margin-right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DV3z4dqn5e { margin-right: 0px; } } @media (min-width: 1200px) { .gp-component-id-DV3z4dqn5e { margin-right: 0px; } }

 .gp-component-id-jM2E6TNhTZ { margin-left: 4px; } @media (max-width: 639px) { .gp-component-id-jM2E6TNhTZ { margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jM2E6TNhTZ { margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jM2E6TNhTZ { margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jM2E6TNhTZ { margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-jM2E6TNhTZ { margin-left: 4px; } }

 .gp-component-id-30x6RCPpRl { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } @media (max-width: 639px) { .gp-component-id-30x6RCPpRl { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;text-align: center; } .gp-component-id-30x6RCPpRl:hover,.gp-component-id-30x6RCPpRl.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-30x6RCPpRl:active,.gp-component-id-30x6RCPpRl.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-30x6RCPpRl { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;text-align: center; } .gp-component-id-30x6RCPpRl:hover,.gp-component-id-30x6RCPpRl.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-30x6RCPpRl:active,.gp-component-id-30x6RCPpRl.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-30x6RCPpRl { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;text-align: center; } .gp-component-id-30x6RCPpRl:hover,.gp-component-id-30x6RCPpRl.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-30x6RCPpRl:active,.gp-component-id-30x6RCPpRl.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-30x6RCPpRl { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px; } .gp-component-id-30x6RCPpRl:hover,.gp-component-id-30x6RCPpRl.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-30x6RCPpRl:active,.gp-component-id-30x6RCPpRl.gp-active { color: rgb(208, 48, 36); } } @media (min-width: 1200px) { .gp-component-id-30x6RCPpRl { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px; } .gp-component-id-30x6RCPpRl:hover,.gp-component-id-30x6RCPpRl.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-30x6RCPpRl:active,.gp-component-id-30x6RCPpRl.gp-active { color: rgb(208, 48, 36); } }

 @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Od0S9Nt24Z { margin-right: 36px; } } @media (min-width: 1200px) { .gp-component-id-Od0S9Nt24Z { margin-right: 36px; } }

 .gp-component-id-bzmZ5B_0VT { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } @media (max-width: 639px) { .gp-component-id-bzmZ5B_0VT { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } .gp-component-id-bzmZ5B_0VT:hover,.gp-component-id-bzmZ5B_0VT.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-bzmZ5B_0VT:active,.gp-component-id-bzmZ5B_0VT.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bzmZ5B_0VT { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } .gp-component-id-bzmZ5B_0VT:hover,.gp-component-id-bzmZ5B_0VT.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-bzmZ5B_0VT:active,.gp-component-id-bzmZ5B_0VT.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bzmZ5B_0VT { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } .gp-component-id-bzmZ5B_0VT:hover,.gp-component-id-bzmZ5B_0VT.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-bzmZ5B_0VT:active,.gp-component-id-bzmZ5B_0VT.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bzmZ5B_0VT { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px; } .gp-component-id-bzmZ5B_0VT:hover,.gp-component-id-bzmZ5B_0VT.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-bzmZ5B_0VT:active,.gp-component-id-bzmZ5B_0VT.gp-active { color: rgb(208, 48, 36); } } @media (min-width: 1200px) { .gp-component-id-bzmZ5B_0VT { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px; } .gp-component-id-bzmZ5B_0VT:hover,.gp-component-id-bzmZ5B_0VT.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-bzmZ5B_0VT:active,.gp-component-id-bzmZ5B_0VT.gp-active { color: rgb(208, 48, 36); } }

 @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LjW87Vhc9T { margin-right: 36px; } } @media (min-width: 1200px) { .gp-component-id-LjW87Vhc9T { margin-right: 36px; } }

 .gp-component-id-SwWkxF0FU8 { margin-left: 4px; } @media (max-width: 639px) { .gp-component-id-SwWkxF0FU8 { margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SwWkxF0FU8 { margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SwWkxF0FU8 { margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SwWkxF0FU8 { margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-SwWkxF0FU8 { margin-left: 4px; } }

 .gp-component-id-iq2NP0u4t8 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } @media (max-width: 639px) { .gp-component-id-iq2NP0u4t8 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;line-height: inherit;text-align: center; } .gp-component-id-iq2NP0u4t8:hover,.gp-component-id-iq2NP0u4t8.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-iq2NP0u4t8:active,.gp-component-id-iq2NP0u4t8.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iq2NP0u4t8 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;line-height: inherit;text-align: center; } .gp-component-id-iq2NP0u4t8:hover,.gp-component-id-iq2NP0u4t8.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-iq2NP0u4t8:active,.gp-component-id-iq2NP0u4t8.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iq2NP0u4t8 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;line-height: inherit;text-align: center; } .gp-component-id-iq2NP0u4t8:hover,.gp-component-id-iq2NP0u4t8.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-iq2NP0u4t8:active,.gp-component-id-iq2NP0u4t8.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iq2NP0u4t8 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;line-height: inherit; } .gp-component-id-iq2NP0u4t8:hover,.gp-component-id-iq2NP0u4t8.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-iq2NP0u4t8:active,.gp-component-id-iq2NP0u4t8.gp-active { color: rgb(208, 48, 36); } } @media (min-width: 1200px) { .gp-component-id-iq2NP0u4t8 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;line-height: inherit; } .gp-component-id-iq2NP0u4t8:hover,.gp-component-id-iq2NP0u4t8.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-iq2NP0u4t8:active,.gp-component-id-iq2NP0u4t8.gp-active { color: rgb(208, 48, 36); } }

 @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-egp91SQrFU { margin-right: 36px; } } @media (min-width: 1200px) { .gp-component-id-egp91SQrFU { margin-right: 36px; } }

 .gp-component-id-Qox8ctKWNv { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } @media (max-width: 639px) { .gp-component-id-Qox8ctKWNv { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } .gp-component-id-Qox8ctKWNv:hover,.gp-component-id-Qox8ctKWNv.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-Qox8ctKWNv:active,.gp-component-id-Qox8ctKWNv.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Qox8ctKWNv { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } .gp-component-id-Qox8ctKWNv:hover,.gp-component-id-Qox8ctKWNv.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-Qox8ctKWNv:active,.gp-component-id-Qox8ctKWNv.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Qox8ctKWNv { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } .gp-component-id-Qox8ctKWNv:hover,.gp-component-id-Qox8ctKWNv.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-Qox8ctKWNv:active,.gp-component-id-Qox8ctKWNv.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Qox8ctKWNv { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px; } .gp-component-id-Qox8ctKWNv:hover,.gp-component-id-Qox8ctKWNv.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-Qox8ctKWNv:active,.gp-component-id-Qox8ctKWNv.gp-active { color: rgb(208, 48, 36); } } @media (min-width: 1200px) { .gp-component-id-Qox8ctKWNv { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px; } .gp-component-id-Qox8ctKWNv:hover,.gp-component-id-Qox8ctKWNv.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-Qox8ctKWNv:active,.gp-component-id-Qox8ctKWNv.gp-active { color: rgb(208, 48, 36); } }

 @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oMAC6eb_uI { margin-right: 36px; } } @media (min-width: 1200px) { .gp-component-id-oMAC6eb_uI { margin-right: 36px; } }

 .gp-component-id-o8PI59mtAM { margin-left: 4px; } @media (max-width: 639px) { .gp-component-id-o8PI59mtAM { margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-o8PI59mtAM { margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-o8PI59mtAM { margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-o8PI59mtAM { margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-o8PI59mtAM { margin-left: 4px; } }

 .gp-component-id-19OZNfjwUQ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } @media (max-width: 639px) { .gp-component-id-19OZNfjwUQ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;line-height: inherit;text-align: center; } .gp-component-id-19OZNfjwUQ:hover,.gp-component-id-19OZNfjwUQ.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-19OZNfjwUQ:active,.gp-component-id-19OZNfjwUQ.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-19OZNfjwUQ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;line-height: inherit;text-align: center; } .gp-component-id-19OZNfjwUQ:hover,.gp-component-id-19OZNfjwUQ.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-19OZNfjwUQ:active,.gp-component-id-19OZNfjwUQ.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-19OZNfjwUQ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;line-height: inherit;text-align: center; } .gp-component-id-19OZNfjwUQ:hover,.gp-component-id-19OZNfjwUQ.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-19OZNfjwUQ:active,.gp-component-id-19OZNfjwUQ.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-19OZNfjwUQ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;line-height: inherit; } .gp-component-id-19OZNfjwUQ:hover,.gp-component-id-19OZNfjwUQ.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-19OZNfjwUQ:active,.gp-component-id-19OZNfjwUQ.gp-active { color: rgb(208, 48, 36); } } @media (min-width: 1200px) { .gp-component-id-19OZNfjwUQ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;position: relative;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;line-height: inherit; } .gp-component-id-19OZNfjwUQ:hover,.gp-component-id-19OZNfjwUQ.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-19OZNfjwUQ:active,.gp-component-id-19OZNfjwUQ.gp-active { color: rgb(208, 48, 36); } }

 @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7fYkojz59p { margin-right: 36px; } } @media (min-width: 1200px) { .gp-component-id-7fYkojz59p { margin-right: 36px; } }

 .gp-component-id-EpjRFwIKun { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } @media (max-width: 639px) { .gp-component-id-EpjRFwIKun { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;margin-top: 20px;line-height: 1; } .gp-component-id-EpjRFwIKun:hover,.gp-component-id-EpjRFwIKun.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-EpjRFwIKun:active,.gp-component-id-EpjRFwIKun.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EpjRFwIKun { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;margin-top: 20px;line-height: 1; } .gp-component-id-EpjRFwIKun:hover,.gp-component-id-EpjRFwIKun.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-EpjRFwIKun:active,.gp-component-id-EpjRFwIKun.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EpjRFwIKun { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;margin-top: 20px;line-height: 1; } .gp-component-id-EpjRFwIKun:hover,.gp-component-id-EpjRFwIKun.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-EpjRFwIKun:active,.gp-component-id-EpjRFwIKun.gp-active { color: rgb(208, 48, 36); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EpjRFwIKun { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;margin-top: 0px;line-height: 1; } .gp-component-id-EpjRFwIKun:hover,.gp-component-id-EpjRFwIKun.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-EpjRFwIKun:active,.gp-component-id-EpjRFwIKun.gp-active { color: rgb(208, 48, 36); } } @media (min-width: 1200px) { .gp-component-id-EpjRFwIKun { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;margin-top: 0px;line-height: 1; } .gp-component-id-EpjRFwIKun:hover,.gp-component-id-EpjRFwIKun.gp-hover { color: rgb(89, 127, 170); } .gp-component-id-EpjRFwIKun:active,.gp-component-id-EpjRFwIKun.gp-active { color: rgb(208, 48, 36); } }

 @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6ClagyvNKB { margin-right: 36px; } } @media (min-width: 1200px) { .gp-component-id-6ClagyvNKB { margin-right: 36px; } }

 .gp-component-id-f90LoG1G7w { align-items: center;display: none; } @media (max-width: 639px) { .gp-component-id-f90LoG1G7w { align-items: center;display: none !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-f90LoG1G7w { align-items: center;display: none !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-f90LoG1G7w { align-items: center;display: none !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-f90LoG1G7w { align-items: center;display: flex !important; } } @media (min-width: 1200px) { .gp-component-id-f90LoG1G7w { align-items: center;display: flex !important; } }

 @media (max-width: 639px) { .gp-component-id-5jNczQ0fiq { max-width: 100%;height: 100%;width: 100%;padding-bottom: 0px;padding-top: 0px;box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 19px 0px;background-color: rgba(255, 255, 255, 0.97);border-bottom-color: rgb(57, 75, 86);border-right-color: rgb(57, 75, 86);border-left-color: rgb(57, 75, 86);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;font-family: Oswald;color: rgb(0, 0, 0);font-weight: 400; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5jNczQ0fiq { height: 100%;width: 100%;padding-bottom: 0px;padding-top: 0px;box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 19px 0px;background-color: rgba(255, 255, 255, 0.97);border-bottom-color: rgb(57, 75, 86);border-right-color: rgb(57, 75, 86);border-left-color: rgb(57, 75, 86);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;font-family: Oswald;color: rgb(0, 0, 0);font-weight: 400; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5jNczQ0fiq { height: 100%;width: 100%;padding-bottom: 0px;padding-top: 0px;box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 19px 0px;background-color: rgba(255, 255, 255, 0.97);border-bottom-color: rgb(57, 75, 86);border-right-color: rgb(57, 75, 86);border-left-color: rgb(57, 75, 86);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;font-family: Oswald;color: rgb(0, 0, 0);font-weight: 400; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5jNczQ0fiq { position: static !important;font-family: Oswald !important;font-weight: 400 !important;font-size: 14px !important;height: auto;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;box-shadow: none;background-color: rgba(255, 255, 255, 0.97);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;color: rgb(0, 0, 0); } } @media (min-width: 1200px) { .gp-component-id-5jNczQ0fiq { position: static !important;font-family: Oswald !important;font-weight: 400 !important;font-size: 17px !important;max-width: 100%;height: auto;width: 100%;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;box-shadow: none;background-color: rgba(255, 255, 255, 0.97);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;color: rgb(0, 0, 0); } }

 @media (max-width: 639px) { .gp-component-id-TNwShMXQYg { width: 100%;height: auto;top: 100%;z-index: 20;right: 0px;left: 0px;position: absolute;flex-grow: 1;flex-shrink: 1;flex-basis: 0%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TNwShMXQYg { width: 100%;height: auto;top: 100%;z-index: 20;right: 0px;left: 0px;position: absolute;flex-grow: 1;flex-shrink: 1;flex-basis: 0%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TNwShMXQYg { width: 100%;top: 100%;z-index: 20;right: 0px;left: 0px;position: absolute;flex-grow: 1;flex-shrink: 1;flex-basis: 0%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TNwShMXQYg { position: static !important;margin-right: 0px;max-width: 100%;justify-content: flex-end;display: flex;top: 100%;z-index: 20;right: 0px;left: 0px;flex-grow: 1;flex-shrink: 1;flex-basis: 0%; } } @media (min-width: 1200px) { .gp-component-id-TNwShMXQYg { position: static !important;margin-right: 0px;width: 100%;justify-content: flex-end;display: flex;top: 100%;z-index: 20;right: 0px;left: 0px;flex-grow: 1;flex-shrink: 1;flex-basis: 0%; } }

 .gp-component-id-uRD1DoFvXQ { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center; } @media (max-width: 639px) { .gp-component-id-uRD1DoFvXQ { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-uRD1DoFvXQ { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-uRD1DoFvXQ { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-uRD1DoFvXQ { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-uRD1DoFvXQ { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center; } }

 .gp-component-id-h206Z5bTz { overflow-x: hidden;overflow-y: hidden;color: inherit;background-color: transparent;cursor: pointer;justify-content: flex-start;align-items: flex-start;display: inline-flex;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } @media (max-width: 639px) { .gp-component-id-h206Z5bTz { overflow-x: hidden;overflow-y: hidden;color: inherit;background-color: transparent;cursor: pointer;justify-content: flex-start;align-items: flex-start;display: inline-flex;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-right: 0px;height: auto;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-h206Z5bTz { overflow-x: hidden;overflow-y: hidden;color: inherit;background-color: transparent;cursor: pointer;justify-content: flex-start;align-items: flex-start;display: inline-flex;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-h206Z5bTz { overflow-x: hidden;overflow-y: hidden;color: inherit;background-color: transparent;cursor: pointer;justify-content: flex-start;align-items: flex-start;display: inline-flex;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-h206Z5bTz { overflow-x: hidden;overflow-y: hidden;color: inherit;background-color: transparent;cursor: pointer;justify-content: flex-start;align-items: flex-start;display: inline-flex;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: auto;height: auto;max-width: 100%;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-h206Z5bTz { overflow-x: hidden;overflow-y: hidden;color: inherit;background-color: transparent;cursor: pointer;justify-content: flex-start;align-items: flex-start;display: inline-flex;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center; } }

 @media (max-width: 639px) { .gp-component-id-s2DTqQ_xtM { margin-bottom: 0px;padding-right: 30px;height: auto;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-s2DTqQ_xtM { padding-right: 50px;width: 100%;height: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-s2DTqQ_xtM { padding-right: 50px;width: 100%;height: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-s2DTqQ_xtM { position: relative;padding-right: 10px;height: auto; } } @media (min-width: 1200px) { .gp-component-id-s2DTqQ_xtM { position: relative;padding-right: 50px;width: 100%;height: auto; } }

 .gp-component-id-Pbdq_IdMkL { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-Pbdq_IdMkL { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Pbdq_IdMkL { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Pbdq_IdMkL { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Pbdq_IdMkL { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-Pbdq_IdMkL { padding-right: 8px;width: 100%;padding-left: 8px; } }

 .gp-component-id-ZG5uTnpY5 { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-ZG5uTnpY5 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZG5uTnpY5 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZG5uTnpY5 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZG5uTnpY5 { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-ZG5uTnpY5 { margin-right: -8px;margin-left: -8px; } }

 @media (max-width: 639px) { .gp-component-id-csX9wmUwB { margin-left: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;height: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-csX9wmUwB { padding-left: 8px;padding-right: 8px;height: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-csX9wmUwB { padding-left: 8px;padding-right: 8px;height: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-csX9wmUwB { position: static !important;padding-left: 0px;padding-right: 0px;height: auto; } } @media (min-width: 1200px) { .gp-component-id-csX9wmUwB { position: static !important;padding-left: 8px;padding-right: 8px;height: auto; } }

 .gp-component-id-gAxcyHiJzh { max-width: 1200px; } @media (max-width: 639px) { .gp-component-id-gAxcyHiJzh { max-width: 1200px;margin-left: auto;margin-right: auto;padding-left: 0px;width: 100%;height: auto;justify-content: space-around;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gAxcyHiJzh { max-width: 1200px;margin-left: auto;margin-right: auto;width: 100%;height: auto;justify-content: space-between;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gAxcyHiJzh { max-width: 1200px;margin-left: auto;margin-right: auto;width: 100%;height: auto;min-width: 100%;justify-content: space-between;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gAxcyHiJzh { max-width: 100%;margin-left: auto;margin-right: auto;height: auto;justify-content: center;align-items: center;display: flex;position: relative; } } @media (min-width: 1200px) { .gp-component-id-gAxcyHiJzh { max-width: 100%;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;justify-content: center;align-items: center;display: flex;position: relative; } }

 @media (max-width: 639px) { .gp-component-id-KqBg58ZzTw { padding-left: 5px;padding-right: 5px;padding-top: 0px;padding-bottom: 0px;width: 100%;height: auto;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KqBg58ZzTw { padding-left: 16px;padding-right: 16px;padding-top: 0px;padding-bottom: 0px;width: auto;height: auto;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KqBg58ZzTw { padding-left: 16px;padding-right: 16px;padding-top: 0px;padding-bottom: 0px;width: 100%;height: auto;max-width: 100%;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KqBg58ZzTw { padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;width: auto;height: auto;max-width: 100%;position: relative; } } @media (min-width: 1200px) { .gp-component-id-KqBg58ZzTw { padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;width: 100%;height: auto;max-width: 100%;position: relative; } }

 .gp-component-id-TwyZDRTYEF { position: relative;z-index: 15; } @media (max-width: 639px) { .gp-component-id-TwyZDRTYEF { position: relative;z-index: 15;margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;width: 100%;height: auto;min-width: 100%;flex-direction: row;justify-content: space-between;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TwyZDRTYEF { position: relative;z-index: 15;margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;width: 100%;height: auto;flex-direction: column;justify-content: center;align-items: stretch;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TwyZDRTYEF { position: relative;z-index: 15;margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 0px;width: 100%;height: auto;max-width: 100%;flex-direction: row;justify-content: space-between;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TwyZDRTYEF { position: relative;z-index: 15;margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 30px;padding-right: 30px;width: 100%;height: auto;max-width: 100%;flex-direction: column;justify-content: space-around;align-items: stretch;display: flex; } } @media (min-width: 1200px) { .gp-component-id-TwyZDRTYEF { position: relative;z-index: 15;margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 60px;padding-right: 60px;width: 100%;height: auto;max-width: 100%;flex-direction: row;justify-content: space-around;align-items: center;display: flex; } }

 .gp-component-id-3qv5oEp_XM.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: 14; } @media (max-width: 639px) { .gp-component-id-3qv5oEp_XM.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: 14; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3qv5oEp_XM.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: 14; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3qv5oEp_XM.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: 14; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3qv5oEp_XM.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: 14; } } @media (min-width: 1200px) { .gp-component-id-3qv5oEp_XM.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: 14; } }

 .gp-component-id-heVcP3QdXu { min-height: 50px;position: relative;z-index: 15; } @media (max-width: 639px) { .gp-component-id-heVcP3QdXu { min-height: 50px;position: relative;z-index: 20 !important;height: auto;padding-bottom: 0px;padding-top: 0px;margin-bottom: 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-heVcP3QdXu { min-height: 50px;position: relative;z-index: 20 !important;height: auto;padding-bottom: 0px;padding-top: 0px;margin-bottom: 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-heVcP3QdXu { min-height: 50px;position: relative;z-index: 20 !important;height: auto;padding-bottom: 0px;padding-top: 0px;margin-bottom: 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-heVcP3QdXu { min-height: 50px;position: relative;z-index: 20 !important;height: auto;padding-bottom: 0px;padding-top: 0px;margin-bottom: 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px; } } @media (min-width: 1200px) { .gp-component-id-heVcP3QdXu { min-height: 50px;position: relative;z-index: 20 !important;height: auto;padding-bottom: 0px;padding-top: 0px;margin-bottom: 0px;margin-top: 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px; } }

 .gp-component-id-3qv5oEp_XM { min-height: 50px;position: relative;z-index: 20 !important; } @media (max-width: 639px) { .gp-component-id-3qv5oEp_XM { min-height: 50px;position: relative;z-index: 20 !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3qv5oEp_XM { min-height: 50px;position: relative;z-index: 20 !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3qv5oEp_XM { min-height: 50px;position: relative;z-index: 20 !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3qv5oEp_XM { min-height: 50px;position: relative;z-index: 20 !important; } } @media (min-width: 1200px) { .gp-component-id-3qv5oEp_XM { min-height: 50px;position: relative;z-index: 20 !important; } }

 .gp-component-id-VLcyKGfNjE { width: 100%; } @media (max-width: 639px) { .gp-component-id-VLcyKGfNjE { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VLcyKGfNjE { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VLcyKGfNjE { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VLcyKGfNjE { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-VLcyKGfNjE { width: 100%; } }

 .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } }

 .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } }

 .gp-component-id-y_qe9oNFpB { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-y_qe9oNFpB { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-y_qe9oNFpB { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-y_qe9oNFpB { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-y_qe9oNFpB { min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-y_qe9oNFpB { min-height: 50px;position: relative;z-index: auto; } }

