.nav-popup, .gradient-bg {
  background: linear-gradient(to bottom, #B7269C, #4f585d) !important;
}

.collapse-list, .header .header-links, .header .top-line > .container, .flex, .clearfix, .row, .input-box .input-text, .input-box, .btn-row {
  display: flex;
  flex-wrap: wrap;
}

.screener-form .btn, .nav-popup .nav-popup-close, .header .header-links .logo a, .header .header-links .logo img, .header .header-links .logo, .header .top-line .screen-options a, .header .top-line, .header, .btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0 auto;
  font-display: swap;
  background-color: #202020;
  font-family: "alwyn-new-rounded-web";
  font-size: 20px;
  line-height: 1.33;
  color: #fff;
}
@media (max-width: 767px) {
  body {
    margin-top: 150px;
  }
}
@media (max-width: 640px) {
  body {
    margin-top: 135px;
  }
}
@media (min-width: 901px) {
  body {
    font-size: 24px;
  }
}

/** reset **/
a:hover, a:active, a, a:focus, textarea:focus, a[href^=tel] {
  outline: none;
  text-decoration: none;
}

a, a[href^=tel] {
  color: inherit;
}

input, select, textarea, button {
  outline: none;
  border: none;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
}

input:not([type=checkbox]):not([type=radio]), select, textarea {
  padding: 10px 5px 9px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  width: 100%;
  font-size: 18px;
  line-height: 1.3;
  color: inherit;
  font-family: "alwyn-new-rounded-web";
  height: 44px;
}
@media (min-width: 768px) {
  input:not([type=checkbox]):not([type=radio]), select, textarea {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

input:not([type=checkbox]):not([type=radio]):focus, textarea:focus {
  outline: none;
  box-shadow: inset 0 0 0 4px #EB5D2A;
}

form button {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  cursor: pointer;
}

textarea {
  resize: none;
  overflow: auto; /** remove scroller in IE **/
  min-height: 200px;
}

select::-ms-expand {
  display: none; /** IE fix **/
}

select {
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px top 20px;
  padding: 5px;
}
select option {
  color: #000;
}

::placeholder {
  color: #707070;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #707070;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #707070;
}

/** hide placeholder text on focus **/
input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}

label {
  display: block;
  color: inherit;
  margin-bottom: 7px;
}

img {
  max-width: 100%;
}

hr {
  border: none;
  border-bottom: 1px solid #707070;
  margin: 50px 0;
}

:where(ul[class]) {
  list-style-type: none;
}

:where(ul:not(:last-child)) {
  margin-bottom: 40px;
  margin-left: 30px;
}

ul ul {
  margin-top: 15px;
}
@media (min-width: 641px) {
  ul ul {
    margin-left: 20px;
  }
}
ul ul li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 26px;
}
@media (min-width: 641px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 12px;
}

@media (max-width: 640px) {
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
}
p:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  p:not(:last-child) {
    margin-bottom: 45px;
  }
}

p a, li a {
  color: #B7269C;
  word-break: break-word;
}
p a:hover, li a:hover {
  color: #EB5D2A;
}

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) { /** IE 9 and above fix **/
  p a {
    word-break: break-all;
    display: inline-block;
  }
}
sup {
  font-size: 65%;
  line-height: 1;
}

strong {
  font-weight: 700;
}

.btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 25px;
}
.btn:not(:last-child) {
  margin-bottom: 20px;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background: rgba(0, 0, 0, 0.2);
}
.btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-primary {
  background: #B7269C;
}
.btn.btn-orange {
  background: #EB5D2A;
}
@media (min-width: 641px) {
  .btn {
    font-size: 22px;
    padding: 18px 25px 17px;
    min-width: 335px;
  }
}

.btn-row {
  width: 100%;
  align-items: center;
  gap: 30px;
}
.btn-row.btn-center {
  justify-content: center;
}
.btn-row .btn {
  margin-bottom: 0;
}

/** INPUT RADIO & CHECKBOX STYLE **/
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-left: 0;
  margin-bottom: 10px;
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 1px;
  top: 2px;
  margin: 0;
  padding: 0;
  border: none;
}
.control + ul {
  margin-left: 30px;
}
.control + ul li {
  list-style: inside disc;
}
.control + ul li::marker {
  font-size: 14px;
}
.control p {
  font-weight: normal;
}

.control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: #fff;
  border: 1px solid #000;
}
@media (min-width: 641px) {
  .control-indicator {
    top: 3px;
  }
}
.control-indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control-indicator:after {
  display: block;
}

.control-checkbox .control-indicator:after {
  left: 6px;
  top: 3px;
  width: 8px;
  height: 13px;
  border: solid #B7269C;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.control-radio .control-indicator {
  border-radius: 50%;
}
.control-radio .control-indicator:after {
  left: 3px;
  top: 3px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #B7269C;
}

