@media (max-width: 575.98px) {
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 4rem;
    }
    
    h3 {
        font-size: 3.2rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 4rem;
    }
    
    .navbar-brand__image {
        margin-top: -6px;
        height: 36px;
        width: auto;
    }
    
    .col-xs--margin-top {
        margin-top: 30px;
    }
    
    .col-xs--margin-top-2x {
        margin-top: 60px;
    }
    
    .xs--hidden {
        display: none;
    }
    
    .text-xs-justify {
        text-align: justify;
    }
    
    .bottom__span {
        margin-bottom: 30px;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.6rem;
        color: #ffffff;
        font-weight: 400;
        text-align: center;
        line-height: 1em;
        position: relative;
        top: 8px;
        display: block;
    }
    
    .bottom__image {
        margin: 0 auto;
        height: 28px;
        width: auto;
        display: block;
    }
    
    .bottom__logo {
        height: 80px;
        width: auto;
        display: inline-block;
    }

}

@media (min-width: 576px) {

    .bottom__span {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.6rem;
        color: #ffffff;
        line-height: 1em;
        position: relative;
        top: 4px;
        display: inline-block;
    }
    
    .bottom__image {
        margin-right: 10px;
        height: 18px;
        width: auto;
        display: inline-block;
    }
    
}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 4rem;
    }
    
    h3 {
        font-size: 3.2rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 4rem;
    }
    
    .navbar-brand__image {
        margin-top: -6px;
        height: 36px;
        width: auto;
    }
    
    .bottom__logo {
        height: 80px;
        width: auto;
        display: inline-block;
    }

    .col-sm--margin-top {
        margin-top: 30px;
    }
    
    .col-sm--margin-top-2x {
        margin-top: 60px;
    }
    
    .sm--hidden {
        display: none;
    }
    
    .text-sm-justify {
        text-align: justify;
    }

}

@media (max-width: 767.98px) {
    
    .bottom-nav .nav-item {
        margin: 10px 0 !important;
        display: block !important;
    }

}

@media (min-width: 768px) {

    .bottom-nav .nav-item {
        margin: 0 20px 0 0 !important;
        display: inline-block !important;
        position: relative;
        top: 7px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 4rem;
    }
    
    h3 {
        font-size: 3.2rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 4rem;
    }
    
    .navbar-brand__image {
        margin-top: -6px;
        height: 36px;
        width: auto;
    }
    
    .bottom__logo {
        height: 80px;
        width: auto;
        display: inline-block;
    }

    .col-md--margin-top {
        margin-top: 30px;
    }
    
    .col-md--margin-top-2x {
        margin-top: 60px;
    }
    
    .md--hidden {
        display: none;
    }
    
    .text-md-justify {
        text-align: justify;
    }

}

@media (min-width: 768px) {
    
    .news__inner {
        height: 100%;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        display: flex;
    }
    
}

