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

.w-users-userformpagewrap {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userloginformwrapper {
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.w-users-userformerrorstate {
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
  margin-left: 20px;
  margin-right: 20px;
}

.w-users-userresetpasswordformwrapper {
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-users-userupdatepasswordformwrapper {
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-users-blockcontent {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-users-blockheader {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  background-color: #d3d3d3;
  color: #333;
}

body {
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 45px;
  line-height: 1.25em;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #33383f;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 600;
}

h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #99a4af;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 16px;
  opacity: 0.9;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

a {
  transition: color 200ms ease;
  color: #626a72;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 16px;
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
  opacity: 0.9;
  font-size: 18px;
  line-height: 1.4em;
}

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

label {
  display: block;
  margin-bottom: 6px;
  color: #626a72;
  font-size: 15px;
  font-weight: 400;
}

em {
  font-style: italic;
  letter-spacing: -0.5px;
}

blockquote {
  margin-bottom: 16px;
  padding: 10px 20px;
  border-left: 5px solid rgba(255, 1, 1, 0.15);
  color: #33383f;
  font-size: 18px;
  line-height: 1.4em;
}

figcaption {
  margin-top: 12px;
  text-align: center;
}

.page-wrapper {
  position: relative;
  width: 100%;
  min-height: 90vh;
}

.page-wrapper.light-grey {
  background-color: #f5f6f7;
}

.section {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
  border: 0px none #000;
}

.section.light-grey {
  position: relative;
  background-color: #f5f6f7;
}

.section.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.light-color-gradient {
  position: relative;
  background-color: #eaf3fe;
}

.section.daek-page-header {
  padding-top: 96px;
  padding-bottom: 32px;
  background-color: #1d1d1d;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, rgba(255, 1, 1, 0.15), transparent 47%), radial-gradient(circle farthest-corner at 30% 150%, rgba(122, 167, 255, 0.32), transparent 58%);
  color: #fff;
}

.section.black-gradient {
  background-color: #d0e5ff;
  background-image: url('../images/Fone.png');
  background-position: 0px 0px;
  background-size: auto;
  color: #fff;
}

.section.light-page-header {
  height: 382px;
  padding-top: 96px;
  padding-bottom: 32px;
  background-color: #d0e5ff;
  background-image: url('../images/Fone.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section.light-page-header.keys {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/Image.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.section.to-block {
  padding-top: 112px;
}

.button {
  display: inline-block;
  margin-bottom: 0px;
  padding: 10px 28px;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  flex: 0 0 auto;
  border-radius: 11px;
  background-color: #9747ff;
  box-shadow: 0 2px 0 0 rgba(32, 32, 32, 0.05);
  transition: box-shadow 200ms ease, transform 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  background-color: #ac6bff;
}

.button:active {
  background-color: #626a72;
  box-shadow: 0 0 0 0 rgba(32, 32, 32, 0);
  transform: translate(0px, 2px);
}

.button.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.button.outline {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #495158;
  color: #1d1d1d;
}

.button.outline:hover {
  background-color: #e7ecf0;
}

.button.outline:active {
  background-color: #495158;
  color: #fff;
}

.button.light {
  background-color: #f5f6f7;
  box-shadow: none;
  color: #626a72;
}

.button.light:hover {
  background-color: #e7ecf0;
  color: #626a72;
}

.button.light:active {
  background-color: #cbd5df;
  color: #33383f;
}

.button.light.mobile-hidden {
  display: inline-block;
  box-shadow: inset 0 0 0 1px #e7ecf0;
}

.button.disabled {
  background-color: #f5f6f7;
  box-shadow: none;
  opacity: 0.7;
  color: #cbd5df;
}

.button.disabled:active {
  transform: none;
}

.button.subscribe {
  margin-bottom: 0px;
  margin-left: -24px;
  padding-right: 22px;
  padding-left: 22px;
}

.button.dark {
  background-color: #495158;
}

.button.dark:hover {
  background-color: #33383f;
}

.button.dark:active {
  background-color: #99a4af;
}

.button.white {
  background-color: #fff;
  color: #1d1d1d;
  font-weight: 500;
}

.button.white:hover {
  background-color: #e7ecf0;
}

.button.white:active {
  background-color: #cbd5df;
}

.spacer {
  height: 48px;
  background-color: #e7ecf0;
}

.spacer._64 {
  width: 64px;
  height: 64px;
  background-color: transparent;
}

.spacer._32 {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: transparent;
}

.spacer._24 {
  width: 24px;
  height: 24px;
  background-color: transparent;
  text-transform: uppercase;
}

.spacer._48 {
  width: 48px;
  border-radius: 6px;
  background-color: transparent;
}

.spacer._128 {
  width: 128px;
  height: 128px;
  background-color: transparent;
}

.spacer._80 {
  width: 80px;
  height: 80px;
  background-color: transparent;
}

.spacer._96 {
  width: 96px;
  height: 96px;
  background-color: transparent;
}

.spacer._96 {
  height: 96px;
  background-color: rgba(94, 178, 244, 0);
}

.spacer._32 {
  height: 32px;
  background-color: transparent;
}

.spacer._16 {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background-color: transparent;
}

.text-box {
  position: relative;
  max-width: 650px;
}

.text-box.center-align {
  margin-right: auto;
  margin-left: auto;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.text-box._550px {
  max-width: 550px;
}

.text-box._500px {
  max-width: 500px;
}

.text-box.centered {
  margin-right: auto;
  margin-left: auto;
}

._12-columns {
  display: flex;
  margin-right: -12px;
  margin-bottom: 23px;
  margin-left: -12px;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

._12-columns.flex-horizontal {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

._12-columns.align-top {
  align-items: flex-start;
}

._12-columns.align-left {
  justify-content: flex-start;
}

._12-columns.to-last {
  height: 208px;
  margin-right: -32px;
  margin-left: -32px;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.container {
  position: relative;
  top: auto;
  display: flex;
  width: 100%;
  max-width: 1440px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.color-block {
  width: 100%;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-radius: 5px;
  background-color: #1d1d1d;
}

.color-block.grey {
  background-color: #626a72;
}

.color-block.light-grey {
  background-color: #99a4af;
}

.color-block.dark-grey {
  background-color: #33383f;
}

.color-block.back-grey {
  border-style: solid;
  border-width: 1px;
  border-color: #e7ecf0;
  background-color: #f5f6f7;
}

.color-block.soft-grey {
  background-color: #cbd5df;
}

.color-block.silver {
  background-color: #e7ecf0;
}

.color-block.white {
  border-style: solid;
  border-width: 1px;
  border-color: #e7ecf0;
  background-color: #fff;
}

.color-block.soft-red {
  border-style: solid;
  border-width: 1px;
  border-color: #e7ecf0;
  background-color: rgba(255, 1, 1, 0.15);
}

.color-block.soft-blue {
  border-style: solid;
  border-width: 1px;
  border-color: #e7ecf0;
  background-color: rgba(122, 167, 255, 0.32);
}

.color-block.soft-pink {
  border-style: solid;
  border-width: 1px;
  border-color: #e7ecf0;
  background-color: rgba(239, 152, 207, 0.25);
}

.white {
  color: #fff;
  font-weight: 300;
}

.column-styleguide {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 2px;
  background-color: #e7ecf0;
}

.column {
  position: relative;
  display: flex;
  min-height: 32px;
  padding-right: 16px;
  padding-left: 16px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 0 auto;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-1 {
  width: 8.33%;
  flex: 0 auto;
}

.column.desk-4 {
  width: 33.33%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-3 {
  width: 25%;
  flex: 0 0 auto;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-7 {
  width: 58.333333333333336%;
}

.column.desk-8 {
  width: 66.66666666666667%;
}

.ds-block {
  margin-bottom: 32px;
  font-size: 18px;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
  background-color: #e7ecf0;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

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

.rich-text img {
  border-radius: 5px;
}

.rich-text h4 {
  margin-top: 24px;
}

.rich-text h3 {
  margin-top: 24px;
}

.nav-content {
  position: relative;
  display: flex;
  margin-left: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.nav-cta-button-container {
  display: flex;
  align-items: center;
}

.menu-button.w--open {
  background-color: #fff;
  color: rgba(9, 106, 208, 0.2);
}

.nav-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 200;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f5f6f7;
  background-color: #fff;
}

.logo-div {
  display: block;
  justify-content: space-between;
  align-items: center;
  flex: 0 auto;
}

.nav-logo {
  transition: opacity 200ms ease;
}

.nav-logo:hover {
  opacity: 0.75;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-link {
  display: block;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: color 200ms ease-in-out;
  color: #626a72;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  opacity: 1;
  color: #1d1d1d;
}

.footer-link.w--current {
  opacity: 1;
  font-size: 15px;
}

.footer-links-container {
  display: flex;
  flex-direction: column;
}

.footer {
  position: relative;
  z-index: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #f5f6f7;
}

.icon {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 24px;
}

.icon.large {
  width: 128px;
  height: 128px;
}

.search-banner {
  display: flex;
  margin-right: auto;
  padding-right: 4px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
}

.nav-dropdown {
  position: relative;
  margin-right: 2px;
  margin-left: 6px;
  padding: 5px 22px 5px 8px;
  border-radius: 5px;
  transition: color 200ms ease;
  color: #33383f;
  line-height: 26px;
  font-weight: 500;
}

.nav-dropdown:hover {
  opacity: 1;
  color: #1b9cca;
}

.nav-dropdown.w--current {
  transition-property: none;
  color: #096ad0;
  font-weight: 700;
}

.paragraph {
  padding-left: 0px;
  white-space: normal;
}

.paragraph.small {
  display: flex;
  margin-bottom: 6px;
  opacity: 0.75;
  color: #33383f;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
}

.paragraph.small.midle {
  text-align: center;
}

.paragraph.small.left {
  text-align: left;
  white-space: normal;
}

.paragraph.large {
  font-size: 20px;
  line-height: 1.5em;
}

.paragraph.medium {
  font-size: 18px;
}

.paragraph.medium.margin-24 {
  margin-bottom: 24px;
}

.paragraph.medium.margin-24.color-gray {
  margin-bottom: 32px;
  color: #495158;
}

.paragraph.small {
  opacity: 0.75;
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph.bg-color-gray {
  display: block;
  padding: 2px 8px;
  flex-direction: row;
  align-items: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #f5f6f7;
  color: #495158;
}

.paragraph.sity-list {
  line-height: 1.8em;
}

.paragraph.keys {
  margin-top: 18px;
  margin-bottom: 24px;
}

.paragraph.point {
  clear: none;
  direction: ltr;
  color: #1d1d1d;
  font-weight: 400;
  white-space: normal;
}

.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.nav-menu {
  margin-right: 6px;
  flex: 0 auto;
  text-align: right;
}

.ds-menu-brand {
  width: 160px;
  margin-bottom: 50px;
  margin-left: 30px;
}

.ds-menu {
  width: 100%;
}

.ds-menu-link {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  border-left: 4px solid transparent;
  color: #e7ecf0;
}

.ds-menu-link:hover {
  color: #cbd5df;
}

.ds-menu-link.w--current {
  padding-right: 0px;
  background-color: #33383f;
  color: #fff;
  font-weight: 500;
}

.ds-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: auto;
  width: 240px;
  padding-top: 40px;
  background-color: #1d1d1d;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, rgba(255, 1, 1, 0.15), transparent 43%);
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: -24px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #197dff;
}

.form-error {
  padding: 16px;
  border-radius: 6px;
  background-color: #e7ecf0;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 18px;
}

.form {
  margin-bottom: 0px;
}

.checkbox-field {
  position: relative;
  display: flex;
  margin-bottom: 16px;
  padding-left: 24px;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}

.check-box {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-right: 10px;
  margin-left: -24px;
}

.check-box.w--redirected-checked {
  border-color: #197dff;
  background-color: #197dff;
  background-position: 50% 50%;
  background-size: 16px;
}

.ds-content {
  position: relative;
  display: flex;
  max-width: 100%;
  margin-left: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-success {
  width: 100%;
  padding: 16px 32px;
  border-radius: 8px;
  background-color: #e7ecf0;
  color: #33383f;
  font-size: 16px;
  line-height: 1.4em;
}

.form-success.dark {
  background-color: #495158;
  color: #fff;
}

.ds-section {
  position: relative;
  z-index: 0;
  padding: 60px 80px 48px 60px;
  text-align: left;
}

.ds-section.header {
  background-color: #f5f6f7;
  color: #1d1d1d;
}

.ds-title {
  margin-bottom: 8px;
  color: #33383f;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-field {
  height: 44px;
  min-width: 120px;
  margin-bottom: 16px;
  padding: 19px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7ecf0;
  border-radius: 9px;
  background-color: #f5f6f7;
  transition: border-color 200ms ease;
  font-size: 15px;
  line-height: 1.4em;
}

.text-field:focus {
  border-color: #33383f;
}

.text-field::-moz-placeholder {
  color: #cbd5df;
}

.text-field::-ms-input-placeholder {
  color: #cbd5df;
}

.text-field::placeholder {
  color: #cbd5df;
}

.text-field.no-margin {
  margin-bottom: 0px;
}

.ebook-box {
  overflow: hidden;
  width: 100%;
  height: 100%;
  flex-direction: column;
  border-radius: 0px;
  transition: transform 200ms ease, opacity 200ms ease;
  color: #1d1d1d;
  text-align: left;
}

.ebook-box:hover {
  transform: translate(0px, -3px);
}

.ebook-thumbnail {
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 0px;
}

.text-area {
  min-height: 120px;
  margin-bottom: 16px;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7ecf0;
  border-radius: 6px;
  background-color: #f5f6f7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
  font-size: 15px;
}

.text-area::-moz-placeholder {
  color: #cbd5df;
}

.text-area::-ms-input-placeholder {
  color: #cbd5df;
}

.text-area::placeholder {
  color: #cbd5df;
}

.tabs-menu {
  display: flex;
  width: 100%;
  margin-bottom: 48px;
  justify-content: center;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.tab-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 20px;
  flex: 0 auto;
  border-bottom: 2px solid #e7ecf0;
  background-color: transparent;
  opacity: 0.5;
  color: #626a72;
  font-size: 18px;
  text-align: center;
}

.tab-link:hover {
  border-bottom-color: #cbd5df;
  color: #626a72;
}

.tab-link.w--current {
  border-bottom-color: #197dff;
  background-color: transparent;
  opacity: 1;
  color: #197dff;
  font-weight: 600;
}

.ds-description {
  max-width: 400px;
  color: #626a72;
}

.small-button {
  margin-bottom: 16px;
  padding: 5px 16px;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #1d1d1d;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
  transition: transform 200ms ease, border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.small-button:hover {
  background-color: #33383f;
  color: #fff;
}

.small-button:active {
  background-color: #495158;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.06);
  transform: translate(0px, 1px);
}

.small-button.light {
  margin-right: 0px;
  background-color: #f5f6f7;
  box-shadow: none;
  color: #626a72;
}

.small-button.light:hover {
  background-color: #e7ecf0;
}

.small-button.light:active {
  background-color: #cbd5df;
  color: #33383f;
}

.small-button.dark {
  margin-right: 0px;
  background-color: #495158;
  box-shadow: none;
}

.small-button.dark:hover {
  background-color: #33383f;
}

.small-button.dark:active {
  background-color: #1d1d1d;
}

.nav-container {
  left: 0px;
  top: 0px;
  right: 0px;
  display: flex;
  width: 100%;
  height: 70px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.error-2 {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-link {
  margin-right: 4px;
  margin-left: 4px;
  padding: 6px 8px;
  background-color: transparent;
  transition: background-color 200ms ease, transform 200ms ease, color 200ms ease;
  color: #1d1d1d;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}

.nav-link:hover {
  color: #626a72;
}

.nav-link:active {
  color: #626a72;
}

.nav-link.w--current {
  color: #1d1d1d;
}

.nav-link.cta-button {
  margin-right: 0px;
  margin-left: 6px;
  padding: 6px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #9747ff;
  border-radius: 11px;
  background-color: #9747ff;
  transition: background-color 200ms ease, transform 200ms ease, color 200ms ease;
  color: #fff;
}

.nav-link.cta-button:hover {
  border-color: #ac6bff;
  background-color: #ac6bff;
  box-shadow: none;
}

.nav-link.cta-button:active {
  border-color: #ac6bff;
  background-color: #ac6bff;
  box-shadow: none;
}

.nav-link.sign-in {
  margin-right: 6px;
  padding: 6px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #cbd5df;
  border-radius: 11px;
  color: #1d1d1d;
}

.nav-link.sign-in:hover {
  border-color: #9747ff;
  background-color: #9747ff;
  color: #fff;
}

.form-dropdown {
  position: relative;
  width: 100%;
  height: 44px;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7ecf0;
  border-radius: 6px;
  background-color: #f5f6f7;
  color: #99a4af;
  font-size: 15px;
}

.form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::-moz-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.field-block {
  z-index: 1;
  display: flex;
  min-height: 20px;
  min-width: 50px;
  margin-bottom: 8px;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
  border: 1px solid transparent;
}

.error {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-header {
  color: #99a4af;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.footer-container {
  display: block;
  width: 100%;
  max-width: 1440px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 50px;
  flex-direction: column;
  justify-content: center;
}

.ds-colour-block {
  display: inline-block;
  width: 12.5%;
  padding-right: 16px;
}

.ds-colour-grid {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
}

.ds-module {
  position: relative;
  display: flex;
  min-height: 100px;
  min-width: 100px;
  flex-direction: column;
  border-radius: 2px;
  background-color: #e7ecf0;
}

._1-2-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-1-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  display: block;
  font-weight: 600;
}

.heading.h1 {
  margin-bottom: 18px;
  font-size: 48px;
  line-height: 1.25em;
  font-weight: 600;
  text-align: left;
}

.heading.h1.small-margin {
  margin-bottom: 6px;
}

.heading.h1.mid {
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

.heading.h1.left {
  margin-top: 18px;
  margin-bottom: 8px;
}

.heading.h2 {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 600;
  text-align: center;
}

.heading.h2.cta {
  text-align: left;
}

.heading.h3 {
  display: block;
  margin-top: 12px;
  margin-bottom: 0px;
  -ms-grid-row-align: auto;
  align-self: auto;
  flex: 0 auto;
  color: #1d1d1d;
  font-size: 26px;
  line-height: 1.4em;
}

.heading.h3.no-margin {
  margin-bottom: 0px;
}

.heading.h4 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.45em;
}

.heading.h4._24 {
  font-size: 24px;
}

.heading.h5 {
  margin-bottom: 12px;
  color: #33383f;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.h6 {
  color: #626a72;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 500;
}

.heading.large-h1 {
  margin-bottom: 18px;
  font-size: 54px;
  line-height: 1.2em;
}

.heading.large-h1 {
  margin-bottom: 18px;
  font-size: 52px;
  line-height: 1.25em;
}

.heading.large-h1 {
  margin-bottom: 18px;
  font-size: 64px;
  line-height: 1.15em;
}

.heading.large-h1 {
  margin-bottom: 16px;
  font-size: 46px;
}

.heading.large-h1 {
  font-size: 64px;
}

.error-3 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  flex-direction: column;
  justify-content: center;
}

.licenses-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 96px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 90vh;
  max-height: 100%;
  max-width: 100%;
  min-height: auto;
  padding: 20px;
  justify-content: center;
  align-items: center;
  background-color: #1d1d1d;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, rgba(239, 152, 207, 0.2), transparent 57%), radial-gradient(circle farthest-corner at 0% 20%, rgba(122, 167, 255, 0.25), transparent 42%);
  color: #fff;
}

.utility-page-wrap.center-align {
  background-image: radial-gradient(circle farthest-corner at 50% -20%, rgba(239, 152, 207, 0.2), transparent 61%), radial-gradient(circle farthest-corner at 0% 20%, rgba(122, 167, 255, 0.32), transparent 42%);
  text-align: center;
}

.utility-page-content {
  display: flex;
  width: 380px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: flex;
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  align-items: stretch;
}

.visible-spacer {
  display: inline-block;
  margin-bottom: 24px;
  border-radius: 2px;
  background-color: #e7ecf0;
}

.email-form {
  display: flex;
  max-width: 450px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

.email-form.center-align {
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section-top {
  display: flex;
  width: 100%;
  margin-bottom: 14px;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.section-top._2 {
  margin-bottom: 6px;
  align-items: flex-start;
}

.section-top._800px {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  align-items: flex-start;
  -ms-grid-row-align: auto;
  align-self: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

._3-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._4-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.email-subscribe {
  position: relative;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: flex-start;
  grid-column-gap: 12px;
}

.search {
  margin-bottom: 0px;
  align-items: flex-start;
}

.terms-card {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-top: -180px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 64px 48px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.06);
}

.popular-posts-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-2 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1280px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  flex-direction: column;
  justify-content: center;
}

.hidden {
  display: none;
}

.search-bar {
  width: 280px;
  height: 36px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f6f7;
  border-radius: 6px;
  background-color: #f5f6f7;
  background-image: url('../images/MagnifyingGlass-Grey.svg');
  background-position: 8px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  transition: border-color 200ms ease;
  color: #1d1d1d;
  font-size: 15px;
  font-weight: 400;
}

.search-bar:hover {
  border-color: #cbd5df;
}

.search-bar:focus {
  border-color: #cbd5df;
}

.search-bar::-moz-placeholder {
  color: #99a4af;
}

.search-bar::-ms-input-placeholder {
  color: #99a4af;
}

.search-bar::placeholder {
  color: #99a4af;
}

.search-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.card-text-link {
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  flex-direction: column;
  border-radius: 4px;
  transition: transform 200ms ease, opacity 200ms ease;
  color: #1d1d1d;
  text-align: left;
}

.card-text-link:hover {
  color: #33383f;
}

.image-cover {
  width: 100%;
  height: 223px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-cover._372px {
  height: 372px;
  margin-top: 0px;
}

.form-card {
  padding: 40px;
  border-radius: 12px;
  background-color: #fff;
  color: #1d1d1d;
  text-align: left;
}

.title-tag {
  margin-bottom: 12px;
  color: #99a4af;
  font-weight: 500;
}

.cta-banner {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #e7ecf0;
  border-bottom: 1px solid #e7ecf0;
  text-align: left;
}

.error-4 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1230px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  flex-direction: column;
  justify-content: center;
}

.grey-text-link {
  border-bottom: 1px solid #cbd5df;
  color: #626a72;
}

.grey-text-link:hover {
  border-bottom-color: #99a4af;
  color: #33383f;
}

.banner-section {
  position: relative;
  z-index: 200;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 25% -20%, rgba(122, 167, 255, 0.15), hsla(0, 0%, 100%, 0) 52%), radial-gradient(circle farthest-corner at 100% 0%, rgba(255, 1, 1, 0.08), hsla(0, 0%, 100%, 0) 25%);
}

.banner-container {
  display: block;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  flex: 1;
}

.banner {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
}

.banner-link {
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #99a4af;
  line-height: 1.3em;
  text-decoration: none;
}

.banner-link:hover {
  color: #1d1d1d;
}

.hero-grid {
  align-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-illustration {
  position: static;
  margin-right: auto;
  margin-left: auto;
  flex: 1;
  mix-blend-mode: normal;
}

.hero-illustration.cta {
  height: 340px;
  flex: 0 auto;
  mix-blend-mode: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-illustration.placeholder {
  height: 580px;
}

.large-3-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-grid {
  width: auto;
  max-width: 1440px;
  justify-items: stretch;
  align-items: stretch;
  -ms-grid-columns: 3.25fr 1fr 1fr 1.15fr;
  grid-template-columns: 3.25fr 1fr 1fr 1.15fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo-block {
  position: relative;
  display: flex;
  max-width: 650px;
  flex-direction: column;
  align-items: flex-start;
}

.ebook-header-block {
  position: relative;
  height: 50px;
  max-width: 650px;
}

.ebook-page-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 400px;
  grid-template-columns: 1fr 400px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ebook-cover {
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}

.ebook-mobile-block {
  position: relative;
  display: none;
  height: 50px;
  max-width: 650px;
}

.full-page-wrapper {
  width: 100%;
  max-width: none;
  padding: 24px 12px;
  align-items: center;
  background-color: #1d1d1d;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, rgba(122, 167, 255, 0.32), transparent 44%), radial-gradient(circle farthest-corner at 0% 100%, rgba(255, 1, 1, 0.15), transparent 32%);
  color: #fff;
}

.form-page-logo {
  width: 190px;
}

.form-card-header {
  margin-bottom: 32px;
  text-align: center;
}

.admin-form-card {
  width: 100%;
  max-width: 380px;
  padding: 40px;
  border-radius: 12px;
  background-color: #fff;
  color: #1d1d1d;
}

.admin-form-card.center-align {
  text-align: center;
}

.form-card-footer {
  justify-content: center;
  flex-wrap: wrap;
  grid-column-gap: 8px;
  font-size: 14px;
}

.below-card-link {
  display: inline-block;
  margin-top: 24px;
  color: #99a4af;
  font-size: 14px;
}

.below-card-link:hover {
  color: #cbd5df;
}

.checkbox-label {
  display: inline-block;
  flex: 1;
  font-size: 14px;
}

.white-text-link {
  border-bottom: 1px solid #626a72;
  transition: border-color 200ms ease, color 200ms ease;
  color: #fff;
}

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

.field-label {
  margin-bottom: 8px;
  color: #202020;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 500;
}

.field-label.no-margin {
  margin-bottom: 0px;
}

.account-header {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-color: #e7ecf0;
}

.account-info-wrapper {
  margin-top: 24px;
}

.account-card {
  width: 100%;
  max-width: 380px;
  padding: 24px 32px;
  border-radius: 12px;
  background-color: #fff;
  color: #1d1d1d;
}

.account-page-wrapper {
  display: flex;
  width: 100vw;
  height: 90vh;
  max-height: 100%;
  max-width: 100%;
  min-height: 650px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  background-color: #e7ecf0;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, rgba(239, 152, 207, 0.2), transparent 57%), radial-gradient(circle farthest-corner at 0% 20%, rgba(122, 167, 255, 0.25), transparent 42%);
  color: #fff;
}

.form-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.form-page-logo-link {
  margin-bottom: 32px;
  transition: opacity 200ms ease, color 200ms ease;
}

.form-page-logo-link:hover {
  opacity: 0.9;
}

.tabs-now {
  padding-right: 13px;
  padding-left: 13px;
  border-radius: 5px;
  background-color: #f4ebff;
  color: #9747ff;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

.tabs-now.gray {
  background-color: #f5f6f7;
  color: #495158;
  font-weight: 400;
}

.image-icons {
  margin-bottom: 16px;
}

.image-icons.technology {
  width: 40px;
}

.image-icons.autocall {
  height: 20px;
  margin-top: 2px;
  margin-right: 12px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
}

.column-1 {
  display: block;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  flex: 1;
}

.column-1.center {
  right: auto;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  order: 0;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #d0e5ff;
}

.column-1.center.child-2 {
  display: flex;
  justify-content: center;
  align-self: stretch;
  flex: 0 auto;
  background-color: rgba(255, 154, 0, 0.12);
}

.column-1.center.child-3 {
  display: flex;
  overflow: visible;
  justify-content: center;
  background-color: rgba(239, 152, 207, 0.25);
}

.block-technology {
  padding: 28px;
  border-radius: 20px;
  background-color: #f5f6f7;
}

.section-center {
  display: flex;
  padding-bottom: 0px;
  flex-direction: column;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
}

.section-center.cta-block {
  padding: 48px;
  flex-direction: row;
  justify-content: space-around;
  grid-column-gap: 80px;
  border-radius: 40px;
  background-color: #eaf3fe;
}

.section-center._800px {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.section-center._800px._2 {
  margin-top: 54px;
  align-items: flex-start;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.block-content {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  text-align: left;
}

.link {
  display: inline;
  flex-direction: column;
  justify-content: space-around;
}

.div-block {
  border-radius: 8px;
}

.project-link {
  padding: 10px 8px 8px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #cbd5df;
  border-radius: 11px;
  transition: border 200ms ease, color 200ms ease;
}

.project-link:hover {
  border-color: #1d1d1d;
}

.link-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block {
  display: inline-block;
  flex: 1;
}

.text-block.time-keys {
  margin-bottom: 14px;
  font-weight: 500;
}

.text-project {
  display: inline-block;
  max-height: none;
  color: #1d1d1d;
  line-height: 1.5;
}

.grid {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 70px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
}

.grid-2 {
  margin-top: 18px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 150px;
  grid-row-gap: 70px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.image-profi {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: auto;
  z-index: 0;
  width: auto;
  height: 392px;
  margin: auto;
  border: 1px none #000;
  outline-color: #1d1d1d;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.text-block-2 {
  position: relative;
}

.text-last-block {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 18px 24px 0 rgba(89, 41, 152, 0.15);
  outline-color: #ac6bff;
  outline-offset: 10px;
  outline-style: none;
  outline-width: 1px;
  font-weight: 600;
}

.text-block-3 {
  position: relative;
}

.div-last-block {
  padding: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7ecf0;
  border-radius: 26px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #f5f6f7, rgba(231, 236, 240, 0.26));
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  outline-color: #1d1d1d;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.div-block-2 {
  flex: 1;
}

.div-block-3 {
  flex: 1;
}

.section-midle {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: flex-end;
  grid-column-gap: 80px;
}

.list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.list-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex: 1;
}

.image-2 {
  display: inline-block;
  margin-bottom: 32px;
}

.rl-text-style-regular {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}

.rl_layout28_tabs-link {
  display: block;
  padding: 0px 0px 0px 2rem;
  border-left: 2px solid transparent;
  background-color: transparent;
}

.rl_layout28_tabs-link.w--current {
  border-left-color: #000;
  background-color: transparent;
  opacity: 1;
}

.rl_layout28_tabs-menu {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.rl_layout28_component {
  display: -ms-grid;
  display: grid;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

.rl_section_layout28 {
  background-color: #fff;
}

.rl-button-link-icon {
  display: flex;
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rl-button-link {
  display: flex;
  padding: 0.25rem 0rem;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.rl-button-secondary {
  padding: 0.75rem 1.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1rem;
  text-align: center;
}

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

.rl_layout270_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout207_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_layout207_item-icon-wrapper {
  align-self: flex-start;
  flex: 0 0 auto;
}

.rl_layout207_item {
  display: flex;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.rl_layout207_item-list {
  display: -ms-grid;
  display: grid;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.rl_layout270_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-medium {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}

.rl_layout270_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

.rl_layout270_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

.grid-information {
  display: -ms-grid;
  display: grid;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.rl_section_layout207 {
  background-color: #fff;
}

.rl_faq1_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_faq1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_faq1_cta-wrapper {
  width: 100%;
  max-width: 35rem;
  text-align: center;
}

.rl_faq1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq1_answer {
  overflow: hidden;
}

.rl_faq1_icon {
  display: flex;
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_question-text {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}

.rl_faq1_question {
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid #000;
  cursor: pointer;
}

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

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

.rl_faq1_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_faq1_heading-wrapper {
  width: 100%;
  max-width: 48rem;
  text-align: center;
}

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

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.rl_section_faq1 {
  background-color: #fff;
}

.uui-button {
  display: flex;
  padding: 0.625rem 1.125rem;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  border: 1px solid #7f56d9;
  border-radius: 0.5rem;
  background-color: #7f56d9;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.uui-button:hover {
  border-color: #6941c6;
  background-color: #6941c6;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

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

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-large {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #475467;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: 0.5rem;
}

.uui-heading-xxsmall {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: normal;
}

.uui-avatar-group_item {
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #fff;
}

.uui-avatar-stack_item {
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #fff;
}

.uui-avatar-stack_item.featured {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
}

.avatar-stack_component {
  display: flex;
  width: auto;
  margin-right: 1rem;
  margin-bottom: 2rem;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-end;
}

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

.uui-faq01_cta {
  display: flex;
  margin-top: 4rem;
  padding: 2rem;
  justify-content: center;
  border-radius: 1rem;
  background-color: #f9fafb;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #475467;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  position: absolute;
  width: 2px;
  height: 0.75rem;
  border-radius: 1px;
  background-color: #98a2b3;
}

.accordion-icon_horizontal-line {
  position: absolute;
  width: 0.75rem;
  height: 2px;
  border-radius: 1px;
  background-color: #98a2b3;
}

.accordion-icon_component {
  position: relative;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #98a2b3;
  border-radius: 50%;
  color: #98a2b3;
}

.uui-faq01_icon-wrapper {
  color: #7f56d9;
}

.uui-faq01_heading {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: normal;
}

.uui-faq01_question {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.uui-faq01_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #eaecf0;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: transparent;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.uui-faq01_component {
  margin-top: 4rem;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 600;
}

.uui-heading-subheading {
  margin-bottom: 0.75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #7f56d9;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

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

.uui-max-width-large.align-center {
  margin-right: auto;
  margin-left: auto;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-right: 2rem;
  padding-left: 2rem;
}

.uui-faq02_answer {
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}

.uui-faq02_icon-wrapper {
  color: #98a2b3;
}

.uui-faq02_heading {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: normal;
}

.uui-faq02_question {
  display: flex;
  padding: 2rem;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.uui-faq02_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border-radius: 1rem;
  background-color: transparent;
}

.uui-faq02_list-grid {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  align-items: start;
  grid-auto-columns: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uui-faq02_component {
  display: -ms-grid;
  display: grid;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular {
  margin-bottom: 0rem;
  font-family: 'Open Sans', sans-serif;
  color: #5f6570;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

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

.combine-icon_small {
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}

.combine-icon_color4 {
  color: #5f6570;
}

.combine-faq2_title {
  font-family: 'Open Sans', sans-serif;
  color: #1f2c3d;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
}

.combine-faq2_question {
  display: flex;
  padding: 1.25rem 1.5rem;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
}

.combine-faq2_accordion {
  border-style: solid;
  border-width: 1px;
  border-color: #cbd5df;
  border-radius: 1.25rem;
  background-color: #fff;
}

.combine-faq2_component {
  display: -ms-grid;
  display: grid;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.combine-space-large {
  height: 4rem;
}

.combine-heading-style-h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: 'Open Sans', sans-serif;
  color: #1f2c3d;
  font-size: 3rem;
  line-height: 1.35;
  font-weight: 700;
}

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

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.combine-section_faq2 {
  background-color: #f2f3f7;
}

.uui-button-2 {
  display: flex;
  padding: 0.625rem 1.125rem;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  border: 1px solid #7f56d9;
  border-radius: 0.5rem;
  background-color: #7f56d9;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.uui-button-2:hover {
  border-color: #6941c6;
  background-color: #6941c6;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

.uui-button-2.is-button-small {
  padding: 0.5rem 1rem;
  grid-column-gap: 0.5rem;
}

.uui-button-row-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-large-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #475467;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: 0.5rem;
}

.uui-heading-xxsmall-2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: normal;
}

.uui-avatar-group_item-2 {
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #fff;
}

.uui-avatar-stack_item-2 {
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #fff;
}

.uui-avatar-stack_item-2.featured {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
}

.avatar-stack_component-2 {
  display: flex;
  width: auto;
  margin-right: 1rem;
  margin-bottom: 2rem;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-end;
}

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

.uui-faq01_cta-2 {
  display: flex;
  margin-top: 4rem;
  padding: 2rem;
  justify-content: center;
  border-radius: 1rem;
  background-color: #f9fafb;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #475467;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.uui-faq01_answer-2 {
  overflow: hidden;
}

.accordion-icon_vertical-line-2 {
  position: absolute;
  width: 2px;
  height: 0.75rem;
  border-radius: 1px;
  background-color: #cbd5df;
}

.accordion-icon_horizontal-line-2 {
  position: absolute;
  width: 0.75rem;
  height: 2px;
  border-radius: 1px;
  background-color: #cbd5df;
}

.accordion-icon_component-2 {
  position: relative;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #cbd5df;
  border-radius: 50%;
  color: #cbd5df;
}

.accordion-icon_component-2:hover {
  border-color: #1d1d1d;
  background-color: #1d1d1d;
}

.uui-faq01_icon-wrapper-2 {
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #7f56d9;
}

.uui-faq01_heading-2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: normal;
}

.uui-faq01_question-2 {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.uui-faq01_accordion-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #eaecf0;
}

.uui-faq01_accordion-2.last-item {
  border-bottom-color: transparent;
}

.uui-faq01_list-2 {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.uui-faq01_component-2 {
  margin-top: auto;
  transition: border-color 200ms ease;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 600;
}

.uui-heading-subheading-2 {
  margin-bottom: 0.75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #7f56d9;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

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

.uui-max-width-large-2.align-center {
  margin-right: auto;
  margin-left: auto;
}

.align-center-2 {
  margin-right: auto;
  margin-left: auto;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.faq {
  padding-right: 0rem;
  padding-left: 0rem;
}

.uui-button-icon {
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.keys-link {
  display: flex;
  margin-top: 20px;
  padding: 0rem;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  background-color: transparent;
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #6941c6;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.keys-link:hover {
  color: #53389e;
}

.uui-heading-xsmall {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0em;
}

.uui-blogsection02_title-link {
  display: block;
  margin-bottom: 0.5rem;
  text-decoration: none;
}

.uui-blogsection02_read-time {
  display: flex;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  align-items: center;
}

.uui-blogsection02_category-link {
  display: flex;
  padding: 0.125rem 0.5rem;
  align-items: center;
  border-radius: 1rem;
  background-color: #fff;
  transition: all 300ms ease;
  color: #6941c6;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
}

.uui-blogsection02_category-link:hover {
  color: #53389e;
}

.uui-blogsection02_meta-wrapper {
  display: flex;
  margin-bottom: 1rem;
  padding: 0.25rem;
  align-items: center;
  border-radius: 10rem;
  background-color: #f9f5ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #6941c6;
  font-size: 0.75rem;
  font-weight: 500;
  mix-blend-mode: multiply;
}

.ima {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.uui-blogsection02_image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 0px;
}

.uui-blogsection02_image-link {
  width: 100%;
  margin-bottom: 0rem;
  transition: all 300ms ease;
}

.uui-blogsection02_image-link:hover {
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
}

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

.uui-blogsection02_list {
  justify-items: stretch;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uui-blogsection02_component {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
  align-items: center;
  grid-row-gap: 48px;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.text-post {
  font-size: 16px;
}

.block-footer {
  display: flex;
  margin-top: 64px;
  padding-top: 14px;
  justify-content: space-between;
  border-top: 1px solid #cbd5df;
}

.uui-footer01_legal-link {
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #667085;
  font-size: 0.875rem;
  text-decoration: none;
}

.uui-footer01_legal-link:hover {
  color: #475467;
}

.uui-footer01_legal-list {
  display: -ms-grid;
  display: grid;
  justify-content: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: normal;
}

.uui-text-size-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #475467;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.uui-text-size-small.text-color-gray500 {
  color: #667085;
}

.uui-footer01_bottom-wrapper {
  display: flex;
  margin-top: 4rem;
  padding-top: 2rem;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eaecf0;
}

.uui-footer01_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
  color: #98a2b3;
}

.uui-footer01_social-link {
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  align-items: center;
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.uui-footer01_social-link:hover {
  color: #475467;
}

.uui-footer01_link-list-heading {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #667085;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: normal;
}

.uui-footer01_link-list {
  display: flex;
  flex-direction: column;
  justify-items: start;
  align-items: flex-start;
  grid-auto-columns: 100%;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uui-footer01_link {
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  flex-wrap: nowrap;
  align-items: center;
  grid-column-gap: 0.5rem;
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #475467;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.uui-footer01_link:hover {
  color: #344054;
}

.uui-badge-small-success {
  display: flex;
  padding: 0.125rem 0.5rem;
  align-items: center;
  grid-column-gap: 0.25rem;
  border-radius: 10rem;
  background-color: #ecfdf3;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #027a48;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  mix-blend-mode: multiply;
}

.uui-footer01_menu-wrapper {
  align-items: start;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.error-message {
  margin-top: 1.5rem;
  padding: 0.875rem 1rem;
}

.success-message {
  padding: 1.5rem;
  background-color: #f4f4f4;
}

.uui-text-style-link {
  transition: color 300ms ease;
  color: #475467;
  text-decoration: underline;
}

.uui-text-style-link:hover {
  color: #344054;
}

.uui-form_input {
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0px;
  padding: 0.5rem 0.875rem;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d5dd;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-form_input:focus {
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
  color: #101828;
}

.uui-form_input::-moz-placeholder {
  color: #667085;
}

.uui-form_input::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input::placeholder {
  color: #667085;
}

.uui-footer01_form {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0.75rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uui-footer01_form-block {
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0px;
}

.uui-logo_image {
  display: none;
  width: auto;
  height: 100%;
  flex: 0 0 auto;
}

.uui-logo_logotype {
  width: auto;
  height: 100%;
  flex: 0 0 auto;
}

.uui-logo_logomark-dot {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
}

.uui-logo_logomark-blur {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 50%;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.uui-styleguide_logomark-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
}

.uui-logo_logomark {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border: 0.1px solid #dae0e8;
  border-radius: 0.5rem;
  box-shadow: 0 1px 1px 0 rgba(16, 24, 40, 0.06), 0 1px 2px 0 rgba(16, 24, 40, 0.1);
}

.uui-logo_component {
  display: flex;
  width: auto;
  height: 2rem;
  flex-wrap: nowrap;
}

.uui-footer01_logo-link {
  margin-bottom: 2rem;
}

.uui-footer01_left-wrapper {
  display: flex;
  max-width: 32rem;
  flex-direction: column;
  align-items: flex-start;
}

.uui-footer01_top-wrapper {
  align-items: start;
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  -ms-grid-columns: 0.75fr auto;
  grid-template-columns: 0.75fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block-4 {
  display: flex;
  flex: 0 auto;
  grid-column-gap: 14px;
}

.link-block-2 {
  display: flex;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding: 8px 24px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  order: 0;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 11px;
  background-color: #cad2ff;
}

.link-2 {
  color: #9747ff;
  font-weight: 500;
  text-decoration: none;
}

.link-2:hover {
  opacity: 1;
  color: rgba(151, 71, 255, 0.65);
}

.link-2.no-active {
  color: rgba(151, 71, 255, 0.65);
  cursor: default;
}

.link-3 {
  color: #9747ff;
  font-weight: 500;
}

.text-block-4 {
  color: #9747ff;
}

.scection-center {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  width: 100%;
}

.list-keys {
  margin-top: 8px;
  color: #9747ff;
  list-style-type: disc;
}

.block-quote-keys {
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
  border-left-style: none;
  border-radius: 10px;
  background-color: rgba(234, 243, 254, 0);
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.quote {
  display: flex;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  padding: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-self: auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #eaf3fe;
}

.icons-keys {
  margin: 0px auto 18px;
  float: none;
}

@media screen and (min-width: 1280px) {
  .section.light-color-gradient {
    background-image: linear-gradient(120deg, #eaf3fe, rgba(255, 131, 122, 0) 75%);
  }

  .section.black-gradient {
    background-color: #d0e5ff;
    background-image: url('../images/Fone.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .section.light-page-header {
    background-image: url('../images/Fone.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .footer-container {
    max-width: none;
  }

  .heading.h1.mid {
    color: #1d1d1d;
  }

  .heading.h1.mid.white {
    color: #f5f6f7;
  }

  .banner-container {
    max-width: 1140px;
  }

  .section-center {
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -ms-grid-row-align: auto;
    align-self: auto;
    grid-row-gap: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link:hover {
    color: #626a72;
  }

  .footer-container {
    display: block;
    max-width: 1440px;
  }

  ._4-grid {
    width: 100%;
    max-width: 1440px;
  }

  .hero-illustration.placeholder {
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer-grid {
    width: 100%;
    justify-items: stretch;
  }

  .section-center {
    width: auto;
    max-width: none;
  }

  .uui-container-large-2 {
    max-width: 1440px;
  }

  .collection-list-wrapper {
    width: 100%;
    max-width: 1440px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    display: block;
    overflow: visible;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.to-block {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.blog-ast {
    padding-top: 32px;
  }

  .button {
    position: relative;
  }

  .text-box._500px {
    display: flex;
    max-width: 100%;
    flex-direction: column;
  }

  ._12-columns {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    width: 33.33%;
    flex-wrap: nowrap;
  }

  .ds-block {
    margin-bottom: 40px;
  }

  .menu-icon {
    color: #096ad0;
  }

  .nav-content {
    margin-left: 16px;
    justify-content: flex-end;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #096ad0;
  }

  .logo-div {
    flex: 0 auto;
  }

  .nav-logo {
    flex: 1;
  }

  .footer-links-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .search-banner {
    display: none;
  }

  .nav-dropdown {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
    flex: 1;
    font-size: 15px;
    text-align: center;
  }

  .paragraph.medium.margin-24 {
    text-align: center;
  }

  .paragraph.keys {
    margin-bottom: 18px;
  }

  .ds-menu-brand {
    top: 5px;
    margin-bottom: 0px;
  }

  .ds-menu {
    position: absolute;
    left: 0%;
    top: 80px;
    right: auto;
    bottom: auto;
    z-index: 500;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7ecf0;
    background-color: #197dff;
  }

  .ds-nav {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    bottom: auto;
    z-index: 10;
    overflow: visible;
    width: 100%;
    padding-top: 20px;
  }

  .ds-content {
    position: static;
    margin-left: 0px;
  }

  .ds-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .small-button {
    position: relative;
  }

  .nav-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 15px;
  }

  .nav-link.cta-button {
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  ._1-2-grid {
    margin-left: 0px;
  }

  ._2-1-grid {
    margin-left: 0px;
  }

  .heading.h1 {
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 38px;
    text-align: center;
  }

  .heading.h1.left {
    display: block;
    text-align: left;
  }

  .heading.h2.cta {
    text-align: center;
  }

  .heading.h3 {
    -ms-grid-row-align: auto;
    align-self: auto;
    flex: 1;
  }

  .error-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .licenses-grid {
    margin-left: 0px;
    grid-column-gap: 40px;
  }

  .ds-body {
    display: flex;
    flex-direction: column;
  }

  .ds-menu-button {
    top: -10px;
    margin-right: 12px;
    color: #fff;
  }

  .ds-menu-button.w--open {
    border-radius: 40px;
    background-color: #197dff;
  }

  .section-top._2 {
    margin-top: 32px;
    align-items: center;
  }

  .section-top._800px {
    width: auto;
  }

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

  ._4-grid {
    grid-auto-flow: row;
    grid-auto-columns: minmax(0px, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .terms-card {
    padding-top: 64px;
  }

  .popular-posts-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .search-bar {
    width: 220px;
    font-size: 14px;
  }

  .image-cover {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .error-4 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .banner-section {
    padding-right: 60px;
    padding-left: 60px;
  }

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

  .hero-grid {
    align-items: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    order: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-illustration {
    height: 300px;
  }

  .hero-illustration.cta {
    max-width: none;
  }

  .hero-illustration.placeholder {
    height: auto;
  }

  .large-3-grid {
    align-content: stretch;
    flex: 1;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-grid {
    -ms-grid-columns: 1.25fr 1fr 0.75fr 1fr;
    grid-template-columns: 1.25fr 1fr 0.75fr 1fr;
  }

  .column-1 {
    display: block;
  }

  .section-center {
    align-items: stretch;
  }

  .section-center.cta-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: auto;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .section-center._800px {
    width: auto;
  }

  .section-center._800px._2 {
    margin-top: 42px;
  }

  .block-content {
    justify-content: space-between;
    flex: 1;
  }

  .text-block {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    align-self: auto;
    order: 1;
    flex: 1;
  }

  .text-last-block {
    height: 100%;
  }

  .section-midle {
    flex-wrap: wrap;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 3rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .grid-information {
    min-height: auto;
    grid-auto-flow: row;
    grid-column-gap: 3rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rl_faq1_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-faq02_component {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

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

  .uui-padding-vertical-xhuge-2 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .uui-container-large-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .keys-link {
    align-items: center;
  }

  .item-keys {
    justify-content: space-between;
  }

  .uui-blogsection02_list {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 4rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 15px;
  }

  .section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .section.daek-page-header {
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .section.light-page-header {
    height: 324px;
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .section.to-block {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .button.light.mobile-hidden {
    display: none;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  .spacer._80 {
    width: 64px;
    height: 64px;
  }

  ._12-columns {
    margin-bottom: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  ._12-columns.flex-horizontal {
    margin-bottom: 0px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  ._12-columns.to-last {
    margin-right: -24px;
    margin-left: -24px;
    flex-direction: row;
    flex: 1;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  ._12-columns.center {
    flex-direction: column;
  }

  .column.desk-6 {
    width: 100%;
  }

  .column.desk-5 {
    width: 100%;
  }

  .column.desk-4 {
    width: 100%;
  }

  .column.desk-9 {
    width: 100%;
  }

  .column.desk-7 {
    width: 100%;
  }

  .column.desk-8 {
    width: 100%;
  }

  .nav-content {
    position: absolute;
    overflow: auto;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
    border-top: 1px solid #e7ecf0;
    background-color: #fff;
  }

  .nav-cta-button-container {
    margin-top: 10px;
    flex-direction: column;
    align-items: stretch;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    margin-right: -12px;
    padding: 16px;
    justify-content: center;
    align-items: center;
  }

  .nav-bar {
    border: 1px none #000;
  }

  .logo-div {
    margin-right: auto;
  }

  .footer-logo {
    padding-left: 0px;
  }

  .footer-links-container {
    display: flex;
    margin-bottom: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-dropdown {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .nav-dropdown:hover {
    transform: none;
  }

  .paragraph {
    flex: 1;
    font-size: 15px;
  }

  .paragraph.medium.margin-24 {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .paragraph.medium.margin-24.color-gray {
    margin-bottom: 24px;
  }

  .paragraph.sity-list {
    font-size: 13px;
  }

  .nav-menu {
    margin-right: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .ds-menu-brand.w--current {
    margin-top: 14px;
  }

  .ds-content {
    margin-left: 0px;
  }

  .ds-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link {
    width: auto;
  }

  .nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link {
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    text-align: center;
  }

  .nav-link:hover {
    transform: none;
  }

  .nav-link.cta-button {
    margin-right: 30px;
    margin-left: 30px;
  }

  .nav-link.sign-in {
    margin-right: 30px;
    margin-left: 30px;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .field-block {
    min-height: auto;
  }

  .footer-container {
    flex-direction: column;
  }

  .ds-colour-block {
    width: 25%;
  }

  ._1-2-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  ._2-1-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .heading.h1 {
    font-size: 32px;
  }

  .heading.h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .heading.h2.left {
    font-size: 32px;
  }

  .heading.h3 {
    font-size: 24px;
  }

  .heading.h4 {
    font-size: 18px;
  }

  .heading.large-h1 {
    font-size: 35px;
  }

  .heading.large-h1 {
    font-size: 35px;
  }

  .heading.large-h1 {
    font-size: 35px;
  }

  .heading.large-h1 {
    font-size: 48px;
  }

  .licenses-grid {
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-top {
    margin-bottom: 0px;
    text-align: center;
  }

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

  ._4-grid {
    grid-auto-columns: minmax(0px, 1fr);
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .terms-card {
    padding-top: 48px;
    padding-right: 48px;
    padding-left: 48px;
  }

  .popular-posts-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .search-bar {
    width: 100%;
  }

  .cta-banner {
    padding: 40px;
    flex-direction: column;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    text-align: center;
  }

  .banner-section {
    padding-right: 30px;
    padding-left: 30px;
    justify-content: flex-start;
    text-align: left;
  }

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

  .banner {
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
  }

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

  .hero-illustration {
    width: 100%;
    height: 200px;
    margin-left: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero-illustration.cta {
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
  }

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

  .footer-grid {
    -ms-grid-columns: 1fr 0.8fr;
    grid-template-columns: 1fr 0.8fr;
  }

  .footer-logo-block {
    margin-bottom: 40px;
  }

  .ebook-header-block {
    display: none;
    height: auto;
  }

  .ebook-page-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ebook-mobile-block {
    display: block;
    height: auto;
  }

  .image-icons {
    width: 50px;
  }

  .image-icons.technology {
    width: 32px;
  }

  .column-1 {
    display: block;
    padding-top: 10px;
  }

  .section-center.cta-block {
    grid-row-gap: 24px;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 24px;
  }

  .image-profi {
    height: 324px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .list-item {
    justify-content: space-between;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .image-2 {
    margin-bottom: 24px;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: 0.75rem;
  }

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

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout270_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout270_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_layout270_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_layout270_spacing-block-1 {
    padding-bottom: 0.75rem;
  }

  .grid-information {
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rl_faq1_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_faq1_spacing-block-4 {
    padding-bottom: 0.75rem;
  }

  .rl_faq1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

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

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_faq1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: #7f56d9;
    background-color: #7f56d9;
  }

  .uui-button-row {
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-space-xsmall {
    min-height: 0.75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .uui-faq02_answer {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .uui-faq02_question {
    padding: 1rem 1.25rem;
  }

  .uui-faq02_component {
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .combine-padding-global {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: #7f56d9;
    background-color: #7f56d9;
  }

  .uui-button-row-2 {
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .uui-button-row-2.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

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

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .avatar-stack_component-2 {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta-2 {
    margin-top: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-faq01_component-2 {
    margin-top: 0rem;
  }

  .uui-space-xsmall-2 {
    min-height: 0.75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .uui-container-large-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .faq {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .keys-link {
    font-size: 1rem;
  }

  .keys-link:hover {
    color: #6941c6;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-blogsection02_category-link {
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
  }

  .uui-blogsection02_meta-wrapper {
    font-size: 0.75rem;
  }

  .uui-blogsection02_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection02_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection02_list {
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .uui-blogsection02_component {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .uui-padding-vertical-xhuge-3 {
    margin-right: auto;
    margin-left: auto;
    padding: 0rem 30px;
  }

  .uui-footer01_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer01_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer01_bottom-wrapper {
    margin-top: 3rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .uui-footer01_social-link:hover {
    color: #667085;
  }

  .uui-footer01_link:hover {
    color: #667085;
  }

  .uui-badge-small-success {
    padding: 0.125rem 0.5rem;
  }

  .uui-footer01_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .uui-footer01_form-block {
    margin-top: 1.5rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .uui-footer01_logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0px;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.light-color-gradient {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.light-page-header {
    height: 300px;
    padding-top: 24px;
    padding-bottom: 0px;
  }

  .section.to-block {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .button {
    width: 100%;
    font-size: 14px;
    line-height: 1.8em;
  }

  .button.subscribe {
    margin-left: 0px;
  }

  ._12-columns.flex-horizontal {
    flex-direction: row;
  }

  ._12-columns.to-last {
    margin-right: 0px;
    margin-left: 0px;
    flex-direction: column;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .color-block {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 0px;
  }

  .column.desk-6 {
    width: 100%;
  }

  .column.desk-5 {
    width: 100%;
  }

  .column.desk-3 {
    width: 100%;
  }

  .menu-button {
    flex: 0 auto;
  }

  .search-banner {
    justify-content: space-between;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph.medium {
    font-size: 16px;
  }

  .paragraph.medium.margin-24 {
    font-size: 15px;
  }

  .ds-menu-brand {
    margin-left: 16px;
  }

  .ds-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .text-field {
    width: 100%;
  }

  .text-area {
    width: 100%;
  }

  .nav-container {
    height: 64px;
    padding: 2px 20px;
  }

  .footer-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading.h1 {
    font-size: 28px;
  }

  .heading.h2 {
    font-size: 24px;
  }

  .heading.h2.left {
    font-size: 28px;
  }

  .heading.h3 {
    margin-top: 8px;
    font-size: 20px;
  }

  .heading.h4 {
    font-size: 15px;
  }

  .heading.large-h1 {
    font-size: 42px;
  }

  .error-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ds-menu-button {
    margin-right: 6px;
  }

  .email-form {
    width: 100%;
    flex-direction: column;
  }

  ._4-grid {
    display: -ms-grid;
    display: grid;
    justify-content: center;
    -ms-grid-row-align: auto;
    align-self: auto;
    flex: 0 auto;
    grid-auto-flow: row;
    grid-auto-columns: minmax(0px, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 14px;
    -ms-grid-columns: 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 0.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .email-subscribe {
    width: 100%;
    flex-direction: column;
    grid-row-gap: 12px;
  }

  .search {
    flex-direction: column;
  }

  .terms-card {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .search-bar {
    width: 100%;
  }

  .image-cover {
    height: 120px;
  }

  .form-card {
    padding: 24px;
  }

  .title-tag {
    margin-bottom: 6px;
  }

  .cta-banner {
    padding: 32px;
  }

  .error-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .banner-section {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .banner {
    justify-content: space-between;
    text-align: left;
  }

  .banner-link {
    width: 100%;
    flex: 0 auto;
  }

  .hero-illustration {
    height: 140px;
  }

  .hero-illustration.cta {
    height: 130px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .large-3-grid {
    grid-column-gap: 14px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .form-page-logo {
    width: 160px;
  }

  .admin-form-card {
    padding: 28px;
  }

  .account-card {
    padding: 28px;
  }

  .form-2-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-page-logo-link {
    margin-bottom: 24px;
  }

  .image-icons {
    width: 42px;
  }

  .image-icons.technology {
    width: 28px;
  }

  .block-technology {
    padding: 14px 10px 14px 14px;
  }

  .section-center.cta-block {
    padding: 24px;
  }

  .section-center._800px {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-center._800px._2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .block-content {
    margin-top: 14px;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-profi {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 325px;
  }

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

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

  .uui-faq02_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .combine-padding-global {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .keys-link {
    margin-top: 14px;
    justify-content: center;
    align-items: flex-end;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-post {
    font-size: 15px;
  }

  .uui-footer01_menu-wrapper {
    grid-row-gap: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .uui-footer01_form {
    flex-direction: column;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 48px;
  }

  .link-2.no-active {
    white-space: nowrap;
  }

  .block-quote-keys {
    font-size: 18px;
  }

  .quote {
    margin-right: 0px;
    margin-left: 0px;
    padding: 24px;
  }

  .icons-keys {
    width: 28px;
  }
}

#w-node-_2c511369-eabb-a0ff-6024-6e8ecffbdf82-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a77318d7-4533-a234-960b-abafe0c8d0c8-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b380a543-31e7-cf2f-b61a-87643c72c5e9-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b69c3d09-61cd-a195-a132-74a918d67518-46f85656 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b69c3d09-61cd-a195-a132-74a918d67519-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ed6b6e14-3f33-2f9d-8554-6b600be66036-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ed6b6e14-3f33-2f9d-8554-6b600be66037-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0426c91c-cf8b-167c-615e-9aeebe552f44-46f85656 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0426c91c-cf8b-167c-615e-9aeebe552f45-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-de954856-0801-b238-1507-d8e2e7f2d774-46f85656 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-de954856-0801-b238-1507-d8e2e7f2d775-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd7133c9-32a2-b35e-298c-40c0d125f114-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd7133c9-32a2-b35e-298c-40c0d125f115-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_946e9c71-3b8c-c8ba-e889-b3e3e326fc96-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_946e9c71-3b8c-c8ba-e889-b3e3e326fc97-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_21e3b548-db80-fe21-7fc7-915a7e64e395-46f85656 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_21e3b548-db80-fe21-7fc7-915a7e64e396-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ee56b2e3-27aa-2073-b412-35341f4d9c67-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c008adc6-0b9e-a49a-0396-b1d589094458-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d438e730-6251-fca1-47c5-394c3029c64f-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4492a1ac-9928-9d9c-2b3a-8519a3302fd3-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_004dbe39-d17e-3d5d-05b6-3f8be1dab8d7-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d3b446c6-c44a-5cc3-5a70-cf978816afb7-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_17bcfe86-1fe2-f42a-19be-c5425b1e4ada-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5e76ed72-a247-52b2-7b32-31337c24c321-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7cb582d2-18d0-b855-f839-58702dc08f77-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d62d3c48-1a53-b679-c7ff-9fddb2f045e6-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d62d3c48-1a53-b679-c7ff-9fddb2f045e7-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_5c318fdc-561e-1037-aa43-634462f14245-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5c318fdc-561e-1037-aa43-634462f14246-46f85656 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-dd39a843-4108-e973-7fe4-297b3aa3c197-3aa3c195 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0a57f092-020e-a403-18f2-e840acc27a6b-9df8568d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0a57f092-020e-a403-18f2-e840acc27a6d-9df8568d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_62b23e3845c1a6d0f6be4e4900000000001b-93f856a8 {
  margin-top: 20px;
  margin-bottom: 20px;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000020-93f856a8 {
  border-right-style: solid;
  border-top-style: solid;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-top-color: #e6e6e6;
  border-top-width: 1px;
  border-left-style: solid;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000021-93f856a8 {
  margin-top: 10px;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000024-93f856a8 {
  position: initial;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 991px) {
  #w-node-accfd924-78f6-ecf1-4abb-37edf78b5e65-46f85656 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c511369-eabb-a0ff-6024-6e8ecffbdf82-46f85656 {
    order: -9999;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-a77318d7-4533-a234-960b-abafe0c8d0c8-46f85656 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b69c3d09-61cd-a195-a132-74a918d67518-46f85656 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ed6b6e14-3f33-2f9d-8554-6b600be66036-46f85656 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0426c91c-cf8b-167c-615e-9aeebe552f44-46f85656 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-de954856-0801-b238-1507-d8e2e7f2d774-46f85656 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_21e3b548-db80-fe21-7fc7-915a7e64e395-46f85656 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2c511369-eabb-a0ff-6024-6e8ecffbdf82-46f85656 {
    order: -9999;
  }

  #w-node-a77318d7-4533-a234-960b-abafe0c8d0c8-46f85656 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_21e3b548-db80-fe21-7fc7-915a7e64e395-46f85656 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4492a1ac-9928-9d9c-2b3a-8519a3302fd3-46f85656 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_5e76ed72-a247-52b2-7b32-31337c24c321-46f85656 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d62d3c48-1a53-b679-c7ff-9fddb2f045e6-46f85656 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b8d7be4a-ce45-83ab-5947-02d204c8bff0-cf3fcb86 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7909af62-05b7-2bb4-6726-b8f65be4bbc4-5be4bbb8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_03bf339f-e1bc-941b-1049-fc187f70eae6-f9e6555e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ee56b2e3-27aa-2073-b412-35341f4d9c67-46f85656 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-c008adc6-0b9e-a49a-0396-b1d589094458-46f85656 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d3b446c6-c44a-5cc3-5a70-cf978816afb7-46f85656 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

