@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #DDDDDD;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #DDDDDD;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
}
h1, h2, h3, h4, h5 {
  line-height: 1.2;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  box-sizing: border-box;
}
*:focus, *:hover {
  outline: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

.w_100 {
  width: 100%;
}

.h_100 {
  height: 100%;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.m_0 {
  margin: 0 !important;
}

.p_0 {
  padding: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.border_0 {
  border: 0 !important;
}

.textCenter {
  text-align: center !important;
}

.textLeft {
  text-align: left !important;
}

.textRight {
  text-align: right !important;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

img {
  max-width: 100%;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: 0;
  outline: 0;
  background: 0 0;
  padding: 0;
}

.container {
  max-width: 100%;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 639px) {
  .container {
    max-width: 100%;
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1288px;
  }
}

.title {
  font-weight: 700;
}
.title--h1 {
  font-size: 1.375rem;
}
@media screen and (min-width: 639px) {
  .title--h1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .title--h1 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .title--h1 {
    font-size: 3rem;
  }
}
.title--h2 {
  font-size: 1.375rem;
}
@media screen and (min-width: 639px) {
  .title--h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .title--h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .title--h2 {
    font-size: 2.5rem;
  }
}
.title--h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .title--h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .title--h3 {
    font-size: 2rem;
  }
}
.title--h4 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .title--h4 {
    font-size: 1.5rem;
  }
}
.title--h5 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .title--h5 {
    font-size: 1.25rem;
  }
}
.title--h6 {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .title--h6 {
    font-size: 1.125rem;
  }
}

.form__group {
  position: relative;
  margin-bottom: 1rem;
}
.form__group__otp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.form__group__otp .form__input {
  background: #E5E7EB;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  width: 42px;
  height: 42px;
  border-color: #E5E7EB;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .form__group__otp .form__input {
    font-size: 2.25rem;
    width: 65px;
    height: 65px;
  }
}
.form__group__otp .form__input--error {
  background: #ffffff;
  border-color: #000000;
}
.form__group .para {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
}
.form__group .para--right {
  text-align: right;
}
.form__group .para--center {
  text-align: center;
}
.form__group .para .link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #418EC6;
}
.form__group .para .link--underline {
  text-decoration: underline;
}
.form__group .btn {
  margin-top: 0.938rem;
}
@media screen and (min-width: 639px) {
  .form__group .btn {
    margin-top: 1.25rem;
  }
}
.form__group__passwordField {
  position: relative;
}
.form__group__passwordField .form__input {
  padding-right: 3rem;
}
.form__group__passwordField .btn {
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 1rem;
  border: none;
  margin: 0;
  min-height: 1px;
  cursor: pointer;
}
.form__group__passwordField .btn:hover svg path {
  stroke: #000000;
  transition: all 0.3s ease;
}
.form__group__uploadfile {
  position: relative;
}
.form__group__uploadfile .form__input {
  padding-right: 3rem;
}
.form__group__uploadfile .btnUpload {
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 1rem;
  border: none;
  margin: 0;
  min-height: 1px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.form__group__uploadfile .btnUpload:hover {
  opacity: 0.5;
}
.form__group__field {
  position: relative;
}
.form__group__field .form__input {
  padding-right: 3rem;
}
.form__group__field .icon {
  display: flex;
  align-items: center;
  position: absolute;
  flex: 0 0 18px;
  width: 18px;
  transform: translate(0, -50%);
  top: 50%;
  right: 1rem;
}
.form__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.45rem;
}
.form__input {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  width: 100%;
  height: 44px;
  border: 1px solid #DDDDDD;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
}
.form__input::-webkit-input-placeholder {
  color: #666666;
}
.form__input::-moz-placeholder {
  color: #666666;
}
.form__input:-ms-input-placeholder {
  color: #666666;
}
.form__input:-moz-placeholder {
  color: #666666;
}
.form__input:hover {
  border-color: #0000005e;
}
.form__input:focus,
.form__input:active {
  border-color: #000000;
}
.form__input--error {
  border-color: #000000;
}
.form__error {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: #FF5A3A;
  gap: 8px;
  margin-top: 0.375rem;
}
.form__error:empty {
  display: none;
}
.form__error--center {
  justify-content: center;
}

