@font-face {
	font-family: 'Fredoka';
	src: url('../fonts/FredokaOne-Regular.ttf') format('truetype');
	/* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
	font-family: 'Khand';
	src: url('../fonts/Khand-Bold.ttf') format('truetype');
	/* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

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

:active,
:focus {
	outline: none
}

@font-face {
	font-family: geo-wf;
	src: url(../fonts/geo-wf-3.woff2) format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: geo-wf;
	src: url(../fonts/geo-wf-3i.woff2) format("woff2");
	font-weight: 300;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: geo-wf;
	src: url(../fonts/geo-wf-4.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: geo-wf;
	src: url(../fonts/geo-wf-5.woff2) format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: geo-wf;
	src: url(../fonts/geo-wf-6.woff2) format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: geo-wf;
	src: url(../fonts/geo-wf-7.woff2) format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: handlee-wf;
	src: url(../fonts/handlee-wf-4.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

:root {
	--c-black-h: 223;
	--c-black-s: 8%;
	--c-black-l: 16%;
	--c-black: hsl(var(--c-black-h), var(--c-black-s), var(--c-black-l));
	--c-red-h: 15;
	--c-red-s: 87%;
	--c-red-l: 57%;
	--c-red: hsl(var(--c-red-h), var(--c-red-s), var(--c-red-l));
	--c-blue-h: 217;
	--c-blue-s: 89%;
	--c-blue-l: 61%;
	--c-blue: hsl(var(--c-blue-h), var(--c-blue-s), var(--c-blue-l));
	--c-gray-2-l: 69%;
	--c-gray-2: hsl(0, 0%, var(--c-gray-2-l));
	--c-gray-5-l: 64%;
	--c-gray-5: hsl(0, 0%, var(--c-gray-5-l));
	--c-gray-6-l: 50%;
	--c-gray-6: hsl(0, 0%, var(--c-gray-6-l));
	--c-gray-7-l: 56%;
	--c-gray-7: hsl(0, 0%, var(--c-gray-7-l));
	--c-green: #0A0;
}

html {
	-webkit-tap-highlight-color: transparent;
	/*background-color: var(--c-green);*/
}

html.a11y-hc {
	--c-black-l: 0%;
	--c-red-l: 34%;
	--c-blue-l: 40%;
	--c-gray-2-l: 35%;
	--c-gray-5-l: 35%;
	--c-gray-6-l: 35%;
	--c-gray-7-l: 35%
}

body {
	background: #fff;
	color: var(--c-black)
}

a {
	text-decoration: none;
	color: var(--c-green)
}

a:hover {
	text-decoration: underline
}

img {
	max-width: 100%;
	height: auto;
	display: block
}

.inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px
}

.bg-g {
	background: #f8f8f8
}

.border {
	position: relative;
    border: 1px solid transparent!important;
}
@media (min-width: 480px)
     {
          .page-header {
               padding-bottom: 0;
          }
     }
     
     #drpcity {
          width: 250px;
          padding-left: 12px;
     }
     .radiolist
     {
          color: var(--c-black);
          z-index: 2;
          font-size: 15px;
     }
     .radiolist input[type=radio]{
          width: auto;
          height: auto;
          margin: 20px;
     }
     input[type="radio"] {
          display: none;
     }
     input[type="radio"] + *::before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          width: 1rem;
          height: 1rem;
          margin-right: 0.3rem;
          border-radius: 50%;
          border-style: solid;
          border-width: 0.1rem;
          border-color: gray;
          margin-bottom: 3px;
     }
     input[type="radio"]:checked + *::before {
          background: radial-gradient(var(--c-green) 0%, var(--c-green) 40%, transparent 50%, transparent);
          border-color: var(--c-green);
     }
     input[type="radio"] + * {
          display: inline-block;
          padding: 0.5rem 2.5rem 0.5rem 0.5rem;
     }
     .pricebox, .areabox {
          width: auto;
          margin-left: 15px;
          /* padding-right: 35px; */
          font-size: 15px;
          height: 30px;
     }
     .pricebox i,.areabox i{      
          float: right;
          font-size: 11px;
          font-weight: bold;
          margin-top: 7px;
          margin-left: 15px;
     }
     .priceboxminmax,.areaboxminmax{
          display: none;
          padding: 16px;
          background: #f2f2f2;
          border-radius: 4px;
          position: absolute;
          top: 50px;
          min-width: 180px;
          box-shadow: 0 2px 12px -8px rgb(0 0 0 / 50%);
          overflow: hidden;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          z-index: 10;
     }
     .range-filter{
          width:50%;
     }
     .range-filter input{
          width: 100px!important;
          padding: 5px 10px;
          height: auto!important;
     }
     .range-filter select{
          width: auto!important;
          height: auto!important;
          padding: 7px 10px;
     }
     .floatright{
          float:right;
          text-align: right;
          margin-left: 20px;
     }
     .pricebox button,.areabox button{
          padding: 0px 10px;
          margin-left: 5px;
          /* width: auto; */
          /* min-width: auto; */
          float: right;
          background-color: var(--c-green);
          border-color: var(--c-green);
		  color: var(--white)
     }
     div#price-range-min,div#price-range-max,div#area-range {
          margin: 15px 8px;
     }
     .pricebox label, .areabox label
     {
          width: 85%;
          display: inline-block;
     }
	 .mobilesearch .range-filter input {
		padding: 0;
	}

.mobilesearch {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
	font-size: 15px;
	z-index: 5;
	padding: 0 0 25px 0px;
	height: calc(100%);
    overflow-y: auto;
}
.closemobilesearch{
	position: fixed;
    top: 12px;
	right: 12px;
    font-size: 20px;
	z-index: 6;
}
.mobilesearch h1 {
    padding-top: 20px!important;
    padding-bottom: 20px;
}
#drpcity2{
	width: 95%;
    padding-top: 0;
    margin-top: 0;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    height: 300px!important;
    overflow-y: scroll;
	overflow-x: hidden;
}
.mobilesearch .form-text{
	margin-top: 0;
}
.mobilesearch input[type="radio"] + * {
    padding: 0.5rem;
	width: auto;
}
.mobilesearch label {
	text-align: center;
    /*width: 30%;*/
    font-weight: bold;
}
.mobilesearch .radiolist label {
	font-weight: normal;
}
.range-filter span{
	width: 100%;
}
.mobilepricebox2 {
    padding: 15px;
	padding-bottom: 0;
}
.mobilesearch .range-filter {
    width: 100%;
	padding: 10px;
}
.mobilesearch .button_btn {
    font-size: 1rem;
    padding: 0.4em 1.75em;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: 500;
    border: 1px solid #00aa00;
    background-color: #28a745;
    color: #fff;
    margin-top: 15px;
}
#price-range-min2, #price-range-max2, #area-range2{
	margin: 15px;
}
@media (max-width: 480px)
{
	.page-header {
		background: #fff!important;
	}
	.page-header .form-analyze {
		margin-top: 0px!important;
	}
	.site-header {
		padding:  15px!important;
		background: #fff!important;
	}
}
.border:after {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background: var(--c-green);
	position: absolute;
	bottom: 0
}

.clear:after {
	content: "";
	display: table;
	clear: both
}

.hidden {
	display: none
}

.col-50,
.col-100 {
	float: left
}

.col-100 {
	width: 100%
}

