/*Custom Hero*/

section.custom-hero div, section.custom-hero span, section.custom-hero h1, section.custom-hero h4, section.custom-hero a, section.custom-hero img, section.custom-hero strong, section.custom-hero i {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
section.custom-hero img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
section.custom-hero *, section.custom-hero *:before, section.custom-hero *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.custom-hero * {
    -webkit-font-smoothing: antialiased;
}
section.custom-hero .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    section.custom-hero .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    section.custom-hero .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    section.custom-hero .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    section.custom-hero .container {
        max-width: 1140px;
    }
}
section.custom-hero .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
section.custom-hero .col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
section.custom-hero .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
section.custom-hero h1, section.custom-hero h4 {
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.3;
    font-family: "Arimo", sans-serif;
}
section.custom-hero h1, section.custom-hero h4 {
    font-family: "Arimo", sans-serif;
    color: #202020;
    font-weight: 400;
}
section.custom-hero h4 strong {
    font-weight: 400;
}
section.custom-hero h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 20px;
}
@media (max-width: 960px) {
    section.custom-hero h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }
}
@media (max-width: 640px) {
    section.custom-hero h1 {
        font-size: 32px;
    }
}
section.custom-hero h4 {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 15px;
}
@media (max-width: 960px) {
    section.custom-hero h4 {
        font-size: 20px;
        line-height: 1.2;
    }
}
section.custom-hero span {
    color: #666666;
    font-weight: 400;
    line-height: 1.4;
}
section.custom-hero a {
    color: inherit;
    margin: 0;
}
section.custom-hero a:hover {
    text-decoration: none;
}
section.custom-hero span, section.custom-hero a {
    display: inline-block;
}
@media (max-width: 960px) {
    section.custom-hero .button {
        padding: 15px 30px;
        font-size: 16px;
        height: auto;
        line-height: 1;
    }
}
@media (max-width: 640px) {
    section.custom-hero .button {
        padding: 14px 25px;
        font-size: 15px;
    }
}
section.custom-hero .button {
    color: white;
    display: inline-block;
    padding: 0 36px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    border-radius: 3px;
    vertical-align: top;
    background-color: #9DA287;
}
section.custom-hero .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 1280px) {
    section.custom-hero .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    section.custom-hero .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
section.custom-hero img {
    max-width: 100%;
}
section.custom-hero .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
section.custom-hero .container:before, section.custom-hero .container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}
section.custom-hero .container:after {
    clear: both;
}
section.custom-hero .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    height: 100%;
}

section.custom-hero .center-text-arrow {
    text-align: center;
    padding: 85px 0 20px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    section.custom-hero .center-text-arrow {
        padding: 45px 0 20px;
    }
}

