.section-hero {
    position: relative
}

.section-hero:before {
    z-index: 5;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 341px 341px 0;
    border-color: transparent #89d800 transparent transparent;
    pointer-events: none
}

@media (max-width:1023px) {
    .section-hero:before {
        display: none
    }
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .section-hero:before {
        display: block;
        border-width: 0 120px 120px 0
    }
}

.section-hero:after {
    content: "";
    z-index: 6;
    position: absolute;
    top: 868px;
    right: -325px;
    width: 330px;
    height: 493px;
    background: #0b283a;
    -webkit-transform: skewx(45deg);
    -ms-transform: skewx(45deg);
    transform: skewx(45deg);
    pointer-events: none
}

@media (max-width:1600px) {
    .section-hero:after {
        top: 568px;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 258px 258px 0;
        border-color: transparent #0b283a transparent transparent;
        background: none;
        -webkit-transform: skewx(0);
        -ms-transform: skewx(0);
        transform: skewx(0)
    }
}

@media (max-width:1399px) {
    .section-hero:after {
        top: 485px
    }
}

@media (max-width:1023px) {
    .section-hero:after {
        top: 532px;
        border-width: 0 130px 130px 0
    }
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .section-hero:after {
        bottom: auto;
        top: 545px;
        border-width: 0 95px 95px 0
    }
}

.section-hero .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-hero .section__content {
    z-index: 4;
    position: relative;
    width: 50%;
    padding: 347px 100px 210px 20px;
    min-height: 977px
}

@media (max-width:1850px) {
    .section-hero .section__content {
        /*padding: 307px 0 210px 100px;*/
		padding: 307px 100px 210px 40px;
    }
}

@media (max-width:1600px) {
    .section-hero .section__content {
        /*padding: 250px 0 150px 100px;*/
        padding: 250px 8% 150px 30px;
        min-height: 680px
    }
}

@media (max-width:1399px) {
	/*
    .section-hero .section__content {
        width: 65%;
        padding: 200px 0 100px 75px;
        min-height: 597px
    }
	*/
	
	.section-hero .section__content {
		width: 58%;
		padding: 295px 10% 100px 12px;
		min-height: 597px;
	}
}

@media (max-width:1023px) {
	/*
    .section-hero .section__content {
        width: 70%;
        padding: 175px 0 44px 50px
    }
	*/
	.section-hero .section__content {
		width: 65%;
		padding: 295px 13% 44px 10px;
	}
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .section-hero .section__content {
        width: 100%;
        text-align: center;
        padding: 45px 0;
        min-height: auto
    }
}

.section-hero .section__content.section__content--secondary {
    padding-bottom: 166px
}

@media (max-width:1023px) {
    .section-hero .section__content.section__content--secondary {
        padding-bottom: 0
    }
    .section-hero .section__content.section__content--secondary .section__title {
        padding-bottom: 26px
    }
    .section-hero .section__content.section__content--secondary .section__title:after {
        width: 100px
    }
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .section-hero .section__content.section__content--secondary .section__title {
        padding-bottom: 19px
    }
    .section-hero .section__content.section__content--secondary .section__title:after {
        width: 80px
    }
}

.section-hero .section__content.section__content--wider {
    width: 57%;
    padding-bottom: 103px
}

@media (max-width:1023px) {
    .section-hero .section__content.section__content--wider {
        width: 70%;
        padding-bottom: 30px
    }
    .section-hero .section__content.section__content--wider .section__title {
        padding-right: 30px;
        padding-bottom: 26px
    }
    .section-hero .section__content.section__content--wider .section__title:after {
        width: 100px
    }
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .section-hero .section__content.section__content--wider {
        width: 100%;
        padding-bottom: 39px
    }
    .section-hero .section__content.section__content--wider .section__title {
        padding-right: 0;
        padding-bottom: 19px
    }
    .section-hero .section__content.section__content--wider .section__title:after {
        width: 80px
    }
    .section-hero .section__content.section__content--wider .section__actions {
        margin-top: 31px;
        text-align: left
    }
}

.section-hero .section__title {
    position: relative;
    padding-bottom: 28px
}

.section-hero .section__title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background: #8ad800
}