.col-50 {
	width: 50%
}
.property-areas{
    background-color: #f2f2f2;
}
.property-areas .inner{
    padding: 20px;
    text-align: left;
}
.property-areas .inner h1 {
    font-size: 1.25rem;
    font-weight: 500;
}
.property-areas .inner .property-menu {
    letter-spacing: .025em;
}
.property-menu {
	margin-top: 10px;    
	max-height: 150px;
    overflow: hidden;
}
.property-menu .menu-item {
    position: relative;
    margin: 0 0 0 0;
    width: 24%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: .9rem;
    padding: 0;
}
.property-areas .showall-links{
	text-align: center;
    font-weight: 400;
	margin-top: 10px;
}
.property-areas .showall-links a {
    text-decoration: none;
    webkit-padding-end: 12px;
    -webkit-border-end: 2px solid #e3e6ea;
    margin-right: 15px;
    font-size: 1rem;
    padding-left: 15px;
    padding-right: 30px;
}
.property-areas .showall-links a:last-child {
    webkit-padding-end: 0;
    -webkit-border-end: 0;
}
.showall-links i {
    padding-left: 10px;
}
.card-horizontal_cardHorizontal {
    --cardX-thumbnail-size: 200px;
    background-color: #fff;
    border: 1px solid #e3e6ea;
    border-radius: 8px;
    display: flex;
    flex: 1 1;
    transition: border-color .15s linear;
    overflow: hidden;
    padding: 8px;
    position: relative;
}
.card-horizontal_imgSlides {
    padding-top: 100%;
    position: relative;
    width: var(--cardX-thumbnail-size);
}
.card-horizontal_imgSlides img {
    max-width: 100%;
    height: auto;
    border: 0;
}
.card-horizontal_imgSlides>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.card-horizontal_cardBody {
    display: flex;
    flex-direction: column;
    flex: 1 1;
	text-align: left;
    justify-content: space-between;
    padding: 8px 16px 0 24px;
    max-width: calc(100% - var(--cardX-thumbnail-size));
}
.card-horizontal_cardBody a{
	text-decoration: none;
}
.card-horizontal_cardHeader {
    -webkit-margin-after: 16px;
    margin-bottom: 16px;
}
.card-horizontal_cardHeader .card-horizontal_cardTitleContainer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.heading_h1, .heading_h2, .heading_h3, .heading_h4 {
    line-height: 1.3;
}
.heading_h4 {
    font-size: 1.25rem;
    -webkit-margin-after: .5rem;
    margin-bottom: .5rem;
}
.card-horizontal_cardTitle {
    font-size: 1.8rem;
    -webkit-margin-after: 8px;
    margin-bottom: 8px;
}
.price_price small {
    color: #374151;
    font-size: .8em;
}
.flex {
    display: flex;
}
.flex-ycenter, .flexYcenter {
    align-items: center;
}
.flex-between, .flexBetween {
    justify-content: space-between;
}
.card-horizontal_date {
    font-size: .8rem;
    color: #a3a3a3;
}
.card-horizontal_cardSubTitleContainer {
    flex: 1 1;
    min-width: 0;
}
.card-horizontal_cardSubTitle {
    color: #1f2937;
    line-height: 1.25;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-horizontal_cardSpecs {
    display: flex;
    font-size: 1rem;
    font-weight: 500;
    -webkit-margin-after: .6em;
    margin-bottom: .6em;
    color: #4e596c;
}
.card-horizontal_cardSpecs>div {
    display: inherit;
    align-items: center;
}
.card-horizontal_des, .card-horizontal_filtersLabel {
    color: #4e596c;
}
.card-horizontal_filtersLabel {
    margin-bottom: 4px;
    line-height: 1.5;
}
.card-horizontal_textTruncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-horizontal_des, .card-horizontal_filtersLabel {
    color: #4e596c;
}
.card-horizontal_des {
    margin-bottom: 1rem;
    line-height: normal;
}
.card-horizontal_textTruncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.button_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    padding: .72em .75em;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: 500;
    border: 1px solid #ff8700;
}
.u-spbwx4>*+* {
    margin-left: 4px;
}
.button_secondaryGhostBtn {
    border: 1px solid;
    background-color: transparent;
    color: #00aa00;
}
.card-horizontal_btnList button {
    min-width: 96px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.card-horizontal_btnList .card-horizontal_smsBtn {
    display: none;
    -webkit-margin-start: 0;
}
.button_secondaryGhostBtn {
    border: 1px solid;
    background-color: transparent;
    color: #00aa00;
}
.button_secondaryBtn {
    background-color: #00aa00;
    border: 1px solid #00aa00;
    color: #fff;
}
.inline-flex, .inlineFlex {
    display: inline-flex;
}
.card-horizontal_btnList {
    flex-grow: 1;
    justify-content: flex-end;
}
.card-horizontal_typePurpose {
    -webkit-padding-end: 20px;
}
.card-horizontal_cardLabel {
    color: #2a65d3;
    font-weight: 500;
    text-transform: capitalize;
}
.card-horizontal_cardHorizontal {
    -webkit-margin-before: .5rem;
    margin-top: .5rem;
}

.pagination {
	display: flex;
    justify-content: center;
	padding-left: 0;
	list-style: none
}

.page-link {
	position: relative;
	display: block;
    color: #00aa00;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

nav.navmore {
    display: flex;
    justify-content: center;
}

@media (prefers-reduced-motion:reduce) {
	.page-link {
		transition: none
	}
}

.page-link:hover {
	z-index: 2;
	color: #00aa00;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 3;
	color: #00aa00;
	background-color: #e9ecef;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
    background-color: #00aa00;
    border-color: #00aa00;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6
}

.page-link {
	padding: .375rem .75rem
}

.page-item:first-child .page-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}
.page-link.active{
    background-color: #00aa00;
}
.page-link a.active {
    color: #fff;
	text-decoration: none;
}
.page-link a {
	text-decoration: none;
}
.ModalPortal {
    display: none;
}
.Modal_Overlay {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.9);
    z-index: 1000;
}
.Modal__Content {
    left: 0;
    right: 0;
    margin: auto;
}
.modal_popup {
    z-index: 12;
    width: 376px;
    border-top: 4px solid var(--c-green);;
    border-radius: 4px;
    padding: 24px;
    position: relative;
    background-color: #fff;
}
.model_close {
    overflow: hidden;
    position: absolute;
    border: 0;
    padding: 0;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: transparent;
    color: #374151;
    font: inherit;
    text-indent: 100%;
    cursor: pointer;
}
.modal_popup .model_close {
    right: 18px;
    top: 16px;
}
.model_close svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.contact-detail_popupHeader {
    padding: 0;
}
.heading_h1, .heading_h2, .heading_h3, .heading_h4 {
    line-height: 1.3;
}
.heading_h2 {
    font-size: 1.953rem;
    -webkit-margin-after: 1.5rem;
    margin-bottom: 1.5rem;
}
.contact-detail_popupHeader .contact-detail_heading {
    font-size: 1.6rem;
    font-weight: 600;
	margin-bottom: 0rem;
}
.contact-detail_contactNumList .contact-detail {
    font-size: .87rem;
    color: #a7a7a7;
    display: block;
    margin-bottom: 4px;
}
.contact-detail_contactNumList .contact-detail_personName {
    font-size: 1rem;
    color: #000;
    display: block;
	font-weight: 400;
}
.contact-detail_contactList {
    display: flex;
    flex-direction: column;
    -webkit-margin-before: 24px;
    margin-top: 24px;
}
.contact-detail_contactList .contact-detail_contactIcon {
    width: 34px;
    height: 34px;
    fill: var(--c-green);;
    margin-top: 5px;
    float: left;
}
.contact-detail_contactList .contact-detail_contactNumList {
    -webkit-padding-start: 24px;
    float: left;
}
.contact-detail_contactNumList .contact-detail_heading {
    font-size: 1rem;
    font-weight: 700;
    -webkit-margin-after: 8px;
    margin-bottom: 8px;
    display: block;
}
.contact-detail_contactNumList .contact-detail_phoneClick {
    color: var(--c-green);;
    -webkit-margin-after: 8px;
    margin-bottom: 8px;
    font-size: .85rem;
    word-break: break-all;
    color: #333;
    display: block;
}
.contact-detail_copyWrap {
    width: 64px;
    -webkit-margin-before: 12px;
    margin-top: 12px;
    float: right;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
	border: 0;
    background-color: transparent;
}
.contact-detail_copyWrap .contact-detail_copyIcon {
    width: 12px;
    height: 12px;
    fill: var(--c-green);;
    -webkit-margin-end: 4px;
}
.contact-detail_copyWrap .contact-detail_txt {
    font-size: .85rem;
    color: var(--c-green);;
}
.u-spbwx4>*+* {
    margin-left: 4px;
}
.u-spbwy24>*+* {
    margin-top: 24px;
}
.main-aside {
    max-width: 700px;
    margin: 0 auto;
}
          
.widget-ubersuggest {
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 20px 10px;
}
.widget {
    background: #fbfcfd;
    margin-bottom: 60px;
}

@media (min-width: 1024px)
{
	.main-aside {
		margin: 0;
	}
}
@media (max-width: 640px)
{
	.card-horizontal_cardHorizontal {
		--cardX-thumbnail-size: 132px;
		padding: 6px;
		overflow: inherit;
	}
	.card-horizontal_date {
		font-size: .75rem;
		-webkit-margin-after: 6px;
		margin-bottom: 6px;
	}
	.card-horizontal_cardTitle {
		font-size: 1.3rem;
		-webkit-margin-after: 2px;
		margin-bottom: 2px;
	}
	.card-horizontal_cardHeader {
		-webkit-margin-after: 0px;
		margin-bottom: 0px;
	}
	.card-horizontal_cardSpecs {
		font-size: .7em;
		-webkit-margin-after: 0;
		margin-bottom: 0;
	}
	.card-horizontal_cardSubTitle {
		font-size: .7em;
	}
	.card-horizontal_textTruncate, .card-horizontal_typePurpose {
		display: none;
	}
	.card-horizontal_btnList {
		flex-direction: row-reverse;
	}
	.card-horizontal_btnList button {
		flex-basis: 50%;
		font-size: .8rem;
		text-transform: uppercase;
		padding-left: 8px;
		padding-right: 8px;
		min-width: auto;
	}
	.card-horizontal_btnList .card-horizontal_callBtn {
		-webkit-margin-start: 4px;
	}
	.card-horizontal_cardBody {
		padding: 4px 8px;
	}
}
@media (max-width: 767px)
{
	.card-horizontal_cardLabel {
		top: 6px;
		font-size: .9rem;
	}
}
@media (max-width: 460px)
{
	.widget-ubersuggest {
		padding: 50px 30px;
	}
	.card-horizontal_cardHorizontal {
		--cardX-thumbnail-size: 124px;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
		margin-left: -1rem;
		margin-right: -1rem;
	}
}
@media (min-width: 641px)
{
	.card-horizontal_cardHorizontal {
		-webkit-margin-before: 1rem;
		margin-top: 1rem;
	}
}
@media(max-width:480px) {
	.d-sm-none{
		display: none;
	}
	.property-menu .menu-item {
		width: 100%; /*47%*/
	}
	.property-areas .showall-links a {
		webkit-padding-end: 0;
		-webkit-border-end: 0;
		width: 100%;
		display: block;
	}
}
@media(max-width:767px) {
	.col-50 {
		width: 100%
	}
}

