/*-----------------------------------------------------------------------------
    WEBSITE-NAME
-----------------------------------------------------------------------------*/
/*---- Imports ----*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  height: 0;
  display: none; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  display: table;
  /* 1 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*---- Globals ----*/
/*---- Low Priority Components ----*/
/*-----------------------------------------------------------------------------
    $ Fonts
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  $ Starters
/*-----------------------------------------------------------------------------
  Just some simple standardisation.
-----------------------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1); }

html,
button,
input,
select,
textarea {
  font: 100%/1.2 "Poppins", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

html {
  background-color: #fff;
  color: #102a51; }

body {
  margin: 0; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 1em/1.1 "Poppins", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

a,
button,
input {
  -webkit-transition-property: color, border-color, background-color, opacity;
  -o-transition-property: color, border-color, background-color, opacity;
  transition-property: color, border-color, background-color, opacity; }

a {
  outline: 0;
  color: inherit;
  text-decoration: none; }

button {
  padding: 0;
  border: 0;
  outline: 0;
  margin: 0;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

img {
  max-width: 100%; }

/*---- Components ----*/
/*-----------------------------------------------------------------------------
  $ Buttons
-----------------------------------------------------------------------------*/
.button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;
  height: 50px;
  padding: 15px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fd5640;
  font: 500 14px/1.5 "Poppins", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #fff;
  cursor: pointer; }
  .button[disabled], .button.disabled-- {
    cursor: default;
    opacity: 0.5; }
  .button:hover {
    opacity: 0.5; }

@media (min-width: 1024px) {
  .button {
    max-width: 277px;
    height: 60px;
    padding: 16px 36px;
    border-radius: 15px;
    font-size: 20px;
    line-height: 1.5; }
    .button.taller-- {
      height: 70px; } }

/*-----------------------------------------------------------------------------
  $ Wrappers
-----------------------------------------------------------------------------*/
.wrapper {
  width: 100%;
  max-width: 740px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 1024px) {
  .wrapper {
    max-width: 1788px;
    padding-right: 94px;
    padding-left: 94px; }
    .wrapper.narrow-- {
      max-width: 1500px; } }

/*-----------------------------------------------------------------------------
  $ Wrappers
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    Typography
-----------------------------------------------------------------------------*/
.page-header1-- {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.5; }

.page-header2-- {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1.05px;
  line-height: 1.4; }

.feature-title-- {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5; }

.page-description-- {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.1; }

@media (min-width: 1024px) {
  .page-header1-- {
    font-size: 80px;
    letter-spacing: -2.4px;
    line-height: 1.375; }
  .page-header2-- {
    font-size: 60px;
    letter-spacing: -1.8px;
    line-height: 1.67; }
  .feature-title-- {
    font-size: 30px;
    line-height: 1.5; }
  .page-description-- {
    font-size: 18px;
    line-height: 1.8; } }

/*-----------------------------------------------------------------------------
    Text modifier
-----------------------------------------------------------------------------*/
.orange-highlight-- {
  color: #fd5640;
  font-weight: 600; }

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

