/*
Theme Name: MH4U
Text Domain: mh4u
Description: Requires Advanced Custom Fields Pro installed.
Requires at least: 5.0
Requires PHP: 5.2.4
Author: Crystall Production by Mando
*/

/* Form subscribe */
.form-subscribe{
    width: 100%;
    height: 100%;
    font-family: "Roboto Mono", monospace;
    box-sizing: border-box;
    background-color: #ffa202;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.form-subscribe .ml-form-embedWrapper{
    background-color: #ffa202;
    padding: 1.2rem 1rem;
    width: 100%;
    box-sizing: border-box;
}

.form-subscribe .ml-form-embedWrapper h4{
    font-size: 1.8rem;
    font-weight: 400;
    margin: 1rem 0;
    text-align: left;
    word-break: break-word;
    text-transform: uppercase;
    text-align: center;
}

.form-subscribe .ml-form-embedWrapper p{
    color: #000;
    font-size: 0.93rem;
    font-weight: 400;
    line-height: 25px;
    margin: 10px 0;
    text-align: left;
}

.form-subscribe .ml-form-embedWrapper .ml-form-embedContent p{
    text-align: center;
}
  
.form-subscribe .ml-form-embedWrapper form input[type="email"]{
    background-color: #fff;
    color: #333;
    font-size: 0.93rem;
    height: auto;
    line-height: 1rem;
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    outline: none;
    border: none;
    border-radius: 0;
}
.form-subscribe .ml-form-embedWrapper form{
    margin: 1.5em 0;
}

.form-subscribe .ml-form-embedWrapper form input[type="email"]:visited,
.form-subscribe .ml-form-embedWrapper form input[type="email"]:hover,
.form-subscribe .ml-form-embedWrapper form input[type="email"]:focus{
    outline: none;
}

.form-subscribe .ml-form-embedWrapper form button[type="submit"]:hover,
.form-subscribe .ml-form-embedWrapper form button[type="submit"]:visited,
.form-subscribe .ml-form-embedWrapper form button[type="submit"]:focus{
    outline: none;
}

.form-subscribe .ml-form-embedWrapper form button[type="submit"]{
    background-color: #7500ff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    height: auto;
    padding: 1em;
    margin: 1.5em 0;
    width: 100%;
    box-sizing: border-box;
}

.form-subscribe .ml-form-embedWrapper form button[type="submit"]:hover{
    background-color: #BA80FF;
}

@media (min-width: 200px) and (max-width: 680px){
    .form-subscribe .ml-form-embedWrapper h4{
        font-size: 3rem;
    }
    .form-subscribe .ml-form-embedWrapper p{
        font-size: 1.87rem;
    }
    .form-subscribe .ml-form-embedWrapper form button[type="submit"],
    .form-subscribe .ml-form-embedWrapper form input[type="email"]{
        font-size: 1.87rem;
        line-height: 1.87rem;
    }
    .form-subscribe .ml-form-embedWrapper{
        padding: 30px 20px;
    }   
}

/* Files for downlad */

.single__files .file__content{
    display: flex;
    flex-flow: row wrap;
}

.single__files .file__content>p{
    width: 50%;
}

@media (min-width: 200px) and (max-width: 680px){
    .single__files .file__content>p{
        width: 100%;
    }
}

/* Fiels Page */

.page-fiels .single__description {
    padding-bottom: 30px;
}

.page-fiels h2 {
    font-weight: 400;
    margin: 3.1rem 0 1.5rem 0;
}

.page-fiels .person__files__links h4{
    font-weight: 400;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: .06rem solid #e6e6e6;
    font-size: 0.75em;
}

.page-fiels .img-box{
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    position: relative;
    left: 0;
    top: 0;
}

.page-fiels .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-fiels .cards__grid{
    flex-wrap: nowrap;
    flex: none;
}

.page-fiels .cards__grid>div:first-child{
    width: 65%;
}
.page-fiels .cards__grid>div:last-child{
    width: 35%;
}

.page-fiels .person__files{
    position: relative;
    padding-bottom: 20px;
}

.page-fiels .person__files__links{
    padding-left: 35px;
}

.page-fiels .person__files:after{
    content: "";
    height: .06rem;
    background-color: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: -9rem;
    right: -9rem;
}

.page-fiels .person__files:last-child:after{
    height: 0;
}

.page-fiels .person__files__links div.single__editable:last-child p.file-link{  
    border-bottom: none;
}

.page-fiels p.file-link{
    margin: 0;
    padding: 1.5rem 0 1.2rem 0;
    border-bottom: .06rem solid #e6e6e6;
    font-size: 0.65rem;
}


@media (max-width: 680px) and (orientation: portrait){
    .page-fiels .cards__grid>div:first-child,
    .page-fiels .cards__grid>div:last-child{
        width: 100%;
    }

    .page-fiels .person__files__links h4{
        font-size: 2rem;
    }

    .page-fiels .person__files__links {
        padding-left: 0;
    }

    .page-fiels p.file-link{
        font-size: 1.7rem;
    }

    .page-fiels h2{
        position: relative;
        color: #fff;
        bottom: -25px;
        left: 0px;
        margin: 0;
        padding: 0 20px;
        text-align: left;
        height: 0;
        z-index: 100;
        font-size: 3em;
    }

    .page-fiels .cards__grid div.img-box {
        padding: 0;
        margin: 10px 0;
        background-color: #000;
        padding: 0;        
        margin-bottom: 30px;
        background-size: contain;
        z-index: -1;
        width: auto;
        height: 350px;
        max-width: 100%;
    }
    
    .page-fiels .img-box img{
        opacity: 0.7;
    }

    .page-fiels .person__files:after{
        height: 0;
    }

    .page-fiels p.file-link {
        padding: 25px 0 30px;
    }
}


@media (max-width: 480px){
    .page-fiels .cards__grid div.img-box {
        height: 280px;
    }
}


/* About Page */
.about__first .about__first-right,
.about__first .about__first-left {
	flex: none;
}

.about__page .about__form {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 5rem 0;
    justify-content: space-around;
}

.about__page .about__form>div{
    width: 46%;
}

.about__page .about__form .form-subscribe{
    background-color: transparent;
    align-items: flex-start;
}

.about__page .about__form .form-subscribe .ml-form-embedWrapper{
    padding: 1em 1em 1.4em;
    background-color: #ffa202;
}

.about__page .form-subscribe .ml-form-embedWrapper h4{
    margin-bottom: 0.5rem;
}
.about__page .about__form .form-subscribe p{
    font-size: .81rem;
    line-height: 1.4;
}

.about__page .about__form .form-subscribe .ml-form-embedContent p{
    padding: 0 10px;
}

.about__page .about__form .form-subscribe .ml-form-embedWrapper .ml-validate-required{
    position: relative;
}

.about__page .about__form .ml-form-embedPermissions p{
    font-size: 0.7rem;
}

.about__page .about__form .form-subscribe .ml-form-embedWrapper .ml-validate-required:focus::after{
    height: 0;
}

.about__page .ml-form-embedPermissions {
    margin: 1.875rem 0 .9375rem;
}

.about__page .about__form .form-subscribe .ml-form-embedWrapper form input[type=email],
.about__page .about__form .form-subscribe .ml-form-embedWrapper form button[type=submit] {
    font-size: .9rem;
    margin: 1em 0;
}

.about__page .about__form .form-subscribe .ml-form-embedWrapper form input[type=email]{
    font-size: .8rem;
    margin-top: 1.7em;
    padding: .5rem 1rem;
}

.about__page .about__form .form-subscribe .ml-form-embedWrapper form button[type=submit]{
    line-height: 0;
    padding: 1.1em;
    font-size: 0.8em;
    letter-spacing: 1px;
}
  
.form-subscribe .form-group{
    position: relative;
}

.form-subscribe .form-group  .palceholder{
    position: absolute;
    top: 13px;
    left: 15px;
    color: #B1B1B1;
    z-index: 9999;
}

@media (max-width: 1500px){
    .form-subscribe .form-group  .palceholder{
        top: 10px;
    }

}

@media (max-width: 992px){
    .form-subscribe .form-group  .palceholder{
        top: 8px;
    }
}

@media (max-width: 698px){
    .form-subscribe .form-group  .palceholder{
        top: 5px;
    }
}

@media (min-width: 600px) and (max-width: 680px){
    .form-subscribe .form-group  .palceholder{
        top: 7px;
    }
}

.form-subscribe .form-group label{
    font-weight: normal;
    color: #B1B1B1;
} 

.form-subscribe .form-group .star{
    color: red
}

.about__page .about__form .form-subscribe .ml-form-embedWrapper h4{
    font-size: 1.25rem;
}

