*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0
}

html {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    color: #292F33
}

a {
    color: #0066b1
}

.heat-text{
    font-weight: bold;
    color: #0066b1;
}

.lity-content img {
    max-height: 500px !important
}


.about-h2 {
    text-transform: uppercase;
    position: relative;
    display: inline-block
}

.about-h2::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0066b1
}

.page-content {
    /*min-height: 100vh*/
}

.page-header {
    padding: 120px 0;
    background: url("../images/SQUARE_All.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.page-header .overlay {
    opacity: .7
}

.page-header .container {
    position: relative;
    z-index: 5;
    text-align: center
}

.page-header .container h1 {
    text-transform: uppercase;
    font-size: 40px;
    word-wrap: break-word;
    letter-spacing: 15px;
    color: #fff
}

.page-description {
    color: #62707a;
    font-weight: 100;
    text-align: center;
    letter-spacing: .5px;
    padding: 50px 40px
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: #ccc;
    opacity: 0.53
}

.mobile-only {
    display: none
}

.btn-outlined {
    color: #fff;
    background-color: #0066b1;
    border: 1.5px solid white;
    text-decoration: none;
    padding: 18px 60px;
    font-size: 20px;
    display: inline-block;
    -webkit-transition: .3s all;
    transition: .3s all
}

.btn-outlined:hover {
    background-color: #fff;
    color: #292F33
}

.btn-action {
    color: white;
    background-color: #0066b1;
    padding: 18px 60px;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    -webkit-transition: .3s all;
    transition: .3s all
}

.btn-action:hover {
    background-color: #c8e079
}

.title-start-line {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    padding-left: 20px;
    position: relative;
    color: #454856
}

.title-start-line::after {
    content: '';
    position: absolute;
    width: 10px;
    top: -10px;
    bottom: -10px;
    left: 0px;
    background-color: #0066b1
}

.title-start-line small {
    display: block;
    font-weight: 300;
    font-size: 25px
}

.subinfo {
    background-color: #454856;
    color: white;
    padding: 111px 163px 111px 63px;
    position: relative
}

.subinfo-tabs {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}



.subinfo-tab {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #0066b1;
    margin-left: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 15px;
    height: 70px;
    cursor: pointer
}

.subinfo-tab:hover {
    background-color: #d9e9a2
}

.subinfo-icon {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-right: 1px solid transparent;
    padding-right: 0px;
    position: relative;
    width: 47px;
    transition: .3s all ease-in-out
}

.subinfo-title {
    width: 0;
    overflow: hidden;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    margin-left: 0px
}

.subinfo .active-tab .subinfo-icon {
    border-right: 1px solid #fff;
    padding-right: 15px
}

.subinfo .active-tab .subinfo-title {
    width: 180px;
    margin-left: 18px;
    line-height: 1
}

.subinfo-text {
    font-weight: 100;
    font-size: 18px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    overflow: hidden;
    opacity: 1
}

.subinfo-text p {
    display: none
}

.subinfo-text .active-tab-text {
    display: block
}

.title-bottom-line {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 40px;
    line-height: 1;
    position: relative;
    text-align: center;
    color: #454856
}

.title-bottom-line strong {
    font-weight: 700
}

.title-bottom-line::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 5px;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0066b1
}

.navbar {
    background: #fff
}

.navbar .toggle {
    padding: 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none
}

.navbar .toggle .custom-logo-link {
    display: inline;
    width: 200px;
    padding: 10px
}

.navbar .toggle .custom-logo-link img {
    width: 100%;
    height: auto !important
}

.navbar .toggle svg {
    width: 35px
}

.navbar .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar .container .custom-logo-link {
    display: inline-block;
    width: 254px;
}

.navbar .container .custom-logo-link img {
    width: 33%;
    height: auto !important
}

.navbar-main-list,
.navbar-sub-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.navbar-main-list {
    position: relative;
    z-index: 16;
}

.navbar-main-list li,
.navbar-sub-list li {
    margin: 0 33px 0 0
}

.navbar-main-list li a,
.navbar-sub-list li a {
    color: #454856;
    text-decoration: none
}

.navbar-main-list li:last-child {
    margin-right: 0
}

.navbar-main-list>li {
    position: relative
}

.navbar-main-list>li a {
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: .3s color;
    transition: .3s color
}

.navbar-main-list>li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 4px;
    background-color: #0066b1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.navbar-main-list>li:hover>a {
    color: #0066b1
}

.navbar-main-list>li:hover .sub-menu {
    display: block
}

.navbar-main-list>li:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.navbar-main-list>li .sub-menu {
    position: absolute;
    z-index: 6;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    width: 250px;
    display: none;
    -webkit-box-shadow: 0px 25px 25px rgba(34, 34, 34, 0.2);
    box-shadow: 0px 25px 25px rgba(34, 34, 34, 0.2);
    padding: 10px;
    left: 0;
    top: 25px;
    margin: 0
}

