@import "variables.css";
@import "helper-classes.css";

html, body {
    font-family: var(--font);
    font-weight: 300;
    font-size: 18px;
    color: var(--black);
}

strong {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font);
    color: var(--black);
}

h1, h2 {
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 30px !important
}

.uk-container {
    max-width: 1250px;
}

.text-image img,
.testimonial-slider .el-image{
    width: 547px;
    height: 590px;
    object-fit: cover;
    border-radius: 590px 590px 0 590px;
}

.text-image .uk-container > div > :last-child > div > div {
    position: relative;
    z-index: 1;
}

.text-image .uk-container > div > :last-child > div > div::after {
    content:'';
    background: transparent;
    border: 1px solid var(--white);
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 590px 590px 0 590px;
    position: absolute;
    z-index: -2;
    top: 50%;
    right: 5%;
    transform: translate(0,-47%);
}

.text-bubble-image img {
    width: 421px;
    height: 455px;
    object-fit: cover;
    border-radius: 455px 455px 0 455px;
}

.usps, .bg-text, #footer {
    background-color: var(--secondary-color);
}

body:not(.home) .usps {
	padding-top: 70px;
}

.bg-text {
    border-bottom-right-radius: 224px;
}

.bg-text > div > :last-child > div {
    padding: 125px 40px 125px 0;
    max-width: 510px;
}

.uk-sticky-fixed {
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.uk-button,
.leadix-form .submit {
    margin: 0;
    overflow: visible;
    font-family: var(--font);
    text-transform: none;
    -webkit-appearance: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-in-out;
    font-weight: 500;
    letter-spacing: 0;
    background-origin: border-box;
    background-color: var(--primary-color);
    color: var(--white);
    border: 0;
    border-radius: 10px 10px 0 10px;
    position: relative;
    margin-top: 10px !important
}

.uk-button:hover {
    background: var(--primary-color);
    color: var(--white);
}

.leadix-form .submit:hover {
    cursor: pointer;
}

.uk-button > span {
    opacity: 0;
    top:50%;
    transform: translate(0,-50%);
    transition: ease-in-out .3s;
    position: absolute;
    color: var(--primary-color);
    width: 20px;
}

.uk-button:hover > span {
    opacity: 1;
    transform: translate(25px,-50%);
}

.usps .el-title {
    color: var(--white);
    font-size: 20px;
    font-weight: 300;
}

.usps {
    padding-top: 120px;
    margin-top: -44px;
}

.quote p {
    font-family: var(--font-special);
    font-size: 38px;
    line-height: 48px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20%;
}

.quote p.from {
    font-size: 16px;
    font-family: var(--font);
    font-weight: 300;
    text-transform: unset;
}

.quote {
    position: relative;
    z-index: 1;
}

.quote::before {
    content:'';
    background: #f1f1f1;
    width: 448px;
    height: 457px;
    display: block;
    border-radius: 457px 457px 0 457px;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}

.quote::after {
    content:'';
    background: transparent;
    border: 1px solid var(--primary-color);
    width: 448px;
    height: 468px;
    display: block;
    border-radius: 468px 468px 0 468px;
    position: absolute;
    z-index: -2;
    top: 50%;
    left: -15px;
    transform: translate(0,-42%);
}

.uk-navbar {
    height: 110px;
}

.uk-navbar-nav>li>a,
.uk-nav-default>li>a {
    font-family: var(--font);
    font-size: 17px;
    color: var(--black);
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
    min-height: unset;
}

.uk-navbar-nav>li.uk-active>a,
.uk-nav-default>li.uk-active>a{
    font-weight: 700;
}

.uk-navbar-nav>li>a:hover,
.uk-nav-default>li>a:hover{
    color:var(--primary-color)
}

.uk-navbar-nav {
    align-items: center;
}

.uk-navbar-nav > :last-child > a,
.uk-nav-default> :last-child > a{
    background: var(--primary-color);
    color: var(--white);
    margin: 0;
    padding: 10px 30px;
    vertical-align: middle;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-in-out;
    background-origin: border-box;
    border-radius: 10px 10px 0 10px;
    font-weight: 700;
    margin-left: 20px;
    border: 2px solid var(--primary-color);
}

.uk-nav-default> :last-child > a {
    display: inline-block;
    margin-left: 0;
    margin-top: 10px;
}

.uk-navbar-nav > :last-child > a:hover,
.uk-nav-default> :last-child > a:hover {
    background: transparent;
    color: var(--primary-color)
}

.uk-modal-dialog {
    background: #fffffff5;
}

.uk-modal-close-full{
    color:var(--primary-color)
}

.bubble p {
    font-family: var(--font-special);
    font-size: 38px;
    line-height: 48px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--white);
    padding-left: 60px;
    padding-top: 30px;
}