section.custom-hero .center-text-arrow h4 {
    position: relative;
    display: inline;
}
section.custom-hero .center-text-arrow img {
    position: absolute;
    padding-top: 15px;
    padding-left: 15px;
    z-index: 2;
}
@media (max-width: 850px) {
    section.custom-hero .center-text-arrow img {
        display: none;
    }
}
section.custom-hero .hero.home-page h1 {
    font-size: 110px;
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    color: #0D2552;
    line-height: 1;
    display: inline;
}
@media screen and (max-width: 767px) {
    section.custom-hero .hero.home-page h1 {
        font-size: 80px;
    }
}
@media screen and (max-width: 640px) {
    section.custom-hero .hero.home-page h1 {
        font-size: 70px;
    }
}
@media screen and (max-width: 560px) {
    section.custom-hero .hero.home-page h1 {
        font-size: 50px;
    }
}
section.custom-hero .hero.home-page h1 span {
    color: white;
}
section.custom-hero .design {
    background-image: url(../img/on-text.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
}
section.custom-hero .item.full-height.home-page {
    height: 100%;
    background-color: white;
    max-width: auto;
    position: relative;
    overflow: hidden;
}
section.custom-hero .hero {
    position: relative;
}
section.custom-hero .inner-content {
    position: relative;
    z-index: 3;
    /* margin: 184px auto 0; REPLACED TO PUSH HEADER DOWN DURING COVID-19 ANNOUNCEMENT */
	margin: 288px auto 0;
}
section.custom-hero .bigger-scale {
    -ms-flex: 0 0 52%;
    -webkit-box-flex: 0;
    flex: 0 0 52%;
    max-width: 52%;
}
section.custom-hero .bigger-scale span {
    font-weight: 700;
}
section.custom-hero .negative-scale {
    -ms-flex: 0 0 47%;
    -webkit-box-flex: 0;
    flex: 0 0 47%;
    max-width: 47%;
}
section.custom-hero .image-w {
    margin-right: -150px;
}


section.custom-hero .absolute-to-corner {
    position: absolute;
    z-index: 2;
    top: 0;
    /*right: 0;*/
    right: -160px;
    margin: 68px auto 0;
}

@media (min-width: 1590px) {
    section.custom-hero .absolute-to-corner {
        right: -90px;
    }
}

@media (min-width: 1800px) {
    section.custom-hero .absolute-to-corner {
        right: 0;
    }
}

@media (min-width: 1800px) {
    section.custom-hero .absolute-to-corner {
        right: 0;
    }
}

section.custom-hero .hero.home-page h4 {
    margin-top: 3rem;
    font-size: 26px;
    font-family: "Arimo", sans-serif;
    font-weight: 300;
    color: #0D2552;
    line-height: 1;
    margin-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
    section.custom-hero .hero.home-page h4 {
        font-size: 20px;
    }
}
section.custom-hero .inner-content h4 strong {
    font-weight: 700;
}
section.custom-hero a.button.white-red {
    font-size: 17px;
    padding-left: 32px;
    padding-right: 32px;
    height: 66px;
    line-height: 66px;
    font-weight: 700;
    text-decoration: none;
    font-family: "Arimo", sans-serif;
    border: 2px solid #E5312F;
    color: #0D2552;
    background-color: white;
}
section.custom-hero a.button.white-red:hover {
    font-size: 17px;
    padding-left: 32px;
    padding-right: 32px;
    height: 66px;
    line-height: 66px;
    font-weight: 700;
    text-decoration: none;
    font-family: "Arimo", sans-serif;
    border: 2px solid #0D2552;
    color: white;
    background-color: #0D2552;
}
section.custom-hero .fas {
    font-weight: 700 !important;
}
section.custom-hero i.ar-left {
    vertical-align: middle;
    display: inline-block;
    padding-left: 15px;
    font-size: 12px;
}
section.custom-hero .hero {
    position: relative;
}
@media (max-width: 1280px) {
    section.custom-hero .image-w {
        display: none;
    }
    section.custom-hero .absolute-to-corner {
        display: none;
    }
    section.custom-hero .bigger-scale {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    /*section.custom-hero .inner-content {*/
    /*    margin: 150px auto 0;*/
    /*    text-align: center;*/
    /*}*/
}
@media screen and (max-width: 992px) {
    section.custom-hero .inner-content {
        margin: 120px auto 0;
    }
}
@media screen and (max-width: 640px) {
    section.custom-hero .hero.home-page h4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

/*Custom Agents*/
section.custom-agents *, section.custom-agents ::after, section.custom-agents ::before {
    box-sizing: border-box;
}
section.custom-agents section {
    display: block;
}
section.custom-agents h3, section.custom-agents h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
section.custom-agents a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
section.custom-agents a:hover {
    color: #0056b3;
    text-decoration: underline;
}
section.custom-agents h3, section.custom-agents h4 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
section.custom-agents h3 {
    font-size: 1.75rem;
}
section.custom-agents h4 {
    font-size: 1.5rem;
}
section.custom-agents .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    section.custom-agents .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    section.custom-agents .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    section.custom-agents .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    section.custom-agents .container {
        max-width: 1140px;
    }
}
section.custom-agents .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
section.custom-agents .col-lg-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    section.custom-agents .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media print {
    section.custom-agents *, section.custom-agents ::after, section.custom-agents ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    section.custom-agents a:not(.btn) {
        text-decoration: underline;
    }
    section.custom-agents h3 {
        orphans: 3;
        widows: 3;
    }
    section.custom-agents h3 {
        page-break-after: avoid;
    }
    section.custom-agents .container {
        min-width: 992px !important;
    }
}
section.custom-agents div, section.custom-agents h3, section.custom-agents h4, section.custom-agents a, section.custom-agents i, section.custom-agents section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
section.custom-agents section {
    display: block;
}
section.custom-agents *, section.custom-agents *:before, section.custom-agents *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.custom-agents * {
    -webkit-font-smoothing: antialiased;
}
section.custom-agents .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    section.custom-agents .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    section.custom-agents .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    section.custom-agents .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    section.custom-agents .container {
        max-width: 1140px;
    }
}
section.custom-agents .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
section.custom-agents .col-lg-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    section.custom-agents .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
section.custom-agents h3, section.custom-agents h4 {
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.3;
    font-family: "Arimo", sans-serif;
}
section.custom-agents h3, section.custom-agents h4 {
    font-family: "Arimo", sans-serif;
    color: #202020;
    font-weight: 400;
}
section.custom-agents h3 {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
    section.custom-agents h3 {
        font-size: 24px;
    }
}
section.custom-agents h4 {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 15px;
}
@media (max-width: 960px) {
    section.custom-agents h4 {
        font-size: 20px;
        line-height: 1.2;
    }
}
section.custom-agents a {
    color: inherit;
    margin: 0;
}
section.custom-agents a:hover {
    text-decoration: none;
}
section.custom-agents a {
    display: inline-block;
}
@media (max-width: 960px) {
    section.custom-agents .button {
        padding: 15px 30px;
        font-size: 16px;
        height: auto;
        line-height: 1;
    }
}
@media (max-width: 640px) {
    section.custom-agents .button {
        padding: 14px 25px;
        font-size: 15px;
    }
}
section.custom-agents .button {
    color: white;
    display: inline-block;
    padding: 0 36px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    border-radius: 3px;
    vertical-align: top;
    background-color: #9DA287;
}
section.custom-agents .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 1280px) {
    section.custom-agents .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    section.custom-agents .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
section.custom-agents .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
section.custom-agents .container:before, section.custom-agents .container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}
section.custom-agents .container:after {
    clear: both;
}
section.custom-agents a {
    outline: 0;
}
section.custom-agents .button.red-white {
    position: relative;
    z-index: 6;
}

