/*
Theme Name: Bopgun
Theme URI: 
Author: bopgun
Author URI: http://www.bopgun.com
Description: 
Version: 1.0.0
Text Domain: 
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

textarea:focus, input:focus{outline: none;}
*:focus {outline: none;}

body {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.1;
	color: #3F4546;
}
body.killscroll {
	margin: 0; 
	height: 100%; 
	overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-style: normal; 
	line-height: 1.3;
}

h1, h2 {
	font-size: 50px;
	font-family: "ff-tisa-web-pro", serif;
	font-weight: 600;
	font-style: italic;	
	line-height: 1;
}
h3 {
	font-size: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
}
h4 {
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
}
h5 {
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
}
h6 {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.normal {font-weight: 400;}
.semibold {font-weight: 600;}
.bold {font-weight: 700;}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.3;
	font-size: 18px;
	margin: 0 0 20px 0;
}

b, strong {font-weight: bold;}
i, em, .italic {font-style: italic;}
a {
	text-decoration: none;
	color: inherit;
}

.blithe {
	font-family: "blithe", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 70px;
}

.white {color: #FFFFFF;}
.blue {color: #52C6DA;}
.green {color: #529476}
.pink {color: #EF4B81}

.wrapper {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

/*.content {margin-top: 120px;}*/

