.new-window-layout .landing .btn {
  font: 600 13px/15px Roboto, sans-serif;
  padding: 10px 18px;
  min-width: 240px;
  background: var(--register-intervention-alternative-background);
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
}

.new-window-layout .landing btn {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: var(--blue);
}
.new-window-layout .landing .section div {
    text-align: center;
    display: flex;
}

.new-window-layout .landing .section.cta {
    /* padding-bottom: 20px; */
}

.new-window-layout .landing .section {
    padding: 20px 0 0;
}

.new-window-layout .section .label {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: var(--blue);
}

.new-window-layout .section input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  transform: scale(1.3);
  padding: 10px;
}

.new-banner .x-title-text {
    font-weight: 600;
    text-transform: none !important;
}