section.custom-agents .fas {
    font-weight: 700 !important;
}
section.custom-agents i.ar-left {
    vertical-align: middle;
    display: inline-block;
    padding-left: 15px;
    font-size: 12px;
}
section.custom-agents .divided-section .container.no-relative {
    position: unset;
}
section.custom-agents .divided-section.img-box.pos-left .control-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
}
section.custom-agents .divided-section.img-box.pos-right .control-box {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
}
section.custom-agents .divided-section {
    position: relative;
}
section.custom-agents .divided-section.img-box.pos-left .container-interior {
    padding-bottom: 170px;
}
section.custom-agents .divided-section.pos-left .container-interior {
    padding-left: 60%;
    padding-top: 170px;
    padding-bottom: 170px;
}
section.custom-agents .divided-section.img-box.pos-right .container-interior {
    padding-bottom: 170px;
}
section.custom-agents .divided-section.pos-right .container-interior {
    padding-right: 60%;
    padding-top: 170px;
    padding-bottom: 170px;
}
section.custom-agents .divided-section.img-box.pos-right .control-box {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
}
section.custom-agents .background-modul {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 2;
    height: 100%;
    max-width: 100%;
}
section.custom-agents .background-blue .container-interior h3 {
    font-size: 40px;
    font-weight: 700;
    color: white;
    margin-bottom: 2.6rem;
}
@media screen and (max-width: 1024px) {
    section.custom-agents .background-blue .container-interior h3 {
        font-size: 36px;
    }
}
@media screen and (max-width: 560px) {
    section.custom-agents .background-blue .container-interior h3 {
        font-size: 30px;
    }
}
section.custom-agents .background-grey .container-interior h3 {
    font-size: 40px;
    font-weight: 700;
    color: #293B5C;
    margin-bottom: 2.6rem;
}
@media screen and (max-width: 1024px) {
    section.custom-agents .background-grey .container-interior h3 {
        font-size: 36px;
    }
}
@media screen and (max-width: 560px) {
    section.custom-agents .background-grey .container-interior h3 {
        font-size: 30px;
    }
}
section.custom-agents .background-blue .container-interior h4 {
    color: white;
    margin-bottom: 5rem;
}
section.custom-agents .background-grey .container-interior h4 {
    margin-bottom: 5rem;
    color: #293B5C;
}
section.custom-agents .background-blue {
    background-color: #0D2552;
}
section.custom-agents .background-grey {
    background-color: #D6DFEA;
}
section.custom-agents a.button.white-blue {
    position: relative;
    z-index: 6;
    font-size: 16px;
    color: #0D2552;
    font-weight: 700;
    background-color: white;
}
section.custom-agents a.button.white-blue:hover {
    color: white;
    font-weight: 700;
    background-color: #0D2552;
    border: 1px solid #E5312F;
}
section.custom-agents a.button.red-white {
    font-size: 16px;
    color: white;
    background-color: #E5312F;
    font-weight: 700;
}
section.custom-agents a.button.red-white:hover {
    font-size: 16px;
    color: #E5312F;
    background-color: white;
    font-weight: 700;
    border: 1px solid #0D2552;
}
@media screen and (max-width: 980px) {
    section.custom-agents .divided-section.img-box.pos-left .container-interior {
        padding-bottom: 50px;
    }
    section.custom-agents .divided-section.pos-left .container-interior {
        padding-left: 60%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.custom-agents .divided-section.img-box.pos-right .container-interior {
        padding-bottom: 50px;
    }
    section.custom-agents .divided-section.pos-right .container-interior {
        padding-right: 60%;
        padding-top: 50px;
    }
}
@media screen and (max-width: 768px) {
    section.custom-agents .divided-section.img-box.pos-right .control-box {
        position: unset;
        height: 420px;
        width: 100%;
    }
    section.custom-agents .divided-section.pos-left .container-interior {
        padding-left: 0;
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    section.custom-agents .divided-section.img-box.pos-left .control-box {
        position: unset;
        height: 420px;
        width: 100%;
    }
    section.custom-agents .divided-section.pos-right .container-interior {
        padding-right: 0;
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    section.custom-agents .background-modul {
        background-position: top;
    }
    section.custom-agents .container.no-relative {
        padding: 0 !important;
    }
    section.custom-agents .background-grey .container-interior h4 {
        margin-bottom: 2rem;
    }
    section.custom-agents .background-blue .container-interior h4 {
        margin-bottom: 2rem;
    }
    section.custom-agents .container.no-relative {
        position: relative;
        overflow: hidden;
    }
}
@media screen and (max-width: 640px) {
    section.custom-agents h3 {
        line-height: 1;
    }
}
@media screen and (max-width: 640px) {
    section.custom-agents h3 {
        line-height: 1;
        letter-spacing: initial;
    }
}

/*Insurance*/
section.custom-insurance *, section.custom-insurance ::after, section.custom-insurance ::before {
    box-sizing: border-box;
}
section.custom-insurance h2, section.custom-insurance h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
section.custom-insurance a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
section.custom-insurance a:hover {
    color: #0056b3;
    text-decoration: underline;
}
section.custom-insurance img {
    vertical-align: middle;
    border-style: none;
}
section.custom-insurance h2, section.custom-insurance h3 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
section.custom-insurance h2 {
    font-size: 2rem;
}
section.custom-insurance h3 {
    font-size: 1.75rem;
}
section.custom-insurance .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    section.custom-insurance .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    section.custom-insurance .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    section.custom-insurance .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    section.custom-insurance .container {
        max-width: 1140px;
    }
}
@media print {
    section.custom-insurance *, section.custom-insurance ::after, section.custom-insurance ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    section.custom-insurance a:not(.btn) {
        text-decoration: underline;
    }
    section.custom-insurance img {
        page-break-inside: avoid;
    }
    section.custom-insurance h2, section.custom-insurance h3 {
        orphans: 3;
        widows: 3;
    }
    section.custom-insurance h2, section.custom-insurance h3 {
        page-break-after: avoid;
    }
    section.custom-insurance .container {
        min-width: 992px !important;
    }
}
section.custom-insurance div, section.custom-insurance span, section.custom-insurance h2, section.custom-insurance h3, section.custom-insurance a, section.custom-insurance img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
section.custom-insurance img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
section.custom-insurance *, section.custom-insurance *:before, section.custom-insurance *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.custom-insurance * {
    -webkit-font-smoothing: antialiased;
}
section.custom-insurance .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    section.custom-insurance .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    section.custom-insurance .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    section.custom-insurance .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    section.custom-insurance .container {
        max-width: 1140px;
    }
}
section.custom-insurance h2, section.custom-insurance h3 {
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.3;
    font-family: "Arimo", sans-serif;
}
section.custom-insurance h2, section.custom-insurance h3 {
    font-family: "Arimo", sans-serif;
    color: #202020;
    font-weight: 400;
}
section.custom-insurance h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
    section.custom-insurance h2 {
        font-size: 30px;
    }
}
section.custom-insurance h3 {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
    section.custom-insurance h3 {
        font-size: 24px;
    }
}
section.custom-insurance span {
    color: #666666;
    font-weight: 400;
    line-height: 1.4;
}
section.custom-insurance a {
    color: inherit;
    margin: 0;
}
section.custom-insurance a:hover {
    text-decoration: none;
}
section.custom-insurance a span {
    color: inherit;
    font-weight: inherit;
}
section.custom-insurance span, section.custom-insurance a {
    display: inline-block;
}
section.custom-insurance .container-big {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 15px;
}
@media (max-width: 1280px) {
    section.custom-insurance .container-big {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    section.custom-insurance .container-big {
        padding-left: 20px;
        padding-right: 20px;
    }
}
section.custom-insurance .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 1280px) {
    section.custom-insurance .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    section.custom-insurance .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
section.custom-insurance img {
    max-width: 100%;
}
section.custom-insurance .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
section.custom-insurance .container:before, section.custom-insurance .container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}
section.custom-insurance .container:after {
    clear: both;
}
section.custom-insurance a {
    outline: 0;
}
section.custom-insurance .container-big {
    max-width: 1827px;
    width: 100%;
    position: relative;
    z-index: 3;
}
section.custom-insurance .title-subtitle {
    text-align: center;
}
section.custom-insurance .container-big .title-subtitle h3 {
    font-size: 40px;
    font-weight: 700;
    color: white;
}
@media screen and (max-width: 768px) {
    section.custom-insurance .container-big .title-subtitle h3 {
        font-size: 36px;
    }
}
@media screen and (max-width: 560px) {
    section.custom-insurance .container-big .title-subtitle h3 {
        font-size: 30px;
    }
}
section.custom-insurance .container-big .title-subtitle h2 {
    font-size: 110px;
    font-weight: 700;
    color: white;
    line-height: 0.9;
    margin-bottom: 85px;
}
@media screen and (max-width: 1230px) {
    section.custom-insurance .container-big .title-subtitle h2 {
        font-size: 90px;
    }
}
@media screen and (max-width: 980px) {
    section.custom-insurance .container-big .title-subtitle h2 {
        font-size: 64px;
    }
}
@media screen and (max-width: 768px) {
    section.custom-insurance .container-big .title-subtitle h2 {
        font-size: 36px;
    }
}
@media screen and (max-width: 560px) {
    section.custom-insurance .container-big .title-subtitle h2 {
        font-size: 30px;
    }
}
section.custom-insurance .background-red {
    background: #e13735;
    position: relative;
}
section.custom-insurance .container-big {
    padding-bottom: 8rem;
}
section.custom-insurance .layer-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.05;
}
section.custom-insurance .background-red .container-big {
    position: relative;
    z-index: 2;
}
section.custom-insurance .wrapper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
section.custom-insurance .wrapper-box .boxes-on-red:last-child {
    margin-right: 0;
}
section.custom-insurance .boxes-on-red {
    height: 256px;
    position: relative;
    color: #fff;
    border: 1px solid #F0605E;
    border-radius: 5px;
    margin-right: 2.5%;
    width: 18%;
}
section.custom-insurance .content-inside {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    height: 100%;
}
section.custom-insurance .content-inside span:first-child {
    font-size: 24px;
    font-weight: 700;
    color: white;
    display: block;
    text-transform: capitalize;
}
section.custom-insurance .content-inside span:nth-child(2) {
    font-size: 48px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    color: white;
}
section.custom-insurance .content-inside a {
    text-decoration: none;
}
section.custom-insurance .content-inside a:after {
    content: "";
    background: url("../img/arow-right.png") no-repeat;
    display: block;
    margin: auto;
    position: relative;
    text-align: center;
    width: 100%;
    height: 24px;
    background-position-x: center;
    margin-top: 10px;
    visibility: hidden;
}
@media (max-width: 767px) {
    section.custom-insurance .content-inside a:after {
        display: none;
    }
}
section.custom-insurance .content-inside {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section.custom-insurance .content-inside span {
    line-height: 1;
}
section.custom-insurance .content-inside a:hover:after {
    visibility: visible;
}
section.custom-insurance .boxes-on-red:hover {
    background-color: #F0605E;
}
section.custom-insurance .title-subtitle {
    padding-top: 6rem;
}
section.custom-insurance .absolute-right {
    position: absolute;
    top: -140.25px;
    left: 0;
}
@media (max-width: 1340px) {
    section.custom-insurance .content-inside span:nth-child(2) {
        font-size: 38px;
    }
    section.custom-insurance .boxes-on-red {
        height: 200px;
    }
}
@media (max-width: 1140px) {
    section.custom-insurance .content-inside span:nth-child(2) {
        font-size: 38px;
    }
    section.custom-insurance .content-inside span:nth-child(2) {
        font-size: 32px;
    }
    section.custom-insurance .content-inside span:nth-child(1) {
        font-size: 20px;
    }
}
@media (max-width: 980px) {
    section.custom-insurance .boxes-on-red {
        height: 150px;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 2%;
        width: 48%;
    }
    section.custom-insurance .wrapper-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 1480px) {
    section.custom-insurance .container-big {
        padding-bottom: 6rem;
    }
}
@media screen and (max-width: 640px) {
    section.custom-insurance h3 {
        line-height: 1;
    }
}
@media screen and (max-width: 420px) {
    section.custom-insurance .container-big .title-subtitle h2 {
        font-size: 50px;
    }
    section.custom-insurance .content-inside span:nth-child(2) {
        font-size: 26px;
    }
    section.custom-insurance .content-inside span:nth-child(1) {
        font-size: 16px;
    }
    section.custom-insurance .boxes-on-red {
        width: 100%;
        height: 130px;
    }
}
@media screen and (max-width: 640px) {
    section.custom-insurance h3 {
        line-height: 1;
        letter-spacing: initial;
    }
}

/*Error Ommissions*/
section.custom-error-ommissions *, section.custom-error-ommissions ::after, section.custom-error-ommissions ::before {
    box-sizing: border-box;
}
section.custom-error-ommissions h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
section.custom-error-ommissions p {
    margin-top: 0;
    margin-bottom: 1rem;
}
section.custom-error-ommissions a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
section.custom-error-ommissions a:hover {
    color: #0056b3;
    text-decoration: underline;
}
section.custom-error-ommissions h3 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
section.custom-error-ommissions h3 {
    font-size: 1.75rem;
}
section.custom-error-ommissions .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    section.custom-error-ommissions .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    section.custom-error-ommissions .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    section.custom-error-ommissions .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    section.custom-error-ommissions .container {
        max-width: 1140px;
    }
}
@media print {
    section.custom-error-ommissions *, section.custom-error-ommissions ::after, section.custom-error-ommissions ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    section.custom-error-ommissions a:not(.btn) {
        text-decoration: underline;
    }
    section.custom-error-ommissions h3, section.custom-error-ommissions p {
        orphans: 3;
        widows: 3;
    }
    section.custom-error-ommissions h3 {
        page-break-after: avoid;
    }
    section.custom-error-ommissions .container {
        min-width: 992px !important;
    }
}
section.custom-error-ommissions div, section.custom-error-ommissions h3, section.custom-error-ommissions p, section.custom-error-ommissions a, section.custom-error-ommissions i {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
section.custom-error-ommissions *, section.custom-error-ommissions *:before, section.custom-error-ommissions *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.custom-error-ommissions * {
    -webkit-font-smoothing: antialiased;
}
section.custom-error-ommissions .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    section.custom-error-ommissions .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    section.custom-error-ommissions .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    section.custom-error-ommissions .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    section.custom-error-ommissions .container {
        max-width: 1140px;
    }
}
section.custom-error-ommissions h3 {
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.3;
    font-family: "Arimo", sans-serif;
}
section.custom-error-ommissions h3 {
    font-family: "Arimo", sans-serif;
    color: #202020;
    font-weight: 400;
}
section.custom-error-ommissions h3 {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
    section.custom-error-ommissions h3 {
        font-size: 24px;
    }
}
section.custom-error-ommissions p {
    color: #666666;
    font-weight: 400;
    line-height: 1.4;
}
section.custom-error-ommissions p {
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 0;
    font-weight: 300;
}
@media (max-width: 640px) {
    section.custom-error-ommissions p {
        margin: 12px 0;
        font-size: 15px;
    }
}
section.custom-error-ommissions a {
    color: inherit;
    margin: 0;
}
section.custom-error-ommissions a:hover {
    text-decoration: none;
}
section.custom-error-ommissions a {
    display: inline-block;
}
@media (max-width: 960px) {
    section.custom-error-ommissions .button {
        padding: 15px 30px;
        font-size: 16px;
        height: auto;
        line-height: 1;
    }
}
@media (max-width: 640px) {
    section.custom-error-ommissions .button {
        padding: 14px 25px;
        font-size: 15px;
    }
}
section.custom-error-ommissions .button {
    color: white;
    display: inline-block;
    padding: 0 36px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    border-radius: 3px;
    vertical-align: top;
    background-color: #9DA287;
}
section.custom-error-ommissions .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 1280px) {
    section.custom-error-ommissions .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    section.custom-error-ommissions .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
section.custom-error-ommissions .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
section.custom-error-ommissions .container:before, section.custom-error-ommissions .container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}
section.custom-error-ommissions .container:after {
    clear: both;
}
section.custom-error-ommissions a {
    outline: 0;
}
section.custom-error-ommissions .fas {
    font-weight: 700 !important;
}
section.custom-error-ommissions i.ar-left {
    vertical-align: middle;
    display: inline-block;
    padding-left: 15px;
    font-size: 12px;
}
section.custom-error-ommissions .error-ommissions-program {
    padding-top: 6rem;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section.custom-error-ommissions .error-ommissions-program h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0D2552;
}
section.custom-error-ommissions .error-ommissions-program p {
    font-size: 16px;
    font-weight: 400;
    color: #0D2552;
}
section.custom-error-ommissions a.button.blue-white {
    background-color: #0D2552;
    margin-top: 2rem;
    border: 1px solid #0D2552;
    font-size: 16px;
    font-weight: 700;
}
section.custom-error-ommissions a.button.blue-white:hover {
    background-color: white;
    margin-top: 2rem;
    color: #0D2552;
}
section.custom-error-ommissions .error-ommissions-program {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
@media screen and (max-width: 640px) {
    section.custom-error-ommissions h3 {
        line-height: 1;
    }
    section.custom-error-ommissions .error-ommissions-program {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
@media screen and (max-width: 640px) {
    section.custom-error-ommissions h3 {
        line-height: 1;
        letter-spacing: initial;
    }
    section.custom-error-ommissions .error-ommissions-program {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

section.custom-sales *, section.custom-sales ::after, section.custom-sales ::before {
    box-sizing: border-box;
}
section.custom-sales h1, section.custom-sales h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
section.custom-sales img {
    vertical-align: middle;
    border-style: none;
}
section.custom-sales h1, section.custom-sales h4 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
section.custom-sales h1 {
    font-size: 2.5rem;
}
section.custom-sales h4 {
    font-size: 1.5rem;
}
section.custom-sales .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    section.custom-sales .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    section.custom-sales .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    section.custom-sales .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    section.custom-sales .container {
        max-width: 1140px;
    }
}
@media print {
    section.custom-sales *, section.custom-sales ::after, section.custom-sales ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    section.custom-sales img {
        page-break-inside: avoid;
    }
    section.custom-sales .container {
        min-width: 992px !important;
    }
}
section.custom-sales div, section.custom-sales h1, section.custom-sales h4, section.custom-sales em, section.custom-sales img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
section.custom-sales img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
section.custom-sales *, section.custom-sales *:before, section.custom-sales *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.custom-sales * {
    -webkit-font-smoothing: antialiased;
}
section.custom-sales .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    section.custom-sales .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    section.custom-sales .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    section.custom-sales .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    section.custom-sales .container {
        max-width: 1140px;
    }
}
section.custom-sales h1, section.custom-sales h4 {
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.3;
    font-family: "Arimo", sans-serif;
}
section.custom-sales h1, section.custom-sales h4 {
    font-family: "Arimo", sans-serif;
    color: #202020;
    font-weight: 400;
}
section.custom-sales h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 20px;
}
@media (max-width: 960px) {
    section.custom-sales h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }
}
@media (max-width: 640px) {
    section.custom-sales h1 {
        font-size: 32px;
    }
}
section.custom-sales h4 {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 15px;
}
@media (max-width: 960px) {
    section.custom-sales h4 {
        font-size: 20px;
        line-height: 1.2;
    }
}
section.custom-sales .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 1280px) {
    section.custom-sales .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    section.custom-sales .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
section.custom-sales img {
    max-width: 100%;
}
section.custom-sales .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
section.custom-sales .container:before, section.custom-sales .container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}
section.custom-sales .container:after {
    clear: both;
}
section.custom-sales .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    height: 100%;
}
section.custom-sales .center-text-arrow {
    text-align: center;
    margin: 85px auto 20px;
}
@media screen and (max-width: 767px) {
    section.custom-sales .center-text-arrow {
        margin: 45px auto 20px;
    }
}
section.custom-sales .center-text-arrow h4 {
    position: relative;
    display: inline;
}
section.custom-sales .center-text-arrow img {
    position: absolute;
    padding-top: 15px;
    padding-left: 15px;
    z-index: 2;
}
@media (max-width: 850px) {
    section.custom-sales .center-text-arrow img {
        display: none;
    }
}
section.custom-sales .hero {
    position: relative;
}
section.custom-sales .inner-content {
    margin: 190px auto 0;
}
section.custom-sales .hero.sales-page h1 {
    font-size: 120px;
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    color: white;
    line-height: 1;
    display: inline;
    position: relative;
    z-index: 3;
}
@media screen and (max-width: 1230px) {
    section.custom-sales .hero.sales-page h1 {
        font-size: 90px;
    }
}
@media screen and (max-width: 767px) {
    section.custom-sales .hero.sales-page h1 {
        font-size: 80px;
    }
}
@media screen and (max-width: 640px) {
    section.custom-sales .hero.sales-page h1 {
        font-size: 70px;
    }
}
@media screen and (max-width: 560px) {
    section.custom-sales .hero.sales-page h1 {
        font-size: 50px;
    }
}
@media screen and (max-width: 345px) {
    section.custom-sales .hero.sales-page h1 {
        font-size: 45px;
    }
}
section.custom-sales .background-red {
    background: #e13735;
    position: relative;
}
section.custom-sales .layer-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.05;
}
section.custom-sales .hero {
    position: relative;
}
section.custom-sales .inner-content.sales {
    z-index: 5;
}
section.custom-sales .hero.sales-page h4 {
    margin-top: 3rem;
    font-size: 26px;
    font-family: "Arimo", sans-serif;
    font-weight: 400;
    color: white;
    line-height: 1;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 3;
}
section.custom-sales .flex .inner-content.sales {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
section.custom-sales .inner-content.sales em {
    font-family: "Arimo", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: white;
}
section.custom-sales .hero.sales-page .container {
    z-index: 3;
}
section.custom-sales .absolute-right2 {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -147px;
}
@media (max-width: 1480px) {
    section.custom-sales .inner-content {
        margin: 150px auto 0;
        text-align: center;
    }
}
@media screen and (max-width: 1230px) {
    section.custom-sales .inner-content {
        margin: 120px auto 0;
    }
}
@media screen and (max-width: 1400px) {
    section.custom-sales .absolute-right2 {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -100px;
        max-width: 100px;
    }
}
@media screen and (max-width: 1230px) {
    section.custom-sales .inner-content.sales {
        margin: 120px auto 0;
    }
}
@media screen and (max-width: 640px) {
    section.custom-sales .hero.sales-page h4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        letter-spacing: initial;
    }
    section.custom-sales .absolute-right2 {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 50px;
        max-width: 50px;
    }
}