.col-50:last-of-type {
	float: right
}

.col-50.clear {
	clear: both
}

.col-50.clear:after {
	display: none
}

.m-width-900 {
	max-width: 900px
}

.m-width-900,
.m-width-990 {
	margin-right: auto;
	margin-left: auto
}

.m-width-990 {
	max-width: 990px
}

iframe[name=google_conversion_frame] {
	position: absolute;
	bottom: 0
}

body,
button,
input,
select,
textarea {
	font: 300 18px/1.66667 geo-wf, Helvetica, Arial
}

strong {
	font-weight: 700
}

.center,
.has-text-align-center {
	text-align: center
}

.has-text-align-left {
	text-align: left
}

.has-text-align-right {
	text-align: right
}

.underline {
	text-decoration: underline
}

@media(min-width:1200px) {
	.nl {
		display: block
	}
}

.red {
	color: var(--c-green)!important
}

.black {
	color: var(--c-black)!important
}

.light {
	font-weight: 300!important
}

.regular {
	font-weight: 400!important
}

.book {
	font-weight: 500!important
}

.medium {
	font-weight: 600!important
}

.bold {
	font-weight: 700!important
}

.italic {
	font-style: italic!important
}

.size-12 {
	font-size: 12px
}

.size-12,
.size-14 {
	line-height: 1.66667
}

.size-14 {
	font-size: 14px
}

.size-16 {
	font-size: 16px;
	line-height: 1.66667
}

.size-18,
.size-20 {
	font-size: 18px;
	line-height: 1.66667
}

@media(min-width:768px) {
	.size-20 {
		font-size: 20px;
		line-height: 1.8
	}
}

.size-21 {
	font-size: 18px;
	line-height: 1.66667
}

@media(min-width:768px) {
	.size-21 {
		font-size: 21px;
		line-height: 1.42857
	}
}

.size-22 {
	font-size: 18px;
	line-height: 1.66667
}

@media(min-width:768px) {
	.size-22 {
		font-size: 22px;
		line-height: 1.63636
	}
}

.size-24 {
	font-size: 18px;
	line-height: 1.66667
}

@media(min-width:768px) {
	.size-24 {
		font-size: 24px;
		line-height: 1.41667
	}
}

.size-32 {
	font-size: 24px;
	line-height: 1.41667
}

@media(min-width:768px) {
	.size-32 {
		font-size: 32px;
		line-height: 1.5
	}
}

.size-34 {
	font-size: 24px;
	line-height: 1.41667
}

@media(min-width:768px) {
	.size-34 {
		font-size: 34px;
		line-height: 1.17647
	}
}

.size-36 {
	font-size: 24px;
	line-height: 1.41667
}

@media(min-width:768px) {
	.size-36 {
		font-size: 36px;
		line-height: 1.02778
	}
}

.size-40 {
	font-size: 24px;
	line-height: 1.41667
}

@media(min-width:480px) {
	.size-40 {
		font-size: 31px;
		line-height: 1.5
	}
}

@media(min-width:768px) {
	.size-40 {
		font-size: 40px;
		line-height: 1.5
	}
}

.size-48 {
	font-size: 34px;
	line-height: 1.17647
}

@media(min-width:480px) {
	.size-48 {
		font-size: 40px;
		line-height: 1.5
	}
}

@media(min-width:768px) {
	.size-48 {
		font-size: 48px;
		line-height: 1.292857143
	}
}

.size-44 {
	font-size: 34px;
	line-height: 1.17647
}

@media(min-width:480px) {
	.size-44 {
		font-size: 34px;
		line-height: 1.17647
	}
}

@media(min-width:768px) {
	.size-44 {
		font-size: 44px;
		line-height: 1.22727
	}
}

.size-56 {
	font-size: 34px;
	line-height: 1.17647
}

@media(min-width:480px) {
	.size-56 {
		font-size: 40px;
		line-height: 1.5
	}
}

@media(min-width:1200px) {
	.size-56 {
		font-size: 56px;
		line-height: 1
	}
}

.size-60 {
	font-size: 34px;
	line-height: 1.17647
}

@media(min-width:480px) {
	.size-60 {
		font-size: 40px;
		line-height: 1.5
	}
}

@media(min-width:1200px) {
	.size-60 {
		font-size: 60px;
		line-height: 1
	}
}

.size-84 {
	font-size: 34px;
	line-height: 1.17647
}

@media(min-width:480px) {
	.size-84 {
		font-size: 56px;
		line-height: 1
	}
}

@media(min-width:1200px) {
	.size-84 {
		font-size: 84px;
		line-height: 1.11905
	}
}

.btn,
.btn-wrap a {
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 700;
	letter-spacing: .126em;
	padding: 21px 10px 19px;
	width: 100%;
	border: 1px solid;
	cursor: pointer;
	border-radius: 2px;
	white-space: normal
}

.btn-wrap a:hover,
.btn:hover {
	text-decoration: none
}

@media(min-width:480px) {
	.btn,
	.btn-wrap a {
		width: auto;
		min-width: 140px;
		padding-right: 20px;
		padding-left: 20px
	}
}

.btn-s,
.btn-wrap-s a,
.site-menu .menu-item.btn-wrap-s a {
	padding-top: 16px;
	padding-bottom: 14px
}

.btn-rww {
	background-color: #fff;
	border-color: #fff;
	color: var(--c-green)
}

.btn-rww:hover {
	color: var(--c-black)
}

.btn-rwr {
	background-color: #fff;
	border-color: var(--c-green);
	color: var(--c-green)
}

.btn-rwr:hover {
	background-color: var(--c-green);
	border-color: var(--c-green);
	color: #fff
}

.btn-wrap-wrw a,
.btn-wrw {
	background-color: var(--c-green);
	border-color: #fff;
	color: #fff
}

.btn-wrap-wrw a:hover,
.btn-wrw:hover {
	background-color: #fff;
	border-color: #fff;
	color: var(--c-black)!important
}

.btn-wrr {
	background-color: var(--c-green);
	border-color: var(--c-green);
	color: #fff
}

.btn-wrr:hover {
	background-color: #fff;
	border-color: var(--c-green);
	color: var(--c-green)
}

.btn-google-a {
	position: relative
}

.btn-google-a a {
	border: 1px solid hsl(var(--c-blue-h), var(--c-blue-s), calc(var(--c-blue-l) + 7%))!important;
	border-radius: 3px;
	margin: 0 auto;
	background: var(--c-blue);
	color: #fff!important;
	padding-right: 10px!important;
	padding-left: 10px!important;
	-webkit-box-shadow: rgba(0, 0, 0, .25) 0 2px 4px 0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
	cursor: pointer;
	font-weight: 400
}

.btn-google-a a:hover {
	text-decoration: none
}

.btn-google-a .popup {
	position: absolute;
	z-index: 10;
	top: 100%;
	right: 100%;
	margin-top: 12px;
	margin-right: -70px;
	width: 310px;
	background: #fff;
	display: none;
	color: var(--c-black);
	border-radius: 3px;
	padding: 18px 20px 33px;
	font-size: 14px;
	line-height: 1.66667;
	text-align: center;
	-webkit-box-shadow: rgba(54, 57, 73, .08) 0 8px 16px 0;
	box-shadow: 0 8px 16px 0 rgba(54, 57, 73, .08)
}

@media(min-width:768px) {
	.btn-google-a .popup {
		display: block
	}
}

.btn-google-a .popup:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: -5px;
	right: 40px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.btn-google-a .popup .title {
	font-weight: 700
}

.btn-google-a .popup .list,
.btn-google-a .popup .title {
	margin-bottom: 20px;
	text-align: left
}

.btn-google-a .popup .feature {
	position: relative;
	padding: 0 0 0 31px;
	margin: 0 0 10px
}

.btn-google-a .popup .feature:last-child {
	margin-bottom: 0
}

.btn-google-a .popup .feature:before {
	display: block;
	font-size: 22px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--c-green);
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px
}

.btn-google-a .popup .btn-google-a {
	display: inline-block
}

.btn-google-a .popup .close {
	text-align: right;
	margin-bottom: 7px
}

.btn-google-a .popup .close .img {
	display: inline-block;
	cursor: pointer
}

input,
select,
textarea {
	font-size: 15px;
	color: #707378;
	padding: 0 20px 0 30px;
	border: 0;
	border-radius: 2px;
	/*-webkit-appearance: none*/
}

input:focus,
select:focus,
textarea:focus {
	outline: 0
}

input {
	font-weight: 400;
	padding-right: 30px
}

@media(max-width:767px) {
	input {
		padding-right: 0;
		padding-left: 0
	}
}

