:root {
  --white-smoke: #f0f1ee;
  --dim-grey-2: #4f5a5f;
  --gainsboro: #e4e5e2;
  --box-s: #9d9d9d;
  --indian-red: #ff3868;
  --relume-library-lite-rl-white: white;
  --medium-spring-green: #0fa;
  --thistle: #b7b4c7;
  --slate-blue: #7d4ee1;
  --dim-grey: #5e5b71;
  --relume-library-lite-rl-gray: #f4f4f4;
  --dark-purple: #302c3f;
  --black-2: #13111a;
  --relume-library-lite-rl-black: black;
  --black: #1d1a27;
  --medium-orchid: #b372ce;
  --light-coral: #ff7586;
  --white: white;
  --cyan: #0ef;
  --black-3: #272025;
}

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

body {
  background-color: var(--white-smoke);
  color: #000;
  font-family: Thicccboi, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 3rem 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: .0625rem solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: .0625rem;
  height: .0625rem;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

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

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.text-style-italic {
  font-style: italic;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .0625rem solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: .0625rem dashed #0073e6;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

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

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

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

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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

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

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

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

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

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

.container {
  width: 90%;
  max-width: 71.875rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.text-align-center.n-d-text-cent {
  text-align: left;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.first-btn {
  width: 100%;
  text-align: center;
  background-color: #4f5a5f;
  border-radius: .4375rem;
  padding: 1rem 1.9rem;
  text-decoration: none;
}

.first-btn.big {
  width: 100%;
  background-color: var(--dim-grey-2);
  border-radius: .4375rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.menu-buttons.nav {
  margin-left: auto;
}

.rl_navbar1_dropdown-list.w--open {
  min-width: 19.375rem;
  background-color: var(--gainsboro);
  box-shadow: 0 6px 1.5rem 0 var(--box-s);
  border-radius: 1.375rem;
  padding: 2.5rem 2.8125rem 2.5rem 2.5rem;
  right: -44%;
}

.rl-dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: -2%;
}

.rl_navbar1_dropdown-toggle {
  padding: 2.75rem 2.3rem 2.75rem .8rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .2s;
}

.rl_navbar1_dropdown-toggle:hover {
  color: var(--box-s);
}

.rl_navbar1_link {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 2.75rem .8rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s;
}

.rl_navbar1_link:hover, .rl_navbar1_link.w--current {
  color: var(--box-s);
}

.rl_navbar1_link.dropdown-links {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
}

.rl_navbar1_link.dropdown-links:hover {
  color: var(--box-s);
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar1_menu.is-page-height-tablet {
  width: 63%;
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: flex-start;
  margin-left: auto;
}

.rl_navbar1_logo {
  width: 34px;
  max-width: 12.3rem;
}

.rl_navbar1_logo-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.rl_navbar1_logo-link.hide-mobile-landscape.w--current {
  align-items: center;
  display: flex;
}

.rl_navbar1_container {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rl_navbar1_component {
  z-index: 5;
  width: 95%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
}

.first-styled-btn-link {
  opacity: 1;
  color: var(--relume-library-lite-rl-white);
  border-radius: .4375rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.first-styled-btn-link.nav-popup {
  width: 100%;
}

.second-styled-btn {
  min-width: 7.5rem;
  box-shadow: 0 1px 6px 0 var(--box-s);
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: .4375rem;
  padding: 1rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
}

.second-styled-btn:hover {
  box-shadow: 0 6px 9px 0 var(--box-s);
  transform: translate(0, -5px);
}

.second-styled-btn.big {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pink-span {
  color: var(--indian-red);
}

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

.d-flex-center.text-align-center {
  position: relative;
}

.div-block {
  color: #000;
  background-color: #e4e5e2;
  border-radius: 625rem;
  align-items: center;
  padding: .5rem 1.2rem .5rem .6rem;
  display: flex;
  box-shadow: 0 4px 5px rgba(79, 90, 95, .55);
}

.greadient-bg {
  border-radius: 62.5rem;
  position: relative;
}

.green {
  background-color: var(--box-s);
  filter: blur(1.25rem);
}

.purple {
  filter: blur(1.25rem);
  background-color: #fff;
}

.cyan {
  background-color: var(--box-s);
  filter: blur(1.25rem);
}

.div-block-2 {
  z-index: -1;
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  transform-style: preserve-3d;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale3d(.9, .7, 1);
}

.div-block-3 {
  background-color: var(--dim-grey-2);
  opacity: 1;
  color: #fff;
  border-radius: 62.5rem;
  padding: .625rem 1.0625rem;
  font-weight: 600;
}

.heading {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 4rem;
}

.span-greadent {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #929292, #454545);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph {
  margin-bottom: 25px;
  font-size: 1.25rem;
}

.paragraph._16px {
  font-size: 1rem;
}

.paragraph._20px {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.paragraph._18px {
  font-size: 1.125rem;
}

.paragraph._18px.thistle {
  text-decoration: none;
}

.paragraph._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph._18px.thistle.footer:hover {
  color: var(--medium-spring-green);
}

.paragraph._18px.thistle.footer.w--current {
  color: var(--box-s);
}

.paragraph._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph._18px.footer:hover {
  color: var(--box-s);
}

.paragraph._22px {
  font-size: 1.375rem;
}

.paragraph._30px {
  font-size: 1.875rem;
}

.white-bold {
  color: #fff;
}

.image {
  width: 90%;
  max-width: 80%;
}

.image-2 {
  width: 22%;
  height: auto;
  object-fit: fill;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 10%;
  right: auto;
  transform: translate(0, -2.5rem);
}

.image-3 {
  width: 22%;
  height: auto;
  object-fit: fill;
  border-radius: .9rem;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: auto;
  right: 9%;
  transform: translate(0, -6rem);
}

.div-block-4 {
  grid-column-gap: .6875rem;
  background-color: var(--gainsboro);
  box-shadow: 0 0 .8rem -2px var(--box-s);
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  display: flex;
}

.div-block-5 {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-56 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 3.25rem;
}

.div-block-7 {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  align-items: center;
  display: flex;
}

.servers-icons-wrapper {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  box-shadow: 0 0 .5rem 0 var(--box-s);
  text-align: left;
  background-color: #e4e5e2;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.8rem;
  display: flex;
}

.servers-icons-wrapper._2nd {
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.servers-icons-wrapper.result {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.thistle {
  color: var(--thistle);
}

.icons-card {
  width: 3.6875rem;
  max-height: 3.6875rem;
  background-color: var(--dim-grey-2);
  color: #fff;
  border-radius: .625rem;
  padding: .6875rem;
  display: flex;
}

.image-5 {
  border-radius: 1.375rem;
}

.div-block-8 {
  background-image: linear-gradient(to right, var(--box-s), var(--gainsboro));
  padding: .5625rem;
  display: none;
}

.div-block-9 {
  max-width: 45.3125rem;
}

.heading-40 {
  font-size: 2.5rem;
  line-height: 2.9375rem;
}

.gradient-elem {
  z-index: -1;
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  transform-style: preserve-3d;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale3d(.9, .7, 1);
}

.gradient-elem._2nd {
  opacity: .5;
  transform-style: preserve-3d;
  transform: none;
}

.div-block-copy {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--gainsboro);
  box-shadow: 0 2px 8px 0 var(--box-s);
  text-align: left;
  border-radius: 1.375rem;
  justify-content: space-between;
  align-items: center;
  padding: 4.4375rem 2.5rem;
  display: flex;
}

.grid-12321 {
  width: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3 {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.div-block-10 {
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.white-bg {
  background-image: linear-gradient(to right, var(--gainsboro), var(--box-s));
  border-radius: 1.375rem;
  padding: .5625rem;
  position: relative;
}

.span-pink {
  color: var(--indian-red);
}

.span-purple {
  color: var(--slate-blue);
}

.grid-4 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: 1fr;
}

.card-warapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--gainsboro);
  box-shadow: 2px 2px .5rem 0 var(--box-s);
  border-radius: 1.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  overflow: hidden;
}

.div-block-13 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.8125rem 2.5rem;
  display: flex;
}

.icons-card-copy {
  width: 3.75rem;
  height: 3.75rem;
  background-color: var(--dim-grey-2);
  color: #fff;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  display: flex;
}

.white-link {
  color: #fff;
}

.rl_layout1_image {
  transform: translate(13rem)scale(2);
}

.rl_layout1_image.not-huge {
  transform: none;
}

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

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

.rl-padding-global-3 {
  background-color: #fff;
}

.rl_footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rl_footer1_spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer1_line-divider {
  width: 100%;
  height: .0625rem;
  background-color: var(--dim-grey);
}

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

.rl_footer1_link-list {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.rl_footer1_menu-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: start;
}

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

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

.form-input {
  height: auto;
  min-height: 2.75rem;
  border: .0625rem solid var(--box-s);
  background-color: var(--relume-library-lite-rl-gray);
  color: #000;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input::-ms-input-placeholder {
  color: var(--box-s);
}

.form-input::placeholder {
  color: var(--box-s);
}

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

.rl_footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.rl_footer1_spacing-block-2, .rl_footer1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer1_logo-link {
  padding-left: 0;
}

.rl_footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.rl_footer1_top-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr 1fr;
  align-items: start;
}

.rl-padding-section-medium {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.footer {
  z-index: 1;
  position: relative;
}

.div-block-15 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--box-s);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.div-block-15:hover {
  background-color: var(--dim-grey-2);
}

.image-11 {
  width: 1.5rem;
}

.image-12 {
  width: 2.1875rem;
}

.social-link {
  padding: .3rem;
}

.social-link.greadient-bg-icon {
  background-image: linear-gradient(134deg, var(--indian-red), var(--slate-blue));
  background-image: linear-gradient(134deg, #ff3868, #7d4ee1);
  border-radius: .625rem;
}

.div-block-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  display: flex;
}

.image-13 {
  width: 2.1875rem;
}

.div-block-17 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.image-14 {
  width: 2rem;
}

.div-block-18 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

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

.div-block-20 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-15 {
  width: 3.75rem;
}

.div-block-21 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.section {
  position: relative;
}

.glow {
  z-index: -1;
  width: 25rem;
  height: 25rem;
  filter: blur(6.25rem);
  background-color: rgba(79, 90, 95, .6);
  position: absolute;
  top: 95%;
  bottom: auto;
  left: -12.5rem;
  right: auto;
}

.glow.purple-right {
  background-color: rgba(79, 90, 95, .7);
  background-image: none;
  top: 65%;
  bottom: auto;
  left: auto;
  right: -12.5rem;
}

.glow._4th {
  background-color: var(--box-s);
  opacity: .5;
  top: auto;
  bottom: 13%;
  left: auto;
  right: 16%;
}

.glow._5th {
  background-color: var(--box-s);
  background-image: none;
  top: 25%;
}

.glow._4th-page-2 {
  opacity: .5;
  top: auto;
  bottom: 17%;
  left: auto;
  right: 35%;
}

.team-group-img {
  border-radius: 1.37rem;
}

.hide-desktop {
  display: none;
}

.heading-76 {
  font-size: 4.75rem;
  line-height: 5.25rem;
}

.grid-2-page2 {
  width: 100%;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-25 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.team-img {
  width: 100%;
  border-radius: 1.25rem;
}

.team-img.absoute {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  background-color: var(--gainsboro);
  box-shadow: 0 0 .3rem 0 var(--box-s);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: .9375rem .9375rem 1.8rem;
  display: flex;
}

.relative {
  position: relative;
}

.grid-2 {
  width: 100%;
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-about-us {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--gainsboro);
  box-shadow: 0 0 .2rem 0 var(--box-s);
  text-align: left;
  border: .0625rem solid rgba(94, 91, 113, .5);
  border-radius: 1.25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.8rem;
  display: flex;
}

.about-card-text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icons-card-about {
  max-height: 3.6875rem;
  background-color: var(--dark-purple);
  border-radius: .625rem;
}

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

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

.reviews {
  width: 100%;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.review-card {
  width: 100%;
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  border: .0625rem solid var(--dark-purple);
  background-color: var(--gainsboro);
  box-shadow: 0 0 .4rem 0 var(--box-s);
  text-align: left;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 1.8rem;
  display: inline-block;
}

.div-block-27 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.reviewerr-profile {
  max-height: 3.6875rem;
  background-color: var(--dark-purple);
  border-radius: 50%;
}

.image-18 {
  width: 75%;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed {
  width: 100%;
  display: inline-block;
}

.rl-error-text {
  color: #e23939;
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl-success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.rl_contact6_spacing-block-7 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_contact6_button-wrapper {
  max-width: 9.375rem;
}

.rl_contact6_button-wrapper.max-width-full {
  min-width: 100%;
}

.rl-form-text-area {
  height: auto;
  min-height: 8.125rem;
  border: .0625rem solid var(--dark-purple);
  background-color: var(--dark-purple);
  border-radius: .75rem;
  margin-bottom: 0;
  padding: .75rem;
  font-size: 1.1rem;
  line-height: 1.6;
  transition: background-color .2s;
  overflow: auto;
}

.rl-form-text-area:hover {
  background-color: var(--black-2);
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite-rl-black);
}

.rl-field-label {
  margin-bottom: .5rem;
  font-size: 1rem;
}

.rl_contact6_form-field-wrapper {
  position: relative;
}

.rl-form-input-2 {
  height: auto;
  min-height: 2.75rem;
  border: .0625rem solid var(--dark-purple);
  background-color: var(--dark-purple);
  border-radius: .75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1.1rem;
  line-height: 1.6;
  transition: background-color .2s;
}

.rl-form-input-2:hover {
  background-color: var(--black-2);
}

.rl_contact6_form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact6_form-field-2col.secrate-page {
  flex-direction: column;
  display: flex;
}

.rl_contact6_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: .125rem solid var(--dim-grey);
  background-color: var(--black-2);
  border-radius: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3.125rem 3.125rem 2.5rem;
  display: grid;
}

.rl_contact6_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.rl_contact6_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

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

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

.rl_content6_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: start;
  justify-items: start;
  display: grid;
}

.image-19 {
  border-radius: .4375rem;
}

.discord {
  width: 100%;
  height: 100vh;
}

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

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

.rl_faq6_icon {
  width: 2rem;
  height: 2rem;
  background-color: var(--black);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.faq-wrapper {
  background-color: var(--black);
  border-radius: 1.375rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.faqicon {
  background-image: linear-gradient(100deg, #6f86ff, var(--medium-orchid) 49%, var(--light-coral));
  opacity: 1;
  color: var(--relume-library-lite-rl-white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .125rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.div-block-29 {
  width: 55%;
  height: .125rem;
  background-color: #fff;
  border-radius: .3125rem;
  position: absolute;
}

.div-block-29.vertical {
  transform: rotate(90deg);
}

.bold-text {
  color: var(--thistle);
  text-decoration: underline;
}

.secrets-page-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.secrets-page-hero._2nd {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-columns: 1.5fr 1fr;
}

.grid-secrets {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-secrets.text-align-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1.25fr;
}

.div-block-30 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-31 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.secrets-animation-cards {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  background-color: var(--black-2);
  text-align: left;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.8rem;
  display: flex;
  box-shadow: 0 0 4.625rem rgba(0, 0, 0, .59);
}

.secrets-animation-cards.text-align-center {
  text-align: center;
}

.price-card {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  background-color: var(--black-2);
  text-align: left;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.8rem;
  display: flex;
  box-shadow: 0 0 4.625rem rgba(0, 0, 0, .59);
}

.price-card.text-align-center {
  border: .125rem solid var(--dim-grey);
  text-align: center;
}

.grid-3-vertical {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: stretch;
}

.heading-77 {
  font-size: 2.5rem;
}

.grid-12323 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
}

.div-block-32 {
  z-index: -1;
  width: 30rem;
  height: 31.25rem;
  background-color: var(--dark-purple);
  border-radius: 1.25rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-33 {
  padding-top: 2rem;
  padding-left: 2rem;
  position: relative;
}

.border-r-22px {
  border-radius: 1.375rem;
}

.div-block-34 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.first-styled-btn-link-2 {
  opacity: 1;
  color: #fff;
  background-image: linear-gradient(100deg, #6f86ff, #b372ce 49%, #ff7586);
  border-radius: 62.5rem;
  justify-content: center;
  align-items: center;
  padding: .1875rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.pink-2 {
  filter: blur(1.25rem);
  background-color: #ff3868;
}

.span-greadent-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ff3868, #7d4ee1);
  -webkit-background-clip: text;
  background-clip: text;
}

.rl-form-input-3 {
  height: auto;
  min-height: 2.75rem;
  color: #fff;
  background-color: #302c3f;
  border: .0625rem solid #302c3f;
  border-radius: .75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1.1rem;
  line-height: 1.6;
  transition: background-color .2s;
}

.rl-form-input-3:hover {
  background-color: #13111a;
}

.rl-form-input-3.secreate-page {
  padding: 1rem;
}

.rl_contact6_form-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #13111a;
  border: .125rem solid #5e5b71;
  border-radius: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3.125rem 3.125rem 2.5rem;
  display: grid;
}

.table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .5fr 2fr;
}

.table-elem {
  border: 1px solid #fff;
  padding: 2rem 1rem;
}

.div-block-35 {
  height: 20%;
  background-color: var(--indian-red);
  opacity: .3;
  filter: blur(80px);
}

.div-block-35._2nd {
  height: 80%;
  background-color: var(--slate-blue);
}

.div-block-35.purple {
  background-color: var(--slate-blue);
}

.div-block-36 {
  z-index: -2;
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-pop {
  z-index: 999999;
  width: 90%;
  display: none;
  position: absolute;
  top: 10%;
}

.nav-server-setups {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--black-2);
  text-align: center;
  border-radius: 1.375rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 4.4375rem 3.1rem;
  display: flex;
}

.menu-buttons-nav-popup {
  width: 40vw;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.image-21 {
  width: 20px;
  height: 20px;
  margin-top: 2rem;
  margin-right: 2rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.green-span {
  color: var(--box-s);
}

.primary-btn {
  width: 100%;
  background-color: var(--dim-grey-2);
  box-shadow: 0 2px 13px 0 var(--box-s);
  opacity: 1;
  color: #fff;
  text-align: center;
  border-radius: .4375rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.primary-btn:hover {
  box-shadow: 0 6px 7px 0 var(--box-s);
  transform: translate(0, -5px);
}

.primary-btn.small {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.primary-btn.form {
  width: 100%;
}

.grey-link {
  color: var(--dim-grey-2);
}

.cursor {
  z-index: 100;
  width: 50px;
  height: 50px;
  border: 2px solid var(--dim-grey-2);
  border-radius: 50%;
  position: absolute;
}

.mouse-cursor-hover {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.reverse {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-2 {
  width: 30px;
  height: 20px;
  color: var(--box-s);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: 15px;
  right: auto;
}

.html-embed-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-38 {
  width: 100%;
  height: auto;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.image-23 {
  width: 40%;
  height: auto;
  object-fit: fill;
  border-radius: 1.5rem;
}

.image-24 {
  object-fit: fill;
  border-radius: 20px;
}

.logo {
  width: 50%;
}

.logo-text {
  color: var(--dim-grey-2);
  white-space: nowrap;
  margin-top: .3rem;
  font-size: 1.2rem;
  font-weight: 300;
}

.paricles {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-textareaa {
  height: auto;
  min-height: 6rem;
  border: .0625rem solid var(--box-s);
  background-color: var(--relume-library-lite-rl-gray);
  color: #000;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-textareaa::-ms-input-placeholder {
  color: var(--box-s);
}

.form-textareaa::placeholder {
  color: var(--box-s);
}

.div-block-39 {
  background-color: var(--box-s);
  color: #fff;
  white-space: nowrap;
  border-radius: .75rem;
  padding: .75rem 1rem;
  position: absolute;
  top: 35px;
}

.promo {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.preloader-wrp {
  z-index: 1000;
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.preloader-content.hide-mobile-landscape.w--current {
  align-items: center;
  display: flex;
}

.logo-copy {
  width: 3rem;
}

.preload-logo {
  width: 50%;
}

.pre-text {
  color: var(--dim-grey-2);
  white-space: nowrap;
  margin-top: .3rem;
  font-size: 2.3rem;
  font-weight: 300;
}

.body {
  background-color: #fff;
}

.d-flex-center-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.d-flex-center-copy.text-align-center {
  position: relative;
}

.preloader-wrp-2 {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pre-text-2 {
  color: #4f5a5f;
  white-space: nowrap;
  margin-top: .3rem;
  font-size: 2.3rem;
  font-weight: 300;
}

.heading-56-copy {
  font-size: 4rem;
  font-weight: 900;
  line-height: 4.5rem;
}

.padding-medium-copy {
  padding: 2rem;
}

.bold-text-2 {
  font-size: 2.5rem;
  font-weight: 900;
}

.paragraph-copy {
  text-align: center;
  margin-top: 25px;
  font-size: 1.25rem;
}

.paragraph-copy._16px {
  font-size: 1rem;
}

.paragraph-copy._20px {
  font-size: 1.25rem;
}

.paragraph-copy._18px {
  font-size: 1.125rem;
}

.paragraph-copy._18px.thistle {
  text-decoration: none;
}

.paragraph-copy._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px.thistle.footer:hover {
  color: var(--medium-spring-green);
}

.paragraph-copy._18px.thistle.footer.w--current {
  color: var(--box-s);
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: var(--box-s);
}

.paragraph-copy._22px {
  font-size: 1.375rem;
}

.paragraph-copy._30px {
  font-size: 1.875rem;
}

.image-24-copy {
  object-fit: fill;
  border-radius: 0;
}

.section-18 {
  background-color: #000;
}

.image-102 {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page {
  width: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-span-4 {
  color: gold;
}

.f-margin-bottom-24 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.list {
  margin-top: 2em;
  margin-right: 15px;
  padding-left: 30px;
  font-size: 20px;
  line-height: 27px;
}

.bonus-text {
  text-align: center;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 30px;
}

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

.link-26 {
  color: #fff;
}

.submit-button-5 {
  width: 100%;
  outline-offset: 0px;
  color: #000;
  background-color: #ffd602;
  border: 1px solid #000;
  border-radius: 3px;
  outline: 1.5px solid #000;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.text-block-18 {
  color: #fff;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-1129-copy-copy {
  text-align: center;
  font-weight: 700;
}

.main-banner_stars {
  color: #faa707;
}

.form-5 {
  width: 50%;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-1125-copy-copy {
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
}

.heading-39 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 42px;
  text-decoration: none;
}

.container-36 {
  margin-top: -70px;
  padding-bottom: 0;
}

.section-28 {
  background-color: #000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-field-11 {
  height: 65px;
  outline-offset: 0px;
  border-radius: 3px;
  outline: 1.5px solid #333;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.div-block-207 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.div-block-2-copy-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 114px;
  display: flex;
}

.padding-small-2 {
  padding: 0 1rem 3rem;
}

.list-item-6 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.footer-logo {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.f-h1-heading {
  width: 80%;
  text-align: center;
  letter-spacing: -2.4px;
  margin: 0 auto 25px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

.body-2 {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.section-29 {
  background-color: #000;
}

.image-103 {
  width: 15%;
  height: 15%;
  max-width: 15%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-104 {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subhead {
  width: 100%;
  text-align: center;
  letter-spacing: -2.4px;
  margin: 0 auto 25px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.container-37 {
  padding-top: 50px;
}

.primary-btn-copy {
  width: 100%;
  background-color: var(--dim-grey-2);
  box-shadow: 0 2px 13px 0 var(--box-s);
  opacity: 1;
  color: #fff;
  text-align: center;
  border-radius: .4375rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.primary-btn-copy:hover {
  box-shadow: 0 6px 7px 0 var(--box-s);
  transform: translate(0, -5px);
}

.primary-btn-copy.small {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.primary-btn-copy.form {
  width: 100%;
}

.primary-btn-copy {
  width: 100%;
  background-color: var(--dim-grey-2);
  box-shadow: 0 2px 13px 0 var(--box-s);
  opacity: 1;
  color: #fff;
  text-align: center;
  border-radius: .4375rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.primary-btn-copy:hover {
  box-shadow: 0 6px 7px 0 var(--box-s);
  transform: translate(0, -5px);
}

.primary-btn-copy.small {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.primary-btn-copy.form {
  width: 100%;
}

.primary-btn-copy-copy {
  width: 100%;
  background-color: var(--dim-grey-2);
  box-shadow: 0 2px 13px 0 var(--box-s);
  opacity: 1;
  color: #fff;
  text-align: center;
  border-radius: .4375rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.primary-btn-copy-copy:hover {
  box-shadow: 0 6px 7px 0 var(--box-s);
  transform: translate(0, -5px);
}

.primary-btn-copy-copy.small {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.primary-btn-copy-copy.form {
  width: 100%;
}

.section-28-copy {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.form-block-5 {
  margin-top: 0;
  margin-bottom: 30px;
}

.form-4 {
  border-radius: 2px;
  margin-left: 25%;
  margin-right: 25%;
}

.text-field-12 {
  outline-offset: 0px;
  border-radius: 3px;
  outline: 1px solid #3898ec;
}

.submit-button-6 {
  width: 100%;
  background-color: #0669ef;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 500;
}

.header-section {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: padding-box;
  justify-content: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-144 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

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

.text-span-36 {
  color: #000;
}

.main-headline {
  width: 100%;
  text-align: center;
  letter-spacing: -2.4px;
  margin: 10px auto 25px 0%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

.large-button-text-18-6 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  line-height: 30.6px;
}

.div-block-2-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 50px;
  display: flex;
}

.bold-text-128 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
}

.f-margin-bottom-25 {
  margin-bottom: 0;
  margin-left: 5%;
  margin-right: 5%;
}

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

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

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

.uui-button-copy.is-button-large-copy {
  width: 75%;
  min-width: 393px;
  grid-column-gap: .75rem;
  box-shadow: none;
  color: #000;
  -webkit-text-stroke-color: black;
  background-color: #000;
  border-width: 0;
  border-color: #c3edb0;
  border-radius: 43px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3125rem 1.25rem;
  font-size: 1.125rem;
  transition-property: none;
}

.main-description-copy {
  text-align: left;
  margin-bottom: 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.terms-of-service-link {
  color: #fff;
  text-decoration: underline;
}

.text-span-35 {
  color: #fff;
}

.testimonial-heading-copy {
  text-align: center;
  -webkit-text-stroke-color: black;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: underline;
}

.columns-8 {
  background-color: rgba(0, 0, 0, 0);
}

.copyright-snippet {
  color: #fff;
  text-align: center;
  font-size: .875rem;
  font-weight: 500;
}

.footer-section {
  color: #fff;
  background-color: #000;
  margin-top: 65px;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: visible;
}

.image-102-copy {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-24 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.privacy-policy-link {
  color: #fff;
  -webkit-text-stroke-color: black;
}

.button-2 {
  width: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-38 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.heading-78 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 42px;
  text-decoration: none;
}

.list-item-7 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.form-6 {
  width: 70%;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-field-13 {
  height: 50px;
  outline-offset: 0px;
  border-radius: 3px;
  outline: 1.5px solid #333;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.submit-button-7 {
  width: 100%;
  outline-offset: 0px;
  color: #000;
  background-color: #ffd602;
  border: 1px solid #000;
  border-radius: 3px;
  outline: 1.5px solid #000;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

@media screen and (min-width: 1280px) {
  .rl_navbar1_component {
    width: 90%;
  }

  .servers-icons-wrapper, .card-warapper {
    background-color: var(--gainsboro);
  }

  .promo {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .container-2 {
    margin-top: 50px;
  }

  .container-3, .container-4, .text-block {
    margin-top: 25px;
  }

  .section-18 {
    background-color: #000;
  }

  .page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .bonus-text {
    margin-bottom: 10px;
  }

  .text-block-18 {
    color: #fff;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .paragraph-1125-copy-copy {
    margin-bottom: 25px;
  }

  .heading-39 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .list-item-6 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
  }

  .footer-logo {
    color: #fff;
    justify-content: center;
    margin-bottom: 10px;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    display: flex;
  }

  .f-h1-heading {
    width: 80%;
    margin-bottom: 10px;
    font-size: 3rem;
    font-weight: 900;
  }

  .body-2 {
    background-color: #fff;
  }

  .section-29 {
    background-color: #000;
  }

  .subhead {
    margin-bottom: 10px;
    font-size: 3rem;
    font-weight: 700;
  }

  .header-section {
    background-color: #000;
  }

  .main-headline {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 3rem;
    font-weight: 900;
  }

  .div-block-2-copy {
    margin-top: 40px;
  }

  .uui-button-copy.is-button-large-copy {
    width: 50%;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
  }

  .main-description-copy {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .heading-78 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .list-item-7 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-18 {
    background-color: #000;
  }

  .page {
    width: 75%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .bonus-text, .paragraph-1125-copy-copy {
    margin-bottom: 25px;
  }

  .body-2 {
    background-color: #fff;
  }

  .section-29 {
    background-color: #000;
  }

  .image-103 {
    width: 10%;
  }

  .subhead {
    font-weight: 700;
  }

  .header-section {
    background-color: #000;
  }

  .uui-button-copy.is-button-large-copy {
    background-color: #000;
    font-family: Montserrat, sans-serif;
  }

  .main-description-copy {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1920px) {
  .rl_navbar1_container {
    max-width: 1440px;
  }

  .image {
    width: 60%;
  }

  .primary-btn {
    width: 30%;
  }

  .promo {
    margin-top: 50px;
  }

  .section-18 {
    background-color: #000;
  }

  .page {
    font-size: 18px;
  }

  .f-margin-bottom-24 {
    width: 75%;
  }

  .bonus-text {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 30px;
  }

  .link-26, .text-block-18 {
    color: #fff;
  }

  .paragraph-1129-copy-copy {
    font-size: 14px;
  }

  .paragraph-1125-copy-copy {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 30px;
  }

  .form-block-4 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .heading-39 {
    text-align: left;
    font-size: 28px;
  }

  .padding-small-2 {
    margin-bottom: 75px;
  }

  .f-h1-heading {
    margin-bottom: 35px;
    font-size: 3.5rem;
  }

  .body-2 {
    background-color: #fff;
  }

  .section-29 {
    background-color: #000;
  }

  .image-103 {
    width: 10%;
    max-width: 60%;
  }

  .subhead {
    margin-bottom: 35px;
    font-size: 3rem;
    font-weight: 700;
  }

  .html-embed-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .primary-btn-copy {
    width: 30%;
    width: 100%;
  }

  .primary-btn-copy-copy {
    width: 100%;
  }

  .header-section {
    background-color: #000;
  }

  .main-headline {
    margin-bottom: 35px;
    font-size: 3rem;
  }

  .f-margin-bottom-25 {
    width: 75%;
  }

  .uui-button-copy.is-button-large-copy {
    width: 75%;
    background-color: #000;
    border-color: #000;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .main-description-copy {
    max-width: 80%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-78 {
    text-align: center;
    margin-top: 25px;
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .container.text-align-center.n-d-text-cent {
    text-align: center;
  }

  .rl_menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner {
    width: .25rem;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: .375rem;
    margin-bottom: .375rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    width: 4rem;
    height: 4rem;
    background-color: var(--dim-grey-2);
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .menu-buttons.nav {
    justify-content: flex-start;
    margin: 1.5rem 1.5rem 1.5rem auto;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.5rem;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.5625rem;
  }

  .rl_navbar1_link {
    padding: .75rem 0;
    font-size: 1.4rem;
  }

  .rl_navbar1_link.w--current {
    color: var(--indian-red);
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: .0625rem solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    width: 100%;
    background-color: var(--white-smoke);
    box-shadow: 0 2px 5px 0 var(--box-s);
    border-bottom-style: none;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    overflow: visible;
  }

  .rl_navbar1_container {
    background-color: #fff;
    justify-content: space-between;
    padding: 1.2rem 1.875rem;
  }

  .rl_navbar1_component {
    width: 100%;
    background-color: var(--white-smoke);
    padding-left: 0;
    padding-right: 0;
  }

  .greadient-bg {
    width: 100%;
  }

  .greadient-bg.not-100 {
    width: auto;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .servers-icons-wrapper._2nd {
    align-items: center;
  }

  .image-5 {
    width: 100%;
  }

  .div-block-copy {
    text-align: center;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .grid-12321 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

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

  .rl_layout1_image {
    transform: none;
  }

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

  .rl_footer1_spacing-block-5 {
    padding-bottom: 4.5rem;
  }

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

  .rl_footer1_form-block {
    max-width: none;
  }

  .rl_footer1_logo {
    width: 70%;
  }

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

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .div-block-16 {
    max-width: 30rem;
  }

  .div-block-19 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
  }

  .section.hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .glow {
    width: 12.5rem;
    height: 12.5rem;
    left: -6.25rem;
  }

  .glow.purple-right {
    right: -6.25rem;
  }

  .glow._4th, .glow._4th-page-2 {
    top: 30%;
    bottom: auto;
    right: 38%;
  }

  .hide-desktop {
    display: block;
  }

  .grid-2-page2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .card-about-us {
    flex-direction: column;
  }

  .rl_content6_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-auto-flow: row;
  }

  .secrets-page-hero {
    min-height: auto;
    grid-column-gap: 3rem;
    text-align: center;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .secrets-page-hero._2nd {
    grid-template-columns: 1.5fr;
  }

  .grid-secrets, .grid-secrets.text-align-left, .grid-12323 {
    grid-template-columns: 1fr;
  }

  .nav-server-setups {
    text-align: center;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .menu-buttons-nav-popup {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .reverse {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    display: flex;
  }

  .rl_menu-icon2_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner-2 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon2_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .promo {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .padding-medium-copy {
    padding: 1.5rem;
  }

  .page {
    width: 100%;
  }

  .paragraph-1125-copy-copy {
    padding-left: 3%;
    padding-right: 3%;
  }

  .f-h1-heading {
    width: 75%;
    font-size: 2rem;
  }

  .body-2 {
    background-color: #fff;
  }

  .subhead, .main-headline {
    font-size: 3rem;
  }

  .uui-button-copy.is-button-large-copy {
    min-width: auto;
    background-color: #000;
    border-width: 0;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 3rem 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

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

  .menu-buttons {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .menu-buttons.nav {
    align-items: center;
  }

  .rl_navbar1_link {
    margin-right: 0;
  }

  .rl_navbar1_logo-link {
    padding-left: 0;
  }

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .heading {
    font-size: 3.8rem;
    line-height: 4.5rem;
  }

  .div-block-4 {
    flex-direction: row;
  }

  .div-block-5 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-56 {
    font-size: 3.1rem;
    line-height: 3.6rem;
  }

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

  .grid-3._5th {
    width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .card-warapper {
    flex-direction: column-reverse;
    display: flex;
  }

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

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

  .rl_footer1_bottom-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
  }

  .rl_footer1_spacing-block-6 {
    padding-bottom: 2rem;
  }

  .rl_footer1_spacing-block-5 {
    padding-bottom: 3rem;
  }

  .rl_footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .rl_footer1_spacing-block-2, .rl_footer1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .div-block-21 {
    flex-wrap: wrap;
  }

  .section.hero {
    height: 86dvh;
  }

  .heading-76 {
    font-size: 4rem;
    line-height: 4.8rem;
  }

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

  .reviews {
    flex-direction: column;
    display: flex;
  }

  .rl_contact6_form-field-2col {
    grid-template-columns: 1fr;
  }

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

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

  .rl_faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

  .secrets-page-hero {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .div-block-30, .grid-3-vertical {
    grid-template-columns: 1fr;
  }

  .div-block-33 {
    padding-top: 0;
    padding-left: 0;
  }

  .image-20 {
    width: 100%;
  }

  .menu-buttons-nav-popup {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .image-25 {
    width: 100%;
    max-height: 450px;
  }

  .preloader-content {
    padding-left: 0;
  }

  .preload-logo {
    width: 5.5rem;
  }

  .pre-text, .pre-text-2 {
    font-size: 1.9rem;
  }

  .heading-56-copy {
    font-size: 3.1rem;
    line-height: 3.6rem;
  }

  .padding-medium-copy {
    padding: 1.5rem;
  }

  .page {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .form-5 {
    width: 100%;
  }

  .f-h1-heading {
    width: 90%;
    margin-top: 0;
    font-size: 32px;
  }

  .body-2 {
    background-color: #fff;
  }

  .subhead {
    margin-top: 0;
    font-size: 48px;
  }

  .form-4 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .main-headline {
    margin-top: 0;
    font-size: 48px;
  }

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

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

  .uui-button-copy.is-button-large-copy {
    grid-column-gap: .5rem;
    border-width: 0;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-copy.is-button-large-copy:hover {
    background-color: #000;
    border-width: 0;
    border-color: #000;
  }

  .testimonial-heading-copy, .copyright-snippet {
    font-size: 1.25rem;
  }

  .form-6 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .menu-buttons.nav {
    align-items: stretch;
  }

  .heading-56 {
    font-size: 2.5rem;
  }

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

  .rl_footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .rl_footer1_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .section {
    padding-left: 3%;
    padding-right: 3%;
  }

  .rl_content6_component, .secrets-page-hero {
    grid-template-columns: 1fr;
  }

  .primary-btn {
    width: 100%;
  }

  .promo {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .bold-text-2 {
    line-height: 3rem;
  }

  .section-2 {
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-18 {
    background-color: #000;
  }

  .page {
    width: 100%;
    margin-top: 0;
    padding: 1rem 0% 0;
    overflow: visible;
  }

  .f-margin-bottom-24 {
    margin-bottom: -25px;
  }

  .list {
    margin-top: .1em;
    margin-right: 10px;
    padding-left: 10px;
  }

  .bonus-text {
    background-color: #fff;
    margin-top: 25px;
    margin-bottom: 75px;
    font-size: 16px;
    line-height: 24px;
  }

  .link-26 {
    color: #fff;
  }

  .submit-button-5 {
    width: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    flex: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

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

  .paragraph-1129-copy-copy {
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
  }

  .form-5 {
    width: 100%;
    display: block;
  }

  .paragraph-1125-copy-copy {
    background-color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .form-block-4 {
    width: 100%;
    margin-bottom: 25px;
  }

  .heading-39 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
  }

  .container-36 {
    width: 100%;
    margin-top: -70px;
    font-size: 12px;
  }

  .section-28 {
    width: 100%;
  }

  .text-field-11 {
    height: 50px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 16px;
  }

  .div-block-2-copy-copy {
    margin-top: 0;
    margin-bottom: 6rem;
    padding-left: 3%;
    padding-right: 3%;
  }

  .padding-small-2 {
    padding: 25px 3%;
  }

  .list-item-6 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .f-h1-heading {
    width: 100%;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 900;
  }

  .bold-text-125 {
    font-size: 12px;
    line-height: 18px;
  }

  .body-2 {
    background-color: #fff;
  }

  .section-29 {
    background-color: #000;
  }

  .image-103 {
    width: 50%;
  }

  .subhead {
    letter-spacing: 0;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
  }

  .primary-btn-copy {
    width: 100%;
    width: 100%;
  }

  .primary-btn-copy-copy, .section-28-copy {
    width: 100%;
  }

  .form-4 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header-section {
    background-color: #000;
  }

  .main-headline {
    letter-spacing: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 900;
  }

  .large-button-text-18-6 {
    font-size: .9rem;
    font-weight: 500;
  }

  .div-block-2-copy {
    margin-bottom: 0;
  }

  .bold-text-128 {
    font-size: 1.125rem;
    font-weight: 800;
  }

  .f-margin-bottom-25 {
    margin-bottom: 20px;
  }

  .uui-button-copy.is-button-large-copy {
    width: 100%;
    max-width: 99.9999%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: .9rem;
  }

  .uui-button-copy.is-button-large-copy:hover {
    background-color: #000;
  }

  .main-description-copy {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .terms-of-service-link {
    font-size: .875rem;
  }

  .testimonial-heading-copy {
    margin-bottom: 5px;
    font-size: .875rem;
  }

  .copyright-snippet {
    font-size: .875rem;
  }

  .image-102-copy {
    max-width: 50%;
  }

  .privacy-policy-link {
    font-size: .875rem;
  }

  .container-54 {
    margin-top: 50px;
  }

  .heading-78 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
  }

  .list-item-7 {
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .html-embed-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .form-6 {
    width: 100%;
    margin-top: 25px;
    display: block;
  }

  .text-field-13 {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .submit-button-7 {
    width: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    flex: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.ttf') format('truetype'), url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi thicccaf';
  src: url('../fonts/THICCCBOI-ThicccAF.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}