/* ul li {
    list-style: none !important;
} */

.custom_cursor{
	    background-position: center;
    height: 40px;
    position: absolute;
    margin-top: calc(var(--meny-item-interval) - 2em);
    left: 0;
/*     border-top: 0.8em solid transparent; */
    border-bottom: 0.2em solid transparent;
    border-left: 0.2em solid #00B196;
    margin: -25px 0 0 0;
}
.snipcart-cart-summary__actions.snipcart__box--header .snipcart__actions--link {
	display: none;
	/* dirty hack that hides the "Edit" button in the "Order summary" section on the billing/shipment/payment screen. this button allows to remove all products from the cart and place a $0 order which we don't want */
}

.snipcart-checkbox:checked+label::before {
	background: rgb(234, 206, 3) !important;
	border-color: rgb(234, 206, 3) !important;
}

.snipcart-checkbox:focus+label::before {
	border-color: rgb(234, 206, 3) !important;
}

.snipcart-checkbox:hover+label::before {
	border-color: rgb(234, 206, 3) !important;
}

.goodies-list-mobile {
	display: flex;
}

.goodies-list-mobile__item {
	padding: 22px 15px 20px;
	background: #fff;
	margin-right: 10px;
	min-width: 288px;
}

*::-webkit-scrollbar {
	
}


/* Hide scrollbar for IE, Edge and Firefox */

* {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

#step2 {
	background: #fff;
}

.mobile-preorder-hero-text__paragraph {
	margin-bottom: 50px;
}

