/* -*- coding: utf-8 -*- */

:root {
  --min-width: 360px;
  --mobile-width: 480px;
  --medium-width: 768px;
  --moderate-width: 960px;
  --max-width: 1200px;
  --fg-color: #212327;
}

html {
  background-color: #ffffff;
  color: #212327;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  line-height: 1.5;
}
.main-container {
  margin-top: 45px;
  overflow-x: hidden;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

iframe {
  border: none;
}

img {
  display: block;
  height: auto;
  width: auto;
}

figure {
  margin: 0;
}

blockquote {
  margin: 0;
}

textarea {
  font-family: "Open Sans", sans-serif;
}

input {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: underline;
}

a.blue-link {
  color: #0000ee;
  text-decoration: none;
}
a.blue-link:focus,
a.blue-link:hover {
  text-decoration: underline;
}

.telephone {
  white-space: nowrap;
}

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

.font-scale-20 {
  font-weight: 500;
  line-height: 1.5;
}
.font-scale-25 {
  font-weight: 500;
  line-height: 1.25;
}
.font-scale-30 {
  font-weight: 500;
  line-height: 1.2;
}
.font-scale-35 {
  font-weight: 600;
  line-height: 1.15;
}
.font-scale-40 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 56px;
}
@media only screen and (max-width: 768px) {
  .font-scale-20 {
    font-size: 15px;
  }
  .font-scale-25 {
    font-size: 19px;
  }
  .font-scale-30 {
    font-size: 23px;
  }
  .font-scale-35 {
    font-size: 27px;
  }
  .font-scale-40 {
    font-size: 31px;
  }
  .main-container {
    margin-top: 0px;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .font-scale-20 {
    font-size: calc(100vw * 0.02);
  }
  .font-scale-25 {
    font-size: calc(100vw * 0.025);
  }
  .font-scale-30 {
    font-size: calc(100vw * 0.03);
  }
  .font-scale-35 {
    font-size: calc(100vw * 0.035);
  }
  .font-scale-40 {
    font-size: calc(100vw * 0.04);
  }
}
@media only screen and (min-width: 1201px) {
  .font-scale-20 {
    font-size: 24px;
  }
  .font-scale-25 {
    font-size: 32px;
  }
  .font-scale-30 {
    font-size: 36px;
  }
  .font-scale-35 {
    font-size: 42px;
  }
  .font-scale-40 {
    font-size: 56px;
  }
}

.page-container {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max-width);
}

.page-head,
.page-body,
.page-foot {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}

.page-body {
  flex-grow: 1;
}

