.about-full-bleed {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
.page-template-about-us-page #main-about-us-content {
	overflow: visible;
}  
.about-hero-video {
	height: 90vh;     
	min-height: 90vh;  
}
.about-hero-video > .wp-block-getwid-section__wrapper {
	height: 100%;
}
.video-block-text {
	width: 100%;
	max-width: 1140px;
	margin: auto;
}
.about-hero-video .title {
    margin: 0px 0px 0px 0px;
    font-family: "Roboto Condensed", Sans-serif;
    line-height: 62px;
    font-weight: 500;
}
.about-hero-video .sub-heading {
    margin: 20px 0px 0px 0px;
    font-family: "Helvetica", Sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0px;
    color: #D4E1F5;
}
.image-block {
    padding: 100px 0;
}

.image-block .wp-block-image, .image-block .image-block-icon{
    width:120px;
    height: 120px;
    margin: auto;
    background-color: #5D7F99;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.image-block .wp-block-image:hover, .image-block .image-block-icon:hover{
    background-color: #b85450;
}
.image-block .image-block-icon i  {
    color: #fff;
    font-size: 60px;
}
.image-block .wp-block-image figure{
    width: 60px;
}

.image-block .title{
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    color:#000;
    margin: 20px 0 8px;
}

.image-block .description{
    font-size: 17px;
    line-height: 1;
    color: #23445d;
}
.how_to_b {
    max-width: 1140px;
    margin: auto !important;
    padding: 60px 0 80px;
}

.how_to_b .title{
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    color: #23445d;
    position: relative;
}

.how_to_b .description{
    color: #333333;
    padding: 10px 0px 0px 0px;
    max-width: 700px;
    margin: 0 auto 30px;
}
 .wp-block-image.imagess{
    margin: 0 0 5px !important;
}
.becom_i .wp-block-getwid-tabs__tab-content{
    background:#fff;
    border: 1px solid  #eee;
    border-top: 0;
    padding: 30px;
}
.becom_i .wp-block-getwid-tabs__nav-link a {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    border: 0;
    line-height: 1.6em;
    box-shadow: none;
    color: #333;
}
.becom_i .wp-block-getwid-tabs__nav-link{
    background: #f9f9f9;
    width: 33.33%;
    margin: 0;
    text-align: center;
    position: relative;
    border-color: #ebeef1;
}
.becom_i .has-layout-horizontal-center>.wp-block-getwid-tabs__nav-links {
    justify-content: space-between;
}
.becom_i .wp-block-getwid-tabs__nav-link.ui-state-active{
    position: relative;
    background:#fff;
}
.becom_i .wp-block-getwid-tabs__nav-link.ui-state-active::before {
    content: "";
    display: block; /* ключове */
    position: absolute;
    left: 0;
    right: 0;       /* краще ніж right: 3px + width:100% */
    top: 0;
    height: 4px;
    background-color:#5d7f99;
    z-index: 10;
}

#ui-id-1 .wp-block-getwid-tabs__title::before {
    content: "\f234";
    font-family: "Font Awesome 5 Free" !important;
    vertical-align: middle;
    margin-right: 10px;
    color: #5d7f99;
    font-weight: 900;
}

#ui-id-2 .wp-block-getwid-tabs__title::before {
    content: "\f0cb";
    font-family: "Font Awesome 5 Free" !important;
    vertical-align: middle;
    margin-right: 10px;
    color: #5d7f99;
    font-weight: 900;
}

#ui-id-3 .wp-block-getwid-tabs__title::before {
    content: "\f02d";
    font-family: "Font Awesome 5 Free" !important;
    vertical-align: middle;
    margin-right: 10px;
    color: #5d7f99;
    font-weight: 900;
}
.tab_form_box{
    gap:3px;
} 
.tab_form_box .learn-press-message{
    margin:  0 0 25px;
}