*{
	font-family: 'Montserrat', sans-serif;
}
body{
	margin: 0;
	background-color: white;
}
/*
	Yellow: #F6BB19;
*/
.site-logo {
	width: 220px;
	margin: 0px 0;
	margin-right: 0px;
	margin-left: 10px;
}

@media (max-width: 500px) {
    .site-logo {
        max-width: 190px;
    }
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    z-index: 100;
}
.bg-light {
	background-color: #fff !important;
}
.navbar .container {
	background-color: rgba(255,255,255,0.9);
	padding: 10px 0;
}
.nav-link, .navbar-light .navbar-nav .nav-link {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #111111;
	transition: all 200ms ease-in;
	padding-left: 5px;
}
.nav-item {

	display: flex;
	align-items: center;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
	color: #000;
}
.navbar-nav {
	min-height: 50px;
}
.navbar-toggler {
	background-color: transparent;
	outline: none;
	border: none;
}
.navbar-collapse {
	background-color: transparent;
	margin: 5px;
	outline: 5px solid transparent;
}

@media(max-width: 992px) {
	.navbar {
		padding-left: 0;
		padding-right: 0;
	}
}

.cta-btn {
	background-color: black;
	color: #fff;
	padding: 0px 40px;
	height: 50px;
	line-height: 50px;
	font-weight: 700;
	transition: all 200ms ease-in;
	margin: 10px 0;
	display: inline-block;
	outline: none;
	border: none;
}
.navbar .cta-btn{
	height: 60px;
	line-height: 60px;
	margin: -5px;
}
.modal-body .cta-btn {
	color: white;
}
.cta-btn:hover {
	background-color: #7b7b7b;
	text-decoration: none;
	color: #fff !important;
}
.cta-btn.lander{
	width: 100%;
	display: block;
	text-align: center;
	letter-spacing: 2px;
}

/* NEW - NAV SLIDER */
.nav-slider {
	display: block;
	position: fixed;
	width: 100%;
	height: 30px;
    z-index: 100;
}
.nav-slider .container {
	background-color: #131e2c;
	color: white;
	text-align: center;
	display: block;
	height: 100%;
	padding-top: 16px;
}
.nav-slider b{
	color: #bb2027;
}


.item-1, 
.item-2, 
.item-3 {
	line-height: 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
	background-color: #131e2c;
	animation-duration: 15s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.item-1{
	animation-name: anim-1;
}

.item-2{
	animation-name: anim-2;
}

.item-3{
	animation-name: anim-3;
}

@keyframes anim-1 {
	0%, 5% { opacity: 0; }
  5%,28% { opacity: 1; }
  33.33%, 100% { opacity: 0; }
}

@keyframes anim-2 {
	0%, 33.33% { opacity: 0; }
  38%, 61% { opacity: 1; }
  66.66%, 100% { opacity: 0; }
}

@keyframes anim-3 {
	0%, 66.66% { opacity: 0; }
  71%, 95% { opacity: 1; }
  100% { opacity: 0; }
}


.main-banner {
    background-position: 0 0, 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 70vh;
    padding-top: 30vh;
    padding-bottom: 150px;
}

@media (max-width: 768px) {
	.main-banner {
		min-height: 0;
		padding-top: 5vh;
	}
}

.main-banner.lander {
	padding-top: 120px;
}

.main-banner.lander, .main-banner.offer {
	position: relative;
	background: white;
	background-position: 0px 0px, 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}


.headline {
	text-align: center;
	color: #fff;
	margin-top: 60px;
	margin-bottom: 20px;
}

@media (max-width: 500px) {
	.margin-mobile {
		margin-bottom: 40px;
	}
}

.headline h1 {
	font-style: italic;
    font-weight: 600;
    margin: 0px;
    font-size: 1em;
    color: rgb(187, 32, 39);
    font-size: 34px;
    line-height: 1.4;
}

.headline h3 {
	font-style: italic;
    font-weight: 700;
    margin: 0px;
    font-size: 1em;
    line-height: 1.3;
    color: rgb(9, 74, 113);
    font-size: 50px;
}

.main-options {
	background-color: white;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;
}
.main-options h3 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}

.main-options h3 span {
	display: block;
	margin-top: 20px;
}

.option-item {
	border-radius: 10px;
	display: block;
	padding: 30px 0px;
	transition: all 200ms ease-in;
	color: black;
	text-transform: uppercase;
	font-size: 14px;
}

.option-item .image-holder {
	min-width: 65px;
	margin-right: 20px;
}

.option-item img {
	width: 65px;
	height: 65px;
}

.main-options a {
	font-weight: 800;
}

.main-options a ul {
	margin-top: 30px;
}

.main-options a ul li {
	font-weight: 400;
	text-transform: none;
	margin-bottom: 5px;
}

.main-options a.option-item:hover {
	margin-top: 0px;
	text-decoration: none;
	color: #bb2027;
}
.home-content {
	padding: 50px 0;
}
.home-articles-row {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-articles-row:nth-child(even) {
	flex-direction: row-reverse;
}
.home-article-item:first-child {
    flex: 2;
}
.home-article-item {
	background-color: white;
	box-sizing: border-box;
	flex: 3;
	margin: 15px 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 360px;
    background-position: 50%;
    background-size: cover;
	position: relative;
	transition: all 200ms ease-in;
}
.home-article-item:hover {

    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.4);
}

.home-article-caption {
	padding: 20px;
	display: block;
	background-color: white;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: black;
}
.home-article-caption h3 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* CONTENT */ 

.content-header {
	background: white;
    background-repeat: no-repeat;
    background-position: 50% 40%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 100px;
    padding: 120px 0 40px 0;
}
.content-header h1 {
	color: black;
	font-weight: 700;
	font-size: 34px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
}
.content-header h3 {
	color: white;
	font-size: 16px;
	text-align: center;
}

.main-content {
	padding: 10px 0;
	background-color: white;
}

.main-content h1{
	font-weight: 600;
	font-size: 32px;
	color: #333333;
	margin-top: 0;
}
.main-content p{
	font-weight: 300;
	font-size: 16px;
	margin: 20px 0;
	letter-spacing: 0.5px;
}
.main-content h6 {
	font-size: 16px;
	font-weight: 300;
}
.main-content h5 {
	font-size: 16px;
	font-weight: 700;
}

.read-more {
	background-color: #33e2a0;
	border-right-width: 5;
	border-color: #17518e;
	padding: 0px 20px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: white;
	transition: all 200ms ease-in;
	margin: 10px 0;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 2px;
}
.read-more.view-all {
	font-size: 14px;
	letter-spacing: 2px;
}
.read-more:hover {
	background-color: #1b0e3d;
	text-decoration: none;
	color: white;
}
.article-bottom {
	text-align: center;
}



