/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



/*
=======================================
=======================================
Fonts
=======================================
=======================================
*/


@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-bold-webfont.eot');
  src: url('fonts/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/poppins-bold-webfont.woff2') format('woff2'),
       url('fonts/poppins-bold-webfont.woff') format('woff'),
       url('fonts/poppins-bold-webfont.ttf') format('truetype'),
       url('fonts/poppins-bold-webfont.svg#poppinsbold') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-extrabold-webfont.eot');
  src: url('fonts/poppins-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/poppins-extrabold-webfont.woff2') format('woff2'),
       url('fonts/poppins-extrabold-webfont.woff') format('woff'),
       url('fonts/poppins-extrabold-webfont.ttf') format('truetype'),
       url('fonts/poppins-extrabold-webfont.svg#poppinsextrabold') format('svg');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-regular-webfont.eot');
  src: url('fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/poppins-regular-webfont.woff2') format('woff2'),
       url('fonts/poppins-regular-webfont.woff') format('woff'),
       url('fonts/poppins-regular-webfont.ttf') format('truetype'),
       url('fonts/poppins-regular-webfont.svg#poppinsregular') format('svg');
  font-weight: 400;
  font-style: normal;
}

/* END Fonts */


/*
=======================================
=======================================
Icons
=======================================
=======================================
*/
@font-face {
  font-family: 'professur';
  src:  url('fonts/icons/professur.eot?5j64c6');
  src:  url('fonts/icons/professur.eot?5j64c6#iefix') format('embedded-opentype'),
        url('fonts/icons/professur.ttf?5j64c6') format('truetype'),
        url('fonts/icons/professur.woff?5j64c6') format('woff'),
        url('fonts/icons/professur.svg?5j64c6#professur') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="wa-icon-"], [class*=" wa-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'professur' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wa-icon-down-arrow:before {
  content: "\e900";
}
.wa-icon-email:before {
  content: "\e901";
}
.wa-icon-facebook:before {
  content: "\e902";
}
.wa-icon-instagram:before {
  content: "\e906";
}
.wa-icon-telephone:before {
  content: "\e907";
}
.wa-icon-twitter:before {
  content: "\e908";
}



/* END Icons */


/*
=======================================
=======================================
Global settings
=======================================
=======================================
*/

:root {
  --light-blue: #5e6282;
  --dark-blue: #181e4b;
  --turquoise: #32c4c0;
}

body {
  font-family: 'Poppins';
  color: var(--light-blue);
}

h1, 
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-blue);
}

.wa-dark-blue {
  color: var(--dark-blue);
}

.wa-turquoise {
  color: var(--turquoise);
}

.wa-link {
  color: var(--light-blue) !important;
}

.wa-link:hover {
  color: var(--turquoise) !important; 
}

.wa-text-underline {
  text-decoration: underline;
}


/* END Global settings */





/*
=======================================
=======================================
Header
=======================================
=======================================
*/

#site-logo #site-logo-inner a img {
  max-width: 261px;
  height: 101px;
}

body #site-navigation-wrap .dropdown-menu > li > a, 
.oceanwp-mobile-menu-icon a {
  line-height: 1.56;
  letter-spacing: 0.64px;
  font-size: 1.6rem;
}

#site-navigation-wrap {
  margin-top: 45px;
}

#outer-wrap {
  background-image: url(/wp-content/uploads/2022/02/hero-bg-shape.svg);
  background-repeat: no-repeat;
  background-position: top center;
}

@media all and (min-width: 1921px) {
  #outer-wrap {
    background-size: contain;
  }
} /* End 1921 */

#top-bar-content {
  float: none;
  text-align: right;
  position: relative;
  top: 80px;
  right: 0; 
  line-height: 1.64;
  letter-spacing: 0.56px;
  color: #5e6282;
  font-size: 1.4rem;
}

#top-bar-wrap,
#site-header {
  background-color: transparent !important;
}