.mobile-preorder-hero-text {
	height: calc(100vh - 274px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.scrollbox-shadow-blue__disabled {
	background: /* Shadow covers */
	linear-gradient(#E8EEF2 30%, rgba(232, 238, 242, 0)), linear-gradient(rgba(232, 238, 242, 0), #E8EEF2 70%) 0 100%, /* Shadows */
	radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
	background: /* Shadow covers */
	linear-gradient(#E8EEF2 30%, rgba(232, 238, 242, 0)), linear-gradient(rgba(232, 238, 242, 0), #E8EEF2 70%) 0 100%, /* Shadows */
	radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
	background-repeat: no-repeat;
	background-color: #E8EEF2;
	background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
	/* Opera doesn't support this in the shorthand */
	background-attachment: local, local, scroll, scroll;
}

.scrollbox-shadow__disabled {
	background: /* Shadow covers */
	linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, /* Shadows */
	radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
	background: /* Shadow covers */
	linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, /* Shadows */
	radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
	/* Opera doesn't support this in the shorthand */
	background-attachment: local, local, scroll, scroll;
}

.step-1-mobile .products-page__step-description-wrapper {
	padding-right: 6px;
}

.goodies-list-mobile-titile-desc-wrapper {
	min-height: 232px;
}

.goodies-list-mobile-title {
	color: #1A1F2E;
	font-size: 16px;
	line-height: 18.78px;
	margin-bottom: 10px;
	font-weight: 700;
}

.goodies-list-mobile-description {
	font-size: 15px;
	line-height: 21px;
	color: #2f2f2f;
	margin-bottom: 15px;
}

.goodies-list-mobile-quantity-selector {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.goodies-list-mobile-quantity-selector .quantity-selector {
	margin-right: 0;
	width: 74px;
}

.goodies-list-mobile-quantity-selector .quantity-selector .quantity-selector__button {
	font-size: 14px;
	height: 100%;
}

.goodies-list-mobile-quantity-selector .quantity-selector .quantity-selector__value {
	font-size: 14px;
}

.goodies-list-mobile-quantity-selector-price {
	font-size: 28px;
	line-height: 29.5px;
	font-weight: 700;
	color: #1A1F2E;
	font-family: 'Roboto';
}

.goodies-list-mobile-quantity-selector-price-per {
	font-size: 18px;
	line-height: 29.5px;
	font-weight: 300;
}

.orc8r-plan-list-mobile {
	display: flex;
}

.orc8r-plan-list-mobile__item {
	margin-right: 10px;
	padding: 15px 20px;
	background: #E8EEF2;
	border: 1px solid transparent;
}

.orc8r-plan-list-mobile__item--selected {
	border: 1px solid #00B196;
}

.orc8r-plan-list-mobile__item-price {
	font-size: 30px;
	line-height: 48.45px;
	margin-bottom: 20px;
	display: block;
	font-weight: 700;
	font-family: 'Roboto';
	color: #1A1F2E;
}

.orc8r-plan-list-mobile__item-price-month {
	font-weight: 300 !important;
	font-size: 16px;
	line-height: 25.84px;
}

.orc8r-plan-list-description {
	min-width: 226px;
	color: #1A1F2E;
	display: flex;
	flex-direction: column;
}

.orc8r-plan-list-description-item {
	display: flex;
}

.orc8r-plan-list-description-item-img {
	margin-right: 16px;
	width: 15px;
	height: 15px;
}

.orc8r-plan-list-description-item-text {
	font-size: 14px;
	line-height: 32px;
	font-weight: 700;
	margin: 0;
}

.orc8r-plan-list-description-item-text--grayed {
	color: #939FB9;
}

.orc8r-plan-list-item-buttom {
	width: 100%
}

.info-icon-wrapper {
	position: relative;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(74, 133, 247, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-left: 11px;
	margin-top: 1px;
}

.info-icon {}

.buy-gtw-gray-bg {
	background: #E8EEF2;
}

.products-page__step-description-wrapper {
	max-height: calc(60vh - 60px - 71px);
	overflow: scroll;
}

.products-page__step-description-wrapper--short {
	max-height: 100px;
}

.products-page__step-section .step-1-mobile .products-page__buy-gtw-right-section {
	height: calc(60vh - 30px);
}

.products-page__step-section .step-1-mobile .product-section__left-col {
	height: calc(40vh - 30px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.info-icon-wrapper-reck {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	right: 50%;
	bottom: 26px;
	transform: translate(50%, 0) rotate(45deg);
	display: none;
}

.info-icon--default {
	display: none;
}

.info-icon--highlighted {}

.info-icon-popup {
	position: absolute;
	right: 50%;
	bottom: 14px;
	transform: translate(50%, 0);
	display: none;
	background: #fff;
	font-size: 12px;
	line-height: 16.8px;
	color: #76829C;
	font-family: 'Roboto';
	font-weight: 100;
	padding: 15px 11px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	min-width: 200px;
}

.info-icon-wrapper:hover {
	background: #4A85F7;
	border-color: #4A85F7;
}

.info-icon-wrapper:hover .info-icon--highlighted {
	display: none;
}

.info-icon-wrapper:hover .info-icon-wrapper-reck {
	display: block;
}

.info-icon-wrapper:hover .info-icon--default {
	display: block;
}

.info-icon-wrapper:hover .info-icon-popup {
	display: block;
}

.products-page__bottom-bar {
	position: fixed;
	height: 80px;
	background: #071F2E;
	bottom: -100px;
	left: 0;
	right: 0;
	transition: bottom 0.15s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 30px;
}

.products-page__bottom-bar.visible {
	bottom: 0;
}

.bottom-bar-total-section {
	display: flex;
	align-items: center;
}

.step-link {
	text-decoration: none !important;
}

.subtotal-step-link {
	color: #fff !important;
	text-decoration: none !important;
}

.bottom-bar-total-price {
	margin-right: 30px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 21.13px;
	display: flex;
	color: #fff;
	align-items: center;
}

.bottom-bar-subtotal-list {
	display: flex;
	align-items: center;
}

.subtotal-item {
	padding-right: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	display: flex;
	margin: 0;
	color: #fff !important;
	align-items: center;
	margin-right: 24px;
	cursor: pointer;
}

.subtotal-name {
	font-size: 16px;
	line-height: 36px;
	margin-right: 12px;
	margin-bottom: 0;
}

.subtotal-price {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	font-family: 'Roboto';
	margin-bottom: 0;
}

.subtotal-price .month {
	font-size: 14px;
	line-height: 16.41px;
	font-weight: 400;
}

.bottom-bar-total-price {
	font-size: 18px;
	line-height: 21.13px;
	color: #fff;
}

.subtotal-price--big {
	color: #fff;
	font-size: 24px;
	line-height: 28.13px;
	font-family: 'Roboto';
	font-weight: 700;
	margin-left: 10px;
}

.scroll-progress-container {
	width: 100%;
	height: 3px;
	background: #ccc;
}

.scroll-progress-container.sticky {
	position: fixed;
	z-index: 9999;
	background: transparent;
	top: 0;
	left: 0;
	right: 0;
}


/* The progress bar (scroll indicator) */

.scroll-progress-bar {
	height: 3px;
	background: #00B196;
	width: 0%;
}

.add-to-cart-btn.selected {
	background-color: #00B196;
	color: transparent !important;
	position: relative;
	pointer-events: none;
	border: none;
}

.add-to-cart-btn:focus {
	outline: none !important;
	box-shadow: none !important;
}

/*.follow-steps-section {
	display: flex;
	align-items: center;
	margin-top: 50px;
	padding: 34px 30px;
	font-weight: 800;
	width: 100000px;
	font-size: 22px;
	line-height: 33px;
	background: rgba(256, 256, 256, 0.1);
	cursor: pointer;
}*/

.mobile-preorder-hero .follow-steps-section {
	width: auto;
	position: static;
	margin-top: 0;
}

.follow-steps-section__text {
	max-width: 335px;
}

.follow-steps-section .arrow {
	text-align: center;
}

.follow-steps-section .bounce {
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-15px);
	}
	60% {
		transform: translateY(-7px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-15px);
	}
	60% {
		transform: translateY(-7px);
	}
}

.add-to-cart-btn.selected::before {
	background: #00B196;
	display: none;
}

.add-to-cart-btn .tick-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.add-to-cart-btn.selected .tick-icon {
	display: block;
}

.orchestrator-plan--selected {
	border: 2px solid #00B196;
}

.products-page__finish-section {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}

.products-page__finish-section-message {
	font-size: 30px;
	line-height: 42px;
	color: #1A1F2E;
	font-weight: 700;
	margin-right: 190px;
}

.products-page__finish-button {
	font-weight: 700;
	position: relative;
	padding: 10px 25px;
	color: #fff;
	font-size: 18px;
	line-height: 21.13px;
	background: #00B196;
	border: 1px solid transparent;
	border-color: transparent;
}

#finish {
	display: none;
}

.products-page__finish-button::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(-1% 0%, 0% 0%, -25% 100%, -1% 100%);
	clip-path: polygon(-1% 0%, 0% 0%, -25% 100%, -1% 100%);
	transition: .5s cubic-bezier(.165, .84, .44, 1);
}

.products-page__finish-button .loading-indicator {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	display: none;
	color: #fff;
	transform: translate(-50%, -47%);
	font-size: 22px;
}

.products-page__finish-button.disabled {
	pointer-events: none;
	color: transparent;
	opacity: 0.7;
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
}

.products-page__finish-button.disabled .loading-indicator {
	display: block;
	color: #fff !important;
}

.products-page__finish-button.disabled::before {
	display: none;
}

.products-page__finish-button:hover {
	border-color: #008066;
}

.products-page__finish-button:hover::before {
	background-color: #008066;
	-webkit-clip-path: polygon(0% 0%, 101% 0%, 101% 101%, 0% 101%);
	clip-path: polygon(0% 0%, 101% 0%, 101% 101%, 0% 101%);
}

.products-page__finish-button:active,
.products-page__finish-button:focus {
	outline: none !important;
	box-shadow: none !important;
}

.buy-gtw-select-quantity {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}

.products-page__support-plan-list {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 4px;
}

.products-page__support-plan-item {
	position: relative;
	max-width: 340px;
	width: 100%;
	background: #fff;
	padding: 72px 23px 50px;
	border: 1px solid transparent;
}

.products-page__support-plan-title {
	display: block;
	color: #1A1F2E;
	font-weight: 800;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 25px;
}

.products-page__description {
	color: #2F2F2F;
	font-size: 18px;
	line-height: 25.2px;
	margin-bottom: 47px;
	min-height: 125px;
}

.products-page__price-badge {
	position: absolute;
	padding: 9px 13px 6px;
	background: #071F2E;
	color: #fff;
	top: 27px;
	right: -10px;
	font-family: 'Roboto';
}

.products-page__support-plan-item-price {
	font-size: 18px;
	line-height: 21.09px;
	font-weight: 700;
}

.products-page__support-plan-item-price-month {
	font-size: 14px;
	line-height: 16.41px;
	font-weight: 400;
}

.products-page__support-plan-item--gray {
	background: #fff;
	border: 1px solid #dadada;
}

/*.products-page__support-plan-item--gray .products-page__price-badge {
	background: #E8EEF2;
	color: #1A1F2E;
}*/

.products-page__community-support-plan-btn {
	color: #2F2F2F;
	font-size: 18px;
	line-height: 21.13px;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	padding: 11px 0!important;
	border: 1px solid #DADADA;
	background: none;
}

.products-page__community-support-plan-btn:hover {
	border-color: #EACE03;
}

.products-page__community-support-plan-btn:focus,
.products-page__community-support-plan-btn:active {
	outline: none !important;
	box-shadow: none !important;
}

.products-page__support-plan-item.selected {
	outline: 2px solid #00B196;
}

.products-page__support-plan-item.selected .products-page__price-badge {
	background: #00B196;
	color: #fff !important;
}

.products-page__support-plan-item--gray.selected {
	border-color: transparent;
}

.goodie-item {
	background-color: #fff;
	padding: 18px 18px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.goodies-total {
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.goodie-item__total {
	font-size: 24px;
	font-weight: 400;
	color: #1A1F2E;
	margin-right: 15px;
}

.goodies-next-button {
	padding: 11px 36px !important;
	color: #2F2F2F !important;
	font-size: 18px !important;
}

.goodies-next-button:active,
.goodies-next-button:focus {
	outline: 0 !important;
	box-shadow: none;
}

.goodie-item-price-wrapper {
	margin-right: 55px;
}

.goodie-item__info {
	width: 60%;
	margin-right: 60px;
}

.goodie-item__title {
	display: block;
	font-size: 16px;
	line-height: 18.78px;
	color: #1A1F2E;
	font-weight: 700;
	margin-bottom: 6px;
}

.goodie-item__description {
	font-size: 15px;
	line-height: 21px;
	color: #2F2F2F;
	margin-bottom: 0;
}

.quantity-selector {
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 108px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 50px;
	color: #000;
	font-size: 18px;
	align-items: center;
	padding: 0 9px;
	margin-right: 45px;
}

.goodie-item__price {
	font-family: 'Roboto';
	font-size: 28px;
	line-height: 29.5px;
	font-weight: 700;
	color: #1A1F2E;
}

.goodie-item__price-small {
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 29.5px;
	font-weight: 700;
	color: #1A1F2E;
}

.quantity-selector__button {
	border: none;
	background: none;
}

.quantity-selector__button:focus {
	outline: none !important;
	box-shadow: none !important;
}

.products-page__step-section {
	height: calc(100vh - 80px);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}

.products-page__step-section#step4 {
	height: 100vh;
}

.products-page__step-section--centered {
	flex-direction: column;
}

.products-page__step-heading {
	color: #1A1F2E;
	font-size: 24px;
	line-height: 36px;
}

.products-page__step-description {
	color: #2F2F2F;
	font-size: 18px;
	line-height: 25px;
}

.products-page__step-number {
	color: #1A1F2E;
	opacity: 0.1;
	font-size: 73px;
	font-weight: 700;
	line-height: 66px;
	margin-right: 30px;
	font-family: 'Roboto';
}

.products-page__bg-gray {
	background: #E7EEF2;
	top: -10000px !important;
	bottom: -1000px !important;
}

.products-page__step-content .bg-layer {
	background: #E7EEF2 !important;
}

.products-page__buy-gtw-right-section {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 120px 0 0;
}

.buy-gtw-price-quantity-wrapper {
	margin-right: 25px;
}

.product-section__left-col .gtw-image {
	max-width: 420px;
	margin-bottom: 44px;
}

.products-page__step-section .table-col-heading {
	padding: 40px 0 35px;
}

.buy-gtw-price {
	font-weight: 700;
	color: #1A1F2E;
	line-height: 70.58px;
	font-size: 50.41px;
	font-family: 'Roboto';
}

.buy-gtw-price-dollar-sign {
	font-size: 31.51px;
	line-height: 44.11px;
}

.products-page-button {
	color: #2F2F2F !important;
	font-size: 18px !important;
	line-height: 21.13px !important;
	padding: 12px 0!important;
	outline: 0 !important;
}

.products-page-button:active,
.products-page-button:focus {
	outline: 0 !important;
	box-shadow: none;
}

.products-page-or8or-price {
	color: #1A1F2E;
	font-size: 30px;
	font-family: 'Roboto';
}

.products-page__choose-or8or-btn {
	margin-top: 18px;
	padding: 10px 14px !important;
	font-size: 18px !important;
	line-height: 21.13px !important;
}

.products-page-or8or-price-month {
	font-size: 17px;
	line-height: 27, 46px;
	font-family: 'Roboto';
}

.support-page-nav-list,
.support-page-nav-sublist {
	list-style: none;
}

.support-page-nav-sublist {
	display: none;
}

.support-page-nav-item.active .support-page-nav-sublist {
	display: block;
}

.support-page-stuck-links {
	margin-left: 64px;
	padding-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, .2);
}

.support-page-stuck-links-mobile {
	margin-left: 0px;
	padding-bottom: 24px;
}

.support-page-stuck-text {
	font-size: 20px;
	line-height: 30px;
	color: #2f2f2f;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.support-page-slack-button {
	display: block;
	font-size: 20px;
	color: #000 !important;
	text-decoration: none !important;
	line-height: 23px;
	text-align: center;
	padding: 14px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.support-page-slack-button img {
	margin-right: 8px;
	width: 30px;
	height: 28px;
}

.support-page-slack-button:span {}

.support-page-support-button-wrapper {
	margin-bottom: 30px;
}

.support-page .lined-text {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.support-page .lined-text .text {
	z-index: 1;
	position: relative;
	background-color: #fff;
	padding: 0 5px;
	color: #000;
}

.support-page .lined-text .line {
	height: 1px;
	width: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 50%;
	z-index: 0;
}

.support-page-support-button {
	font-size: 18px !important;
	line-height: 21px;
	padding: 14px 0 !important;
	width: 100%;
}

.support-page-stuck-text span {
	margin-right: 8px;
}

.support-page-stuck-text img {
	margin-top: 3px;
}

.support-page-nav-item.active .support-page-nan-link {
	border-color: #00B196;
	color: #00B196;
}

#registration-button:disabled::before {
	display: none !important;
}

#registration-button:disabled:hover {
	border-color: transparent !important;
}

.support-page-nav-item.active+.support-page-nav-item .support-page-nan-link {
	border-color: transparent;
	color: #2F2F2F;
}

.support-page-nan-link {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600px;
	color: #2F2F2F;
	padding: 10px 0 0px 20px;
	border-left: 4px solid transparent;
}

.submit-button-loading-icon {
	position: absolute !important;
	top: 50%;
	left: 50%;
	font-size: 25px;
	transform: translate(-50%, -50%);
}

.submit-text-hidden {
	color: transparent;
}

.support-page-nav-sublist-item-link {
	font-size: 18px;
	font-weight: 27px;
	color: #626262;
	font-weight: normal;
}

.support-page-nan-link.active {
	border-left: 4px solid #00B196;
}

.user-email-r {
	color: #00B196;
	font-weight: bold;
}

.support-page-contnet-table a.active {
	color: #00B196 !important;
}

.support-page-contnet-table {
	right: 30px;
	top: -101%;
	position: fixed;
	transform: translate(0, -50%);
	max-width: 350px;
	transition: top 0.5s linear;
}

.top-transition {
	top: 50%;
}

.support-page-banner {
	padding: 130px 0 90px;
	background: rgb(22, 55, 78) no-repeat bottom/cover url("/wp-content/uploads/2020/11/rlb.svg");
	text-align: center;
}

.support-page-yay-text {
	display: block;
	color: #113850;
	font-size: 23px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.support-page-main-heading {
	font-size: 48px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
}

.support-page-heading {
	font-size: 36px;
	line-height: 52px;
	font-weight: bold;
	color: #2f2f2f;
	margin: 65px 0 30px;
}

.support-page-subheading {
	color: #2f2f2f;
	font-size: 24px;
	line-height: 27px;
	margin: 55px 0 30px;
	font-weight: bold;
}

/* .support-page-paragraph {
	font-size: 20px;
	color: #2f2f2f;
	line-height: 30px;
} */

.support-page-paragraph-small {
	color: #2f2f2f;
	font-size: 18px;
	line-height: 27px;
}

.support-page-ul {
	color: #2f2f2f;
	font-size: 18px;
	line-height: 27px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 50px;
}

.support-page-ul li li {
	margin-top: 18px;
	list-style-type: disc;
}

.support-page-ul>li {
	padding-left: 23px;
	position: relative;
	list-style-type: none;
	margin-bottom: 20px;
}

.support-page-ul>li::before {
	content: '';
	position: absolute;
	display: block;
	background-color: #00B196;
	font-size: 35px;
	left: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	top: 8px;
}

.support-page-text-block {
	margin-bottom: 35px;
}

.support-page-main-content {
	padding: 20px 0 130px;
	max-width: 838px;
}

.support-page-image {
	margin-bottom: 30px;
	width: 100%;
	outline: 2px solid #171B25;
	outline-offset: -2px;
}

.support-page-image-plain {
	outline: none;
}

.register-page {
	min-height: 100vh;
	display: flex;
	overflow: hidden;
}

.registration-loading-screen {
	width: 100%;
	height: calc(100vh - 80px);
	background: url("/wp-content/uploads/2020/12/confback.svg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.registration-form-field-error {
	font-size: 14px;
	color: red;
	margin-top: 3px;
	display: block;
}

.registration-confirmation-content {
	margin-top: -80px;
}

.tenant-created-message {
	font-size: 18px;
	line-height: 26px;
	color: #2f2f2f;
	max-width: 372px;
	margin: 0 auto;
	text-align: center;
}

.tenant-created-message-opaque {
	opacity: 0.7;
}

.register-page-heading {
	font-weight: 700;
	font-size: 42px;
	line-height: 49px;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
	color: #4d4d4d;
}

.successfull-registration-heading {
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 30px;
	z-index: 1;
	color: #2F2F2F;
	max-width: 535px;
	margin: 0 auto 30px;
}

.register-page-subheading {
	font-size: 16px;
	color: #2f2f2f;
	margin-bottom: 79px;
	opacity: 0.7;
	font-weight: bold;
}

.bear-image {
	max-width: 164px;
	position: relative;
}

.register-page .image-wrapper {
	position: relative;
}

.register-page .image-wrapper::after {
	position: absolute;
	display: block;
	content: '';
	background: #fff;
	width: 100%;
	height: 3px;
	bottom: 0;
}

.register-page-heading-2 {
	margin-bottom: 14px;
}

.registration-confirmation {
	display: none;
}

.registration-form-field {
	display: block;
	margin-bottom: 30px;
}

.registration-form-field_last {
	margin-bottom: 46px;
}

.registration-form-field input {
	border: 1px solid #E7EEF2;
	font-size: 16px;
	color: #4d4d4d;
	height: 50px;
	width: 100%;
	padding: 15px 18px;
	-webkit-appearance: none;
}

.registration-form-field input:-webkit-autofill {
	background-color: #F8F8F8 !important;
}

.registration-form-field input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px #F8F8F8 inset;
	/* Change the color to your own background color */
}

.registration-form-field input:-webkit-autofill:focus {
	-webkit-box-shadow: /*your box-shadow*/
	, 0 0 0 50px #F8F8F8 inset;
}

.registration-button {
	font-size: 18px !important;
	font-weight: bold !important;
	line-height: 21px !important;
	padding: 15px 60px !important;
}

.registration-form-section {
	display: block;
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2020/10/pphf.jpg);
	background-size: cover;
	width: 100%;
	padding: 60px 0;
}

#registration-form {
	position: relative;
	z-index: 1;
}

.registration-form-label {
	font-size: 18px;
	line-height: 21px;
	display: block;
	margin-bottom: 11px;
	color: #4d4d4d;
}

.registration-form-container {
	background-color: #fff;
	position: relative;
	padding-right: 149px;
}

.registration-form-container::after {
	position: absolute;
	background-color: #fff;
	display: block;
	content: '';
	width: 10000px;
	height: 10000px;
	right: 0;
	top: -50%;
}

@media(max-width: 990px) {
	.support-page-main-content {
		padding: 20px 0 30px;
	}
	.support-page a {
		word-wrap: break-word;
	}
	.support-page-paragraph-small {
		margin-bottom: 11px;
	}
	.support-page-ul ul {
		padding-left: 18px;
	}
	.support-page-ul li li {
		margin-top: 10px;
	}
	.support-page-ul>li::before {
		width: 8px;
		height: 8px;
		top: 6px;
	}
	.support-page-ul>li {
		padding-left: 15px;
		margin-bottom: 17px;
	}
	.support-page-ul {
		font-size: 16px;
		line-height: 23px;
		margin-bottom: 39px;
	}
	.support-page-subheading {
		font-size: 20px;
		line-height: 26px;
		margin: 25px 0 19px;
	}
	.support-page-paragraph-small {
		font-size: 16px;
		line-height: 26px;
	}
	.support-page-image {
		margin-bottom: 18px;
	}
	.support-page-text-block {
		margin-bottom: 23px;
	}
	.support-page-main-heading {
		font-size: 30px;
		line-height: 38px;
	}
	.support-page-banner {
		padding: 115px 0 80px;
	}
	.support-page-heading {
		font-size: 26px;
		line-height: 34px;
		margin: 29px 0 22px;
	}
/* 	.support-page-paragraph {
		font-size: 16px;
		line-height: 26px;
	} */
	.registration-form-container {
		padding-right: 15px;
	}
	.registration-form-section {
		background-image: none;
	}
}

@media(min-width: 500px) {
	.mobile-preorder-hero-text {
		height: calc(100vh - 391px);
	}
}

@media(max-width: 500px) {
	.arrow.bounce .fa {
		margin-bottom: -3px !important;
		font-size: 28px !important;
	}
	.mobile-preorder-hero {
		background: #071F2E no-repeat bottom/255% url(/wp-content/uploads/2020/09/wavy-horizon-dark-blue.svg);
	}
	.follow-steps-section__text {
		font-size: 17px;
		line-height: 23px;
	}
	.follow-steps-section {
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		padding-top: 15px;
		padding-bottom: 17px;
		font-size: 17px;
		width: auto;
		background: rgba(256, 256, 256, 0.2);
		padding-right: 15px;
		padding-left: 15px;
	}
	.mobile-preorder-hero-tagline {
		padding: 95px 0 44px !important;
		background-color: #071F2E;
	}
	.mobile-preorder-hero-text__paragraph {
		font-size: 14px;
		line-height: 19px;
	}
	.mobile-preorder-hero-text {
		padding: 26px 0 !important;
	}
	.mobile-preorder-hero-tagline .tagline {
		border-left: 4px solid #EACE03 !important;
		padding-left: 32px;
		color: #fff;
		padding-top: 7px;
		padding-bottom: 14px;
		margin-left: 3px;
	}
	.register-page-heading {
		font-size: 30px;
		margin-bottom: 40px;
		line-height: 35px;
	}
	.registration-form-field input {
		height: 40px;
		padding: 15px 10px;
	}
	.registration-form-field {
		margin-bottom: 25px;
	}
	.registration-loading-screen {
		padding: 60px 0;
		background-size: 634%;
		background-position: 61% bottom;
	}
	.register-page-heading-2 {
		margin-bottom: 5px;
	}
	.register-page-subheading {
		margin-bottom: 55px;
	}
	.tenant-created-message {
		font-size: 16px;
	}
	.bear-image {
		position: relative;
		left: 0px;
		max-width: 120px;
	}
	.successfull-registration-heading {
		font-weight: 700;
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 4px;
		z-index: 1;
		color: #2F2F2F;
		max-width: 535px;
		margin: 0px auto 14px;
	}
}

.registration-confirmation-visible {
	display: block;
}

.registration-form-hidden {
	display: none;
}

.tabs-scroll-progress-bar-wrapper {
	position: absolute;
	width: 4px;
	top: 30px;
	bottom: 32px;
	left: 0;
	background-color: rgba(15, 15, 15, 0.1);
	border-radius: 2px;
	overflow: visible;
}

.tabs-scroll-progress-bar {
	width: 4px;
	background-color: #4EAE97;
	border-radius: 2px;
	height: 1px;
	position: absolute;
	top: 0;
}

.mobile-scroll-diagram-image-wrapper {
	margin-top: 24px;
	margin-bottom: 13px;
}

.mobile-scroll-diagram-image-wrapper-1 {
	position: relative;
	left: -5px;
}

.mobile-scroll-diagram-image-wrapper-2 {
	position: relative;
	left: -9px;
}

.tabs-scroll-progress-bar::after {
	width: 14px;
	height: 14px;
	background-color: #4EAE97;
	border-radius: 5px;
	border: 4px solid #fff;
	position: absolute;
	bottom: -14px;
	display: block;
	content: '';
	box-sizing: content-box;
	transform: translate(calc(-50% + 2px), 0);
}

#mobile-scroll-diagram-1-default {
	display: block;
}

#mobile-scroll-diagram-2-default {
	display: block;
}

#mobile-scroll-diagram-3-default {
	display: block;
}

