* {
    box-sizing: border-box;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    position: relative;
    font-style: normal;
    width: auto;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #000000;
	font-size:16px;
}

a {
    display: inline-block;
    text-decoration: underline;
    font-weight: 400;
    color: #000000;
}

img {
    width: 100% !important;
}

strong {
    font-weight: bold;
}

.container-fluid {
    padding: 0;
}
@font-face {
        font-family: 'Termina';
        src: url('https://pages.digitalasset.com/rs/835-LYB-953/images/Termina-Bold.woff2') format('woff2'), url('https://pages.digitalasset.com/rs/835-LYB-953/images/Termina-Bold.woff') format('woff');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
      }
	  @font-face {
        font-family: 'Termina';
        src: url('https://pages.digitalasset.com/rs/835-LYB-953/images/Termina-Medium.woff2') format('woff2'), url('https://pages.digitalasset.com/rs/835-LYB-953/images/Termina-Medium.woff') format('woff');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
      }
h1, .h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    font-family: 'Termina', sans-serif;
    color: #ffff;
}

h2,
.h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
	font-family: 'Termina', sans-serif;
}

h3,
.h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
	font-family: 'Termina', sans-serif;
}

h4,
.h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
	font-family: 'Termina', sans-serif;
}

h5,
.h5 {
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
	font-family: 'Termina', sans-serif;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
	font-family: 'Termina', sans-serif;
}

p {
    font-size: 16px;
    line-height: 24px;
	
}

ul{
    padding: 0;
}

ul li {
    font-size: 18px;
    line-height: 24px;
    list-style-type: none;
}

ul li span.bullet{
    width: 14px;
    height: 14px;
    background-color: #000000;
    flex-shrink: 0;
    border-radius: 50%;
    margin: 6px 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
}

.fw-600{
    font-weight: 600;
}

.mb-35{
    margin-bottom: 35px;
}

.white-color {
    color: #ffffff;
}

.black-color {
    color: #000000;
}

.grey-color{
    color: #343433;
}

.orange-color{
    color: #eb542d;
}
.padrow{padding:0 40px;}