@media (min-width: 200px) and (max-width: 680px){
    .about__page .about__form>div{
        width: 100%;
    }

    .about__page .about__form .form-subscribe .ml-form-embedWrapper h4{
        font-size: 3rem;
    }

    .about__page .about__form .form-subscribe .ml-form-embedWrapper{
        padding: 1.25rem;
        margin: 0 -2rem;
        width: 120%;
    }   

    .about__page .about__form .form-subscribe .ml-form-embedWrapper h4{
        font-size: 2.35rem;
        text-align: left;
        margin: 2rem 0;
    }

    .about__page .about__form .form-subscribe .ml-form-embedWrapper p{
        font-size: 1.62rem;
        margin: 1rem 0;
        text-align: left;
    }

    .about__page .about__form .form-subscribe .ml-form-embedContent p{
        padding: 0 0 1.8rem 0;
    }

    .about__page .about__form .form-subscribe  .ml-form-embedPermissions p{
        font-size: 1.5rem;
        margin-top: 0;
    }

    .about__page .ml-form-embedPermissions{
        margin-top: 0.8rem;
    }

    .about__page .about__form .form-subscribe .ml-form-embedWrapper form button[type="submit"],
    .about__page .about__form .form-subscribe .ml-form-embedWrapper form input[type="email"]{
        font-size: 1.62rem;
        line-height: 1.62rem;
        margin: 0 0 0.5em 0;
    }

    .about__page .about__form .form-subscribe .ml-form-embedWrapper form button[type=submit]{
        font-size: 1.4rem;
        line-height: 1;
        padding: 1rem 1.5rem 1.2rem;
    }
}


/*Ambasador*/
.vx {
	margin: 4.3rem auto 0 !important;
}

.amba__circle {
    position: absolute;
    left: -10rem;
    top: 0;
    width: calc(100% + 20rem);
    height: 31rem;
    background-color: #eb6076;
    z-index: -1;
}

.amba__spacer {
	height: 50px;
}

.hello {
   padding: 0;
}

.hello__container {
	display: flex;
}

.hello__content {
	align-items: flex-start;
	flex: 1 1 auto;
	padding: 18px 110px 0 0;
}

.hello_content:last-child {
	margin-bottom: 0;
}

.hello__title {
	color: white;
	margin: 0 0 66px 0;
	text-transform: uppercase;
	font-family: Roboto Mono;
	font-style: normal;
	font-weight: 500;
	font-size: 92px;
    line-height: 116px;
}

.hello__text {
	margin: 0 0 80px 0;
	font-family: Roboto Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
    line-height: 48px;
    color: white;
}

.hello__btn {
	margin: 0 0 25px;
    text-transform: uppercase;
    -webkit-appearance: none;
    font-family: Roboto Mono,monospace;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    padding: 1rem;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    display: inline-block;
    border: none;
}

.hello__btn:hover {
	opacity:.5;
}

.hello__avatar {
	width: 714px;
	flex: 0 0 714px;
	height: 721px;
	position: relative;
	overflow: hidden;
}

.hello__avatar img {
	max-width: 100%;
}

.amb_mgb {
	margin: 50px auto !important;
}

.amb_mgb2 {
	margin: 100px auto !important;
}

.amb_mgtp {
	margin: 100px auto 20px !important;
}

.amb_mgbt {
	margin: 0 auto 50px !important;
}

@media (max-width: 680px){
	.amb_mgb {
		margin: 50px auto !important;
	}
	
	.amb_mgb2 {
	margin: 50px auto !important;
	}
	
	.amb_mgtp {
	margin: 20px auto 20px !important;
	}

	.amb_mgbt {
	margin: 0 auto 20px !important;
	}
}

@media (max-width: 250px){
	.vx {
	margin: 10rem 2rem 0 !important;
	}
	
	.amba__circle {
		left:-5rem;
		width:calc(100% + 10rem);
		height:74rem;
	}
	
	.amba__spacer {
    	height: 20px;
	}
	
	.hello__container  {
		text-align: center;
		align-items: center;
		flex-direction: column-reverse;
	}
	
	.hello__content {
		padding: 16px 0 0 0;
		margin: 0;
	}
	
	.hello__title {
		margin: 0 0 16px;
    	font-size: 18px;
    	line-height: 23px;
	}
	
	.hello__text {
		margin: 0 0 20px;
    	font-size: 11px;
    	line-height: 16px;
	}
	
	.hello__btn  {
		margin: 0;
		font-size: 2rem;
		padding: 1.5rem;
	}
	
	.hello__avatar  {
		flex: none;
		width: 238px;
		height: 240px;
	}
}

@media (min-width:250px) and (max-width: 300px){
	.vx {
	margin: 10rem 2rem 0 !important;
	}
	
	.amba__circle {
		left:-5rem;
		width:calc(100% + 10rem);
		height:74rem;
	}
	
	.amba__spacer {
    	height: 20px;
	}
	
	.hello__container  {
		text-align: center;
		align-items: center;
		flex-direction: column-reverse;
	}
	
	.hello__content {
		padding: 16px 0 0 0;
		margin: 0;
	}
	
	.hello__title {
		margin: 0 0 16px;
    	font-size: 18px;
    	line-height: 23px;
	}
	
	.hello__text {
		margin: 0 0 20px;
    	font-size: 11px;
    	line-height: 16px;
	}
	
	.hello__btn  {
		margin: 0;
		font-size: 2rem;
		padding: 1.5rem;
	}
	
	.hello__avatar  {
		flex: none;
		width: 238px;
		height: 240px;
	}
}

@media (min-width:300px) and (max-width: 350px){
	.vx {
	margin: 10rem 2rem 0 !important;
	}
	
	.amba__circle {
		left:-5rem;
		width:calc(100% + 10rem);
		height:72rem;
	}
	
	.amba__spacer {
    	height: 20px;
	}
	
	.hello__container  {
		text-align: center;
		align-items: center;
		flex-direction: column-reverse;
	}
	
	.hello__content {
		padding: 16px 0 0 0;
		margin: 0;
	}
	
	.hello__title {
		margin: 0 0 16px;
    	font-size: 19px;
    	line-height: 23px;
	}
	
	.hello__text {
		margin: 0 0 20px;
    	font-size: 13px;
    	line-height: 17px;
	}
	
	.hello__btn  {
		margin: 0;
		font-size: 2rem;
		padding: 1.5rem;
	}
	
	.hello__avatar  {
		flex: none;
		width: 257px;
		height: 260px;
	}
}

@media (min-width:350px) and (max-width: 400px){
	.vx {
	margin: 10rem 2rem 0 !important;
	}
	
	.amba__circle {
		left:-5rem;
		width:calc(100% + 10rem);
		height:66rem;
	}
	
	.amba__spacer {
    	height: 20px;
	}
	
	.hello__container  {
		text-align: center;
		align-items: center;
		flex-direction: column-reverse;
	}
	
	.hello__content {
		padding: 16px 0 0 0;
		margin: 0;
	}
	
	.hello__title {
		margin: 0 0 16px;
    	font-size: 20px;
    	line-height: 24px;
	}
	
	.hello__text {
		margin: 0 0 20px;
    	font-size: 14px;
    	line-height: 17px;
	}
	
	.hello__btn  {
		margin: 0;
		font-size: 2rem;
		padding: 1.5rem;
	}
	
	.hello__avatar  {
		flex: none;
		width: 257px;
		height: 260px;
	}
}

@media (min-width:400px) and (max-width: 500px){
	.vx {
	margin: 10rem 2rem 0 !important;
	}
	
	.amba__circle {
		left:-5rem;
		width:calc(100% + 10rem);
		height:65rem;
	}
	
	.amba__spacer {
    	height: 20px;
	}
	
	.hello__container  {
		text-align: center;
		align-items: center;
		flex-direction: column-reverse;
	}
	
	.hello__content {
		padding: 16px 0 0 0;
		margin: 0;
	}
	
	.hello__title {
		margin: 0 0 16px;
    	font-size: 24px;
    	line-height: 28px;
	}
	
	.hello__text {
		margin: 0 0 20px;
    	font-size: 17px;
    	line-height: 21px;
	}
	
	.hello__btn  {
		margin: 0;
		font-size: 2rem;
		padding: 1.5rem;
	}
	
	.hello__avatar  {
		flex: none;
		width: 257px;
		height: 260px;
	}
}

@media (min-width:500px) and (max-width: 600px){
	.vx {
	margin: 10rem 2rem 0 !important;
	}
	
	.amba__circle {
		left:-5rem;
		width:calc(100% + 10rem);
		height:65rem;
	}
	
	.amba__spacer {
    	height: 20px;
	}
	
	.hello__container  {
		text-align: center;
		align-items: center;
		flex-direction: column-reverse;
	}
	
	.hello__content {
		padding: 16px 0 0 0;
		margin: 0;
	}
	
	.hello__title {
		margin: 0 0 16px;
    	font-size: 25px;
    	line-height: 29px;
	}
	
	.hello__text {
		margin: 0 0 20px;
    	font-size: 17px;
    	line-height: 22px;
	}
	
	.hello__btn  {
		margin: 0;
		font-size: 2rem;
		padding: 1.5rem;
	}
	
	.hello__avatar  {
		flex: none;
		width: 257px;
		height: 260px;
	}
}