#mobile-scroll-diagram-1-green {
	display: none;
}

#mobile-scroll-diagram-2-green {
	display: none;
}

#mobile-scroll-diagram-3-green {
	display: none;
}

.scroll-tabs-section.step-1 #mobile-scroll-diagram-1-default {
	display: none;
}

.scroll-tabs-section.step-1 #mobile-scroll-diagram-1-green {
	display: block;
}

.scroll-tabs-section.step-2 #mobile-scroll-diagram-2-default {
	display: none;
}

.scroll-tabs-section.step-2 #mobile-scroll-diagram-2-green {
	display: block;
}

.scroll-tabs-section.step-3 #mobile-scroll-diagram-3-default {
	display: none;
}

.scroll-tabs-section.step-3 #mobile-scroll-diagram-3-green {
	display: block;
}

.scroll-tabs-diagram.step-1 #scroll-diagram-default,
.scroll-tabs-diagram.step-1 #scroll-diagram-2,
.scroll-tabs-diagram.step-1 #scroll-diagram-3 {
	display: none;
}

.scroll-tabs-diagram.step-1 #scroll-diagram-1 {
	display: block;
}

.scroll-tabs-diagram.step-2 #scroll-diagram-default,
.scroll-tabs-diagram.step-2 #scroll-diagram-1,
.scroll-tabs-diagram.step-2 #scroll-diagram-3 {
	display: none;
}

.scroll-tabs-diagram.step-2 #scroll-diagram-2 {
	display: block;
}

.scroll-tabs-diagram.step-3 #scroll-diagram-default,
.scroll-tabs-diagram.step-3 #scroll-diagram-1,
.scroll-tabs-diagram.step-3 #scroll-diagram-2 {
	display: none;
}

.scroll-tabs-diagram.step-3 #scroll-diagram-3 {
	display: block;
}

.private-cellular-easy-section {
	background-color: #E7EEF2;
	padding: 120px 0;
}

.private-cellular-easy-section-heading {
	color: #0f0f0f;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 41px;
}

.scroll-tabs-diagram {
	position: relative;
	top: -523px;
	height: 0;
	pointer-events: none;
}

.scroll-tabs-diagram-image {
	display: none;
}

.scroll-diagram-default {
	display: block;
	height: 540px;
}

.scroll-tabs-section {
	position: relative;
}

.scroll-tabs-section-item {
	font-size: 18px;
	color: #0F0F0F;
	margin-bottom: 40px;
	display: relative;
	padding-left: 35px;
}

.scroll-tabs-section-item .text {
	opacity: 0.5;
	font-size: 18px;
}

.scroll-tabs-section-item-highlighted .text {
	opacity: 1;
}

.scroll-tabs-section-item-highlighted {
	font-weight: 700;
}

.scroll-tabs-section-item-number {
	font-weight: 700;
	font-size: 98px;
	line-height: 119px;
	opacity: 0.1;
	margin: 0 35px 0 0;
}

#medium-posts-container div:last-child .medium-post {
	margin-bottom: 0;
}

.mobile-blog-hero-tagline {
	background-image: url("/wp-content/uploads/2020/10/blog-hero.png");
	background-size: cover;
	padding: 200px 0 160px;
}

.mobile-blog-hero-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
}

.mobile-blog-hero-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mobile-blog-hero-video {
	padding: 56px 0px 46px;
	background: no-repeat bottom/300% url("/wp-content/uploads/2020/09/wavy-horizon-dark-blue.svg");
}

.mobile-blog-hero .tagline {
	border-left: 8px solid #EACE03;
	padding-left: 9px;
	color: #fff;
	padding-top: 0px;
}

.mobile-blog-hero .big {
	display: block;
	font-size: 44px;
	margin-bottom: 10px;
	line-height: 59px;
	font-weight: bold;
}

.mobile-blog-hero .small {
	display: block;
	font-size: 26px;
	line-height: 39px;
	font-weight: normal !important;
}

.thank-you-page-hero-tagline {
	background: #1e1e1e !important;
	background-size: cover;
	padding: 184px 0 130px;
}

.thank-you-page-hero-tagline .big {
	display: block;
	font-size: 36px;
	margin-bottom: 0px;
	line-height: 50px;
	font-weight: bold;
}

.table-container {
	overflow: auto;
}

.mobile-preorder-hero {
	background: #071F2E no-repeat bottom/160% url(/wp-content/uploads/2020/09/wavy-horizon-dark-blue.svg);
	height: 100vh;
	position: relative;
}

.home-hero-split-banner-figure {
	position: relative;
	top: -7px;
}

.mobile-preorder-hero-tagline {

	background-size: cover;
	padding: 200px 0 180px;
	background-color: #1e1e1e;
	background-blend-mode: multiply;
}

.mobile-preorder-hero-tagline .tagline {
	border-left: 8px solid #EACE03;
	padding-left: 15px;
	color: #fff;
	padding-top: 3px;
}

.mobile-preorder-hero-tagline .big {
	font-size: 24px;
	line-height: 25px;
	display: block;
	font-weight: bold !important;
}

.mobile-preorder-hero-tagline .small {
	display: block;
	font-size: 19px;
	line-height: 22px;
	font-weight: bold !important;
}

.mobile-preorder-hero-text {
	padding: 80px 0 75px;
}

.blog-page-links-section {
	min-height: calc(100vh - 80px - 69px);
	padding: 83px 0 120px;
}

.blog-page .blog-title {
	font-size: 42px;
	line-height: 49px;
	margin-bottom: 83px;
	color: #2F2F2F;
}