input[type=submit] {
	cursor: pointer;
	letter-spacing: .126em
}

textarea {
	display: block;
	padding-top: 25px;
	padding-bottom: 25px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #fff
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #fff
}

input::placeholder,
textarea::placeholder {
	color: #fff
}

.checkbox-wrap {
	width: 18px;
	height: 18px;
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.checkbox-wrap input {
	display: none
}

.checkbox-wrap input:checked+span:after {
	opacity: 1
}

.checkbox-wrap span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	background: #fff;
	border: 1px solid #e5e5e6
}

.checkbox-wrap span:after {
	content: "";
	display: block;
	width: 9px;
	height: 5px;
	position: absolute;
	top: 5px;
	left: 4px;
	border: 2px solid var(--c-green);
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0
}

.transparent input {
	background-color: transparent;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	color: #fff;
	caret-color: #fff
}

.transparent input::-webkit-input-placeholder {
	color: #fff
}

.transparent input::-moz-placeholder {
	color: #fff
}

.transparent input::-ms-input-placeholder {
	color: #fff
}

.transparent input::placeholder {
	color: #fff
}

.transparent input:focus::-webkit-input-placeholder {
	color: #fff
}

.transparent input:focus::-moz-placeholder {
	color: #fff
}

.transparent input:focus::-ms-input-placeholder {
	color: #fff
}

.transparent input:focus::placeholder {
	color: #fff
}

.transparent input[type=submit] {
	background-color: #fff;
	border: 1px solid #fff;
	font-size: 12px;
	font-weight: 700;
	color: var(--c-green);
	text-transform: uppercase
}

@media(max-width:767px) {
	.transparent input[type=submit] {
		width: 100%
	}
}

.transparent input[type=submit]:hover {
	color: var(--c-black)
}

.transparent .wpcf7-not-valid-tip {
	display: block;
	padding: 10px 30px;
	font-size: 15px;
	line-height: 1.66667;
	color: #fff;
	text-align: left
}

@media(max-width:767px) {
	.transparent .wpcf7-not-valid-tip {
		width: 100%;
		padding: 10px 0
	}
}

.transparent .wpcf7-response-output {
	padding: 0 40px;
	color: #fff
}

@media(max-width:767px) {
	.transparent .wpcf7-response-output {
		padding: 10px
	}
}

.transparent .wpcf7-validation-errors {
	color: #fff
}

.transparent.with-gray input {
	border-bottom: 1px solid #43464b;
	color: #707378;
	caret-color: #43464b
}

.transparent.with-gray input::-webkit-input-placeholder {
	color: #707378
}

.transparent.with-gray input::-moz-placeholder {
	color: #707378
}

.transparent.with-gray input::-ms-input-placeholder {
	color: #707378
}

.transparent.with-gray input::placeholder {
	color: #707378
}

.transparent.with-gray input:focus::-webkit-input-placeholder {
	color: rgba(112, 115, 120, .3)
}

.transparent.with-gray input:focus::-moz-placeholder {
	color: rgba(112, 115, 120, .3)
}

.transparent.with-gray input:focus::-ms-input-placeholder {
	color: rgba(112, 115, 120, .3)
}

.transparent.with-gray input:focus::placeholder {
	color: rgba(112, 115, 120, .3)
}

.transparent.with-gray input[type=submit] {
	background-color: #fff;
	border: 1px solid var(--c-green);
	color: var(--c-green)
}

@media(max-width:767px) {
	.transparent.with-gray input[type=submit] {
		width: 100%
	}
}

.transparent.with-gray input[type=submit]:hover {
	background-color: var(--c-green);
	color: #fff
}

.transparent.with-gray .wpcf7-not-valid-tip,
.transparent.with-gray .wpcf7-response-output,
.transparent.with-gray .wpcf7-validation-errors {
	color: var(--c-green)
}

.gray .select2-selection {
	background-color: hsla(0, 0%, 100%, .2)
}

.gray .select2-selection.open {
	background-color: #f7f9fa
}

.gray .select2-selection.open span {
	color: #42454b
}

.gray .select2-selection.open:after {
	border-color: #42454b
}

.gray .select2-selection,
.gray input {
	background-color: hsla(0, 0%, 100%, .2);
	color: #fff;
	caret-color: #fff
}

.gray .select2-selection:focus::-webkit-input-placeholder,
.gray input:focus::-webkit-input-placeholder {
	color: hsla(0, 0%, 100%, .6)
}

.gray .select2-selection:focus::-moz-placeholder,
.gray input:focus::-moz-placeholder {
	color: hsla(0, 0%, 100%, .6)
}

.gray .select2-selection:focus::-ms-input-placeholder,
.gray input:focus::-ms-input-placeholder {
	color: hsla(0, 0%, 100%, .6)
}

.gray .select2-selection:focus::placeholder,
.gray input:focus::placeholder {
	color: hsla(0, 0%, 100%, .6)
}

.gray input[type=submit] {
	background-color: #fff;
	border: 1px solid #fff;
	font-size: 12px;
	font-weight: 700;
	color: var(--c-green);
	text-transform: uppercase
}

.gray input[type=submit]:hover {
	color: var(--c-black)
}

.white textarea {
	background-color: #fff;
	border: 1px solid #f3f4f5;
	color: var(--c-black);
	caret-color: var(--c-black)
}

.white textarea::-webkit-input-placeholder {
	color: var(--c-black)
}

.white textarea::-moz-placeholder {
	color: var(--c-black)
}

.white textarea::-ms-input-placeholder {
	color: var(--c-black)
}

.white textarea::placeholder {
	color: var(--c-black)
}

.white textarea:focus {
	color: var(--c-green)
}

.white input {
	background-color: #fff;
	border: 1px solid #f3f4f5;
	color: var(--c-black);
	caret-color: var(--c-black)
}

.white input::-webkit-input-placeholder {
	color: var(--c-black)
}

.white input::-moz-placeholder {
	color: var(--c-black)
}

.white input::-ms-input-placeholder {
	color: var(--c-black)
}

.white input::placeholder {
	color: var(--c-black)
}

.white input:focus {
	color: var(--c-green)
}

.white input[type=submit] {
	min-width: 153px;
	background-color: #f8f8f8;
	border: 1px solid var(--c-green);
	font-size: 12px;
	font-weight: 700;
	color: var(--c-green);
	text-transform: uppercase
}

.white input[type=submit]:hover {
	background-color: var(--c-green);
	color: #fff
}

.white .wpcf7-not-valid-tip {
	display: block;
	padding: 10px 30px;
	font-size: 15px;
	color: var(--c-green);
	text-align: left
}

.white .wpcf7-response-output {
	padding: 0 40px;
	color: var(--c-green)
}

.white .wpcf7-validation-errors {
	color: var(--c-green)
}

.form {
	margin: auto
}

.form input, .form select {
	width: 100%;
	height: 60px
}

.areabox select {
    padding: 5px;
    height: auto;
}
@media(max-width:767px) {
	.form input {
		padding: 0 10px
	}
}

.form textarea {
	width: 100%;
	height: 136px
}

.form .form-submit {
	width: auto;
	letter-spacing: .16em
}

@media(max-width:767px) {
	.form .form-submit {
		width: 100%
	}
}

.form.two-columns form {
	display: block;
	margin-right: -40px;
	margin-left: -40px
}

@media(max-width:1279px) {
	.form.two-columns form {
		margin-right: -10px;
		margin-left: -10px
	}
}

.form.two-columns [class*=col-] {
	padding: 0 40px
}

@media(max-width:1279px) {
	.form.two-columns [class*=col-] {
		padding: 0 10px
	}
}

.form.two-columns fieldset {
	margin-bottom: 45px;
	text-align: right
}

@media(max-width:767px) {
	.form.two-columns fieldset {
		margin-bottom: 15px
	}
}

.form.two-columns input {
	height: 62px
}

@media(max-width:767px) {
	.form.two-columns input {
		padding: 0
	}
}

.form.two-columns input[type=submit] {
	position: relative;
	display: inline-block;
	min-width: 191px;
	height: 60px
}

@media(max-width:767px) {
	.form.two-columns input[type=submit] {
		top: 15px;
		width: 100%
	}
}

.form-lt {
	padding-top: 143px;
	padding-bottom: 102px
}

@media(max-width:991px) {
	.form-lt {
		padding-top: 100px;
		padding-bottom: 60px
	}
}

@media(max-width:767px) {
	.form-lt {
		padding-top: 60px
	}
}

.form-lt h1 {
	margin-bottom: 77px;
	font-size: 56px;
	font-weight: 600;
	line-height: 56px;
	color: var(--c-black);
	text-align: center
}

@media(max-width:767px) {
	.form-lt h1 span {
		font-size: 46px;
		line-height: 46px
	}
}

@media(max-width:767px) {
	.form-lt h1 {
		margin-bottom: 57px;
		font-size: 28px;
		line-height: 28px
	}
}

.form-lt .form {
	max-width: 980px
}

.wpcf7 .screen-reader-response {
	display: none
}

@media(min-width:768px) {
	.wpcf7-submit {
		width: auto!important
	}
}

