@font-face {
    font-family: 'Aestetico';
    src: local('Aestetico Regular'), url(fonts/Aestetico-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Aestetico';
    src: local('Aestetico Medium'), url(fonts/Aestetico-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Aestetico';
    src: local('Aestetico SemiBold'), url(fonts/Aestetico-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Aestetico';
    src: local('Aestetico Bold'), url(fonts/Aestetico-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

.rich-content *,
.rich-content *::after,
.rich-content *::before {
    box-sizing: border-box
}

.rich-content * {
    font-family: 'Aestetico', sans-serif;
    font-weight: 400;
    outline: none;
    webkit-box-shadow: none;
    box-shadow: none;
    margin: 0
}

.rich-content {
    margin: 0 auto;
    color: #00447b;
    max-width: 1158px;
    background-color: #fff
}

.rc-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1060px
}

.rc-container-small {
    max-width: 862px
}

.rc-container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.rc-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-margin {
    margin: 0
}

.rc-justify-content-center {
    justify-content: center
}

.rc-align-center {
    align-items: center
}

.rc-align-baseline {
    align-items: baseline
}

.rc-align-start {
    align-items: flex-start
}

.rc-align-end {
    align-items: flex-end
}

.rc-text-right {
    text-align: right
}

.rc-text-left {
    text-align: left
}

.rc-text-center {
    text-align: center
}

.rc-col,
.rc-col-1,
.rc-col-10,
.rc-col-11,
.rc-col-12,
.rc-col-2,
.rc-col-3,
.rc-col-4,
.rc-col-5,
.rc-col-6,
.rc-col-7,
.rc-col-8,
.rc-col-9,
.rc-col-auto,
.rc-col-lg,
.rc-col-lg-1,
.rc-col-lg-10,
.rc-col-lg-11,
.rc-col-lg-12,
.rc-col-lg-2,
.rc-col-lg-3,
.rc-col-lg-4,
.rc-col-lg-5,
.rc-col-lg-6,
.rc-col-lg-7,
.rc-col-lg-8,
.rc-col-lg-9,
.rc-col-lg-auto,
.rc-col-md,
.rc-col-md-1,
.rc-col-md-10,
.rc-col-md-11,
.rc-col-md-12,
.rc-col-md-2,
.rc-col-md-3,
.rc-col-md-4,
.rc-col-md-5,
.rc-col-md-6,
.rc-col-md-7,
.rc-col-md-8,
.rc-col-md-9,
.rc-col-md-auto,
.rc-col-sm,
.rc-col-sm-1,
.rc-col-sm-10,
.rc-col-sm-11,
.rc-col-sm-12,
.rc-col-sm-2,
.rc-col-sm-3,
.rc-col-sm-4,
.rc-col-sm-5,
.rc-col-sm-6,
.rc-col-sm-7,
.rc-col-sm-8,
.rc-col-sm-9,
.rc-col-sm-auto,
.rc-col-xl,
.rc-col-xl-1,
.rc-col-xl-10,
.rc-col-xl-11,
.rc-col-xl-12,
.rc-col-xl-2,
.rc-col-xl-3,
.rc-col-xl-4,
.rc-col-xl-5,
.rc-col-xl-6,
.rc-col-xl-7,
.rc-col-xl-8,
.rc-col-xl-9,
.rc-col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.rc-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.rc-col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.rc-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.rc-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.rc-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.rc-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.rc-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.rc-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.rc-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.rc-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.rc-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.rc-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.rc-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.rc-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .rc-offset-md-0 {
        margin-left: 0
    }

    .rc-offset-md-1 {
        margin-left: 8.333333%
    }

    .rc-offset-md-2 {
        margin-left: 16.666667%
    }

    .rc-offset-md-3 {
        margin-left: 25%
    }

    .rc-offset-md-4 {
        margin-left: 33.333333%
    }

    .rc-offset-md-5 {
        margin-left: 41.666667%
    }

    .rc-offset-md-6 {
        margin-left: 50%
    }

    .rc-offset-md-7 {
        margin-left: 58.333333%
    }

    .rc-offset-md-8 {
        margin-left: 66.666667%
    }

    .rc-offset-md-9 {
        margin-left: 75%
    }

    .rc-offset-md-10 {
        margin-left: 83.333333%
    }

    .rc-offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:576px) {
    .rc-col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .rc-col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .rc-col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .rc-col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .rc-col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .rc-col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .rc-col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .rc-col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .rc-col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .rc-col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .rc-col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .rc-col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .rc-col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .rc-col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .rc-col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .rc-col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .rc-col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .rc-col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .rc-col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .rc-col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .rc-col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .rc-col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .rc-col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .rc-col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .rc-col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .rc-col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .rc-col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .rc-col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .rc-col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .rc-col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .rc-col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .rc-col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .rc-col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .rc-col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .rc-col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .rc-col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .rc-col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .rc-col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .rc-col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .rc-col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .rc-col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .rc-col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .rc-col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .rc-col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .rc-col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .rc-col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .rc-col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .rc-col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .rc-col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .rc-col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .rc-col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .rc-col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .rc-col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .rc-col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .rc-col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .rc-col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.rich-content * {
    line-height: normal
}

.rich-content img,
.rich-content video {
    max-width: 100%
}

.rich-content strong {
    font-weight: 700;
    font-style: inherit
}

.rich-content sup,
.rich-content sub {
    font-weight: inherit
}

.rich-content .rc-header {
    font-size: 53.92px;
    font-weight: 700;
    background: linear-gradient(0deg, rgba(4, 84, 165, 1) 0%, rgba(0, 188, 240, 1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.rich-content a {
    -webkit-transition: ease .3s;
    transition: ease .3s
}

.rich-content #rc-section-1 .rc-row-1 {
    padding-top: 64px
}

.rich-content #rc-section-1 .rc-row-2 {
    padding-top: 73px
}

.rich-content #rc-section-2 .rc-row-1 {
    padding-top: 141px
}

.rich-content #rc-section-2 .rc-row-2 {
    padding-top: 58px
}

.rich-content #rc-section-2 .rc-row-2 .rc-paragraph-1 {
    font-size: 40.64px;
    line-height: 45.72px;
    font-weight: 500
}

.rich-content #rc-section-2 .rc-row-3 {
    padding-top: 67px
}

.rich-content #rc-section-2 .rc-row-3 .rc-paragraph {
    background-color: #00438e;
    border-radius: 50%;
    height: 162px;
    width: 162px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.rich-content #rc-section-2 .rc-row-3 .rc-paragraph strong {
    font-size: 31.88px;
    line-height: 41.91px;
    color: #fff
}

