body,html{
	margin:0px;
	padding:0px;
}
body *{
	box-sizing:border-box;
	font-family:"General Sans" ,sans-serif;
}
@font-face {
    font-family: "General Sans";
    src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "General Sans";
    src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "General Sans";
    src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "General Sans";
    src: url('../fonts/GeneralSans-Light.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "General Sans";
    src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
}
img{max-width:100%;height:auto;}
.hero__section{
	padding-top: 197px;
	padding-bottom: 166px;
	background-color:#151517;
}
header{
	position: absolute;
	left:0px;
	top:53px;
	width: 100%;
}
header .outer__header>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition:.3s ease all;
}
header .outer__header>a:hover{
	opacity:.7;
}
header .outer__header .phone>a .desc{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
header .outer__header .phone>a .bottom{
	font-size: 33px;
	line-height: 33px;
	letter-spacing: -0.08em;
	font-weight: 600;
	color:#fff;
}
header .outer__header .phone>a .top{
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color:#fff;
	letter-spacing: 0.2em;
}
header .outer__header .phone>a{
	text-decoration: none;
}
header .outer__header .phone>a:hover>.phone-icon{
	background-color: rgba(255,255,255,.3);
}
header .outer__header .phone>a>.phone-icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 55px;
	max-width: 55px;
	min-height: 55px;
	max-height: 55px;
	border-radius: 250px;
	transition:.3s ease all;
	background-color:rgba(255,255,255,.2);
	margin-right: 17px;
}
header .outer__header .phone>a{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}
header .outer__header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.container{
	width: 100%;
	max-width: 1270px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.hero__section .outer__hero>.desc{
	max-width: 610px;
}
.hero__section .outer__hero>.desc .btn{
	display: flex;
	justify-content: flex-start;
	margin-top: 44px;
	width: 100%;
	max-width: 553px;
	position: relative;
}

.hero__section .outer__hero>.desc .btn:before{
	content:"";
	position: absolute;
	left:20px;
	width: calc(100% - 40px);
	height:50px;
	top:35px;
	background-color: #FE3B02;
	border-radius: 16px;
	filter:blur(20px);
	opacity:.4;
}
.btn>a{
	transition:.3s ease all;
}
.btn>a:hover{
	transform:scale(1.015);
}
.btn>a .icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 18px;
	position: relative;
	top:3.5px;
}
.hero__section .outer__hero>.desc .btn{
	margin-bottom: 24px;
}
.hero__section .outer__hero>.desc .rate{
	max-width: 553px;
}
 .rate>p>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top:1.5px;
}
 .rate>p>span>img{
	margin-right: 1px;
}
.hero__section .outer__hero{
	position: relative;
}
.hero__section .outer__hero .media img{
	max-width: 430px;
}
.hero__section .outer__hero .media{
	position: absolute;
	top:-19px;
	right:67px;
}
.rate>p>span>img:last-child{
	margin-right: 0px;
}
.rate>p{
	margin:0px;
	font-size: 14px;
	line-height: 145%;
	letter-spacing:0.1em;
	color:#fff;
	text-transform: uppercase;
}
 .rate{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
 .btn>a{
	font-size: 26px;
	line-height: 120%;
	letter-spacing: -0.06em;
	color:#fff;
	text-decoration: none;
	font-weight: 600;
	text-shadow:0px 3px 5px rgba(0,0,0,.35);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 553px;
	min-height: 80px;
	border-radius: 16px;
	background-color:#FE3B02;
	position: relative;
}

.hero__section .outer__hero>.desc>p{
	margin:0px;
	font-size: 22px;
	line-height: 145%;
	color:#fff;
}
.hero__section .outer__hero>.desc>h1{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 50px;
	line-height: 120%;
	letter-spacing: -0.06em;
	font-weight: 600;
	color:#fff;
	max-width: 600px;
}
.hero__section .outer__hero>.desc>span{
	display: block;
	margin-bottom: 23px;
	letter-spacing: 0.15em;
	font-size: 14px;
	line-height: 100%;
	font-weight: 600;
	color:#fff;
	text-transform: uppercase;
}
.description{
	padding-top: 102px;
	padding-bottom: 127px;
}
.description .outer__description .plates>.elem>span img{
	min-width: 38px;
	max-width: 38px;
}
.description .outer__description .plates>.elem>p{
	margin:0px;
	font-size: 26px;
	line-height: 145%;
	font-style:italic;
	color:#151517;
}
.description .outer__description .plates>.elem>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 22px;
	position: relative;
	top:1px;
}
.description .outer__description .plates>.elem{
	margin-bottom: 22px;
	padding:40px 38px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	background-color:#F3F3F3;
	border-radius: 20px;
}
.description .outer__description .plates>.elem:last-child{
	margin-bottom: 0px;
}
.description .outer__description{
	max-width: 687px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.description .outer__description .rate>p{
	color:#151517;
}
.description .outer__description .btn{
	position: relative;
}
.description .outer__description .btn:before{
    content: "";
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    height: 50px;
    top: 35px;
    background-color: #FE3B02;
    border-radius: 16px;
    filter: blur(20px);
    opacity: .4;
}
.description .outer__description .btn>a{
	width: 100%;
	max-width: 100%;
}
.description .outer__description .btn{
	margin-bottom: 15px;
	width: 100%;
	max-width: 100%;
}
.description .outer__description .box>p span{
	font-weight: bold;
}
.description .outer__description .box>p{
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 145%;
	font-weight: 400;
	color:#151517;
}
.outer__description .plates{
	margin-bottom: 50px;
}
.article{
	padding-top: 126px;
	padding-bottom: 126px;
	background-color: #151517;
}
.article .outer__quote{
	max-width: 687px;
	margin-left: auto;
	margin-right: auto;
}
.article .outer__quote .btn>a{
	width: 100%;
	max-width: 100%;
	margin-bottom: 24px;
}
.article .outer__quote .btn:before{
    content: "";
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    height: 50px;
    top: 35px;
    background-color: #FE3B02;
    border-radius: 16px;
    filter: blur(20px);
    opacity: .4;
}
.article .outer__quote .btn{
	max-width: 100%;
	position: relative;
	margin-top: 50px;
}
.article .outer__quote>p span{
	font-weight: bold;
}
.article .outer__quote>p{
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 22px;
	line-height: 145%;
	font-weight: 400;
	color:#fff;
}
.article .outer__quote>h2{
	text-align: center;
	margin-bottom: 32px;
	margin-top: 0px;
	font-size: 45px;
	line-height: 120%;
	letter-spacing: -0.06em;
	font-weight: 600;
	color:#fff;
}
.playbook__box{
	padding-top: 120px;
	padding-bottom: 134px;
	background-color: #F4F4F4;
	overflow:hidden;
}
.playbook__box .outer__playbook{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.playbook__box .outer__playbook .boxes{
	width: 100%;
}
.playbook__box .rate>p{
	color:#151517;
}
.playbook__box .btn:before{
    content: "";
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    height: 50px;
    top: 35px;
    background-color: #FE3B02;
    border-radius: 16px;
    filter: blur(20px);
    opacity: .4;
}

.playbook__box .btn{
	position: relative;
}
.playbook__box .btn>a{
	width: 100%;
	z-index: 2;
	position: relative;
	max-width: 100%;
	margin-bottom: 24px;
}
.playbook__box .btn{
	max-width: 687px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}
.playbook__box .outer__playbook .boxes>.box>.desc>p sup{
	line-height: 0px;
	position: relative;
	top:10px;
}
.playbook__box .outer__playbook .boxes>.box>.desc>span{
	font-size: 22px;
	line-height: 145%;
	color:#151517;
	font-weight: 400;
}
.playbook__box .outer__playbook .boxes>.box>.desc>p{
	margin-top: 0px;
	margin-bottom: 9px;
	font-size: 34px;
	line-height: 115%;
	font-weight: 600;
	color:#151517;
	letter-spacing: -0.04em;
}
.playbook__box .outer__playbook .boxes>.box>.desc{
	min-width: 415px;
	max-width: 415px;
}
.playbook__box .outer__playbook .boxes>.box .media>img{
	max-height: 100%;
}
.playbook__box .outer__playbook .boxes>.box .media.image-1>img{
	max-height: calc(100% + 20px);
	height: calc(100% + 20px);
}
.playbook__box .outer__playbook .boxes>.box .media.image-1{
	top:-10px;
}


.playbook__box .outer__playbook .boxes>.box .media.image-2>img{
	max-height: calc(100% + 50px);
	height: calc(100% + 50px);
}
.playbook__box .outer__playbook .boxes>.box .media.image-2{
	top:-10px;
	right:20px;
}



.playbook__box .outer__playbook .boxes>.box .media.image-3>img{
	max-height: 250px;
}
.playbook__box .outer__playbook .boxes>.box .media.image-3{
	display: flex;
	align-items: center;
	right:37px;
}


.playbook__box .outer__playbook .boxes>.box .media.image-4>img{
	max-height: 245px;
}
.playbook__box .outer__playbook .boxes>.box .media.image-4{
	display: flex;
	align-items: center;
	right:60px;
}


.playbook__box .outer__playbook .boxes>.box .media.image-5>img{
	max-height: 90%;
}
.playbook__box .outer__playbook .boxes>.box .media.image-5{
	display: flex;
	align-items: center;
	right:-15px;
}





.playbook__box .outer__playbook .boxes>.box .media{
	position: absolute;
	right:0px;
	top:0px;
	height: 100%;
}
.playbook__box .outer__playbook .boxes>.box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content:space-between;
	margin-bottom: 19px;
	border-radius: 20px;
	padding-top: 63px;
	padding-left: 58px;
	padding-bottom: 60px;
	background-color: #fff;
	box-shadow: 0px 15px 160px -49px rgba(21,21,23,.1);
}
.playbook__box .outer__playbook .boxes>.box:last-child{
	margin-bottom: 0px;
}
.playbook__box .outer__playbook>h2{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 48px;
	font-size: 45px;
	line-height: 120%;
	font-weight: 600;
	color:#151517;
	letter-spacing: -0.06em;
}
footer{
	padding-top: 91px;
	padding-bottom: 81px;
}
footer .logo>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition:.3s ease all;
}
footer .logo>a:hover{
	opacity:.7;
}
footer .outer__footer>ul li.spacer{
	margin:0px 7px;
}
footer .outer__footer>ul>li>a{
	text-decoration: none;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color:#18181E;
	transition:.3s ease all;
}
footer .outer__footer>ul>li>a:hover{
	color:#FE3B02;
}
footer .outer__footer>.socials>li:last-child{
	margin-right: 0px;
}
footer .outer__footer>.socials>li a svg path{
	transition:.3s ease all;
}
footer .outer__footer>.socials>li a:hover svg path{
	fill:#FE3B02;
}
footer .outer__footer>.socials>li{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 34px;
}
footer .outer__footer>.socials>li>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
footer .outer__footer>.socials{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0px;
}
footer .outer__footer .copyright{
	margin-top: 21px;
	margin-bottom: 32px;
}
footer .outer__footer .copyright>p span{
	font-weight: bold;
}
footer .outer__footer .copyright>p{
	margin:0px;
	font-size: 18px;
	line-height: 26px;
	color:#18181E;
	text-align: center;
}
footer .outer__footer>p{
	text-align: center;
	margin:0px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}