.section-hero .section__title h1 {
    color: #fff;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

@media (max-width:1023px) {
    .section-hero .section__title {
        padding-bottom: 22px
    }
    .section-hero .section__title:after {
        width: 80px
    }
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .section-hero .section__title {
        padding-bottom: 20px
    }
    .section-hero .section__title:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.section-hero .section__text {
    margin-top: 20px
}

.section-hero .section__text h5 {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 50px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

@media (max-width:1023px) {
    .section-hero .section__text h5 {
        font-size: 20px;
        margin-bottom: 47px
    }
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .section-hero .section__text h5 {
        font-size: 18px;
        margin-bottom: 32px
    }
}

.section-hero .section__text>p {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: hsla(0, 0%, 100%, .7);
    font-size: 18px;
    line-height: 1.4;
    max-width: 75%;
    letter-spacing: .01em;
    padding-bottom: 24px;
    margin-bottom: 0;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

.section-hero .section__text>p a {
    position: relative;
    color: #8ad800;
    text-decoration: none;
    -webkit-transition: color .4s;
    transition: color .4s
}

.section-hero .section__text>p a:hover {
    color: #fff
}

@media (max-width:1023px) {
    .section-hero .section__text>p {
        max-width: 71%
    }
}

@media (max-width:1023px) {
    .section-hero .section__text p {
        font-size: 16px;
        line-height: 1.38;
        letter-spacing: .007em
    }
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .section-hero .section__text {
        margin-top: 15px
    }
    .section-hero .section__text p {
        max-width: 100%;
        text-align: left
    }
}

@media (max-width:1023px) {
    .section-hero .section__text.section__text--alt h5 {
        max-width: 71%;
        margin-bottom: 31px
    }
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .section-hero .section__text.section__text--alt h5 {
        max-width: 100%
    }
}

.section-hero .section__text-inner p {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: hsla(0, 0%, 100%, .7);
    font-size: 18px;
    line-height: 1.4;
    max-width: 84%;
    letter-spacing: .01em;
    margin-bottom: 0;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

@media (max-width:1023px) {
    .section-hero .section__text-inner p {
        max-width: 71%
    }
}

.section-hero .section__text-inner p+p {
    padding-top: 24px
}

@media (max-width:1023px) {
    .section-hero .section__text-inner p {
        font-size: 16px;
        line-height: 1.38;
        letter-spacing: .007em
    }
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .section-hero .section__text-inner p {
        max-width: 100%
    }
}

.section-hero .section__actions {
    margin-top: 78px
}

.section-hero .section__actions ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-hero .section__actions li+li {
    margin-left: 15px
}

.section-hero .section__actions .btn {
    min-width: 200px;
    padding: 0 79px 0 29px
}

@media (max-width:1023px) {
    .section-hero .section__actions {
        margin-top: 55px
    }
    .section-hero .section__actions ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .section-hero .section__actions li {
        width: 100%
    }
    .section-hero .section__actions li+li {
        margin-top: 18px;
        margin-left: 0
    }
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .section-hero .section__actions {
        margin-top: 45px
    }
    .section-hero .section__actions.section__actions--secondary {
        margin-top: 31px;
        text-align: center
    }
    .section-hero .section__actions.section__actions--secondary li {
        width: auto
    }
}

.section-hero .section__bg,
.section-hero .section__bg img,
.section-hero .section__bg video {
    clip-path: polygon(0 0, 200% 0, 100% 100%, 63% 100%)
}

@media (max-width:1023px) {
    .section-hero .section__bg,
    .section-hero .section__bg img,
    .section-hero .section__bg video {
        clip-path: polygon(0 0, 200% 0, 100% 100%, 80% 100%)
    }
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .section-hero .section__bg,
    .section-hero .section__bg img,
    .section-hero .section__bg video {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%, 29% 100%, 0 81%, 0 0)
    }
}

.section-hero .section__bg:before {
    z-index: 2;
    content: "";
    position: absolute;
    bottom: 27px;
    left: 36px;
    height: calc(100% - 27px);
    width: calc(100% - 36px);
    background: linear-gradient(159.3deg, #081e2b 1.4%, rgba(8, 30, 43, 0) 48.42%);
    clip-path: polygon(0 0, 200% 0, 100% 100%, 63% 100%)
}

@media (max-width:1023px) {
    .section-hero .section__bg:before {
        bottom: 18px;
        left: 26px;
        height: calc(100% - 18px);
        width: calc(100% - 26px);
        clip-path: polygon(0 0, 200% 0, 100% 100%, 80% 100%)
    }
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .section-hero .section__bg:before {
        top: 0;
        bottom: auto;
        left: 9px;
        height: 600px;
        width: 100%;
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%, 29% 100%, 0 81%, 0 0)
    }
}

.section-hero .section__bg {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 977px;
    max-height: 977px;
    height: 100%;
    width: 81%;
    background: #8ad800
}

.section-hero .section__bg img,
.section-hero .section__bg video {
    position: absolute;
    bottom: 27px;
    left: 36px;
    height: calc(100% - 27px);
    width: calc(100% - 36px);
    -o-object-fit: cover;
    object-fit: cover
}

.section-hero .section__bg .btn-play {
    z-index: 3;
    top: 48.5%;
    right: 23.7%;
    left: auto
}

@media (max-width:1600px) {
    .section-hero .section__bg {
        min-height: 680px;
        max-height: 680px
    }
}

@media (max-width:1399px) {
    .section-hero .section__bg {
        min-height: 597px;
        max-height: 597px
    }
}

@media (max-width:1023px) {
    .section-hero .section__bg {
        width: 89%
    }
    .section-hero .section__bg img,
    .section-hero .section__bg video {
        bottom: 18px;
        left: 26px;
        height: calc(100% - 18px);
        width: calc(100% - 26px)
    }
    .section-hero .section__bg .btn-play {
        z-index: 7;
        right: 18%;
        width: 67px;
        height: 67px
    }
    .section-hero .section__bg .btn-play svg {
        width: 25px
    }
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .section-hero .section__bg {
        position: relative;
        width: 110%;
        height: 617px;
        min-height: 617px;
        max-height: 617px;
        left: -10px
    }
    .section-hero .section__bg img,
    .section-hero .section__bg video {
        top: 0;
        bottom: auto;
        left: 9px;
        height: 600px;
        width: 100%
    }
    .section-hero .section__bg .btn-play {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-60%, -5%);
        -ms-transform: translate(-60%, -5%);
        transform: translate(-60%, -5%)
    }
}

body.theme-white .section-hero .section__title h1 {
    color: #0b283a
}

body.theme-white .section-hero .btn-play {
    background: #fff
}

body.theme-white .section-hero .section__text h5 {
    color: #0b283a
}

body.theme-white .section-hero .section__text-inner p,
body.theme-white .section-hero .section__text>p {
    color: rgba(11, 40, 58, .7)
}

body.theme-white .section-hero .section__text-inner p a:hover,
body.theme-white .section-hero .section__text>p a:hover {
    color: #0b283a
}

body.theme-white .section-hero .section__bg:before {
    background: linear-gradient(159.3deg, #fff 1.4%, hsla(0, 0%, 100%, 0) 48.42%)
}