/*--  Colors  --*/
/*--  Fonts  --*/
/*--  Labels  --*/
/*--  Input Text  --*/
/*--  Borders  --*/
/*--  Errors  --*/
/*--  Error Summary  --*/
/*--  Legal Text  --*/
/*--  Checkbox  --*/
/*--  Radio  --*/
.tooltip {
  background-color: white;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 20px 20px;
  outline: none;
  max-width: 97%;
  z-index: 19; }
  @media (min-width: 600px) {
    .tooltip {
      max-width: 500px; } }

.tooltip .tooltip-arrow {
  border-color: #000; }

.tooltip .tooltip-arrow::before {
  border-color: #fff; }

.tooltip[x-placement^='right'] {
  margin-left: 10px; }

.tooltip[x-placement^='top'] {
  margin-bottom: 10px; }

.tooltip[x-placement^='left'] {
  margin-right: 10px; }

.tooltip[x-placement^='bottom'] {
  margin-top: 10px; }

.tooltip[x-placement^='right'] .tooltip-arrow {
  border-width: 10px 10px 10px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -9px;
  top: calc(25% - 5px);
  margin-left: 0;
  margin-right: 0; }

.tooltip[x-placement^='bottom'] .tooltip-arrow {
  border-width: 0px 10px 10px 10px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -10px;
  left: calc(25% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.tooltip[x-placement^='bottom'] .tooltip-arrow::before {
  content: '';
  border-width: 0px 10px 10px 10px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: 1px;
  left: calc(25% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.tooltip[x-placement^='top'] .tooltip-arrow {
  border-width: 10px 10px 0 10px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -9px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.tooltip[x-placement^='left'] .tooltip-arrow {
  border-width: 10px 0 10px 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -9px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0; }

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px; }

.tooltip .tooltip-arrow::before {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: -5px; }

.tooltip-close {
  position: absolute;
  top: 3px;
  right: 8px;
  border: 0;
  background: transparent;
  color: #000;
  outline: none;
  transition: 0.2s linear transform;
  cursor: pointer; }
  .tooltip-close .sr-only {
    display: none; }
  .tooltip-close .tooltip-close-svg {
    fill: #000; }
  .tooltip-close:hover, .tooltip-close:focus {
    outline: none; }
    .tooltip-close:hover .tooltip-close-svg, .tooltip-close:focus .tooltip-close-svg {
      opacity: 0.6; }

.form-containerV2 {
  font-family: "Be Vietnam Pro", sans-serif; }
  .form-containerV2 .confirmationMessage {
    display: none;
    text-align: center;
    margin: 120px auto; }
  .form-containerV2 .confirmationMessage__heading {
    font-size: 24px; }
    @media screen and (min-width: 769px) {
      .form-containerV2 .confirmationMessage__heading {
        font-size: 32px; } }
  .form-containerV2 form {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    width: 100%; }
    @media screen and (min-width: 600px) {
      .form-containerV2 form {
        width: 100%; } }
    @media screen and (min-width: 1280px) {
      .form-containerV2 form {
        width: 650px; } }
  .form-containerV2 label,
  .form-containerV2 legend {
    color: #0370ed;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    padding-left: 0;
    position: relative;
    transition: all 0.2s ease;
    width: 100%; }
  .form-containerV2 input[type='text'],
  .form-containerV2 input[type='email'],
  .form-containerV2 input[type='tel'],
  .form-containerV2 input[type='number'],
  .form-containerV2 input[type='date'],
  .form-containerV2 input[type='url'],
  .form-containerV2 select {
    border-color: #666;
    border-radius: 2rem;
    border-style: solid;
    border-width: 2px;
    height: 48px;
    margin: 5px 0;
    padding: 0 15px;
    width: 100%;
    background-color: transparent;
    color: #1b1b1b;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    position: relative; }
    @media screen and (min-width: 600px) {
      .form-containerV2 input[type='text'],
      .form-containerV2 input[type='email'],
      .form-containerV2 input[type='tel'],
      .form-containerV2 input[type='number'],
      .form-containerV2 input[type='date'],
      .form-containerV2 input[type='url'],
      .form-containerV2 select {
        font-size: 1rem;
        padding: 0 15px; } }
    @media screen and (min-width: 1280px) {
      .form-containerV2 input[type='text'],
      .form-containerV2 input[type='email'],
      .form-containerV2 input[type='tel'],
      .form-containerV2 input[type='number'],
      .form-containerV2 input[type='date'],
      .form-containerV2 input[type='url'],
      .form-containerV2 select {
        font-size: 1rem;
        padding: 0 15px;
        margin: 5px 0; } }
  .form-containerV2 input[type='url'] {
    -webkit-appearance: none; }
  .form-containerV2 input[type='date'] {
    -webkit-appearance: none; }
    .form-containerV2 input[type='date']::-webkit-calendar-picker-indicator {
      cursor: pointer;
      z-index: 10;
      color: rgba(0, 0, 0, 0);
      opacity: 1;
      display: block;
      width: 20px;
      height: 20px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.7' height='10.29' viewBox='0 0 18.7 10.29' fill='%23666' %3E%3Cpath d='M17.72 0L9.35 8.35.97 0 0 .98l9.35 9.31L18.7.98z'/%3E%3C/svg%3E") no-repeat;
      background-position: center; }
    .form-containerV2 input[type='date']:hover::-webkit-calendar-picker-indicator, .form-containerV2 input[type='date']:focus::-webkit-calendar-picker-indicator {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.7' height='10.29' viewBox='0 0 18.7 10.29' fill='%23666' %3E%3Cpath d='M17.72 0L9.35 8.35.97 0 0 .98l9.35 9.31L18.7.98z'/%3E%3C/svg%3E") no-repeat;
      background-position: center; }
    .form-containerV2 input[type='date']::-webkit-inner-spin-button {
      display: none;
      padding: 6px 0;
      -webkit-appearance: none; }
    .form-containerV2 input[type='date'] svg {
      fill: #666;
      position: absolute;
      right: 5px;
      bottom: 55px; }
  .form-containerV2 input:hover,
  .form-containerV2 input:focus,
  .form-containerV2 select:hover,
  .form-containerV2 select:focus {
    border-color: #0370ed;
    border-style: solid;
    border-width: 2px; }
  .form-containerV2 input[class='invalid'],
  .form-containerV2 select[class='invalid'] {
    border-color: #ec091a;
    border-style: solid;
    border-width: 2px; }
  .form-containerV2 ::-moz-placeholder {
    color: #8d8d8d;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: rem-calc(14);
    opacity: 1; }
  .form-containerV2 ::placeholder {
    color: #8d8d8d;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: rem-calc(14);
    opacity: 1; }
  .form-containerV2 .form__field {
    position: relative;
    padding-bottom: 15px; }
    .form-containerV2 .form__field .field__label {
      color: #1b1b1b;
      font-family: "Be Vietnam Pro", sans-serif;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.3125rem;
      text-transform: none;
      display: block; }
      @media screen and (min-width: 600px) {
        .form-containerV2 .form__field .field__label {
          font-size: 1rem; } }
      @media screen and (min-width: 1280px) {
        .form-containerV2 .form__field .field__label {
          font-size: 1rem; } }
      .form-containerV2 .form__field .field__label span {
        font-weight: 300; }
    .form-containerV2 .form__field .field__hint {
      font-size: 12px;
      color: #1b1b1b;
      font-style: normal; }
      @media screen and (min-width: 600px) {
        .form-containerV2 .form__field .field__hint {
          font-size: 12px; } }
      @media screen and (min-width: 600px) {
        .form-containerV2 .form__field .field__hint {
          font-size: 12px; } }
      .form-containerV2 .form__field .field__hint a {
        text-decoration: none;
        color: #1b1b1b; }
    .form-containerV2 .form__field .field__info {
      padding: 0 15px;
      color: #0370ed;
      width: calc(100% - 40px); }

.form-containerV2 .cta.\+btn {
  align-self: center;
  backface-visibility: hidden;
  background-color: #c8a557;
  border-radius: 30px;
  border: 0;
  color: #1b1b1b;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  fill: #1b1b1b;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.025em;
  line-height: 1rem;
  margin: 40px 0;
  min-height: 36px;
  min-width: 132px;
  outline: none;
  overflow: hidden;
  padding: 10px 3em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  z-index: 1; }
  .form-containerV2 .cta.\+btn:hover, .form-containerV2 .cta.\+btn:focus {
    color: #c8a557;
    fill: #c8a557; }
    .form-containerV2 .cta.\+btn:hover:before, .form-containerV2 .cta.\+btn:focus:before {
      height: 100%; }
  .form-containerV2 .cta.\+btn:before {
    background: #1b1b1b;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 200ms ease;
    width: 100%;
    z-index: -1; }

.form-containerV2 .cta .cta__icon {
  display: inline-block;
  height: 20px;
  vertical-align: top;
  width: 20px;
  margin-right: 15px; }
  .form-containerV2 .cta .cta__icon:hover, .form-containerV2 .cta .cta__icon:focus {
    fill: #c8a557; }

.form-containerV2 .cta__processing span {
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  margin: 0 4px 0 0;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 20px; }

.form-containerV2 .cta__processing svg {
  height: 12px;
  margin: -6px 0 0 -6px;
  width: 12px;
  z-index: 1; }
  .form-containerV2 .cta__processing svg:nth-child(1) {
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    fill: none;
    margin: 0;
    stroke: #1b1b1b;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-dashoffset: 94.248;
    stroke-dasharray: 47.124; }

.form-containerV2 .cta__processing span {
  background: none;
  transition: background 0.1s ease 0.3s; }
  .form-containerV2 .cta__processing span:before {
    transform: scale(1); }
  .form-containerV2 .cta__processing span svg:nth-child(1) {
    animation: turn 1.6s linear infinite forwards, path 1.6s linear infinite forwards; }

@keyframes turn {
  100% {
    transform: rotate(360deg); } }

@keyframes path {
  100% {
    stroke-dashoffset: 0; } }

.form-containerV2 .field__checkbox {
  align-items: flex-start;
  display: flex;
  padding: 5px 0px;
  position: relative; }
  .form-containerV2 .field__checkbox input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    width: 0;
    z-index: 3; }
  .form-containerV2 .field__checkbox label {
    color: #1b1b1b;
    cursor: pointer;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.8rem;
    line-height: 1rem;
    padding-left: 25px; }
    @media screen and (min-width: 600px) {
      .form-containerV2 .field__checkbox label {
        line-height: 1rem;
        font-size: 0.8rem; } }
  .form-containerV2 .field__checkbox .optin__label {
    color: #1b1b1b;
    font-size: 12px;
    padding-left: 25px;
    cursor: pointer; }
  .form-containerV2 .field__checkbox .checkmark {
    border-color: #1b1b1b;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    display: block;
    position: absolute;
    height: 16px;
    width: 16px; }
    .form-containerV2 .field__checkbox .checkmark::after {
      content: '';
      position: absolute;
      display: none;
      left: 5px;
      top: 2px;
      width: 4px;
      height: 8px;
      border: solid #0370ed;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }
  .form-containerV2 .field__checkbox:hover input ~ .checkmark {
    border-color: #0370ed; }
  .form-containerV2 .field__checkbox input:checked ~ .checkmark:after {
    display: block; }

.form-containerV2 .error {
  display: block;
  color: #ec091a;
  font-size: 12px;
  padding-top: 2px;
  font-style: normal; }

.form-containerV2 .errorSummary {
  background-color: #ec091a;
  border-radius: 2rem;
  color: #fff;
  display: none;
  margin-bottom: 15px;
  padding: 15px 30px 15px 47px;
  position: relative;
  text-align: left;
  width: 100%; }
  .form-containerV2 .errorSummary .errorSummary__heading {
    font-weight: 400;
    font-size: 0.625rem;
    line-height: rem-calc(14px);
    padding-bottom: 3px; }
  .form-containerV2 .errorSummary .errorSummary__icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 16px;
    height: 16px; }
  .form-containerV2 .errorSummary a {
    color: #fff; }
  .form-containerV2 .errorSummary ul, .form-containerV2 .errorSummary li {
    padding: 0;
    margin: 0; }
  .form-containerV2 .errorSummary ul {
    list-style-type: none;
    display: flex;
    flex-direction: column; }
  .form-containerV2 .errorSummary li {
    font-size: 10px;
    line-height: rem-calc(14px); }

#form {
  margin-top: 24px; }

.form-containerV2 .form__title {
  color: #1b1b1b;
  font-size: 1.25rem;
  text-align: center;
  line-height: 28px;
  margin: 0 0 20px; }
  @media screen and (min-width: 1280px) {
    .form-containerV2 .form__title {
      font-size: 2rem; } }

.form-containerV2 .form__description {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 1.6em;
  margin: 0 0 20px; }

.form__legal {
  position: relative;
  padding-bottom: 15px;
  color: #1b1b1b;
  font-size: 0.8rem;
  line-height: 0.875rem; }
  .form__legal p {
    font-size: 0.8rem;
    line-height: 0.875rem; }
  .form__legal a {
    color: inherit; }
  .form__legal a:hover,
  .form__legal a:focus {
    color: #0370ed; }
  @media screen and (min-width: 600px) {
    .form__legal {
      font-size: 0.8rem;
      line-height: 0.875rem; } }
  .form__legal .legal__tooltip {
    text-decoration: underline; }
  .form__legal .tooltip {
    border: 1px solid #0370ed;
    border-radius: 20px;
    padding: 20px 20px;
    max-width: 500px;
    z-index: 19; }
  .form__legal .tooltip .tooltip-arrow {
    border-color: #0370ed; }
  .form__legal .tooltip .tooltip-arrow::before {
    border-color: #fff; }
  .form__legal .tooltip[x-placement^='right'] {
    margin-left: 10px; }
  .form__legal .tooltip[x-placement^='top'] {
    margin-bottom: 10px; }
  .form__legal .tooltip[x-placement^='left'] {
    margin-right: 10px; }
  .form__legal .tooltip[x-placement^='bottom'] {
    margin-top: 10px; }
  .form__legal .tooltip[x-placement^='right'] .tooltip-arrow {
    border-width: 10px 10px 10px 0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: -9px;
    top: calc(25% - 5px);
    margin-left: 0;
    margin-right: 0; }
  .form__legal .tooltip[x-placement^='bottom'] .tooltip-arrow {
    border-width: 0px 10px 10px 10px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -10px;
    left: calc(25% - 5px);
    margin-top: 0;
    margin-bottom: 0; }
  .form__legal .tooltip[x-placement^='bottom'] .tooltip-arrow::before {
    content: '';
    border-width: 0px 10px 10px 10px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: 1px;
    left: calc(25% - 5px);
    margin-top: 0;
    margin-bottom: 0; }
  .form__legal .tooltip[x-placement^='top'] .tooltip-arrow {
    border-width: 10px 10px 0 10px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -9px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0; }
  .form__legal .tooltip[x-placement^='left'] .tooltip-arrow {
    border-width: 10px 0 10px 10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -9px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0; }
  .form__legal .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px; }
  .form__legal .tooltip .tooltip-arrow::before {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: -5px; }
  .form__legal .tooltip-close {
    position: absolute;
    top: 3px;
    right: 8px;
    border: 0;
    background: transparent;
    color: #0370ed;
    cursor: pointer; }

.form-containerV2 .form__radio {
  border: none;
  padding: 0 0 15px 0; }
  .form-containerV2 .form__radio .radio__options {
    display: flex;
    justify-content: space-between;
    padding: 5px 0; }
  .form-containerV2 .form__radio .invalid .radio__btn {
    border: 2px solid #ec091a; }
  .form-containerV2 .form__radio input[type='radio'] {
    display: none; }
    .form-containerV2 .form__radio input[type='radio']:checked + label {
      background-color: #0370ed;
      color: #fff; }
    .form-containerV2 .form__radio input[type='radio']:checked + .radio__btn {
      color: #1b1b1b; }
  .form-containerV2 .form__radio .radio__btn {
    align-items: center;
    border-color: #666;
    border-radius: 2rem;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    display: flex;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.75em;
    height: 34px;
    justify-content: center;
    padding: 0;
    width: calc(90% / 3);
    color: #fff; }
    .form-containerV2 .form__radio .radio__btn:focus, .form-containerV2 .form__radio .radio__btn:hover {
      border: 2px solid #0370ed;
      outline: none; }

.form-containerV2 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #1b1b1b;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  letter-spacing: normal;
  pointer-events: auto; }
  .form-containerV2 select option {
    color: #1b1b1b;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    padding: 30px 0;
    width: 95%; }
  .form-containerV2 select::-ms-expand {
    display: none; }
  .form-containerV2 select:invalid, .form-containerV2 select:disabled {
    color: #1b1b1b; }
  .form-containerV2 select:focus {
    font-size: 16px; }
  .form-containerV2 select:disabled {
    background-color: #d6d6d6; }
  .form-containerV2 select:invalid option[disabled] {
    color: #0370ed; }

.form-containerV2 .form__select {
  position: relative;
  pointer-events: none; }
  .form-containerV2 .form__select option {
    color: #1b1b1b; }
  .form-containerV2 .form__select::after {
    background-position: center;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.7' height='10.29' viewBox='0 0 18.7 10.29' fill='%23666' %3E%3Cpath d='M17.72 0L9.35 8.35.97 0 0 .98l9.35 9.31L18.7.98z'/%3E%3C/svg%3E") no-repeat;
    bottom: 30px;
    color: rgba(0, 0, 0, 0);
    content: '';
    cursor: pointer;
    display: block;
    height: 20px;
    opacity: 1;
    position: absolute;
    right: 15px;
    width: 20px;
    z-index: 15;
    pointer-events: none; }
  .form-containerV2 .form__select:hover::after, .form-containerV2 .form__select:focus::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.7' height='10.29' viewBox='0 0 18.7 10.29' fill='%23666' %3E%3Cpath d='M17.72 0L9.35 8.35.97 0 0 .98l9.35 9.31L18.7.98z'/%3E%3C/svg%3E") no-repeat; }

.form-containerV2 textarea {
  width: 100%;
  height: 126px;
  padding: 12px;
  margin: 5px 0;
  border-color: #666;
  border-radius: 2rem;
  border-style: solid;
  border-width: 2px;
  background-color: transparent;
  color: #1b1b1b;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1rem;
  outline: none;
  position: relative;
  overflow-y: auto;
  -ms-overflow-style: auto; }
  @media screen and (min-width: 1280px) {
    .form-containerV2 textarea {
      padding: 12px; } }

.form-containerV2 textarea:hover,
.form-containerV2 textarea:focus {
  border-color: #0370ed;
  border-style: solid;
  border-width: 2px; }

.form-containerV2 textarea[class='invalid'] {
  border-color: #ec091a;
  border-style: solid;
  border-width: 2px; }

.form-containerV2 input[type='file'] {
  display: none; }

.form-containerV2 .field__upload {
  width: calc(100% + 15px);
  height: 48px;
  min-height: 48px;
  margin: 5px 0 5px -15px;
  border-color: #666;
  border-radius: 2rem;
  border-style: solid;
  border-width: 2px;
  background-color: transparent;
  color: #0370ed;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: rem-calc(14);
  display: flex;
  align-items: center;
  cursor: pointer; }
  .form-containerV2 .field__upload:focus, .form-containerV2 .field__upload:hover {
    border-color: #0370ed;
    outline: none; }
  .form-containerV2 .field__upload:hover .field__btn::after {
    transform: scale(1.15); }
  .form-containerV2 .field__upload.invalid {
    border: 2px solid #ec091a;
    outline: none; }

.form-containerV2 .form__file label {
  padding-left: 15px; }

.form-containerV2 .form__file .error {
  padding-left: 0; }

.form-containerV2 .form__field .field__btn {
  align-items: center;
  display: flex;
  height: 26px;
  justify-content: center;
  position: absolute;
  right: 5px;
  transition: all 0.2s ease;
  width: 26px; }
  .form-containerV2 .form__field .field__btn::after {
    position: absolute;
    right: 0;
    content: '';
    z-index: 0;
    background-color: #0370ed;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    transition: all 0.2s ease; }
  .form-containerV2 .form__field .field__btn--remove {
    display: none;
    border: none;
    margin: 0;
    padding: 0;
    right: 5px;
    background: transparent; }
  .form-containerV2 .form__field .field__btn svg,
  .form-containerV2 .form__field .field__btn g,
  .form-containerV2 .form__field .field__btn path {
    stroke: #fff;
    fill: #fff;
    z-index: 2; }