.thank-you-page .links-section {
	background: linear-gradient(90deg, #fff 53%, #E7EEF2 47%);
	padding: 120px 0;
}

.thank-you-hero {
	padding: 200px 0 157px;
	height: auto !important;
}

.thank-you-page .blog-title {
	color: #061924;
	font-size: 30px;
}

.thank-you-page .medium-post {
	display: flex;
	align-items: flex-start;
	margin-bottom: 42px;
	max-width: 500px;
}

.medium-post:hover {
	text-decoration: underline;
	text-decoration-color: #061924;
}

.medium-post-image-wrapper {
	margin-right: 20px;
	width: 140px;
	height: 128px;
	background-color: #071f2e;
	background-image: url(/wp-content/uploads/2020/09/wavy-horizon-dark-blue.svg), url(/wp-content/uploads/2020/08/freedomfi-logo_smiley.png);
	background-position: bottom, center;
	background-size: 180%, 30%;
	background-repeat: no-repeat, no-repeat;
}

.medium-post-image {
	margin-right: 20px;
	width: 140px;
	height: 128px;
	object-fit: contain;
}

.medium-post-data {
	color: #061924;
	display: flex;
	flex-direction: column;
}

.medium-post-date {
	font-size: 14px;
}

.medium-post-title {
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 16px;
}

.medium-post-content-preview {
	font-size: 14px;
}

.blog-page .medium-post {
	display: flex;
	align-items: flex-start;
	margin-bottom: 120px;
	max-width: 945px;
}

.blog-page .medium-post:hover {
	text-decoration: underline;
	text-decoration-color: #2f2f2f;
	;
}

.blog-page .medium-post-image {
	width: 297px;
	height: 192px;
	margin-right: 30px;
	object-fit: contain;
}

.blog-page .medium-post-image-wrapper {
	margin-right: 30px;
	width: 297px;
	height: 192px;
	background-color: #071f2e;
	background-image: url(/wp-content/uploads/2020/09/wavy-horizon-dark-blue.svg), url(/wp-content/uploads/2020/08/freedomfi-logo_smiley.png);
	background-position: bottom, center;
	background-size: 180%, 30%;
	background-repeat: no-repeat, no-repeat;
}

.blog-page .medium-post-data {
	padding: 5px 0;
	color: #061924;
	display: flex;
	flex-direction: column;
}

.blog-page .medium-post-date {
	font-size: 20px;
	margin-bottom: 12px;
	line-height: 23px;
	color: #2f2f2f;
}

.blog-page .medium-post-title {
	font-weight: bold;
	line-height: 36px;
	font-size: 24px;
	color: #2f2f2f;
}

.blog-page .medium-post-content-preview {
	font-size: 14px;
}

.thank-you-page .medium-post {
	display: flex;
	align-items: flex-start;
	margin-bottom: 75px;
	max-width: 945px;
}

.thank-you-page .medium-post-image {
	width: 185px;
	height: 119px;
	margin-right: 18px;
	object-fit: contain;
}

.thank-you-page .medium-post-image-wrapper {
	margin-right: 18px;
	width: 185px;
	height: 119px;
	background-color: #071f2e;
	background-image: url(/wp-content/uploads/2020/09/wavy-horizon-dark-blue.svg), url(/wp-content/uploads/2020/08/freedomfi-logo_smiley.png);
	background-position: bottom, center;
	background-size: 180%, 30%;
	background-repeat: no-repeat, no-repeat;
}

.thank-you-page .medium-post-data {
	padding: 2px 0;
	color: #061924;
	display: flex;
	flex-direction: column;
}

.thank-you-page .medium-post-date {
	font-size: 16px;
	margin-bottom: 3px;
	line-height: 23px;
	color: #2f2f2f;
}

.thank-you-page .medium-post-title {
	font-weight: bold;
	line-height: 26px;
	font-size: 18px;
	color: #2f2f2f;
}

.snipcart-wrapper {
	position: relative;
	z-index: 10000;
}

.snipcart-modal__container {
	font-family: 'Raleway', sans-serif !important;
	font-size: 16px !important;
	color: #738591 !important;
}

.snipcart-layout {
	max-width: 1140px !important;
}

.snipcart-loading-overlay__pending-message {
	display: none !important;
}

.snipcart-item-quantity__button:focus path {
	fill: #A28E00 !important;
}

.snipcart-item-line__title,
.snipcart-cart-header__title {
	color: #061924 !important;
}

.snipcart-cart-header__close-button {
	outline: none !important;
}

.snipcart-cart-header__close-button path {
	fill: #EACE03 !important;
}

.snipcart__box--badge {
	background: #EACE03 !important;
	color: #fff !important;
}

.snipcart__box--badge path {
	fill: #fff !important;
}

.snipcart-cart-summary-fees__title {
	font-weight: bold !important;
}

.snipcart-cart-button svg,
.snipcart-cart-button .snipcart-cart-button__icon {
	display: none !important;
}

.snipcart-cart-button {
	border: 1px solid transparent !important;
	border-color: transparent !important;
	background-color: #EACE03 !important;
	color: #1A1F2E !important;
	position: relative !important;
	background-image: none !important;
	font-weight: bold !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	padding: 15px 25px !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.shopping-cart-button {
	-webkit-appearance: none;
	border: none;
	margin-right: 40px;
	margin-top: -5px;
	font-size: 25px;
	background: none;
	color: #EACE03;
	padding: 0;
	display: none;
}

.shopping-cart-button:hover {
	color: #A28E00;
}

.shopping-cart-button i {
	line-height: 27px;
	display: block;
	margin-right: 3px;
}

.shopping-cart-button:focus,
.shopping-cart-button i:focus {
	border: none;
	outline: none;
}

.items-count {
	color: #fff;
	font-size: 16px;
}

.snipcart-cart-button::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(-1% 0%, 0% 0%, -25% 100%, -1% 100%);
	clip-path: polygon(-1% 0%, 0% 0%, -25% 100%, -1% 100%);
	transition: .5s cubic-bezier(.165, .84, .44, 1);
}

.snipcart-cart-button:hover {
	border-color: #A28E00 !important;
	background-color: #A28E00 !important;
}

.snipcart-cart-button:hover::before {}

.snipcart-cart__checkout-button svg,
.snipcart-cart__checkout-button .snipcart-cart-button__icon {
	display: none;
}

.snipcart-cart__footer {
	justify-content: flex-end !important;
}

.cart__footer-discount-box {
	display: none !important;
}

.snipcart__font--secondary,
.snipcart__font--subtitle {
	font-family: 'Raleway', sans-serif !important;
}

.snipcart-discount-box {
	display: none;
}

.wavy-bg {
	width: 100%;
	padding: 150px 0 80px;
	background-color: #071F2E;
	background: no-repeat bottom/100% url("/wp-content/uploads/2020/09/wavy-horizon-dark-blue.svg");
}

.involved-section .left-column {
	padding: 0;
}

@media(max-width: 575px) {
	.involved-section .left-column {
		padding: 0 15px;
	}
}

.section-heading {
	font-size: 30px;
}

.hero-section {
	width: 100%;
	padding: 150px 0 80px;
	background-color: #071F2E;
	background: no-repeat bottom/100% #071F2E url("/wp-content/uploads/2020/09/wavy-horizon-dark-blue.svg");
}

.why-open-source {
	background-color: #E7EEF2;
}

.why-open-source .section-heading,
.why-open-source p {
	color: #061924;
}

.architecture-section .section-heading,
.architecture-section p,
.architecture-section h4 {
	color: #061924;
}

.architecture-section h4 {
	max-width: 540px
}

.magma-components-list {
	padding: 0;
	max-width: 920px;
	list-style: none;
	margin: 0 auto;
}

.magma-components-list-item {
	min-width: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.magma-component-icon {
	margin-bottom: 1rem;
	width: 155px;
	height: 155px;
	border-radius: 50%;
	background-color: #00B196;
}

.magma-component-icon-radio {
	background: no-repeat url("/wp-content/uploads/2020/09/Снимок-экрана-2020-09-23-в-17.01.02.png") center/73px;
}

.magma-component-icon-ag {
	background: #00B196 no-repeat url("/wp-content/uploads/2020/09/Снимок-экрана-2020-09-23-в-17.01.21.png") center/80px;
}

.magma-component-icon-orchestrator {
	background: #00B196 no-repeat url("/wp-content/uploads/2020/09/Снимок-экрана-2020-09-23-в-17.01.40.png") center/105px;
}

.magma-component-icon-fg {
	background: #00B196 no-repeat url("/wp-content/uploads/2020/09/Снимок-экрана-2020-09-23-в-17.01.56.png") center/85px;
}

.magma-component-icon-mno {
	background: no-repeat url("/wp-content/uploads/2020/09/Снимок-экрана-2020-09-23-в-17.02.14.png") 40% 55%/96px;
}

.magma-component-icon-grayed {
	background-color: #e8eef2;
}

.magma-component-name {
	font-weight: bold;
}

.magma-component-name-grayed {
	color: #bdc8cf;
}

.magma-component-description {
	position: relative;
	max-width: 324px;
	padding-left: 40px;
	font-size: 14px;
}

.magma-component-description::before {
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #00B196;
}

.community-section {
	background-color: #061924;
	padding: 48px 0;
}

.community-section .section-heading {
	color: #EACE03;
}


.commercial-offerings-hero-section {
	position: relative;
	padding: 200px 0 65px;
	height: 100vh;
	width: 100%;
	background-color: #071F2E !important;
	background-image: url("/wp-content/uploads/2020/09/wavy-horizon-dark-blue.svg");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 90%;
}

.blog-hero-section {
	position: relative;
	padding: 146px 0 87px;
	width: 100%;
	background-color: #071F2E;
	background-image: url("/wp-content/uploads/2020/09/wavy-horizon-dark-blue.svg");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 90%;
}

.blog-hero-section .tagline,
.commercial-offerings-hero-section .tagline {
	border-left: 8px solid #EACE03;
	padding-left: 34px;
	color: #fff;
	padding-top: 3px;
}

.blog-hero-section .tagline {
	padding-left: 15px;
	margin-top: 73px;
}

.commercial-offerings-hero-section .big {
	font-size: 40px;
	line-height: 42px;
	display: block;
	font-weight: bold !important;
}

.commercial-offerings-hero-section .small {
	display: block;
	font-size: 30px;
	font-weight: bold !important;
}

.blog-hero-section .big {
	display: block;
	font-size: 50px;
	margin-bottom: 20px;
	line-height: 59px;
	font-weight: bold;
}

.blog-hero-section .small {
	display: block;
	font-size: 33px;
	line-height: 39px;
	font-weight: normal !important;
}

.blog-hero-section .absolute-bg,
.commercial-offerings-hero-section .absolute-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 56%;
	/* background: url("/wp-content/uploads/2021/02/prbg-scaled.jpg"); */
	background-size: cover;
	background-position: left 0 top 0;
	background-color: #1e1e1e !important;
	background-blend-mode: multiply;
}

.thank-you-page .absolute-bg {
	width: 53%;
}

.blog-page .absolute-bg {
	width: 54%;
	background-size: cover;
	background-image: url("/wp-content/uploads/2020/10/blog-hero.png");
}

.commercial-offerings-hero-section .left-column {
	width: 48%;
	z-index: 1;
}

.thank-you-page .left-column {
	width: 53%;
	z-index: 1;
}

.blog-page .left-column {
	z-index: 1;
}

.blog-page .right-column {
	width: 40%;
}

.commercial-offerings-hero-section .right-column {
	width: 40%;
	font-size: 18px;
	padding-left: 89px;
}

.commercial-offerings-hero-section--fullscreen .right-column {
	position: absolute;
	top: 50%;
	left: 61%;
	transform: translate(-0%, -50%);
	max-width: 355px;
	padding-left: 0;
}

.thank-you-page .right-column {
	width: 43%;
}

.commercial-offerings-hero-links {
	margin: 0 auto;
	max-width: 700px;
	font-size: 18px
}

.commercial-offerings-hero-links a:hover {
	color: #fff;
}

.offerings-section {
	background: #E7EEF2;
	padding-bottom: 70px !important;
}

.offerings-section .section-heading,
.offerings-section p {
	color: #061924;
}

.refundable-disclaimer {
	display: flex;
	justify-content: flex-end;
}

.refundable-disclaimer-text {
	width: 75%;
	color: #061924;
	font-size: 14px;
}

.soldout-disclaimer-wrapper {
	display: flex;
	justify-content: flex-end;
}

.soldout-disclaimer {
	width: 75%;
	font-weight: 600;
	font-size: 16px;
}

.products-page-order-btn:disabled:hover::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(-1% 0%, 0% 0%, -25% 100%, -1% 100%);
	clip-path: polygon(-1% 0%, 0% 0%, -25% 100%, -1% 100%);
	transition: .5s cubic-bezier(.165, .84, .44, 1);
}