.rich-content #rc-section-2 .rc-row-3 .rc-paragraph strong sub {
    font-size: 18px;
    font-weight: 600
}

.rich-content #rc-section-2 .rc-row-4 {
    padding-top: 77px
}

.rich-content #rc-section-2 .rc-row-4 table {
    width: 100%;
    padding: 0;
    margin: 0;
    color: inherit;
    text-align: center
}

.rich-content #rc-section-2 .rc-row-4 table thead th {
    vertical-align: bottom
}

.rich-content #rc-section-2 .rc-row-4 table thead th:nth-child(2) {
    font-size: 39.53px;
    font-weight: 700
}

.rich-content #rc-section-2 .rc-row-4 table thead th:nth-child(2) strong {
    font-weight: 400;
    font-size: 19.05px
}

.rich-content #rc-section-2 .rc-row-4 table thead th:nth-child(3) {
    font-size: 39.53px
}

.rich-content #rc-section-2 .rc-row-4 table tbody tr td {
    background-color: #bfd7e5;
    border-radius: 35px;
    padding: 15px 0;
    font-size: 34.19px
}

.rich-content #rc-section-2 .rc-row-4 table tbody tr td:nth-child(1) {
    padding: 15px 35px;
    font-size: 39.53px;
    font-weight: 700;
    text-align: left
}

.rich-content #rc-section-2 .rc-row-4 .rc-paragraph-1 {
    font-size: 23.98px;
    margin: 0 13px
}

.rich-content #rc-section-3 .rc-row-1 {
    padding-top: 106px
}

.rich-content #rc-section-3 .rc-row-1 .rc-paragraph-1 {
    font-size: 43.51px;
    font-weight: 600
}

.rich-content #rc-section-3 .rc-row-2 {
    padding-top: 51px
}

.rich-content #rc-section-3 .rc-row-3 .rc-paragraph {
    font-size: 25.4px;
    font-weight: 600;
    padding-top: 29px
}

.rich-content #rc-section-4 .rc-row-1 {
    padding-top: 132px
}

.rich-content #rc-section-4 .rc-row-1 .rc-image-wrapper-1 img {
    background-color: #fff;
    padding: 0 35px
}