/*** navigation**/

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: auto;
}
.hero-module.rounded-hero {
    border-radius: 0px 0px 500px 0px;
}
.hero-module {
    background-size: contain;
}
.hero-module {
    position: relative;
    padding: 200px 0 100px;
    background-color: #000000;
    background-repeat: no-repeat !important;
}
.hero-module .left-col {
    align-items: center;
}
.site-header .header-container-update {
    align-items: center;
    flex-direction: row;
}
.header-container-update, .site-header .header-container-update {
    display: flex;
    justify-content: space-between;
}
div#navbarNav {
    justify-content: space-around !important;
}
.site-header .cta-flex {
    position: relative;
}
.site-header .cta-flex button {
    background: transparent;
    border: none;
    position: relative;
    background: transparent;
    width: 26px;
    height: 26px;
    top: 0;
}
.site-header .navbar-toggler {
    background: transparent;
    border: none;
    height: 24px;
    opacity: 1;
    padding: 0;
    pointer-events: all;
    position: relative;
    transition: 0.4s;
    visibility: visible;
    width: 24px;
    z-index: 100;
}
.site-header .cta-flex button img {
    position: absolute;
    top: 0px;
    left: 0px;
}
.site-header .cta-flex button img {
    position: absolute;
    top: 0px;
    left: 0px;
}
.site-header .navbar-toggle {
    background: transparent;
    border: none;
    height: 24px;
    opacity: 1;
    padding: 0;
    pointer-events: all;
    position: relative;
    transition: 0.4s;
    visibility: visible;
    width: 24px;
    z-index: 100;
}
.cta-flex a:hover, .btn:hover, .mktoForm .mktoButton:hover
{
    background-color: #f9ffcb !important;
    color: #000000 !important;
}
.site-header .navbar-toggler-icon {
    background: transparent;
    border-bottom: 2px solid transparent;
    border-color: transparent;
    border-top: 2px solid transparent;
    color: #fff;
    display: block;
    font-size: 0;
    height: 16px;
    margin: 0 auto;
    position: relative;
    transition: 0.4s;
    width: 24px;
}
.site-header .navbar-toggler-icon:before, .site-header .navbar-toggler-icon:after {
    background: #fff;
    border-radius: 2px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: 0.4s;
    width: 100%;
}
.site-header .navbar-toggler-icon:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.site-header .navbar-toggler-icon:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.site-header .navbar-toggler.collapsed .navbar-toggler-icon:before, .site-header .navbar-toggler.collapsed .navbar-toggler-icon:after {
    transform: translate(-50%, -50%);
}
.navbar-toggler.collapsed span.navbar-toggler-icon {
    border-color: #ffffff !important;
}
.navbar-toggler {
  border: none !important;     /* remove border */
  box-shadow: none !important; /* remove focus outline */
}
.navbar-toggler:focus {
  outline: none !important;    /* remove focus ring */
  box-shadow: none !important;
}
a.nav-link {
    color: #ffffff !important;
    padding: 25px 23px !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.content h4 {
    color: #fff;
    width: 75%;
    margin-bottom: 35px;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
	font-family: 'Termina', sans-serif;
}
.pt-md {
        padding-top: 50px;
    }
	.pb-md {
        padding-bottom: 50px;
    }
.site-header.is-fixed .header-container-update {
    padding: 0;
}
.site-header .navigation-collapse {
    display: flex;
    flex-basis: auto;
}
.site-header.is-fixed {
    background:#000000;
    position: fixed;
    width: 100%;
}
.hero-module .max-content {
    max-width: 570px;
}
.hero-module .content {
    color: #ffffff;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
}
.content .btn {
    margin-top: 30px;
}
.content h1 {
    padding-bottom: 10px;
}
/* section 1*/
.white{background-color:#ffffff;}
.two-column-module.bg-dark-blue .content p {
    color: #fff;
}
.image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.module-content p{
	color: #000000;
    font-family: Inter, Arial;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
.title-col {
    margin-bottom: 30px;
}

.text {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.image-columns-module h2 {
    margin-bottom: 5rem;
}
.border-bottom-line {
    padding-bottom: 60px !important;
    border-bottom: 1px solid rgba(13, 33, 107, 0.2);
}
.content-columns-module .tagline {
    color: #000000;
    display: block;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 20px;
}
.content-columns-module .box-columns {
    margin-top: 35px;
}
.content-columns-module .content-box.without-icon {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.bg-pastel-green {
    background: linear-gradient(180deg, rgba(241, 241, 241, 0.38) 0%, rgba(176, 250, 199, 0.38) 98.06%);
}
.content-columns-module .content-box {
    position: relative;
    padding: 35px 25px;
    border-radius: 20px;
    margin-bottom: 2rem;
    height: 100%;
}
.content-columns-module .subtitle {
    color: #0d216b;
    font-family: Inter;
    font-feature-settings: "clig" off,"liga" off;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
}
.content-columns-module .content-box .info {
    color: #ffffff;
    font-weight: 300;
    position: relative;
}
.content-columns-module .content-box .info {
    bottom: 25px;
    font-family: 'Inter', sans-serif;
}
.content-columns-module .content-box .info a {
    margin-top: 2rem;
    display: block;
    color: #F8FFAE !important;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    font-size: 14px !important;
    text-decoration: none !important;
}
.subtitle-container h4 {
    color: #000000;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}
.image-columns-module .image img {
    aspect-ratio: 1/1;
    max-height: 60px;
    object-fit: contain;
    max-width: 80% !important;
}

.content-columns-module .subtitle-container {
    margin-bottom: 15px;
}

.cta-module .cta-area {
    padding: 12rem 0;
    border-radius: 20px;
    background-color: #000000;
}
.heading-gradient-light strong {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: linear-gradient(90deg, #00d1ff 0%, #cc8aff 25%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.cta-module .cta-area .cta-content h2, .cta-module .cta-area .cta-content .h2 {
    color: #fff;
}
.cta-module .content {
    margin-bottom: 30px;
}
.cta-module .cta-area .cta-content p {
    margin-bottom: 2rem;
}
.cta-module p {
    color: #fff;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
}
.cta-module .cta-area .cta-content {
    padding: 0 60px;
    width: 50%;
    color: #fff;
}
.cta-module .cta-area .btn {
    position: relative;
    z-index: 9999;
}
.content-columns-module .content-box .info a .arrow {
    width: 7px !important;
    height: auto;
    margin-top: -2px;
    margin-left: 5px;
}
.content-form-module.hero-bg .content .tagline {
    color: #365c7f;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
}
.content-form-module p {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    font-size: 16px;
    line-height: 24px;
    max-width: 570px;
    color: #000000 !important;
}
.section8 .content li {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Inter', sans-serif !important;
    list-style-type: disc;
}
.section8 ul {
    padding-left: 20px;
}
.content-form-module.hero-bg .content p {
    max-width: 580px;
}
.content-form-module.hero-bg .content p {
    margin-bottom: 3rem;
}
.content-form-module.hero-bg .content .tagline {
    color: #000000 !important;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    padding-top: 15px;
}
.heading-gradient-blue strong {
    background: linear-gradient(90deg,#1c42d4 -50%,#bd66ff 80%);
    -webkit-background-clip: text;
    background-clip: text;
}
.heading-gradient-blue strong, .heading-gradient-blue-reverse strong {
    color: transparent;
    font-family: Poppins,sans-serif;
    font-style: normal;
    font-weight: 400;
}
footer .logo {
	width:100%;
    max-width: 215px;
    height: auto;
}
footer ul li {
    margin-bottom: 15px;
	font-size:16px;
	line-height:24px;
	font-weight:300;
}
footer .copyright {
    margin-top: 50px;
    border-top: 1px solid #ffffff;
    padding-top: 20px;
    font-size: 14px !important;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}
.mktoForm .mktoHtmlText a {
    color: #122167 !important;
    text-decoration: underline !important;
}
.copyright a {
    display: inline-block;
    color:#ffffff;
    text-decoration: none !important;
	font-family: 'Inter', sans-serif;
}
.copyright a:hover{
color: #f6ffa4;
}
footer h4, footer .h4 {
    font-size: 16px !important;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #ffffff;
}
footer .logo-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    color: #333 !important;
    float: right!important;
}
footer .logo-social ul, footer .logo-social ul > li {
    margin-bottom: 0;
}
footer ul {
    list-style-type: none;
    padding-inline-start: 0px;
}
footer .logo-social ul a, footer .logo-social ul > li a {
    margin-right: 10px;
}
footer ul li a {
    text-decoration: none;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
}
footer .logo-social ul a:last-child, footer .logo-social ul > li a:last-child {
    margin-right: 0;
}
footer .logo-social ul a svg path[fill=currentColor], footer .logo-social ul > li a svg path[fill=currentColor]{
    fill: #ffffff;
}
footer .logo-social ul a:hover svg path[fill=currentColor], footer .logo-social ul > li a:hover svg path[fill=currentColor], footer .logo-social ul > li a:hover svg circle {
    fill: #f6ffa4;
}
footer .logo-social ul a svg path[fill=inner], footer .logo-social ul > li a svg path[fill=inner] {
    fill: #1b1b1b;
}
footer ul li a:hover {
    color: #f6ffa4 ;
}
/* form css*/

.mktoForm .mktoFormRow {
    display: flex;
    justify-content: space-between;
}
.mktoForm *{
    font-family: 'Inter', sans-serif !important;
}
.mktoForm .mktoFieldDescriptor:first-of-type {
    padding-left: 0;
}
.mktoForm .mktoFieldDescriptor {
    max-width: 100%;
    padding-left: 15px;
    width: 100%;
}
.mktoForm .mktoFieldWrap:has(.mktoCheckboxList) input[type="checkbox"] {
    margin-top: 0px !important;
    width: 20px !important;
    height: 20px !important;
    min-height: auto !important;
}
.mktoForm .mktoFieldWrap {
    float: none !important;
    width: 100% !important;
}
.mktoForm .mktoLabel {
    float: none!important;
    font-family: Inter !important;
    font-weight: 700;
    width: auto !important;
}
.mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    border: 0!important;
    border-radius: 5px!important;
    min-height: 40px!important;
    outline: none!important;
    padding: 10px!important;
    width: 100%!important;
}
label {
    display: inline-block;
}

.mktoForm .mktoFieldWrap:has(.mktoCheckboxList) .mktoCheckboxList {
    margin: 0 !important;
}
.mktoForm .mktoCheckboxList {
    width: 100%!important;
}
.mktoForm .mktoHtmlText {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    width: 100%!important;
}
.mktoForm input[type=checkbox], .mktoForm input[type=radio] {
    accent-color: #122067 !important;
    margin-right: 10px !important;
    margin-top: -12px !important;
    width: 20px !important;
}
.mktoForm input, .mktoForm textarea {
    border: 0!important;
    border-radius: 5px!important;
    min-height: 40px!important;
    outline: none!important;
    padding: 10px!important;
    width: 100%!important;
}
.mktoForm .mktoButton {
    background-color: #000000 !important;
    background-image: none!important;
    border: 1px solid #000000!important;
    -moz-border-radius: 48px!important;
    -webkit-border-radius: 48px!important;
    border-radius: 48px!important;
    color: #ffffff !important;
    font-size: 16px!important;
    font-weight: 400!important;
    margin: 0!important;
    padding: 10px 30px!important;
}
.mktoForm .mktoButton:hover{background-color: #000000 !important; color: #ffffff !important;}
.mktoForm .mktoFormRow {
    clear: both;
    flex: 0 0 48%;
    display: flex !important;
}
.mktoForm .mktoOffset {
        display: none !important;
    }

    .mktoForm .mktoClear {
        display: none !important;
    }

    .mktoForm fieldset legend{
        display: none !important;
    }

.mktoForm .mktoGutter{
    display: none !important;
}

.mktoForm .mktoAsterix{
    color: #ffffff !important;
    float: right !important;
    padding-left: 5px !important;
}

.mktoForm.mktoLayoutAbove .mktoField, .mktoForm.mktoLayoutAbove .mktoLogicalField {
    clear: left;
}

::placeholder {
    color: #000000 !important;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 100px #ffffff inset !important;
    }


[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label{
    margin-bottom:10px !important;
}
.mktoForm .mktoFormRow{
    display:flex !important;
}
.mktoForm .mktoFieldWrap {
    width: 100% !important;
}
.mktoForm .mktoFieldDescriptor:first-of-type {
    padding-left: 0;
}
.mktoForm textarea {
    min-height: 100px!important;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #dfdfdf ;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    background: #eb542d;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;

}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mktoForm .mktoRadioList > input, .mktoForm .mktoCheckboxList > input {
    padding: 0!important;
    float: left!important;
    width: auto !important;
    height: auto !important;
}
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList{
    width:100% !important;
}

.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label{
    margin-left:0px !important;
    margin-right:20px;
    padding-left:30px !important;
    margin-top: 2px !important;
    margin-bottom:10px !important;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #ffffff;
}


[type="checkbox"]:not(:checked),
    [type="checkbox"]:checked {
        position: absolute;
        left: 0;
    }
    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        margin-left:0px !important;
    margin-right:20px;
    padding-left:30px !important;
    margin-top: 2px !important;
    margin-bottom:10px !important;
        cursor: pointer;
    }

    /* checkbox aspect */
    

    /* checked mark aspect */
   

.mktoForm select.mktoField{
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        background: #fff url("https://go.autoshopsolutions.com/rs/180-DGD-014/images/arrow-new.png") no-repeat 95% 50%;
        background-size: 15px;
    }
    

    /* checked mark aspect changes */
    [type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0) rotate(45deg);
                transform: scale(0) rotate(45deg);
    }

    [type="checkbox"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0);
                transform: scale(1) rotate(0);
    }

    /* Disabled checkbox */
    [type="checkbox"]:disabled:not(:checked) + label:before,
    [type="checkbox"]:disabled:checked + label:before {
        box-shadow: none;
        border-color: #eb542d;
        background-color: #dfdfdf;
    }

    [type="checkbox"]:disabled:checked + label:after {
        color: #eb542d;
    }

    [type="checkbox"]:disabled + label {
        color: #eb542d;
    }

    /* Accessibility */
    [type="checkbox"]:checked:focus + label:before,
    [type="checkbox"]:not(:checked):focus + label:before {
        box-shadow: none;
    }
	.mktoButtonRow{display:block !important; padding-top: 5px !important;}
.mktoButtonWrap{
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    width: 100%;
	text-align:center !important;
}

.mktoForm .mktoError .mktoErrorMsg{
    padding: 0.4em 0.6em !important;
}


@media (min-width: 1200px) {
    .site-header .navbar-toggle {
        display: none;
    }
	    .site-header .header-container-update {
        padding: 20px 0;
    }
	.site-header .cta-flex {
        display: flex !important;
        align-items: center;
        gap: 30px;
    }
}
@media (max-width:991px)
{
	div#navbarNav {
    justify-content: space-between !important;
}
	.image-columns-module h2 {
    margin-bottom: 3rem !important;
}

footer .logo-social {
    padding-bottom: 25px;
}
footer h4, footer .h4 {
    margin-top: 5px;
    margin-bottom: 15px;
}
footer .copyright {
    margin-top: 24px;
}
.site-header.is-fixed {
    background: #000000;
    position: fixed;
    width: 100%;
	padding: 10px 0 25px;
}
a.nav-link {
    padding: 15px 0px !important;
}
.site-header .cta-flex {
    position: relative;
    padding-top: 10px;
}
.mktoForm {
    padding: 0 !important;
}
.section1, .section2, .section4{padding:50px 0 !important;}
.image-columns-module .image {
    margin-bottom: 20px !important;
    text-align: center !important;
}
footer {
    padding: 50px 0;
}
.image-columns-module .image img {
    aspect-ratio: 1/1;
    max-height: 40px;
    object-fit: contain;
    max-width: 50% !important;
}
.border-bottom-line {
    padding-bottom: 0px !important;
}
 h1,
    .h1 {        
		font-size:62px;
        line-height: 70px;
    }
	h2,.h2{font-size:28px !important;line-height:34px !important;}
	.heading-gradient strong {
    font-size: 28px !important;
    line-height: 34px !important;
}

    .pt-md {
        padding-top: 0px !important;
    }
	    .pb-md {
        padding-bottom: 0px !important;
    }
	
.cta-module .cta-area .cta-content {
    padding: 0 20px;
    width: 100%;
    color: #fff;
}
.cta-module .cta-area {
    padding: 5rem 0;
    border-radius: 20px;
    background-color: #001a33;
	background-size:cover !important;
}
}
@media (max-width:767px)
{
	.module-content {
    padding-top: 25px;
}
	    .mktoForm .mktoFormRow {
        display: block !important;
    }
	.mktoForm .mktoFieldDescriptor {
    padding-left: 0;
	float:left !important;
}
.hero-module.rounded-hero {
    border-radius: 0px 0px 0 0px;
}
.hero-module {
    position: relative;
    padding: 80px 0 100px !important;
    background-color: #091D38;
    background-repeat: no-repeat !important;
}
}