.products-page-order-btn:disabled:hover {
	border-color: transparent !important;
}

.offerings-table {
	width: 100%;
	font-size: 18px;
	color: #061924;
	text-align: center;
	font-weight: 600;
}

.offerings-table tr {
	border: 1px solid #D7DCDF;
	border-bottom: none;
	height: 57px;
}

.offerings-table tr:last-child {
	border-bottom: 1px solid #D7DCDF;
}

.offerings-table tr:first-child {
	vertical-align: top;
	border: none;
}

.offerings-table td {
	background-color: rgba(232, 238, 242, 0.7);
	width: 25%;
	border: 1px solid #D7DCDF;
}

.offerings-table td:first-child {
	text-align: left;
	padding: 0 31px;
	font-size: 14px;
}

.min-network-price-table {
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.min-network-price-table tr {
	height: 45px;
}

.min-network-price-table tr:first-child td {
	border: none;
	background: transparent;
}

.min-network-price-table td:first-child {
	text-align: right;
	width: 23%;
	background: #fff !important;
	padding-right: 12px;
	font-weight: bold;
}

.min-network-price-table td:last-child {
	width: 42%;
	border-left: 1px solid #BDC8CE;
}

.min-network-price-table tr:nth-child(2n+2) {
	background: #E7EEF2;
}

.faq-section {
	background: linear-gradient(90deg, #fff 73%, #D5E0E8 31%)
}

.faq-section h2 {
	margin-bottom: 40px;
	color: #061924;
	font-size: 30px;
}

.faq-section .faq-list {
	max-width: 849px;
	list-style: none;
	padding: 0 119px 0 0;
}

.faq-section .faq-item {
	list-style: none;
	color: #061924;
	font-size: 18px;
	border-bottom: 1px solid #BDC8CE;
}

.faq-button {
	padding: 15px 40px !important;
}

.faq-question {
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 19px 0;
	font-weight: bold;
	padding-left: 46px;
}

.faq-question.expanded {}

.faq-question::before {
	vertical-align: middle;
	color: #1DB096;
	display: inline-block;
	margin-right: 30px;
	content: '+';
	font-weight: 100;
	line-height: 0;
	font-size: 44px;
	position: absolute;
	left: 0;
	top: 35px;
}

.faq-question.expanded::before {
	content: '–';
	font-size: 36px;
	top: 31px;
}

.faq-question.expanded+.faq-answer {
	padding-bottom: 25px;
	padding-left: 46px;
}

.faq-item .faq-answer {
	height: 0;
	overflow: hidden;
	margin: 0;
}

.faq-item .faq-answer.shown {
	height: auto;
}

.faq-answer-paragraph {
	display: block;
	margin-bottom: 24px;
}

.faq-answer-paragraph:last-child {
	margin-bottom: 0;
}

.offerings-table th {
	height: 69px;
	padding: 0 12px;
	padding-bottom: 5px;
}

.offerings-table th:last-child {
	padding-right: 0;
}

.pricing-row td {
	padding-top: 15px;
}

.ships-date {
	color: #00B196;
	font-size: 14px;
}

.table-col-heading {
	text-align: center;
	border: 1px solid #D7DCDF;
	border-bottom: none;
}

.table-col-heading--highlighted {
	outline: 4px solid #EACE03;
	outline-offset: -4px;
}

.offerings-table tr:nth-child(2n+1) td {
	background-color: #fff;
}

.offerings-table tr:first-child td {
	padding-top: 63px;
}

.offerings-table td.highlighted {
	border-left: 4px solid #00B196;
	border-right: 4px solid #00B196;
}

.offerings-table tr:last-child td.highlighted {
	border-bottom: 4px solid #00B196;
}

.table-col-heading-info {
	position: relative;
	top: -5px;
	left: 5px;
	display: inline-block;
	font-size: 0;
}

.table-col-heading-info-text {
	min-width: 367px;
	z-index: 10;
	position: absolute;
	display: none;
	font-size: 14px;
	padding: 20px;
	border: 2px solid #00B196;
	top: 4px;
	left: 40px;
	background: #fff;
	font-weight: normal;
	text-align: left;
	box-shadow: 0px 3px 6px #00000029;
}

.table-col-heading-info-text::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -24px;
	border-width: 0px 22px 25px 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #00B196 transparent transparent;
}

.table-col-heading-info-text::after {
	content: "";
	position: absolute;
	top: 0;
	left: -19px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 38px 43px 0;
	border-color: transparent #ffffff transparent transparent;
}

.table-col-heading-info:hover .table-col-heading-info-text {
	display: block;
}

.btn-involved {
	padding: 12px 25px !important;
}

.products-page-order-btn {
	padding: 13px 0 !important;
	width: 100%;
	max-width: 170px;
}

.products-page-order-btn .text {
	font-size: 18px;
	line-height: 20px;
}

.sla-support-section {
	padding: 120px 0 105px;
	color: #061924;
}

.sla-support-section .section-heading {
	color: #061924;
}

.contact-us-page {
	padding: 158px 0 106px;
	min-height: calc(100vh - 80px - 69px);
}

.page-id-634.contact-us header#site-header {
    background: #000000a3;
}

.contact-us-page h1 {
	text-align: center;
	color: #061924;
	font-weight: bold;
	margin-top: 50px ;
}

.contact-us-page p {
	max-width: 500px;
	margin: 10px auto 42px;
	font-size: 18px;
	text-align: center;
	color: #061924;
}

.contact-us-form {
	max-width: 728px;
	margin: 0 auto;
}

.contact-us-form * {
	font-family: 'Raleway', sans-serif !important;
}

.contact-us-form input,
.contact-us-form select,
.contact-us-form textarea {
	background: transparent !important;
	border-radius: 0 !important;
	min-height: 42px;
	!important;
	padding: 0 20px !important;
	margin-bottom: 10px;
	-webkit-appearance: none;
}

.contact-us-form select {
	padding: 0 15px !important;
	-webkit-appearance: auto;
}

.contact-us-form textarea {
	-webkit-appearance: none;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.contact-us-form input::placeholder,
.contact-us-form select::placeholder,
.contact-us-form textarea::placeholder {
	font-family: 'Raleway', sans-serif !important;
}

.contact-us-form input:focus,
.contact-us-form select:focus,
.contact-us-form textarea:focus {
	border: 1px solid #EACE03 !important;
	box-shadow: none !important;
}


/*	Theme Name: FreedomFi	Theme URI: http://html5blank.com	Description: FreedomFi Theme (based on HTML5 Blank Theme)	Version: 1.4.3	Author: Todd Motto (@toddmotto)	Author URI: http://toddmotto.com	Tags: Blank, HTML5, CSS3	License: MIT	License URI: http://opensource.org/licenses/mit-license.php*/


/*------------------------------------*\    MAIN\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
	font-size: 62.5%;
}

body {
	/* 	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	color: #444;
}


/* clear */

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	/* 	color:#444; */
	text-decoration: none;
}

a:hover {
	/* 	color:#444; */
}

a:focus {
	outline: 0;
}

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

input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}


/*------------------------------------*\    STRUCTURE\*------------------------------------*/


/* wrapper */

.wrapper {
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}


/* header */

.header {}


/* logo */

.logo {}

.logo-img {}


/* nav */

.nav {}


/* sidebar */

.sidebar {}


/* footer */

.footer {}

.absolute-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.absolute-footer-body {
	position: relative;
}


/*------------------------------------*\    PAGES\*------------------------------------*/


/*------------------------------------*\    IMAGES\*------------------------------------*/


/*------------------------------------*\	TYPOGRAPHY\*------------------------------------*/

@font-face {
	font-family: 'Font-Name';
	src: url('fonts/font-name.eot');
	src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*------------------------------------*\    RESPONSIVE\*------------------------------------*/

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (max-width:768px) {
	.private-cellular-easy-section {
		padding: 80px 15px;
	}
	.scroll-tabs-section-item-number {
		font-size: 64px !important;
		line-height: 88px;
	}
	.tabs-scroll-progress-bar-wrapper {
		top: 14px;
		bottom: -10px;
	}
	.scroll-tabs-section-item {
		padding-left: 10px !important;
	}
	.scroll-tabs-section-item .text {
		line-height: 27px;
	}
	.private-cellular-easy-section-heading {
		font-size: 20px;
		margin-bottom: 7px;
	}
	.faq-section {
		padding-bottom: 80px;
	}
	.faq-question {
		padding-left: 30px;
	}
	.faq-question.expanded::before {
		top: 28px;
	}
	.faq-question::before {
		top: 33px;
	}
	.faq-question.expanded+.faq-answer {
		padding-left: 30px;
	}
	.blog-page .medium-post {
		display: flex;
		align-items: flex-start;
		margin-bottom: 75px;
		max-width: 945px;
	}
	.blog-page .medium-post-image {
		width: 185px;
		height: 119px;
		margin-right: 18px;
		object-fit: contain;
	}
	.blog-page .medium-post-image-wrapper {
		margin-right: 18px;
		width: 185px;
		height: 119px;
		background-color: #071f2e;
		background-image: url(/wp-content/uploads/2020/09/wavy-horizon-dark-blue.svg), url(/wp-content/uploads/2020/08/freedomfi-logo_smiley.png);
		background-position: bottom, center;
		background-size: 180%, 30%;
		background-repeat: no-repeat, no-repeat;
	}
	.blog-page .medium-post-data {
		padding: 2px 0;
		color: #061924;
		display: flex;
		flex-direction: column;
	}
	.blog-page .medium-post-date {
		font-size: 16px;
		margin-bottom: 3px;
		line-height: 23px;
		color: #2f2f2f;
	}
	.blog-page .medium-post-title {
		font-weight: bold;
		line-height: 26px;
		font-size: 18px;
		color: #2f2f2f;
	}
	.faq-section .faq-list {
		padding: 0;
	}
	.preorder-cell {
		padding-top: 1rem !important;
	}
	.contact-us-page {
		padding: 80px 0 47px;
	}
	.contact-us-page h1 {
		font-size: 30px;
	}
	.home-hero-split-banner {
		font-size: 30px !important;
	}
	.home-hero-split-banner-figure {
		top: -4px;
	}
	.thank-you-page .links-section {
		padding: 55px 0 70px;
		background: none;
	}
}

@media only screen and (max-width:480px) {
	.blog-page .medium-post {
		margin-bottom: 40px;
	}
	.blog-page .medium-post-image {
		width: 110px;
		height: 71px;
		margin-right: 12px;
		object-fit: contain;
	}
	.social-menu__item,
	#menu-header-nav li a {
		font-size: 28px !important;
	}
	.blog-page .medium-post-image-wrapper {
		margin-right: 12px;
		width: 110px;
		height: 71px;
		background-color: #071f2e;
		background-image: url(/wp-content/uploads/2020/09/wavy-horizon-dark-blue.svg), url(/wp-content/uploads/2020/08/freedomfi-logo_smiley.png);
		background-position: bottom, center;
		background-size: 180%, 30%;
		background-repeat: no-repeat, no-repeat;
	}
	.blog-page .medium-post-data {
		padding: 0;
	}
	.blog-page .medium-post-date {
		font-size: 13px;
		margin-bottom: 0px;
		line-height: 16px;
	}
	.blog-page .medium-post-title {
		line-height: 20px;
		font-size: 16px;
	}
	.blog-page-links-section {
		padding: 60px 0 95px;
		min-height: unset;
	}
	.blog-page .blog-title {
		font-size: 30px;
	}
}