.wpcf7-response-output {
	clear: both
}

.np-form-2,
.wpcf7-response-output {
	font-size: 15px;
	line-height: 1.66667
}

.np-form-2 {
	display: block;
	text-align: left
}

.entry-content .np-form-2 p {
	margin: 0
}

.np-form-2 .fields {
	display: grid;
	grid-gap: 10px
}

@media(min-width:768px) {
	.np-form-2 .fields {
		grid-gap: 20px
	}
}

@media(min-width:768px) {
	.np-form-2 .fields-2c {
		grid-template-columns: 1fr 1fr
	}
}

@media(min-width:768px) {
	.np-form-2 .fields-2c .p-f {
		grid-column: 1/3
	}
}

@media(min-width:768px) {
	.np-form-2 .fields-2c .p-r {
		grid-column: 2/3
	}
}

@media(min-width:768px) {
	.np-form-2 .fields-ng {
		grid-gap: 0
	}
}

.np-form-2 .field {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 1.66667;
	background: #fbfcfd;
	color: var(--c-black);
	padding: 17px 10px 16px;
	border: 1px solid #f5f6f7;
	-webkit-appearance: initial;
	-moz-appearance: initial;
	appearance: auto
}

@media(min-width:768px) {
	.np-form-2 .field {
		padding-right: 30px;
		padding-left: 30px
	}
}

.np-form-2 .field::-webkit-input-placeholder {
	color: #a7a7a7
}

.np-form-2 .field::-moz-placeholder {
	color: #a7a7a7
}

.np-form-2 .field::-ms-input-placeholder {
	color: #a7a7a7
}

.np-form-2 .field::placeholder {
	color: #a7a7a7
}

.np-form-2 select.field {
	padding-left: 17px;
	cursor: pointer;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	height: 60px;
	line-height: 60px
}

.np-form-2 select.field:invalid,
.np-form-2 select.field [disabled] {
	color: #a7a7a7
}

.np-form-2 select.field.active,
.np-form-2 select.field option {
	color: var(--c-black)
}

.np-form-2 textarea.field {
	height: 135px
}

@media(min-width:768px) {
	.np-form-2 textarea.field {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.np-form-2 .p-submit {
	text-align: right
}

.np-form-2 .btn {
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 19px
}

@media(min-width:768px) {
	.np-form-2 .btn {
		display: inline-block;
		width: auto
	}
}

.np-form-2 .response {
	padding-top: 0;
	color: var(--c-gray-6)
}

.np-form-2 .response .error {
	color: red
}

.np-form-2 .response span {
	padding-top: 10px;
	display: none
}

.np-form-2 .response-error .error,
.np-form-2 .response-missing .missing,
.np-form-2 .response-success .success,
.np-form-2 .response-wait .wait {
	display: block
}

.np-form-2 .alert,
.np-form-2 .not-valid-tip {
	color: red;
	padding-top: 10px;
	display: none
}

.np-form-2 .wpcf7,
.np-form-2 .wpcf7-form {
	position: relative
}

.np-form-2 .wpcf7 .screen-reader-response,
.np-form-2 .wpcf7-form .screen-reader-response {
	display: none
}

.np-form-2 .wpcf7-checkbox {
	display: grid;
	grid-gap: 10px;
	font-size: 14;
	line-height: 1.5
}

.np-form-2 .wpcf7-list-item label {
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-template-columns: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content);
	grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
	grid-gap: 5px
}

.np-form-2 .wpcf7-list-item input {
	margin: 0 0 1px
}

.np-form-2 .alert,
.np-form-2 .wpcf7-mail-sent-ng,
.np-form-2 .wpcf7-not-valid-tip {
	display: block;
	margin-top: 10px;
	color: red
}

.np-form-2 .wpcf7-validation-errors {
	margin-top: 40px;
	color: red
}

.np-form-2 .wpcf7-mail-sent-ok {
	margin-top: 40px
}

.np-form-2-bg-r .field {
	background: 0 0;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px
}

@media(min-width:768px) {
	.np-form-2-bg-r .field {
		padding-right: 30px;
		padding-left: 30px
	}
}

.np-form-2-bg-r .field::-webkit-input-placeholder {
	color: #fff
}

.np-form-2-bg-r .field::-moz-placeholder {
	color: #fff
}

.np-form-2-bg-r .field::-ms-input-placeholder {
	color: #fff
}

.np-form-2-bg-r .field::placeholder {
	color: #fff
}

.np-form-2-bg-r select.field {
	color: #fff;
	padding-left: 7px
}

@media(min-width:768px) {
	.np-form-2-bg-r select.field {
		padding-left: 27px
	}
}

.np-form-2-bg-r select.field:invalid,
.np-form-2-bg-r select.field [disabled] {
	color: #fff
}

.np-form-2-bg-r select.field option {
	color: initial
}

.np-form-2-bg-r select.field option:disabled {
	color: #fff
}

.np-form-2-bg-r textarea.field {
	border: 0;
	background: hsla(0, 0%, 100%, .2)
}

.np-form-2-bg-r .wpcf7-not-valid-tip {
	color: #fff;
	padding-right: 10px;
	padding-left: 10px
}

@media(min-width:768px) {
	.np-form-2-bg-r .wpcf7-not-valid-tip {
		padding-right: 30px;
		padding-left: 30px
	}
}

.np-form-2-bg-r .wpcf7-response-output {
	color: #fff;
	text-align: center
}

.np-form-2-bg-r .wpcf7-response-output .wpcf7-validation-errors {
	color: #fff
}

#bottom-bar {
	font-size: 14px;
	line-height: 1.66667;
	position: absolute;
	top: -9999px;
	z-index: 12;
	background: #fff;
	left: 0;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	display: block
}

#bottom-bar .inner {
	padding: 0
}

@media(min-width:480px) {
	#bottom-bar .inner {
		padding: 0 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

#bottom-bar .title {
	margin-bottom: 10px;
	padding: 0 10px
}

@media(min-width:480px) {
	#bottom-bar .title {
		padding: 0;
		margin-bottom: 0
	}
}

#bottom-bar .btn-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	margin: initial;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(min-width:480px) {
	#bottom-bar .btn-list {
		margin-left: 20px
	}
}

#bottom-bar .btn-list li {
	width: 50%;
	padding: 0 5px
}

@media(min-width:480px) {
	#bottom-bar .btn-list li {
		margin-left: 20px;
		padding: 0;
		width: auto
	}
	#bottom-bar .btn-list li:first-child {
		margin-left: 0
	}
}

#bottom-bar .btn {
	font-size: 10px;
	line-height: 1.66667;
	padding-top: 12px;
	padding-bottom: 10px;
	width: 100%
}

@media(min-width:480px) {
	#bottom-bar .btn {
		font-size: 12px;
		line-height: 1.66667
	}
}

#bottom-bar .more {
	color: inherit;
	text-decoration: underline;
	display: inline-block;
	white-space: nowrap;
	height: 100%
}

#bottom-bar .more:hover {
	color: var(--c-green)
}

#bottom-box {
	position: fixed;
	z-index: 11
}

#bottom-box {
	display: none
}

#bottom-box.mobile {
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .12);
	box-shadow: 0 0 40px rgba(0, 0, 0, .12);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	-ms-touch-action: none;
	touch-action: none
}

#bottom-box.mobile .btn {
	padding-top: 16px;
	padding-bottom: 15px;
	border-radius: 3px;
	width: 100%;
	font-size: 14px;
	line-height: 1.28571;
	font-weight: 500;
	letter-spacing: 2px
}

#bottom-box.mobile .swipe {
	cursor: pointer;
	text-align: center;
	padding: 15px
}

#bottom-box.mobile .swipe .swipe-text {
	display: inline-block;
	position: relative;
	padding-left: 20px
}

#bottom-box.mobile .swipe .swipe-text:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 1px;
	width: 9px;
	height: 9px;
	-webkit-transform-origin: center;
	transform-origin: center;
	border-bottom: 1px solid;
	border-right: 1px solid
}

#bottom-box.mobile .swipe-up {
	padding-top: 30px;
	padding-bottom: 29px
}

#bottom-box.mobile .swipe-up .swipe-text {
	font-size: 18px;
	line-height: 1.66667;
	font-weight: 500
}

.lang-br #bottom-box.mobile .swipe-up .swipe-text {
	font-size: 14px;
	line-height: 1.71429
}

#bottom-box.mobile .swipe-up .swipe-text:after {
	margin-top: -1px;
	border-color: var(--c-green);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

#bottom-box.mobile .swipe-down {
	display: none
}

#bottom-box.mobile .swipe-down .swipe-text {
	color: #8f8f8f;
	font-size: 14px;
	line-height: 1.71429;
	font-weight: 300
}

#bottom-box.mobile .swipe-down .swipe-text:after {
	margin-top: -5px;
	border-color: #8f8f8f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

#bottom-box.mobile .steps {
	display: none
}

#bottom-box.mobile .step {
	padding: 10px 10px 0
}

#bottom-box.mobile .step .title {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5
}

#bottom-box.mobile .step-1 {
	padding-top: 0;
	max-height: calc(100vh - 75px);
	overflow: visible
}