.navbar-main-list>li .sub-menu li {
    padding: 3px 15px;
    width: 100%;
    margin-right: 0
}

.navbar-main-list>li .sub-menu li:hover {
    background-color: #0066b1
}

.navbar-main-list>li .sub-menu li:hover a {
    color: #fff
}

.navbar-main-list>li .sub-menu li a {
    font-weight: 400;
    width: 100%;
    display: inline-block
}

.navbar-sub {
    position: absolute;
    right: 15px;
    bottom: 0;
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    z-index: 15
}

.navbar-sub-list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #0066b1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navbar-sub-list li {
    position: relative;
    margin: 0;
    -webkit-transition: .3s background-color;
    transition: .3s background-color
}

.navbar-sub-list li:hover {
    background-color: #a1c42e
}

.navbar-sub-list li:hover .sub-menu {
    display: block;
    margin: 0;
    padding: 0
}

.navbar-sub-list li::after {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    right: 0;
    width: 1px;
    background-color: #a1c42e
}

.navbar-sub-list li a {
    color: white;
    width: 100%;
    display: inline-block;
    padding: 10px 25px
}

.navbar-sub .sub-menu {
    position: absolute;
    top: 40px;
    left: 0;
    width: 220px;
    z-index: 15;
    background-color: #292F33;
    list-style-type: none;
    display: none
}

.navbar-sub .sub-menu li::after {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    height: 1px
}

.navbar-sub .sub-menu li:first-child::after {
    display: none
}

.navbar-sub .sub-menu li:hover {
    background-color: #0066b1
}

.navbar-sub .sub-menu li a {
    display: inline-block;
    width: 100%
}


.navbar-mobile {
    position: fixed;
    background: #1a1a1ad7;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999;
}

.navbar-mobile .sub-menu {
    height: 0;
    overflow: hidden;
}

.navbar-mobile li {
    margin-bottom: 3px;
}

.navbar-mobile .sub-menu li a {
    font-weight: 400;
}

.navbar-mobile .menu-item-has-children a {
    position: relative;
}

.navbar-mobile .menu-item-has-children>a::after {
    content: '<';
    position: absolute;
    left: -20px;
    top: 3px;
    transform: rotate(270deg);
    color: #f5f5f5;
    font-size: 20px;
}

.navbar-mobile ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
}

.navbar-mobile ul li a {
    font-size: 1.35rem;
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.navbar-mobile .sub-menu.show {
    height: max-content;
}


.navbar-mobile.show {
    display: flex;
}

#navbar-mobile-close {
    position: absolute;
    top: 80px;
    right: 25px;
    color: #fff;
    font-weight: 100;
    font-size: 3rem;
}

.header {
    background-image: url("../images/slide-background.jpg");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .overlay {
    opacity: 0.7
}

.header .container {
    position: relative;
    padding-top: 120px;
    padding: 120px 250px 20px 250px;
    z-index: 2;
    height: 100%
}

.header .slider {
    text-align: center
}

.header .slider .slide-title {
    width: 100%
}

.header .slider .slide-info {
    margin-top: 43px;
    font-weight: 400
}

.header .slider .slide .btn-outlined {
    margin-top: 43px
}

.header-founders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 63px;
    margin-bottom: 10px
}

.header-founders a {
    display: inline-block;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
}

.header-founders a:first-child {
    margin-right: 45px
}

.header-founders a img {
    width: 100%
}

.about {
    padding: 42px 0
}