.siteHeader {
  display: block;
  background: #ffffff;
  padding: 0.625rem 1.25rem;
  width: 100%;
  height: 52px;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (min-width: 639px) {
  .siteHeader {
    height: 100px;
  }
}
.siteHeader .branding {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 105px;
  max-width: 105px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 639px) {
  .siteHeader .branding {
    flex: 0 0 170px;
    max-width: 170px;
  }
}
.siteHeader .branding__link {
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.siteHeader .branding__link:hover {
  opacity: 0.6;
}
.siteHeader .branding__link__img {
  max-width: 100%;
  height: auto;
}
.siteFooter {
  position: relative;
}
.siteFooter__top {
  padding: 12rem 0 2rem;
}

.siteFooter__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -0.938rem;
}
.siteFooter__row__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 0.938rem;
  gap: 0.625rem;
}
.siteFooter__row__col .footerBranding {
  max-width: 180px;
}
.siteFooter__row__col .footerBranding__link {
  display: block;
  transition: all 0.5s ease-in-out;
}
.siteFooter__row__col .footerBranding__link:hover {
  opacity: 0.6;
}
.siteFooter__row__col .footerBranding__img {
  display: block;
}
.siteFooter__row__col .nav__item {
  display: block;
  margin-bottom: 0.125rem;
  text-align: center;
}
.siteFooter__row__col .nav__item:last-child {
  margin-bottom: 0;
}
.siteFooter__row__col .nav__link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  padding: 0.313rem 0;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.1;
  transition: all 0.5s ease-in-out;
}
.siteFooter__row__col .nav__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  background: #000000;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.siteFooter__row__col .nav__link:hover::after {
  width: 100%;
  opacity: 1;
}
.siteFooter__bottom {
  padding: 1rem 0;
  border-top: 1px solid #DDDDDD;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .siteFooter__bottom {
    padding: 1.5rem 0;
  }
}
.siteFooter__bottom .flexRow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
  gap: 8px;
}
@media screen and (min-width: 639px) {
  .siteFooter__bottom .flexRow {
    flex-direction: row-reverse;
  }
}
.siteFooter__bottom .flexRow .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.siteFooter__bottom .flexRow .links li {
  padding: 0 8px;
  position: relative;
}
.siteFooter__bottom .flexRow .links li::after {
  content: "";
  background: #000000;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  top: 50%;
  margin-top: -1px;
  border-radius: 4rem;
}
.siteFooter__bottom .flexRow .links li a {
  display: block;
  text-decoration: none;
  font-size: 0.875rem;
  color: #000000;
  line-height: 15px;
  transition: all 0.5s ease-in-out;
}
.siteFooter__bottom .flexRow .links li a:hover {
  opacity: 0.6;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.875rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 14px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.375rem;
  gap: 8px;
  white-space: nowrap;
  min-height: 42px;
}
.btn:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.btn:hover svg path {
  stroke: #ffffff;
  transition: all 0.3s ease;
}
.btn svg path {
  transition: all 0.3s ease;
}
.btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.btn__white {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}
.btn__white:hover {
  border-color: #418EC6;
  background-color: #418EC6;
  color: #ffffff !important;
}
.btn__white:hover svg path {
  fill: #ffffff;
  transition: all 0.3s ease;
}
.btn__primary {
  background-color: #418EC6;
  color: #ffffff;
  border-color: #418EC6;
}
.btn__group {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 639px) {
  .btn__group .btn {
    width: 100%;
  }
}
.btn__group--end {
  justify-content: flex-end;
}
.btn__group--directionColumn {
  flex-direction: column;
}
.btn__group--spacebetween {
  justify-content: space-between;
}
.btn--rounded {
  border-radius: 50px;
}
.btn--full {
  width: 100%;
}
.backButton {
  background: #000;
  padding: 0;
  position: absolute;
  right: 1.25rem;
  bottom: 3.5rem;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  min-height: 1px;
  z-index: 1;
}
.backButton:hover svg path {
  fill: none;
}
@media screen and (min-width: 768px) {
  .backButton {
    bottom: 2.15rem;
  }
}
@media screen and (min-width: 1200px) {
  .backButton {
    right: 1.5rem;
    bottom: 2.5rem;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
  }
}
.siteBanner {
  background: #E9F1FA;
  padding: 1.875rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .siteBanner {
    background: transparent;
    padding: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .siteBanner {
    padding: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .siteBanner {
    padding: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .siteBanner::after {
    content: "";
    background: #E9F1FA;
    position: absolute;
    width: 600px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
}
.siteBanner__flexBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .siteBanner__flexBox {
    flex-direction: row-reverse;
    gap: 0;
  }
}
.siteBanner__content {
  background: rgba(233, 241, 250, 0.8);
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 12px;
  max-width: 100%;
  backdrop-filter: blur(2px);
  border-radius: 1.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .siteBanner__content {
    padding: 2rem;
    position: absolute;
    left: 0;
    gap: 16px;
    max-width: 600px;
  }
  .siteBanner__content::after {
    content: "";
    background: url(../img/dotted.svg) no-repeat center center;
    background-size: 100%;
    position: absolute;
    width: 55px;
    height: 60px;
    left: 64px;
    top: -56px;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .siteBanner__content::after {
    width: 78px;
    height: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .siteBanner__content {
    padding: 3rem;
    gap: 20px;
    max-width: 830px;
  }
}
@media screen and (min-width: 1400px) {
  .siteBanner__content {
    padding: 4rem;
  }
}
.siteBanner__content .title {
  line-height: normal;
}
.siteBanner__content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (min-width: 1200px) {
  .siteBanner__content p {
    font-size: 1.25rem;
  }
}
.siteBanner__picture {
  display: flex;
  width: 100%;
  flex: 0 0 100%;
  height: 160px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .siteBanner__picture {
    width: 80%;
    flex: 0 0 80%;
    height: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .siteBanner__picture {
    width: 80%;
    flex: 0 0 80%;
    height: 500px;
  }
}
@media screen and (min-width: 1400px) {
  .siteBanner__picture {
    height: 700px;
  }
}
.siteBanner__picture::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  left: -10px;
  top: -10px;
  border: 2px solid #418EC6;
  border-radius: 0.5rem;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .siteBanner__picture::after {
    width: 275px;
    height: 305px;
    left: -24px;
    top: -24px;
    border: 4px solid #418EC6;
    border-radius: 1.25rem;
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  .siteBanner__picture::before {
    content: "";
    background: url(../img/subtract-icon.svg) no-repeat center center;
    position: absolute;
    width: 260px;
    height: 260px;
    left: -240px;
    bottom: -105px;
    border-radius: 3rem;
    z-index: -1;
  }
}
.siteBanner__picture img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
}
@media screen and (max-width: 992px) {
  .siteBanner__picture img {
    position: relative;
    z-index: 1;
  }
}

.commonSec {
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .commonSec {
    padding: 3.75rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .commonSec {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .commonSec {
    padding: 6.25rem 0;
  }
}
.commonSec--bgLightBlue {
  background: #E9F1FA;
}
@media screen and (min-width: 768px) {
  .commonSec--benefitBg {
    background: url(../img/benefit-bg.jpg) no-repeat left center;
  }
}
.commonSec .flexBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .commonSec .flexBox {
    flex-direction: row;
    gap: 64px;
  }
}
.commonSec .flexBox__content {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .commonSec .flexBox__content {
    gap: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .commonSec .flexBox__content {
    gap: 32px;
  }
}
.commonSec .flexBox__content .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .commonSec .flexBox__content .list {
    gap: 14px;
  }
}
.commonSec .flexBox__content .list li {
  position: relative;
  padding-left: 2.5rem;
  background: url(../img/check-circle-icon.svg) no-repeat left top;
  min-height: 25px;
}
.commonSec .flexBox__picture {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .commonSec .flexBox__picture {
    flex: 0 0 405px;
    width: 405px;
  }
}
.commonSec .flexBox__picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.commonSec .keyFeature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;

  .commonSec .keyFeature .textCenter{
    text-align: left !important;
    @media (min-width: 640px) {
      text-align: center !important;
    }
  }
}
@media screen and (min-width: 1200px) {
  .commonSec .keyFeature {
    gap: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .commonSec .keyFeature {
    gap: 32px;
  }
}
.commonSec .cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -0.5px;
  row-gap: 20px;
}
@media screen and (min-width: 1200px) {
  .commonSec .cards {
    row-gap: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .commonSec .cards {
    row-gap: 32px;
  }
}
.commonSec .cards__item {
  width: 100%;
  padding: 0 0.5rem;
}
@media screen and (min-width: 639px) {
  .commonSec .cards__item {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .commonSec .cards__item {
    width: 33.3333333333%;
  }
}
.commonSec .cards .card {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 1.25rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .commonSec .cards .card {
    padding: 2rem;
    gap: 16px;
  }
}
.commonSec .cards .card .icon {
  display: block;
  width: 48px;
  height: 48px;
}
.commonSec .cards .card .icon svg {
  width: 48px;
  height: 48px;
}
.commonSec .cards .card .title {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .commonSec .cards .card .title {
    font-size: 1.125rem;
  }
}
.commonSec .benifitContent {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .commonSec .benifitContent {
    padding-left: 12.813rem;
  }
}
@media screen and (min-width: 1200px) {
  .commonSec .benifitContent {
    padding-left: 25.313rem;
  }
}
.commonSec .newsletterForm {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem;
  max-width: 700px;
  position: relative;
  margin: 0 auto -200px;
  gap: 12px;
  z-index: 1;
  border-radius: 0.75rem;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0588235294);
}
@media screen and (min-width: 768px) {
  .commonSec .newsletterForm {
    padding: 1.5rem;
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .commonSec .newsletterForm {
    padding: 2.25rem;
    gap: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .commonSec .newsletterForm {
    padding: 3rem;
  }
}
.commonSec .newsletterForm p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}
.commonSec .newsletterForm p.form__error {
  font-size: .875rem;
  line-height: 1.1;
}
@media screen and (min-width: 1200px) {
  .commonSec .newsletterForm p {
    font-size: 1.25rem;
    line-height: 32px;
  }
}
.commonSec .newsletterForm .form__group {
  margin-bottom: 1.25rem;
}
.form__input.error {
  border-color: #FF5A3A;
}
.form__input.valid {
  border-color: green;
}
@media screen and (min-width: 768px) {
  .commonSec .newsletterForm .form__group {
    margin-bottom: 1.5rem;
  }
}
.commonSec .newsletterForm .form__input {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  height: 48px;
}
@media screen and (min-width: 1200px) {
  .commonSec .newsletterForm .form__input {
    padding: 0.5rem 1.25rem;
    font-size: 1.25rem;
    height: 66px;
  }
}
.commonSec .newsletterForm .form .btn__group .btn {
  font-size: 1.125rem;
  min-width: 168px;
  width: 100%;
  min-height: 50px;
}
@media screen and (min-width: 1200px) {
  .commonSec .newsletterForm .form .btn__group .btn {
    font-size: 1.25rem;
    min-height: 60px;
    width: auto;
  }
}

.skip-link{
  display: none;
}
.screen-reader-text{
  display: none;
}
div.wpforms-container-full, div.wpforms-container-full *{
  width: 100% !important;
}

.newsletterForm #wpforms-37{
  width: 100%;
  margin: 0 auto !important;
}

#wpforms-37{
  fieldset{
    margin-bottom: 20px;
  }
  .wpforms-field-label{
    font-size: 14px;
    font-weight: 600;
  }
  .wpforms-field-row{
    display: flex;
    flex-flow: column;
    gap: 10px;
  }
  .wpforms-field-sublabel{
    display: none;
  }
  .wpforms-field{
    display: flex;
    flex-flow: column;
  }
  input{
    padding: 20px 12px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    width: 100%;
    height: 44px;
    border: 1px solid #DDDDDD;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
    &:focus{
      border-color: #000;
    }
  }
  input.wpforms-error{
    border-color: red;
    &:focus{
      border-color: red;
    }
  }
  .wpforms-error{
    border-color: red;
    font-size: 14px;
  }
  .wpforms-required-label{
    color: red;
  }
  .btn__primary{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.875rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 14px;
    width: -moz-fit-content;
    width: fit-content;
    transition: all 0.3s ease;
    border-width: 1px;
    border-style: solid;
    border-radius: 0.375rem;
    gap: 8px;
    white-space: nowrap;
    min-height: 42px;
    cursor: pointer;
    color: #ffffff;
    background-color: #418EC6;
    border-color: #418EC6;
    margin-top: 20px !important;
    &:hover{
      background-color: #1c5e8e;
      border-color: #1c5e8e;
    }
  }
}