.input-box {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.input-box > label {
  color: #EB5D2A;
}
.input-box .input-text {
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.input-box .input-text h4 {
  color: #EB5D2A;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.input-box .input-text ul.dotted-list {
  padding-top: 10px;
}
.input-box .input-text ul.dotted-list > li {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .input-box .input-text ul.dotted-list > li:before {
    top: 12px;
  }
}
@media (min-width: 768px) {
  .input-box .input-text h4 {
    font-size: 24px;
  }
}

.input-row {
  text-align: left;
  position: relative;
}
.input-row.inline {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 4px;
}
.input-row.inline .inline-field {
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .input-row.inline .inline-field {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 641px) {
  .input-row.inline .inline-field {
    flex: 0 0 150px;
    max-width: 150px;
  }
}
.input-row.inline > div:not(.inline-field) {
  margin-right: 20px;
}
.input-row > h4 {
  margin-bottom: 4px;
}
.input-row > p {
  padding-left: 35px;
  padding-bottom: 10px;
}
.input-row > h5 {
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
}
.input-row input:not([type=checkbox]):not([type=radio]), .input-row select {
  margin-bottom: 0;
}

/** INPUT RADIO & CHECKBOX STYLE END **/
.container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  clear: both;
}
@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 641px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1550px) {
  .container {
    max-width: 1480px;
  }
}

@media (max-width: 640px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row .col, .row [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 1;
  }
}
@media (min-width: 641px) {
  .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row .col, .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
    flex-grow: 1;
  }
}

@media (max-width: 900px) {
  .md-gap-30 {
    gap: 30px 0;
  }
}