#bottom-box.mobile .step-1 .img-w {
	position: relative;
	margin: -27px 0 24px
}

#bottom-box.mobile .step-1 .img-w:after {
	content: "";
	display: block;
	width: 176px;
	height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -88px;
	bottom: 0;
	background: var(--c-green)
}

#bottom-box.mobile .step-1 .img {
	margin: 0 auto;
	position: relative;
	-webkit-filter: drop-shadow(0 12px 40px rgba(0, 0, 0, .12));
	filter: drop-shadow(0 12px 40px rgba(0, 0, 0, .12))
}

#bottom-box.mobile .step-1 .title {
	margin-bottom: 12px
}

#bottom-box.mobile .step-1 .text-list {
	font-size: 14px;
	line-height: 1.71429;
	font-weight: 300;
	margin-bottom: 24px
}

#bottom-box.mobile .step-1 .text-list .item {
	position: relative;
	margin-bottom: 8px;
	padding: 0 0 0 16px
}

#bottom-box.mobile .step-1 .text-list .item:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: var(--c-black);
	border-radius: 50%;
	position: absolute;
	top: .7em;
	left: 0
}

#bottom-box.mobile .step-1 .text-list .item:last-child {
	margin-bottom: 0
}

#bottom-box.mobile .step-2 {
	display: none;
	padding-top: 28px;
	max-height: calc(100vh - 61px);
	overflow-y: auto
}

#bottom-box.mobile .step-2 .title {
	margin-bottom: 24px;
	color: var(--c-green)
}

#bottom-box.mobile .step-2 #bottom-box-cf7 {
	display: block
}

#bottom-box.mobile .step-2 #bottom-box-cf7 .tips {
	display: none
}

#bottom-box.mobile .step-2 #bottom-box-cf7 .np-form-2 .fields {
	grid-gap: 16px
}

#bottom-box.mobile .step-2 #bottom-box-cf7 .np-form-2 .field {
	background: #fff;
	border-color: #d1d8e0;
	padding: 14px 16px
}

#bottom-box.mobile .step-2 #bottom-box-cf7 .np-form-2 select.field {
	height: 55px;
	padding-left: 12px
}

#bottom-box.mobile .step-2 #bottom-box-cf7 .np-form-2 .intl-tel-input.separate-dial-code .selected-flag {
	background: #fff;
	border-color: #d1d8e0;
	padding: 0 16px
}

#bottom-box.mobile .step-2 #bottom-box-cf7 .np-form-2 .wpcf7-response-output {
	text-align: center
}

#bottom-box.mobile .step-2 #bottom-box-cf7 .np-form-2 .wpcf7-validation-errors {
	margin-top: 20px
}

#bottom-box-cta {
	z-index: 11;
	position: absolute;
	top: -9999px;
	left: 0;
	width: 100%;
	background: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px
}

@media(min-width:1024px) {
	#bottom-box-cta {
		padding: 0 10px 0 0
	}
}

#bottom-box-cta .img-w {
	width: 172px;
	height: 100%;
	display: none
}

@media(min-width:1024px) {
	#bottom-box-cta .img-w {
		display: block
	}
}

#bottom-box-cta .img-w .img {
	position: absolute;
	top: -74px
}

#bottom-box-cta .text {
	padding-right: 20px
}

@media(min-width:1024px) {
	#bottom-box-cta .text {
		padding: 15px 20px 15px 0
	}
}

#bottom-box-cta .title {
	font-size: 16px;
	line-height: 1.625;
	font-weight: 600
}

#bottom-box-cta .description {
	font-size: 14px;
	line-height: 1.71429;
	font-weight: 300
}

#bottom-box-cta .btn {
	letter-spacing: 2px;
	padding: 15px 43px 14px;
	border-radius: 2px
}

#bottom-box-cta .btn:hover {
	color: #fff;
	background: var(--c-green)
}

.site-logo {
	text-align: center;
	font-family: Khand;
	font-size: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.site-logo .url {
	display: block;
	/* width: 150px;
	height: 16.54382px;
	width: 104px; */
    height: 45px;
}

.site-header .site-logo .svg {
	position: relative;
	top: -2px
}

.site-logo .menu-item {
	font-size: 12px;
	line-height: 1.66667;
	margin: 0 0 0 19px;
	position: relative
}

.site-logo .sub-menu-f {
	right: 0;
	left: auto
}

@media(min-width:480px) {
	.site-logo .sub-menu-f {
		left: 21px;
		right: auto
	}
}

.site-logo .lang {
	display: block;
	position: relative;
	padding: 3px 23px 3px 21px
}

.site-logo .lang:after,
.site-logo .lang:before {
	content: "";
	position: absolute
}

.site-logo .lang:before {
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	opacity: .2
}

.site-logo .lang:after {
	top: 50%;
	right: 2px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: .5
}

.site-logo .lang:hover:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.site-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.site-menu .menu-item {
	position: relative;
	margin: 0 0 0 25px
}

@media(min-width:1200px) {
	.site-menu .menu-item {
		margin-left: 55px
	}
}

.site-menu .menu-item a {
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid var(--c-green)
}

.site-menu .menu-item a:hover {
	border-color: #fff
}

.site-menu .menu-item.btn-wrap-wrw a {
	border-color: #fff
}

.site-menu .menu-item-active a {
	border-bottom: 1px solid #fff
}

.site-menu .menu-item-has-children a:hover {
	border-color: var(--c-green)
}

.sub-menu-f {
	position: absolute;
	z-index: 11;
	top: calc(100% - 1px);
	left: 0;
	opacity: 0;
	visibility: hidden;
	padding: 20px 0;
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 20px 29px 0 rgba(207, 67, 20, .5);
	box-shadow: 0 20px 29px 0 rgba(207, 67, 20, .5);
	min-width: 145px;
	font-weight: 400
}

.menu-item:hover .sub-menu-f {
	opacity: 1;
	visibility: visible
}

.sub-menu-f .menu-item {
	margin: 0;
	font-size: 12px;
	line-height: 1.66667
}

.sub-menu-f .menu-item a {
	display: block;
	white-space: nowrap;
	color: var(--c-black);
	padding: 5px 30px;
	border: 0
}

.sub-menu-f .menu-item a:hover {
	color: var(--c-green);
	border: 0
}

.sub-menu-f .menu-item-active a {
	color: var(--c-gray-2)
}

.nav-wrap {
	padding: 17px 0;
	font-size: 15px;
	line-height: 1.66667
}

@media(min-width:768px) {
	.nav-wrap {
		padding: 11px 0
	}
}

.nav-wrap.site-footer .logo-menu,
.nav-wrap.site-header .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.nav-wrap .site-nav {
	display: none
}

@media(min-width:768px) {
	.nav-wrap .site-nav {
		display: block
	}
}

.nav-wrap .hide {
	display: none
}

.nav-wrap .toggle {
	display: inline-block;
	cursor: pointer;
	width: 28px;
	height: 21px;
	border-top: 3px solid #fff;
	position: relative;
	margin: 2px 0 3px;
	text-indent: -300vw
}

.nav-wrap .toggle:after,
.nav-wrap .toggle:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0
}

.nav-wrap .toggle:before {
	top: 6px
}

.nav-wrap .toggle:after {
	bottom: 0
}

@media(min-width:768px) {
	.nav-wrap .toggle {
		display: none
	}
}

.nav-wrap.site-footer .site-menu>.menu-item {
	display: block
}

.nav-toggle {
	display: none
}

.nav-toggle:checked+.nav-wrap {
	background: #fff;
	color: var(--c-black)
}

.nav-toggle:checked+.nav-wrap .url .svg-path {
	fill: var(--c-black)
}

.nav-toggle:checked+.nav-wrap .url:hover .svg-path {
	fill: var(--c-green)
}

.nav-toggle:checked+.nav-wrap .site-logo .menu-item {
	display: none
}

.nav-toggle:checked+.nav-wrap.site-footer .logo-menu,
.nav-toggle:checked+.nav-wrap.site-header .inner {
	-ms-flex-flow: wrap;
	flex-flow: wrap
}

.nav-toggle:checked+.nav-wrap .site-nav {
	display: block;
	width: 100%
}

