html .kenesis-body div.rv-content > div {
    padding: 20px !important;
}

.kenesis-body .rv-image {
    position: relative;
    overflow: visible;
}

.kenesis-body .rv-image > .inner-ctn {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.kenesis-body section {
    position: relative;
}

.kenesis-body .rv-content,
.kenesis-body .rv-head,
.kenesis-body .rv-shead {
    background-color: transparent !important;
}

.kenesis-body .rv-head > .inner-ctn,
.kenesis-body .rv-shead > .inner-ctn {
    padding: 0 !important;
}

.kenesis-body .bot-nav {
    height: 100px;
    width: 100%;
    position: relative;
    background-color: white;
    filter: drop-shadow(0px 0px 3px #333);
}

.kenesis-body .go-to-top-btn {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #ccc;
    font-size: 70px;
    cursor: pointer;
}

.kenesis-body .go-to-top-btn:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 40px;
    border-color: transparent transparent #fff transparent;
}

.kenesis-body .go-to-top-btn:after {
    content: "";
    position: absolute;
    top: -10px;
    right: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 40px;
    border-color: transparent transparent transparent #fff;
}

.kenesis-body section[data-n="2"] > .inner-ctn > .half-ctn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    min-height: 600px;
    width: calc(50% - 5px);
}

.kenesis-body section[data-n="2"] > .inner-ctn > .half-ctn .rv-content {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 80%;
}

.kenesis-body section[data-n="2"] > .inner-ctn > .half-ctn svg:first-child {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 80%;
	z-index: 2;
}

.kenesis-body section[data-n="2"] > .inner-ctn > .half-ctn svg:last-child {
    position: absolute;
    top: -200%;
    left: -200%;
    opacity: 0;
    z-index: -1;
}

.kenesis-body section[data-n="3"] > .rv-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body section[data-n="3"] > .rv-image > div {
    background-attachment: fixed;
}

.kenesis-body section[data-n="3"] > .inner-ctn {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

.kenesis-body section[data-n="3"] > .inner-ctn > .rv-content {
    max-width: 1100px;
    margin: 0 auto;
}

.kenesis-body section[data-n="3"] > .inner-ctn .clickable-block {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

@-moz-document url-prefix() {
	.kenesis-body section[data-n="3"] > .inner-ctn .clickable-block {
		margin: 0 20px;	
		max-width: 150px
	}
}

.kenesis-body section[data-n="3"] > .inner-ctn .clickable-block:has(div) {
	width: 150px;
	margin: 0 20px;
	aspect-ratio: 1 / 1;
}

.kenesis-body section[data-n="3"] > .inner-ctn .clickable-block[data-size="large"]:has(div) {
	width: 300px;
	margin: 0 20px;
	aspect-ratio: 1 / 1;
}

.kenesis-body section[data-n="3"] > .inner-ctn .clickable-block .rv-image {
    width: 100%;
    /*height: 150px;*/
	height: 100%;
    margin-bottom: 20px;
}

.kenesis-body section[data-n="3"] > .inner-ctn .clickable-block h2 {
    font-size: 16px !important;
}

.kenesis-body section[data-n="4"] > .inner-ctn:is(:first-child, :nth-child(2)){
	display:flex;
}

.kenesis-body section[data-n="4"] > .inner-ctn > .half-ctn {
    /*float: left;*/
	/*height: 650px;*/
    position: relative;
    width: 50%;
	display: inline-block;
}

.kenesis-body section[data-n="4"] > .inner-ctn > .half-ctn > .rv-image {
    float: left;
    height: 650px;
}

.kenesis-body section[data-n="4"] > .inner-ctn:first-child > .half-ctn > .rv-image:first-child {
    width: 40%;
}

.kenesis-body section[data-n="4"] > .inner-ctn:first-child > .half-ctn > .rv-image:last-child {
    width: 60%;
}

.kenesis-body section[data-n="4"] > .inner-ctn:nth-child(2) > .half-ctn > .rv-image:first-child {
    width: 60%;
}

.kenesis-body section[data-n="4"] > .inner-ctn:nth-child(2) > .half-ctn > .rv-image:last-child {
    width: 40%;
    z-index: 2;
}

.kenesis-body section[data-n="4"] > .inner-ctn > .half-ctn > .rv-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 85%;
}

.kenesis-body section[data-n="5"] {
    position: relative;
    height: 350px;
}

.kenesis-body section[data-n="5"] > .rv-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body section[data-n="5"] > .rv-image > div {
    background-attachment: fixed;
}

.kenesis-body section[data-n="5"] > .rv-shead {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    max-width: 900px;
}

.kenesis-body section[data-n="2"] > .inner-ctn > .half-ctn:last-child:before {
    content: "";
    position: absolute;
    bottom: 40px;
    width: 40px;
    height: 50%;
    background-color: #ed1b24;
    z-index: 3;
    right: 35%;
}

.kenesis-body section[data-n="2"] > .inner-ctn > .half-ctn:last-child:after {
    content: "";
    position: absolute;
    bottom: 70px;
    width: 80px;
    height: 60%;
    background-color: #065590;
    right: 29%;
    opacity: 0.7;
    z-index: 2;
}

.kenesis-body section[data-n="3"] > .rv-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
}

.kenesis-body section[data-n="5"] > .rv-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
}

.kenesis-body section[data-n="4"] > .inner-ctn:first-child > .half-ctn > .rv-image:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #065590;
    opacity: 0.7;
}

.kenesis-body section[data-n="4"] > .inner-ctn:first-child > .half-ctn > .rv-image:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #065590;
    width: 80px;
}

.kenesis-body section[data-n="4"] > .inner-ctn:first-child > .half-ctn > .rv-image:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 120px;
    opacity: 0.4;
}

.kenesis-body section[data-n="4"] > .inner-ctn:first-child > .half-ctn > .rv-image:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 60px;
    opacity: 0.4;
}

.kenesis-body section[data-n="4"] > .inner-ctn:nth-child(2) > .half-ctn > .rv-image:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #065590;
    opacity: 0.7;
}

.kenesis-body section[data-n="4"] > .inner-ctn:nth-child(2) > .half-ctn > .rv-image:last-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -40px;
    background-color: #fff;
    height: 250px;
    width: 25px;
    z-index: 2;
}

.kenesis-body section[data-n="4"] > .inner-ctn:nth-child(2) > .half-ctn > .rv-image:first-child:before {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 55px;
    background-color: #ed1b24;
    height: 500px;
    width: 40px;
    z-index: 3;
}

.kenesis-body section[data-n="4"] > .inner-ctn:nth-child(2) > .half-ctn > .rv-image:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #065590;
    width: 80px;
}

.kenesis-body .clip-svg {
    width: 0;
    height: 0;
}

@media (max-width: 1100px){
	.kenesis-body section[data-n="4"] > .inner-ctn:is(:first-child, :nth-child(2)){
		display:block;
	}
}