@media (min-width:600px) and (max-width: 700px){
	.vx {
	margin: 10rem 2rem 0 !important;
	}
	
	.amba__circle {
		left:-5rem;
		width:calc(100% + 10rem);
		height:82rem;
	}
	
	.amba__spacer {
    	height: 20px;
	}
	
	.hello__container  {
		text-align: center;
		align-items: center;
		flex-direction: column-reverse;
	}
	
	.hello__content {
		padding: 16px 0 0 0;
		margin: 0;
	}
	
	.hello__title {
		margin: 0 0 16px;
    	font-size: 37px;
    	line-height: 45px;
	}
	
	.hello__text {
		margin: 0 0 20px;
    	font-size: 20px;
    	line-height: 26px;
	}
	
	.hello__btn  {
		margin: 0;
		font-size: 2rem;
		padding: 1.5rem;
	}
	
	.hello__avatar  {
		flex: none;
		width: 416px;
		height: 420px;
	}
}

@media (min-width:700px) and (max-width: 800px){
	.vx {
	margin: 6rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height:73rem;
	}
	
	.amba__spacer {
    	height: 20px;
	}
	
	.hello__container  {
		text-align: center;
		align-items: center;
		flex-direction: column-reverse;
	}
	
	.hello__content {
		padding: 16px 0 0 0;
		margin: 0;
	}
	
	.hello__title {
		margin: 0 0 16px;
    	font-size: 37px;
    	line-height: 45px;
	}
	
	.hello__text {
		margin: 0 0 20px;
    	font-size: 20px;
    	line-height: 26px;
	}
	
	.hello__btn  {
		margin: 0;
		font-size: 2rem;
		padding: 1.5rem;
	}
	
	.hello__avatar  {
		flex: none;
		width: 416px;
		height: 420px;
	}
}

@media (min-width:800px) and (max-width: 900px){
	.vx {
	margin: 6rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height:42rem;
	}
	
	.amba__spacer {
    	height: 35px;
	}
	
	.hello__container  {
		display: flex;
	}
	
	.hello__content {
		align-items: flex-start;
    	flex: 1 1 auto;
    	padding: 18px 25px 0 0;
	}
	
	.hello__title {
		margin: 0 0 40px 0;
    	font-size: 30px;
    	line-height: 40px;
	}
	
	.hello__text {
		margin: 0 0 50px 0;
    	font-size: 18px;
    	line-height: 22px;
	}
	
	.hello__btn  {
		margin: 0 0 25px;
		font-size: 1.4rem;
		padding: 2rem;
	}
	
	.hello__avatar  {
		flex: 0 0 357px;
		width: 357px;
		height: 360px;
	}
}

@media (min-width:900px) and (max-width: 1000px){
	.vx {
	margin: 6rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height:38.4rem;
	}
	
	.amba__spacer {
    	height: 17px;
	}
	
	.hello__container  {
		display: flex;
	}
	
	.hello__content {
		align-items: flex-start;
    	flex: 1 1 auto;
    	padding: 18px 25px 0 0;
	}
	
	.hello__title {
		margin: 0 0 40px 0;
    	font-size: 37px;
    	line-height: 50px;
	}
	
	.hello__text {
		margin: 0 0 50px 0;
    	font-size: 22px;
    	line-height: 29px;
	}
	
	.hello__btn  {
		margin: 0 0 25px;
		font-size: 1.4rem;
		padding: 1.6rem;
	}
	
	.hello__avatar  {
		flex: 0 0 357px;
		width: 357px;
		height: 360px;
	}
}

@media (min-width:1000px) and (max-width: 1100px){
	.vx {
	margin: 4.3rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height:38rem;
	}
	
	.amba__spacer {
    	height: 23px;
	}
	
	.hello__container  {
		display: flex;
	}
	
	.hello__content {
		align-items: flex-start;
    	flex: 1 1 auto;
    	padding: 18px 25px 0 0;
	}
	
	.hello__title {
		margin: 0 0 40px 0;
    	font-size: 38px;
    	line-height: 51px;
	}
	
	.hello__text {
		margin: 0 0 50px 0;
    	font-size: 22px;
    	line-height: 29px;
	}
	
	.hello__btn  {
		margin: 0 0 25px;
		font-size: 1.4rem;
		padding: 1.6rem;
	}
	
	.hello__avatar  {
		flex: 0 0 416px;
		width: 416px;
		height: 420px;
	}
}

@media (min-width:1100px) and (max-width: 1200px){
	.vx {
	margin: 4.3rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height:38rem;
	}
	
	.amba__spacer {
    	height: 23px;
	}
	
	.hello__container  {
		display: flex;
	}
	
	.hello__content {
		align-items: flex-start;
    	flex: 1 1 auto;
    	padding: 18px 25px 0 0;
	}
	
	.hello__title {
		margin: 0 0 40px 0;
    	font-size: 40px;
    	line-height: 53px;
	}
	
	.hello__text {
		margin: 0 0 50px 0;
    	font-size: 22px;
    	line-height: 29px;
	}
	
	.hello__btn  {
		margin: 0 0 25px;
		font-size: 1.4rem;
		padding: 1.6rem;
	}
	
	.hello__avatar  {
		flex: 0 0 440px;
		width: 440px;
		height: 444px;
	}
}

@media (min-width:1200px) and (max-width: 1300px){
	.vx {
	margin: 4.3rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height:38rem;
	}
	
	.amba__spacer {
    	height: 23px;
	}
	
	.hello__container  {
		display: flex;
	}
	
	.hello__content {
		align-items: flex-start;
    	flex: 1 1 auto;
    	padding: 18px 25px 0 0;
	}
	
	.hello__title {
		margin: 0 0 45px 0;
    	font-size: 43px;
    	line-height: 58px;
	}
	
	.hello__text {
		margin: 0 0 60px 0;
    	font-size: 22px;
    	line-height: 29px;
	}
	
	.hello__btn  {
		margin: 0 0 25px;
		font-size: 1.4rem;
		padding: 1.6rem;
	}
	
	.hello__avatar  {
		flex: 0 0 463px;
		width: 463px;
		height: 468px;
	}
}

@media (min-width:1300px) and (max-width: 1400px){
	.vx {
	margin: 4.3rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height:38rem;
	}
	
	.amba__spacer {
    	height: 23px;
	}
	
	.hello__container  {
		display: flex;
	}
	
	.hello__content {
		align-items: flex-start;
    	flex: 1 1 auto;
    	padding: 18px 25px 0 0;
	}
	
	.hello__title {
		margin: 0 0 45px 0;
    	font-size: 46px;
    	line-height: 60px;
	}
	
	.hello__text {
		margin: 0 0 60px 0;
    	font-size: 23px;
    	line-height: 29px;
	}
	
	.hello__btn  {
		margin: 0 0 25px;
		font-size: 1.4rem;
		padding: 1.6rem;
	}
	
	.hello__avatar  {
		flex: 0 0 503px;
		width: 503px;
    	height: 508px;
	}
}

@media (min-width:1400px) and (max-width: 1500px){
	.vx {
	margin: 4.3rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height:36rem;
	}
	
	.amba__spacer {
    	height: 23px;
	}
	
	.hello__container  {
		display: flex;
	}
	
	.hello__content {
		align-items: flex-start;
    	flex: 1 1 auto;
    	padding: 18px 25px 0 0;
	}
	
	.hello__title {
		margin: 0 0 45px 0;
    	font-size: 46px;
    	line-height: 60px;
	}
	
	.hello__text {
		margin: 0 0 60px 0;
    	font-size: 23px;
    	line-height: 29px;
	}
	
	.hello__btn  {
		margin: 0 0 25px;
		font-size: 1.4rem;
		padding: 1.6rem;
	}
	
	.hello__avatar  {
		flex: 0 0 503px;
		width: 503px;
    	height: 508px;
	}
}

@media (min-width:1500px) and (max-width: 1600px){
	.vx {
	margin: 4.3rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height:36rem;
	}
	
	.amba__spacer {
    	height: 23px;
	}
	
	.hello__container  {
		display: flex;
	}
	
	.hello__content {
		align-items: flex-start;
    	flex: 1 1 auto;
    	padding: 18px 25px 0 0;
	}
	
	.hello__title {
		margin: 0 0 45px 0;
    	font-size: 54px;
    	line-height: 73px;
	}
	
	.hello__text {
		margin: 0 0 60px 0;
    	font-size: 27px;
    	line-height: 35px;
	}
	
	.hello__btn  {
		margin: 0 0 25px;
		font-size: 1.4rem;
		padding: 1.6rem;
	}
	
	.hello__avatar  {
		flex: 0 0 547px;
		width: 547px;
    	height: 552px;
	}
}

