:root {
  --grey: #12133140;
  --midnight-blue: #121331;
  --white-smoke: whitesmoke;
  --cta: #2962ff;
  --white-smoke-2: #f8f8f8;
  --silver: #c5c5c5;
  --error: #d1263c;
}

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

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

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

body {
  color: #333;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.ms-page-wrap {
  z-index: 2;
  color: #000;
  background-color: #000;
  width: 100%;
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
}

.ms-container {
  max-width: 100%;
  padding-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.ms-column-wrap {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-wrap: wrap;
  min-height: auto;
  padding-bottom: 20px;
  display: flex;
}

.ms-column {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 30%;
  display: flex;
}

.ms-column._50 {
  width: 30%;
  position: relative;
  top: 0;
}

.ms-column._50.padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--grey);
  background-color: #fff;
  border-radius: 16px;
  width: 65%;
  padding: 0% 20px 20px;
}

.ms-section-description {
  margin-bottom: 20px;
}

.ms-section-description.cta {
  font-size: 18px;
  line-height: 1.7em;
}

.ms-iframe {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: flex-end;
  height: 70px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.ms-iframe-embed {
  justify-content: flex-end;
  align-items: flex-end;
  width: 180px;
  height: 70px;
  display: none;
  position: relative;
  overflow: visible;
}

.ms-header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ms-header.cta {
  background-image: none, linear-gradient(to top, var(--midnight-blue), #000);
  color: var(--white-smoke);
  text-align: center;
  background-position: 0 0, 0 0;
  background-size: 300px, auto;
  border: 1px solid #000;
  border-radius: 16px;
  padding-bottom: 6vh;
}

.ms-ui-kit {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  min-height: 1000px;
  max-height: 100vh;
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: scroll;
}

.cta-h1 {
  font-size: 58px;
  line-height: 1.2em;
}

.ms-100 {
  width: 100%;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.ms-drawer-top {
  color: #121331;
  border-radius: 16px 16px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 10px;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  background-color: #ebebeb;
}

.ms-loom {
  background-image: url('../images/642fe1063af357211520eff3_vidbox2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.ms-boxes {
  margin-bottom: 30px;
}

.ms-box {
  grid-column-gap: 6px;
  color: #121331;
  cursor: move;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin-bottom: 6px;
  padding: 8px 12px 8px 6px;
  font-weight: 400;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-box:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-box::placeholder {
  color: #909090;
}

.ms-box.over {
  background-color: #f2f3fa;
  border-style: solid;
  border-color: #0067d9;
}

.ms-button-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ms-button-svg.drag {
  opacity: .5;
  width: 18px;
}

.ms-drag-color {
  margin-left: auto;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.button-right {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ms-description-text {
  opacity: .8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-space {
  width: 10px;
  height: 10px;
}

.ms-wf-class {
  color: #fff;
  background-color: #1684f6;
  border-radius: 2px;
  padding: 5px 7px 3px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2em;
  display: inline-block;
  box-shadow: 1px 1px 3px #060c7e80;
}

.ms-code {
  background-color: var(--white-smoke);
  border-radius: 10px;
  padding: 10px;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.ms-bold-link {
  color: #2962ff;
  font-weight: 700;
}

.ms-input-right-button {
  color: #121331;
  border: 1px solid #12133140;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 9px 12px 8px;
  font-weight: 400;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input-right-button:hover {
  color: #2962ff;
  border-color: #2962ff;
}

.ms-input-right-button::placeholder {
  color: #12133140;
}

.ms-input-right-button.success {
  color: #121331;
  background-color: #c3ffd5;
  border-color: #00a030;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-drawer-contain {
  border-top: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.ms-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.ms-how-drawer {
  background-color: #f8f8f8;
  border-radius: 16px;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.ms-button-flex {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.ms-dropdown-svg {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  display: flex;
}

.ms-radio-dot {
  border-color: #12133140;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  margin-right: 10px;
  position: relative;
}

.ms-radio-dot.w--redirected-checked {
  border-width: 6px;
  border-color: #2962ff;
}

.ms-radio-dot.table {
  z-index: 3;
  margin-left: 0;
  position: absolute;
  top: 12px;
  left: 14px;
}

.ms-radio-dot.table.w--redirected-checked {
  border-style: solid;
  border-color: #ddb426;
}

.ms-table-bold {
  text-transform: uppercase;
  width: 100%;
  font-family: Poppins, sans-serif;
}

.ms-radio-table-label {
  z-index: 1;
  color: #121331;
  background-color: #fff;
  border: 1px solid #c3c3cb;
  width: 100%;
  margin-bottom: -1px;
  padding: 10px 20px 10px 40px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.ms-radio-table-label.bottom {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.ms-radio-table-label.top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.ms-light-text {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.ms-table-text-right {
  float: right;
  text-align: right;
  width: 33%;
  margin-left: auto;
  font-weight: 400;
}

.ms-table-list {
  z-index: 1;
  color: #121331;
  background-color: #fff;
  border: 1px solid #c3c3cb;
  flex-flow: column;
  width: 100%;
  margin-bottom: -1px;
  padding: 10px 20px 10px 40px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.ms-table-list.bottom {
  border-bottom-style: solid;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-bottom: 10px;
}

.ms-table-list.top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex-flow: column;
}

.ms-radio-group {
  margin-bottom: 30px;
}

.ms-table-text-middle {
  text-align: center;
  font-weight: 400;
}

.ms-radio-wrap {
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.ms-radio-wrap.table {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

.ms-table-text-left {
  width: 20%;
  margin-right: auto;
}

.ms-loom-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}

.link {
  width: 85px;
  display: inline-flex;
}

.text-span {
  width: 90px;
}

.body {
  background-color: #000;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
}

.paragraph {
  color: #fff;
}

.image {
  width: 100%;
}

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

.div-block-2 {
  width: 50%;
}

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

.div-block-3 {
  width: 100%;
}

.link-block-2 {
  width: 7%;
}

.heading-2 {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11 {
  width: 85px;
}

.link-12 {
  text-transform: uppercase;
  width: 85px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.bold-text {
  color: #ddb426;
  font-size: 11px;
}

.link12 {
  color: #ddb426;
  text-transform: uppercase;
  width: 75px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
}

.submit-button {
  text-transform: uppercase;
  background-color: #ddb426;
  border-radius: 5px;
  font-weight: 700;
}

.text-field {
  border-radius: 5px;
  margin-bottom: 20px;
}

.image-2 {
  aspect-ratio: 2;
  object-fit: cover;
  object-position: 50% 65%;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100%;
  box-shadow: 3px 4px #fff;
}

.div-block-4 {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 70px;
}

.text-block {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.text-block-2 {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #ddb426;
  border-radius: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.success-message {
  background-color: #fff;
}

@media screen and (min-width: 1280px) {
  .link-block-2 {
    width: 5%;
  }
}

@media screen and (max-width: 991px) {
  .ms-column-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-bottom: 0;
  }

  .ms-column {
    width: 47%;
  }

  .ms-column._50 {
    width: 100%;
  }

  .ms-column._50.padding {
    width: 100%;
    padding: 20px;
  }

  .link-block-2 {
    width: 12%;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ms-column, .ms-column._50 {
    width: 100%;
  }

  .ms-column._50.padding {
    padding: 3%;
  }
}

@media screen and (max-width: 479px) {
  .ms-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ms-column-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .ms-column._50 {
    width: 100%;
  }

  .ms-table-bold {
    margin-bottom: 3px;
  }

  .ms-light-text {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 17px;
  }

  .ms-table-list.bottom {
    padding-bottom: 10px;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  .link-block-2 {
    width: 23%;
  }

  .heading-2 {
    margin-bottom: 20px;
    line-height: 30px;
  }

  .text-field {
    margin-bottom: 20px;
  }
}