.inner-space {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .inner-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 901px) {
  .inline-pad {
    padding-inline: 100px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-3 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-two-third {
  -ms-flex: 0 0 66.66666%;
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
}

.col-full {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-30 {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.col-40 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.col-60 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.col-70 {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

@media (max-width: 900px) {
  .md-col-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .md-col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md-col-3 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 640px) {
  .xs-col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xs-col-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.clearfix {
  width: 100%;
}

.inline-block {
  display: inline-block;
}

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

.align-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.color-black {
  color: #000 !important;
}

.color-white {
  color: #fff !important;
}

.color-primary {
  color: #B7269C !important;
}

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

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

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

.img-w-caption img {
  display: block;
  width: 100%;
}
.img-w-caption figcaption {
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
}
@media (min-width: 901px) {
  .img-w-caption figcaption {
    font-size: 21px;
  }
}
@media (min-width: 901px) {
  .img-w-caption figcaption.align-right {
    text-align: right;
    padding-left: 15%;
  }
}
@media (min-width: 901px) {
  .img-w-caption figcaption.align-left {
    text-align: left;
    padding-right: 15%;
  }
}
.img-w-caption + figcaption {
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
}

.w-100 {
  width: 100% !important;
}

.w-450 {
  max-width: 100%;
}
@media (min-width: 641px) {
  .w-450 {
    width: 450px !important;
  }
}

.mb-50 {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .mb-50 {
    margin-bottom: 50px;
  }
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pl-30 {
  padding-left: 30px;
}

ul.dotted-list:not(:last-child) {
  margin-bottom: 30px;
}
ul.dotted-list li {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.5;
}
ul.dotted-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #B7269C;
}
ul.dotted-list > li {
  padding-left: 25px;
}
ul.dotted-list ul li {
  padding-left: 20px;
}
ul.dotted-list.gap-0 > li {
  margin-bottom: 0;
  padding-left: 20px;
}
ul.dotted-list.dot-orange li:before {
  background: #EB5D2A;
}
ul.dotted-list.dot-white li {
  margin-bottom: 5px;
}
ul.dotted-list.dot-white li:before {
  background: #fff;
}
@media (min-width: 641px) {
  ul.dotted-list li {
    margin-bottom: 15px;
  }
}
@media (min-width: 901px) {
  ul.dotted-list li:before {
    top: 14px;
  }
}
ul.dotted-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 641px) {
  .show-xs {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .hide-xs {
    display: none !important;
  }
}
@media (min-width: 821px) {
  .show-md {
    display: none !important;
  }
}
@media (max-width: 820px) {
  .hide-md {
    display: none !important;
  }
}
h2.sec-heading {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #EB5D2A;
}
@media (min-width: 641px) {
  h2.sec-heading {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (min-width: 901px) {
  h2.sec-heading {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
h2.sec-heading.font-regular {
  font-weight: 400;
}

h2.sec-heading-secondary {
  color: #EB5D2A;
  font-weight: 700;
  margin-bottom: 20px;
}

h3.sec-heading-secondary {
  font-weight: 700;
  margin-bottom: 10px;
  color: #EB5D2A;
}
@media (max-width: 640px) {
  h3.sec-heading-secondary {
    font-size: 20px;
  }
}

/** full-cta style **/
.full-cta {
  background-color: #B7269C;
  text-align: center;
  padding: 25px 0;
  font-weight: 700;
}
@media (min-width: 641px) {
  .full-cta {
    padding: 35px 0 35px;
  }
}
@media (min-width: 901px) {
  .full-cta {
    padding: 50px 0 45px;
  }
}

/** full-cta style end **/
/** scroll_top style **/
.scroll_top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  text-align: right;
  padding: 5px 10px;
  background-color: #B7269C;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.scroll_top:not(:last-child) {
  margin-bottom: 30px;
}

.arrow-up {
  display: inline-flex;
  width: 20px;
  height: 30px;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 15px;
}
.arrow-up:before, .arrow-up:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #fff;
  transform-origin: top;
}
.arrow-up:before {
  transform: rotate(-50deg);
  left: -5px;
}
.arrow-up:after {
  transform: rotate(50deg);
  left: 5px;
}

/** scroll_top style end **/
/** video responsive style: Youtube and Vimeo **/
.video-section > img {
  width: 100%;
  display: block;
}

.video-placeholder {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-placeholder iframe, .video-placeholder object, .video-placeholder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** video responsive style: Youtube and Vimeo: end **/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media (max-width: 767px) {
  .header {
    background-color: #202020;
  }
}
.header.internal, .header.header-scroll {
  background-color: #202020;
}
.header.internal .main-nav li a, .header.header-scroll .main-nav li a {
  color: #fff;
}
.header.internal .nav-trigger > div > span, .header.header-scroll .nav-trigger > div > span {
  background-color: #fff;
}
.header.header-scroll {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.header.header-scroll .top-line {
  padding: 5px 0;
}
.header.header-scroll .header-links {
  padding-block: 15px;
}
@media (min-width: 641px) {
  .header.header-scroll .header-links .logo {
    max-width: 150px;
  }
}
@media (min-width: 1201px) {
  .header.header-scroll .header-links .logo {
    max-width: 200px;
  }
}
.header .top-line {
  background-color: #B7269C;
  padding: 10px 0;
}
.header .top-line > .container {
  width: 100%;
}
.header .top-line .top-contact {
  font-size: 16px;
  font-weight: 700;
}
.header .top-line .screen-light, .header .top-line .screen-dark, .header .top-line .top-text {
  cursor: pointer;
}
.header .top-line .screen-options {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.header .top-line .screen-options li:not(:first-child) {
  border-left: 2px solid #fff;
  margin-left: 7px;
  padding-left: 12px;
}
.header .top-line .screen-options a {
  font-weight: 700;
  color: inherit;
}
.header .top-line .screen-options a:hover {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .header .top-line > .container {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .header .top-line .screen-options {
    justify-content: center;
    padding-top: 6px;
  }
}
@media (min-width: 768px) {
  .header .top-line .top-contact {
    font-size: 20px;
  }
  .header .top-line .screen-options {
    font-size: 16px;
    margin-left: auto;
  }
}
@media (min-width: 1201px) {
  .header .top-line .top-contact {
    font-size: 22px;
  }
  .header .top-line .screen-options {
    font-size: 18px;
  }
}
.header .header-links {
  width: 100%;
  align-items: center;
  padding-block: 15px;
}
.header .header-links .logo {
  max-width: 110px;
  line-height: 1;
}
.header .header-links .logo a, .header .header-links .logo img {
  display: block;
}
@media (min-width: 641px) {
  .header .header-links .logo {
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .header .header-links {
    padding-block: 25px;
  }
  .header .header-links .logo {
    max-width: 200px;
  }
}
@media (min-width: 1201px) {
  .header .header-links .logo {
    max-width: 300px;
  }
}
@media (max-width: 1200px) {
  .header .header-links .main-nav {
    display: none !important;
  }
}

/** navigation style **/
@media (min-width: 1201px) {
  .menu-main-menu-container {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media (min-width: 1201px) {
  .main-nav {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.main-nav li {
  list-style: none;
}
.main-nav li a {
  font-size: 27px;
  font-weight: 700;
  color: #000;
  display: block;
  position: relative;
  transition: all 0.2s;
  text-decoration: none;
}
.main-nav li a.btn.btn-primary {
  padding: 9px 25px 8px;
}
.main-nav li a.btn.btn-primary:after {
  display: none;
}
@media (min-width: 1201px) {
  .main-nav li:not(:last-child) {
    margin-right: 20px;
  }
  .main-nav li a {
    padding-inline: 3px;
  }
  .main-nav li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 0;
    background: #B7269C;
    transition: all 0.2s;
  }
  .main-nav li.active a, .main-nav li a:hover {
    color: #B7269C;
  }
  .main-nav li.active a:after, .main-nav li a:hover:after {
    height: 3px;
  }
}

.nav-trigger {
  margin-left: auto;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .nav-trigger {
    display: none;
  }
}
.nav-trigger > div {
  width: 26px;
}
.nav-trigger > div > span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease-in-out;
  transform-origin: center;
}
@media (min-width: 768px) {
  .nav-trigger > div > span {
    background: #000;
  }
}
.nav-trigger > div > span:nth-child(1) {
  transform: translateY(-6px);
}
.nav-trigger > div > span:nth-child(3) {
  transform: translateY(6px);
}
.nav-trigger.active > div > span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.nav-trigger.active > div > span:nth-child(1) {
  transform: translateY(100%) rotate(45deg);
}
.nav-trigger.active > div > span:nth-child(3) {
  transform: translateY(-100%) rotate(-45deg);
}

/** navigation style end **/
/** mobile nav-popup style **/
.nav-popup {
  opacity: 0;
  margin: 0 auto;
  position: fixed;
  z-index: -999;
  inset: 0;
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
  color: #fff;
  width: 0;
}
.nav-popup .nav-popup-close {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 30px;
  top: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-popup .nav-popup-close:before, .nav-popup .nav-popup-close:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 2px;
  background: #fff;
}
.nav-popup .nav-popup-close:before {
  transform: rotate(45deg);
}
.nav-popup .nav-popup-close:after {
  transform: rotate(-45deg);
}
.nav-popup .mob-nav {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 10px;
  height: 100%;
  overflow-y: scroll;
}
.nav-popup .mob-nav .main-nav li {
  font-size: 24px;
  text-align: center;
}
.nav-popup .mob-nav .main-nav li a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 24px;
}
.nav-popup .mob-nav .main-nav li + li {
  margin-left: 0;
}

/** mobile nav-popup style end **/
/** footer style **/
.footer {
  text-align: center;
  background: #202020;
  padding: 50px 0 70px;
  font-size: 17px;
}
@media (min-width: 641px) {
  .footer {
    padding: 65px 0 125px;
    font-size: 20px;
  }
}

/** footer style end **/
.page-banner {
  position: relative;
}
.page-banner > .container {
  position: relative;
}
.page-banner .mob-banner-img img {
  display: block;
  width: 100%;
}
.page-banner .banner-tagline {
  font-size: 18px;
  font-weight: 700;
  background-color: #000;
  padding: 10px;
}
@media (max-width: 767px) {
  .page-banner .banner-tagline {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-banner {
    background-image: none !important;
  }
  .page-banner > .container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .page-banner {
    height: 700px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .page-banner > .container {
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
  .page-banner .mob-banner-img {
    display: none;
  }
  .page-banner .banner-tagline {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 20px;
  }
  .page-banner .banner-tagline:before, .page-banner .banner-tagline:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-color: inherit;
    z-index: -1;
  }
  .page-banner .banner-tagline:before {
    left: -10px;
    width: 30px;
    transform: skewX(-20deg);
  }
  .page-banner .banner-tagline:after {
    right: -1000%;
    width: 1000%;
  }
}
.page-banner .banner-content h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.135;
  margin-bottom: 10px;
}
.page-banner .banner-content h4 {
  font-size: 21px;
  line-height: 1.35;
  padding-right: 7%;
}
.page-banner .banner-content h4:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 641px) {
  .page-banner .banner-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .page-banner .banner-content h4 {
    font-size: 24px;
  }
  .page-banner .banner-content h4:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .page-banner .banner-content {
    color: #000;
    max-width: 500px;
    padding-bottom: 50px;
  }
  .page-banner .banner-content.align-center {
    align-self: center;
    padding-top: 70px;
  }
}
@media (min-width: 901px) {
  .page-banner .banner-content {
    max-width: 640px;
    padding-bottom: 70px;
  }
  .page-banner .banner-content h2 {
    font-size: 50px;
  }
  .page-banner .banner-content h4 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .page-banner .banner-content {
    padding: 30px 25px;
  }
}
.page-banner .banner-links {
  padding-top: 10px;
}
@media (min-width: 641px) {
  .page-banner .banner-links .btn {
    min-width: 395px;
  }
}
@media (max-width: 640px) {
  .page-banner .banner-links .btn {
    width: 100%;
  }
  .page-banner .banner-links .btn:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 900px) {
  .page-banner .banner-links .btn {
    font-size: 18px;
  }
}
@media (min-width: 901px) {
  .page-banner {
    height: 800px;
  }
  .page-banner .banner-tagline {
    font-size: 20px;
  }
  .page-banner .banner-links {
    padding-top: 25px;
  }
}

.icon-card-holder {
  padding-top: 10px;
}
@media (max-width: 900px) {
  .icon-card-holder {
    gap: 40px 0;
  }
}
.icon-card-holder .icon-card figure {
  margin-bottom: 10px;
}
@media (min-width: 641px) {
  .icon-card-holder .icon-card figure {
    margin-bottom: 20px;
  }
}
.icon-card-holder .icon-card figure img {
  display: block;
  margin: 0 auto;
}
.icon-card-holder .icon-card p {
  line-height: 1.45;
}
@media (min-width: 901px) {
  .icon-card-holder .icon-card {
    padding: 0 30px;
    margin-bottom: 65px;
  }
  .icon-card-holder .icon-card figure {
    margin-bottom: 35px;
  }
}

@media (min-width: 1201px) {
  .study-sec {
    padding-top: 50px;
  }
}
.study-sec p {
  line-height: 1.45;
}

.healthcare-icon-sec {
  text-align: center;
  padding: 20px 0;
}
.healthcare-icon-sec .healthcare-card-holder {
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .healthcare-icon-sec .healthcare-card-holder {
    gap: 40px 0;
  }
}
.healthcare-icon-sec .healthcare-card-holder figure {
  margin-bottom: 10px;
}
.healthcare-icon-sec .healthcare-card-holder figure img {
  display: block;
  margin: 0 auto;
}
.healthcare-icon-sec .healthcare-card-holder a {
  color: inherit;
  text-decoration: underline;
}
.healthcare-icon-sec .healthcare-card-holder a:hover {
  text-decoration: none;
}

.social-icons {
  display: flex;
}
.social-icons > a {
  position: relative;
  width: 48px;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.social-icons > a.facebook-icon {
  background-color: #4A66AD;
}
.social-icons > a.twitter-icon {
  background-color: #6BAAE8;
}
.social-icons > a.linkedin-icon {
  background-color: #3275B0;
}
.social-icons > a.instagram-icon {
  background-color: #DC4F5A;
}
.social-icons > a.email-icon {
  background-color: #7D7D7D;
}
.social-icons.sticky {
  position: absolute;
  z-index: 10;
  top: 300px;
  right: 0;
  flex-direction: column;
}
@media (max-width: 767px) {
  .social-icons.sticky {
    display: none;
  }
}
.social-icons.sticky > a:after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: inherit;
  transition: all 0.2s;
}
.social-icons.sticky > a:hover {
  transform: translateX(-5px);
}
.social-icons.sticky > a:hover:after {
  right: -5px;
}

.faq-sec {
  padding-block: 40px;
}
.faq-sec h2.sec-heading {
  font-size: 26px;
}
.faq-sec h2.sec-heading:not(.color-white) {
  margin-bottom: 10px;
}
@media (min-width: 641px) {
  .faq-sec h2.sec-heading {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media (min-width: 901px) {
  .faq-sec h2.sec-heading {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.faq-sec p {
  line-height: 1.5;
}

/** collapse section style **/
.faq-listing .faq-collapse-list {
  position: relative;
  margin: 0 0 30px;
}
.faq-listing .faq-collapse-list h4 {
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  background: #EB5D2A;
  cursor: pointer;
  position: relative;
  padding: 25px 70px 25px 25px;
  margin: 0;
  transition: all 0.1s ease-in-out;
}
.faq-listing .faq-collapse-list.active h4, .faq-listing .faq-collapse-list h4:hover {
  background: #B7269C;
  color: #fff;
}
.faq-listing .faq-collapse-list.active h4 .collapse-arrow:before, .faq-listing .faq-collapse-list.active h4 .collapse-arrow:after, .faq-listing .faq-collapse-list h4:hover .collapse-arrow:before, .faq-listing .faq-collapse-list h4:hover .collapse-arrow:after {
  background: #fff;
}
.faq-listing .faq-collapse-content {
  display: none;
  padding: 25px;
}
.faq-listing .faq-collapse-content ul.dotted-list {
  margin-left: 10px;
}
.faq-listing .collapse-arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  transition: all 0.2s ease-in-out;
}
.faq-listing .collapse-arrow:before, .faq-listing .collapse-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #000;
  transition: all 0.2s ease-in-out;
}
.faq-listing .collapse-arrow:after {
  transform: rotate(90deg);
}
.faq-listing .collapse-arrow.open:after {
  transform: rotate(0deg);
}

/** collapse section style end **/
.form-page p:not(:last-child) {
  margin-bottom: 25px;
}

#cz_submit_form_1_field_dob {
  width: 100%;
  display: inline-block;
}
#cz_submit_form_1_field_dob select, #cz_submit_form_1_field_dob input {
  width: 15%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 6px;
}

#cz_submit_form_1_field_ext_future .input-row {
  width: 10%;
  display: inline-block;
  margin: 0 10px;
}

#cz_submit_form_1_field_ext_privacy .input-row {
  width: 10%;
  display: inline-block;
  margin: 0 10px;
}

#cz_submit_form_1_field_ext_certify_error ul {
  margin: 10px 20px;
}
#cz_submit_form_1_field_ext_certify_error ul li {
  list-style: disc;
  padding-bottom: 10px;
}

.future-form {
  text-align: left;
  display: none;
}

.require {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 24px;
  background: #c63535;
  color: #fff;
  border-radius: 10px 0 0 0;
  display: none;
}

.contact-block .require {
  position: relative;
  right: 0;
  bottom: 0;
  padding: 0;
  background: none;
  color: #c63535;
  border-radius: 0;
  display: none;
  font-size: 80%;
  line-height: 1;
  padding-bottom: 10px;
}
.contact-block .require:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: none;
  transform: skew(0deg);
  -webkit-transform: skew(0deg);
}

.cz-submit-invalid:not(.cz-field) {
  overflow: hidden;
  border: 3px solid #c63535;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 15px 15px 70px;
  display: inline-block;
  position: relative;
  min-width: 100%;
}

.contact-block .cz-submit-invalid:not(.cz-field) {
  overflow: hidden;
  background: none;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 0;
  display: inline-block;
  margin-left: 0px;
  position: relative;
  min-width: 0;
}

.contact-block .cz-submit-invalid:not(.cz-field) input {
  border: 3px solid #c63535;
}

.require {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 24px;
  background: #c63535;
  color: #fff;
  border-radius: 10px 0 0 0;
  display: none;
}

.contact-block .require {
  position: relative;
  right: 0;
  bottom: 0;
  padding: 0;
  background: none;
  color: #c63535;
  border-radius: 0;
  display: none;
  font-size: 80%;
  line-height: 1;
  padding-bottom: 10px;
}

.contact-block .require:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: none;
  transform: skew(0deg);
  -webkit-transform: skew(0deg);
}

.req-val-space {
  display: none !important;
}

.require:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 7px;
  width: 3%;
  height: 100%;
  background: #c63535;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
}

.require > p {
  margin: 0;
  display: inline-block;
}

.cz-submit-invalid .require {
  display: inline-block;
}

.cz-submit-invalid .req-val-space {
  display: inline-block !important;
}

.screener-form {
  /** btn syle **/
}
.screener-form h4 {
  font-size: 24px;
  font-weight: 400;
  color: #EB5D2A;
  margin-bottom: 20px;
}
.screener-form .input-box {
  margin-bottom: 40px;
}
.screener-form select option {
  color: #000000;
}
.screener-form select {
  background-image: url(../images/select-arrow-orange.png);
  background-repeat: no-repeat;
  background-position: right 5px top 17px;
}
.screener-form select option {
  color: #000000;
}
.screener-form #cz_submit_form_1_field_dob {
  width: 100%;
  display: inline-block;
}
.screener-form #cz_submit_form_1_field_dob select, .screener-form #cz_submit_form_1_field_dob input {
  width: 15%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 6px;
}
.screener-form #cz_submit_form_1_field_ext_future .input-row {
  width: 10%;
  display: inline-block;
  margin: 0 10px;
}
.screener-form #cz_submit_form_1_field_ext_privacy .input-row {
  width: 10%;
  display: inline-block;
  margin: 0 10px;
}
.screener-form #cz_submit_form_1_field_ext_certify_error ul {
  margin: 10px 20px;
}
.screener-form #cz_submit_form_1_field_ext_certify_error ul li {
  list-style: disc;
  padding-bottom: 10px;
}
.screener-form .future-form {
  text-align: left;
  display: none;
}
.screener-form .require {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 24px;
  background: #c63535;
  color: #fff;
  border-radius: 10px 0 0 0;
  display: none;
}
.screener-form .contact-block .require {
  position: relative;
  right: 0;
  bottom: 0;
  padding: 0;
  background: none;
  color: #c63535;
  border-radius: 0;
  display: none;
  font-size: 80%;
  line-height: 1;
  padding-bottom: 10px;
}
.screener-form .contact-block .require:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: none;
  transform: skew(0deg);
  -webkit-transform: skew(0deg);
}
.screener-form .cz-submit-invalid:not(.cz-field) {
  overflow: hidden;
  border: 3px solid #c63535;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 15px 15px 70px;
  display: inline-block;
  position: relative;
  min-width: 100%;
}
.screener-form .contact-block .cz-submit-invalid:not(.cz-field) {
  overflow: hidden;
  background: none;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 0;
  display: inline-block;
  margin-left: 0px;
  position: relative;
  min-width: 0;
}
.screener-form .contact-block .cz-submit-invalid:not(.cz-field) input {
  border: 3px solid #c63535;
}
.screener-form .require {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 24px;
  background: #c63535;
  color: #fff;
  border-radius: 10px 0 0 0;
  display: none;
}
.screener-form .contact-block .require {
  position: relative;
  right: 0;
  bottom: 0;
  padding: 0;
  background: none;
  color: #c63535;
  border-radius: 0;
  display: none;
  font-size: 80%;
  line-height: 1;
  padding-bottom: 10px;
}
.screener-form .contact-block .require:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: none;
  transform: skew(0deg);
  -webkit-transform: skew(0deg);
}
.screener-form .req-val-space {
  display: none !important;
}
.screener-form .require:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 7px;
  width: 3%;
  height: 100%;
  background: #c63535;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
}
.screener-form .require > p {
  margin: 0;
  display: inline-block;
}
.screener-form .cz-submit-invalid .require {
  display: inline-block;
}
.screener-form .cz-submit-invalid .req-val-space {
  display: inline-block !important;
}
.screener-form .btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 25px;
  margin-bottom: 30px;
  min-width: 335px;
}
.screener-form .btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.screener-form .btn.btn-yellow {
  background: #EB5D2A;
  color: #fff;
}
.screener-form .btn.btn-yellow:before {
  background: #EB5D2A;
}
.screener-form .btn.btn-purple {
  background: #B7269C;
  color: #fff;
}
.screener-form .btn.btn-purple:before {
  background: rgba(255, 255, 255, 0.2);
}
.screener-form .btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background: #B7269C;
}