@media (min-width:1600px) and (max-width: 1700px){
	.vx {
	margin: 4.3rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height:36rem;
	}
	
	.amba__spacer {
    	height: 23px;
	}
	
	.hello__container  {
		display: flex;
	}
	
	.hello__content {
		align-items: flex-start;
    	flex: 1 1 auto;
    	padding: 18px 68px 0 0;
	}
	
	.hello__title {
		margin: 0 0 55px 0;
    	font-size: 56px;
    	line-height: 75px;
	}
	
	.hello__text {
		margin: 0 0 70px 0;
    	font-size: 28px;
    	line-height: 37px;
	}
	
	.hello__btn  {
		margin: 0 0 25px;
		font-size: 1.4rem;
		padding: 1.6rem;
	}
	
	.hello__avatar  {
		flex: 0 0 566px;
		width: 566px;
    	height: 572px;
	}
}

@media (min-width:1700px) and (max-width: 1800px){
	.vx {
	margin: 4.3rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height:36rem;
	}
	
	.amba__spacer {
    	height: 23px;
	}
	
	.hello__container  {
		display: flex;
	}
	
	.hello__content {
		align-items: flex-start;
    	flex: 1 1 auto;
    	padding: 18px 68px 0 0;
	}
	
	.hello__title {
		margin: 0 0 55px 0;
    	font-size: 60px;
    	line-height: 82px;
	}
	
	.hello__text {
		margin: 0 0 70px 0;
    	font-size: 29px;
    	line-height: 38px;
	}
	
	.hello__btn  {
		margin: 0 0 25px;
		font-size: 1.4rem;
		padding: 1.6rem;
	}
	
	.hello__avatar  {
		flex: 0 0 608px;
		width: 608px;
    	height: 614px;
	}
}

@media (min-width:1800px) and (max-width: 1900px){
	.vx {
	margin: 4.3rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height:36rem;
	}
	
	.amba__spacer {
    	height: 23px;
	}
	
	.hello__container  {
		display: flex;
	}
	
	.hello__content {
		align-items: flex-start;
    	flex: 1 1 auto;
    	padding: 18px 50px 0 0;
	}
	
	.hello__title {
		margin: 0 0 55px 0;
    	font-size: 68px;
    	line-height: 90px;
	}
	
	.hello__text {
		margin: 0 0 70px 0;
    	font-size: 29px;
    	line-height: 38px;
	}
	
	.hello__btn  {
		margin: 0 0 25px;
		font-size: 1.4rem;
		padding: 1.6rem;
	}
	
	.hello__avatar  {
		flex: 0 0 652px;
		width: 652px;
    	height: 658px;
	}
}

@media (min-width:1900px) and (max-width: 2000px){
	.vx {
	margin: 4.3rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height:36rem;
	}
	
	.amba__spacer {
    	height: 23px;
	}
	
	.hello__container {
		display: flex;
	}
	
	.hello__content {
		align-items: flex-start;
    	flex: 1 1 auto;
    	padding: 18px 50px 0 0;
	}
	
	.hello__title {
		margin: 0 0 55px 0;
    	font-size: 70px;
    	line-height: 92px;
	}
	
	.hello__text {
		margin: 0 0 70px 0;
    	font-size: 29px;
    	line-height: 38px;
	}
	
	.hello__btn {
		margin: 0 0 25px;
		font-size: 1.4rem;
		padding: 1.6rem;
	}
	
	.hello__avatar  {
		flex: 0 0 677px;
		width: 677px;
    	height: 684px;
	}
}

@media (min-width:2000px) and (max-width: 2100px){
	.vx {
	margin: 4.3rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height:36rem;
	}
	
	.amba__spacer {
    	height: 23px;
	}
	
	.hello__container {
		display: flex;
	}
	
	.hello__content {
		align-items: flex-start;
    	flex: 1 1 auto;
    	padding: 18px 50px 0 0;
	}
	
	.hello__title {
		margin: 0px 0 60px 0;
    	font-size: 75px;
    	line-height: 98px;
	}
	
	.hello__text {
		margin: 0 0 70px 0;
    	font-size: 32px;
    	line-height: 43px;
	}
	
	.hello__btn {
		margin: 0 0 25px;
		font-size: 1.2rem;
    	padding: 1.3rem;
	}
	
	.hello__avatar {
		flex: 0 0 714px;
		width: 714px;
    	height: 721px;
	}
}

@media (min-width:2100px) and (max-width: 2200px){
	.vx {
	margin: 4.3rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height:34rem;
	}
	
	.amba__spacer {
    	height: 23px;
	}
	
	.hello__container {
		display: flex;
	}
	
	.hello__content {
		align-items: flex-start;
    	flex: 1 1 auto;
    	padding: 18px 50px 0 0;
	}
	
	.hello__title {
		margin: 0px 0 60px 0;
    	font-size: 75px;
    	line-height: 98px;
	}
	
	.hello__text {
		margin: 0 0 70px 0;
    	font-size: 32px;
    	line-height: 43px;
	}
	
	.hello__btn {
		margin: 0 0 25px;
		font-size: 1.2rem;
    	padding: 1.3rem;
	}
	
	.hello__avatar {
		flex: 0 0 714px;
		width: 714px;
    	height: 721px;
	}
}

@media (min-width:2200px) and (max-width: 2300px){
	.vx {
	margin: 4.3rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height:33.4rem;
	}
	
	.amba__spacer {
    	height: 23px;
	}
	
	.hello__container {
		display: flex;
	}
	
	.hello__content {
		align-items: flex-start;
    	flex: 1 1 auto;
    	padding: 18px 50px 0 0;
	}
	
	.hello__title {
		margin: 0px 0 65px 0;
   		font-size: 80px;
    	line-height: 106px;
	}
	
	.hello__text {
		margin: 0 0 80px 0;
    	font-size: 36px;
    	line-height: 48px;
	}
	
	.hello__btn {
		margin: 0 0 25px;
		font-size: 1.1rem;
    	padding: 1.1rem;
	}
	
	.hello__avatar {
		flex: 0 0 714px;
		width: 714px;
    	height: 721px;
	}
}

@media (min-width:2300px) and (max-width: 2400px){
	.vx {
	margin: 4.3rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height: 32.2rem;
	}
	
	.amba__spacer {
    	height: 40px;
	}
	
	.hello__container {
		display: flex;
	}
	
	.hello__content {
		align-items: flex-start;
    	flex: 1 1 auto;
    	padding: 18px 50px 0 0;
	}
	
	.hello__title {
		margin: 0px 0 66px 0;
    	font-size: 88px;
    	line-height: 114px;
	}
	
	.hello__text {
		margin: 0 0 80px 0;
    	font-size: 36px;
    	line-height: 48px;
	}
	
	.hello__btn {
		margin: 0 0 25px;
		font-size: 1rem;
    	padding: 1rem;
	}
	
	.hello__avatar {
		flex: 0 0 714px;
		width: 714px;
    	height: 721px;
	}
}

@media (min-width:2400px) and (max-width: 2500px){
	.vx {
	margin: 4.3rem auto 0 !important;
	}
	
	.amba__circle {
		left: -10rem;
		width:calc(100% + 20rem);
		height: 31.6rem;
	}
	
	.amba__spacer {
    	height: 40px;
	}
	
	.hello__container {
		display: flex;
	}
	
	.hello__content {
		align-items: flex-start;
    	flex: 1 1 auto;
    	padding: 18px 50px 0 0;
	}
	
	.hello__title {
		margin: 0px 0 66px 0;
    	font-size: 92px;
    	line-height: 116px;
	}
	
	.hello__text {
		margin: 0 0 80px 0;
    	font-size: 36px;
    	line-height: 48px;
	}
	
	.hello__btn {
		margin: 0 0 25px;
		font-size: 1rem;
    	padding: 1rem;
	}
	
	.hello__avatar {
		flex: 0 0 714px;
		width: 714px;
    	height: 721px;
	}
}

/*Ambasador*/

.wbch {
	height: 375px;
}

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

.wbccf {
	margin-left: 0px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.wbcrf {
	margin-left: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.amba-block {
    padding: 80px 0;
    margin-top: 0 !important;
}

.numberCircle {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background: #8618FF;
  color: white;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0;
  position: relative;
}

.numberCircle:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 163px;
  width: 5px;
  background: #8618FF;
  transform: translate(-50%, 100%);
}

.numberCircle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 163px;
  width: 5px;
  background: #8618FF;
  transform: translate(-50%, -100%);
}

.numberCircle_t {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background: #8618FF;
  color: white;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0;
  position: relative;
}

.numberCircle_t:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 148px;
  width: 5px;
  background: #8618FF;
  transform: translate(-50%, 100%);
}

.numberCircle_b {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background: #8618FF;
  color: white;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0;
  position: relative;
}

.numberCircle_b:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 148px;
  width: 5px;
  background: #8618FF;
  transform: translate(-50%, -100%);
}

@media (max-width: 1920px) {
	.amba-block {
   		padding: 40px 0;
    	margin-top: 0 !important;
	}
	
	.amb_mgbt {
    	margin: 0 auto 25px !important;
	}
	
	.wbch {
    	height: 333px;
	}
}