.effect-two #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
  background-image: url(/wp-content/uploads/2022/02/underline-decore.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  margin-left: 20px;
  bottom: -65%;
}

.dropdown-menu ul li a.menu-link {
  font-size: 1.6rem;
}

.dropdown-menu ul li a.menu-link:hover {
  background-color: #fff;
  color: var(--turquoise);
}

.wa-top-bar {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.wa-translation-footer {
  text-align: right;
  font-size: 1.4rem;
}

.wa-translation-footer img,
.wa-top-bar img {
  width: 15px;
  margin-right: 13px;
}

.wa-footer-last-col .fl-module:last-of-type {
  margin-top: auto;
  margin-bottom: 30px;
}

.wa-footer-contact p {
  margin-bottom: 0;
}


/* Sticky header */
.wa-sticky-header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
  transition: all .4s ease-in-out;
}

#site-header-inner {
  transition: all .4s ease-in-out;
}

.wa-sticky-header #site-header-inner {
  padding: 0;
  transition: all .4s ease-in-out;
}

.wa-sticky-header #site-header-inner {
  padding-top: 0;
}

.wa-sticky-header#site-header {
  background-color: #fff !important;
  top: 0;
}

.wa-top-bar #google_language_translator {
  display: none;
}

.wa-top-bar #flags {
  width: auto;
}


/* END Header */


/*
=======================================
=======================================
Home page
=======================================
=======================================
*/

.wa-undeline-decore {
  background-image: url(/wp-content/uploads/2022/02/underline-decore.svg);
  background-repeat: no-repeat;
  background-position: 0 84%;
  padding: 0 30px;
  margin-left: -25px;
}

.fl-builder-content .wa-btn a.fl-button {
  background: -o-linear-gradient(left, rgba(50,196,192,1) 0%, rgba(123,226,209,1) 100%);
  background: linear-gradient(90deg, rgba(50,196,192,1) 0%, rgba(123,226,209,1) 100%);
  text-decoration: none !important;
  width: 24rem;
  padding: 2rem 4rem;
  line-height: 1;
}

.fl-builder-content .wa-btn a.fl-button:hover {
  background: -o-linear-gradient(left, rgba(123,226,209,1) 0%,rgba(50,196,192,1) 100%);
  background: linear-gradient(90deg, rgba(123,226,209,1) 0%,rgba(50,196,192,1) 100%);
  box-shadow: 0px 20px 50px 0px #32c4bfbb !important;
  width: 24rem;
  padding: 2rem 4rem;
}

.fl-builder-content .wa-btn.wa-btn--light a.fl-button {
  background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
}

.fl-builder-content .wa-btn.wa-btn--light a.fl-button:hover {
  background: linear-gradient(90deg, #32c4bfbb 0%, #32c4bfbb 100%);
}

.fl-module-list.wa-list .fl-list-item-content .fl-list-item-content-icon {
  vertical-align: top;
  padding-top: 5px;
}

.fl-module-list.wa-list.wa-list--links a:hover {
  color: var(--turquoise) !important;
}



.wa-cta > .fl-row-content-wrap {
  background-image: url(/wp-content/uploads/2022/02/sign-faded.svg), 
                    linear-gradient(90deg, rgb(24, 30, 75) 0%, rgb(50, 196, 192) 100%);
  background-repeat: no-repeat;
  background-position: 88% 90%, 0 0;
                
}

.wa-link-with-icon .fl-rich-text i {
  color: var(--turquoise)!important;
  margin-right: 30px;
}

.wa-link-with-icon .fl-rich-text a {
  text-decoration: none !important;
  transition: all .3s ease-in-out;
}

.wa-link-with-icon .fl-rich-text a:hover {
  color: var(--turquoise)!important;
} 

.wa-link-with-icon .fl-rich-text a:hover i {
  color: var(--dark-blue) !important;
}

.wa-img-with-shape {
  position: relative;
}

.wa-img-with-shape > .fl-row-content-wrap:before {
  content: "";
  background-color: #e8fbf7;
  width: 1295px;
  height: 637.6px;
  border-radius: 100px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.wa-img-with-shape .fl-photo::before {
  content: "";
  background-color: #32c4c0;
  width: 1093.3px;
  height: 587.7px;
  border-radius: 80px;
  display: inline-block;
  position: absolute;
  top: -75px;
  right: 90px;
}

.wa-hero-col {
  position: relative;
}

body:not(.fl-builder-edit) .wa-hero-col .wa-math-img {
  position: absolute;
  top: 20px;
}

.wa-home-img {
  position: relative;
  left: -348px;
  top: 25px;
  width: 1010px !important;
}


.wa-section-with-bg .fl-row-content-wrap {
  position: relative;
}

.wa-section-with-bg .fl-row-content-wrap:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/wp-content/uploads/2022/02/bg-shape.svg);
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 1307px;
  height: 1107px;
  background-position: 155% 0;
  right: -385px;
  top: -185px;
}

