/*
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: #000000;
}
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 {margin: 0 auto;}
h1, h2 {
	font-size: 54px;
	font-family: "scotch-display", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1;

}
h3 {
	font-size: 28px;
	font-family: "scotch-display", 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;
}
sup {
	vertical-align: super;
  	font-size: smaller;
}

.white {color: #FFFFFF;}
.darkblue {color: #42548E}

.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: 20px;
	border: 3px solid white;
	color: #FFFFFF;
	text-align: center;
	background-image: url(im/bg-button-new.png);
	cursor: pointer;
}
.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: -150px;}
body.logged-in .header {top: 32px;}

.header .banner {
	height: 30px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}
.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: 100px;
	float: left;
	margin: 15px 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: 400px;
	max-width: 100%;
	height: 100vh;
	padding: 100px 20px;
	margin: 0 auto;
	overflow: scroll;
	box-sizing: border-box;
}
.menu .item p {
	font-family: "scotch-display", sans-serif;
	font-size: 36px;
	line-height: 1.2;
	color: #FFFFFF;
	transition: .2s
}
.menu .item p:hover {
	color: #D1B589;
}
.menu .item.subscribe {
	height: 65px;
    margin-top: 20px;
    background-image: url(im/button-subscribe-now.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	margin: 0 auto;
}
.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 0;
    position: relative;
}
.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 solid #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: top 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;
	margin-bottom: -20px;
	position: relative;
	z-index: 1;
}
.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: -10px;
    margin-bottom: -20px;
	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 .banner {
	width: 350px;
	max-width: 75%;
	height: auto;
	margin: 0 0 20px 0;
}
.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: top 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 .banner {
	width: 350px;
	max-width: 80%;
	height: auto;
	margin: 0 0 20px 0;
}
.blueprint .l-carousel .carousel .item {
	width: 400px;
	margin: 0 10px;
	text-align: center;
	position: relative;
}
.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 .carousel .item .zoom {
	width: 20px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 10px;
	right: 10px;
}
.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: 100vw;
	height: 100vh;
	max-width: 800px;
	max-height: 490px;
	margin: 0 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	position: relative;
}
.blueprint .l-carousel .lightbox .swiper .item img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.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: 60px 0 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 h2 {margin: 0 0 30px 0;}
.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 #42548e;
	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: #42548e;}
.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.8);
	border-radius: 10px;
    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;
}
.blueprint .l-scroller .interactive .model {
	height: 100%;
	width: auto;
	float: left;
}

/* /Blueprint */


/* Overrides */

#classics.l-carousel .carousel .slick-list {
	width: 600px;
	margin: 0 auto;
	padding: 0px !important;
}
#classics.l-carousel .carousel .item {
	width: 600px;
	max-width: 100vw;
}

#premium.l-copy-and-image {
	padding-bottom: 0px;
	position: relative;
}
#premium.l-copy-and-image .image {margin: 0 auto;}
#premium.l-copy-and-image .image img {width: 600px}
#premium.l-copy-and-image .outro {
	width: 400px;
	max-width: 100vw;
	padding: 0 5px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#issues .black-dots ul.slick-dots li.slick-active button,
#benefits .black-dots ul.slick-dots li.slick-active button,
#classics .black-dots ul.slick-dots li.slick-active button {
	background: #42548E;
	color: #42548E;
	border-color: #42548E;
}

#issues .black-dots ul.slick-dots li button,
#benefits .black-dots ul.slick-dots li button,
#classics .black-dots ul.slick-dots li button  {
	border-color: #42548E;
}

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

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

/* /Overrides */


/* Register Interest */

.register-interest {
    padding: 50px 20px 100px 20px;
    text-align: center;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url(im/splash-bg.jpg);
    background-color: #FEF5E6;
}
.register-interest .inside {
	width: 1240px;
	max-width: 100%;
	display: inline-block;
    position: relative;
    box-sizing: border-box;
}
.register-interest .logo {
	padding: 0 0 40px 0;
	position: relative;
}
.register-interest .logo img.disney {
	width: 100%;
	max-width: 670px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.register-interest .logo img.books {
	width: 450px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	bottom: -20px;
	left: -220px;
}
.register-interest .logo img.roundel {
	width: 360px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	bottom: -80px;
	right: -120px;
}
.register-interest .title {padding: 20px 0;}
.register-interest .title h1 {
	font-size: 80px;
	text-wrap: balance;
	margin: 0 0 20px 0;
}
.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: "scotch-display", sans-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: "scotch-display", sans-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 */