.nav-toggle:checked+.nav-wrap .site-menu {
	margin-top: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.nav-toggle:checked+.nav-wrap .site-menu .menu-item {
	margin-left: 0;
	width: 100%;
	text-align: center
}

.nav-toggle:checked+.nav-wrap .site-menu a {
	color: var(--c-black);
	border: 0;
	display: block;
	padding: 10px 0;
	font-size: 24px;
	line-height: 1.41667;
	font-weight: 400
}

.nav-toggle:checked+.nav-wrap .site-menu a:hover {
	color: var(--c-green)!important
}

.nav-toggle:checked+.nav-wrap .site-menu .menu-item-active>a {
	color: var(--c-gray-2)
}

.nav-toggle:checked+.nav-wrap .site-menu .btn-google-a {
	width: auto;
	margin-top: 10px
}

.nav-toggle:checked+.nav-wrap .site-menu .btn-google-a a {
	border: 1px;
	display: grid;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.66667
}

.nav-toggle:checked+.nav-wrap .site-menu .btn-google-a a:hover {
	color: #fff!important
}

.nav-toggle:checked+.nav-wrap .site-menu .btn-google-a .popup {
	display: none
}

.nav-toggle:checked+.nav-wrap .btn-wrap a {
	text-transform: none;
	letter-spacing: normal;
	background: initial;
	border: 0
}

.nav-toggle:checked+.nav-wrap .sub-menu-f {
	all: unset
}

.nav-toggle:checked+.nav-wrap .sub-menu-f a {
	font-size: 18px;
	line-height: 1.66667;
	font-weight: 300
}

.nav-toggle:checked+.nav-wrap .toggle:hover:after,
.nav-toggle:checked+.nav-wrap .toggle:hover:before {
	background: var(--c-green)
}

.nav-toggle:checked+.nav-wrap .toggle:after,
.nav-toggle:checked+.nav-wrap .toggle:before {
	background: var(--c-black)
}

.nav-toggle:checked+.nav-wrap .toggle:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.nav-toggle:checked+.nav-wrap .toggle:after {
	top: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.nav-toggle:checked+.nav-wrap.site-footer .logo-menu {
	margin: 0
}

.nav-toggle:checked+.nav-wrap.site-footer .copy-sm,
.nav-toggle:checked+.nav-wrap.site-footer .legal {
	display: none
}

.site-footer,
.site-header {
	background: var(--c-green);
	color: #fff
}

.site-footer a,
.site-header a {
	text-decoration: none;
	color: #fff
}

.site-footer {
	font-size: 12px;
	line-height: 1.66667;
	text-align: center;
	padding: 35px 0 43px
}

@media(min-width:768px) {
	.site-footer {
		text-align: left
	}
}

.site-footer .logo-menu {
	margin-bottom: 25px
}

@media(min-width:480px) {
	.site-footer .logo-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media(min-width:768px) {
	.site-footer .logo-menu {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 0;
		min-height: 36.36px
	}
}

.site-footer .site-menu {
	letter-spacing: .025em
}

.site-footer .site-menu>.menu-item {
	margin-left: 0;
	display: none
}

@media(min-width:480px) {
	.site-footer .site-menu>.menu-item {
		margin-left: 25px
	}
	.site-footer .site-menu>.menu-item:first-child {
		margin-left: 0
	}
}

@media(min-width:768px) {
	.site-footer .site-menu>.menu-item {
		display: block
	}
}

@media(min-width:1200px) {
	.site-footer .site-menu>.menu-item {
		margin-left: 50px
	}
}

.site-footer .site-menu>.menu-item-has-children {
	letter-spacing: 0
}

.site-footer .site-menu a {
	padding-top: 4px;
	padding-bottom: 4px
}

.site-footer .site-menu .btn-wrap-s {
	width: auto
}

.site-footer .site-menu .btn-wrap-s a {
	font-size: 10px;
	line-height: 1.66667;
	padding-top: 17px;
	padding-bottom: 15px;
	letter-spacing: .16em
}

.site-footer .copy-sm {
	letter-spacing: .05em
}

@media(min-width:768px) {
	.site-footer .copy-sm {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.site-footer .copy-sm .copy {
	margin-bottom: 5px
}

@media(min-width:768px) {
	.site-footer .copy-sm .copy {
		margin-bottom: 0
	}
}

.site-footer .copy-sm .copy-url {
	display: inline-block;
	padding: 4px 0;
	border-bottom: 1px solid var(--c-green)
}

.site-footer .copy-sm .copy-url:hover {
	border-color: #fff
}

.site-footer .copy-sm .sm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.site-footer .copy-sm .title {
	display: none
}

@media(min-width:768px) {
	.site-footer .copy-sm .title {
		display: inline-block;
		opacity: .5;
		position: relative;
		padding-right: 47px
	}
	.site-footer .copy-sm .title:after {
		content: "";
		display: block;
		width: 27px;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 50%;
		margin-top: -1px;
		right: 0;
		opacity: .5
	}
}

.a11y-hc .site-footer .copy-sm .title {
	opacity: 1
}

.site-footer .menu-social-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.site-footer .menu-social-media .menu-item {
	opacity: .75;
	margin: 11px
}

.site-footer .menu-social-media .menu-item img {
	-webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(93deg) brightness(103%) contrast(103%);
	filter: invert(100%) sepia(0) saturate(0) hue-rotate(93deg) brightness(103%) contrast(103%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.site-footer .menu-social-media .menu-item:hover {
	opacity: 1
}

@media(min-width:768px) {
	.site-footer .menu-social-media .menu-item {
		margin: 0 0 0 30px
	}
	.site-footer .menu-social-media .menu-item:first-of-type {
		margin-left: 16px
	}
}

.site-footer .menu-social-media .icon span {
	display: none
}

.site-footer .menu-social-media .icon:after {
	margin: 0
}

.site-footer .sub-menu-f {
	top: auto;
	bottom: 100%
}

.site-footer .menu-legal {
	letter-spacing: .025em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: wrap;
	flex-flow: wrap
}

@media(min-width:768px) {
	.site-footer .menu-legal {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.site-footer .menu-legal .menu-item:after {
	content: "|";
	display: inline-block;
	margin: 0 9px;
	opacity: .5
}

.site-footer .menu-legal .menu-item:last-child:after {
	display: none
}

.site-footer .menu-legal a {
	padding-top: 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid var(--c-green)
}

.site-footer .menu-legal a:hover {
	border-color: #fff
}

.page-header {
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	padding: 50px 0 75px
}

@media(min-width:480px) {
	.page-header {
		padding: 100px 0 170px
	}
}

.page-header .title {
	font-weight: 600
}

.page-header .description {
	margin: 2em auto 0
}

.page-header .form {
	margin-top: 50px
}

@media(min-width:480px) {
	.page-header .form {
		margin-top: 100px
	}
}

.page-header .form-analyze {
	max-width: 75%;/*610px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

@media(max-width:480px) {
	.page-header .form-analyze {
        max-width: 100%;
	}
}

@media(min-width:480px) {
	.page-header .form-analyze {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		/*-ms-flex-direction: row;
		flex-direction: row*/
	}
}

@media(min-width:480px) {
	.page-header .form-analyze:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		background: hsla(0, 0%, 100%, .2);
		border-radius: 2px
	}
}

.page-header .form-analyze .form-submit,
.page-header .form-analyze .form-text {
	border-radius: 2px;
	position: relative;
	z-index: 2;
	width: 100%
}

.page-header .form-analyze .form-text {
	text-align: center;
	margin-bottom: 1px
}

@media(min-width:480px) {
	.page-header .form-analyze .form-text {
		text-align: left;
		margin-bottom: 0;
		background: 0 0
	}
}

@media(min-width:480px) {
	.page-header .form-analyze .form-submit {
		width: auto
	}
}

.page-header .form-analyze .form-submit:hover {
	-webkit-box-shadow: 0 20px 29px 0 rgb(0 170 0 / 50%);
    box-shadow: 0 20px 29px 0 rgb(0 170 0 / 50%);
}

.page-header textarea {
	background: hsla(0, 0%, 100%, .2);
	padding-right: 10px;
	padding-left: 10px;
	color: #fff
}

@media(min-width:768px) {
	.page-header textarea {
		padding-right: 30px;
		padding-left: 30px
	}
}

.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8
}

.mfp-bg,
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed
}

.mfp-wrap {
	z-index: 1043;
	outline: none!important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media(max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.mfp-popup-exit .mfp-bg {
	opacity: 1;
	background: url(../images/popup-exit.gif) no-repeat;
	background-size: cover
}

.mfp-popup-exit .mfp-wrap {
	background: rgba(241, 99, 52, .85)
}

.mfp-popup-exit .mfp-container {
	padding: 0
}

.mfp-popup-exit-quiz .mfp-bg {
	opacity: 1;
	background: #fbe0d7 url(../images/popup-exit-quiz.png) no-repeat;
	background-size: cover
}

.mfp-popup-exit-quiz .mfp-wrap {
	background: 0 0
}

.mfp-popup-exit-quiz .mfp-content {
	position: static
}

.mfp-popup-exit-quiz .mfp-container {
	position: relative;
	max-width: 1150px;
	margin: 0 auto;
	padding: 10px
}

.mfp-popup-exit-quiz-v2 .mfp-bg {
	opacity: 1;
	background: #fff
}

.mfp-popup-exit-quiz-v2 .mfp-container,
.mfp-popup-exit-quiz-v2 .mfp-iframe-holder {
	padding: 0
}

.mfp-popup-exit-quiz-v2 .mfp-container:before {
	display: none
}

.mfp-popup-exit-quiz-v2 .mfp-content {
	max-width: none;
	height: 100%
}

.mfp-popup-exit-quiz-v2 .mfp-iframe-scaler {
	padding: 0;
	height: 100%
}

.mfp-popup-exit-quiz-v2 .mfp-iframe-scaler iframe {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

#popup-exit {
	max-width: 1100px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	padding: 25px 10px
}

@media(min-width:768px) {
	#popup-exit {
		padding: 0
	}
}

#popup-exit .title {
	margin-bottom: .25em;
	text-transform: uppercase
}

#popup-exit .description {
	margin: 0 auto 1em;
	max-width: 650px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.66667
}

@media(min-width:480px) {
	#popup-exit .description {
		font-size: 24px;
		line-height: 1.41667
	}
}

@media(min-width:768px) {
	#popup-exit .description {
		font-size: 31px;
		line-height: 1.3125em
	}
}

#popup-exit .name-email {
	display: table;
	width: 100%;
	max-width: 725px;
	margin: 0 auto 10px
}

@media(min-width:480px) {
	#popup-exit .name-email {
		margin-bottom: 20px
	}
}