input:focus:not([type=checkbox]), input:focus:not([type=radio]) {
  -webkit-box-shadow: inset 0 0 0 4px #EB5D2A;
  box-shadow: inset 0 0 0 4px #EB5D2A;
}

.input-row {
  margin-bottom: 10px;
}
.input-row p {
  padding-left: 30px;
}

.hide-input {
  display: none;
}

:root {
  --step-breadcrumb-gap: 90px;
  --col-gap: 75px;
}

.step-breadcrumb {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: calc(var(--step-breadcrumb-gap) / 2);
}
.step-breadcrumb li {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 75px;
  aspect-ratio: 1;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  line-height: 0.9;
  font-weight: 700;
  text-align: center;
  background-color: #707070;
  padding-top: 5px;
}
.step-breadcrumb li span {
  font-size: 35px;
}
.step-breadcrumb li.active {
  background-color: #EB5D2A;
}
.step-breadcrumb li + li:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(var(--step-breadcrumb-gap) + 10px);
  height: 4px;
  background-color: #707070;
  right: calc(100% - 5px);
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .step-breadcrumb {
    gap: var(--step-breadcrumb-gap);
  }
  .step-breadcrumb li {
    width: 110px;
    font-size: 35px;
  }
  .step-breadcrumb li span {
    font-size: 50px;
  }
}

