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

.section {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #64549b;
  background-image: linear-gradient(120deg, #715fbe, #6975dd 81.333%);
  -o-object-fit: fill;
  object-fit: fill;
}

.section._2 {
  background-color: #6c5f5f;
}

.section._3 {
  background-color: #4c2c2c;
}

.section.hero {
  z-index: 1;
}

.section.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: linear-gradient(122deg, #715fbe, #6975dd 81.333%);
}

.section.content._1 {
  background-image: linear-gradient(61deg, #715fbe, #6975dd 81.333%);
}

.section.footer {
  z-index: 1;
  background-image: linear-gradient(38deg, #715fbe, #6975dd 81.333%);
}

.navbar {
  width: 100%;
}

.container {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: absolute;
  bottom: 100px;
  max-width: 150px;
  padding-top: 0px;
}

.container-2 {
  height: 75%;
  text-align: center;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 1.5em;
  padding-bottom: 1em;
  background-color: #000;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.container-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.nav-link:hover {
  color: #8b8b8b;
  font-weight: 400;
}

.nav-link:focus {
  font-weight: 700;
}

.nav-link.w--current {
  color: #715fbe;
}

.nav-link.w--current:hover {
  font-weight: 400;
}

.columns {
  position: fixed;
  left: auto;
  top: 95vh;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block {
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

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

.column {
  text-align: right;
}

.image-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 15vh;
  max-width: 200px;
  text-align: left;
}

.container-4 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-5 {
  position: relative;
  display: block;
  height: auto;
  min-height: 60vh;
  margin-top: 130px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

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

.heading {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
}

.paragraph {
  color: #fff;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.div-block {
  margin-right: 10%;
  margin-left: 10%;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.paragraph-4 {
  color: #fff;
}

.column-2 {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #ececec;
}

.column-2.line {
  display: block;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #f8f8f8;
}

.column-3 {
  padding-right: 40px;
  padding-left: 40px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph-5 {
  color: #fff;
}

.grid {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-right: 1px none #000;
}

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

.div-block-2 {
  padding-right: 20px;
}

.div-block-3 {
  padding-right: 20px;
  border-right: 1px solid #fff;
}

.div-block-4 {
  padding-right: 20px;
  border-right: 1px solid #fff;
}

.div-block-5 {
  padding-right: 20px;
}

.image-4 {
  display: block;
  max-width: 150px;
  margin-top: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.image-6 {
  max-width: 250px;
}

.image-7 {
  max-width: 150px;
  margin-top: -5px;
}

.image-8 {
  max-width: 150px;
}

.body {
  min-height: 100vh;
}

.panel {
  height: 100vh;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-2 {
  color: #fff;
}

.link-block {
  color: #fff;
}

.link-block.w--current {
  padding: 0px 10px;
  border-left: 1px solid #fff;
  text-decoration: none;
}

.div-block-6 {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10;
}

.ck-preference__btn {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 8%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: -0.125rem;
  padding: 0.75em 1em 0.875em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 100px 100px 0px;
  background-color: #fff;
  -webkit-transition: margin-bottom 200ms cubic-bezier(.25, .46, .45, .94);
  transition: margin-bottom 200ms cubic-bezier(.25, .46, .45, .94);
  color: #262926;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.ck-preference__btn:hover {
  margin-bottom: 0rem;
  text-decoration: underline;
}

.ck-preference__icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ck-button__txt {
  font-family: Montserrat, sans-serif;
}

.ck-attr-btn {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.ck-modal__btns-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  background-color: #f3f7f2;
}

.ck-modal__btns-w.is--small {
  padding: 1.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ck-modal__btns-w.in-pref-manger {
  margin: 2rem -2rem -2.25rem;
}

.ck-txt-link {
  -webkit-transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  color: #515750;
  font-weight: 400;
}

.ck-txt-link:hover {
  color: #262926;
}

.ck-title {
  margin-bottom: 0.1875em;
  color: #262926;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-family: Montserrat, sans-serif;
  font-size: 1.1875rem;
}

.ck-modal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 32rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 4px 1rem 0 rgba(38, 41, 38, 0.05);
  color: #515750;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.ck-button-w {
  padding: 0.875em 1.5em 1rem;
  border: 1px none #000;
  border-radius: 0.25rem;
  background-color: #515750;
  -webkit-transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none;
}

.ck-button-w:hover {
  background-color: #262926;
}

.ck-button-w.is--secondary {
  margin-right: -1.25em;
  padding-right: 1.25em;
  padding-left: 1.25em;
  background-color: transparent;
  color: #515750;
  font-size: 0.875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-button-w.is--secondary.is--fullwidth {
  margin-top: 0.75rem;
  margin-right: 0em;
  margin-bottom: -1rem;
}

.ck-button-w.is--fullwidth {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ck-button-w.deny {
  border-style: solid;
  background-color: #fff;
}

.ck-css-styles {
  display: none;
}

.ck-modal__exit-btn {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  background-color: #f3f7f2;
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  cursor: pointer;
}

.ck-modal__exit-btn:hover {
  background-color: #515750;
}

.ck-modal__exit-btn.is--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.ck__exitbtn__line {
  position: absolute;
  width: 1rem;
  height: 2px;
  background-color: #515750;
}

.ck__exitbtn__line.is--left {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ck-sr__only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.ck-desc {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.ck-cookie-w {
  position: fixed;
  left: auto;
  top: auto;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9500;
  max-width: 25rem;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
}

.ck-preference__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(215, 231, 213, 0.5);
  opacity: 1;
  cursor: pointer;
}

.ck-radio__btn {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0px;
  margin-left: -1.75rem;
  float: left;
  border-style: solid;
  border-width: 1.75px;
  border-color: #999c98;
  border-radius: 0.375rem;
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
}

.ck-radio__btn.w--redirected-checked {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0rem;
  border-style: solid;
  border-width: 1px;
  border-color: #515750;
  border-radius: 0.375rem;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50% 50%;
  background-size: 0.625rem;
  background-repeat: no-repeat;
}

.ck-radio__btn.is--checked {
  border-color: #515750;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45% 50%;
  background-size: 0.625rem;
  background-repeat: no-repeat;
}

.ck-radio-w {
  margin-top: 1rem;
  margin-bottom: 0rem;
  padding-left: 1.75rem;
  -webkit-transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  color: #999c98;
  cursor: pointer;
}

.ck-radio-w:hover {
  color: #515750;
}

.ck-radio-w.is--not-allowed {
  cursor: not-allowed;
}

.ck-preference-w {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9525;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ck-form-w {
  margin-bottom: 0rem;
}

.ck-preference__scroll-w {
  position: relative;
  top: auto;
  bottom: auto;
  display: block;
  overflow: auto;
  width: 100%;
  max-height: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ck-radio__desc {
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
}

.ck-radio__label {
  margin-bottom: 0.25rem;
  color: #262926;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
}

.ck-form {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
}

.text-block-3 {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

@media screen and (max-width: 767px) {
  .ck-preference__icon {
    margin-right: 0rem;
  }

  .ck-preference-txt {
    display: none;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__btns-w.in-pref-manger {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0rem;
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
  }

  .ck-modal__exit-btn.is--sticky {
    top: -1rem;
  }

  .ck-modal__content-w {
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .ck-preference__scroll-w {
    padding-top: 2rem;
  }

  .ck-form {
    padding-top: 0.75rem;
  }
}

@media screen and (max-width: 479px) {
  .columns {
    bottom: 0px;
    background-color: #000;
  }

  .text-block {
    font-size: 10px;
  }

  .container-5 {
    padding-bottom: 20px;
  }

  .grid {
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    grid-template-areas: "."
      "Area";
    grid-template-columns: repeat(auto-fit, 100%);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid.grid2 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-3 {
    border-right-style: none;
  }

  .div-block-4 {
    border-right-style: none;
  }

  .image-5 {
    max-width: 90%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .ck-button__txt {
    font-family: Montserrat, sans-serif;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-title {
    font-family: Montserrat, sans-serif;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-button-w {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-desc {
    font-family: Montserrat, sans-serif;
    font-size: 0.8rem;
  }

  .ck-cookie-w {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 100%;
  }

  .ck-modal__content-w.is--small {
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .ck-preference-w {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .ck-preference__scroll-w {
    max-width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .ck-radio__desc {
    font-family: Montserrat, sans-serif;
    font-size: 0.7rem;
  }

  .ck-radio__desc.is--not-allowed {
    font-family: Montserrat, sans-serif;
    font-size: 0.7rem;
  }

  .ck-radio__label {
    font-family: Montserrat, sans-serif;
  }

  .ck-radio__label.is--not-allowed {
    font-family: Montserrat, sans-serif;
  }
}

#w-node-_77673884-064b-bd8e-c0c1-831fe5e2d407-d4c64a75 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f9ec67ac-8a0a-bafc-1dd1-b31de1550106-d4c64a75 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area;
}

#w-node-_4bf992a1-43d8-fa3c-fa7d-ce8ff933db32-d4c64a75 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4bf992a1-43d8-fa3c-fa7d-ce8ff933db3b-d4c64a75 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area;
}

#w-node-_4bf992a1-43d8-fa3c-fa7d-ce8ff933db46-d4c64a75 {
  -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-_77673884-064b-bd8e-c0c1-831fe5e2d407-d4c64a75 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_4bf992a1-43d8-fa3c-fa7d-ce8ff933db3b-d4c64a75 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area;
  }

  @media screen and (max-width: 479px) {
    #w-node-f9ec67ac-8a0a-bafc-1dd1-b31de1550106-d4c64a75 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    #w-node-_4bf992a1-43d8-fa3c-fa7d-ce8ff933db3b-d4c64a75 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    #w-node-_4bf992a1-43d8-fa3c-fa7d-ce8ff933db3b-d4c64a75 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }
  }
}

