:root {
  --bg-color: #f4f4f3;
  --blue: #283178;
  --border-radius: 3px;
  --yellow: #efb100;
  --stroke: #d4d4d4;
  --white: white;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--bg-color);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

a {
  color: var(--blue);
  text-decoration: underline;
}

.text-light {
  color: #f6cbac;
}

.text-6xl {
  font-size: 3rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.z-20 {
  z-index: 20;
  position: relative;
}

.h-40vh {
  height: 40vh;
}

.container {
  grid-column-gap: 20px;
  grid-template: "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  max-width: 1100px;
  min-height: 5px;
  display: flex;
}

.py-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.text-description {
  color: gray;
  white-space: nowrap;
  object-fit: fill;
  font-size: 12px;
}

.bgp-light {
  background-color: #f0e6da;
}

.btn-speciality {
  grid-column-gap: 10px;
  background-image: linear-gradient(#ffffffa6, #ffffffa6), linear-gradient(to right, #fbfb9c66, #0000ff2b);
  border: 1px solid #eff4ff;
  border-radius: 10px;
  align-items: center;
  padding: 10px 15px 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: -7px 4px 20px -6px #0003;
}

.z-0 {
  z-index: 0;
  position: relative;
}

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

.styleguide-block-parent {
  background-color: #fff;
  border-radius: 5px;
  width: 20%;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 1px 1px 8px #0000001f;
}

.styleguide-block-parent.md-placeholder {
  background-image: linear-gradient(#0000 65%, #fff 66%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.text-no-wrap {
  white-space: nowrap;
}

.text-xs {
  font-size: .65rem;
}

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

.bg-warning {
  background-color: #ca6f15;
}

.text-link {
  color: #1c4ed8;
  margin-bottom: 35px;
  text-decoration: none;
}

.text-link:hover {
  text-shadow: 1px 1px 6px #1c4ed878;
}

.text-link.w--current {
  color: #4d18ff;
}

._w-40 {
  width: 40px;
}

.form.gap-10-vertical {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.ml-5 {
  margin-left: 1.5rem;
}

.bgp-dark {
  background-color: #2f3e3b;
}

.caption {
  text-transform: uppercase;
  font-size: 12px;
}

.caption.margined {
  margin-top: 20px;
  margin-left: 10px;
  font-size: 8px;
}

.light-block-flat {
  background-color: #f8f8f8;
  width: 100%;
  padding: 20px;
}

.light-block-flat.rounded-bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 45px;
}

.pill-icon {
  object-fit: contain;
  max-width: 20px;
  max-height: 20px;
}

.border-white {
  border: 1px solid #fff;
}

.sepia {
  filter: sepia();
}

._w-25vw {
  width: 25vw;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.pr-5 {
  padding-right: 1.5rem;
}

.pb-2-5 {
  padding-bottom: .625rem;
}

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

.flex-verti-st-end {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-darker {
  color: #101827;
}

.mr-5 {
  margin-right: 1.5rem;
}

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

.bg-white {
  background-color: #fff;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.light-block {
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px;
}

.heading-description {
  color: gray;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 12px;
}

._w-20vw {
  width: 20vw;
}

.section-grid {
  grid-template-columns: .25fr minmax(80vw, 95vw) .25fr;
  grid-template-areas: ". Area"
                       ". Area-2";
}

.backdrop-blur-md {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.pt-10 {
  padding-top: 2.5rem;
}

.h-5vh {
  height: 5vh;
}

.drop-shadow-2xl {
  box-shadow: 1px 1px 15px #0000001a, 1px 1px 30px #00000059;
}

.noise {
  z-index: 10;
  opacity: .02;
  pointer-events: none;
  background-image: url('../images/5c06f51d6e75c933fe05c728_giphy.gif');
  background-position: 0 0;
  background-size: 400px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

._w-60vw {
  width: 60vw;
}

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

.text-shadow-light {
  text-shadow: 1px 1px 10px #00000040;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 25px 0 15px;
  display: flex;
}

.text-primary {
  color: #aff4c6;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.opac-80 {
  opacity: .8;
}

.styleguide-row {
  background-color: #f2f2f2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px;
  display: flex;
}

.styleguide-row.bg-lighter {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

.styleguide-block-label {
  min-width: 100px;
  margin-right: 20px;
}

.m-10 {
  margin: 2.5rem;
}

.hide-computer {
  display: none;
}

.space-2-5 {
  min-width: .625rem;
  min-height: .625rem;
}

.text-4xl {
  font-size: 1.875rem;
}

.columns-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.text-pill {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #00f;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f0f0ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 16px;
  display: flex;
}

.wh-50 {
  width: 50px;
  height: 50px;
}

.opac-20 {
  opacity: .2;
}

.text-8xl {
  font-size: 4.5rem;
}

._w-20 {
  width: 20px;
}

.py-10vh {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.bgp-lighter {
  background-color: #fff;
}

.sgtext-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 32px 10px 20px;
  display: flex;
}

.text-5xl {
  font-size: 2.25rem;
}

.checkbox {
  opacity: .35;
}

.checkbox.scale-down {
  filter: grayscale();
  margin-top: 0;
  transition: all .2s;
  transform: scale(1);
}

.checkbox.scale-down:hover {
  opacity: 1;
}

.text-dark {
  color: #21252b;
}

.mr-10 {
  margin-right: 2.5rem;
}

.btn-special-icon-container {
  background-color: #fff;
  border: 1px solid #0000ff12;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  min-width: 33px;
  height: auto;
  min-height: 33px;
  padding: 4px;
  display: flex;
  box-shadow: 0 2px 13px #0000000f;
}

.drop-shadow-md {
  box-shadow: 0 0 15px #0003;
}

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

.bgp-darker {
  background-color: #21292b;
}

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

.text-menu:hover {
  color: #000;
}

.h-20 {
  height: 20px;
}

._w-50 {
  width: 50px;
}

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

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

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

.p-5 {
  padding: 1.5rem;
}

.flex-verti-end-st {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-2xs {
  font-size: .5rem;
}

.pos-static {
  position: static;
}

.h-10 {
  height: 10px;
}

.color-block {
  z-index: -1;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
  position: relative;
}

.drop-shadow-lg {
  box-shadow: 1px 1px 5px #0000000d, 0 0 20px #00000040;
}

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

.error-message {
  color: red;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 500px;
  margin-top: 45px;
  position: absolute;
}

.space-10 {
  min-width: 2.5rem;
  min-height: 2.5rem;
}

.flex-horiz-c-start-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.flex-horiz-c-start-2.no-gap {
  margin-top: 5px;
  padding-left: 13px;
}

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

.pl-2-5 {
  padding-left: .625rem;
}

.flex-horiz-dist-even {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.backdrop-br-50 {
  -webkit-backdrop-filter: brightness(50%);
  backdrop-filter: brightness(50%);
}

.blur-xl {
  filter: blur(200px);
}

.text-ch-max50 {
  max-width: 50ch;
}

.flex-horiz-cc-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.flex-horiz-cc-2.form {
  border-radius: 10px;
  flex-direction: column;
  width: 500px;
}

.h-25vh {
  height: 25vh;
}

.my-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.stretch100x100 {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-error {
  background-color: #a80909;
}

.flex-horiz-cc {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.drop-shadow-xl {
  box-shadow: 1px 1px 15px #00000014, 0 0 25px #0000004d;
}

.text-tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bg-base {
  background-color: #ff9500;
}

.p-10vh {
  padding: 10vh;
}

.text-7xl {
  font-size: 3.75rem;
}

.pill {
  color: #e4ffed;
  letter-spacing: 0;
  text-transform: none;
  background-color: #aff4c605;
  background-image: radial-gradient(circle at 20% 0, #ffffff40, #0000 38%);
  border: 1px solid #d4010754;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 3px 30px;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  display: flex;
  box-shadow: 1px 1px 6px #0000001a;
}

.pill.md-optional {
  color: #313131;
  background-color: #fafafa;
}

.pill.md-optional.sg {
  background-color: #0076ff;
  padding-left: 2px;
  padding-right: 2px;
}

.bgp-base {
  background-color: #aff4c6;
}

.mt-2-5 {
  margin-top: .625rem;
}

.flex-verti-st-cent {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-horiz-c-end {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-9xl {
  font-size: 6rem;
}

.flexbox-2 {
  display: flex;
}

.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.border-black {
  border: 1px solid #000;
}

.divider {
  background-color: #0000000f;
  min-width: 100%;
  height: 1px;
}

.drop-shadow-sm {
  box-shadow: 0 0 5px #0000001a;
}

._w-10vw {
  width: 10vw;
}

.text-l {
  font-size: 1rem;
}

.opac-40 {
  opacity: .4;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.pos-relat {
  position: relative;
}

.h-100vh {
  height: 100svh;
}

.flex-horiz-dist-ce {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.m-5 {
  margin: 1.5rem;
}

.space-10vh {
  min-height: 10svh;
}

._w-50vw {
  width: 50vw;
}

.h-10vh {
  height: 10vh;
}

.styleguide-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bgs-dark {
  background-color: #5c3621;
}

.text-3xl {
  max-width: 500px;
  font-size: 1.5rem;
}

.bg-grad-misc {
  background-image: linear-gradient(326deg, #aff4c6, #1d4ed830);
}

._w-80vw {
  width: 80vw;
}

.bg-succes {
  background-color: #00a83e;
}

.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

._w-100vw {
  width: 100vw;
}

.drop-shadow {
  box-shadow: 0 0 10px #00000026;
}

.bg-dark {
  background-color: #21252b;
}

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

.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

._w-40vw {
  width: 40vw;
}

.columns-12 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 1000px;
  flex-direction: column;
  width: 100%;
  min-height: 10px;
  display: flex;
}

.col._w-50pct {
  width: 50%;
}

.col._w-30pct {
  width: 30%;
}

.col._w-75pct {
  width: 75%;
}

.z-10 {
  z-index: 10;
  position: relative;
}

.text-s {
  margin-bottom: 0;
  font-size: .75rem;
}

.form-succes {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  width: 500px;
}

.p2-5 {
  padding: .625rem;
}

.backdrop-blur-lg {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.div-block {
  height: 60vh;
}

.light-section {
  float: right;
  width: 85%;
  position: relative;
  overflow: auto;
}

.text-shadow-darker {
  text-shadow: 1px 1px 10px #000;
}

.pr-0-25 {
  padding-right: .625rem;
}

.pt-2-5 {
  padding-top: .625rem;
}

.wh-100-cover {
  min-width: 100%;
  min-height: 100%;
}

.btn {
  border-radius: var(--border-radius);
  background-color: var(--yellow);
  color: #fff;
  border: 1px solid #4f55554f;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  min-height: 62px;
  padding: 12px 20px;
  font-size: 24px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
  box-shadow: 1px 1px 10px #0000001a;
}

.btn:hover {
  transform: scale(1.02)translate(0, -3px);
}

.btn.w--current {
  color: #7aa4a0;
  border-color: #444e4d;
}

.btn.dark {
  background-color: #000;
  border-color: #000;
  font-weight: 500;
}

.btn.dark.text {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.btn.dark.outline {
  color: #000c;
  background-color: #0000;
}

.btn.dark.outline:hover {
  color: #fff;
  background-color: #000;
}

.btn.outline {
  color: #00f;
  background-color: #1d4ed800;
  border-color: #0000ffa3;
}

.btn.outline:hover {
  color: #fff;
  background-color: #00f;
}

.btn.text {
  box-shadow: none;
  color: #4dace1;
  letter-spacing: 1px;
  background-color: #1c4ed800;
  border-color: #fff0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.btn.text:hover {
  color: #1d4ed8;
  border-color: #5858581c;
}

.btn.white {
  color: #303030;
  background-color: #fff;
  border-color: #e6e6e6;
  font-weight: 500;
}

.btn.white.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn.white.text {
  color: #fff;
}

.btn.white.text:hover {
  color: #60a5fa;
}

.btn.white.outline {
  color: #fff;
  background-color: #fff0;
}

.btn.icon {
  box-shadow: none;
  color: var(--blue);
  background-color: #efb10000;
  background-image: url('../images/exit-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  padding-left: 40px;
}

.btn.icon.md-absol_lt {
  position: absolute;
  inset: 0% auto auto 0%;
}

.styleguide-sidepanel {
  background-color: #f8f8f8;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 15%;
  height: 100vh;
  margin-right: 20px;
  padding: 10px 0 10px 10px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 20px #00000024;
}

.p-10 {
  padding: 2.5rem;
}

.text-shadow-dark {
  text-shadow: 1px 1px 10px #000000bf;
}

._w-75vw {
  width: 75vw;
}

.h-75vh {
  height: 75vh;
}

.dark-block {
  background-color: #f2f2f2;
  width: 100%;
  padding: 20px;
}

.bg-black {
  background-color: #000;
}

.columns-10 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

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

.content-grid {
  grid-template-columns: 1fr;
}

.mx-5 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.flex-verti-cent-s {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mt-10 {
  margin-top: 2.5rem;
}

.styleguide-type-row {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.text-secondary {
  color: #2f3e3b;
}

.bg-grad-radial {
  background-image: radial-gradient(circle, #f0e6da, #fff0);
}

.blur-sm {
  filter: blur(4px);
}

.text-shadow {
  text-shadow: 1px 1px 10px #00000080;
}

.text-error {
  color: #ff2f32;
}

._w-10 {
  width: 10px;
}

.wh-15 {
  width: 15px;
  height: 15px;
}

.h-40 {
  height: 40px;
}

.bg-grad-dark {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(328deg, #21292b, #13131300 84%);
}

.tect-ch-max10 {
  max-width: 10ch;
}

.space-5 {
  min-width: 1.5rem;
  min-height: 1.5rem;
}

.bg-grad {
  background-image: linear-gradient(0deg, #2f3e3b, #0000);
}

.text-base {
  color: #ff9500;
}

.mr-2-5 {
  margin-right: .625rem;
}

.wid-100 {
  min-width: 100%;
}

.backdrop-blur-sm {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.ml-2-5 {
  margin-left: .625rem;
}

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

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

.pl-10 {
  padding-left: 2.5rem;
}

.columns-8 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.text-warning {
  color: #ffd84a;
}

.card {
  border: 1px solid var(--stroke);
  border-radius: var(--border-radius);
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  min-height: 100%;
  padding: 20px;
  overflow: hidden;
}

.card.is-grey {
  background-color: var(--bg-color);
}

.card.is-grey.py-10 {
  padding-top: 10em;
}

.card.is-grey.py-5 {
  padding-top: 5em;
}

.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area Area Area Area"
                       "Area-2 Area-3 Area-4 Area-5";
  place-content: center;
  place-items: stretch stretch;
}

.opac-60 {
  opacity: .6;
}

.text-ch-max25 {
  max-width: 25ch;
}

.invert {
  filter: invert();
}

.form-field {
  color: #000;
  background-color: #fff0;
  border: 2px solid #0003;
  border-radius: 5px;
  min-width: 10vw;
  height: 50px;
  margin-bottom: 0;
  font-size: 14px;
  transition: all .2s;
}

.form-field:hover {
  border-color: #9c9c9c;
}

.form-field:focus {
  color: #fff;
  border-color: #00000091;
}

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

.form-field::placeholder {
  color: #00000096;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
}

.form-field.white {
  color: #fff;
  border-color: #fff3;
}

.form-field.white:hover {
  border-color: #ffffff80;
}

.form-field.white:focus {
  border-color: #fff;
}

.form-field.white::placeholder {
  color: #fff;
}

.h-80vh {
  height: 80vh;
}

.pt-5 {
  padding-top: 1.5rem;
}

.h-50vh {
  height: 50vh;
}

.btn-menu {
  opacity: .83;
  color: #f0e6da;
  text-shadow: 0 1px 1px #00000059;
  background-color: #3898ec00;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .225s;
}

.btn-menu:hover {
  opacity: 100;
  background-color: #21292b;
}

.btn-menu.w--current {
  opacity: 100;
  color: #fff;
  background-image: url('../images/Rectangle-4645_1Rectangle 4645.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 25px;
  padding-right: 10px;
}

.m-2-5 {
  margin: .625rem;
}

.border-base {
  border: 1px solid #ff9500;
}

.flex-verti-cc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-100 {
  width: 100px;
}

.text-highlight {
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 35px 20px;
  display: flex;
}

.text-highlight.md-spacing {
  min-height: 110px;
}

.text-succes {
  color: #00a83e;
}

.columns-2 {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
}

.blur {
  filter: blur(8px);
}

.sg-text-container {
  background-color: #f2f2f2;
  border-radius: 4px;
  flex-direction: column;
  min-width: 100px;
  margin-right: 20px;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 20px #00000026;
}

.flex-horiz-c-start {
  align-items: center;
  display: flex;
}

.bgs-base {
  background-color: #e9754e;
}

.btn-special-text {
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.backdrop-blur {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.text-xl {
  font-size: 1.125rem;
}

.h-20vh {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 20svh;
}

.px-10vh {
  padding-left: 10vh;
  padding-right: 10vh;
}

.icon-link {
  opacity: .7;
  padding: 7px;
  transition: all .2s;
}

.icon-link:hover {
  opacity: 1;
  transform: scale(1.05);
}

.border-primary {
  border: 1px solid #aff4c6;
}

.text-2xl {
  font-size: 1.25rem;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  min-height: 30px;
  display: flex;
  position: relative;
}

.form-label {
  color: var(--blue);
  text-transform: none;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.text-lighter {
  color: var(--white);
}

.bg-light {
  background-color: #f6cbac;
}

.columns-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.container-grid {
  grid-template-columns: 1fr;
  grid-template-areas: "Area"
                       "Area-2";
}

.social-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.mb-2-5 {
  margin-bottom: .625rem;
}

._w-5vw {
  width: 5vw;
}

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

.flex-verti-end-cent {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.mx-2-5 {
  margin-left: .625rem;
  margin-right: .625rem;
}

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

.wh-10 {
  width: 10px;
  height: 10px;
}

.space-20vh {
  height: 20vh;
}

.login-sec.section.h-100vh {
  justify-content: space-between;
  align-items: center;
}

.login-screen.card {
  height: 600px;
  padding-top: 71px;
}

.styling.is_dotted-bg {
  z-index: -1;
  opacity: .1;
  background-image: url('../images/texture.svg');
  background-position: 0 0;
  background-size: 10px;
  height: 35%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.login-screen_topbar.flex-horiz-cc.gap-10 {
  border-radius: var(--border-radius);
  height: 45px;
  margin: 3px;
  position: absolute;
  inset: 0% 0% auto;
}

.login-screen_topbar.flex-horiz-cc.gap-10.md-gray {
  background-color: var(--stroke);
}

.separator {
  background-color: var(--stroke);
  height: 1px;
}

.login-title.text-lighter {
  font-size: 24px;
}

.form-input {
  border-radius: var(--border-radius);
  background-color: var(--bg-color);
}

.form-content {
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    flex-direction: column;
    width: 95vw;
  }

  .text-link {
    margin-right: 50px;
  }

  .section-grid {
    grid-template-columns: .25fr minmax(80vw, 95vw) .25fr;
  }

  .ipad-horiz {
    flex-flow: row;
    display: flex;
  }

  .hide-computer {
    display: block;
  }

  .text-ch-max50 {
    font-size: 16px;
  }

  .flex-horiz-cc-2, .flex-horiz-cc {
    flex-direction: row;
    align-items: flex-start;
  }

  .flex-horiz-c-end {
    flex-wrap: wrap;
    place-content: center;
  }

  .hide-ipad-down {
    display: none;
  }

  .h-10vh {
    height: 100px;
  }

  .styleguide-logo {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .ipad-left {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .light-section {
    float: none;
    clear: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: visible;
  }

  .styleguide-sidepanel {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 25px 10px;
    position: relative;
  }

  .responsive {
    position: absolute;
  }

  .text-highlight {
    padding: 20px;
  }

  .h-20vh {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100vw;
  }

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

  .py-10 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .pr-5 {
    padding-right: 1rem;
  }

  .pb-2-5 {
    padding-bottom: .425rem;
  }

  .section-grid {
    grid-column-gap: 1px;
    grid-template-columns: 2vw minmax(96vw, 96vw) 2vw;
  }

  .pt-10 {
    padding-top: 1.5rem;
  }

  .text-primary {
    color: #f0e6da;
  }

  .pb-10 {
    padding-bottom: 1.5rem;
  }

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

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

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

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

  .p-5 {
    padding: 1rem;
  }

  .flex-horiz-c-start-2 {
    justify-content: center;
  }

  .flex-horiz-c-start-2.no-gap {
    padding-left: 0;
  }

  .pl-2-5 {
    padding-left: .425rem;
  }

  .text-ch-max50 {
    font-size: 14px;
  }

  .flex-horiz-cc-2.form {
    width: auto;
  }

  .wrapper {
    flex-flow: column;
  }

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

  .p2-5 {
    padding: .425rem;
  }

  .pr-0-25 {
    padding-right: .425rem;
  }

  .pt-2-5 {
    padding-top: .425rem;
  }

  .styleguide-sidepanel {
    padding-bottom: 0;
    padding-right: 35px;
    overflow: auto;
  }

  .p-10 {
    padding: 1.5rem;
  }

  .hide-ls-down {
    display: none;
  }

  .pl-10 {
    padding-left: 1.5rem;
  }

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

  .pt-5 {
    padding-top: 1rem;
  }

  .btn-menu {
    padding-left: 0;
  }

  .text-highlight {
    padding: 9px;
  }

  .columns-2 {
    grid-template-rows: auto auto;
    grid-template-areas: "Area Area"
                         "Area-2 Area-2";
  }
}

@media screen and (max-width: 479px) {
  .container {
    flex-direction: column;
    width: 90vw;
  }

  .phone-no-min-w {
    min-width: 0;
  }

  .styleguide-block-parent {
    width: 30%;
    margin-right: 3%;
  }

  .color-row {
    flex-direction: row;
  }

  .sgtext-container {
    width: 68%;
  }

  .hide-mob {
    display: none;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .blur-xl {
    position: relative;
  }

  .text-7xl {
    font-size: 30px;
  }

  .h-10vh {
    height: 80px;
  }

  .styleguide-type-row {
    flex-direction: column;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .sg-text-container {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .h-20vh {
    height: 100px;
  }

  .atr_logo {
    width: 100px;
  }
}

#w-node-_97771595-0307-9d94-6917-ba564d5c8619-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c861a-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c861b-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c861c-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c861d-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c861e-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c861f-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8620-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8621-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8622-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8623-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8624-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8625-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8626-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8627-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8628-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8629-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c862a-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c862b-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c862c-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c862d-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c862e-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c862f-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8630-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8631-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8632-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8633-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8637-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8638-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8639-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c863a-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c863b-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c863c-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c863d-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c863e-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c863f-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8640-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8641-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8642-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8643-3302dfd4, #w-node-_97771595-0307-9d94-6917-ba564d5c8644-3302dfd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97771595-0307-9d94-6917-ba564d5c8b06-3302dfd4 {
  grid-area: Area;
}

#w-node-_97771595-0307-9d94-6917-ba564d5c8b09-3302dfd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97771595-0307-9d94-6917-ba564d5c8b17-3302dfd4 {
  grid-area: Area-2;
}

#w-node-_97771595-0307-9d94-6917-ba564d5c8b1a-3302dfd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