@media only screen and (max-width:1040px) {
	.commercial-offerings-hero-section--fullscreen .right-column {
		max-width: 355px;
	}
}

@media only screen and (max-width:940px) {
	.commercial-offerings-hero-section--fullscreen .right-column {
		max-width: 290px;
	}
}

@media only screen and (max-width:1140px) {
	.commercial-offerings-hero-section .tagline {
		border-left: 6px solid #EACE03;
		padding-left: 20px;
		color: #fff;
		padding-top: 3px;
	}
	.follow-steps-section--desc .bounce a {
		margin-bottom: 0px !important;
		font-size: 25px !important;
		margin-right: 15px !important;
	}
	.follow-steps-section--desc .follow-steps-section__text {
		font-size: 16px;
		max-width: 293px;
	}
	.follow-steps-section--desc {
		padding: 17px 17px;
	}
	.commercial-offerings-hero-section--fullscreen .right-column {
		left:58% !important;
	}
	.commercial-offerings-hero-section .absolute-bg {
		width: 53% !important;
	}
	.preorder-hero-text-desc {
		font-size: 16px;
	}
	.commercial-offerings-hero-section .big {
		font-size: 35px;
		line-height: 37px;
		display: block;
		font-weight: bold !important;
	}
	.commercial-offerings-hero-section .small {
		display: block;
		font-size: 24px;
		font-weight: bold !important;
	}
}

@media only screen and (max-width:767px) {
	.products-page__support-plan-list {
		justify-content: start;
		margin: 0;
		align-items: start;
	}
	#step1 .step-1-mobile {
		margin-left: 0;
		margin-right: 0;
	}
	.products-page__buy-gtw-right-section {
		padding-right: 0 !important;
	}
	.products-page__support-plan-list .products-page-button,
	.products-page__support-plan-list .products-page__community-support-plan-btn {
		font-size: 16px !important;
	}
	.products-page__support-plan-title {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.products-page__description {
		font-size: 15px;
		line-height: 21px;
		margin-bottom: 23px;
	}
	.products-page__price-badge {
		top: -22px;
		left: 16px;
		right: unset;
	}
	.products-page__support-plan-item {
		padding: 50px 20px 25px;
		min-height: 308px;
		min-width: 260px;
		margin-right: 10px;
		margin-top: 23px;
		margin-bottom: 2px;
	}
	.products-page__step-section {
		height: calc(100vh - 60px);
	}
	.bottom-bar-total-price {
		font-size: 14px !important;
		line-height: 16px;
		margin-right: 15px;
	}
	.subtotal-price--big {
		font-size: 16px !important;
		line-height: 18px;
		margin-left: 5px;
	}
	.products-page__bottom-bar {
		height: 60px;
		padding: 0px 18px;
	}
	.products-page__finish-button {
		font-size: 16px;
		line-height: 18px;
		padding: 8px 7px;
	}
	.products-page__step-content .height-100 {
		height: auto !important;
	}
	.buy-gtw-select-quantity .quantity-selector {
		margin-right: 0;
	}
	.product-section__left-col .gtw-image {
		max-width: 229px;
		margin-bottom: 4px;
	}
	.buy-gtw-price-quantity-wrapper {
		margin-right: 21px;
	}
	.buy-gtw-price {
		font-size: 28px;
		line-height: 32.13px;
	}
	.quantity-selector {
		font-size: 18px;
		height: 34px;
	}
	.products-page__buy-gtw-right-section {
		padding: 0;
	}
	.products-page__step-number {
		font-size: 36px;
		line-height: 47px;
		margin-right: 8px;
	}
	.products-page__step-heading {
		font-size: 18px;
		line-height: 21.13px;
	}
	.products-page__step-description {
		font-size: 15px;
		line-height: 21px;
	}
	.mobile-preorder-hero-text__paragraph {
		font-size: 16px;
	}
	.mobile-preorder-hero-tagline {
		padding: 160px 0 110px;
	}
	.follow-steps-section {
		padding: 20px 30px;
	}
	.follow-steps-section__text {
		font-size: 16px;
	}
}

@media only screen and (max-width:1204px) {
	.scroll-tabs-section-item {
		padding-left: 30px;
		margin-bottom: 13px;
	}
	.scroll-tabs-section-item-number {
		font-size: 70px;
		margin: 0 28px 0 0;
	}
	.scroll-tabs-section-item .text {
		font-size: 16px;
	}
	.scroll-tabs-diagram {
		top: -425px;
	}
	.scroll-diagram-default {
		height: 450px;
	}
}

@media only screen and (max-width:992px) {
	.commercial-offerings-hero-section .tagline {
		padding-left: 16px;
	}
	.commercial-offerings-hero-section .big {
		font-size: 30px;
		line-height: 33px;
	}
	.commercial-offerings-hero-section .small {
		font-size: 19px;
	}
	.products-page__price-badge {
		top: -22px;
		left: 16px;
		right: unset;
	}
	.products-page__support-plan-item {
		padding: 50px 20px 25px;
		min-height: 308px;
		min-width: 260px;
		margin-right: 10px;
		margin-top: 23px;
	}
	.products-page__description {
		font-size: 15px;
		line-height: 21px;
		margin-bottom: 23px;
	}
	.products-page__support-plan-title {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.products-page__support-plan-list .products-page-button,
	.products-page__support-plan-list .products-page__community-support-plan-btn {
		font-size: 16px !important;
	}
	.thank-you-page .medium-post {
		display: flex;
		align-items: flex-start;
		margin-bottom: 40px;
		max-width: 945px;
	}
	.thank-you-page .medium-post-image {
		width: 110px;
		height: 71px;
		margin-right: 12px;
		object-fit: contain;
	}
	.thank-you-page .medium-post-image-wrapper {
		margin-right: 12px;
		width: 110px;
		height: 71px;
		background-color: #071f2e;
		background-image: url(/wp-content/uploads/2020/09/wavy-horizon-dark-blue.svg), url(/wp-content/uploads/2020/08/freedomfi-logo_smiley.png);
		background-position: bottom, center;
		background-size: 180%, 30%;
		background-repeat: no-repeat, no-repeat;
	}
	.thank-you-page .medium-post-data {
		padding: 2px 0;
		color: #061924;
		display: flex;
		flex-direction: column;
		padding: 0;
	}
	.thank-you-page .medium-post-date {
		color: #2f2f2f;
		font-size: 13px;
		margin-bottom: 0px;
		line-height: 16px;
	}
	.thank-you-page .medium-post-title {
		font-weight: bold;
		color: #2f2f2f;
		line-height: 20px;
		font-size: 16px;
	}
	.magma-component-description {
		max-width: 100%;
		font-size: 16px;
		padding-left: 25px;
	}
	.offerings-table {
		font-size: 14px;
	}
	.offerings-table tr {
		height: 39px;
	}
	.offerings-table-yes-no-icon {
		width: 21px;
	}
	.refundable-disclaimer-text {
		width: 100%;
	}
	.offerings-table td {
		max-width: 249px;
	}
	.offerings-table th {
		max-width: 249px;
	}
	.table-col-heading {
		font-size: 18px;
	}
	.table-col-heading-description {
		font-size: 16px;
	}
	.table-col-heading-price {
		font-size: 24px;
		line-height: 30px;
	}
	.table-col-heading-price-contact {
		font-size: 18px;
	}
	.table-col-heading-dollar-sign {
		font-size: 1em;
	}
	.table-col-heading-description-ext {
		padding-right: 5px;
	}
	.products-page-order-btn {
		padding: 11px 0 !important;
	}
	.products-page-order-btn .text {
		font-size: 16px;
		line-height: 18px;
	}
}

@media only screen and (max-width:1300px) {
	.goodie-item-price-wrapper {
		margin-right: 5px;
	}
	.goodie-item__quantity-selector .quantity-selector {
		width: 98px;
		height: 42px;
		font-size: 17px;
		padding: 0 9px;
		margin-right: 36px;
	}
}

@media only screen and (max-width:1440px) {
	.support-page-nan-link {
		font-size: 18px;
		line-height: 28px;
		padding: 5px 0 5px 18px;
	}
	.support-page-stuck-links {
		padding-top: 20px;
	}
	.support-page-stuck-text span {
		margin-right: 6px;
	}
	.support-page-stuck-text {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 20px;
		max-width: 270px;
	}
	.support-page-support-button-wrapper {
		margin-bottom: 20px;
	}
	.support-page-support-button {
		font-size: 16px !important;
		line-height: 19px;
		padding: 12px 0 !important;
	}
	.support-page .lined-text {
		margin-bottom: 20px;
	}
	.support-page-slack-button {
		font-size: 17px;
		line-height: 20px;
		padding: 10px;
	}
	.support-page-slack-button img {
		margin-right: 4px;
		width: 27px;
		height: 24px;
	}
}

@media only screen and (max-width:1280px) {
	.support-page-contnet-table {
		max-width: 285px;
	}
	.support-page-nan-link {
		font-size: 16px;
		line-height: 26px;
		padding: 4px 0 4px 15px;
	}
	.support-page-stuck-links {
		padding-top: 13px;
	}
	.support-page-stuck-text {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 13px;
	}
	.support-page-stuck-text img {
		margin-top: 1px;
		width: 20px;
		height: 18px;
	}
	.support-page-support-button-wrapper {
		margin-bottom: 13px;
	}
	.support-page-support-button {
		font-size: 14px !important;
		line-height: 18px;
		padding: 11px 0 !important;
	}
	.support-page .lined-text {
		margin-bottom: 13px;
	}
	.support-page-slack-button {
		font-size: 16px;
		line-height: 16px;
		padding: 10px;
	}
}

@media only screen and (min-width:1280px) {
	.blog-page-container {
		max-width: 1262px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}


/*------------------------------------*\    MISC\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}


/*------------------------------------*\    WORDPRESS CORE\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}


/*------------------------------------*\    PRINT\*------------------------------------*/

/* @media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
} */


/* custom css */

html {
	height: 100%;
	font-size: 100%;
}

body {
	height: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 16px !important;
	color: #738591 !important;
	background-color: #fff;
}



h1 {
	margin-bottom: 24px;
}

h2 {
	font-size: 1.5rem;
	font-weight: 700;
}

footer {
	background-color: #BFD1DD;
}

footer p {
	font-size: .6875em;
}

.bg-layer {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.main-content p {
	font-size: .875em;
}

a.button {
	font-size: .875em;
	padding: 5px 15px;
	background-color: transparent;
	color: #738591;
	font-weight: 700;
}

a.button:hover,
a.button:focus,
a.button:active {
	text-decoration: none;
	color: #fff;
	background-color: #738591;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.button__border {
	border: 1px solid #738591;
	border-radius: 3px;
}

a {
	color: #00B196;
}

a.underline {
	color: inherit;
	text-decoration: underline;
}

a.underline:hover,
a.underline:focus,
a.underline:active {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #00B196;
}

.bg_teal {
	background-color: #E7EEF2;
}

.bg_dark-1 {
	background-color: #071F2E;
}

.color_white {
	color: #fff;
}

.padding_120 {
	padding: 120px 0;
}

.img-bg {
	max-width: 20%;
}

.img-bg img {
	width: 100%;
}

.position-absolute.top-right {
	top: 0;
	right: 0;
}

.position-absolute.bottom-left {
	bottom: 48px;
	left: 0;
}

#site-header {
	/* 	position: absolute; */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 19px;
	padding-bottom: 19px;
	z-index: 999;
	overfloW-x: hidden;
	background-color: rgba(0, 0, 0, 0);
}

#site-header.sticky {
	background-color: rgba(0, 0, 0, 0.7);
	transition: all .2s ease-in-out;
}

#menu-header-nav {
	list-style: none;
	text-align: right;
	margin-bottom: 0;
	padding: 0;
}