.about-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-row-img {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-right: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-row-img img {
    width: 100%
}

.about-row-info {
    margin-top: 70px;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%
}

.about-row-info-description {
    margin-top: 100px;
    font-size: 18px;
    padding-right: 70px;
    font-weight: 200
}

.about-row-info-btn {
    margin-top: 100px
}

.about .about-subinfo {
    margin-top: 183px
}

.wps {
    margin-top: 80px
}

.wps-info {
    background-color: #0066b1;
    padding: 50px 0;
    margin-top: 70px;
    text-align: center
}

.wps-info-button {
    margin-top: 50px
}

.wps-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wps-slider .slick-track {
    padding-top: 25px
}

.wps-slider-column {
    padding: 0 60px
}

.wps-slider-item {
    text-align: left;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 100px 20px 50px 30px;
    background-color: #fff;
    border-radius: 40px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 15px transparent;
    box-shadow: 0 5px 15px transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.wps-slider-item:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-box-shadow: 0 5px 15px rgba(41, 47, 51, 0.3);
    box-shadow: 0 5px 15px rgba(41, 47, 51, 0.3)
}

.wps-slider-title {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 4;
    min-height: 120px;
    margin-bottom: 50px;
    color: #454856
}

.wps-slider-button {
    background-color: #0073b6;
    padding: 0;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    position: relative;
    z-index: 4
}

.wps-slider-button:hover {
    background-color: #04a2ff
}

.wps-slider-number {
    position: absolute;
    z-index: 1;
    font-weight: 700;
    font-size: 280px;
    opacity: .1;
    top: 35%;
    left: -12%;
    line-height: 0
}

.media {
    margin-top: 60px
}

.media-block {
    margin-top: 200px;
    background: url("../images/home.png") fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    padding-bottom: 60px
}

.media-block .overlay {
    background-color: #ccc;
    opacity: .72
}

.media-info {
    position: relative;
    z-index: 5
}

.media-description {
    color: #fff;
    text-align: center;
    margin-bottom: 80px
}

.media-video {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-box-shadow: 0 0 25px transparent;
    box-shadow: 0 0 25px transparent
}

.media-video-preview {
    width: 70%
}

.media-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.media-video:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.media-video:hover .media-video-preview {
    -webkit-box-shadow: 0 0 25px rgba(0, 115, 182, 0.3);
    box-shadow: 0 0 25px rgba(0, 115, 182, 0.3)
}

.media-btn {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    margin-top: 60px
}

.gallery-mobile {
    display: none
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows: minmax(100px, auto);
    grid-auto-flow: dense;
    grid-gap: 10px;
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%)
}

.gallery-item {
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.gallery-item .overlay {
    background-color: #0066b1;
    -webkit-transition: .3s all;
    transition: .3s all;
    opacity: 0
}

.gallery-item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    opacity: 0;
    z-index: 5;
    -webkit-transition: .3s all;
    transition: .3s all
}

.gallery-item:hover .overlay {
    opacity: .5
}

.gallery-item:hover a {
    opacity: 1
}

.gallery-item:nth-child(1) {
    grid-row: span 2;
    height: 100%;
    margin-bottom: 10px
}

.gallery-item:nth-child(4) {
    grid-column: span 2
}

.gallery-item:nth-child(5) {
    grid-column: span 3
}

.news {
    margin-top: 70px
}

.news .container {
    text-align: center
}

.news-link {
    color: white;
    text-decoration: none
}

.news-last {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows: minmax(100px, auto);
    grid-auto-flow: dense;
    grid-gap: 10px
}

.news-block {
    background-position: center center;
    background-size: cover;
    color: white;
    width: 350px;
    position: relative;
    padding: 30px;
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.news-block .overlay {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 1;
    -webkit-transition: .1s all ease-in-out;
    transition: .1s all ease-in-out
}

.news-block:nth-child(1) {
    grid-row: span 2;
    height: 100%;
    width: 100%;
    text-align: left
}

.news-block:nth-child(2) {
    grid-column: span 2;
    width: 100%
}

.news-block:nth-child(3) {
    grid-column: span 2;
    width: 100%
}

.news-block-content {
    position: relative;
    z-index: 4;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.news-block:hover .news-block-content {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%)
}

.news-block:hover .overlay {
    background-color: #0073b6;
    opacity: .5
}

.news-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px
}

.news-description {
    margin: 20px 0;
    font-weight: 100
}

.news-date {
    letter-spacing: 5px;
    font-weight: 100
}

.news-btn {
    margin-top: 50px
}

.partners {
    /*background-color: #F6F6F6;*/
    position: relative;
    /* margin-top: 50px */
}

.partners-title {
    color: #F1F1F1;
    font-weight: 100;
    font-size: 60px;
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    letter-spacing: 7px;
    text-transform: uppercase
}

.partners-slide {
    text-align: center
}

.partners-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    z-index: 4;
    padding: 45px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0 !important
}

.partners-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners-slider .slick-prev {
    position: absolute;
    z-index: 5;
    left: 40%;
    top: 90%
}

.partners-slider .slick-next {
    position: absolute;
    z-index: 5;
    right: 40%;
    top: 90%
}

.partners-slider .slick-dots {
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 15px
}