.home {
  overflow: hidden;
}
/* END Home page */




/*
=======================================
=======================================
Footer
=======================================
=======================================
*/

#footer {
  padding-top: 60px;
  overflow: hidden;
  margin-top: 100px;
}

#footer:before {
  -webkit-filter: blur(50px);
  filter: blur(50px);
  background-color: #8de9d5;
  padding: 9px 226px 135px 7.9px;
  opacity: 0.8;
  content: "";
  position: absolute;
  right: -55px;
  bottom: -55px;
  display: inline-block;
  width: 418.9px;
  height: 388.8px;
  border-radius: 100%;
  z-index: 0;
}

#footer .wa-footer-link {
  font-size: 1.4rem;
}

#footer .wa-footer-link i {
  color: var(--turquoise) !important;
  margin-right: 10px;
}

#footer .wa-footer-link:hover {
  color: var(--turquoise);
}

#footer .wa-footer-link:hover i {
  color: var(--dark-blue) !important;
}

.wa-footer-heading .fl-rich-text p {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: var(--dark-blue);
}

.wa-footer-menu .fl-rich-text a {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  transition: all .3s ease-in-out;
}

.wa-footer-menu .fl-rich-text a:hover {
  color: var(--turquoise);
}

.wa-footer-social {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.wa-footer-social a {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-left: 20px;
  background-color: #fff;
}

.wa-footer-social a i {
  font-size: 2.5rem;
}

.wa-footer-social a:hover i.wa-icon-facebook {
  background: -webkit-gradient(linear, left top, left bottom, from(#17aafd), to(#4392eb));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wa-footer-social a:hover i.wa-icon-twitter {
  background: -webkit-gradient(linear, left top, left bottom, from(#29b6f6), to(#0277bd));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wa-footer-social a:hover i.wa-icon-instagram {
  background: -webkit-gradient(linear, left top, left bottom, from(#7d24b2), to(#d99237));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#copyright {
  font-size: 1.4rem;
}

#footer-bottom a {
  color: var(--light-blue);
}


#footer-bottom a:hover {
  color: var(--turquoise);
}



/* END Footer */



/*
=======================================
=======================================
Subpages
=======================================
=======================================
*/

.wa-heading-h4-subpage,
.wa-heading-h3-subpage,
.wa-heading-h2-subpage {
  margin: 30px 0;
}

.wa-legal-page .fl-rich-text a:hover {
  color: var(--turquoise);
}

.wa-text-form p {
  margin-bottom: 0;
  font-style: italic;
}

.wa-text-form .wa-margin-left {
  margin-left: 40px;
}

/* Form */

.wa-form .nf-form-fields-required {
  display: none;
}


.wa-form .nf-form-content input[type="button"] {
  background: -o-linear-gradient(left, rgba(50,196,192,1) 0%, rgba(123,226,209,1) 100%);
  background: linear-gradient(90deg, rgba(50,196,192,1) 0%, rgba(123,226,209,1) 100%);
  text-decoration: none !important;
  width: 24rem;
  box-shadow: 0px 20px 50px 0px rgb(141 233 213 / 58%);
  border-radius: 8px;
  margin-top: 30px;
}

.wa-form .nf-form-content input[type="button"]:hover {
  background: -o-linear-gradient(left, rgba(123,226,209,1) 0%,rgba(50,196,192,1) 100%);
  background: linear-gradient(90deg, rgba(123,226,209,1) 0%,rgba(50,196,192,1) 100%);
  color: #fff;
  box-shadow: 0px 20px 50px 0px #32c4bfbb !important;
}

.wa-form .nf-form-content input:not([type=button]) {
  background-color: #fff;
  border: 1px solid #5e6282;
}

.wa-form .nf-form-content input:not([type=button]):focus {
  border-color: #8de9d5;
}


.wa-form .checkbox-wrap .nf-field-element label, 
.wa-form .checkbox-wrap .nf-field-label label, 
.wa-form .listcheckbox-wrap .nf-field-element label, 
.wa-form .listcheckbox-wrap .nf-field-label label {
  position: relative;
}


.wa-form .checkbox-container.label-right label:after,
.wa-form .checkbox-wrap .nf-field-element label:after, 
.wa-form .checkbox-wrap .nf-field-label label:after, 
.wa-form .listcheckbox-wrap .nf-field-element label:after, 
.wa-form .listcheckbox-wrap .nf-field-label label:after {
  border-radius: 100%;
  left: -30px !important;
  width: 25px;
  height: 25px;
  top: -2px;
  border-color: #5e6282;
  background-color: transparent !important;
}

.wa-form .checkbox-wrap .nf-field-label label:before, 
.wa-form .checkbox-container.label-right label:before,
.wa-form .listcheckbox-wrap .nf-field-element label:before {
  font-size: 41px;
  content: "•"!important;
  left: -24px;
  top: 1px;
}

.wa-form .checkbox-wrap .nf-field-label label.nf-checked-label:before, 
.wa-form .listcheckbox-wrap .nf-field-element label.nf-checked-label:before {
  opacity: 1;
  transition: all .5s;
  color: #32c4c0;
}

.wa-form .nf-form-content .listcheckbox-wrap li, 
.wa-form .nf-form-content .listradio-wrap li {
  margin-bottom: 20px !important;
}

.wa-form .checkbox-wrap .nf-field-label label {
  font-weight: 400;
}

.wa-form .checkbox-wrap .nf-field-label label a {
  color: #32c4c0;
  text-decoration: underline;
}

.wa-form .checkbox-wrap .nf-field-label label a:hover {
  text-decoration: none;
  color: #181e4b;
}

/* END Subpages */



/*
=======================================
=======================================
Media query
=======================================
=======================================
*/

@media all and (min-width: 2000px) {
  .wa-bg-shape > .fl-row-content-wrap {
    background-position: -30% 0;
  }
} /* End 2000 */

@media all and (min-width: 2400px) {
  .wa-bg-shape > .fl-row-content-wrap {
    background-position: 0 0;
  }
} /* End 2400px */

@media all and (max-width: 1800px) {
  .wa-bg-shape > .fl-row-content-wrap {
    background-position: -90% 0%;
  }
} /* End  1800 */

@media all and (max-width: 1670px) {
  .wa-bg-shape > .fl-row-content-wrap {
    background-position: -135% 0%;
  }
} /* End 1670 */

@media all and (max-width: 1580px) {
  .wa-bg-shape > .fl-row-content-wrap {
    background-position: -200% 0%;
  }

  .fl-col {
    padding: 2% !important;
  }
} /* End 1580 */


@media all and (max-width: 1440px) {
  .wa-bg-shape > .fl-row-content-wrap {
    background-position: -394% 0%;
  }

  .wa-hero-heading.fl-module-heading .fl-heading {
    font-size: 7rem;
  }

  .wa-heading-h2.fl-module-heading .fl-heading {
    font-size: 5rem;
  }

  #site-logo #site-logo-inner a img {
    height: 60px;
    margin-top: 10px;
  }

  .container {
    max-width: 96% ;
  }

  .wa-bg-shape > .fl-row-content-wrap {
    background-position: -370% 0%;
  }

  .fl-node-mwtl2eb4xya9 > .fl-col-content {
    padding-left: 20px !important;
  }

  .wa-sticky-header #site-navigation-wrap {
    margin-top: 28px;
  }
  
  .wa-sticky-header #site-header-inner {
    padding-bottom: 5px;
  }

  .wa-col-z-index {
    z-index: 9;
    position: relative;
  }
} /* End 1440 */


@media all and (max-width: 1300px) {
  #top-bar-content {
    top: 30px;
  }

  #site-logo #site-logo-inner a img {
    margin-top: 0;
  }

  #mobile-dropdown ul li a {
    font-size: 1.6rem;
  }

  body .oceanwp-mobile-menu-icon a {
    font-size: 30px;
    color: var(--dark-blue);
  }

  .wa-hero-heading.fl-module-heading .fl-heading {
    font-size: 6rem;
  }

  .wa-bg-shape > .fl-row-content-wrap {
    background-position: -370% 33%;
    background-size: 90%;
  }

  .fl-node-mgcy7pbi6jw1 {
    width: 0%;
  }

  .wa-heading-h2.fl-module-heading .fl-heading {
    font-size: 4rem;
  }

  .wa-hero-col .fl-photo-img-svg {
    margin-top: 50px;
  }

  .wa-cta > .fl-row-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  body .fl-node-rce03stavbmy {
    width: 17%;
  }

  body .fl-node-a8dr6obi7hgf {
    width: 17%;
  }

  .wa-sticky-header .oceanwp-mobile-menu-icon.mobile-right {
    top: 15px;
  }

  .wa-section-with-bg .fl-row-content-wrap:before {
    right: -600px;
  }
} /* End 1300 */