.step-num-list li {
  display: flex;
  align-items: center;
  width: 100%;
  color: #EB5D2A;
}
.step-num-list li .step-num {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 75px;
  width: 75px;
  aspect-ratio: 1;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  line-height: 0.9;
  font-weight: 700;
  text-align: center;
  background-color: #EB5D2A;
  padding-top: 5px;
  margin-right: 15px;
}
.step-num-list li .step-num span {
  font-size: 35px;
}
.step-num-list li:not(:last-child) {
  margin-bottom: 35px;
}
@media (min-width: 901px) {
  .step-num-list {
    max-width: 1000px;
    padding-left: 25px;
  }
  .step-num-list li .step-num {
    flex: 0 0 110px;
    width: 110px;
    font-size: 35px;
    margin-right: 25px;
  }
  .step-num-list li .step-num span {
    font-size: 50px;
  }
}

@media (min-width: 1025px) {
  .block-med {
    max-width: 970px;
  }
}

.step-form .input-row.inline > div:not(.inline-field) {
  margin-right: 40px;
}
@media (min-width: 901px) {
  .step-form.step-form-1 {
    max-width: 700px;
  }
}
@media (min-width: 768px) {
  .step-form.step-form-2 .row.gap-75 {
    gap: 0 calc((var(--col-gap)) / 3);
  }
  .step-form.step-form-2 .row.gap-75 .col {
    flex: 0 0 calc((100% - var(--col-gap) / 3) / 2);
    max-width: calc((100% - var(--col-gap) / 3) / 2);
  }
}
@media (min-width: 1025px) {
  .step-form.step-form-2 .row.gap-75 {
    gap: 0 var(--col-gap);
  }
  .step-form.step-form-2 .row.gap-75 .col {
    flex: 0 0 calc((100% - var(--col-gap)) / 2);
    max-width: calc((100% - var(--col-gap)) / 2);
  }
}
@media (max-width: 767px) {
  .step-form.step-form-2 .row.gap-75 .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.step-form.step-form-2 .col > label, .step-form.step-form-2 [class*=col-] > label {
  color: #EB5D2A;
}
.step-form select {
  background-image: url(../images/select-arrow-orange.png);
  background-repeat: no-repeat;
  background-position: right 5px top 17px;
}
.step-form #cz_submit_form_1_field_dob {
  width: 100%;
  display: inline-block;
}
.step-form #cz_submit_form_1_field_dob select, .step-form #cz_submit_form_1_field_dob input {
  width: 15%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 6px;
}
.step-form #cz_submit_form_1_field_dob select.part_m, .step-form #cz_submit_form_1_field_dob input.part_m {
  width: 20%;
}
.step-form .control p, .step-form label, .step-form input:not([type=checkbox]):not([type=radio]), .step-form select, .step-form textarea {
  font-weight: 700;
}
.step-form .control {
  margin-bottom: 20px;
}
.step-form .control-indicator {
  border: 1px solid #707070;
}
.step-form input:not([type=checkbox]):not([type=radio]), .step-form select, .step-form textarea {
  margin-bottom: 25px;
}
.step-form .input-box > label {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .w-520 {
    max-width: 520px;
    width: 520px;
  }
}

