/*
Theme Name: Vaibe
Text Domain: vaibe
Author: Webcomum
Author URI: https://www.webcomum.com
Version: 1.0
*/

/* -------------------------------------------*--------------*--------------------------------------------------*/
/*                    -----------------------*   CUSTOM CSS   *------------------------                         */
/* -------------------------------------------*--------------*--------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;700&display=swap');
/* font-family: 'Nunito', sans-serif; */

:root {
  --blue: #0060ff;
  --green: #4f9399;
  --tr: all .3s ease-in-out;
}

html,
body {
	overflow-x: hidden;
}

html {
  box-sizing: border-box;
}

body {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #45484a;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
    -webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: unset;
	color: #45484a;
	display: inline-block;
}

a:active,
a:focus {
	outline: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 48px;
	font-weight: 700;
	color: #272b2d;
	margin: 0;
	line-height: 1.2;
}

p {
	margin: 0;
}

/*.header-menu li#menu-item-193{
    display: none; 
}*/

.slick-slider {
    touch-action: auto !important;
}

input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus,
button:active,
button:focus {
	outline: 0;
}

input,
select,
textarea {
	width: 100%;
	height: 50px;
	border-radius: 15px;
	border: solid 1px #e6e2dc;
	padding: 0 13px;
	color: var(--blue);
	margin-bottom: 15px;
	background-color: #fff;
}

textarea {
    height: 120px;
    padding: 13px;
    line-height: 1.3;
}

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

input::placeholder {
	color: #9d968d;
}

input:focus,
select:focus {
	box-shadow: 0 4px 14px 0 rgba(22, 89, 242, 0.25);
}

input[type=checkbox] {
	width: 30px;
    height: 17px;
    border: 1px solid #e6e2dc;
    border-radius: 6px;
    position: relative;
    top: 4px;
    margin: 0;
    margin-right: 8px;
    justify-self: center;
}

input[type=checkbox]:focus,
input[type=submit]:focus {
	box-shadow: none;
}