/* BENEFITS */
.benefits-content {
	padding: 20px 0;
}
.benefit-item {
	background-color: white;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	transition: all 200ms ease-in;
	margin-bottom: 20px;
	margin-top: 10px;
}
.benefit-item:hover {
	text-decoration: none;
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.20);
    transform: scale(1.01);
}
.benefits-heading {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.filter {
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: .5em .7em;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.filter svg {
    color: inherit;
    font-size: 1.2em;
    margin-right: .5em;
    display: block;
    margin: 0 auto;
    width: 1em;
    height: 1em;
    margin-right: 10px;
}
.filter select {
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    font-size: 1em;
    font-family: inherit;
    outline: none;
    color: inherit;
}

.benefit-img {
	background: #b7b7b7;
    max-width: 300px;
    -webkit-flex: 23.809524 1;
    flex: 23.809524 1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}
.benefit-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.benefit-content {
	-webkit-flex: 71.428571 1;
    flex: 71.428571 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.benefit-info {
	color: #757575;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 1em 1.4em 1.4em;
    -webkit-flex: 1 1;
    flex: 1 1;
}
.benefit-info h1 {

}
.benefit-info p {

}
.benefit-info .info-type {
	margin-top: 10px;
}
.benefit-info .info-type .type-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
    border-radius: 15px;
}
.benefit-info .info-type .type-icon img{
	width: 16px;
	height: 16px;
	margin: 7px 7px;

}
.benefit-info .info-type .label {
	text-transform: uppercase;
    display: inline-block;
    float: left;
    margin-left: 8px;
    padding-top: 5px;
}
.type-icon {
    background-color: #6caf23;
}
.type-icon.green {
	background-color: #6caf23;
}
.type-icon.blue {
	background-color: #2d84ce;
}
.type-icon.red {
	background-color: #ff4200;
}

.benefit-right {
	background: #bb2027;
    color: #fff;
    cursor: pointer;
    border: 0;
    font-size: 1.5em;
    max-width: 60px;
    padding: .4em;
    -webkit-flex: 4.761905 1;
    flex: 4.761905 1;
    outline: none;
    -webkit-flex-direction: column;
    flex-direction: column;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.benefit-right img{
	width: 20px;
	height: 20px;

}

/* ARTICLE */

.article-item{
	padding: 20px 0;
	border-bottom: 1px solid #d7d7d7;
}
.article-item.wrapped p {
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   max-height: 90px;      /* fallback */
   -webkit-line-clamp: 4; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.article-item img{
	width: 100%;
	min-height: 180px;
	  object-fit: cover;
	  margin-bottom: 10px;
}
.article-item a h4 {
	color: black;
	font-weight: 700;
	letter-spacing: 2px;
}

.rightbar{
	margin-bottom: 20px;
}

.rightbar .mainlabel{
	height: 44px;
	line-height: 44px;
	color: white;
	background-color: #6a7484;
	padding: 0 20px;
	letter-spacing: 1px;
	font-size: 14px;
}

.article-single {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;


	border: 1px solid black;
	padding: 20px;
	background-color: white;
}

.article-single img{
	margin: 0px 0 10px 0;
	width: 100%;
}
.article-single p{
	margin: 20px 0;
}
.article-single a{
	color: #333333;
	transition: all 200ms ease-in;
}
.article-single a:hover{
	color: #7b7b7b;
}

.article-single h1{
	color: black;
	font-weight: 700;
}
.article-single h2{
	color: #333;
	font-size: 24px;
}


.article-date, .article-author{
	padding-left: 20px;
	margin-right: 20px;

    background-repeat: no-repeat;
    background-position: left 0px center;
}
.article-date{
    background-image: url("../images/svg/icon-calendar.svg");
}
.article-author{
    background-image: url("../images/svg/icon-user.svg");
}
.article-single h3{
	font-size: 28px !important;
	margin-bottom: 10px;
}


/* ARTICLES 2 */

.article-item-2 {
	border-bottom: 1px solid rgba(200, 200, 200, 1);
	padding-bottom: 40px;
	margin-bottom: 40px;

	border: 1px solid black;
	padding: 20px;
	background-color: white;
}
.article-item-2 h2{
	font-size: 30px;
	color: #333;
	font-weight: 600;
	margin-top: 20px;
}
.article-item-2 img{
	width: 100%;
	object-fit: cover;
	max-height: 400px;
}
.article-item-2 p{
	font-size: 14px;
 	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 20px;     /* fallback */
   max-height: 60px;      /* fallback */
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
   margin: 20px 0;
}
.article-item-2 .cta-btn {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.article-item-2 .cta-btn:hover {
	color: white;
}
.article-info a {
	color: black;
	font-weight: 500;
}
ul.article-info{
	padding: 0;
	padding-bottom: 20px;
	border-bottom: 1px #e5e5e5 solid;
}
ul.article-info li{
	display: inline-block;
	font-weight: 300;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #333;
}
ul.article-info li:last-child{
	border-right: none;
}


.rightbar ul{
	list-style: none;
	padding: 0;
}
.bar-item{
	padding: 6px 0;
	width: 100%;
	display: block;
	color: black;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 20px;
}
.bar-item.category{
	padding-top: 10px;
    line-height: 30px;
    display: block;
}
.bar-item:hover{
	background-color: #e7e7e7;
}
.rightbar ul img{
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 20px;
    object-fit: cover;
}


/* SIDE BAR */
.sidebar-box{
	margin-bottom: 40px;
	border: 1px solid black;
	background-color: white;
}
h2.sidebar-heading{
	color: black;
	margin: 0;
	padding: 15px;
	font-size: 20px;

	background-color: white;
	border-bottom: 1px #eaeaea solid;
	text-transform: uppercase;
	font-weight: 700;
}
.sidebar-box ul, .sidebar-text {
	margin: 0;
    padding: 10px 20px 20px 20px;
}
.sidebar-box li {
	list-style-type: none;
}
.sidebar-box li a{
	display: block;
	color: black;
	padding: 10px 0px;
	transition: all 200ms ease-in;
}
.sidebar-box li a:hover{
	text-decoration: none;
	color: #7b7b7b;
}
ul.sidebar-posts {
	padding: 0;
}
ul.sidebar-posts li a {
	padding: 20px;
	height: 100px;
}
.sidebar-box li a img{
	width: 80px;
	height: 60px;
	object-fit: cover;
	overflow: hidden;
	margin-right: 20px;
    display: inline-block;
    float: left;
}
.bar-item span.post-title{
    width: calc(100% - 100px);
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 10px 0 2px 0;
    font-size: 16px;
}
.bar-item span.post-date{
	position: inherit;
    display: block;
    font-weight: 200;
}
p.sidebar-text{
	padding: 0 20px;
	font-size: 14px;
}
.sidebar-tags{
	padding: 20px;
}
.sidebar-tags a{
	padding: 10px 15px;
	margin: 6px 5px;
	transition: all 200ms ease-in;
	display: inline-block;
	color: black;
	border: 1px solid #ddd;
}

.sidebar-tags a:hover{
	text-decoration: none;
	background-color: black;
	border: 1px solid black;
	color: white;
}

.sidebar-searchbox{
	background-color: #fff;
	margin-bottom: 40px;
    padding: 20px;

	border: 1px solid black;
}

.sidebar-searchbox input{
	margin: 0;
	height: 50px;
    padding: 20px;
    width: 100%;
    border: none;
    border: 1px #ddd solid;
    display: block;
}
.sidebar-searchbox input[type="text"]{
	display: inline-block;
}
.sidebar-searchbox button{
	width: 50px;
	height: 50px;
	border: none;
	outline: none;
	background-color:  black;
	background-image: url('../images/svg/icon-search.svg');
	display: inline-block;
	transition: all 200ms ease-in;
	position: absolute;
	margin-left: -50px;
}

.sidebar-searchbox button:hover{
	background-color: #7b7b7b;
}



/* PAGINATION */
.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #bb2027;
    color: white;
    border: 1px solid #bb2027;
}
.pagination a:hover{
	background-color: #131e2c;
    border: 1px solid #131e2c;
	color: white;
}




/* LANDER */
.lander-content {
	color: white;
	margin-top: 30px;
	margin-bottom: 40px;
}
.lander-content h1 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 44px;
	color: white;
}
.lander-content h2 {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 28px;
	color: white;
}

/* FORM */
.common-form {
	padding: 30px;
	background-color: white;
	margin-bottom: 60px;
}
.common-form h2{
	font-weight: 700;
	font-size: 36px;
	text-align: center;
}
.common-form h3 {
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.common-form input[type="text"], .common-form input[type="email"]{
	width: 100%;
	height: 50px;
	outline: none;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.15);

}
.common-form input[type="submit"]{
	width: 100%;
	height: 50px;
	line-height: 50px;
	outline: none;
    border: none;
	margin-top: 10px;
	text-align: center;
	background-color: #bb2027;
	color: white;
	transition: all 200ms ease-in;
	letter-spacing: 2px;
}

.common-form input[type="submit"]:hover {
	background-color: black;
	text-decoration: none;
	color: white;
}
.common-form label {
	font-size: 12px;
	margin-top: 4px;
}
.common-form textarea {
	width: 100%;
	border: none;
	padding: 20px;
	outline: none;
	border: 1px solid rgba(0,0,0,0.1);
}
.common-form.comment {
	padding: 0;
}
.common-form.comment input[type="text"] {
	text-align: left;
	padding: 0 20px;
}
.common-form.comment textarea{

}

.post-form {
	font-size: 11px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}

.main-question {
	padding: 10px 20px;
	color: black;
    text-align: center;
}
.main-question a, .side-by-side {
	height: 50px;
	line-height: 50px;
	letter-spacing: 2px;
	padding: 0px 50px;
	display: inline-block;
	margin: 10px;
	color: white;
	background-color: black;
	font-weight: 500;
	font-size: 20px;
	transition: all 200ms ease-in;
	min-width: 240px;
	border-radius: 100px;
}

@media (max-width: 500px) {
	.main-question a, .side-by-side {
		min-width: 180px;
		padding: 0 10px;
		font-size: 15px;
	}
}

.main-question a:hover, .side-by-side:hover {
	background-color: #7b7b7b;
	color: white;
	text-decoration: none;
}

.main-question h2 {
	font-size: 32px;
	font-weight: 550;
}

.main-question p {
	font-size: 20px;
	padding-top: 15px;
}


/* PROGRESSIVE */
.progress-section {
	height: 10px;
	width: 100%;
	margin: 0 auto;
	display: block;
	position: fixed;
	margin-top: 50px;
	z-index: 100;
}
.progress-section .container {
	display: block;
	padding: 0;
	height: 10px;
	background-color: #666;
}
.progress-bar {
	height: 10px;
	width: 0%;
	display: block;
	background-color: #bb2027;
	transition: all 200ms ease-in;
}
.progress-status {
	font-size: 10px;
	letter-spacing: 0.5px;
	display: block;
	width: 100px;
	height: 20px;
	border-radius: 0px;
	line-height: 20px;
	background-color: white;
	position: relative;
	text-align: center;
	color: #666;
	top: 15px;
	float: right;
}
.lander-question {
	text-align: center;
	padding: 20px;
	color: white;
}
.lander-question h1{
	margin: 20px 0;
}
.lander-question select, .lander-question input[type="text"] {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	outline: none;
}
.lander-question input[type="text"] {
	outline: none;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.1);
}
.lander-question .cta-btn, .lander-question input[type="submit"] {
	max-width: 400px;
	display: block;
	border: none;

	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;

}

/* FOOTER */
.pre-footer {
	background-color: #12a0b1;
	height: 240px;
	margin-top: -150px;

}
.footer {
	background-color: #212832;
	padding: 40px 0;
}
.footer h3 {
	color: white;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 30px;
	position: relative;
}

.footer h3:before {
    content: '';
    width: 45px;
    height: 2px;
    background: #12a0b1;
    position: absolute;
    bottom: -13px;
}
.footer ul {
	list-style-type: none;
	padding: 0;
}
.footer ul li a {
	display: block;
	color: #fff;
	margin: 10px 0;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 200ms ease-in;
	padding-left: 15px;
}
.footer ul li:before {
	content: "•";
	margin-right: 5px;
	color: #bb2027;
	position: absolute;
}
.footer ul li a:hover {
	padding-left: 20px;
	color: #bb2027;
	text-decoration: none;
	font-weight: 700;
}
.post-footer {
	background-color: #1a1a1a;
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	color: #fff;
}
.post-footer a{
	font-weight: 700;
	color: #fff;
	transition: all 200ms ease-in;
}
.post-footer a:hover {
	color: #bb2027;
}
.post-footer ul {
	list-style-type: none;
	padding: 0;
}
.post-footer-links a{
	color: #fff;
	font-weight: 600;
}

@media (max-width: 768px) {
	.post-footer-links {
		padding-top: 20px;
	}
	
}
.post-footer-links a:hover {
	text-decoration: none;
	color: #fcfcfc;
}
.post-footer ul li {
	display: inline-block;
	padding: 3px 10px;
	border-right: 1px solid #8e95ac;
}
.post-footer ul li:last-child {
	border-right: none;
}

/* MODAL */
.modal-dialog {
 	margin-top: 60px;
 	margin-bottom: 60px;
}
.modal-header {
	padding: 10px 20px;
	outline: none;
}
button:focus {outline:0;}

.modal-item {
	background-color: white;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	min-height: 420px;
	padding: 20px 10px;
	margin: 10px 0;
}
.modal-item h2 {
	font-size: 20px;
	text-align: center;
}
.modal-item img {
	width: 100%;
	height: 180px;
	object-fit: contain;
}
.modal-item .cta-btn {
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	max-width: 180px;
	display: block;
	bottom: 30px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.modal-item p {
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}


/* SURVEY STYLES */
.survey ul, .survey ol {
	padding: 20px 20px 0 20px;
}
.survey li {
	font-weight: 700;
	font-size: 32px;
	line-height: 50px;
	margin-bottom: 20px;
	margin-left: 15px;
}
.survey-options {
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
}
.survey-options p {
	margin-top: 5px;
	margin-bottom: 2px;
}
.survey-options input[type="text"], .survey-options textarea {
	width: 100%;
	max-width: 300px;
}
.survey label {
	margin-left: 10px;
	display: block;
}

.survey input[type=checkbox], .survey input[type=radio]
{
  zoom: 1.5;
  margin-left: -20px;
  margin-top: 5px;
}

.survey .cta-btn {
	zoom: 1.2;
}

@media only screen and (max-width: 992px) {
	.modal-item .cta-btn {
		position: inherit;
		height: auto;
		line-height: normal;
	}
	.navbar .container {
	}

	.benefit-info .info-type, .content-header, .benefits-heading
	{
		display:none;
	}

	.main-content h1
	{
		font-size: 24px;
	}

	.main-content p
	{
		font-size:14px;
	}
}

@media only screen and (max-width: 768px) {
	.home-article-item {
		min-width: 90%;
	}
	.common-form h2{
		font-size: 26px;
	}
	.common-form h3 {
		font-size: 20px;
	}
	.common-form input[type="text"], .common-form input[type="email"], .common-form input[type="submit"]{
		height: 40px;
		line-height: 40px;
	}

	.benefit-info .info-type, .content-header, .benefits-heading
	{
		display:none;
	}

	.main-content h1
	{
		font-size: 24px;
	}

	.main-content p
	{
		font-size:14px;
	}

	.benefit-img {
		width: 100%  !important;
		max-width: 100% !important;
		flex: none  !important;
		-webkit-flex: none !important;
		max-height: 160px !important;
	}
}

/* Custom */
#phone1
{
	display:none;
}

/* BENEFITS */
.benefits-content {
	/*
	padding: 20px 0;
	*/
}
.benefit-item {
	width:100%;
	background-color: white;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	transition: all 200ms ease-in;
	margin-bottom: 20px;
	margin-top: 10px;
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.20);
}
.benefit-item:hover {
	text-decoration: none;
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.20);
	transform: scale(1.01);
}
.benefits-heading {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.filter {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: .5em .7em;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.filter svg {
	color: inherit;
	font-size: 1.2em;
	margin-right: .5em;
	display: block;
	margin: 0 auto;
	width: 1em;
	height: 1em;
	margin-right: 10px;
}
.filter select {
	-webkit-appearance: none;
	border: 0;
	background: transparent;
	font-size: 1em;
	font-family: inherit;
	outline: none;
	color: inherit;
}

.benefit-img {
	background: #b7b7b7;
	max-width: 300px;
	-webkit-flex: 23.809524 1;
	flex: 23.809524 1;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}
.benefit-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.benefit-content {
	-webkit-flex: 71.428571 1;
	flex: 71.428571 1;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.benefit-info {
	color: #757575;
	display: -webkit-flex;
	display: flex;
	font-weight: 700;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 1em 1.4em 1.4em;
	-webkit-flex: 1 1;
	flex: 1 1;
}
.benefit-info h1 {

}
.benefit-info p {
	font-weight:400;
}
.benefit-info .info-type {
	margin-top: 10px;
}
.benefit-info .info-type .type-icon {
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
	border-radius: 15px;
}
.benefit-info .info-type .type-icon img{
	width: 16px;
	height: 16px;
	margin: 7px 7px;
}
.benefit-info .info-type .label {
	text-transform: uppercase;
	display: inline-block;
	float: left;
	margin-left: 8px;
	padding-top: 5px;
}
.type-icon {
	background-color: #6caf23;
}
.type-icon.green {
	background-color: #6caf23;
}
.type-icon.blue {
	background-color: #2d84ce;
}
.type-icon.red {
	background-color: #ff4200;
}

.benefit-right {
	background: black;
	color: #fff;
	cursor: pointer;
	border: 0;
	font-size: 1.5em;
	max-width: 60px;
	padding: .4em;
	-webkit-flex: 4.761905 1;
	flex: 4.761905 1;
	outline: none;
	-webkit-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.benefit-right img{
	width: 20px;
	height: 20px;
}

/** Start Phone field Customization **/

.common-form input[type="tel"], .common-form input[type="number"] {
    width: 100%;
    height: 50px;
    outline: none;
    margin-bottom: 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.phone-wrap {
	position: relative;
}

.phone-wrap input {
	margin-bottom: 0;
}

.phone-wrap span.country-code {
	position: absolute;
	top: 0;
	left: 0;
	position: absolute;
    top: 0;
    left: 0;
    color: #797979;
    font-family: Arial, Helvetica, sans-serif;
    padding: 13px 15px;
    border-right: 1px solid #d9d9d9;
}

.phone-wrap span#validation-message {
	color: red;
    font-size: 0.88rem;
    padding: 10px 10px 0;
    display: inline-block;
	opacity: 1;
}

.phone-wrap span#validation-message.hidden {
	opacity: 0;
}

@media only screen and (max-width: 768px) {
	.common-form input[type="tel"], .common-form input[type="number"] {
		height: 40px;
	}

	.phone-wrap span.country-code {
		padding: 8px 10px;
	}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


/** End Phone field Customization **/

.center-padding {
	display: flex;
    justify-content: center;
	padding-top: 30px;
    padding-bottom: 30px;
}

.visuallyhidden {
	clip: rect(0 0 0 0); 
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap; 
	width: 1px;
}

.res-rev-image-box {
	height: 300px;
	margin-bottom: 40px;
}

.bottom-four-col-featured-box:hover {
	color : #C41212;
}

.bottom-four-col-featured-img {
	height: 250px;
	width: 100%;
}

.bottom-four-col-featured-item-content {
	height: 250px;
	width: 100%;
}

.res-rev-content-title {
	color: rgb(9, 74, 113);
}

.five-column-featured-title {
	font-size: 20px;
	margin-top: 30px;
	font-weight: 700;
	color: rgb(9, 74, 113);
}


.block-quote {
	color: #0a4a71;
    font-family: Archivo expanded, sans-serif;
    font-size: 130px;
    line-height: 1;
    margin-bottom: -60px;
    text-align: center;
}

.testi-section {
	background-color: #fff;
}

.navbar-nav.mr-auto {
	margin-right: 0 !important;
	margin-left: auto !important;
}

h3.three-title {
	color: #111;
	font-size: 21px;
    line-height: 1.24;
	text-align: left;
	margin-bottom: 10px;
}

p.three-p {
	line-height: 1.3;
    font-size: 15px;
	font-weight: 400;
	text-align: left;
	text-transform: none;
}

h2.with-highlight {
	color: #111;
	width: 90%;
	margin-bottom: 30px;
}

h2.with-highlight span {
	display: inline-block;
	margin-bottom: 0vh;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #d971ac;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 3px solid #d971ac;
}

.five-articles-content {
	background-image: url('../images/image-overlay-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.bottom-four-col-featured-img {
	position: relative;
}

.box-clicker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg-gray {
	background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(9, 74, 113, 0.05);
    padding: 40px 0px;
    min-height: 0px;
}

.h-big {
    font-style: italic;
    font-weight: 700;
    margin: 0px;
    font-size: 40px;
    color: rgb(9, 74, 113);
    line-height: 1.5;
}

.client-area .col-md-4 {
	flex: 0 0 100%;
    max-width: 100%;
}

.article-box {
	padding: 15px;
	padding-bottom: 0;
}


html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif
}

body {
	margin: 0
}

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

audio,canvas,progress,video {
	vertical-align: baseline;
	display: inline-block
}

audio:not([controls]) {
	height: 0;
	display: none
}

[hidden],template {
	display: none
}

a {
	background-color: transparent
}

a:active,a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub,sup {
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
	position: relative
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

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

input {
	line-height: normal
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,th {
	padding: 0
}

@font-face {
	font-family: webflow-icons;
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==)format("truetype");
	font-weight: 400;
	font-style: normal
}

[class^=w-icon-],[class*=\ w-icon-] {
	speak: none;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	font-family: webflow-icons!important
}

.w-icon-slider-right:before {
	content: "î˜€"
}

.w-icon-slider-left:before {
	content: "î˜"
}

.w-icon-nav-menu:before {
	content: "î˜‚"
}

.w-icon-arrow-down:before,.w-icon-dropdown-toggle:before {
	content: "î˜ƒ"
}

.w-icon-file-upload-remove:before {
	content: "î¤€"
}

.w-icon-file-upload-icon:before {
	content: "î¤ƒ"
}

* {
	box-sizing: border-box
}

html {
	height: 100%
}

body {
	min-height: 100%;
	color: #333;
	background-color: #fff;
	margin: 0;
	font-family: Arial,sans-serif;
	font-size: 14px;
	line-height: 20px
}

img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block
}

html.w-mod-touch * {
	background-attachment: scroll!important
}

.w-block {
	display: block
}

.w-inline-block {
	max-width: 100%;
	display: inline-block
}

.w-clearfix:before,.w-clearfix:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}

.w-clearfix:after {
	clear: both
}

.w-hidden {
	display: none
}

.w-button {
	color: #fff;
	line-height: inherit;
	cursor: pointer;
	background-color: #3898ec;
	border: 0;
	border-radius: 0;
	padding: 9px 15px;
	text-decoration: none;
	display: inline-block
}

input.w-button {
	-webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
	color: transparent!important
}

.w-webflow-badge,.w-webflow-badge * {
	z-index: auto;
	visibility: visible;
	box-sizing: border-box;
	width: auto;
	height: auto;
	max-height: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
	float: none;
	clear: none;
	box-shadow: none;
	opacity: 1;
	direction: ltr;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	-webkit-text-decoration: inherit;
	text-decoration: inherit;
	text-indent: 0;
	text-transform: inherit;
	text-shadow: none;
	font-smoothing: auto;
	vertical-align: baseline;
	cursor: inherit;
	white-space: inherit;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	background: 0 0;
	border: 0 transparent;
	border-radius: 0;
	margin: 0;
	padding: 0;
	list-style-type: disc;
	transition: none;
	display: block;
	position: static;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	overflow: visible;
	transform: none
}

.w-webflow-badge {
	white-space: nowrap;
	cursor: pointer;
	box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.1);
	visibility: visible!important;
	z-index: 2147483647!important;
	color: #aaadb0!important;
	opacity: 1!important;
	width: auto!important;
	height: auto!important;
	background-color: #fff!important;
	border-radius: 3px!important;
	margin: 0!important;
	padding: 6px 8px 6px 6px!important;
	font-size: 12px!important;
	line-height: 14px!important;
	text-decoration: none!important;
	display: inline-block!important;
	position: fixed!important;
	top: auto!important;
	bottom: 12px!important;
	left: auto!important;
	right: 12px!important;
	overflow: visible!important;
	transform: none!important
}

.w-webflow-badge>img {
	visibility: visible!important;
	opacity: 1!important;
	vertical-align: middle!important;
	display: inline-block!important
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 10px;
	font-weight: 700
}

h1 {
	margin-top: 20px;
	font-size: 38px;
	line-height: 44px
}

h2 {
	margin-top: 20px;
	font-size: 32px;
	line-height: 36px
}

h3 {
	margin-top: 20px;
	font-size: 24px;
	line-height: 30px
}

h4 {
	margin-top: 10px;
	font-size: 18px;
	line-height: 24px
}

h5 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px
}

h6 {
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px
}

p {
	margin-top: 0;
	margin-bottom: 10px
}

blockquote {
	border-left: 5px solid #e2e2e2;
	margin: 0 0 10px;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 22px
}

figure {
	margin: 0 0 10px
}

figcaption {
	text-align: center;
	margin-top: 5px
}

ul,ol {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 40px
}

.w-list-unstyled {
	padding-left: 0;
	list-style: none
}

.w-embed:before,.w-embed:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}

.w-embed:after {
	clear: both
}

.w-video {
	width: 100%;
	padding: 0;
	position: relative
}

.w-video iframe,.w-video object,.w-video embed {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

button,[type=button],[type=reset] {
	cursor: pointer;
	-webkit-appearance: button;
	border: 0
}

.w-form {
	margin: 0 0 15px
}

.w-form-done {
	text-align: center;
	background-color: #ddd;
	padding: 20px;
	display: none
}

.w-form-fail {
	background-color: #ffdede;
	margin-top: 10px;
	padding: 10px;
	display: none
}

label {
	margin-bottom: 5px;
	font-weight: 700;
	display: block
}

.w-input,.w-select {
	width: 100%;
	height: 38px;
	color: #333;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857;
	display: block
}

.w-input:-moz-placeholder,.w-select:-moz-placeholder {
	color: #999
}

.w-input::-moz-placeholder,.w-select::-moz-placeholder {
	color: #999;
	opacity: 1
}

.w-input::-webkit-input-placeholder,.w-select::-webkit-input-placeholder {
	color: #999
}

.w-input:focus,.w-select:focus {
	border-color: #3898ec;
	outline: 0
}

.w-input[disabled],.w-select[disabled],.w-input[readonly],.w-select[readonly],fieldset[disabled] .w-input,fieldset[disabled] .w-select {
	cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),.w-select[disabled]:not(.w-input-disabled),.w-input[readonly],.w-select[readonly],fieldset[disabled]:not(.w-input-disabled) .w-input,fieldset[disabled]:not(.w-input-disabled) .w-select {
	background-color: #eee
}

textarea.w-input,textarea.w-select {
	height: auto
}

.w-select {
	background-color: #f3f3f3
}

.w-select[multiple] {
	height: auto
}

.w-form-label {
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 400;
	display: inline-block
}

.w-radio {
	margin-bottom: 5px;
	padding-left: 20px;
	display: block
}

.w-radio:before,.w-radio:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}

.w-radio:after {
	clear: both
}

.w-radio-input {
	float: left;
	margin: 3px 0 0 -20px;
	line-height: normal
}

.w-file-upload {
	margin-bottom: 10px;
	display: block
}

.w-file-upload-input {
	width: .1px;
	height: .1px;
	opacity: 0;
	z-index: -100;
	position: absolute;
	overflow: hidden
}

.w-file-upload-default,.w-file-upload-uploading,.w-file-upload-success {
	color: #333;
	display: inline-block
}

.w-file-upload-error {
	margin-top: 10px;
	display: block
}

.w-file-upload-default.w-hidden,.w-file-upload-uploading.w-hidden,.w-file-upload-error.w-hidden,.w-file-upload-success.w-hidden {
	display: none
}

.w-file-upload-uploading-btn {
	cursor: pointer;
	background-color: #fafafa;
	border: 1px solid #ccc;
	margin: 0;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 400;
	display: flex
}

.w-file-upload-file {
	background-color: #fafafa;
	border: 1px solid #ccc;
	flex-grow: 1;
	justify-content: space-between;
	margin: 0;
	padding: 8px 9px 8px 11px;
	display: flex
}

.w-file-upload-file-name {
	font-size: 14px;
	font-weight: 400;
	display: block
}

.w-file-remove-link {
	width: auto;
	height: auto;
	cursor: pointer;
	margin-top: 3px;
	margin-left: 10px;
	padding: 3px;
	display: block
}

.w-icon-file-upload-remove {
	margin: auto;
	font-size: 10px
}

.w-file-upload-error-msg {
	color: #ea384c;
	padding: 2px 0;
	display: inline-block
}

.w-file-upload-info {
	padding: 0 12px;
	line-height: 38px;
	display: inline-block
}

.w-file-upload-label {
	cursor: pointer;
	background-color: #fafafa;
	border: 1px solid #ccc;
	margin: 0;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 400;
	display: inline-block
}

.w-icon-file-upload-icon,.w-icon-file-upload-uploading {
	width: 20px;
	margin-right: 8px;
	display: inline-block
}

.w-icon-file-upload-uploading {
	height: 20px
}

.w-container {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto
}

.w-container:before,.w-container:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}