@media (min-width: 641px) {
  .w-300 {
    width: 300px;
  }
}
@media (min-width: 641px) {
  .w-160 {
    width: 160px !important;
  }
}
@media (max-width: 640px) {
  .w-160 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  .input-row section.flex {
    gap: 0 50px;
  }
}
@media (max-width: 640px) {
  .input-row section.flex {
    flex-direction: column;
  }
}
.input-row section.flex .control {
  display: inline-flex;
}
.input-row.classic > div {
  display: flex;
  align-items: center;
}
.input-row.classic > div .control {
  margin-bottom: 0 !important;
  flex: 0 0 75px;
}
.input-row.classic > div:not(:last-child) {
  margin-bottom: 20px;
}
.input-row.classic .classic-field {
  flex-grow: 1;
  padding-left: 20px;
  margin-top: -30px;
}
.input-row.classic .classic-field input:not([type=checkbox]):not([type=radio]), .input-row.classic .classic-field select, .input-row.classic .classic-field textarea {
  margin-bottom: 0 !important;
}
.input-row.classic .classic-field ::placeholder, .input-row.classic .classic-field textarea::placeholder {
  color: #fff;
}
.input-row.classic .classic-field input:focus::placeholder, .input-row.classic .classic-field textarea:focus::placeholder {
  color: transparent;
}
@media (max-width: 767px) {
  .input-row.classic {
    margin-bottom: 25px;
  }
  .input-row.classic .classic-field {
    padding-left: 5px;
  }
}