.orange-- {
  color: #fd5640; }

.yellow-- {
  color: #fac97d; }

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

.underline-- {
  text-decoration: underline; }

.right-arrow-- {
  width: 18.06px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.desktop-break-- {
  display: none; }

@media (min-width: 1024px) {
  .desktop-break-- {
    display: unset; }
  .mobile-break-- {
    display: none; } }

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6; }
  .link::after {
    content: "";
    border-bottom: 1px solid #102a51;
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0; }
  .link:hover {
    opacity: 0.5; }

@media (min-width: 1024px) {
  .link {
    font-size: 20px;
    line-height: 2; }
    .link::after {
      bottom: -6px; } }

.embla {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  .embla__viewport {
    width: 100%;
    overflow: hidden; }
    .embla__viewport.is-draggable {
      cursor: move; }
    .embla__viewport.is-dragging {
      cursor: -webkit-grab;
      cursor: grab; }
  .embla__container {
    margin-left: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center; }
  .embla__slide {
    min-width: 100%;
    padding-left: 10px;
    position: relative; }
    .embla__slide__inner {
      position: relative;
      overflow: hidden; }
    .embla__slide__img {
      width: 120px; }
    .embla__slide__title {
      margin-top: 20px; }
    .embla__slide__description {
      margin-top: 14px; }
  .embla__dots {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .embla__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background-color: transparent;
    cursor: pointer; }
    .embla__dot::after {
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #fdf4e4; }
    .embla__dot.is-selected::after {
      background-color: #fd5640;
      opacity: 1; }

@media (min-width: 640px) {
  .embla__container {
    margin-left: -5%; }
  .embla__slide {
    min-width: 50%;
    padding-left: 5%; } }

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px; }

.input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px; }

.input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  position: relative; }

.input-valid {
  width: 15px;
  height: 7.5px;
  border: 3px solid #009e55;
  border-top: transparent;
  border-right: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: cubic-bezier(1, 0, 0, 1) 0.4s;
  -o-transition: cubic-bezier(1, 0, 0, 1) 0.4s;
  transition: cubic-bezier(1, 0, 0, 1) 0.4s; }

.field-text {
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  padding-right: 50px;
  border: none;
  border-radius: 8px;
  background-color: #feedea;
  font-size: 14px; }
  .field-text::-webkit-input-placeholder {
    width: 100%;
    color: #102a51;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.2; }
  .field-text::-moz-placeholder {
    width: 100%;
    color: #102a51;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.2; }
  .field-text:-ms-input-placeholder {
    width: 100%;
    color: #102a51;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.2; }
  .field-text::-ms-input-placeholder {
    width: 100%;
    color: #102a51;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.2; }
  .field-text::placeholder {
    width: 100%;
    color: #102a51;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.2; }
  .field-text:focus {
    border: 1px solid #fd5640;
    outline: none;
    background-color: transparent; }
  .field-text.extended-- {
    height: 140px; }
  .field-text.valid ~ .input-valid {
    opacity: 1; }

.text-area {
  resize: none; }

@media (min-width: 1024px) {
  .form {
    row-gap: 40px; }
  .input-container {
    row-gap: 14px; }
  .input-field {
    max-width: 700px; }
  .input-valid {
    width: 20px;
    height: 10px;
    top: 27.5px;
    right: 30px; }
  .field-text {
    height: 70px;
    padding: 21px 30px;
    padding-right: 60px;
    border-radius: 10px;
    font-size: 20px; }
    .field-text::-webkit-input-placeholder {
      font-size: 20px;
      line-height: 1.5; }
    .field-text::-moz-placeholder {
      font-size: 20px;
      line-height: 1.5; }
    .field-text:-ms-input-placeholder {
      font-size: 20px;
      line-height: 1.5; }
    .field-text::-ms-input-placeholder {
      font-size: 20px;
      line-height: 1.5; }
    .field-text::placeholder {
      font-size: 20px;
      line-height: 1.5; } }

/*-----------------------------------------------------------------------------
  $ Site Footer
-----------------------------------------------------------------------------*/
.site-footer {
  border-top: rgba(253, 86, 64, 0.5) 1px solid;
  position: relative; }
  .site-footer__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative; }
  .site-footer__back-to-top {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -25px;
    right: 20px;
    background-color: #fac97d;
    cursor: pointer; }
  .site-footer__arrow {
    width: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .site-footer__logo {
    width: 131.12px; }
  .site-footer__description {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 2.1429; }
  .site-footer__quick-links {
    margin-top: 32px; }
  .site-footer__links {
    margin-top: 14px;
    display: grid;
    grid-template: repeat(2, 1fr)/repeat(2, 1fr);
    gap: 13px 23px; }
  .site-footer__link {
    min-width: 150px;
    font-size: 14px;
    line-height: 2.07;
    font-weight: 500; }
    .site-footer__link:hover {
      opacity: 0.5; }
  .site-footer__footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #feedea;
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
    text-align: center; }
  .site-footer__headings {
    color: #fd5640;
    font-size: 14px;
    font-weight: 500; }

@media (min-width: 1024px) {
  .site-footer__wrapper {
    padding-top: 55px;
    padding-bottom: 55px;
    display: grid;
    grid-template-columns: 50% 50%; }
  .site-footer__back-to-top {
    width: 94px;
    height: 94px;
    top: 0;
    right: 94px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .site-footer__arrow {
    width: 31px; }
  .site-footer__context {
    width: 100%;
    max-width: 391px;
    padding-right: 20px; }
  .site-footer__logo {
    width: 238px; }
  .site-footer__description {
    margin-top: 24px;
    font-size: 16px;
    line-height: 2;
    justify-self: self-start; }
  .site-footer__quick-links-container {
    width: 100%;
    border: 1px solid rgba(253, 86, 64, 0.5);
    border-top: none;
    border-right: none;
    border-bottom: none; }
  .site-footer__quick-links {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 20px;
    margin-top: 0;
    margin-left: 20px; }
  .site-footer__links {
    gap: 12px 69px; }
  .site-footer__link {
    width: 100%;
    max-width: 173px;
    font-size: 16px;
    line-height: 1.875; }
  .site-footer__footer {
    padding: 0;
    background-color: rgba(254, 237, 234, 0.6); }
    .site-footer__footer .wrapper {
      padding-top: 28px;
      padding-bottom: 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 16px; }
  .site-footer__headings {
    font-size: 16px; } }

/*-----------------------------------------------------------------------------
  $ Site Header
-----------------------------------------------------------------------------*/
.site-header {
  width: 100%;
  padding: 24px 20px;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px #3653690D;
          box-shadow: 0 5px 10px #3653690D; }
  .site-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .site-header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
  .site-header__button {
    padding: 17px 16px;
    font-size: 12px; }

@media (min-width: 1024px) {
  .site-header {
    padding: 30px 30px 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .site-header__wrapper {
      width: 100%;
      max-width: 1728px;
      padding: 30px 64px;
      border-radius: 30px;
      margin: 0 auto;
      background-color: #fff;
      -webkit-box-shadow: 0 10px 20px #3653690D;
              box-shadow: 0 10px 20px #3653690D; }
    .site-header__logo {
      width: 238px; }
    .site-header__button {
      padding: 16px 29px;
      font-size: 20px; } }

.home-page__banner1 {
  position: relative;
  z-index: 10; }
  .home-page__banner1__background-container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: -1;
    background-color: #fdf4e4;
    overflow: hidden; }
  .home-page__banner1__backgrounds {
    width: 100%;
    height: 100%;
    position: relative; }
    .home-page__banner1__backgrounds.wrapper {
      padding: 0; }
  .home-page__banner1__background {
    display: block;
    position: absolute; }
    .home-page__banner1__background.orange-cloud-- {
      top: 27px;
      left: -30px; }
    .home-page__banner1__background.purple-hollow-circle-mobile-- {
      top: 150px;
      left: 52px; }
    .home-page__banner1__background.purple-hollow-circle-desktop-- {
      display: none; }
    .home-page__banner1__background.blue-hollow-circle-- {
      display: none; }
    .home-page__banner1__background.trailing-dash-mobile-- {
      top: 34px;
      right: -125px; }
    .home-page__banner1__background.trailing-dash-desktop-- {
      display: none; }
    .home-page__banner1__background.curly-trailing-dash-- {
      display: none; }
    .home-page__banner1__background.white-cloud-- {
      right: -75px;
      bottom: 39px; }
    .home-page__banner1__background.orange-hollow-circle-- {
      right: 54px;
      bottom: 25px; }
  .home-page__banner1__content {
    text-align: center; }
    .home-page__banner1__content__logo {
      width: 102px;
      margin-top: 95px; }
    .home-page__banner1__content__powered {
      margin-top: 31px;
      font-size: 14px;
      line-height: 1.5; }
      .home-page__banner1__content__powered__logo {
        width: 166px;
        margin-left: 11px;
        vertical-align: text-bottom; }
    .home-page__banner1__content__heading {
      margin-top: 14px; }
    .home-page__banner1__content .button {
      margin-top: 24px;
      margin-bottom: 136px;
      font-size: 14px; }

.home-page__banner2 {
  padding-top: 50px;
  padding-bottom: 44px; }
  .home-page__banner2__content {
    text-align: center; }
  .home-page__banner2__lower-content {
    margin-top: 40px; }
    .home-page__banner2__lower-content__description {
      margin-top: 14px; }
    .home-page__banner2__lower-content__link {
      margin-top: 20px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-column-gap: 10px;
         -moz-column-gap: 10px;
              column-gap: 10px; }
  .home-page__banner2__heading {
    margin-top: 45px;
    font-size: 14px;
    font-weight: 400;
    text-align: center; }
  .home-page__banner2__supports {
    margin-top: 24px;
    display: grid;
    row-gap: 30px; }
    .home-page__banner2__supports > .client-adapters-- {
      width: 100%;
      max-width: 334px; }
  .home-page__banner2__support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px; }
    .home-page__banner2__support.page-description-- {
      line-height: 1.5; }
  .home-page__banner2__icon {
    min-width: 90px;
    height: 90px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #feedea; }
    .home-page__banner2__icon__inner {
      width: 48px; }
    .home-page__banner2__icon.oauth-- {
      width: 44px; }

.home-page__banner3 {
  background-color: #fdf4e4; }
  .home-page__banner3-container {
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
  .home-page__banner3__background-container {
    display: none; }
  .home-page__banner3__image {
    width: 200px;
    margin: 0 auto; }
  .home-page__banner3__heading {
    margin-top: 30px; }
  .home-page__banner3__description {
    margin-top: 14px; }

.home-page__banner4 {
  padding-top: 61px;
  padding-bottom: 47px;
  text-align: center; }
  .home-page__banner4__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .home-page__banner4__upper__image {
      width: 100%;
      max-width: 200px;
      margin: 0 auto; }
    .home-page__banner4__upper__content {
      margin-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 24px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .home-page__banner4__upper__content__image {
        width: 100%;
        max-width: 166px;
        margin: 0 auto; }
      .home-page__banner4__upper__content__link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
  .home-page__banner4__lower {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 55px;
    position: relative; }
    .home-page__banner4__lower__background-container {
      width: 100%;
      height: 100%;
      border-radius: 15px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background-color: #feedea; }
    .home-page__banner4__lower__background {
      position: relative; }
      .home-page__banner4__lower__background-images.chat-bubble-- {
        display: none; }
    .home-page__banner4__lower__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .home-page__banner4__lower__image.chat-bubble2-- {
      width: 89px; }
    .home-page__banner4__lower__content {
      margin: 0 28px; }
    .home-page__banner4__lower__heading {
      margin-top: 20px;
      font-size: 24px;
      font-weight: 300;
      line-height: 1.5; }
    .home-page__banner4__lower__button {
      padding: 15px 52px;
      margin-top: 20px; }

@media (min-width: 640px) {
  .home-page__banner2__supports {
    grid-template: repeat(3, 1fr)/repeat(2, 1fr);
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%; }
    .home-page__banner2__supports > .client-adapters-- {
      max-width: unset; } }

@media (min-width: 1024px) {
  .home-page__banner1 {
    z-index: unset; }
    .home-page__banner1__backgrounds.wrapper {
      min-width: 100%; }
    .home-page__banner1__background.orange-cloud-- {
      width: 279px;
      top: 226px;
      left: -85px; }
    .home-page__banner1__background.purple-hollow-circle-mobile-- {
      display: none; }
    .home-page__banner1__background.purple-hollow-circle-desktop-- {
      display: unset;
      top: 758px;
      left: 167px; }
    .home-page__banner1__background.blue-hollow-circle-- {
      display: unset;
      top: 290px;
      right: 550px; }
    .home-page__banner1__background.trailing-dash-mobile-- {
      display: none; }
    .home-page__banner1__background.trailing-dash-desktop-- {
      display: unset;
      top: 360px;
      right: -140px; }
    .home-page__banner1__background.curly-trailing-dash-- {
      display: unset;
      top: 369px;
      left: 76px; }
    .home-page__banner1__background.white-cloud-- {
      width: 762px;
      top: 617px;
      right: -100px;
      left: unset; }
    .home-page__banner1__background.orange-hollow-circle-- {
      width: 48px;
      top: 928px;
      right: 250px;
      left: unset; }
    .home-page__banner1__content-container {
      padding-top: 18.33%;
      padding-bottom: 17.4%; }
    .home-page__banner1__content {
      text-align: left; }
      .home-page__banner1__content.wrapper {
        max-width: 1350px; }
      .home-page__banner1__content__logo {
        display: none; }
      .home-page__banner1__content__powered {
        margin-top: 0;
        font-size: 20px; }
        .home-page__banner1__content__powered__logo {
          width: 225px; }
      .home-page__banner1__content__heading {
        width: 100%;
        max-width: 1191px;
        margin-top: 17px; }
      .home-page__banner1__content .button {
        display: none; }
  .home-page__banner2 {
    padding-top: 120px;
    padding-bottom: 120px; }
    .home-page__banner2__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 5%;
         -moz-column-gap: 5%;
              column-gap: 5%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-align: unset; }
    .home-page__banner2__upper-content {
      width: 100%;
      max-width: 653px; }
    .home-page__banner2__lower-content {
      width: 100%;
      max-width: 795px;
      margin-top: unset; }
      .home-page__banner2__lower-content__description {
        margin-top: 10px; }
      .home-page__banner2__lower-content__link {
        margin-top: 30px;
        -webkit-column-gap: 14px;
           -moz-column-gap: 14px;
                column-gap: 14px;
        font-size: 20px; }
    .home-page__banner2__heading {
      margin-top: 80px;
      font-size: 20px;
      text-align: left; }
    .home-page__banner2__supports {
      margin-top: 50px; }
    .home-page__banner2__support {
      -webkit-column-gap: 40px;
         -moz-column-gap: 40px;
              column-gap: 40px; }
      .home-page__banner2__support.page-description-- {
        line-height: 1.8; }
    .home-page__banner2__icon {
      min-width: 120px;
      height: 120px; }
      .home-page__banner2__icon__inner {
        width: 64px; }
      .home-page__banner2__icon.oauth-- {
        width: 59px; }
  .home-page__banner3 {
    position: relative;
    background-color: transparent; }
    .home-page__banner3-container {
      padding-top: 120px;
      padding-bottom: 140px;
      -webkit-column-gap: 5%;
         -moz-column-gap: 5%;
              column-gap: 5%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      text-align: unset; }
    .home-page__banner3__background-container {
      width: 100%;
      height: 100%;
      display: unset;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background-color: #fdf4e4; }
    .home-page__banner3__backgrounds {
      width: 100%;
      height: 100%;
      position: relative; }
    .home-page__banner3__background {
      position: absolute; }
      .home-page__banner3__background.orange-hollow-circle-- {
        right: 173px;
        bottom: 151px; }
      .home-page__banner3__background.light-orange-hollow-circle-- {
        top: 180px;
        left: 849px; }
    .home-page__banner3__image {
      width: 100%;
      max-width: 489px;
      margin: unset; }
    .home-page__banner3__content {
      width: 100%;
      max-width: 721px; }
    .home-page__banner3__heading {
      margin-top: unset; }
    .home-page__banner3__description {
      margin-top: 14px; }
  .home-page__banner4 {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: unset; }
    .home-page__banner4__upper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-column-gap: 5%;
         -moz-column-gap: 5%;
              column-gap: 5%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .home-page__banner4__upper__image {
        max-width: 579px;
        margin: unset;
        margin-right: 100px; }
      .home-page__banner4__upper__content {
        width: 100%;
        max-width: 812px;
        margin-top: 0;
        row-gap: unset;
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset; }
        .home-page__banner4__upper__content__heading {
          width: 100%;
          max-width: 554px; }
        .home-page__banner4__upper__content__image {
          max-width: 303px;
          margin: unset;
          margin-top: 66px; }
        .home-page__banner4__upper__content__description {
          margin-top: 50px; }
        .home-page__banner4__upper__content__link {
          margin-top: 40px;
          -webkit-column-gap: 14px;
             -moz-column-gap: 14px;
                  column-gap: 14px;
          -webkit-box-pack: unset;
              -ms-flex-pack: unset;
                  justify-content: unset; }
    .home-page__banner4__lower {
      padding-top: unset;
      padding-bottom: unset;
      margin-top: 127px;
      text-align: center; }
      .home-page__banner4__lower__background-container {
        border-radius: 25px; }
      .home-page__banner4__lower__background {
        width: 100%;
        height: 100%; }
        .home-page__banner4__lower__background-images.chat-bubble-- {
          width: 206px;
          display: unset;
          position: absolute;
          top: 0;
          right: 132px; }
      .home-page__banner4__lower__inner {
        padding: 50px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        overflow: hidden; }
      .home-page__banner4__lower__content {
        margin: unset;
        position: relative; }
      .home-page__banner4__lower__image {
        position: absolute; }
        .home-page__banner4__lower__image.chat-bubble2-- {
          width: 100%;
          max-width: 158px;
          top: 50%;
          right: calc(100% + 13%);
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .home-page__banner4__lower__heading {
        font-size: 35px; }
      .home-page__banner4__lower__button {
        padding: 21px 95px;
        margin-top: 40px; } }

@media (min-width: 1440px) {
  .home-page__banner2__supports {
    grid-template: repeat(2, 1fr)/repeat(3, 1fr);
    gap: 70px; } }

.sso-page__banner1 {
  min-height: 388px;
  padding-top: 98px;
  position: relative;
  background-color: #feedea; }
  .sso-page__banner1__background-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
  .sso-page__banner1__backgrounds {
    width: inherit;
    height: inherit;
    position: relative; }
  .sso-page__banner1__background {
    position: absolute; }
    .sso-page__banner1__background.blue-hollow-circle-- {
      width: 14px;
      top: 30.41%;
      left: 7.73%; }
    .sso-page__banner1__background.light-orange-hollow-circle-- {
      right: 10.93%;
      bottom: 6.19%; }
    .sso-page__banner1__background.white-padlock-- {
      width: 63px;
      bottom: 0;
      left: 7.73%; }
    .sso-page__banner1__background.left-trailing-line-desktop--, .sso-page__banner1__background.right-trailing-line-desktop--, .sso-page__banner1__background.light-orange-hollow-desktop, .sso-page__banner1__background.green-hollow-circle-desktop-- {
      display: none; }
  .sso-page__banner1__content {
    min-height: 200px;
    margin-top: 44px;
    position: relative;
    z-index: 1;
    text-align: center; }
  .sso-page__banner1__heading {
    display: inline;
    -webkit-transition: 0.4s cubic-bezier(1, 0, 0, 1);
    -o-transition: 0.4s cubic-bezier(1, 0, 0, 1);
    transition: 0.4s cubic-bezier(1, 0, 0, 1); }

.sso-page__banner2 {
  padding-top: 50px;
  padding-bottom: 40px; }
  .sso-page__banner2__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .sso-page__banner2__image {
    width: 200px;
    margin: 0 auto; }
  .sso-page__banner2__carousel {
    margin-top: 40px; }
  .sso-page__banner2__features-desktop {
    display: none; }

.sso-page__banner3 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fdf4e4;
  text-align: center; }
  .sso-page__banner3__heading {
    margin: 0 2px; }
  .sso-page__banner3__features {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sso-page__banner3__feature__content {
    margin-top: 10px; }
  .sso-page__banner3__feature__description {
    margin-top: 14px; }

.sso-page__banner4 {
  padding-top: 26px;
  padding-bottom: 24px;
  position: relative;
  overflow: hidden; }
  .sso-page__banner4__features {
    display: grid;
    row-gap: 14px; }
  .sso-page__banner4__feature {
    border-radius: 15px;
    background-color: #feedea; }
    .sso-page__banner4__feature:first-of-type {
      margin: 0 auto 12px;
      background-color: transparent; }
    .sso-page__banner4__feature__background {
      display: none; }
    .sso-page__banner4__feature-container {
      width: 100%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      padding: 14px 22px 14px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px; }
    .sso-page__banner4__feature__image {
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .sso-page__banner4__feature .page-description-- {
      line-height: 1.5; }
  .sso-page__banner4__image-container {
    height: 158px;
    margin-top: 40px; }
    .sso-page__banner4__image-container.cloud-landscape-mobile-- .sso-page__banner4__lower-image {
      position: absolute;
      right: -55px; }
    .sso-page__banner4__image-container.cloud-landscape-desktop-- {
      display: none; }

@media (min-width: 1024px) {
  .sso-page__banner1 {
    padding-top: 15.63%;
    padding-bottom: 8.96%; }
    .sso-page__banner1__background.left-trailing-line-desktop--, .sso-page__banner1__background.right-trailing-line-desktop--, .sso-page__banner1__background.light-orange-hollow-desktop, .sso-page__banner1__background.green-hollow-circle-desktop-- {
      display: unset; }
    .sso-page__banner1__background.blue-hollow-circle-- {
      width: 28px;
      top: unset;
      right: 12%;
      bottom: 18.57%;
      left: unset; }
    .sso-page__banner1__background.light-orange-hollow-circle-- {
      display: none; }
    .sso-page__banner1__background.white-padlock-- {
      width: 138px;
      left: 8.25%; }
    .sso-page__banner1__background.green-hollow-circle-desktop-- {
      top: 51.29%;
      left: 10.75%; }
    .sso-page__banner1__background.left-trailing-line-desktop-- {
      width: 645.61px;
      height: 93.37px;
      top: 32.29%;
      left: -8.5%; }
    .sso-page__banner1__background.right-trailing-line-desktop-- {
      width: 991.45px;
      height: 108.95px;
      right: -19%;
      bottom: 5.57%; }
    .sso-page__banner1__background.light-orange-hollow-desktop-- {
      width: 48px;
      top: 33.86%;
      right: 21.51%; }
    .sso-page__banner1__heading {
      display: inline-block; }
  .sso-page__banner2 {
    padding-top: 97px;
    padding-bottom: 120px; }
    .sso-page__banner2__image {
      width: 100%;
      max-width: 429px; }
    .sso-page__banner2__heading {
      margin: 0 auto;
      width: 100%;
      max-width: 969px; }
    .sso-page__banner2 .sso-page__banner2__carousel {
      display: none; }
    .sso-page__banner2__features-desktop {
      margin-top: 120px;
      display: grid;
      grid-template: repeat(3, 1fr)/repeat(2, 1fr);
      justify-items: center;
      gap: 85px 12.31%; }
      .sso-page__banner2__features-desktop__feature {
        max-width: 390px;
        text-align: center; }
        .sso-page__banner2__features-desktop__feature__title {
          margin-top: 24px;
          font-size: 30px;
          font-weight: 600;
          line-height: 1; }
        .sso-page__banner2__features-desktop__feature__description {
          margin-top: 10px;
          font-size: 18px;
          font-weight: 300;
          line-height: 1.67; }
  .sso-page__banner3 {
    padding-top: 120px;
    padding-bottom: 137px; }
    .sso-page__banner3__features {
      margin-top: 151px;
      row-gap: 162px; }
    .sso-page__banner3__feature {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 5%;
         -moz-column-gap: 5%;
              column-gap: 5%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .sso-page__banner3__feature:nth-of-type(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
      .sso-page__banner3__feature__image {
        width: 100%; }
        .sso-page__banner3__feature__image.building-security-- {
          max-width: 605px; }
        .sso-page__banner3__feature__image.safe-secure-access-- {
          max-width: 559px; }
        .sso-page__banner3__feature__image.fa-mfa-- {
          max-width: 686px; }
        .sso-page__banner3__feature__image.api-authentication-- {
          max-width: 546px; }
      .sso-page__banner3__feature__content {
        width: 100%;
        max-width: 600px;
        margin-top: unset;
        text-align: left; }
      .sso-page__banner3__feature__description {
        margin-top: 10px; }
  .sso-page__banner4 {
    padding-top: 120px;
    padding-bottom: 160px; }
    .sso-page__banner4-container {
      position: relative; }
    .sso-page__banner4__features {
      gap: 60px 73px;
      grid-template: repeat(auto-fill, minmax(360px, 1fr))/repeat(auto-fill, minmax(350px, 1fr)); }
    .sso-page__banner4__feature {
      border-radius: 30px; }
      .sso-page__banner4__feature:first-of-type {
        margin-bottom: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: left; }
      .sso-page__banner4__feature__heading {
        position: relative; }
        .sso-page__banner4__feature__heading .orange-highlight-- {
          width: 280px;
          display: inline-block;
          text-align: right; }
      .sso-page__banner4__feature__background {
        display: unset;
        position: absolute;
        top: -12.5px;
        right: 0;
        z-index: -1; }
      .sso-page__banner4__feature-container {
        max-width: 500px;
        padding: 50px 65px;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .sso-page__banner4__feature__image {
        width: 174px;
        margin: 0 auto; }
      .sso-page__banner4__feature .page-description-- {
        margin-top: 30px;
        line-height: 1.7;
        text-align: center; }
    .sso-page__banner4__image-container {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      margin-top: unset;
      position: absolute;
      right: -140px;
      bottom: -40px;
      z-index: -1; }
      .sso-page__banner4__image-container.cloud-landscape-mobile-- .sso-page__banner4__lower-image {
        display: none; }
      .sso-page__banner4__image-container.cloud-landscape-desktop-- {
        display: unset; }
        .sso-page__banner4__image-container.cloud-landscape-desktop-- .sso-page__banner4__lower-image {
          height: 424px;
          position: relative; } }

@media (min-width: 1440px) {
  .sso-page__banner2__features-desktop {
    grid-template: repeat(2, 1fr)/repeat(3, 1fr); }
  .sso-page__banner2__content {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: unset; } }

.contact-page__banner1 {
  position: relative; }
  .contact-page__banner1__background-container {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: rgba(127, 216, 200, 0.2); }
  .contact-page__banner1__backgrounds {
    width: 100%;
    height: 100%;
    position: relative; }
  .contact-page__banner1__background {
    position: absolute; }
    .contact-page__banner1__background.left-trailing-dash-line--, .contact-page__banner1__background.middle-trailing-dash-line--, .contact-page__banner1__backgroundright-trailing-dash-line-- {
      display: none; }
    .contact-page__banner1__background.orange-hollow-circle-- {
      top: 142px;
      left: 52px; }
    .contact-page__banner1__background.light-orange-hollow-circle-- {
      width: 14px;
      top: 194px;
      right: 41px; }
    .contact-page__banner1__background.white-pencil-- {
      right: 27px;
      bottom: 42px; }
    .contact-page__banner1__background.trailing-dash-line-- {
      right: 107px;
      bottom: 0; }
  .contact-page__banner1__content {
    padding-top: 168px;
    padding-bottom: 70px;
    text-align: center; }

.contact-page__banner2 {
  padding-top: 50px;
  padding-bottom: 86px; }
  .contact-page__banner2__content {
    text-align: center; }
  .contact-page__banner2__description {
    margin-top: 14px; }
  .contact-page__banner2__form {
    margin-top: 50px; }
  .contact-page__banner2__input-field input {
    border: 1px solid transparent; }
  .contact-page__banner2__input-field .help-block {
    color: #fd5640; }
  .contact-page__banner2__summary-container {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .contact-page__banner2__button-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .contact-page__banner2__button-container .input-valid {
      margin-left: 20px;
      position: relative;
      bottom: 2px;
      top: unset;
      right: unset;
      opacity: 1; }
  .contact-page__banner2__button {
    min-width: 200px;
    border: none; }
  .contact-page__banner2__message {
    display: none;
    text-align: center; }

@media (min-width: 1024px) {
  .contact-page__banner1 {
    overflow: hidden; }
    .contact-page__banner1__background.left-trailing-dash-line--, .contact-page__banner1__background.middle-trailing-dash-line--, .contact-page__banner1__backgroundright-trailing-dash-line-- {
      display: unset; }
    .contact-page__banner1__background.orange-hollow-circle-- {
      width: 28px;
      top: 42.43%;
      left: 12.5%; }
    .contact-page__banner1__background.light-orange-hollow-circle-- {
      width: 28px;
      top: unset;
      right: 30.36%;
      bottom: 17%; }
    .contact-page__banner1__background.white-pencil-- {
      width: 168px;
      right: unset;
      bottom: 25.43%;
      left: 88.96%; }
    .contact-page__banner1__background.trailing-dash-line-- {
      display: none; }
    .contact-page__banner1__background.left-trailing-dash-line-- {
      bottom: 12.86%;
      left: -15%; }
    .contact-page__banner1__background.middle-trailing-dash-line-- {
      bottom: 65.14%;
      left: 28.91%; }
    .contact-page__banner1__background.right-trailing-dash-line-- {
      bottom: 18.71%;
      left: 71.88%; }
    .contact-page__banner1__content {
      padding-top: 19.11%;
      padding-bottom: 11.3%; }
  .contact-page__banner2 {
    padding-top: 120px;
    padding-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .contact-page__banner2__content {
      width: 100%;
      max-width: 602px;
      text-align: unset; }
    .contact-page__banner2__form {
      width: 100%;
      max-width: 815px;
      margin-top: unset; }
    .contact-page__banner2 #companyName + .input-valid {
      display: none; }
    .contact-page__banner2__summary-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .contact-page__banner2__button {
      margin: unset;
      margin-top: 20px; }
    .contact-page__banner2__message {
      display: none;
      text-align: left; } }

@media only screen and (min-width: 1514px) {
  .contact-page__banner1__background.left-trailing-dash-line-- {
    bottom: 12.86%;
    left: -5%; }
  .contact-page__banner1__background.middle-trailing-dash-line-- {
    bottom: 50.86%;
    left: 36.72%; }
  .contact-page__banner1__background.right-trailing-dash-line-- {
    bottom: 18.71%;
    left: 75.94%; } }

.faq-page {
  text-align: center; }
  .faq-page__banner1 {
    position: relative; }
    .faq-page__banner1__background-container {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background-color: #ECECFC;
      overflow: hidden; }
    .faq-page__banner1__backgrounds {
      width: 100%;
      height: 100%;
      position: relative; }
    .faq-page__banner1__background {
      position: absolute; }
      .faq-page__banner1__background.blue-hollow-circle-- {
        top: 75.77%;
        left: 12.27%; }
      .faq-page__banner1__background.question-- {
        right: 9.27%;
        bottom: 6.06%; }
      .faq-page__banner1__background.top-trailing-line-- {
        top: 17.15%;
        left: -2.5%; }
      .faq-page__banner1__background.orange-hollow-circle-- {
        top: 36.08%;
        right: 9.33%; }
      .faq-page__banner1__background.right-trailing-line-- {
        display: none; }
    .faq-page__banner1__content {
      padding-top: 168px;
      padding-bottom: 121px; }
  .faq-page__banner2 {
    padding-top: 50px;
    padding-bottom: 66px; }
    .faq-page__banner2__questions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 40px; }
    .faq-page__banner2__question {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 14px; }
    .faq-page__banner2__numerical {
      margin-right: 5px; }

@media (min-width: 1024px) {
  .faq-page__banner1 {
    position: relative; }
    .faq-page__banner1__background.blue-hollow-circle-- {
      width: 48px;
      bottom: 18%;
      left: 11.93%; }
    .faq-page__banner1__background.question-- {
      width: 241.66px;
      right: 5.79%;
      bottom: 21.43%; }
    .faq-page__banner1__background.top-trailing-line-- {
      width: 672.88px;
      top: 30.22%;
      left: -1%; }
    .faq-page__banner1__background.orange-hollow-circle-- {
      width: 28px;
      top: 36.08%;
      right: 19%; }
    .faq-page__banner1__background.right-trailing-line-- {
      display: unset;
      right: -42.5%;
      bottom: 4%; }
    .faq-page__banner1__content {
      padding-top: 19.11%;
      padding-bottom: 11.3%; }
  .faq-page__banner2 {
    padding-top: 120px;
    padding-bottom: 126px;
    text-align: left; }
    .faq-page__banner2__questions {
      max-width: 1088px;
      row-gap: 66px; } }

.privacy-page {
  text-align: center; }
  .privacy-page__banner1 {
    position: relative; }
    .privacy-page__banner1__background-container {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      background-color: #fdf4e4;
      overflow: hidden; }
    .privacy-page__banner1__backgrounds {
      width: 100%;
      height: 100%;
      position: relative; }
    .privacy-page__banner1__background {
      position: absolute; }
      .privacy-page__banner1__background.purple-hollow-circle-- {
        width: 28px;
        top: 35.05%;
        left: 15.2%; }
      .privacy-page__banner1__background.agreement-- {
        width: 103.4px;
        height: 120.92px;
        right: 5.6%;
        bottom: 5.95%; }
      .privacy-page__banner1__background.left-trailing-line-- {
        width: 300px;
        bottom: -5%;
        left: -15%; }
      .privacy-page__banner1__background.light-orange-hollow-circle-- {
        width: 14px;
        right: 15.73%;
        bottom: 41.75%; }
      .privacy-page__banner1__background.right-trailing-line-- {
        display: none; }
    .privacy-page__banner1__content {
      padding-top: 168px;
      padding-bottom: 119px; }
  .privacy-page__banner2 {
    padding-top: 50px;
    padding-bottom: 66px; }
    .privacy-page__banner2__questions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 40px; }
    .privacy-page__banner2__question {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 14px; }
      .privacy-page__banner2__question:first-of-type .orange-highlight-- {
        margin-bottom: 20px;
        display: inline-block; }
    .privacy-page__banner2__alphabetical {
      margin-right: 5px; }

@media (min-width: 1024px) {
  .privacy-page__banner1 {
    position: relative; }
    .privacy-page__banner1__background.purple-hollow-circle-- {
      width: 48px;
      top: 45.57%;
      left: 21.2%; }
    .privacy-page__banner1__background.agreement-- {
      width: 271.67px;
      height: 317.69px;
      right: 14.76%;
      bottom: 8.33%; }
    .privacy-page__banner1__background.left-trailing-line-- {
      width: unset;
      bottom: 4.38%;
      left: -5%; }
    .privacy-page__banner1__background.light-orange-hollow-circle-- {
      width: 28px;
      right: 12.03%;
      bottom: 14.29%; }
    .privacy-page__banner1__background.right-trailing-line-- {
      display: unset;
      right: -42.5%;
      bottom: 4.38%; }
    .privacy-page__banner1__content {
      padding-top: 19.11%;
      padding-bottom: 11.3%; }
  .privacy-page__banner2 {
    padding-top: 120px;
    padding-bottom: 100px;
    text-align: left; }
    .privacy-page__banner2__question:first-of-type .orange-highlight-- {
      margin-bottom: unset;
      display: unset; }
    .privacy-page__banner2__alphabetical {
      margin-right: 5px; } }