.partners-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.partners-slide {
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.partners-slide a {
    display: inline-block;
    height: 100%
}

.partners-slide a img {
    width: 100%
}

.partners-slide:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.footer {
    background-color: #454856;
    color: white;
    padding: 50px 0
}

.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-column:nth-child(2) {
    text-align: right
}

.footer-founders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-founders img {
    max-width: 250px
}

.footer-info {
    width: 70%;
    font-weight: 100;
    margin: 40px 0
}

.footer-site-by {
    font-weight: 100;
    font-size: 13px;
    color: #777c93;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    text-decoration: none
}

.footer-site-by:hover {
    color: white
}

.mobile-only #footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

@media (max-width: 1200px) {
    .wps-slider-item {
        padding: 153px 20px 89px 30px
    }

    .slick-dots li button:before {
        font-size: 20px !important
    }

    .wps-slider .slick-dots li button:before {
        top: 20px !important
    }
}

@media (max-width: 992px) {
    .mobile-only {
        display: block
    }

    .gallery-item:nth-child(2) {
        grid-row: span 2
    }

    .gallery-item:nth-child(3) {
        display: none !important
    }

    .navbar {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 99
    }

    .navbar .toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .navbar .toggle .custom-logo-link {
        display: inline-block
    }

    .navbar-navs {
        display: none
    }

    .navbar-navs.mobile-only {
        display: block
    }

    .navbar>.container>.custom-logo-link {
        display: none
    }

    .navbar-navs {
        width: 100%
    }

    .navbar-main {
        text-align: center;
    }

    .navbar-main ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .navbar-main ul .sub-menu {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
        left: initial;
        top: initial;
        right: initial;
        bottom: initial;
        overflow: hidden;
        width: 100%;
        height: 0;
        -webkit-transition: .3s all;
        transition: .3s all;
        background-color: #e9e9e9
    }

    .navbar-main ul .sub-menu li {
        margin-top: 2px;
        border-top: 1px solid #fff
    }

    .navbar-main ul li {
        margin: 0;
        margin-bottom: 13px
    }

    .navbar-main ul li a {
        font-size: 16px;
    }

    .navbar-main ul li::after {
        display: none
    }


    .navbar-sub {
        text-align: center;
        position: relative;
        left: initial;
        top: initial;
        right: initial;
        bottom: initial;
        -webkit-transform: initial;
        transform: initial;
        margin-bottom: 35px
    }

    .navbar-sub ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .navbar-sub ul li .sub-menu {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
        left: initial;
        top: initial;
        right: initial;
        bottom: initial;
        overflow: hidden;
        width: 100%;
        height: 0;
        -webkit-transition: .3s all;
        transition: .3s all;
        background-color: #e9e9e9
    }

    .navbar-sub ul li .sub-menu li {
        margin-top: 2px;
        border-top: 1px solid #fff;
        background-color: #5d721b;
        border: none
    }

    .navbar-sub ul li:even {
        background-color: #000
    }

    .header .container {
        padding: 155px 20px 75px 20px
    }

    .header .container p {
        font-size: 30px
    }

    .header .container .btn-outlined {
        font-size: 30px
    }

    .about-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about-row-img {
        text-align: center;
        margin: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .about-row-img img {
        width: 50% !important
    }

    .about-row-info {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
        margin-top: 25px
    }

    .about-row-info h2::after {
        top: initial;
        bottom: -25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 95px;
        height: 5px
    }

    .about-row-info p {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 50px;
        font-size: 30px
    }

    .about-row-info .btn-action {
        margin-top: 50px;
        font-size: 35px
    }

    .about .subinfo {
        margin-top: 70px !important
    }

    .about .subinfo-tab {
        height: 100px
    }

    .about .subinfo h4 {
        font-size: 30px
    }

    .about .subinfo-text {
        font-size: 25px
    }

    .wps-slider-number {
        left: -2%
    }

    .wps .btn-outlined {
        font-size: 30px
    }

    .news-block {
        height: 500px
    }

    .news .news-last {
        grid-template-columns: minmax(auto, 1fr)
    }

    .news .news-block:nth-child(1) {
        height: 500px;
        grid-row: span 1;
        grid-column: span 2;
        text-align: center
    }

    .news .btn-action {
        font-size: 30px
    }
}

@media (max-width: 768px) {

    p,
    a {
        font-size: 16px;
    }

    .header-founders a {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .subinfo {
        display: none
    }

    .wps-slider-column {
        padding: 0
    }

    .media-block {
        padding-top: 50px;
        margin-top: 50px
    }

    .media-block .gallery {
        display: none
    }

    .media .gallery-mobile {
        position: relative;
        z-index: 5;
        display: block;
        margin-bottom: 30px
    }

    .media .gallery-mobile img {
        width: 100%
    }

    .partners .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-column:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .footer-column:first-child p {
        width: 100%
    }

    .footer-column:last-child {
        display: none
    }
}

@media (max-width: 576px) {
    .page-header .container h2 {
        font-size: 30px
    }

    .page-description {
        padding: 30px 10px
    }

    .page-header .container h1 {
        font-size: 30px;
        letter-spacing: 0px
    }
}

@media (max-width: 400px) {
    .custom-logo-link {
        width: 120px !important
    }
}

/*# sourceMappingURL=style.css.map */