@media (min-width: 1440px) and (max-width: 1680px) {
	.amb_mgbt {
    	margin: 0 auto 25px !important;
	}
	
	.wbch {
    	height: 288px;
	}
	
	.numberCircle {
  		width: 62px;
  		height: 62px;
	}

	.numberCircle:after {
  		width: 4.5px;
	}

	.numberCircle:before {
  		width: 4.5px;
	}

	.numberCircle_t {
  		width: 62px;
  		height: 62px;
	}

	.numberCircle_t:after {
  		width: 4.5px;
	}

	.numberCircle_b {
  		width: 62px;
  		height: 62px;
	}

	.numberCircle_b:before {
  		width: 4.5px;
	}
}

@media (min-width: 1224px) and (max-width: 1440px) {
	.amb_mgbt {
    	margin: 0 auto 25px !important;
	}
	
	.wbch {
    	height: 252px;
	}
	
	.numberCircle {
  		width: 58px;
  		height: 58px;
	}

	.numberCircle:after {
  		width: 4px;
	}

	.numberCircle:before {
  		width: 4px;
	}

	.numberCircle_t {
  		width: 58px;
  		height: 58px;
	}

	.numberCircle_t:after {
  		width: 4px;
	}

	.numberCircle_b {
  		width: 58px;
  		height: 58px;
	}

	.numberCircle_b:before {
  		width: 4px;
	}
}

@media (min-width: 1024px) and (max-width: 1224px) {
	.amb_mgbt {
    	margin: 0 auto 25px !important;
	}
	
	.wbch {
    	height: 224px;
	}
	
	.numberCircle {
  		width: 56px;
  		height: 56px;
	}

	.numberCircle:after {
  		width: 3.6px;
	}

	.numberCircle:before {
  		width: 3.6px;
	}

	.numberCircle_t {
  		width: 56px;
  		height: 56px;
	}

	.numberCircle_t:after {
  		width: 3.6px;
	}

	.numberCircle_b {
  		width: 56px;
  		height: 56px;
	}

	.numberCircle_b:before {
  		width: 3.6px;
	}
}

@media (min-width: 782px) and (max-width: 1024px) {
	.amb_mgbt {
    	margin: 0 auto 25px !important;
	}
	
	.wbch {
    	height: 178px;
	}
	
	.numberCircle {
  		width: 50px;
  		height: 50px;
	}

	.numberCircle:after {
  		width: 3px;
	}

	.numberCircle:before {
  		width: 3px;
	}

	.numberCircle_t {
  		width: 50px;
  		height: 50px;
	}

	.numberCircle_t:after {
  		width: 3px;
	}

	.numberCircle_b {
  		width: 50px;
  		height: 50px;
	}

	.numberCircle_b:before {
  		width: 3px;
	}
}

@media (min-width: 680px) and (max-width: 782px) {
	.amb_mgbt {
    	margin: 0 auto 25px !important;
	}
	
	.wbccf {
   		display: none;
	}
	
	.wbch {
    	height: 125px;
	}
}

@media (max-width: 680px) {

	.amb_mgbt {
    	margin: 0 auto 25px !important;
	}
	
	div.wp-block-column.wbcn1 {
		flex-basis: 100% !important;
		flex-grow: 1;
		margin-left: 0;
	}

	.wbccf {
   		display: none;
	}
	
	.wbch {
    	height: auto;
	}
	
	div.wp-block-column.wbclf {
		flex-basis: 100% !important;
		flex-grow: 1;
	}
	
	div.wp-block-column.wbcrf {
		flex-basis: 100% !important;
		flex-grow: 1;
	}
	
	.wbclf h3 {
		text-align: center !important;
	}
	
	.wbcrf h3 {
		text-align: center !important;
	}
	
	.wbclf {
    	justify-content: center;
	}
	
	
	.rev {
		flex-direction: column-reverse;
	}
}

.test__answers {
    margin-bottom: 1rem;
}

.test_textbox {
	padding-top: 24px;
}

.amba-block .about__form {
    margin: 2rem auto 0;
}

.amba-block .about__form input:not(.btn), .amba-block .about__form textarea {
	background-color: white;
    border: 1px solid #7500ff;
}

