#section-2-136 > .ct-section-inner-wrap {
  padding-top: 70px;
  padding-bottom: 110px;
  align-items: center;
}
#section-2-136 {
  background-image: url(../img/uploads/2023/10/Group-1000004086.png);
  background-size: auto auto;
  background-repeat: no-repeat;
  text-align: left;
  background-position: 100% 0px;
}
#section-138-136 > .ct-section-inner-wrap {
  padding-top: 34px;
  padding-bottom: 33px;
  align-items: center;
}
#section-138-136 {
  background-image: url(../img/uploads/2023/10/Frame-1261152772.png);
  text-align: left;
}
#div_block-4-136 {
  width: 100%;
  text-align: left;
  align-items: center;
}
#div_block-5-136 {
  text-align: left;
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 10px;
}
#div_block-6-136 {
  width: 40px;
  min-height: 1px;
  height: 1px;
  background-color: #BE1E2D;
  min-width: 40px;
}
#div_block-34-136 {
  width: 100%;
  max-width: 1200px;
  margin-top: 80px;
}
.oxy-dynamic-list :is([data-id="div_block-36-136"], #incspec) {
  background-color: #ffffff;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
#div_block-139-136 {
  width: 100%;
  max-width: 781px;
  text-align: left;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1240px) {
  #div_block-4-136 {
    max-width: 924px;
  }
}
@media (max-width: 1240px) {
  #div_block-34-136 {
    max-width: 924px;
  }
}
@media (max-width: 767px) {
  .oxy-dynamic-list :is([data-id="div_block-36-136"], #incspec) {
    text-align: left;
    align-items: flex-start;
  }
}
#headline-140-136 {
  text-align: center;
}
@media (max-width: 1024px) {
  #headline-140-136 {
    display: block;
  }
}
#text_block-7-136 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.95px;
  color: #BE1E2D;
}
#text_block-12-136 {
  margin-top: 10px;
  text-align: center;
}
.oxy-dynamic-list :is([data-id="text_block-58-136"], #incspec) {
  font-size: 18px;
  usecustomtag: true;
  display: block;
}
.oxy-dynamic-list :is([data-id="text_block-98-136"], #incspec) {
  margin-top: 18px;
  usecustomtag: true;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .oxy-dynamic-list :is([data-id="text_block-58-136"], #incspec) {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .oxy-dynamic-list :is([data-id="text_block-98-136"], #incspec) {
    text-align: left;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  #span-25-136 {
    display: inline;
  }
}
#link_button-144-136 {
}
#link_button-144-136 {
  padding-left: 81px;
  padding-right: 81px;
}
#span-9-136 {
  color: #BE1E2D;
}
#span-10-136 {
  color: #BE1E2D;
}
#span-11-136 {
  color: #BE1E2D;
}
@media (max-width: 1024px) {
  #span-31-136 {
    display: inline;
  }
}
@media (max-width: 1024px) {
  #span-141-136 {
    display: inline;
  }
}
#_dynamic_list-35-136 {
  flex-direction: column;
  display: flex;
  gap: 17px;
}
#_dynamic_list-35-136 .oxy-repeater-pages {
  font-size: 12px;
}



header {
  /* padding: 1rem 0; */
}