/*Custom Case Hero*/
section.custom-case-hero *, section.custom-case-hero ::after, section.custom-case-hero ::before {
    box-sizing: border-box;
}
section.custom-case-hero hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
section.custom-case-hero h1, section.custom-case-hero h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
section.custom-case-hero strong {
    font-weight: bolder;
}
section.custom-case-hero small {
    font-size: 80%;
}
section.custom-case-hero img {
    vertical-align: middle;
    border-style: none;
}
section.custom-case-hero h1, section.custom-case-hero h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
section.custom-case-hero h1 {
    font-size: 2.5rem;
}
section.custom-case-hero h6 {
    font-size: 1rem;
}
section.custom-case-hero hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
section.custom-case-hero small {
    font-size: 80%;
    font-weight: 400;
}
section.custom-case-hero .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    section.custom-case-hero .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    section.custom-case-hero .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    section.custom-case-hero .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    section.custom-case-hero .container {
        max-width: 1140px;
    }
}
@media print {
    section.custom-case-hero *, section.custom-case-hero ::after, section.custom-case-hero ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    section.custom-case-hero img {
        page-break-inside: avoid;
    }
    section.custom-case-hero .container {
        min-width: 992px !important;
    }
}
section.custom-case-hero div, section.custom-case-hero h1, section.custom-case-hero h6, section.custom-case-hero img, section.custom-case-hero small, section.custom-case-hero strong, section.custom-case-hero audio {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "Arimo", sans-serif;
}
section.custom-case-hero img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
section.custom-case-hero *, section.custom-case-hero *:before, section.custom-case-hero *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.custom-case-hero * {
    -webkit-font-smoothing: antialiased;
}
section.custom-case-hero .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    section.custom-case-hero .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    section.custom-case-hero .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    section.custom-case-hero .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    section.custom-case-hero .container {
        max-width: 1140px;
    }
}
section.custom-case-hero h1, section.custom-case-hero h6 {
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.3;
    font-family: "Arimo", sans-serif;
}
section.custom-case-hero h1, section.custom-case-hero h6 {
    font-family: "Arimo", sans-serif;
    color: #202020;
    font-weight: 400;
}
section.custom-case-hero h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 20px;
}
@media (max-width: 960px) {
    section.custom-case-hero h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }
}
@media (max-width: 640px) {
    section.custom-case-hero h1 {
        font-size: 32px;
    }
}
section.custom-case-hero h6 {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 15px;
}
@media (max-width: 960px) {
    section.custom-case-hero h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
section.custom-case-hero .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 1280px) {
    section.custom-case-hero .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    section.custom-case-hero .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
section.custom-case-hero img {
    max-width: 100%;
}
section.custom-case-hero .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
section.custom-case-hero .container:before, section.custom-case-hero .container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}
section.custom-case-hero .container:after {
    clear: both;
}
section.custom-case-hero .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    height: 100%;
}
section.custom-case-hero .hero {
    position: relative;
}
section.custom-case-hero .inner-content {
    margin: 190px auto 0;
}
section.custom-case-hero .layer-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.05;
}
section.custom-case-hero .hero {
    position: relative;
}
section.custom-case-hero .background-grey-nice {
    background: #d6dfea;
    position: relative;
}
section.custom-case-hero .case-page .inner-content {
    margin: initial;
    text-align: left;
    max-width: 75%;
    z-index: 3;
    margin: 190px auto 0;
}
section.custom-case-hero .hero.case-page h1 {
    font-size: 100px;
    color: #0D2552;
    line-height: 1;
    font-weight: 700;
    position: relative;
    z-index: 4;
}
@media screen and (max-width: 1230px) {
    section.custom-case-hero .hero.case-page h1 {
        font-size: 90px;
    }
}
@media screen and (max-width: 980px) {
    section.custom-case-hero .hero.case-page h1 {
        font-size: 80px;
    }
}
@media screen and (max-width: 640px) {
    section.custom-case-hero .hero.case-page h1 {
        font-size: 70px;
    }
}
@media screen and (max-width: 560px) {
    section.custom-case-hero .hero.case-page h1 {
        font-size: 50px;
    }
}
section.custom-case-hero .hero.case-page h6 {
    font-size: 22px;
    color: #E5312F;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
}
section.custom-case-hero hr.line-top {
    border: 1px solid red;
    display: inline-block;
    width: 50px;
    margin: 0;
    margin-bottom: 15px;
}
section.custom-case-hero audio#audio-payer {
    max-width: 585px;
    width: 100%;
}
section.custom-case-hero .member_div {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
}
section.custom-case-hero .hero.case-page .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
section.custom-case-hero .absolute-right3 {
    position: absolute;
    top: 150px;
    left: -100px;
}
@media (max-width: 1480px) {
    section.custom-case-hero .inner-content {
        margin: 150px auto 0;
        text-align: center;
    }
}
@media screen and (max-width: 1230px) {
    section.custom-case-hero .inner-content {
        margin: 120px auto 0;
    }
}
section.custom-case-hero .hero-content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 40px;
}
section.custom-case-hero .hero-content-bottom strong {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
section.custom-case-hero .hero-content-bottom .name_span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section.custom-case-hero .hero-content-bottom small {
    font-size: 18px;
}
section.custom-case-hero .blur-wrap {
    overflow: hidden;
    padding: 200px 0;
    width: 100%;
    height: 700px;
    position: absolute;
    bottom: -350px;
    left: 0;
    z-index: 2;
}
section.custom-case-hero .blur {
    width: 140%;
    height: 300px;
    background: white;
    -webkit-filter: blur(60px);
    filter: blur(60px);
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}
@media (max-width: 1480px) {
    section.custom-case-hero .case-page .inner-content {
        margin: 150px auto 0;
        text-align: center;
    }
}
@media screen and (max-width: 1230px) {
    section.custom-case-hero .case-page .inner-content {
        margin: 120px auto 0;
    }
    section.custom-case-hero .case-page .inner-content {
        max-width: 85%;
    }
    section.custom-case-hero .hero-content-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-start;
        padding-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    section.custom-case-hero .hero-content-bottom .member_div {
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    section.custom-case-hero .hero-content-bottom img {
        padding-right: 20px;
    }
    section.custom-case-hero .hero-content-bottom audio#audio-payer {
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 980px) {
    section.custom-case-hero .case-page .inner-content {
        max-width: 100%;
    }
}
@media screen and (max-width: 640px) {
    section.custom-case-hero .hero.case-page h6 {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 480px) {
    section.custom-case-hero .hero.case-page h6 {
        font-size: 15px;
    }
    section.custom-case-hero .hero-content-bottom {
        padding-bottom: 20px;
    }
}

/*Custom Case Content*/
section.case-content *, section.case-content ::after, section.case-content ::before {
    box-sizing: border-box;
}
section.case-content h3, section.case-content h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
section.case-content p {
    margin-top: 0;
    margin-bottom: 1rem;
}
section.case-content ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
section.case-content blockquote {
    margin: 0 0 1rem;
}
section.case-content small {
    font-size: 80%;
}
section.case-content a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
section.case-content a:hover {
    color: #0056b3;
    text-decoration: underline;
}
section.case-content img {
    vertical-align: middle;
    border-style: none;
}
section.case-content h3, section.case-content h4 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
section.case-content h3 {
    font-size: 1.75rem;
}
section.case-content h4 {
    font-size: 1.5rem;
}
section.case-content small {
    font-size: 80%;
    font-weight: 400;
}
section.case-content .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    section.case-content .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    section.case-content .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    section.case-content .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    section.case-content .container {
        max-width: 1140px;
    }
}
@media print {
    section.case-content *, section.case-content ::after, section.case-content ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    section.case-content a:not(.btn) {
        text-decoration: underline;
    }
    section.case-content blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    section.case-content img {
        page-break-inside: avoid;
    }
    section.case-content h3, section.case-content p {
        orphans: 3;
        widows: 3;
    }
    section.case-content h3 {
        page-break-after: avoid;
    }
    section.case-content .container {
        min-width: 992px !important;
    }
}
section.case-content div, section.case-content h3, section.case-content h4, section.case-content p, section.case-content blockquote, section.case-content a, section.case-content img, section.case-content small, section.case-content ul, section.case-content li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "Arimo", sans-serif;
}
section.case-content img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
section.case-content ul {
    margin: 0;
    list-style: none;
}
section.case-content ul {
    padding: 0;
}
section.case-content blockquote {
    quotes: none;
}
section.case-content blockquote:before, section.case-content blockquote:after {
    content: "";
    content: none;
}
section.case-content *, section.case-content *:before, section.case-content *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.case-content * {
    -webkit-font-smoothing: antialiased;
}
section.case-content .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    section.case-content .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    section.case-content .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    section.case-content .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    section.case-content .container {
        max-width: 1140px;
    }
}
section.case-content h3, section.case-content h4 {
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.3;
    font-family: "Arimo", sans-serif;
}
section.case-content h3, section.case-content h4 {
    font-family: "Arimo", sans-serif;
    color: #202020;
    font-weight: 400;
}
section.case-content h3 {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
    section.case-content h3 {
        font-size: 24px;
    }
}
section.case-content h4 {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 15px;
}
@media (max-width: 960px) {
    section.case-content h4 {
        font-size: 20px;
        line-height: 1.2;
    }
}
section.case-content p, section.case-content li {
    color: #666666;
    font-weight: 400;
    line-height: 1.4;
}
section.case-content p {
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 0;
    font-weight: 300;
}
@media (max-width: 640px) {
    section.case-content p {
        margin: 12px 0;
        font-size: 15px;
    }
}
section.case-content a {
    color: inherit;
    margin: 0;
}
section.case-content a:hover {
    text-decoration: none;
}
section.case-content a {
    display: inline-block;
}
section.case-content blockquote {
    padding: 0;
    position: relative;
    margin: 25px 0;
}
@media screen and (max-width: 767px) {
    section.case-content blockquote {
        margin: 15px 0;
        padding-top: 0;
    }
}
section.case-content ul {
    list-style-type: none;
}
section.case-content ul li {
    list-style: none;
}
section.case-content .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 1280px) {
    section.case-content .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    section.case-content .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
section.case-content .container-xsmall {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 30px;
    padding: 0 30px;
}
@media (max-width: 767px) {
    section.case-content .container-xsmall {
        padding-left: 20px;
        padding-right: 20px;
    }
}
section.case-content img {
    max-width: 100%;
}
section.case-content .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
section.case-content .container:before, section.case-content .container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}
section.case-content .container:after {
    clear: both;
}
section.case-content ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
section.case-content a {
    outline: 0;
}
@media screen and (max-width: 640px) {
    section.case-content h3 {
        line-height: 1;
    }
}
@media screen and (max-width: 640px) {
    section.case-content h3 {
        line-height: 1;
        letter-spacing: initial;
    }
}
section.case-content .container-xsmall p {
    font-size: 20px;
    font-weight: 400;
    color: #344057;
    letter-spacing: -1px;
}
section.case-content .container-xsmall h3 {
    font-size: 34px;
    font-weight: 700;
    color: #0D2552;
    letter-spacing: -1px;
}
section.case-content .container-xsmall h4 {
    font-size: 28px;
    font-weight: 700;
    color: #0D2552;
}
section.case-content .container-xsmall ul li {
    font-size: 20px;
    font-weight: 700;
    color: #344057;
    list-style: disc;
    line-height: 30px;
}
section.case-content .container-xsmall blockquote {
    font-size: 30px;
    font-style: italic;
    color: #E5312F;
    margin: 60px 100px;
}
section.case-content .social-media-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 0;
    transition: max-width 0.5s;
}
section.case-content .social-media-fixed.active {
    max-width: 40px;
}
section.case-content .social-media-fixed a {
    padding: 6px;
}
section.case-content .share-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
section.case-content .share-download a {
    padding: 25px 25px 0;
}
section.case-content .share-download small {
    margin-top: 5px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}