.bubble {
    background: var(--primary-color);
    width: 307px;
    height: 330px;
    border-radius: 330px 330px 330px 0;
    display: flex;
    align-items: center;
    position: absolute;
}

.text-text {
    background: #f1f1f1;
    padding-top: 155px;
    margin-top: -188px;
    padding-bottom: 90px;
}

ul.tick {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.tick > li {
    position: relative;
    padding-left: 55px;
}

ul.tick > li:not(:last-child) {
    margin-bottom: 10px;
}

ul.tick > li:before {
    content: '';
    height: 27px;
    width: 27px;
    position: absolute;
    background-image: url(/wp-content/uploads/2022/07/tick.svg);
    background-size: cover;
    background-position: center;
    left: 0;
    top: 4px;
}

.arrow-under-title,
.arrow-above-title {
    margin-top: -15px;
}

.arrow-under-title p,
.arrow-above-title p {
    position: relative;
    z-index: 1;
    width: fit-content;
    font-size: 38px;
    text-transform: uppercase;
    color:var(--primary-color);
    font-family: var(--font-special);
    font-weight: bold;
    margin-left: auto;
}

.arrow-above-title p {
    margin-left: 20%;
    line-height: 40px;
}

.arrow-under-title p::after,
.arrow-above-title p::after {
    content: url(/wp-content/uploads/2022/07/arrow-1.png);
    position: absolute;
    left: -77px;
    top: -4px;
}

.arrow-above-title p::after {
    transform: rotate(225deg);
    right: -60px;
    bottom: -30px;
    left: unset;
    top: unset;
}

.testimonial-slider ul li > div > div > div:nth-child(2) > div {
    background: #F1F1F1;
    border-radius: 10px;
    padding: 80px 15%;
	height: 100%;
}

.testimonial-slider h2 {
    color: var(--primary-color)
}

.testimonial-slider h3 {
    font-weight: bold;
    font-size: 20px;
}

.testimonial-slider h4,
.section-reviews-columns .uk-panel span {
    letter-spacing: 0;
    font-size: 25px;
    font-family: var(--font-special);
}

.testimonial-slider ul li > div > div > div:nth-child(1) {
    text-align: right;
}


.testimonial-slider .uk-slider-items .el-item > div {
	height: 100%;
}

.uk-slidenav {
    color: var(--black);
}

.uk-slidenav:hover {
    color: var(--primary-color);
}

.text-text .uk-container > div > :first-child > div {
    position: relative;
    z-index: 1;
}

.text-text .uk-container > div > :first-child > div::before,
.section-steps .uk-container div.uk-first-column::before {
    content: url(/wp-content/uploads/2022/07/bg-white-shape.png);
    height: 416px;
    width: 386px;
    position: absolute;
    z-index: 0;
	top: -30px;
	left: -30px;
}

.text-bubble-image .uk-container > div > :last-child img {
    margin-top: 175px
}

.uk-dotnav>.uk-active>* {
    background-color: #fff;
}

.uk-dotnav>*>* {
    background: rgba(255,255,255, .4);
}

.uk-navbar-toggle:hover {
    color:var(--primary-color)
}

.page-id-62 .section-image-bubble-text .bubble {
    top: -200px;
}

.section-steps {
    background: #f1f1f1;
}

.section-steps h2 {
    position: relative;
    z-index: 1;
}

.section-steps h3 {
    color: var(--secondary-color);
    font-family: var(--font);
    font-weight: 600;
    font-size: 20px;
}

.section-steps li.el-item {
    margin-bottom: 90px;
}

.section-steps li.el-item .el-content p {
    margin-top: -10px;
}

.section-steps .uk-container div.uk-first-column {
	position: relative;
}

.section-steps li.el-item::before {
    content: counter(decimal,decimal) '\200A';
    background: var(--primary-color);
    text-align: center;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    font-size: 45px;
    height: 90px;
    width: 80px;
    left: -100px;
    color: var(--white);
    font-family: var(--font-special);
}

.section-grid-2columns h3 {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 500;
    margin-top: 60px;
}

.section-reviews-columns h3 {
    font-size: 20px;
    color: var(--black);
    margin-bottom: 0;
}

.section-grid-2columns img {
    height: 230px;
    width: 210px;
    object-fit: cover;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 100%;
}

.section-reviews-columns img {
    object-position: 70% 50%;
}

.section-grid-2columns .uk-container > div:not(:first-child) > div > .uk-panel,
.section-reviews-columns .uk-container > div > div > .uk-panel {
    background: #f1f1f1;
    border-radius: 25px;
    margin-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
}

.section-reviews-columns .uk-container > div > div > .uk-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-reviews-columns  h3 {
    margin-top: 0;
}

.img-background-text-right > div {
    background-position: 65% 35%;
}

.leadix-form .privacy-notice-paragraph {
    font-size: 14px;
    font-family: var(--font);
}

.leadix-form .privacy-notice-paragraph a {
    text-decoration: underline;
}

.leadix-form div:not(#form-group-textarea-1657289708363) label {
    position: absolute;
    margin-top: 15px;
    margin-left: 13px;
}

.leadix-form div#form-group-textarea-1657289708363 label {
    margin-bottom: -50px;
    margin-left: 13px;
}