a.anchorn1 {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.mbox_text {
	margin: 0 !important;
	padding: 30px;
	height: 367px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px;
}

.mbox_img {
	margin: 0 !important;
	padding: 30px;
	height: 367px;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 2400px) and (max-width: 2500px) {
	.mbox_text {
		height: 359px;
	}

	.mbox_img {
		height: 359px;
	}
}

@media (min-width: 2300px) and (max-width: 2400px) {
	.mbox_text {
		height: 349px;
	}

	.mbox_img {
		height: 349px;
	}
}

@media (min-width: 2200px) and (max-width: 2300px) {
	.mbox_text {
		height: 331px;
	}

	.mbox_img {
		height: 331px;
	}
}

@media (min-width: 2100px) and (max-width: 2200px) {
	.mbox_text {
		height: 322px;
	}

	.mbox_img {
		height: 322px;
	}
}

@media (min-width: 2000px) and (max-width: 2100px) {
	.mbox_text {
		height: 304px;
	}

	.mbox_img {
		height: 304px;
	}
}

@media (min-width: 1900px) and (max-width: 2000px) {
	.mbox_text {
		height: 286px;
	}

	.mbox_img {
		height: 286px;
	}
}

@media (min-width: 1800px) and (max-width: 1900px) {
	.mbox_text {
		height: 276px;
	}

	.mbox_img {
		height: 276px;
	}
}

@media (min-width: 1700px) and (max-width: 1800px) {
	.mbox_text {
		height: 259px;
	}

	.mbox_img {
		height: 259px;
	}
}

@media (min-width: 1600px) and (max-width: 1700px) {
	.mbox_text {
		height: 241px;
	}

	.mbox_img {
		height: 241px;
	}
}

@media (min-width: 1500px) and (max-width: 1600px) {
	.mbox_text {
		height: 232px;
	}

	.mbox_img {
		height: 232px;
	}
}

@media (min-width: 1400px) and (max-width: 1500px) {
	.mbox_text {
		height: 208px;
	}

	.mbox_img {
		height: 208px;
	}
}

@media (min-width: 1300px) and (max-width: 1400px) {
	.mbox_text {
		height: 197px;
	}

	.mbox_img {
		height: 197px;
	}
}

@media (min-width: 1200px) and (max-width: 1300px) {
	.mbox_text {
		height: 180px;
	}

	.mbox_img {
		height: 180px;
	}
}

@media (min-width: 1100px) and (max-width: 1200px) {
	.mbox_text {
		height: 172px;
	}

	.mbox_img {
		height: 172px;
	}
}

@media (min-width: 1000px) and (max-width: 1100px) {
	.mbox_text {
		height: 183px;
	}

	.mbox_img {
		height: 183px;
	}
}

@media (min-width: 900px) and (max-width: 1000px) {
	.mbox_text {
		height: 190px;
	}

	.mbox_img {
		height: 190px;
	}
}

@media (min-width: 800px) and (max-width: 900px) {
	.mbox_text {
		height: 168px;
	}

	.mbox_img {
		height: 168px;
	}
}

@media (min-width: 782px) and (max-width: 800px) {
	.mbox_text {
		height: 156px;
	}

	.mbox_img {
		height: 156px;
	}
}


@media (min-width: 681px) and (max-width: 782px) {
	.mbox_text {
		height: 171px;
	}

	.mbox_img {
		height: 171px;
	}

	div.wp-block-columns.mbox_gen {
    flex-wrap: nowrap;
	}
}


@media (max-width: 680px) {
	.mbox_text {
		height: auto;
	}

	.mbox_img {
		height: 186px;
	}
	
	div.wp-block-column.mbox_sem {
    	flex-basis: 100% !important;
    	flex-grow: 1;
	}
	
	.rev2 {
		flex-direction: column-reverse;
	}
	
	.rev2 .mbox_img {
		padding: 123px;
		height: auto;
	}
}

.wbcnb1 {
	justify-content: flex-end;
}

.tmgs {
	margin: 32px auto 0;
	width: 200px;
	border: none;
	height: 1px;
	color: #8618FF;
	background-color: #8618FF;
}



@media (max-width: 782px) {
	.wp-block-image .wp-image-1406 {
		width: 68%;
	}	
}

@media (max-width: 680px) {
	div.wp-block-column.wbcnb1 {
    	flex-basis: 100% !important;
    	flex-grow: 1;
    	margin-left: 0;
		justify-content: center;
	}
	
	.tmgs {
		margin: 0 auto;
	}
	
	.wp-block-image .wp-image-1406 {
		width: 60%;
	}
}

/* Amba Contact Form */
.about__form input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

span.wpcf7-list-item { 
	display: flex !important;
    text-align: left;
	float: left;
	margin: 10px 0 !important;
}

span.wpcf7-list-item * {
	display: flex !important;
}

.wpcf7-checkbox .wpcf7-list-item {
    margin-left: 5px;
    margin-right: 20px;
    vertical-align: top;
}

.wpcf7-radio .wpcf7-list-item input[type="checkbox"] {
    margin-right: 5px;
}

input[type="checkbox"] {
    float: left;
    margin: 0 10px 0 0;
    width: auto !important;
}

.wpcf7-list-item label {
	display: flex;
    align-items: center;
}

.about__form label span {
    color: black !important;
}
/* Amba Contact Form */


/*Talk Header*/

.depx {
	margin: 4.3rem auto 0 !important;
}

.se_top {
	padding-top: 80px;
}

.depression__circle {
    position: absolute;
    left: -10rem;
    top: 0;
    width: calc(100% + 20rem);
    height: 32rem;
    background-color: #3EB0E5;
	border-radius: 0 0 50% 50%/0 0 10rem 10rem;
    z-index: -1;
}

.depression__spacer {
	height: 50px;
}

.depression {
   padding: 0;
}

.depression__container {
	display: flex;
}

.depression__content {
	align-items: flex-start;
	flex: 1 1 auto;
	padding: 140px 110px 0 0;
}

.depression_content:last-child {
	margin-bottom: 0;
}

.depression__title {
	color: white;
    margin: 0 0 66px 0;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 100;
    font-size: 92px;
    line-height: 116px;
}

.depression__text {
	color: white;
	margin: 0 0 66px 0;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 92px;
    line-height: 116px;
}

.depression__avatar {
	width: 790px;
	flex: 0 0 790px;
	height: 721px;
	position: relative;
	overflow: hidden;
}

.depression__avatar img {
	max-width: 100%;
}

@media (min-width:2400px) and (max-width: 2500px) {
	.depx {
		margin: 4.3rem auto 0 !important;
	}

	.se_top {
		padding-top: 80px;
	}

	.depression__circle {
    	height: 32.6rem;
	}
}

@media (min-width:2300px) and (max-width: 2400px) {
	.depx {
		margin: 4.3rem auto 0 !important;
	}

	.se_top {
		padding-top: 80px;
	}

	.depression__circle {
    	height: 33.2rem;
	}
	
	.depression__title {
    	font-size: 88px;
    	line-height: 110px;
	}

	.depression__text {
    	font-size: 88px;
   	 	line-height: 110px;
	}
}

@media (min-width:2200px) and (max-width: 2300px) {
	.depx {
		margin: 4.3rem auto 0 !important;
	}

	.se_top {
		padding-top: 80px;
	}

	.depression__circle {
    	height: 34rem;
	}
	
	.depression__title {
    	font-size: 80px;
    	line-height: 104px;
	}

	.depression__text {
    	font-size: 80px;
   	 	line-height: 104px;
	}
	
	.depression__avatar {
    	width: 767px;
    	flex: 0 0 767px;
    	height: 700px;
	}
}

@media (min-width:2100px) and (max-width: 2200px) {
	.depx {
		margin: 4.3rem auto 0 !important;
	}

	.se_top {
		padding-top: 74px;
	}

	.depression__circle {
    	height: 34rem;
	}
	
	.depression__title {
    	font-size: 75px;
    	line-height: 96px;
	}

	.depression__text {
    	font-size: 75px;
   	 	line-height: 96px;
	}
	
	.depression__avatar {
    	width: 752px;
    	flex: 0 0 752px;
    	height: 686px;
	}
}

@media (min-width:2000px) and (max-width: 2100px) {
	.depx {
		margin: 4.3rem auto 0 !important;
	}

	.se_top {
		padding-top: 66px;
	}

	.depression__circle {
    	height: 34.6rem;
	}
	
	.depression__title {
    	font-size: 67px;
    	line-height: 90px;
	}

	.depression__text {
    	font-size: 67px;
    	line-height: 90px;
	}
	
	.depression__avatar {
    	width: 730px;
    	flex: 0 0 730px;
    	height: 666px;
	}
}

@media (min-width:1900px) and (max-width: 2000px) {
	.depx {
		margin: 4.3rem auto 0 !important;
	}

	.se_top {
		padding-top: 66px;
	}

	.depression__circle {
    	height: 35.1rem;
	}
	
	.depression__content {
    	padding: 156px 110px 0 0;
	}
	
	.depression__title {
		margin: 0px 0 46px 0;
    	font-size: 62px;
    	line-height: 86px;
	}

	.depression__text {
    	font-size: 62px;
    	line-height: 86px;
	}
	
	.depression__avatar {
    	width: 700px;
    	flex: 0 0 700px;
    	height: 639px;
	}
}

@media (min-width:1800px) and (max-width: 1900px) {
	.depx {
		margin: 4.3rem auto 0 !important;
	}

	.se_top {
		padding-top: 62px;
	}

	.depression__circle {
    	height: 35.1rem;
	}
	
	.depression__content {
    	padding: 166px 110px 0 0;
	}
	
	.depression__title {
		margin: 0px 0 46px 0;
    	font-size: 58px;
    	line-height: 80px;
	}

	.depression__text {
    	font-size: 58px;
    	line-height: 80px;
	}
	
	.depression__avatar {
    	width: 677px;
    	flex: 0 0 677px;
    	height: 618px;
	}
}

@media (min-width:1700px) and (max-width: 1800px) {
	.depx {
		margin: 4.3rem auto 0 !important;
	}

	.se_top {
		padding-top: 60px;
	}

	.depression__circle {
    	height: 35.1rem;
	}
	
	.depression__content {
    	padding: 146px 110px 0 0;
	}
	
	.depression__title {
		margin: 0px 0 46px 0;
    	font-size: 58px;
    	line-height: 80px;
	}

	.depression__text {
    	font-size: 58px;
    	line-height: 80px;
	}
	
	.depression__avatar {
    	width: 631px;
    	flex: 0 0 631px;
    	height: 576px;
	}
}

@media (min-width:1600px) and (max-width: 1700px) {
	.depx {
		margin: 4.3rem auto 0 !important;
	}

	.se_top {
		padding-top: 60px;
	}

	.depression__circle {
    	height: 35.1rem;
	}
	
	.depression__content {
    	padding: 134px 110px 0 0;
	}
	
	.depression__title {
		margin: 0px 0 46px 0;
    	font-size: 54px;
    	line-height: 74px;
	}

	.depression__text {
    	font-size: 54px;
    	line-height: 74px;
	}
	
	.depression__avatar {
    	width: 583px;
    	flex: 0 0 583px;
    	height: 532px;
	}
}

@media (min-width:1500px) and (max-width: 1600px) {
	.depx {
		margin: 4.3rem auto 0 !important;
	}

	.se_top {
		padding-top: 57px;
	}

	.depression__circle {
    	height: 35.1rem;
	}
	
	.depression__content {
    	padding: 130px 110px 0 0;
	}
	
	.depression__title {
		margin: 0px 0 46px 0;
    	font-size: 52px;
    	line-height: 70px;
	}

	.depression__text {
    	font-size: 52px;
    	line-height: 70px;
	}
	
	.depression__avatar {
    	width: 561px;
    	flex: 0 0 561px;
    	height: 512px;
	}
}

@media (min-width:1400px) and (max-width: 1500px) {
	.depx {
		margin: 4.3rem auto 0 !important;
	}

	.se_top {
		padding-top: 46px;
	}

	.depression__circle {
    	height: 35.1rem;
	}
	
	.depression__content {
    	padding: 115px 110px 0 0;
	}
	
	.depression__title {
		margin: 0px 0 46px 0;
    	font-size: 46px;
    	line-height: 60px;
	}

	.depression__text {
    	font-size: 46px;
    	line-height: 60px;
	}
	
	.depression__avatar {
    	width: 524px;
    	flex: 0 0 524px;
    	height: 478px;
	}
}

@media (min-width:1300px) and (max-width: 1400px) {
	.depx {
		margin: 4.3rem auto 0 !important;
	}

	.se_top {
		padding-top: 48px;
	}

	.depression__circle {
    	height: 35.1rem;
	}
	
	.depression__content {
    	padding: 105px 110px 0 0;
	}
	
	.depression__title {
		margin: 0px 0 46px 0;
    	font-size: 44px;
    	line-height: 57px;
	}

	.depression__text {
    	font-size: 44px;
    	line-height: 57px;
	}
	
	.depression__avatar {
    	width: 486px;
    	flex: 0 0 486px;
    	height: 444px;
	}
}

@media (min-width:1200px) and (max-width: 1300px) {
	.depx {
		margin: 4.3rem auto 0 !important;
	}

	.se_top {
		padding-top: 48px;
	}

	.depression__circle {
    	height: 35.1rem;
	}
	
	.depression__content {
    	padding: 95px 60px 0 0;
	}
	
	.depression__title {
		margin: 0px 0 46px 0;
    	font-size: 44px;
    	line-height: 57px;
	}

	.depression__text {
    	font-size: 44px;
    	line-height: 57px;
	}
	
	.depression__avatar {
    	width: 449px;
    	flex: 0 0 449px;
    	height: 410px;
	}
}

@media (min-width:1100px) and (max-width: 1200px) {
	.depx {
		margin: 4.3rem auto 0 !important;
	}

	.se_top {
		padding-top: 48px;
	}

	.depression__circle {
    	height: 35.1rem;
	}
	
	.depression__content {
    	padding: 80px 60px 0 0;
	}
	
	.depression__title {
		margin: 0px 0 46px 0;
    	font-size: 42px;
    	line-height: 54px;
	}

	.depression__text {
    	font-size: 42px;
    	line-height: 54px;
	}
	
	.depression__avatar {
    	width: 425px;
    	flex: 0 0 425px;
    	height: 388px;
	}
}

@media (min-width:1000px) and (max-width: 1100px) {
	.depx {
		margin: 4.3rem auto 0 !important;
	}

	.se_top {
		padding-top: 46px;
	}

	.depression__circle {
    	height: 35.1rem;
	}
	
	.depression__content {
    	padding: 72px 54px 0 0;
	}
	
	.depression__title {
		margin: 0px 0 40px 0;
    	font-size: 40px;
    	line-height: 54px;
	}

	.depression__text {
    	font-size: 40px;
    	line-height: 54px;
	}
	
	.depression__avatar {
    	width: 403px;
    	flex: 0 0 403px;
    	height: 368px;
	}
}

@media (min-width:900px) and (max-width: 1000px) {
	.depx {
		margin: 4.3rem auto 0 !important;
	}

	.se_top {
		padding-top: 46px;
	}

	.depression__circle {
    	height: 35.1rem;
	}
	
	.depression__content {
    	padding: 68px 40px 0 0;
	}
	
	.depression__title {
		margin: 0px 0 32px 0;
    	font-size: 38px;
    	line-height: 54px;
	}

	.depression__text {
    	font-size: 38px;
    	line-height: 54px;
	}
	
	.depression__avatar {
    	width: 379px;
    	flex: 0 0 379px;
    	height: 346px;
	}
}

@media (min-width:800px) and (max-width: 900px) {
	.depx {
		margin: 4.3rem auto 0 !important;
	}

	.se_top {
		padding-top: 40px;
	}

	.depression__circle {
    	height: 35.1rem;
	}
	
	.depression__content {
    	padding: 60px 30px 0 0;
	}
	
	.depression__title {
		margin: 0px 0 24px 0;
    	font-size: 34px;
    	line-height: 48px;
	}

	.depression__text {
    	font-size: 34px;
    	line-height: 48px;
	}
	
	.depression__avatar {
    	width: 335px;
    	flex: 0 0 335px;
    	height: 306px;
	}
}

@media (min-width:700px) and (max-width: 800px) {
	.depx {
		margin: 4.3rem 2rem 0 !important;
	}

	.se_top {
		padding-top: 44px;
	}

	.depression__circle {
    	height: 54rem;
	}
	
	.depression__container {
    	text-align: center;
    	align-items: center;
    	flex-direction: column-reverse;
	}
	
	.depression__content {
    	padding: 18px 0 0 0;
	}
	
	.depression__title {
		margin: 0px 0 24px 0;
    	font-size: 34px;
    	line-height: 48px;
		text-align: left;
	}

	.depression__text {
		margin: 0;
    	font-size: 34px;
    	line-height: 48px;
		text-align: left;
	}
	
	.depression__avatar {
    	width: 335px;
    	flex: none;
    	height: 306px;
	}
}

@media (min-width:600px) and (max-width: 700px) {
	.depx {
		margin: 11rem 2rem 0 !important;
	}

	.se_top {
		padding-top: 40px;
	}

	.depression__circle {
    	height: 64rem;
	}
	
	.depression__container {
    	text-align: center;
    	align-items: center;
    	flex-direction: column-reverse;
	}
	
	.depression__content {
    	padding: 18px 0 0 0;
	}
	
	.depression__title {
		margin: 0px 0 24px 0;
    	font-size: 34px;
    	line-height: 48px;
		text-align: left;
	}

	.depression__text {
		margin: 0;
    	font-size: 34px;
    	line-height: 48px;
		text-align: left;
	}
	
	.depression__avatar {
    	width: 335px;
    	flex: none;
    	height: 306px;
	}
}

@media (min-width:500px) and (max-width: 600px) {
	.depx {
		margin: 11rem 2rem 0 !important;
	}

	.se_top {
		padding-top: 40px;
	}

	.depression__circle {
    	height: 64rem;
	}
	
	.depression__container {
    	text-align: center;
    	align-items: center;
    	flex-direction: column-reverse;
	}
	
	.depression__content {
    	padding: 18px 0 0 0;
	}
	
	.depression__title {
		margin: 0px 0 24px 0;
    	font-size: 32px;
    	line-height: 44px;
		text-align: left;
	}

	.depression__text {
		margin: 0;
    	font-size: 32px;
    	line-height: 44px;
		text-align: left;
	}
	
	.depression__avatar {
    	width: 302px;
    	flex: none;
    	height: 276px;
	}
}

@media (min-width:400px) and (max-width: 500px) {
	.depx {
		margin: 11rem 2rem 0 !important;
	}

	.se_top {
		padding-top: 40px;
	}

	.depression__circle {
    	height: 63rem;
	}
	
	.depression__container {
    	text-align: center;
    	align-items: center;
    	flex-direction: column-reverse;
	}
	
	.depression__content {
    	padding: 18px 0 0 0;
	}
	
	.depression__title {
		margin: 0px 0 24px 0;
    	font-size: 28px;
    	line-height: 38px;
		text-align: left;
	}

	.depression__text {
		margin: 0;
    	font-size: 28px;
    	line-height: 38px;
		text-align: left;
	}
	
	.depression__avatar {
    	width: 302px;
    	flex: none;
    	height: 276px;
	}
}

@media (min-width:350px) and (max-width: 400px) {
	.depx {
		margin: 11rem 2rem 0 !important;
	}

	.se_top {
		padding-top: 40px;
	}

	.depression__circle {
    	height: 63rem;
	}
	
	.depression__container {
    	text-align: center;
    	align-items: center;
    	flex-direction: column-reverse;
	}
	
	.depression__content {
    	padding: 18px 0 0 0;
	}
	
	.depression__title {
		margin: 0px 0 24px 0;
    	font-size: 28px;
    	line-height: 38px;
		text-align: left;
	}

	.depression__text {
		margin: 0;
    	font-size: 28px;
    	line-height: 38px;
		text-align: left;
	}
	
	.depression__avatar {
    	width: 280px;
    	flex: none;
    	height: 256px;
	}
}

@media (min-width:300px) and (max-width: 350px) {
	.depx {
		margin: 11rem 2rem 0 !important;
	}

	.se_top {
		padding-top: 40px;
	}

	.depression__circle {
    	height: 67rem;
	}
	
	.depression__container {
    	text-align: center;
    	align-items: center;
    	flex-direction: column-reverse;
	}
	
	.depression__content {
    	padding: 18px 0 0 0;
	}
	
	.depression__title {
		margin: 0px 0 18px 0;
    	font-size: 22px;
    	line-height: 32px;
    	text-align: left;
	}

	.depression__text {
		margin: 0;
    	font-size: 22px;
    	line-height: 32px;
		text-align: left;
	}
	
	.depression__avatar {
    	width: 280px;
    	flex: none;
    	height: 256px;
	}
}

@media (min-width:250px) and (max-width: 300px) {
	.depx {
		margin: 11rem 2rem 0 !important;
	}

	.se_top {
		padding-top: 40px;
	}

	.depression__circle {
    	height: 65rem;
	}
	
	.depression__container {
    	text-align: center;
    	align-items: center;
    	flex-direction: column-reverse;
	}
	
	.depression__content {
    	padding: 18px 0 0 0;
	}
	
	.depression__title {
		margin: 0px 0 18px 0;
    	font-size: 19px;
    	line-height: 26px;
    	text-align: left;
	}

	.depression__text {
		margin: 0;
    	font-size: 19px;
    	line-height: 26px;
		text-align: left;
	}
	
	.depression__avatar {
    	width: 237px;
    	flex: none;
    	height: 216px;
	}
}

@media (max-width: 250px) {
	.depx {
		margin: 11rem 2rem 0 !important;
	}

	.se_top {
		padding-top: 40px;
	}

	.depression__circle {
    	height: 65rem;
	}
	
	.depression__container {
    	text-align: center;
    	align-items: center;
    	flex-direction: column-reverse;
	}
	
	.depression__content {
    	padding: 18px 0 0 0;
	}
	
	.depression__title {
		margin: 0px 0 18px 0;
    	font-size: 16px;
    	line-height: 23px;
    	text-align: left;
	}

	.depression__text {
		margin: 0;
    	font-size: 16px;
    	line-height: 23px;
		text-align: left;
	}
	
	.depression__avatar {
    	width: 200px;
    	flex: none;
    	height: 183px;
	}
}
/*Talk Header*/

/*Talk Page*/

.talk-h2 {
	font-style: normal;
    font-weight: bold !important;
    text-align: center;
    text-transform: uppercase;
	padding-top: 36px;
}

.talk-hr-spacer {
    margin: 32px auto !important;
    width: 174px;
    border: none !important;
    height: 1px !important;
    color: #8618FF !important;
    background-color: #8618FF !important;
}

.wp-block-image {
    text-align: center;
}

.talk-blocks {}

.talk-slider-block .single__slider {
	margin: 0 auto;
	width: 64%;
}

.single__slider-inner .texbox {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #3EB0E5;
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 20px;
	flex-direction: column;
}

.single__slider-inner .texbox p {
    margin-inline-start: 1em;
    margin-inline-end: 1em;
	color: white;
}

.single__slider-buttons {
    font-size: .87rem;
    width: 50% !important;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 1rem auto;
	
}

.btn-block {
	margin: 100px 0 90px;	
}

.btn-block2 {
	margin-top: 38px;
	margin-bottom: 0 !important;
}

.talkbtn {
    -webkit-appearance: none;
    font-family: Roboto Mono,monospace;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    padding: 1rem 1.6rem 1rem;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    display: inline-block;
    border: none;
	text-transform: uppercase;
}

.talkbtn:hover {
	opacity:.5;
}

.btn--violet {
    color: #fff !important;
    background-color: #7500ff;
}

.fullw {
	width: 528px;
}

.bg-img {
	background-image: url(/wp-content/uploads/2021/04/asa-steinarsdottir-min.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 434px;
	width: auto;
    background-position: center;
    margin: 0 auto;
}

.talk-posts-block {
    padding: 80px 0;
}

.circle {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.circle a {
    padding: 0;
    font-style: normal;
    font-weight: bold;
    line-height: 58px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
	color: #fff;
	margin: 1rem 0;
}

.circle:hover {
	opacity:.7;
}


@media (min-width:1600px) and (max-width: 2000px) {
	.wp-image-1570 {
		width: 80%;
	}
	
	.btn-block {
    	margin: 60px 0 60px;
	}
	
	.bg-img {
    	height: 375px;
		width: auto;
	}
	
	.fullw {
    	width: 380px;
	}
	
	.talk-posts-block {
    	padding: 50px 0;
	}
	
	.circle {
    	width: 350px;
    	height: 350px;
	}
	
	.circle a {
    	line-height: 50px;
	}
}


@media (min-width:1400px) and (max-width: 1600px) {
	.wp-image-1570 {
		width: 70%;
	}
	
	.btn-block {
    	margin: 60px 0 60px;
	}
	
	.bg-img {
    	height: 327px;
		width: auto;
	}
	
	.fullw {
    	width: 336px;
	}
	
	.talk-posts-block {
    	padding: 50px 0;
	}
	
	.circle {
    	width: 300px;
    	height: 300px;
	}
	
	.circle a {
    	line-height: 40px;
	}
}

@media (min-width:1000px) and (max-width: 1400px) {
	.wp-image-1570 {
		width: 54%;
	}
	
	.btn-block {
    	margin: 44px 0 44px;
	}
	
	.bg-img {
    	height: 252px;
		width: auto;
	}
	
	.fullw {
    	width: 290px;
	}
	
	.talk-posts-block {
    	padding: 40px 0;
	}
	
	.circle {
    	width: 256px;
    	height: 256px;
	}
	
	.circle a {
    	line-height: 32px;
	}
}

@media (min-width:800px) and (max-width: 1000px) {
	.wp-image-1570 {
		width: 44%;
	}
	
	.btn-block {
    	margin: 32px 0 32px;
	}
	
	.bg-img {
    	height: 228px;
		width: auto;
	}
	
	.fullw {
    	width: 232px;
	}
	
	.talk-posts-block {
    	padding: 30px 0;
	}
	
	.circle {
    	width: 220px;
    	height: 220px;
	}
	
	.circle a {
    	line-height: 28px;
	}
}

@media (min-width:680px) and (max-width: 800px) {
	.wp-image-1570 {
		width: 44%;
	}
	
	.btn-block {
    	margin: 32px 0 32px;
	}
	
	.bg-img {
    	height: 200px;
		width: auto;
	}
	
	.fullw {
    	width: 190px;
	}
	
	.talk-posts-block {
    	padding: 22px 0;
	}
	
	.circle {
    	width: 186px;
    	height: 186px;
	}
	
	.circle a {
    	line-height: 24px;
	}
}

@media (min-width:350px) and (max-width: 680px) {
	.talkbtn {
    	font-size: 2rem;
    	padding: 2rem;
	}
	
	.btn-block {
    	margin: 48px 0 58px;
	}
	
	.talk-slider-block .single__slider {
    	margin: 0 auto;
    	width: 100%;
	}
	
	.talk-slider-block .single__slider-text, .talk-slider-block .single__slider-line {
		display: none;
	}
	
	.bg-img {
    	background-image: url(/wp-content/uploads/2021/04/flower_mobile-version-min.png);
    	height: 500px;
    	width: auto;
	}
	
	.wp-block-columns .btn-block2 {
    	display: block !important;
	}
	
	.btn-block2 .wp-block-column  {
		margin-left: 0 !important;
	}
	
	.fullw {
   		width: auto;
		margin: 10px 0;
	}
	
	.talk-posts-block {
    	padding: 20px 0;
	}
	
	.circle {
    	width: 240px;
    	height: 240px;
	}
	
	.circle a {
    	line-height: 40px;
    	margin: 2rem 0;
    	font-size: 20px;
	}
}

@media (min-width:300px) and (max-width: 350px) {
	.talkbtn {
    	font-size: 2rem;
    	padding: 2rem;
	}
	
	.btn-block {
    	margin: 48px 0 58px;
	}
	
	.talk-slider-block .single__slider {
    	margin: 0 auto;
    	width: 100%;
	}
	
	.talk-slider-block .single__slider-text, .talk-slider-block .single__slider-line {
		display: none;
	}
	
	.bg-img {
    	background-image: url(/wp-content/uploads/2021/04/flower_mobile-version-min.png);
    	height: 438px;
    	width: auto;
	}
	
	.wp-block-columns .btn-block2 {
    	display: block !important;
	}
	
	.btn-block2 .wp-block-column  {
		margin-left: 0 !important;
	}
	
	.fullw {
   		width: auto;
		margin: 10px 0;
	}
	
	.talk-posts-block {
    	padding: 20px 0;
	}
	
	.circle {
    	width: 240px;
    	height: 240px;
	}
	
	.circle a {
    	line-height: 40px;
    	margin: 2rem 0;
    	font-size: 20px;
	}
}

@media (min-width:250px) and (max-width: 300px) {
	.talkbtn {
    	font-size: 2rem;
    	padding: 2rem;
	}
	
	.btn-block {
    	margin: 48px 0 58px;
	}
	
	.talk-slider-block .single__slider {
    	margin: 0 auto;
    	width: 100%;
	}
	
	.talk-slider-block .single__slider-text, .talk-slider-block .single__slider-line {
		display: none;
	}
	
	.bg-img {
    	background-image: url(/wp-content/uploads/2021/04/flower_mobile-version-min.png);
    	height: 370px;
    	width: auto;
	}
	
	.wp-block-columns .btn-block2 {
    	display: block !important;
	}
	
	.btn-block2 .wp-block-column  {
		margin-left: 0 !important;
	}
	
	.fullw {
   		width: auto;
		margin: 10px 0;
	}
	
	.talk-posts-block {
    	padding: 20px 0;
	}
	
	.circle {
    	width: 216px;
    	height: 216px;
	}
	
	.circle a {
    	line-height: 32px;
    	margin: 2rem 0;
    	font-size: 18px;
	}
}

@media (max-width: 250px) {
	.talkbtn {
    	font-size: 2rem;
    	padding: 2rem;
	}
	
	.btn-block {
    	margin: 48px 0 58px;
	}
	
	.talk-slider-block .single__slider {
    	margin: 0 auto;
    	width: 100%;
	}
	
	.talk-slider-block .single__slider-text, .talk-slider-block .single__slider-line {
		display: none;
	}
	
	.bg-img {
    	background-image: url(/wp-content/uploads/2021/04/flower_mobile-version-min.png);
    	height: 324px;
    	width: auto;
	}
	
	.wp-block-columns .btn-block2 {
    	display: block !important;
	}
	
	.btn-block2 .wp-block-column  {
		margin-left: 0 !important;
	}
	
	.fullw {
   		width: auto;
		margin: 10px 0;
	}
	
	.talk-posts-block {
    	padding: 20px 0;
	}
	
	.circle {
    	width: 180px;
    	height: 180px;
	}
	
	.circle a {
    	line-height: 28px;
    	margin: 2rem 0;
    	font-size: 18px;
	}
}

/*Talk Page*/