#popup-exit .name-email .email,
#popup-exit .name-email .name {
	display: block;
	margin-bottom: 10px;
	padding: 0
}

@media(min-width:480px) {
	#popup-exit .name-email .email,
	#popup-exit .name-email .name {
		display: table-cell;
		vertical-align: top
	}
}

@media(min-width:480px) {
	#popup-exit .name-email .name {
		padding-right: 5px
	}
}

@media(min-width:480px) {
	#popup-exit .name-email .email {
		padding-left: 5px
	}
}

#popup-exit .name-email input {
	border: 0;
	padding: 20px 10px;
	color: var(--c-green);
	display: block;
	width: 100%
}

#popup-exit .name-email input::-webkit-input-placeholder {
	color: #707378
}

#popup-exit .name-email input::-moz-placeholder {
	color: #707378
}

#popup-exit .name-email input::-ms-input-placeholder {
	color: #707378
}

#popup-exit .name-email input::placeholder {
	color: #707378
}

#popup-exit .name-email input:focus::-webkit-input-placeholder {
	color: rgba(112, 115, 120, .3)
}

#popup-exit .name-email input:focus::-moz-placeholder {
	color: rgba(112, 115, 120, .3)
}

#popup-exit .name-email input:focus::-ms-input-placeholder {
	color: rgba(112, 115, 120, .3)
}

#popup-exit .name-email input:focus::placeholder {
	color: rgba(112, 115, 120, .3)
}

@media(min-width:480px) {
	#popup-exit .name-email input {
		padding-right: 25px;
		padding-left: 25px
	}
}

#popup-exit .agree {
	max-width: 725px;
	margin: 3px auto;
	text-align: left;
	font-size: 15px;
	line-height: 1.66667
}

#popup-exit .agree .checkbox-wrap {
	width: 100%;
	height: auto;
	padding-left: 30px
}

#popup-exit .agree .checkbox-wrap span {
	width: 18px;
	height: 18px;
	top: 3px
}

#popup-exit .agree a {
	color: #fff;
	text-decoration: underline
}

#popup-exit .btn-wrap {
	margin-top: 20px;
	margin-bottom: 1em
}

#popup-exit .error {
	margin-top: 1em;
	margin-bottom: 1em;
	display: none;
	font-weight: 400
}

#popup-exit .error span {
	color: #fff;
	background: red;
	display: inline-block;
	padding: 5px 15px
}

#popup-exit .close {
	text-decoration: underline;
	cursor: pointer;
	width: auto;
	height: auto;
	position: static;
	opacity: 1;
	padding: 0;
	font-family: geomanist, Helvetica, Arial;
	display: inline-block;
	font-weight: 400
}

#popup-exit .mfp-close {
	display: none
}

#popup-exit-quiz {
	max-width: 850px;
	text-align: center;
	color: #43464b;
	margin: 0 auto;
	padding: 25px 0
}

#popup-exit-quiz .title {
	margin-bottom: 1em
}

#popup-exit-quiz .description {
	margin-bottom: 3.45em
}

#popup-exit-quiz .btn-wrap {
	margin-bottom: 1em
}

#popup-exit-quiz .btn {
	border-color: var(--c-green);
	letter-spacing: .16em
}

@media(min-width:480px) {
	#popup-exit-quiz .btn {
		padding-right: 47px;
		padding-left: 47px
	}
}

#popup-exit-quiz .btn:hover {
	background: var(--c-green);
	color: #fff;
	border-color: var(--c-green);
	-webkit-box-shadow: 0 20px 28px 0 rgba(241, 99, 52, .16);
	box-shadow: 0 20px 28px 0 rgba(241, 99, 52, .16)
}

#popup-exit-quiz .info {
	font-weight: 400
}

#popup-exit-quiz .nl {
	display: inline
}

@media(min-width:768px) {
	#popup-exit-quiz .nl {
		display: block
	}
}

#popup-exit-quiz .mfp-close {
	position: absolute;
	top: 10%;
	right: 0;
	color: var(--c-black);
	opacity: 1
}

#popup-exit-quiz-v2 {
	width: 100%;
	height: 100%
}

.mfp-popup-exit-app .mfp-container {
	padding: 0
}

#popup-exit-app {
	max-width: 1082px;
	margin: 0 auto;
	position: relative
}

@media(min-width:768px) {
	#popup-exit-app {
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-items: stretch
	}
}

#popup-exit-app .img-w {
	display: none
}

@media(min-width:768px) {
	#popup-exit-app .img-w {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		padding: 22px 0 0
	}
}

@media(min-width:768px) {
	#popup-exit-app .img-w:after {
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 70px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px
	}
}

#popup-exit-app .img-w .img-w2 {
	position: relative;
	z-index: 2
}

#popup-exit-app .img-w .list {
	font-size: 14px;
	line-height: 1.33429em;
	font-weight: 400
}

#popup-exit-app .img-w .list li {
	position: absolute;
	background: hsla(0, 0%, 100%, .75)
}

@media(min-width:1024px) {
	#popup-exit-app .img-w .list li {
		background: 0 0
	}
}

#popup-exit-app .img-w .list .title {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: .1em;
	margin-bottom: 10px
}

#popup-exit-app .img-w .list .alerts {
	top: -6%;
	left: 52.5%;
	max-width: 210px;
	z-index: 3
}

#popup-exit-app .img-w .list .traffic {
	top: 50.25px;
	left: 22.5%;
	max-width: 150px;
	z-index: 2
}

#popup-exit-app .img-w .list .rankings {
	text-align: right;
	bottom: .25%;
	right: 17.25%;
	max-width: 190px;
	z-index: 1
}

#popup-exit-app .content {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
	background: #f17046;
	color: #fff;
	position: relative;
	z-index: 3;
	border-radius: 3px
}

@media(min-width:768px) {
	#popup-exit-app .content {
		text-align: left
	}
}

@media(min-width:1024px) {
	#popup-exit-app .content {
		margin: 0 70px 0 0
	}
}

#popup-exit-app .content .text {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 25px
}

@media(min-width:768px) {
	#popup-exit-app .content .text {
		padding: 70px 53px 27px
	}
}

@media(min-width:768px) {
	#popup-exit-app .content .text ul {
		list-style-type: disc;
		padding-left: 18px
	}
}

#popup-exit-app .content .text li {
	margin-bottom: 8px
}

#popup-exit-app .content .text li:last-child {
	margin-bottom: 0
}

#popup-exit-app .content .text li:before {
	content: "- "
}

@media(min-width:768px) {
	#popup-exit-app .content .text li:before {
		display: none
	}
}

#popup-exit-app .content .text .title {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.25em;
	margin-bottom: .36667em
}

#popup-exit-app .content .text .description {
	font-size: 17px;
	line-height: 1.29412;
	margin-bottom: 1.17647em
}

#popup-exit-app .content .form {
	display: grid;
	justify-items: center;
	border-radius: 3px;
	background: var(--c-green);
	padding: 25px
}

@media(min-width:768px) {
	#popup-exit-app .content .form {
		padding: 33px 53px 40px
	}
}

#popup-exit-app .content .form .first {
	font-weight: 400;
	margin-bottom: 12px
}

#popup-exit-app .content .form .url {
	display: block;
	width: 100%;
	border-radius: 3px;
	border-radius: 0;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	font-weight: 300;
	margin: 0 auto 25px;
	height: 60px;
	background: #f4825d;
	font-weight: 400
}

#popup-exit-app .content .form .url::-webkit-input-placeholder {
	color: #fff;
	opacity: .5
}

#popup-exit-app .content .form .url::-moz-placeholder {
	color: #fff;
	opacity: .5
}

#popup-exit-app .content .form .url::-ms-input-placeholder {
	color: #fff;
	opacity: .5
}

#popup-exit-app .content .form .url::placeholder {
	color: #fff;
	opacity: .5
}

#popup-exit-app .content .form button {
	font-size: inherit
}

#popup-exit-app .content .close {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/close-w.svg) 50% no-repeat;
	background-size: 100%;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer
}

@media(min-width:768px) {
	#popup-exit-app .content .close {
		top: 25px;
		right: 30px
	}
}

#popup-exit-app .nl {
	display: inline
}

@media(min-width:768px) {
	#popup-exit-app .nl {
		display: block
	}
}

.a11y-hc-btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer
}

.a11y-hc-btn .check {
	-webkit-appearance: checkbox;
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	position: relative;
	cursor: pointer;
	background: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .75
}