* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
*,
::after,
::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}


body {
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
  color: #343534;
}

main {
  display: block;
}
.hidden, [hidden] {
  display: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #E15B44;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
p, span {
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
  color: #343534;
}
strong {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 5.9rem;
}
h2 {
  font-size: 4.7rem;
}
h3 {
  font-size: 2.9rem;
}
h4 {
  font-size: 2.5rem;
}
h5 {
  font-size: 1.9rem;
}
h6 {
  font-size: 1.7rem;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
ul {
  list-style: none;
}


/* Header css */

.header_section__number__row {
  display: flex;
  justify-content: flex-end;
  grid-gap: 18px;
  align-items: center;
  margin-bottom: 10px;
}
.header_section__number__row img{
  width: 16px;
  height: 16px;
}
.header_section__number__row a{
    color: #234357;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
 transition: all 0.3s ease-in-out;
}
.header_section__number__row a:hover{
  color: #E15B44;
}
.header_section {
  background-color: transparent;
  padding: 40px 0;
  width: 100%;
  position: relative;
  z-index: 120;
}
.header_section__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_section__row .header_logo a {
  font-size: 3rem;
  color: #28435E;
}
.header_section__row .header_logo a img {
  max-width: 180px;
  max-height: 102px;
  width: auto;
}
.header_section__row .header_logo a img.sticky_logo {
  display: none;
}
.header_section__row .header_menu .menu {
  display: flex;
  align-items: center;
  grid-gap: 25px;
}
.header_section__row .header_menu .menu li {
  position: relative;
}
.header_section__row .header_menu .menu li a {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #234357;
  font-weight: 900;
  letter-spacing: 0.63px;
   transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  text-decoration: none;
}
.header_section__row .header_menu .menu li a:hover {
  color: #E15B44;
}
.header_section__row .header_menu .menu li.contact_btn a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 14px 20px;
   transition: all 0.3s ease-in-out;
  text-align: center;
  background-color: #E15B44;
  border-radius: 19px;
  /* letter-spacing: 0.63px; */
  border: 2px solid #E15B44;
  line-height: 1.2;
}
.header_section__row .header_menu .menu li.contact_btn a:hover {
  background-color: transparent;
  color: #E15B44;
}
.header_section__row .header_menu .menu li.contact_btn a:after {
  display: none;
}
.header_section__row .header_menu .menu li .sub-menu {
  position: absolute;
  top: 100%;
  background-color: #F2F5F7;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  left: 50%;
  transform: translate3d(-50%, -2rem, 0);
  pointer-events: none;
  transition: all 0.4s;
}
.header_section__row .header_menu .menu li .sub-menu li:not(:last-child) {
  margin-bottom: 8px;
}
.header_section__row .header_menu .menu li .sub-menu li a {
  padding: 0;
  white-space: nowrap;
}
.header_section__row .header_menu .menu li.menu-item-has-children:hover > a {
  color: #E15B44;
}
.header_section__row .header_menu .menu li.menu-item-has-children:hover > a:after {
  width: 100%;
  opacity: 1;
}
.header_section__row .header_menu .menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
}
.header_section__row .header_menu .menu li.current-menu-item:not(.contact_btn) a {
  color: #E15B44;
}
.header_section__row .header_menu .menu li.current-menu-item:not(.contact_btn) a:after {
  width: 100%;
  opacity: 1;
}
.header_section__row .header_menu .menu > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #E15B44;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.header_section__row .header_menu .menu > li > a:hover:after {
  width: 100%;
  opacity: 1;
}
.header_section__row .header_menu .menu > li.current-menu-parent > a {
  color: #E15B44;
}
.header_section__row .header_menu .menu > li.current-menu-parent > a:after {
  width: 100%;
  opacity: 1;
}
.header_section__row .header_menu .close_btn {
  display: none;
  max-width: 45px;
}
.header_section__row .humburger_icon {
  display: none;
}

.fixed {
  padding-top: 189px;
}
.fixed .header_section {
  top: 0;
  position: fixed;
  animation: slide-down 0.4s;
  box-shadow: 0px 0px 20px rgba(46, 46, 51, 0.15);
  padding: 20px 0;
  background-color: #fff;

}