.modal-header button {
background: transparent;
border: none;
font-size: 2rem;
position: absolute;
top: 0.469rem;
right: 0.469rem;
}
.modal-header button:focus {
outline: none;
}
.smmStepsForm .form-outer {
width: 100%;
overflow: hidden;
}
.smmStepsForm .form-outer .userInfo {
text-align: center;
}
.smmStepsForm .form-outer .userInfo picture {
height: 5.625rem;
width: 5.625rem;
display: inline-block;
}
.smmStepsForm .form-outer .userInfo h6 {
font-size: 0.7rem;
margin: 0.5rem;
}
.smmStepsForm .form-outer form {
  display: flex;
  width: calc(100% * 4);
}
.smmStepsForm .form-outer form .page {
width: calc(100% / 4);
transition: margin-left 0.3s ease-in-out;
margin: 1rem 0;
position: relative;
}
.smmStepsForm .form-outer form .page .prev {position: absolute;top: -60px;left: 10px;background: transparent;border: none;color: black;z-index: 11;cursor: pointer;}
.smmStepsForm .form-outer form .page .prev:focus {
outline: none;
}
.smmStepsForm .form-outer form .page .title {
text-align: center;
font-size: 1rem;
font-weight: 600;
padding: 0.8rem 0;
background: #eee;
border-radius: 0.938rem;
position: relative;
}
.smmStepsForm .form-outer form .page .title:after {
content: '';
position: absolute;
height: 0px;
width: 0px;
border-top: 15px solid #eee;
bottom: -30px;
border-bottom: 15px solid transparent;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
left: 50%;
transform: translateX(-50%);
}
.smmStepsForm .form-outer form .page .fieldSet {
margin: 1.5rem 0 0;
}
.smmStepsForm .form-outer form .page .field {margin: 0.5rem 0;align-items: center;text-align: center;background: #be1e2d;border-radius: 0.703rem;cursor: pointer;position: relative;}
.smmStepsForm .form-outer form .page .field label {font-size: 0.8rem;width: 100%;cursor: pointer;padding: 0.8rem;color: white;}
.smmStepsForm .form-outer form .page .field label input[type="radio"] {
position: absolute;
height: 0;
width: 0;
}
.smmStepsForm .form-outer form .page .field button {
width: 100%;
height: calc(100% + 5px);
border: none;
background: black;
margin-top: -0.938rem;
border-radius: 5px;
color: #fff;
cursor: pointer;
font-size: 0.844rem;
font-weight: 500;
letter-spacing: 0.047rem;
text-transform: uppercase;
transition: 0.5s ease;
}
.smmStepsForm .form-outer form .page .field button:hover {
background: #000;
}
.smmStepsForm .form-outer form .page .field button:focus {
outline: none;
}
.smmStepsForm .form-outer form .page .field.btns {
justify-content: space-between;
margin-bottom: 0;
height: 2rem;
width: 95%;
margin: auto;
}
.smmStepsForm .form-outer form .page .field.firstBtn {
justify-content: end;
margin-bottom: 0;
height: 2rem;
width: 95%;
margin: auto;
}
.smmStepsForm .form-outer form .page .field.selected {
background: #000333;
}
.smmStepsForm .form-outer form .page .field.selected label {
color: white;
}
.smmStepsForm .form-outer form .page.lastPage .field {
height: unset;
margin: 1.5rem 0;
background: transparent;
padding: 0;
position: relative;
}
.smmStepsForm .form-outer form .page.lastPage .field input {
width: 100%;
font-size: 0.8rem;
height: 2.813rem;
padding-left: 1rem;
border: 0.047rem solid #e6e7ec;
}
.smmStepsForm .form-outer form .page.lastPage .field input.error {
border-color: red;
}
.smmStepsForm .form-outer form .page.lastPage .field input::placeholder {
font-size: 0.8rem;
}
.smmStepsForm .form-outer form .page.lastPage .field label.error {
position: absolute;
bottom: -1.5rem;
font-size: 0.6rem;
left: -0.469rem;
color: red;
text-align: left;
}
.smmStepsForm .form-outer form .page.lastPage .field.btns {
height: 2rem;
margin: 2.5rem auto;
}
.smmStepsForm .progressBar {
display: flex;
position: absolute;
top: 0;
width: 100%;
left: 0;
user-select: none;
}
.smmStepsForm .progressBar .step {
text-align: center;
width: 100%;
position: relative;
height: 0.141rem;
}
.smmStepsForm .progressBar .step.active {
background: red;
}
.smmStepsForm .form-outer form .page .prev i {
  color: black;
  font-size: 20px;
}
.smmStepsForm .form-outer form .page {
  width: 25%;
  transition: margin-left 0.3s ease-in-out;
  margin: 1rem 0;
  position: relative;
}



#div_block-62-108 {
    width: 100%;
    text-align: left;
    align-items: center;
}
#div_block-65-108 {
    min-height: 4px;
    height: 4px;
    width: 87px;
    min-width: 87px;
    margin-top: 30px;
    display: flex;
    text-align: left;
    background-color: #f0175e;
}

#div_block-67-108 {
    width: 100%;
    display: flex;
    margin-top: 36px;
    max-width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
}

#div_block-68-108 {
    width: 790px;
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 23px;
    padding-right: 23px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(0, 0, 0, 0.08);
    border-right-color: rgba(0, 0, 0, 0.08);
    border-bottom-color: rgba(0, 0, 0, 0.08);
    border-left-color: rgba(0, 0, 0, 0.08);
    margin-right: 3px;
}

#div_block-81-108 {
    padding-bottom: 8px;
    border-bottom-width: 2;
    border-bottom-style: solid;
    border-bottom-color: #fdd3e1;
    width: 100%;
    text-align: left;
    flex-direction: row;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 18px;
    gap: 7px;
    margin-bottom: 23px;
}

#div_block-211-108 {
    text-align: left;
    flex-direction: row;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
}