input[type=submit] {
	/*background: linear-gradient(235deg, #982aa2 15%, #1659f2 91%);
	background-position: 70% 164%;
	background-size: 140% 100%;*/
    color: #fff;
    padding: 15px 40px;
    font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 0;
	width: auto;
	margin: 0 auto;
    display: block;
    margin-top: 35px;
    cursor: pointer;
    top: 0;
    border-radius: 200px;
    border: 1px solid var(--acce-2-vaibe, linear-gradient(203deg, #982AA2 0%, #0060FF 100%));
    background: var(--acce-2-vaibe, linear-gradient(203deg, #982AA2 0%, #0060FF 100%));
    box-shadow: -8px 8px 30px 0px rgba(0, 96, 255, 0.20), 8px -8px 30px 0px rgba(161, 38, 156, 0.20);
}

input[type=submit]:hover {
    background: var(--blue);
    box-shadow: -8px 8px 30px 0px rgba(0, 96, 255, 0.20), 8px -8px 30px 0px rgba(0, 96, 255, 0.20);
	/*background-position: 0 0;
	background-size: 300% 100%;*/
}

input[type=submit]:focus {
    border-radius: 200px;
    border: 1px solid var(--focu-152-a-8-ec, #52A8EC);
    background: var(--acce-2-vaibe, linear-gradient(203deg, #982AA2 0%, #0060FF 100%));
    box-shadow: 0px 0px 0px 2px #ABCCEB;
}

.legal-consent-container {
	font-size: 15px;
}

.legal-consent-container .hs-dependent-field {
	margin: 11px 0;
}

.form-submit {
	position: relative;
}

.wpcf7-list-item {
	margin: 0;
	font-size: 12px;
	margin-top: 5px;
}

.wpcf7-list-item label {
	display: inline-grid;
    grid-template-columns: 23px 1fr;
    align-items: baseline;
    padding-left: 1px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    margin-top: 19px;
}

.wpcf7-list-item a {
	color: var(--blue);
}

.wpcf7-spinner::before {
	content: none;
}

.wpcf7-spinner {
    background-image: none;
    width: 20px;
    height: 20px;
    border: 3px solid;
    border-color: #fff transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 15px;
    background-color: transparent;
    opacity: 1;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wpcf7-not-valid-tip,
.hs-error-msg {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: relative;
    top: -9px;
}

.acceptance-block .wpcf7-not-valid-tip {
	left: 24px;
	top: 3px;
    margin-bottom: 5px;
}
 
.wpcf7 form.sent .wpcf7-response-output {
    color: green;
}
 
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    color: #dc3232;
}
 
.wpcf7 form.spam .wpcf7-response-output {
    color: orange;
}
 
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: orange;
}

.legal-consent-container .hs-error-msgs label {
    margin-top: 11px;
}

.legal-consent-container a {
	color: var(--blue);
	text-decoration: none;
	font-weight: 700;
}

.legal-consent-container a span {
	text-decoration: none !important;
}

button {
	border: 0;
    background-color: transparent;
}

img {
	width: 100%;
	height: auto;
}

.section {
	padding-left: 18%;
	padding-right: 18%;
}

.section-big {
	padding-left: 10%;
	padding-right: 10%;
}

.section-bigger {
	padding-left: 7%;
	padding-right: 7%;
}

.section-small {
	padding-left: 24%;
	padding-right: 24%;
}

.btn-blue {
    color: #fff;
    border-radius: 200px;
    border:  1px solid var(--acce-2-vaibe, linear-gradient(203deg, #982AA2 0%, #0060FF 100%));
    background: var(--acce-2-vaibe, linear-gradient(203deg, #982AA2 0%, #0060FF 100%));
    box-shadow: -8px 8px 30px 0px rgba(0, 96, 255, 0.20), 8px -8px 30px 0px rgba(161, 38, 156, 0.20);
    
    /*style antigo*/
    /*background-image: linear-gradient(235deg, #982aa2 15%, #1659f2 91%);
	background-size: 300% 100%;
	border-radius: 59px;*/
}

.btn-blue a {
	color: #fff;
}

.btn-blue:hover {
    border-radius: 200px;
    background: var(--blue);
    box-shadow: -8px 8px 30px 0px rgba(0, 96, 255, 0.20), 8px -8px 30px 0px rgba(0, 96, 255, 0.20);
    
	/*background-position: 70% 164%;
    background-size: 140% 100%;*/
}
.btn-blue a:focus { 
    width: 100%;
    border-radius: 200px;
    /*border: 1px solid var(--focu-152-a-8-ec, #52A8EC);*/
    background: var(--acce-2-vaibe, linear-gradient(203deg, #982AA2 0%, #0060FF 100%));
    box-shadow: 0px 0px 0px 2px #ABCCEB;
    
}

.btn-blue:hover a {
	color: #fff;
}

.btn-gradient {
    color: #fff;
    border-radius: 200px;
    /*border: 1px solid var(--acce-2-vaibe, linear-gradient(203deg, #982AA2 0%, #0060FF 100%));*/
    background: var(--acce-2-vaibe, linear-gradient(203deg, #982AA2 0%, #0060FF 100%));
    box-shadow: -8px 8px 30px 0px rgba(0, 96, 255, 0.20), 8px -8px 30px 0px rgba(161, 38, 156, 0.20);
    
    
	/*background: linear-gradient(235deg, #982aa2 15%, #1659f2 91%);
	background-position: 70% 164%;
	background-size: 140% 100%;
	color: #fff;
	border-radius: 59px;
	transition: var(--tr);*/
}

.btn-gradient:hover {
	background-position: 0 0;
	background-size: 300% 100%;
    background: var(--blue);
    box-shadow: -8px 8px 30px 0px rgba(0, 96, 255, 0.20), 8px -8px 30px 0px rgba(0, 96, 255, 0.20);
}

.btn-gradient:focus {
	border-radius: 200px;
    /*border: 1px solid var(--focu-152-a-8-ec, #52A8EC);*/
    background: var(--acce-2-vaibe, linear-gradient(203deg, #982AA2 0%, #0060FF 100%));
    box-shadow: 0px 0px 0px 2px #ABCCEB;
}

.btn-border {
	/*background-color: transparent;
	color: var(--blue);
	border-radius: 59px;
	border: 1px solid #3f0a95;*/
	transition: var(--tr);
    border-radius: 100px;
    border: 1px solid var(--acce-20060-ff, #0060FF);
    background: var(--atmo-1-ffffff, #FFF);
}

.btn-border a {
	color: var(--blue);
	transition: var(--tr);
}

.btn-border:hover {
	background-color: #F5F3F1;
	color: var(--blue);
	border: 1px solid var(--blue);
}

.btn-border a:focus {
	/*background-color: #fff;
	color: var(--blue);
	border: 2px solid #ABCCEB;*/
    
    border: 1px solid var(--focu-152-a-8-ec, #52A8EC);
    background: var(--atmo-1-ffffff, #FFF);
    /* Active Stroke */
    box-shadow: 0px 0px 0px 2px #ABCCEB;
    border-radius: 100px;
}

.btn-border:hover a {
	color:var(--blue);
}

.btn-small a {
	padding: 9px 24px;
}

.btn-big {
	padding: 15px 41px;
}

header {
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.header-logo img {
	max-height: 32px;
	width: 100%;
	max-width: 130px;
	height: 31px;
}

.header-logo a {
	display: flex;
}

/* .banner-top {
	width: 100%;
	height: 100vh;
	position: relative;
} */

.banner-top {
    width: 100%;
    height: 900px;
    position: relative;
}

.banner-top-back {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 72%;
	opacity: 0.1;
 	background: linear-gradient(180deg, rgba(22, 89, 242, 0) 17%, #1659f2 59%, #982aa2 129%);
}

.banner-top-left {
	background-image: url('assets/img/banner-top-left.svg');
	position: absolute;
	left: 0;
	bottom: 0;
	width: 198px;
	height: 712px;
	z-index: -1;
}

.banner-top-right {
	background-image: url('assets/img/banner-top-right.svg');
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 196px;
	height: 392px;
	z-index: -1;
}

/* .banner-top-content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	position: relative;
} */

.banner-top-content {
    width: 100%;
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.banner-top-text {
	max-width: 840px;
	text-align: center;
	margin-bottom: 70px;
}

.banner-top-text h1 {
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: 600px;
}

.banner-top-text a {
	margin-top: 30px;
}

footer {
	background-color: var(--blue);
	padding-top: 50px;
	padding-bottom: 40px;
	color: #fff;
}

footer a {
	color: #fff;
}

.footer-one img {
	width: 110px;
}

.footer-top {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-two {
	display: flex;
	align-items: center;
}

.footer-two img {
	width: 100%;
	height: auto;
    max-width: 80px;
}

.footer-apps {
	margin-right: 20px;
}

.footer-apps img {
	max-width: 144px;
	margin-right: 20px;
}

.footer-bottom-one img {
	max-width: 45px;
	margin-right: 20px;
}

.footer-bottom-one {
	display: flex;
	align-items: center;
}

.footer-bottom {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	align-items: center;
	font-size: 12px;
}

.footer-bottom-two {
	text-align: center;
}

.footer-bottom-three {
	text-align: right;
}

.social-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.social-wrapper p {
	margin-right: 5px;
}

.social-item {
	margin-left: 5px;
}

.social-item img {
	width: 24px;
}

footer a {
	transition: var(--tr);
}

footer a:hover {
	opacity: .7;
}

.home-bottom {
	position: relative;
	padding-top: 30px;
}

.home-bottom-back {
	background-image: url('assets/img/home-bottom-back.svg');
	background-position: top left;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.home-bottom-gradient {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	opacity: 0.1;
 	background: linear-gradient(to bottom, rgba(22, 89, 242, 0) 16%, #1659f2 59%, #982aa2 131%);
 	z-index: -2;
}

.footer-form {
	position: relative;
	padding-bottom: 215px;
	padding-top: 280px;
	overflow: hidden;
}

.footer-form-inner {
	position: relative;
}

.footer-form-back {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 315px;
	background: linear-gradient(19deg, #1659f2 13%, #982aa2 93%);
	z-index: 0;
}

.footer-form-img {
	background-image: url('assets/img/home-bottom-triangle.svg');
    position: absolute;
    left: 0;
    bottom: -216px;
    width: 680px;
    height: 237px;
    z-index: 1;
}

.footer-form-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 70px;
	position: relative;
	z-index: 1;
}

.form {
	background-color: #fff;
	margin-top: -83px;
	margin-bottom: -177px;
	box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	padding: 50px;
	position: relative;
}

.footer-form-left {
	align-self: center;
    padding: 19% 0 19% 19%;
}

.footer-form-right {
	align-self: flex-start;
	padding-right: 31%;
	position: relative;
}

.footer-form-left {
	color: #fff;
}

.footer-form-left h5 {
	margin-bottom: 15px;
	color: #fff;
}

.form-small-square {
	background-image: url('assets/img/form-small-square.svg');
    position: absolute;
    right: 106px;
    top: 100px;
    width: 67px;
    height: 90px;
}

.form-big-square {
	background-image: url('assets/img/form-big-square.svg');
    position: absolute;
    right: -4px;
    bottom: 0;
    width: 198px;
    height: 199px;
}

.form-header {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.form-header img {
	width: 50px;
	height: 50px;
	margin-right: 17px;
}

.form-header h6 {
	font-size: 27px;
}

.partners-item img {
	height: auto;
	opacity: .7;
}

.partners-slider .slick-slide {
  margin: 0 69px;
}

.partners-slider .slick-list {
  margin: 0 -69px;
}

.partners-slider .slick-track {
	display: flex;
	align-items: center;
}

.partners {
	padding-top: 55px;
	padding-bottom: 60px;
}

.partners-title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

.about {
	position: relative;
	background: linear-gradient(346deg, #1659f2 2%, #982aa2 96%);
	padding-top: 160px;
	padding-bottom: 140px;
}

.about .section {
	position: relative;
}

.about-back-right {
	background-image: url('assets/img/about-back-right.svg');
    position: absolute;
    right: 0;
    top: 0;
    width: 758px;
    height: 930px;
}

.about-back-left {
	background-image: url('assets/img/about-back-left.svg');
    position: absolute;
    left: 0;
    top: 42%;
    transform: translateY(-50%);
    width: 557px;
    height: 1115px;
}

.about-back-bottom {
    background-image: url(assets/img/about-back-bottom.svg);
    position: absolute;
    background-size: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 291px;
}

.about-block-text {
	max-width: 500px;
}

.about-block-text,
.about-block-text h2 {
	color: #fff;
}

.about-block-text h2 {
	margin-bottom: 20px;
}

.about-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 90px;
	align-items: center;
	margin-bottom: 160px;
}

/*.about-block:nth-child(even) {
	grid-gap: 160px;
}*/

.about-block:nth-child(even) img {
	max-width: 510px;
}

.about-block:nth-child(even) .about-block-img {
	order: 1;
}

.about-block:nth-child(even) .about-block-text {
	order: 2;
}

.about-block:last-child {
	margin-bottom: 0;
}

.features {
	background: linear-gradient(26deg, #1659f2 11%, #982aa2 94%);
	position: relative;
	padding-top: 160px;
	padding-bottom: 190px;
}

.features-back-bottom {
	background-image: url('assets/img/features-back-bottom.svg');
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 1324px;
    height: 435px;
}

.features-items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 65px;
	margin-top: 70px;
	color: #fff;
	position: relative;
}

.features h3 {
	color: #fff;
}

.features-item img {
	height: 35px;
	width: auto;
	margin-bottom: 14px;
}

.features-item h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 7px;
}

.features-back-right {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    width: 382px;
    height: auto;
}

.features-back-right-mobile {
    display: none;
}

.mid-slider {
	position: relative;
	padding-top: 80px;
	padding-bottom: 200px;
}

.mid-slider-back {
	background-image: url('assets/img/mid-slider-back.svg');
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -436px;
    width: 1324px;
    height: 1324px;
    z-index: -1;
}

.mid-slider-inner {
	display: grid;
	grid-template-columns: 60px 39% 50%;
	grid-gap: 40px;
	align-items: center;
	margin-left: 5%;
}

.mid-slider-item p {
	color: var(--blue);
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 10px;
}

.mid-slider-item h4 {
	font-size: 27px;
	margin-bottom: 5px;
}

.mid-slider-item-text {
	max-width: 315px;
}

.mid-slider-item img {
	max-width: 520px;
	margin-bottom: 40px;
}

.slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slick-dots button {
	font-size: 0;
}

.mid-slider .slick-dots li {
	width: 15px;
	height: 15px;
	background-color: #e6e2dc;
	border-radius: 50%;
	display: block;
	margin-bottom: 15px;
	transition: var(--tr);
	cursor: pointer;
}

.mid-slider .slick-dots li:hover {
	background-color: #a1269c;
}

.mid-slider .slick-dots li.slick-active {
	height: 48px;
	background-color: #a1269c;
	border-radius: 135px;
}

.mid-slider-text p {
	font-size: 90px;
	color: #cacbce;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1;
}

.mid-slider-text p:last-child {
	background: linear-gradient(1deg, #1659f2 9%, #982aa2 70%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.mid-slider-nav {
	margin-top: -184px;
}

.testimonials-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.slider-arrow {
	background: linear-gradient(240deg, #982aa2 -11%, #1659f2 111%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	opacity: .65;
	transition: var(--tr);
}

.slider-arrow:hover {
	opacity: 1;
}

.slider-arrow img {
	width: 20px;
	height: 20px;
}

.slider-arrow-next {
	background: linear-gradient(121deg, #982aa2 -11%, #1659f2 111%);
}

.slider-arrow-next img {
	transform: rotate(180deg);
}

.testimonials-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 22px;
}

.testimonials-item {
	background-color: #fff;
	border-radius: 26px;
  	box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.1);
  	padding: 55px;
}

.testimonials-slider .slick-track {
    display: flex !important;
}

.testimonials-slider .slick-slide {
    height: inherit !important;
}

.testimonials-slider .slick-track {
	padding-top: 40px;
	padding-bottom: 40px;
}

.testimonials-slider .slick-slide {
  margin: 0 30px;
}

.testimonials-slider .slick-list {
  margin: 0 -30px;
}

.testimonials-item h5 {
	font-size: 18px;
	margin-bottom: 5px;
}

.testimonials-item p {
	color: var(--blue);
	margin-bottom: 20px;
}

.testimonials-item div {
	font-size: 27px;
}

.graph {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.graph-back-gradient {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 60%;
	opacity: 0.1;
 	background: linear-gradient(to bottom, rgba(22, 89, 242, 0) 16%, #1659f2 59%, #982aa2 131%);
 	z-index: -2;
}

.graph-back-left {
	background-image: url('assets/img/graph-back-left.svg');
    position: absolute;
    left: 0;
    bottom: 0;
    width: 389px;
    height: 390px;
}

.graph-block {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.graph-block h3 {
	margin-bottom: 50px;
	text-align: center;
}

.graph-block p {
	margin-top: 60px;
	text-align: center;
	font-size: 15px;
	display: inline-block;
	background-color: #e0ddf6;
	border-radius: 118px;
	padding: 10px 35px;
}

.testimonials-nav-mobile {
	display: none;
}

.footer-form-left-mobile {
	display: none;
}

.graph-inner-mobile {
	display: none;
}

.header-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-menu li {
	display: inline-block;
}

.header-menu a {
	padding: 12px 40px;
	/*transition: var(--tr);*/
}

.header-menu .btn {
	margin-left: 17px;
}

.header-menu .btn a {
	font-weight: 400;
    font-size: 16px;
}


.header-menu .btn-border {
	margin-left: 10px;
}

.page-body {
	padding-top: 180px;
	position: relative;
}

.single-body {
	padding-top: 105px;
	position: relative;
}

.single-article,
.blog-page {
	margin-bottom: 140px;
}

.form-page {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 150px;
	padding-bottom: 130px;
}

.form-top-back {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 72%;
    opacity: 0.1;
    background: linear-gradient(180deg, rgba(22, 89, 242, 0) 17%, #1659f2 59%, #982aa2 129%);
    z-index: -1;
}

.form-page .form {
	margin-top: 0;
	margin-bottom: 0;
}

.form-page-left {
	margin-top: 60px;
}

.form-page-left h1 {
	margin-bottom: 20px;
}

.form-page-right {
	padding-right: 90px;
	position: relative;
}

.form-page-left ul {
	list-style: none;
	padding-left: 27px;
	margin: 30px 0;
}

.form-page-left li {
	position: relative;
	margin-bottom: 10px;
}

.form-page-left li:before {
	content: '';
	background-image: url('assets/img/form-list.svg');
	background-position: center;
	background-size: cover;
	width: 18px;
    height: 13px;
    position: absolute;
    left: -26px;
    top: 6px;
}

.form-page-right-circle {
	content: '';
	background-image: url('assets/img/form-page-circle.svg');
	background-position: center;
	background-size: cover;
	width: 583px;
    height: 589px;
    position: absolute;
    right: 86px;
    bottom: 160px;
    z-index: -1;
}

.form-page-square-blue {
	content: '';
	background-image: url('assets/img/form-page-square-blue.svg');
	background-position: center;
	background-size: cover;
	width: 120px;
    height: 112px;
    position: absolute;
    right: 86px;
    top: 50%;
    z-index: -1;
}

.form-page-square-yellow {
	content: '';
	background-image: url('assets/img/form-page-square-yellow.svg');
	background-position: center;
	background-size: cover;
	width: 160px;
    height: 225px;
    position: absolute;
    right: -10px;
    top: 60%;
    z-index: -1;
}

.menu-link a {
	background-color: transparent;
	border-radius: 79px;
	font-size: 15px;
	padding: 1.8px 21px;
	font-weight: 500;
	margin-right: 10px;
    border: 3px solid #fff;
}

.menu-link a:hover,
.menu-link.current_page_item a {
	background-color: #f0ecf9;
    border: 3px solid #f0ecf9;
}

.menu-link a:Focus{
	background-color: transparent;
    border: 3px solid var(--focu-2-abcceb, #ABCCEB);
	
}

.product-page {
	padding-bottom: 50px;
}

.product-heading {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 100px;
	align-items: center;
}

.product-heading h1 {
	margin-bottom: 20px;
}

.product-about {
	background-image: url(assets/img/product-about.svg);
	background-size: cover;
	background-position: center;
	color: #fff;
	padding-top: 150px;
    padding-bottom: 10px;
    margin-bottom: 140px;
}

.product-about-img img {
	max-width: 400px;
}

.product-heading-left h2 {
	color: #fff;
	font-size: 44px;
	margin-bottom: 20px;
}

.benefits-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.benefits-item {
	border-radius: 30px;
  	box-shadow: 0 4.3px 33px 0 rgba(1, 18, 126, 0.19);
  	background-color: #fff;
  	padding: 30px;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	color: #45484a;
  	text-align: center;
}

.benefits-item img {
	width: auto;
	height: 36px;
	margin-bottom: 10px; 
}

.benefits-item h4 {
	font-size: 24px;
	margin-bottom: 10px; 
}

.product-benefits {
	margin-top: 160px;
	position: relative;
}

.product-benefits-wrapper {
	position: relative;
}

.product-benefits h3 {
	color: #fff;
	font-size: 38px;
	text-align: center;
	margin-bottom: 45px;
}

.product-about .product-heading {
    align-items: flex-start;
}

.product-about-box {
	background-image: url(assets/img/product-about-box.svg);
	background-size: cover;
	background-position: center;
	width: 164px;
	height: 166px;
    position: absolute;
    left: -220px;
    top: 220px;
    z-index: 0;
}

.product-middle-cta {
	margin: 100px 0;
}

.side-by-side {
	max-width: 1000px;
	margin: 0 auto;
}

.product-features {
	position: relative;
}

.product-features-block {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 140px;
    align-items: center;
    margin-bottom: 100px;
}

.product-features-block img {
	max-width: 410px;
}

.product-features h2 {
	margin-top: 40px;
	margin-bottom: 120px;
	text-align: center;
}

.product-features-block h3 {
	margin-bottom: 20px;
	font-size: 32px;
}

.product-features-block:nth-child(odd) .features-block-img {
	order: 1;
}

.product-features-block:nth-child(odd) .features-block-text {
	order: 2;
}

.bigger {
	padding: 10.5px 40px;
}

.bottom-section {
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.bottom-section-back {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    opacity: 0.1;
    background: linear-gradient(0deg, rgba(22, 89, 242, 0) 17%, #1659f2 59%, #982aa2 129%);
    z-index: -1;
}

.bottom-section h4 {
	margin-bottom: 20px;
}

.bottom-section a {
	margin-top: 35px;
}

.company-page img {
	max-width: 530px;
}

.company-story {
	background-size: cover;
	background-position: center;
	color: #fff;
	padding-top: 120px;
	padding-bottom: 255px;
}

.company-story h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 70px;
}

.company-story-desktop {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 80px;
}

.company-story-mobile {
	display: none;
}

.company-team {
	padding-top: 120px;
	padding-bottom: 120px;
}

.company-team h2 {
	text-align: center;
	margin-bottom: 90px;
}

.company-team-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 80px;
}

.company-team-item {
	display: grid;
	grid-template-columns: 175px 1fr;
	grid-column-gap: 35px;
	grid-row-gap: 55px;
}

.company-team-content h4 {
	font-size: 27px;
	margin-bottom: 5px;
}

.company-team-content .company-team-pos {
	font-size: 15px;
	margin-bottom: 10px;
}

.company-team-content a {
	margin-bottom: 13px;
}

.company-features {
	position: relative;
}

.company-features-circle {
	background-image: url(assets/img/company-features-circle.svg);
	background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
	width: 57%;
	height: 530px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.company-features-inner {
	position: relative;
}

.company-features {
	padding-top: 100px;
	padding-bottom: 140px;
}

.company-features-under {
	padding-left: 100px;
	padding-right: 100px;
}

.company-features-under h2 {
	max-width: 400px;
	margin-top: -138px;
}

.company-features-item img {
	height: 35px;
	width: auto;
	margin-bottom: 14px;
}

.company-features-item h3 {
	font-size: 24px;
	margin-bottom: 7px;
}

.company-features-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 70px;
	grid-row-gap: 110px;
	margin-top: 120px;
}

.company-benefits {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #e8eefe;
}

.company-benefits-inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 70px;
	margin-top: 70px;
}

.company-testimonials {
	padding-top: 120px;
}

.company-testimonials h5,
.company-testimonials p {
	color: var(--blue);
	display: inline-block;
}

.testimonials-item div {
	font-size: 21px;
}

.company-bottom-section {
	margin-top: 100px;
}

.features-boxes {
	background-image: url(assets/img/features-boxes.svg);
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	width: 198px;
	height: 267px;
    position: absolute;
    right: 50px;
    top: 50%;
    z-index: -1;
}

.mobile-modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1;
	padding-top: 140px;
}

.mobile-menu {
	display: none;
}

.header-logo,
.header-menu {
	position: relative;
	z-index: 2;
}

.mobile-close {
	display: none;
}

.mobile-modal a {
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.mobile-modal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-modal .menu-link {
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}

.mobile-modal .menu-link:after {
	content: '';
	background-image: url(assets/img/menu-arrow.svg);
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	width: 20px;
	height: 20px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.mobile-modal .menu-link a {
	padding: 20px 0;
	display: block;
}

.mobile-modal .menu-link a:hover {
	background-color: transparent;
}

.mobile-modal .menu-link a:hover,
.mobile-modal .menu-link.current_page_item a {
	background-color: transparent;
}

.mobile-modal .menu-item,
.mobile-modal .menu-item a {
	transition: none;
}

.menu-item.btn.active {
	opacity: 0;
}

.mobile-modal .menu-item.btn {
    display: inline-block;
    opacity: 1;
    width: 47%;
    text-align: center;
    margin: 80px 10px;
}

.mobile-modal .menu-item.btn a {
    padding: 10px 20px;
}

.product-benefits-mobile {
	display: none;
}

.product-middle-cta-inner {
    text-align: center;
    background-color: #e9eef8;
    border-radius: 160px;
    padding: 80px 194px;
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
    position: relative;
}

.product-middle-cta-inner h3 {
	font-size: 38px;
	margin-bottom: 40px;
}

.middle-cta-canon {
	background-image: url(assets/img/middle-cta-canon.svg);
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	width: 267px;
	height: 205px;
    position: absolute;
    left: -93px;
    bottom: -60px;
    z-index: 1;
}

.middle-cta-big-box {
	background-image: url(assets/img/middle-cta-big-box.svg);
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	width: 174px;
	height: 119px;
    position: absolute;
    right: 7px;
    bottom: 0px;
    z-index: 1;
}

.middle-cta-small-box {
	background-image: url(assets/img/middle-cta-small-box.svg);
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	width: 72px;
    height: 65px;
    position: absolute;
    right: -40px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.footer-one {
	font-size: 12px;
}

.footer-bottom-one {
    margin-top: 20px;
}

footer h5 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #fff;
	margin-top: 10px;
	display: block;
}

footer a {
	font-size: 14px;
}

.footer-inner {
	display: grid;
	grid-template-columns: 30% 15% 1fr 15% 60px;
	grid-gap: 40px;
	align-items: flex-start;
}

.footer-two {
	display: block;
}

.footer-apps a {
    display: inline-block;
    margin-top: 5px;
}

.footer-apps {
    margin-right: 0;
}

.footer-apps img {
    max-width: 100%;
    margin-right: 0;
}

.social-item {
    margin-left: 0;
    margin-right: 5px;
}

.social-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.footer-five img {
	width: 55px;
	margin-top: 10px;
}

.footer-three img {
    max-width: 135px;
    height: 45px;
}

.footer-bottom-mobile {
    display: none;
    font-size: 12px;
    border-top: 1px solid #fff;
    margin-top: 20px;
}

.footer-five.mobile {
	display: none;
}

.footer-mobile {
	display: none;
}

.testimonials-slider .slick-dots li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #9d968d;
	display: inline-block;
	margin: 0 8px;
}

.testimonials-slider .slick-dots li.slick-active {
	border: 1px solid var(--blue);
	background-color: var(--blue);
}

.testimonials-slider .slick-dots {
	margin-top: 20px;
	text-align: center;
	position: relative;
}

.company-story-mobile .slick-dots li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: inline-block;
	margin: 0 8px;
}

.company-story-mobile .slick-dots li.slick-active {
	border: 1px solid #fff;
	background-color: #fff;
}

.company-story-mobile .slick-dots {
	margin-top: 50px;
	text-align: center;
	position: relative;
}

.company-story-mobile .slick-slide {
  	margin: 0 27px;
}

.company-story-mobile .slick-list {
  	margin: 0 -27px;
}

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

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

.menu-item-has-children > a:after {
	content: '';
	background-image: url('assets/img/submenu-arrow.svg');
	width: 24px;
	height: 24px;
	position: absolute;
	top: 2px;
    right: 17px;
    transition: var(--tr);
}

.menu-item-has-children.active > a:after {
	transform: rotate(180deg);
	top: 1px;
}

.sub-menu {
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0px 4px 20px 0px rgba(1, 18, 126, 0.19);
	position: absolute;
	top: 60px;
	left: -40px;
	visibility: hidden;
	opacity: 0;
	transition: var(--tr);
	padding: 27px 29px !important;
    width: 224px;
}

.sub-menu:before {
	content: '';
	background-image: url('assets/img/submenu-triangle.svg');
	width: 20px;
	height: 18px;
	position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -10px;
}

.menu-item-has-children a {
	padding-right: 44px;
}

.menu-item-has-children.active .sub-menu {
	visibility: visible;
	opacity: 1;
	top: 48px;
}

.sub-menu a {
    background-color: transparent;
    border-radius: unset;
    font-size: 17px;
    padding: 0;
    font-weight: 400;
    margin-right: 0;
    border: 0;
}

.sub-menu a:Focus {
    background-color: transparent;
    border: 0 !important;
}

.sub-menu a:hover {
    background-color: transparent;
    border: 0;
}

.sub-menu li {
	display: block;
    margin-bottom: 13px;
}

.sub-menu li:last-child {
    margin-bottom: 0;
}

.external-link a {
	position: relative;
}

.external-link a:after {
	content: '';
	background-image: url('assets/img/external-link.svg');
	width: 18px;
	height: 18px;
	position: absolute;
	top: 2px;
    right: -24px;
}

.blog-items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 33px;
	grid-row-gap: 75px;
	margin-top: 65px;
}

.blog-item-img {
	height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    box-shadow: 0px 4.262px 10px 0px rgba(1, 18, 126, 0.15);
}

.blog-item a {
	width: 100%;
}

.blog-page h1 {
	font-size: 20px;
	color: var(--blue);
	font-weight: 400;
}

.blog-list-cats {
	padding: 0;
	list-style: none;
	margin: 0;
	margin-top: 6px;
}

.blog-list-cats li {
	font-size: 12px;
	color: var(--blue);
	border-radius: 27px;
	background: rgba(22, 89, 242, 0.10);
	padding: 6px 14px;
    margin-bottom: 3px;
    line-height: 1.3;
}

.blog-list-cats li {
	display: inline-block;
}

.blog-item h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 17px;
}

.blog-item-excerpt p {
    font-size: 16px;
}

.blog-item-excerpt {
	margin-top: 10px;
}

.blog-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
    border-bottom: 0.5px solid #CCC;
    padding-bottom: 12px;
}

.blog-header li {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	border-radius: 27px;
	background: transparent;
	padding: 3px 14px;
	color: #000;
	transition: var(--tr);
	margin-right: 20px;
	position: relative;
}

.blog-header li.active:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -13px;
	height: 1px;
	width: 100%;
	background-color: #000;
}

.blog-header li.active,
.blog-header li:hover {
	background: rgba(22, 89, 242, 0.10);
}

.loading-icon {
    width: 25px;
    height: 25px;
    border: 4px solid var(--blue);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: 105px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: var(--tr);
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
} 

.loading-icon.active {
    opacity: 1;
    visibility: visible;
}

.blog-wrapper {
	position: relative;
}

.blog-items {
	transition: var(--tr);
}

.blog-items.loading-items {
	opacity: 0;
}

.load-more-wrapper {
	justify-content: center;
	margin-top: 70px;
	position: relative;
	display: none;
}

.load-more {
	cursor: pointer;
    font-weight: 700;
    display: inline-block;
}

.load-more-wrapper .loading-icon {
    top: 12px;
    left: 49%;
}

.load-more-wrapper span {
	transition: var(--tr);
	opacity: 1;
}

.load-more-wrapper span.active {
	opacity: 0;
}

.blog-not-found {
	font-size: 15px;
}

.resources-all {
	pointer-events: none;
}

.single-blog-header {
	position: relative;
}

.single-blog-header-back {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

.single-blog-header-img {
	width: 70%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.single-blog-header-gradient {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(270deg, #0A3E91 -8.23%, #0060ff 37%, #0060ff00 70%);
}

.single-blog-header-content {
	position: relative;
	margin-left: 30%;
	color: #fff;
	padding-top: 180px;
	padding-bottom: 180px;
}

.single-blog-header-content h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
}

.back-to-list {
	padding: 3px 14px;
    color: #000;
    background: rgba(22, 89, 242, 0.10);
    display: inline-flex;
    align-items: center;
    border-radius: 27px;
    font-size: 15px;
    font-weight: 500;
}

.back-to-list img {
	height: 24px;
	width: 24px;
	margin-right: 5px;
}

.single-blog-body {
	margin-top: 60px;
	margin-bottom: 100px;
	display: grid;
	grid-template-columns: calc(70% - 40px) calc(30% - 40px);
	grid-gap: 80px
}

.single-blocks {
	margin-top: 40px;
}

.single-blocks-item {
	margin-bottom: 65px;
}

.single-blocks-item h3 {
	font-size: 32px;
	margin-bottom: 40px;
}

.recommended-posts .blog-item {
	margin-bottom: 40px;
}

.single-blog-body-right {
	padding-top: 80px;
}

.single-blog-body-right h4 {
	font-size: 20px;
	font-weight: 400;
	color: var(--blue);
	margin-bottom: 40px;
}

.single-blog-body-right .blog-item-img {
	border-radius: 16px;
}

.related-posts-wrapper {
	background: linear-gradient(180deg, rgba(22, 89, 242, 0.05) 26.6%, rgba(22, 89, 242, 0.00) 58.55%);
	padding-top: 90px;
	padding-bottom: 90px;
}

.related-posts-wrapper h4 {
	font-size: 27px;
	margin-bottom: 50px;
	text-align: center;
}

.share-post {
	display: flex;
	align-items: center;
}

.share-post p {
	color: var(--blue);
	font-size: 14px;
	font-weight: 600;
	margin-right: 12px;
	text-transform: uppercase;
}

.share-post a {
	margin-right: 12px;
	display: flex;
}

.share-post img {
	width: 17px;
	height: 17px;
}

.text-cards-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 60px;
	margin-bottom: -40px;
}

.text-cards {
	padding: 30px;
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0px 4.262px 33px 0px rgba(1, 18, 126, 0.19);
	margin-bottom: 40px;
}

.text-cards h5 {
	color: var(--blue);
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.text-cards div {
	font-size: 15px;
	line-height: 1.4;
}

.block-quote {
	border-radius: 26px;
	background: var(--Koerber-White, #FFF);
	box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.10);
	padding: 42px 46px;
	text-align: center;
	margin-bottom: 130px;
}

.block-quote div {
    font-size: 23px;
    margin-bottom: 20px;
}

.block-quote p {
	color: var(--blue);
	font-weight: 700;
}

.block-quote span {
	font-weight: 400;
}

.single-blocks-item img {
	box-shadow: 0px 4.262px 18px 0px rgba(1, 18, 126, 0.26);
}

.single-download-header {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

.single-download-header-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	position: relative;
}

.single-download-header-left {
	padding-right: 80px;
	color: #fff;
}

.single-download-header-right {
	padding-left: 80px;
}

.single-download-header-right .form {
	margin: 0;
}

.single-download-header-gradient {
	background: linear-gradient(216deg, #0A3E91 8.23%, #0060FF 126.62%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.single-download-body {
	margin-top: 90px;
	position: relative;
}

.single-download-header-left h1,
.single-download-header-left h4 {
	color: #fff;
	margin-bottom: 10px;
}

.single-download-header-left div {
	margin-bottom: 50px;
}

.single-download-header-left h4 {
	font-size: 27px;
	margin-bottom: 20px;
}

.single-download-header-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-download-header-left li {
	display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.single-download-header-left li:before {
	content: '';
	background-image: url(assets/img/check-white.svg);
	width: 27px;
	height: 24px;
	display: inline-block;
	margin-right: 10px;
}

.single-download-header-left img {
	margin-top: 34px;
    max-height: 300px;
    height: 100%;
    width: auto;
}

.download-about {
	background: linear-gradient(180deg, rgba(22, 89, 242, 0.00) 26.6%, rgba(22, 89, 242, 0.05) 58.55%);
	padding-top: 90px;
	padding-bottom: 150px;
	position: relative;
	overflow: hidden;
}

.download-about-inner {
	position: relative;
}

.download-about-inner h2 {
	text-align: center;
	margin-bottom: 60px;
}

.download-about-numbers {
	border-radius: 955px;
	margin-top: 130px;
	background: rgba(22, 89, 242, 0.10);
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 80px 40px 90px 40px;
}

.download-about-numbers-item p {
	font-size: 60px;
	font-weight: 800;
	background: linear-gradient(180deg, #982AA2 -0.62%, #1659F2 97.92%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}

.download-about-numbers-item h5 {
	font-size: 15px;
	font-weight: 400;
	margin-top: 10px;
	text-align: center;
}

.download-about-btn {
	text-align: center;
	margin-top: 130px;
}

.single-blocks-item h2 {
	color: var(--blue);
}

.download-quote {
	margin-top: 110px;
}

.download-header-effect {
	background-image: url(assets/img/download-header-effect.svg);
	position: absolute;
	top: -50px;
    right: -310px;
	width: 1487px;
	height: 495px;
}

.download-about-circle {
	background-image: url(assets/img/download-about-circle.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
    bottom: -400px;
	width: 620px;
	height: 620px;
}

.single-blocks a {
	color: var(--blue);
	font-weight: 700;
}

.block-image-small img {
	width: 50%;
}

.download-about-inner .back-to-list {
	margin-bottom: 60px;
}

.mobile-modal .menu-item-has-children > a:after,
.mobile-modal .menu-item-has-children .external-link a:after {
	content: none;
}

.mobile-modal .sub-menu {
	background: transparent;
    box-shadow: none;
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    padding: 0 !important;
    width: auto;
    display: none;
}

.mobile-modal .menu-item-has-children.active .sub-menu {
    display: block;
    top: auto;
    margin-bottom: 20px;
}

.mobile-modal .menu-item-has-children .sub-menu a {
    padding: 5px 0;
}

.mobile-modal .menu-item-has-children.active:after {
    top: 25px;
    transform: rotate(90deg);
}
 
.single-body h1,
.single-body h2 {
	font-size: 40px;
}

.single-blocks-button {
	text-align: center;
}

.single-blocks-button a {
	color: #fff;
}



/* -------------------------------------------*-----------------*--------------------------------------------------*/
/*                    -----------------------*   MEDIA QUERIES   *------------------------                         */
/* -------------------------------------------*-----------------*--------------------------------------------------*/



@media (max-width: 1600px) { 

	.about {
	    padding-bottom: 190px;
	}

	.features-back-right {
	    width: 272px;
	}

	.mid-slider-inner {
	    margin-left: 1%;
	}

	.footer-form-left h5 {
	    font-size: 38px;
	}

	.footer-form-content {
	    grid-template-columns: 2fr 3fr;
	}

	.banner-top-content img {
		max-height: 400px;
	}

	.single-download-header-left {
	    padding-right: 40px;
	}

	.single-download-header-right {
	    padding-left: 40px;
	}


}

@media (max-width: 1440px) {

	.banner-top-content img {
		max-height: 30%;
		width: auto;
	}

	.form-page {
	    grid-gap: 100px;	
	}

}

@media (max-width: 1199px) { 

	.section {
	    padding-left: 10%;
	    padding-right: 10%;
	}

	.partners-slider .slick-slide {
	    margin: 0 40px;
	}

	.partners-slider .slick-list {
	    margin: 0 -40px;
	}

	/*.about-block:nth-child(even) {
	    grid-gap: 100px;
	}*/

	.features-back-right {
	    display: none;
	}

	.features-back-right-mobile {
	    display: block;
	    max-width: 376px;
	    margin: 0 auto;
	    margin-bottom: 70px;
	}

	.features-items {
	    grid-template-columns: 1fr 1fr;
	}

	.testimonials-item div {
	    font-size: 22px;
	}

	.home-bottom-back {
		background-image: none;
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    height: 100%;
	    background: linear-gradient(19deg, #1659f2 13%, #982aa2 93%);
	    z-index: 0;
	}

	.footer-form-left {
		display: none;
	}

	.footer-form-left-mobile {
		display: block;
		position: relative;
		color: #fff;
		text-align: center;
		max-width: 450px;
		margin: 0 auto;
	}

	.footer-form-left-mobile h5 {
		color: #fff;
		margin-bottom: 20px;
	}

	.footer-form {
	    padding-top: 120px;
	    margin-top: 70px;
	    padding-bottom: 385px;
	}

	.footer-form-back {
		display: none;
	}

	.footer-form-inner {
	    margin-top: 133px;
	}

	.footer-form-content {
	    grid-template-columns: 1fr;
	    justify-content: center;
	    align-items: center;
	}

	.footer-form-right {
	    padding-right: 0;
	    max-width: 550px;
	    margin: 0 auto;
	}

	.footer-form-img {
	    bottom: -386px;
	    background-size: cover;
	    width: 486px;
	    height: 169px;
	}

	.form-small-square {
	    right: -66px;
	    top: -190px;
	    width: 48px;
	    height: 63px;
	    background-size: cover;
	}

	.form-big-square {
	    right: -74px;
	    top: -116px;
	    bottom: auto;
	    width: 126px;
	    height: 127px;
	    z-index: 1;
	    background-size: cover;
	}

	.footer-bottom {
	    grid-template-columns: 3fr 1fr 1fr;
	}

	/* .banner-top {
	    height: calc(100vh - 50px);
	} */
	.banner-top {
		height: 900px;
	}

	.banner-top-text {
        height: 100%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    margin-top: 80px;
	    margin-bottom: 0px;
	}

	.banner-top-content img {
	    width: 160%;
		max-height: none;
	}

	.form-page {
	    grid-gap: 70px;	
	}

	.form-page-right-circle,
	.form-page-square-blue,
	.form-page-square-yellow {
		display: none;
	}

	.form-page-right {
	    padding-right: 0;
	}

	.product-heading {
	    grid-gap: 40px;
	}

	.mobile-menu {
		display: flex;
		cursor: pointer;
		margin-left: 30px;
	}

	.mobile-menu img {
		width: 34px;
		height: 34px;
	}
    
    .menu-link a {
    	border: none;
	}

	.menu-link a:hover, .menu-link.current_page_item a {
	    border: none;
	}

	.header-menu .menu-link {
		display: none;
	}

	.header-menu {
		display: flex;
		align-items: center;
	}
    
    .menu-link.current_page_item a {
	    background-color: none;
	    border: 0;
    }

	.features-boxes {
		display: none;
	}

	.company-team-item {
	    grid-template-columns: 115px 1fr;
	}

	.company-features-under h2 {
	    margin-top: 50px;
	}

	.blog-items {
	    grid-template-columns: 1fr 1fr 1fr;
	}



}

@media screen and (min-device-width: 1400px) and (max-device-width: 1600px) {  
    .banner-top-content img {
	    max-height: 30%;
	    width: auto;
    }
    
}  

@media screen and (min-device-width: 1024px) and (max-device-width: 1199px) {  
    .banner-top-content img {
	    max-height: 30%;
	    width: auto;
    }
}  

@media screen and (max-width: 1199px) {
	.menu-link a:Focus{
		background-color: transparent;
    	border: none;
	}
}

@media (max-width: 991px) { 

	.header-logo img {
	    max-height: 24px;
	}
	.section-big {
	    padding-left: 7%;
	    padding-right: 7%;
	}

	.about-block-text h2 {
		font-size: 38px;
	}

	.mid-slider-inner {
	    grid-template-columns: 40px 39% 50%;
	}

	.mid-slider-text p {
	    font-size: 70px;
	}

	.testimonials-slider .slick-slide {
	    margin: 0 15px;
	}

	.testimonials-slider .slick-list {
	    margin: 0 -15px;
	}

	.form-page {
	    grid-template-columns: 1fr;	
	}

	.product-heading {
	    grid-template-columns: 1fr;
	    text-align: center;
	}

	.product-heading-left {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.product-about {
	    padding-top: 100px;
	}

	.product-about .product-heading {
	    text-align: left;
	}

	.product-about-img {
		text-align: center;
	}

	.mobile-modal .menu-item.btn {
	    width: 100%;
	    margin: 80px 0 20px 0;
	}

	.mobile-modal .menu-item.btn:last-child {
	    margin-top: 47px;
	}

	.product-about-box {
		display: none;
	}

	.benefits-wrapper {
	    grid-template-columns: 1fr 1fr;
	}

	.product-features-block {
	    grid-gap: 80px;
	}

	.company-team-wrapper {
	    grid-template-columns: 1fr;
	}

	.company-features-wrapper {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    grid-column-gap: 70px;
	    grid-row-gap: 70px;
	    margin-top: 80px;
	}

	.company-benefits-inner {
	    grid-template-columns: 1fr 1fr;
	}

	.product-middle-cta-inner h3 {
	    font-size: 32px;
	}

	.product-middle-cta-inner {
	    padding: 80px 124px;
	    position: relative;
	}

	.middle-cta-canon {
	    width: 178px;
	    height: 137px;
	    left: -23px;
	    bottom: -30px;
	}

	.middle-cta-big-box {
		width: 123px;
		height: 91px;
	    right: 39px;
	}

	.middle-cta-small-box {
		width: 64px;
	    height: 58px;
	    right: 10px;
	}

	.footer-bottom-one.desktop {
		display: none;
	}

	.footer-bottom-mobile {
		display: block;
	}

	.footer-five {
		display: none;
	}

	.footer-five.mobile {
		display: block;
		margin-top: 20px;
	}

	.footer-inner {
	    grid-template-columns: 1fr 20% 20% 20%;
	}

	footer h5 {
	    margin-top: 0;
	}

	.single-blog-body {
		grid-template-columns: 1fr;
	}

	.single-blocks-item h2 {
		font-size: 38px;
	}

	.recommended-posts {
		display: grid;
	    grid-template-columns: 1fr 1fr 1fr;
	    grid-gap: 30px;
	}

	.single-blog-body-right {
	    padding-top: 0;
	}

	.recommended-posts .blog-item {
	    margin-bottom: 0;
	}

	.single-download-header-inner {
	    grid-template-columns: 1fr;
	}

	.single-download-header-left {
	    padding-right: 0;
	}

	.single-download-header-right {
	    padding-left: 0;
	}
		   


}

@media (max-width: 768px) {
    .page-body {
    padding-top: 121px;
    position: relative;
}
	
.form-page-left h1 {
    margin-top: 40px;
}
	.featured-btn,
	.banner-top-right,
	.banner-top-left,
	.about-back-right,
	.about-back-left,
	.graph-back-left,
	.features-back-bottom,
	.mid-slider-back {
		display: none;
	}

	body {
		font-size: 16px;
	}

	h1,h2,h3,h5,h6 {
		font-size: 40px;
	}

	.banner-top-content img {
		width: 160%;
	}

	.banner-top-back {
	    height: 90%;
	}

	.about-block {
	    grid-template-columns: 1fr;
	    margin-bottom: 100px;
	    grid-gap: 40px;
	}

	.about-block:nth-child(even) {
	    grid-gap: 40px;
	}

	.about-block:nth-child(odd) .about-block-img {
	    order: 1;
	}

	.about-block:nth-child(odd) .about-block-text {
	    order: 2;
	}

	.about {
	    padding-top: 81px;
	    padding-bottom: 110px;
	}

	.features-item h4 {
	    font-size: 20px;
	}

	.features {
	    padding-top: 70px;
	    padding-bottom: 120px;
	}

	.mid-slider-inner {
	    grid-template-columns: minmax(0, 1fr);
	}

	.mid-slider-text {
		order: 1;
		text-align: center;
	}

	.mid-slider-items {
		order: 2;
	}

	.mid-slider-nav {
		order: 3;
	}

	.mid-slider-inner {
		margin-left: 0;
	}

	.mid-slider-text p {
	    font-size: 60px;
	    display: inline-block;
	    margin-right: 10px;
	}

	.mid-slider-item {
	    display: flex !important;
	    flex-direction: column;
	    align-items: center;
	}

	.mid-slider-item-text {
	    text-align: center;
	}

	.mid-slider .slick-dots li {
	    display: inline-block;
	    margin-bottom: 0;
	    margin-right: 15px;
	}

	.mid-slider .slick-dots li.slick-active {
	    height: 15px;
	    width: 48px;
	}

	.mid-slider-nav {
	    margin-top: 19px;
	    position: relative;
	    z-index: 1;
	    text-align: center;
	}

	.testimonials-item div {
	    font-size: 18px;
	}

	.testimonials-item {
		padding: 35px;
	}

	.mid-slider {
	    padding-bottom: 120px;
	}

	.testimonials-nav {
		display: none;
	}

	.testimonials-nav-mobile {
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}

	.testimonials-head {
	    justify-content: center;
	}

	.slider-arrow {
		margin: 0 10px;
	}

	.form-page-left {
	    margin-top: 0;
	}

	.product-benefits {
	    margin-top: 120px;	
	}

	.header-menu .menu-item.btn {
		display: none;
	}

	.product-features-block {
		grid-template-columns: 1fr;
	    grid-gap: 40px;
	}

	.product-features-block .features-block-img {
	    order: 1;
	    text-align: center;
	}

	.product-features-block .features-block-text {
	    order: 2;
	}

	.product-features h2 {
	    margin-bottom: 60px;
	}

	.company-features-under {
	    padding-left: 0;
	    padding-right: 0;
	}

	.company-features-item h3 {
	    font-size: 18px;
	}

	.middle-cta-canon,
	.middle-cta-big-box,
	.middle-cta-small-box {
	    display: none;
	}

	.product-middle-cta-inner {
	    padding: 50px 74px;
	    position: relative;
	}
    .product-heading-left {
    margin-top: 40px;
    margin-bottom: 19px;
    }
    .company-team-content h4 {
    font-size: 24px;
    margin-bottom: 5px;
    }
    .company-features {
    padding-top: 120px;
    padding-bottom: 120px;
    }
    .company-features-under h2 {
    margin-top: 56px;
    }
    .company-features-wrapper {
    grid-row-gap: 56px;
    margin-top: 56px;
    }
    
    .bottom-section h4 {
    font-size: 32px;
    }
    .desc{
		font-size: 16px;
	}
    .desc2{
		font-size: 15px;
	}
    .product-page {
    padding-bottom: 56px;
    }
    .product-about {
    padding-top: 120px;
    }
    .product-heading {
    grid-gap: 20px;
    }
    .product-heading-left h2 {
    font-size: 40px;
    }
    .product-benefits h3 {  
    font-size: 40px;
    }
    .benefits-item h4 {
    font-size: 18px;
    }
    .product-features-block h3 {
    font-size: 24px;
    }
    .company-team-wrapper {
    grid-gap: 96px;
    }

    .company-story-desktop {
    	display: none;
    }

    .company-story-mobile {
    	display: block;
    }

    .blog-items {
	    grid-template-columns: 1fr 1fr;
	    grid-column-gap: 33px;
	    grid-row-gap: 25px;
	    margin-top: 45px;
	}

	.single-article, .blog-page {
	    margin-bottom: 80px;
	}

	.blog-header ul {
	    overflow: scroll;
	    white-space: nowrap;
	    padding-bottom: 20px;
	}

	.blog-header li {
	    margin-right: 10px;
	}

	.blog-header li.active:after {
		content: none;
	}

	.single-blog-header-gradient {
	    background: linear-gradient(220deg, #0A3E91 0%, #0060ff 100%);
	}

	.single-blog-header-content {
	    margin-left: 0;
	    padding-top: 60px;
	    padding-bottom: 60px;
	}

	.single-blog-header-content h1 {
	    color: #fff;
	    margin-bottom: 20px;
	    font-size: 30px;
	}

	.single-blog-header-img {
	    display: none; 
	}

	.recommended-posts {
        grid-template-columns: 1fr 1fr;
    }

    .single-download-header {
    	margin-bottom: 0;
    }

    .download-about-numbers {
        border-radius: 0;
        margin-top: 70px;
        background: transparent;
        padding: 0;
        flex-direction: column;
    }

	.download-about-numbers-item {
		background-color: #E8EFFE;
        padding: 40px;
        border-radius: 50%;
        margin-bottom: 30px;
        height: auto;
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
		aspect-ratio: 1;
	}

	.download-about-numbers-item h5 {
	    margin-top: -5px;
	}

	.download-about-circle {
		display: none;
	}

	.download-about-btn {
	    margin-top: 60px;
	}

	.download-about {
	    padding-bottom: 100px;
	}

	.block-quote div {
	    font-size: 20px;
	}

	.download-quote {
	    margin-top: 80px;
	}

	.download-about-numbers-item p {
	    margin-top: -20px;
	}

}


@media (max-width: 575px) {

	.banner-top-content,
	.banner-top {
		height: 700px;
	}
	

	.section,
	.section-big,
	.section-bigger {
	    padding-left: 30px;
	    padding-right: 30px;
	}

	.banner-top-content img {
		width: 142%;
	}

	.partners {
	    padding-top: 35px;
	    padding-bottom: 43px;
	}

	.partners-title {
	    margin-bottom: 30px;
	}

	.partners-item img {
		height: auto;
	}

	.about-block-text h2 {
		font-size: 27px;
	}

	.graph {
	    padding-top: 74px;
	    padding-bottom: 70px;
	}

	.graph-block p {
	    margin-top: 40px;
	    font-size: 11px;
	    background-color: transparent;
	    padding: 0;
	}

	.features-items {
	    grid-template-columns: 1fr;
	}

	.features h3 {
	    text-align: center;
	}

	.features-item {
		display: flex;
	    flex-direction: column;
	    align-items: center;
	    text-align: center;
	}

	.mid-slider-text p {
	    font-size: 32px;
	    margin-right: 5px;
	    margin-bottom: 0;
	}

	.mid-slider-item p {
	    font-size: 27px;
	}

	.mid-slider-item h4 {
	    font-size: 20px;
	}

	.testimonials-item div {
	    font-size: 15px;
	}

	.testimonials-slider .slick-slide {
	    margin: 0 7px;
	}

	.testimonials-slider .slick-list {
	    margin: 0 -7px;
	}

	.testimonials-item h5,
	.testimonials-item p {
	    font-size: 12px;
	}

	.testimonials-item p {
	    margin-bottom: 10px;
	}

	.testimonials-item {
	    padding: 25px;
	    border-radius: 17px;
	}

	.company-story {
		background-position: center left;
	}

	.form-small-square,
	.form-big-square {
		display: none;
	}

	.footer-form-img {
	    bottom: -310px;
	    width: 274px;
	    height: 95px;
	}

	.footer-form {
		padding-bottom: 309px;
		padding-top: 90px;
	}

	.form-header h6 {
	    font-size: 20px;
	}

	.form {
	    padding: 40px 25px;
	}

	.form-header img {
	    margin-right: 12px;
	}

	.form-header {
	    margin-bottom: 24px;
	}

	.footer-top {
	    text-align: center;
	}

	.footer-bottom {
	    grid-template-columns: 1fr;
	    justify-content: center;
	    align-items: center;
	}

	.footer-bottom-one {
	    flex-direction: column;
	}

	.footer-bottom-one img {
	    margin-right: 0;
	    margin-bottom: 14px;
	}

	.social-wrapper {
	    justify-content: center;
	}

	.banner-top-text h1, h1 {
	    font-size: 29px;
	    margin-bottom: 25px;
	}

	.graph-inner {
		display: none;
	}

	.graph-inner-mobile {
		display: block;
		margin: 0 -24px;
	}

	.graph-block h3 {
	    margin-bottom: 10px;
	    font-size: 24px;
	}
	
	.footer-two img {
		max-width: 80px;
	}

	.product-benefits {
		display: none;
	}

	.product-benefits-mobile {
		display: block;
	}

	.benefits-wrapper {
	    grid-template-columns: 1fr;
	}

	.product-benefits-mobile .slick-dots li {
		width: 15px;
		height: 15px;
		border-radius: 50%;
		border: 1px solid #9d968d;
		display: inline-block;
		margin: 0 8px;
	}

	.product-benefits-mobile .slick-dots li.slick-active {
		border: 1px solid var(--blue);
		background-color: var(--blue);
	}

	.product-benefits-mobile .slick-list {
		box-sizing: initial;
		padding-bottom: 45px;
	}

	.product-benefits-mobile .slick-slide {
		margin: 0 27px;
	}

	.product-benefits-mobile .slick-list {
		margin: 0 -27px;
	}

	.product-benefits-mobile .slick-dots {
		margin-top: -40px;
		text-align: center;
		position: relative;
	}

	.benefits-item img {
	    margin-left: auto;
	    margin-right: auto;
	}

	.product-heading-left h2 {
	    font-size: 27px;
	}

	.product-benefits h3 {
	    font-size: 27px;
	}

	.product-features-block h3 {
	    font-size: 23px;
	}

	.company-team-item {
	    grid-template-columns: 1fr;
	    grid-row-gap: 25px;
	}

	.company-team-item > img {
		max-width: 130px;
	}

	.company-team-wrapper {
	    grid-gap: 40px;
	}

	.company-team-content h4 {
	    font-size: 22px;
	}

	.company-features-wrapper {
	    grid-template-columns: 1fr;
	    grid-row-gap: 50px;
	}

	.company-benefits-inner {
	    grid-template-columns: 1fr;
	    grid-gap: 50px;
	}

	.product-middle-cta-inner h3 {
	    font-size: 22px;
	    margin-bottom: 24px;
	}

	.product-middle-cta {
	    margin: 50px 0;
	    margin-top: -50px;
	}

	.product-middle-cta-inner {
	    padding: 50px 44px;
	    border-radius: 100px;
	}

	.footer-mobile {
		display: block;
		text-align: center;
	}

	.footer-inner {
		display: none;
	}

	.footer-bottom-one {
	    flex-direction: row;
	    align-items: center;
	    justify-content: center;
	}

	.footer-bottom-one img {
	    margin-right: 10px;
	    margin-bottom: 0;
	}

	.footer-mobile .footer-one,
	.footer-mobile .footer-two,
	.footer-mobile .footer-three {
	    margin-bottom: 20px;
	}

	.footer-four {
		border-top: 1px solid #fff;
		padding-top: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.footer-five.mobile {
	    margin-top: 0;
	}

	.social-wrapper {
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    flex-direction: row;
	}

	.social-wrapper h5 {
	    font-size: 13px;
	    font-weight: 400;
	    margin-bottom: 0;
	    margin-right: 5px;
	}

	.social-item img {
		width: 20px;
	}

	.footer-bottom-mobile {
	    margin-top: 10px;
	}

	.single-blocks-item h3 {
	    font-size: 25px;
	    margin-bottom: 30px;
	}

	.single-blocks-item h2 {
        font-size: 33px;
    }

    .single-blocks-item {
	    margin-bottom: 32px;
	}

	.download-about-inner h2 {
	    font-size: 33px;
	    margin-bottom: 40px;
	}

	.text-cards-wrapper {
	    grid-template-columns: 1fr;
	}

	.text-cards-wrapper {
	    margin-bottom: -20px;
	}

	.text-cards {
	    margin-bottom: 30px;
	}

	.single-article, .blog-page {
	    margin-bottom: 48px;
	}

	.bottom-section {
	    padding-top: 48px;
	    padding-bottom: 48px;
	}

	.single-blog-body {
	    margin-top: 48px;
	    grid-gap: 0;
	}

	.related-posts-wrapper {
	    padding-top: 48px;
	    padding-bottom: 48px;
	}

	.single-blocks {
	    margin-top: 32px;
	}

	.download-about {
		padding-top: 48px;
	    padding-bottom: 48px;
	}

	.download-about-btn {
	    margin-top: 32px;
	}

	.download-about-inner .back-to-list {
	    margin-bottom: 32px;
	}

	.download-about-inner h2 {
	    margin-bottom: 32px;
	}

	.download-about-numbers {
	    margin-top: 48px;
	}

	.single-download-body {
	    margin-top: 48px;
	}

	.download-quote {
	    margin-top: 48px;
	}

	.block-quote {
	    margin-bottom: 0;
	}

	.download-quote .single-blocks-item {
		margin-bottom: 48px;
	}

	.blog-item h3 {
	    margin-top: 5px;
	}

	.single-download-header-left img {
		display: none;
	}

	.single-download-header-right {
		margin-top: 32px;
	}

	.single-download-header {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.single-download-header-left div {
	    margin-bottom: 32px;
	}

	.bottom-section a {
	    margin-top: 32px;
	}

	footer {
        padding-top: 48px;
    }

    .single-blog-header-content {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .related-posts-wrapper .blog-items {
    	margin-top: 0;
    }

    .related-posts-wrapper h4 {
	    margin-bottom: 32px;
	}

	.blog-items {
        grid-row-gap: 32px;
    }

    .page-template-blog .page-body {
        padding-top: 95px;
    }

    .mobile-modal {
	    padding-top: 100px;
	}

	.single-blog-body-right h4 {
	    margin-bottom: 32px;
	    margin-top: 48px;
	}
							
	
}

@media (max-width: 480px) {
	
	.product-heading {
    grid-gap: 18px;
    }
    
    .company-story h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
    }
    .company-team h2 {
    text-align: center;
    margin-bottom: 56px;
    }
    .company-team-wrapper {
    grid-gap: 105px;
    }
    
    .company-features {
    padding-top: 120px;
    padding-bottom: 120px;
    }
    
    .company-features-wrapper {
    grid-row-gap: 56px;
    }
    .company-features-wrapper {
    margin-top: 56px;
    }
    .company-benefits-inner {
    grid-gap: 56px;
    margin-top: 56px;
    }
    .company-bottom-section {
    margin-top: 120px;
    }
    .bottom-section h4 {
    margin-bottom: 24px;
    }
    .product-heading h1 {
    margin-bottom: 24px;
    }
    .product-about {
    padding-top: 120px;
    }
    .product-heading-left h2 {
    margin-bottom: 24px;
    }
    .product-benefits h3 {
    margin-bottom: 56px;
    }
    .product-benefits-mobile .slick-list {
    padding-bottom: 35px;              
    }
    .product-features h2 {
    margin-bottom: 56px;
    margin-top: 61px;
    }
    .product-features-block {
    grid-gap: 56px;
    }
    .product-features-block h3 {
    margin-bottom: 24px;
    }
    .product-features-block {
    margin-bottom: 105px;
    }
    .product-features-block h3 {
    margin-bottom: 24px;
    }
    .product-features-block {
    margin-bottom: 105px;
    }
    
    /*estilos dos textos*/
    h1, h2, h3, h4, h5, h6 {
    font-size: 27px;
    }
    body {
		font-size: 15px;
	}
    .desc{
		font-size: 15px;
	}
	.company-story-mobile .slick-dots {
	    margin-top: 30px;
	}

	.blog-items {
	    grid-template-columns: 1fr;
	}

	.recommended-posts {
        grid-template-columns: 1fr;
    }

	.block-image-small img {
	    width: 100%;
	}


}

@media (max-width: 450px) {
	
	.partners-slider .slick-slide {
	    margin: 0 30px;
	}

	.partners-slider .slick-list {
	    margin: 0 -30px;
	}
}