.fixed .header_section__row .header_logo a img.sticky_logo {
  display: block;
  max-width: 65px;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1200px) {
  .header_section .container {
    max-width: 1300px;
  }
}
@media (max-width: 1199px) {
  header .container {
    width: 100%;
    padding: 0px 30px;
  }
  .header_section__row .header_logo a img {
    max-width: 143px;
  }
  .header_section__row .header_menu .menu {
    grid-gap: 12px;
  }
  .header_section__row .header_menu .menu li a{
    font-size: 1.2rem;
  }
  .header_section__number__row a{
    font-size: 1.2rem;

  }


}
@media (max-width: 991px) {
  .header_section {
    padding: 15px 0;
  }
  .header_section__row .header_menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #28435E;
    -webkit-clip-path: circle(0px at 100% 0px);
    clip-path: circle(0px at 100% 0px);
    transition: 0.5s ease all;
    z-index: 100;
    padding: 60px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header_section__row .header_menu .menu-header-menu-container {
    width: 100%;
    overflow-y: auto;
  }
  .header_section__row .header_menu .menu {
    flex-direction: column;
    text-align: center;
    grid-gap: 25px;
  }
  .header_section__row .header_menu .menu li a {
    color: white;
  }
  .header_section__row .header_menu .menu li.active > a {
    color: #E15B44;
  }
  .header_section__row .header_menu .menu li.active > a:after {
    opacity: 1;
    width: 100%;
  }
  .header_section__row .header_menu .menu li .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    position: unset;
    transform: unset;
    background-color: transparent;
    padding: 0;
    transition: unset;
  }
  .header_section__row .header_menu .menu li .sub-menu li a {
    font-size: 1.4rem;
    white-space: unset;
  }
  .header_section__row .header_menu .menu li .sub-menu li:not(:last-child) {
    margin-bottom: 0;
  }
  .header_section__row .header_menu .menu li.menu-item-has-children:hover .sub-menu {
    transform: unset;
  }
  .header_section__row .header_menu .menu > li > a:after {
    bottom: 6px;
  }
  .header_section__row .header_menu .menu > li > a {
    font-size: 2.5rem;
  }
  .header_section__row .header_menu .close_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
  }
  .header_section__row .header_menu .close_btn svg {
    width: 35px;
    height: 35px;
  }
  .header_section__row .header_menu .close_btn svg path {
    fill: white;
  }
  .header_section__row .humburger_icon {
    display: block;
    line-height: 0;
    cursor: pointer;
  }
  .header_section__row .header_logo a img {
    max-width: 140px;
  }
  .fixed {
    padding-top: 88px;
  }
  .fixed .header_section {
    padding: 10px 0;
  }
  .open_menu {
    overflow: hidden;
    touch-action: none;
  }
  .open_menu .header_section__row .header_menu {
    clip-path: circle(100%);
    -webkit-clip-path: circle(100%);
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
}
@media (max-width: 575px) {
  .header_section__row .header_menu .menu > li > a {
    font-size: 16px;
  }
}
/*End header css */

/* 404 page css */

.error_content {
  text-align: center;
  margin: 122px 0px;
}

.common_btn.site_button{
  margin-top: 30px;
}
h2.error_404{
  line-height: 1.2;
  margin-bottom: 10px;
}
h1.error_404{
  font-size: 10rem;
  color: #E15B44;
  line-height: 1.2;
}
/*End 404 page css */

.site_sub_title {
  font-family: "Roboto", sans-serif;
  color: #343534;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 34px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.site_title {
  font-family: "Roboto", sans-serif;
  color: #343534;
  font-size: 4.8rem;
  letter-spacing: 0;
  line-height: 58px;
  font-weight: 400;
}
.white_text {
  color: #FFFFFF;
}
.site_button {
  border-radius: 20px;
  background-color: #E15B44;
  color: #FFFFFF;
  padding: 15px 28px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 1.13px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #E15B44;
}
.site_button:hover {
  background-color: transparent;
  color: #E15B44;
}
.container {
  width: 100%;
  max-width: 1230px;
  padding: 0px 15px;
  margin: 0 auto;
}
.oasis_hero-section {
  padding: 20px;
  position: relative;
  z-index: 10;
  margin-top: -190px;
}
.oasis_hero-section__wrapper {
  padding: 200px 0px 88px 0px;
  background-color: #d9e9e5;
 /* background-color: rgba(103,167,150,0.25);
  */
  border-radius: 41px;
}
.oasis_hero-section__wrapper___row {
  display: grid;
  grid-template-columns: 1fr 525px;
  align-items: center;
  grid-gap: 63px;
}
.oasis_hero-section__wrapper___row--column h1 {
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 36px;
}
.oasis_hero-section__wrapper___row--column p {
  max-width: 550px;
  margin-bottom: 36px;
  font-size: 2.7rem;
  line-height: 1.3;
}
.oasis_hero-section__wrapper___row--column img {
  border-radius: 41px;
}
.systems_risk-section {
  background-color: #234357;
  padding-top: 357px;
  padding-bottom: 589px;
  margin-top: -221px;
}
.systems_risk-section .container {
  max-width: 1200px;
}
.systems_risk-section__wrapper__heading___row {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 34px;
  margin-bottom: 76px;
}
.systems_risk-section__wrapper__heading___row .site_sub_title {
  margin-bottom: 7px;
}
.systems_risk-section__wrapper___row.row-reverse {
  flex-direction: row-reverse;
}
.systems_risk-section__wrapper___row {
  display: flex;
  align-items: center;
  grid-gap: 112px;
}
.systems_risk-section__wrapper___row--column {
  max-width: 421px;
  width: 100%;
}
.systems_risk-section__wrapper___row--column.text_column {
  max-width: 100%;
  width: 100%;
}
.systems_risk-section__wrapper___row--column img {
  border-radius: 41px;
}
.systems_risk-section__wrapper___row--column.text_column * {
  color: #FFFFFF;
}
.systems_risk-section__wrapper___row--column.text_column :is(h1, h2, h3, h4, h5, h6, p) {
  margin-bottom: 40px;
}
.systems_risk-section__wrapper___row--column.text_column :is(h1, h2, h3, h4, h5, h6) {
  line-height: 1;
}
.systems_risk-section__wrapper___row--column.text_column :is(h1, h2, h3, h4, h5, h6) small {
  display: block;
  line-height: 1;
  font-style: italic;
  font-size: 1.8rem;
}