.rich-content #rc-section-4 .rc-row-2 {
    border: 6px solid #e51c11;
    border-radius: 53px;
    padding-top: 94px;
    padding-bottom: 65px;
    margin-top: -30px
}

.rich-content #rc-section-4 .rc-row-2 .rc-image-wrapper {
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center
}

.rich-content #rc-section-4 .rc-row-2 .rc-paragraph:nth-child(even) {
    font-size: 25.6px;
    line-height: 25.6px;
    font-weight: 600;
    min-height: 179px;
    padding-top: 30px;
    padding-bottom: 21px
}

.rich-content #rc-section-4 .rc-row-2 .rc-paragraph:nth-child(odd) {
    font-size: 20.94px;
    line-height: 25.6px;
    font-weight: 500
}

.rich-content #rc-section-4 .rc-row-2 .rc-paragraph:nth-child(odd) sub {
    font-size: 14px
}

.rich-content #rc-section-4 .rc-row-3 {
    padding-top: 146px
}

.rich-content #rc-section-4 .rc-row-4 {
    background-color: #00458b;
    border-radius: 71px;
    color: #fff;
    padding-top: 59px;
    padding-bottom: 69px
}

.rich-content #rc-section-4 .rc-row-4 .rc-image-wrapper {
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center
}

.rich-content #rc-section-4 .rc-row-4 .rc-paragraph-1,
.rich-content #rc-section-4 .rc-row-4 .rc-paragraph-3,
.rich-content #rc-section-4 .rc-row-4 .rc-paragraph-5 {
    font-size: 30px;
    font-weight: 600
}

.rich-content #rc-section-4 .rc-row-4 .rc-paragraph-2,
.rich-content #rc-section-4 .rc-row-4 .rc-paragraph-4,
.rich-content #rc-section-4 .rc-row-4 .rc-paragraph-6 {
    font-size: 25.4px;
    font-weight: 600
}

.rich-content #rc-section-4 .rc-row hr {
    height: 4px;
    background: #fff;
    border: 0;
    margin: 20px auto;
    width: 91px
}

.rich-content #rc-section-5 .rc-row-1 {
    padding-top: 139px
}

.rich-content #rc-section-5 .rc-row-2 {
    padding-top: 43px
}

.rich-content #rc-section-5 .rc-row-2 .rc-image-wrapper {
    margin-bottom: 8px
}

.rich-content #rc-section-5 .rc-row-3 {
    padding-top: 23px
}

.rich-content #rc-section-5 .rc-row-4 {
    padding-top: 25px;
    padding-bottom: 95px;
    column-gap: 20px;
    color: #00438e
}

.rich-content #rc-section-5 .rc-row-4 .rc-paragraph {
    font-size: 25.4px
}

.rich-content #rc-section-5 .rc-row-4 .rc-col-12:nth-child(1),
.rich-content #rc-section-5 .rc-row-4 .rc-col-12:nth-child(2) {
    border-right: 3px solid #00438e
}

@media (max-width:767px) {
    .rich-content #rc-section-1 .rc-row-1>div,
    .rich-content #rc-section-3 .rc-row-1>div,
    .rich-content #rc-section-5 .rc-row-1>div {
        text-align: center !important
    }

    .rich-content #rc-section-2 .rc-row-3 {
        row-gap: 15px
    }

    .rich-content #rc-section-4 .rc-row-2 .rc-paragraph:nth-child(even),
	.rich-content #rc-section-4 .rc-row-2 .rc-image-wrapper,
	.rich-content #rc-section-4 .rc-row-4 .rc-image-wrapper {
        min-height: unset
    }

    .rich-content #rc-section-4 .rc-row-2 .rc-paragraph:nth-child(odd),
    .rich-content #rc-section-4 .rc-row-4 .rc-paragraph-2,
    .rich-content #rc-section-4 .rc-row-4 .rc-paragraph-4,
    .rich-content #rc-section-4 .rc-row-4 .rc-paragraph-6 {
        padding-bottom: 30px
    }

    .rich-content #rc-section-5 .rc-row-4 {
        row-gap: 15px;
        text-align: center
    }

    .rich-content #rc-section-2 .rc-row-4>div {
        overflow-x: auto
    }

    .rich-content #rc-section-5 .rc-row-4 .rc-col-12:nth-child(1),
    .rich-content #rc-section-5 .rc-row-4 .rc-col-12:nth-child(2) {
        border-right: unset
    }
}