@media all and (max-width: 1250px) {
  .wa-home-img {
    width: 900px !important;
  }
} /* End 1250 */


@media all and (max-width: 1024px) {
  .wa-hero-heading.fl-module-heading .fl-heading {
    font-size: 4rem;
  }

  .wa-heading-h3.fl-module-heading .fl-heading {
    font-size: 3rem;
  }

  body .fl-builder-content .wa-text-1 .fl-rich-text * {
    font-size: 2rem;
  }

  body .fl-builder-content .wa-text-2 .fl-rich-text * {
    font-size: 2.2rem;
  }

  .wa-bg-shape > .fl-row-content-wrap {
    background-position: -374% 0;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  body .fl-node-mwtl2eb4xya9,
  body .fl-node-n5ces03w1byl {
    width: 50%;
  }

  body .fl-node-14eql785xtci,
  body .fl-node-rce03stavbmy,
  body .fl-node-a8dr6obi7hgf {
    width: 33%;
  }

  #copyright {
    position: relative;
    z-index: 9;
  }

  .fl-node-hsxbt5o1g0up > .fl-row-content-wrap {
    margin-top: 45px;
  }

  .fl-node-amd926w4cq5r > .fl-row-content-wrap {
    margin-bottom: 35px;
  }

  .fl-builder-content .wa-btn a.fl-button {
    padding: 2rem 2rem;
  }

  body .fl-builder-content .wa-link-with-icon .fl-rich-text * {
    font-size: 2.5rem;
  }

  .wa-section-with-bg .fl-row-content-wrap:before {
    display: none;
  }

  .wa-section-with-bg > .fl-row-content-wrap {
    padding-top: 40px;
  }

} /* End 1024 */