footer .outer__footer>ul{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	margin:0px;
	margin-bottom: 21px;
	padding:0px;
}
footer .logo{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 28px;
}
.testimonials__wrapper{
	padding-top: 134px;
	padding-bottom: 130px;
}
.testimonials__wrapper .top__desc span img{
	max-width: 234px;
}
.testimonials__wrapper .top__desc{
	margin-bottom: 70px;
}

.testimonials__wrapper .bottom__desc .btn{
	margin-top: 50px;
	max-width: 100%;
	width: 100%;
	position: relative;
}
.testimonials__wrapper .bottom__desc .rate p{
	color:#151517;
}
.testimonials__wrapper .bottom__desc .btn:before{
    content: "";
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    height: 50px;
    top: 35px;
    background-color: #FE3B02;
    border-radius: 16px;
    filter: blur(20px);
    opacity: .4;
}
.testimonials__wrapper .bottom__desc .btn>a{
	width: 100%;
	max-width: 100%;
	margin-bottom: 24px;
}
.testimonials__wrapper .bottom__desc{
	margin-top: 60px;
	max-width: 715px;
	margin-left: auto;
	margin-right: auto;
}
.testimonials__wrapper .bottom__desc>.container>p span{
	font-weight: bold;
}
.testimonials__wrapper .bottom__desc>.container> p{
	max-width: 685px;
	margin-left: auto;
	font-size: 28px;
	line-height: 145%;
	color:#151517;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 25px;
}
.testimonials__wrapper .top__desc h2{
	max-width: 685px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 45px;
	line-height: 120%;
	letter-spacing: -0.06em;
	color:#151517;
	font-weight: 600;
	text-align: center;
}
.testimonials__wrapper .top__desc span{
	margin-bottom: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimonials-slider ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.testimonials-slider .elem .text{
	margin-bottom: 32px;
}
.testimonials-slider .elem .bottom>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.testimonials-slider .elem .bottom>.author>p{
	margin:0px;
	font-size: 20px;
	line-height: 24px;
	color:#151517;
	font-weight: 600;
}
.testimonials-slider .elem .bottom>.author>img{
	min-width: 43px;
	max-width: 43px;
	min-height: 43px;
	max-height: 43px;
	border-radius: 250px;
	object-fit: cover;
	margin-right: 11px;
}
.testimonials-slider .elem .bottom>.author{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}
.testimonials-slider .elem .bottom>span>img{
	min-width: 28px;
	max-width: 28px;
}
.testimonials-slider .elem .bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.testimonials-slider .elem .text>p{
	margin:0px;
	font-size: 18px;
	line-height: 145%;
	color:#151517;
}
.tickercontainer{
	height: auto!important;
}
.testimonials-slider .elem .text>p{
	font-weight: 400;
}
.testimonials-slider li{
	white-space: initial!important;
}
.testimonials-slider .elem{
	min-width: 488px;
	max-width: 488px;
}
.testimonials-slider .elem>.top{
	margin-bottom: 10px;
}
.testimonials-slider .elem>.top>ul>li{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 2px;
}
.testimonials-slider .elem>.top>ul>li:last-child{
	margin-right: 0px;
}
.testimonials-slider .elem>.top>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.testimonials-slider .elem>.top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.testimonials-slider .elem{
	padding:36px;
	background-color:#F7F7F7;
	border-radius: 20px;
}

.tickercontainer>.mask>ul{
	display: flex!important;
}
.tickercontainer>.mask>ul>li>.elem{
	height: 100%;
}
.testimonials-slider .elem{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.testimonials-slider .elem .bottom{
	margin-top: auto;
}
.tickercontainer>.mask>ul>li{
	height: auto!important;
}
.cta__block .outer__cta>h2 span{
	color:#FE3B02;
}
.cta__block .outer__cta>h2{
	margin-top: 0px;
}
.cta__block .outer__cta .desc .btn>a{
	width: 100%;
	max-width: 100%;
}
.cta__block .outer__cta .desc .btn{
	margin-top: 54px;
	margin-bottom: 24px;
	width: 100%;
	max-width: 100%;
	position: relative;
}
.cta__block .outer__cta .desc .btn:before{
	content: "";
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    height: 50px;
    top: 35px;
    background-color: #FE3B02;
    border-radius: 16px;
    filter: blur(20px);
    opacity: .4;
}
.cta__block .outer__cta .desc>p span{
	font-weight: bold;
}
.cta__block .outer__cta .desc>p{
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 22px;
	line-height: 145%;
	color:#FFFFFF;
}
.cta__block .outer__cta .desc>p:last-child{
	margin-bottom: 0px;
}
.cta__block .outer__cta .desc{
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.cta__block .outer__cta .media>img{
	max-width: 870px;
	position: relative;
	left:55px;
}
.cta__block .outer__cta .media{
	display: flex;
	align-items: center;
	justify-content: center;
}
.cta__block .outer__cta>h2{
	text-align: center;
	margin-bottom: 12px;
	max-width: 870px;
	font-size: 45px;
	line-height: 120%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -0.06em;
	font-weight: 600;
	color:#fff;
}
.cta__block{
	padding-top: 130px;
	padding-bottom: 155px;
	background-color: #151517;
}
.form__wrapper{
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #F4F4F4;
}
.form__wrapper .outer__form .box  form .group__input , .form__wrapper .outer__form .box  form ._field-wrapper{
	width: 100%;
	margin-bottom: 14px;
	box-shadow:0px 0px 20px rgba(0,0,0,.1);
	position: relative;
	border-radius: 8px;
}
.form__wrapper .outer__form .box  form .group__input>p span{
	color:#DD0000;
}
.form__wrapper .outer__form .box  form .group__input>p{
	margin:0px;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	left:47px;
	color:rgba(0,0,0,.6);
	pointer-events: none;
}
.form__wrapper .outer__form .box  form .group__submit{
	display: flex;
	align-items: center;
	justify-content: center;
}
.form__wrapper .outer__form .box  form .group__input>input , .form__wrapper .outer__form .box  form ._field-wrapper input{
	width: 100%;
	border:1px solid #FE3B02;
	height: 53px;
	border-radius: 8px;
	padding-left: 47px;
	padding-right: 15px;
	outline:none;
	font-size: 16px;
	line-height: 25px;
	color:#000;
	background:url('../img/profile-icon.svg');
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 17px 17.5px;
}
.form__wrapper .outer__form .box  form>p{
	text-align: center;
	margin-bottom: 28px;
	margin-top: 0px;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.2em;
	color:#151517;
	font-weight: 600;
}
.form__wrapper .outer__form .box  form{
	max-width: 530px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.form__wrapper .outer__form .box .media{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top:-100px;
	margin-bottom: -90px;
}
.form__wrapper .outer__form .box .media>img{
	max-width: calc(100% + 88px);
}
.form__wrapper .outer__form .box{
	margin-top: 87px;
	max-width: 686px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-radius: 20px;
	box-shadow:0px 15px 160px 0px rgba(2,75,64,.15);
}
.form__wrapper .outer__form>p{
	margin:0px auto;
	text-align: center;
	font-size: 22px;
	line-height: 145%;
	color:#151517;
	font-weight: 400;
}
.form__wrapper .outer__form>h2{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 14px;
	font-size: 45px;
	line-height: 120%;
	font-weight: 600;
	color:#151517;
	letter-spacing: -0.06em;
}
.form__wrapper .outer__form{
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.form__wrapper .group__submit{
	margin-bottom: 24px;
	position: relative;
}
.form__wrapper .group__submit:before{
    content: "";
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    height: 50px;
    top: 35px;
    background-color: #FE3B02;
    border-radius: 16px;
    filter: blur(20px);
    opacity: .4;
}
.form__wrapper .rate>p{
	color:#151517;
}
.form__wrapper .after>p{
	margin:0px;
	font-size: 14px;
	line-height: 130%;
	font-style: italic;
	color:#151517;
	font-weight: 300;
	width: 100%;
}
.form__wrapper .after{
	text-align: center;
	margin-top: 49px;
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
}
.form__wrapper .box{
	padding-bottom: 60px;
}
.form__wrapper .group__submit>button{
	cursor:pointer;
	width: 100%;
	max-width: 100%;
	    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.06em;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, .35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    border-radius: 16px;
    background-color: #FE3B02;
    border:0px;
    outline:none;
    transition:.3s ease all;
    position: relative;
}
.form__wrapper .group__submit>button:hover{
	transform:scale(1.015);
}
.form__wrapper .group__submit>button span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 18px;
    position: relative;
    top: 3.5px;
}
.form__wrapper .group__submit{
	display: flex;
	justify-content: center;
	align-items: center;
}
.thank-main .outer-thank{
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
}
.outer-thank .check img{
	max-width: 96px;
}
.outer-thank .check{
	display: flex;
	align-items: center;
	justify-content: center;
}
.outer-thank .box>span{
	display: block;
	font-size: 18px;
	line-height: 145%;
	color:#fff;
}
.outer-thank .box>p{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 120%;
	font-weight: 600;
	color:#FFFFFF;
}
.outer-thank .box>img{
	min-width: 36px;
	max-width: 36px;
	margin-bottom: 18px;
}
.outer-thank .box{
	padding:47px 59px;
	border:1px solid rgba(255,255,255,.1);
	background-color:rgba(255,255,255,.05);
	border-radius: 20px;
}
.thank-main .outer-thank>p span{
	font-weight: 600;
}
.thank-main .outer-thank .txt>p{
	margin:0px;
	font-size: 26px;
	line-height: 145%;
	color:#FFFFFF;
	font-weight: 400;
}
.thank-main .outer-thank .txt{
	text-align: center;
	max-width: 675px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 48px;
}
.thank-main .outer-thank>p{
	text-align: center;
	font-size: 55px;
	line-height: 120%;
	font-weight: 400;
	color:#fff;
	margin:0px;
	margin-bottom: 22px;
	letter-spacing: -0.05em;
}
.thank-main .outer-thank>h1,
.thank-main .outer-thank>h2{
	text-align: center;
	margin-top: 4px;
	margin-bottom: 16px;
	font-size: 80px;
	line-height: 120%;
	color:#FFFFFF;
	font-weight: 600;
}
.thank-main{
	padding-top: 199px;
	padding-bottom: 179px;
	background-color: #151517;
}
.calendly-session .desc{
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.calendly-session .desc>p span{
	font-weight: 600;
}
.calendly-session .desc>p{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 28px;
	line-height: 145%;
	color:#151517;
}
.calendly-session .desc>p:last-child{
	margin-bottom: 0px;
}
.calendly-session{
	padding-top: 112px;
	padding-bottom: 156px;
	background-color: #F4F4F4;
}
.testimonials__wrapper.dark .testimonials-slider .elem{
	background-color: rgba(255,255,255,.05);
	border:1px solid rgba(255,255,255,.1);
}
.testimonials__wrapper.dark .testimonials-slider .elem .text>p , .testimonials__wrapper.dark .testimonials-slider .elem .bottom>.author>p{
	color:#fff;
}
.testimonials__wrapper.dark  .top__desc h2{
	color:#fff;
}
.testimonials__wrapper.dark .bottom__desc .rate p{
	color:#fff;
}
.testimonials__wrapper.dark{
	background-color: #151517;
}
.free-session .outer-free>.top{
	text-align: center;
}
.free-session .bottom-free .small-box{
	margin-bottom: 20px;
}
.free-session .bottom-free .btn>a{
	width: 100%;
	max-width: 100%;
}
.free-session .bottom-free  .rate>p{
	color:#151517;
}
.free-session .bottom-free .btn:before{
	content: "";
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    height: 50px;
    top: 35px;
    background-color: #FE3B02;
    border-radius: 16px;
    filter: blur(20px);
    opacity: .4;
}
.free-session .bottom-free .btn{
	margin-top: 80px;
	position: relative;
	margin-left: auto;
	margin-bottom: 24px;
	margin-right: auto;
	width: 100%;
	max-width: 687px;
}
.free-session .bottom-free .small-box:last-child{
	margin-bottom: 0px;
}
.free-session .bottom-free .small-box .list>.el>span>img{
	min-width: 28px;
	max-width: 28px;
}
.free-session .bottom-free .small-box .list>.el>p{
	margin:0px;
	font-size: 18px;
	line-height: 145%;
	font-weight: 400;
	color:#151517;
}
.free-session .bottom-free .small-box .list>.el>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
	position: relative;
	top:2px;
}
.free-session .bottom-free .small-box .list>.el{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.free-session .bottom-free .small-box .list{
	display: grid;
	grid-template-columns: repeat(2 ,1fr);

	grid-column-gap: 80px;
	grid-row-gap:30px;
}
.free-session .bottom-free>.small-box>h2{
	margin-top: 0px;
	margin-bottom: 23px;
	font-size: 34px;
	line-height: 145%;
	font-weight: 600;
	color:#151517;
}
.free-session .bottom-free>.small-box{
	padding:56px 60px;
	padding-bottom: 60px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow:0px 19px 100px -52px rgba(0,0,0,.05);
}
.free-session .bottom-free{
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.free-session .spacer{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 90px;
	margin-bottom: 104px;
}
.free-session .outer-free>.top .after>p{
	margin:0px;
	font-size: 22px;
	line-height: 145%;
	font-style: italic;
	font-weight: 300;
	color:#151517;
}
.free-session .outer-free>.top .after{
	margin-top: 50px;
	max-width: 592px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.free-session .outer-free>.top .calendly-box{
	margin-top: 50px;
	background-color:#fff;
	border:7px solid #fff;
	border-radius: 15px;
	max-width: 864px;
	margin-left: auto;
	margin-right: auto;
	box-shadow:0px 15px 220px 0px rgba(0,0,0,.1);
}
.free-session .outer-free>.top>p{
	margin:0px;
	font-size: 22px;
	line-height: 145%;
	color:#151517;
}
.free-session .outer-free>.top>h2{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 18px;
	font-size: 45px;
	line-height: 120%;
	font-weight: 600;
	color:#151517;
}
.free-session{
	padding-top: 120px;
	padding-bottom: 164px;
	background-color: #F4F4F4;
	overflow: hidden;
}
.free-session .spacer img{
	max-width: 100%;
}
.playbook__box.updated{
	background-color: #fff;
}
.playbook__box.updated .outer__playbook .boxes>.box{
	background-color: #F4F4F4;
}
.playbook__box.updated .small-desc>p{
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 26px;
	line-height: 145%;
	color:#151517;
	font-weight: 400;
}
.playbook__box.updated .spacer>img{
	max-width: 100%;
}
.playbook__box.updated .spacer{
	margin-top: 62px;
	margin-bottom: 100px;
}
.playbook__box.updated .small-desc>p:last-child{
	margin-bottom: 0px;
}
.playbook__box.updated .small-desc{
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
}
.playbook__box.updated .outer__playbook h2{
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.playbook__box.updated .outer__playbook .boxes>.box{
	box-shadow: none;
}
.playbook__box.updated .after-small>p{
	margin:0px;
	font-size: 14px;
	line-height: 145%;
	font-style: italic;
	color:#151517;
	font-weight: 300;
}
.playbook__box.updated .after-small{
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 34px;
}
.playbook__box.updated .outer__playbook .media.left-shadow>img{
	box-shadow:-40px 10px 81px -9px rgba(0,0,0,.3);
}
.playbook__box.updated .outer__playbook .media.behind-shadow>img{
	box-shadow:15px 13px 81px -9px rgba(0,0,0,.4);
}
.playbook__box.updated .outer__playbook .media{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 115px;
}
.playbook__box.updated .outer__playbook .boxes>.box>.desc{
	min-width: 455px;
	max-width: 455px;
}
.playbook__box.updated .outer__playbook .media >img{
	max-height: 288px!important;
}
.playbook__box.updated .outer__playbook{
	max-width: 980px;
}
.booking-hero{
	padding-top: 208px;
	padding-bottom: 75px;
	background-color: #151517;
}
.booking-hero .outer-booking .bottom-grid >.elem>p{
	margin:0px;
	font-size: 22px;
	line-height: 145%;
	color:#FFFFFF;
}
.booking-hero .outer-booking .bottom-grid >.elem>span{
	display: block;
	font-size: 66px;
	line-height: 120%;
	color:#FFFFFF;
	letter-spacing: -0.08em;
	font-weight: 500;
}
.booking-hero .outer-booking .bottom-grid .space{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin:0px 80px;
}
.booking-hero .outer-booking .bottom-grid{
	margin-top: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.booking-hero .outer-booking .btn>a{
	width: 100%;
	max-width: 100%;
}
.booking-hero .outer-booking .btn{
	margin-bottom: 24px;
	position: relative;
	max-width: 687px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.booking-hero .outer-booking .btn:before{
    content: "";
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    height: 50px;
    top: 35px;
    background-color: #FE3B02;
    border-radius: 16px;
    filter: blur(20px);
    opacity: .4;
}
.booking-hero .outer-booking>p{
	margin:0px;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	line-height: 145%;
	color:#FFFFFF;
	margin-bottom: 43px;
}
.booking-hero .outer-booking>h1,
.booking-hero .outer-booking>h2{
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	font-size: 50px;
	line-height: 120%;
	color:#FFFFFF;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 16px;
	letter-spacing: -0.06em;
}
.booking-hero .outer-booking>span{
	display: block;
	margin-bottom: 18px;
	font-size: 15px;
	line-height: 120%;
	font-weight: 600;
	color:#FFFFFF;
	letter-spacing: 0.2em;
}
.booking-hero .outer-booking{
	text-align: center;
}
.calendly-session .calendly-inner{
	max-width: 864px;
	padding-top: 60px;
	padding-left: 43px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 43px;
	padding-bottom: 48px;
	border-radius: 20px;
	background-color:#fff;
	box-shadow:0px 15px 160px 0px rgba(2,75,64,.15);
}
.calendly-session .calendly-inner{
	background-color: #fafafa;
}
.calendly-session .calendly-inner>span{
	font-size: 18px;
	line-height: 145%;
	color:#151517;
	font-weight: 400;
	text-align: center;
	display: block;
	margin-bottom: 0px;
}
.calendly-session .calendly-inner>p{
	text-align: center;
	margin-bottom: 8px;
	margin-top: 0px;

	font-size: 36px;
	line-height: 120%;
	color:#151517;
	font-weight: 600;
	letter-spacing: -0.06em;
}
._form_1 form ._form-title{
	text-align: center!important;
	font-size: 32px!important;
	color:#151517!important;
	font-family:"General Sans" ,sans-serif!important;
	font-weight: 600!important;
	letter-spacing: -0.06em;
	margin-top: 0px!important;
}
._form_1 form ._html-code{
	text-align: center!important;
	color:#151517!important;
	font-family:"General Sans", sans-serif!important;
	font-weight: 600!important;
	letter-spacing: 0.2em!important;
	text-transform: uppercase!important;
}
._form-branding{
	display: none!important;
}
._form_1 form{
	padding:0px!important;
	margin:0px!important;
	max-width: 530px!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
.free-session .outer-free>.top .calendly-box{
	margin-top: 25px;
	border:0px;
}
._form_element ._form-label{
	display: none!important;
}
._field-wrapper>input,
._form_1 ._field-wrapper input[type="text"],
._form_1 ._field-wrapper input[type="email"],
._form_1 ._field-wrapper input[type="tel"],
._form_1 ._field-wrapper input[type="number"],
._form_1 ._field-wrapper input[type="url"]{
    width: 100%!important;
    border: 1px solid #FE3B02!important;
    height: 53px!important;
    border-radius: 8px!important;
    padding-left: 47px!important;
    padding-right: 15px!important;
    outline: none!important;
    font-size: 16px!important;
    line-height: 25px!important;
    color: #000!important;
    background: url(../img/profile-icon.svg)!important;
    background-repeat: no-repeat!important;
    background-size: 18px!important;
    background-position: 17px 17.5px!important;
    box-sizing:border-box!important;
    font-family:"General Sans",sans-serif!important;
}
._form_1 ._field-wrapper textarea,
._form_1 textarea{
	width:100%!important;
	border:1px solid #FE3B02!important;
	min-height:120px!important;
	border-radius:8px!important;
	padding:14px 15px!important;
	outline:none!important;
	font-size:16px!important;
	line-height:1.5!important;
	color:#000!important;
	background:#fff!important;
	box-sizing:border-box!important;
	font-family:"General Sans",sans-serif!important;
	resize:vertical;
}
._form_1 ._field-wrapper select,
._form_1 select{
	width:100%!important;
	border:1px solid #FE3B02!important;
	height:53px!important;
	border-radius:8px!important;
	padding:0 36px 0 15px!important;
	outline:none!important;
	font-size:16px!important;
	line-height:25px!important;
	color:#000!important;
	background:#fff!important;
	box-sizing:border-box!important;
	font-family:"General Sans",sans-serif!important;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background-image:linear-gradient(45deg,transparent 50%,#FE3B02 50%),linear-gradient(135deg,#FE3B02 50%,transparent 50%)!important;
	background-position:calc(100% - 18px) 22px,calc(100% - 13px) 22px!important;
	background-size:5px 5px,5px 5px!important;
	background-repeat:no-repeat!important;
}
._form_1 ._field-wrapper input:focus,
._form_1 ._field-wrapper textarea:focus,
._form_1 ._field-wrapper select:focus,
._form_1 textarea:focus,
._form_1 select:focus,
.iti.iti--allow-dropdown.iti--show-flags>input:focus{
	border-color:#FE3B02!important;
	box-shadow:0 0 0 3px rgba(254,59,2,.18)!important;
}
._form_element._field_html{
	margin-bottom: 28px!important;
}
.iti.iti--allow-dropdown.iti--show-flags>input,
._form_1 ._field-wrapper input[type="tel"],
._form_1 .iti input[type="tel"],
._form_1 input[type="tel"]{
	width: 100%!important;
    border: 1px solid #FE3B02!important;
    height: 53px!important;
    border-radius: 8px!important;
    padding-right: 15px!important;
    outline: none!important;
    font-size: 16px!important;
    line-height: 25px!important;
    color: #000!important;
    box-sizing:border-box!important;
    font-family:"General Sans",sans-serif!important;
    background:#fff!important;
    background-image:none!important;
}
.iti.iti--allow-dropdown.iti--show-flags{
	width:100%;
	display:block;
}
.iti__country-container .iti__selected-dial-code{
	font-size: 16px!important;
	color: #000!important;
}


.iti__selected-dial-code{
	position: relative;
	top:0.5px!important;
}

._field-wrapper>input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #142341;
}
._field-wrapper>input::-moz-placeholder { /* Firefox 19+ */
  color: #142341;
}
._field-wrapper>input:-ms-input-placeholder { /* IE 10+ */
  color: #142341;
}
._field-wrapper>input:-moz-placeholder { /* Firefox 18- */
  color: #142341;
}



.iti__country-container .iti__selected-dial-code::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #142341;
}
.iti__country-container .iti__selected-dial-code::-moz-placeholder { /* Firefox 19+ */
  color: #142341;
}
.iti__country-container .iti__selected-dial-code:-ms-input-placeholder { /* IE 10+ */
  color: #142341;
}
.iti__country-container .iti__selected-dial-code:-moz-placeholder { /* Firefox 18- */
  color: #142341;
}
img {
	width: auto;
	height: auto;
}
.iti.iti--allow-dropdown.iti--show-flags>input{
	padding-left: 90px!important;
}
._form_1 ._form_element ._field-wrapper .iti__search-input{
	background:none!important;
	padding-left: 15px!important;
	min-height: 42px!important;
	height: 42px!important;
	border:none!important;
	box-shadow: none!important;
}
.sms_consent_message{
	padding:0px!important;
	font-size: 12px!important;
	padding-left: 10px!important;
	margin-bottom: 0px!important;
}


._field-wrapper{
	margin-bottom: 0px!important;
}
.sms_consent_checkbox{
	padding-top: 0px!important;
	padding-bottom: 10px!important;
}
.popup-box>.inner{
	padding:20px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-box>.inner>.box .media{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.popup-box>.inner>.box .media>img{
	max-width: 100%;
}
.popup-box>.inner>.box>p{
	text-align: center;
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 22px;
	line-height: 145%;
	color:#151517;
}
.popup-box>.inner>.box>h2{
	margin-top: 0px;
	text-align: center;
	letter-spacing: -0.06em;
	margin-bottom: 5px;
	font-size: 45px;
	line-height: 120%;
	font-weight: 600;
	color:#151517;
}
.popup-box>.inner>.box>span{
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 145%;
	font-weight: 400;
	color:#151517;
}
.popup-box>.inner>.box{
	max-width: 958px;
	max-height: calc(100% - 40px);
	width: 100%;
	padding:82px 144px;
	background-color:#fff;
	border-radius: 20px;
	box-shadow:0px 15px 160px 0px rgba(2,75,64,.15);
}
.popup-box{
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color:rgba(0,0,0,.6);
	opacity:0;
	visibility:hidden;
	transition:opacity .25s ease,visibility .25s ease;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
}
.popup-box[hidden]{
	display:none!important;
}
.popup-box.is-open{
	display:block!important;
	opacity:1;
	visibility:visible;
}
.popup-box.is-open>.inner>.box{
	animation:popupIn .35s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes popupIn{
	from{opacity:0;transform:translateY(20px) scale(.96);}
	to{opacity:1;transform:translateY(0) scale(1);}
}
body.popup-open{
	overflow:hidden;
}
.popup-box>.inner>.box{
	position:relative;
}
.popup-close{
	position:absolute;
	top:18px;
	right:18px;
	width:42px;
	height:42px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	background:#F4F4F4;
	color:#151517;
	border:0;
	cursor:pointer;
	padding:0;
	transition:.2s ease all;
	z-index:2;
}
.popup-close:hover{
	background:#FE3B02;
	color:#fff;
	transform:rotate(90deg);
}
.popup-close:focus-visible{
	outline:2px solid #FE3B02;
	outline-offset:2px;
}
.popup-box .rate{
	display:none;
}
.popup-box ._form_1{
	margin-top:18px;
}
.popup-box ._form_1 form{
	max-width:100%!important;
}
.popup-box ._form_1 ._form-title{
	display:none!important;
}
.popup-box.disclaimer-popup>.inner>.box{
	max-width:700px;
	padding:60px 50px 50px;
	max-height:calc(100% - 40px);
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	text-align:left;
}
.popup-box.disclaimer-popup .disclaimer-title{
	text-align:center;
	font-size:32px;
	line-height:120%;
	letter-spacing:-0.04em;
	font-weight:600;
	color:#151517;
	margin:0 0 8px;
}
.popup-box.disclaimer-popup .disclaimer-meta{
	text-align:center;
	font-size:13px;
	letter-spacing:0.2em;
	text-transform:uppercase;
	color:#FE3B02;
	font-weight:600;
	margin:0 0 22px;
}
.popup-box.disclaimer-popup .disclaimer-text p{
	text-align:left;
	font-size:15px;
	line-height:1.6;
	color:#151517;
	font-weight:400;
	margin:0 0 14px;
	max-width:none;
}
.popup-box.disclaimer-popup .disclaimer-text p:last-child{
	margin-bottom:0;
}
.popup-box.disclaimer-popup .disclaimer-text strong{
	font-weight:600;
}
.popup-box.disclaimer-popup .disclaimer-text a{
	color:#FE3B02;
	text-decoration:underline;
	word-break:break-word;
}
.popup-box.disclaimer-popup .disclaimer-text a:hover{
	opacity:.85;
}
footer .outer__footer>ul>li>a[data-popup]{
	cursor:pointer;
}
.ghl-form-wrap:before{
	content:"";
	position: absolute;
	left:0px;
	bottom:0px;
	height:25px;
	background-color: #fff;
	width: 100%;
}
.popup-box>.inner>.box>p{
	font-size: 14px;
	margin-bottom: 20px;
}
.popup-box>.inner>.box>h2{
	font-size: 36px;
	margin-bottom: 15px;
}
.ghl-form-wrap{
	position: relative;
	box-shadow:none!important;
	background-color: transparent!important;
}
@media (max-width:991px){
	.form__wrapper .rate{
		position: relative;
		z-index: 2;
	}
	.ghl-form-wrap{
		margin-bottom: -80px;
	}
	.ghl-form-wrap:before{
		height: 90px;
	}
	.popup-box.disclaimer-popup>.inner>.box{
		padding:50px 24px 30px;
	}
	.popup-box.disclaimer-popup .disclaimer-title{
		font-size:24px;
	}
	.popup-box.disclaimer-popup .disclaimer-text p{
		font-size:14px;
	}
}
html{
	scroll-behavior:smooth;
}
._form_element._field_header._full_width{
	display: none!important;
}
.ghl-form-wrap{
	width:100%;
	max-width:530px;
	margin:0 auto 24px;
	background:#fff;
	border-radius:12px;
	position:relative;
	box-shadow:0 8px 30px -12px rgba(0,0,0,.12);
	overflow:hidden;
}
.ghl-form-wrap iframe{
	width:100%!important;
	min-height:434px;
	border:0!important;
	border-radius:12px!important;
	background:transparent;
	display:block;
	position:static!important;
	top:auto!important;
	left:auto!important;
	right:auto!important;
	bottom:auto!important;
	transform:none!important;
	max-width:none!important;
}
.form__wrapper .outer__form .box .ghl-form-wrap{
	margin-top:0;
	margin-bottom:18px;
}
.popup-box .ghl-form-wrap{
	max-width:100%;
	margin-top:18px;
	margin-bottom:0;
	box-shadow:none;
	background:transparent;
}
@media (max-width:991px){
	.ghl-form-wrap iframe{
		min-height:480px;
	}
}
@media (max-width:430px){
	.ghl-form-wrap iframe{
		min-height:520px;
	}
}
@media (prefers-reduced-motion:reduce){
	html{scroll-behavior:auto;}
	.popup-box,.popup-box.is-open>.inner>.box{transition:none;animation:none;}
}
@media (max-width: 1200px){
	.booking-hero .outer-booking>h1,
	.booking-hero .outer-booking>h2{
		font-size: 44px;
		max-width: 910px;
		margin-left: auto;
		margin-right: auto;
	}
	.free-session{
		padding:70px 0px;
	}
	.free-session .outer-free>.top>h2{
		font-size: 37px;
	}
	.free-session .bottom-free>.small-box>h2{
		font-size: 28px;
	}
	.free-session .bottom-free>.small-box{
		padding:35px 40px;
	}
	.free-session .bottom-free .btn{
		margin-top: 50px;
	}
	.free-session .spacer{
		margin:70px 0px;
	}
	.form__wrapper .outer__form>h2{
		font-size: 37px;
	}
	.form__wrapper{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.cta__block{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.cta__block .outer__cta>h2{
		font-size: 37px;
	}
	footer{
		padding-top: 56px;
		padding-bottom: 58px;
	}
	.playbook__box{
		padding:75px 0px;
	}
	.playbook__box .outer__playbook>h2{
		font-size: 37px;
	}
	.article .outer__quote>h2{
		font-size: 37px;
	}
	.article{
		padding:75px 0px;
	}
	.description{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.description .outer__description .plates>.elem{
		padding:30px 25px;
	}
	.description .outer__description .plates>.elem>p{
		font-size: 22px;
	}
	.description .outer__description .plates>.elem>span{
		margin-right: 16px;
	}
	.description .outer__description .plates>.elem>span img{
		min-width: 34px;
		max-width: 34px;
	}
	.outer__description .plates{
		margin-bottom: 40px;
	}
	.hero__section .outer__hero .media img{
		max-width: 370px;
	}
	.hero__section .outer__hero>.desc>h1{
		font-size: 40px;
	}
	.hero__section .outer__hero>.desc{
		max-width: 570px;
	}
	.hero__section .outer__hero>.desc>p{
		font-size: 20px;
	}
	.hero__section .outer__hero .media{
		right: 20px;
	}
}
.hero__section .outer__hero>.desc .rate{
	position: relative;
}
.form__wrapper{
	overflow:hidden;
}
.spacer>img.small{
	display: none;
}
.booking-hero .outer-booking .bottom-grid .space>.horizontal{
	display: none;
}
.calendly-inline-widget{
	border-radius: 15px;
	overflow:hidden;
}
@media (max-width: 991px){
	.popup-box>.inner>.box{
		padding:35px 50px;
	}
	.popup-close{
		top:12px;
		right:12px;
		width:36px;
		height:36px;
	}
	.popup-close svg{
		width:16px;
		height:16px;
	}
	.popup-box>.inner>.box>h2{
		font-size: 32px;
	}
	.popup-box>.inner>.box>span{
		font-size: 16px;
	}
	.popup-box>.inner>.box>p{
		font-size: 14px;
		max-width: 400px;
	}
	.calendly-session .calendly-inner{
		padding-top: 40px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 25px;
	}
	.calendly-session .calendly-inner>p{
		font-size: 26px;
	}
	.calendly-session .calendly-inner>span{
		font-size: 16px;
	}
	.calendly-session .calendly-inner>span{
		margin-bottom: 25px;
	}
	.calendly-inline-widget{
		height: 988px!important;
	}
	.booking-hero .outer-booking .btn{
		margin-bottom: 15px;
	}
	.booking-hero .outer-booking .btn:before{
		top:19px;
		height: 40px;
	}
	.booking-hero .outer-booking .bottom-grid .space>.horizontal{
		display: block;
		max-width: 100%;
	}
	.booking-hero .outer-booking .bottom-grid .space>img{
		display: none;
	}
	.booking-hero{
		padding-top: 127px;
		padding-bottom: 80px;
	}
	.booking-hero .outer-booking>span{
		font-size: 12px;
		letter-spacing: 0.05em;
	}
	.booking-hero .outer-booking>h1,
	.booking-hero .outer-booking>h2{
		font-size: 34px;
		max-width: 640px;
	}
	.booking-hero .outer-booking>p{
		font-size: 18px;
		margin-bottom: 29px;
	}
	.booking-hero .outer-booking .bottom-grid{
		margin-top: 85px;
		flex-direction: column;
		align-items: cente;
		justify-content: center;
	}
	.booking-hero .outer-booking .bottom-grid >.elem>span{
		font-size: 48px;
	}
	.booking-hero .outer-booking .bottom-grid .space{
		margin:40px 0px;
	}
	.booking-hero .outer-booking .bottom-grid .space>img{
		display: none;
	}
	.playbook__box.updated .small-desc>p{
		font-size: 22px;
	}
	.playbook__box.updated .outer__playbook h2{
		text-align: center;
		margin-bottom: 40px;
	}
	.playbook__box.updated .after-small>p{
		font-size: 12px;
	}
	.playbook__box.updated .spacer{
		margin:60px 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.playbook__box .outer__playbook .boxes>.box .media{
		margin-right: 0px;
		margin-bottom: 25px;
	}
	.playbook__box .outer__playbook .boxes>.box .media img{
		max-height: 170px!important;
	}
	.playbook__box.updated .outer__playbook .boxes>.box>.desc{
		min-width: 0px;
		max-width: 100%;
	}
	.spacer>img{
		display: none;
	}
	.spacer>.small{
		display: block!important;
	}
	.free-session .bottom-free .btn{
		margin-top: 34px;
	}
	.free-session .bottom-free .btn{
		margin-bottom: 15px;
	}
	.free-session .bottom-free .btn:before{
		top:19px;
		height: 40px;
	}
	.free-session .outer-free>.top>h2{
		margin-bottom: 10px;
		font-size: 30px;
	}
	.free-session .bottom-free>.small-box{
		padding:35px 20px;
	}
	.free-session .bottom-free>.small-box>h2{
		font-size: 24px;
		margin-bottom: 18px;
	}
	.free-session .bottom-free .small-box .list{
		grid-template-columns: 1fr;
		grid-row-gap:20px;
	}
	.free-session .bottom-free .small-box .list>.el>p{
		font-style: italic;
	}
	.free-session .outer-free>.top>p{
		font-size: 18px;
		max-width: 265px;
		margin-left: auto;
		margin-right: auto;
	}
	.free-session .outer-free>.top .calendly-box{
		margin-top: 25px;
	}
	.free-session .outer-free>.top .after{
		margin-top: 40px;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
	.free-session .outer-free>.top .after>p{
		font-size: 18px;
	}
	.free-session .spacer{
		margin:60px 0px;
	}
	.calendly-session{
		padding-top: 78px;
		padding-bottom: 60px;
	}
	.calendly-session .desc>p{
		font-size: 22px;
	}
	.calendly-session .desc{
		margin-bottom: 32px;
	}
	.thank-main{
		padding-top: 170px;
		padding-bottom: 144px;
	}
	.outer-thank .check img{
		max-width: 60px;
	}
	.thank-main .outer-thank>h1,
	.thank-main .outer-thank>h2{
		margin-top: 6px;
		font-size: 60px;
		margin-bottom: 7px;
	}
	.thank-main .outer-thank>p{
		font-size: 30px;
		margin-bottom: 7px;
	}
	.thank-main .outer-thank .txt>p{
		font-size: 18px;
		margin-bottom: 40px;
	}
	.outer-thank .box{
		padding:25px 27px;
	}
	.outer-thank .box>p{
		font-size: 22px;
	}
	.outer-thank .box>span{
		font-size: 16px;
	}
	.thank-main .outer-thank{
		max-width: 600px;
	}
	.form__wrapper .group__submit:before{
        top: 19px;
        height: 40px;
	}
	.form__wrapper .after{
		margin-top: 40px;
	}
	.form__wrapper .after>p{
		font-size: 12px;
	}
	.form__wrapper .group__submit>button{
		min-height: 57px;
        font-size: 18px;
	}
	.form__wrapper .group__submit>button span {
        margin-left: 7px;
        top: 2.5px;
    }
    .form__wrapper .group__submit>button span img{
    	max-width: 24px;
    }
	.form__wrapper{
		padding-top: 60px;
		padding-bottom: 75px;
	}
	.form__wrapper .outer__form>h2{
		font-size: 30px;
	}
	.form__wrapper .outer__form>p{
		font-size: 18px;
	}
	.form__wrapper .outer__form .box form{
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.form__wrapper .outer__form .box{
		padding-bottom: 55px;
	}
	.cta__block .outer__cta .media>img{
		max-width: 125%;
		left: 5%;
	}

	.cta__block .outer__cta .desc .btn:before{
        top: 19px;
        height: 40px;
	}
	.cta__block .outer__cta>h2{
		font-size: 30px;
		line-height: 120%;
	}
	.cta__block .outer__cta .desc .btn{
		margin-top: 50px;
		margin-bottom: 15px;
	}
	.cta__block{
		overflow:hidden;
	}
	.cta__block .outer__cta .desc>p{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.cta__block .outer__cta .desc{
		margin-top: 40px;
	}
	.testimonials-slider .elem{
		min-width: 400px;
		max-width: 400px;
	}
	.testimonials__wrapper{
		padding-top: 53px;
		padding-bottom: 80px;
	}
	.testimonials__wrapper .top__desc span img{
		max-width: 146px;
	}
	.testimonials__wrapper .top__desc span{
		margin-bottom: 8px;
	}
	.testimonials__wrapper .top__desc h2{
		font-size: 30px;
	}
	.testimonials-slider .elem{
		padding:25px;
	}
	.testimonials-slider .elem>.top>img{
		max-width: 30px;
	}
	.testimonials-slider .elem>.top>ul li img{
		max-width: 20px;
	}
	.testimonials-slider .elem .text>p{
		font-size: 15px;
	}
	.testimonials-slider .elem .text{
		margin-bottom: 20px;
	}
	.testimonials-slider .elem .bottom>span>img{
		min-width: 23px;
		max-width: 23px;
	}
	.testimonials-slider .elem .bottom>.author>img{
		min-width: 34px;
		max-width: 34px;
		min-height: 34px;
		max-height: 34px;
	}
	.testimonials-slider .elem .bottom>.author>p{
		font-size: 18px;
	}
	.testimonials__wrapper .top__desc{
		margin-bottom: 27px;
	}
	.testimonials__wrapper .bottom__desc{
		margin-top: 27px;
	}
	.testimonials__wrapper .bottom__desc>.container> p{
		font-size: 20px;
	}
	.testimonials__wrapper .bottom__desc .btn{
		margin-top: 27px;
	}
	.testimonials__wrapper .bottom__desc .btn>a{
		margin-bottom: 15px;
	}
	.testimonials__wrapper .bottom__desc .btn:before{
        top: 19px;
        height: 40px;
	}
	footer .outer__footer>ul>li>a{
		font-size: 14px;
		line-height: 26px;
	}
	footer .outer__footer>p{
		font-size: 14px;
		line-height: 26px;
	}
	footer .outer__footer .copyright>p{
		font-size: 14px;
		line-height: 26px;
	}
	footer .outer__footer>.socials>li>a svg{
		width: 16px;
		height: auto;
	}
	footer .logo{
		margin-bottom: 17px;
	}
	footer .logo img{
		max-width: 197px;
	}
	footer .outer__footer>ul{
		margin-bottom: 10px;
	}
	footer .outer__footer .copyright{
		margin-top: 10px;
		margin-bottom: 23px;
	}
	.playbook__box .outer__playbook .boxes>.box{
		margin-bottom: 14px;
	}
	.playbook__box .outer__playbook>h2{
		font-size: 30px;
	}
	.playbook__box{
		padding-top: 72px;
		padding-bottom: 60px;
	}
	.playbook__box .outer__playbook .boxes>.box .media{
		position: static;
	}
	.playbook__box .outer__playbook .boxes>.box{
		flex-direction: column-reverse;
		padding:25px;
	}
	.playbook__box .outer__playbook .boxes>.box>.desc{
		min-width: 0px;
		max-width: 100%;
		text-align: center;
	}
	.playbook__box .outer__playbook .boxes>.box>.desc>p{
		font-size: 22px;
	}
	.playbook__box .outer__playbook .boxes>.box>.desc>p sup{
		top:4px;
	}
	.playbook__box .outer__playbook .boxes>.box>.desc>span{
		font-size: 18px;
	}
	.playbook__box .outer__playbook .boxes>.box .media{
		height: auto;
	}
	.playbook__box .outer__playbook .boxes>.box .media.image-1{
		margin-bottom: 10px;
	}
	.playbook__box .outer__playbook .boxes>.box .media.image-2>img{
		max-height: 240px;
	}
	.playbook__box .outer__playbook .boxes>.box .media.image-2{
		margin-top: -20px;
		margin-bottom: -35px;
	}
	.playbook__box .outer__playbook .boxes>.box .media.image-3>img{
		max-height: 195px;
	}
	.playbook__box .outer__playbook .boxes>.box .media.image-3{
		margin-bottom: 10px;
	}
	.playbook__box .outer__playbook .boxes>.box .media.image-4>img{
		max-height: 220px;
	}
	.playbook__box .outer__playbook .boxes>.box .media.image-5>img{
		position: relative;
		left:35px;
		max-height: 265px;
	}
	.playbook__box .outer__playbook .boxes>.box .media.image-6>img{
		max-height: 260px;
		position: relative;
		left:35px;
	}
	.playbook__box .btn{
		margin-top: 42px;
	}
	.playbook__box .btn:before{
		top: 19px;
        height: 40px;
	}
	.playbook__box .btn>a{
		margin-bottom: 15px;
	}
	.playbook__box .outer__playbook .boxes>.box .media.image-1>img{
		min-height: 0px;
		max-height: 210px;
	}
	.playbook__box .outer__playbook>h2{
		text-align: left;
		margin-bottom: 24px;
	}
	.article .outer__quote>h2{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.article{
		padding:50px 0px;
	}
	.article .outer__quote>p{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.article .outer__quote .btn{
		margin-top: 34px;
	}
	.article .outer__quote .btn>a{
		margin-bottom: 17px;
	}
	.article .outer__quote .btn:before{
		top:19px;
		height:40px;
	}
	.outer__description .plates{
		margin-bottom: 22px;
	}
	.description .outer__description .box>p{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.description{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.description .outer__description .plates>.elem{
		padding:26px 18px;
	}
	.description .outer__description .plates>.elem>span img{
		min-width: 29px;
		max-width: 29px;
	}
	.description .outer__description .plates>.elem>span{
		margin-right: 10px;
	}
	.description .outer__description .plates>.elem>p{
		font-size: 18px;
	}
	.description .outer__description .plates>.elem>span{
		top:-1px;
	}
	header .outer__header{
		flex-direction: column;
		align-items: center;
	}
	header .outer__header .phone{
		display: none;
	}
	header .outer__header>a img{
		max-width: 198px;
	}
	.hero__section{
		padding-top: 127px;
		padding-bottom: 53px;
	}
	.hero__section .outer__hero .media{
		position: static;
	}
	header{
		top:30px;
	}
	.hero__section .outer__hero>.desc{
		margin-left: auto;
		margin-right: auto;
	}
	.hero__section .outer__hero>.desc>span{
		text-align: center;
		font-size: 12px;
		margin-bottom: 9px;
	}
	.hero__section .outer__hero>.desc>h1{
		text-align: center;
		font-size: 34px;
		letter-spacing: -0.06em;
		margin-bottom: 14px;
	}
	.hero__section .outer__hero>.desc>p{
		text-align: center;
		font-size: 18px;
	}
	.hero__section .outer__hero .media{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 25px;
	}
	.hero__section .outer__hero>.desc>span{
		letter-spacing: 0.05em;
	}
	.hero__section .outer__hero .media img{
		max-width: 280px;
	}
	.hero__section .outer__hero>.desc .btn{
		margin-top: 25px;
	}
	 .btn>a{
		min-height: 57px;
	}
	.hero__section .outer__hero>.desc .btn{
		max-width: 480px;
		margin-left: auto;
		margin-bottom: 16px;
		margin-right: auto;
	}
	.hero__section .outer__hero>.desc .rate{
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero__section .outer__hero>.desc .btn:before , .description .outer__description .btn:before{
		top:19px;
		height:40px;
	}
	 .rate>p{
		font-size: 10px;
	}
	 .rate>p>span>img{
		max-width: 10px;
	}
	 .rate>p>span{
		top:0.5px;
	}
	.btn>a{
		font-size: 18px;
	}
	.btn>a .icon{
		margin-left: 7px;
		top:2.5px;
	}
	.btn>a .icon img{
		max-width: 24px;
	}
}
.popup-box>.inner>.box{
	overflow-y:auto;
}
@media (max-width: 767px){
	.popup-box>.inner>.box>h2{
		font-size: 25px;
	}
	.hero__section .outer__hero .media img{
		max-width: 230px;
	}
	.popup-box>.inner>.box{
		padding:25px 15px;
	}
}
@media (max-width: 430px){
	.testimonials-slider .elem{
		min-width: 340px;
		max-width: 340px;
	}
	.hero__section .outer__hero>.desc>span{
		font-size: 10px;
	}
	.hero__section .outer__hero>.desc>h1{
		font-size: 29px;
	}
	.hero__section .outer__hero>.desc>p{
		font-size: 16px;
	}
}

@media (max-width: 400px){
	.btn.smaller>a{
		font-size: 15px;
	}
	.btn.smaller>a .icon>img{
		max-width: 18px;
	}
	.playbook__box .outer__playbook .boxes>.box .media.image-5>img{
		max-height: 220px;
		left:25px;
	}
	.playbook__box .outer__playbook .boxes>.box .media.image-6>img{
		max-height: 235px;
		left:30px;
	}
	.playbook__box .outer__playbook .boxes>.box .media.image-4>img{
		max-height: 180px;
	}
	.playbook__box .outer__playbook .boxes>.box .media.image-3>img{
		max-height: 165px;
	}
	.playbook__box .outer__playbook .boxes>.box .media.image-1>img{
		max-width: 100%;
	}
}

._form_1{
	max-width:530px;
	margin-left:auto;
	margin-right:auto;
}
._form_1 ._form-content{
	display:flex;
	flex-direction:column;
}
._form_1 ._button-wrapper{
	position:relative;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:24px;
}
._form_1 ._button-wrapper:before{
	content:"";
	position:absolute;
	left:20px;
	width:calc(100% - 40px);
	height:50px;
	top:35px;
	background-color:#FE3B02;
	border-radius:16px;
	filter:blur(20px);
	opacity:.4;
	pointer-events:none;
	z-index:0;
}
._form_1 ._submit,
._form_1 ._button-wrapper button[type="submit"],
._form_1 ._submit:hover,
._form_1 ._submit:focus,
._form_1 ._submit:active,
._form_1 ._submit:disabled,
._form_1 ._button-wrapper button[type="submit"]:hover,
._form_1 ._button-wrapper button[type="submit"]:focus,
._form_1 ._button-wrapper button[type="submit"]:active,
._form_1 ._button-wrapper button[type="submit"]:disabled{
	cursor:pointer;
	width:100%!important;
	max-width:100%!important;
	font-size:26px!important;
	line-height:120%!important;
	letter-spacing:-0.06em!important;
	color:#fff!important;
	text-decoration:none!important;
	font-weight:600!important;
	text-shadow:0px 3px 5px rgba(0,0,0,.35)!important;
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	min-height:80px!important;
	height:auto!important;
	border-radius:16px!important;
	background-color:#FE3B02!important;
	background-image:none!important;
	background:#FE3B02!important;
	border:0!important;
	outline:none!important;
	transition:.3s ease all;
	position:relative;
	z-index:1;
	font-family:"General Sans",sans-serif!important;
	padding:0 24px!important;
	box-shadow:none!important;
	opacity:1!important;
}
._form_1 ._submit:hover, ._form_1 ._button-wrapper button[type="submit"]:hover{
	transform:scale(1.015);
}
._form_1 ._submit .icon, ._form_1 ._button-wrapper button[type="submit"] .icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	margin-left:18px;
	position:relative;
	top:3.5px;
}
._form_1 ._submit .icon img, ._form_1 ._button-wrapper button[type="submit"] .icon img{
	display:block;
}
._form_1 ._form_element{
	width:100%!important;
}
._form_1 ._form_element:not(._field_html){
	margin-bottom:14px!important;
}
._form_1 ._error{
	font-family:"General Sans",sans-serif!important;
}
._form_1 ._form-thank-you{
	font-family:"General Sans",sans-serif!important;
	text-align:center;
	font-size:22px;
	line-height:145%;
	color:#151517;
}
@media (max-width:991px){
	._form_1 ._submit, ._form_1 ._button-wrapper button[type="submit"]{
		min-height:57px!important;
		font-size:18px!important;
	}
	._form_1 ._submit .icon, ._form_1 ._button-wrapper button[type="submit"] .icon{
		margin-left:7px;
		top:2.5px;
	}
	._form_1 ._submit .icon img, ._form_1 ._button-wrapper button[type="submit"] .icon img{
		max-width:24px;
	}
	._form_1 ._button-wrapper:before{
		top:19px;
		height:40px;
	}
}

._form_1 ._checkbox-radio,
._form_1 ._row._checkbox-radio,
._form_1 ._form_element._clear._full_width._checkbox-radio,
._form_1 input[type="checkbox"] + label,
._form_1 ._form_element label._checkbox-radio{
	display:flex!important;
	align-items:flex-start!important;
	gap:14px;
	cursor:pointer;
	font-family:"General Sans",sans-serif!important;
	font-size:15px!important;
	line-height:145%!important;
	color:#151517!important;
	font-weight:400!important;
	text-align:left;
	padding:0!important;
	margin:0 0 8px 0!important;
}
._form_1 ._checkbox-radio input[type="checkbox"] + span,
._form_1 ._checkbox-radio input[type="radio"] + span,
._form_1 ._checkbox-radio input[type="checkbox"] + label,
._form_1 ._checkbox-radio input[type="radio"] + label{
	margin-left:14px!important;
}
._form_1 ._checkbox-radio input[type="checkbox"],
._form_1 ._checkbox-radio input[type="radio"],
._form_1 input[type="checkbox"]{
	appearance:none!important;
	-webkit-appearance:none!important;
	-moz-appearance:none!important;
	width:20px!important;
	min-width:20px!important;
	height:20px!important;
	min-height:20px!important;
	margin:1px 0 0 0!important;
	padding:0!important;
	border:1.5px solid #FE3B02!important;
	border-radius:5px!important;
	background:#fff!important;
	cursor:pointer;
	position:relative;
	flex-shrink:0;
	transition:.2s ease all;
	box-shadow:none!important;
	outline:none!important;
	vertical-align:top;
}
._form_1 ._checkbox-radio input[type="radio"]{
	border-radius:50%!important;
}
._form_1 ._checkbox-radio input[type="checkbox"]:hover,
._form_1 ._checkbox-radio input[type="radio"]:hover,
._form_1 input[type="checkbox"]:hover{
	background:#fff4f0!important;
}
._form_1 ._checkbox-radio input[type="checkbox"]:checked,
._form_1 input[type="checkbox"]:checked{
	background:#FE3B02!important;
	border-color:#FE3B02!important;
}
._form_1 ._checkbox-radio input[type="checkbox"]:checked:after,
._form_1 input[type="checkbox"]:checked:after{
	content:"";
	position:absolute;
	left:6px;
	top:2px;
	width:5px;
	height:10px;
	border:solid #fff;
	border-width:0 2px 2px 0;
	transform:rotate(45deg);
}
._form_1 ._checkbox-radio input[type="radio"]:checked{
	border-color:#FE3B02!important;
}
._form_1 ._checkbox-radio input[type="radio"]:checked:after{
	content:"";
	position:absolute;
	left:4px;
	top:4px;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#FE3B02;
}
._form_1 ._checkbox-radio span,
._form_1 ._checkbox-radio label{
	display:inline-block;
	flex:1;
	font-family:"General Sans",sans-serif!important;
	font-size:14px!important;
	line-height:1.5!important;
	color:#151517!important;
	font-weight:400!important;
}
._form_1 ._checkbox-radio a{
	color:#FE3B02!important;
	text-decoration:underline;
	transition:.2s ease all;
}
._form_1 ._checkbox-radio a:hover{
	opacity:.8;
}

._form_1 ._error{
	position:relative;
	display:block;
	margin-top:6px;
}
._form_1 ._error._above{
	margin-top:0;
	margin-bottom:6px;
}
._form_1 ._error-inner,
._form_1 ._error ._error-inner,
._form_1 ._error-inner._no_arrow,
._form_1 ._error_inner{
	display:inline-block!important;
	background:#DD0000!important;
	color:#fff!important;
	font-family:"General Sans",sans-serif!important;
	font-size:13px!important;
	line-height:1.4!important;
	font-weight:500!important;
	padding:8px 14px!important;
	border-radius:8px!important;
	border:0!important;
	box-shadow:0 6px 20px -6px rgba(221,0,0,.35)!important;
	position:relative;
	max-width:100%;
	text-align:left;
}
._form_1 ._error-inner:before,
._form_1 ._error ._error-inner:before{
	content:"";
	position:absolute;
	left:18px;
	top:-6px;
	width:0;
	height:0;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid #DD0000;
}
._form_1 ._error._above ._error-inner:before{
	top:auto;
	bottom:-6px;
	border-bottom:0;
	border-top:6px solid #DD0000;
}
._form_1 ._error-inner._no_arrow:before,
._form_1 ._error-inner.no_arrow:before{
	display:none;
}
._form_1 ._error-inner p,
._form_1 ._error-inner span{
	margin:0!important;
	color:#fff!important;
	font-family:"General Sans",sans-serif!important;
	font-size:13px!important;
	line-height:1.4!important;
}
._form_1 ._form_element._error_active ._field-wrapper>input,
._form_1 ._form_element._error_active input,
._form_1 ._error_active ._field-wrapper>input{
	border-color:#DD0000!important;
	box-shadow:0 0 0 3px rgba(221,0,0,.12)!important;
}
._form_1 ._form-thank-you{
	background:#F4F4F4;
	border:1px solid #FE3B02;
	border-radius:12px;
	padding:24px 20px;
}
._form_1 ._error-arrow,
._form_1 ._error._below ._error-inner:after,
._form_1 ._error._above ._error-inner:after{
	display:none!important;
}

@media (max-width:991px){
	._form_1 ._checkbox-radio,
	._form_1 ._checkbox-radio span,
	._form_1 ._checkbox-radio label{
		font-size:13px!important;
	}
	._form_1 ._checkbox-radio{
		gap:12px;
	}
	._form_1 ._checkbox-radio input[type="checkbox"],
	._form_1 ._checkbox-radio input[type="radio"],
	._form_1 input[type="checkbox"]{
		width:18px!important;
		min-width:18px!important;
		height:18px!important;
		min-height:18px!important;
	}
	._form_1 ._checkbox-radio input[type="checkbox"]:checked:after{
		left:5px;
		top:1px;
		width:5px;
		height:9px;
	}
	._form_1 ._error-inner,
	._form_1 ._error ._error-inner{
		font-size:12px!important;
		padding:6px 12px!important;
	}
	._field-wrapper>input,
	._form_1 ._field-wrapper input[type="text"],
	._form_1 ._field-wrapper input[type="email"],
	._form_1 ._field-wrapper input[type="number"],
	._form_1 ._field-wrapper input[type="url"]{
		height:50px!important;
		padding-left:42px!important;
		background-size:16px!important;
		background-position:15px 16px!important;
	}
	.iti.iti--allow-dropdown.iti--show-flags>input,
	._form_1 ._field-wrapper input[type="tel"],
	._form_1 .iti input[type="tel"]{
		height:50px!important;
		background-image:none!important;
	}
	._form_1 ._field-wrapper textarea,
	._form_1 textarea{
		min-height:100px!important;
		padding:12px 14px!important;
	}
	._form_1 ._field-wrapper select,
	._form_1 select{
		height:50px!important;
		background-position:calc(100% - 17px) 21px,calc(100% - 12px) 21px!important;
	}
	._form_1 ._form_element{
		margin-bottom:12px!important;
	}
	._form_1 ._form_element:not(._field_html){
		margin-bottom:12px!important;
	}
}
@media (max-width:430px){
	._field-wrapper>input,
	._form_1 ._field-wrapper input[type="text"],
	._form_1 ._field-wrapper input[type="email"],
	._form_1 ._field-wrapper input[type="number"],
	._form_1 ._field-wrapper input[type="url"]{
		height:48px!important;
		padding-left:40px!important;
		background-size:15px!important;
		background-position:14px 16px!important;
	}
	.iti.iti--allow-dropdown.iti--show-flags>input,
	._form_1 ._field-wrapper input[type="tel"],
	._form_1 .iti input[type="tel"]{
		height:48px!important;
		background-image:none!important;
	}
	._form_1 ._submit,
	._form_1 ._button-wrapper button[type="submit"]{
		min-height:54px!important;
		font-size:17px!important;
		padding:0 16px!important;
	}
	._form_1 ._submit .icon img,
	._form_1 ._button-wrapper button[type="submit"] .icon img{
		max-width:20px;
	}
	._form_1 ._checkbox-radio,
	._form_1 ._checkbox-radio span,
	._form_1 ._checkbox-radio label{
		font-size:12px!important;
	}
}

.form__wrapper ._form_1 form ._button-wrapper{
	margin:0px!important;
	border-radius: 16px!important;
}
#_form_6A0DAB5F5F8C0_._inline-form ._submit{
	margin-top: 0px!important;
	border-radius: 16px!important;
	margin-bottom: 24px!important;
	margin-top: 20px!important;
}
._form-content{
	padding-left: 15px;
	padding-right: 15px;
}
.form__wrapper .rate{
	margin-top: 24px;
}
@media (max-width: 991px){
	._form_1 ._submit, ._form_1 ._button-wrapper button[type="submit"] , #playbook-form  #form ._inline-form ._submit{
		border-radius: 15px!important;
	}
	.form__wrapper .rate{
		margin-top: 15px;
	}
	._form_1 form ._form-title{
		font-size: 24px!important;
		line-height: 120%!important;
	}
	._form_1 form ._html-code{
		font-size: 12px!important;
		letter-spacing: 0.05em!important;
	}
	.iti.iti--allow-dropdown.iti--show-flags>input{
		padding-left: 90px!important;
	}
	.iti__country-container .iti__selected-dial-code{
		position: relative;
		top:0px!important;
	}
	.form__wrapper .outer__form>p br{
		display: none;
	}
	.form__wrapper .outer__form>p{
		max-width: 540px;
	}
}