.division-container,
.section-container,
.segment-container,
.fragment-container {
  align-items: stretch;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-page-container .division-content {
  flex-grow: 0;
}

.page-content,
.division-content,
.section-content,
.segment-content,
.fragment-content {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.page-content::before,
.page-content::after,
.division-content::before,
.division-content::after,
.section-content::before,
.section-content::after,
.segment-content::before,
.segment-content::after,
.fragment-content::before,
.fragment-content::after {
  content: "";
  display: block;
}

.common-bg {
  background-image: url("../images/bg-graph-1440x1678.webp");
  background-repeat: repeat-x;
  height: 1678px;
  min-height: 100vh;
  width: 100vw;
  position: absolute;
  backdrop-filter: blur(123px);
  background-position-x: 50%;
  z-index: -100;
}

.bg-bubble-wrapper {
  height: 1760px;
  overflow: hidden;
  position: absolute;
  width: 100vw;
  z-index: -90;
}

.bg-bubbles {
  margin: 0 auto;
  position: relative;
  width: var(--max-width);
}
.bg-bubbles .bg-bubble {
  filter: blur(75px);
  opacity: 0.5;
  position: absolute;
}
.bg-bubbles .bg-bubble1 {
  background: radial-gradient(
    50% 50% at 50% 50%,
    #c5f4ff 0%,
    rgba(36, 242, 255, 0) 100%
  );
  height: 237px;
  left: calc(227px / 2);
  top: calc(666px / 2);
  width: 237px;
}
.bg-bubbles .bg-bubble2 {
  background: radial-gradient(
    86.58% 86.58% at 31.54% 13.42%,
    #447cfe 0%,
    rgba(68, 124, 254, 0.37) 100%
  );
  height: 277px;
  left: calc(-138px / 2);
  top: calc(883px / 2);
  width: 277px;
}
.bg-bubbles .bg-bubble3 {
  background: radial-gradient(
    86.58% 86.58% at 31.54% 13.42%,
    #447cfe 0%,
    rgba(254, 146, 237, 0.37) 100%
  );
  height: 277px;
  left: calc(1273px / 2);
  top: calc(1037px / 2);
  width: 277px;
}
.bg-bubbles .bg-bubble4 {
  background: radial-gradient(
    50% 50% at 50% 50%,
    #c5f4ff 0%,
    rgba(36, 242, 255, 0) 100%
  );
  height: 237px;
  left: calc(35px / 2);
  top: calc(19px / 2);
  width: 237px;
}
.bg-bubbles .bg-bubble5 {
  background: radial-gradient(
    86.58% 86.58% at 31.54% 13.42%,
    #97d7ff 0%,
    rgba(151, 215, 255, 0.37) 100%
  );
  height: 277px;
  left: calc(-73px / 2);
  top: calc(-93px / 2);
  width: 277px;
}

.mobile-user .desktop-user-only {
  display: none !important;
}

.desktop-user .mobile-user-only {
  display: none !important;
}

.mobile-menu-float {
  display: none;
  position: fixed;
  right: 20px;
  top: 10px;
  z-index: 10000;
}
.mobile-user .mobile-menu-float {
  display: block;
}

.mobile-menu-container {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.mobile-menu-container .menu-toggle {
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(9, 118, 223, 1);
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  vertical-align: middle;
  width: 36px;
}

.mobile-menu-container .menu-closed-icon {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.mobile-menu-container .menu-open-icon {
  display: none;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.mobile-menu-container.menu-open .menu-open-icon {
  display: block;
}

.mobile-menu-container.menu-open .menu-closed-icon {
  display: none;
}

.mobile-menu-container .main-menu {
  background: #fff;
  border-radius: 20px;
  display: none;
  max-width: 450px;
  padding: 20px;
  width: calc(100vw - 20px);
}
.mobile-menu-container .main-menu::after {
  content: "";
  display: block;
}

.mobile-menu-container.menu-open .main-menu {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-menu-container .main-menu {
  gap: 10px;
}

.mobile-menu-container .menu-list {
  align-items: center;
  flex-grow: 0;
  gap: 10px;
}

.mobile-menu-container .menu-list a {
  align-items: center;
  color: rgba(33, 21, 75, 1);
  display: flex;
  font-size: 20px;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  text-align: center;
}

.mobile-menu-container .menu-buttons {
  align-items: center;
  flex-grow: 0;
  gap: 10px;
}

.mobile-menu-container .menu-buttons a {
  align-items: center;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 320px;
}

.mobile-menu-container .menu-buttons .contact-us {
  border: 1px solid rgba(9, 118, 223, 1);
  color: var(--fg-color);
}

.mobile-menu-container .menu-buttons .carts {
  background: rgba(9, 118, 223, 1);
  color: #fff;
}

.header-page-container .page-content {
  gap: 30px;
}

.header-page-container .division-container {
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.header-page-container .division-container::after {
  content: "";
  flex-grow: 0.05;
}

.header-page-container .division-container .spacer {
  flex-grow: 1;
}

.header-page-container .section-content {
  align-items: center;
  flex-grow: 0;
}

.mobile-user .header-page-container .section-content {
  display: none;
}

.header-page-container .segment-phone {
  border-radius: 8px;
  border: 1px solid rgba(9, 118, 223, 1);
  font-size: 18px;
  font-weight: 700;
  font-weight: 700;
  font-size: 18px;
  padding: 4px 8px;
}

.header-page-container .customer-support {
  font-weight: 400;
  font-size: 12px;
}

footer {
  background: rgba(13, 43, 90, 1);
  margin-top: 60px;
}

.footer-page-container {
  background: rgba(13, 43, 90, 1);
  color: #fff;
}

.footer-page-container .page-body {
  align-items: center;
}

.footer-page-container .page-content {
  /*max-width: var(--medium-width);*/
  width: 100%;
}

.footer-page-container .page-foot {
  align-items: center;
  padding-bottom: 10px;
}
.footer-page-container .credit-area {
  align-items: center;
  display: flex;
  gap: 49px;
  justify-content: space-between;
  min-width: 340px;
}
.footer-page-container .page-foot .page-content {
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

.footer-page-container .page-body .page-content {
  font-size: 12px;
  gap: 24px;
}

.footer-page-container .division-verify {
  align-items: center;
  gap: 24px;
}

.footer-page-container .credit-area img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 10vh;
  object-fit: contain;
}

@media (min-width: 1024px) {
  .footer-page-container .credit-area .geotrust img {
    min-width: 143px;
    min-height: 68px;
    max-width: 143px;
    max-height: 68px;
  }

  .footer-page-container .credit-area .bbb img {
    min-width: 100px;
    min-height: 68px;
    max-width: 100px;
    max-height: 68px;
  }

  .footer-page-container .credit-area .appesteem img {
    min-width: 80px;
    min-height: 69px;
    max-width: 80px;
    max-height: 69px;
  }

  .footer-page-container .credit-area .trustwave img {
    min-width: 139px;
    min-height: 77px;
    max-width: 139px;
    max-height: 77px;
  }

  .footer-page-container .credit-area img {
    min-height: 69px;
    min-width: 80px;
    max-height: 69px;
    max-width: 80px;
  }
}

.footer-page-container .powered-by {
  margin: 0 auto;
  display: flex;
  justify-content: end;
  width: 60%;
  align-items: center;
  gap: 10px;
}
.footer-page-container .footer-nav {
  margin-left: 10px;
}

.footer-page-container nav {
  padding: 0;
}

.footer-page-container .nav-list {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 2;
  list-style-type: none;
  margin: 0;
  padding: 0px 191px;
  gap: 10px;
  font-size: 16px;
}

.footer-page-container .nav-list li {
  text-align: center;
  white-space: nowrap;
  width: 33%;
}

.footer-page-container .footer-divider {
  opacity: 0.3;
  width: 100%;
}

.footer-page-container .footer-logo {
  display: block;
  margin: 0 auto;
}

.footer-page-container .verified-by-credits {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  text-align: center;
}

.footer-page-container .copyright {
  font-size: 12px;
  text-align: start;
  opacity: 0.7;
  width: fit-content;
  text-wrap: nowrap;
}

.footer-page-container .footer-links {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: space-around;
  list-style-type: none;
  gap: 20px;
  margin: 0;
  opacity: 0.7;
  padding: 0;
}

.footer-page-container .footer-links li {
  flex-grow: 1;
  flex-basis: 100px;
  text-align: center;
  white-space: nowrap;
}
.footer-page-container .buttons {
  display: flex;
  flex-direction: row;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.footer-page-container .buttons a {
  width: 105px !important;
}

@media only screen and (min-width: 769px) {
  .footer-page-container .page-foot .page-content {
    flex-direction: row;
  }
  .footer-page-container .nav-list li {
    width: 10%;
  }
}
@media only screen and (max-width: 786px) {
  .footer-page-container .buttons a {
    width: 105px;
    font-size: 16px !important;
  }
  .footer-page-container .credit-area {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    min-width: 340px;
  }
  .footer-page-container .nav-list {
    align-items: center;
    padding: 0px;
    gap: 20px 0px;
  }
  .footer-page-container .page-foot .page-content {
    padding-top: 20px;
    gap: 29px;
  }
  .footer-page-container .page-foot .page-content .copyright {
    align-self: center;
  }
  .footer-page-container .footer-nav {
    margin: 0;
  }
  .footer-page-container .footer-links {
    gap: 0px;
  }
  .footer-page-container .powered-by .footer-links {
    text-wrap: nowrap;
  }
  .footer-page-container .powered-by {
    width: auto;
  }
  .footer-page-container .division-verify {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
}

.blue-button {
  align-items: center;
  background: rgba(9, 118, 223, 1);
  border-radius: 10px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 51px;
  justify-content: center;
  outline: none;
  text-decoration: none;
  width: 272px;
}
.blue-button:focus,
.blue-button:hover {
  filter: brightness(1.05);
  text-shadow: 0 0 1px currentColor;
}

.white-button {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: none;
  color: var(--fg-color);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  outline: none;
  text-decoration: none;
  width: 250px;
}
.white-button:focus,
.white-button:hover {
  filter: brightness(0.98);
  text-shadow: 0 0 1px currentColor;
}

.transparent-button {
  align-items: center;
  background: transparent;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  outline: none;
  text-decoration: none;
  width: 250px;
}
.transparent-button:focus,
.transparent-button:hover {
  filter: brightness(0.98);
  text-shadow: 0 0 1px currentColor;
}