.w-container:after {
	clear: both
}

.w-container .w-row {
	margin-left: -10px;
	margin-right: -10px
}

.w-row:before,.w-row:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}

.w-row:after {
	clear: both
}

.w-row .w-row {
	margin-left: 0;
	margin-right: 0
}

.w-col {
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative
}

.w-col .w-col {
	padding-left: 0;
	padding-right: 0
}

.w-col-1 {
	width: 8.33333%
}

.w-col-2 {
	width: 16.6667%
}

.w-col-3 {
	width: 25%
}

.w-col-4 {
	width: 33.3333%
}

.w-col-5 {
	width: 41.6667%
}

.w-col-6 {
	width: 50%
}

.w-col-7 {
	width: 58.3333%
}

.w-col-8 {
	width: 66.6667%
}

.w-col-9 {
	width: 75%
}

.w-col-10 {
	width: 83.3333%
}

.w-col-11 {
	width: 91.6667%
}

.w-col-12 {
	width: 100%
}

.w-hidden-main {
	display: none!important
}

@media screen and (max-width: 991px) {
	.w-container {
		max-width:728px
	}

	.w-hidden-main {
		display: inherit!important
	}

	.w-hidden-medium {
		display: none!important
	}

	.w-col-medium-1 {
		width: 8.33333%
	}

	.w-col-medium-2 {
		width: 16.6667%
	}

	.w-col-medium-3 {
		width: 25%
	}

	.w-col-medium-4 {
		width: 33.3333%
	}

	.w-col-medium-5 {
		width: 41.6667%
	}

	.w-col-medium-6 {
		width: 50%
	}

	.w-col-medium-7 {
		width: 58.3333%
	}

	.w-col-medium-8 {
		width: 66.6667%
	}

	.w-col-medium-9 {
		width: 75%
	}

	.w-col-medium-10 {
		width: 83.3333%
	}

	.w-col-medium-11 {
		width: 91.6667%
	}

	.w-col-medium-12 {
		width: 100%
	}

	.w-col-stack {
		width: 100%;
		left: auto;
		right: auto
	}
}

@media screen and (max-width: 767px) {
	.w-hidden-main,.w-hidden-medium {
		display:inherit!important
	}

	.w-hidden-small {
		display: none!important
	}

	.w-row,.w-container .w-row {
		margin-left: 0;
		margin-right: 0
	}

	.w-col {
		width: 100%;
		left: auto;
		right: auto
	}

	.w-col-small-1 {
		width: 8.33333%
	}

	.w-col-small-2 {
		width: 16.6667%
	}

	.w-col-small-3 {
		width: 25%
	}

	.w-col-small-4 {
		width: 33.3333%
	}

	.w-col-small-5 {
		width: 41.6667%
	}

	.w-col-small-6 {
		width: 50%
	}

	.w-col-small-7 {
		width: 58.3333%
	}

	.w-col-small-8 {
		width: 66.6667%
	}

	.w-col-small-9 {
		width: 75%
	}

	.w-col-small-10 {
		width: 83.3333%
	}

	.w-col-small-11 {
		width: 91.6667%
	}

	.w-col-small-12 {
		width: 100%
	}
}

@media screen and (max-width: 479px) {
	.w-container {
		max-width:none
	}

	.w-hidden-main,.w-hidden-medium,.w-hidden-small {
		display: inherit!important
	}

	.w-hidden-tiny {
		display: none!important
	}

	.w-col {
		width: 100%
	}

	.w-col-tiny-1 {
		width: 8.33333%
	}

	.w-col-tiny-2 {
		width: 16.6667%
	}

	.w-col-tiny-3 {
		width: 25%
	}

	.w-col-tiny-4 {
		width: 33.3333%
	}

	.w-col-tiny-5 {
		width: 41.6667%
	}

	.w-col-tiny-6 {
		width: 50%
	}

	.w-col-tiny-7 {
		width: 58.3333%
	}

	.w-col-tiny-8 {
		width: 66.6667%
	}

	.w-col-tiny-9 {
		width: 75%
	}

	.w-col-tiny-10 {
		width: 83.3333%
	}

	.w-col-tiny-11 {
		width: 91.6667%
	}

	.w-col-tiny-12 {
		width: 100%
	}
}

.w-widget {
	position: relative
}

.w-widget-map {
	width: 100%;
	height: 400px
}

.w-widget-map label {
	width: auto;
	display: inline
}

.w-widget-map img {
	max-width: inherit
}

.w-widget-map .gm-style-iw {
	text-align: center
}

.w-widget-map .gm-style-iw>button {
	display: none!important
}

.w-widget-twitter {
	overflow: hidden
}

.w-widget-twitter-count-shim {
	vertical-align: top;
	width: 28px;
	height: 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #758696;
	border-radius: 3px;
	display: inline-block;
	position: relative
}

.w-widget-twitter-count-shim * {
	pointer-events: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
	text-align: center;
	color: #999;
	font-family: serif;
	font-size: 15px;
	line-height: 12px;
	position: relative
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
	display: block;
	position: relative
}

.w-widget-twitter-count-shim.w--large {
	width: 36px;
	height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
	font-size: 18px;
	line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
	margin-left: 5px;
	margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
	margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):before,.w-widget-twitter-count-shim:not(.w--vertical):after {
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
	border: solid transparent;
	position: absolute;
	top: 50%;
	left: 0
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
	border-width: 4px;
	border-color: rgba(117,134,150,0) #5d6c7b rgba(117,134,150,0) rgba(117,134,150,0);
	margin-top: -4px;
	margin-left: -9px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
	border-width: 5px;
	margin-top: -5px;
	margin-left: -10px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
	border-width: 4px;
	border-color: rgba(255,255,255,0) #fff rgba(255,255,255,0) rgba(255,255,255,0);
	margin-top: -4px;
	margin-left: -8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
	border-width: 5px;
	margin-top: -5px;
	margin-left: -9px
}

.w-widget-twitter-count-shim.w--vertical {
	width: 61px;
	height: 33px;
	margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:before,.w-widget-twitter-count-shim.w--vertical:after {
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 50%
}

.w-widget-twitter-count-shim.w--vertical:before {
	border-width: 5px;
	border-color: #5d6c7b rgba(117,134,150,0) rgba(117,134,150,0);
	margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
	border-width: 4px;
	border-color: #fff rgba(255,255,255,0) rgba(255,255,255,0);
	margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
	font-size: 18px;
	line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
	width: 76px
}

.w-background-video {
	height: 500px;
	color: #fff;
	position: relative;
	overflow: hidden
}

.w-background-video>video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -100;
	background-position: 50%;
	background-size: cover;
	margin: auto;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
	-webkit-appearance: none;
	display: none!important
}

.w-background-video--control {
	background-color: transparent;
	padding: 0;
	position: absolute;
	bottom: 1em;
	right: 1em
}

.w-background-video--control>[hidden] {
	display: none!important
}

.w-slider {
	height: 300px;
	text-align: center;
	clear: both;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	background: #ddd;
	position: relative
}

.w-slider-mask {
	z-index: 1;
	height: 100%;
	white-space: nowrap;
	display: block;
	position: relative;
	left: 0;
	right: 0;
	overflow: hidden
}

.w-slide {
	vertical-align: top;
	width: 100%;
	height: 100%;
	white-space: normal;
	text-align: left;
	display: inline-block;
	position: relative
}

.w-slider-nav {
	z-index: 2;
	height: 40px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	margin: auto;
	padding-top: 10px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0
}

.w-slider-nav.w-round>div {
	border-radius: 100%
}

.w-slider-nav.w-num>div {
	width: auto;
	height: auto;
	font-size: inherit;
	line-height: inherit;
	padding: .2em .5em
}

.w-slider-nav.w-shadow>div {
	box-shadow: 0 0 3px rgba(51,51,51,.4)
}

.w-slider-nav-invert {
	color: #fff
}

.w-slider-nav-invert>div {
	background-color: rgba(34,34,34,.4)
}

.w-slider-nav-invert>div.w-active {
	background-color: #222
}

.w-slider-dot {
	width: 1em;
	height: 1em;
	cursor: pointer;
	background-color: rgba(255,255,255,.4);
	margin: 0 3px .5em;
	transition: background-color .1s,color .1s;
	display: inline-block;
	position: relative
}

.w-slider-dot.w-active {
	background-color: #fff
}

.w-slider-dot:focus {
	outline: none;
	box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
	box-shadow: none
}

.w-slider-arrow-left,.w-slider-arrow-right {
	width: 80px;
	cursor: pointer;
	color: #fff;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: auto;
	font-size: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden
}

.w-slider-arrow-left [class^=w-icon-],.w-slider-arrow-right [class^=w-icon-],.w-slider-arrow-left [class*=\ w-icon-],.w-slider-arrow-right [class*=\ w-icon-] {
	position: absolute
}

.w-slider-arrow-left:focus,.w-slider-arrow-right:focus {
	outline: 0
}

.w-slider-arrow-left {
	z-index: 3;
	right: auto
}

.w-slider-arrow-right {
	z-index: 4;
	left: auto
}