section.case-content .left-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 20px;
}
section.case-content .container.top-w {
    z-index: 3;
}
@media screen and (max-width: 1230px) {
    section.case-content .left-elements {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 0;
    }
    section.case-content .social-media-fixed, section.case-content .share-download {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    section.case-content .share-download a {
        padding: 0 15px 0;
    }
    section.case-content .share-download small {
        display: none;
    }
    section.case-content .share-download img {
        max-width: 30px;
    }

    section.case-content .social-media-fixed.active {
        max-width: 125px;
    }
}
@media screen and (max-width: 767px) {
    section.case-content .share-download a:first-child {
        display: none;
    }
    section.case-content .share-download small {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    section.case-content .container-xsmall {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 480px) {
    section.case-content .container-xsmall p {
        font-size: 18px;
    }
    section.case-content .container-xsmall h3 {
        font-size: 25px;
    }
    section.case-content .container-xsmall ul li {
        font-size: 18px;
    }
    section.case-content .container-xsmall blockquote {
        margin: 20px 20px;
    }
}

/* 03/02/2020 */
.bottom .socials {
    margin: 0 auto;
}
.bottom .socials ul {
    text-align: center;
}
.socials {
    margin-bottom: 15px;
}
.socials ul li {
    display: inline-block;
    margin: 0 1px;
}
.socials ul li:first-child {
    margin-left: 0;
  }
  .socials ul li:last-child {
    margin-right: 0;
  }
.socials ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background-color: #153D72;
    padding: 8px;
    transition: all .3s ease;
}
.socials ul li a:hover {
    background-color: #0D2552
}