.systems_risk-section__wrapper__heading___row h2 {
  font-weight: 400;
}
.systems_risk-section__wrapper___row--column.text_column p {
  font-size: 2rem;
}
.systems_risk-section__wrapper___row--column.text_column em {
  font-size: 2.1rem;
}
.systems_risk-section__wrapper___row--column.text_column *:last-child {
  margin-bottom: 0px;
}
.systems-section__wrapper___row {
  margin-top: 71px;
  margin-bottom: 141px;
}
.systems-section__wrapper___row h4{
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.93px;
  line-height: 38px;
}
.systems-section__wrapper___row ul {
  display: grid;
  grid-gap: 50px;
  justify-content: flex-start;
  margin-top: 66px;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.systems-section__wrapper___row ul li {

  padding-top: 20px;
  border-top: 3px solid #67A796;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
}
.additional-section__wrapper___row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 46px;
  grid-gap: 20px;
  max-width: 1065px;
}
.additional-section__wrapper___row .text_column {
  max-width: 734px;
}
.additional-section__wrapper___row .text_column h3 {
  line-height: 1.5;
}
.oasis_safeguard-section {
  margin-top: -481px;
}
.oasis_safeguard-section__wrapper{
  background-color: #FFFFFF;
  padding: 123px 0px 20px 0px;
  border-radius: 41px;
  margin: 0px 65px 0px;
}
.oasis_safeguard-section__wrapper___row {
  display: grid;
  grid-template-columns: 421px 1fr;
  grid-gap: 70px;

}
.oasis_safeguard-section__wrapper___row--column_inner h2 {
  font-weight: normal;
  margin-top: 6px;
  padding-bottom: 40px;
  border-bottom: 1px solid #C2C2C2;
  margin-bottom: 51px;
}
.oasis_safeguard-section__wrapper___row--column_secound h3 {
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  color: #343534;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 1.1px;
  line-height: 34px;
}
.oasis_safeguard-section__wrapper___row--column_secound .site_button {
  margin-top: 36px;
}
.oasis_safeguard-section__wrapper___row img {
  border-radius: 41px;
}
.become_impenetrable-section {
  margin-top: 144px;
  margin-bottom: 135px;
}
.become_impenetrable-section__wrapper__title___row {
  max-width: 869px;
}
.become_impenetrable-section__wrapper__title___row h3 {
  margin-bottom: 18px;
  text-transform: uppercase;
}
.become_impenetrable-section__wrapper___row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(286px, 1fr));
  grid-gap: 40px;
  grid-row-gap: 95px;
  justify-content: space-between;
  margin-top: 121px;
}
.become_impenetrable-section__wrapper___row__column {
  max-width: 286px;
  border-top: 3px solid #67A796;
  padding-top: 18px;
}
.become_impenetrable-section__wrapper___row__column.started_button {
  border: none;
  display: flex;
  align-items: end;
}
.become_impenetrable-section__wrapper___row__column.started_button .site_button {
  padding: 15px 39px;
}
.become_impenetrable-section__wrapper___row__column h4 {
  color: #343534;
  font-size: 2.4rem;
  letter-spacing: 0.5px;
  line-height: 34px;
  margin-bottom: 20px;
}
.become_impenetrable-section__wrapper___row__column p {
  color: #343534;
  font-size: 2.4rem;
  line-height: 1.5;
}

/*---------- Footer Css Start ----------*/
.page-template-template-home .footer {
  background-color: #234357;
  padding: 310px 0 50px;
}
.footer {
  background-color: #234357;
  padding: 50px 0px;
}


.footer_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer_logo img {
  max-width: 190px;
}

.copyright__info {
  display: flex;
}

.copyright_disc p {
  font-size: 13px;
  color: #fff;
}

.footer_menu ul li a {
  font-size: 13px;
  color: #fff;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.footer_menu ul {
  align-items: flex-start;
  display: flex;
}

.footer_menu ul li {
  margin-left: 20px;
  position: relative;
  line-height: 1;
}

.footer_menu ul li::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 6px;
  width: 1px;
  height: 65%;
  background-color: #fff;
}

.footer_menu ul li a:hover {
  color: #E15B44;
}

.footer_social {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: flex-end;
}

.footer_social a:not(:last-child) {
  margin-right: 28px;
}