.w-icon-slider-left,.w-icon-slider-right {
	width: 1em;
	height: 1em;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.w-slider-aria-label {
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	border: 0;
	margin: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden
}

.w-slider-force-show {
	display: block!important
}

.w-dropdown {
	text-align: left;
	z-index: 900;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	position: relative
}

.w-dropdown-btn,.w-dropdown-toggle,.w-dropdown-link {
	vertical-align: top;
	color: #222;
	text-align: left;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-decoration: none;
	position: relative
}

.w-dropdown-toggle {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	padding-right: 40px;
	display: inline-block
}

.w-dropdown-toggle:focus {
	outline: 0
}

.w-icon-dropdown-toggle {
	width: 1em;
	height: 1em;
	margin: auto 20px auto auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0
}

.w-dropdown-list {
	min-width: 100%;
	background: #ddd;
	display: none;
	position: absolute
}

.w-dropdown-list.w--open {
	display: block
}

.w-dropdown-link {
	color: #222;
	padding: 10px 20px;
	display: block
}

.w-dropdown-link.w--current {
	color: #0082f3
}

.w-dropdown-link:focus {
	outline: 0
}

@media screen and (max-width: 767px) {
	.w-nav-brand {
		padding-left:10px
	}
}

.w-lightbox-backdrop {
	cursor: auto;
	letter-spacing: normal;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	visibility: visible;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	color: #fff;
	text-align: center;
	z-index: 2000;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-tap-highlight-color: transparent;
	background: rgba(0,0,0,.9);
	outline: 0;
	font-family: Helvetica Neue,Helvetica,Ubuntu,Segoe UI,Verdana,sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	list-style: disc;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translate(0)
}

.w-lightbox-backdrop,.w-lightbox-container {
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow: auto
}

.w-lightbox-content {
	height: 100vh;
	position: relative;
	overflow: hidden
}

.w-lightbox-view {
	width: 100vw;
	height: 100vh;
	opacity: 0;
	position: absolute
}

.w-lightbox-view:before {
	content: "";
	height: 100vh
}

.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before {
	height: 86vh
}

.w-lightbox-frame,.w-lightbox-view:before {
	vertical-align: middle;
	display: inline-block
}

.w-lightbox-figure {
	margin: 0;
	position: relative
}

.w-lightbox-group .w-lightbox-figure {
	cursor: pointer
}

.w-lightbox-img {
	width: auto;
	height: auto;
	max-width: none
}

.w-lightbox-image {
	float: none;
	max-width: 100vw;
	max-height: 100vh;
	display: block
}

.w-lightbox-group .w-lightbox-image {
	max-height: 86vh
}

.w-lightbox-caption {
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: rgba(0,0,0,.4);
	padding: .5em 1em;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden
}

.w-lightbox-embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.w-lightbox-control {
	width: 4em;
	cursor: pointer;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 24px;
	transition: all .3s;
	position: absolute;
	top: 0
}

.w-lightbox-left {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
	display: none;
	bottom: 0;
	left: 0
}

.w-lightbox-right {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
	display: none;
	bottom: 0;
	right: 0
}

.w-lightbox-close {
	height: 2.6em;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
	background-size: 18px;
	right: 0
}

.w-lightbox-strip {
	white-space: nowrap;
	padding: 0 1vh;
	line-height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-x: auto;
	overflow-y: hidden
}

.w-lightbox-item {
	width: 10vh;
	box-sizing: content-box;
	cursor: pointer;
	padding: 2vh 1vh;
	display: inline-block;
	-webkit-transform: translate(0,0)
}

.w-lightbox-active {
	opacity: .3
}

.w-lightbox-thumbnail {
	height: 10vh;
	background: #222;
	position: relative;
	overflow: hidden
}

.w-lightbox-thumbnail-image {
	position: absolute;
	top: 0;
	left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
	width: 100%;
	top: 50%;
	transform: translateY(-50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
	height: 100%;
	left: 50%;
	transform: translate(-50%)
}

.w-lightbox-spinner {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border: 5px solid rgba(0,0,0,.4);
	border-radius: 50%;
	margin-top: -20px;
	margin-left: -20px;
	animation: .8s linear infinite spin;
	position: absolute;
	top: 50%;
	left: 50%
}

.w-lightbox-spinner:after {
	content: "";
	border: 3px solid transparent;
	border-bottom-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: -4px;
	right: -4px
}

.w-lightbox-hide {
	display: none
}

.w-lightbox-noscroll {
	overflow: hidden
}

@media (min-width: 768px) {
	.w-lightbox-content {
		height:96vh;
		margin-top: 2vh
	}

	.w-lightbox-view,.w-lightbox-view:before {
		height: 96vh
	}

	.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before {
		height: 84vh
	}

	.w-lightbox-image {
		max-width: 96vw;
		max-height: 96vh
	}

	.w-lightbox-group .w-lightbox-image {
		max-width: 82.3vw;
		max-height: 84vh
	}

	.w-lightbox-left,.w-lightbox-right {
		opacity: .5;
		display: block
	}

	.w-lightbox-close {
		opacity: .8
	}

	.w-lightbox-control:hover {
		opacity: 1
	}
}

.w-lightbox-inactive,.w-lightbox-inactive:hover {
	opacity: 0
}

.w-richtext:before,.w-richtext:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}

.w-richtext:after {
	clear: both
}

.w-richtext[contenteditable=true]:before,.w-richtext[contenteditable=true]:after {
	white-space: initial
}

.w-richtext ol,.w-richtext ul {
	overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after,.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
	outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,.w-richtext figure[data-rt-type=video]>div:after {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.w-richtext figure {
	max-width: 60%;
	position: relative
}

.w-richtext figure>div:before {
	cursor: default!important
}

.w-richtext figure img {
	width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
	opacity: .6
}

.w-richtext figure div {
	color: transparent;
	font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,.w-richtext figure[data-rt-type=image] {
	display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,.w-richtext figure[data-rt-type=image]>div {
	display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,.w-richtext figure[data-rt-type=image]>figcaption {
	caption-side: bottom;
	display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,.w-richtext figure[data-rt-type=video] {
	width: 60%;
	height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,.w-richtext figure[data-rt-type=video] iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div,.w-richtext figure[data-rt-type=video]>div {
	width: 100%
}

.w-richtext figure.w-richtext-align-center {
	clear: both;
	margin-left: auto;
	margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
	max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
	clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
	width: 100%;
	max-width: 100%;
	text-align: center;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block
}

.w-richtext figure.w-richtext-align-fullwidth>div {
	padding-bottom: inherit;
	display: inline-block
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
	display: block
}

.w-richtext figure.w-richtext-align-floatleft {
	float: left;
	clear: none;
	margin-right: 15px
}

.w-richtext figure.w-richtext-align-floatright {
	float: right;
	clear: none;
	margin-left: 15px
}

.w-nav {
	z-index: 1000;
	background: #ddd;
	position: relative
}

.w-nav:before,.w-nav:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}

.w-nav:after {
	clear: both
}

.w-nav-brand {
	float: left;
	color: #333;
	text-decoration: none;
	position: relative
}

.w-nav-link {
	vertical-align: top;
	color: #222;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-decoration: none;
	display: inline-block;
	position: relative
}

.w-nav-link.w--current {
	color: #0082f3
}

.w-nav-menu {
	float: right;
	position: relative
}

[data-nav-menu-open] {
	text-align: center;
	min-width: 200px;
	background: #c8c8c8;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	overflow: visible;
	display: block!important
}

.w--nav-link-open {
	display: block;
	position: relative
}

.w-nav-overlay {
	width: 100%;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	overflow: hidden
}

.w-nav-overlay [data-nav-menu-open] {
	top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
	width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,.w-nav[data-animation=over-left] [data-nav-menu-open] {
	z-index: 1;
	top: 0;
	right: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay {
	width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,.w-nav[data-animation=over-right] [data-nav-menu-open] {
	z-index: 1;
	top: 0;
	left: auto
}

.w-nav-button {
	float: right;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 18px;
	font-size: 24px;
	display: none;
	position: relative
}

.w-nav-button:focus {
	outline: 0
}

.w-nav-button.w--open {
	color: #fff;
	background-color: #c8c8c8
}

.w-nav[data-collapse=all] .w-nav-menu {
	display: none
}

.w-nav[data-collapse=all] .w-nav-button,.w--nav-dropdown-open,.w--nav-dropdown-toggle-open {
	display: block
}

.w--nav-dropdown-list-open {
	position: static
}

@media screen and (max-width: 991px) {
	.w-nav[data-collapse=medium] .w-nav-menu {
		display:none
	}

	.w-nav[data-collapse=medium] .w-nav-button {
		display: block
	}
}

@media screen and (max-width: 767px) {
	.w-nav[data-collapse=small] .w-nav-menu {
		display:none
	}

	.w-nav[data-collapse=small] .w-nav-button {
		display: block
	}

	.w-nav-brand {
		padding-left: 10px
	}
}

@media screen and (max-width: 479px) {
	.w-nav[data-collapse=tiny] .w-nav-menu {
		display:none
	}

	.w-nav[data-collapse=tiny] .w-nav-button {
		display: block
	}
}

.w-tabs {
	position: relative
}

.w-tabs:before,.w-tabs:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}

.w-tabs:after {
	clear: both
}

.w-tab-menu {
	position: relative
}

.w-tab-link {
	vertical-align: top;
	text-align: left;
	cursor: pointer;
	color: #222;
	background-color: #ddd;
	padding: 9px 30px;
	text-decoration: none;
	display: inline-block;
	position: relative
}

.w-tab-link.w--current {
	background-color: #c8c8c8
}

.w-tab-link:focus {
	outline: 0
}

.w-tab-content {
	display: block;
	position: relative;
	overflow: hidden
}

.w-tab-pane {
	display: none;
	position: relative
}

.w--tab-active {
	display: block
}

@media screen and (max-width: 479px) {
	.w-tab-link {
		display:block
	}
}

.w-ix-emptyfix:after {
	content: ""
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.w-dyn-empty {
	background-color: #ddd;
	padding: 10px
}

.w-dyn-hide,.w-dyn-bind-empty,.w-condition-invisible {
	display: none!important
}

.wf-layout-layout {
	display: grid
}

.w-layout-grid {
	grid-row-gap: 16px;
	grid-column-gap: 16px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid
}

body {
	color: #1a1a1a;
	background-color: #fff;
	font-family: Gt pressura vf,sans-serif;
	font-size: 1rem;
	line-height: 1.5
}

h1 {
	font-variation-settings: "wdth" 130,"wght" 750;
	letter-spacing: -2px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.1
}

h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: Gt pressura vf,sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.4
}

h3 {
	font-variation-settings: "wght" 750,"wdth" 130;
	letter-spacing: -.03125rem;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2
}

h4 {
	font-variation-settings: "wght" 750,"wdth" 130;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1
}

h5 {
	font-variation-settings: "wght" 400;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.4
}

h6 {
	font-variation-settings: "wdth" 130,"wght" 500;
	letter-spacing: 3px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5
}

p {
	margin-bottom: 0;
	font-size: 1.25rem
}

a {
	color: #1a1a1a
}

ul,ol {
	margin-top: 0;
	margin-bottom: 1.5rem;
	padding-left: 1.5rem
}

li {
	margin-bottom: .25rem
}

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

label {
	margin-bottom: .25rem;
	font-weight: 500
}

blockquote {
	border-left: .25rem solid #e2e2e2;
	margin-bottom: 0;
	padding: 0 1.25rem;
	font-size: 1.25rem;
	line-height: 1.5
}

figure {
	margin-top: 2rem;
	margin-bottom: 2rem
}

figcaption {
	text-align: center;
	margin-top: .25rem
}

.utility-page_component {
	width: 100vw;
	height: 100vh;
	max-height: 100%;
	max-width: 100%;
	justify-content: center;
	align-items: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	display: flex
}

.utility-page_wrapper {
	max-width: 20rem;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	text-align: center;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	display: flex
}

.utility-page_form {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	display: flex
}

.utility-page_image {
	margin-left: auto;
	margin-right: auto
}

.global-styles {
	display: block;
	position: fixed;
	top: 0%;
	bottom: auto;
	left: 0%;
	right: auto
}

.margin-custom2 {
	margin: 2.5rem
}

.padding-xlarge {
	padding: 4rem
}

.margin-xlarge {
	margin: 4rem
}

.margin-xsmall {
	margin: .5rem
}

.padding-xhuge {
	padding: 8rem
}

.margin-custom1 {
	margin: 1.5rem
}

.padding-0 {
	padding: 0
}

.padding-xxhuge {
	padding: 12rem
}

.padding-huge {
	padding: 6rem
}

.margin-large {
	margin: 3rem
}

.padding-xxlarge {
	padding: 5rem
}

.margin-xxsmall {
	margin: .25rem
}

.padding-custom3 {
	padding: 3.5rem
}

.padding-large {
	padding: 3rem
}

.margin-tiny {
	margin: .125rem
}

.padding-small {
	padding: 1rem
}

.padding-custom2 {
	padding: 2.5rem
}

.margin-custom3 {
	margin: 3.5rem
}

.padding-custom1 {
	padding: 1.5rem
}

.margin-huge {
	margin: 6rem
}

.padding-medium {
	padding: 2rem
}

.padding-xsmall {
	padding: .5rem
}

.margin-xxlarge {
	margin: 5rem
}

.padding-xxsmall {
	padding: .25rem
}

.margin-xhuge {
	margin: 8rem
}

.padding-tiny {
	padding: .125rem
}

.margin-small {
	margin: 1rem
}

.margin-medium {
	margin: 2rem
}

.margin-xxhuge {
	margin: 12rem
}

.margin-0 {
	margin: 0
}

.margin-horizontal {
	margin-top: 0;
	margin-bottom: 0
}

.padding-top {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0
}

.margin-vertical {
	margin-left: 0;
	margin-right: 0
}

.margin-bottom {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0
}

.padding-left {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0
}

.padding-vertical {
	padding-left: 0;
	padding-right: 0
}

.padding-horizontal {
	padding-top: 0;
	padding-bottom: 0
}

.margin-right {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0
}

.margin-top {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0
}

.margin-left {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0
}

.padding-right {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0
}

.padding-bottom {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0
}

.form_checkbox {
	flex-direction: row;
	align-items: center;
	margin-bottom: .5rem;
	padding-left: 0;
	display: flex
}

.form_checkbox-icon {
	width: .875rem;
	height: .875rem;
	border-radius: .125rem;
	margin: 0 .5rem 0 0
}

.form_checkbox-icon.w--redirected-checked {
	width: .875rem;
	height: .875rem;
	background-size: 90%;
	border-radius: .125rem;
	margin: 0 .5rem 0 0
}

.form_checkbox-icon.w--redirected-focus {
	width: .875rem;
	height: .875rem;
	border-radius: .125rem;
	margin: 0 .5rem 0 0;
	box-shadow: 0 0 .25rem 0 #3898ec
}

.fs-styleguide_background {
	width: 100%;
	border: 1px solid rgba(0,0,0,.1);
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	display: flex
}

.fs-styleguide_spacing {
	grid-column-gap: .5rem;
	grid-row-gap: .5rem;
	background-image: linear-gradient(rgba(255,255,255,0),rgba(0,115,230,.1));
	grid-template-rows: auto auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	align-content: start;
	justify-content: start;
	align-items: start;
	justify-items: stretch;
	display: grid;
	position: relative
}

.icon-1x1-small {
	width: 1rem;
	height: 1rem;
	flex: none
}

.overflow-auto {
	overflow: auto
}

.spacing-clean {
	margin: 0;
	padding: 0
}

.icon-1x1-large {
	width: 2.5rem;
	height: 2.5rem
}

.z-index-2 {
	z-index: 2;
	position: relative
}

.fs-styleguide_background-space {
	width: 1px;
	height: 1px;
	margin: 5rem
}

.text-weight-semibold {
	font-weight: 600
}

.text-style-strikethrough {
	text-decoration: line-through
}

.fs-styleguide_item {
	grid-column-gap: 1.125rem;
	grid-row-gap: 1.125rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	align-content: start;
	justify-content: start;
	align-items: start;
	justify-items: start;
	padding-bottom: 3rem;
	display: grid;
	position: relative
}

.fs-styleguide_item.is-stretch {
	justify-items: stretch
}

.fs-styleguide_item.is-dark {
	background-color: #a1a1a1
}

.max-width-full {
	width: 100%;
	max-width: none
}

.fs-styleguide_item-header {
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 2rem
}

.fs-styleguide_heading-large {
	font-size: 6rem
}

.background-color-black {
	color: #f5f5f5;
	background-color: #1a1a1a
}

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

.text-color-black {
	color: #1a1a1a
}

.text-color-grey {
	color: gray
}

.text-color-grey.text-style-allcaps {
	font-variation-settings: "wght" 500,"wdth" 130;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.5
}

.text-color-grey.text-style-allcaps.text-feature-headline {
	color: #000;
	margin-bottom: 20px
}

.fs-styleguide_2-col {
	width: 100%;
	grid-column-gap: 4rem;
	grid-row-gap: 4rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid
}

.fs-styleguide_2-col.is-align-start {
	align-items: start
}

.form_message-success {
	padding: 1.25rem
}

.fs-styleguide_row {
	grid-column-gap: .75rem;
	grid-row-gap: .75rem;
	flex-direction: row;
	grid-template-rows: auto;
	grid-template-columns: auto;
	grid-auto-columns: auto;
	grid-auto-flow: column;
	justify-content: flex-start;
	align-items: center;
	display: flex
}

.heading-style-h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2
}

.text-rich-text h1,.text-rich-text h2,.text-rich-text h3,.text-rich-text h4 {
	margin-top: 1.5rem;
	margin-bottom: 1rem
}

.text-rich-text h5,.text-rich-text h6 {
	margin-top: 1.25rem;
	margin-bottom: 1rem
}

.text-rich-text p {
	margin-bottom: 1rem
}

.container-small {
	width: 100%;
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto
}

.icon-height-small {
	height: 1rem
}

.icon-1x1-medium {
	width: 2rem;
	height: 2rem
}

.heading-style-h1 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.1
}

.padding-global {
	background-color: transparent;
	flex: 0 auto;
	padding-left: 2.5rem;
	padding-right: 2.5rem
}

.text-weight-normal {
	font-weight: 400
}

.padding-section-small {
	padding-top: 3rem;
	padding-bottom: 3rem
}

.max-width-small {
	width: 100%;
	max-width: 20rem
}

.text-color-white {
	color: #fff
}

.text-style-italic {
	font-style: italic
}

.text-weight-medium {
	font-weight: 500
}

.overflow-hidden {
	overflow: hidden
}

.fs-styleguide_section-header {
	width: 100%;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	border-bottom: 1px solid #fff;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	padding-bottom: 3rem;
	line-height: 1.4;
	display: grid
}

.text-size-tiny {
	font-size: .75rem
}

.max-width-xxlarge {
	width: 100%;
	max-width: 80rem
}

.fs-styleguide_1-col {
	width: 100%;
	grid-column-gap: 3rem;
	grid-row-gap: 3rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	display: grid
}

.overflow-visible {
	overflow: visible
}

.fs-styleguide_empty-box {
	z-index: -1;
	height: 3rem;
	min-width: 3rem;
	background-color: rgba(0,115,230,.1);
	border: 1px dashed #0073e6;
	position: relative
}

.text-weight-light {
	font-weight: 300
}

.fs-styleguide_heading-medium {
	font-size: 4rem
}

.max-width-xsmall {
	width: 100%;
	max-width: 16rem
}

.fs-styleguide_4-col {
	width: 100%;
	grid-column-gap: 4rem;
	grid-row-gap: 4rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid
}

.text-size-regular {
	font-size: 1rem
}

.text-size-regular.text-style-allcaps.form_label {
	text-align: left;
	letter-spacing: 3px;
	margin-bottom: .75rem
}

.text-weight-xbold {
	font-weight: 800
}

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

.text-weight-bold {
	font-weight: 700
}

.max-width-medium {
	width: 100%;
	max-width: 32rem
}

.fs-styleguide_item-wrapper {
	width: 100%;
	grid-column-gap: 3rem;
	grid-row-gap: 3rem;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex
}

.max-width-large {
	width: 100%;
	max-width: 48rem
}

.fs-styleguide_header-block {
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	align-items: center;
	justify-items: start;
	display: grid
}

.background-color-white {
	background-color: #fff
}

.text-style-muted {
	opacity: .6
}

.text-size-small {
	font-size: .875rem
}

.heading-style-h4 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4
}

.max-width-xlarge {
	width: 100%;
	max-width: 64rem
}

.form_radio-icon {
	width: .875rem;
	height: .875rem;
	margin-top: 0;
	margin-left: 0;
	margin-right: .5rem
}

.form_radio-icon.w--redirected-checked {
	width: .875rem;
	height: .875rem;
	border-width: .25rem
}

.form_radio-icon.w--redirected-focus {
	width: .875rem;
	height: .875rem;
	box-shadow: 0 0 .25rem 0 #3898ec
}

.text-style-nowrap {
	white-space: nowrap
}

.text-align-left {
	align-items: center;
	font-style: normal;
	line-height: 1.4;
	display: flex
}

.text-align-left.middle {
	width: auto;
	max-width: 550px;
	text-align: center
}

.background-color-grey {
	background-color: #f5f5f5
}

.form_input {
	min-height: 3rem;
	background-color: transparent;
	margin-bottom: .75rem;
	padding: .5rem 1rem
}

.form_input.is-text-area {
	min-height: 8rem;
	padding-top: .75rem
}

.heading-style-h6 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5
}

.padding-section-large {
	padding-top: 8rem;
	padding-bottom: 8rem
}

.fs-styleguide_3-col {
	width: 100%;
	grid-column-gap: 4rem;
	grid-row-gap: 4rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	align-items: stretch;
	display: grid
}

.fs-styleguide_3-col.is-align-start {
	align-items: start
}

.text-style-link {
	font-size: 1rem;
	text-decoration: underline
}

.fs-styleguide_header {
	background-color: transparent;
	background-image: linear-gradient(rgba(69,166,255,.5) 27%,rgba(69,166,255,0))
}

.heading-style-h2 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2
}

.heading-style-h2.features-headline {
	font-variation-settings: "wdth" 130,"wght" 600;
	font-weight: 500
}

.fs-styleguide_label {
	color: #fff;
	background-color: #0073e6;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: .25rem .75rem;
	font-weight: 600;
	line-height: 1.4;
	display: flex
}

.fs-styleguide_label.is-tag {
	background-color: #be4aa5
}

.fs-styleguide_label.is-hex {
	color: #000;
	background-color: #f5f5f5
}

.fs-styleguide_version {
	z-index: 5;
	color: #fff;
	font-weight: 500;
	text-decoration: none
}

.heading-style-h5 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5
}

.container-large {
	width: 100%;
	max-width: 80rem;
	text-align: left;
	margin-left: auto;
	margin-right: auto
}

.icon-height-medium {
	height: 2rem
}

.text-style-allcaps {
	text-transform: uppercase
}

.overflow-scroll {
	overflow: scroll
}

.form_message-error {
	margin-top: .75rem;
	padding: .75rem
}

.icon-height-large {
	height: 3rem
}

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

.form_component {
	margin-bottom: 0
}

.max-width-xxsmall {
	width: 100%;
	max-width: 12rem
}

.layer {
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.text-style-quote {
	border-left: .25rem solid #e2e2e2;
	margin-bottom: 0;
	padding: 0 1.25rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.button {
	opacity: 1;
	color: #fff;
	font-variation-settings: "wght" 600,"wdth" 150;
	text-align: center;
	letter-spacing: 0;
	background-color: #1a1a1a;
	border-radius: 10rem;
	padding: 1.1rem 2rem .9rem;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	transition: opacity .2s
}

.button:hover {
	opacity: .8
}

.button.is-text {
	color: #1a1a1a;
	background-color: transparent;
	border: 2px solid transparent
}

.button.is-small {
	padding: .6rem 1.5rem
}

.button.is-small.is-nav-cta.disabled {
	cursor: not-allowed;
	background-color: rgba(26,26,26,.3)
}

.button.is-form-submit {
	width: 100%;
	height: 4.5rem;
	font-size: 1.2rem
}

.button.is-large {
	padding: 1rem 2rem
}

.button.is-secondary {
	outline-offset: -3px;
	color: #1a1a1a;
	background-color: transparent;
	border: 5px solid #f4f6f8;
	border-radius: 100px;
	outline: 5px #1a1a1a
}

.button.is-icon {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	display: flex
}

.button.hide-desktop-tablet {
	display: none
}

.button.hide-mobile-landscape {
	transition: opacity .2s
}

.button.hide-mobile-landscape:hover {
	opacity: .9
}

.fs-styleguide_classes {
	grid-column-gap: 1px;
	grid-row-gap: 1px;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	display: grid
}

.text-size-medium {
	font-size: 1.25rem
}

.fs-styleguide_section {
	grid-column-gap: 6rem;
	grid-row-gap: 6rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	align-items: start;
	justify-items: start;
	display: grid
}

.fs-styleguide_section.is-vertical {
	grid-column-gap: 4rem;
	grid-row-gap: 4rem;
	grid-template-columns: 1fr
}

.button-group {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: center;
	display: flex
}

.hide {
	display: none
}

.padding-section-medium {
	padding-top: 5rem;
	padding-bottom: 5rem
}

.container-medium {
	width: 100%;
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto
}

.form_radio {
	flex-direction: row;
	align-items: center;
	margin-bottom: .5rem;
	padding-left: 0;
	display: flex
}

.home-nav_content-wrap {
	width: 100%;
	grid-column-gap: 4rem;
	grid-row-gap: 4rem;
	flex-direction: row;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	justify-items: start;
	display: flex
}

.section-home-nav_component {
	height: 11vh;
	min-height: 9rem;
	align-items: flex-start;
	padding: 2rem 3rem 3rem;
	display: flex
}

.home-nav_content {
	width: 100%;
	letter-spacing: -.41875rem;
	background-color: transparent;
	flex-direction: column;
	justify-content: flex-start;
	align-self: stretch;
	align-items: stretch;
	display: flex
}

.fs-styleguide_spacing-all {
	display: none
}

.fs-styleguide_color.is-1 {
	background-color: #000
}

.fs-styleguide_color.is-2 {
	background-color: #f5f5f5
}

.fs-styleguide_color.is-3 {
	background-color: #fff
}

.home-nav_content-nav-name {
	font-variation-settings: "wght" 900,"wdth" 150,"ital" 0;
	letter-spacing: -.1rem;
	flex: 0 auto;
	font-size: 2rem;
	font-weight: 900;
	text-decoration: none
}

.home-message_title-superscript {
	font-variation-settings: "wght" 300,"wdth" 150,"ital" 0;
	font-size: 3rem;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	top: -6.8rem;
	left: 1rem
}

.home-message_title-superscript.text-style-muted {
	font-size: 3rem
}

.home-message_title-superscript.text-color-grey.text-style-muted {
	font-size: 1rem;
	top: -.4rem;
	left: .3rem
}

.home-message_title-m {
	font-variation-settings: "wght" 900,"wdth" 150,"ital" 0;
	font-size: 1.8rem
}

.home-nav_content-nav-left {
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	display: flex
}

.home-nav_content-nav-right {
	grid-column-gap: 1.5rem;
	justify-content: flex-end;
	align-items: center;
	display: flex
}

.home-nav_content-qr-code {
	height: 6rem
}

.section-home-hero_component {
	height: 89vh;
	object-fit: fill;
	flex-direction: row;
	align-items: stretch;
	padding: 0;
	display: flex
}

.section-home-hero_d-video,.section-home-hero_m-video {
	height: 100%;
	object-fit: cover;
	flex: 1;
	align-self: auto;
	display: block
}

.section-home-hero_m-video.hide-desktop {
	display: none
}

.trust-safety_component {
	width: 100%;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 5.5rem;
	padding-bottom: 3.5rem;
	display: flex
}

.logo-lockup-is-light {
	grid-column-gap: .75rem;
	grid-row-gap: .75rem;
	flex: 0 auto;
	justify-content: flex-start;
	align-items: flex-end;
	display: flex
}

.section_hero {
	width: 100%;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background-color: #fff;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	display: flex;
	position: static
}

.subscribe_field {
	z-index: 1;
	width: 100%;
	max-width: 43.75rem;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background-color: #fff;
	border: 5px solid #1a1a1a;
	border-radius: 999px;
	justify-content: flex-end;
	align-items: flex-start;
	display: flex;
	position: relative
}

.subscribe_field.hide {
	display: none
}

.footer_component {
	width: 100%;
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 4rem;
	padding-bottom: 2rem;
	display: flex;
	position: static
}

.spacer-tiny {
	width: 100%;
	padding-top: .125rem
}

.footer_bottom-link {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	color: rgba(255,255,255,.6);
	border-bottom: 1px solid rgba(244,246,248,.6);
	flex-direction: column;
	flex: 0 auto;
	justify-content: flex-start;
	align-items: flex-start;
	text-decoration: none;
	transition: opacity .2s,color .2s;
	display: flex
}

.footer_bottom-link:hover,.footer_bottom-link.w--current {
	color: #fff;
	border-bottom-color: rgba(244,246,248,0)
}

.spacer-medium {
	width: 100%;
	padding-top: 2rem
}

.spacer-medium.show-mobile-portrait {
	display: none
}

.blob-showcase {
	z-index: 0;
	width: 35rem;
	height: 35rem;
	opacity: .8;
	filter: blur(7rem);
	background-color: rgba(26,26,26,.3);
	border-radius: 21rem;
	position: absolute;
	top: 80%;
	bottom: auto;
	left: 50%;
	right: auto;
	transform: translate(-50%,-50%)
}

.section_trust-safety {
	width: 100%;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background-image: linear-gradient(rgba(177,227,255,0),rgba(26,26,26,.1) 65%);
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
	display: flex
}

.showcase_logo-section {
	height: auto;
	grid-column-gap: 1rem;
	grid-row-gap: .5rem;
	flex-wrap: wrap;
	flex: 0 auto;
	align-content: center;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative
}

.subscribe_input {
	width: 100%;
	grid-column-gap: .625rem;
	grid-row-gap: .625rem;
	cursor: not-allowed;
	border-radius: 100px;
	justify-content: flex-start;
	align-items: center;
	padding: .75rem 2rem;
	display: flex
}

.showcase-deposit_component {
	width: 100%;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	display: flex
}

.footer_legal {
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	flex: 0 auto;
	justify-content: flex-start;
	align-self: auto;
	align-items: flex-start;
	display: flex
}

.footer_legal.text-style-muted {
	width: 100%;
	opacity: 1;
	color: rgba(255,255,255,.6);
	justify-content: space-between
}

.tile_graphic {
	width: auto;
	height: 4.5rem;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	flex: none;
	justify-content: flex-end;
	align-items: center;
	display: flex
}

.footer_social-links {
	grid-column-gap: .75rem;
	grid-row-gap: .75rem;
	flex: 0 auto;
	justify-content: flex-end;
	align-items: center;
	display: flex
}

.hero-flag-animation {
	width: 14rem;
	height: 7.5rem;
	grid-column-gap: -16px;
	grid-row-gap: -16px;
	flex: 0 auto;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	position: relative
}

.subscribe_button {
	grid-column-gap: .625rem;
	grid-row-gap: .625rem;
	cursor: pointer;
	background-color: #1a1a1a;
	border-radius: 99px;
	flex: none;
	justify-content: center;
	align-items: center;
	padding: .75rem 2rem;
	display: flex;
	position: relative;
	right: -3px
}

.section_showcase {
	width: 100%;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background-color: #fff;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	display: flex
}

.wordmark-wrapper-black {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding-bottom: 3px;
	display: flex
}

.spacer-xlarge {
	width: 100%;
	padding-top: 4rem
}

.location-hero_content {
	width: 100%;
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex
}

.logo_item {
	height: auto;
	max-width: 13rem;
	grid-column-gap: 0rem;
	grid-row-gap: 0rem;
	flex: 0 auto;
	justify-content: center;
	align-items: center;
	padding: .6rem 2rem;
	display: flex
}

.spacer-small {
	width: 100%;
	padding-top: 1rem
}

.showcase_tabs-content {
	overflow: visible
}

.divider {
	z-index: auto;
	width: 100%;
	height: 5px;
	color: #1a1a1a;
	background-color: #1a1a1a;
	position: relative
}

.divider.grey {
	width: 100%;
	background-color: rgba(244,246,248,.1);
	flex: 0 auto
}

.fake_button-text {
	color: #fff;
	flex: none;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5
}

.fake_helper-text {
	opacity: .5;
	color: #1a1a1a;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5
}

.showcase_tabs {
	flex-direction: column;
	align-items: center;
	padding-bottom: 0;
	display: flex
}

.spacer-large {
	flex: 0 auto;
	padding-top: 3rem
}

.flag-icon-1 {
	width: 7.5rem;
	height: 7.5rem;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	object-fit: cover;
	border-radius: 5rem;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: auto;
	box-shadow: 0 36px 30px -20px rgba(0,0,0,.3)
}

.card-row {
	min-height: 21rem;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex: none;
	align-self: auto;
	align-items: flex-start;
	display: flex;
	position: relative
}

.trust-safety-card {
	width: 100%;
	height: 100%;
	grid-column-gap: .5rem;
	grid-row-gap: .5rem;
	background-color: #fff;
	border: 1px solid #f4f4f4;
	border-radius: 24px;
	flex-direction: column;
	flex: 1;
	justify-content: flex-start;
	align-self: auto;
	align-items: flex-end;
	padding: 2.5rem 2.5rem 2.5rem 1.5rem;
	display: flex;
	box-shadow: 0 50px 50px -16px rgba(0,0,0,.2)
}

.max-width-xmedium {
	width: 100%;
	max-width: 38rem
}

.showcase_tab-menu {
	grid-column-gap: 0px;
	flex: 1;
	justify-content: center;
	display: flex
}

.tab-link {
	height: 100%;
	color: #1a1a1a;
	font-variation-settings: "wdth" 100,"wght" 600;
	background-color: #fff;
	border: 3px solid #1a1a1a;
	flex-direction: row;
	flex: 1;
	align-self: auto;
	align-items: center;
	padding: 1.25rem 2.5rem;
	font-size: 1.5rem;
	line-height: 1;
	transition: background-color .2s;
	display: flex
}

.tab-link:hover {
	background-color: #f4f6f8
}

.tab-link.w--current {
	color: #fff;
	background-color: #1a1a1a
}

.tab-link.is-left {
	border-top-left-radius: 3rem;
	border-bottom-left-radius: 3rem;
	padding-left: 3rem
}

.tab-link.is-right {
	border-top-right-radius: 3rem;
	border-bottom-right-radius: 3rem;
	padding-right: 3rem
}

.tab-link.is-center {
	border-left-style: none;
	border-right-style: none
}

.trust-safety-card_content {
	width: 100%;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex
}

.navbar_menu {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	display: flex
}

.nav-link {
	color: #1a1a1a;
	font-variation-settings: "wdth" 150,"wght" 600;
	letter-spacing: .25px;
	align-items: center;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 10px;
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: none;
	display: flex
}

.nav-link:hover {
	color: rgba(26,27,31,.75)
}

.nav-link:focus-visible {
	outline-offset: 0px;
	color: #0050bd;
	border-radius: 4px;
	outline: 2px solid #0050bd
}

.nav-link[data-wf-focus-visible] {
	outline-offset: 0px;
	color: #0050bd;
	border-radius: 4px;
	outline: 2px solid #0050bd
}

.nav-divider {
	width: 1px;
	height: 22px;
	background-color: #e4ebf3;
	margin-left: 15px;
	margin-right: 15px
}

.navbar_content {
	justify-content: space-between;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: flex
}

.navbar_wrapper {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.navbar_logo {
	align-items: center;
	display: flex
}

.navbar_left {
	grid-column-gap: 1.5rem;
	justify-content: space-between;
	align-items: center;
	display: flex
}

.logo-lockup-is-dark {
	grid-column-gap: .75rem;
	grid-row-gap: .75rem;
	flex: 0 auto;
	justify-content: flex-start;
	align-items: flex-end;
	display: flex
}

.navbar_button-group {
	grid-column-gap: .5rem;
	align-items: center;
	display: flex
}

.has-divider {
	padding-right: 1rem
}

.nav-main-button {
	opacity: 1;
	color: #1a1a1a;
	font-variation-settings: "wght" 600,"wdth" 150;
	text-align: center;
	letter-spacing: 0;
	background-color: rgba(244,246,248,0);
	border-radius: 10rem;
	padding: .6rem 1.5rem;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	transition: background-color .2s
}

.nav-main-button:hover {
	opacity: 1;
	background-color: #f4f6f8
}

.nav-main-button.w--current {
	color: #fff;
	background-color: #1a1a1a;
	padding: .6rem 1.5rem
}

.showcase-exchange_component {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	display: flex
}

.showcase_product {
	width: 100%;
	height: 100%;
	min-width: 73rem;
	grid-column-gap: 0rem;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	display: flex;
	position: relative;
	overflow: visible;
	transform: scale(.9)
}

.showcase-withdraw_component {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	display: flex
}

.showcase_product-screen {
	width: 26.375rem;
	height: 34.75rem;
	object-fit: fill;
	position: relative;
	transform: none
}

.nav-main-cta.for-mobile-nav {
	display: none
}

.navbar {
	z-index: 5;
	background-color: #fff
}

.flag-icon-2 {
	width: 7.5rem;
	height: 7.5rem;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	object-fit: cover;
	border-radius: 5rem;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: auto;
	right: 0%;
	box-shadow: 0 36px 30px -20px rgba(0,0,0,.3)
}

.footer {
	background-color: #1a1a1a
}

.link {
	color: #1a1a1a
}

.wordmark-wrapper-white {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding-bottom: 3px;
	display: flex
}

.product-divider {
	z-index: 3;
	width: 100%;
	height: 5px;
	background-color: #1a1a1a;
	position: absolute;
	top: auto;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.fs-styleguide_spacing-2 {
	grid-column-gap: .5rem;
	grid-row-gap: .5rem;
	background-image: linear-gradient(rgba(255,255,255,0),rgba(45,64,234,.1));
	grid-template-rows: auto auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	align-content: start;
	justify-content: start;
	align-items: start;
	justify-items: stretch;
	display: grid;
	position: relative
}

.spacer-huge {
	width: 100%;
	padding-top: 6rem
}

.spacer-small-2 {
	width: 100%;
	padding-top: 1rem
}

.spacer-medium-2 {
	width: 100%;
	padding-top: 2rem
}

.fs-styleguide_section-header-2 {
	width: 100%;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	border-bottom: 1px solid #000;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	padding-bottom: 3rem;
	line-height: 1.4;
	display: grid
}

.spacer-xxlarge {
	width: 100%;
	padding-top: 5rem
}

.fs-styleguide_spacer-box {
	width: 100%;
	background-color: rgba(45,64,234,.1);
	border: 1px dashed #2d40ea;
	position: relative
}

.fs-styleguide_label-2 {
	color: #fff;
	background-color: #2d40ea;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: .25rem .75rem .3rem;
	font-weight: 600;
	display: flex
}

.spacer-xhuge {
	width: 100%;
	padding-top: 8rem
}

.padding-global-2 {
	padding-left: 2.5rem;
	padding-right: 2.5rem
}

.spacer-xxsmall {
	width: 100%;
	padding-top: .25rem
}

.spacer-xsmall {
	width: 100%;
	padding-top: .5rem
}

.spacer-large-2 {
	padding-top: 3rem
}

.spacer-xlarge-2 {
	width: 100%;
	padding-top: 4rem
}

.spacer-xxhuge {
	width: 100%;
	padding-top: 12rem
}

.blob-container {
	z-index: 0;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	overflow: hidden
}

.showcase_currency-card {
	width: 21rem;
	position: absolute
}

.showcase_currency-card.is-left {
	transform: translate(-100%)
}

.showcase_currency-card.is-right {
	transform: translate(100%)
}

.social-link {
	opacity: .5;
	cursor: not-allowed;
	transition: opacity .2s
}

.social-link:hover {
	opacity: 1
}

.heading,.heading-2 {
	text-align: center
}

.hero-flag-solo {
	width: auto;
	height: 7.5rem;
	grid-column-gap: -16px;
	grid-row-gap: -16px;
	flex: 0 auto;
	justify-content: center;
	align-items: flex-start;
	display: flex;
	position: relative
}

.viral-loops-form {
	z-index: 0;
	position: relative;
	transform: scale(1.2)
}

.storerocket-embed {
	width: 100%;
	flex: 0 auto;
	display: block;
	position: relative;
	overflow: auto
}

.footer_link-container {
	grid-column-gap: 1rem;
	display: flex
}

.legal-template_component {
	padding-top: 2rem;
	padding-bottom: 5rem
}

.mobile-height-small-logo {
	height: auto
}

.pin-container {
	width: 3rem;
	transform: scale3d(1none,1none,1none);
	transform-style: preserve-3d;
	padding: .5rem;
	transition: transform .2s,opacity .2s
}

.pin-container:hover {
	opacity: .8;
	transform: scale(1.15)
}

.hero_form-text-field {
	height: 4.5rem;
	max-height: none;
	min-height: 4.5rem;
	min-width: 100%;
	color: #1a1a1a;
	font-variation-settings: "wght" 500,"wdth" 130;
	border: 5px solid #000;
	border-radius: 10rem;
	padding: .5rem .75rem .5rem 2rem;
	font-size: 1.2rem;
	line-height: 1.5rem;
	display: block
}

.hero_form-text-field:focus {
	border-style: solid;
	border-color: #75e7a3
}

.hero_form-text-field::-ms-input-placeholder {
	font-variation-settings: "wght" 500,"wdth" 130;
	font-size: 1.2rem
}

.hero_form-text-field::placeholder {
	font-variation-settings: "wght" 500,"wdth" 130;
	font-size: 1.2rem
}

.hero_form-wrapper {
	width: 100%;
	grid-row-gap: .25rem;
	flex-direction: column;
	display: flex
}

.hero_form-block {
	width: 100%
}

.hero_form-success {
	font-variation-settings: "wght" 500,"wdth" 130;
	background-color: #97fabe;
	border: 5px #97fabe;
	border-radius: .5rem
}

.text-block {
	font-size: 1.25rem;
	font-weight: 700
}

.hero_h5-row {
	grid-column-gap: 1rem;
	display: flex
}

.hero_h5-row.align-center {
	justify-content: center
}

.div-block-2 {
	display: flex
}

.div-block-3 {
	justify-content: center;
	padding-top: .25rem;
	display: flex
}

.recaptcha {
	flex: 0 auto
}

.hero_form-buttons-wrap {
	grid-column-gap: 1.5rem;
	align-items: center;
	display: flex
}

.hero_form-buttons-wrap.no-captcha {
	grid-column-gap: 0rem;
	grid-row-gap: 0rem;
	justify-content: center
}

.hero_form-error {
	font-variation-settings: "wght" 500,"wdth" 130;
	border-radius: .5rem;
	padding: 1rem 1rem 1rem 2rem
}

.section_features {
	width: 100%;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background-color: #fff;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	display: flex
}

.feature-holder {
	max-width: 100%;
	min-width: 73rem;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 4rem;
	margin-bottom: 4rem;
	display: flex
}

.feature-holder.blue-gradient {
	background-image: linear-gradient(rgba(177,227,255,.15),#b1e3ff 58%);
	border-radius: 20px;
	padding-right: 40px
}

.feature-separator {
	border: 4px solid #000;
	margin-top: 20px;
	margin-bottom: 20px
}

.feature-image {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block
}

.feature-image.mobile {
	max-width: 272px;
	margin-top: 60px
}

.feature-right-item {
	width: 50%;
	text-align: left
}

.feature-right-item.mobile,.feature-left-item,.feature-left-item.mobile {
	width: 50%
}

.feature-paragraph {
	font-size: 1.5rem
}

.button-features {
	color: #1a1a1a;
	-webkit-text-stroke-color: #fff;
	background-color: #fff;
	border: 5px solid #f4f6f8;
	border-radius: 50px;
	margin-top: 20px;
	font-family: Gt pressura vf,sans-serif;
	font-size: 1.2rem;
	font-weight: 600
}

.button-features.black {
	color: #fff;
	background-color: #1a1a1a;
	border-style: solid;
	border-color: #1a1a1a
}

.text-field-3,.text-field-4 {
	display: none
}

.f-navigation {
	z-index: 9999;
	width: 100%;
	min-height: 88px;
	background-color: #fff;
	align-items: center;
	padding: 24px 5%;
	display: flex;
	position: relative;
	top: 0
}

.f-paragraph-regular {
	letter-spacing: 0;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.8
}

.f-banner {
	min-height: 56px;
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	color: #fff;
	background-color: #1a1a1a;
	background-image: linear-gradient(90deg,#fff,#000 33%,#1a1a1a 66%,#fff);
	justify-content: center;
	align-items: center;
	padding: 16px 5%;
	display: flex
}

.f-container-regular {
	width: 100%;
	max-width: 1140px;
	object-fit: fill;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	position: static
}

.f-header-button-wrapper {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	flex-wrap: wrap;
	align-items: center;
	display: flex
}

.f-paragraph-small {
	letter-spacing: -.01em;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.8
}

.f-grid-two-column {
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	align-items: center
}

.f-button-movemoney {
	min-height: 48px;
	grid-column-gap: 6px;
	grid-row-gap: 6px;
	color: #fff;
	letter-spacing: -.02em;
	object-fit: fill;
	background-color: #1a1a1a;
	border-radius: 100px;
	justify-content: center;
	align-items: center;
	padding: 12px 24px;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-decoration: none;
	display: flex
}

.f-text-weight-medium {
	letter-spacing: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5
}

.f-avatar-image {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.f-h6-heading {
	color: #1a1a1a;
	letter-spacing: -.02em;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.5
}

.f-title-wrapper-center {
	z-index: 5;
	width: 100%;
	max-width: 580px;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: relative
}

.f-section-small {
	padding: 64px 5% 0;
	position: relative
}

.f-paragraph-large-2 {
	letter-spacing: -.02em;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 32px
}

.f-margin-bottom-41 {
	margin-bottom: 32px
}

.f-margin-bottom-42 {
	margin-bottom: 16px
}

.f-testimonial-card {
	color: #1a1a1a;
	background-color: #fff;
	border: 1px solid #f4f4f4;
	border-radius: 24px;
	padding: 32px;
	box-shadow: 0 50px 50px -16px rgba(0,0,0,.2)
}

.f-grid-three-column {
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	grid-template: "."/1fr 1fr 1fr
}

.f-h3-heading {
	color: #1a1a1a;
	text-align: center;
	letter-spacing: -.02em;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 48px;
	line-height: 1.2
}

.f-margin-bottom-48 {
	margin-bottom: 48px
}

.f-container-regular-3 {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.f-section-regular {
	background-image: linear-gradient(rgba(177,227,255,0),#fff);
	padding: 72px 5%;
	position: relative
}

.f-avatar-group-l {
	width: 72px;
	height: 72px;
	letter-spacing: -.03em;
	background-color: #e4e6f1;
	border: 6px solid #fff;
	border-radius: 100px;
	justify-content: center;
	align-items: center;
	margin-right: -24px;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.5;
	display: flex;
	position: relative
}

.f-button-wrapper {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	flex-wrap: wrap;
	align-items: center;
	display: flex
}

.f-content-image-wrapper-large {
	width: 100%;
	height: 460px;
	max-width: 78%;
	object-fit: contain;
	border-radius: 12px;
	flex: 1;
	display: block;
	overflow: hidden
}

.f-container-regular-4 {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.f-logo-block {
	min-height: 96px;
	background-color: #f4f6f8;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	padding: 24px;
	display: flex
}

.f-logo-grid-primary {
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	grid-template-rows: auto;
	grid-template-columns: repeat(3, 1fr);
}

.f-logo-grid-middle {
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	grid-template-rows: auto;
	grid-template-columns: repeat(3, 2fr);
	margin-top: 40px;
	margin-bottom: 40px
}

.f-logo-grid-wrapper {
	max-width: 600px
}

.text-block-2 {
	color: #fff
}

.f-avatar-group-3 {
	justify-content: flex-start;
	display: flex
}

.f-banner-flex-row {
	grid-column-gap: 16px;
	grid-row-gap: 8px;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative
}

.f-banner-badge-2 {
	color: #1a1a1a;
	text-transform: uppercase;
	background-color: #fff;
	border-radius: 50px;
	padding: 4px 12px;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px
}

.f-h3-heading-2 {
	color: #1a1a1a;
	letter-spacing: -.02em;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 48px;
	line-height: 1.2
}

.f-text-weight-bold {
	font-weight: 700
}

.f-h3-heading-3 {
	color: #1a1a1a;
	letter-spacing: -.02em;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 48px;
	line-height: 1.2
}

.f-paragraph-large-3 {
	letter-spacing: -.02em;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 32px
}

.f-container-regular-5 {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.f-section-large-2 {
	padding: 92px 5% 0;
	position: relative
}

.f-image-cover-4 {
	width: 100%;
	height: 100%;
	max-width: 320px;
	object-fit: fill;
	display: block;
	position: static
}

.f-grid-three-column-3 {
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr
}

.f-image-cover-5 {
	width: 100%;
	height: 100%;
	object-fit: scale-down
}

.f-header-image-wrapper-wide {
	height: 450px;
	object-fit: contain;
	border-radius: 12px;
	justify-content: center;
	align-items: center;
	margin-top: 64px;
	display: flex;
	overflow: hidden;
	position: relative;
}

.f-h1-heading-2 {
	color: #1a1a1a;
	letter-spacing: -.04em;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 64px;
	line-height: 1.2
}

.f-margin-bottom-65 {
	margin-bottom: 24px
}

.f-header-title-wrapper-center-2 {
	z-index: 5;
	width: 100%;
	max-width: 630px;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: relative
}

.main {
	top: 75px
}

.f-margin-bottom-67 {
	margin-bottom: 16px
}

.f-feature-icon-wrapper-white {
	width: 72px;
	height: 72px;
	min-height: 72px;
	min-width: 72px;
	background-color: #fff;
	border-radius: 100px;
	justify-content: flex-start;
	margin-bottom: 40px;
	padding: 16px;
	display: inline-block
}

.f-feature-card-filled {
	background-color: #fff;
	border: 1px solid #f4f4f4;
	border-radius: 24px;
	padding: 32px;
	box-shadow: 0 50px 50px -16px rgba(0,0,0,.2)
}

.f-margin-bottom-68 {
	margin-bottom: 12px
}

.f-max-width-large {
	max-width: 475px
}

.f-header-grid-asymmetrical {
	grid-column-gap: 40px;
	grid-template-rows: auto;
	grid-template-columns: 1fr .75fr
}

.f-margin-bottom-69 {
	margin-bottom: 64px
}

.f-container-regular-6 {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.div-block-7 {
	justify-content: center;
	align-items: center;
	display: flex
}

.f-navigation-content-2 {
	grid-column-gap: 8px;
	align-items: center;
	display: flex
}

.f-navigation-link-2 {
	color: #1a1a1a;
	letter-spacing: -.01em;
	white-space: nowrap;
	background-color: transparent;
	border-radius: 50px;
	padding: 8px 24px;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-decoration: none;
	transition: all .35s
}

.f-navigation-link-2:hover {
	color: #1a1a1a;
	background-color: #f3f5fb
}

.f-navigation-link-2.w--current {
	color: #0ebc6e
}

.f-navigation-menu-2 {
	grid-column-gap: 6px;
	align-items: center;
	display: flex;
	position: static
}

.f-logo-2 {
	width: 124px
}

.f-navigation-link-wrapper-2 {
	grid-column-gap: 24px;
	align-items: center;
	display: flex
}

.f-navigation-container-2 {
	width: 100%;
	max-width: 1280px;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	display: flex
}

.f-navigation-2 {
	width: 100%;
	min-height: 88px;
	background-color: #fff;
	align-items: center;
	padding: 24px 5%;
	display: flex;
	-webkit-box-shadow: 0 4px 6px -6px #222;
	-moz-box-shadow: 0 4px 6px -6px #222;
	box-shadow: 0 4px 6px -6px #222;
}

.faq-title-wrapper {
	width: 100%;
	color: #160042;
	white-space: normal;
	justify-content: space-between;
	align-items: center;
	margin-top: 4px;
	margin-bottom: 4px;
	display: flex
}

.faq-toggle {
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
	display: flex
}

.faq-toggle:hover {
	color: #338cff
}

.grid-one-column {
	grid-column-gap: 40px;
	grid-row-gap: 24px;
	grid-template-rows: auto;
	grid-template-columns: 1fr
}

.faq-icon-square {
	width: 40px;
	height: 40px;
	min-height: 40px;
	min-width: 40px;
	background-color: #f7f9fd;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	display: flex
}

.paragraph-regular-bold {
	color: #1a1a1a;
	letter-spacing: -.03em;
	font-family: Gt pressura vf,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px
}

.faq-content {
	width: 100%;
	background-color: transparent;
	display: block;
	position: static;
	overflow: hidden
}

.heading-detail-small {
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px
}

.flex-wrapper-centre {
	z-index: 5;
	width: 100%;
	max-width: 700px;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 48px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: relative
}

.faq-item-line {
	object-fit: fill;
	border: 1px solid #e4e6f1;
	border-radius: 10px;
	padding: 28px 32px;
	transition: all .3s;
	display: block;
	position: relative
}

.faq-content-wrapper {
	width: 100%;
	max-width: 90%;
	line-height: 36px
}

.paragraph-regular {
	letter-spacing: -.02em;
	object-position: 0% 50%;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px
}

.container-x-small {
	width: 100%;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.faq-arrow {
	width: 24px;
	height: 24px;
	color: #6b7094;
	justify-content: center;
	align-items: center;
	display: flex
}

.price-text-small {
	color: #1a1a1a;
	text-align: right;
	letter-spacing: -.02em;
	margin-top: 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 48px
}

.pricing-title-wrapper {
	justify-content: space-between;
	align-items: center;
	display: flex
}

.pricing-plan-type {
	color: #1a1a1a;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px
}

.span-dollar {
	margin-right: 4px;
	font-size: 32px;
	line-height: 40px
}

.paragraph-small {
	letter-spacing: -.01em;
	font-size: 14px;
	line-height: 24px
}

.pricing-line-small {
	height: 1px;
	background-color: #e4e6f1;
	margin-top: 16px;
	margin-bottom: 16px
}

.pricing-month {
	color: #b6b9ce;
	letter-spacing: -.02em;
	margin-left: 4px;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px
}

.pricing-card-standard {
	background-color: #fff;
	border-radius: 16px;
	padding: 40px;
	display: inline-block
}

.f-paragraph-small-3 {
	letter-spacing: -.01em;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.8
}

.f-paragraph-small-3.f-text-color-gray-400 {
	color: #b6b9ce
}

.f-pricing-button {
	min-height: 48px;
	color: #fff;
	letter-spacing: -.02px;
	white-space: nowrap;
	background-color: #0ebc6e;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	padding: 12px 32px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: background-color .3s;
	display: flex
}

.f-pricing-button:hover {
	color: #1a1a1a;
	background-color: #fff
}

.f-pricing-line-dark {
	height: 1px;
	background-color: #282556;
	margin-top: 24px;
	margin-bottom: 24px
}

.f-text-color-gray-400 {
	color: #b6b9ce
}

.f-icon-regular-5 {
	width: 24px;
	height: 24px;
	justify-content: center;
	align-items: center;
	transition: color .2s;
	display: flex
}

.f-pricing-feature-item-2 {
	grid-column-gap: 12px;
	align-items: center;
	display: flex
}

.f-pricing-feature-list {
	grid-column-gap: 24px;
	grid-row-gap: 16px;
	grid-template-columns: 1fr
}

.f-h3-heading-6 {
	color: #1a1a1a;
	letter-spacing: -.02em;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 48px;
	line-height: 1.2
}

.f-h3-heading-6.f-text-color-white {
	color: #fff
}

.f-margin-bottom-72 {
	margin-bottom: 24px
}

.f-badge-filled-2 {
	color: #fff;
	background-color: #0ebc6e;
	border-radius: 50px;
	justify-content: space-between;
	align-items: center;
	padding: 4px 12px;
	font-size: 12px;
	line-height: 16px;
	display: flex
}

.f-heading-detail-small-4 {
	color: #6b7094;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px
}

.f-heading-detail-small-4.f-text-color-white {
	color: #fff
}

.f-pricing-type-wrapper {
	justify-content: space-between;
	align-items: center;
	display: flex
}

.f-margin-bottom-73 {
	margin-bottom: 16px
}

.f-pricing-card-dark {
	color: #fff;
	background-color: #1a1a1a;
	border: 1px solid transparent;
	border-radius: 16px;
	padding: 40px;
	position: relative
}

.f-button-secondary-3 {
	min-height: 48px;
	color: #fff;
	letter-spacing: -.02em;
	background-color: #1a1a1a;
	border: 1px solid #e4e6f1;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	padding: 12px 32px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: border-color .3s,background-color .3s;
	display: flex
}

.f-button-secondary-3:hover {
	background-color: #fff;
	border-color: #1a1a1a
}

.f-pricing-line {
	height: 1px;
	background-color: #e4e6f1;
	margin-top: 24px;
	margin-bottom: 24px
}

.f-pricing-card-outline-2 {
	height: 100%;
	border: 1px solid #e4e6f1;
	border-radius: 16px;
	flex-direction: column;
	justify-content: center;
	padding: 40px;
	display: flex
}

.f-pricing-column-basic {
	max-width: 750px;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	margin-left: auto;
	margin-right: auto
}

.f-h2-heading-2 {
	color: #1a1a1a;
	letter-spacing: -.04em;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 56px;
	line-height: 1.2
}

.f-margin-bottom-74 {
	margin-bottom: 12px
}

.f-pricing-title-wrapper {
	max-width: 600px;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	display: flex
}

.f-margin-bottom-75 {
	margin-bottom: 56px
}

.f-container-small {
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.f-section-large-5 {
	padding: 92px 5%;
	position: relative
}

.f-footer-detail {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px
}

.f-footer-line {
	width: 1px;
	height: 24px;
	background-color: #e4e6f1;
	margin-left: 16px;
	margin-right: 16px
}

.f-footer-basic {
	justify-content: flex-start;
	align-items: center;
	display: flex
}

.f-container-large {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.f-footer-small {
	background-color: #fff;
	padding: 32px 5%;
	position: relative
}

.f-image-cover {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.f-header-image-wrapper-tall {
	width: 100%;
	height: 630px;
	max-width: 500px;
	border-radius: 12px;
	overflow: hidden
}

.f-button-secondary {
	min-height: 48px;
	color: #1a1a1a;
	letter-spacing: -.02em;
	background-color: #fff;
	border: 1px solid #e4e6f1;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	padding: 12px 32px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: border-color .3s,background-color .3s;
	display: flex
}

.f-button-secondary:hover {
	background-color: #f3f5fb;
	border-color: transparent
}

.f-button-neutral {
	min-height: 48px;
	color: #fff;
	text-align: center;
	letter-spacing: -.02em;
	background-color: #1a1a1a;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	padding: 12px 32px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: background-color .3s;
	display: flex
}

.f-button-neutral:hover {
	background-color: #282556
}

.f-header-button-wrapper-2 {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	flex-wrap: wrap;
	align-items: center;
	display: flex
}

.f-paragraph-large {
	letter-spacing: -.02em;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 32px
}

.f-margin-bottom-32 {
	margin-bottom: 32px
}

.f-h1-heading {
	color: #1a1a1a;
	letter-spacing: -.04em;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 64px;
	line-height: 1.2
}

.f-margin-bottom-24 {
	margin-bottom: 24px
}

.f-heading-detail-small {
	color: #6b7094;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px
}

.f-margin-bottom-08 {
	margin-bottom: 8px
}

.f-header-grid {
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	align-items: center
}

.f-container-regular-7 {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.f-section-large {
	padding: 92px 5%;
	position: relative
}

@media screen and (max-width: 991px) {
	h1 {
		font-size:3.5rem
	}

	h2 {
		font-size: 2rem
	}

	h3 {
		font-size: 2.1rem
	}

	h4 {
		font-size: 1.7rem
	}

	h5 {
		font-size: 1.6rem
	}

	h6 {
		font-size: .8rem
	}

	p {
		font-size: 1rem
	}

	.padding-xlarge {
		padding: 3rem
	}

	.margin-xlarge {
		margin: 3rem
	}

	.padding-xhuge {
		padding: 6rem
	}

	.padding-xxhuge {
		padding: 8rem
	}

	.padding-huge {
		padding: 5rem
	}

	.margin-large {
		margin: 2.5rem
	}

	.padding-xxlarge {
		padding: 4rem
	}

	.padding-large {
		padding: 2.5rem
	}

	.margin-huge {
		margin: 5rem
	}

	.padding-medium {
		padding: 1.5rem
	}

	.margin-xxlarge {
		margin: 4rem
	}

	.margin-xhuge {
		margin: 6rem
	}

	.margin-medium {
		margin: 1.5rem
	}

	.margin-xxhuge {
		margin: 8rem
	}

	.margin-horizontal {
		margin-top: 0;
		margin-bottom: 0
	}

	.padding-top {
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0
	}

	.margin-vertical {
		margin-left: 0;
		margin-right: 0
	}

	.margin-bottom {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0
	}

	.padding-left {
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 0
	}

	.padding-vertical {
		padding-left: 0;
		padding-right: 0
	}

	.padding-horizontal {
		padding-top: 0;
		padding-bottom: 0
	}

	.margin-right {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0
	}

	.margin-top {
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0
	}

	.margin-left {
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 0
	}

	.padding-right {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0
	}

	.padding-bottom {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0
	}

	.hide-tablet {
		display: none
	}

	.fs-styleguide_2-col {
		grid-column-gap: 2rem;
		grid-row-gap: 2rem;
		grid-template-columns: 1fr
	}

	.max-width-full-tablet {
		width: 100%;
		max-width: none
	}

	.fs-styleguide_1-col {
		grid-column-gap: 2rem;
		grid-row-gap: 2rem
	}

	.fs-styleguide_heading-medium {
		font-size: 3rem
	}

	.fs-styleguide_4-col {
		grid-template-columns: 1fr
	}

	.text-size-regular {
		font-size: .9rem
	}

	.text-size-regular.text-style-allcaps.form_label {
		margin-bottom: .5rem;
		font-size: .8rem
	}

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

	.padding-section-large {
		padding-top: 6rem;
		padding-bottom: 6rem
	}

	.fs-styleguide_3-col {
		grid-template-columns: 1fr
	}

	.text-style-link {
		font-size: .9rem
	}

	.button.is-form-submit {
		height: 4rem
	}

	.fs-styleguide_section {
		grid-column-gap: 2.5rem;
		grid-template-columns: 1fr
	}

	.padding-section-medium {
		padding-top: 4rem;
		padding-bottom: 4rem
	}

	.home-nav_content-wrap {
		grid-column-gap: 0rem;
		grid-row-gap: 0rem;
		flex: 0 auto;
		justify-content: space-between;
		align-self: auto;
		align-items: center
	}

	.home-nav_content {
		align-items: flex-start
	}

	.home-nav_content-nav-name {
		order: 0;
		align-self: auto;
		font-size: 4rem;
		display: block;
		transform: scale(.4)
	}

	.home-message_title-superscript.text-color-grey.text-style-muted {
		font-size: 2rem
	}

	.home-message_title-m {
		font-size: 3.5rem
	}

	.home-nav_content-nav-left {
		width: 25%;
		flex-direction: row;
		flex: none;
		justify-content: center;
		align-items: center;
		display: flex;
		position: static
	}

	.section-home-hero_component {
		min-height: 80vh
	}

	.section-home-hero_m-video.hide-desktop {
		display: block
	}

	.trust-safety_component {
		padding-bottom: 2.5rem
	}

	.footer_component {
		width: 100%
	}

	.spacer-medium {
		padding-top: 1.7rem
	}

	.spacer-medium.show-mobile-portrait {
		display: none
	}

	.blob-showcase {
		width: 25rem;
		height: 25rem;
		opacity: .6;
		filter: blur(4rem);
		top: 90%
	}

	.footer_legal.text-style-muted {
		flex-direction: column
	}

	.hero-flag-animation {
		width: 12rem;
		height: 6.5rem
	}

	.spacer-xlarge {
		padding: 2.5rem 3rem
	}

	.logo_item {
		width: 9rem;
		padding-top: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
		position: relative
	}

	.spacer-small {
		padding-top: .9rem
	}

	.spacer-large {
		padding-top: 2.7rem
	}

	.flag-icon-1 {
		width: 6.5rem;
		height: 6.5rem
	}

	.card-row {
		grid-column-gap: 2rem;
		grid-row-gap: 2rem;
		flex-flow: wrap;
		flex: 1;
		align-content: space-between;
		justify-content: flex-start;
		align-self: auto;
		align-items: flex-start
	}

	.trust-safety-card {
		width: 30%;
		height: auto;
		min-height: 100%;
		grid-column-gap: 1rem;
		grid-row-gap: 1rem;
		object-fit: fill;
		flex-direction: column;
		flex: 1;
		justify-content: flex-start;
		align-self: stretch;
		align-items: flex-end;
		position: relative
	}

	.max-width-xmedium.text-align-center.z-index-1 {
		max-width: 30rem
	}

	.tab-link {
		font-size: 1.3rem
	}

	.trust-safety-card_content {
		flex: 0 auto;
		justify-content: space-between;
		position: relative
	}

	.navbar_menu-wrapper {
		background-color: transparent
	}

	.navbar_menu {
		background-color: #fff;
		border-radius: 50px;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		margin-top: 10px;
		padding: 20px;
		display: flex;
		box-shadow: 0 8px 50px rgba(0,0,0,.05)
	}

	.nav-link {
		padding-left: 5px;
		padding-right: 5px
	}

	.menu-button {
		padding: 12px
	}

	.menu-button.w--open {
		color: #fff;
		background-color: #1a1a1a
	}

	.logo-lockup-is-dark {
		display: flex;
		position: static
	}

	.showcase_product {
		width: 100%;
		height: 100%;
		min-width: 43rem;
		justify-content: flex-end;
		transform: none
	}

	.showcase_product-screen {
		width: 15rem;
		height: 20rem;
		max-height: 100%
	}

	.navbar {
		opacity: 1
	}

	.flag-icon-2 {
		width: 6.5rem;
		height: 6.5rem
	}

	.spacer-huge {
		padding: 5rem
	}

	.spacer-xxlarge {
		padding: 4rem
	}

	.spacer-xlarge-2 {
		padding: 3rem
	}

	.showcase_currency-card {
		width: 12rem;
		bottom: .125rem
	}

	.hero-flag-solo {
		width: 12rem;
		height: 6.5rem
	}

	.mobile-height-small-logo {
		height: auto
	}

	.pin-container {
		width: 4rem;
		padding: 1em
	}

	.hero_form-text-field {
		height: 4rem;
		max-height: none;
		min-height: 4rem;
		min-width: auto;
		padding-top: .25rem;
		padding-bottom: .25rem;
		font-size: 1.2rem
	}

	.hero_form-wrapper {
		margin-bottom: 0;
		font-size: 100%;
		font-weight: 700;
		line-height: 100%
	}

	.recaptcha {
		margin-bottom: 0
	}

	.feature-holder {
		min-width: auto
	}

	.f-navigation {
		padding-top: 12px;
		padding-bottom: 12px;
		position: relative
	}

	.f-header-button-wrapper {
		justify-content: center
	}

	.f-grid-two-column {
		grid-template-columns: 1fr
	}

	.f-grid-three-column {
		grid-template-columns: 1fr 1fr
	}

	.f-content-image-wrapper-large {
		max-width: 100%
	}

	.f-h3-heading-2 {
		flex-direction: row;
		display: flex
	}

	.f-grid-three-column-3 {
		grid-template-columns: 1fr 1fr
	}

	.f-header-grid-asymmetrical {
		grid-template-columns: 1fr
	}

	.f-navigation-menu-button-2 {
		color: #393b6a;
		border: 1px solid #f3f5fb;
		border-radius: 8px;
		padding: 10px
	}

	.f-navigation-menu-button-2.w--open {
		background-color: #1a1a1a;
		border-color: #fff
	}

	.f-navigation-content-2 {
		width: auto;
		align-items: center;
		display: flex
	}

	.f-navigation-link-2 {
		width: 100%
	}

	.f-navigation-menu-2 {
		color: #393b6a;
		background-color: #fff;
		padding: 12px;
		position: absolute
	}

	.f-navigation-menu-2.w--open {
		background-color: #282556;
		border-color: #fff
	}

	.f-navigation-logo-link-2 {
		margin-right: 0
	}

	.f-navigation-2 {
		position: relative
	}

	.faq-content {
		width: 100%
	}

	.f-pricing-column-basic {
		grid-template-columns: 1fr
	}

	.f-header-image-wrapper-tall {
		height: 360px;
		max-width: none
	}

	.f-header-grid {
		grid-template-columns: 1fr
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size:2.8rem
	}

	h2,h3 {
		font-size: 1.5rem
	}

	h4 {
		font-size: 1.25rem
	}

	h5 {
		font-size: 1.1rem
	}

	h6 {
		font-size: .875rem
	}

	.padding-xlarge {
		padding: 2rem
	}

	.margin-xlarge {
		margin: 2rem
	}

	.padding-xhuge {
		padding: 4rem
	}

	.padding-xxhuge {
		padding: 4.5rem
	}

	.padding-huge {
		padding: 3.5rem
	}

	.margin-large {
		margin: 1.5rem
	}

	.padding-xxlarge {
		padding: 3rem
	}

	.padding-large {
		padding: 1.5rem
	}

	.margin-huge {
		margin: 3.5rem
	}

	.padding-medium {
		padding: 1.25rem
	}

	.margin-xxlarge {
		margin: 3rem
	}

	.margin-xhuge {
		margin: 4rem
	}

	.margin-medium {
		margin: 1.25rem
	}

	.margin-xxhuge {
		margin: 4.5rem
	}

	.margin-horizontal {
		margin-top: 0;
		margin-bottom: 0
	}

	.padding-top {
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0
	}

	.margin-vertical {
		margin-left: 0;
		margin-right: 0
	}

	.margin-bottom {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0
	}

	.padding-left {
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 0
	}

	.padding-vertical {
		padding-left: 0;
		padding-right: 0
	}

	.padding-horizontal {
		padding-top: 0;
		padding-bottom: 0
	}

	.margin-right {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0
	}

	.margin-top {
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0
	}

	.margin-left {
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 0
	}

	.padding-right {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0
	}

	.padding-bottom {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0
	}

	.hide-mobile-landscape {
		display: none
	}

	.fs-styleguide_heading-large {
		font-size: 3rem
	}

	.heading-style-h3 {
		font-size: 1.5rem
	}

	.heading-style-h1 {
		font-size: 2.5rem
	}

	.padding-global {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}

	.padding-section-small {
		padding-top: 2rem;
		padding-bottom: 2rem
	}

	.fs-styleguide_section-header {
		font-size: .875rem
	}

	.fs-styleguide_heading-medium {
		font-size: 2rem
	}

	.text-size-regular {
		font-size: .8rem
	}

	.max-width-full-mobile-landscape {
		width: 100%;
		max-width: none
	}

	.heading-style-h4 {
		font-size: 1rem
	}

	.text-style-nowrap {
		white-space: normal
	}

	.heading-style-h6 {
		font-size: .75rem
	}

	.padding-section-large {
		padding-top: 4rem;
		padding-bottom: 4rem
	}

	.text-style-link {
		font-size: .8rem
	}

	.heading-style-h2 {
		font-size: 2rem
	}

	.fs-styleguide_version,.heading-style-h5 {
		font-size: .875rem
	}

	.text-align-center {
		order: 0
	}

	.button.hide-desktop-tablet {
		display: block
	}

	.padding-section-medium {
		padding-top: 3rem;
		padding-bottom: 3rem
	}

	.section-home-nav_component {
		min-height: auto;
		padding: 1rem 2rem
	}

	.home-nav_content {
		border-radius: 0
	}

	.home-nav_content-nav-name {
		transform: scale(.3)
	}

	.home-message_title-superscript.text-color-grey.text-style-muted {
		font-size: 4rem;
		top: .4rem;
		left: .6rem
	}

	.section-home-hero_component {
		padding: 0
	}

	.trust-safety_component {
		padding-top: 1rem;
		padding-bottom: 1rem
	}

	.section_hero {
		padding-bottom: 1rem
	}

	.subscribe_field {
		width: 90%
	}

	.spacer-medium {
		padding-top: 1.4rem
	}

	.spacer-medium.show-mobile-portrait {
		display: none
	}

	.blob-showcase {
		width: 18rem;
		height: 20rem;
		opacity: .8;
		top: 103%
	}

	.showcase_logo-section {
		height: auto;
		grid-column-gap: 1rem;
		grid-row-gap: 0rem;
		flex-wrap: wrap
	}

	.showcase-deposit_component {
		flex-wrap: wrap
	}

	.hero-flag-animation {
		width: 10rem;
		height: 5.5rem
	}

	.section_showcase {
		padding-top: 1rem
	}

	.wordmark-wrapper-black {
		width: 6rem;
		padding-bottom: 1px
	}

	.spacer-xlarge {
		padding: 1.8rem 2rem
	}

	.location-hero_content {
		grid-row-gap: 1rem
	}

	.fake_button-text,.fake_helper-text {
		font-size: 1.2rem
	}

	.spacer-large {
		padding-top: 2rem
	}

	.flag-icon-1 {
		width: 5.5rem;
		height: 5.5rem
	}

	.card-row {
		grid-column-gap: 1rem
	}

	.navbar_menu {
		border-radius: 20px;
		flex-direction: column;
		padding-bottom: 30px
	}

	.nav-link {
		padding-top: 10px;
		padding-bottom: 10px;
		display: inline-block
	}

	.nav-divider {
		width: 200px;
		height: 1px;
		max-width: 100%;
		margin-top: 10px;
		margin-bottom: 10px
	}

	.navbar_wrapper {
		padding-top: 1rem;
		padding-bottom: 1rem
	}

	.navbar_left {
		grid-column-gap: 1rem
	}

	.logo-lockup-is-dark {
		width: 9rem;
		grid-column-gap: .75rem;
		grid-row-gap: .75rem
	}

	.navbar_button-group.hide-mobile-portrait {
		grid-column-gap: 0rem
	}

	.showcase_product {
		height: auto;
		max-height: 100%;
		max-width: 100%;
		min-width: 33rem
	}

	.showcase_product-screen {
		width: 12rem;
		height: 16rem;
		max-height: none
	}

	.nav-main-cta {
		margin-top: .625rem
	}

	.flag-icon-2 {
		width: 5.5rem;
		height: 5.5rem
	}

	.navbar_logo-mark {
		height: 2rem
	}

	.wordmark-wrapper-white {
		width: 6rem;
		padding-bottom: 3px
	}

	.spacer-huge {
		padding: 3.5rem
	}

	.fs-styleguide_section-header-2 {
		font-size: .875rem
	}

	.spacer-xxlarge {
		padding: 3rem
	}

	.padding-global-2 {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}

	.spacer-xlarge-2 {
		padding: 2rem
	}

	.showcase_currency-card {
		width: 9.5rem;
		bottom: .2rem
	}

	.hero-flag-solo {
		width: 10rem;
		height: 5.5rem
	}

	.footer_logo-mark {
		height: 1.4rem
	}

	.mobile-height-small-logo {
		height: auto
	}

	.pin-container {
		width: 3.7rem
	}

	.div-block-3 {
		padding-top: .125rem
	}

	.hero_form-buttons-wrap {
		grid-row-gap: 1rem;
		flex-direction: column
	}

	.section_features {
		padding-top: 1rem
	}

	.feature-holder {
		flex-flow: column-reverse wrap
	}

	.feature-holder.blue-gradient {
		flex-flow: wrap-reverse;
		padding: 20px 20px 0
	}

	.feature-right-item,.feature-right-item.mobile,.feature-left-item,.feature-left-item.mobile {
		width: 100%
	}

	.f-banner {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		background-size: auto
	}

	.f-grid-three-column {
		grid-template-columns: 1fr
	}

	.f-h3-heading {
		font-size: 40px
	}

	.f-section-regular {
		padding-top: 72px;
		padding-bottom: 72px
	}

	.f-banner-flex-row {
		width: 100%;
		flex-direction: column;
		align-items: flex-start
	}

	.f-banner-badge-2 {
		margin-bottom: 4px;
		margin-left: 0;
		margin-right: 0
	}

	.f-h3-heading-2,.f-h3-heading-3 {
		font-size: 40px
	}

	.f-section-large-2 {
		padding-top: 72px;
		padding-bottom: 72px
	}

	.image-4 {
		box-shadow: none
	}

	.f-grid-three-column-3 {
		grid-template-columns: 1fr
	}

	.f-h1-heading-2 {
		margin-top: 0;
		font-size: 48px
	}

	.f-h3-heading-6 {
		font-size: 40px
	}

	.f-h2-heading-2 {
		font-size: 44px
	}

	.f-section-large-5 {
		padding-top: 72px;
		padding-bottom: 72px
	}

	.f-header-image-wrapper-tall {
		height: 400px
	}

	.f-h1-heading {
		margin-top: 0;
		font-size: 48px
	}

	.f-section-large {
		padding-top: 72px;
		padding-bottom: 72px
	}
}

@media screen and (max-width: 479px) {
	h1 {
		font-size:2.3rem
	}

	h2 {
		font-size: 1.25rem
	}

	h5 {
		font-size: 1.1rem;
		line-height: 1.5
	}

	h6 {
		letter-spacing: 2px;
		font-size: .55rem
	}

	p {
		font-size: .8rem
	}

	.margin-horizontal {
		margin-top: 0;
		margin-bottom: 0
	}

	.padding-top {
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0
	}

	.margin-vertical {
		margin-left: 0;
		margin-right: 0
	}

	.margin-bottom {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0
	}

	.padding-left {
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 0
	}

	.padding-vertical {
		padding-left: 0;
		padding-right: 0
	}

	.padding-horizontal {
		padding-top: 0;
		padding-bottom: 0
	}

	.margin-right {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0
	}

	.margin-top {
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0
	}

	.margin-left {
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 0
	}

	.padding-right {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0
	}

	.padding-bottom {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0
	}

	.text-color-grey.text-style-allcaps {
		text-align: center
	}

	.text-color-grey.text-style-allcaps.text-feature-headline {
		font-size: .8rem
	}

	.max-width-full-mobile-portrait {
		width: 100%;
		max-width: none
	}

	.hide-mobile-portrait {
		display: none
	}

	.text-size-regular.text-style-allcaps.form_label {
		letter-spacing: 2px;
		font-size: .6rem
	}

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

	.main-wrapper {
		padding-bottom: 88px
	}

	.button {
		font-size: .9rem;
		line-height: 1.2
	}

	.button.is-small.is-nav-cta {
		width: 100%
	}

	.button.is-form-submit {
		height: 3.5rem;
		font-size: 1rem;
		line-height: 1.4
	}

	.home-nav_content-wrap {
		width: 100%;
		grid-row-gap: 0rem;
		flex: 0 auto
	}

	.section-home-nav_component {
		height: 12vh;
		padding-left: 1rem;
		padding-right: 1rem
	}

	.home-nav_content-nav-name {
		transform: scale(.3)
	}

	.home-message_title-superscript.text-color-grey.text-style-muted {
		font-size: 3rem;
		top: -.1rem
	}

	.home-nav_content-nav-left {
		width: 43%
	}

	.section-home-hero_component {
		height: 88vh
	}

	.trust-safety_component {
		grid-row-gap: .75rem
	}

	.section_hero {
		padding-top: 0;
		overflow: hidden
	}

	.subscribe_field {
		width: 100%
	}

	.spacer-medium {
		padding-top: .9rem
	}

	.spacer-medium.show-mobile-portrait {
		display: flex
	}

	.blob-showcase {
		width: 12rem;
		height: 15rem;
		opacity: 1;
		filter: blur(1.9rem);
		top: 80%
	}

	.showcase_logo-section {
		width: 110%;
		height: auto;
		grid-column-gap: .5rem;
		grid-row-gap: 0rem;
		flex-wrap: wrap;
		flex: 0 auto;
		position: relative;
		transform: none
	}

	.subscribe_input {
		padding-left: 1rem;
		padding-right: 1rem
	}

	.showcase-deposit_component {
		width: 100%;
		align-content: center;
		padding-bottom: 2rem
	}

	.footer_legal {
		grid-column-gap: .5rem
	}

	.footer_legal.text-style-muted {
		grid-row-gap: .5rem;
		flex-direction: column-reverse
	}

	.tile_graphic {
		height: 3.5rem;
		transform: none
	}

	.hero-flag-animation {
		width: 8.5rem;
		height: 4.5rem;
		transform: scale(.7)
	}

	.subscribe_button {
		padding-left: 1rem;
		padding-right: 1rem
	}

	.section_showcase {
		overflow: hidden
	}

	.wordmark-wrapper-black {
		width: 7rem;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding-bottom: .25rem;
		display: block
	}

	.location-hero_content {
		padding-bottom: 3rem
	}

	.logo_item {
		width: 6rem;
		padding: .35rem .5rem
	}

	.spacer-small {
		padding-top: .7rem
	}

	.fake_button-text,.fake_helper-text {
		font-size: .8rem
	}

	.showcase_tabs {
		padding-bottom: 3rem
	}

	.spacer-large {
		padding-top: 1.5rem
	}

	.flag-icon-1 {
		width: 4.5rem;
		height: 4.5rem
	}

	.card-row {
		grid-row-gap: 1.25rem;
		flex-direction: column;
		flex: 1
	}

	.trust-safety-card {
		width: 100%;
		grid-column-gap: 1.5rem;
		flex-direction: row;
		align-items: flex-start;
		padding: 1.5rem 1.5rem 1.5rem 1rem
	}

	.showcase_tab-menu {
		max-width: 100vw
	}

	.tab-link {
		padding: .85rem 1.5rem;
		font-size: .9rem
	}

	.tab-link.is-left {
		padding-left: 2rem
	}

	.tab-link.is-right {
		padding-right: 2rem
	}

	.tab-link.is-center {
		padding-left: 1.75rem;
		padding-right: 1.75rem
	}

	.navbar_menu {
		height: 100svh;
		flex-direction: column;
		justify-content: flex-start
	}

	.navbar_wrapper {
		background-color: #fff;
		padding-top: 0;
		padding-bottom: .5rem
	}

	.navbar_logo {
		flex: 0 auto;
		padding-left: 0
	}

	.navbar_left {
		flex: 0 auto;
		justify-content: flex-start
	}

	.logo-lockup-is-dark {
		width: auto;
		grid-column-gap: .75rem;
		grid-row-gap: .75rem;
		object-fit: fill;
		flex-direction: row;
		align-items: flex-start;
		display: flex;
		overflow: hidden
	}

	.nav-main-button {
		font-size: .9rem;
		line-height: 1.2
	}

	.showcase-exchange_component {
		flex-wrap: nowrap
	}

	.showcase_product {
		max-height: 100%;
		max-width: 100vw;
		min-width: auto;
		transform: none
	}

	.nav-main-cta {
		width: 100%;
		grid-column-gap: 1rem;
		justify-content: center;
		display: flex
	}

	.nav-main-cta.for-mobile-nav {
		display: flex
	}

	.navbar {
		background-color: #fff
	}

	.flag-icon-2 {
		width: 4.5rem;
		height: 4.5rem
	}

	.navbar_logo-mark {
		height: 2rem;
		display: none
	}

	.wordmark-wrapper-white {
		width: 7rem;
		padding-bottom: .25rem
	}

	.product-divider {
		width: 115vw;
		left: -2rem;
		transform: translate(-1.25rem)
	}

	.showcase_currency-card {
		bottom: .18rem
	}

	.hero-flag-solo {
		width: 8.5rem;
		height: 4.5rem
	}

	.footer_logo-mark {
		height: 2rem
	}

	.footer_link-container {
		grid-column-gap: .75rem
	}

	.mobile-height-small-logo {
		height: 1.3rem
	}

	.pin-container {
		width: 3.5rem
	}

	.hero_form-text-field {
		height: 3.5rem;
		min-height: 3.5rem;
		padding: .25rem .5rem .25rem 1rem;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.4rem
	}

	.hero_form-text-field::-ms-input-placeholder {
		font-size: 1rem
	}

	.hero_form-text-field::placeholder {
		font-size: 1rem
	}

	.hero_form-wrapper {
		width: 100%;
		grid-row-gap: 0rem
	}

	.hero_form-block {
		width: 100%;
		max-width: 100%;
		margin-bottom: 0;
		overflow: hidden
	}

	.text-block {
		font-size: 1rem
	}

	.hero_h5-row {
		align-items: center
	}

	.hero_form-buttons-wrap {
		grid-row-gap: .5rem
	}

	.section_features {
		overflow: hidden
	}

	.feature-holder {
		min-width: auto;
		flex-flow: column-reverse wrap;
		margin-top: 2rem;
		margin-bottom: 2rem
	}

	.feature-holder.blue-gradient {
		flex-flow: column-reverse wrap-reverse;
		align-content: stretch;
		margin-left: 0;
		padding: 40px 20px 0
	}

	.feature-image.mobile {
		max-width: 90%
	}

	.feature-right-item {
		width: 100%;
		flex: 0 auto
	}

	.feature-right-item.mobile,.feature-left-item {
		width: 100%
	}

	.feature-left-item.mobile {
		width: 100%;
		align-self: center
	}

	.hero_check {
		max-height: .9rem
	}

	.f-navigation {
		min-height: 64px;
		opacity: 1;
		padding-top: 0;
		padding-bottom: 0;
		position: fixed;
		top: auto
	}

	.f-navigation.f-navigation-scroll {
		box-shadow: 0 2px 5px rgba(0,0,0,.2)
	}

	.f-banner {
		box-shadow: 0 50px 50px 8px rgba(0,0,0,.2)
	}

	.f-header-button-wrapper {
		flex-direction: row;
		justify-content: center;
		display: block;
		position: static
	}

	.f-button-movemoney {
		background-color: #1a1a1a;
		border: 0 solid #000;
		border-radius: 10rem;
		display: flex
	}

	.f-content-image-wrapper-large {
		display: block
	}

	.f-logo-block {
		box-shadow: 0 50px 50px rgba(0,0,0,.2)
	}

	.f-logo-grid-primary {
		grid-column-gap: 24px;
		grid-row-gap: 24px
	}

	.f-logo-grid-middle {
		grid-column-gap: 24px;
		grid-row-gap: 24px;
		margin-top: 24px;
		margin-bottom: 24px
	}

	.text-block-2 {
		color: #fff
	}

	.f-banner-flex-row {
		text-align: center;
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
		display: flex
	}

	.f-banner-badge-2 {
		font-size: .8rem
	}

	.f-h3-heading-2 {
		text-align: center
	}

	.f-container-regular-5 {
		margin-bottom: 0
	}

	.f-section-large-2 {
		clear: none;
		padding-bottom: 0;
		position: relative
	}

	.f-image-cover-5 {
		object-fit: scale-down;
		display: block
	}

	.f-header-image-wrapper-wide {
		height: 380px;
		margin-top: 32px;
		overflow: hidden
	}

	.f-h1-heading-2 {
		font-size: 2.5rem
	}

	.main {
		float: none;
		clear: none;
		position: relative;
		top: 20px
	}

	.f-margin-bottom-68 {
		display: none
	}

	.faq-item-line {
		padding: 24px
	}

	.price-text-small {
		margin-top: 10px
	}

	.pricing-title-wrapper {
		flex-direction: column;
		align-items: flex-start
	}

	.f-pricing-card-dark,.f-pricing-card-outline-2 {
		padding: 32px
	}
}

#w-node-e1e4dd1a-2a20-ab09-0384-c23d74a2fdbf-b335e3cf,#w-node-e1e4dd1a-2a20-ab09-0384-c23d74a2fdc1-b335e3cf,#w-node-e1e4dd1a-2a20-ab09-0384-c23d74a2fdc3-b335e3cf,#w-node-e1e4dd1a-2a20-ab09-0384-c23d74a2fdc6-b335e3cf,#w-node-e1e4dd1a-2a20-ab09-0384-c23d74a2fdc8-b335e3cf,#w-node-e1e4dd1a-2a20-ab09-0384-c23d74a2fdcb-b335e3cf,#w-node-e1e4dd1a-2a20-ab09-0384-c23d74a2fdcd-b335e3cf,#w-node-_9e9efed0-3691-3e5d-3354-ae11125042d2-b335e3cf {
	grid-area: span 1/span 1/span 1/span 1
}

#w-node-_9e9efed0-3691-3e5d-3354-ae11125042d8-b335e3cf {
	grid-area: span 1/span 1/span 1/span 1;
	align-self: end
}

#w-node-_36018c56-0280-b36f-c841-1e1881427bc2-81427bb3,#w-node-_36018c56-0280-b36f-c841-1e1881427bd1-81427bb3,#w-node-_36018c56-0280-b36f-c841-1e1881427be0-81427bb3,#w-node-bdae123c-98c3-b594-a6dd-9576fd8a7e49-d53d7fdc,#w-node-bdae123c-98c3-b594-a6dd-9576fd8a7e57-d53d7fdc,#w-node-bdae123c-98c3-b594-a6dd-9576fd8a7e53-d53d7fdc,#w-node-_16e76b24-56c6-cc3b-62d5-fdf1937a2aac-d53d7fdc,#w-node-bdae123c-98c3-b594-a6dd-9576fd8a7e5b-d53d7fdc,#w-node-bdae123c-98c3-b594-a6dd-9576fd8a7e5f-d53d7fdc,#w-node-a79764c3-82ab-f914-d748-79ec4909ea0a-d53d7fdc,#w-node-eed2e189-23cd-2bed-5051-e85de5f7b52b-d53d7fdc,#w-node-bdae123c-98c3-b594-a6dd-9576fd8a7e66-d53d7fdc,#w-node-bdae123c-98c3-b594-a6dd-9576fd8a7e78-d53d7fdc,#w-node-bdae123c-98c3-b594-a6dd-9576fd8a7e74-d53d7fdc,#w-node-_01bfc8e0-d09d-2d1f-a46c-d4fef3ad3066-d53d7fdc,#w-node-bdae123c-98c3-b594-a6dd-9576fd8a7e7c-d53d7fdc,#w-node-bdae123c-98c3-b594-a6dd-9576fd8a7e80-d53d7fdc,#w-node-b3b569cc-141b-208d-ed33-ef1167154ead-d53d7fdc,#w-node-d2868d36-4261-4f87-c2c7-d27ae86c3c31-d53d7fdc {
	grid-area: span 1/span 1/span 1/span 1
}

@font-face {
	font-family: 'Gt pressura vf';
	src: url('https://assets.website-files.com/641077bd4885f8e75d06735a/641077e62bc57c2749ee8bb9_GT-Pressura-VF.woff2') format('woff2');
	font-weight: 300 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gt pressura mono vf';
	src: url('https://assets.website-files.com/641077bd4885f8e75d06735a/641077e624065fb99863ba0f_GT-Pressura-Mono-VF.woff2') format('woff2');
	font-weight: 300 900;
	font-style: normal;
	font-display: swap;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

.navbar-toggler-icon {
	background-image: url("../images/svg/icon-menu.svg");
}

.w--open .navbar-toggler-icon {
	filter: invert(1);
}

/** lander adjustment */


.w-85 { width: 85% !important; }


.mxw-25 { max-width: 25% !important; }
.mxw-50 { max-width: 50% !important; }
.mxw-75 { max-width: 75% !important; }
.mxw-85 { max-width: 85% !important; }
.mxw-100 { max-width: 100% !important; }

.f-decor-logo-top-left {
	position: absolute;
    top: 30px;
    left: -168px;
}

.f-decor-logo-top-right {
	position: absolute;
    top: 30px;
    right: -168px;
}

.f-grocery-mm {
	position: absolute;
	top: 10%;
	right: 0;
}

.f-grocery-mm.payless {
	right: 8%;
}


/* media query adjustment */

@media(max-width: 768px) {

	.w-md-25 { width: 25% !important; }
	.w-md-50 { width: 50% !important; }
	.w-md-75 { width: 75% !important; }
	.w-md-85 { width: 85% !important; }
	.w-md-100 { width: 100% !important; }

	.mxw-md-25 { max-width: 25% !important; }
	.mxw-md-50 { max-width: 50% !important; }
	.mxw-md-75 { max-width: 75% !important; }
	.mxw-md-85 { max-width: 85% !important; }
	.mxw-md-100 {max-width: 100% !important; }

	.f-grocery-section {
		margin-bottom: 0 !important;
	}

	.f-grocery-mm {
		position: relative;
		top: 0;
		right: -5%;
	}

	.f-grocery-mm.payless {
		right: 0;
	}

	.f-decor-logo-bottom-left img {
		position: absolute;
		max-width: 18%;
		top: 50px;
		left: 0;
	}

	.f-decor-logo-bottom-right img {
		position: absolute;
		max-width: 18%;
		top: 50px;
		right: 0;
	}

	.lander-image-wrapper-wide {
		height: 405px;
		margin-top: 115px;
	}

}

@media(max-width: 480px) {

	.w-sm-25 { width: 25% !important; }
	.w-sm-50 { width: 50% !important; }
	.w-sm-75 { width: 75% !important; }
	.w-sm-85 { width: 85% !important; }
	.w-sm-100 { width: 100% !important; }

	.mxw-sm-25 { max-width: 25% !important; }
	.mxw-sm-50 { max-width: 50% !important; }
	.mxw-sm-75 { max-width: 75% !important; }
	.mxw-sm-85 { max-width: 85% !important; }
	.mxw-sm-100 { max-width: 100% !important; }

	.lander-flags-top .flag-icon-1 {
		width: 6.5rem;
		height: 6.5rem;
		left: -20%;
	}

	.lander-flags-top .flag-icon-2 {
		width: 6.5rem;
		height: 6.5rem;
		right: -20%;
	}

	.top-tagline-1 {
		font-size: 28px;
	}

	.top-tagline-2 {
		font-size: 20px;
		line-height: 28px !important;
	}

	.f-decor-logo-top-left {
		left: 0;
		top: 110px;
	}

	.f-decor-logo-top-left.payless {
		top: 90px
	}

	.f-decor-logo-top-right {
		right: 0;
		top: 110px;
	}

	.f-decor-logo-top-right.payless {
		top: 90px;
	}

	.f-decor-logo-top-left img,
	.f-decor-logo-top-right img {
		max-width: 50%;
	}

	.lander-image-wrapper-wide {
		height: 100%;
	}

	.f-decor-logo-bottom-left img {
		position: absolute;
		max-width: 20%;
		top: 0;
		left: 0;
	}

	.f-decor-logo-bottom-right img {
		position: absolute;
		max-width: 20%;
		top: 0;
		right: 0;
	}

}

@media screen and (max-width:1980px) {
	.image-groceries img {
		max-width: none; /* removes the restriction */
    	width: 100%; 
	}
}


/* listicle */
.top-strip {
	background-color: #000000;
	 /* Set Default Color here */
}
.top-strip > div {
	color: #ffffff;
}

.listicle-main-header,
.listicle-preview-item-button {
	background-color: #0056b3; /* Set Default Background Color */
}
.header-navigation-listicle{
  background-color:#ffffff;
}
.header-navigation-listicle > div > img {
	width: auto !important;
}	