.leadix-form div#form-group-text-1657290228343,
.leadix-form div#form-group-text-1657290228349 {
    margin-top: 0;
    margin-bottom: 0;
}

.leadix-form div input,
.leadix-form div textarea {
    height: 60px !important;
    font-size: 16px !important;
    font-family: var(--font) !important;
    color: var(--black) !important;
    border-radius: 10px !important;
    border: 1px solid var(--secondary-color) !important;
}

.leadix-form div textarea {
    height: 250px !important;
}

.leadix-form #form-group-textarea-1657289708363 label {
    padding-top: 160px;
}

.leadix-form #form-group-textarea-1657289708363 textarea {
    padding-top: 20px;
}

.leadix-form #form-group-text-1657290228343,
.leadix-form #form-group-text-1657290228349,
.leadix-form #form-group-text-1657290228353,
.leadix-form #form-group-text-1657290228356 {
    position: relative;
    z-index: 1;
}

label.moveUp {
    transform: translate(0px, -15px) !important;
    font-size: 14px !important;
    opacity: 0.7;
    transition: 0.2s ease-in-out !important;
}

.leadix-form #form-group-required-privacy-notice .required-privacy-notice {
	height: unset !important;
}

.leadix-form #form-group-required-privacy-notice .privacy-notice-paragraph {
	position: relative;
	transform: unset !important;
	opacity: 1;
}

.cc-message,
.cc-btn {
	font-family: var(--font);
}

.tm-header-mobile .uk-navbar-container .uk-container {
	max-width: unset;
}


.text-block-with-bg {
    position: relative;
    z-index: 0;
}
.text-block-with-bg::before {
content: url(/wp-content/uploads/2022/07/bg-white-shape.png);
height: 416px;
width: 386px;
position: absolute;
z-index: 0;
top: -30px;
left: -30px;
z-index: -1;
}


@media (max-width: 1199px) {
    .text-block-with-bg {
        margin-top: 70px !important;
    }
}

@media (max-width: 959px) {
    .text-block-with-bg {
        margin-bottom: 40px !important;
    }
}


@media (min-width: 960px) {
    .home .text-image .uk-container > div > :first-child {
        align-items: flex-start;
    }
    .text-image .uk-container > div > :first-child > div,
    .image-text .uk-container > div > :last-child > div{
        max-width: 505px;
    }
    .text-bubble-image .uk-container > div > :first-child > div {
        max-width: 380px;
        margin-top: -160px;
    }

    .page-id-62 .section-image-bubble-text {
        padding-top: 370px;
    }

    .page-id-62 .section-image-bubble-text .uk-container > div > :first-child > div {
        max-width: unset;
    }

    .text-text .uk-container > div > :first-child {
        align-items: flex-start;
    }
    .text-text .uk-container > div > :first-child > div {
        max-width: 518px;
    }
    .text-text .uk-container > div > :last-child > div {
        margin-top: 78px;
    }
    #footer {
        padding: 60px 0
    }
    .quote-text {
        padding-top: 150px;
        padding-bottom: 190px;
    }
    .testimonial-section {
        padding-top: 130px
    }

    .section-grid-2columns .uk-container > div:not(:first-child) > div > .uk-panel {
        height: 350px;
    }

    .section-reviews-columns .uk-container > div > div > .uk-panel {
        height: 500px !important;
    }
}