#cz_submit_form_1_field_ext_2 .input-row, #cz_submit_form_1_field_ext_4 .input-row, #cz_submit_form_1_field_ext_5 .input-row {
  float: left;
  width: 50%;
}
#cz_submit_form_1_field_ext_2 .input-row .control-indicator, #cz_submit_form_1_field_ext_4 .input-row .control-indicator, #cz_submit_form_1_field_ext_5 .input-row .control-indicator {
  top: 22px;
}

#cz_submit_form_1_field_ext_4 .input-row, #cz_submit_form_1_field_ext_5 .input-row {
  padding-right: 30px;
}

#cz_submit_form_1_field_ext_privacy .input-row {
  display: inline-block;
  width: auto;
}
#cz_submit_form_1_field_ext_privacy .input-row .control {
  margin: 0;
}

#cz_submit_form_1_field_zip, #cz_submit_form_1_field_country, #cz_submit_form_1_field_ext_zip, #cz_submit_form_1_field_ext_locality {
  display: none;
}

.thanks-content {
  margin: 0 auto;
  padding-block: 40px;
}
@media (min-width: 901px) {
  .thanks-content {
    max-width: 900px;
    padding-block: 70px;
  }
}

.collapse-sec {
  position: relative;
}
.collapse-sec:not(:last-child) {
  margin-bottom: 35px;
}

.collapse-list {
  width: 100%;
  position: relative;
}
.collapse-list:not(:last-child) {
  margin-bottom: 35px;
}
.collapse-list .collapse-toggle-input {
  display: none;
}
.collapse-list .collapse-toggle-input:checked ~ .collapse-content {
  grid-template-rows: 1fr;
}
.collapse-list .collapse-toggle-input:checked ~ .collapse-toggle:after {
  transform: rotate(0deg);
}
.collapse-list .collapse-toggle {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  background-color: #EB5D2A;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collapse-list .collapse-toggle:before, .collapse-list .collapse-toggle:after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transition: all 0.2s;
  transform: rotate(0deg);
}
.collapse-list .collapse-toggle:after {
  transform: rotate(90deg);
}
.collapse-list .collapse-content {
  flex-grow: 1;
  margin-left: 30px;
  padding: 0;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.2s ease;
}
.collapse-list .collapse-content > div {
  overflow: hidden;
}

/*# sourceMappingURL=stylesheet.css.map */
