@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed&display=swap');
html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    /* height: 100%; */
}

body {
    overflow-x: hidden;
    width: 100%;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* height: 100%; */
    position: relative;
}

.forBarlow *{
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
}
::-moz-selection {
    color: #fff;
    background: #3b519f;
}

::selection {
    color: #fff;
    background: #3b519f;
}

label,
p {
    margin: 0;
    font-weight:normal
}

button,
input,
select,
textarea {
    background: 0 0;
    border: none;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

textarea{
    vertical-align:middle;
}

ul {
    padding: 0;
    margin: 0
}
li{
    list-style:none;
}

dl,
ol,
ul {
    margin-bottom: 0
}
.htmlFixed{
    overflow:hidden
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0
}
.rowSection {
    padding: 90px 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.container1045 {
    width: 1120px;
    margin: 0 auto;
    max-width: 100%;
}
.component1, .component2 {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.pt0{
    padding-top:0 !important
}
.pb0{
    padding-bottom:0 !important
}
.component1 > div, .component2 > div {
    display: table-cell;
    vertical-align: top;
}
.c1_text {
    width: 520px;
    padding-left: 50px;
}

.tcx04 h1 {
    font-size: 60px;
    margin: -14px 0 49px;
    color: #3b519f;
    font-weight: 300;
    line-height: 64px;
    font-family: 'Barlow Condensed', sans-serif;
}
.tcx04 p {
    color: #3a3a3a;
    font-size: 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    letter-spacing: -0.2px;
}
.tcx04 h1 span {
    font-weight: 700;
}
.purple_bg.rowSection {
    background: #3b519f;
    padding: 40px 0;
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.the_sentence {
    color: #fff;
    float: right;
    font-size: 30px;
    font-weight: 300;
    text-align: right;
    font-family: 'Barlow', sans-serif;
    line-height: normal;
    margin: 0;
}
.the_sentence strong {
    display: block;
    font-family: inherit;
    font-weight: 700;
}
.component2 > div.c1_text {
    padding-left: 0;
    padding-right: 50px;
}
.tcx04 div > img {
    width: 100%;
}
.paragraph_section {
    text-align: right;
}
.paragraph_section.text-left {
    text-align: left;
}
.paragraph_section p:first-child {
    width: 780px;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.paragraph_section.text-left p:first-child {
    width: 100%;
}
.paragraph_section p {
    line-height: normal;
    color: #3a3a3a;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    letter-spacing: -0.2px;
}
.r_colors {
    float: right;
}
.r_colors li {
    float: left;
}

.r_colors li a {
    height: 60px;
    line-height: 58px;
    padding: 0 20px;
    border: 1px solid #3b519f;
    color: #3b519f;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
    position: relative;
}
.r_colors li a::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: #3b519f;
    transition: all .3s;
}
.r_colors li:first-child a::before {
    right: 0;
    width: 0;
}
.r_colors li:last-child a::before {
    left: 0;
    width: 100%;
}
.r_colors li a span {
    position: relative;
    z-index: 2;
    color: inherit;
    font-weight: inherit;
}
.r_colors li:last-child a {
    color: #fff;
    font-weight: 500;
    margin-left: -1px;
}
.listComponent li {
    clear: both;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #3b519f;
    line-height: normal;
}

@media (min-width: 993px){
    .r_colors:hover li:last-child a::before {
        width: 0;
    }
    .r_colors:hover li:first-child a::before {
        width: 100%;
        transition: all .3s;
    }
    .r_colors:hover li:first-child a {
        color: #fff;
    }
    .r_colors:hover li:last-child a {
        color: #3b519f;
    }
}
@media (max-width: 1170px){
    .container1045 {
        width: 94%;
    }
}
@media(max-width:992px){
    .component1 > div:last-child, .component2 > div:last-child {
        margin-top: 30px;
    }
    .component1 > div, .component2 > div {
        display: block;
        width: 100%;
    }
    .component1, .component2 {
        display: block;
    }
    .the_sentence {
        font-size: 24px;
    }
    .rowSection {
        padding: 60px 0;
    }
    .tcx04 h1 {
        font-size: 42px;
        margin-bottom: 30px;
        margin-top: 0;
        line-height: 42px;
    }
    .tcx04 p {
        font-size: 21px;
        line-height: normal;
    }
}
@media(max-width:768px){
    .component1 > div.mobileFull, .component2 > div.mobileFull {
        width: auto;
        margin-left: -4%;
        margin-right: -4%;
    }
    .tcx04 h1 {
        font-size: 28px;
        line-height: 28px;
    }
    .tcx04 p {
        font-size: 18px;
    }
    .the_sentence {
        font-size: 18px;
    }
    .r_colors li {
        float: none;
        clear: both;
    }
    .r_colors li a {
        padding: 0 15px;
        width: 100%;
        font-size: 22px;
        line-height: 48px;
        height: 50px;
    }
    .r_colors li:last-child a {
        margin-left: 0;
    }
    .r_colors {
        float: none;
    }
    .purple_bg.rowSection {
        padding: 30px 0;
        min-height: 120px;
    }
}