.full-width {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.fixed-width {
	width: 1240px;
	margin: 0 auto;
	box-sizing: border-box;
}
.inner {
	width: 984px;
	margin: 0 auto;
	box-sizing: border-box;
}

.transition {
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.transition-slow {
	-moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.wrapper-404 {
	padding: 100px 0 80px 0;
    text-align: center;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.wrapper-404 img {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.wrapper-404 a {text-decoration: underline;}

.button {
	width: max-content;
	text-align: center;
	margin: 0 auto;
	border-radius: 0px;
	color: #FFFFFF;
	background-image: url(im/bg-button.jpg);
	background-size: cover;
}
.button.button-alt {
	color: #4A4A4A;
	background-color: #FFFFFF;
}
.button p {
	margin: 0 auto;
	padding: 10px 30px;
}
.alm-btn-wrap button.alm-load-more-btn,
.alm-btn-wrap button.alm-load-more-btn:hover {
	height: auto;
	border-radius: 30px;
	color: #FFFFFF;
	background-color: #4A4A4A;
	margin: 0 auto;
	padding: 10px 20px;
	font-size: 18px;
	text-transform: uppercase;
}
.alm-btn-wrap button.alm-load-more-btn.loading,
.alm-btn-wrap button.alm-load-more-btn:disabled {
	color: #FFFFFF;
	background-color: #4A4A4A;
}

button.slick-prev,
button.slick-next {
	width: 40px;
    height: 40px;
    border: 0px;
    padding: 0px;
    text-indent: 9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 100% auto;
    border-radius: 100%;
    box-shadow: 0 0 10px rgb(0,0,0,0.5);
}
button.slick-prev {
	left: 0px;
	background-image: url(im/icon-prev.png);
}
button.slick-next {
    right: 0px;
    background-image: url(im/icon-next.png);
}
ul.slick-dots {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    position: relative;
}
ul.slick-dots li {    
	width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px;
}
ul.slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0px;
    margin: 0 auto;
    background: transparent;
    border: 2px solid #FFFFFF;
    color: transparent;
    border-radius: 100%;
    cursor: pointer;
    box-sizing: border-box;
}
ul.slick-dots li.slick-active button {
    background: #FFFFFF;
    color: #FFFFFF;
}
ul.slick-dots li button:before {display: none;}
.black-dots ul.slick-dots li button {border-color: #000000;}
.black-dots ul.slick-dots li.slick-active button {
    background: #000000;
    color: #000000;
}

.sticky-subscribe {
	display: none;
	width: 100%;
	text-align: center;
    background-color: #4095C1;
    border: 3px solid #FFFFFF;
    padding: 7.5px 20px 7.5px 20px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	box-sizing: border-box;
}
.sticky-subscribe h4 {
	font-size: 22px;
	line-height: 1;
}

/* Country Config */

.country-config {
	width: 100vw;
	height: 100vh;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
.country-config.hide {
	opacity: 0;
	visibility: hidden;
}
.country-config .inside {
	width: 440px;
	max-width: 90vw;
	margin: 0 auto;
	padding: 40px 20px 30px 20px;
	overflow: scroll;
	background-color: #FFFFFF;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    border-radius: 20px;
}
.country-config .close {
	width: 20px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.country-config .current h5 {margin: 10px 0 15px 0;}
.country-config .current {margin: 0 0 35px 0;}
.country-config .current .flag {
	width: 60px;
	height: auto;
	margin: 0 auto;
}
.country-config .switch p {
	font-size: 16px;
	margin: 0 0 10px 0;
}
.country-config .switch select {
	width: 100%;
	-webkit-appearance: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    background-image: url(im/icon-dropdown-black.png);
    background-size: 15px 15px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
}


/* Header */

.header {
	height: 120px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.wrapper.fixed .header.hide {top: -120px;}
body.logged-in .header {top: 32px;}

.header .banner {
	height: 30px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(im/bg-menu.jpg);
	background-size: cover;
}
.header .banner p {
	margin: 5px 0 0 0;
	line-height: 1.1;
}
.header .banner .carousel .slick-slide {width: 100vw;}

.header .fixed-width {position: relative;}

.header .logo {
	width: auto;
	height: 60px;
	float: left;
	margin: 20px 0 0 0;
}
.header .logo img {
	width: auto;
	height: 100%;
	float: left;
}

.header .toggle {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 55px;
	right: 20px;
	box-sizing: border-box;
	cursor: pointer;
}
.header .toggle img {
	width: 100%;
	height: auto;
}

.menu {
	opacity: 0;
	visibility: hidden;
	width: 100vw;
	height: 100vh;
	margin: 0 auto;
	text-align: center;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box
}
.menu.active {
	opacity: 1;
	visibility: visible;
}
.menu .fixed-width {position: relative;}
.menu .inside {
	width: 470px;
	max-width: 100%;
	height: 100vh;
	padding: 100px 20px;
	margin: 0 auto;
	overflow: scroll;
	box-sizing: border-box;
}
.menu .item p {
	font-size: 36px;
	line-height: 1.2;
	font-family: "ff-tisa-web-pro", serif;
	font-weight: 600;
	font-style: italic;	
	color: #FFFFFF;
	transition: .2s;
}
.menu .item p:hover{
	color: #F6B6CD;
}
.menu .item.subscribe {
	margin-top: 20px;
	height: 70px;
    margin-top: 20px;
    background-image: url(im/button-subscribe-now.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.menu .item.subscribe p {margin: 5px 0;}
.menu .close {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    top: 55px;
    right: 20px;
    cursor: pointer;
}
.menu .country {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
	text-align: center;
}
.menu .country img {
	width: 20px;
	height: auto;
	display: inline-block;
	vertical-align: bottom;
}
.menu .country p {
	width: auto;
	display: inline-block;
	margin: 0 0 0 5px;
	font-size: 14px;
}
.menu .country .switch-country {
	cursor: pointer;
	text-decoration: underline;
}

.header-subscribe {
	height: 60px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-size: auto 100%; 
	background-position: center; 
	background-repeat: no-repeat;
}
body.logged-in .header-subscribe {top: 32px;}
.header-subscribe a {
	width: 100%;
	height: 100%;
	display: block;
}
.header-subscribe a p {
	font-size: 24px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

/* /Header */



/* Footer */

.footer {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    padding: 40px 30px;
    position: relative;
}
.footer .fixed-width {	
    max-width: 100%;
	padding: 0px;
}
.footer p {
	width: 100%;
	float: left;
	font-size: 14px;
}

.footer .left {
	width: 60%;
	float: left;
}
.footer .left img {
    width: auto;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}
.footer .left .socials {text-align: center;}
.footer .left .socials .item {
	display: inline-block;
	float: left;
}
.footer .left .socials .item img {
	width: 30px;
	height: auto;
	float: left;
}
.footer .right {
	width: 355px;
	float: right;
}
.footer .right img {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer .right .payment {margin: 0 0 10px 0;}

.footer .toolbar {
	border-top: 1px dashed #FFFFFF;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}
.footer .toolbar .bopgun {
	width: 40%;
	float: left;
}
.footer .toolbar .bopgun p {margin: 0 auto;}
.footer .toolbar .country {
	width: 60%;
	float: right;
	text-align: right;
}
.footer .toolbar .country img {
	width: 20px;
	height: auto;
	float: right;
}
.footer .toolbar .country p {
	width: auto;
	float: right;
	margin: 0 0 0 10px;
}
.footer .toolbar .country .switch-country {
	cursor: pointer;
	text-decoration: underline;
}

/* /Footer */



/* Blueprint */

.blueprint .title .inner {padding: 0px;}

.blueprint .asterisk {font-size: 14px;}

.blueprint .l-splash {
	padding: 40px 0 60px 0;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.blueprint .l-splash.style-image {padding: 40px 0;}
.blueprint .l-splash h2 {margin: 0 auto;}
.blueprint .l-splash .carousel .item {
	width: 984px;
	text-align: center;
}
.blueprint .l-splash .carousel .item img {
	width: 600px;
	max-width: 100%;
	height: auto;
	opacity: 0;
	visibility: hidden;
	margin: 0 auto;
}
.blueprint .l-splash .carousel .item.slick-active img {
	opacity: 1;
	visibility: visible;
}
.blueprint .l-splash .carousel .slick-dots {margin-top: -20px;}
.blueprint .l-splash .carousel .slick-dots li {
	width: 200px;
	height: 115px;
	margin: 0 10px;
}
.blueprint .l-splash .carousel .slick-dots li button {
	width: 100%;
	height: 100%;
    font-size: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
}
.blueprint .l-splash .image img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
}

.blueprint .l-banner {
	height: 120px;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.blueprint .l-banner a {
	width: 100%;
	height: 100%;
	display: block;
}

.blueprint .l-banner-text {
	padding: 15px 20px;
	text-align: center;
}
.blueprint .l-banner-text h4,
.blueprint .l-banner-text h5 {margin: 0 auto;}
.blueprint .l-banner-text .button {margin-top: 10px;}

.blueprint .l-divider {
	height: 30px;
	background-size: auto 100%;
	background-position: center;
	margin-top: -15px;
	margin-bottom: -15px;
	position: relative;
	z-index: 1;
}

.blueprint .l-section-title {
	padding: 50px 0 0 0;
	text-align: center;
	border-bottom: 10px solid #000000;
}

.blueprint .l-copy {
	padding: 120px 0;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.blueprint .l-copy-and-image {
	padding: 40px 0 10px 0;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.blueprint .l-copy-and-image .title {margin: 0 0 10px 0;}
.blueprint .l-copy-and-image .title.no-padding {margin: 0 auto;}
.blueprint .l-copy-and-image.placeholder .image {aspect-ratio: 1.5/1;}
.blueprint .l-copy-and-image .image {margin: 0 0 30px 0;}
.blueprint .l-copy-and-image .image a {display: inline-block;}
.blueprint .l-copy-and-image .image img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.blueprint .l-copy-and-image .outro {margin: 0 0 10px 0;}
.blueprint .l-copy-and-image .outro .button {margin-bottom: 20px;}

.blueprint .l-copy-and-image-collapsable {
	padding: 80px 0 60px 0;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.blueprint .l-copy-and-image-collapsable .title {margin: 0 0 10px 0;}
.blueprint .l-copy-and-image-collapsable .image {margin: 0 0 30px 0;}
.blueprint .l-copy-and-image-collapsable .image a {display: inline-block;}
.blueprint .l-copy-and-image-collapsable .image img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.blueprint .l-copy-and-image-collapsable .copy,
.blueprint .l-copy-and-image-collapsable .collapsed-copy {
	width: 100% !important;
	text-align: left;
}
.blueprint .l-copy-and-image-collapsable .collapsed-copy {display: none;}
.blueprint .l-copy-and-image-collapsable .trigger {
	width: 45px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	display: inline-block;
	cursor: pointer;
	-moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.blueprint .l-copy-and-image-collapsable .trigger.active {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.blueprint .l-copy-and-image-collapsable ul {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
.blueprint .l-copy-and-image-collapsable ul li {
	list-style: disc;
	margin: 0 0 10px 20px;
	font-size: 18px;
}

.blueprint .l-carousel {
	padding: 80px 0 60px 0;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.blueprint .l-carousel.less-padding {padding: 40px 0;}
.blueprint .l-carousel .title {margin: 0 0 20px 0;}
.blueprint .l-carousel .carousel .item {
	width: 400px;
	margin: 0 10px;
	text-align: center;
}
.blueprint .l-carousel.type-benefits .carousel .item {width: 220px;}
.blueprint .l-carousel .carousel .item img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.blueprint .l-carousel.style-lightbox .carousel .item img {cursor: zoom-in;}
.blueprint .l-carousel .carousel .item .copy {padding: 10px 0 0 0;}
.blueprint .l-carousel .carousel .item .copy h5,
.blueprint .l-carousel .carousel .item .copy h6,
.blueprint .l-carousel .carousel .item .copy p {margin: 0 0 10px 0;}
.blueprint .l-carousel .outro {margin: 20px 0 0 0;}
.blueprint .l-carousel .lightbox {
	opacity: 0;
	visibility: hidden;
	width: 100vw;
	height: 100vh;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.75);
	overflow: scroll;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
.blueprint .l-carousel .lightbox.active {
	opacity: 1;
	visibility: visible;
}
.blueprint .l-carousel .lightbox .swiper {
	margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    touch-action: auto !important;
}
.blueprint .l-carousel .lightbox .swiper .item {
	width: 90vw;
	height: 90vh;
	max-width: 600px;
	max-height: 346px;
	margin: 0 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.blueprint .l-carousel .lightbox .swiper .item img {
	max-width: 100%;
	height: auto;
	float: left;
}
.blueprint .l-carousel .lightbox .close {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	cursor: zoom-out;
	z-index: 1;
}

.blueprint .l-gallery {
	padding: 80px 0 40px 0;
	text-align: center;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}
.blueprint .l-gallery .title {margin: 0 0 20px 0;}
.blueprint .l-gallery .images .item {
	width: 23.5%;
	float: left;
	margin: 0 2% 30px 0;
}
.blueprint .l-gallery .images .alm-listing .item:nth-child(4n+4) {margin: 0 0 30px 0;}
.blueprint .l-gallery .images .item img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	cursor: zoom-in;
}
.blueprint .l-gallery .gallery-lightbox {
	opacity: 0;
	visibility: hidden;
	width: 100vw;
	height: 100vh;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.75);
	overflow: scroll;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
.blueprint .l-gallery .gallery-lightbox.active {
	opacity: 1;
	visibility: visible;
}
.blueprint .l-gallery .gallery-lightbox .swiper {
	margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    touch-action: auto !important;
}
.blueprint .l-gallery .gallery-lightbox .swiper .item {
	margin: 0 10px;
	box-sizing: border-box;
}
.blueprint .l-gallery .gallery-lightbox .swiper .item img {
	width: 90vw;
	max-width: 600px;
	height: auto;
	float: left;
}
.blueprint .l-gallery .gallery-lightbox .close {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	cursor: zoom-out;
	z-index: 1;
}

.blueprint .l-benefits {
	padding: 60px 0;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.blueprint .l-benefits .title {margin: 0 0 20px 0;}
.blueprint .l-benefits .carousel .item {
	width: 220px;
	margin: 0 10px;
	text-align: center;
}
.blueprint .l-benefits .carousel .item img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.blueprint .l-benefits .carousel .item .copy {padding: 10px 0 0 0;}
.blueprint .l-benefits .carousel .item .copy h5,
.blueprint .l-benefits .carousel .item .copy h6,
.blueprint .l-benefits .carousel .item .copy p {margin: 0 0 10px 0;}
.blueprint .l-benefits .outro {margin: 20px 0 0 0;}

.blueprint .l-journey {
	padding: 60px 0 40px 0;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.blueprint .l-journey .list {padding: 20px 0;}
.blueprint .l-journey .list .item {
	width: 25%;  
    float: left;
    text-align: center;
	position: relative;
    box-sizing: border-box;   
}
.blueprint .l-journey .list .item .infographic {
	width: 100%;
	max-width: 240px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.blueprint .l-journey .list .item .arrow {
	width: 50px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    right: -35px;
}
.blueprint .l-journey .list button.slick-prev {left: 0px;}
.blueprint .l-journey .list button.slick-next {right: 0px;}
.blueprint .l-journey .list button.slick-disabled {opacity: 0;}

.blueprint .l-tv-advert {
	padding: 60px 0 40px 0;
	text-align: center;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.blueprint .l-tv-advert .inner {
	width: 740px;
	max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}
.blueprint .l-tv-advert .title {padding: 0 0 10px 0;}
.blueprint .l-tv-advert .youtube {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 10px;
}
.blueprint .l-tv-advert .youtube img {
	width: 20%;
	height: auto;
	margin: 0 auto;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.blueprint .l-tv-advert .youtube iframe {   
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;    
}
.blueprint .l-tv-advert .youtube.trigger iframe {
	opacity: 1;
	visibility: visible;
}

.blueprint .l-tutorials {
	padding: 60px 0 40px 0;
	text-align: center;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.blueprint .l-tutorials .inner {
	width: 740px;
	max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}
.blueprint .l-tutorials .list .item {
	margin: 0 0 20px 0;
	padding: 10px 0 20px 0;
	border-bottom: 2px solid #000000;
}
.blueprint .l-tutorials .list .item .youtube {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.blueprint .l-tutorials .list .item .youtube iframe {   
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;    
}

.blueprint .l-guides {
	padding: 60px 0 40px 0;
	text-align: center;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.blueprint .l-guides .inner {
	width: 740px;
	max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}
.blueprint .l-guides .filter {margin: 0 0 20px 0;}
.blueprint .l-guides .filter select {
    background-color: #4a4a4a;
    border: 0px;
    border-radius: 20px;
    padding: 10px 40px 10px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    -webkit-appearance: none;
    background-image: url(im/icon-dropdown.png);
    background-size: 20px 20px;
    background-position: 90% 50%;
    background-repeat: no-repeat;
}
.blueprint .l-guides .list .item {display: none;}
.blueprint .l-guides .list .item.display {display: block;}
.blueprint .l-guides .list .item .card {
	border: 2px solid #4A4A4A;
	background-color: #4A4A4A;
}
.blueprint .l-guides .list .item .card .image {
	width: 45%;
	float: left;	
	box-sizing: border-box;
}
.blueprint .l-guides .list .item .card .image img {
	max-width: 100%;
	height: auto;
	float: left;
}
.blueprint .l-guides .list .item .card .copy {
	width: 55%;
	float: left;
	padding: 40px 20px;
	background-color: #4A4A4A;
	box-sizing: border-box;
}
.blueprint .l-guides .list .item .watch {margin: 20px 0 0 0;}

.blueprint .l-faqs {padding: 40px 0;}
.blueprint .l-faqs .answer a {text-decoration: underline;}
.blueprint .l-faqs .answer li,
.blueprint .l-faqs .answer p {font-size: 16px;}
.blueprint .l-faqs .answer ul {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
.blueprint .l-faqs .answer li {
	list-style: disc;
	margin: 0 0 10px 20px;
}
.blueprint .l-faqs .title .subtitle {text-align: center;}
.blueprint .l-faqs .list .section {margin: 20px 0 0 0;}
.blueprint .l-faqs .list .section .section-title {
	position: relative;
	padding: 0 30px 0 0;
}
.blueprint .l-faqs .list .section .section-title .plus {
	width: 20px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 5px;
	right: 0;
	cursor: pointer;
	-moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.blueprint .l-faqs .list .section .section-title.expanded .plus {
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.blueprint .l-faqs .list .item {
	position: relative;
	border-top: 1px solid #3F4546;
	padding: 15px 0 0 0;
}
.blueprint .l-faqs .list .item .question {
	padding: 0 30px 0 0;
	position: relative;
	cursor: pointer;
}
.blueprint .l-faqs .list .item .question p {
	margin: 0 0 15px 0;
	font-weight: 600;
}
.blueprint .l-faqs .list .item .question.expanded p {color: #529476;}
.blueprint .l-faqs .list .item .question .plus {
	width: 20px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	-moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.blueprint .l-faqs .list .item .question.expanded .plus {
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.blueprint .l-trustpilot {
	padding: 30px 0 25px 0;
	text-align: center;
	position: relative;
}
.blueprint .l-trustpilot img {
	width: 100%;
	max-width: 335px;
	height: auto;
	margin: 0 auto;
}

.blueprint .l-contact {
	padding: 60px 0;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.blueprint .l-contact .title {margin: 0 0 20px 0;}
.blueprint .l-contact .boxes {display: flex;}
.blueprint .l-contact .boxes .box {
	width: 30%;
	float: left;
	padding: 20px 20px 0 20px;
	margin: 0 5% 0 0;
	background-color: rgb(255,255,255,0.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
	box-sizing: border-box;
}
.blueprint .l-contact .boxes .box:nth-child(3n+3) {margin: 0 auto;}
.blueprint .l-contact .boxes .box .icon img {
	width: 40px;
	height: auto;
	margin: 0 0 10px 0;
}
.blueprint .l-contact .boxes .box .copy .button {margin-bottom: 20px;}
.blueprint .l-contact.count-4 .boxes .box,
.blueprint .l-contact.count-4 .boxes .box:nth-child(3n+3) {margin: 0 1.5% 0 0;}
.blueprint .l-contact.count-4 .boxes .box:nth-child(4n+4) {margin: 0 auto;}

.blueprint .l-scroller {
	padding: 40px 0;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.blueprint .l-scroller .image img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	cursor: zoom-in;
}
.blueprint .l-scroller .interactive {
	opacity: 0;
	visibility: hidden;
	width: 100vw;
	height: 100vh;
	padding: 10px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.75);
	overflow: scroll;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;	
}
.blueprint .l-scroller .interactive.active {
	opacity: 1;
	visibility: visible;
}
.blueprint .l-scroller .interactive .close {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	position: fixed;
	top: 20px;
	right: 10px;
	cursor: pointer;
	background-color: #3F4546;
    border-radius: 100%;
    padding: 5px;
}
.blueprint .l-scroller .interactive .model {
	height: 100%;
	width: auto;
}

/* /Blueprint */


/* Overrides */

#projects,
#premium,
#magazine,
#issues,
#howitworks,
#survey,
#contact,
.register-interest {position: relative;}

#projects .fixed-width::before,
#premium .fixed-width::before,
#magazine .fixed-width::before,
#issues .fixed-width::before,
#howitworks .fixed-width::before,
#survey .inner::before,
#contact .fixed-width::before,
.menu::before,
.footer .fixed-width::before,
#issues .carousel::before,
.register-interest .inside::before {
	content: '';
	position: absolute;
    width: 98%;
    height: 95%;
    top: 2.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
	border-radius: 10px;
	pointer-events: none;	
}
#tvad .inner::before {
	content: '';
	position: absolute;
    width: 98%;
    height: 98%;
    top: 1%;
    left: 0;
    right: 0;
    margin: 0 auto;
	border-radius: 10px;
	pointer-events: none;
}

/* Blue */
#projects .fixed-width::before,
#tvad .inner::before,
.register-interest .inside::before {background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%2373C4D7FF' stroke-width='3' stroke-dasharray='5' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");}

/* White */
#premium .fixed-width::before,
#issues .fixed-width::before,
#howitworks .fixed-width::before,
#survey .inner::before,
#contact .fixed-width::before,
.menu::before,
.footer .fixed-width::before  {background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='white' stroke-width='3' stroke-dasharray='5' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");}

/* Pink */
#magazine .fixed-width::before {background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23EF4B81FF' stroke-width='3' stroke-dasharray='5' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");}

/* Grey */
#issues .carousel::before {background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23575757FF' stroke-width='3' stroke-dasharray='5' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");}

/* Under 600px */
@media screen and (max-width: 599px) {

	#projects .fixed-width::before,
	#premium .fixed-width::before,
	#magazine .fixed-width::before,
	#issues .fixed-width::before,
	#howitworks .fixed-width::before,
	#survey .inner::before,
	#contact .fixed-width::before,
	.menu::before,
	.footer .fixed-width::before,
	#issues .carousel::before {
		width: 95%;
	    height: 96%;
	    top: 2%;
	}

}

#survey .image img {
	width: 100%;
	max-width: 650px;
}

#issues {background-position: top center;}
#issues .title {
	margin: 0 0 10px 0;
	position: relative;
}
#issues .title::before {
	content: '';
	position: absolute;
	bottom: -100px;
	right: 0;
	margin: 0 auto;
	width: 110px;
	height: 120px;
	background-image: url(im/icon-flowers-alt.png);
	background-size: cover;
	background-position: center;
	z-index: 1;
}
#issues .carousel {
	padding: 40px 0 30px 0;
	background-image: url(im/bg-projects.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}

#howitworks {background-size: 100% 100%;}

#gifts .fixed-width {
	background-image: url(im/bg-projects.jpg);
	background-size: cover;
	background-position: center;
	display: inline-block;
	padding: 40px 0;
	border-radius: 10px;
	position: relative;
}
#gifts .title {margin: 0 auto;}
#gifts .carousel .item .copy {padding: 10px 20px 0 20px;}
#gifts .outro {padding: 0 20px;}

#tvad .inner {
	background-color: #FFFFFF;
	display: inline-block;
	padding: 40px;
	position: relative;
}
#tvad .flower {
	width: 70px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: -20px;
	left: 10px;
	z-index: 1;
	pointer-events: none;
}
#tvad .flowers {
	width: 120px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	bottom: -20px;
	right: 10px;
	z-index: 1;
	pointer-events: none;
}

/* Roundels */

#home .carousel::before {
	content: '';
	position: absolute;
	margin: 0 auto;
	top: -50px;
	left: 0;
	right: -500px;
	width: 120px;
	height: 120px;
	background-image: url(im/roundel-splash.png);
	background-size: cover;
	background-position: center;
	z-index: 1;
}

#projects .title {margin-bottom: 40px;}
#projects .carousel::before {
	content: '';
	position: absolute;
	margin: 0 auto;
	top: -50px;
	left: 0;
	width: 120px;
	height: 120px;
	background-image: url(im/roundel-projects.png);
	background-size: cover;
	background-position: center;
	z-index: 1;
}

#premium .label {
	width: 320px;
	height: auto;
	position: relative;
}
#premium .carousel::before {
	content: '';
	position: absolute;
	margin: 0 auto;
	top: -50px;
	right: 0;
	width: 120px;
	height: 120px;
	background-image: url(im/roundel-premium.png);
	background-size: cover;
	background-position: center;
	z-index: 1;
}

#faqs .title {position: relative;}
#faqs .title h2 {margin: 10px 0 35px 0;}
#faqs .title::before {
	content: '';
	position: absolute;
	margin: 0 auto;
	top: -30px;
	left: 0;
	width: 120px;
	height: 120px;
	background-image: url(im/roundel-splash.png);
	background-size: cover;
	background-position: center;
	z-index: 1;
}

/* Navigation Dots */

#gifts ul.slick-dots li button {border-color: #529476;}
#gifts ul.slick-dots li.slick-active button {
    background: #529476;
    color: #529476;
}

#projects ul.slick-dots li button {border-color: #52C6DA;}
#projects ul.slick-dots li.slick-active button {
    background: #52C6DA;
    color: #52C6DA;
}

#magazine ul.slick-dots li button {border-color: #EF4B81;}
#magazine ul.slick-dots li.slick-active button {
    background: #EF4B81;
    color: #EF4B81;
}

#issues ul.slick-dots li button {border-color: #FEC034;}
#issues ul.slick-dots li.slick-active button {
    background: #FEC034;
    color: #FEC034;
}

/* Under 1500px */
@media screen and (max-width: 1499px) {

	#howitworks {background-size: cover;}

}

/* Under 600px */
@media screen and (max-width: 599px) {

	#home .carousel::before {
		width: 100px;
	    height: 100px;
	    left: auto;
	    right: -10px;
	}

	#projects .title {margin-bottom: 30px;}
	#projects .carousel::before {
		width: 100px;
	    height: 100px;
	    left: 10px;
	}

	#premium .label {
		width: 280px;
		float: left;
		margin-left: -25px;
	}
	#premium .carousel::before {
		width: 100px;
	    height: 100px;
	    right: 10px;
	}

	#gifts .fixed-width {padding: 30px 20px;}
	#gifts .carousel .item .copy {padding: 10px 0 0 0;}
	#gifts .outro {padding: 0px;}

	#faqs .title::before {
		width: 100px;
	    height: 100px;
	    left: -10px;
	}

	#issues {
		background-position: 55% 50%;
		padding: 50px 0 40px 0;
	}
	#issues .title {margin: 0 auto;}
	#issues .title::before {
	    bottom: -65px;
	    width: 80px;
	    height: 95px;
	}

	#tvad .inner {padding: 20px;}
	#tvad .flower {width: 45px;}
	#tvad .flowers {width: 70px;}

}

/* /Overrides */


/* Register Interest */

.register-interest {
    padding: 70px 0;
    text-align: center;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url(im/bg-register.jpg);
    background-color: #FEF5E6;
}
.register-interest .inside {
	width: 1240px;
	max-width: 100%;
	display: inline-block;
	padding: 0 70px 50px 70px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #FFFFFF;
    position: relative;
    box-sizing: border-box;
}
.register-interest .inside::after {
	content: '';
	position: absolute;
	margin: 0 auto;
	top: 50%;
    transform: translateY(-50%);
	right: -100px;
	width: 200px;
	height: 200px;
	background-image: url(im/roundel-splash.png);
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.register-interest .logo img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.register-interest .logo img.mobile {display: none;}
.register-interest .title {padding: 0 0 20px 0;}
.register-interest .title h1 {
	font-size: 100px;
	text-wrap: balance;
}
.register-interest .title h2 {
	font-size: 60px;
	text-wrap: balance;
	font-weight: 400;
}
.register-interest .title h4 {
	font-size: 36px;
	text-wrap: balance;
}
.register-interest .form form input[type="email"] {
	width: 100%;
	float: left;
	font-size: 24px;
	font-family: "ff-tisa-web-pro", serif;
	text-align: center;
	color: #2C2C2C;
	background-color: #FAF8F5;
	padding: 15px 20px;
	border: 0px;
	box-sizing: border-box;
}
.register-interest .form form button,
.register-interest .form form .button {
	width: 100% !important;
	float: left;
	font-size: 24px;
	font-family: "ff-tisa-web-pro", serif;
	text-align: center;
	padding: 15px 20px;
	margin: 20px 0 40px 0;
	border: 0px;
	border-radius: 0px;
	color: #FFFFFF;
	background-color: #FDB73E;
	box-sizing: border-box;
	cursor: pointer;
}
.register-interest .form form .expansion {
	display: none;
	width: 100% !important;
	padding: 40px 40px 0 40px;
	margin: 20px 0;
	border-radius: 20px;
	background-color: #FFFFFF;
}
.register-interest .form form .expansion .left {
	width: 48%;
	float: left;
}
.register-interest .form form .expansion .right {
	width: 48%;
	float: right;
}
.register-interest .form form .expansion img {
	width: 100%;
    max-width: 270px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
}
.register-interest .form form .expansion p {
	font-size: 16px;
	margin: 10px 0;
}
.register-interest .form form .expansion label {
	font-size: 18px;
	font-weight: 600;
}
.register-interest .note a {text-decoration: underline;}
.register-interest .flower {
	width: 70px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    z-index: 1;
    pointer-events: none;
}
.register-interest .flowers {
    width: 120px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 1;
    pointer-events: none;
}

/* /Register Interest */