@media (max-width: 959px) {
    .arrow-under-title p {
        margin-left: 40%
    }

    .arrow-above-title p {
        margin-left: 20%;
    }
    .quote p {
        padding-left: unset;
        padding-top: 75px;
        display: flex;
        justify-content: center;
        margin-left: 20%;
    }
    .quote p.from {
        padding-top: 0;
    }
    .quote::before,.quote::after {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .quote::after {
        transform: translate(-54%,-47%);
    }
    .quote-text {
        padding-top: 80px;
    }
    .quote-text .uk-container > div > :last-child {
        margin-top: 80px;
    }
    .bg-text > div > :first-child > div > div {
        height: 60vw;
    }
    .bg-text {
        border-bottom-right-radius: 0;
    }
    
    .testimonial-slider ul li > div > div > div:nth-child(2) > div {
        padding: 40px 20px 90px;
    }
    .testimonial-slider .uk-position-bottom-left {
        bottom: 12px;
        left: 8px;
    }
    .text-bubble-image > div > div > :last-child {
        display: flex;
        justify-content: center;
    }
    .text-bubble-image > div > div > :last-child > :first-child {
        max-width: 600px;
    }
    .text-bubble-image .uk-container > div > :last-child > div > :last-child,
    .text-bubble-image .uk-container > div > :last-child img{
        text-align: right !important;
    }

    .section-image-bubble-text .uk-container > div > :last-child > div > :last-child {
        text-align: left !important;
    }

    .text-text {
        padding-top: 195px;
        padding-bottom: 40px;
    }
    .uk-nav-default>li>a {
        font-size: 19px;
    }
    .uk-navbar {
        height: 80px;
    }
    .bg-text > div > :last-child > div {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px 40px 20px;
    }
    .uk-container {
        max-width: 550px;
        margin: 0 auto;
    }

    .page-id-62 .section-image-bubble-text .bubble {
        top: -170px;
    }
	
	.text-image img, .testimonial-slider .el-image {
		width: 275px;
		height: 295px;
		object-fit: cover;
		border-radius: 295px 295px 0 295px;
	}

    .section-grid-2columns .uk-container > div:not(:first-child) > div > .uk-panel,
    .section-reviews-columns .uk-container > div > div > .uk-panel {
        padding-bottom: 60px;
    }

    .section-reviews-columns .uk-container > div > div > .uk-panel {
        padding-top: 100px;
    }

    .img-background-text-right > div {
        background-position: 40% 35%;
    }
	
	body:not(.home) .usps {
		padding-top: 40px;
	}
}

@media (min-width: 768px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    html, body {
        font-size: 16px;
    }
    h2 {
        font-size: 23px;
    }
    h1 {
        font-size: 28px;
    }
    .arrow-under-title p {
        margin-left: 80px;
        font-size: 28px;
    }

    .arrow-above-title p {
        margin-left: 30px;
        font-size: 28px;
        line-height: 30px;
    }

    .arrow-under-title p::after {
        top: -11px;
    }

    .arrow-above-title p::after {
        right: -60px;
        bottom: -20px;
    }

    .section-steps li.el-item {
        margin-top: 120px;
    }

    .section-steps li.el-item::before {
        left: 0;
        top: -80px;
    }
	
	.section-steps li.el-item::before {
		height: 45px;
		width: 40px;
		font-size: 30px;
	}
	
	.section-steps {
		margin-bottom: -50px;
	}
	
	.section-grid-2columns img {
		height: 180px;
		width: 170px;
		margin-right: 30px;
	}
	
	.section-reviews-columns img {
		margin-right: unset;
		margin-left: 30px;
	}
}

@media (min-width: 640px) {

}

@media (max-width: 639px) {
    .uk-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 610px) {
    .bubble{
        z-index: 5;
    }
    .text-bubble-image .uk-container > div > :last-child img {
        margin-top: 250px;
        position: relative;
        z-index: 4;
    }
    .text-bubble-image img,
    .text-image img,
    .testimonial-slider .el-image,
    .text-image .uk-container > div > :last-child > div > div::after {
        height: 311px;
        width: 100%;
    }
    .el-slidenav > svg {
        width: 20px;
    }
    .quote p > br {
        display: none;
    }
    .quote p {
        font-size: 28px;
        line-height: 38px;
        padding-left: 30px;
        margin-left: 0;
        padding-right: 20px;
        display: block;
        padding-top: 20px;
    }
    .quote::before,.quote::after {
        width: 100%;
        height: calc(100% + 40px);
        border-radius: 50px 50px 0 50px;
    }
}

@media (min-width: 1050px) {
	h1 {
		font-size: 45px;
	}
}

@media (pointer: fine) {
	
}