.footer_social a {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.footer_social a:hover {
  transform: translateY(-5px);
}

.footer_social a img{
  width: 28px;
  height: 28px;
}


/*---------- Footer Css end ----------*/

/*---------- Start Your Evaluation Css Start ----------*/

.start_your_evaluation_section {
  background-color: #D8E8E4;
  border-radius: 40px;
  margin: 0 20px -260px;
  padding: 115px 0;
  position: relative;
}

.start_your_evaluation__title {
  text-align: center;
  margin-bottom: 55px;
}

.start_your_evaluation__title h2 {
  font-weight: 500;
  color: #343534;
  font-size: 6rem;
  line-height: 1.3;
}

.start_your_evaluation__row {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-gap: 30px;
}

.start_your_evaluation__image {
  padding: 10px 0 0;
}

.start_your_evaluation__image img {
  max-width: 494px;
  border-radius: 40px;
}

.contact_info {
  margin-bottom: 44px;
}

.contact_info ul li {
  display: flex;
  align-items: center;
}

.contact_info ul li:not(:last-child) {
  margin-bottom: 10px;
}

.contact_info ul li p,
.contact_info ul li p a {
  font-weight: 400;
  font-size: 2rem;
  color: #343534;
  transition: all 0.3s ease-in-out;
 
}

.contact_info ul li p a:hover {
  color: #E15B44;
}

.contact_info ul li img {
  min-width: 20px;
  width: 20px;
  margin-right: 35px;
}

/*---------- Start Your Evaluation Css end ----------*/

/*---------- FAQ Css Start ----------*/
.faq_section {
  padding: 0 0 140px;
}

.faq__row {
  display: flex;
}

.faq__title {
  max-width: 367px;
  min-width: 367px;
}

.faq__accoridon_block {
  width: 100%;
  padding-left: 80px;
}

.faq_box {
  padding: 25px 30px;
  background-color: rgba(35, 67, 87, 0.1);
  border-radius: 8px;
}

.faq__head {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
}

.faq__head::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background-image: url(../images/plus_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;

}

.faq__head p {
  font-weight: 500;
  font-size: 2rem;
  color: #343534;
  line-height: 1.3;
}

.faq__info {
  display: none;
}

.faq__info .cm_desc {
  padding: 15px 0 0 45px;
}

.cm_desc p {
  font-size: 1.8rem;
  color: #343534;
  line-height: 1.5;
}

.faq_box.active .faq__head::before {
  transform: rotate(45deg);
}

.faq_box+.faq_box {
  margin: 20px 0 0;
}

/*---------- FAQ Css end ----------*/

/*---------- Get lasting Protection Css Start ----------*/

.get_lasting_protection_section {
  padding: 120px 100px 150px;
  border-radius: 40px;
  margin: 0 65px;
  background-color: #fff;
}

.get_lasting__row {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-gap: 30px;
  padding: 75px 0;
  align-items: center;
}

.get_lasting__ul li {
  display: flex;
}

.get_lasting__ul li+li {
  margin-top: 30px;
}

.number_list {
  min-width: 58px;
  font-size: 5.6rem;
  font-weight: 900;
  color: #96CFC0;
  display: flex;
  line-height: 1;
  justify-content: space-between;
}

.number_list span {
  display: inline-block;
  font-weight: 100;
  color: #343534;
  font-size: 5.6rem;
  line-height: 1;
}

.get_lasting__ul li .cm_desc {
  padding-left: 30px;
}

.get_lasting__ul li .cm_desc p {
  font-size: 2.4rem;
  font-weight: 500;
}

.get_lasting_port__image img {
  max-width: 376px;
  margin-left: auto;
}

.get_answered_note h4 {
  font-size: 2.8rem;
  color: #343534;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}

.get_answered_note h4 span {
  font-style: italic;
  font-size: 3rem;
  color: #67A796!important;
  font-weight: 900;
}

.get_lasting_protection_section .section_btn {
  margin-top: 50px;
}

/*---------- Get lasting Protection Css end ----------*/

.enable_editor a:not(.site_button){
  font-weight: 400;
  font-size: 2rem;
  text-decoration: underline;
 transition: all 0.3s ease-in-out;

}
.enable_editor a:hover:not(.site_button) {
  color: #E15B44;
}

.enable_editor p{
  font-weight: 400;
  font-size: 2rem;
}
.enable_editor h3{
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
.enable_editor :is(h1,h2,h3,h4,h5,h6){
  line-height: 1;
}
.enable_editor *:not(.site_button){
  color: #fff;
}
.enable_editor.black_text *:not(.site_button){
  color: #343534;
}
/*---------- Professional Protection Css Start ----------*/

.professional_protection_section {
  background: linear-gradient(180deg, #1F4D69 0%, #72A0B6 100%);
  padding: 345px 0 600px;
  margin-bottom: -525px;
}

.professional__title {
  padding: 150px 0 0;
}

.professional__title .site_title {
  display: inline-block;
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 20px;
}

.professional__row {
  display: flex;
  padding: 30px 0 0 15px;
  grid-gap: 90px;
}

.professional__row--col-8 {
  width: 60%;
}

.professional__row--col-4 {
  width: 40%;
}

.professional__content {
  padding: 45px 0 0;
}

.professional__content h3 {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.professional__content p {
  color: #ffff;
  font-weight: 400;
  font-size: 2rem;
}
.professional__content a {
  color: #ffff;
  font-weight: 400;
  font-size: 2rem;
  text-decoration: underline;

}
.professional__content a:hover {
  color: #E15B44;
}

.professional__list_info {
  background-color: rgb(103, 167, 150, 0.5);
  border-radius: 41px 0 0 41px;
  padding: 40px;
}

.professional__list_info h3 {
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
}

.professional__list_info li,
.professional__list_info li p {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.professional__list_info li {
  position: relative;
  padding-left: 45px;
}

.professional__list_info li+li {
  margin-top: 20px;
}

.professional__list_info li::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 3px;
  background-color: #67A796;
  left: 0;
  top: 18px;
}

.powerd_by_logo {
  padding: 70px 0 0;
}

.powerd_by_logo p {
  font-size: 16px;
  letter-spacing: 0.89px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.powerd_by_logo a{
  padding-right:  15px;
  display: block;
}
.powerd_by_logo img{
  max-width: 381px;
 
}
.professional__user_info {
  margin: 80px 0 0 50px;
  padding-left: 60px;
  border-left: 4px solid #67A796;
}

.professional__user_info p {
  color: #ffff;
  font-weight: 400;
  font-size: 2.2rem;
}

.professional__user__box {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.professional__user_img {
  min-width: 115px;
  width: 115px;
  margin-right: 30px;
}

.professional__user_img img {
  border-radius: 18px;
}

.professional__user_name h4 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}

.professional__user_name span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.89px;
  color: #fff;
  line-height: 1.4;
  display: inline-block;
  margin-top: 10px;
}

.professional__counter__row {
  margin-top: 80px;
  padding: 80px 0 0;
  border-top: 1px solid #C2C2C2;
  display: flex;
  justify-content: space-between;
}

.professional__counter_info {
  text-align: center;
}

.professional__counter_info h3 {
  font-size: 5.6rem;
  color: #fff;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 10px;
}

.professional__counter_info p {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/*---------- Professional Protection Css end ----------*/

/*---------- OUR PROCESS Css Start ----------*/

.our_process_section {
  background-color: #D8E8E4;
  border-radius: 40px;
  padding: 130px 0 100px;
  margin: -200px 20px -350px;
  position: relative;
}

.our_process__row {
  display: flex;
  grid-gap: 80px;
}

.our_process__row--col-left {
  min-width: 405px;
  max-width: 405px;
}

.our_process__row--col-right {
  width: 100%;
}

.our_process__content .cm_desc {
  margin-top: 25px;
}

.our_process__content .cm_desc p {
  font-weight: 400;
  font-size: 2rem;
  color: #343534;
  line-height: 1.8;
}

.our_process__image img {
  border-radius: 40px;
  margin-left: auto;
}

.en_large_btn {
  padding: 20px 0 0;
  text-align: right;
  line-height: 1;
}

.en_large_btn .en_large_trigger {
  font-size: 13px;
  color: #234357;
  font-weight: 500;
  letter-spacing: 0.81px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

.en_large_btn .en_large_trigger span {
  font-size: 13px;
  line-height: 1;
  text-decoration: underline;
  color: #234357;
}

.en_large_btn .en_large_trigger img {
  max-width: 17px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

.we_cover_it_block {
  padding: 50px 0 0;
}

.we_cover_it_block h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
}

.we_cover_list__row {
  display: flex;
  grid-gap: 30px;
}

.we_cover__col-8 {
  width: 60%;
}

.we_cover__col-4 {
  width: 40%;
}

.we_cover_list__row li {
  position: relative;
  padding-left: 60px;
}

.we_cover_list__row li,
.we_cover_list__row li p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
}

.we_cover_list__row li::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 3px;
  background-color: #67A796;
  left: 0;
  top: 16px;
}

.we_cover_list__row li+li {
  margin-top: 10px;
}

.cm_lightbox {
  background-color: rgba(35, 67, 87, 0.8);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;

}

.cm_lightbox__image {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.open_lightbox.cm_lightbox {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}


/* form css */
#gform_confirmation_message_1 {
  color: #E15B44;
}
.gform_ajax_spinner {
	display: none;
}

.gform-body :is(input, textarea){
  border: none;
  border-radius: 20px;
  background-color: #FFFFFF;
    color: #9B9B9B;
  font-size: 1.8rem!important;;
  letter-spacing: 0;
  line-height: 20px;
  padding: 19px!important;
  resize: none;
 
}
.gform-body :is(input, textarea):focus{
  outline: none;
}
.gform_wrapper.gravity-theme .gform_fields{
  grid-row-gap: 25px!important;
}
.gform_button{
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 15px 39px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background-color: #E15B44;
  border-radius: 19px;
  letter-spacing: 1.13px;
  border: 2px solid #E15B44;
  line-height: 1.6;
  position: relative;
  text-decoration: none;
 font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  cursor: pointer;
}
.gform_button:hover {
  background-color: transparent;
  color: #E15B44;
}
/* End form css */

/* New Section Css Join Our Email */

.stay_one_step_section {
  background-color: #19445f;
  padding: 100px 0px 300px;

}

.stay_one_step_section__row {
  display: grid;
  gap: 150px;
  grid-template-columns: 1fr 40%;
}
.subscribe__content{
  text-align: center;
}
.stay_one_step__content .site_sub_title {
  color: #E15B44;
 
}
.stay_one_step_section_title {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.stay_one_step__content .cm_desc {
  margin: 30px 0px;
}

.stay_one_step__content .cm_desc p {
  color: #fff;
  font-size: 2rem;
  line-height: 1.8;
}

.stay_one_step__content ul li {
  color: #fff;
  list-style: disc;
  font-size: 2rem;
  font-weight: 500;
  list-style-position: inside;
}

.stay_one_step_form .hustle-layout-form{
  padding: 0px!important;
}
.stay_one_step_form {
  padding-top: 10px;
}

.subscribe__image img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 41px;
  margin: 0 auto;
}

.subscribe__image {
  margin-bottom: 40px;
  text-align: center;
}

.subscribe__content h3 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
}

.subscribe__content .cm_desc {
  margin: 13px 0;
}

.subscribe__content .cm_desc p {
  color: #fff;
  font-size: 2rem;
}

.subscribe__content h4 {
  color: #fff;
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
}

.subscribe__content .section_btn {
  text-align: center;
  margin-top: 15px;
}


.subscribe__content .section_btn .site_button {
  background-color: transparent;
  border-color: #fff;
}

.subscribe__content .section_btn .site_button:hover {
  border-color: #E15B44;
}

.stay_one_step_form .hustle-ui.module_id_1 .hustle-form .hustle-form-fields {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 25px;
}
.stay_one_step_form .hustle-ui.module_id_1 .hustle-form .hustle-form-fields .hustle-field {
  flex: 100%;
}

.stay_one_step_form .hustle-ui.module_id_1 .hustle-form .hustle-form-fields .hustle-field.o-field-50 {
  flex: 49%;
}

.stay_one_step_form .hustle-ui.module_id_1 .hustle-form .hustle-form-fields .hustle-field.o-field-50:nth-child(1) {
  margin-right: 1%;
}

.stay_one_step_form .hustle-ui.module_id_1 .hustle-form .hustle-form-fields .hustle-field.o-field-50:nth-child(2) {
  margin-left: 1%;
}

body .hustle-ui.hustle-palette--gray_slate .hustle-form button.hustle-button-submit {
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 15px 28px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background-color: #E15B44;
  border-radius: 19px;
  letter-spacing: 1.13px;
  border: 2px solid #E15B44;
  line-height: 1.6;
  max-width: 255px;
  width: 100%;
  text-transform: uppercase;
}
.hustle-ui.hustle-palette--gray_slate .hustle-form button.hustle-button-submit:hover{
  padding: 15px 0px;
  background: transparent;
}
.hustle-ui.hustle-palette--gray_slate .hustle-form button.hustle-button-submit:hover span{
  color: #E15B44;
}

.hustle-ui.hustle-palette--gray_slate .hustle-field .hustle-input+.hustle-input-label {
  padding:0px!important;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.hustle-ui.hustle-palette--gray_slate .hustle-form button.hustle-button-submit span {
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 28px;
  font-size: 1.7rem;
}


.hustle-ui.hustle-palette--gray_slate .hustle-field .hustle-input-label span{
  color: #9B9B9B;
}

.hustle-ui.hustle-palette--gray_slate .hustle-field .hustle-input {
  border: none;
  border-radius: 20px !important;
  background-color: #FFFFFF;
  color: #000 !important;
  font-size: 1.8rem !important;
  letter-spacing: 0 !important;
  line-height: 20px !important;
  padding: 19px !important;
  resize: none;
  font-family: "Roboto", sans-serif!important;

}


.hustle-layout-form {
  display: flex;
  flex-direction: column;
}
.hustle-layout-form .hustle-form{
  order: 2;
}
.hustle-error-message{
  padding: 0!important;
  text-align: center!important;
  margin-bottom: 20px!important;
   margin-top: 0px!important;
}
.hustle-error-message p {
  color: red;
  font-size: 2rem!important;
  font-family: "Roboto", sans-serif!important;
}


.hustle-success-content{
  text-align: left;
}
.hustle-success-content p{
  color: #3bf73b;
   font-family: "Roboto", sans-serif!important;
   font-size: 1.8rem !important;
}
.hustle-success {
  padding-left: 0 !important;
  display: flex;
  align-items: center;
  grid-gap: 9px;
}
.hustle-success .hustle-icon-check {
  margin: 0px!important;
}
.hustle-success .hustle-icon-check:before{
  color: #3bf73b!important;
  font-size: 18px!important;
}

/* End New Section Css Join Our Email */
 
@media (min-width:1200px) {
  .footer .container {
      max-width: 1300px;
  }
}

@media (max-width:1199px) {
  .oasis_hero-section{
    margin-top: -175px;
  }
  .container {
    width: 90%;
}
h1 {
    font-size: 5rem;
}
.oasis_hero-section__wrapper___row {
    grid-template-columns: 1fr 1fr;
}
  .start_your_evaluation__image img {
      max-width: 450px;
  }

  .professional__row--col-4,
  .professional__row--col-8 {
      width: 50%;
  }

  .professional__row {
      grid-gap: 50px;
  }

  .our_process__row {
      grid-gap: 40px;
  }

  .get_lasting_protection_section {
      padding: 120px 0px 150px;
  }
}

@media (max-width:991px) {
  html {
      font-size: 54%;
 }
 .header_section__number__row{
  display: none;
 }
  .oasis_hero-section {
      padding: 10px;
      margin-top: -88px;
 }
 
  .oasis_hero-section__wrapper {
      padding: 130px 0px 50px;
 }
  .oasis_hero-section__wrapper___row {
      grid-template-columns: 1fr;
 }
  .oasis_hero-section__wrapper___row--column p {
      margin-bottom: 20px;
 }
  .oasis_hero-section__wrapper___row--column h1 {
      margin-bottom: 20px;
 }
  .systems_risk-section__wrapper___row {
      flex-direction: column;
      grid-gap: 50px;
 }
  .systems_risk-section__wrapper___row--column {
      max-width: 100%;
 }
  .systems_risk-section {
      padding-top: 270px;
 }
  .systems_risk-section .container {
      max-width: unset;
 }
  .systems_risk-section__wrapper___row.row-reverse {
      flex-direction: column;
 }
  .systems-section__wrapper___row {
      margin-top: 71px;
      margin-bottom: 70px;
 }
 .oasis_safeguard-section__wrapper{
  padding: 70px 0px;
  margin: 0px 15px 0px;
 }
  .oasis_safeguard-section__wrapper___row {
      grid-template-columns: 1fr;
    
 }
  .become_impenetrable-section {
      margin-top: 50px;
      margin-bottom:50px;
 }
  .additional-section__wrapper___row {
      flex-direction: column;
      align-items: flex-start;
 }



 .site_title {
  /* font-size: 3.5rem; */
  line-height: 1.5;
}

.site_sub_title {
  /* font-size: 2rem; */
  line-height: 1.5;
}

.faq__title {
  max-width: 263px;
  min-width: 263px;
}

.start_your_evaluation__image img {
  max-width: 450px;
}

.start_your_evaluation_section {
  padding: 70px 0;
}

/* .start_your_evaluation__title h2 {
  font-size: 4rem;
} */

.start_your_evaluation__title {
  margin-bottom: 40px;
}

.start_your_evaluation__image img {
  max-width: 100%;
}

.faq_section {
  padding: 0 0 70px;
}

.contact_info ul li p,
.contact_info ul li p a {
  /* font-size: 1.8rem; */
  line-height: 1.5;
}

.contact_info ul li img {
  margin-right: 15px;
}

.start_your_evaluation__image {
  padding: 0px 0 0;
}

.faq_box {
  padding: 20px 15px;
}

.faq__accoridon_block {
  padding-left: 50px;
}

.get_lasting__row {
  grid-template-columns: repeat(1, 1fr);
  padding: 50px 0;
}

.get_lasting__img_col {
  grid-column-start: 1;
  grid-row-start: 1;
}

.get_lasting_port__image img {
  margin: unset;
}

.get_lasting_protection_section {
  padding: 70px 0 100px;
}

.professional__row--col-4,
.professional__row--col-8 {
  width: 100%;
}

.professional__row {
  grid-gap: 50px;
  flex-wrap: wrap;
}

.professional__user_info {
  margin: 50px 0 0 20px;
  padding-left: 30px;
}

.professional__row--col-8,
.powerd_by_logo {
  padding-right: 15px;
}

.our_process_section {
  padding: 70px 0;
}

.professional__title {
  padding: 100px 0 0;
}

.our_process__row--col-left {
  min-width: auto;
  max-width: 100%;
}


.our_process__content .cm_desc {
  margin-top: 15px;
}

.our_process__row,
.we_cover_list__row {
  flex-wrap: wrap;
}

.we_cover__col-8,
.we_cover__col-4 {
  width: 100%;
}

.we_cover_list__row {
  grid-gap: 10px;
}

.stay_one_step_section__row {
  gap: 50px;
  grid-template-columns: 1fr;
}

.stay_one_step_section {
  padding: 70px 0px 150px;
}
.our_process_section{
  margin: -100px 20px -350px;
}
.stay_one_step_section_title{
  margin-bottom: 30px;
}
}
@media (max-width:767px) {
  .site_title {
      font-size: 3.8rem;
      line-height: 1.2;
 }
  h1 {
      font-size: 4.5rem;
 }
  .oasis_safeguard-section__wrapper___row--column_inner h2 {
      padding-bottom: 20px;
      margin-bottom: 30px;
 }
  .oasis_hero-section__wrapper___row {
      grid-gap: 35px;
 }
  .systems-section__wrapper___row {
      margin-top: 50px;
      margin-bottom: 50px;
 }
  .systems_risk-section__wrapper__heading___row {
      margin-bottom: 50px;
      padding-bottom: 15px;
 }
  .systems_risk-section__wrapper___row--column.text_column :is(h1, h2, h3, h4, h5, h6) {
      line-height: 1.2;
 }
  .systems_risk-section__wrapper___row--column.text_column :is(h1, h2, h3, h4, h5, h6) small {
      line-height: 1.4;
 }
  .additional-section__wrapper___row .text_column h3 {
      line-height: 1.4;
 }
  .systems_risk-section__wrapper___row {
      grid-gap: 35px;
 }
  .oasis_safeguard-section {
      margin-top: -200px;
 }
  .systems_risk-section {
      padding-bottom: 250px;
 }
  .oasis_safeguard-section__wrapper___row {
      grid-gap: 40px;
 }
  .become_impenetrable-section__wrapper___row {
      margin-top: 60px;
      grid-row-gap: 40px;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
 }
  .become_impenetrable-section__wrapper___row__column {
      max-width: 100%;
 }
 .oasis_safeguard-section__wrapper{
  margin: 0px 15px 0px;
  padding: 50px 0px;
 }

    /* .site_title {
        font-size: 3rem;
    } */

    .site_sub_title {
      /* font-size: 1.8rem; */
      line-height: 1.3;
  }

  .faq__row {
      flex-direction: column;
  }

  .faq__accoridon_block {
      padding: 25px 0 0;
  }

  .start_your_evaluation__row {
      grid-template-columns: repeat(1, 1fr)
  }

  .start_your_evaluation__image {
      display: flex;
      justify-content: center;
  }

  /* .start_your_evaluation__title h2 {
      font-size: 3.5rem;
  } */

  .start_your_evaluation__image img,
  .start_your_evaluation_section {
      border-radius: 20px;
  }

  .start_your_evaluation_section {
      margin: 0 15px -150px;
  }

  .faq__title {
      min-width: auto;
      /* max-width: 226px; */
  }

  .footer_row {
      flex-direction: column;
      align-items: center;
      grid-gap: 30px;
  }

  .footer_social {
      justify-content: center;
  }

  .copyright__info {
      flex-direction: column-reverse;
      align-items: center;
      grid-gap: 10px;
  }

  .footer_menu ul li:first-child:before {
      display: none;
  }

  .footer_menu ul li:first-child {
      margin-left: 0;
  }


  .page-template-template-home .footer {
    padding: 200px 0 30px;
  }
  .footer {
    padding: 30px;
}
  /* .number_list,
  .number_list span {
      font-size: 4rem;
  } */

  .number_list {
      min-width: 45px;
  }

  .get_lasting__ul li .cm_desc {
      padding-left: 20px;
  }

  /* .get_lasting__ul li .cm_desc p {
      font-size: 2rem;
  }

  .get_answered_note h4 {
      font-size: 2.3rem;
  }

  .get_answered_note h4 span {
      font-size: 2.5rem;
  } */

  .get_lasting__row {
      padding: 30px 0;
  }

  .get_lasting_protection_section .section_btn {
      margin-top: 30px;
  }

  .get_lasting_protection_section {
      padding-bottom: 70px;
      margin: 0 15px;
      border-radius: 20px;
  }

  .get_lasting__ul li+li {
      margin-top: 20px;
  }

  .professional__list_info h3 {
      /* font-size: 2.5rem; */
      margin-bottom: 25px;
  }

  /* .professional__content h3 {
      font-size: 2.5rem;
  } */

  .professional__list_info {
      border-radius: 20px 0 0 20px;
      padding: 30px 20px;
  }

  .professional__list_info li+li {
      margin-top: 10px;
  }

  .powerd_by_logo {
      padding: 40px 15px 0 0;
      text-align: center;
  }
  .powerd_by_logo a{
    padding-right: 0;
  display: inline-block;
  }

  .professional__counter__row {
      margin-top: 50px;
      padding: 50px 0 0;
  }

  .professional__counter__row {
      grid-template-columns: repeat(2, 1fr);
      display: grid;
      grid-gap: 30px;
  }

  /* .professional__content p,
  .professional__user_info p,
  .professional__list_info li,
  .professional__list_info li p {
      font-size: 1.8rem;
  } */

  .professional__user_img img {
      border-radius: 10px;
  }

  .professional__user_img {
      min-width: 80px;
      width: 80px;
      margin-right: 20px;
  }

  /* .professional__user_name h4 {
      font-size: 2rem;
  } */

  .professional__user_name span,
  .professional__counter_info p {
      font-size: 14px;
  }

  /* .professional__counter_info h3 {
      font-size: 4.5rem;
  } */

  .our_process__image img,
  .our_process_section {
      border-radius: 20px;
  }

  .we_cover_list__row li {
      padding-left: 40px;
  }
  .start_your_evaluation__title h2{
    font-size: 4.8rem;
  }

  .stay_one_step_form .hustle-ui.module_id_1 .hustle-form .hustle-form-fields .hustle-field.o-field-50 {
    flex: 100%;
}
.stay_one_step_form .hustle-ui.module_id_1 .hustle-form .hustle-form-fields .hustle-field.o-field-50:nth-child(1),
.stay_one_step_form .hustle-ui.module_id_1 .hustle-form .hustle-form-fields .hustle-field.o-field-50:nth-child(2) {
   margin: 0%!important;
}
.stay_one_step_form .hustle-ui.module_id_1 .hustle-form .hustle-form-fields {
    gap: 20px;
}

}

@media (max-width: 640px) {
  .gform_wrapper.gravity-theme .ginput_complex span {
    margin-bottom: 0!important;
  }
  .gform_wrapper.gravity-theme .ginput_complex span.name_first{
    margin-bottom: 25px!important;;
  }

  .gform_button{
    width: 100%;
  }
}

@media (max-width:575px) {


  .get_lasting_port__image img {
      max-width: 100%;
      max-width: 200px;
  }
  .powerd_by_logo img {
    max-width: 220px;
  }

  .professional__row {
      padding: 0;
  }
  .error_content {
    margin: 40px 0px;
  }
  .professional__content{
    margin: 0px 15px;
  }
  .systems_risk-section__wrapper___row--column.text_column :is(h1, h2, h3, h4, h5, h6, p){
    margin-bottom: 25px;
  }

    .stay_one_step__content .cm_desc p,
    .subscribe__content .cm_desc p {
        font-size: 2rem;
    }
  
    .stay_one_step__content ul li {
        font-size: 1.8rem;
    }
  
    .subscribe__content h3 {
        font-size: 2.3rem;
    }
  
}