@font-face {
  font-family: Sato;
  src: url('../fonts/Sato-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --blue: #081158;
  --gainsboro: #dfdfdf;
  --smoke: whitesmoke;
  --grey: #afafaf;
  --white: white;
  --dodger-blue: #338bfd;
  --white-smoke: #eef0f4;
  --azure: #d2e4e0;
  --black: black;
  --light-blue: #5b95d2;
  --green: #8ea5a0;
  --lightest-blue: #cfddee;
  --plum: #ec8675;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--blue);
  font-family: Red Hat Display, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Sato, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Sato, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Sato, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Sato, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Sato, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
}

p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8em;
}

a {
  color: var(--blue);
  letter-spacing: .5px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .5s;
}

a:hover {
  opacity: .8;
}

a.w--current {
  margin-left: 90px;
}

ul {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-left: 20px;
}

li {
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  list-style-type: none;
  display: flex;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid var(--gainsboro);
  background-color: var(--smoke);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.6em;
}

figcaption {
  color: var(--grey);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 15px;
  font-style: italic;
}

.section {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.section.border-bottom {
  border-bottom: 1px solid var(--gainsboro);
}

.section.hero {
  z-index: 999;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: url('../images/Capture-d’écran-2025-02-24-à-20.10.38.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border: 0 solid #000;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  margin-top: -76px;
  text-decoration: none;
  display: flex;
  position: sticky;
  left: 63px;
  overflow: visible;
}

.section.social-proof {
  z-index: 1;
  background-color: var(--blue);
  color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: PT Sans, sans-serif;
}

.section.features {
  color: var(--dodger-blue);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.section.free-classes {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 0;
  overflow: visible;
}

.section.premium-classes {
  background-color: var(--blue);
  color: var(--white);
  background-image: url('../images/Lines-1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50vw;
}

.section.photo-section {
  color: var(--white);
  text-align: center;
  justify-content: center;
  min-height: 70vh;
  overflow: hidden;
}

.section.call-section {
  justify-content: flex-start;
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.newsletter-section {
  justify-content: center;
  min-height: 70vh;
  font-family: PT Sans, sans-serif;
}

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

.section.footer-insta {
  background-color: var(--white-smoke);
  justify-content: center;
  overflow: hidden;
}

.section.footer-section {
  background-color: var(--blue);
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 10px;
}

.section.free-w-hero {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.about-hero {
  background-color: var(--azure);
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
}

.section.about-s2 {
  text-align: center;
}

.section.about-section-3 {
  justify-content: flex-start;
  padding-bottom: 50px;
}

.section.about-section-4 {
  justify-content: flex-start;
}

.section.contact-hero {
  background-color: var(--white-smoke);
  background-image: linear-gradient(90deg, #328bfd, #fff);
  justify-content: center;
  min-height: 100vh;
  padding-top: 40px;
}

.section.author-hero {
  background-color: var(--white);
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
}

.section.product-hero {
  background-color: var(--azure);
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
  justify-content: center;
  min-height: 100vh;
}

.container {
  z-index: 2;
  text-align: center;
  align-self: center;
  width: 95%;
  max-width: 1450px;
  position: relative;
}

.container.nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.flex-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.features-grid {
  grid-column-gap: 26px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 95%;
  max-width: 1150px;
  margin-bottom: 0;
  display: grid;
}

.container.free-plan-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.container.insta-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.footer-container {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.container.payment-logos {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.container.video-container {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1150px;
  display: grid;
}

.container.blog-container {
  margin-top: 100px;
}

.container.blog-content-container {
  max-width: 800px;
  margin-top: 100px;
}

.container.workout-container {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.aditional-workout {
  text-align: left;
  max-width: 800px;
  margin-top: 100px;
}

.container.shop-container {
  margin-top: 100px;
}

.container.licence-container {
  margin-bottom: 100px;
}

.jumbo-paragraph.no-margin {
  margin-bottom: 0;
}

.jumbo {
  font-family: Satoshi, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.1em;
}

.jumbo.blue {
  color: var(--blue);
}

.style-guide-labels {
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.style-guide-labels.no-margin {
  margin-bottom: 0;
}

.style-guide-labels.invert {
  margin-top: 15px;
  margin-bottom: 0;
}

.spacer-100px {
  width: 100px;
  height: 100px;
}

.guide-heading {
  border-bottom: 1px solid var(--gainsboro);
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.small-paragraph {
  font-size: 14px;
}

.big-paragraph-center {
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 1.8em;
}

.big-paragraph-center.max-500 {
  color: var(--white);
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  align-self: center;
  max-width: 1000px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: PT Sans, sans-serif;
  display: block;
  position: static;
  overflow: visible;
}

.big-paragraph-center.max-350 {
  max-width: 350px;
}

.style-grid-two-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.style-grid-two-c.no-margin {
  margin-bottom: 0;
}

.fond {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.fond.white-button-column {
  background-color: var(--black);
  padding: 15px;
}

.fond.max-600 {
  text-align: left;
  align-items: flex-start;
  max-width: 1460px;
}

.fond.flex-center, .fond.feature-column {
  align-items: center;
}

.fond.feature-headline {
  flex-direction: column;
  align-items: center;
  max-width: 1480px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.fond.workouts-headline {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.fond.description-heading {
  background-color: var(--dodger-blue);
  border-radius: 16px;
  padding: 40px;
}

.fond.hero-image-column, .fond.author-column {
  z-index: 2;
  align-items: center;
}

.label {
  color: var(--blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.label.small {
  color: var(--blue);
  text-transform: none;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  display: block;
}

.label.big {
  font-size: 16px;
  line-height: 1.8em;
}

.label.grey-label {
  color: var(--gainsboro);
  text-align: center;
  font-family: Satoshi, sans-serif;
}

.label._30-margin {
  clear: none;
  direction: ltr;
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  position: absolute;
  inset: 0% 0% auto;
}

.label._15-margin {
  margin-bottom: 15px;
}

.label.footer-label {
  color: var(--white);
  margin-bottom: 15px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

._30px-spacer {
  width: 30px;
  height: 30px;
}

.caps {
  text-transform: uppercase;
}

.nav-link {
  color: var(--blue);
  border-bottom-style: none;
  padding: 10px 20px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  display: block;
}

.nav-link.w--current {
  color: var(--blue);
  font-weight: 500;
}

.nav-link.hidden {
  display: none;
}

.color-block {
  background-color: var(--blue);
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
}

.color-block.blue {
  background-color: var(--blue);
}

.color-block.not-purple {
  background-color: var(--light-blue);
}

.color-block.lavender {
  background-color: var(--green);
}

.color-block.pink {
  background-color: var(--lightest-blue);
}

.color-block.white {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
}

.color-block.smoke {
  background-color: var(--smoke);
}

.color-block.gainsboro {
  background-color: var(--gainsboro);
}

.color-block.color-8 {
  background-color: var(--grey);
}

.color-block.black {
  background-color: var(--black);
}

.color-block.pinky-final {
  background-color: var(--plum);
}

.color-block.pale-white {
  background-color: var(--white-smoke);
}

.style-grid-four-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.style-grid-four-c.no-margin {
  margin-bottom: 0;
}

.style-grid-ten-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon {
  width: 40px;
  height: 40px;
}

.illustrations {
  height: 200px;
}

.brand-guidelines-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: fixed;
  inset: auto 0% 0%;
}

.guidelines-link {
  text-align: center;
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .2s, color .2s, opacity .2s;
  display: flex;
}

.guidelines-link:hover, .guidelines-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.guidelines-link.last {
  border-right-style: none;
  transition: background-color .2s, color .2s, opacity .2s;
}

.brand-link {
  z-index: 99;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
  position: fixed;
  top: 50px;
}

.brand-image {
  object-fit: contain;
  height: 100%;
}

.ninja-image-wrap {
  z-index: 999;
  height: 180px;
  position: fixed;
  bottom: 100px;
  right: 50px;
}

.ninja-image {
  object-fit: contain;
  height: 100%;
  display: block;
}

.style-grid-three-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-download-wrap {
  background-color: var(--smoke);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  display: flex;
}

.logo-download-wrap.dark {
  background-color: var(--black);
}

.logo-download-icon {
  height: 30px;
}

.logo-download-icon.small-icons {
  height: 50px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.download-links {
  margin-right: 15px;
}

.cta-sections {
  background-color: var(--dodger-blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border: 0 solid #000;
  border-radius: 6px;
  width: auto;
  min-width: 100px;
  height: auto;
  min-height: 20px;
  margin-top: 0;
  margin-left: 20px;
  padding: 20px 20px 20px 40px;
  font-family: PT Sans, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6em;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: inline-block;
  position: relative;
}

.cta-sections:hover {
  background-position: 30px;
  padding-left: 50px;
  transform: translate(0, -3px);
}

.cta-sections.white {
  background-color: var(--white);
  color: var(--blue);
  background-image: url('../images/Vector-4-1.svg');
}

.cta-sections.green {
  background-color: var(--green);
}

.cta-sections.small {
  background-color: var(--dodger-blue);
  background-image: url('../images/Vector-4.svg');
  background-repeat: no-repeat;
  background-size: auto 15px;
  border-radius: 6px;
  min-width: 160px;
  margin-top: 0;
  margin-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Satoshi, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.cta-sections.small:hover {
  background-position: 25px;
}

.cta-sections.small-white {
  background-color: var(--white);
  color: var(--blue);
  background-image: url('../images/Vector-4-1.svg');
  background-position: 15px;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.cta-sections.small-white:hover {
  background-position: 25px;
}

.cta-sections.small-blue {
  background-color: var(--blue);
  background-position: 15px;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.cta-sections.small-blue:hover {
  background-position: 25px;
}

.cta-sections.checkout-button {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cta-sections.categories-button {
  color: var(--blue);
  background-color: #0000;
  background-image: none;
  min-width: auto;
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
}

.cta-sections.categories-button:hover {
  background-position: 25px;
}

.cta-sections.categories-button.w--current {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.cta-sections.discount {
  background-color: var(--green);
  height: 40px;
  padding: 5px 10px 5px 30px;
}

.link {
  border-bottom-color: var(--blue);
  color: var(--blue);
  background-image: url('../images/Vector-4-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  width: 100px;
  min-width: auto;
  max-width: none;
  height: 50px;
  min-height: auto;
  margin-left: 14px;
  padding-left: 20px;
  font-family: PT Sans, sans-serif;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1);
}

.link:hover {
  background-position: 7px;
  border-bottom-color: #20349200;
  padding-left: 20px;
}

.link.white {
  border-bottom-color: var(--white);
  color: var(--white);
}

.link.white:hover {
  border-bottom-color: #fff0;
}

.link.color {
  border-bottom-color: var(--light-blue);
  color: var(--light-blue);
}

.link.color:hover {
  border-bottom-color: #9364f800;
}

.cta-card {
  background-color: var(--green);
  color: var(--blue);
  width: 100%;
  padding: 50px;
}

.cta-card.center-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-card.full-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.cta-card.full-card-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.max-800 {
  color: var(--blue);
  max-width: 800px;
  margin-bottom: 60px;
  font-family: PT Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.max-500 {
  max-width: 500px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.max-500.text-steps {
  margin-top: 20px;
  margin-left: 80px;
}

.cta-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.spacing-30-px {
  width: 50px;
  height: 50px;
}

.form-field {
  color: var(--blue);
  background-color: #2034921a;
  border: 1px #000;
  border-radius: 6px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
}

.form-field:focus {
  border-bottom-color: var(--lightest-blue);
}

.form-field::placeholder {
  color: var(--blue);
}

.form-field.checkout-field {
  height: 40px;
  margin-bottom: 10px;
}

.no-margin {
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

.form-block {
  background-color: var(--green);
  color: var(--blue);
  width: 100%;
  max-width: 800px;
  margin-bottom: 0;
  padding: 50px;
}

.form-block.full-form {
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

._10px-spacer {
  width: 10px;
  height: 10px;
}

.sucess-message {
  border: 1px none var(--blue);
  background-color: #b2ffdc;
  border-radius: 6px;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 20px;
  line-height: 1.6em;
}

.sideflex-form {
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 999;
  color: var(--dodger-blue);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0;
}

.brand {
  border-bottom-style: none;
  height: 40px;
  padding-left: 0;
}

.brand.w--current {
  height: 40px;
}

.brand._404-brand {
  align-self: center;
  margin-bottom: 30px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.scribble-text {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Permanent Marker, sans-serif;
  font-weight: 400;
}

.scribble-text.slider-name {
  color: var(--green);
  margin-bottom: -15px;
  position: relative;
}

.scribble-text.compare-at {
  color: var(--grey);
  margin-left: 15px;
  font-size: 12px;
  text-decoration: line-through;
}

.scribble-text.cart-price {
  color: var(--plum);
  margin-bottom: 5px;
  font-size: 16px;
}

.scribble-text.list-text {
  color: var(--green);
  width: 35px;
  margin-right: 15px;
}

.scribble-text.shipping-price {
  color: var(--grey);
  font-size: 12px;
}

.red-hat {
  font-family: Red Hat Display, sans-serif;
}

.hero-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.hero-slider-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.hero-slider-image-wrap {
  border-radius: 10px;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.hero-slider-image-pro {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 24px;
  width: 100%;
  height: 70%;
  max-height: 400px;
}

.brand-logo {
  object-fit: contain;
  min-width: 40px;
  height: 100%;
  min-height: 40px;
  display: block;
}

.hero-nav-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  height: 100px;
  margin-bottom: 50px;
  padding-left: 50px;
  display: flex;
  left: 0;
}

.hero-nav-arrow.right-arrow {
  align-items: flex-end;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 85px;
  left: 25%;
}

.arrow-nav {
  border: 1px solid var(--blue);
  background-color: #08115833;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.arrow-nav:hover {
  padding-left: 10px;
}

.arrow-nav.left-arrow:hover {
  padding-left: 0;
  padding-right: 10px;
}

.slide-nav {
  margin-top: 50px;
  font-size: 8px;
  display: none;
  top: 100%;
}

.blue-line {
  background-color: var(--blue);
  width: 150%;
  height: 10vh;
  position: absolute;
  top: -35px;
  transform: rotate(-2deg);
}

.blue-line.bottom {
  top: auto;
  bottom: -35px;
}

._10-margin {
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
}

.page-wrap {
  background-color: #9ea9b8;
  background-image: radial-gradient(circle at 50% 100%, #fff 71%, #328bfd 76%);
  font-family: PT Sans, sans-serif;
  display: block;
  overflow: hidden;
}

.page-wrap.no-overflow {
  overflow: visible;
}

.feature-image-mask {
  z-index: 2;
  border-radius: 10px;
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.feature-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.feature-max {
  z-index: 2;
  max-width: 350px;
  position: relative;
}

.feature-img-and-graident {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.feature-gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--green), #8ea5a000 71%);
  border-radius: 50%;
  width: 150%;
  height: 150%;
  position: absolute;
}

.product-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.product-list.no-items {
  background-color: var(--plum);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.product-card {
  border: 1px #000;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  transition: box-shadow .5s, transform .6s cubic-bezier(.23, 1, .32, 1), opacity .5s;
  display: flex;
  overflow: hidden;
}

.product-card:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 30px #0000000d;
}

.product-image-wrap {
  width: 100%;
  height: 400px;
}

.product-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-description {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 30px;
  display: flex;
  position: relative;
}

.section-bg-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-bg-image.top-align {
  object-position: 50% 50%;
}

.section-lines {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.description-image-wrap {
  border-radius: 10px;
  width: 80%;
  height: 500px;
  margin-top: 100px;
  overflow: hidden;
}

.description-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.description-bg {
  background-color: var(--dodger-blue);
  background-image: url('../images/Shapes.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
  height: 50%;
  position: absolute;
  top: 150px;
  right: 0;
}

.description-bg.left {
  top: 50px;
  left: 0;
  right: auto;
}

.description-bg.about-bg {
  height: 70%;
  top: 50px;
}

.newsletter-form {
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 100px;
}

.form-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.max-600 {
  max-width: 600px;
}

.blog-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: grid;
}

.blog-item {
  text-align: left;
  object-fit: fill;
  border-bottom-style: none;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 600px;
  padding: 150px 30px 30px;
  transition: box-shadow .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), opacity .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-item:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 30px #0000000d;
}

.blog-content {
  z-index: 2;
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  position: relative;
}

.blog-content.post-content {
  padding: 50px;
}

.author-sideflex {
  align-items: center;
  margin-bottom: 15px;
  display: block;
}

.author-sideflex._30-px-margin {
  margin-bottom: 30px;
}

.author-image-mask {
  border-radius: 20px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  overflow: hidden;
}

.author-image {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: static;
}

.blog-item-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 50%;
  position: absolute;
  inset: 0%;
}

.insta-row {
  align-items: center;
  width: 150vw;
  margin-bottom: 100px;
  display: flex;
}

.insta-row.row-2 {
  margin-bottom: 0;
  margin-left: -50vw;
}

.insta-post-wrap {
  border-radius: 10px;
  flex: none;
  width: 400px;
  height: 400px;
  margin-right: 100px;
  overflow: hidden;
}

.category-label {
  background-color: var(--lightest-blue);
  text-transform: uppercase;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 2px 5px;
  font-size: 12px;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.insta-post-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.insta-section-line {
  z-index: 2;
  background-color: var(--plum);
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(2deg);
}

.social-wrap {
  color: var(--white);
  flex: none;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 30px;
  font-weight: 500;
  display: flex;
}

.social-wrap:hover {
  color: var(--white);
}

.social-icon {
  height: 50px;
  margin-right: 15px;
  display: block;
}

.social-icon.author-links {
  height: 30px;
  margin-right: 0;
}

.footer-contact-link {
  color: var(--white);
  font-family: Satoshi, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6em;
}

.footer-link {
  color: var(--white);
  text-align: center;
  margin-bottom: 5px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}

.footer-link.w--current {
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  border-bottom-style: none;
  height: 40px;
  padding-left: 0;
}

.payment-trustmark-wrap {
  background-color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 45px;
  margin-right: 15px;
  padding: 5px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 15px #0000001a;
}

.payment-trustmark-wrap.big-trustmark {
  padding: 0;
}

.payment-trustmark-wrap.powered-by {
  color: var(--black);
  width: auto;
  font-size: 10px;
}

.trustmark-image {
  height: 13px;
  display: block;
}

.trustmark-image.smaller {
  height: 10px;
}

.trustmark-image.big {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.products-list-wrapper {
  width: 100%;
}

.price-wrap {
  color: var(--plum);
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
}

.product-item {
  flex-direction: column;
  display: flex;
}

.blog-list-wrapper {
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
}

.nav-right-wrap {
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.cart-quantity {
  color: var(--blue);
  background-color: #0000;
  margin-left: 0;
}

.cart-button {
  color: var(--blue);
  background-color: #0000;
  padding-left: 5px;
  padding-right: 5px;
}

.cart-text {
  font-size: 20px;
}

.cart-container {
  border-radius: 10px;
  overflow: hidden;
}

.cart-image-wrap {
  object-fit: fill;
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  overflow: hidden;
}

.cart-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cart-quantity-1 {
  color: var(--blue);
  background-color: #2034921a;
  border: 1px #000;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.cart-quantity-1:focus {
  border-bottom-color: var(--lightest-blue);
}

.cart-quantity-1::placeholder {
  color: var(--blue);
}

.cart-close {
  width: 10px;
  font-size: 10px;
}

.cart-product-name {
  margin-bottom: 5px;
  font-family: Sato, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.cart-item {
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.remove-button {
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 500;
}

.cart-list {
  padding: 20px 20px 0;
}

.cart-footer {
  padding: 20px;
}

.error-state {
  background-color: var(--plum);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  margin: 10px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.empty-state {
  text-align: center;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-image-mask {
  border-radius: 10px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.free-workout-shape {
  z-index: 2;
  height: 350px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.hero-line {
  z-index: 2;
  background-color: var(--lightest-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(2deg);
}

.hero-line.shop-line {
  background-color: var(--blue);
  color: var(--white);
}

.hero-line.blog-line {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.about-video-wrap {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-video-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.play-button-wrap {
  border: 1px solid var(--white);
  background-color: #ffffff80;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.play-button {
  height: 30px;
}

.contact-form {
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 50px;
}

.contact-link {
  color: var(--blue);
  font-family: Satoshi, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6em;
}

.contact-form-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.text-area {
  color: var(--blue);
  background-color: #2034921a;
  border: 1px #000;
  border-radius: 10px;
  height: 60px;
  min-height: 300px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
}

.text-area:focus {
  border-bottom-color: var(--lightest-blue);
}

.text-area::placeholder {
  color: var(--blue);
}

.blog-categories {
  border-bottom: 1px solid var(--gainsboro);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 15px;
  display: flex;
}

.categories-sideflex {
  align-items: center;
  display: flex;
}

.categories-list {
  display: flex;
}

.social-links-wrap {
  background-color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  padding: 20px 10px;
  display: flex;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.social-links {
  filter: invert();
  padding-left: 10px;
  padding-right: 10px;
}

.checkout-form {
  padding-top: 150px;
}

.checkout-block {
  background-color: var(--white);
  border-style: none;
  border-radius: 10px;
  overflow: hidden;
}

.payment-logos-sideflex {
  z-index: 2;
  align-items: stretch;
  width: 95%;
  max-width: 1450px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.block-header {
  border-style: none none solid;
  border-bottom-color: var(--white-smoke);
  align-items: center;
  padding: 15px 20px;
}

.block-content {
  border: 1px #000;
  padding: 20px;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.shipping-method {
  background-color: var(--smoke);
  border-bottom-style: none;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.order-item {
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.selector {
  background-color: #2034921a;
  border-style: none;
  height: 40px;
}

.selector.big-selector {
  border-radius: 6px;
  height: 60px;
  margin-bottom: 0;
}

.sticky-form {
  position: sticky;
  top: 150px;
}

.add-to-cart-sideflex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.add-to-cart {
  width: 100%;
}

.cart-quantity-2 {
  color: var(--blue);
  background-color: #2034921a;
  border: 1px #000;
  border-radius: 6px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.cart-quantity-2:focus {
  border-bottom-color: var(--lightest-blue);
}

.cart-quantity-2::placeholder {
  color: var(--blue);
}

.utility-page-wrap {
  background-color: var(--white-smoke);
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.protected-page-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.two-buttons {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.max-400 {
  max-width: 400px;
}

.option {
  flex-wrap: wrap;
  margin-bottom: 5px;
  font-size: 12px;
}

.option-list {
  padding-top: 0;
}

.span {
  margin-left: 2px;
  margin-right: 5px;
}

.field-label, .shipping-label {
  font-weight: 700;
}

.paypal {
  height: 38px;
  margin-bottom: 8px;
}

.heading {
  opacity: 1;
  color: var(--dodger-blue);
  text-align: left;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid #000;
  border-radius: 6px;
  flex: 0 auto;
  align-self: center;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  font-size: 70px;
  font-weight: 400;
  text-decoration: none;
}

.column-2 {
  text-align: left;
  margin-top: 100px;
}

.heading-2 {
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  position: static;
}

.empty-state-2 {
  background-color: #fff;
}

.grid-4 {
  grid-template-areas: "Area";
}

.collection-list-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1450px;
  margin-bottom: 60px;
  display: flex;
}

.fiche-pro-item {
  border: 1px solid var(--lightest-blue);
  background-color: var(--white);
  object-fit: fill;
  border-radius: 10px;
  flex-flow: column;
  min-width: 100%;
  min-height: 490px;
  padding: 0 0 10px;
  display: flex;
  overflow: hidden;
}

.fiche-pro-item:hover {
  box-shadow: 0 6px 30px #0000000f;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-block {
  margin-top: 16px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.categorie {
  z-index: 10;
  color: var(--dodger-blue);
  object-fit: fill;
  background-color: #edf4ff;
  border-radius: 6px;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: 0;
  padding: 10px 20px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.image {
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  min-width: 100%;
  min-height: 360px;
  max-height: 360px;
  display: inline-block;
  overflow: visible;
}

.container-2 {
  flex: 0 auto;
  padding-left: 0;
  display: flex;
}

.div-block-2 {
  padding-top: 30px;
  padding-left: 30px;
}

.section-2 {
  background-color: var(--dodger-blue);
}

.heading-3 {
  color: #fff;
  margin-top: auto;
  margin-bottom: 40px;
  font-family: PT Sans, sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.download {
  margin-bottom: 40px;
  padding-right: 30px;
}

.heading-4 {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.reseau-social {
  width: 40px;
  max-width: 100%;
  height: 40px;
  display: inline-block;
}

.container-3 {
  max-width: 1450px;
}

.image-2 {
  max-width: 80%;
  margin-top: -50px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-3 {
  background-color: #fff;
  max-width: 1450px;
}

.column-3 {
  padding-left: 90px;
}

.heading-5 {
  color: var(--dodger-blue);
  margin-left: 30px;
  font-family: Satoshi, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: stretch stretch;
  margin-top: 60px;
  margin-left: 0;
  display: grid;
}

.text-block-2 {
  font-family: Satoshi, sans-serif;
}

.etapes {
  color: var(--lightest-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 68px;
  font-weight: 900;
  line-height: .5em;
}

.container-4, .div-block-4 {
  display: flex;
}

.div-block-5 {
  padding-bottom: 60px;
}

.collection-item {
  border: 1px solid #000;
  border-radius: 13px;
  margin-bottom: 46px;
  padding-bottom: 44px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.div-card-pro {
  text-align: left;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-3 {
  font-family: Satoshi, sans-serif;
}

.adresse {
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.heading-6 {
  text-align: center;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.section-3 {
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 60px;
}

.image-3 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rich-text-block {
  aspect-ratio: auto;
  text-align: justify;
  font-family: PT Sans, sans-serif;
  display: block;
}

.heading-7 {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.heading-center {
  text-align: center;
  justify-content: flex-start;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  display: flex;
}

.heading-9 {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  width: 150px;
  min-width: auto;
  height: 80px;
  min-height: auto;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  overflow: visible;
}

.image-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: baseline;
  object-fit: fill;
  justify-content: flex-end;
  align-items: stretch;
  margin-left: auto;
  padding-left: 0;
  display: block;
  position: static;
}

.image-5 {
  margin-bottom: 30px;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.div-block-6 {
  margin-top: 105px;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: 55px;
}

.div-block-7 {
  border: 1px solid var(--gainsboro);
  text-align: left;
  border-radius: 12px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.div-bleu {
  background-color: var(--dodger-blue);
  text-align: left;
  border-radius: 12px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.button-white {
  background-color: var(--white);
  color: var(--dodger-blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border: 0 solid #000;
  border-radius: 6px;
  margin-top: 0;
  padding: 20px 20px 20px 40px;
  font-family: Sato, sans-serif;
  font-weight: 500;
  line-height: 1.6em;
  text-decoration: none;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: inline-block;
  position: relative;
  top: auto;
}

.button-white:hover {
  background-position: 30px;
  padding-left: 50px;
  transform: translate(0, -3px);
}

.button-white.white {
  background-color: var(--white);
  color: var(--blue);
  background-image: url('../images/Vector-4-1.svg');
}

.button-white.green {
  background-color: var(--green);
}

.button-white.small {
  background-color: var(--dodger-blue);
  background-image: url('../images/Vector-4.svg');
  background-repeat: no-repeat;
  background-size: auto 15px;
  min-width: 160px;
  margin-top: 0;
  margin-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Satoshi, sans-serif;
}

.button-white.small:hover {
  background-position: 25px;
}

.button-white.small-white {
  background-color: var(--white);
  color: var(--blue);
  background-image: url('../images/Vector-4-1.svg');
  background-position: 15px;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button-white.small-white:hover {
  background-position: 25px;
}

.button-white.small-blue {
  background-color: var(--blue);
  background-position: 15px;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button-white.small-blue:hover {
  background-position: 25px;
}

.button-white.checkout-button {
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-white.categories-button {
  color: var(--blue);
  background-color: #0000;
  background-image: none;
  min-width: auto;
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
}

.button-white.categories-button:hover {
  background-position: 25px;
}

.button-white.categories-button.w--current {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.button-white.discount {
  background-color: var(--green);
  height: 40px;
  padding: 5px 10px 5px 30px;
}

.big-paragraph-white {
  color: var(--white);
  margin-top: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  line-height: 1.8em;
}

.big-paragraph-white.max-500 {
  color: var(--white);
  text-align: left;
  max-width: 1000px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Satoshi, sans-serif;
}

.big-paragraph-white.max-350 {
  max-width: 350px;
}

.heading-2-white {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.fond-bleu-copy {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.fond-bleu-copy.white-button-column {
  background-color: var(--black);
  padding: 15px;
}

.fond-bleu-copy.max-600 {
  max-width: 600px;
}

.fond-bleu-copy.flex-center, .fond-bleu-copy.feature-column {
  align-items: center;
}

.fond-bleu-copy.feature-headline {
  flex-direction: column;
  align-items: center;
  max-width: 1480px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.fond-bleu-copy.workouts-headline {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.fond-bleu-copy.description-heading {
  background-color: var(--dodger-blue);
  border-radius: 16px;
  padding: 40px;
}

.fond-bleu-copy.hero-image-column, .fond-bleu-copy.author-column {
  z-index: 2;
  align-items: center;
}

.rich-text-block-2 {
  font-family: Satoshi, sans-serif;
}

.heading-10 {
  text-align: left;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

.empty-state-3 {
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  justify-items: end;
}

.fond-entreprise {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.fond-entreprise.white-button-column {
  background-color: var(--black);
  padding: 15px;
}

.fond-entreprise.max-600 {
  max-width: 600px;
}

.fond-entreprise.flex-center, .fond-entreprise.feature-column {
  align-items: center;
}

.fond-entreprise.feature-headline {
  flex-direction: column;
  align-items: center;
  max-width: 1480px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.fond-entreprise.workouts-headline {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.fond-entreprise.description-heading {
  background-color: var(--dodger-blue);
  border-radius: 16px;
  align-items: flex-start;
  max-width: 1460px;
  min-height: 400px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 0 0 40px;
}

.fond-entreprise.hero-image-column, .fond-entreprise.author-column {
  z-index: 2;
  align-items: center;
}

.div-block-10 {
  margin-top: 0;
}

.image-6 {
  object-fit: cover;
  min-height: 400px;
  position: static;
}

.blog-list-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
  display: grid;
}

.pros-list {
  grid-column-gap: 26px;
  grid-row-gap: 28px;
  grid-template-rows: .25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  margin-top: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-right: 0;
  display: grid;
}

.card-pro---nom-pro {
  text-align: left;
  margin-top: 16px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-9 {
  padding-left: 8px;
  padding-right: 8px;
}

.pro-content {
  z-index: 2;
  background-color: var(--white);
  text-align: left;
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
}

.pro-content.post-content {
  padding: 50px;
}

.hero-slider-content-fiche-pro {
  grid-column-gap: 60px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.bold-text {
  text-align: right;
  text-shadow: 0 1px 1px #0003;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.div-block-11 {
  background-color: var(--white);
  border-radius: 10px;
  max-width: 400px;
  padding: 50px;
}

.div-block-12 {
  text-align: left;
}

.div-block-13 {
  background-color: var(--white);
  border-radius: 10px;
}

.image-7 {
  width: 40%;
  height: 40%;
  margin: 60px;
}

.link-block {
  padding-right: 20px;
}

.heading-2-center {
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.big-paragraph-center-application {
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  line-height: 1.8em;
}

.big-paragraph-center-application.max-500 {
  text-align: justify;
  object-fit: fill;
  align-self: center;
  max-width: 1000px;
  margin: 40px auto;
  font-family: Satoshi, sans-serif;
  display: block;
  position: static;
}

.big-paragraph-center-application.max-350 {
  max-width: 350px;
}

.div-block-qrcode {
  background-color: var(--white);
  border-radius: 10px;
  align-self: center;
  width: 20%;
  height: 20%;
}

.label-qrcode {
  color: var(--blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.label-qrcode.small {
  color: var(--blue);
  text-transform: none;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.label-qrcode.big {
  font-size: 16px;
  line-height: 1.8em;
}

.label-qrcode.grey-label {
  color: var(--gainsboro);
  text-align: center;
  font-family: Satoshi, sans-serif;
}

.label-qrcode._30-margin {
  margin-bottom: 30px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.label-qrcode._15-margin {
  align-self: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

.label-qrcode.footer-label {
  color: var(--white);
  margin-bottom: 15px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.div-block-14 {
  align-self: center;
}

.div-block-15 {
  position: relative;
}

.div-block-16 {
  background-image: linear-gradient(270deg, transparent, var(--dodger-blue));
  width: 200px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-17, .div-block-18 {
  margin-bottom: auto;
}

.collection-list-wrapper-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.blog-list-liste-pro {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: grid;
}

.hero-slider-image-pro-fiche-pro {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 24px;
  width: 100%;
  height: 70%;
  min-height: 600px;
  max-height: 400px;
}

.fond-fiche-pro {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.fond-fiche-pro.white-button-column {
  background-color: var(--black);
  padding: 15px;
}

.fond-fiche-pro.max-600 {
  text-align: left;
  align-items: flex-start;
  max-width: 1460px;
}

.fond-fiche-pro.flex-center, .fond-fiche-pro.feature-column {
  align-items: center;
}

.fond-fiche-pro.feature-headline {
  flex-direction: column;
  align-items: center;
  max-width: 1480px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.fond-fiche-pro.workouts-headline {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.fond-fiche-pro.description-heading {
  background-color: var(--dodger-blue);
  border-radius: 16px;
  padding: 40px;
}

.fond-fiche-pro.hero-image-column, .fond-fiche-pro.author-column {
  z-index: 2;
  align-items: center;
}

.fiche-pro---description {
  text-align: left;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
}

.titre {
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.text-block-4 {
  font-family: Satoshi, sans-serif;
}

.diploma {
  background-color: var(--smoke);
  border-radius: 8px;
  margin-right: 10px;
  padding: 16px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.fiche-pro---adresse {
  text-align: left;
  margin-bottom: 40px;
  font-family: PT Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.rich-text-block-3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
}

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

.text-block-6 {
  font-family: Satoshi, sans-serif;
}

.link-2 {
  color: var(--white);
  text-decoration: underline;
}

.section-4 {
  padding-top: 150px;
  overflow: hidden;
}

.container-list {
  z-index: 2;
  text-align: center;
  align-self: center;
  width: 95%;
  max-width: 1450px;
  position: relative;
}

.container-list.nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-list.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-list.flex-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-list.features-grid {
  grid-column-gap: 26px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 100%;
  max-width: 1150px;
  margin-bottom: 0;
  display: grid;
}

.container-list.free-plan-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-list.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.container-list.insta-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-list.footer-container {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.container-list.payment-logos {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.container-list.video-container {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1150px;
  display: grid;
}

.container-list.blog-container {
  margin-top: 100px;
}

.container-list.blog-content-container {
  max-width: 800px;
  margin-top: 100px;
}

.container-list.workout-container {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-list.aditional-workout {
  text-align: left;
  max-width: 800px;
  margin-top: 100px;
}

.container-list.shop-container {
  margin-top: 100px;
}

.container-list.licence-container {
  margin-bottom: 100px;
}

.section-3-copy {
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 60px;
}

.image-8 {
  text-align: right;
}

.heading-11, .heading-12 {
  text-align: center;
}

.image-9 {
  aspect-ratio: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: inline-block;
  position: static;
}

.paragraph {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  display: block;
}

.section-5 {
  flex-flow: column;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.div-block-19 {
  width: 95%;
  max-width: 1450px;
}

.div-block-20 {
  background-color: var(--smoke);
  min-width: 100%;
  max-width: 100%;
  min-height: 360px;
  max-height: 360px;
  display: flex;
}

.rich-text-block-4 {
  display: none;
}

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

.collection-item-2 {
  height: auto;
  overflow: hidden;
}

.div-block-21 {
  background-color: var(--smoke);
}

.text-color-grey {
  color: #aaa;
}

.plan_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.image-10 {
  width: 10px;
  height: 10px;
  display: none;
}

.tabs-content {
  margin-top: 40px;
}

.plan_card {
  background-color: #fff;
  border-radius: 24px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  box-shadow: 2px 0 #222, 1px -1px #666;
}

.plan_check {
  border: 1px solid #aaa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
  position: absolute;
  inset: 15% 3% auto auto;
}

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

.plan_tab-icon {
  background-color: #444;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  box-shadow: 0 1px 1px #666;
}

.plan_button {
  text-align: center;
  background-color: #4926b0;
  background-image: linear-gradient(45deg, #0000, #8a8a8a00 54%, #bfbfbf52 70%, #d9d9d900 85%, #fff0);
  border-radius: 8px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.plan_button:hover {
  background-color: #4926b038;
  background-image: linear-gradient(45deg, #0000, #8a8a8a00 54%, #bfbfbf1f 70%, #d9d9d900 85%, #fff0);
}

.plan_icon {
  background-color: #222;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  opacity: 1;
  mix-blend-mode: normal;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 2.5px 2.5rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h4.text-weight-semibold {
  color: #328bfd;
  font-weight: 600;
}

.plan_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #ccc;
  background-color: #222;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.plan_tab-link.w--current {
  color: #e2d8ffa8;
  background-color: #4926b038;
  background-image: linear-gradient(45deg, #0000, #3b3b3b00 23%, #6e6e6e00 43%, #a6a6a600 56%, #b3b3b321 73%, #ccc0 84%, #fff0);
  box-shadow: 3px 0 #4926b038, 2px -2px #7156be78;
}

.section_hero {
  color: #fff;
  background-color: #338bdf;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.plan_tabs {
  margin-top: 20px;
}

.text-color-skyblue {
  color: #3898ec;
  text-decoration: none;
}

.text-size-medium {
  font-size: 1.25rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.is-flex {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.input_field {
  border: .0625rem solid #cccccc80;
  border-radius: .3125rem;
  min-width: 21.875rem;
  min-height: 3.125rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.icon-height-large {
  height: 3rem;
}

.icon-height-large.margin-bottom.margin-xsmall.align-left {
  align-self: flex-start;
}

.section_hero-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.text-color-gray {
  color: #444;
}

.form_zapier {
  margin-bottom: 0;
}

.form-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  grid-template: ". ."
                 ". ."
                 ". ."
                 "Area-2 Area"
                 "Area-8 Area-7"
                 "Area-3 Area-9"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  display: grid;
}

.form_submission {
  aspect-ratio: auto;
  opacity: 1;
  object-fit: fill;
  background-color: #fff;
  border-radius: .9375rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-top: 60px;
  padding: 4rem 4rem 3.5rem;
  display: flex;
  overflow: visible;
  box-shadow: 0 0 1.875rem #0003;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.text-weight-normal {
  font-weight: 400;
}

.heading-style-h2.text-weight-normal.margin-bottom.margin-xsmall {
  font-family: PT Sans, sans-serif;
}

.text-color-lightgrey {
  color: #666;
}

.submit_button {
  border: .0625rem solid #3898ec;
  border-radius: .3125rem;
  width: 100%;
  min-height: 3.125rem;
  margin-top: .625rem;
  font-size: 1.125rem;
  transition: all .5s;
}

.submit_button:hover {
  color: #3898ec;
  background-color: #fff;
  border: .0625rem solid #3898ec;
}

.container-6 {
  color: var(--white);
}

.div-block-22 {
  opacity: 0;
  mix-blend-mode: normal;
}

.div-block-23 {
  opacity: 0;
}

.image-11 {
  clear: none;
  outline-offset: 0px;
  text-align: left;
  vertical-align: baseline;
  outline: 3px #081158;
  align-self: center;
  position: static;
  bottom: auto;
  right: auto;
}

.div-block-24 {
  opacity: 0;
}

.image-12, .image-13 {
  align-self: center;
}

.text-block-8 {
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.bold-text-2 {
  text-align: justify;
  text-transform: none;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.bold-text-3 {
  mix-blend-mode: normal;
}

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

.signup_-detail {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.signup_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.signup_content.is-hide {
  display: none;
}

.signup_content.is-hide.is-desktop {
  opacity: 1;
  display: block;
}

.signup_text-field {
  color: #6e6a95;
  background-image: url('../images/user-2-svgrepo-com-4.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 35px;
  border: 1px solid #8294cb;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.1rem;
}

.signup_text-field:active {
  border: 1px solid #3e66ff;
}

.signup_text-field.is-password {
  background-image: url('../images/password-lock-svgrepo-com.svg');
  background-position: 95%;
  background-size: auto 30px;
  margin-bottom: 10px;
}

.signup_text-field.is-email {
  background-image: url('../images/email-1-svgrepo-com-2.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 30px;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-color-gray.is-last {
  order: 1;
}

.text-size-small.text-color-lightgray {
  color: #a8a8af;
}

.signup_detail-wrap {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 60px;
  display: flex;
}

.div-block {
  width: 100%;
}

.signup_form {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.signup_form-block {
  height: 100%;
}

.signup_detail {
  background-color: #fff;
  border-radius: 30px;
  width: 85%;
  position: relative;
  overflow: hidden;
}

.signup_main-image {
  border-radius: 30px;
  width: 57%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.signup_grid {
  grid-column-gap: 145px;
  grid-row-gap: 145px;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}

.text-size-tiny {
  font-size: .75rem;
}

.signup_submit {
  letter-spacing: 3px;
  background-color: #3e66ff;
  border: 1px solid #3e66ff;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  transition: all .2s;
}

.signup_submit:hover {
  color: #3e66ff;
  background-color: #0000;
  border: 1px solid #3e66ff;
}

.signup_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-regular {
  font-size: 1.1rem;
}

.text-size-large {
  font-size: 2rem;
}

.link-3 {
  color: #2c56f2;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
}

.link-3:hover {
  color: #000;
}

.section_signup {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.form_right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #328bfd;
  border-radius: 40px;
  flex-flow: column;
  width: 60%;
  padding: 40px 30px;
  font-weight: 700;
  display: flex;
}

.form_checkbox-field {
  font-size: .875rem;
  font-weight: 500;
}

.form-_block {
  margin-top: 20px;
}

.form-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.form_button {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .3s;
}

.form_button:hover {
  color: #000;
  background-color: #0000;
}

.form_wrap {
  opacity: 1;
  border: 4px #000;
  border-radius: 0;
  margin-top: -200px;
  padding: 30px;
  display: flex;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.text-size-regular-2.text-color-gray.text-align-center.margin-vertical.margin-small {
  margin-top: auto;
}

.icon_box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  display: flex;
}

.form_heading {
  text-align: center;
  text-transform: none;
  font-size: 2.5rem;
  font-weight: 700;
}

.form_iconbox {
  border: 1px solid #ddd;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.form_iconbox.is-link {
  width: auto;
  height: auto;
  padding: 3px;
  transition: all .3s;
}

.form_iconbox.is-link:hover {
  transform: scale(1.05);
}

.form_link {
  color: #000;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.form_link.margin {
  font-weight: 700;
}

.form_left-contentbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.form_left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  padding-top: 40px;
  padding-right: 30px;
  display: flex;
}

.form_left-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.form_text-box {
  max-width: 250px;
}

.form_field {
  color: #000;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.form_field:focus {
  border-color: #0000 #0000 #000;
}

.form_field::placeholder {
  color: #000;
}

.form_select-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_hero-3 {
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.button {
  background-color: #fff;
  border-radius: 11px;
}

.text-span {
  color: var(--black);
  text-align: left;
}

.card-bottom {
  padding: 20px;
}

.ms-profile-upload {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #3b3b3b;
  border: 1px solid #4c4c4c;
  border-radius: 8px;
  align-items: center;
  height: 32px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 27px;
  text-decoration: none;
  display: flex;
}

.label-2 {
  margin-bottom: 10px;
  font-weight: 400;
}

.ms-profile-image-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0;
  display: flex;
}

.form-row {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.profile-card {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000005c;
  border: 2px solid #3f3f3f;
  border-radius: 15px;
  width: 100%;
  max-width: 500px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px #0003;
}

.share-button {
  color: #fff;
  background-image: linear-gradient(#5e61ff, #5e61ff);
  border: 2px solid #3f3f3f;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 2px 11px #0003;
}

.share-button:hover {
  box-shadow: 0 2px 11px #0000008c, inset -3px 3px 11px -8px #fff3;
}

.ms-profile-image-preview {
  background-color: #4c4c4c;
  border-radius: 8px;
  width: 56px;
  height: 56px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.field {
  color: #fff;
  background-color: #3b3b3b;
  border: 1px solid #4d4d4d;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  padding: 0 0 0 15px;
  transition: box-shadow .2s;
  box-shadow: 0 2px 3px #0000001a;
}

.field:focus-visible, .field[data-wf-focus-visible] {
  color: #fff;
}

.field.textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.form-field-2 {
  flex: 1;
  margin-bottom: 20px;
}

.form-block-2 {
  margin-bottom: 0;
}

.tab-link {
  opacity: .4;
  color: #fff;
  text-align: center;
  background-color: #3f3f3f;
  border: 2px solid #3f3f3f;
  border-radius: 8px;
  flex: 1;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #3f3f3f;
  box-shadow: inset -6px 0 13px -1px #ffffff0d;
}

.profile-forms-divider {
  background-color: #8bb6dd33;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.spacer-xs-2 {
  width: 100%;
  height: 10px;
}

.season-title {
  color: #c9def1b3;
  font-size: 14px;
  line-height: 1;
}

.season-title.fs18 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 18px;
}

.description {
  opacity: .6;
  color: #f0f0f0;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 300;
}

.fs14 {
  font-size: 14px;
}

.fs14.cgrey {
  color: #f0f0f0;
}

.flex-row-outer-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.profile-setting-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.profile-form-container-2 {
  color: #000;
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.input-label {
  z-index: 2;
  color: #f0f0f0;
  border-radius: 3px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 0;
}

.gradient-line-top {
  background-image: linear-gradient(to right, #ffffff17, #ffffff3b 50%, #fff0);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gradient-line-top.static {
  position: static;
}

.profile-top-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.video-single-box {
  background-color: #3d3d41;
  border-radius: 0;
  margin-top: 50px;
  padding: 40px 50px;
  box-shadow: inset 0 0 0 2px #ffffff05;
}

.text-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.text-field-wrapper._15p-right {
  margin-right: 15px;
}

.profile-settings-left {
  padding-right: 0;
}

.input {
  color: #fff;
  background-color: #0e101287;
  border: 1px solid #3d3d41;
  border-radius: 0;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #548bdd;
}

.input::placeholder {
  color: #c9def1b3;
}

.spacer-m-2 {
  width: 100%;
  height: 20px;
}

.button-2 {
  grid-column-gap: 8px;
  background-color: #4353ff;
  align-items: center;
  padding: 20px 24px;
  font-weight: 500;
  display: flex;
}

.button-2.tcenter {
  text-align: center;
  justify-content: center;
}

.profile_h1 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.input-label-2 {
  color: #4b4f56;
  margin-bottom: 3px;
  padding-left: 10px;
  font-size: 13px;
}

.ms-profile-image-preview-2 {
  object-fit: cover;
  background-color: #ccc;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.ms-profile-upload-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #070e27;
  border: 1px solid #ddd;
  border-radius: 50px;
  align-items: center;
  padding: 7px 20px;
  line-height: 27px;
  display: flex;
}

.disconnect-image {
  width: 16px;
}

.disconnect-image.white {
  filter: invert();
}

.profile_column {
  width: 50%;
  min-width: 250px;
  min-height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
}

.profile_section {
  border: .5px solid #f3f3f3;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 2rem;
  padding: 30px 20px;
  position: relative;
}

.save-button {
  background-color: #2962ff;
  border-radius: 50px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .2s;
  display: none;
}

.save-button:hover {
  opacity: .8;
}

.edit-profile {
  z-index: 3;
  color: #000;
  border: 1px solid #f3f3f3;
  border-radius: 50px;
  margin-left: 10px;
  padding: 9px 20px;
  transition: background-color .2s, border-color .2s;
  position: relative;
}

.edit-profile:hover {
  color: #fff;
  background-color: #000;
}

.relative {
  position: relative;
}

.ms-profile-image-row-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.social-content {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.profile_form-header {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.input-preview {
  border: 1px #000;
  border-radius: 5px;
  padding: 0 0 0 10px;
  font-size: 16px;
  font-weight: 400;
}

.input-preview:focus {
  background-color: #f8f8f8;
}

.dash_content {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: scroll;
}

.profile_section-head {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 600;
}

.block-inputs {
  z-index: 2;
  display: block;
  position: absolute;
  inset: 0%;
}

.flex-row-outer {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-row-outer.social {
  flex-wrap: wrap;
  padding-top: 23px;
}

.social-image {
  width: 24px;
}

.social-image.white-card {
  background-color: #fff;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  margin: -8px -5px -8px -11px;
  padding: 9px;
  display: block;
}

.social-btn {
  color: #272b31;
  border: 1px solid #f3f3f3;
  border-radius: 50px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
}

.social-btn:hover {
  box-shadow: none;
  border-color: #2962ff;
}

.social-btn:focus {
  border: 1px solid #000;
}

.social-btn::placeholder {
  color: #6e6e6e;
}

.profile_flex {
  flex-wrap: wrap;
  max-width: 600px;
  display: flex;
  position: relative;
}

.disconnect-link {
  text-align: right;
  padding: 13px;
  line-height: 1.3;
  text-decoration: underline;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.disconnect-link:hover {
  color: #000;
}

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

.section_big {
  background-image: linear-gradient(77deg, #5c32cc, #a35ad5 32%, #dc61bd 66%, #e64987);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
  display: block;
  position: relative;
}

.section-inner {
  background-color: #fff;
  background-image: url('../images/ooorganize-4.svg');
  background-position: 0 0;
  background-size: 500px;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 20px;
  box-shadow: inset 0 2px 20px #0003;
}

.container-7 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.h1 {
  margin-top: 0;
  font-size: 33px;
  font-weight: 600;
}

.p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.button-3 {
  background-image: linear-gradient(49deg, #512cca, #aa5dd6 33%, #e763b7 70%, #e6457d);
  border-radius: 10px;
  padding: 13px 25px;
  font-weight: 500;
}

.payment_wrap {
  z-index: 1;
  background-color: #333;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.payment_small-text {
  color: #969696;
  text-align: center;
  font-size: .875rem;
}

.payment_heading {
  text-align: center;
  font-size: 2rem;
}

.payment_content-box {
  z-index: 4;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.payment_lottie-animation-bg {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.payment_button {
  z-index: 3;
  background-color: #4fc153;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 190px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #ffffff42;
}

.payment_button:hover {
  box-shadow: 0 0 10px #ffffff78;
}

.section_payment {
  z-index: 0;
  color: #fff;
  background-color: #a1a1a1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.payment_text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 395px;
  display: flex;
}

.custom_container {
  padding-left: 20px;
  padding-right: 20px;
}

.payment_lottie-animation {
  justify-content: center;
  align-items: flex-start;
  width: 150px;
  height: 150px;
  display: flex;
}

.section_big-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.container-8 {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  padding: 40px;
  display: flex;
  box-shadow: 0 9px 20px #00000012;
}

.check-wrap {
  background-color: #5cad2a;
  border-radius: 50%;
  align-self: center;
  padding: 7px;
}

.icon-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  overflow: hidden;
}

.button-4 {
  text-align: center;
  background-color: #328bfd;
  border-radius: 5px;
  align-self: center;
}

.confetti {
  z-index: -1;
  width: 80%;
  position: absolute;
}

.heading-13 {
  align-self: center;
  font-weight: 500;
}

.paragraph-2 {
  text-align: center;
  align-self: center;
}

.disconnect-link-2 {
  text-align: right;
  padding: 13px;
  text-decoration: underline;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.disconnect-link-2:hover {
  color: #000;
}

.social-content-2 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.social-btn-2 {
  color: #000;
  border: 1px solid #dcdce5;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 1px 2px #dcdce580;
}

.social-btn-2:hover {
  box-shadow: none;
  border-color: #374252;
}

.social-btn-2:focus {
  border: 1px solid #000;
}

.social-btn-2::placeholder {
  color: #6e6e6e;
}

.social-btn-2.google:hover {
  border-color: #4285f4;
}

.social-btn-2.google.solid {
  color: #fff;
  background-color: #4285f4;
  border-style: none;
  align-self: flex-start;
  width: 20%;
  font-weight: 400;
}

.social-btn-2.google.solid {
  color: #fff;
  background-color: #4285f4;
  border-style: none;
  font-weight: 400;
}

.social-btn-2.google.solid:hover {
  background-color: #005efa;
}

.button-5 {
  border-radius: 6px;
  font-family: PT Sans, sans-serif;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.heading-style-h2-2 {
  box-sizing: border-box;
  clear: none;
  object-fit: fill;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  overflow: visible;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium-2 {
  text-align: center;
  font-size: 1.125rem;
}

.faq1_list {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.button-6 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-6.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-radius: 6px;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 6px;
  max-width: none;
  margin-bottom: 50px;
  margin-left: auto;
  padding-left: 0;
  display: block;
}

.padding-section-large {
  justify-content: flex-end;
  margin-left: 0;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: block;
  position: relative;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.heading-style-h4-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.faq1_answer {
  overflow: hidden;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.section_faq1 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-top, .margin-top.margin-xxlarge, .margin-top.margin-medium, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.text-align-center {
  text-align: center;
  margin-top: -33px;
}

.button-7 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-7.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-width: 2px;
  border-radius: 6px;
}

.faq6_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq6_accordion {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.section_faq6 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.faq6_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  font-family: PT Sans, sans-serif;
  display: flex;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.testimonial17_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial17_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial17_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial17_card {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial17_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

.testimonial17_rating-wrapper {
  display: flex;
}

.section_testimonial17 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.overline {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.testimonial-card-e {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 24px;
  transition: all .3s;
  display: flex;
}

.span-red-500 {
  color: #e56161;
}

.testimonial-slide-b {
  margin-right: 24px;
}

.testimonal-quote {
  color: #6173e5;
  background-color: #eeeffc;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 56px;
  display: flex;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-top: -38px;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large.text-weight-bold {
  white-space: normal;
  font-weight: 700;
}

.h6-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.h6-heading.text-weight-medium {
  font-weight: 500;
}

.section-regular {
  padding: 80px 5%;
  position: relative;
}

.caption-m {
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.caption-m.text-color-gray-600 {
  color: #6d767e;
}

.testimonial-slider-b {
  background-color: #0000;
  width: 100%;
  max-width: 996px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 102px;
  padding-right: 102px;
}

.hidden-element {
  display: none;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.testimonial-right-arrow-b {
  color: #000;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  position: relative;
}

.testimonial-left-arrow-b {
  color: #000;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.title-wrapper {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 454px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small.text-color-gray-600 {
  color: #6d767e;
}

.customer-logo {
  width: 44px;
}

.testimonial-customer-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.flex-block {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.flex-block-2 {
  justify-content: space-between;
  align-items: center;
}

.flex-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.image-14 {
  vertical-align: baseline;
}

.text-span-2 {
  color: var(--black);
}

.rich-text-block-5 {
  mix-blend-mode: normal;
}

.text-span-3, .text-span-4 {
  color: var(--dodger-blue);
}

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

.ms2-static {
  position: static;
}

.ms2-outline-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #070e27;
  border: 1px solid #ddd;
  border-radius: 4px;
  align-items: center;
  height: 32px;
  margin-top: -2px;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 27px;
  display: flex;
}

.ms2-profile-img {
  background-color: #fff;
  background-image: url('../images/G.png');
  background-position: 42% 29%;
  background-size: contain;
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.ms2-social-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.ms-coming-soon {
  margin-left: 21px;
}

.ms2-close {
  z-index: 5;
  color: #3f3e46;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.ms2-disconnect-link {
  text-align: right;
  padding: 13px;
  text-decoration: underline;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ms2-disconnect-link:hover {
  color: #000;
}

.ms2-modal-nav {
  border-right: 1px solid #ddd;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 240px;
  height: 495px;
  max-height: 495px;
  display: flex;
}

.ms2-space {
  flex: none;
  width: 48px;
  height: 48px;
}

.ms2-space.is-24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.ms2-space.is-8 {
  width: 8px;
  height: 8px;
}

.ms2-space.is-4 {
  width: 4px;
  height: 4px;
}

.ms2-space.is-12 {
  width: 12px;
  height: 12px;
}

.ms2-modal-padding {
  width: 100%;
  padding-top: 28px;
  padding-left: 28px;
  padding-right: 28px;
}

.ms2-modal-padding.is-20 {
  min-height: 490px;
  max-height: 495px;
  padding: 20px;
  overflow: auto;
}

.ms2-modal-padding.is-20.is-sidebar {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
  display: flex;
}

.ms2-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ms2-svg.is-12 {
  width: 12px;
  height: 12px;
}

.ms2-input {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #070e270f;
}

.ms2-input.has-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

.ms2-input-wrap {
  margin-bottom: 16px;
}

.ms2-input-description {
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.ms2-nav-link {
  z-index: 1;
  color: #070e27;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px;
  display: flex;
}

.ms2-nav-link.w--current {
  color: #0c7f7d;
  background-color: #faf5f2;
  font-weight: 700;
}

.ms2-nav-link.is-logout {
  margin-top: auto;
}

.ms2-heading {
  font-size: 20.16px;
  font-weight: 700;
  line-height: 28px;
}

.ms2-input-flex {
  margin-bottom: 10px;
  display: flex;
}

.ms2-social-button {
  color: #000;
  border: 1px solid #dcdce5;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 1px 2px #dcdce580;
}

.ms2-social-button:hover {
  box-shadow: none;
  border-color: #374252;
}

.ms2-social-button:focus {
  border: 1px solid #000;
}

.ms2-social-button::placeholder {
  color: #6e6e6e;
}

.ms2-social-button.is-facebook:hover {
  border-color: #1777f2;
}

.ms2-categories-card {
  grid-row-gap: 15px;
  color: #1e1e2a;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  padding-top: 17px;
  text-decoration: none;
  transition: border-color .2s, border-color .2s, transform .2s;
  display: flex;
  transform: translate(0);
  box-shadow: 0 3px 3px #0000001a;
}

.ms2-categories-card:hover {
  box-shadow: none;
  border-color: #f55d48;
  transform: translate(0, 2px);
}

.ms2-social-image {
  width: 24px;
}

.ms2-button {
  color: #fff;
  background-color: #f55d48;
  border-radius: 5px;
  padding: 8px 11px;
}

.ms2-button:hover {
  background-color: #b33c2c;
}

.ms2-button.is-after-input {
  z-index: 2;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
  position: relative;
}

.ms2-14px {
  font-size: 14px;
}

.ms2-disconnect-image {
  width: 16px;
}

.ms2-by-ms {
  color: #070e27;
  background-color: #faf5f2;
  border-top: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin-top: -1px;
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.ms2-by-ms:hover {
  color: #070e27;
}

.ms2-label {
  font-size: 11.67px;
  font-weight: 700;
}

.ms2-flex-row-left {
  align-items: center;
  display: flex;
}

.ms2-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ms2-profile-tab-pane {
  background-color: #fff;
  position: absolute;
  inset: 0 0 36px 240px;
}

.ms2-flex-row {
  flex-direction: column;
  display: flex;
}

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

.ms2-flex-row.ms2-horizontal.is-align-center {
  align-items: center;
}

.ms2-modal-row {
  display: flex;
}

.ms2-flex-row-center {
  justify-content: center;
  align-items: center;
  transition: color .12s;
  display: flex;
}

.ms2-modal {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  width: 360px;
  margin: 60px auto;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 7px 7px 40px #2b334d40;
}

.ms2-modal.is-profile {
  flex-direction: column;
  width: 679px;
  line-height: 24px;
  display: flex;
}

.text-span-5 {
  color: var(--dodger-blue);
}

.denied-page {
  color: #010026;
  background-color: #f5f5f5;
  background-image: url('../images/Group-36661.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding-left: 10vw;
  line-height: 1.7em;
  display: flex;
}

.denied-content {
  z-index: 2;
  max-width: 400px;
  padding: 50px;
  position: relative;
}

.accent-x {
  width: 40px;
  position: absolute;
  inset: auto 13% -10.2vh auto;
}

.accent-x.is-smallest {
  width: 20px;
  inset: auto auto 34% -5%;
}

.accent-x.is-smaller {
  width: 30px;
  inset: 0% auto auto 0%;
}

.space {
  width: 10px;
  height: 10px;
}

.space.is-20 {
  width: 20px;
  height: 20px;
}

.denied-button-flex {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.denied-button {
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  background-color: #010026;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), border-radius .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  top: 0;
  box-shadow: 1px 1px 5px #ffffff40, 0 10px 20px -5px #2d3e504d;
}

.denied-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #1051b9;
  transform: translate(0, 2px);
}

.denied-button:active {
  background-color: #0a3092;
}

.flex-row {
  align-items: center;
  display: flex;
}

.denied-button-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.accent-circle {
  border: 2px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 37px 20px auto auto;
}

.accent-circle.is-bigger {
  inset: auto auto -17% -7.6vw;
  transform: scale(2);
}

.accent-circle.is-biggest {
  inset: 21.2vh 19.1vh 0 auto;
  transform: scale(2.5);
}

.denied-link {
  grid-column-gap: 8px;
  color: #010026;
  align-items: center;
  display: flex;
}

.comment-thread-sort {
  align-self: stretch;
}

.comment-delete-text {
  margin-bottom: .25em;
}

.comment-unused {
  display: none;
}

.comment-has-posts {
  position: relative;
}

.comment-reply-action {
  color: #333c;
  height: 3.5em;
  padding-top: .9em;
  padding-left: .8em;
  padding-right: .8em;
  font-weight: 500;
  transition: opacity .2s;
  display: flex;
}

.comment-reply-action:hover {
  color: #2962ff;
}

.comment-reply-action.is-date:hover {
  color: #333c;
}

.comment-form-input-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.ms-dropdown-image {
  z-index: 2;
  object-fit: cover;
  background-color: #1a0a9233;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  flex: none;
  width: 2.75em;
  height: 2.75em;
  position: relative;
}

.ms-dropdown-image:hover {
  background-color: #ffcf03;
}

.ms-dropdown-image.is-upload {
  cursor: n-resize;
}

.comment-container---copy-me {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.comment-is-mod-icon {
  outline-offset: 0px;
  color: #fff;
  background-color: #2962ff;
  border-radius: 50%;
  outline: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  padding-bottom: 1px;
  padding-left: .1em;
  padding-right: .1em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.comment-delete-wrap {
  z-index: 1000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

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

.comment-online-idicator {
  background-color: #48d396;
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.comment-form-button-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-end;
  padding-bottom: 1em;
  display: flex;
}

.comment-loader {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
}

.comment-online {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.comment-reaction-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -8px;
  font-size: 12px;
  display: flex;
}

.comment-section-heading {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid #e1e1e1;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5em;
  padding-top: 3em;
  padding-bottom: 1.5em;
  display: flex;
}

.commenter-name {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-left: 0;
  padding-left: 0;
  font-weight: 700;
  display: flex;
}

.comment-empty-state {
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 5px;
  margin-bottom: 1em;
  padding: 2em 2em 1.5em;
}

.comment-reply-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-top: .33em;
  margin-bottom: -1em;
  display: flex;
  position: relative;
  top: -5px;
}

.comment-name-row {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-wrap: wrap;
  align-items: center;
  min-height: 2.75em;
  display: flex;
}

.comment-no-margin {
  margin-bottom: 0;
}

.comment-delete-box {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #e13030;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: .3em;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: -10% auto auto 110%;
  box-shadow: 0 10px 20px -10px #42424233;
}

.comment-reaction {
  color: #424242;
  justify-content: center;
  align-items: center;
  height: 3.5em;
  margin-left: -.5em;
  padding: .5em 1em .5em .5em;
  display: flex;
}

.comment-reaction:hover, .comment-reaction.is-active {
  color: #2962ff;
}

.comment-reaction.is-active:hover {
  color: #000;
}

.comment-button-wrap {
  display: inline-block;
  position: relative;
}

.comment-form-button {
  background-color: #2962ff;
  border: 1px solid #2962ff;
  border-radius: 4px;
  padding: .6em 1.2em;
  font-weight: 700;
}

.comment-form-button.is-icon {
  color: #2962ff00;
  background-image: url('../images/send_FILL1_wght400_GRAD0_opsz24.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 3em;
  min-height: 3em;
  position: absolute;
  inset: 1em 1em auto auto;
}

.comment-form-button.is-load-more {
  color: #3f3f3f;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #e4e4e4;
  width: 100%;
  max-width: 200px;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 3.5em;
  display: block;
}

.comment-form-button.is-load-more:hover {
  background-color: #e6eeff;
}

.comment-form-button.is-cancel {
  color: #3f3f3f;
  background-color: #f6f6f6;
  border-color: #e1e1e1;
}

.comment-form-button.is-cancel:hover {
  background-color: #e6eeff;
}

.comment-form-button.is-delete {
  white-space: nowrap;
  word-break: keep-all;
  background-color: #e13030;
}

.comment-form-button.is-delete:hover {
  background-color: #850e0e;
}

.comment-thread-container {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  margin-top: 1em;
  position: relative;
}

.comment-delete {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #424242;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 12px;
  display: flex;
  top: -.25em;
  overflow: hidden;
}

.comment-channel {
  position: relative;
}

.comment-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1em;
  display: flex;
  position: relative;
}

.comment-form {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
}

.comment-delete-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
  top: -2px;
}

.comment-form-links {
  color: #333c;
  padding-bottom: 1em;
}

.comment-input-wrap {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  display: flex;
  position: relative;
}

.comment-reply-btn-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.comment-is-typing-section {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #2962ff;
  border-radius: 3px;
  padding: .5em 1em;
  font-weight: 700;
  position: fixed;
  inset: auto 1em 1em auto;
}

.comment-image-wrap {
  z-index: 2;
  flex: none;
  position: relative;
}

.comment-typing-video {
  width: 6em;
  height: 6em;
  margin-top: 2px;
}

.comment-full-width {
  width: 100%;
}

.comment-reply-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #2962ff;
  background-color: #ffffff03;
  border-radius: 100px;
  padding: .5em 1em .5em .5em;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.comment-reply-button:hover {
  background-color: #2962ff26;
}

.comment-empty-head {
  margin-bottom: .25em;
  font-family: PT Sans, sans-serif;
  font-size: 1.2em;
}

.comment-hover {
  width: 100%;
  display: block;
}

.comment-content {
  width: 100%;
}

.comment-reply-section {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.comment-is-edited {
  color: #797373;
  padding-left: .5em;
  font-size: .8em;
  display: inline-block;
}

.comment-icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
  top: -2px;
}

.comment-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1em;
}

.comment-icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.comment-moderation-required {
  background-color: #e3e6ff;
  border-radius: 4px;
  margin-bottom: .5em;
  padding: .4em;
  display: inline-block;
}

.comment-text {
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: break-word;
  max-width: 100%;
  display: inline;
}

.comment-typing-video-wrap {
  justify-content: center;
  align-items: center;
  width: 1.4em;
  height: 1.4em;
  display: flex;
  overflow: hidden;
}

.comment-input {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  min-height: 72px;
  margin-bottom: 1em;
  padding: .6em .8em;
  box-shadow: 0 2px 3px #ffffff80, 0 3px 6px -2px #071d3d1f;
}

.comment-input:hover {
  border-color: #333c;
}

.comment-input:focus {
  color: #000;
  border-color: #2962ff;
}

.comment-input.is-primary {
  margin-top: 0;
  padding-right: 4.9em;
}

.comment-image {
  object-fit: cover;
  background-color: #2962ff;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  flex: none;
  width: 2.75em;
  height: 2.75em;
}

.comment-image:hover {
  background-color: #2962ff;
}

.comment-image.is-thread {
  width: 2.5em;
  height: 2.5em;
}

.comment-thread-box {
  width: 100%;
  margin-bottom: .5em;
}

.comment-loader-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 5px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.comment-loader-wrap.is-fixed {
  z-index: 99999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  width: 80px;
  height: 100px;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0;
}

.comment-action {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #424242;
  justify-content: center;
  align-items: center;
  height: 3em;
  margin-bottom: -1em;
  padding: .5em 0 0;
  font-size: .85em;
  display: flex;
  top: -.25em;
  overflow: hidden;
}

.comment-action:hover {
  color: #5a45ff;
}

.comment-row-2 {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.comment-thread-sort-2 {
  align-self: stretch;
  padding-top: .8em;
}

.comment-text-2 {
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: break-word;
  max-width: 100%;
  margin-bottom: 1em;
  font-family: PT Sans, sans-serif;
  display: inline;
}

.commenter-name-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-left: 0;
  padding-left: 0;
  padding-right: .33em;
  font-weight: 700;
  display: flex;
}

.comment-delete-wrap-2 {
  z-index: 1000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  display: inline-block;
  position: relative;
}

.comment-image-2 {
  outline-offset: 0px;
  object-fit: cover;
  background-color: #5a45ff;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  outline: 5px solid #fff;
  flex: none;
  width: 2em;
  height: 2em;
}

.comment-image-2:hover {
  background-color: #2962ff;
}

.comment-is-edited-2 {
  color: #797373;
  padding-left: .5em;
  font-size: .85em;
  display: inline-block;
}

.comment-is-mod-icon-2 {
  outline-offset: 0px;
  color: #fff;
  background-color: #5a45ff;
  border-radius: 50%;
  outline: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  padding-bottom: 1px;
  padding-left: .1em;
  padding-right: .1em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.comment-input-2 {
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  min-height: 72px;
  margin-bottom: 1em;
  padding: .6em .8em;
  font-family: PT Sans, sans-serif;
}

.comment-input-2:hover {
  border-color: #333c;
}

.comment-input-2:focus {
  color: #000;
  border-color: #5a45ff;
}

.comment-input-2.is-primary {
  margin-top: 0;
  padding-right: 4.9em;
  font-family: PT Sans, sans-serif;
}

.comment-section-heading-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 2em;
  padding-bottom: 3em;
  font-family: PT Sans, sans-serif;
  display: flex;
}

.comment-is-member {
  font-family: PT Sans, sans-serif;
}

.comment-moderation-required-2 {
  background-color: #e3e6ff;
  border-radius: 4px;
  margin-top: .4em;
  margin-bottom: .4em;
  padding: .4em;
  font-family: PT Sans, sans-serif;
  display: inline-block;
}

.comment-reaction-2 {
  grid-column-gap: .33em;
  grid-row-gap: .33em;
  color: #424242;
  justify-content: center;
  align-items: flex-start;
  margin-left: -.5em;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
}

.comment-reaction-2:hover {
  color: #2962ff;
}

.comment-reaction-2.is-active {
  color: #5a45ff;
  font-weight: 700;
}

.comment-reaction-2.is-active:hover {
  color: #000;
}

.comment-reaction-2.is-hidden {
  display: none;
}

.comment-bg-line {
  background-color: #e1e1e1;
  border-radius: 4px;
  width: .2em;
  position: absolute;
  inset: 0% auto 0% .9em;
}

.comment-reaction-row-2 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: .5em;
  font-size: .85em;
  display: flex;
}

.comment-form-button-row-2 {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  justify-content: flex-start;
  padding-bottom: 1em;
  display: flex;
}

.comment-icon-embed-small-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4em;
  height: 1.4em;
  margin-top: .33em;
  display: flex;
}

.comment-thread-container-2 {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.comment-reply-action-2 {
  color: #333c;
  align-items: center;
  padding-left: .5em;
  padding-right: .5em;
  transition: opacity .2s;
  display: block;
}

.comment-reply-action-2:hover {
  color: #2962ff;
}

.comment-reply-action-2.is-date:hover {
  color: #333c;
}

.comment-form-button-2 {
  background-color: #328bfd;
  border: 1px solid #328bfd;
  border-radius: 6px;
  padding: .6em 1.2em;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

.comment-form-button-2.is-load-more {
  color: #3f3f3f;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #e4e4e4;
  width: 100%;
  max-width: 200px;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 3.5em;
  display: block;
}

.comment-form-button-2.is-load-more:hover {
  background-color: #e6eeff;
}

.comment-form-button-2.is-cancel {
  color: #3f3f3f;
  background-color: #f6f6f6;
  border-color: #e1e1e1;
}

.comment-form-button-2.is-cancel:hover {
  background-color: #e6eeff;
}

.comment-form-button-2.is-delete {
  white-space: nowrap;
  word-break: keep-all;
  background-color: #e13030;
}

.comment-form-button-2.is-delete:hover {
  background-color: #850e0e;
}

.comment-is-typing-section-2 {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #5a45ff;
  border-radius: 3px;
  padding: .5em 1em;
  font-weight: 700;
  position: fixed;
  inset: auto 1em 1em auto;
}

.comment-channel-2 {
  margin-top: 3em;
  position: relative;
}

.comment-h3-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1em;
}

.comment-h3-2.has-padding {
  margin-bottom: 1em;
  font-family: PT Sans, sans-serif;
}

.comment-reply-button-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  padding-right: 1em;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.4em;
  display: block;
}

.comment-reply-button-2:hover {
  color: #5a45ff;
}

._03-hamburger {
  padding: 0;
  display: none;
}

.brand-2 {
  max-width: 100px;
  padding: 15px 0;
}

.navbar-2 {
  z-index: 1001;
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 80%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  font-family: PT Sans, sans-serif;
  position: sticky;
  inset: 0% 0% auto;
}

.wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-menu-left {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.nav-menu-2 {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  right: 60px;
}

.button-8 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 13px 20px;
  transition: box-shadow .2s;
  box-shadow: 2px 2px #000;
}

.button-8:hover {
  box-shadow: 0 0 #000;
}

.button-8.nav {
  box-shadow: none;
  color: var(--white);
  background-color: #328bfd;
  border-color: #328bfd;
  border-radius: 6px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-2 {
  color: #000;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2.w--current {
  color: #000;
  font-weight: 500;
}

.columns {
  font-family: PT Sans, sans-serif;
}

.container-9 {
  align-self: center;
  margin-top: 30px;
}

.container-10 {
  align-self: flex-start;
}

.image-15 {
  font-family: PT Sans, sans-serif;
}

.container-11 {
  background-color: var(--white);
  opacity: .8;
  border-radius: 6px;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
  overflow: visible;
}

.bold-text-5, .bold-text-6, .bold-text-7 {
  color: var(--black);
}

.image-16 {
  vertical-align: sub;
  flex: 0 auto;
  align-self: auto;
  width: 10rem;
  min-width: 10rem;
  max-width: 10rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-right: 0;
  text-decoration: none;
  position: static;
  top: 2px;
  right: auto;
}

.dropdown {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: PT Sans, sans-serif;
  display: block;
}

.dropdown-list, .dropdown-list-2 {
  background-color: #fff;
  border-radius: 6px;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: PT Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.image-17 {
  border-radius: 6px;
}

.paragraph-4 {
  margin: 20px 100px 76px;
  font-family: PT Sans, sans-serif;
  display: block;
}

.marquee_wrapper {
  width: 100%;
  min-width: 150%;
  max-width: 150%;
  margin-top: 30px;
  display: block;
  overflow: hidden;
}

.marquee_container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee_item {
  width: 100%;
  max-width: 10rem;
}

.collection-item-3 {
  margin-left: 0;
  margin-right: 0;
}

.image-18 {
  width: 100%;
  min-width: 7rem;
  max-width: 0%;
  margin-left: 2.05rem;
}

.wrap_2-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid_1-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap_body-color_half-image {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 20px #0003;
}

.h2 {
  color: #1a1a1a;
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  font-weight: 500;
}

.half-image_l {
  object-fit: cover;
  width: 45%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-9 {
  color: #fff;
  background-color: #328bfd;
  border: 0 solid #000;
  border-radius: 6px;
  font-family: PT Sans, sans-serif;
}

.button-9.secondary {
  color: #1a1a1a;
  background-color: #0000;
  border: 1px solid #328bfd;
  font-family: PT Sans, sans-serif;
}

.p-2 {
  color: #1a1a1a;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.container-12 {
  width: 100%;
  max-width: 1100px;
}

.section-6 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 50px 5%;
  display: flex;
}

.section-7, .bold-text-8 {
  font-family: PT Sans, sans-serif;
}

.qui-sommes-nous, .nos-services {
  background-color: #fff;
}

.earning_card-flex-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.text-size-xlarge {
  font-size: 2rem;
}

.section_earning {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.earning_content-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.earning_content-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: url('../images/affiliate.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 400px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.earning_button {
  color: #fff;
  background-color: #8ed081;
  border-radius: .2rem;
  padding: 1rem 2rem;
  font-weight: 600;
  transition: all .2s;
}

.earning_button:hover {
  scale: 1.05;
}

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

.earning_card {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  padding: 24px;
  display: flex;
  box-shadow: -2px 4px 20px -6px #0000006e;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.earning_card-flex-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.earning_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-global-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.earning_content-2 {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.earning_steps-icon {
  justify-content: center;
  align-items: center;
}

.earning_steps-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #328bfd;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  box-shadow: 0 0 17px -6px #63575a94;
}

.section_hero-4 {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: 70svh;
  display: flex;
  position: relative;
}

.earning_steps-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 22%;
  font-family: PT Sans, sans-serif;
  display: flex;
}

.earning_text {
  font-size: 1.25rem;
  font-weight: 700;
}

.earning_steps-image {
  width: 100px;
}

.earning_steps-card-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-large-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.earning_steps-button {
  color: #080808;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 288px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.earning_steps-button:hover {
  scale: 1.05;
}

.earning_steps-card-img-bg {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100px;
  display: flex;
}

.earning_steps-heading {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.padding-global-6 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-6.padding-section-large {
  order: 0;
  align-self: auto;
  padding: 0;
}

.marquee_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: PT Sans, sans-serif;
  display: flex;
}

.code-embed {
  font-family: PT Sans, sans-serif;
}

.social-link-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.navbar-link {
  color: #000;
  border-bottom: 1px #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-weight: 500;
}

.navbar-link:hover {
  opacity: 1;
  color: #434de7;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.navbar-link.w--current {
  color: #434de7;
}

.navbar-link.for-dropdown {
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.input-large {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 10px;
  min-width: 300px;
  height: 52px;
  margin-top: 1px;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input-large:hover {
  border-color: #434de7;
}

.input-large:focus {
  border: 1px solid #434de7;
}

.input-large::placeholder {
  color: #6e6e6e;
}

.link-4 {
  color: #434de7;
  font-weight: 600;
  text-decoration: none;
}

.link-4:hover {
  color: #000;
}

.main-container {
  width: 100%;
  max-width: 1100px;
}

.main-container.no-max-width {
  max-width: none;
}

._2-2-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". ."
                 "Area Area-2"
                 / 1fr 1fr;
}

.page-wrapper-2 {
  width: 100%;
  overflow: hidden;
}

.top-disclaimer {
  color: #fff;
  background-color: #434de7;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.minus {
  background-color: #000;
  border-radius: 20px;
  width: 100%;
  height: 3px;
  position: absolute;
}

.icon-dropdown {
  margin-right: 0;
}

.spacer-xl {
  width: 100%;
  height: 40px;
}

.tabs-content-3 {
  padding-top: 40px;
  overflow: visible;
}

.footer-outer-wrap {
  flex-direction: column;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

.navbar-logo-link {
  max-width: 140px;
  padding-top: 5px;
  padding-left: 0;
}

.subheader {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.subheader.cta-color {
  color: #434de7;
  font-weight: 600;
}

.hero-bg-image {
  background-image: url('../images/pexels-yan-krukov-8866739.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: flex-end;
  align-items: flex-end;
  height: 500px;
  padding: 25px;
  display: flex;
  box-shadow: 1px 1px 20px #1d01501a;
}

.h2-2 {
  background-color: var(--dodger-blue);
  color: var(--white);
  text-align: center;
  border: 0 solid #328bfd;
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  margin: 0 auto 20px;
  font-family: PT Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  position: static;
  left: auto;
  overflow: visible;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.load-bar-base {
  background-color: #f2f3ff;
  border-radius: 0;
  max-width: 220px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.faq-answer {
  text-align: left;
  border-bottom: 1px #cfcfcf;
  width: 100%;
  overflow: hidden;
}

.social-icon-2 {
  color: #000;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
}

.social-icon-2:hover {
  color: #434de7;
}

.footer-column {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.small-card {
  background-color: var(--dodger-blue);
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  width: 15rem;
  min-width: auto;
  height: 10rem;
  padding: 20px 20px 0;
  box-shadow: 0 20px 30px -15px #3489fb;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: stretch;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-wrap {
  border: 1px solid #f2f3ff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 30px -10px #1d01501a;
}

.footer-items-grid {
  grid-column-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.small-feature-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  align-items: center;
  display: flex;
}

.h4 {
  color: #fdfdfd;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.card-inner {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.horizontal-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  align-items: center;
  display: flex;
}

._2-4-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  min-height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

._2-4-grid.vertical-mobile {
  grid-template-columns: 1fr;
}

.footer-left-wrapper {
  flex-direction: column;
  display: flex;
}

.p-m-wrap {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.faq-question {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.faq-question:hover {
  color: #434de7;
}

.icon-secondary {
  color: #fff;
  background-color: #434de7;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.hero-image-2 {
  border-radius: 10px;
  width: 100%;
  box-shadow: 21px 21px 30px -10px #1d01501a;
}

.sticky-wrap {
  z-index: 99999;
  background-color: #fff;
  border-bottom: 1px solid #f2f3ff;
  position: sticky;
  top: 0;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.content-block-center {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 20px #0000000d;
}

.tab-button {
  opacity: .7;
  color: #000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  background-color: #0000;
  margin-left: auto;
  position: relative;
}

._1-7-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.tab-panel {
  background-color: #0000;
  border-radius: 24px;
  min-height: auto;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.logo-img {
  color: #000;
}

.footer-credit-text {
  color: #000;
  font-size: .875rem;
}

.plus {
  background-color: #000;
  border-radius: 20px;
  width: 3px;
  height: 100%;
  position: absolute;
}

.footer-link-2 {
  color: #000;
  border-bottom: 1px #0000;
  width: auto;
  min-width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-2:hover {
  opacity: 1;
  color: #434de7;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.large-inverse-icon {
  color: #fff;
  background-color: #434de7;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.load-bar {
  background-color: #434de7;
  border-radius: 0;
  width: 0%;
  height: 2px;
}

.iphone-frame {
  width: 500px;
  height: auto;
  position: absolute;
}

.tab-grid {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.navbar-outer {
  z-index: 20;
  background-color: #0000;
  border-bottom: 1px #000;
  align-items: center;
  height: auto;
  padding: 0 5%;
}

.faq-item {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #19b13a;
  border-radius: 10px;
  font-weight: 600;
}

.social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.spacer-l {
  width: 100%;
  height: 30px;
}

._1-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

._1-2-grid.reverse.justify-center {
  justify-items: center;
}

.screen-wrapper {
  background-image: url('../images/take-screenshots-your-iphone-12-12-pro-12-pro-max-12-mini-6-different-ways.w1456.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 89%;
  height: 87.5%;
}

.card-image {
  border-radius: 0;
  margin-bottom: 0;
}

.footer-top-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-horizontal {
  align-items: center;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.icon-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.icon-3.dark {
  color: #000;
}

.input-label-3 {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.input-label-3.absolute {
  position: absolute;
  top: -8px;
  bottom: auto;
}

.paragraph-5 {
  opacity: .9;
  color: #000;
  text-align: justify;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.content-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrap-center.max-width-800 {
  max-width: 800px;
}

.small-feature-label {
  font-weight: 600;
}

.h1-2 {
  color: #000;
  text-align: right;
  font-family: PT Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

._1-3-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.dropdown-link {
  color: #000;
  border-radius: 5px;
  width: 100%;
}

.dropdown-link:hover {
  color: #434de7;
  background-color: #f2f3ff;
}

.dropdown-link.w--current {
  color: #434de7;
  font-weight: 700;
}

.main-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 5% 10px;
  display: flex;
}

.main-section._50-pad {
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.faq-p {
  color: #000;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
}

.spacer-xxl {
  width: 100%;
  height: 50px;
}

.card-outer {
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.iphone-wrap {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 650px;
  display: flex;
  position: relative;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button-10 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-10:hover {
  box-shadow: none;
  background-color: #000;
}

.button-10.secondary {
  color: #000;
  background-color: #fff;
  border: 2px solid #328bfd;
  margin-bottom: 18px;
  padding: 13px 25px 0;
  font-family: PT Sans, sans-serif;
}

.button-10.secondary:hover {
  color: #000;
  border-color: #000;
}

.button-10.in-nav {
  color: #fff;
  height: auto;
  margin-left: 30px;
  padding: 9px 17px;
  font-size: 14px;
}

.button-10.in-horizontal-form {
  background-color: #328bfd;
  border-radius: 6px;
  flex: 0 auto;
  align-self: auto;
  height: 52px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
}

.navbar-menu {
  align-items: center;
  display: flex;
}

.input-2 {
  background-color: #0000;
  border-radius: 5px;
  margin-bottom: 0;
}

.input-2.mb-10 {
  margin-bottom: 10px;
}

.form-block_overlap {
  background-color: #fff;
  border-radius: 20px;
  width: 55%;
  margin-top: -80px;
  margin-bottom: -80px;
  padding: 40px;
  box-shadow: 0 7px 20px #0003;
}

.h2-3 {
  color: #1a1a1a;
  margin-top: 0;
  font-weight: 500;
}

.h2-3.body-color {
  color: #fff;
}

.section_2x-padding {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

.button-11 {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
}

.p-3 {
  color: #1a1a1a;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.p-3.body-color {
  color: #fff;
}

.container-13 {
  width: 100%;
  max-width: 1100px;
}

.wrap_flex_cta-color {
  background-color: #000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.content-wrap_40pc {
  flex-direction: column;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.success {
  border: 1px dashed #000;
  border-radius: 20px;
}

.icon-x-small {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.grid-two-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-areas: ". Area-2"
                       "Area Area-3";
}

.team-social-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #7d8ba1;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.team-social-link:hover {
  color: #22272f;
}

.subheading-large {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.team-social-icon {
  background-color: #f3f4f6;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.section-regular-2 {
  padding: 92px 5%;
  position: relative;
}

.h3-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
}

.title-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
}

.team-avatar {
  background-color: #f3f4f6;
  border-radius: 48px;
  flex: none;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.container-regular {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.icon-tiny {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.team-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.title-grid {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: grid;
}

.team-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #dce0e5;
  border-radius: 48px;
  align-items: center;
  padding: 24px;
  display: flex;
}

.team-detail {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.button-ghost {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #4e4587;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.button-ghost:hover {
  color: #3e376d;
  background-color: #f3f4f6;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.paragraph-small-2 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-small-2.text-color-gray-500 {
  color: #7d8ba1;
}

.title-caption {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #454f5f;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.f-team-detail-wrapper {
  flex-direction: column;
  display: flex;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-team-image-tall {
  background-color: #f3f5fb;
  border-radius: 16px;
  height: 200px;
  position: relative;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-team-title-wrapper-left {
  max-width: 500px;
  margin-bottom: 48px;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.8;
}

.f-team-social-circle {
  color: #160042;
  background-color: #f7f9fd;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  transition: color .2s;
  display: flex;
}

.f-team-social-circle:hover {
  color: #160042;
}

.f-text-weight-medium {
  font-size: 10px;
  font-weight: 500;
}

.f-team-section {
  padding: 100px 5% 140px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-image-cover {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  font-family: PT Sans, sans-serif;
  display: inline-block;
}

.f-team-card-small {
  background-color: #fff;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  padding: 32px 24px;
  font-family: PT Sans, sans-serif;
  display: flex;
  position: relative;
  box-shadow: 40px 40px 80px -32px #393b6a14;
}

.f-team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: ". . . ."
                 "Area Area-2 Area-5 Area-12"
                 ". . . ."
                 "Area-13 Area-14 Area-15 ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 55px;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  width: 200%;
  max-width: 200%;
  max-height: 300px;
  font-size: 14px;
  font-weight: 500;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-team-card-wrapper {
  margin-top: -64px;
  padding-left: 24px;
  padding-right: 24px;
}

.f-image-cover-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-12 {
  text-align: center;
  border-radius: 6px;
  width: 100px;
  height: 40px;
  margin-top: 20px;
  font-size: 10px;
}

.text-span-6 {
  font-size: 10px;
}

.text-span-7, .text-span-8 {
  -webkit-text-stroke-color: #328bfd;
}

.text-span-9 {
  color: #328bfd;
}

.text-block-10 {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
}

.text-block-11 {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
}

.text-block-12 {
  color: #fdfdff;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
}

.bold-text-9 {
  color: #fff;
  font-family: PT Sans, sans-serif;
  box-shadow: inset 0 0 #0003;
}

.bold-text-10, .text-span-10, .text-block-13, .text-span-11 {
  font-family: PT Sans, sans-serif;
}

.dropdown-toggle {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #ff9d00;
  border-radius: 6px;
  min-width: auto;
  display: flex;
  left: 10px;
  overflow: visible;
}

.text-block-14 {
  color: var(--black);
}

.timeline {
  z-index: -3;
  background-color: #328bfd;
  position: relative;
}

.timeline_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.timeline_item {
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 160px 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: PT Sans, sans-serif;
  position: static;
}

.timeline_left {
  text-align: right;
}

.timeline_date-text {
  z-index: auto;
  margin-top: 0;
  padding-top: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2em;
  position: sticky;
  top: 50vh;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: stretch;
  width: 15px;
  height: 15px;
  margin: 0 0 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 15px;
  display: flex;
  position: sticky;
  top: 50vh;
}

.timeline_text {
  text-align: left;
  margin: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
  position: relative;
  top: 48px;
}

.timeline_progress {
  z-index: -2;
  background-color: var(--grey);
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_progress-bar {
  z-index: -1;
  aspect-ratio: auto;
  background-color: #fff;
  width: 3px;
  height: 50vh;
  position: fixed;
  bottom: 73.7vh;
}

.button-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #328bfd;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fdfdfd;
  border: 1px solid #328bfd;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px 8px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.header-badge-b {
  color: #fff;
  text-transform: uppercase;
  background-color: #6173e5;
  border-radius: 99px;
  align-items: center;
  padding: 4px 8px 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.header-button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  display: flex;
}

.header-bloom {
  z-index: -3;
  position: absolute;
  inset: 0%;
}

.button-play-icon {
  background-color: #328bfd;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-small {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.header-section-s {
  padding: 124px 5% 0;
  position: relative;
}

.header-badge-link-b {
  grid-column-gap: 8px;
  color: #6173e5;
  background-color: #eeeffc;
  border-radius: 99px;
  align-items: center;
  padding: 2px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #328bfd;
  border-radius: 20px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.header-wrapper-small {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.wrap-v-regular.align-center {
  align-items: center;
  margin-top: -93px;
}

.wrap-h-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.h1-heading {
  color: #000;
  letter-spacing: -.04em;
  font-family: PT Sans, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}

.paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.text-block-15 {
  color: #328bfd;
}

.text-span-12 {
  font-size: 10px;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-19 {
  position: static;
}

.header1_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.header1_image {
  aspect-ratio: 1;
  opacity: 1;
  outline-offset: 0px;
  perspective: none;
  transform-origin: 50%;
  mix-blend-mode: normal;
  object-fit: cover;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #081158;
  width: 100%;
  height: 100%;
  transform: none;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.heading-style-h1 {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  width: 60%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.button-13 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-13.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.section_header1 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.header1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.team-background-image {
  padding-top: 42px;
}

.team-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.team-card-grid {
  grid-template-rows: auto;
}

.team-background-wrapper {
  height: 380px;
  position: relative;
}

.team-icon {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.team-icon.right {
  margin-left: auto;
}

.team-background {
  position: relative;
}

.team-content-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.divider {
  background-color: #328bfd;
  width: 100%;
  height: 1px;
}

.text-color-accent {
  color: #ff6c0a;
}

.image-cover {
  object-fit: cover;
  width: 200px;
  height: 100%;
}

.team-member {
  justify-content: center;
  align-items: center;
  padding: 12px;
  transition: margin-bottom .3s;
  display: flex;
  position: relative;
}

.team-member:hover {
  z-index: 1;
  margin-bottom: 12px;
}

.team-member.team-member-right {
  margin-left: -32px;
  transform: rotate(5deg);
}

.team-member.team-member-center {
  bottom: 32px;
}

.team-member.team-member-left {
  margin-right: -32px;
  transform: rotate(-10deg);
}

.dot-orange {
  background-color: var(--dodger-blue);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.code-embed-2 {
  display: none;
}

.paragraph-regular {
  color: #36393f;
  font-size: 16px;
  line-height: 28px;
}

.title-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.team-image-card {
  background-color: #f9f9fa;
  border: 8px solid #fff;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 46px 13px #6c718000, 0 29px 12px #6c718003, 0 17px 10px #6c71800a, 0 7px 7px #6c718012, 0 2px 4px #6c718014;
}

.caption-regular {
  font-size: 16px;
  line-height: 24px;
}

.caption-regular.text-color-tertiary {
  color: #6b7280;
}

.team-badges {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.h6-heading-2 {
  color: #1e2022;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.section-regular-3 {
  background-color: #fff;
  background-image: linear-gradient(0deg, #328bfd, #fff 54%);
  padding: 72px 5%;
  position: relative;
}

.divider-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.team-details {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.divider-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-background-overlay {
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.caption-small {
  font-size: 14px;
  line-height: 20px;
}

.team-members {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 150px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.h5-heading {
  color: #328bfd;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

.container-large-4 {
  color: #000;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-large {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-areas: ". Area";
  align-items: center;
}

.team-statistics-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.paragraph-6 {
  text-align: justify;
  font-family: PT Sans, sans-serif;
}

.paragraph-7 {
  text-align: justify;
}

.paragraph-8 {
  text-align: justify;
  font-family: PT Sans, sans-serif;
}

.bold-text-11 {
  text-align: left;
  font-family: PT Sans, sans-serif;
}

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

.paragraph-9 {
  text-align: justify;
  font-family: PT Sans, sans-serif;
}

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

.paragraph-10 {
  text-align: justify;
  font-family: PT Sans, sans-serif;
}

.text-span-13, .text-span-14, .text-span-15, .text-span-16 {
  color: #328bfd;
}

.header26_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-size-medium-4 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 1.125rem;
}

.section_header26 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.button-14 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-14.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.header26_component {
  flex-direction: column;
  align-items: center;
}

.header26_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.text-size-medium-5 {
  font-size: 1.25rem;
}

.text-size-medium-5.text-align-center.is-grey {
  color: #000;
}

.pricing_tab-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing_tab-link.w--current {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: none;
}

.pricing_tabs {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-top: -20px;
  display: flex;
}

.pricing_bubble {
  z-index: 0;
  background-color: #000;
  border-radius: 200px;
  width: 46px;
  height: 46px;
  padding-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 40%;
}

.pricing_tabs-menu {
  z-index: 1;
  justify-content: center;
  display: flex;
}

.pricing_plan-info {
  background-color: #0f0f0f;
  border: 1px #000;
  border-radius: 6px;
  padding: 5px 14px;
}

.pricing_button {
  background-color: var(--dodger-blue);
  border-radius: 10px;
  margin-top: 22px;
  transition: box-shadow .2s, transform .2s;
  transform: translate(-8px, 8px);
  box-shadow: 0 0 #328bfd, 0 0 #328bfd, 0 0 #328bfd, 0 0 #328bfd, 0 0 #328bfd, 0 0 #328bfd, 0 0 #328bfd, 0 0 #328bfd;
}

.pricing_button:hover {
  transform: translate(0);
  box-shadow: -1px 1px #4e3efe, -1px 1px #4e3efe, -2px 2px #4e3efe, -3px 3px #4e3efe, -4px 4px #4e3efe, -4px 4px #4e3efe, -5px 5px #4e3efe, -6px 6px #4e3efe;
}

.pricing_tick {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

.pricing_card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  border: 1px #666;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 40px;
  display: grid;
}

.pricing_card._2 {
  position: relative;
}

.pricing_charges {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing_nested-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dodger-blue);
  border-radius: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 15px;
  display: grid;
}

.pricing_tab-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.pricing_contact-icon {
  text-align: center;
  vertical-align: baseline;
  border-radius: 6px;
  width: 50px;
}

.pricing_contact-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 10px;
  padding: 9px 15px;
  font-size: 1.12rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.section_pricing {
  color: #fff;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  min-height: 100svh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.pricing_wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.pricing_contact-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.pricing_tab-toggle {
  background-color: #27a376;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 30px;
  position: relative;
}

.pricing_contact-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #328bfd;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 60px 40px;
  display: flex;
}

.pricing_plan {
  color: #000;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.pricing_plan._2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.pricing_check-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing_contact-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.is-grey {
  color: #868686;
}

.is-grey.not {
  color: #fff;
}

.pricing_toggle {
  float: left;
  background-color: #fff;
  border-radius: 50px;
  width: 28px;
  height: 28px;
  margin: 1px 2px;
}

.pricing_toggle.annual {
  float: right;
}

.pricing_button-text {
  z-index: 1;
  position: relative;
}

.pricing_popular {
  color: #876dfa;
  background-color: #2b244b;
  border-radius: 10px;
  padding: 5px 10px;
  position: absolute;
  inset: 4% 1.5% auto auto;
}

.padding-global-7 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pricing_save {
  color: #7cb6fa;
  background-color: #eff7ff;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: .87rem;
  font-weight: 600;
}

.pricing_contact-text {
  font-size: 2rem;
  font-weight: 600;
}

.pricing_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing_contact-button-wrapper {
  flex-flow: column;
  display: flex;
}

.pricing_checklist {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--black);
  flex-flow: column;
  display: flex;
}

.pricing_text-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-xlarge-2 {
  font-size: 3rem;
}

.text-size-xlarge-2.text-weight-semibold {
  margin-top: 29px;
}

.text-size-xlarge-2.text-weight-semibold.text-align-center {
  margin-top: auto;
  font-family: PT Sans, sans-serif;
}

.hubspot-legalconsent {
  margin-top: 1rem;
}

.hubspot-checkbox {
  margin-right: 1rem;
}

.form-section-inner-04 {
  text-align: left;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 750px;
  margin-top: -320px;
  padding: 50px;
  display: flex;
}

.paragraph-12 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.contact-method {
  color: #3b2ae5;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method:hover {
  opacity: .8;
}

.contact-method.no-link:hover {
  opacity: 1;
}

.heading-2 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

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

.section-title {
  color: #3b2ae5;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.big-image-form-04 {
  background-image: url('../images/Shapes.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 450px;
}

.form-block-04 {
  border: 1px #dbdbdb;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
}

.form-section-04 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.contact-text {
  color: #328bfd;
  margin-bottom: 1px;
}

.form-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.contact-method-wrap {
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

.text-field-inform {
  border: 1px solid #dbdbdb;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
}

.contact-icon {
  color: #328bfd;
  background-color: #328bfd;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.button-15 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-15:hover {
  opacity: .8;
}

.button-15.in-form {
  text-align: center;
  width: 100%;
}

._2-questions-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-16 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-16:hover {
  opacity: .8;
}

.button-16.in-form {
  text-align: center;
  width: 100%;
}

.button-16.team-member {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 48%;
  text-decoration: none;
  display: flex;
}

.hubspot-formwrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.wrapper-2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.text-area-1 {
  color: #096ad0;
  background-color: #096ad00a;
  border-style: none;
  border-radius: 3px;
  min-height: 140px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
}

.text-area-1::placeholder {
  color: #096ad0;
}

.form-4 {
  width: 100%;
}

.section-8 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.row {
  background-color: #fff;
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.paragraph-small-4 {
  color: #328bfd;
  font-size: 15px;
  font-weight: 300;
}

.form-field-1 {
  color: #096ad0;
  background-color: #096ad00a;
  background-image: none;
  border-style: none;
  border-radius: 3px;
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
}

.form-field-1::placeholder {
  color: #096ad0;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-6 {
  background-color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: block;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.bottom-margin-mobile {
  background-color: #fff;
}

.col.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col.lg-3 {
  flex: none;
  width: 25%;
}

.button-17 {
  background-color: #096ad0;
  border: 1px solid #096ad0;
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  box-shadow: 0 4px 11px #013a7554;
}

.button-17:hover {
  color: #fff;
  background-color: #096ad0;
  border: 1px solid #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.contact-form-container {
  border-radius: 6px;
  width: 100%;
}

.hubspot-form {
  width: 100%;
  max-width: 500px;
  padding-left: 18px;
}

.hubspot-input {
  box-sizing: border-box;
  border: 1px solid var(--black);
  color: #33475b;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.hubspot-label {
  box-sizing: border-box;
  color: #33475b;
  width: auto;
  max-width: 500px;
  margin-top: 1rem;
  margin-bottom: 4px;
  padding-top: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
}

.hubspot-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #328bfd;
  border: 0 #fafafa;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 40px;
  margin: 1rem 0 0;
  padding: 12px 24px;
  font-family: arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  transition: all .15s linear;
  display: flex;
  position: relative;
}

.label-3 {
  color: var(--black);
  font-size: 16px;
}

.p-4, .p-5, .p-6 {
  text-align: justify;
  font-size: 10px;
}

.form-5 {
  background-color: #fff;
  border: 0 solid #328bfd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: block;
}

.label-4, .label-5, .label-6, .label-7, .label-8 {
  color: var(--black);
  font-size: 16px;
}

.heading-14 {
  font-family: PT Sans, sans-serif;
}

.paragraph-13 {
  font-size: 12px;
}

.paragraph-14 {
  font-size: 16px;
  position: fixed;
}

.div-block-26 {
  margin-right: 0;
  padding-left: 0;
  padding-right: 200px;
}

.div-block-28 {
  color: var(--white);
  background-color: #ffffff3d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 200px;
  padding: 55px 15px;
  display: flex;
  position: relative;
}

.button-18 {
  background-color: var(--dodger-blue);
  border-radius: 6px;
  margin-left: 0;
  padding: 16px 25px;
  font-weight: 500;
  transition: all .3s cubic-bezier(.55, .055, .675, .19);
}

.button-18:hover {
  background-color: #4e41b4;
  border: 1px #fff;
}

.text-span-17 {
  margin-right: 8px;
}

.info-block {
  padding: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.div-block-29 {
  background-color: #4f5e783d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 200px;
  padding: 55px 15px;
  display: flex;
  position: relative;
}

.button-social {
  background-color: #5748c5;
  border-radius: 4px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
}

.button-social.mid {
  margin-left: 5px;
  margin-right: 5px;
}

.container-14 {
  margin-left: 427px;
}

.text-span-18 {
  font-size: 10px;
}

.text-span-19 {
  color: #328bfd;
}

.section-9 {
  overflow: hidden;
}

.blog1-article-cover {
  border-radius: 8px;
  height: 270px;
}

.blog1-article-cover.blog1-article-cover-1 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-top: 20px;
}

.blog1-article-cover.blog1-article-cover-2 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50-80, .wrap.w50-80-copy {
  padding-top: 50px;
  padding-bottom: 80px;
  font-family: PT Sans, sans-serif;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.blog1-articles-wrap {
  align-items: flex-start;
  display: flex;
}

.label-9 {
  background-color: #1991eb;
  border-radius: 4px;
  padding: 4px 10px;
  display: inline-block;
}

.label-9.label-pink {
  background-color: #fbc123;
}

.label-9.label-cyan {
  background-color: #28998a;
}

._7-col {
  width: 540px;
  margin-right: 20px;
  display: inline-block;
}

.blog1-article.blog4-article-right-wrapper {
  padding-left: 10px;
}

.blog1-article.blog1-article-left-wrapper {
  padding-right: 10px;
}

._5-col {
  width: 380px;
  margin-right: 20px;
  display: inline-block;
}

._5-col._5-col-last {
  margin-right: 0;
}

.label-text {
  color: var(--black);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
}

.heading-15 {
  text-align: justify;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.heading-16 {
  text-align: justify;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
}

.heading-17 {
  text-align: justify;
  font-family: PT Sans, sans-serif;
  font-size: 40px;
}

.bold-text-14, .bold-text-15 {
  color: var(--dodger-blue);
}

.image-20 {
  margin-left: 138px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-team-grid-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-team-image-small {
  border-radius: 8px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.f-team-social-row {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.f-sub-heading-large {
  color: #160042;
  letter-spacing: -.02em;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-team-social-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-team-social-link {
  color: #160042;
  border: 1px solid #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  transition: color .3s;
  display: flex;
}

.f-team-social-link:hover {
  color: #642eff;
}

.f-image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-margin-bottom-13 {
  margin-bottom: 12px;
}

.text-span-20, .text-span-21 {
  color: var(--dodger-blue);
}

.text-span-22 {
  color: #328bfd;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.divider-secondary {
  border-top: 1px dashed #d8dbdf;
  width: 100%;
}

.title-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 628px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-social-link-2 {
  color: #8d95a3;
  background-color: #fff0;
  border-radius: 8px;
  flex: none;
  padding: 8px;
  transition: color .3s, background-color .3s;
}

.team-social-link-2:hover {
  color: #25272c;
  background-color: #fff;
}

.section-regular-4 {
  background-color: #f5f5f5;
  padding: 96px 5%;
  position: relative;
}

.h1-heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px dashed #b5bbc4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.text-color-brand {
  color: #154ee0;
}

.team-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #edeef1;
  border: 1px dashed #b5bbc4;
  border-radius: 12px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.paragraph-regular-2 {
  letter-spacing: -.12px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-2.text-color-tertiary {
  color: #8d95a3;
}

.grid-four-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: ". . . ."
                 "Area . . ."
                 "Area-2 Area-3 Area-4 Area-5"
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  display: grid;
}

.container-large-5 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.subheading-large-2 {
  color: #25272c;
  letter-spacing: -.24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.team-image {
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 2px #d8dbdf80;
}

.column {
  flex-flow: column;
  display: flex;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-23, .text-span-24 {
  color: #328bfd;
}

.bold-text-16, .text-span-25, .text-span-26, .text-span-27 {
  color: var(--dodger-blue);
}

.team-member-02 {
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.team-member-02:hover {
  box-shadow: 1px 1px 20px #0000000f;
}

.team-member-image-02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #dbdbdb;
  width: 100%;
  height: 250px;
}

.team-member-image-02.llib, .team-member-image-02.lbil {
  background-image: none;
}

.team-member-image-02.nill {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-image-02.blil, .team-member-image-02.new, .team-member-image-02.bill {
  background-image: none;
}

.team-member-button-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.job-title {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.team-icon-contact {
  width: 17px;
  margin-top: 0;
  margin-bottom: 4px;
  margin-right: 7px;
}

.team-icon-contact.email {
  margin-bottom: 0;
}

.team-div-02 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.team-section-02 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  font-weight: 600;
}

.heading-3.team-member {
  margin-bottom: 6px;
}

.heading-3.team-member.bigger {
  font-size: 30px;
  line-height: 40px;
}

.content-02-title-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.team-member-info-02 {
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0 0;
  display: flex;
  position: relative;
}

.icon-x-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.grid-two-column-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-areas: ". ."
                       ". ."
                       ". ."
                       "Area Area-2"
                       "Area-3 Area-4";
}

.team-social-link-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #7d8ba1;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.team-social-link-3:hover {
  color: #22272f;
}

.section-regular-5 {
  padding: 92px 5%;
  position: relative;
}

.team-card-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fcfcfc;
  border: 1px solid #dce0e5;
  border-radius: 48px;
  align-items: center;
  padding: 24px;
  display: flex;
}

.column-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.paragraph-small-5 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-small-5.text-color-gray-500 {
  color: #000;
}

.image-21 {
  width: auto;
  height: auto;
}

.image-22 {
  height: 120px;
}

.text-span-28 {
  color: #328bfd;
  font-family: PT Sans, sans-serif;
}

.text-block-16 {
  color: #000;
}

.text-span-29 {
  color: var(--dodger-blue);
}

.blog-thumbnail-container {
  border: 1px solid #096ad033;
  border-radius: 6px;
  flex: 1;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
}

.blog-thumbnail-container:hover {
  transform: translate(0, -5px);
}

.blog-thumbnail-container.no-border {
  border-style: none;
}

.blog-thumbnail-container.no-border:hover {
  transform: none;
}

.date-container {
  display: flex;
}

.section-10 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.row-2 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.paragraph-small-6 {
  color: #096ad099;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small-6.divider-line {
  margin-left: 8px;
  margin-right: 8px;
}

.padding {
  padding: 20px;
}

.padding.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.switch-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.categ-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #989da5;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.notifi {
  background-color: #fa4040;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-size: 10px;
  display: flex;
  position: absolute;
  top: -5px;
  right: -5px;
}

.nav-icon {
  color: #fff;
  border: 1px solid #00000026;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.nav-icon:hover {
  background-color: #00000026;
}

.nav-profile {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  border-left: 1px solid #00000026;
  align-items: center;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.filters-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.star-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.filters-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.p-18 {
  font-size: 18px;
}

.p-18.mb-10 {
  margin-bottom: 10px;
}

.content {
  padding-top: 60px;
  padding-bottom: 20px;
}

.switch {
  cursor: pointer;
  background-color: #f1f3f5;
  border-radius: 20px;
  align-items: center;
  width: 35px;
  height: 20px;
  padding: 2px;
  display: flex;
}

.p-12 {
  font-size: 12px;
}

.p-12.grey-p {
  color: #989da5;
}

.p-12.grey-p.mb-5 {
  margin-bottom: 5px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-15 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.card-categ {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.nav-links {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.card-links {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  color: #989da5;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  display: grid;
}

.card-img {
  border-radius: 10px;
  width: 100%;
  max-width: 200px;
}

.button-19 {
  color: #fff;
  white-space: nowrap;
  background-color: #0587e9;
  border: 1px solid #0587e9;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button-19:hover {
  background-color: #12b886;
  border-color: #12b886;
}

.filter {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  border: 1px solid #00000026;
  border-radius: 10px;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
}

.filter:hover {
  color: #fff;
  background-color: #12b886;
  border-color: #12b886;
}

.nav-menu-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.nav {
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #00000026;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  display: flex;
  position: sticky;
  top: 0;
}

.cards-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.mobile-nav {
  display: none;
}

.nav-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.content-heading {
  text-align: center;
  width: 100%;
  max-width: 680px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.card-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-flex.mb-10 {
  margin-bottom: 10px;
}

.switches {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.categ-wrap {
  border-right: 1px solid #00000026;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  padding-left: 25px;
  padding-right: 20px;
  display: flex;
}

.categ-wrap.but {
  align-items: center;
}

.badge-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #12b886;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #00000026;
  border-radius: 10px;
  width: 100%;
  min-height: 190px;
  padding: 5px;
  display: flex;
}

.nav-link-3 {
  color: #000;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: border-color .2s;
}

.nav-link-3:hover {
  border-bottom-color: #000;
}

.nav-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.card-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
}

.content-categ {
  border: 1px solid #00000026;
  border-radius: 10px;
  flex-direction: row;
  min-height: 75px;
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.card-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.grey-p {
  color: #989da5;
}

.grey-p.mb-10 {
  margin-bottom: 10px;
}

.profile-img {
  object-fit: cover;
  border: 1px solid #414142;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.shadow {
  display: none;
}

.switcher {
  background-color: #868e96;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.container-16 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.button-20 {
  color: #fff;
  white-space: nowrap;
  background-color: #0587e9;
  border: 1px solid #0587e9;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button-20:hover {
  background-color: #12b886;
  border-color: #12b886;
}

.nav-menu-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.nav-link-4 {
  color: #000;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: border-color .2s;
}

.nav-link-4:hover {
  border-bottom-color: #000;
}

.fill {
  background-color: #4679d7;
  border-radius: 2px;
  width: 65%;
  height: 100%;
}

.fill._15 {
  width: 15%;
}

.fill._45 {
  width: 45%;
}

.fill._25 {
  width: 25%;
}

.revenue-numbers {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #000;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.white {
  color: #fff;
}

.white.mb-15 {
  margin-bottom: 15px;
}

.mb-10-2 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.embed-icon-2 {
  margin-bottom: -1px;
}

.icon-img {
  border-radius: 50%;
}

.icon-img.pfp {
  object-fit: cover;
  background-color: #b6b7c0;
  width: 30px;
  height: 30px;
}

.activity-dd {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #c4d7fb;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.nav-link-5:hover {
  color: #000;
  background-color: #fff;
}

.nav-link-5.w--current {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
}

.nav-link-5.last {
  margin-bottom: 0;
}

.card-circle {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.card-circle:hover {
  transform: scale(1.2);
}

.check-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5275c0;
  text-transform: uppercase;
  background-color: #ecf1ff;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.nav-2 {
  background-color: #3a78f2;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 255px;
  height: 100vh;
  padding: 40px 25px;
  display: flex;
  position: sticky;
  top: 0;
}

.hamburger-2 {
  display: none;
}

.activity-card {
  background-color: #3a78f2;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  margin-top: 40px;
  padding: 20px 15px 15px;
  display: flex;
}

.activity-card.white {
  background-color: #fff;
  border: 1px solid #8c8f9780;
  margin-top: 25px;
}

.grey-p-2 {
  color: #8c8f97;
}

.text-field {
  color: #000;
  background-color: #f5f7fb;
  background-image: url('../images/search.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000;
  border-radius: 5px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 40px;
  font-weight: 500;
}

.text-field:hover, .text-field:active {
  border-color: #5275c000;
}

.text-field::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.revenue-label {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.dropdown-3 {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-3.ml-40 {
  border-top: 1px solid #0000;
  border-left: 1px solid #0000;
  border-right: 1px solid #0000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-left: 15px;
  position: relative;
}

.light-p {
  color: #c4d7fb;
}

.card-price {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.activity-icon {
  background-color: #16d7af;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.section-12 {
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.p-12-2 {
  color: #c4d7fb;
  font-size: 12px;
}

.p-12-2.black-p {
  color: #000;
}

.icons-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.icons-wrap.mobile {
  display: none;
}

.card-top {
  background-image: url('../images/lipstick.svg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  height: 150px;
  padding: 15px;
  display: flex;
}

.card-top.cosmetic {
  background-image: url('../images/cream-cosmetics.jpg');
}

.card-top.cream {
  background-image: url('../images/cream-jpg.jpg');
  background-position: 0%;
  background-size: cover;
}

.card-top.regenerator {
  background-image: url('../images/makeup-1.jpg');
  background-position: 50% 100%;
}

.card-top.eyeliner {
  background-image: url('../images/eyeliner.jpg');
  background-position: 50%;
}

.card-top.routine {
  background-image: url('../images/skin-routine.jpg');
}

.card-top.skin {
  background-image: url('../images/skin-cream.jpg');
}

.card-top.rouge {
  background-image: url('../images/rouge.jpg');
  background-position: 100%;
}

.card-top.polish {
  background-image: url('../images/nail-polish.jpg');
}

.card-2 {
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 20px #00000014;
}

.revenues {
  margin-top: 20px;
}

.logo-wrap {
  margin-bottom: 40px;
  margin-left: 25px;
}

.green {
  color: #26a93d;
}

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

.bell-link {
  border: 1px solid #c4d7fb00;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  transition: border-color .2s;
  display: flex;
}

.bell-link:hover {
  border-color: #c4d7fb;
}

.activity-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  max-width: 160px;
  text-decoration: none;
  display: flex;
}

.red {
  color: #ed7d7e;
}

.form-block-3 {
  margin-bottom: 40px;
}

.line {
  background-color: #d7d9e6;
  border-radius: 2px;
  height: 3px;
}

.dd-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #5275c0;
  text-transform: uppercase;
  padding: 10px 10px 10px 0;
  font-size: 13px;
  display: flex;
}

.card-link {
  color: #5275c0;
  text-transform: uppercase;
  background-color: #ecf1ff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 25px;
  font-size: 13px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.card-link:hover {
  background-color: #c4d7fb;
}

.card-bot {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 15px;
  display: flex;
}

.dd-list.w--open {
  background-color: #fff;
  border: 1px solid #8c8f9766;
}

.content-left {
  width: 100%;
  padding: 30px;
}

.p-14 {
  font-size: 14px;
}

.p-14.grey-p-2.mb-20 {
  margin-bottom: 20px;
}

.shadow-2 {
  display: none;
}

.dd-link {
  color: #5275c0;
  text-transform: uppercase;
  border-bottom: 1px solid #8c8f9766;
  font-size: 12px;
  transition: background-color .2s;
}

.dd-link:hover {
  background-color: #ecf1ff;
}

.dd-link.last {
  border-bottom-style: none;
}

.button-21 {
  color: #fff;
  background-color: #3fa3fc;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-21:hover {
  color: #3fa3fc;
  background-color: #fff;
}

.activity-top {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.revenue-value {
  margin-bottom: 20px;
}

.revenue-value.last {
  margin-bottom: 0;
}

.content-2 {
  width: 100%;
  display: flex;
}

.cards-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.activity-wrap-2 {
  margin-bottom: 30px;
}

.content-right {
  background-color: #f5f7fb;
  width: 40%;
  padding: 30px;
}

.label-p {
  color: #b3b5b6;
  font-size: 13px;
  line-height: 1.2;
}

.dd-text {
  margin-right: 40px;
  font-size: 14px;
  font-weight: 600;
}

.h1-3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.hamburger-3 {
  display: none;
}

.dd-img {
  border-radius: 50%;
  width: 43px;
  height: 43px;
  margin-right: 15px;
}

.enroll-p {
  color: #b3b5b6;
  font-size: 13px;
}

.course-card {
  grid-column-gap: 25px;
  color: #0d0d0d;
  align-items: center;
  margin-bottom: 38px;
  text-decoration: none;
  display: flex;
}

.course-img {
  object-fit: cover;
  border-radius: 20px;
  width: 130px;
  height: 130px;
}

.yellow-circle {
  background-color: #fedd72;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
}

.search-field {
  background-image: url('../images/search_1.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000;
  border-radius: 40px;
  height: 40px;
  margin-bottom: 0;
  padding: 8px 25px 8px 60px;
}

.search-field:focus {
  border-style: solid;
  border-color: #49bfff;
}

.search-field::placeholder {
  font-size: 15px;
}

.description-wrap {
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.explore-link {
  color: #0d0d0d;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.explore-link:hover, .explore-link.text-blue {
  color: #49bfff;
}

.section-13 {
  padding-top: 35px;
  padding-bottom: 45px;
}

.dd-link-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  transition: background-color .2s;
}

.dd-link-2:hover {
  background-color: #49bfff4a;
}

.space-p {
  display: none;
}

.courses-list {
  max-height: 100vh;
  padding-right: 15px;
  overflow: auto;
}

.courses {
  background-color: #f9fbfc;
  border-radius: 50px;
  height: 105vh;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
}

.explore-card {
  color: #000;
  background-image: url('../images/card-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 300px;
  min-height: 150px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.navigation {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

._2x2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.dd-toggle-2 {
  align-items: center;
  width: 185px;
  padding: 5px;
  display: flex;
  position: static;
}

.course-img__cover {
  object-fit: cover;
  border-radius: 45px;
  width: 100%;
  max-height: 345px;
}

.p-17 {
  color: #b3b5b6;
  font-size: 17px;
  font-weight: 500;
}

.icon-4 {
  margin-left: 0;
  margin-right: 0;
  right: 5px;
}

.description-p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.label-h {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

.form-block-4 {
  width: 100%;
  max-width: 615px;
  margin-bottom: 0;
}

.h3-2 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
}

.h3-2.mb-10 {
  margin-bottom: 10px;
}

.body-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.p-20 {
  font-size: 20px;
  line-height: 1.2;
}

.h2-4 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}

.nav-link-6 {
  color: #0d0d0d;
  padding: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.nav-link-6:hover {
  color: #49bfff;
}

.rating-wrapper {
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.container-17 {
  width: 100%;
  max-width: 1825px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.mobile-nav-3 {
  display: none;
}

.grade {
  font-size: 17px;
  font-weight: 600;
}

.grade.light {
  color: #b3b5b6;
  margin-left: 18px;
}

.explore-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.button-22 {
  background-color: #5bc1fc;
  border-radius: 40px;
  padding: 15px 35px;
  font-weight: 600;
  transition: transform .2s;
}

.button-22:hover {
  transform: scale(.95);
}

.enroll-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.label-card {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-menu-6 {
  align-items: center;
  display: flex;
}

.bold {
  font-weight: 700;
}

.explore {
  padding-top: 60px;
}

.star-wrap-2 {
  grid-column-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 10px;
  display: flex;
}

.enroll-h {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.dd-list-2 {
  background-color: #fff;
  border-bottom: 1px solid #49bfff;
  border-left: 1px solid #49bfff;
  border-right: 1px solid #49bfff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.dd-list-2.w--open {
  background-color: #f9fbfc;
  position: absolute;
  left: -1px;
  right: -1px;
  overflow: hidden;
}

.course-p {
  color: #b3b5b6;
  font-size: 18px;
  line-height: 1.2;
}

.courses-wrap {
  overflow: hidden;
}

.div-block-30 {
  background-color: #4f5e783d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 200px;
  padding: 55px 15px;
  display: flex;
  position: relative;
}

.button-23 {
  background-color: #5748c5;
  border-radius: 4px;
  margin-left: 0;
  padding: 16px 25px;
  font-weight: 500;
  transition: all .3s cubic-bezier(.55, .055, .675, .19);
}

.button-23:hover {
  background-color: #4e41b4;
  border: 1px #fff;
}

.button-23.button-d {
  color: #4f5e78;
  background-color: #f5f6f8;
  font-weight: 500;
  transition-timing-function: linear;
}

.button-23.button-d:hover {
  background-color: #e2e4e7;
  border-style: none;
}

.div-block-31 {
  background-color: #4f5e783d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 200px;
  padding: 55px 15px;
  display: flex;
  position: relative;
}

.button-24 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #328bfd;
  border-radius: 4px;
  margin-left: 0;
  padding: 16px 25px;
  font-weight: 500;
  transition-property: none;
}

.button-24:hover {
  background-color: #4e41b4;
  border: 1px #fff;
}

.button-24.button-d {
  color: #4f5e78;
  background-color: #f5f6f8;
  font-weight: 500;
  transition-timing-function: linear;
}

.button-24.button-d:hover {
  background-color: #e2e4e7;
  border-style: none;
}

.button-24.button-d.hvr-sweep-to-right {
  color: #fcfcfc;
  background-color: #328bfd;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: auto;
  padding: 10px;
  box-shadow: 2px 7px 5px #0003;
}

.button-24.hvr-sweep-to-right.button-d {
  color: #fff;
}

.button-24.button-d.hvr-sweep-to-right {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 12px;
}

.button-24.button-d.hvr-sweep-to-right.w--current {
  padding: 10px;
}

.div-block-32 {
  z-index: 10;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 25vw;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section-14 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

.cta9-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta9-content-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 582px;
  display: flex;
}

.size3-text {
  text-transform: none;
  width: 100%;
  margin: 10px auto 15px;
  padding-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  display: block;
}

.paragraph-70 {
  opacity: .7;
  margin-bottom: 10px;
}

.cta9-icons-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.cta9-icon {
  margin-left: 10px;
  margin-right: 10px;
  transition: opacity .2s;
  display: block;
}

.cta9-icon:hover {
  opacity: .7;
}

.div-block-33 {
  margin-top: 10px;
  margin-right: 18px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal {
  z-index: 100;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  background-color: #ffffff26;
  width: 100%;
  height: 100%;
}

.modal-container {
  width: 100%;
  max-width: 35rem;
  position: absolute;
}

.section-15 {
  z-index: 1000;
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  font-family: PT Sans, sans-serif;
  position: absolute;
}

.cta9-grid-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.paragraph-71 {
  opacity: .7;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: PT Sans, sans-serif;
}

.button-25 {
  background-color: #328bfd;
  border-radius: 6px;
  font-family: PT Sans, sans-serif;
}

.button-26 {
  background-color: var(--dodger-blue);
  border-radius: 6px;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
}

.div-block-34 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.close-text {
  border: 1px #000;
  font-family: PT Sans, sans-serif;
  font-size: 2rem;
  transform: rotate(0);
}

.link-block-2 {
  position: absolute;
  inset: .5rem 1rem auto auto;
}

.image-24 {
  padding-left: 35px;
}

.price-feature-block-blue {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4f5fb;
  border: 1px solid #328bfd;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 18px;
  display: flex;
}

.price-feature {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.container-x-small {
  z-index: 5;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1.5px solid #e6e6e6;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-feature.striked {
  opacity: .3;
  text-decoration: line-through;
}

.paragraph-small-7 {
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-7.text-weight-medium {
  font-weight: 500;
}

.paragraph-small-7.text-weight-semibold {
  font-weight: 600;
}

.price-content {
  width: 100%;
  overflow: visible;
}

.price-tab-menu {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 8px;
  display: flex;
}

.pricing-button {
  width: 100%;
}

.pricing-icon {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.pricing-icon.pricing-blue-icon {
  color: #4255bd;
}

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  white-space: nowrap;
  background-color: #328bfd;
  border: 1px solid #328bfd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-primary-2:hover {
  color: #4255bd;
  background-color: #fff;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.badge-beta-blue {
  color: #8e99d7;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.price-text-large {
  color: #328bfd;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.badge-pricing-secondary {
  color: #4255bd;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.title-wrapper-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price-card-line {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.wrap-v-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.pricing-grid-wide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: center;
}

.price-tab-link {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.price-tab-link.w--current {
  color: #f7f7f7;
  background-color: #328bfd;
  margin-left: auto;
  box-shadow: 1px 8px 20px #8d9bbe29;
}

.h1-heading-3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.price-card-line-blue {
  border: 2px solid var(--dodger-blue);
  border-radius: 20px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.section-regular-6 {
  padding: 92px 5%;
  position: relative;
}

.wrap-v-xx-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.button-outline {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #328bfd;
  text-align: center;
  background-color: #0000;
  border: 1.5px solid #328bfd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-outline:hover {
  color: #fff;
  background-color: #4255bd;
}

.price-feature-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 18px;
  display: flex;
}

.badge-pricing {
  color: #1a1a1a;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.wrap-v-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.badge-beta {
  color: gray;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.price-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-detail {
  color: #b2b2b2;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-small-medium {
  font-weight: 500;
  line-height: 24px;
}

.wrap-h-xx-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.wrap-h-xx-small.align-c {
  justify-content: flex-start;
  align-items: center;
}

.price-feature-grid {
  grid-column-gap: 14px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr;
}

.pricing-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.price-type {
  color: gray;
  font-size: 16px;
  line-height: 24px;
}

.price-text {
  color: #1a1a1a;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.paragraph-regular-3 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-3.text-weight-semibold {
  font-weight: 600;
}

.text-span-30 {
  font-size: 10px;
}

.text-span-31, .text-span-32 {
  font-size: 12px;
}

.text-block-17 {
  color: #328bfd;
}

.text-block-18 {
  color: var(--dodger-blue);
}

.dash_modal {
  z-index: 9999;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: relative;
  inset: 0%;
}

.social-btn-3 {
  color: #272b31;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 3px 6px -1px #1d01501a;
}

.social-btn-3:hover {
  box-shadow: none;
  border-color: #374252;
}

.social-btn-3:focus {
  border: 1px solid #000;
}

.social-btn-3::placeholder {
  color: #6e6e6e;
}

.social-btn-3.is-profile {
  float: left;
  clear: both;
  width: 280px;
  margin-right: auto;
}

.text-size-large-2 {
  font-size: 1.25rem;
}

.disconnect-link-3 {
  text-align: right;
  padding: 13px;
  line-height: 1.3;
  text-decoration: underline;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.disconnect-link-3:hover {
  color: #000;
}

.credit_cost {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}

.social-content-3 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.profile_field-wrapper {
  width: 65%;
  min-height: 30px;
}

.profile_field-wrapper.has-button {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

.no-margin-2 {
  margin: 0;
}

.profile_h1-2 {
  font-size: 1.2rem;
  font-weight: 700;
}

.credit_total {
  margin-bottom: 3rem;
  font-weight: 700;
}

.modal_close {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.dash_nav-link {
  opacity: .7;
  color: #000;
  text-align: center;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  min-width: 140px;
  padding: .6rem 1.5rem .6rem 1rem;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.dash_nav-link:hover {
  opacity: 1;
  background-color: #f6f6f7;
}

.dash_nav-link.w--current {
  opacity: 1;
  color: #fff;
  background-color: #5d52f7;
  border-radius: 10px;
  font-weight: 600;
}

.dash_nav-link.is-profile {
  border: 1px solid #b7bbd1;
  justify-content: center;
  width: 104px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.dash_nav-link.is-profile:hover {
  border-color: #5d52f7;
}

.dash_nav-link.is-profile.w--current {
  border-style: none;
}

.double-click {
  opacity: 0;
  text-align: center;
  font-size: 12px;
  transition: opacity .2s;
  position: absolute;
  top: -27.3203px;
  left: -28.3203px;
  transform: rotate(-30deg);
}

.dash_logo-wrap {
  height: 100px;
}

.widget-embed {
  flex: 1;
  min-width: 86vh;
  height: 100%;
}

.widget-svg-small {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.profile-checkbox {
  width: 22px;
  height: 22px;
  margin-top: 0;
}

.dash_nav-wrap {
  z-index: 10;
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: auto;
  padding: 3rem 1rem 1.5rem;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.dash_icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-left: -5px;
  margin-right: 6px;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.dash_icon.profile {
  padding: 2px;
}

.dash_icon.wallet {
  padding: 4px;
}

.button-icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  height: 21px;
  min-height: 24px;
  margin-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  overflow: hidden;
}

.button-icon.after {
  min-height: 21px;
  margin-left: 6px;
  margin-right: 0;
}

.widget-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: -.5vw;
  display: flex;
  position: absolute;
  inset: auto 1vw 100% auto;
}

.widget-close:hover {
  background-color: #002aff1a;
}

.profile_sub-head {
  font-size: .8rem;
}

.widget-svg {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.widget-mobile {
  display: none;
}

.input-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 1rem;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input-3:hover {
  box-shadow: none;
  border-color: #5d52f7;
}

.input-3:focus {
  border: 1px solid #434de7;
}

.input-3::placeholder {
  color: #6e6e6e;
}

.input-3.is-profile {
  height: 36px;
  font-size: .9rem;
}

.input-3.is-profile.is-2nd-half {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -6px;
  position: relative;
}

.input-3.is-profile.is-2nd-half.is-zip {
  max-width: 100px;
  margin-left: -13px;
}

.input-3.is-profile.is-state {
  padding-top: 8px;
  padding-left: 14px;
}

.dash_profile-nav-link {
  color: #272b31;
  background-color: #0000;
  border-radius: 6px;
  margin-right: .25rem;
  padding: .5em 1rem .4rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.6;
  transition: color .2s, background-color .2s;
}

.dash_profile-nav-link:hover {
  color: #5d52f7;
  background-color: #fff;
}

.dash_profile-nav-link.w--current {
  color: #5d52f7;
  background-color: #e0e4fc;
  font-weight: 700;
}

.dash_profile-nav-link.is-logout {
  background-color: #fff;
  margin-right: 0;
  padding-left: .7rem;
  display: flex;
  position: absolute;
  inset: 8px 10px auto auto;
}

.credit_tabs {
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.credit-tab {
  background-color: #0000;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  margin-right: .5rem;
}

.credit-tab.w--current {
  color: #5d52f7;
  background-color: #0000;
  border-color: #5d52f7;
  font-weight: 700;
}

.credit-tab.last {
  margin-right: 0;
}

.credit-tab-wrap {
  max-width: 570px;
}

.dash_nav-menu {
  margin-bottom: auto;
}

.is-free {
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dash_page {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  padding: 2.7rem 2rem 2rem 240px;
  display: block;
  position: relative;
}

.hide {
  display: none;
}

.profile_form {
  position: relative;
}

.nav_logo {
  height: 1.6875rem;
}

.profile_label {
  width: 35%;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
}

.profile_label.is-modal {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.dash_header {
  justify-content: space-between;
  align-items: flex-start;
  height: 100px;
  display: flex;
}

.modal_form {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: none;
  margin-bottom: 0;
  padding: 30px;
  position: relative;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.profile_label-sub {
  color: #868686;
  margin-top: .3rem;
  font-size: .8rem;
  font-weight: 400;
  display: block;
}

.profile_row {
  border-top: .5px solid #e0e4fc;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  display: flex;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .5rem;
  display: flex;
  position: relative;
}

.delete-me {
  background-color: #5d52f7;
}

.profile_form-header-2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.dash_button {
  color: #fff;
  text-align: center;
  background-color: #5d52f7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .65rem .975rem .5rem;
  font-size: .9rem;
  font-weight: 500;
  transition: background-color .2s, transform .2s;
}

.dash_button:hover {
  background-color: #342d96;
  transform: translate(0, -4px);
}

.dash_button.grey {
  z-index: 2;
  color: #272b31;
  background-color: #f6f6f7;
  border: 1px solid #b7bbd1;
  position: relative;
}

.dash_button.grey:hover {
  color: #5d52f7;
  background-color: #fff;
  border-color: #5d52f7;
}

.dash_button.is-modal {
  margin-top: 1rem;
}

.spacer-s {
  width: 100%;
  height: 1rem;
}

.credit_save {
  color: #3ab549;
  background-color: #f6f6f7;
  border-radius: 100px;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 400;
  display: inline-block;
  transform: scale(.8);
}

.credit_description {
  border-left: 1px solid #5d52f7;
  padding-bottom: .5rem;
  padding-left: 2rem;
}

.dash_contain-2 {
  max-width: 90%;
}

.dash_content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 25vh;
  margin-left: auto;
  margin-right: auto;
}

.embed-css {
  background-color: #ededed;
  align-items: center;
  height: 5rem;
  padding-left: 2rem;
  font-style: italic;
  display: flex;
}

.widget-wrapper {
  z-index: 9999;
  width: 20vw;
  height: 50vh;
  padding: 1vw;
  position: fixed;
  inset: auto 0 0 auto;
}

.widget-container {
  z-index: 3;
  background-color: #2962ff;
  border: 2px solid #2962ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -7px 7px 30px 1px #0003;
}

.dash_h1 {
  color: #272b31;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2em;
}

.dash_user-wrap {
  text-align: center;
  max-width: 200px;
  margin-bottom: .5rem;
  overflow: hidden;
}

.dash_user-email {
  opacity: .6;
  letter-spacing: 1px;
  font-size: .7rem;
}

.modal_close-icon {
  z-index: 10;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 25px 25px auto auto;
}

.dash_profile-menu {
  background-color: #f6f6f7;
  border-radius: 12px;
  margin-left: -10px;
  padding: 8px;
}

.widget-move {
  opacity: 0;
  color: #fff;
  background-color: #161e27;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto 0 100%;
}

.widget-move:hover {
  opacity: 1;
}

.widget-move.down {
  top: 100%;
  bottom: auto;
  transform: rotate(180deg);
}

.widget-move.left {
  margin: auto 0;
  inset: 0 100% 0 auto;
  transform: rotate(-90deg);
}

.widget-move.right {
  margin: auto 0;
  inset: 0 auto 0 100%;
  transform: rotate(90deg);
}

.dash_user-name {
  font-size: .9rem;
}

.icon-small-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 6px;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.icon-small-2.wallet {
  padding: 4px;
}

.icon-small-2.profile {
  padding: 2px;
}

.radio-input {
  border-color: #b7bbd1;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-right: 7px;
}

.radio-input.w--redirected-checked {
  border-color: #434de7;
}

.small-h1 {
  color: #000;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.logo-padding {
  padding-top: 5px;
}

.dashboard-content-wrap-3 {
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 50px;
  display: flex;
  position: static;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.flex-row-outer-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.description-3 {
  opacity: .6;
  color: #000;
  margin-top: 3px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 300;
}

.full-section-3 {
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding: 125px 25px 25px;
  display: block;
  position: relative;
}

.full-section-3.grey-bg {
  background-color: #f2f3ff;
}

.input-4 {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input-4:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input-4:focus {
  border: 1px solid #434de7;
}

.input-4::placeholder {
  color: #6e6e6e;
}

.profile-form-container-2-2 {
  color: #000;
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.dashboard-3-menu-wrap {
  z-index: 10;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 25px 25px auto;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.dashboard-3-link {
  opacity: .7;
  color: #000;
  text-align: center;
  border-right: 3px solid #fff0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dashboard-3-link:hover {
  opacity: 1;
}

.dashboard-3-link.w--current {
  opacity: 1;
  background-color: #f2f3ff;
  border-radius: 10px;
  font-weight: 600;
}

.input-description {
  opacity: .8;
  margin-top: 5px;
  margin-bottom: 6px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 300;
  transition: height .2s;
  overflow: hidden;
}

.input-label-4 {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.input-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper-2._15p-right {
  margin-right: 15px;
}

.field-divider {
  background-color: #f2f3ff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio-field {
  color: #000;
  margin-top: 5px;
}

.dashboard-3-links {
  width: auto;
  display: flex;
}

.button-27 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-27:hover {
  box-shadow: none;
  background-color: #000;
}

.button-27.absolute {
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-white-bag {
  background-color: #f9fafb;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  overflow-x: hidden;
}

.div-diagram-flag {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.div-do-left {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-goose-tried {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div-recall-weight {
  flex-shrink: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.a-am-value {
  outline-offset: 0px;
  border-style: solid;
  border-width: 0;
  border-radius: .25rem;
  outline: 0 #00e;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.img-person-cage {
  width: auto;
  height: 2rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-largest-disappear {
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.a-motion-course {
  color: #111827;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.img-ear-harder {
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.span-top-two {
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.div-flow-upper {
  justify-content: center;
  align-items: center;
  margin-left: 4rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-recently-vote {
  color: #111827;
  border-style: solid;
  border-width: 0;
  border-radius: .25rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.a-state-greatly {
  color: #111827;
  border-style: solid;
  border-width: 0;
  border-radius: .25rem;
  margin-left: 2.5rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.div-twelve-red {
  align-items: center;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-journey-pond {
  color: #fff;
  background-color: #111827;
  border: 1px solid #0000;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  margin-left: 2.5rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
  display: inline-flex;
}

.a-journey-pond:hover {
  background-color: #6b7280;
}

.div-top-two {
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.div-negative-wonder {
  padding: 2rem .25rem;
  font-weight: 400;
  text-decoration: none;
}

.div-road-hearing {
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.a-general-so {
  color: #111827;
  border-style: solid;
  border-width: 0;
  border-radius: .75rem;
  align-items: center;
  margin: -.75rem;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.a-general-so:hover {
  background-color: #f9fafb;
}

.a-slip-uncle {
  color: #fff;
  background-color: #111827;
  border: 1px solid #0000;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
  display: inline-flex;
}

.a-slip-uncle:hover {
  background-color: #6b7280;
}

.section-high-judge {
  background-color: #f9fafb;
  padding-top: 4rem;
  font-weight: 400;
  text-decoration: none;
}

.div-stuck-swept {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-wrote-smoke {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.h1-season-seeing {
  color: #4b5563;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-decoration: none;
}

.p-base-place {
  color: #111827;
  margin-top: 1.25rem;
  padding: 0;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.span-knowledge-mind {
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: inline;
  position: relative;
}

.span-vertical-zipper {
  opacity: .3;
  filter: blur(16px);
  background-image: linear-gradient(to right, #44bcff, #ff44ec, #ff675e);
  width: 100%;
  height: 100%;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: 0;
}

.span-move-light {
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.div-job-attention {
  justify-content: center;
  align-items: center;
  margin-top: 2.25rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-gulf-book {
  color: #fff;
  background-color: #111827;
  border: 2px solid #0000;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .75rem 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
  display: inline-flex;
}

.a-gulf-book:hover {
  background-color: #6b7280;
}

.a-except-get {
  color: #111827;
  border: 2px solid #9ca3af;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 1.25rem;
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
  display: inline-flex;
}

.a-except-get:hover {
  color: #fff;
  background-color: #111827;
  border-color: #111827;
}

.img-broken-weak {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.p-pretty-blood {
  color: #6b7280;
  margin-top: 2rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.div-cup-fly {
  background-color: #fff;
  padding-bottom: 3rem;
  font-weight: 400;
  text-decoration: none;
}

.div-move-light {
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.div-bright-political {
  background-color: #f9fafb;
  height: 66.6667%;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: 0;
}

.div-operation-wear {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.div-fairly-fed {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.img-happily-giant {
  transform-style: preserve-3d;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  transform: scale3d(1, 1.1, 1);
}

.white-2 {
  color: #fff;
  width: 100%;
  max-width: 200px;
}

.task-wrap {
  width: 100%;
}

.bot-links {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.widget-pause {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  transition: transform .2s;
  display: flex;
}

.widget-pause:hover {
  transform: scale(1.1);
}

.p-18-2 {
  font-size: 18px;
  font-weight: 500;
}

.p-18-2.mb-5 {
  margin-bottom: 5px;
}

.mb-20-2 {
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
}

.top-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .2s;
  display: flex;
}

.top-link:hover {
  background-color: #ebedec;
}

.widget-top {
  border-bottom: 1px solid #dfe1e5;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.widget-top.border-0 {
  border-bottom-style: none;
}

.top-links_wrap {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.button-28 {
  grid-column-gap: 15px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  align-items: center;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.button-28:hover {
  transform: translate(0, -5px);
  box-shadow: 0 5px 3px #0003;
}

.calendar-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.content-3 {
  width: 100%;
  padding: 40px;
}

.front-line {
  background-color: #000;
  border-radius: 5px;
  width: 46%;
  height: 100%;
}

.front-line._90 {
  width: 90%;
}

.front-line._73 {
  width: 73%;
}

.embed-icon-3 {
  margin-bottom: -4px;
}

.embed-icon-3.purple {
  color: #ece9ff;
}

.embed-icon-3.green {
  color: #dcf9df;
}

.embed-icon-3.pink {
  color: #fde3e9;
}

.widgets-wrap {
  width: 100%;
}

.grey {
  color: #929292;
  margin-bottom: auto;
}

.widgets-bot {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-wrapper {
  grid-column-gap: 15px;
  color: #000;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 9px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-wrapper:hover, .link-wrapper.w--current {
  background-color: #ebedec;
}

.link-wrapper.last {
  margin-bottom: 0;
}

.container-18 {
  padding-left: 20px;
  padding-right: 20px;
}

.top-links {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.shadow-3 {
  display: none;
}

.calendar-top {
  margin-bottom: 40px;
}

.nav-3 {
  z-index: 999;
  border-right: 1px solid #ebedec;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 220px;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.mb-10-3 {
  margin-bottom: auto;
}

.calendar-time {
  border-right: 4px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
}

.cards-wrap-2 {
  grid-column-gap: 25px;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.card-link-2 {
  grid-column-gap: 10px;
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.content-mid {
  grid-column-gap: 60px;
  align-items: stretch;
  display: flex;
}

.calendar-wrap {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 250px;
  display: flex;
}

.mid-wrapper {
  width: 100%;
}

.calendar-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.calendar-holder {
  grid-column-gap: 20px;
  border-bottom: 1px solid #ebedec;
  margin-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.task-icon {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.widget-card {
  background-color: #edeff1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 150px;
  padding: 20px 15px;
  display: flex;
}

.widget-card.border {
  border: 2px dashed #dfe1e5;
}

.widget-card_big {
  background-color: #000;
  background-image: url('../images/shapes.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  padding: 40px 25px;
  display: flex;
}

.section-16 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.content-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.nav-links-2 {
  border-bottom: 1px solid #ebedec;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.task-labele {
  grid-column-gap: 15px;
  display: flex;
}

.mobile-nav-4 {
  display: none;
}

.task {
  border-bottom: 1px solid #ebedec;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.task.first {
  margin-top: 0;
}

.widgets-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.back-line {
  background-color: #fff;
  border-radius: 5px;
  height: 5px;
  margin-top: 10px;
}

.card-3 {
  background-color: #dcf9df;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 220px;
  padding: 30px 25px;
  display: flex;
}

.card-3.pink {
  background-color: #ffc796;
}

.card-3.purple {
  background-color: #5ea3fa;
}

.task-time {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.widget-plus {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  transition: transform .2s;
  display: flex;
}

.widget-plus:hover {
  transform: scale(1.1);
}

.content-bot {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.content-wrap-3 {
  display: flex;
}

.mb-5 {
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
}

.nav-bot {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.card-top-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo {
  border-bottom: 1px solid #ebedec;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.widgets-timer {
  grid-column-gap: 25px;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.task-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-72 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.paragraph-73, .paragraph-74, .paragraph-75, .paragraph-76, .paragraph-77, .paragraph-78 {
  margin-bottom: auto;
}

.heading-18 {
  font-family: PT Sans, sans-serif;
}

.heading-style-h2-3 {
  font-family: PT Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero_tab {
  width: 100%;
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.form_text-field {
  color: #222;
  background-color: #f4f6f9;
  border: .0625rem solid #fff0;
  border-radius: .625rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.form_text-field::placeholder {
  font-weight: 500;
}

.hero_tab-link {
  background-color: #ddd0;
  border: .0625rem solid #aaa;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero_tab-link.w--current {
  background-color: #edf3fd;
  border: .125rem solid #6aa4fa;
}

.hero_tab-link.is-second {
  border-left-style: none;
  border-top-right-radius: .625rem;
  border-bottom-right-radius: .625rem;
}

.hero_tab-link.is-second.w--current {
  border-style: solid;
}

.hero_tab-link.is-first {
  border-right-style: none;
  border-top-left-radius: .625rem;
  border-bottom-left-radius: .625rem;
}

.hero_tab-link.is-first.w--current {
  border-style: solid;
  margin-left: auto;
}

.hero_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #fffefe;
  border-radius: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: stretch center;
  height: 45rem;
  margin-top: 2rem;
  padding-top: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px .3125rem #0003;
}

.hero_top-div {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  display: flex;
}

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

.form_button-2 {
  background-color: #328bfd;
  border: .125rem solid #0000;
  border-radius: .625rem;
  width: 100%;
  font-weight: 600;
  transition: all .3s;
}

.form_button-2:hover {
  color: #000;
  background-color: #edf3fd;
  border: .125rem solid #6aa4fa;
  font-weight: 600;
}

.hero_link-text {
  color: #3f8dff;
  font-weight: 500;
  text-decoration: none;
}

.hero_link-text:hover {
  color: #0067ff;
}

.padding-global-8 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section_hero-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.hero_tab-menu {
  border-radius: .3125rem;
  flex-direction: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.hero_bottom-div {
  background-color: #f4f6f9;
  width: 100%;
}

.text-size-medium-6 {
  font-size: 1.25rem;
}

.text-size-medium-6.text-align-center {
  background-color: var(--dodger-blue);
  color: var(--dodger-blue);
  border: 1px solid #328bfd;
  border-radius: 20px;
  width: 40%;
}

.tab-link-tab-1 {
  background-color: #328bfd;
  border-radius: 6px;
  left: auto;
  right: 10px;
}

.tab-link-tab-1.w--current {
  background-color: #afafaf;
  border-radius: 6px;
  margin-left: auto;
  left: -10px;
  right: 10px;
}

.tab-link-tab-2 {
  background-color: #328bfd;
  border-radius: 6px;
  transition: opacity .2s;
  right: 5px;
}

.tab-link-tab-2.w--current {
  background-color: var(--grey);
  margin-left: auto;
  margin-right: auto;
}

.tab-link-tab-3 {
  background-color: #328bfd;
  border-radius: 6px;
}

.tab-link-tab-3.w--current {
  margin-left: auto;
  margin-right: auto;
}

.text-block-19, .text-block-20, .text-block-21, .text-block-22 {
  color: var(--white);
}

.tab-link-tab-4 {
  background-color: #328bfd;
  border-radius: 6px;
  left: 5px;
}

.tab-link-tab-4.w--current {
  color: var(--white);
  background-color: #afafaf;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-33 {
  color: #0a0a0a;
}

.text-block-23 {
  color: var(--white);
}

.text-field-2, .text-field-3 {
  border-radius: 6px;
}

.submit-button {
  background-color: #328bfd;
}

.text-field-4, .select-field {
  border-radius: 6px;
}

.text-span-34 {
  font-size: 64px;
}

.text-span-35 {
  color: #328bfd;
}

.image-25 {
  position: absolute;
  top: 161px;
  left: 216px;
}

.navbar-3 {
  display: flex;
}

.deal-type {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: background-color .2s;
  display: flex;
}

.deal-type:hover {
  background-color: #f5f5f5;
}

.h3-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
}

.large-number {
  margin-bottom: 10px;
  font-size: 65px;
  font-weight: 600;
  line-height: 1;
}

.nav-menu-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 10px;
}

.disclaimer-section {
  color: #fff;
  background-color: #3859ee;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.button-29 {
  color: #fff;
  white-space: nowrap;
  background-color: #0048ff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.button-29:hover {
  box-shadow: none;
  background-color: #32384b;
}

.button-29.white {
  color: #000;
  background-color: #fff;
}

.crm-cell {
  grid-column-gap: 3.5px;
  grid-row-gap: 3.5px;
  white-space: normal;
  border: 1px solid #c7c7c7;
  border-top: 1px #f1ebeb;
  border-left: 1px #f1ebeb;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  min-width: 200px;
  padding: 12px 20px 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  transition: background-color .2s;
  display: flex;
}

.crm-cell:hover {
  background-color: #f5f5f5;
}

.crm-cell.title {
  background-color: #0000;
  border-top-style: none;
  border-left-style: none;
  font-weight: 700;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

.nav-link-7 {
  opacity: 1;
  color: #000;
  background-color: #f5f5f5;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  padding: 20px;
  transition: opacity .2s;
}

.nav-link-7:hover {
  opacity: 1;
}

.nav-link-7.w--current {
  opacity: 1;
  color: #3859ee;
  background-color: #3859ee1a;
  border-color: #3859ee;
}

.task-icon-2 {
  background-color: #f5f5f5;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.camelcase {
  text-transform: capitalize;
}

.h1-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.h1-4.mb-10 {
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
}

.nav-icon-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.section-leads {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  padding: 40px 40px 20px;
}

.section_tasks {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  padding: 40px;
}

.dashboard-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 40px;
  display: flex;
}

.grid-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: minmax(19px, auto) 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-height: 100vh;
  padding: 10px;
}

.crm-item-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1.25fr) 1fr 1fr 1fr .75fr .75fr 1fr;
  grid-auto-flow: row;
  display: flex;
}

.crm-item-grid.top {
  z-index: 5;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.numbers-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #c7c7c7;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  overflow: hidden;
}

.nav-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.p-7 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.p-18-3 {
  font-size: 18px;
  font-weight: 500;
}

.p-18-3.mb-5 {
  margin-bottom: 5px;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.section_leads {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
}

.task-2 {
  border-bottom: 1px solid #c7c7c7;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  transition: background-color .2s;
  display: flex;
}

.task-2:hover {
  background-color: #f5f5f5;
}

.task-2.last {
  border-bottom-style: none;
}

.cl1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.task-label {
  grid-column-gap: 15px;
  display: flex;
}

.white-link {
  color: #fff;
}

.grey-2 {
  color: #929292;
  margin-bottom: 0;
}

.task-holder-2 {
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  overflow: hidden;
}

.content-wrap-4 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.crm-table-wrap {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  margin-top: 20px;
  padding: 0;
  position: relative;
  overflow: auto;
}

.nav_logo-top-div {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav_link-text {
  color: #5d6c84;
  cursor: pointer;
  border-radius: .3125rem;
  padding: .3125rem .625rem;
  font-weight: 500;
  text-decoration: none;
}

.nav_link-text:hover {
  color: #2f3a49;
  background-color: #d0d5dd;
}

.nav_icon-div {
  filter: grayscale();
  cursor: pointer;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
}

.nav_icon-div:hover {
  filter: none;
  background-color: #aedeff82;
}

.nav_logo-bottom-div {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav_brand-logo {
  width: 2.1875rem;
  padding-bottom: 1.25rem;
}

.nav_logo-div {
  z-index: 999;
  background-color: #fff;
  border-right: .0625rem solid #eee;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 4.0625rem;
  height: 100%;
  padding: 1.5625rem .625rem .625rem;
  display: flex;
  position: relative;
}

.nav_brand-name {
  border-bottom: .0625rem solid #eee;
  padding-bottom: 1.25rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

.nav_link-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
  margin-top: 1.25rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.nav_fixed-2 {
  flex-direction: column;
  width: auto;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.nav_container {
  background-color: #fafbfc;
  border-right: 1px solid #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 1.25rem .625rem;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 4.0625rem;
}

.nav_container.is-fourth {
  z-index: 1;
  opacity: 0;
}

.nav_container.is-first {
  z-index: 4;
  opacity: 0;
  display: flex;
}

.nav_container.is-second {
  z-index: 3;
  opacity: 0;
  display: flex;
}

.nav_container.is-third {
  z-index: 2;
  opacity: 0;
  display: flex;
}

.nav_icon {
  width: 1.5625rem;
  height: 1.5625rem;
}

.more-users_text {
  font-size: 13px;
  font-weight: 400;
}

.group-row {
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.button-outline-2 {
  color: #292929;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.button-outline-2:hover {
  transform: translate(-4px, -4px);
  box-shadow: 3px 3px 2px #0000009c;
}

.embed-icon-4 {
  margin-bottom: -3px;
}

.button-text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.scroll {
  margin-bottom: 40px;
}

.more-users {
  outline-offset: 0px;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/man3_1man3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50%;
  outline: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: -10px;
  display: flex;
}

.navigation-right {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.search {
  background-color: #f8f8f8;
  background-image: url('../images/search_2.svg');
  background-position: 23px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000;
  border-radius: 40px;
  min-width: 400px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 0;
  font-weight: 600;
  transition: border-color .2s;
}

.search:focus {
  border-style: solid;
  border-color: #686868;
}

.search::placeholder {
  font-weight: 400;
}

.user-description {
  color: #686868;
  font-size: 12px;
}

.navigation-2 {
  z-index: 999;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 109px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: sticky;
  top: 0;
}

.container-19 {
  align-items: flex-start;
  display: flex;
}

.row-icon {
  outline-offset: 0px;
  object-fit: cover;
  border-radius: 50%;
  outline: 2px solid #fff;
  width: 35px;
  height: 35px;
  margin-left: -10px;
}

.row-icon.no-m {
  margin-left: 0;
}

.row-right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 170px;
  display: flex;
}

.nav-link_text {
  font-weight: 600;
}

.text-show {
  text-transform: uppercase;
  font-weight: 600;
  display: none;
}

.scroll-animation {
  display: none;
}

.magistral {
  background-color: #d9d9d9;
  flex: 1;
  height: 1px;
  display: none;
}

.row-middle_top {
  grid-column-gap: 5px;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.user-name {
  margin-bottom: 3px;
  font-weight: 600;
}

.nav-separator {
  background-color: #d7cfbd;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.user {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.form-block-5 {
  margin-bottom: 0;
}

.content-4 {
  flex: 1;
}

.nav-link-8 {
  grid-column-gap: 14px;
  color: #000;
  border-radius: 7px;
  align-items: center;
  margin-bottom: 10px;
  padding: 13px 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.nav-link-8:hover, .nav-link-8.w--current {
  color: #fff;
  background-color: #000;
}

.nav-bot-2 {
  padding-left: 25px;
  padding-right: 25px;
}

.user-icon {
  object-fit: cover;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.group-hero {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.row-text {
  font-size: 15px;
}

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

.row-h {
  font-size: 16px;
  font-weight: 600;
}

.show-hide {
  grid-column-gap: 7px;
  cursor: pointer;
  align-items: center;
  padding: 2px 5px;
  display: flex;
}

.mobile-nav-5 {
  display: none;
}

.row-middle {
  grid-column-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: minmax(70px, 70px) minmax(130px, 130px) minmax(170px, 170fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.group-hero_text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.group-hero_text.light, .row-middle_label {
  color: #7b8ca0;
}

.row-left {
  grid-column-gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.custom-css {
  display: none;
}

.button-30 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  align-items: center;
  padding: 10px 11px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-30:hover {
  color: #000;
  background-color: #f8f8f8;
}

.text-hide {
  text-transform: uppercase;
  font-weight: 600;
}

.logo-link-2 {
  margin-top: 45px;
  margin-left: 45px;
}

.eye-open {
  display: none;
}

.content-wrap-5 {
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.nav-menu-7 {
  padding-left: 25px;
  padding-right: 25px;
}

.user-wrap {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.nav-5 {
  background-color: #81b8ff;
  flex-direction: column;
  justify-content: space-between;
  min-width: 250px;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.group-hero_l {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.date-wrap {
  background-color: #e9e5dd;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 36px;
  font-weight: 600;
  display: flex;
}

.circle {
  background-color: #e9e5dd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.disclaimer-section-2 {
  z-index: 999;
  background-color: #fff;
  border-radius: 7px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-top: 60px;
  padding: 40px 165px 40px 40px;
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  box-shadow: 0 0 20px #0000001a;
}

.disclaimer-h1 {
  color: #394245;
  margin-bottom: 10px;
  font-size: 30px;
}

._2-button-wrap {
  grid-template-rows: auto;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.upload-button {
  color: #394245;
  background-color: #f6f6bc00;
  border: 1px solid #201c1b;
  border-radius: 7px;
  padding: 15px 60px;
  font-size: 17px;
  transition: background-color .2s;
}

.upload-button:hover {
  color: #e9e5dd;
  background-color: #394245;
}

.close-icon {
  color: #0d0d0d;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: 40px;
  right: 40px;
  overflow: hidden;
}

.ms-iframe {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: flex-end;
  height: 70px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.ms-iframe-embed {
  justify-content: flex-end;
  align-items: flex-end;
  width: 180px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hidden-embed {
  z-index: -1;
  opacity: 0;
  height: 0;
  max-height: 0;
  position: fixed;
}

.ms-iframe-footer-embed {
  background-color: #d1e7fb;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 200px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.heading-19 {
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: 0;
  padding-right: 0;
  font-size: 40px;
}

.main-hero__r {
  position: relative;
}

.div-block-35 {
  background-color: #f6f9fb;
  flex: 1;
  height: 1px;
}

.assignee {
  outline-offset: 0px;
  object-fit: cover;
  border-radius: 50%;
  outline: 2px solid #fff;
  width: 24px;
  height: 24px;
  margin-left: -4px;
}

.summary-card__h {
  color: #939fb2;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}

.sticky-nav {
  display: none;
}

.user-h {
  font-size: 17px;
  font-weight: 500;
}

.user-h.margin {
  margin-bottom: 5px;
}

.progress-circle {
  background-color: #775dff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 25px;
  display: flex;
}

.progress-circle.green {
  background-color: #36d6831a;
}

.progress-circle.yellow {
  background-color: #ffba321a;
}

.progress-circle.blue {
  background-color: #048cff1a;
}

.section-17 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.container-20 {
  grid-template-rows: auto;
  grid-template-columns: .27fr 1fr .3fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: grid;
}

.summary-h {
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 600;
}

.task-progress__circle {
  background-color: #eceff4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dd-list-3 {
  border-radius: 5px;
  top: 30px;
}

.dd-list-3.w--open {
  background-color: #fff;
  box-shadow: 0 1px 20px #0000001a;
}

.user-mail {
  color: #939fb2;
  font-size: 10px;
}

.line-p {
  color: #939fb2;
  font-size: 10px;
  font-weight: 500;
}

.stat-card__h {
  margin-bottom: 3px;
  font-weight: 600;
}

.button-31 {
  color: #008aff;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button-31:hover {
  color: #fff;
  background-color: #008aff;
  border-color: #fff;
}

.user-wrap__sec {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  overflow: hidden;
}

.flex-end {
  justify-content: flex-end;
  margin-top: -5px;
  margin-bottom: 13px;
  display: flex;
}

.cta-card-2 {
  color: #fff;
  text-align: center;
  background-color: #008aff;
  border-radius: 5px;
  margin-bottom: 45px;
  padding: 35px 30px;
}

.p-10 {
  color: #939fb2;
  font-size: 10px;
}

.summary-card {
  grid-column-gap: 20px;
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
  box-shadow: 0 1px 30px #0000001a;
}

.summary-card.last {
  margin-bottom: 0;
}

.statistics-r {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-26 {
  cursor: pointer;
  padding-left: 3px;
  padding-right: 3px;
}

.task-progress__card {
  text-align: center;
  border-radius: 5px;
  padding: 25px 30px;
  box-shadow: 0 1px 30px #0000001a;
}

.status-label {
  color: #ff6b75;
  font-size: 13px;
}

.status-label.green {
  color: #36d683;
}

.full-size__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.progress-bar__wrap {
  background-color: #2ed47e1a;
  border-radius: 20px;
  width: 100%;
  max-width: 135px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.progress-bar__wrap.yellow {
  background-color: #ffba321a;
}

.progress-bar__wrap.blue {
  background-color: #008aff1a;
}

.initials {
  font-size: 15px;
  font-weight: 600;
}

.icons-wrap-2 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.new-project {
  background-color: #008aff1a;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  display: flex;
}

.user-wrap-2 {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.statistics-card {
  grid-column-gap: 10px;
  border-radius: 5px;
  align-items: center;
  padding: 30px 25px;
  display: flex;
  box-shadow: 0 1px 30px #0000001a;
}

._4-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 45px;
  display: grid;
}

.navigation-3 {
  background-color: #fff;
  border-right: 1px solid #eaf0f4;
  padding: 30px 20px;
}

.user-wrap__second {
  grid-column-gap: 25px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.statistics-l__hero {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.search-field-2 {
  border: 1px solid #eaf0f4;
  border-radius: 40px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 25px;
  box-shadow: 0 0 30px #0000000d;
}

.search-field-2:focus {
  border-color: #008aff;
}

.main-hero {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.statistics-l {
  border-radius: 5px;
  padding: 25px 25px 45px;
  overflow: hidden;
  box-shadow: 0 1px 30px #0000001a;
}

.user-name-2 {
  font-weight: 600;
}

.stat-card__p {
  color: #939fb2;
  font-size: 13px;
}

.main-wrapper-2 {
  background-color: #fff;
  padding: 30px 20px;
}

.cta-h {
  margin-bottom: 25px;
  font-size: 17px;
}

.user-wrap__l {
  border-radius: 5px;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.statistics-h {
  font-size: 17px;
  font-weight: 500;
}

.statistics-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.stat-card__l {
  background-color: #2ed47e;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.stat-card__l.yellow {
  background-color: #ffba32;
}

.stat-card__l.blue {
  background-color: #008aff;
}

.mb-10-4 {
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
}

.plus-circle {
  background-color: #008aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 31px;
  min-width: 31px;
  height: 31px;
  transition: transform .2s;
  display: flex;
}

.plus-circle:hover {
  transform: scale(1.15);
}

.secondary-nav {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 30px 20px;
  display: flex;
}

.scroll-2 {
  max-height: 100vh;
  overflow: auto;
}

.nav-menu__h {
  margin-bottom: 20px;
  font-weight: 600;
}

.info-flex {
  z-index: 10;
  grid-column-gap: 20px;
  justify-content: space-between;
  max-width: 93%;
  height: 100%;
  margin-left: auto;
  padding-bottom: 5px;
  padding-right: 15px;
  display: flex;
  position: relative;
  bottom: -33px;
  overflow: auto;
}

.summary-l {
  border: 4px solid #008aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  display: flex;
}

.summary-l.red {
  border-color: #ff5964;
}

.summary-l.orange {
  border-color: #ffba32;
}

.info-wrap {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.task-settings {
  cursor: pointer;
  padding-top: 3px;
  padding-bottom: 3px;
}

.label-10 {
  background-color: #008aff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 6px;
  height: 50%;
}

.label-10.yellow {
  background-color: #ffba32;
  height: 90%;
}

.line-2 {
  grid-column-gap: 7px;
  align-items: center;
  display: flex;
}

.statistics-settings {
  grid-column-gap: 35px;
  align-items: center;
  display: flex;
}

.new-project__h {
  width: 100%;
  max-width: 120px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.task-name {
  margin-bottom: 20px;
  font-weight: 600;
}

.summary-card__p {
  font-size: 16px;
  font-weight: 500;
}

.dd-toggle-3 {
  grid-column-gap: 6px;
  align-items: center;
  padding: 0;
  display: flex;
}

.task-progress {
  color: #939fb2;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 500;
}

.p-17-2 {
  color: #3c445b;
  font-size: 17px;
  font-weight: 600;
}

.p-17-2.uppercase {
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.hamburger-6 {
  display: none;
}

.search-wrap {
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: box-shadow .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.search-wrap:hover {
  box-shadow: 0 1px 30px #00000026;
}

.info-labels__wrap {
  grid-column-gap: 3px;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.progress-label {
  color: #939fb2;
  width: 100%;
  max-width: 120px;
  margin-bottom: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.user-joined {
  color: #939fb2;
  font-size: 10px;
}

.form-block-6 {
  opacity: 0;
  width: 0%;
  margin-bottom: 0;
  display: none;
}

.nav-link-9 {
  grid-column-gap: 20px;
  color: #939fb2;
  border-left: 5px solid #0000;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
}

.nav-link-9:hover {
  border-left-color: #008aff66;
}

.nav-link-9.w--current {
  color: #008aff;
  border-left-color: #008aff;
}

._3-grid {
  grid-column-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.statistics-main {
  height: 200px;
  position: relative;
}

.nav-link__wrap {
  position: relative;
  left: -20px;
}

.cta-p {
  color: #ffffffb3;
  width: 100%;
  max-width: 145px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
}

.dd-link-3 {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color .2s;
}

.dd-link-3:hover {
  background-color: #f0f0f0;
}

.progress-card {
  border-radius: 5px;
  padding: 25px 20px 30px 25px;
  box-shadow: 0 1px 30px #0000001a;
}

.progress-bar {
  background-color: #2ed47e;
  border-radius: 20px;
  width: 60%;
  height: 4px;
}

.progress-bar.blue {
  background-color: #008aff;
}

.progress-bar.yellow {
  background-color: #ffba32;
}

.task-progression__wrap {
  margin-bottom: 20px;
}

.lines-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-wrap-3 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.search-close {
  opacity: 0;
  width: 15px;
  display: none;
}

.tab-link-tab-3-2 {
  border-radius: 6px;
  margin-left: 30px;
}

.tab-link-tab-3-2.w--current {
  margin-left: 30px;
}

.tabs-menu-3 {
  border: 1px solid #000;
  border-radius: 6px;
}

.tab-link-tab-1-2 {
  border-radius: 6px;
  margin-left: 50px;
}

.tab-link-tab-1-2.w--current {
  margin-left: 50px;
  margin-right: 0;
}

.tab-link-tab-2-2 {
  border-radius: 6px;
  margin-left: 30px;
}

.tab-link-tab-2-2.w--current {
  margin-left: 30px;
}

.dd-list-4 {
  background-color: #fff;
  border: 1px solid #b6b7c04d;
  border-radius: 20px;
}

.dd-list-4.w--open {
  color: #2962ff;
  border-color: #2962ff;
  margin-top: 10px;
  overflow: hidden;
}

.content-mid-2 {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 40px;
}

.top-links-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.capitalize {
  text-transform: uppercase;
}

.content-top-2 {
  z-index: 1000;
  background-color: #fafafa;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.form-block-7 {
  width: 100%;
  max-width: 300px;
  margin-bottom: 0;
}

.bell-link-2 {
  border: 1px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: border-color .2s;
  display: flex;
}

.bell-link-2:hover {
  border: 1px solid #2962ff;
}

.mid-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.nav-menu-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #b6b7c0;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mobile-nav-6 {
  display: none;
}

.mid-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  display: flex;
}

.nav-wrap-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.table-wrap {
  border: 1px solid #b6b7c04d;
  border-radius: 20px;
  padding: 20px;
}

.plus-link {
  color: #fff;
  background-color: #2962ff;
  border: 1px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s;
  display: flex;
}

.plus-link:hover {
  color: #2962ff;
  background-color: #0000;
  border: 1px solid #2962ff;
}

.nav-6 {
  z-index: 1000;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 140px;
  height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.section-18 {
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.nav-link-10 {
  color: #b6b7c0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.nav-link-10:hover, .nav-link-10.w--current {
  color: #000;
  background-color: #f5f5f5;
}

.button-32 {
  color: #2962ff;
  border: 1px solid #2962ff;
  border-radius: 50px;
  padding: 10px 15px;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
}

.button-32:hover {
  background-color: #f5f6fd;
  border-color: #f5f6fd;
}

.button-32.small {
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

.button-32.filled {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #2962ff;
  align-items: center;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-32.filled:hover {
  color: #2962ff;
  background-color: #0000;
  border-color: #2962ff;
}

.text-field-5 {
  background-color: #f8f8f8;
  background-image: url('../images/search_3.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000;
  border-radius: 20px;
  margin-bottom: 0;
  padding-left: 40px;
}

.text-field-5:hover, .text-field-5:active, .text-field-5:focus {
  border-color: #0000;
}

.content-5 {
  width: 100%;
  margin-bottom: 20px;
}

.dd-toggle-4 {
  z-index: 10;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #b6b7c0;
  border: 1px solid #b6b7c04d;
  border-radius: 20px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  transition: border-color .2s, color .2s;
  display: flex;
}

.dd-toggle-4:hover, .dd-toggle-4:focus {
  color: #2962ff;
  border-color: #2962ff;
}

.dd-link-4 {
  color: #2962ff;
}

.dd-link-4:hover {
  background-color: #f8f8f8;
}

.shadow-4 {
  display: none;
}

.table-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #b6b7c04d;
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, 1fr) minmax(240px, 1fr) minmax(100px, 1fr) minmax(110px, 70px);
  grid-auto-columns: 1fr;
  padding: 20px 10px;
  font-family: PT Sans, sans-serif;
  display: grid;
}

.table-line.heading {
  color: #b6b7c0;
  text-transform: uppercase;
  background-color: #f8f8f8;
  border-bottom-style: none;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-line.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.scroll-3 {
  padding-bottom: 20px;
  display: flex;
  overflow: auto;
}

.table-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  display: flex;
}

.logo-3 {
  width: 50px;
}

.table {
  flex: 1;
}

.heading-20 {
  margin-bottom: auto;
  font-family: PT Sans, sans-serif;
}

.paragraph-79, .paragraph-80 {
  margin-bottom: auto;
}

.paragraph-81 {
  margin-bottom: auto;
  margin-left: auto;
}

.paragraph-82 {
  margin-bottom: auto;
}

.uplaod_file-wrap {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fefefe;
  border: 1px solid #0000001a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 15px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #0003;
}

.upload_link-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-align: center;
  background-color: #205bfa;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 5px;
  padding: 10px;
  font-weight: 300;
  text-decoration: none;
  transition: all .4s;
  display: none;
}

.upload_link-block:hover {
  background-color: #4476fc;
}

.upload_file-type {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.upload_filetype-image-wrap {
  width: 40px;
}

.upload_blue-line {
  background-color: #1badff26;
  width: 100%;
  height: 15px;
}

.upload_blue-line.is-third {
  background-color: #8a8dff29;
}

.upload_blue-line.is-second {
  background-color: #37e4c329;
}

.link-6 {
  color: #011236;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.link-6:hover {
  color: #0045d6;
}

.upload_filetype-grid {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.upload_filetype {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 332.922px;
  min-height: 230px;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.upload_filetype:hover {
  box-shadow: 0 0 20px #1badff26;
}

.upload_filetype.is-third:hover {
  box-shadow: 0 0 20px #8a8dff29;
}

.upload_filetype.is-second:hover {
  box-shadow: 0 0 20px #37e4c329;
}

.upload_filetype-image {
  background-color: #1badff26;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.upload_filetype-image.is-third {
  background-color: #8a8dff29;
}

.upload_filetype-image.is-second {
  background-color: #37e4c329;
}

.upload_gradient-wrap {
  z-index: 0;
  background-image: linear-gradient(90deg, #fdf7ed, #fde4e8 20%, #dee3f9 40%, #d6e9fc 60%, #e0f6fb 80%, #f4fbf9);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 140%;
  height: 55%;
  position: absolute;
  inset: auto auto -25% -20%;
}

.upload_image-wrap {
  background-color: #fdb64440;
  border-radius: 10px;
  order: -1;
  position: relative;
  overflow: hidden;
}

.upload_top-wrap {
  z-index: 1;
  background-color: #fefefe;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.image-27 {
  width: 70px;
}

.upload_image {
  z-index: 1;
  opacity: .35;
  object-fit: cover;
  position: absolute;
  inset: auto 0% -25%;
}

.upload_file-detail {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  display: flex;
}

.text-size-large-3 {
  font-size: 3.5rem;
}

.container-large-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.upload_file-image {
  width: 20px;
}

.upload_wrap {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.upload_file-div {
  border: 2px dashed #0003;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.upload_filetype-detail {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section_upload {
  background-color: #fefefe;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding: 3rem 1.5rem;
  display: flex;
  position: relative;
}

.padding-global-9 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-medium-7 {
  font-size: 1.2rem;
}

.upload_filetype-wrap {
  width: 90%;
  margin-top: 60px;
}

.upload_main-div {
  position: relative;
}

.scroll-3_wrapper {
  width: 10rem;
  min-width: 10rem;
  max-width: 10rem;
  height: 10rem;
  min-height: 10rem;
  max-height: 10rem;
}

.spline-scene {
  aspect-ratio: 2 / 3;
  width: 10rem;
  min-width: 10rem;
  max-width: 10rem;
  height: 10rem;
  min-height: 10rem;
  max-height: 10rem;
  margin-top: -100px;
  margin-bottom: -150px;
  display: block;
  position: static;
  right: 140px;
  overflow: visible;
}

.heading-21 {
  color: var(--white);
  text-align: center;
  background-color: #328bfd;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.text-span-36, .text-span-37 {
  color: var(--white);
  font-size: 40px;
}

.div-block-36 {
  z-index: 1001;
  position: relative;
}

.nav-wrap-5 {
  position: relative;
}

.navbar-4 {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-4.dark {
  background-color: #272d4e;
}

.nav-button {
  background-color: #7854f7;
  border-radius: 100px;
  margin-left: 15px;
  padding: 10px 34px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .2s;
}

.nav-button:hover {
  background-color: #4325ac;
}

.instructions {
  width: 100%;
  max-width: 1100px;
  padding-top: 250px;
  padding-bottom: 180px;
}

.nav-link-11 {
  color: #272d4e;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-11.light {
  color: #fff;
}

.nav-menu-10 {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.instructions-wrap {
  filter: blur(5px);
  background-color: #f4f9ff;
  flex-direction: column;
  align-items: center;
  transition: filter .2s;
  display: flex;
}

.instructions-wrap:hover {
  filter: blur();
}

.container-21 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container-21.nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-dangerous {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-club {
  background-color: #fff;
  margin: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.div-highway {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-spirit {
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div-truth {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.a-still {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.img-per {
  width: auto;
  height: 2rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-death {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.a-tongue {
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.span-dangerous {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.img-speech {
  width: 1.75rem;
  height: 1.75rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-trunk {
  justify-content: flex-start;
  align-items: center;
  margin-left: 5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-drove {
  color: #9ca3af;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.a-drove:hover {
  color: #fff;
}

.a-should {
  color: #9ca3af;
  margin-left: 3rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.a-should:hover {
  color: #fff;
}

.div-lift {
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.div-afraid {
  background-image: linear-gradient(to right, #06b6d4, #8b5cf6);
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: -1px;
}

.a-final {
  color: #fff;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.div-recently {
  flex-direction: column;
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-chamber {
  color: #9ca3af;
  margin-top: 1.5rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.a-chamber:hover {
  color: #fff;
}

.div-jack {
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.a-handle {
  color: #fff;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.section-settlers {
  background-color: #000;
  margin: 0;
  padding-top: 3rem;
  padding-bottom: 5rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.div-plant {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-then {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.h1-iron {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.p-ready {
  color: #9ca3af;
  margin-top: 2rem;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-decoration: none;
}

.form-effort {
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  margin-top: 3rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.div-thou {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.div-social {
  background-image: linear-gradient(to right, #06b6d4, #8b5cf6);
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: -1px;
}

.div-original {
  align-items: center;
  margin: 0;
  padding-left: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.img-cut {
  color: #6b7280;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.input-store {
  color: #fff;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 9999px;
  width: 100%;
  margin: 0;
  padding: 1.25rem 1.5rem 1.25rem 3.5rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.div-jump {
  margin-top: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: .375rem;
  bottom: .375rem;
  right: .375rem;
}

.a-answer {
  color: #000;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #fff;
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: none;
  display: inline-flex;
}

.a-answer:hover {
  opacity: .9;
}

.div-organization {
  margin-top: 3rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.p-ought {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-decoration: none;
}

.div-check {
  align-items: center;
  margin-top: .75rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div-still {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.img-seeing {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.span-trade {
  color: #fff;
  margin-left: .5rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.span-construction {
  color: #6b7280;
  margin-left: .25rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.div-congress {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: 0;
}

.img-around {
  opacity: .7;
  filter: blur(64px);
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.img-almost {
  opacity: .5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.img-moving {
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.section-thick-station, .div-thick-station {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-older-able {
  background-color: #fff;
  border: 0 solid #f3f4f6;
  border-bottom-width: 1px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-round-four {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-region-clothing {
  justify-content: space-between;
  align-items: center;
  height: 72px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-heading-tin {
  color: #111827;
  margin: -.5rem;
  padding: .5rem;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.a-heading-tin:hover {
  color: #374151;
}

.img-trunk-built {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-between-queen {
  flex-shrink: 0;
  align-items: center;
  margin-left: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-smell-look {
  border-style: solid;
  border-width: 0;
  border-radius: .25rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.span-cover-reason {
  width: 1px;
  height: 1px;
  margin: -1px 0 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  overflow: hidden;
}

.img-southern-tree {
  width: auto;
  height: 2rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-oxygen-garage {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div-lovely-married {
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-exist-business {
  color: #111827;
  border-style: solid;
  border-width: 0;
  border-radius: .25rem;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.a-exist-business:hover {
  color: #374151;
}

.a-scale-town {
  color: #111827;
  border-style: solid;
  border-width: 0;
  border-radius: .25rem;
  margin-left: 2rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.a-scale-town:hover {
  color: #374151;
}

.div-charge-serve {
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.span-movie-smaller {
  background-color: #e5e7eb;
  width: 1px;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.a-earth-clock {
  color: #111827;
  margin: -.5rem;
  padding: .5rem;
  font-weight: 400;
  text-decoration: none;
}

.a-earth-clock:hover {
  color: #374151;
}

.span-poem-tape {
  background-color: #e5e7eb;
  width: 1px;
  height: 1.5rem;
  margin-left: 1.25rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.a-grow-aboard {
  color: #111827;
  align-items: center;
  margin: -.5rem -.5rem -.5rem 1.5rem;
  padding: .5rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.a-grow-aboard:hover {
  color: #374151;
}

.span-piece-missing {
  color: #fff;
  background-color: #6b7280;
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .25rem;
  padding: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
  text-decoration: none;
  display: inline-flex;
}

.div-captain-everywhere {
  background-color: #f9fafb;
  margin: 0;
  padding-top: 9rem;
  padding-bottom: 9rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.div-great-weak {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0;
}

.img-bark-nails {
  object-fit: cover;
  object-position: right;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-master-labor {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.div-cent-we {
  margin: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 400;
  text-decoration: none;
}

.div-percent-offer {
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-work-moment {
  color: #111827;
  border-style: solid;
  border-width: 0;
  border-radius: .25rem;
  margin: 0;
  padding: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
}

.a-work-moment:hover {
  color: #374151;
}

.a-feed-distant {
  color: #111827;
  border-style: solid;
  border-width: 0;
  border-radius: .25rem;
  margin-left: 2rem;
  padding: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
}

.a-feed-distant:hover {
  color: #374151;
}

.div-beautiful-force {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.div-chance-opinion {
  text-align: left;
  max-width: 28rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.p-creature-face {
  color: #4b5563;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
}

.h1-highway-against {
  color: #111827;
  margin-top: 2rem;
  padding: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.div-no-bottom {
  margin-top: 3rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.a-winter-largest {
  color: #fff;
  background-color: #111827;
  border: 1px solid #0000;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: .75rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
  display: inline-flex;
}

.a-winter-largest:hover {
  background-color: #6b7280;
}

.div-national-flew {
  margin-top: 2rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.img-except-transportation {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.max-width-large-2 {
  width: 100%;
  max-width: 650px;
}

.subheading-x-large {
  color: #252527;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-x-large.text-color-black {
  color: #000;
}

.h2-heading-2 {
  color: #000;
  margin-top: auto;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.image-cover-2 {
  cursor: move;
  object-fit: cover;
  width: 120%;
  height: 100%;
}

.overline-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-x-large {
  margin-bottom: auto;
  font-size: 20px;
  line-height: 32px;
}

.container-regular-2 {
  z-index: 5;
  width: 100%;
  max-width: 1062px;
  margin: 60px auto auto;
  font-family: PT Sans, sans-serif;
  position: relative;
}

.content-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  background-color: #0000;
  border: 1px #e6e6e7;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.content-card:hover {
  filter: saturate();
  background-color: #fff;
  border-color: #fff;
}

.grid-three-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.text-color-orange-500 {
  color: #ff5805;
}

.icon-x-small-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.content-image {
  aspect-ratio: 3.36 / 2.4;
  position: relative;
  overflow: hidden;
}

.overline-regular {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-regular-4 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-4.text-color-gray-600 {
  color: #59595f;
}

.title-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-regular-7 {
  background-color: #fff;
  background-image: linear-gradient(#328bfd, #fff 54%);
  padding: 80px 5%;
  position: relative;
}

.column-4 {
  flex-flow: column;
  display: flex;
}

.text-span-38 {
  color: #328bfd;
}

.navigation-toggle {
  grid-column-gap: 2px;
  color: #131316;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 12px 12px 12px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-toggle:hover {
  color: #5167f6;
}

.navigation-toggle.w--open {
  color: #5167f6;
  background-color: #eceefe;
}

.navigation-text-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #5167f6;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: underline;
  display: inline-flex;
}

.navigation-text-link:hover {
  color: #6478f7;
}

.subheading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.navigation-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.icon-regular-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.navigation-left {
  grid-column-gap: 64px;
  align-items: center;
  width: 7rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.image-cover-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navigation-right-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.button-primary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #5167f6;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-flex;
}

.button-primary-small:hover {
  background-color: #6478f7;
}

.button-primary-small:active {
  background-color: #8b99f9;
}

.navigation-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
}

.navigation-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.navigation-dropdown-base {
  z-index: 99;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 64px #8f8f8f29;
}

.navigation-dropdown-base.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  padding: 24px 5%;
  position: absolute;
  inset: 90px auto auto 0;
  overflow: hidden;
}

.subheading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.navigation-list-dropdown {
  z-index: 99;
}

.navigation-list-dropdown.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  position: absolute;
  inset: 94px 0 auto;
}

.navigation-logo {
  margin-left: 20px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.column-regular.column-left {
  align-items: flex-start;
}

.navigation-grid-wrapper {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #131316;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-small-8 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.button-secondary-square {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-flex;
}

.button-secondary-square:hover {
  background-color: #eceefe;
}

.button-secondary-square:active {
  background-color: #d8d7df;
}

.navigation-card-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.button-secondary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-flex;
}

.button-secondary-small:hover {
  background-color: #eceefe;
}

.button-secondary-small:active {
  background-color: #d8ddfd;
}

.navigation-4 {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #fff;
  border: 2px solid #328bfd;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-width: 60px;
  height: 2rem;
  min-height: 96px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0%;
  display: block;
}

.navigation-link-large {
  grid-column-gap: 8px;
  color: #5e606e;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.navigation-link-large:hover {
  color: #5167f6;
  background-color: #fff;
}

.navigation-container {
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 40rem;
  max-width: 750px;
  max-height: 10rem;
  margin: -5px auto auto;
  font-family: PT Sans, sans-serif;
  display: flex;
}

.navigation-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #131316;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navigation-image {
  background-color: #dedfe3;
  border: 1px solid #dedfe3;
  border-radius: 16px;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.navigation-link {
  color: #131316;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #5167f6;
  background-color: #eceefe;
}

.navigation-link.w--current {
  color: #642eff;
}

.navigation-dropdown {
  height: 100%;
  position: static;
}

.navigation-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f4f4f6;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.text-span-39, .text-span-40 {
  color: #328bfd;
}

.image-28 {
  background-color: #fffefe;
  border-radius: 20px;
  width: 100%;
  margin: auto;
  display: block;
}

.div-block-37 {
  width: 40%;
  margin: auto;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  display: block;
  position: static;
}

.section_gallery21 {
  overflow: hidden;
}

.text-size-medium-8 {
  text-align: center;
  width: 40%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}

.gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery21_mask {
  width: 50%;
  overflow: visible;
}

.gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.container-large-8 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider-arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.gallery21_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  overflow: hidden;
}

.heading-style-h2-4 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.gallery21_slide {
  padding-right: 2rem;
}

.gallery21_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery21_lightbox-link {
  width: 100%;
}

.gallery21_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.padding-global-10 {
  padding-left: 5%;
  padding-right: 5%;
}

.section-19 {
  border: 2px solid #328bfd;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 40px;
  max-width: 200px;
  margin: auto;
  display: block;
  position: static;
}

.youtube {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
}

.gallery21_slide-1, .gallery21_slide-3, .gallery21_slide-5, .gallery21_slide-3-copy {
  padding-right: 2rem;
}

.container-large-9 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--dodger-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.h1-heading-4 {
  color: #fdfdfd;
  letter-spacing: -.04em;
  font-family: PT Sans, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}

.paragraph-small-9 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.section-20 {
  background-image: linear-gradient(#328bfd 50%, #fff);
  font-family: PT Sans, sans-serif;
}

.heading-22, .heading-23, .heading-24, .heading-25 {
  font-family: PT Sans, sans-serif;
  font-size: 40px;
}

.div-block-39 {
  background-image: linear-gradient(#328bfd 8%, #fff 30%);
}

.section-21 {
  background-image: linear-gradient(#328bfd, #fff 54%);
}

.div-block-40 {
  background-image: linear-gradient(#328bfd, #fff 54%);
  font-family: PT Sans, sans-serif;
}

.nav-menu-11 {
  margin: auto;
}

.navbar-5 {
  background-color: #fffefe;
  border: 2px solid #328bfd;
  border-radius: 20px;
  width: 80%;
  margin: auto;
}

.link-block-4 {
  width: 10rem;
  margin: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.container-22 {
  width: 60rem;
  margin: -20px auto auto;
  padding-left: 0;
}

.div-block-42 {
  margin: 3px auto auto;
}

.image-30 {
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  overflow: clip;
}

.div-block-43 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.link-block-5 {
  margin-left: auto;
}

.link-block-5.w--current {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.image-31 {
  margin: auto;
  display: block;
}

.nav-menu-12 {
  margin: 10px auto auto;
  padding-right: 25px;
}

.image-32 {
  margin: auto auto 0 24px;
}

.dropdown-6 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
}

.container-23 {
  border: 1px #000;
  margin: auto;
  font-family: PT Sans, sans-serif;
}

.overview-graph-section {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.report-sub-label {
  color: #9e9e9e;
  text-align: right;
  flex: none;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.report-figure-link {
  color: #7f57ff;
  font-size: 40px;
  line-height: 45px;
  text-decoration: none;
}

.report-figure-link.queries-number {
  color: #40af3c;
}

.report-figure-link.booking-number {
  color: #ff9a03;
}

.report-figure-link.tasks-number {
  color: #e90000;
}

.admin-dropdown-icon {
  margin-right: 5px;
  font-style: normal;
}

.report-block-label {
  color: #2d3e4e;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
}

.down-arrow {
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

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

.left-nav {
  background-color: #338bfda8;
  background-image: none;
  flex-direction: column;
  flex: 0 auto;
  width: 15vw;
  font-family: PT Sans, sans-serif;
  display: block;
  position: static;
  overflow: auto;
}

.flex-body {
  flex-direction: column;
  height: 100vh;
  display: flex;
}

.top-nav-button-wrapper {
  align-items: center;
  display: flex;
}

.top-nav-menu {
  background-color: #ebebeb;
  border-bottom: 1px solid #00000026;
  height: 9vh;
  display: flex;
}

.top-nav-menu.edit-profile-page {
  z-index: 100;
  background-color: #fffdfd;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  font-family: PT Sans, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.hamburger-line-6 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.admin-drop-down-toggle {
  color: #616161;
  padding-left: 5px;
  font-family: Open Sans, sans-serif;
  transition: all .2s;
}

.admin-drop-down-toggle:hover {
  color: #000;
}

.left-sub-link {
  color: #2d3e4e;
  background-color: #f3f3f3;
  border-bottom: 1px solid #0000001f;
  border-right: 1px solid #0000001f;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.left-sub-link:hover {
  color: #fff;
  background-color: #bebebe;
  border-right-color: #ffb8001f;
}

.left-sub-link.w--current {
  color: #fff;
  background-color: #1b1b1b59;
  border-left-color: #0964b8;
}

.menu-link {
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #0000001f;
  border-right: 1px solid #0000001f;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding: 8px 6px 8px 10px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.menu-link:hover {
  color: #2d3e4e;
  background-color: #ddd;
  font-weight: 400;
}

.menu-link.w--current {
  background-color: #eee;
  border-left-style: none;
  border-left-color: #66a8f6;
  border-right: 1px solid #ffb800;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 85px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.menu-link.dashboard-link {
  font-size: 15px;
}

.menu-link.dashboard-link.w--current {
  color: #2d3e4e;
  background-color: #dfdfdf;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 90px;
}

.menu-link.hidden {
  display: none;
}

.main-nav-links {
  color: #000;
  letter-spacing: 1px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.main-nav-links.w--current {
  color: #2d3e4e;
  background-color: #ffffff2b;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  margin-left: auto;
}

.dashboard-sub-link {
  color: #949494;
  text-transform: capitalize;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex: none;
  align-items: center;
  height: 100%;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dashboard-sub-link:hover {
  color: #333;
}

.dashboard-sub-link.w--current {
  color: #0964b8;
  text-transform: capitalize;
  background-color: #0000;
  border-bottom-color: #0964b8;
  margin-left: 0;
}

.report-block {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  flex-direction: row;
  align-items: stretch;
  width: 25%;
  margin-left: 3px;
  margin-right: 7px;
  padding: 15px 14px;
  display: flex;
}

.left-menu-link-wrapper {
  flex-direction: column;
  height: auto;
  display: flex;
}

.left-menu-sublink-wrapper {
  background-color: #3b505d38;
  flex-direction: column;
  align-items: stretch;
  height: 0;
  display: flex;
  overflow: hidden;
}

.left-menu-sublink-wrapper.hidden {
  display: none;
}

.left-menu-sublink-wrapper.open {
  height: auto;
}

.left-menu-sublink-wrapper.open.hidden {
  display: none;
}

.top-nav-logo {
  color: #fff;
  background-image: url('../img/Capture-d’écran-2025-04-03-à-15.33.00.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 100%;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.top-nav-logo.w--current {
  background-size: cover;
  margin-left: auto;
}

.left-menu-icons {
  text-transform: none;
  width: 40px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 16px;
  font-weight: 300;
}

.left-menu-icons.down-arrow {
  color: #616161;
  margin-left: 6px;
}

.left-menu-icons.down-arrow.hidden {
  display: none;
}

.report-description-line {
  color: #9c9c9c;
  text-transform: uppercase;
  border-top: 1px solid #dbdbdb;
  padding-top: 8px;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
}

.report-block-left {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.notif-icon {
  background-image: url('../images/bell.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.traingle {
  border-bottom: 10px solid #fff;
  border-left: 10px solid #0000;
  border-right: 10px solid #0000;
  width: 0;
  height: 0;
  margin-right: 12px;
  position: relative;
  top: 0;
  right: 0;
}

.mobile-hamburger-menu {
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 13px;
  display: none;
}

.notif-dropdown-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.profile-dropdown-toggle {
  color: #fff;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.graph-label {
  color: #2d3e4e;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
}

.profile-name-wrapper {
  background-color: #0000;
  justify-content: center;
  width: 76%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.notification-button {
  background-color: #3ca1ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  box-shadow: 0 1px 3px #0000003d;
}

.notification-content {
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  padding-left: 15px;
  padding-right: 11px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.notification-content:hover {
  background-color: #ebebeb;
}

.notification-content._1st-notif-link {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.notification-content._1st-notif-link:hover {
  background-color: #e4e4e4;
}

.admin-dropdwn-list {
  background-color: #0000;
}

.admin-dropdwn-list.w--open {
  background-color: #fff0;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -15px;
  display: flex;
  right: 1px;
  overflow: hidden;
  box-shadow: 0 12px 23px -6px #0000002b;
}

.report-sub-number {
  color: #7f57ff;
  text-align: right;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
}

.report-sub-number.booking-number {
  color: #ff9a03;
}

.report-sub-number.queries-number {
  color: #40af3c;
}

.report-sub-number.tasks-number {
  color: #e90000;
}

.overview-blocks-section {
  justify-content: space-around;
  padding: 20px 20px 10px;
  display: flex;
}

.report-block-seperator {
  background-color: #cecece;
  width: 25px;
  height: 1px;
  margin-bottom: 10px;
}

.notification-list.w--open {
  background-color: #0000;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 3px;
  padding-bottom: 0;
  display: flex;
  right: 4px;
  overflow: hidden;
  box-shadow: 1px 1px 24px #00000012;
}

.profile-picture {
  border: 1px solid #00000082;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.right-body {
  background-color: #ececec;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  width: 87vw;
  display: flex;
  overflow: scroll;
}

.right-body.edit-profile {
  justify-content: flex-start;
  overflow: visible;
}

.mock-graph {
  background-image: url('../images/graph-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
}

.mock-graph.fourth-graph {
  background-image: url('../images/graph-1.jpg');
  height: 200px;
}

.mock-graph.fifth-graph {
  background-image: url('../images/graph-5.jpg');
}

.mock-graph.second-graph {
  background-image: url('../images/graph-3.jpg');
}

.mock-graph.third-graph {
  background-image: url('../images/graph-2.jpg');
  height: 200px;
}

.admin-image {
  background-image: url('../images/profile-picture-300x300.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
}

.overview-wrapper {
  flex-direction: column;
  flex: 1;
  display: block;
  overflow: scroll;
}

.notif-drpdwn-toggle {
  padding: 0 12px 0 5px;
}

.admin-dropdown-link {
  color: #415363;
  background-color: #fff;
  border-bottom: 1px solid #0000000d;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 41px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  transition: all .2s;
}

.admin-dropdown-link:hover {
  background-color: #e7e7e7;
}

.admin-dropdown-link.admin-profile-link {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.admin-dropdown {
  color: #fff;
  font-weight: 400;
}

.overview-graphs-wrapper {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 50%;
  margin-left: 3px;
  margin-right: 10px;
  padding: 15px 20px;
}

.overview-graphs-wrapper.full-width-graph {
  width: 100%;
}

.left-nav-wrapper {
  flex-direction: column;
  flex: 1;
  height: auto;
  display: flex;
}

.top-nav {
  background-color: #fff;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.top-nav.home-page {
  border-bottom: 1px solid #0000001f;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  overflow: auto;
}

.top-nav.home-page.create-appointment-page {
  justify-content: space-between;
  padding-left: 30px;
  font-size: 19px;
  font-weight: 400;
}

.top-nav.home-page.edit-profile-page {
  height: 40px;
  padding-left: 0;
  padding-right: 0;
}

.top-menu-link-container {
  align-items: center;
  min-width: 200px;
  height: 100%;
  padding-left: 22px;
  display: flex;
}

.report-block-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.profile-container {
  background-color: #36363624;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
  margin-bottom: 20px;
  display: none;
}

.dashboard-flex {
  background-color: #fff;
  align-items: stretch;
  width: 100vw;
  height: 91vh;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: flex;
}

.dashboard-flex.edit-profile-page {
  margin-top: 9vh;
  position: fixed;
}

.top-nav-menu-link-wrapper {
  color: var(--dodger-blue);
  background-color: #338bfda8;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding-right: 12px;
  font-family: PT Sans, sans-serif;
  display: flex;
}

.graph-section {
  padding-bottom: 20px;
}

.profile-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #00000047;
  width: 131px;
  margin-top: 27px;
  box-shadow: 1px 1px 4px #0000004a;
}

.mainmobile-menu {
  opacity: 0;
  background-color: #00000087;
  width: 50vw;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.mobile-menu-wrapper {
  background-color: #fff;
  height: 100vh;
}

.otp-input-field {
  color: #ffc500;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  margin-bottom: 0;
  margin-left: 1px;
  margin-right: 1px;
  padding: 0;
  font-family: Lato, sans-serif;
  line-height: 14px;
}

.otp-input-field:focus {
  background-color: #00000014;
  border-color: #0000;
}

.login-form-wrapper {
  background-color: #328bfd;
  background-image: linear-gradient(0deg, #328bfd, #fff);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 40%;
  height: 90%;
  display: flex;
  box-shadow: 20px 20px 24px 1px #0000001f;
}

.login-button {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.forget-password-form-block {
  flex-direction: column;
  align-items: stretch;
  display: none;
}

.login-form-container {
  flex-direction: column;
  display: flex;
}

.request-otp-button {
  text-transform: uppercase;
}

.login-block-wrapper {
  flex-direction: column;
  display: flex;
}

.login-logo {
  -webkit-text-fill-color: inherit;
  background-color: #ffcb1c;
  background-image: url('../images/Capture-d’écran-2024-08-23-à-14.13.30.png');
  background-position: 50% -15%;
  background-size: cover;
  background-clip: border-box;
  border: 2px #328bfd;
  border-radius: 200px;
  width: 180px;
  height: 180px;
  margin-top: -87px;
  box-shadow: 0 0 20px #0003;
}

.submit-otp-button {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.otp-wrapper {
  background-color: #ffffff0d;
  border-radius: 100px;
  width: 70%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.forgot-username-link {
  color: #ffffffba;
  margin-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 300;
  text-decoration: none;
}

.forgot-username-link:hover {
  color: #fff;
}

.recover-password-block {
  flex-direction: column;
  align-items: stretch;
  display: none;
}

.phone-num-input-field {
  color: #fff;
  text-align: center;
  background-color: #0000001f;
  border: 1px solid #0000;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  transition: all .2s;
}

.phone-num-input-field:focus {
  font-size: 18px;
}

.change-password-button {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.login-field-label {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.login-field-label.otp-label {
  text-align: center;
  margin-bottom: 18px;
  display: flex;
}

.enter-new-password-field {
  color: #fff;
  background-color: #1f1f1f00;
  border-color: #000 #000 #ffffff3b;
  border-top-style: none;
  border-top-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.login-screen {
  background-color: #328bfd;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 39px;
  display: flex;
}

.login-form-block {
  width: 100%;
  margin-bottom: 0;
  padding: 17px 66px;
}

.login-input-field {
  color: #fff;
  background-color: #0000000f;
  border: 1px #000;
  border-bottom: 1px solid #ffffff45;
  margin-bottom: 41px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  transition: all .3s;
}

.login-input-field:focus {
  border-bottom-color: #ffcb1c;
  font-size: 20px;
}

.otp-block {
  flex-direction: column;
  align-items: center;
  display: none;
}

.login-logo-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 51px;
  display: flex;
}

.dashboard-details-tabs {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 8px 5px 8px 20px;
  display: block;
}

.tab-content {
  background-color: #fff;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.divider-line {
  background-color: #a8a8a8;
  width: 1px;
  height: 70px;
}

.appntmnts-details-text {
  color: #616161;
  text-align: center;
  width: 130px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.appntmnts-details-text.call-icon {
  color: #b4b4b4;
  width: 100px;
  font-size: 14px;
}

.appntmnts-details-text.walk-in-icon {
  background-image: url('../images/walk-in-icon_1walk-in-icon.png');
  background-position: 50% 4px;
  background-repeat: no-repeat;
  background-size: 22px 19px;
  width: 100px;
}

.appntmnts-details-text.type-icon {
  color: #868686;
  width: 100px;
  font-size: 12px;
}

.appntmnts-details-text.checkin-box, .appntmnts-details-text.queue {
  width: 100px;
}

.coloumn-label {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 200;
  display: flex;
}

.dashboard-tab-menu {
  float: left;
  width: 100%;
  height: 100px;
  display: flex;
}

.summary-div {
  border-bottom: 1px solid #d1d1d1;
  align-items: flex-start;
  height: 33%;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.summary-div.total {
  background-color: #f7f7f7;
  align-items: center;
  height: 33%;
  padding-top: 0;
  padding-bottom: 0;
}

.feedbacks-wrapper {
  border-top: 1px solid #e0e0e0;
  flex-direction: column;
  margin-bottom: 5px;
  padding: 7px 5px 5px;
  display: flex;
}

.contact-us-link {
  color: #0964b8;
  text-decoration: none;
}

.day-tab-link {
  color: #9c9c9c;
  text-align: center;
  background-color: #0000;
  width: 104px;
  padding-left: 5px;
  padding-right: 0;
  font-size: 20px;
  transition: all .2s;
}

.day-tab-link.w--current {
  color: #4e4e4e;
  text-align: center;
  background-color: #0000;
  width: 104px;
  font-size: 20px;
  font-weight: 400;
}

.hamburger-line-7 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.summary-label-text {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.summary-label-text.total {
  padding-bottom: 8px;
  font-size: 18px;
}

.label-text-3 {
  align-self: stretch;
  align-items: center;
  display: flex;
}

.tab-link-text-1 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 14px;
  font-size: 42px;
  font-weight: 100;
}

.feedback-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.appntmnts-row {
  display: flex;
}

.appointment-day-tabs {
  height: auto;
}

.tab-content-pane {
  border: 1px solid #e6e6e6;
  padding-right: 7px;
  box-shadow: 1px 1px 8px #0000001f;
}

.tab-content-pane.feedbacks {
  background-color: #fff;
}

.day-appointmnts-pane {
  height: 346px;
  padding-left: 21px;
  overflow: auto;
}

.tab-link-icon {
  background-image: url('../images/Untitled-1_1Untitled-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 42px;
  position: absolute;
  top: 11px;
  right: 8px;
}

.tab-link-icon.walk-ins {
  background-image: url('../images/Untitled-1_1Untitled-1.png');
  background-size: contain;
}

.tab-link-icon.report-icon {
  background-image: url('../images/Reports-icon_1Reports-icon.png');
  background-size: contain;
}

.tab-link-icon.queue-icon {
  background-image: url('../images/Queue-icon_1Queue-icon.png');
  background-size: contain;
}

.tab-link-icon.feedback-icon {
  background-image: url('../images/Feedback-icon_1Feedback-icon.png');
  background-size: contain;
}

.tab-link-2 {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  flex: 1;
  margin-bottom: 9px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 0;
  box-shadow: 1px 1px 3px #00000047;
}

.tab-link-2.w--current {
  background-color: #ff6969;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link-2.walkins {
  box-shadow: none;
  background-color: #b92020;
  border-style: none;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 10px;
  padding-right: 7px;
  display: flex;
}

.tab-link-2.walkins:hover {
  box-shadow: 2px 2px 2px #0000004d;
}

.tab-link-2.walkins.w--current {
  padding-top: 0;
  padding-left: 5px;
  box-shadow: 2px 2px 2px #0000004d;
}

.tab-link-2.appointments {
  box-shadow: none;
  background-color: #018801;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 7px 10px 5px;
  display: flex;
}

.tab-link-2.appointments:hover {
  box-shadow: 1px 1px 3px #0009;
}

.tab-link-2.appointments.w--current {
  border-style: none;
  justify-content: flex-end;
  padding-bottom: 10px;
  padding-right: 7px;
  box-shadow: 1px 1px 3px #00000061;
}

.tab-link-2.reports {
  box-shadow: none;
  background-color: #0964b8;
  border-style: none;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 7px;
  display: flex;
}

.tab-link-2.reports:hover {
  box-shadow: 2px 2px 2px #0000004d;
}

.tab-link-2.reports.w--current {
  padding-left: 5px;
  box-shadow: 2px 2px 2px #0000004d;
}

.tab-link-2.feedback {
  box-shadow: none;
  background-color: #ff9b1c;
  border-style: none;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 7px;
  display: flex;
}

.tab-link-2.feedback:hover {
  box-shadow: 2px 2px 2px #0000004d;
}

.tab-link-2.feedback.w--current {
  padding-left: 5px;
  box-shadow: 2px 2px 2px #0000004d;
}

.column-label-text {
  text-align: center;
  justify-content: center;
  width: 130px;
  font-weight: 400;
  display: flex;
}

.column-label-text.check-in, .column-label-text.type, .column-label-text.queue {
  width: 100px;
}

.column-label-text.call-icon {
  color: #00db09;
  width: 100px;
  font-size: 16px;
}

.tab-link-text-2 {
  color: #fff;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  padding-top: 0;
  padding-left: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.appointment-summary-div {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding-top: 5px;
  display: flex;
}

.dashboard-feedback-label-wrapper {
  color: #7a7a7a;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.summary-number-text {
  color: #616161;
  margin-bottom: 4px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.summary-number-text.waiting {
  color: #ffad00;
}

.summary-number-text.no-show {
  color: #ff2c2c;
}

.summary-number-text.examined {
  color: #00a21a;
}

.summary-number-text.label {
  color: #821fff;
}

.summary-number-text.to-come {
  color: #005cff;
}

.feedback-text-wrapper {
  border-top: 1px #e6e6e6;
  border-left: 1px #e6e6e6;
  border-right: 1px #e6e6e6;
  padding: 0 7px;
  font-size: 11px;
  font-weight: 100;
  line-height: 15px;
}

.customer-name {
  margin-right: 3px;
  padding-right: 5px;
}

.feedbacks-header {
  color: #525252;
  background-color: #ffffff7d;
  justify-content: space-between;
  align-self: flex-end;
  width: auto;
  padding: 2px 15px 2px 7px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.reports-tab-content {
  justify-content: center;
  align-items: center;
  padding-top: 49px;
  padding-bottom: 49px;
  font-size: 25px;
  display: flex;
}

.day-tab-menu {
  padding-bottom: 4px;
}

.list-row {
  color: #3a3a3a;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 300;
  display: flex;
}

.list-row.create-list {
  font-size: 12px;
}

.list-row.create-list.list-header {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.search-action-button {
  background-color: #adadad;
  margin-left: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.search-action-button:hover {
  background-color: #888;
}

.search-action-button:active, .search-action-button:focus {
  background-color: #f8be56;
}

.date-text {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 300;
}

.search-field-3 {
  color: #4e4e4e;
  background-color: #0000;
  border-style: none;
  flex: 1;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 12px;
}

.search-action-button-wrapper {
  display: flex;
}

.search-results-wrapper {
  padding: 20px;
  display: flex;
}

.create-list-coloumn {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: flex;
}

.search-form {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search-form.top-nav-bar {
  border: 1px solid #d3d3d3;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: space-between;
  width: 375px;
  margin-right: 16px;
}

.search-button-icon {
  color: #8b8b8b;
  background-color: #0000;
  font-weight: 400;
}

.search-field-container {
  border-radius: 4px;
  flex: 1;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.page-label {
  color: #707070;
  border-top: 1px solid #a3a3a30f;
  border-bottom: 1px solid #a3a3a30f;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 300;
  display: flex;
}

.create-list-container {
  background-color: #fff;
  border: 1px solid #ececec;
  flex-direction: column;
  flex: 1;
  padding: 10px;
  display: flex;
  box-shadow: 1px 1px 3px #0000004d;
}

.filter-label-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  display: flex;
}

.day-text {
  text-align: right;
  font-size: 15px;
}

.list-contact-wrapper {
  flex: 1;
}

.list-checkbox {
  margin-top: 0;
  margin-left: 0;
}

.filter-label-text {
  color: #646464;
  font-size: 17px;
  font-weight: 400;
}

.logout-button {
  color: #000;
  text-align: center;
  text-transform: none;
  background-color: #ffb519;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 23px;
  padding: 2px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  box-shadow: 0 1px 3px #00000038;
}

.logout-button:hover {
  box-shadow: 1px 1px 9px #0000004a;
}

.task-links {
  color: #616161;
  font-weight: 700;
  text-decoration: none;
}

.task-links.employee-name {
  color: #1c9bff;
}

.task-links.provider-category {
  color: #5d1eff;
  font-weight: 700;
}

.task-links.provider-name {
  color: #f60;
}

.task-links.community-post-tag {
  color: #bf1cff;
}

.task-links.query-raised-category {
  color: #00ad00;
}

.task-action-button {
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px 10px;
}

.task-action-button.pending {
  background-color: #b4b4b4;
  border-radius: 100px;
}

.task-action-button.reject {
  background-color: #c93434;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
}

.task-action-button.review {
  color: #000;
  background-color: #ffcb1c;
  border-radius: 3px;
  font-size: 12px;
}

.task-action-button.approve {
  background-color: #19af43;
  border-radius: 3px;
  font-size: 12px;
}

.hamburger-line-8 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.task-action-button-wrapper {
  display: flex;
}

.task-block {
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  display: flex;
}

.user-mgmt-wrapper {
  flex: 1;
  min-height: 60vh;
  padding-bottom: 8px;
  overflow: scroll;
}

.user-provider-label-row {
  color: #000;
  background-color: #fff0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
}

.user-tab-dynamic-count {
  padding-left: 1px;
  padding-right: 1px;
  display: inline-block;
}

.hamburger-line-9 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.user-tabpane-content-wrapper {
  flex-direction: column;
  margin-bottom: 13px;
  padding: 13px 13px 0;
  display: flex;
}

.close-edit-profile-button {
  text-transform: uppercase;
  border-radius: 100px;
  margin-top: 8px;
  margin-right: 9px;
  padding: 4px 29px 2px;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.user-tab-label {
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.provider-list-wrapper {
  background-color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  align-items: stretch;
  margin-top: 7px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.provider-list-wrapper:active {
  border: 1px solid #dadada;
}

.provider-list-wrapper:focus {
  border-color: #d4d4d4;
}

.edit-profile-wrapper {
  z-index: 1000;
  opacity: 0;
  background-color: #000000b8;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: none;
  position: absolute;
  inset: 0;
}

.provider-list-row {
  color: #1f1f1f;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ececec;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.button-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  padding-bottom: 4px;
  display: flex;
}

.user-tab-pane {
  padding: 13px;
}

.create-appointment-button {
  clear: right;
  color: #fff;
  text-align: center;
  background-color: #0964b8;
  border: 1px solid #ddd;
  border-radius: 4px;
  flex: 0 auto;
  align-self: flex-end;
  width: 20%;
  margin-right: 10px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

.create-appointment-button:hover {
  color: #fff;
  background-color: #0085ff;
  border-color: #0964b8;
  box-shadow: 1px 1px 2px #00000057;
}

.provider-status-action-link {
  color: #929292;
  margin-right: 4px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.provider-status-action-link:hover {
  color: #ffa300;
}

.edit-profile-container {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.edit-profile-label {
  border-bottom: 1px solid #e2e2e2;
  margin-top: 0;
  padding-left: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.hamburger-line-10 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.social-media-ui-wrapper {
  width: 100%;
  height: 500px;
  padding: 15px;
}

.social-media-image {
  background-image: url('../images/dashboard-social-media-command-centre.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 500px;
}

.schedule-appntmnt-button {
  text-align: center;
  background-color: #00ac3e;
  border-radius: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.schedule-appntmnt-button:hover {
  background-color: #068835;
}

.add-button {
  text-align: center;
  text-transform: uppercase;
  background-color: #00c5ff;
  border-radius: 2px;
  align-self: stretch;
  margin-bottom: 5px;
  padding: 3px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  transition: all .2s;
}

.add-button:hover, .add-button:focus {
  background-color: #39b2d6;
}

.pet-details-wrapper {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-size: 12px;
  font-weight: 300;
  display: flex;
}

.status-switch {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.clients-profile-wrapper {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  width: 23%;
  padding: 9px;
  display: flex;
}

.row-2 {
  color: #000;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.hamburger-line-11 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.add-clients-section {
  flex: 1;
}

.status-label-text {
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.upload-clients-button {
  color: #fff;
  background-color: #0964b8;
  border-radius: 2px;
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.switch-toggle {
  background-color: #fff;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  margin-top: -1px;
  box-shadow: -1px 1px 1px #00000073;
}

.switch-toggle:active {
  background-color: #0fb800;
  border-width: 0;
}

.switch-toggle:focus {
  background-color: #00e009;
  border-width: 0;
}

.row-1 {
  color: #000;
  background-color: #f0f0f0;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.dob-text {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.pet-name-text {
  text-transform: uppercase;
  flex-direction: column;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.pet-table-coloumn {
  border: 1px #e9e9e9;
}

.breed-text {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.switch-toggle-2 {
  background-color: #39ca7f;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  box-shadow: -1px 1px 1px #00000073;
}

.pet-profile-image-wrapper {
  margin-bottom: 5px;
}

.profile-button-wrapper {
  flex-direction: column;
  justify-content: space-around;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.client-table-label-text {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.switch-button {
  cursor: pointer;
  background-color: #f1f1f1;
  border-radius: 20px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 20px;
  margin-left: 4px;
  padding: 0 4px;
  display: flex;
  box-shadow: inset -1px 0 3px #00000036;
}

.clients-button-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  padding-left: 8px;
  display: flex;
  position: relative;
}

.clients-details-wrapper {
  box-shadow: none;
  border-radius: 4px;
  align-self: stretch;
  height: auto;
  padding: 19px 20px;
  display: flex;
}

.reminder-button {
  text-align: center;
  background-color: #ffad00;
  border-radius: 2px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.reminder-button:hover {
  background-color: #ffc344;
}

.prescription-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  display: flex;
}

.upload-text {
  color: #999;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.vaccine-button-wrapper {
  justify-content: center;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.form-close-button {
  color: #000;
  background-color: #d1d1d1;
  border-radius: 100px;
  margin-left: 6px;
  padding-top: 1px;
  padding-bottom: 2px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.form-close-button.reminder-form {
  text-align: center;
  background-color: #fff;
  align-self: center;
  width: 300px;
  font-size: 13px;
}

.set-reminder-modal {
  z-index: 10005;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0;
}

.reminder-edit-button {
  border-radius: 100px;
  align-self: center;
  margin-right: 5px;
  padding: 2px 15px;
  font-size: 10px;
  font-weight: 400;
  line-height: 11px;
}

.hygeine-modal {
  z-index: 1003;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0;
}

.hamburger-line-12 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.client-list-text {
  color: #646464;
  border-bottom: 2px solid #000;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.client-list-text.d-f {
  border-bottom-color: #ff6464;
}

.client-list-text.u-z {
  border-bottom-color: #cf0000;
}

.client-list-text.l-t {
  border-bottom-color: #ffd600;
}

.client-list-text.a-c {
  border-bottom-color: #b361ff;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.client-list-text.a-c:hover {
  background-color: #eee;
  border-radius: 4px 4px 0 0;
}

.client-list-text.g-k {
  border-bottom-color: #1be4ff;
}

.clients-search-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 9px 13px;
  display: flex;
}

.upcoming-reminders-wrapper {
  border-left: 1px solid #c4c4c4;
  flex-direction: column;
  flex: 1;
  padding: 21px;
  display: flex;
}

.input-field {
  background-color: #f7f7f7;
  border-style: none;
  height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline-block;
}

.input-field.upload {
  color: #33333361;
  text-align: center;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  width: 200px;
  padding-top: 17px;
  font-size: 21px;
  line-height: 22px;
}

.input-field.reminder-message {
  flex: 0 auto;
  width: 300px;
  height: 200px;
}

.input-field.vaccine {
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  width: 300px;
  margin-bottom: 0;
  line-height: 18px;
}

.input-field.create-campaign {
  background-color: #f7f7f7d6;
  border: 1px solid #e9e9e9;
  flex: 0 auto;
  width: 75%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.input-field.create-campaign.campaign-message-field {
  height: 150px;
}

.input-field.create-campaign.help-form-field {
  border-color: #ffcb1c;
  width: 100%;
  height: 200px;
}

.input-field.contact, .input-field.email {
  flex: 1;
  width: auto;
}

.submit-reminder-form-button {
  align-self: stretch;
  margin-bottom: 7px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.submit-reminder-form-button:hover {
  background-color: #338ad6;
}

.vaccine-form-close-button {
  background-color: #c7c7c7;
  border-radius: 100px;
  margin-left: 7px;
  padding-top: 2px;
  padding-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}

.field-label-2 {
  color: #000;
  text-align: left;
  flex: none;
  width: 25%;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.field-label-2.reminder-label {
  align-self: stretch;
}

.field-label-2.help-form-field {
  text-align: center;
  width: 100%;
  margin-bottom: 13px;
  margin-right: 0;
}

.field-label-2.email {
  width: 99px;
  padding-right: 19px;
}

.field-label-2.create-appntmnt {
  width: auto;
}

.upcoming-reminders-label-text {
  color: #000;
  align-self: flex-start;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 66px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.upcoming-reminder-date {
  flex: 1;
}

.reminder-msg-wrapper {
  border: 1px solid #e9e9e9;
}

.reminder-msg-text-wrapper {
  padding: 6px 5px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 11px;
}

.reminder-button-wrapper {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-end;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.vaccine-form-wrapper {
  padding: 21px;
}

.vaccine-form-wrapper.reminder {
  flex: 1;
}

.delete-reminder-button {
  background-color: #f30;
  border-radius: 100px;
  align-self: center;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 10px;
  line-height: 11px;
  display: flex;
}

.vaccination-form {
  flex-direction: column;
  display: flex;
}

.client-list-label {
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.submit-vaccine-form-button {
  color: #000;
  background-color: #fc0;
  border-radius: 100px;
  padding: 0 19px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.reminder-msg-label-wrapper {
  background-color: #eee;
  padding: 2px 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.medical-modal {
  z-index: 10004;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0;
}

.form-label {
  text-transform: uppercase;
  border-bottom: 1px solid #c4c4c4;
  align-self: stretch;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
}

.reminder-form-wrapper {
  flex: 1;
  display: flex;
}

.prescription-modal {
  z-index: 1002;
  justify-content: flex-end;
  align-items: center;
  padding-top: 92px;
  padding-right: 25%;
  display: none;
  position: absolute;
  inset: 0;
}

.reminder-msg-text {
  margin-bottom: 0;
}

.form-field-wrapper {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.form-field-wrapper.vaccine {
  flex-direction: row;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.form-field-wrapper.create-campaign {
  align-items: stretch;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
}

.form-field-wrapper.help-form-field {
  flex-direction: column;
  margin-bottom: 8px;
}

.form-field-wrapper.contact {
  flex-direction: row;
  flex: 1;
  display: flex;
}

.form-field-wrapper.email {
  flex-direction: row;
  flex: 1;
  padding-left: 7px;
  padding-right: 21px;
  display: flex;
}

.form-field-wrapper.create-appntmnt {
  flex-direction: column;
  align-items: stretch;
}

.upload-prescription-button {
  background-color: #d1f0ff;
  background-image: url('../images/upload-icon_1upload-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #abbacf;
  border-radius: 130px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-bottom: 28px;
  display: flex;
}

.client-list-wrapper {
  justify-content: flex-end;
  width: 65%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 6px;
  display: flex;
}

.vaccination-modal {
  z-index: 1000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.add-form-wrapper {
  background-color: #fff;
  flex-direction: column;
  width: 500px;
  height: 450px;
  display: flex;
  box-shadow: 0 0 27px 9px #0000003b;
}

.add-form-wrapper.prescription {
  width: 300px;
  height: 350px;
}

.add-form-wrapper.reminder {
  width: 80%;
}

.search-div {
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  height: 30px;
  display: flex;
}

.dewormer-modal {
  z-index: 1001;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0;
}

.reports-tab-pane {
  padding-left: 10px;
  padding-right: 5px;
}

.chart-label-wrapper {
  color: #7a7a7a;
  background-color: #f7f7f7;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.reports-tab-link {
  border-radius: 3px;
  margin-left: 6px;
  padding: 0 9px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}

.hamburger-line-13 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.reports-container {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  flex: 1;
  height: 400px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.reports-wrapper {
  flex: 1;
  padding: 22px;
  display: flex;
}

.reports-tab-menu {
  justify-content: flex-end;
  margin-top: -30px;
  margin-bottom: 17px;
  padding-right: 7px;
  display: flex;
}

.reports-tabs {
  padding-right: 10px;
}

.new-campaign-form {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 10px 30px;
  display: flex;
  box-shadow: 1px 1px 3px #0000004d;
}

.new-campaign-form.help-form {
  border-radius: 5px;
  width: 400px;
  padding-top: 38px;
  padding-bottom: 22px;
}

.campaign-form-wrapper {
  flex-direction: column;
  width: 100%;
  padding: 20px 27px 26px;
  display: flex;
}

.form-button-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hamburger-line-14 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.upload-button-wrapper {
  display: flex;
}

.comm-tab-pane {
  padding-top: 13px;
}

.broadcast-checkbox {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-text-label {
  color: #585858;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 300;
}

.communication-body-wrapper {
  flex: 1;
  display: flex;
}

.campaign-form-submit-button {
  float: right;
  border-radius: 100px;
  padding: 3px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: static;
}

.consult-tab-wrapper {
  width: 100%;
  padding-bottom: 23px;
}

.upload-file-button {
  background-color: #9b9b9b;
  border-radius: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 15px;
}

.query-profile-name {
  color: #1f1f1f;
  text-transform: uppercase;
  font-weight: 400;
}

.query-details-block {
  align-items: center;
  display: flex;
}

.community-body-wrapper {
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.hamburger-line-15 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.query-profile-image {
  background-image: url('../images/c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.query-profile-image.community-post {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.query-profile-block {
  align-items: center;
  display: flex;
}

.query-profile-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.community-post-wrapper {
  background-color: #e0e0e0;
  flex-direction: column;
  width: 50%;
  padding: 10px;
  display: flex;
  overflow: scroll;
}

.community-post-action-button-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 20%;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.community-post-profile-wrapper {
  align-items: center;
  height: 10%;
  padding: 6px 5px;
  display: flex;
}

.community-post-block {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
}

.remove-post-button {
  color: #1f1f1f;
  background-color: #ffcb1c;
  border-radius: 3px;
  font-weight: 400;
}

.community-post-image {
  background-image: url('../images/for-sale_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  height: 300px;
}

.query-date {
  color: #aaa;
  font-weight: 400;
}

.help-form-submit-button {
  color: #909090;
  background-color: #ebebeb;
  border: 1px solid #ffcb1c;
  border-radius: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
  transition: opacity .2s;
}

.help-form-submit-button:hover {
  color: #fff;
  background-color: #ffcb1c;
}

.hamburger-line-16 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.help-form-wrapper {
  background-image: linear-gradient(#ffffff8f, #ffffff8f), url('../images/doodle-pet-background-white.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.support-category-field {
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #ffcb1c;
}

.help-form-icon {
  color: #fff;
  background-color: #ffcb1c;
  border: 1px solid #cacaca;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: -86px;
  margin-bottom: 6px;
  font-size: 60px;
  display: flex;
}

.helpsupportbody-wrapper {
  flex-direction: column;
  display: flex;
}

.help-form-label {
  margin-bottom: 30px;
  padding: 3px 4px;
  font-weight: 400;
}

.manage-employee-name {
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.hamburger-line-17 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.assigned-provider-wrapper {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.employee-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 12px;
  padding-right: 8px;
  display: flex;
}

.employee-detail-wrapper {
  cursor: pointer;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.create-employee-wrapper {
  z-index: 1000;
  opacity: 0;
  background-color: #1f1f1fd9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 36px 20px 20px;
  display: none;
  position: fixed;
  inset: 0;
}

.create-employee-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cancel-create-emp-form-button {
  color: #0587ff;
  text-align: center;
  background-color: #0000;
  margin-top: 18px;
  padding-top: 0;
  padding-bottom: 0;
}

.add-pet-input-field {
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 2px;
  font-weight: 400;
}

.create-employee-form-submit-button {
  color: #1f1f1f;
  background-color: #ffcb1c;
  border-radius: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.create-employee-form-label {
  text-align: center;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-bottom-style: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 24px;
  font-weight: 300;
}

.create-employee-dropdown-field {
  margin-top: 10px;
  margin-bottom: 25px;
}

.create-employee-form-wrapper {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 0 0 5px 5px;
  width: 50%;
  padding: 22px 49px 33px;
}

.appointments-calendar-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 22px 20px;
  display: flex;
}

.new-appntmnt-form {
  z-index: 10001;
  background-color: #fff;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  width: 650px;
  height: 550px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 30px #0000004d;
}

.new-appntmnt-form.mobile-version {
  box-shadow: none;
  flex: 1;
  height: auto;
}

.quick-view-wrapper {
  flex-direction: row;
  flex: 1;
  align-self: stretch;
  align-items: center;
  padding-top: 18px;
  display: flex;
}

.form-sub-label {
  color: #000;
  text-transform: uppercase;
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: -3px;
  padding-top: 10px;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 300;
}

.quick-view-container {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  margin-right: 10px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.hamburger-line-18 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.close-button {
  cursor: pointer;
  background-color: #f1f1f1;
  border-radius: 100px;
  margin-top: 5px;
  margin-right: 5px;
  padding: 2px 8px;
  position: absolute;
  top: 0;
  right: 0;
}

.close-button:hover {
  background-color: #cfcfcf;
}

.quickview-details-wrapper {
  color: #727272;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
  font-weight: 300;
  line-height: 23px;
  display: flex;
}

.field-wrapper-2 {
  flex-direction: column;
  flex: 1;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
}

.form-container {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding-bottom: 18px;
  display: flex;
}

.form-submit-button {
  color: #000;
  background-color: #ffd322;
  border-radius: 100px;
  align-self: center;
  margin-top: 20px;
  padding: 6px 48px;
  font-weight: 500;
  display: block;
}

.timer-text {
  color: #0964b8;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.new-appointment-wrapper {
  z-index: 1000;
  background-color: #b8b8b845;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.new-appointment-wrapper.hidden {
  display: none;
}

.new-appointment-wrapper.mobile-view {
  background-color: #0000;
  flex: 0 auto;
  align-items: flex-start;
  padding: 21px;
  position: static;
}

.cancel-button {
  text-align: center;
  background-color: red;
  border-radius: 100px;
  flex: 1;
  align-self: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 400;
}

.cancel-button:hover {
  background-color: #db1313;
}

.confirm-button {
  text-align: center;
  background-color: #009642;
  border-radius: 100px;
  flex: 1;
  align-self: center;
  margin-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 400;
}

.confirm-button:hover {
  background-color: #0c7c3d;
}

.autoconfirm-timer-wrapper {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 7px;
  font-size: 11px;
  font-weight: 400;
  display: flex;
}

.appntmnt-day-wrapper {
  color: #8a8a8a;
  background-color: #fcfcfc;
  border-bottom: 1px solid #ececec;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 11px 10px;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.action-button-wrapper {
  justify-content: space-between;
  padding: 6px 13px 2px;
  font-size: 13px;
  font-weight: 300;
  display: flex;
}

.form-wrapper {
  justify-content: center;
  align-self: stretch;
  padding: 10px 4px 20px;
  display: flex;
}

.hamburger-line-19 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.calendar-image {
  background-image: url('../images/2437.image-of-month-view_3AC6C35B.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  justify-content: center;
  width: 80%;
  height: 80%;
  display: flex;
}

.calendar-wrapper {
  justify-content: center;
  align-self: stretch;
  height: 500px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.mobile-back-button {
  display: none;
}

.hamburger-line-20 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.close-create-new-appointment {
  color: #252525;
  text-transform: uppercase;
  background-color: #ffcb1c;
  border-radius: 100px;
  padding: 5px 19px;
  font-size: 11px;
  line-height: 14px;
}

.appointment-field-wrapper {
  display: flex;
}

.service-provider-image-wrapper {
  margin-right: 10px;
}

.save-basic-details-button {
  border-radius: 4px;
}

.hamburger-line-21 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.edit-profile-text-wrapper {
  flex-direction: column;
  flex: 0 auto;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  display: flex;
}

.my-profile-wrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.edit-profile-button-wrapper {
  justify-content: flex-end;
  margin-bottom: 2px;
  padding: 7px 26px 7px 7px;
  display: flex;
}

.basic-detail-label-text {
  color: #929292;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.basic-details-right-div {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 5px;
}

.basic-details-edit-form-wrapper {
  border: 1px solid #e4e4e4;
  height: 0;
  display: flex;
  overflow: hidden;
}

.view-site-link-button {
  color: #000;
  background-color: #ffbe4b;
  border-radius: 3px;
  align-items: center;
  margin-left: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  display: flex;
}

.basic-details-left-div {
  flex-direction: column;
  flex: 1;
  padding: 5px;
  display: flex;
}

.basic-details-div {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.service-provider-image-label {
  text-align: center;
}

.edit-basic-details-button {
  border-radius: 3px;
  align-items: center;
  margin-left: 11px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  display: flex;
}

.basic-detail-text {
  color: #000;
  align-self: stretch;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.step-number {
  color: #fff;
  text-align: center;
  background-color: #afafaf;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  font-size: 14px;
  display: flex;
}

.exit-edit-profile-button {
  color: #000;
  background-color: #ffc200;
  border-radius: 100px;
  padding: 7px 31px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.edit-profile-input-field {
  margin-bottom: 10px;
  margin-right: 3px;
}

.edit-profile-input-field.any-other-preference {
  width: 80%;
  margin-bottom: 0;
  margin-right: 0;
}

.profile-form-block {
  flex: 1;
}

.hamburger-line-22 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.edit-profile-checkbox-wrapper {
  margin-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.edit-profile-form-block {
  width: 48%;
  padding-bottom: 70px;
  overflow: auto;
}

.edit-profile-field-label {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-right: 50px;
  font-size: 12px;
  font-weight: 400;
}

.slide-button-bg {
  z-index: 2;
  background-color: #0098ff;
  height: 54px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 2px -18px 29px -19px #00000075;
}

.profile-edit-slider {
  height: 100%;
}

.provider-charges-wrapper {
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.form-steps-wrapper {
  color: #747474;
  border-right: 1px solid #d3d3d3;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.form-steps-wrapper.active {
  color: #575757;
  background-color: #ccc;
}

.edit-profile-right-arrow {
  color: #0054a1;
  text-transform: uppercase;
  background-color: #ffc305;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 37px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 59px;
}

.edit-profile-left-arrow {
  color: #ffffffb5;
  text-transform: uppercase;
  background-color: #ffffff12;
  border: 1px dotted #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 37px;
  margin-bottom: 7px;
  margin-right: 0;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 191px;
  right: 191px;
}

.edit-profile-slide {
  width: 100vw;
  height: auto;
}

.edit-profile-form-submit-button {
  z-index: 1000;
  opacity: 0;
  color: #0964b8;
  text-transform: uppercase;
  background-color: #ffc200;
  border-radius: 5px;
  width: 150px;
  height: 37px;
  margin-bottom: 7px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  font-weight: 700;
  display: none;
  position: absolute;
  bottom: 0;
  right: 24px;
}

.profile-form-block-wrapper {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-top: 15px;
  padding: 17px 17px 62px;
  display: flex;
  overflow: scroll;
}

.edit-profile-slide-wrapper {
  width: 100%;
  height: 91vh;
  padding: 15px;
}

.day-label {
  text-align: center;
  background-color: #f0f0f0;
  margin-bottom: 3px;
}

.bookingslot--address-wrapper {
  width: 20%;
  padding-top: 52px;
  padding-left: 12px;
  padding-right: 13px;
}

.businessadress-text-field {
  min-height: 200px;
}

.profile-creation-page-name {
  color: #616161;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.timing-calendar-wrapper {
  width: 100%;
  min-height: 100px;
  display: flex;
}

.booking-day-block {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  width: 120px;
  padding-left: 1px;
  padding-right: 1px;
  display: flex;
}

.days-slot-wrapper {
  padding-top: 3px;
  padding-bottom: 11px;
  display: flex;
}

.hamburger-line-23 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.booking-labels-block {
  flex-direction: column;
  width: 100px;
  display: flex;
}

.timeslot-name {
  background-color: #ebebeb;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  padding-left: 0;
  display: flex;
}

.timeslot-wrapper {
  background-color: #ececec;
  margin-bottom: 2px;
  padding: 9px 6px;
}

.day-slot-selector {
  color: #9b9b9b;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-right: 9px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.day-slot-selector:active {
  color: #fff;
  background-color: #00dd6a;
}

.day-slot-selector:focus {
  color: #fff;
  background-color: #00dd6a;
  border-color: #00dd6a;
}

.day-slot-selector:visited {
  color: #fff;
  background-color: #00dd6a;
}

.from-dropdown {
  background-color: #fff0;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #fff;
  height: 26px;
  margin-top: 6px;
}

.from-dropdown:active {
  border-color: #0964b8;
}

.allday-block {
  opacity: 0;
  flex-direction: column;
  flex: 0 auto;
  width: 200px;
  padding-left: 1px;
  padding-right: 1px;
  display: none;
}

.weekend-block {
  opacity: 1;
  flex-direction: column;
  flex: 0 auto;
  width: 120px;
  padding-left: 1px;
  padding-right: 1px;
  display: flex;
}

.bookings-timing-block {
  width: 100%;
  padding-top: 19px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.booking-slot-calendar-wrapper {
  width: 80%;
  padding-left: 41px;
}

.new-profile-timing-block-button {
  color: #7a7a7a;
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 73%;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.services-checkbox-flied {
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.days-block {
  align-items: stretch;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.plus-icon {
  color: #2d3e4e;
  background-color: #ffcb1c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 45px;
  display: flex;
}

.hamburger-line-24 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.day-time-field-label {
  flex-direction: column;
  padding: 9px 0;
  display: flex;
}

.from-to-dropdown-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.day-range-block {
  align-items: center;
  width: 80px;
  padding-right: 1px;
  display: flex;
}

.time-dropdown-field {
  width: 120px;
  height: 30px;
  margin-bottom: 0;
}

.day-label-wrapper {
  border-bottom: 1px #c7c7c7;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.new-bookings-timing-block {
  flex-direction: column;
  flex: 0 auto;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.open-arrow-icon {
  cursor: pointer;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 7px 10px;
  font-weight: 300;
  display: flex;
}

.day-block-wrappper {
  background-color: #f1f2f3;
  flex: 1;
  margin-bottom: 3px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0 1px 1px;
}

.time-range-block {
  opacity: 1;
  background-color: #fff;
  flex-direction: column;
  height: 0;
  padding: 0 15px;
  display: flex;
  overflow: hidden;
}

.day-range-field-label {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.checkbox-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 15px;
  display: flex;
}

.checkbox-wrapper.pet-preference {
  flex-flow: column;
  align-items: stretch;
}

.from-time-block {
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.pet-preference-checkbox-wrapper {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.hamburger-line-25 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.pet-age-selector-dropdown {
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #aaa;
  width: 20%;
  height: 30px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 16px;
}

.pet-age-selector-dropdown:focus {
  border-color: #ffcb1c;
}

.checkbox-service-label {
  width: 20%;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.add-more-services-block {
  padding-top: 0;
}

.hamburger-line-26 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.more-service-block-1 {
  flex-direction: column;
  height: 0;
  display: flex;
  overflow: hidden;
}

.add-more-service-button {
  background-color: #bdbdbd;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 9px;
  padding: 6px 9px;
}

.hamburger-line-27 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.query-category {
  color: #00adff;
  font-weight: 400;
}

.query-category.training {
  color: #ff5c00;
}

.query-category.food {
  color: #1f8a11;
}

.question-para {
  color: #1f1f1f;
  text-align: justify;
  font-size: 13px;
  font-weight: 400;
}

.hamburger-line-28 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.noof-questions {
  color: #fff;
  background-color: #ffb805;
  border-radius: 100px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 12px;
  padding-right: 12px;
}

.noof-questions.green {
  background-color: #3f9b1c;
}

.noof-questions.red {
  background-color: #ff7305;
}

.noof-questions.blue {
  background-color: #05cdff;
}

.query-profile-seperator {
  background-color: #bbb;
  width: 1px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.query-ans-submit-button {
  background-color: #00a3ff;
  border-radius: 2px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.answer-block {
  padding-left: 60px;
}

.ans-form-input-field {
  max-width: 100%;
}

.query-block {
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 10px;
  padding: 11px 25px;
  display: flex;
}

.question-block {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 60px;
}

.query-wrapper {
  padding: 33px 10% 50px 50px;
}

.feedback-aaprove-button {
  background-color: #0fa009;
  border-radius: 3px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  transition: all .2s;
  display: flex;
}

.feedback-aaprove-button:hover {
  background-color: #14ca0c;
}

.feedback-aaprove-button.delete-button {
  background-color: #d10b0b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feeback-moderate-button {
  color: #1f1f1f;
  background-color: #ffcb1c;
  border-radius: 3px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px 15px;
  font-size: 12px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.feeback-moderate-button:hover {
  background-color: #ffc255;
}

.thumbs-down-icon {
  background-image: url('../images/Thumbs-Down-Recommend-InActive-state.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}

.feedback-block-top {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.feedback-provider-category {
  color: #000;
  background-color: #ffcb1c;
  border-radius: 3px;
  margin-top: 3px;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
}

.feedback-details-wrap {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feedback-thumbs-wrap {
  flex: 1;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hamburger-line-29 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.feedback-profile-name-block {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 5px;
  display: flex;
}

.feedback-profile-image {
  background-image: url('../images/a1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 30px;
  height: 30px;
}

.feedback-block-wrapper {
  padding: 0;
  display: flex;
}

.rate-label {
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.feedback-body-wrapper {
  flex: 1;
  padding: 20px;
  overflow: auto;
}

.feedback-profile-name {
  padding-left: 0;
  padding-right: 11px;
  font-weight: 400;
}

.feedback-button-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px 8px 15px;
  display: flex;
}

.feedback-block {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  margin: 5px;
  padding: 0;
}

.feedback-profile-wrapper {
  border-bottom: 1px solid #e2e2e2;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.feedback-para-wrapper {
  text-align: justify;
  padding: 10px 15px 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.thumbs-up-icon {
  background-image: url('../images/Thumbs-Up-Recommend-Active-state.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.feedback-provider-link {
  color: #000;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
}

.hamburger-line-30 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.feedback-approved {
  color: #aaa;
  background-color: #e2e2e2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 16px;
  display: flex;
}

.feedback-approved.delete-icon {
  transition: all .2s;
}

.feedback-approved.delete-icon:hover {
  color: #fff;
  background-color: #ce0000;
}

.feedback-approved.active {
  color: #0a0;
}

.feedback-status-wrapper {
  padding-bottom: 10px;
  padding-left: 15px;
  display: flex;
}

.hamburger-line-31 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.text-block-25 {
  color: #000;
  padding-left: 10px;
}

.text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36, .text-block-37 {
  padding-left: 10px;
}

.left-nav-2 {
  background-color: #fff;
  background-image: none;
  flex-direction: column;
  flex: 0 auto;
  width: 15vw;
  display: block;
  position: static;
  overflow: auto;
}

.top-nav-menu-2 {
  background-color: #ebebeb;
  border-bottom: 1px solid #00000026;
  height: 9vh;
  display: flex;
}

.hamburger-line-32 {
  background-color: #2d3e4e;
  width: 25px;
  height: 2px;
}

.menu-link-2 {
  color: #2d3e4e;
  text-transform: uppercase;
  border-bottom: 1px solid #0000001f;
  border-right: 1px solid #0000001f;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding: 8px 6px 8px 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.menu-link-2:hover {
  color: #2d3e4e;
  background-color: #ddd;
  font-weight: 400;
}

.menu-link-2.w--current {
  background-color: #eee;
  border-left-style: none;
  border-left-color: #66a8f6;
  border-right: 1px solid #ffb800;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.menu-link-2.dashboard-link {
  font-size: 15px;
}

.menu-link-2.dashboard-link.w--current {
  color: #2d3e4e;
  background-color: #dfdfdf;
}

.main-nav-links-2 {
  color: #979797;
  letter-spacing: 1px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.main-nav-links-2.w--current {
  color: #2d3e4e;
  background-color: #ffffff2b;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
}

.top-nav-logo-2 {
  color: #fff;
  background-image: url('../images/Logo6-amber-footer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 100%;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.tab-link-3 {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  flex: 1;
  margin-bottom: 9px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 0;
  box-shadow: 1px 1px 3px #00000047;
}

.tab-link-3.w--current {
  background-color: #ff6969;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link-3.walkins {
  box-shadow: none;
  background-color: #b92020;
  border-style: none;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 10px;
  padding-right: 7px;
  display: flex;
}

.tab-link-3.walkins:hover {
  box-shadow: 2px 2px 2px #0000004d;
}

.tab-link-3.walkins.w--current {
  padding-top: 0;
  padding-left: 5px;
  box-shadow: 2px 2px 2px #0000004d;
}

.tab-link-3.appointments {
  box-shadow: none;
  background-color: #018801;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 7px 10px 5px;
  display: flex;
}

.tab-link-3.appointments:hover {
  box-shadow: 1px 1px 3px #0009;
}

.tab-link-3.appointments.w--current {
  border-style: none;
  justify-content: flex-end;
  padding-bottom: 10px;
  padding-right: 7px;
  box-shadow: 1px 1px 3px #00000061;
}

.tab-link-3.reports {
  box-shadow: none;
  background-color: #0964b8;
  border-style: none;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 7px;
  display: flex;
}

.tab-link-3.reports:hover {
  box-shadow: 2px 2px 2px #0000004d;
}

.tab-link-3.reports.w--current {
  padding-left: 5px;
  box-shadow: 2px 2px 2px #0000004d;
}

.tab-link-3.feedback {
  box-shadow: none;
  background-color: #ff9b1c;
  border-style: none;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 7px;
  display: flex;
}

.tab-link-3.feedback:hover {
  box-shadow: 2px 2px 2px #0000004d;
}

.tab-link-3.feedback.w--current {
  padding-left: 5px;
  box-shadow: 2px 2px 2px #0000004d;
}

.top-nav-menu-link-wrapper-2 {
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding-right: 12px;
  display: flex;
}

.menu-link-3 {
  color: #2d3e4e;
  text-transform: uppercase;
  border-bottom: 1px solid #0000001f;
  border-right: 1px solid #0000001f;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding: 8px 6px 8px 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.menu-link-3:hover {
  color: #2d3e4e;
  background-color: #ddd;
  font-weight: 400;
}

.menu-link-3.w--current {
  background-color: #eee;
  border-left-style: none;
  border-left-color: #66a8f6;
  border-right: 1px solid #ffb800;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.menu-link-4 {
  color: #2d3e4e;
  text-transform: uppercase;
  border-bottom: 1px solid #0000001f;
  border-right: 1px solid #0000001f;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding: 8px 6px 8px 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.menu-link-4:hover {
  color: #2d3e4e;
  background-color: #ddd;
  font-weight: 400;
}

.menu-link-4.w--current {
  background-color: #eee;
  border-left-style: none;
  border-left-color: #66a8f6;
  border-right: 1px solid #ffb800;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.div-block-45 {
  padding: 13px;
}

.heading-26 {
  font-family: PT Sans, sans-serif;
}

.div-block-46, .image-33 {
  margin: auto;
}

.button-filtre {
  margin-right: auto;
}

.collection-item-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.collection-item-5 {
  padding: 30% 30% 0%;
}

.video {
  aspect-ratio: auto;
  vertical-align: sub;
  object-fit: fill;
  width: 30%;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0%;
  padding-left: 0%;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.div-block-47 {
  padding-top: 0;
  padding-left: 0;
}

.background-video {
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-span-41 {
  color: var(--dodger-blue);
}

.icon-medium {
  color: #006aff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.utility-text-inverse-secondary {
  color: color-mix(in srgb, currentColor 70%, transparent);
}

.icon-10 {
  color: #006aff;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.nav-menu-list-item {
  display: flex;
  margin-bottom: 0 !important;
}

.button-group-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.text-link {
  color: #006aff;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  font-weight: 400;
  display: inline;
}

.text-link:hover {
  color: #006aff99;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link.inverse-text-link {
  color: #5695ff;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
}

.nav-logo-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.nav-logo-2:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.paragraph-lg {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.flex-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-horizontal.flex-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.nav-mobile-menu-button {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav-mobile-menu-button:hover {
  color: inherit;
}

.nav-mobile-menu-button.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav-mobile-menu-button.w--open:hover {
  color: #5695ff99;
}

.nav-mobile-menu-button.fixed-open-nav.w--open {
  color: #fff9;
  position: fixed;
}

.container-24 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-mobile-menu-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.button-33 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #3d8eff;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  position: static;
}

.button-33:hover {
  box-shadow: none;
  color: #fff;
  background-color: #3d8eff;
  border-color: #0000;
}

.button-33:active {
  box-shadow: none;
  background-color: #006aff;
}

.button-33:focus {
  outline-offset: 2px;
  outline: 2px solid #006aff;
}

.button-33.primary-button-on-accent-primary {
  box-shadow: none;
  color: #030303;
  background-color: #fff;
  background-image: none;
}

.button-33.primary-button-on-accent-primary:hover {
  box-shadow: none;
  background-color: #ffffffb3;
  border-color: #0000;
}

.button-33.primary-button-on-accent-primary:active {
  box-shadow: none;
  background-color: #fff;
}

.utility-margin-top-auto {
  margin-top: auto;
}

.nav-container {
  background-color: #ddd0;
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1rem;
  display: flex;
}

.utility-container-cqw {
  container-type: inline-size;
}

.image-34 {
  display: block;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-1-column {
  grid-template-columns: 1fr;
}

.utility-margin-bottom-0 {
  margin-bottom: 0 !important;
}

.ix-nav-cover {
  pointer-events: none;
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  background-color: #006aff;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: scale3d(1, 0, 1);
}

.nav-logo-icon {
  aspect-ratio: 1;
  flex: none;
  height: 100%;
}

.utility-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.flex-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex-vertical.flex-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-vertical.space-between {
  justify-content: space-between;
  align-items: stretch;
}

.nav-right-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #006aff;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #3d8eff;
}

.text-button.secondary-text-button {
  color: inherit;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease-in-out, ease-in-out;
}

.text-button.secondary-text-button:hover {
  opacity: .6;
}

.nav-7 {
  z-index: 99;
  color: #030303;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.nav-menu-item {
  opacity: .6;
  color: Inherit;
  line-height: 1.1em;
  text-decoration: none;
  transition-property: opacity, padding;
  transition-duration: .3s, .3s;
  transition-timing-function: ease, ease-in-out;
}

.nav-menu-full-page {
  z-index: 1;
  text-align: left;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100dvh;
  margin-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.nav-menu-full-page.utility-background-inverse.utility-text-inverse {
  background-color: #006aff;
}

.button-group-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-group-3.align-center {
  justify-content: center;
}

.overlay {
  opacity: .6;
  background-color: #030303;
  position: absolute;
  inset: 0%;
}

.utility-margin-bottom-6rem {
  margin-bottom: 6rem;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bold-text-17 {
  font-weight: 400;
}

.container-25 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-34 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #3d8eff;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-34:hover {
  box-shadow: none;
  color: #fff;
  background-color: #3d8eff;
  border-color: #0000;
}

.button-34:active {
  box-shadow: none;
  background-color: #006aff;
}

.button-34:focus {
  outline-offset: 2px;
  outline: 2px solid #006aff;
}

.button-34.primary-button-on-inverse {
  box-shadow: none;
  color: #fff;
  -webkit-text-stroke-color: transparent;
  background-color: #006aff;
  background-image: none;
}

.button-34.primary-button-on-inverse:hover {
  box-shadow: none;
  background-color: #3d8eff;
  border-color: #0000;
}

.button-34.primary-button-on-inverse:active {
  box-shadow: none;
  background-color: #006aff;
}

.button-34.secondary-button {
  color: #030303;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #03030333;
}

.button-34.secondary-button:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #03030366;
}

.button-34.secondary-button:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #03030333;
}

.button-34.secondary-button.secondary-button-on-inverse {
  color: #fff;
  background-color: #0000;
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff3;
}

.button-34.secondary-button.secondary-button-on-inverse:hover {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff6;
}

.button-34.secondary-button.secondary-button-on-inverse:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff3;
}

.ix-parallax-scale-out-hero {
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.section-22 {
  color: #030303;
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.utility-position-relative {
  position: relative;
}

.grid-layout-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.h1-heading-5 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 5.65rem;
  font-weight: 400;
  line-height: 1.04em;
}

.heading-27 {
  font-family: PT Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.heading-28 {
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.heading-29 {
  font-family: PT Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.heading-30, .heading-31 {
  color: var(--black);
  font-family: PT Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.bold-text-18 {
  color: var(--black);
}

.heading-32 {
  color: var(--black);
  font-family: PT Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.heading-33 {
  text-align: left;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.navbar-6 {
  background-color: #fff;
  border: 2px solid #328bfd;
  border-radius: 20px;
  width: 65%;
  margin: auto;
}

.heading-34 {
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.bold-text-19 {
  color: var(--black);
}

.heading-35 {
  color: var(--white);
  font-family: PT Sans, sans-serif;
}

.text-span-42 {
  color: var(--white);
}

@media screen and (min-width: 1280px) {
  .marquee_wrapper {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .marquee_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-family: PT Sans, sans-serif;
    text-decoration: none;
    display: flex;
  }

  .earning_card {
    flex-flow: column;
  }

  .div-diagram-flag {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .div-do-left {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-largest-disappear {
    display: none;
  }

  .div-flow-upper {
    justify-content: center;
    align-items: center;
    margin-left: 4rem;
    display: flex;
  }

  .a-state-greatly {
    margin-left: 2.5rem;
  }

  .div-twelve-red {
    align-items: center;
    display: flex;
  }

  .a-journey-pond {
    margin-left: 2.5rem;
  }

  .section-high-judge {
    padding-top: 4rem;
  }

  .div-stuck-swept {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .p-base-place {
    font-size: 3.75rem;
    line-height: 1.25;
  }

  .span-knowledge-mind {
    display: inline;
  }

  .div-job-attention {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .a-gulf-book {
    width: auto;
  }

  .a-except-get {
    width: auto;
    margin-top: 0;
    margin-left: 1.25rem;
  }

  .div-fairly-fed {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
  }

  .div-club {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .div-highway {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-death {
    display: none;
  }

  .div-trunk {
    justify-content: flex-start;
    align-items: center;
    margin-left: 5rem;
    display: flex;
  }

  .a-should {
    margin-left: 3rem;
  }

  .div-lift {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .section-settlers {
    padding-bottom: 5rem;
  }

  .div-plant {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-then {
    grid-template-columns: 1fr 1fr;
  }

  .h1-iron {
    font-size: 3.75rem;
    line-height: 1;
  }

  .p-ready {
    margin-top: 2rem;
  }

  .form-effort {
    margin-top: 3rem;
  }

  .input-store {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .div-jump {
    margin-top: 0;
    position: absolute;
    top: .375rem;
    bottom: .375rem;
    right: .375rem;
  }

  .a-answer {
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .div-organization {
    margin-top: 3rem;
  }

  .div-round-four {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-region-clothing {
    height: 72px;
  }

  .a-heading-tin {
    display: none;
  }

  .div-between-queen {
    margin-left: 0;
  }

  .div-lovely-married {
    align-items: center;
    display: flex;
  }

  .a-scale-town {
    margin-left: 2rem;
  }

  .span-movie-smaller {
    display: block;
  }

  .span-poem-tape {
    display: none;
  }

  .a-grow-aboard {
    margin-left: 1.5rem;
  }

  .div-captain-everywhere {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .div-great-weak, .div-master-labor {
    display: block;
  }

  .div-beautiful-force {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-chance-opinion {
    text-align: left;
    max-width: 28rem;
    margin-left: 0;
    margin-right: 0;
  }

  .h1-highway-against {
    margin-top: 2rem;
    font-size: 3rem;
    line-height: 1;
  }

  .div-no-bottom {
    margin-top: 3rem;
  }

  .div-national-flew {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .earning_card {
    flex-flow: column;
    top: -19%;
  }

  .earning_steps-content {
    border-radius: 15px;
  }

  .dropdown-3.ml-40 {
    margin-left: 30px;
  }

  .description-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .courses-list {
    max-height: 92vh;
  }

  .courses {
    padding-top: 45px;
    padding-left: 45px;
  }

  .explore-card {
    min-height: 200px;
  }

  .navigation, .body-wrap {
    grid-column-gap: 45px;
  }

  .nav-link-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-17 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .enroll-wrap {
    margin-bottom: 85px;
  }

  .label-card {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-diagram-flag {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .div-do-left {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-largest-disappear {
    display: none;
  }

  .div-flow-upper {
    justify-content: center;
    align-items: center;
    margin-left: 4rem;
    display: flex;
  }

  .a-state-greatly {
    margin-left: 4rem;
  }

  .div-twelve-red {
    align-items: center;
    display: flex;
  }

  .a-journey-pond {
    margin-left: 2.5rem;
  }

  .section-high-judge {
    padding-top: 4rem;
  }

  .div-stuck-swept {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .p-base-place {
    font-size: 3.75rem;
    line-height: 1.25;
  }

  .span-knowledge-mind {
    display: inline;
  }

  .div-job-attention {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .a-gulf-book {
    width: auto;
  }

  .a-except-get {
    width: auto;
    margin-top: 0;
    margin-left: 1.25rem;
  }

  .div-fairly-fed {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
  }

  .summary-card {
    padding: 20px 25px;
  }

  .navigation-3, .main-wrapper-2, .secondary-nav {
    padding: 50px 45px;
  }

  .summary-l {
    border-width: 5px;
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .nav-link__wrap {
    left: -43px;
  }

  .div-club {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .div-highway {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-death {
    display: none;
  }

  .div-trunk {
    justify-content: flex-start;
    align-items: center;
    margin-left: 5rem;
    display: flex;
  }

  .a-should {
    margin-left: 3rem;
  }

  .div-lift {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .section-settlers {
    padding-bottom: 6rem;
  }

  .div-plant {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-then {
    grid-template-columns: 1fr 1fr;
  }

  .h1-iron {
    font-size: 4.5rem;
    line-height: 1;
  }

  .p-ready {
    margin-top: 2rem;
  }

  .form-effort {
    margin-top: 3rem;
  }

  .input-store {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .div-jump {
    margin-top: 0;
    position: absolute;
    top: .375rem;
    bottom: .375rem;
    right: .375rem;
  }

  .a-answer {
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .div-organization {
    margin-top: 3rem;
  }

  .div-round-four {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-region-clothing {
    height: 72px;
  }

  .a-heading-tin {
    display: none;
  }

  .div-between-queen {
    margin-left: 0;
  }

  .div-lovely-married {
    align-items: center;
    display: flex;
  }

  .a-scale-town {
    margin-left: 2rem;
  }

  .span-movie-smaller {
    display: block;
  }

  .span-poem-tape {
    display: none;
  }

  .a-grow-aboard {
    margin-left: 1.5rem;
  }

  .div-captain-everywhere {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .div-great-weak, .div-master-labor {
    display: block;
  }

  .div-beautiful-force {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-chance-opinion {
    text-align: left;
    max-width: 28rem;
    margin-left: 0;
    margin-right: 0;
  }

  .h1-highway-against {
    margin-top: 2rem;
    font-size: 4.5rem;
    line-height: 1;
  }

  .div-no-bottom {
    margin-top: 3rem;
  }

  .div-national-flew {
    display: none;
  }

  .navigation-4 {
    width: 55%;
    min-width: 50%;
    height: 2rem;
    min-height: 90px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .navigation-container {
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: auto;
    padding-top: 0%;
    padding-bottom: 0%;
    position: static;
  }
}

@media screen and (min-width: 1920px) {
  .container-large-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .earning_content, .earning_content-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .f-team-grid {
    grid-template-areas: ". Area-14 Area-13 ."
                         "Area Area-2 Area-5 Area-12"
                         "Area-3 Area-4 Area-9 Area-10"
                         "Area-6 Area-7 Area-8 Area-11";
  }

  .div-block-38 {
    width: 70%;
  }

  .navbar-5 {
    width: 50%;
  }

  .nav-menu-12 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-32 {
    max-width: 80%;
    position: static;
  }

  .div-block-44 {
    margin-top: 69px;
    margin-left: auto;
    margin-right: 0;
  }

  .container-23 {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 20px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.features {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.free-classes {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.call-section {
    padding: 40px 40px 60px;
  }

  .section.footer-section {
    padding: 40px 20px 10px;
  }

  .section.about-section-3, .section.about-section-4 {
    padding-top: 200px;
  }

  .container.nav-container {
    position: static;
  }

  .container.features-grid {
    margin-bottom: 20px;
  }

  .container.grid-2 {
    grid-column-gap: 20px;
  }

  .container.payment-logos {
    align-items: flex-start;
  }

  .jumbo {
    font-size: 70px;
  }

  .big-paragraph-center.max-500 {
    margin-top: 30px;
  }

  .fond.feature-headline {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .fond.workouts-headline {
    margin-bottom: 60px;
  }

  .nav-link {
    color: var(--blue);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style-grid-three-c {
    grid-template-columns: 1fr 1fr;
  }

  .cta-sections.small {
    margin-top: 20px;
  }

  .brand {
    z-index: 2;
  }

  .nav-menu {
    z-index: 1;
    background-color: var(--lightest-blue);
    text-align: center;
    flex-direction: column;
    width: 50vw;
    padding: 100px 50px 50px;
    position: fixed;
    top: 0;
    bottom: 0;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: var(--blue);
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1.75fr;
    place-content: stretch;
  }

  .hero-slider-image-wrap {
    overflow: hidden;
  }

  .hero-slider-image-pro {
    max-height: 200px;
  }

  .hero-nav-arrow.right-arrow {
    padding-right: 50px;
  }

  .hero-nav-arrow.left-arrow {
    padding-left: 15px;
  }

  .product-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .product-image-wrap {
    height: 250px;
  }

  .product-description {
    padding: 20px;
  }

  .description-image-wrap {
    width: 100%;
  }

  .description-bg {
    top: 100px;
  }

  .newsletter-form {
    padding-left: 50px;
    padding-right: 50px;
  }

  .form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-list {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-item {
    min-height: 440px;
    padding: 100px 20px 20px;
  }

  .blog-content {
    padding: 15px;
  }

  .insta-post-wrap {
    width: 200px;
    height: 200px;
    margin-right: 50px;
  }

  .insta-section-line {
    height: 150px;
  }

  .social-wrap {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .social-icon {
    height: 30px;
  }

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

  .price-wrap {
    order: -1;
    margin-bottom: 15px;
    display: flex;
    position: relative;
    top: 0;
    right: 0;
  }

  .blog-list-wrapper {
    margin-bottom: 0;
  }

  .cart {
    z-index: 2;
  }

  .hero-line {
    height: 150px;
  }

  .about-video-wrap {
    height: 450px;
  }

  .contact-form {
    padding: 30px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .checkout-form {
    padding-top: 100px;
  }

  .sticky-form {
    flex: 1;
    position: relative;
    top: 0;
  }

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

  .heading {
    text-align: left;
  }

  .column-2 {
    margin-top: 20px;
  }

  .fiche-pro-item {
    min-width: 100%;
    min-height: 440px;
    padding-bottom: 0;
  }

  .heading-3 {
    margin-top: 32px;
  }

  .reseau-social {
    width: 40px;
    min-width: 100%;
    height: 40px;
  }

  .column-3 {
    padding-left: 40px;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    max-width: 600px;
  }

  .section-3 {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .image-4 {
    margin-top: 20px;
  }

  .grid-6 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-6 {
    margin-right: 60px;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .big-paragraph-white.max-500 {
    margin-top: 30px;
  }

  .fond-bleu-copy.feature-headline {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .fond-bleu-copy.workouts-headline {
    margin-bottom: 60px;
  }

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

  .grid-8 {
    padding-left: 40px;
    display: flex;
  }

  .fond-entreprise.feature-headline {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .fond-entreprise.workouts-headline {
    margin-bottom: 60px;
  }

  .fond-entreprise.description-heading {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .div-block-10 {
    display: block;
  }

  .image-6 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 440px;
    display: block;
  }

  .blog-list-copy {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
  }

  .pros-list {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .pro-content {
    padding: 20px 15px 15px;
  }

  .hero-slider-content-fiche-pro {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1.75fr;
  }

  .big-paragraph-center-application.max-500 {
    margin-top: 30px;
  }

  .div-block-15 {
    display: flex;
  }

  .collection-list-wrapper-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-list-liste-pro {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
  }

  .hero-slider-image-pro-fiche-pro {
    max-height: 200px;
    margin-top: 0;
  }

  .fond-fiche-pro.feature-headline {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .fond-fiche-pro.workouts-headline {
    margin-bottom: 60px;
  }

  .fiche-pro---adresse {
    text-align: left;
  }

  .container-list.nav-container {
    position: static;
  }

  .container-list.features-grid {
    margin-bottom: 20px;
  }

  .container-list.grid-2 {
    grid-column-gap: 20px;
  }

  .container-list.payment-logos {
    align-items: flex-start;
  }

  .section-3-copy {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .input_field {
    min-width: 18rem;
  }

  .section_hero-2 {
    padding-top: 3rem;
  }

  .form_submission {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .signup_detail-wrap {
    padding: 30px;
  }

  .signup_detail {
    width: 100%;
  }

  .signup_main-image {
    width: 50%;
  }

  .signup_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .form_right {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form_button {
    margin-top: 10px;
  }

  .form_wrap {
    padding: 20px;
  }

  .form_heading {
    font-size: 2rem;
  }

  .form_left-contentbox {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .section_hero-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .profile-setting-flex {
    grid-template-columns: 1fr;
  }

  .profile-settings-left {
    border-top: 1px solid #8bb6dd33;
    border-right-style: none;
    padding-top: 20px;
    padding-right: 0;
  }

  .dash_contain {
    max-width: 100%;
  }

  .dash_content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section_payment {
    padding-top: 3rem;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .testimonial17_grid-list {
    grid-template-columns: 1fr 1fr;
  }

  .ms2-categories-card {
    max-width: none;
  }

  .ms2-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ms2-flex-row.ms2-horizontal {
    flex-wrap: wrap;
  }

  .denied-button {
    position: relative;
  }

  ._03-hamburger {
    color: #272d4e;
    border-radius: 5px;
  }

  ._03-hamburger.w--open {
    color: #fff;
    background-color: #272d4e;
  }

  ._03-hamburger.light {
    color: #fff;
  }

  .wrapper.nav {
    justify-content: space-between;
    width: 35px;
    height: 35px;
  }

  .nav-menu-left {
    flex-direction: column;
  }

  .nav__icon {
    font-size: 32px;
  }

  .nav-menu-2 {
    color: #fff;
    background-color: #fff;
    padding: 30px 5% 50px;
  }

  .nav-link-2 {
    color: #000;
    text-align: center;
    padding: 10px 0;
  }

  .paragraph-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4 {
    text-align: justify;
    margin: auto;
  }

  .section_earning {
    padding-top: 3rem;
  }

  .earning_content-left {
    flex-flow: column;
    width: 50%;
  }

  .earning_content-right {
    background-size: contain;
  }

  .earning_card {
    max-width: 150px;
  }

  .earning_content, .earning_content-2 {
    justify-content: space-between;
    align-items: center;
  }

  .earning_steps-icon {
    min-width: 200px;
  }

  .earning_steps-content {
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .section_hero-4 {
    padding-top: 3rem;
  }

  .earning_steps-card {
    width: 22%;
  }

  .earning_steps-card-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .earning_steps-button {
    width: 50%;
    max-width: none;
  }

  .earning_steps-heading {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .earning_steps-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-link {
    white-space: nowrap;
    width: auto;
    padding: 20px;
    font-size: 14px;
  }

  .menu-icon-line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-bg-image {
    width: 100%;
  }

  .h2-2 {
    width: 100%;
    height: 100%;
  }

  .menu-icon-line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .content-block-center {
    padding: 20px 10px;
  }

  ._1-7-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .tab-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  ._1-2-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  ._1-2-grid.reverse {
    flex-direction: column-reverse;
  }

  ._1-2-grid.reverse.justify-center {
    align-items: center;
  }

  .footer-top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .navbar-container {
    justify-content: space-between;
    align-items: center;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .paragraph-5 {
    width: 100%;
    height: 100%;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-menu {
    z-index: 40;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0%;
    display: flex;
    overflow: auto;
  }

  .navbar-menu.overflow-hidden {
    background-color: #fff;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .section-regular-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-grid {
    grid-template-columns: 1fr;
  }

  .f-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .button-header, .button-primary {
    display: flex;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .team-background-wrapper {
    height: auto;
  }

  .section-regular-3 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .team-grid-large {
    grid-template-columns: 1fr;
  }

  .pricing_tabs {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing_contact-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing_popular {
    top: 2%;
  }

  .pricing_save {
    top: 2.5%;
    right: 20%;
  }

  .pricing_grid {
    grid-template-columns: 2fr;
  }

  .pricing_contact-button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: stretch;
    width: 300px;
  }

  .form-block-04 {
    margin-top: 20px;
  }

  .wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-8 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-1, .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .col.lg-3.md-1 {
    width: 25%;
  }

  .blog1-article-cover {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog1-article-cover.blog1-article-cover-1 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .blog1-article-cover.blog1-article-cover-2 {
    margin-bottom: 30px;
  }

  .wrap {
    width: 645px;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog1-articles-wrap {
    flex-direction: column;
  }

  ._7-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .blog1-article {
    text-align: center;
    margin-bottom: 20px;
  }

  .blog1-article.blog4-article-right-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .blog1-article.blog1-article-left-wrapper {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  ._5-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .team-div-02 {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
  }

  .team-section-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-02-title-div {
    text-align: center;
  }

  .grid-two-column-2 {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .section-regular-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

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

  .section-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row-2 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .nav-wrap {
    flex-direction: column;
    height: 100%;
  }

  .nav-profile {
    display: none;
  }

  .nav-profile.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-left-style: none;
    padding-left: 0;
    display: flex;
  }

  .hamburger-line {
    background-color: #000;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .container-15 {
    height: 100%;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav {
    border-bottom-style: none;
    border-left: 1px solid #00000026;
    align-items: flex-start;
    width: 100%;
    max-width: 250px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
  }

  .mobile-nav {
    z-index: 99999;
    background-color: #fff;
    border-bottom: 1px solid #00000026;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .nav-left {
    flex-direction: column;
  }

  .shadow {
    z-index: 999;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #0000004d;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .hamburger {
    cursor: pointer;
    width: 40px;
  }

  .dots-link {
    display: none;
  }

  .dots-link.mobile {
    display: block;
  }

  .container-16 {
    height: 100%;
  }

  .nav-menu-4 {
    flex-direction: column;
  }

  .products-wrap {
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-2 {
    z-index: 9999;
    height: auto;
    display: none;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
  }

  .hamburger-2 {
    cursor: pointer;
    width: 40px;
    display: block;
  }

  .activity-card {
    width: 100%;
    margin-top: 0;
  }

  .activity-card.white {
    margin-top: 0;
  }

  .dropdown-3.mobile {
    margin-bottom: 0;
  }

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

  .section-12 {
    flex-direction: column;
  }

  .icons-wrap {
    display: none;
  }

  .icons-wrap.mobile {
    margin-bottom: 0;
    display: flex;
  }

  .form-wrap {
    background-color: #fff;
    border-bottom: 1px solid #8c8f9780;
    align-items: center;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
  }

  .activity-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    display: flex;
  }

  .form-block-3 {
    width: 100%;
    margin-bottom: 0;
  }

  .mobile-nav-2 {
    z-index: 99999;
    background-color: #fff;
    border-bottom: 1px solid #8c8f9780;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .content-left {
    padding-left: 0;
    padding-right: 0;
  }

  .shadow-2 {
    z-index: 998;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #0000004d;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .content-2 {
    flex-direction: column;
  }

  .cards-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .content-right {
    width: 100%;
  }

  .explore-scroll {
    overflow: auto;
  }

  .hamburger-3 {
    z-index: 999999;
    cursor: pointer;
    display: block;
    position: relative;
  }

  .explore-menu {
    grid-column-gap: 20px;
    align-items: center;
    width: 94vw;
    display: flex;
  }

  .explore-link {
    flex: none;
  }

  .dd-link-2 {
    background-color: #0000;
  }

  .dd-link-2:hover {
    background-color: #49bfff00;
  }

  .space-p {
    color: #0000;
    flex: none;
    display: block;
  }

  .explore-card {
    display: none;
  }

  .navigation {
    z-index: 999999;
    background-color: #fff;
    justify-content: space-between;
    height: 70px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 0 1px 40px #0000001a;
  }

  .description-2 {
    margin-bottom: 60px;
  }

  .icon-4 {
    margin-top: 0;
    margin-bottom: 0;
    top: 20px;
  }

  .form-block-4 {
    display: none;
  }

  .body-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    display: grid;
    position: relative;
  }

  .nav-link-6.mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hamburger-line-2 {
    background-color: #000;
    width: 30px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line-2.middle {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .container-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-nav-3 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #fff3;
    width: 50%;
    height: 100vh;
    padding: 10px 20px 20px;
    display: none;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .explore-wrap {
    height: auto;
  }

  .logo {
    width: 100px;
  }

  .nav-menu-6 {
    display: none;
  }

  .nav-menu-6.mobile {
    display: block;
  }

  .explore {
    padding-top: 0;
    overflow: hidden;
  }

  .dd-list-2.w--open {
    background-color: #0000;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: static;
  }

  .section-14 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta9-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .cta9-headline-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-15 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta9-grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .dash_contain-2 {
    max-width: 100%;
  }

  .dashboard-content-wrap-3 {
    padding: 4vw;
  }

  .dashboard-3-menu-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-diagram-flag {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .div-do-left {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-high-judge {
    padding-top: 4rem;
  }

  .div-stuck-swept {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .p-base-place {
    font-size: 3rem;
    line-height: 1.25;
  }

  .span-knowledge-mind {
    display: inline;
  }

  .div-job-attention {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .a-gulf-book {
    width: auto;
  }

  .a-except-get {
    width: auto;
    margin-top: 0;
    margin-left: 1.25rem;
  }

  .bot-links {
    padding-left: 40px;
  }

  .hamburger-line-3 {
    background-color: #000;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line-3.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .content-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .shadow-3 {
    z-index: 99;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #0000004d;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-3 {
    background-color: #fff;
    border-left: 1px solid #ebedec;
    height: auto;
    padding-left: 0;
    display: none;
    position: fixed;
    inset: 60px 0% 0% auto;
  }

  .content-mid {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .calendar-wrap {
    max-width: none;
  }

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

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

  .logo-img-3.mobile {
    width: 80%;
  }

  .nav-links-2 {
    padding-left: 40px;
  }

  .mobile-nav-4 {
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #ebedec;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 20px;
    display: flex;
    position: sticky;
    inset: 0% 0% auto;
  }

  .nav-bot {
    padding-left: 40px;
  }

  .nav-logo {
    display: none;
  }

  .hamburger-4 {
    cursor: pointer;
    width: 40px;
  }

  .section_hero-5 {
    padding-top: 0;
  }

  .nav-menu-wrap {
    flex-direction: row;
  }

  .dashboard-content {
    padding: 4vw;
  }

  .grid-9 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }

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

  .group-row {
    width: 1150px;
  }

  .button-outline-2.white {
    background-color: #fff;
    border-color: #686868;
  }

  .scroll {
    max-width: 94vw;
    padding-bottom: 15px;
    overflow: auto;
  }

  .scroll.small-m {
    margin-bottom: 20px;
  }

  .navigation-right {
    background-color: #fff;
  }

  .search {
    min-width: auto;
    height: 40px;
  }

  .navigation-2 {
    border-bottom: 1px solid #d9d9d9;
    height: 70px;
    top: 70px;
  }

  .container-19 {
    flex-direction: column;
    align-items: stretch;
  }

  .scroll-animation {
    grid-column-gap: 20px;
    color: #686868;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
  }

  .hamburger-line-4 {
    background-color: #292929;
    width: 40px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line-4.middle {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .nav-separator {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .user-info.res-hide {
    display: none;
  }

  .nav-shadow {
    z-index: 9999;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #00000030;
    display: none;
    position: fixed;
    inset: 70px 0% 0%;
  }

  .group-hero {
    grid-column-gap: 20px;
  }

  .mobile-nav-5 {
    z-index: 9999;
    background-color: #e9e5dd;
    border-bottom: 1px solid #d7cfbd;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .logo-link-2 {
    margin-top: 25px;
  }

  .user-wrap.small-gap {
    grid-column-gap: 15px;
  }

  .user-wrap.res-hide {
    display: none;
  }

  .nav-5 {
    z-index: 99999;
    border-right: 1px solid #d7cfbd;
    min-height: auto;
    display: none;
    position: fixed;
    bottom: 0;
  }

  .sticky-nav {
    z-index: 9999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    border-bottom: 1px solid #eaf0f4;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding: 13px 20px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .section-17 {
    position: relative;
  }

  .container-20 {
    display: block;
  }

  .navigation-3 {
    z-index: 99;
    opacity: 0;
    width: 50%;
    display: none;
    position: fixed;
    inset: 64px auto 0% 0%;
  }

  .main-wrapper-2 {
    margin-top: 65px;
  }

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

  .scroll-2 {
    overflow: visible;
  }

  .scroll-2.tablet-none {
    z-index: 999;
    opacity: 0;
    background-color: #fff;
    width: 50%;
    display: none;
    position: fixed;
    inset: 64px 0% 0 auto;
    overflow: auto;
  }

  .hamburger-6 {
    cursor: pointer;
    display: block;
  }

  .logo-link-3 {
    display: none;
  }

  .content-mid-2 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-links-2 {
    display: none;
  }

  .top-links-2.mobile {
    flex-direction: row-reverse;
    display: flex;
  }

  .content-top-2 {
    border-bottom: 1px solid #b6b7c04d;
    justify-content: space-between;
    padding-right: 0;
  }

  .hamburger-line-5 {
    background-color: #000;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line-5.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .hamburger-7 {
    cursor: pointer;
    width: 40px;
  }

  .mobile-nav-6 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav-6 {
    border-left: 1px solid #b6b7c04d;
    display: none;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
  }

  .shadow-4 {
    z-index: 999;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #0000004d;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .table-line {
    grid-template-columns: minmax(150px, 1fr) minmax(240px, 1fr) minmax(150px, 1fr) minmax(110px, 70px);
  }

  .upload_filetype-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .upload_filetype {
    max-width: 298px;
  }

  .upload_gradient-wrap {
    width: 110%;
    left: -5%;
  }

  .upload_filetype-wrap {
    margin-top: 40px;
  }

  .nav-button {
    max-width: 300px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link-11 {
    color: #000;
    text-align: center;
    padding: 10px 0;
  }

  .nav-menu-10 {
    color: #fff;
    background-color: #fff;
    padding: 30px 5% 50px;
  }

  .nav-menu-10.dark {
    background-color: #272d4e;
  }

  .instructions-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-21.nav {
    justify-content: space-between;
  }

  .div-club {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .div-highway {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-death {
    display: none;
  }

  .div-trunk {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-lift {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .section-settlers {
    padding-bottom: 4rem;
  }

  .div-plant {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h1-iron {
    font-size: 3rem;
    line-height: 1;
  }

  .p-ready {
    margin-top: 2rem;
  }

  .form-effort {
    margin-top: 3rem;
  }

  .input-store {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .div-jump {
    margin-top: 0;
    position: absolute;
    top: .375rem;
    bottom: .375rem;
    right: .375rem;
  }

  .a-answer {
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .div-organization {
    margin-top: 3rem;
  }

  .div-round-four {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-captain-everywhere {
    padding-top: 4rem;
  }

  .div-beautiful-force {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h1-highway-against {
    margin-top: 2rem;
    font-size: 3rem;
    line-height: 1;
  }

  .div-no-bottom {
    margin-top: 3rem;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .section-regular-7 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .navigation-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .navigation-menu-button {
    background-color: #f4f4f6;
    border-radius: 8px;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: #5167f6;
    border-color: #fff;
  }

  .navigation-left, .navigation-right-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .button-primary-small {
    display: none;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-dropdown-base {
    box-shadow: none;
    padding: 16px;
  }

  .navigation-dropdown-base.w--open {
    box-shadow: none;
    height: 500px;
    margin-left: 0;
    margin-right: 0%;
    padding: 16px;
    position: static;
    overflow: auto;
  }

  .navigation-list-dropdown {
    height: 480px;
  }

  .navigation-list-dropdown.w--open {
    padding: 0;
    position: relative;
    top: 8px;
  }

  .navigation-grid-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .button-secondary-small {
    display: none;
  }

  .navigation-4 {
    position: relative;
  }

  .navigation-link {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .navigation-link-wrapper {
    justify-content: flex-start;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2-4 {
    font-size: 2.75rem;
  }

  .button-primary-3 {
    display: flex;
  }

  .overview-graph-section {
    padding-left: 7px;
    padding-right: 7px;
  }

  .report-sub-label {
    line-height: 12px;
  }

  .report-figure-link {
    font-size: 36px;
  }

  .left-nav {
    width: 20vw;
    display: none;
  }

  .top-nav-button-wrapper {
    display: none;
  }

  .top-nav-menu {
    padding-left: 16px;
  }

  .hamburger-line-6 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .menu-link {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 1px;
    font-size: 12px;
  }

  .report-block {
    justify-content: space-between;
    width: 50%;
    margin-right: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-nav-logo {
    background-image: url('../images/logo-mini-256-blue.png');
    background-position: 50% 100%;
    background-size: contain;
  }

  .top-nav-logo.mobile-hidden {
    background-size: contain;
    display: none;
  }

  .report-block-left {
    width: 30%;
  }

  .notif-icon {
    width: 20px;
    height: 20px;
  }

  .mobile-hamburger-menu {
    justify-content: center;
    align-items: stretch;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .notification-button {
    width: 28px;
    height: 28px;
  }

  .report-sub-number {
    font-size: 15px;
  }

  .overview-blocks-section {
    flex-wrap: nowrap;
    padding-top: 10px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .mock-graph {
    height: 200px;
  }

  .admin-image {
    display: none;
  }

  .admin-image.mobile-menu {
    width: 50px;
    height: 50px;
    display: flex;
  }

  .overview-graphs-wrapper {
    margin-right: 4px;
  }

  .overview-graphs-wrapper.full-width-graph {
    padding-left: 11px;
    padding-right: 11px;
  }

  .top-nav {
    height: 62px;
  }

  .report-block-right {
    flex: 0 auto;
    width: 70%;
  }

  .profile-container {
    height: 140px;
  }

  .top-nav-menu-link-wrapper {
    justify-content: flex-end;
  }

  .close-menu-area {
    flex: 1;
  }

  .mainmobile-menu {
    opacity: 0;
    background-color: #0000001c;
    width: 100vw;
    display: none;
  }

  .mobile-menu-wrapper {
    flex-direction: column;
    width: 30vw;
    display: flex;
  }

  .mobile-menu-admin-profile-wrapper {
    height: 100px;
    padding: 18px;
    display: flex;
  }

  .login-form-wrapper {
    width: 60%;
  }

  .dashboard-details-tabs {
    padding: 11px 0 11px 9px;
  }

  .tab-content, .dashboard-tab-menu {
    height: 350px;
  }

  .hamburger-line-7 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .label-text-3 {
    font-size: 32px;
  }

  .tab-content-pane {
    width: 99%;
    height: 99%;
    box-shadow: 1px 1px 3px #00000029;
  }

  .search-field-3 {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
  }

  .search-button-icon {
    font-size: 12px;
  }

  .page-label {
    height: 79px;
    font-size: 38px;
  }

  .logout-button {
    width: 90px;
    height: 22px;
    font-size: 14px;
  }

  .hamburger-line-8, .hamburger-line-9 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .provider-list-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .user-tab-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-line-10 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .schedule-appntmnt-button {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 11px;
    line-height: 13px;
  }

  .add-button {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 9px;
    font-weight: 400;
  }

  .pet-details-wrapper {
    padding-left: 3px;
    padding-right: 3px;
  }

  .row-2 {
    font-size: 10px;
  }

  .hamburger-line-11 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .status-label-text {
    font-size: 10px;
  }

  .row-1 {
    font-size: 11px;
  }

  .pet-table-coloumn {
    padding-left: 5px;
    padding-right: 5px;
  }

  .clients-button-wrapper {
    padding-left: 1px;
  }

  .clients-details-wrapper {
    width: 96%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .reminder-button {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }

  .hygeine-modal {
    display: none;
  }

  .hamburger-line-12 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .clients-search-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .client-list-label {
    padding-right: 5px;
    font-size: 12px;
    font-weight: 300;
  }

  .prescription-modal, .dewormer-modal {
    display: none;
  }

  .hamburger-line-13 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .campaign-form-wrapper {
    padding: 0 10px;
  }

  .hamburger-line-14, .hamburger-line-15, .hamburger-line-16, .hamburger-line-17 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .appointments-calendar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-line-18, .hamburger-line-19, .hamburger-line-20, .hamburger-line-21, .hamburger-line-22 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .edit-profile-field-label {
    font-size: 10px;
  }

  .profile-form-block-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .edit-profile-slide-wrapper {
    padding: 9px;
  }

  .hamburger-line-23 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .bookings-timing-block {
    flex: 0 auto;
    width: 50%;
  }

  .hamburger-line-24, .hamburger-line-25, .hamburger-line-26, .hamburger-line-27, .hamburger-line-28 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .query-wrapper {
    padding: 0 9px;
  }

  .hamburger-line-29 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .feedback-body-wrapper {
    padding: 3px;
  }

  .feedback-block {
    flex: 0 auto;
    width: 33%;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 1px;
  }

  .feedback-para-wrapper {
    padding-left: 11px;
    padding-right: 11px;
  }

  .hamburger-line-30, .hamburger-line-31 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .left-nav-2 {
    width: 20vw;
    display: none;
  }

  .top-nav-menu-2 {
    padding-left: 16px;
  }

  .hamburger-line-32 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .menu-link-2 {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 1px;
    font-size: 12px;
  }

  .top-nav-logo-2 {
    background-size: contain;
  }

  .top-nav-menu-link-wrapper-2 {
    justify-content: flex-end;
  }

  .menu-link-3, .menu-link-4 {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 1px;
    font-size: 12px;
  }

  .nav-menu-list-item {
    flex-flow: column;
    margin-bottom: 0;
  }

  .paragraph-lg {
    font-size: 1.13rem;
  }

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

  .nav-mobile-menu-button {
    color: inherit;
    background-color: #0000;
    align-self: center;
  }

  .nav-mobile-menu-button.w--open {
    color: #006aff;
    background-color: #0000;
  }

  .nav-mobile-menu-button.w--open:hover {
    color: #006aff;
  }

  .grid-layout.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .nav-7 {
    height: auto;
  }

  .nav-menu-full-page {
    padding: 1rem;
    overflow: auto;
  }

  .section-22 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .h1-heading-5 {
    font-size: 4.52rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .section.social-proof {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.features {
    padding-bottom: 20px;
  }

  .section.call-section {
    padding: 20px 20px 40px;
  }

  .section.blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.about-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about-section-4 {
    padding-top: 100px;
  }

  .container.features-grid {
    grid-row-gap: 26px;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    justify-items: stretch;
    margin-bottom: 20px;
  }

  .container.grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .container.footer-container {
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .container.video-container, .container.workout-container {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .jumbo {
    font-size: 50px;
  }

  .style-grid-two-c {
    grid-template-columns: 1fr;
  }

  .fond.feature-headline {
    margin-bottom: 20px;
  }

  .fond.workouts-headline {
    margin-bottom: 0;
  }

  .style-grid-four-c.no-margin {
    grid-template-columns: 1fr 1fr;
  }

  .style-grid-ten-c {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ninja-image-wrap {
    height: 100px;
    bottom: 80px;
    right: 25px;
  }

  .max-800 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .max-500.text-steps {
    font-size: 20px;
  }

  .form-block {
    padding: 30px;
  }

  .scribble-text.slider-name {
    margin-bottom: -7px;
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .hero-slider-image-wrap {
    height: 400px;
  }

  .hero-slider-image-pro {
    height: 100%;
    max-height: 410px;
  }

  .hero-nav-arrow.right-arrow {
    margin-top: 300px;
    margin-bottom: auto;
    margin-right: 0;
    padding-right: 15px;
    left: auto;
  }

  .hero-nav-arrow.left-arrow {
    margin-top: 300px;
  }

  .product-list {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .description-image-wrap {
    height: 350px;
    margin-top: 60px;
  }

  .description-bg {
    width: 95vw;
    height: 40%;
    top: auto;
    bottom: 0;
  }

  .description-bg.left {
    top: auto;
  }

  .description-bg.about-bg {
    height: 40%;
    top: auto;
  }

  .blog-list {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .insta-section-line {
    flex-flow: wrap;
  }

  .social-wrap {
    justify-content: flex-end;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .social-wrap.left-social {
    justify-content: flex-start;
  }

  .footer-contact-link {
    font-size: 20px;
  }

  .footer-link {
    font-size: 15px;
  }

  .footer-brand {
    height: 20px;
  }

  .cart {
    margin-left: 10px;
  }

  .hero-image-mask {
    height: 350px;
  }

  .hero-line {
    flex-flow: wrap;
    height: 125px;
    padding-left: 30vw;
    padding-right: 30vw;
  }

  .contact-link {
    font-size: 20px;
  }

  .fiche-pro-item {
    min-width: 100%;
    min-height: 100%;
    padding-bottom: 0;
  }

  .image {
    min-width: 100%;
  }

  .container-3 {
    margin-top: 130px;
  }

  .image-2 {
    max-width: 40%;
  }

  .heading-5 {
    font-size: 28px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .fond-bleu-copy.feature-headline {
    margin-bottom: 20px;
  }

  .fond-bleu-copy.workouts-headline {
    margin-bottom: 0;
  }

  .grid-8 {
    padding-left: 0;
  }

  .fond-entreprise.feature-headline {
    margin-bottom: 20px;
  }

  .fond-entreprise.workouts-headline {
    margin-bottom: 0;
  }

  .fond-entreprise.description-heading {
    min-height: 0;
    margin-left: 0;
    padding: 40px;
  }

  .div-block-10 {
    margin-top: 0;
  }

  .image-6 {
    overflow: visible;
  }

  .blog-list-copy {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .pros-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    margin-top: 50px;
    padding-bottom: 40px;
  }

  .pro-content {
    min-height: 100%;
    padding: 40px 20px;
  }

  .hero-slider-content-fiche-pro {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .div-block-15 {
    display: none;
    overflow: visible;
  }

  .collection-list-wrapper-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-list-liste-pro {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .hero-slider-image-pro-fiche-pro {
    height: 100%;
    max-height: 410px;
  }

  .fond-fiche-pro.feature-headline {
    margin-bottom: 20px;
  }

  .fond-fiche-pro.workouts-headline {
    margin-bottom: 0;
  }

  .container-list.features-grid {
    grid-row-gap: 26px;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    justify-items: stretch;
    margin-bottom: 20px;
  }

  .container-list.grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .container-list.footer-container {
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .container-list.video-container, .container-list.workout-container {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .section-3-copy {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .icon-height-large.margin-bottom.margin-xsmall.align-left {
    align-self: flex-start;
  }

  .form-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-right: auto;
  }

  .form_submission {
    grid-template-columns: 1fr;
    align-items: stretch;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .signup_content.is-opacity {
    opacity: 0;
  }

  .signup_content.is-hide {
    display: block;
  }

  .signup_content.is-hide.is-desktop {
    display: none;
  }

  .text-size-small.text-color-lightgray.text-weight-light {
    text-align: center;
  }

  .signup_main-image {
    width: 100%;
    height: 50%;
    min-height: 645px;
    inset: 0% 0% auto;
  }

  .signup_grid {
    grid-template-columns: 1fr;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-size-large.text-weight-bold.text-color-darkblue {
    font-size: 1.7rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .form_right {
    width: 100%;
    padding: 30px;
  }

  .form_wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .text-size-regular-2.text-color-secondary.text_align-mobile {
    text-align: center;
  }

  .form_left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .profile-forms-divider {
    margin-bottom: 0;
  }

  .flex-row-outer-2 {
    flex-direction: column;
  }

  .profile-top-flex {
    grid-column-gap: 20px;
    order: 1;
    justify-content: flex-end;
    margin-top: 9px;
  }

  .text-field-wrapper._15p-right {
    margin-right: 0;
  }

  .profile-settings-left {
    padding-top: 0;
  }

  .profile-title-info {
    display: none;
  }

  .dash_content {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .profile_flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .faq6_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .testimonial17_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial17_grid-list {
    grid-template-columns: 1fr;
  }

  .testimonial17_card {
    padding: 1.5rem;
  }

  .testimonial-card-e {
    padding-left: 44px;
    padding-right: 44px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-slider-b {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-right-arrow-b, .testimonial-left-arrow-b {
    width: 42px;
    height: 42px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .ms2-hide-ml {
    display: none;
  }

  .ms2-modal-nav {
    width: 185px;
    font-size: 12px;
  }

  .ms2-space {
    width: 24px;
    height: 24px;
  }

  .ms2-space.is-24 {
    width: 16px;
    height: 16px;
  }

  .ms2-space.is-8 {
    width: 4px;
    height: 4px;
  }

  .ms2-space.is-12 {
    width: 8px;
    height: 8px;
  }

  .ms2-modal-padding.is-20.is-sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ms2-categories-card {
    font-size: 14px;
  }

  .ms2-profile-tab-pane {
    left: 185px;
  }

  .ms2-modal.is-profile {
    width: 92%;
  }

  .ms-dropdown-image {
    width: 2em;
    height: 2em;
  }

  .comment-name-row {
    min-height: 2em;
    font-size: .9em;
  }

  .comment-form-button.is-icon {
    margin-bottom: 1px;
    inset: 1px 0% 1em auto;
  }

  .comment-row, .comment-form {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .comment-is-typing-section {
    padding-left: 2.5em;
  }

  .comment-h3 {
    font-size: 1.4em;
  }

  .comment-text {
    margin-bottom: .5em;
  }

  .comment-input.is-primary {
    margin-right: 4em;
    padding-right: .8em;
  }

  .comment-image, .comment-image.is-thread {
    width: 2em;
    height: 2em;
  }

  .comment-row-2 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .comment-text-2 {
    margin-bottom: .5em;
  }

  .comment-input-2.is-primary {
    margin-right: 4em;
    padding-right: .8em;
  }

  .comment-is-typing-section-2 {
    padding-left: 2.5em;
  }

  .comment-h3-2 {
    font-size: 1.4em;
  }

  .grid_1-2 {
    grid-template-columns: 1fr;
  }

  .half-image_l {
    display: none;
  }

  .earning_card-flex-one {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 50%;
    max-width: 220px;
  }

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

  .earning_content-left {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .earning_content-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .earning_card {
    width: 100%;
    max-width: none;
    max-height: 271px;
    top: -23%;
    left: 0%;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .earning_card-flex-two {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 50%;
    max-width: 220px;
  }

  .earning_content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .earning_content-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .earning_steps-icon {
    display: block;
  }

  .earning_steps-card {
    width: 100%;
  }

  .earning_steps-card-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 76%;
  }

  .earning_steps-button {
    width: 70%;
  }

  .padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-icon-line-middle, .menu-icon-line-top {
    background-color: #434de7;
  }

  .footer-outer-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-bg-image {
    width: 100%;
    height: 400px;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-icon-line-bottom {
    background-color: #434de7;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
  }

  ._2-4-grid {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .dropdown-list-3.w--open {
    position: static;
  }

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

  .footer-credit-text {
    margin-top: 0;
  }

  .large-inverse-icon {
    width: 36px;
  }

  .navbar-outer {
    height: 4rem;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  ._1-3-grid {
    grid-template-columns: 1fr;
  }

  .dropdown-2 {
    width: 100%;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .navbar-menu {
    padding: 1rem 5% 2rem;
  }

  .navbar-menu.overflow-hidden {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-block_overlap {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap_flex_cta-color {
    flex-direction: column;
  }

  .content-wrap_40pc {
    max-width: none;
    margin-bottom: 20px;
  }

  .h3-heading, .f-h3-heading {
    font-size: 40px;
  }

  .f-team-section {
    padding-top: 72px;
  }

  .f-team-grid {
    grid-template-columns: 1fr;
  }

  .header-section-s {
    padding-top: 72px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .team-background {
    margin-bottom: -64px;
  }

  .team-member {
    height: 240px;
  }

  .team-member:hover {
    margin-bottom: 0;
  }

  .team-member.team-member-right {
    margin-left: 0;
    bottom: 0;
    transform: none;
  }

  .team-member.team-member-center {
    bottom: 0;
  }

  .team-member.team-member-left {
    margin-right: 0;
    transform: none;
  }

  .team-members {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .h5-heading {
    font-size: 28px;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .pricing_card {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .pricing_contact-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 30px;
  }

  .padding-global-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pricing_save {
    right: 12%;
  }

  .text-size-xlarge-2.text-weight-semibold, .text-size-xlarge-2.text-weight-semibold.text-align-center {
    font-size: 2.5rem;
  }

  .row {
    flex-wrap: wrap;
  }

  .col.lg-6, .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }

  .col.lg-6 {
    width: 100%;
  }

  .div-block-28, .div-block-29 {
    margin-bottom: 16px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-team-grid-column {
    grid-template-columns: 1fr;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-four-column, .team-div-02 {
    grid-template-columns: 1fr;
  }

  .content-02-title-div {
    text-align: center;
  }

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

  .filters-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: grid;
  }

  .card-img {
    max-width: none;
  }

  .button-19 {
    align-self: stretch;
  }

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

  .cards-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-flex.flx {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .card-flex.mb-10 {
    margin-bottom: 10px;
  }

  .categ-wrap.but {
    border-right-style: none;
  }

  .card {
    flex-direction: column;
  }

  .content-categ {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card-buttons.flx {
    flex-direction: column;
    width: 100%;
  }

  .button-20 {
    align-self: stretch;
  }

  .products-wrap {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .activity-wrapper {
    flex-direction: column;
  }

  .cards-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .h1-3 {
    font-size: 33px;
  }

  .description-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-4 {
    font-size: 30px;
  }

  .mobile-nav-3 {
    width: 70%;
  }

  .div-block-30, .div-block-31 {
    margin-bottom: 16px;
  }

  .section-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta9-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .section-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta9-grid-2 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .pricing-icon {
    color: #1a1a1a;
  }

  .pricing-grid-wide {
    grid-template-columns: 1fr;
  }

  .h1-heading-3 {
    font-size: 48px;
  }

  .section-regular-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .profile_field-wrapper.has-button {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .dash_logo-wrap {
    height: 70px;
  }

  .widget-embed {
    min-width: 690px;
  }

  .dash_nav-wrap {
    width: 160px;
    padding-left: 0;
    padding-right: 0;
  }

  .widget-svg {
    width: 36px;
  }

  .widget-svg.close {
    display: none;
  }

  .widget-mobile {
    color: #fff;
    background-color: #2962ff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    display: flex;
    position: fixed;
    inset: auto 3vw 3vw auto;
    box-shadow: 0 0 0 5px #2962ff33;
  }

  .dash_page {
    padding-left: 180px;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .nav_logo {
    height: 1.5rem;
  }

  .dash_header {
    height: 70px;
  }

  .widget-wrapper {
    width: 250px;
    height: 400px;
    margin: auto;
    display: none;
    top: 0;
    left: 0;
  }

  .dash_h1 {
    margin-top: .3rem;
    font-size: 1.4rem;
  }

  .widget-move {
    display: none;
  }

  .div-do-left {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-high-judge {
    padding-top: 4rem;
  }

  .div-stuck-swept {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .p-base-place {
    font-size: 3rem;
    line-height: 1.25;
  }

  .span-knowledge-mind {
    display: inline;
  }

  .div-job-attention {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .a-gulf-book {
    width: auto;
  }

  .a-except-get {
    width: auto;
    margin-top: 0;
    margin-left: 1.25rem;
  }

  .top-links_wrap {
    grid-column-gap: 40px;
    align-items: center;
    display: flex;
  }

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

  .cards-wrap-2 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .content-mid {
    grid-row-gap: 40px;
  }

  .content-top {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .content-bot {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .heading-style-h2-3 {
    font-size: 2rem;
  }

  .padding-global-8 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .heading-style-h5 {
    font-size: .875rem;
  }

  .scroll {
    max-width: 92vw;
  }

  .main-hero__r {
    width: 100%;
    max-width: 350px;
  }

  .statistics-r {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._4-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .search-field-2 {
    width: 100%;
  }

  .main-hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 75px;
  }

  .statistics-wrap {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .search-wrap {
    display: none;
  }

  .form-block-6 {
    opacity: 1;
    width: 100%;
    display: block;
  }

  .form-block-7 {
    max-width: none;
  }

  .table-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-end;
  }

  .upload_gradient-wrap {
    width: 100%;
    left: auto;
  }

  .upload_file-detail {
    width: 50%;
    max-width: 191px;
  }

  .text-size-large-3 {
    font-size: 1.25rem;
  }

  .text-size-large-3.text-weight-medium.text-color-blue {
    font-size: 2.5rem;
  }

  .padding-global-9 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .upload_filetype-wrap {
    margin-top: 20px;
  }

  .div-club {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .div-highway {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-settlers {
    padding-bottom: 4rem;
  }

  .div-plant {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h1-iron {
    font-size: 3rem;
    line-height: 1;
  }

  .p-ready {
    margin-top: 2rem;
  }

  .form-effort {
    margin-top: 3rem;
  }

  .input-store {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .div-jump {
    margin-top: 0;
    position: absolute;
    top: .375rem;
    bottom: .375rem;
    right: .375rem;
  }

  .a-answer {
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .div-organization {
    margin-top: 3rem;
  }

  .div-round-four {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-captain-everywhere {
    padding-top: 4rem;
  }

  .div-beautiful-force {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h1-highway-against {
    margin-top: 2rem;
    font-size: 3rem;
    line-height: 1;
  }

  .div-no-bottom {
    margin-top: 3rem;
  }

  .h2-heading-2 {
    font-size: 40px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .navigation-button-group {
    display: none;
  }

  .navigation-grid {
    grid-template-columns: 1fr;
  }

  .text-size-medium-8 {
    font-size: 1rem;
  }

  .gallery21_mask {
    width: 100%;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2-4 {
    font-size: 2.25rem;
  }

  .gallery21_slide, .gallery21_slide-1, .gallery21_slide-3, .gallery21_slide-5, .gallery21_slide-3-copy {
    padding-right: 1.5rem;
  }

  .h1-heading-4 {
    font-size: 48px;
  }

  .flex-body {
    height: auto;
  }

  .top-nav-logo {
    background-image: url('../images/logo-mini-256-blue.png');
  }

  .top-nav-logo.mobile-hidden {
    background-size: contain;
  }

  .right-body {
    flex: 0 auto;
    width: 100vw;
    height: auto;
    overflow: auto;
  }

  .top-menu-link-container {
    justify-content: flex-end;
    padding-left: 0;
  }

  .dashboard-flex {
    height: auto;
  }

  .login-form-wrapper {
    width: 80%;
  }

  .dashboard-tab-menu {
    height: 150px;
  }

  .day-appointmnts-pane {
    padding-left: 4px;
  }

  .tab-link-2.walkins, .tab-link-2.appointments, .tab-link-2.reports, .tab-link-2.feedback {
    margin-right: 6px;
  }

  .appointments-calendar-wrapper {
    height: auto;
  }

  .quick-view-wrapper {
    flex-direction: column;
    flex: 0 auto;
    height: auto;
    padding-left: 36px;
    padding-right: 36px;
  }

  .quick-view-container {
    flex: 0 auto;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
    padding-bottom: 8px;
    overflow: hidden;
  }

  .appntmnt-day-wrapper, .action-button-wrapper {
    flex-direction: row;
  }

  .step-number {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .edit-profile-form-block {
    width: 100%;
    padding-bottom: 0;
    overflow: visible;
  }

  .form-steps-wrapper {
    font-size: 10px;
  }

  .edit-profile-right-arrow {
    right: 50px;
  }

  .edit-profile-left-arrow {
    left: 50px;
    right: auto;
  }

  .profile-form-block-wrapper {
    flex-direction: column;
    padding-bottom: 120px;
  }

  .bookings-timing-block {
    width: 100%;
  }

  .new-bookings-timing-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .feedback-block-wrapper {
    flex-direction: column;
  }

  .feedback-body-wrapper {
    padding: 6px;
  }

  .feedback-block {
    width: 100%;
  }

  .tab-link-3.walkins, .tab-link-3.appointments, .tab-link-3.reports, .tab-link-3.feedback {
    margin-right: 6px;
  }

  .nav-menu-list-item {
    margin-bottom: 0;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-margin-bottom-6rem {
    margin-bottom: 3rem;
  }

  .section-22 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h1-heading-5 {
    font-size: 3.62rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  ul {
    padding-left: 25px;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.features {
    padding-bottom: 0;
  }

  .section.call-section {
    padding-bottom: 40px;
  }

  .section.blog-section {
    padding: 40px 10px;
  }

  .section.footer-section {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .container.grid-3 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .container.features-grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container.grid-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.footer-container {
    grid-template-columns: 1fr;
  }

  .jumbo {
    font-size: 45px;
  }

  .big-paragraph-center.max-500 {
    margin-top: 0;
    font-size: 12px;
  }

  .label.categories-label {
    margin-bottom: 15px;
  }

  .brand-guidelines-nav {
    grid-template-columns: 1fr 1fr;
  }

  .guidelines-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .ninja-image-wrap {
    bottom: 115px;
  }

  .style-grid-three-c {
    grid-template-columns: 1fr;
  }

  .cta-sections {
    min-width: 80px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 8px;
  }

  .cta-sections.form-button {
    width: 100%;
    margin-top: 15px;
  }

  .cta-sections.categories-button {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-sections.discount {
    flex: 0 100%;
    margin-left: 0;
  }

  .cta-card {
    padding: 30px;
  }

  .cta-card.full-card {
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-card.full-card-center {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .max-800 {
    max-width: 200px;
  }

  .max-500.text-steps {
    font-size: 18px;
  }

  .cta-image {
    min-height: 250px;
  }

  .spacing-30-px {
    display: none;
  }

  .spacing-30-px.show {
    display: block;
  }

  .form-field {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-block {
    padding: 20px;
  }

  .form-block.full-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .nav-menu {
    width: 100vw;
  }

  .hero-slider-image-wrap {
    height: 300px;
    overflow: hidden;
  }

  .hero-slider-image-pro {
    border-radius: 10px;
  }

  .hero-nav-arrow.right-arrow {
    width: 100px;
    height: 70px;
    margin-top: 255px;
  }

  .hero-nav-arrow.left-arrow {
    width: 100px;
    height: 70px;
    margin-top: 255px;
    margin-bottom: 0;
  }

  .arrow-nav {
    width: 50px;
    height: 50px;
  }

  .feature-image-mask {
    width: 150px;
    height: 150px;
  }

  .feature-max {
    max-width: 250px;
  }

  .description-image-wrap {
    margin-top: 40px;
  }

  .newsletter-form {
    padding: 30px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .insta-post-wrap {
    width: 150px;
    height: 150px;
  }

  .insta-section-line {
    align-content: center;
  }

  .social-wrap {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-icon {
    margin-right: 10px;
  }

  .footer-brand {
    margin-bottom: 0;
  }

  .cart-quantity-1 {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-video-wrap {
    height: 300px;
  }

  .contact-form {
    padding: 30px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .text-area {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-categories, .categories-list {
    flex-wrap: wrap;
  }

  .checkout-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .sticky-form {
    width: 100%;
  }

  .add-to-cart-sideflex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .cart-quantity-2 {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .two-buttons {
    grid-template-columns: 1fr;
  }

  .shipping-container {
    overflow: hidden;
  }

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

  .heading {
    font-size: 30px;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: 20px;
  }

  .fiche-pro-item {
    min-width: 100%;
    min-height: 420px;
  }

  .image-2 {
    max-width: 60%;
  }

  .heading-5 {
    font-size: 24px;
  }

  .grid-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .etapes {
    font-size: 56px;
  }

  .div-block-6 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-white.form-button {
    width: 100%;
    margin-top: 15px;
  }

  .button-white.categories-button {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-white.discount {
    flex: 0 100%;
    margin-left: 0;
  }

  .big-paragraph-white.max-500 {
    margin-top: 0;
    font-size: 18px;
  }

  .heading-2-white {
    text-align: left;
    margin-bottom: 20px;
  }

  .fond-entreprise.description-heading {
    min-height: 0;
    padding: 20px;
  }

  .div-block-10 {
    margin-top: 0;
  }

  .pros-list {
    grid-template-columns: 1fr;
  }

  .bold-text {
    font-size: 10px;
  }

  .image-7 {
    width: 50%;
    height: 50%;
    margin-left: 42px;
    margin-right: 47px;
    padding-left: 0;
    position: relative;
  }

  .heading-2-center {
    text-align: center;
    margin-bottom: 20px;
    font-family: PT Sans, sans-serif;
  }

  .big-paragraph-center-application.max-500 {
    margin-top: 0;
    font-size: 12px;
  }

  .div-block-qrcode {
    width: 50%;
    height: 50%;
  }

  .label-qrcode.categories-label {
    margin-bottom: 15px;
  }

  .div-block-15 {
    display: none;
  }

  .hero-slider-image-pro-fiche-pro {
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .fiche-pro---adresse {
    text-align: left;
  }

  .container-list.grid-3 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .container-list.features-grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-list.grid-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-list.footer-container {
    grid-template-columns: 1fr;
  }

  .plan_card {
    padding: 16px;
  }

  .padding-global {
    width: 100%;
    height: 100%;
  }

  .plan_tab-link {
    padding: 16px;
  }

  .input_field {
    min-width: auto;
  }

  .form_submission {
    width: 100%;
    height: 100%;
    padding: 2.5rem 1rem;
  }

  .image-11 {
    width: 100%;
    margin-left: 10px;
  }

  .image-13 {
    margin-right: auto;
  }

  .text-block-8 {
    margin-left: auto;
    padding-left: 0;
    font-size: 10px;
  }

  .bold-text-2 {
    font-size: 10px;
  }

  .text-block-9 {
    font-family: PT Sans, sans-serif;
    font-size: 10px;
  }

  .text-size-small.text-color-lightgray.text-weight-light {
    font-size: .8rem;
  }

  .signup_detail-wrap {
    padding: 40px 20px 20px;
  }

  .text-size-regular.text-color-gray, .text-size-regular.text-weight-medium.text-color-blue {
    font-size: 1rem;
  }

  .text-size-large.text-weight-bold.text-color-darkblue {
    font-size: 1.5rem;
  }

  .form_right {
    padding: 20px 15px;
  }

  .form-_block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .form_button {
    margin-top: 0;
  }

  .form_wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 10px;
  }

  .text-size-regular-2.text-color-secondary.text_align-mobile {
    text-align: center;
  }

  .text-size-regular-2.text-color-gray {
    font-size: .9rem;
  }

  .icon_box {
    justify-content: center;
    align-items: center;
  }

  .form_heading {
    font-size: 1.25rem;
  }

  .form_left-contentbox {
    flex-flow: column;
  }

  .form_left {
    padding-right: 0;
  }

  .form_select-box {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontal.padding-medium.padding-1rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs-menu {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .video-single-box {
    padding: 25px 20px;
  }

  .button-2 {
    justify-content: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .payment_content-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-8 {
    padding: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_content {
    grid-template-columns: 1fr;
  }

  .paragraph-large {
    text-align: justify;
    font-size: 12px;
  }

  .ms2-social-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 12px;
  }

  .ms2-modal-nav {
    width: 96px;
  }

  .ms2-modal-padding.is-20.is-sidebar {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .ms2-svg.is-arrow {
    display: none;
  }

  .ms2-input.has-button {
    border-radius: 4px;
    margin-bottom: 10px;
  }

  .ms2-nav-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .ms2-input-flex {
    flex-direction: column;
  }

  .ms2-social-button {
    padding: 8px 36px 8px 8px;
  }

  .ms2-hide-mp {
    display: none;
  }

  .ms2-social-image {
    width: 20px;
  }

  .ms2-button.is-after-input {
    border-radius: 5px;
  }

  .ms2-grid {
    grid-template-columns: 1fr;
  }

  .ms2-profile-tab-pane {
    left: 96px;
  }

  .ms2-flex-row.ms2-horizontal {
    flex-direction: column;
  }

  .ms2-flex-row.ms2-horizontal.is-align-center {
    align-items: flex-start;
  }

  .denied-button {
    width: 100%;
    min-height: auto;
    padding: .6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .comment-is-typing-section {
    padding-left: 0;
  }

  .comment-reply-section {
    margin-left: -1em;
  }

  .comment-is-typing-section-2 {
    padding-left: 0;
  }

  .navbar-2 {
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .wrapper.nav {
    width: 35px;
    min-width: auto;
    max-width: none;
    height: 35px;
    min-height: auto;
    max-height: none;
    overflow: auto;
  }

  .dropdown {
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
  }

  .paragraph-3 {
    text-align: justify;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .paragraph-4 {
    width: 100%;
    font-size: 12px;
  }

  .content-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .wrap_body-color_half-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-2 {
    text-align: justify;
  }

  .qui-sommes-nous, .nos-services {
    background-color: #fff;
  }

  .earning_card-flex-one {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .text-size-xlarge.text-color-secondary.text-weight-bold.text_size-mobile, .text-size-xlarge.text-weight-bold {
    font-size: 1.5rem;
  }

  .earning_content-left {
    justify-content: space-between;
    align-items: center;
  }

  .earning_content-right {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-size: contain;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .earning_card {
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: none;
  }

  .earning_card-flex-two {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .earning_content, .earning_content-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .earning_steps-icon {
    min-width: auto;
  }

  .earning_steps-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .earning_steps-card {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .earning_steps-card-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .earning_steps-button {
    width: 80%;
    max-width: 250px;
    min-height: 56px;
    margin-top: 40px;
  }

  .earning_steps-heading {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .input-large {
    min-width: 100px;
  }

  ._2-2-grid {
    flex-direction: column;
    display: flex;
  }

  .tabs-content-3 {
    padding-top: 20px;
  }

  .h2-2 {
    text-align: justify;
    width: 100%;
    font-size: 25px;
  }

  .faq-answer {
    object-fit: fill;
  }

  .small-card {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-items-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  ._2-4-grid {
    text-align: left;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  ._2-4-grid.vertical-mobile {
    grid-auto-flow: row;
  }

  .content-block-center {
    padding-bottom: 10px;
  }

  .tab-button {
    text-align: center;
    justify-content: center;
  }

  .tab-button.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  ._1-7-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tab-panel {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-5 {
    width: 100%;
    font-size: 12px;
  }

  .h1-2 {
    font-size: 25px;
  }

  .button-10.secondary {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .button-10.in-nav {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap_flex_cta-color {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3-heading {
    margin-top: -77px;
  }

  .team-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-team-social-circle {
    margin-bottom: 16px;
  }

  .f-team-card-small {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .f-paragraph-regular {
    text-align: justify;
  }

  .f-team-card-wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }

  .button-header {
    width: 100%;
  }

  .button-primary {
    width: 100%;
    font-size: 16px;
  }

  .h1-heading {
    margin-top: 40px;
    font-size: 30px;
  }

  .header1_content, .team-card-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-regular {
    text-align: justify;
  }

  .team-members {
    grid-template-columns: 1fr;
  }

  .text-size-medium-4 {
    text-align: justify;
  }

  .pricing_tab-link {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .pricing_card {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing_tab-wrap {
    margin-top: -20px;
  }

  .pricing_contact-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing_plan {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .pricing_plan._2 {
    padding-top: 20px;
  }

  .pricing_check-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }

  .pricing_save {
    top: -.5%;
    right: 8%;
  }

  .pricing_contact-button-wrapper {
    width: auto;
  }

  .text-size-xlarge-2.text-weight-semibold, .text-size-xlarge-2.text-weight-semibold.text-align-center {
    font-size: 2rem;
  }

  .form-section-inner-04 {
    width: 90%;
    padding: 20px;
  }

  .contact-method {
    margin-bottom: 10px;
  }

  .heading-2.center {
    text-align: left;
  }

  .form-block-04 {
    width: 100%;
    max-width: 100%;
  }

  .contact-method-wrap {
    flex-direction: column;
  }

  .contact-method-wrap.in-form-04 {
    align-items: flex-start;
    width: 100%;
  }

  .contact-icon {
    min-width: 22px;
    min-height: 22px;
  }

  ._2-questions-wrap {
    flex-direction: column;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-3 {
    width: 100%;
  }

  .contact-form-container {
    padding: 0;
  }

  .blog1-article.blog1-article-left-wrapper {
    margin-bottom: 30px;
  }

  .content-02-title-div {
    text-align: left;
    align-items: flex-start;
  }

  .team-card-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

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

  .nav-profile.mobile {
    flex-direction: row;
  }

  .content {
    padding-top: 40px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .card-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: grid;
  }

  .button-19 {
    width: 100%;
  }

  .card-flex.mb-10 {
    margin-bottom: 10px;
  }

  .categ-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    border-bottom: 1px solid #00000026;
    border-right-style: none;
    align-self: stretch;
    align-items: center;
    padding-bottom: 10px;
  }

  .categ-wrap.last {
    border-bottom-style: none;
  }

  .categ-wrap.but {
    border-bottom-style: none;
    border-right-style: none;
  }

  .card {
    min-height: auto;
  }

  .content-categ {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .card-buttons, .button-20 {
    width: 100%;
  }

  .h1-3 {
    font-size: 30px;
  }

  .h1-3.mb-30 {
    margin-bottom: 20px;
  }

  .course-card {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-13 {
    padding-bottom: 20px;
  }

  .description-2 {
    margin-bottom: 40px;
  }

  ._2x2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .course-img__cover {
    border-radius: 20px;
  }

  .h2-4 {
    font-size: 28px;
  }

  .mobile-nav-3 {
    background-color: #fff;
    width: 100%;
  }

  .section-14 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta9-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-15 {
    z-index: 500;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta9-grid-2 {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .close-text {
    z-index: 1001;
    position: relative;
  }

  .image-23 {
    margin-top: 21px;
    margin-right: 19px;
    padding-right: 0;
  }

  .image-24 {
    margin-top: 20px;
    padding-left: 0;
  }

  .link-5 {
    font-size: 10px;
  }

  .price-card-line-blue {
    padding: 24px 14px;
  }

  .dash_nav-wrap {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 0;
    position: static;
  }

  .dash_page {
    padding-left: 25px;
  }

  .dash_button {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .full-section-3 {
    padding-left: 25px;
  }

  .dashboard-3-menu-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 20px;
    position: static;
  }

  .dashboard-3-links {
    flex-direction: column;
  }

  .button-27.absolute {
    position: static;
  }

  .div-diagram-flag {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-do-left {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-largest-disappear {
    display: flex;
  }

  .div-flow-upper, .div-twelve-red {
    flex-direction: column;
    display: none;
  }

  .a-journey-pond {
    flex-direction: column;
  }

  .section-high-judge {
    padding-top: 3rem;
  }

  .div-stuck-swept {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .p-base-place {
    font-size: 2.25rem;
    line-height: 1.25;
  }

  .span-knowledge-mind {
    display: inline-flex;
  }

  .div-job-attention {
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .a-gulf-book {
    flex-direction: column;
    width: 100%;
  }

  .a-except-get {
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
  }

  .top-links_wrap {
    grid-column-gap: 20px;
  }

  .content-3 {
    padding: 20px 10px;
  }

  .mobile-nav-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-72 {
    font-size: 12px;
  }

  .hero_tab-link {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .hero_content {
    width: 100%;
    height: 45.3125rem;
  }

  .hero_top-div {
    width: 100%;
    margin-top: -35px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .tab-link-tab-1 {
    margin-bottom: 5px;
    right: auto;
  }

  .tab-link-tab-1.w--current {
    width: 100%;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .tab-link-tab-2 {
    margin-left: auto;
    margin-right: auto;
    right: auto;
  }

  .tab-link-tab-2.w--current {
    right: auto;
  }

  .tab-link-tab-3 {
    margin-top: 5px;
  }

  .tab-link-tab-4 {
    margin-top: 5px;
    left: auto;
  }

  .form-8 {
    margin-top: -25px;
  }

  .nav-link-7 {
    padding: 10px;
  }

  .section-leads {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_tasks {
    padding: 20px;
  }

  .dashboard-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .numbers-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .group-row {
    width: 1100px;
  }

  .scroll {
    max-width: 89vw;
  }

  .form-block-5 {
    max-width: 200px;
  }

  .user-wrap__sec {
    width: 40px;
    height: 40px;
  }

  .cta-card-2 {
    margin-bottom: 25px;
    padding: 20px 15px;
  }

  .statistics-r {
    grid-template-columns: 1fr;
  }

  .new-project {
    padding: 12px 13px;
  }

  .navigation-3 {
    width: 47%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .statistics-l, .secondary-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .scroll-2.tablet-none {
    width: 53%;
  }

  .info-flex {
    padding-left: 25px;
  }

  .nav-link-9 {
    padding-left: 15px;
  }

  ._3-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .nav-link__wrap {
    left: -10px;
  }

  .mid-links {
    justify-content: space-between;
    width: 100%;
  }

  .mid-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .button-32.filled, .button-32.main {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .table-line {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: minmax(170px, 1fr) minmax(240px, 1fr) minmax(150px, 1fr) minmax(130px, 110px);
  }

  .upload_file-detail {
    width: 90%;
  }

  .text-size-large-3.text-weight-medium.text-color-blue {
    font-size: 1.6rem;
  }

  .div-club {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-highway {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-death {
    display: flex;
  }

  .div-trunk {
    flex-direction: column;
    margin-left: 2.5rem;
    display: none;
  }

  .a-should {
    margin-left: 2.5rem;
  }

  .div-lift {
    flex-direction: column;
    display: none;
  }

  .section-settlers {
    padding-bottom: 3rem;
  }

  .div-plant {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-then {
    grid-template-columns: 1fr;
  }

  .h1-iron {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .p-ready {
    margin-top: 1rem;
  }

  .form-effort {
    margin-top: 2rem;
  }

  .input-store {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-jump {
    flex-direction: column;
    margin-top: 1rem;
  }

  .a-answer {
    flex-direction: column;
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .div-organization {
    margin-top: 2rem;
  }

  .div-round-four {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-region-clothing {
    flex-direction: column;
    height: 4rem;
  }

  .div-between-queen {
    flex-direction: column;
    margin-left: 1rem;
  }

  .div-lovely-married {
    flex-direction: column;
    display: none;
  }

  .span-movie-smaller {
    display: none;
  }

  .a-grow-aboard {
    flex-direction: column;
    margin-left: -.5rem;
  }

  .div-captain-everywhere {
    padding-top: 3rem;
  }

  .div-great-weak, .div-master-labor {
    display: none;
  }

  .div-beautiful-force {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-chance-opinion {
    text-align: center;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-highway-against {
    margin-top: .75rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .div-no-bottom {
    margin-top: 2rem;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .title-center {
    margin-bottom: 56px;
  }

  .button-primary-small {
    width: 100%;
  }

  .navigation-dropdown-base {
    padding: 8px;
  }

  .navigation-dropdown-base.w--open {
    padding: 14px;
  }

  .navigation-4 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .navigation-container {
    width: 10rem;
    margin-top: auto;
    position: static;
  }

  .div-block-37, .button-primary-3 {
    width: 100%;
  }

  .div-block-41, .tabs-menu-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-29 {
    position: static;
  }

  .dropdown-5, .link-block-3 {
    margin: auto;
  }

  .dropdown-toggle-2 {
    padding: 0;
  }

  .navbar-5 {
    width: 100%;
    margin-bottom: auto;
  }

  .container-22 {
    width: 10rem;
    margin-top: auto;
  }

  .image-32 {
    margin-left: auto;
  }

  .dropdown-6 {
    padding-left: 0;
  }

  .container-23 {
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .overview-graph-section {
    flex-direction: column;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .report-block-label {
    font-size: 10px;
    line-height: 14px;
  }

  .left-nav {
    width: 70vw;
    margin-left: -70vw;
  }

  .flex-body {
    height: auto;
  }

  .top-nav-button-wrapper {
    flex-direction: row;
    justify-content: flex-end;
  }

  .top-nav-menu {
    z-index: 999;
    background-color: #fffefe;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .top-nav-menu.edit-profile-page {
    justify-content: space-between;
    padding-right: 8px;
  }

  .hamburger-line-6 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .admin-drop-down-toggle {
    justify-content: space-between;
    align-items: center;
    padding-right: 5px;
    display: none;
  }

  .dashboard-sub-link {
    text-align: center;
    flex: none;
    justify-content: center;
    line-height: 16px;
  }

  .dashboard-sub-link.full-width {
    flex-wrap: nowrap;
    flex: 0 auto;
    width: 1000px;
  }

  .report-block {
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    padding: 6px 7px;
    display: flex;
  }

  .top-nav-logo {
    background-image: url('../img/Capture-d’écran-2025-04-03-à-15.33.00.png');
    background-position: 50%;
    background-size: cover;
    width: 130px;
  }

  .top-nav-logo.mobile-hidden {
    display: none;
  }

  .mobile-hamburger-menu {
    justify-content: center;
    height: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
  }

  .mobile-hamburger-menu.hidden {
    display: none;
  }

  .overview-blocks-section {
    flex-flow: column;
    align-content: stretch;
    padding-top: 5px;
    padding-bottom: 0;
    display: flex;
    overflow: scroll;
  }

  .right-body {
    flex: 0 auto;
    width: 100vw;
  }

  .admin-image {
    display: none;
  }

  .admin-image.mobile-menu {
    width: 50px;
    height: 50px;
    display: flex;
  }

  .text-block-24 {
    display: none;
  }

  .admin-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .overview-graphs-wrapper {
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
  }

  .overview-graphs-wrapper.full-width-graph {
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .top-nav {
    height: 45px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .top-nav.home-page {
    width: 100vw;
    padding-left: 4px;
    padding-right: 4px;
    overflow: scroll;
  }

  .top-nav.home-page.create-appointment-page {
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
  }

  .top-menu-link-container {
    display: none;
  }

  .dashboard-flex {
    height: auto;
    padding-top: 9vh;
  }

  .dashboard-flex.edit-profile-page {
    padding-top: 0;
    position: absolute;
  }

  .top-nav-menu-link-wrapper {
    flex: 0 auto;
    padding-right: 0;
  }

  .icon-5 {
    margin-right: 0;
  }

  .close-menu-area {
    flex: 1;
  }

  .mainmobile-menu {
    z-index: 1000;
    opacity: 0;
    background-color: #000000bf;
    flex-direction: row;
    width: 100vw;
    height: 100vh;
    display: none;
    inset: 0;
  }

  .mobile-menu-wrapper {
    width: 75%;
    overflow: scroll;
  }

  .mobile-menu-admin-profile-wrapper {
    height: auto;
    padding: 16px 13px;
    display: flex;
  }

  .login-form-wrapper {
    width: 90%;
    height: 80%;
  }

  .login-logo {
    background-size: 140px;
    width: 150px;
    height: 150px;
    margin-top: -65px;
  }

  .login-screen {
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    padding: 90px 0 0;
  }

  .login-form-block {
    padding-left: 9px;
    padding-right: 9px;
  }

  .dashboard-details-tabs {
    padding-left: 3px;
    padding-right: 1px;
  }

  .tab-content {
    height: auto;
  }

  .dashboard-tab-menu {
    height: 124px;
  }

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

  .feedbacks-wrapper {
    align-items: stretch;
    padding-bottom: 2px;
  }

  .day-tab-link, .day-tab-link.w--current {
    flex: 1;
  }

  .hamburger-line-7 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .label-text-3 {
    font-size: 29px;
    line-height: 40px;
  }

  .tab-link-text-1 {
    padding-top: 9px;
    padding-bottom: 14px;
    font-size: 28px;
    line-height: 8px;
  }

  .feedback-text {
    margin-bottom: 4px;
  }

  .tab-content-pane {
    height: auto;
    padding-right: 1px;
  }

  .tab-link-icon.walk-ins, .tab-link-icon.report-icon, .tab-link-icon.queue-icon, .tab-link-icon.feedback-icon {
    width: 20px;
    height: 20px;
  }

  .tab-link-2.walkins, .tab-link-2.appointments {
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .tab-link-2.reports {
    margin-right: 2px;
  }

  .tab-link-2.reports.w--current {
    padding-left: 2px;
    padding-right: 2px;
  }

  .tab-link-2.feedback {
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .tab-link-text-2 {
    font-size: 10px;
  }

  .dashboard-feedback-label-wrapper {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .feedbacks-header {
    width: 100%;
    padding-right: 6px;
  }

  .reports-tab-content {
    text-align: center;
    line-height: 28px;
  }

  .icon-6 {
    margin-right: 0;
  }

  .day-tab-menu {
    display: flex;
  }

  .date-text {
    font-size: 13px;
    line-height: 8px;
  }

  .page-label {
    flex-direction: column;
    align-items: stretch;
    padding: 3px 10px;
  }

  .day-text {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
  }

  .logout-button {
    padding-top: 0;
  }

  .task-links {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .task-action-button.pending {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .task-action-button.reject {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .task-action-button.review, .task-action-button.approve {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hamburger-line-8 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .task-block {
    background-color: #fff;
    flex-direction: column;
    align-items: stretch;
    min-height: 100px;
    margin-bottom: 9px;
    padding-left: 6px;
    padding-right: 3px;
  }

  .icon-7 {
    margin-right: 0;
  }

  .user-provider-label-row {
    display: none;
  }

  .hamburger-line-9 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .user-tabpane-content-wrapper {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .provider-list-wrapper {
    width: 100%;
  }

  .provider-list-row {
    color: #707070;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 4px;
    flex-flow: column;
    margin-bottom: 5px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    display: flex;
  }

  .button-wrapper {
    flex-direction: column;
  }

  .user-tab-pane {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .create-appointment-button {
    flex: 1;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-bottom: 4px;
    margin-right: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 11px;
    line-height: 12px;
    display: flex;
  }

  .provider-status-action-link {
    text-align: center;
    background-color: #e7e7e7;
    border-radius: 2px;
    justify-content: center;
    width: 20px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .hamburger-line-10 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .schedule-appntmnt-button {
    margin-left: 1px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 15px;
    line-height: 20px;
  }

  .pet-details-wrapper {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 9px;
    padding-right: 9px;
  }

  .clients-profile-wrapper {
    width: 100%;
    margin-bottom: 5px;
  }

  .row-2 {
    padding-left: 5px;
    font-size: 12px;
  }

  .hamburger-line-11 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .row-1 {
    padding-left: 5px;
    font-size: 13px;
  }

  .dob-text {
    font-size: 14px;
    line-height: 22px;
  }

  .pet-name-text {
    font-size: 24px;
    line-height: 24px;
  }

  .breed-text {
    font-size: 14px;
    line-height: 22px;
  }

  .profile-button-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .clients-details-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    width: auto;
    padding-top: 5px;
  }

  .reminder-button {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 15px;
  }

  .hamburger-line-12 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .clients-search-wrapper {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .input-field {
    width: 100%;
    height: 37px;
    font-size: 16px;
  }

  .input-field.create-campaign {
    width: 100%;
  }

  .input-field.create-campaign.campaign-message-field {
    height: 200px;
  }

  .input-field.contact {
    width: 100%;
  }

  .input-field.email {
    flex: 0 auto;
    width: 100%;
  }

  .field-label-2 {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
  }

  .field-label-2.email {
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .form-field-wrapper, .form-field-wrapper.create-campaign {
    flex-direction: column;
  }

  .form-field-wrapper.contact {
    flex-direction: column;
    width: auto;
  }

  .form-field-wrapper.email {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .client-list-wrapper {
    display: none;
  }

  .search-div {
    width: 80%;
  }

  .hamburger-line-13 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .reports-container {
    flex: 0 auto;
    height: auto;
    min-height: 300px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .reports-wrapper {
    flex-direction: column;
    padding-left: 2px;
    padding-right: 2px;
  }

  .new-campaign-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .new-campaign-form.help-form {
    width: auto;
  }

  .campaign-form-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .form-button-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .hamburger-line-14 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .upload-button-wrapper {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 17px;
  }

  .upload-file-button {
    margin-right: 0;
  }

  .query-details-block {
    margin-top: -15px;
    padding-left: 51px;
    font-size: 12px;
  }

  .hamburger-line-15 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .query-profile-image {
    margin-right: 7px;
  }

  .query-profile-block {
    align-items: flex-start;
    padding-left: 12px;
  }

  .query-profile-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .community-post-wrapper {
    width: 100%;
  }

  .community-post-profile-wrapper {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hamburger-line-16 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .help-form-wrapper {
    align-items: stretch;
    padding-left: 13px;
    padding-right: 13px;
  }

  .hamburger-line-17 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .employee-button-wrapper {
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }

  .create-employee-wrapper {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .create-employee-form-label {
    width: 100%;
  }

  .create-employee-form-wrapper {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .appointments-calendar-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 6px;
    padding-right: 6px;
  }

  .new-appntmnt-form {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: scroll;
  }

  .new-appntmnt-form.mobile-version {
    padding-top: 0;
    padding-bottom: 0;
  }

  .quick-view-wrapper {
    flex-direction: column;
    padding-top: 10px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .form-sub-label {
    text-align: center;
    font-weight: 700;
  }

  .quick-view-container {
    margin-top: 10px;
    margin-right: 0;
  }

  .hamburger-line-18 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .quickview-details-wrapper {
    font-size: 15px;
    font-weight: 400;
  }

  .field-wrapper-2 {
    flex-direction: column;
  }

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

  .form-submit-button {
    width: 80%;
    font-size: 16px;
  }

  .new-appointment-wrapper {
    flex-direction: column;
    width: 100vw;
  }

  .new-appointment-wrapper.hidden {
    display: none;
  }

  .new-appointment-wrapper.mobile-view {
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .cancel-button, .confirm-button {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
  }

  .appntmnt-day-wrapper {
    font-weight: 400;
  }

  .form-wrapper {
    flex-direction: column;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .hamburger-line-19 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .calendar-image {
    background-position: 50% 0;
    width: 100%;
    height: 100%;
  }

  .calendar-wrapper {
    width: 100%;
    height: 213px;
  }

  .mobile-back-button {
    color: #616161;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 34px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .hamburger-line-20 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .appointment-field-wrapper {
    flex-direction: column;
  }

  .service-provider-image-wrapper {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .hamburger-line-21 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .edit-profile-text-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .edit-profile-button-wrapper {
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 15px;
  }

  .basic-detail-label-text {
    font-size: 12px;
  }

  .basic-details-edit-form-wrapper {
    flex-direction: column;
  }

  .view-site-link-button {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
  }

  .basic-details-div {
    flex-direction: column;
  }

  .edit-basic-details-button {
    justify-content: center;
    width: 50%;
    margin-left: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .basic-detail-text {
    font-size: 12px;
    line-height: 13px;
  }

  .step-number {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
    margin-right: 0;
  }

  .exit-edit-profile-button {
    padding: 4px 17px;
  }

  .edit-profile-input-field {
    margin-bottom: 0;
  }

  .hamburger-line-22 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .edit-profile-form-block {
    padding-bottom: 0;
  }

  .slide-button-bg {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .edit-profile-slide-mask {
    height: auto;
  }

  .form-steps-wrapper {
    text-align: center;
    text-transform: uppercase;
    flex-direction: column;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
  }

  .edit-profile-right-arrow {
    margin-top: auto;
    margin-bottom: 10px;
    position: fixed;
    right: 26px;
  }

  .edit-profile-left-arrow {
    margin-bottom: 10px;
    margin-left: 0;
    position: fixed;
    bottom: 0;
    left: 26px;
    right: auto;
  }

  .edit-profile-slide {
    height: auto;
  }

  .edit-profile-form-submit-button {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    right: 26px;
  }

  .profile-form-block-wrapper {
    flex-direction: column;
    height: auto;
    padding-bottom: 71px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .edit-profile-slide-wrapper {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .profile-creation-page-name {
    text-align: center;
    flex: 0 auto;
    font-size: 14px;
  }

  .hamburger-line-23 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .bookings-timing-block {
    padding-left: 0;
    padding-right: 0;
  }

  .new-profile-timing-block-button {
    align-items: center;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .services-checkbox-flied {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .plus-icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }

  .hamburger-line-24 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .new-bookings-timing-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .day-block-wrappper {
    margin-left: 0;
    margin-right: 0;
  }

  .checkbox-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }

  .checkbox-wrapper.pet-preference {
    align-items: stretch;
  }

  .pet-preference-checkbox-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hamburger-line-25 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .pet-age-selector-dropdown {
    width: 100%;
    margin-left: 0;
  }

  .checkbox-service-label {
    margin-bottom: 9px;
  }

  .hamburger-line-26, .hamburger-line-27, .hamburger-line-28 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .query-profile-seperator {
    display: flex;
  }

  .query-ans-submit-button {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .answer-form {
    flex-direction: column;
    display: flex;
  }

  .answer-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .query-block {
    padding-left: 0;
    padding-right: 0;
  }

  .question-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .query-wrapper {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hamburger-line-29 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .feedback-block-wrapper {
    flex-direction: column;
  }

  .hamburger-line-30, .hamburger-line-31 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .left-nav-2 {
    width: 70vw;
    margin-left: -70vw;
  }

  .top-nav-menu-2 {
    z-index: 999;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .hamburger-line-32 {
    flex: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .top-nav-logo-2 {
    background-size: contain;
    width: 130px;
  }

  .tab-link-3.walkins, .tab-link-3.appointments {
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .tab-link-3.reports {
    margin-right: 2px;
  }

  .tab-link-3.reports.w--current {
    padding-left: 2px;
    padding-right: 2px;
  }

  .tab-link-3.feedback {
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .top-nav-menu-link-wrapper-2 {
    flex: 0 auto;
    padding-right: 0;
  }

  .link-block-6 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-8 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 29px;
  }

  .icon-9 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    padding-right: 0;
  }

  .text-block-38 {
    margin-right: auto;
  }

  .nav-menu-list-item {
    margin-bottom: 0;
  }

  .button-group-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .nav-mobile-menu-button.w--open {
    color: inherit;
  }

  .button-33 {
    white-space: nowrap;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .nav-menu-full-page {
    padding: 0;
  }

  .button-group-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-34 {
    white-space: nowrap;
  }

  .section-22 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .h1-heading-5 {
    font-size: 2.89rem;
  }
}

#w-node-bde86b08-fbc0-e25a-54ac-7ef9ebc6cb85-db5006cc {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_1d6466da-e94d-115c-c97d-71e22c54b454-2c54b452 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1d6466da-e94d-115c-c97d-71e22c54b46f-2c54b452 {
  justify-self: auto;
}

#w-node-_1d6466da-e94d-115c-c97d-71e22c54b47e-2c54b452 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_5683449e-419b-41d8-95d5-805fbe5f72c6-2c54b452 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5f510f4-b14c-efdd-1941-1b5560401330-2c54b452, #w-node-_9057eee6-44df-906c-df98-e6c4d29c763d-2c54b452, #w-node-d1eb1239-85c8-c252-0c9d-609b1f970522-2c54b452, #w-node-_30e46e57-e31e-7f24-c8c3-36b5af25bc87-af25bc84, #w-node-_30e46e57-e31e-7f24-c8c3-36b5af25bc88-af25bc84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5390b488-cb65-a2b5-f911-27ac2b6b0191-f85006de {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_8847fb28-3dcd-3b24-75d1-3359b99efea6-f85006de {
  justify-self: end;
}

#w-node-_8847fb28-3dcd-3b24-75d1-3359b99efeab-f85006de, #w-node-_8847fb28-3dcd-3b24-75d1-3359b99efebf-f85006de, #w-node-_8847fb28-3dcd-3b24-75d1-3359b99efed3-f85006de, #w-node-_8847fb28-3dcd-3b24-75d1-3359b99efee7-f85006de, #w-node-_8847fb28-3dcd-3b24-75d1-3359b99efefb-f85006de, #w-node-_8847fb28-3dcd-3b24-75d1-3359b99eff0f-f85006de, #w-node-e6b57689-741d-0b4a-7b6c-a5f7d2584ef9-f85006de, #w-node-f39b0863-94ce-8580-dbaf-1c9f910bb0fe-f85006de, #w-node-_75a425d6-8610-5cd4-3a99-8e91917af90a-f85006de, #w-node-_4d8e9371-28bc-a242-56fe-70cbb1df596a-f85006de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cb755e5-b824-9871-afc3-6b9ea528fbc9-a1f75e46 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_37e1dddf-b9df-a168-bc83-ee07b27a0cb7-a1f75e46, #w-node-_37e1dddf-b9df-a168-bc83-ee07b27a0ce2-a1f75e46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fa8c169-7388-4183-cfa0-ce70374132ff-a1f75e46, #w-node-_3fa8c169-7388-4183-cfa0-ce703741331d-a1f75e46 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3fa8c169-7388-4183-cfa0-ce7037413341-a1f75e46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fa8c169-7388-4183-cfa0-ce7037413354-a1f75e46, #w-node-_3fa8c169-7388-4183-cfa0-ce7037413372-a1f75e46 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88d8f3b0-d7df-291d-a33f-f0f8c4fdeeb1-a1f75e46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1b5460c-9bf5-2deb-fd52-f58b8fa825bd-1b976903 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_32354d41-e9b2-de66-4ad8-e8ebd5ea0715-e260f858 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12d96dde-afd5-86a2-c79d-3acbcf831ec4-e260f858, #w-node-ba75223a-0195-d42f-4813-6b698205e65d-4cb4b5f4, #w-node-_92474616-8a28-7ae5-c293-40aaeb579932-a54024c7 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_32354d41-e9b2-de66-4ad8-e8ebd5ea0706-a54024c7 {
  place-self: center start;
}

#w-node-d1b2c898-5707-459b-f678-fa6862144efc-f4a85ad5 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-b78f63e7-881d-ef06-1c1d-ce2e80bcc4b8-f4a85ad5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e1a602f-22d4-fe09-fb01-5f5936f8b851-c67d4534 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-ac2df956-9681-57fc-8cbd-6cab6ebadea6-c67d4534 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#Google-My-business.w-node-_32bc3174-bfbd-d2fb-3854-9e299d456b1f-c67d4534, #password.w-node-_0dac9140-326d-76ee-7f02-c3ca5a783a04-c67d4534, #password-2.w-node-_73f0735a-3507-5f37-c239-8a2a74d4767a-c67d4534 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3399148-691d-b6c2-688a-aa62cfc946b6-c67d4534 {
  grid-area: Area-3;
}

#w-node-_4ca4e1f3-74ed-44a5-63b3-2bac957f43a0-c67d4534 {
  grid-area: Area-9;
}

#type-3.w-node-_581793c1-b7ff-9061-38b5-cc63d36bbfcb-c67d4534 {
  grid-area: Area-2;
}

#w-node-a27352e0-52c5-35f0-e707-d2c47e6c4532-b8da877d {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_32354d41-e9b2-de66-4ad8-e8ebd5ea0706-b8da877d {
  place-self: center start;
}

#w-node-_3bf8aba7-c6a8-8431-ddea-bbd0116fa337-e796d461 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_786118f2-7154-b855-adff-4ae65d818e7d-e796d461, #w-node-_786118f2-7154-b855-adff-4ae65d818eb2-e796d461, #w-node-_45d5ca61-2386-90e1-9911-028066e0e331-446170b2, #w-node-_45d5ca61-2386-90e1-9911-028066e0e34d-446170b2, #w-node-_45d5ca61-2386-90e1-9911-028066e0e35e-446170b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45d5ca61-2386-90e1-9911-028066e0e3a5-446170b2 {
  justify-self: start;
}

#w-node-_45d5ca61-2386-90e1-9911-028066e0e3a4-446170b2, #w-node-_45d5ca61-2386-90e1-9911-028066e0e3a7-446170b2, #w-node-_45d5ca61-2386-90e1-9911-028066e0e3af-446170b2, #w-node-_45d5ca61-2386-90e1-9911-028066e0e3bb-446170b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45d5ca61-2386-90e1-9911-028066e0e3c6-446170b2 {
  grid-area: Area;
}

#w-node-_45d5ca61-2386-90e1-9911-028066e0e3d1-446170b2 {
  grid-area: Area-2;
}

#w-node-_45d5ca61-2386-90e1-9911-028066e0e417-446170b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45d5ca61-2386-90e1-9911-028066e0e41f-446170b2, #w-node-_45d5ca61-2386-90e1-9911-028066e0e465-446170b2, #w-node-_45d5ca61-2386-90e1-9911-028066e0e457-446170b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_45d5ca61-2386-90e1-9911-028066e0e42d-446170b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_2fd934c8-eaa9-3c41-767c-a9b648b42578-567f67bd, #w-node-f4796f57-12cd-c7be-ad7a-d39af35433b6-69a00c7b {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-b7c59337-4f8b-4e92-78e4-ca59155fb0fd-69a00c7b, #w-node-b7c59337-4f8b-4e92-78e4-ca59155fb0fe-69a00c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7efaab13-548c-b8c2-ce6e-ccfe9c19ade5-143b69e8 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_37e1dddf-b9df-a168-bc83-ee07b27a0cb7-143b69e8, #w-node-_37e1dddf-b9df-a168-bc83-ee07b27a0ce2-143b69e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fa8c169-7388-4183-cfa0-ce70374132ff-143b69e8, #w-node-_3fa8c169-7388-4183-cfa0-ce703741331d-143b69e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3fa8c169-7388-4183-cfa0-ce7037413341-143b69e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fa8c169-7388-4183-cfa0-ce7037413354-143b69e8, #w-node-_3fa8c169-7388-4183-cfa0-ce7037413372-143b69e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88d8f3b0-d7df-291d-a33f-f0f8c4fdeeb1-143b69e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e756012-075c-0450-ac5d-9b25dd5ec182-f6b8dab6 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-b38edf45-7d6f-da2f-bae7-8054e0b730db-f6b8dab6, #w-node-b38edf45-7d6f-da2f-bae7-8054e0b730ec-f6b8dab6, #w-node-b38edf45-7d6f-da2f-bae7-8054e0b730ee-f6b8dab6, #w-node-b38edf45-7d6f-da2f-bae7-8054e0b730f0-f6b8dab6, #w-node-d1045127-4981-5bb3-24d7-4a081c3b6174-f6b8dab6, #w-node-d1045127-4981-5bb3-24d7-4a081c3b618c-f6b8dab6, #w-node-d1045127-4981-5bb3-24d7-4a081c3b618e-f6b8dab6, #w-node-d1045127-4981-5bb3-24d7-4a081c3b6190-f6b8dab6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a767b0f8-788a-7fa0-a531-4ce0a1177241-4b223377 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-ac2df956-9681-57fc-8cbd-6cab6ebadea6-4b223377 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#Mot-de-passe-3.w-node-_0dac9140-326d-76ee-7f02-c3ca5a783a04-4b223377, #Mot-de-passe-3.w-node-da31ed0a-db64-c76b-f058-02dcd4955289-4b223377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ca4e1f3-74ed-44a5-63b3-2bac957f43a0-4b223377 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_744f901b-bf4b-36c1-62c4-643754e9f544-f6390af3 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_132310d4-c48b-0473-12d6-0f1be49557e0-f6390af3, #w-node-_132310d4-c48b-0473-12d6-0f1be49557f6-f6390af3, #w-node-_132310d4-c48b-0473-12d6-0f1be495580f-f6390af3, #w-node-_132310d4-c48b-0473-12d6-0f1be4955825-f6390af3, #w-node-_132310d4-c48b-0473-12d6-0f1be4955841-f6390af3, #w-node-_132310d4-c48b-0473-12d6-0f1be4955857-f6390af3, #w-node-_132310d4-c48b-0473-12d6-0f1be4955870-f6390af3, #w-node-_132310d4-c48b-0473-12d6-0f1be4955886-f6390af3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dec9bbdd-aa58-97d0-7549-3060a86e67af-a944ebd1, #w-node-_744f901b-bf4b-36c1-62c4-643754e9f544-c1595713 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-a3d35b04-87b0-5faa-31af-41b4e8206abe-c1595713, #w-node-a3d35b04-87b0-5faa-31af-41b4e8206ad4-c1595713, #w-node-_132310d4-c48b-0473-12d6-0f1be495580f-c1595713, #w-node-_132310d4-c48b-0473-12d6-0f1be4955841-c1595713, #w-node-_132310d4-c48b-0473-12d6-0f1be4955857-c1595713, #w-node-_1c0bf164-da17-1880-b306-44346474a2b4-c1595713, #w-node-ac345c34-661d-1210-35c9-f553d139968a-c1595713, #w-node-ac345c34-661d-1210-35c9-f553d139969d-c1595713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dec9bbdd-aa58-97d0-7549-3060a86e67af-96badc91, #w-node-_2fd934c8-eaa9-3c41-767c-a9b648b42578-cf6646cc {
  grid-area: 1 / 4 / 2 / 10;
}

@media screen and (max-width: 991px) {
  #w-node-bde86b08-fbc0-e25a-54ac-7ef9ebc6cb85-db5006cc, #w-node-_5390b488-cb65-a2b5-f911-27ac2b6b0191-f85006de {
    grid-area: 1 / 1 / 2 / 9;
    justify-self: center;
  }

  #w-node-_8847fb28-3dcd-3b24-75d1-3359b99efea6-f85006de {
    justify-self: start;
  }

  #w-node-_5cb755e5-b824-9871-afc3-6b9ea528fbc9-a1f75e46 {
    grid-area: 1 / 1 / 2 / 9;
    justify-self: center;
  }

  #w-node-_37e1dddf-b9df-a168-bc83-ee07b27a0cd1-a1f75e46, #w-node-_37e1dddf-b9df-a168-bc83-ee07b27a0ce3-a1f75e46, #w-node-_37e1dddf-b9df-a168-bc83-ee07b27a0cf1-a1f75e46, #w-node-d08c7023-c735-96b4-4459-af7d3f0ead81-a1f75e46 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a1b5460c-9bf5-2deb-fd52-f58b8fa825bd-1b976903, #w-node-_12d96dde-afd5-86a2-c79d-3acbcf831ec4-e260f858, #w-node-ba75223a-0195-d42f-4813-6b698205e65d-4cb4b5f4, #w-node-_92474616-8a28-7ae5-c293-40aaeb579932-a54024c7, #w-node-d1b2c898-5707-459b-f678-fa6862144efc-f4a85ad5, #w-node-_0e1a602f-22d4-fe09-fb01-5f5936f8b851-c67d4534, #w-node-a27352e0-52c5-35f0-e707-d2c47e6c4532-b8da877d, #w-node-_3bf8aba7-c6a8-8431-ddea-bbd0116fa337-e796d461 {
    grid-area: 1 / 1 / 2 / 9;
    justify-self: center;
  }

  #w-node-_45d5ca61-2386-90e1-9911-028066e0e37b-446170b2, #w-node-_45d5ca61-2386-90e1-9911-028066e0e389-446170b2, #w-node-_45d5ca61-2386-90e1-9911-028066e0e397-446170b2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2fd934c8-eaa9-3c41-767c-a9b648b42578-567f67bd, #w-node-f4796f57-12cd-c7be-ad7a-d39af35433b6-69a00c7b, #w-node-_7efaab13-548c-b8c2-ce6e-ccfe9c19ade5-143b69e8 {
    grid-area: 1 / 1 / 2 / 9;
    justify-self: center;
  }

  #w-node-_37e1dddf-b9df-a168-bc83-ee07b27a0cd1-143b69e8, #w-node-_37e1dddf-b9df-a168-bc83-ee07b27a0ce3-143b69e8, #w-node-_37e1dddf-b9df-a168-bc83-ee07b27a0cf1-143b69e8, #w-node-d08c7023-c735-96b4-4459-af7d3f0ead81-143b69e8, #w-node-_0d15c1be-7252-6ac2-bdf5-15ed8941573d-143b69e8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2e756012-075c-0450-ac5d-9b25dd5ec182-f6b8dab6 {
    grid-area: 1 / 1 / 2 / 9;
    justify-self: center;
  }

  #w-node-b38edf45-7d6f-da2f-bae7-8054e0b730ec-f6b8dab6, #w-node-d1045127-4981-5bb3-24d7-4a081c3b618c-f6b8dab6 {
    order: -9999;
  }

  #w-node-a767b0f8-788a-7fa0-a531-4ce0a1177241-4b223377, #w-node-_744f901b-bf4b-36c1-62c4-643754e9f544-f6390af3, #w-node-dec9bbdd-aa58-97d0-7549-3060a86e67af-a944ebd1, #w-node-_744f901b-bf4b-36c1-62c4-643754e9f544-c1595713, #w-node-dec9bbdd-aa58-97d0-7549-3060a86e67af-96badc91, #w-node-_2fd934c8-eaa9-3c41-767c-a9b648b42578-cf6646cc {
    grid-area: 1 / 1 / 2 / 9;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bde86b08-fbc0-e25a-54ac-7ef9ebc6cb85-db5006cc {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b454-2c54b452 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5390b488-cb65-a2b5-f911-27ac2b6b0191-f85006de, #w-node-_5cb755e5-b824-9871-afc3-6b9ea528fbc9-a1f75e46, #w-node-a1b5460c-9bf5-2deb-fd52-f58b8fa825bd-1b976903, #w-node-_12d96dde-afd5-86a2-c79d-3acbcf831ec4-e260f858, #w-node-ba75223a-0195-d42f-4813-6b698205e65d-4cb4b5f4, #w-node-_92474616-8a28-7ae5-c293-40aaeb579932-a54024c7, #w-node-d1b2c898-5707-459b-f678-fa6862144efc-f4a85ad5, #w-node-_0e1a602f-22d4-fe09-fb01-5f5936f8b851-c67d4534 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_4ca4e1f3-74ed-44a5-63b3-2bac957f43a0-c67d4534 {
    grid-column: span 1 / span 1;
  }

  #w-node-a27352e0-52c5-35f0-e707-d2c47e6c4532-b8da877d, #w-node-_3bf8aba7-c6a8-8431-ddea-bbd0116fa337-e796d461, #w-node-_2fd934c8-eaa9-3c41-767c-a9b648b42578-567f67bd, #w-node-f4796f57-12cd-c7be-ad7a-d39af35433b6-69a00c7b, #w-node-_7efaab13-548c-b8c2-ce6e-ccfe9c19ade5-143b69e8, #w-node-_2e756012-075c-0450-ac5d-9b25dd5ec182-f6b8dab6, #w-node-a767b0f8-788a-7fa0-a531-4ce0a1177241-4b223377 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_4ca4e1f3-74ed-44a5-63b3-2bac957f43a0-4b223377 {
    grid-column: span 1 / span 1;
  }

  #w-node-_744f901b-bf4b-36c1-62c4-643754e9f544-f6390af3, #w-node-dec9bbdd-aa58-97d0-7549-3060a86e67af-a944ebd1, #w-node-_744f901b-bf4b-36c1-62c4-643754e9f544-c1595713, #w-node-dec9bbdd-aa58-97d0-7549-3060a86e67af-96badc91, #w-node-_2fd934c8-eaa9-3c41-767c-a9b648b42578-cf6646cc {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bde86b08-fbc0-e25a-54ac-7ef9ebc6cb85-db5006cc {
    grid-column: span 4 / span 4;
  }

  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b454-2c54b452 {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b46f-2c54b452 {
    order: -9999;
  }

  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b461-2c54b452, #w-node-fe5dad6b-bb3e-64d1-d7d8-36e31f685556-2c54b452 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5390b488-cb65-a2b5-f911-27ac2b6b0191-f85006de, #w-node-_5cb755e5-b824-9871-afc3-6b9ea528fbc9-a1f75e46, #w-node-a1b5460c-9bf5-2deb-fd52-f58b8fa825bd-1b976903, #w-node-_12d96dde-afd5-86a2-c79d-3acbcf831ec4-e260f858, #w-node-ba75223a-0195-d42f-4813-6b698205e65d-4cb4b5f4, #w-node-_92474616-8a28-7ae5-c293-40aaeb579932-a54024c7, #w-node-d1b2c898-5707-459b-f678-fa6862144efc-f4a85ad5, #w-node-_0e1a602f-22d4-fe09-fb01-5f5936f8b851-c67d4534, #w-node-a27352e0-52c5-35f0-e707-d2c47e6c4532-b8da877d, #w-node-_3bf8aba7-c6a8-8431-ddea-bbd0116fa337-e796d461, #w-node-_2fd934c8-eaa9-3c41-767c-a9b648b42578-567f67bd, #w-node-f4796f57-12cd-c7be-ad7a-d39af35433b6-69a00c7b, #w-node-_7efaab13-548c-b8c2-ce6e-ccfe9c19ade5-143b69e8, #w-node-_2e756012-075c-0450-ac5d-9b25dd5ec182-f6b8dab6, #w-node-a767b0f8-788a-7fa0-a531-4ce0a1177241-4b223377, #w-node-_744f901b-bf4b-36c1-62c4-643754e9f544-f6390af3, #w-node-dec9bbdd-aa58-97d0-7549-3060a86e67af-a944ebd1, #w-node-_744f901b-bf4b-36c1-62c4-643754e9f544-c1595713, #w-node-dec9bbdd-aa58-97d0-7549-3060a86e67af-96badc91, #w-node-_2fd934c8-eaa9-3c41-767c-a9b648b42578-cf6646cc {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Sato';
  src: url('../fonts/Sato-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}