@media (min-width: 992px) {

    .bottom__logo {
        height: 56px;
        width: auto;
        display: inline-block;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    h1 {
        font-size: 4.4rem;
    }
    
    h2 {
        font-size: 4.4rem;
    }
    
    h3 {
        font-size: 3.2rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 4.4rem;
    }
    
    .navbar-brand__image {
        margin-top: -6px;
        height: 36px;
        width: auto;
    }
    
    .col-lg--margin-top {
        margin-top: 30px;
    }
    
    .col-lg--margin-top-2x {
        margin-top: 60px;
    }
    
    .lg--hidden {
        display: none;
    }
    
    .text-lg-justify {
        text-align: justify;
    }

}

@media (max-width: 1199.98px) {
    
    .navbar--custom {
        background-color: #ffffff;
        -webkit-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
    }
    
    .navbar-brand {
        margin: 0 0 3px 0;
        position: relative;
        top: 4px;
        left: 7px;
    }
    
    .navbar-nav {
        margin: 20px 0 10px 0;
    }
    
    .navbar-nav .nav-item {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 1.8rem;
        color: #ffffff;
        list-style-type: none;
        text-align: center;
    }
    
    .navbar-nav .nav-item:last-child {
        margin-bottom: 0;
    }
    
    .navbar-nav .nav-item a {
        margin: 0;
        padding: 0 0 2px 0;
        color: #2a2425;
    }
    
    .navbar-nav li a:hover, .navbar-nav li a:focus {
        background: #283e5b;
        background: -webkit-linear-gradient(0deg, rgba(40, 62, 91, 1) 0%, rgba(60, 97, 146, 1) 100%);
        background: -moz-linear-gradient(0deg, rgba(40, 62, 91, 1) 0%, rgba(60, 97, 146, 1) 100%);
        background: linear-gradient(0deg, rgba(40, 62, 91, 1) 0%, rgba(60, 97, 146, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#283e5b', endColorstr='#3C6192' ,GradientType=0);
        color: #ffffff;
    }
    
    .navbar-collapse {
        background-color: #ffffff;
    }
    
    .navbar-btn {
        position: absolute;
        top: -5px;
        right: 50px; 
    }
    
    .navbar-btn .btn {
        border-radius: 0 !important;
    }
    
}

@media (min-width: 1200px) {
    
    h1 {
        font-size: 5.2rem;
    }
    
    h2 {
        font-size: 5.2rem;
    }
    
    h3 {
        font-size: 3.2rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 5.2rem;
    }

    .navbar-nav li a {
        margin: 0;
        padding: 10px 30px !important;
        color: #2a2425;
        position: relative;
    }
    
    .navbar--custom .navbar-nav li a:hover, .navbar--custom .navbar-nav li a:focus {
        color: #3c6192;
    }
    
    .navbar--custom {
        background-color: #ffffff;
        height: 100px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand__image {
        margin-top: -10px;
        height: 76px;
        width: auto;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand {
        height: 100px;
        line-height: 100px;
    }
    
    .navbar--shrink {
        background-color: #ffffff;
        height: 50px;
        transition: height ease-in-out .3s;
        -webkit-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
    }
    
    .navbar--shrink .navbar-brand__image {
        height: 36px;
        width: auto;
        position: relative;
        top: -1px;
    }
    
    .navbar--shrink .navbar-nav li a {
        color: #2a2425;
        border-top: none;
    }
    
    .navbar--shrink .navbar-nav li a:hover, .navbar--shrink .navbar-nav li a:focus {
        background: #283e5b;
        background: -webkit-linear-gradient(0deg, rgba(40, 62, 91, 1) 0%, rgba(60, 97, 146, 1) 100%);
        background: -moz-linear-gradient(0deg, rgba(40, 62, 91, 1) 0%, rgba(60, 97, 146, 1) 100%);
        background: linear-gradient(0deg, rgba(40, 62, 91, 1) 0%, rgba(60, 97, 146, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#283e5b', endColorstr='#3C6192' ,GradientType=0);
        color: #ffffff;
    }

    .navbar--shrink .navbar-brand, .navbar--shrink .navbar-nav li a {
        height: 50px;
        line-height: 50px;
    }
    
    .navbar--shrink .navbar-nav li a {
        margin: 0 !important;
        padding: 0 35px !important;
    }
    
    .nav-item, .navbar-btn .btn--custom {
        font-size: 1.4rem !important;
    }
    
    .navbar-nav .nav-item:last-child {
        margin-right: 13px;
        padding-right: 0;
    }
    
    .navbar--custom .navbar-nav li a:after {
        background-color: #3c6192;
        height: 0;
        width: 1px;
        display: block;
        content: '';
        transition: height .3s;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar--custom .navbar-nav li a:hover:after {
        height: 60%;
        //transition: height .3s;
    }
    
    .navbar--shrink .navbar-nav li a:after {
        display: none;
    }
    
    .navbar--shrink .btn {
        height: 50px;
        border-radius: 0 !important;
    }

    .col-xl--margin-top {
        margin-top: 30px;
    }
    
    .xl--hidden {
        display: none;
    }
    
    .text-xl-justify {
        text-align: justify;
    }

}

html, body {
    height: 100%;
    font-size: 62.5%;
}

body * {
    -moz-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.body {
    background-color: #ffffff;
}

h1, h2, h6 {
    margin: 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
}

h1 a, h1 a:hover, h1 a:focus, h2 a, h2 a:hover, h2 a:focus, h3 a, h3 a:hover, h3 a:focus {
    color: inherit;
    text-decoration: none;
}

h3, h4, h5 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1em;
}

p {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 2.6rem;
}

p:first-child {
    margin-top: 0;
}

section li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
}

section .container {
    position: relative;
    z-index: 2;
}

strong {
    font-weight: 800;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    height: auto;
    max-width: 1920px;
    overflow-x: hidden;
}

.navbar--custom {
    z-index: 9999;
}

.navbar--custom .nav-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    white-space: nowrap;
    position: relative;
}

.navbar-toggler--custom {
    background: transparent !important;
    border: none;
    border-radius: 0 !important;
}

.navbar-toggler--custom:focus {
    background: transparent !important;
    outline: none !important;
}

.navbar-toggler .icon-bar {
    background-color: #2a2425;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    height: 2px;
    width: 22px;
    border-radius: 1px;
    display: block;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    background-color: #3c6192;
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    background-color: #3c6192;
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background-color: #3c6192;
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.navbar-btn .btn {
    min-width: 122px !important;
}

.news {
    background-color: #ffffff;
}

.news--padding {
    padding: 70px 0;
}

.news__heading-2 {
    color: #3c6192;
}

.news__heading-3 {
    color: #2a2425 !important;
}

.news p {
    font-size: 1.6rem;
    color: #2a2425;
}

.news__span {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #3c6192;
    line-height: 1em;
}

.news__box {
    position: relative;
}

.news__image {
    height: auto;
    max-width: 100%;
}

.news__box:after {
    border: 8px solid #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.4;
    content: '';
}

.news__owl .owl-stage {
    display: flex;
}

.news__owl .item {
    height: 100%;
}

.news__owl-dots .owl-dot.active span, .news__owl-dots .owl-dot:hover span {
      background-color: #3c6192;
}

.news__owl-dots .owl-dot {
    margin-right: 4px;
    padding: 0;
    background-color: transparent;
    border: 0;
    display: inline-block;
    zoom: 1;
    *display: inline-block;
}

.news__owl-dots .owl-dot span {
    margin: 4px;
    background-color: #afbdd1;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.news__owl-dots, .news__owl-dots .owl-dot:active, .news__owl-dots .owl-dot:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bottom {
    background-color: #3c6192;
}

.bottom--padding {
    padding: 70px 0 0 0;
}

.bottom__heading-2 {
    margin-bottom: 30px;
    color: #ffffff;
    text-transform: inherit;
}

.bottom__heading-3 {
    color: #ffffff;
}

.bottom p {
    font-size: 1.6rem;
    color: #ffffff;
}

.bottom ul {
    margin: 0;
    padding: 0;
}

.bottom ul li.nav-item {
    margin: 0 20px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 2.6rem;
    list-style-type: none;
}

.bottom p a, .bottom p a:focus, .bottom li a, .bottom li a:focus, .bottom__link, .bottom__link:focus {
    color: inherit;
    text-decoration: none;
}

.bottom p a:hover, .bottom li a:hover, .bottom__link:hover .bottom__span {
    color: #afbdd1 !important;
}

.bottom--line {
    height: 51px;
    position: relative;
}

.bottom--line * {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.bottom__row {
    margin-top: 10px;
}

.bottom-nav {
    margin: 0 !important;
    padding: 0 !important;
}

.bottom-nav li, .bottom-nav li a {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer--padding {
    padding: 40px 0;
}

.footer .container {
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer p {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.4);
}

.footer p a, .footer p a:focus {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

.footer p a:hover {
    color: #3c6192 !important;
}

.form-control--custom {
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
}

.form-control:focus {
    background-color: transparent;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #3c6192;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input.form-control--custom, select.form-control--custom {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px !important;
}

input::-webkit-input-placeholder {
    color: #ffffff !important;
}
					
input:-moz-placeholder {
    color: #ffffff !important;
}
					
input::-moz-placeholder {
    color: #ffffff !important;
}
					
input:-ms-input-placeholder {  
    color: #ffffff !important;
}

.textarea--custom {
    padding: 15px;
    resize: none;
}

textarea::-webkit-input-placeholder {
    color: #ffffff !important;
}
					
textarea:-moz-placeholder {
    color: #ffffff !important;
}
					
textarea::-moz-placeholder {
    color: #ffffff !important;
}
					
textarea:-ms-input-placeholder {  
    color: #ffffff !important;
}

input:focus::placeholder, textarea:focus::placeholder {
    color: #ffffff !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
    margin 10px 0;
    padding: 10px 15px;
    background-color: #8b0000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent .wpcf7-response-output {
    padding: 10px 15px;
    background-color: #008b21;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent div.wpcf7-response-output:before, .wpcf7-form.invalid div.wpcf7-response-output:before {
    margin: 0 12px 0 0;
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px/30px;
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.wpcf7-form.sent div.wpcf7-response-output:before {
    content: '\f00c';
}

.wpcf7-form.invalid div.wpcf7-response-output:before {
    content: '\f00d';
}

span .wpcf7-not-valid {
    border: 2px solid #8b0000 !important;
}

span.wpcf7-not-valid-tip {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.6rem !important;
    color: #8b0000 !important;
}

.btn--custom {
    padding: 15px 34px 15px 34px;
    width: auto;
    min-width: 200px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    white-space: nowrap;
    border: 0;
    border-radius: 25px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--custom:hover, .btn--custom:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn--blue, .btn--blue:focus {
    background: #283e5b;
    background: -webkit-linear-gradient(0deg, rgba(40, 62, 91, 1) 0%, rgba(60, 97, 146, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(40, 62, 91, 1) 0%, rgba(60, 97, 146, 1) 100%);
    background: linear-gradient(0deg, rgba(40, 62, 91, 1) 0%, rgba(60, 97, 146, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#283e5b', endColorstr='#3C6192' ,GradientType=0);
    color: #ffffff;
}

.btn--blue:hover {
    background: #3c6192;
    background: -webkit-linear-gradient(0deg, rgba(60, 97, 146, 1) 0%, rgba(40, 62, 91, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(60, 97, 146, 1) 0%, rgba(40, 62, 91, 1) 100%);
    background: linear-gradient(0deg, rgba(60, 97, 146, 1) 0%, rgba(40, 62, 91, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c6192', endColorstr='#283e5b' ,GradientType=0);
    color: #ffffff;
}

.btn--white, .btn--white:focus {
    background: #ffffff;
    color: #3c6192;
}

.btn--white:hover {
    background: #afbdd1;
    color: #ffffff;
}


.btn--wide {
    width: 100%;
}

.btn--margin-top {
    margin-top: 30px;
}

.btn--margin-top-2x {
    margin-top: 60px;
}

.row--margin-top {
    margin-top: 30px;
}

.row--margin-top-2x {
    margin-top: 60px;
}

.preloader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.preloader__inner {
    margin: -40px 0 0 -40px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 10px solid #f8f8f8;
    border-top: 10px solid #3c6192;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.arrow {
    height: 56px;
    width: 56px;
    position: relative;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}

.arrow__fa {
    font-size: 3rem;
    color: #3c6192;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow a, .arrow a:focus {
    background-color: #ffffff;
    height: 56px;
    width: 56px;
    color: #3c6192;
    display: block;
    transition: ease all .2s;
    border-radius: 50%;
}

.arrow:hover .arrow__fa {
    color: #ffffff !important;
}

.arrow a:hover {
    background-color: #afbdd1;
    transition: ease all .2s;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background-cover {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.background-contain {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 100%;
}

.background-cover--ct {
    background-position: center top;
}

.background-cover--cc {
    background-position: center center;
}

.background-cover--cb {
    background-position: center bottom;
}

.background-cover--rb {
    background-position: right bottom;
}

.background-cover--lc {
    background-position: left center;
}

.background-cover--rc {
    background-position: right center;
}

.background-cover--rt {
    background-position: right top;
}

.grecaptcha-badge {
    visibility: hidden;
}

.social-list {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.bottom .social-list {
    margin-top: 30px;
}

.bottom .social-list__item {
    margin-left: 10px;
    height: 44px;
    width: 44px;
    list-style: none;
    float: left;
}

.social-list__item {
    margin-left: 15px;
    padding: 0;
    height: 20px;
    width: auto;
    list-style: none;
    display: inline-block;
}

.social-list__item:first-child {
    margin: 0;
    padding: 0;
}

.sli__image {
    height: 16px;
    width: auto;
}

.bottom__iframe {
    height: 250px;
    width: 100%;
    border: 0;
    display: block;
}