#menu-header-nav li a {
	color: #fff;
	font-size: 2.75rem;
	text-transform: uppercase;
	font-weight: 700;
}

.header-menu-wrapper a:hover,
#menu-header-nav li a:hover {
	text-decoration: none;
	color: #A28E00;
}

.header-logo {
	display: block;
}

.header-logo img {
	max-width: 150px;
	width: 100%;
	display: block;
}

.main-content {
	overflow: hidden;
}

section {
	margin: 0;
	padding: 0;
}

.fullscreen-video-section {
	position: relative;
	width: 100%;
	height: 100vh;
}

.fullscreen-video {
	/* 	position: absolute;	top: 0;	left: 0;	width: 100vw;	height: 100vh;	z-index:-1;	overflow:hidden; */
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.fullscreen-video .video-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.fullscreen-video .video-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.fullscreen-video video {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	/* 	transition: all 0.01s linear; */
	/* 	transition-delay: 1s; */
	z-index: -10;
}

.split-letters {
	color: #EACE03;
}

.split-letters .letter {
	display: inline-block;
}

.video-wrapper video {
	opacity: 0;
}

.video-wrapper #bg-video-1 {
	opacity: 1;
}

.main-content {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.main-content h1 {
	margin: 0;
	margin-bottom: 24px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 3.01rem;
}

.main-content h2 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
}

.header-menu-wrapper {
	/* 	visibility: hidden; */
	opacity: 0;
	position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
    background-color: #00b19600;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	transition: opacity .3s linear;
}

.menu-expanded {
	overflow: hidden;
}

.menu-expanded #site-header {
	position: fixed;
}

.header-menu-wrapper a {
	display: inline-block;
}

.menu-expanded .header-menu-wrapper {
	/* 	visibility: visible; */
	z-index: 100;
	opacity: 1;
	transition: opacity .3s linear;
}

.menu-expanded #site-header.sticky {
	background-color: #000;
}

.menu-expanded #site-header .header-logo {
	visibility: hidden;
}

.social-menu__item {
	color: #fff;
	font-size: 1.75rem;
}

.social-menu a:not(:last-child),
.social-menu a:not(:first-child) {
	margin: 0 7px;
}

.social-menu__item:active,
.social-menu__item:focus {
	color: #ffffff;
}

.btn {
	display: inline-block;
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 25px;
}

.btn__solid_yellow {
	border: 1px solid transparent;
	border-color: transparent;
	background-color: #EACE03;
	color: #1A1F2E;
	position: relative;
}

.contact-form-button {
	border: 1px solid transparent !important;
	border-color: transparent !important;
	background-color: #EACE03 !important;
	color: #1A1F2E !important;
	position: relative !important;
	display: inline-block !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: .75rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	padding: 15px 25px !important;
}

.btn__solid_green {
	border: 1px solid transparent;
	border-color: transparent;
	background-color: #00B196;
	color: #ffffff;
	position: relative;
}

.contact-form-button span,
.btn__solid_yellow span,
.btn__bordered_yellow span {
	z-index: 1;
	position: relative;
}

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

.contact-form-button::before,
.btn__solid_yellow::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(-1% 0%, 0% 0%, -25% 100%, -1% 100%);
	clip-path: polygon(-1% 0%, 0% 0%, -25% 100%, -1% 100%);
	transition: .5s cubic-bezier(.165, .84, .44, 1);
}

.btn__solid_green::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(-1% 0%, 0% 0%, -25% 100%, -1% 100%);
	clip-path: polygon(-1% 0%, 0% 0%, -25% 100%, -1% 100%);
	transition: .5s cubic-bezier(.165, .84, .44, 1);
}

.contact-form-button:hover,
.btn__solid_yellow:hover {
	border-color: #A28E00 !important;
}

.btn__solid_green:hover {
	border-color: #008170;
}

.contact-form-button:hover::before,
.btn__solid_yellow:hover::before {
	background-color: #A28E00;
	-webkit-clip-path: polygon(0% 0%, 101% 0%, 101% 101%, 0% 101%);
	clip-path: polygon(0% 0%, 101% 0%, 101% 101%, 0% 101%);
}

.btn__solid_green:hover::before {
	background-color: #008170;
	-webkit-clip-path: polygon(0% 0%, 101% 0%, 101% 101%, 0% 101%);
	clip-path: polygon(0% 0%, 101% 0%, 101% 101%, 0% 101%);
}

.btn__bordered_yellow {
	border: 1px solid #EACE03;
	background-color: transparent;
	color: #EACE03;
	position: relative;
}

.btn__bordered_yellow::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(-1% 0%, 0% 0%, -25% 100%, -1% 100%);
	clip-path: polygon(-1% 0%, 0% 0%, -25% 100%, -1% 100%);
	transition: .5s cubic-bezier(.165, .84, .44, 1);
}

.btn__bordered_yellow:hover::before {
	background-color: #A28E00;
	-webkit-clip-path: polygon(0% 0%, 101% 0%, 101% 101%, 0% 101%);
	clip-path: polygon(0% 0%, 101% 0%, 101% 101%, 0% 101%);
}

.btn__bordered_yellow:hover {
	color: #1A1F2E;
	border-color: #A28E00;
}

.btn-menu {
	-webkit-appearance: none;
	background-color: transparent;
	box-shadow: none;
	border: none;
	width: 32px;
	display: block;
	height: 32px;
	padding: 0;
	position: relative;
	z-index: 9999;
}

.btn-menu:focus,
.btn-menu:active {
	outline: none;
}

.btn-menu:hover span {
	background-color: #A28E00;
}

.btn-menu span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 6px;
	background-color: #EACE03;
}

.btn-menu span:nth-of-type(1) {
	top: 0px;
	transform: none;
	-ms-transform: none;
	-webkit-transform: none;
}

.btn-menu span:nth-of-type(2) {
	display: block;
}

.btn-menu span:nth-of-type(3) {
	top: 0px;
	transform: none;
	-ms-transform: none;
	-webkit-transform: none;
}

.menu-expanded .btn-menu span {
	transition: all 500ms ease-in-out;
	position: absolute;
	height: 8px;
}