@media all and (max-width: 768px) {
  .fl-col-small:not(.fl-col-small-full-width) {
    width: 90%;
  }

  #site-logo #site-logo-inner a img {
    margin-top: -80px;
  }

  .wa-sticky-header #site-logo #site-logo-inner a img {
    margin-top: 5px;
  }

  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 98%;
  }

  .wa-text-1 {
    padding: 1%;
  }

  .wa-bg-shape > .fl-row-content-wrap {
    background-position: -85% -49px;
    background-size: 67%;
    padding-bottom: 0;
  }

  .wa-heading-h2.fl-module-heading .fl-heading {
    font-size: 3.5rem;
  }

  .wa-heading-h3.fl-module-heading .fl-heading {
    font-size: 2.8rem;
  }

  body .wa-cta > .fl-row-content-wrap {
    border-radius: 0;
    padding: 4% !important;
  }

  body .fl-builder-content .wa-link-with-icon .fl-rich-text * {
    font-size: 2.5rem;
  }

  .wa-link-with-icon-col .fl-col-content {
    padding: 0% !important;
  }

  .wa-img-with-shape .fl-photo::before {
    top: -120px;
    right: 0;
  }

  .fl-row.wa-section-with-line:before {
    display: none;
  }

  .fl-node-bh1kfpjeur63 .fl-col-content {
    padding: 0 !important;
  }

  #footer {
    padding-top: 0;
    margin-top: 50px;
  }

  .wa-footer-social {
    justify-content: flex-start;
  }

  .wa-translation-footer {
    text-align: left;
  }

  .wa-footer-social-media-text br {
    display: none;
  }

  .wa-footer-social a {
    margin-left: 0;
    margin-right: 30px;
  }

  #footer-widgets .fl-col-content {
    padding: 0 !important;
  }

  .wa-footer-contact {
    margin-bottom: 30px;
  }

  .fl-node-6ytrzj815sh7 > .fl-row-content-wrap {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .fl-node-mgcy7pbi6jw1 .fl-col-content,
  .fl-node-gvfb75smro2x .fl-col-content {
    padding: 0 !important;
  }

  .wa-bg-shape > .fl-row-content-wrap {
    background-image: none;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .wa-heading-h1-subpage.fl-module-heading .fl-heading {
    font-size: 4rem;
  }

  .wa-heading-h4-subpage.fl-module-heading .fl-heading {
    font-size: 2rem;
  }

  .wa-heading-h3-subpage.fl-module-heading .fl-heading {
    font-size: 2.4rem;
  }

  .wa-heading-h2-subpage.fl-module-heading .fl-heading {
    font-size: 2.6rem;
  }

  .wa-home-img {
    left: 0;
    width: auto !important;
    top: 0;
  }
} /* End 768 */


@media all and (max-width: 500px) {
  .wa-sticky-header .oceanwp-mobile-menu-icon.mobile-right {
    top: 35px;
  }
  
  .oceanwp-mobile-menu-icon.mobile-right {
    margin-top: -20px;
  }

  .wa-hero-heading.fl-module-heading .fl-heading {
    font-size: 3.5rem;
  }

  .fl-builder-content .fl-node-zkpe4y0bow5l .fl-rich-text *:not(b, strong),
  .wa-list.fl-module-list .fl-list-item-content .fl-list-item-content-text,
  .fl-builder-content .wa-text .fl-rich-text *:not(b, strong) {
    font-size: 1.8rem;
  }

  .wa-heading-h2.fl-module-heading .fl-heading {
    font-size: 3rem;
  }

  body .fl-builder-content .wa-link-with-icon .fl-rich-text * {
    font-size: 1.5rem;
  }

  .wa-img-with-shape > .fl-row-content-wrap {
    padding-top: 30px;
  }

  .wa-img-with-shape .fl-photo::before {
    display: none;
  }

  .wa-img-with-shape > .fl-row-content-wrap:before {
    width: 100%;
    height: 217px;
    border-radius: 0;
  }

} /* End 500 */

/* END Media query */