.menu-expanded .btn-menu span:nth-of-type(1) {
	top: 8px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.menu-expanded .btn-menu span:nth-of-type(2) {
	top: 0px;
	display: none;
}

.menu-expanded .btn-menu span:nth-of-type(3) {
	top: 8px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.product-section {
	overflow: hidden;
}

.product-section h2 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 24px;
}

.product-section p {
	color: #fff;
	line-height: 1.7;
}

.product-section .ships {
	color: #00B196;
}

.product-section .price {
	margin-bottom: 24px;
}

.product-section .price .value {
	font-size: 1.5rem;
	font-weight: 700;
	margin-right: 20px;
	display: inline-block;
}

.product-section .btn__solid_yellow {
	margin-right: 20px;
}

.product-section__left-col img {
	max-width: 440px;
	width: 100%;
}

.product-section__right-col .bg-layer {
	background-color: #1A1F2E;
}

.product-section .copy-content {
	padding: 120px 15px;
}

.tabs-section {
	padding: 120px 0;
}

.tabs-section h2 {
	font-size: 1.5rem;
	color: #061924;
	font-weight: 700;
	margin-bottom: 24px;
}

.tabs-section-1 {
	/* 	padding-bottom: 0; */
}

.tabs-section-1__row-title h2 {
	color: #061924;
	font-size: 44px;
	margin-bottom: 40px;
}

.tabs-section-1__item {
	padding: 40px 0;
}

.tabs-section-1__item-col p {
	margin-bottom: 0;
	color: #061924;
	font-size: 1.125rem;
}

.tabs-section-1__item-col .number {
	font-size: 70px;
	font-weight: 700;
	color: #061924;
	margin-right: 20px;
	margin-bottom: 5px;
	line-height: initial;
	color: #00B196;
}

.tabs-section-1__item-3 .number {
	margin-bottom: 20px;
}

.tabs-section-1__hover-container {
	position: relative;
}

.tabs-section-1__hover-container .diagram {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	/* saved my day! :) */
}

.tabs-section-1__hover-container .diagram-col {
	position: relative;
}

.tabs-section-1__hover-container .diagram-col img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

.tabs-section-1__hover-container .diagram .diagram-img-default {
	opacity: 1;
}

.tabs-section-1__item-1:hover~.diagram .diagram-img-top {
	opacity: 1;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.tabs-section-1__item-2:hover~.diagram .diagram-img-middle {
	opacity: 1;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.tabs-section-1__item-3:hover~.diagram .diagram-img-bottom {
	opacity: 1;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.tabs-section-1__hover-container .diagram .container,
.tabs-section-1__hover-container .diagram .row,
.tabs-section-1__hover-container .diagram img {
	height: 100%;
}

.tabs-section-1__item:hover {
	background-color: #00B196;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.tabs-section-1__item:hover p {
	/* 	color: #061924; */
	color: #fff;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.tabs-section-2 {
	/* 	background-image: url('/img/tabs-section-bg.svg'); */
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-bottom: 120px;
}

.tabs-section-2 h2 {
	margin-bottom: 24px;
	color: #061924;
}

.tabs-section-3__container-2 {
	background-image: url('/wp-content/uploads/2020/10/tabs-section-bg.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center 80%;
}

.tabs-section-3 h2 {
	margin-bottom: 36px;
}

.tabs-section-3 p {
	color: #1A1F2E;
}

.tabs-section-3__tabs {
	margin-top: 48px;
}

.tabs-section-3__tabs-item p {
	margin-left: 57px;
}

.tabs-section-3__tabs-item {
	position: relative;
}

.tabs-section-3__tabs-item:before {
	content: '+';
	display: inline-block;
	color: #1DB096;
	font-size: 40px;
	line-height: 23px;
	position: absolute;
	left: 0;
	top: 3px;
	width: 21%;
	text-align: center;
}

.tabs-section-3__laptop-image-col {
	position: relative;
}

.video-laptop-wrapper {
	position: absolute;
	top: 8%;
	left: 15.5%;
	width: 68.8%;
	height: 100%;
}

.video-laptop-wrapper video {
	width: 100%;
	height: auto;
}

ul.list-plus {
	list-style: none;
	padding-left: 0;
}

ul.list-plus li {
	margin-bottom: 30px;
	padding-left: 0px;
	display: inline-block;
	position: relative;
	padding-left: 36px;
	font-size: 18px;
	color: #061924;
}

ul.list-plus li:before {
	content: '+';
	display: inline-block;
	color: #1DB096;
	font-size: 40px;
	line-height: 23px;
	position: absolute;
	left: 0;
	top: 3px;
}

.involved-section h2 {
	margin-bottom: 24px;
}

.involved-section img {
	/* 	margin-bottom: 48px; */
}

.involved-section .hyperlinks {
	/* 	color: #00B196; */
}

.involved-section .hyperlinks a {
	font-weight: 700;
	margin: 0 10px;
}

.involved-section .hyperlinks a:nth-of-type(1) {
	margin-left: 0;
}

.nav-tabs {
	border-bottom: none;
}

.nav-tabs .nav-link {
	border-color: transparent;
	border-left: 3px solid transparent;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #495057;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: transparent;
	cursor: pointer;
}

.nav-tabs .nav-link p {
	margin-bottom: 0;
}

.nav-tabs .nav-link p a {
	color: #00B196;
}

.nav-tabs .nav-link.active {
	border-color: transparent;
	background-color: transparent;
	border-left: 3px solid #00B196;
}

.footer {
	padding: 24px 0;
	background-color: #00B196;
}

.footer p {
	margin-bottom: 0;
	color: #061924;
	font-size: .875rem;
	font-weight: 700;
}

@media(min-width: 1200px) {
	.product-section__right-col .bg-layer {
		margin-left: calc(-100vw / 2 + 1140px / 2);
	}
	header#site-header .container, .menu-expanded .header-menu-wrapper .container.text-left {
    max-width: 1540px;
}
}

@media(max-width: 1200px) {
	.products-page__support-plan-item {
		position: relative;
		max-width: 277px;
		width: 100%;
		padding: 47px 15px 23px;
	}
	#step4 .products-page-button {
		font-size: 16px !important;
	}
	.products-page__community-support-plan-btn {
		font-size: 14px;
	}
	.products-page__support-plan-title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 11px;
	}
	.products-page__description {
		color: #2F2F2F;
		font-size: 16px;
		line-height: 20.2px;
		margin-bottom: 23px;
		min-height: 125px;
	}
	.products-page__price-badge {
		left: 20px;
		position: absolute;
		padding: 9px 13px 6px;
		background: #071F2E;
		color: #fff;
		top: -18px;
		right: unset;
		font-family: 'Roboto';
	}
	.products-page__support-plan-list {
		margin: 20px auto 0;
	}
	.goodie-item-price-wrapper {
		margin-right: 20px;
	}
	.goodie-item__price-small {
		font-size: 15px;
		line-height: 29.5px;
		font-weight: 400;
	}
	.goodie-item__price {
		font-size: 23px;
		line-height: 24.5px;
	}
	#step3 .quantity-selector {
		width: 80px;
		height: 35px;
		font-size: 14px;
		padding: 0 9px;
		margin-right: 10px;
	}
	.goodie-item__info {
		width: 75%;
		margin-right: 20px;
	}
	.goodie-item__title {
		font-size: 14px;
		line-height: 14.78px;
		margin-bottom: 5px;
	}
	.products-page__step-number {
		margin-right: 15px;
		line-height: 55px;
		font-size: 50px;
	}
	.products-page__step-section .table-col-heading {
		padding: 35px 0 20px;
	}
	.offerings-table {
		font-size: 14px;
	}
	.products-page-or8or-price {
		font-size: 24px;
	}
	.products-page__choose-or8or-btn {
		margin-top: 11px;
		padding: 7px 12px !important;
		font-size: 16px !important;
		line-height: 21.13px !important;
	}
	.offerings-table-yes-no-icon {
		width: 19px;
	}
	.offerings-table tr {
		height: 50px;
	}
	.products-page__buy-gtw-right-section {
		padding: 0 25px 0 0;
	}
	.products-page__step-heading {
		font-size: 21px;
		line-height: 30px;
	}
	.products-page__step-description {
		font-size: 16px;
		line-height: 23px;
		margin-bottom: 17px !important;
	}
	.products-page__step-description:last-child {
		margin-bottom: 0 !important;
	}
	.buy-gtw-price {
		line-height: 45.58px;
		font-size: 35.41px;
	}
	.product-section__left-col .gtw-image {
		max-width: 330px;
		margin-bottom: 20px;
	}
	.faq-section {
		background: none;
	}
	.soldout-disclaimer {
		width: 100%;
	}
}

@media only screen and (max-width:767px) {
	.commercial-offerings-hero-section .small {}
	.products-page__support-plan-list {
		justify-content: start;
		margin: 0;
		align-items: start;
	}
	#step1 .step-1-mobile {
		margin-left: 0;
		margin-right: 0;
	}
	.products-page__buy-gtw-right-section {
		padding-right: 0 !important;
	}
	.products-page__support-plan-list .products-page-button,
	.products-page__support-plan-list .products-page__community-support-plan-btn {
		font-size: 16px !important;
	}
	.products-page__support-plan-title {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.products-page__description {
		font-size: 15px;
		line-height: 21px;
		margin-bottom: 23px;
	}
	.products-page__price-badge {
		top: -22px;
		left: 16px;
		right: unset;
	}
	.products-page__support-plan-item {
		padding: 50px 20px 25px;
		min-height: 308px;
		min-width: 260px;
		margin-right: 10px;
		margin-top: 23px;
		margin-bottom: 2px;
	}
	.products-page__step-section {
		height: calc(100vh - 60px);
	}
	.bottom-bar-total-price {
		font-size: 14px !important;
		line-height: 16px;
		margin-right: 15px;
	}
	.subtotal-price--big {
		font-size: 16px !important;
		line-height: 18px;
		margin-left: 5px;
	}
	.products-page__bottom-bar {
		height: 60px;
		padding: 0px 18px;
	}
	.products-page__finish-button {
		font-size: 16px;
		line-height: 18px;
		padding: 8px 7px;
	}
	.products-page__step-content .height-100 {
		height: auto !important;
	}
	.buy-gtw-select-quantity .quantity-selector {
		margin-right: 0;
	}
	.product-section__left-col .gtw-image {
		max-width: 229px;
		margin-bottom: 4px;
	}
	.buy-gtw-price-quantity-wrapper {
		margin-right: 21px;
	}
	.buy-gtw-price {
		font-size: 28px;
		line-height: 32.13px;
	}
	.quantity-selector {
		font-size: 18px;
		height: 34px;
	}
	.products-page__buy-gtw-right-section {
		padding: 0;
	}
	.products-page__step-number {
		font-size: 36px;
		line-height: 47px;
		margin-right: 8px;
	}
	.products-page__step-heading {
		font-size: 18px;
		line-height: 21.13px;
	}
	.products-page__step-description {
		font-size: 15px;
		line-height: 21px;
	}
	.mobile-preorder-hero-text__paragraph {
		font-size: 16px;
	}
	.mobile-preorder-hero-tagline {
		padding: 160px 0 110px;
	}
	.follow-steps-section {
		padding: 20px 30px;
	}
	.follow-steps-section__text {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.product-section__right-col .bg-layer {
		margin-left: calc(-100vw / 2 + 960px / 2);
	}
}

@media (min-width: 768px) {
	.product-section__right-col .bg-layer {
		margin-left: calc(-100vw / 2 + 720px / 2);
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.video-laptop-wrapper {
		left: 16%;
		width: 67.8%;
	}
}


@media (max-width: 768px) {

	.hero-section {
		width: 100%;
		padding: 150px 0 65px;
		background-color: #071F2E;
		background: no-repeat bottom/370% #071F2E url("/wp-content/uploads/2020/09/wavy-horizon-dark-blue.svg");
	}
	.offerings-section {
		padding: 80px 0;
	}
	.architecture-section {
		padding: 80px 0;
	}
	.why-open-source {
		padding: 80px 0;
	}
	.community-section {
		padding: 75px 0;
	}
	.video-laptop-wrapper {
		left: 18%;
		width: 64%;
	}
	.tabs-section-1__row-title h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.tabs-section-1__item-col .number {
		font-size: 60px;
		margin-right: 10px;
	}
	.tabs-section-2 {
		padding-bottom: 40px;
	}
	.involved-section {
		padding: 85px 0 62px;
	}
	.tabs-section {
		padding: 85px 0;
	}
	.tabs-section-1__item {
		padding: 25px 0;
	}
	.product-section .copy-content {
		padding: 80px 0 40px;
	}
}

@media (max-width: 1320px) {
	.commercial-offerings-hero-section .absolute-bg {
		width: 60%;
	}
	.thank-you-page .absolute-bg {
		width: 55%;
	}
	.commercial-offerings-hero-section--fullscreen .right-column {
		left: 65%;
	}
	.subtotal-name {
		font-size: 14px;
	}
	.subtotal-price {
		font-size: 18px;
	}
	.subtotal-price .month {
		font-size: 13px;
	}
	.subtotal-price--big {
		font-size: 22px;
	}
	.bottom-bar-total-price {
		font-size: 17px;
	}
}

@media (max-width: 1510px) {
	.commercial-offerings-hero-section .absolute-bg {
		background-size: cover;
	}
}

@media (max-width: 1730px) {
	.commercial-offerings-hero-section-tall .absolute-bg {
		background-size: cover;
	}
}

@media (min-width: 2150px) {
	.commercial-offerings-hero-section .absolute-bg {
		background-size: cover;
		background-position: left 0 top 30%;
	}
}

@media (min-width: 1320px) {
	.faq-section {
		background: linear-gradient(90deg, #fff 68%, #D5E0E8 32%);
	}
}

@media (max-width: 500px) and (min-height: 750px) {
	.mobile-preorder-hero-text__paragraph {
		margin-bottom: 20px !important;
	}
	.mobile-preorder-hero-tagline {
		padding: 231px 0 39px !important;
	}
	.mobile-preorder-hero-text {
		height: calc(100vh - 405px) !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
	}
	/* CSS stuff */
}

@media (max-width: 400px) and (max-height: 620px) {
	.mobile-preorder-hero-text__paragraph {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 16px;
	}
	.follow-steps-section {
		padding: 8px 15px;
	}
	.follow-steps-section__text {
		font-size: 14px;
	}
	.mobile-preorder-hero-tagline .big {
		font-size: 22px;
		line-height: 23px;
	}
	.mobile-preorder-hero-tagline .small {
		font-size: 16px;
	}
}

@media (min-width: 992px) and (max-height: 740px) {
	#step3 {
		height: auto;
		padding: 40px 0;
	}
}

@media (min-width: 1200px) and (max-height: 700px) {
	#step2 {
		height: auto;
		padding: 40px 0;
	}
	#step4 {
		height: auto !important;
		padding: 40px 0 100px;
	}
}

@media (min-width: 1200px) and (max-height: 650px) {
	#step1 {
		height: auto;
		padding: 40px 0 0;
	}
}

@media (min-width: 1140px) and (max-height: 700px) {
	.commercial-offerings-hero-section {
		height: auto;
	}
}

@media (min-width: 768px) and (max-height: 580px) {
	.commercial-offerings-hero-section {
		height: auto;
	}
}

@media (min-width: 768px) and (max-height: 580px) {
	.commercial-offerings-hero-section {
		height: auto;
	}
}

@media (min-width: 500px) and (max-height: 700px) {
	.mobile-preorder-hero {
		height: auto;
	}
	.mobile-preorder-hero-text {
		height: auto;
	}
}

@media (min-width: 500px) and (max-height: 700px) {
	.mobile-preorder-hero {
		height: auto;
	}
	.mobile-preorder-hero-text {
		height: auto;
	}
}

@media (min-width: 470px) and (max-height: 600px) {
	.mobile-preorder-hero {
		height: auto;
	}
	.mobile-preorder-hero-text {
		height: auto;
	}
}

@media (max-height: 520px) {
	.mobile-preorder-hero {
		height: auto;
	}
	.mobile-preorder-hero-text {
		height: auto;
	}
}

@media (min-width: 768px) and (max-height: 618px) {
	#step2 {
		height: auto !important;
		padding: 25px 0;
	}
}

@media (min-width: 768px) and (max-height: 600px) {
	#step1 {
		height: auto !important;
		padding: 25px 0;
	}
}

@media (min-width: 768px) and (max-height: 590px) {
	#step3 {
		height: auto !important;
		padding: 25px 0;
	}
}

@media (min-width: 768px) and (max-height: 590px) {
	#step4 {
		height: auto !important;
		padding: 25px 0 85px;
	}
}

@media (max-height: 517px) {
	#step4 {
		height: auto !important;
		padding: 25px 0 85px;
	}
}

@media (max-height: 500px) {
	#step1 {
		height: auto !important;
		padding: 0 0 25px;
	}
	#step2 {
		height: auto !important;
		padding: 25px 0;
	}
	#step3 {
		height: auto !important;
		padding: 25px 0;
	}
	#step4 {
		height: auto !important;
		padding: 25px 0 85px;
	}
}

@media (min-width: 768px) and (max-height: 500px) {
	#step1 {
		padding: 25px 0;
	}
}

.menu-expanded header#site-header {
	background: #000;
} 



header#site-header button.btn-menu span:nth-child(2) {
    margin: 0 0 6px 0px !important;
}

header#site-header button.btn-menu span:nth-child(3) {
width:100% !important;
}
html {
  scroll-behavior: smooth;
}
@media print {
/* 	#width-adjust-colum-title{
		display:none;
	} */
}