/* Begin classes for common SPIN elements */
*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }

html {
	overflow-x: hidden;
}

.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title {
	font-size: 1.2rem;
	font-weight: 700;
}
.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-size: 1rem;
	font-weight: normal;
	color: inherit;
	text-transform: none;
}



span.wd_subscribe_icon {
	background: url('../images/webdriver/email_alerts.png') no-repeat;
	background-position: 0 3px;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 5px;
}
span.wd_subscribe_icon img {
	display: none;
}



/* Events */
div.wd_events {}
.wd_event_sidebar .wd_event_date,
.wd_event_sidebar .wd_event_time,
.wd_event_sidebar .wd_event_subscribe,
.wd_event_sidebar .wd_event_reminder,
.wd_event_sidebar .wd_event_webcast {
	background-position: left;
}
/* END Events */



/* override font size set in feed releases */
.wd_newsfeed_releases-detail .news_body p.prnews_p {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}
/* reset UL behavior to default in NFR body */
.wd_newsfeed_releases-detail .wd_news_body ul,
.wd_newsfeed_releases-detail .wd_news_body ul ul {
	margin: 1em 0 1em 0;
	padding-left: 40px;
}
.wd_newsfeed_releases-detail .wd_news_body li,
.wd_newsfeed_releases-detail .wd_news_body li li {
	list-style-type: disc;
	list-style: disc;
}
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li,
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li li {
	list-style-type: none;
	list-style: none;
}
.wd_newsfeed_releases-teaser .tools {
	text-decoration: none;
	margin-bottom: 12px;
}
/* END Newsfeed Releases */

/* Formbuilder */
select::-ms-expand {
	border: none;
}
#wd_printable_content input,
#wd_printable_content button,
#wd_printable_content select {
	border-radius: 0;
	border: 1px solid #ccc;
	line-height: 34px;
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
}
#wd_printable_content select {
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
}
select::-ms-expand {
	margin-left: 50px;
	background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
	border: 0;
}
#wd_printable_content .wd_form_field_label {
	line-height: 2.4em;
	margin-bottom: 0;
}
#wd_printable_content input[type=text] {
	max-width: 69%;
}
#wd_printable_content input[type=submit] {
	max-width: 30%;
	margin-left: 1%;
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
}
.wd_form_field {
	clear: both;
}
.wd_page_limit {
	padding: 0;
}
.wd_linkmenu-header {
	padding: 6px 2px;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
	border-radius: 0;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
	border-color: transparent;
	background-color: transparent;
	color: #000;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
/* END Formbuilder */


/* YouTube Responsive Video Containers */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* END YouTube Responsive Video Containers */


/******************
 Fade Animation
******************/
.ani-start.item {
	max-width: none;
	margin: 40px auto 60px;
	width: 100%;
	padding-bottom: 4vw;
}
.ani-start .ani-img,
.ani-start .ani-title {
    opacity: 0;
	transition: opacity 1.5s cubic-bezier(.01, .04, .26, .95), transform 1.5s cubic-bezier(.03, .68, .26, .95);
	transform: translateX(30%);
	transition-delay: .3s;
}
.ani-start .ani-fig {
    opacity: 0;
	transition: opacity 1.5s cubic-bezier(.01, .04, .26, .95), transform 1.5s cubic-bezier(.03, .68, .26, .95);
	transform: translateX(-30%);
	display: none;
}
div.ani-end .ani-img,
div.ani-end .ani-title,
div.ani-end .ani-fig  {
	opacity: 1;
	transform: translateX(0);
}
.ani-wrap {
	background-image: -webkit-linear-gradient(left,#fff 0%,#fff 16%,#141651 16%,#f7dbd2 73%);
	background-image: linear-gradient(left,#fff 0%,#fff 16%,#141651 16%,#f7dbd2 73%);
	position: relative;
	height: 100%;
	width: 100%;
}
/* #wd_item-12 .ani-wrap {
	background-image: -webkit-linear-gradient(right,#141651 0%,#f7dbd2 73%, #f7f5fb 92.8%, #fff 93%);
	background-image: linear-gradient(right,#141651 0%,#f7dbd2 73%, #f7f5fb 92.8%, #fff 93%);
	position: relative;
	height: 100%;
	width: 100%;
}
#wd_item-12 .ani-inner {flex-direction: row-reverse;}
#wd_item-12 .item_name {transform: none;}
#wd_item-12 .ani-capt > p {padding-left: 0;} */

.ani-fig {
	position: absolute;
	left: 5%;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 290px;
	display: block;
	overflow: hidden;	
}
.ani-title div {
	font-size: clamp(32px,5vw,72px);
	line-height: 1.1;
	margin-left: 40px;
	font-weight: lighter;
	letter-spacing: 1px;
}
.ani-capt > p {
	line-height: 1.5;
	padding: 30px 40px 0 40px;
	letter-spacing: .5px;
	font-size: 16px;
}
.ani-inner {
	display: flex;
	width: 100%;
	margin: 0 auto;
	min-height: 550px;
	padding: 28px 0;
}
.ani-left {
	align-items: center;
	display: flex;
	width: 51%;
	margin-top: -40px;
	max-width: 1000px;
}
.ani-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	justify-content: center;
	flex: 0 1 650px;
	padding: 0 10px;
}
.ani-img {
	width: 100%;
	height: 100%;
}
.ani-img .ani-img-wrap {
	/* max-height: 560px; */
	width: 100%;
	height: 100%;
	top: 100px;
	position: relative;
}
.ani-img img {
	width: 100%;
	object-fit: contain;
	border-bottom-right-radius: 40%;
	/* clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%); */
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.ani-rev .ani-inner img {
	border-bottom-left-radius: 40%;
	border-bottom-right-radius: 0;
}

.ani-inner .item_name {
	text-align: left;
	font-family: 'RecklessNeueHeart-Regular';
}
.ani-inner .item_name span {
	font-size: 46px;
}
.ani-rev .ani-inner {flex-direction: row-reverse;}
.ani-rev .item_name {
	transform: none; 
	margin-left: 0;
}

.ani-rev .ani-left {
	margin-left: 40px;
}
.ani-rev .ani-capt > p {padding-left: 0;}
.ani-rev.ani-wrap {
	background-image: -webkit-linear-gradient(right,#fff 0%,#fff 16%,#141651 16%,#f7dbd2 73%);
	background-image: linear-gradient(right,#fff 0%,#fff 16%,#141651 16%,#f7dbd2 73%);
}
.ani-rev .ani-right {
	padding-left: 40px;
}

/******************
 Sticky Nav
******************/
.wd_sticky {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 8;
	margin: 0 30px 40px 0;
	transition: all .3s ease;
	opacity: 0;
}
.wd_sticky > div {
	margin-bottom: 12px;
	position: relative;
}
.wd_sticky p {
	opacity: 0;
	position: absolute;
	top: 0;
	text-align: right;
	right: 50px;
	white-space: pre;
	transition: all 0.3s ease;
	font-weight: bold;
}
.wd_sticky a {
	background: #141651; 
	border-radius: 1000px;
	height: 32px; width: 32px;
	display: block;
	transition: all 0.3s ease;
	border: 3px solid white;
	color: white;
	text-align: center;
	font-size: 18px;
}
.wd_sticky a:hover {
	background: #f7dbd2;
	color: #141651;
	text-decoration: none;
}
.wd_sticky a:hover + p {
	opacity: 1;
}

/******************
 Footer
******************/
div.wd_featureboxes_bottom {
	background-color: #141651;
	width: 100%;
	padding: 140px 15px 40px;
}
div.wd_featureboxes_bottom p {
	max-width: 600px;
	color: white;
	font-family: 'RecklessNeueHeart-Regular';
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
div.wd_featureboxes_bottom .wd_featurebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
div.wd_featureboxes_bottom .wd_imagetable {display: none;}
div.wd_featureboxes_bottom a.wd_btn {
	color: #141651;
	text-decoration: none;
	background: white;
	padding: 18px 32px;
	border-radius: 40px;
	font-family: "BeausiteClassicWeb-Clear";
	margin: 20px;
	display: inline-block;
	transition: all .2s ease;
}
div.wd_featureboxes_bottom a.wd_btn:hover {
	text-decoration: none;
	background: #f9ddd2;
}
.container-fluid.wd_footer {
	background: #141651;
	border: none;
}
.container-fluid.wd_footer * {
	border: none;
	background: none;
}
.wd_footer .wd_footer-info {
	color: white;
}
.wd_footer-social * {
	fill: #fff !important; /* fixing issue with icons turning black */
}
.wd_footer-social img {
	width: 24px;
	height: 24px;
}

/******************
 Mobile Nav Ani
******************/
#navbarNavDropdown > a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 12px;
	bottom: 31px;
	left: 0;
	transition: width .6s;
	-webkit-transition: width .6s;
	-moz-transition: width .6s;
	-o-transition: width .6s;
	/* background: #e31e3c; */
	background-image: -moz-linear-gradient(left,#B1A3DB 0%,#f9ddd2 100%);
	background-image: -o-linear-gradient(left,#B1A3DB 0%,#f9ddd2 100%);
	background-image: -webkit-linear-gradient(left,#B1A3DB 0%,#f9ddd2 100%);
	background-image: linear-gradient(left,#B1A3DB 0%,#f9ddd2 100%);
	z-index: -1;
	bottom: 19px;
}
#navbarNavDropdown > a:hover:before {
	width: 100%;
	color: hsl(0, 0%, 18%);
}
div#navbarNavDropdown > a {
	position: relative;
	color: #f7dbd2;
	text-decoration: none;
	font-size: 42px;
	opacity: 0;
	transition: all .25s;
}
#navbarNavDropdown.show {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

div#navbarNavDropdown.show > a {
	opacity: 1;
}
#navbarNavDropdown {
	transition: width .5s,visibility .5s, opacity .5s !important;
	height: auto !important;
	width: 0;
	overflow: auto;
}
.boilerplate {
	background: #141651;
	height: fit-content;
	width: 100%;
}

/******************
 Flip animate
******************/
.flip-card {
	background-color: transparent;
	width: 100%;
	height: 225px;
	perspective: 1000px; 
}

/* This container is needed to position the front and back side */
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flipped.flip-card-inner {
	transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	/* background-image: -webkit-linear-gradient(bottom,#f9ddd2 0%,#cdc4e8 100%);
	background-image: linear-gradient(bottom,#f9ddd2 0%,#cdc4e8 100%); */
	background: #141651;
	font-family: 'BeausiteClassicWeb-Medium';
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
	/* background-image: -webkit-linear-gradient(bottom,#f9ddd2 0%,#cdc4e8 100%);
	background-image: linear-gradient(bottom,#f9ddd2 0%,#cdc4e8 100%); */
	background: #141651;
	font-size: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #f7dbd2;
	font-family: 'BeausiteClassicWeb-Medium';
}

/* Style the back side */
.flip-card-back {
	background-color: #f7dbd2;
	transform: rotateY(180deg);
	line-height: 1.4;
	color: #141651;
	font-family: 'BeausiteClassicWeb-Medium';
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
	text-align: left;
}

.flip-card-inner svg {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 12px;
	cursor: pointer;
}
.flip-card-front svg path {
	fill: #f7dbd2;
}
.flip-card-back svg path {
	fill: #141651;
}
/* .flip-card-inner svg:hover path {
	fill: #f7dbd2;

} */
/* .flip-card-inner svg:hover {
	background: #f7dbd2;
	border-radius: 1000px;
	outline: 3px solid #f7dbd2;
	outline-offset: -3px;
} */

/******************
 Items
******************/
.item {
	/* border: 1px solid red; */
}
.item {
	color: #141651;
	position: relative;
	width: 100%;
	padding: 40px 20px;
	font-family: "BeausiteClassicWeb-Clear";
	font-size: 22px;
}
.item_inner {
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
}
.item p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: #141651;
	margin-bottom: 20px;
	font-size: 22px;
}
.item_name {
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 1.2;
}
.item .wd_heading_mid {
	font-family: 'BeausiteClassicWeb-Medium';
	font-size: 38px;
	font-weight: normal;
}
.item_inner > p:nth-child(2) {
	text-align: center;
}
#wd_standard_content span.heart-period {
	font-family: 'RecklessNeueHeart-Regular';
	font-size: 60px;
	line-height: .2;
}
.item ul {
	margin: 0;
	padding: 0;
	display: flex;
}
.item li {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 22px;
}
.item li span {
	font-size: 68px;
	line-height: 1;
	font-family: "BeausiteClassicWeb-Medium";
}
.item strong {
	font-weight: normal;
	font-family: "BeausiteClassicWeb-Medium";
}


/* backgrounds */
#wd_item-2,
#wd_item-12,
#wd_item-20,
#wd_item-49 {
	background: #f7dbd2;
}
#wd_item-6,
#wd_item-15,
#wd_item-29,
#wd_item-45 {
	background: #141651;
	color: white;
}
#wd_item-6 *,
#wd_item-15 * {
	color: white;
}
#wd_item-8 {
	background-image: -webkit-linear-gradient(top,#141651 0%,#f7dbd2 80%, #eca798 100%);
	background-image: linear-gradient(top,#141651 0%,#f7dbd2 80%, #eca798 100%);
}
#wd_item-23 {
	background-image: -webkit-linear-gradient(top,#141651 0%, #f6dad1 100%);
	background-image: linear-gradient(top,#141651 0%, #f6dad1 100%);
}
#wd_item-25,
#wd_item-42 {
	background-image: -webkit-linear-gradient(bottom,#141651 0%, #b3a0ab 100%);
	background-image: linear-gradient(bottom,#141651 0%, #b3a0ab 100%);
}
#wd_item-9 {
	background: #eca798;
}
#wd_item-32 {
	background-image: -webkit-linear-gradient(top,#f7dad1 0%, #f1ac9d 100%);
	background-image: linear-gradient(top,#f7dad1 0%, #f1ac9d 100%);
}

/* item 0 */
#wd_item-0 {
	padding-bottom: 10px;
}
#wd_item-0 p,
#wd_item-0 .item_name {
	text-align: left;
}
#wd_item-0 .item_name {
	font-family: 'BeausiteClassicWeb-Medium';
}
#wd_item-0 .item_inner {
	max-width: 795px;
	padding: 50px 6% 0;
	margin: 0 auto;
}

/* item 2 */
#wd_item-2 {
	padding-bottom: 15px;
}
#wd_item-2 section {
	position: relative;
	max-width: 560px;
	margin: 0 auto;
	display: flex;
	align-items: end;
}
#wd_item-2 img {
	width: 100%;
}
#wd_item-2 ul {
	position: absolute;
	width: 51%;
	flex-direction: column;
	padding-bottom: 2%;
	left: 50%;
	transform: translateX(-55%);
}
#wd_item-2 li span {
	font-family: 'RecklessNeueHeart-Regular';
	font-size: clamp(36px, 68px, 9vw);
}
#wd_item-2 li {
	display: flex;
	flex-direction: row;
	font-family: "BeausiteClassicWeb-Medium";
	font-size: clamp(12px, 30px, 4.5vw);
	line-height: 1;
	align-items: end;
	gap: 20px;
}

#wd_item-2 li:last-child {
	font-size: clamp(36px, 66px, 10vw);
	margin-bottom: 15%;
	font-family: "BeausiteClassicWeb-Clear";
}
#wd_item-2 li:nth-child(2) {
	margin-bottom: 22%;
}
#wd_item-2 li:nth-child(1) {
	margin-bottom: 20%;
}

/* item 3 */
#wd_item-3 {
	padding-top: 25px;
}
#wd_item-3 ul {
	display: grid;
	grid-template-columns: auto auto auto;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
#wd_item-3 img {
	max-height: 350px;
	object-fit: contain;
}
#wd_item-3 li:nth-child(2) {grid-area: 2 / 1 / span 1 / span 1;}
#wd_item-3 li:nth-child(4) {grid-area: 2 / 3 / span 1 / span 1;}
#wd_item-3 li:nth-child(3) {grid-area: 1 / 2 / span 2 / span 1;}

#wd_item-3 li {
	justify-content: center;
	align-items: center;
}

/* item 4 */
#wd_item-4 ul li {
	flex: 1;
	border-left: 5px solid #F7DBD2;
	padding: 0 6% 0 10px;
}
#wd_item-4 li {
	font-size: 20px;
	line-height: 1.4;
}

/* item 5 */
#wd_item-5 .item_inner > p:nth-child(2) strong {
	color: #D71D3B;
}
#wd_item-5 ul {
	flex-wrap: wrap;
	max-width: 920px;
	margin: 0 auto;
	padding-left: 7%;
}
#wd_item-5 ul li {
	flex-direction: row;
	display: flex;
	width: 50%;
	margin-top: 16px;
}
#wd_item-5 ul li:before {
	content: '';
	background: url(../images/red-flag-solid.png);
	height: 67px;
	min-width: 58px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 12px;
}
#wd_item-5 li div {
	display: flex;
	flex-direction: column;
	margin-left: 16%;
}

/* item 6 */
#wd_item-6 .item_name div,
#wd_item-6 .item_name .heart-period {
	color: #F7DBD2;
}
#wd_item-6 section p strong {
	color: #F7DBD2;
	font-weight: normal;
}
#wd_item-6 section:before {
	content: '';
	background: url(../images/brain-with-detail-outline.png)
}
#wd_item-6 section:after {
	content: '';
	background: url(../images/muscle-flex-detail.png)
}
#wd_item-6 section:before,
#wd_item-6 section:after {
	display: block;
	width: 400px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#wd_item-6 section {
	display: flex;
	justify-content: space-between;
	gap: 34px;
}
#wd_item-6 .item_inner {
	max-width: 1600px;
}
#wd_item-6 section > p {
	max-width: 600px;
}
#wd_item-6 .item_inner > p:nth-child(2),
#wd_item-6 .item_name {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/* item 7 */
#wd_item-7 li span {
	background: url(../images/poker.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}
#wd_item-7 .item_inner:after {
	content: '';
	background: url(../images/piggy.png);
	display: block;
	height: 280px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#wd_item-7 ul {
	display: block;
	max-width: 520px;
	width: 100%;
	left: 70%;
	position: relative;
	transform: translateX(-50%);
	padding: 16px 0;
}
#wd_item-7 li {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	width: 50vw;
}
#wd_item-7 li span {
	color: white;
	height: 120px;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(26px, 42px, 5vw);
	min-height: 120px;
	min-width: 120px;
}
#wd_item-7 li:nth-child(1) {
	margin-left: -20px;
}
#wd_item-7 li:nth-child(2) {
	margin-left: -140px;
}

/* item 8 */
#wd_item-8 ul:before {
	content: '';
	background: url(../images/Heartrate-Pink.png);
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	height: 189px;
	width: 100%;
}
#wd_item-8 ul {
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
}
#wd_item-8 li {
	background: white;
	padding: 14px;
	width: calc(33% - 6px);
	height: 220px;
}
#wd_item-8 li span {
	line-height: 1;
	margin-bottom: 8px;
}
#wd_item-8 .item_name {
	color: white;
}

/* item 9 */
#wd_item-9 .item_name {
	margin-bottom: 40px;
}
#wd_item-9 img {
	width: 100%;
}

/* item 10 */
#wd_item-10 .item_inner {
	max-width: 950px;
}
#wd_item-10 p {
	text-align: center;
}
#wd_item-10 img {
	width: 100%;
	padding: 10px 3% 34px;
}

/* item 11 */


#wd_item-11 section {
	position: relative;
}
#wd_item-11 .item_name {
	border-radius: 60px;
	padding: 0 32px;
	font-size: 28px;
	width: 100%;
	line-height: 1.1;
	margin-left: auto;
	text-align: center;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	background: #141651;
	color: white;
	border-top-left-radius: 0;
	max-width: 700px;
	position: relative;
}
#wd_item-11 .item_name span:before {
	content: '';
	background: url(../images/convo-bubble-gradient.png);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: contain;
	z-index: -1;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}
#wd_item-11 .item_name span {
	display: block;
	position: absolute;
	height: 209px;
	width: 300px;
	display: flex;
	align-items: center;
	z-index: 1;
	padding: 0 30px;
	font-size: 26px;
	line-height: 1.2;
	justify-content: center;
}
#wd_item-11 .item_name span:first-child {
	left: -39%;
	top: 14px;
}
#wd_item-11 .item_name span:last-child {
	right: -39%;
	top: -33px;
}
#wd_item-11 .item_name span:first-child:before {
	transform: rotate(-13deg);
	left: 20px
}
#wd_item-11 .item_name span:last-child:before {
	transform: scaleX(-1) rotate(21deg);
	left: -20px;
}
#wd_item-11 section > img {
	width: 100%;
}
#wd_item-11 li:before {
	content: '';
	background-image: url(../images/Big-heart-2.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	min-height: 50px;
	min-width: 54px;
}
#wd_item-11 ul {
	flex-wrap: wrap;
	position: absolute;
	top: 33%;
	margin: 0 7%;
}
#wd_item-11 li {
	flex: 100%;
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
	margin-bottom: 10%;
}
#wd_item-11 section {
	max-width: 665px;
	width: 100%;
	margin: 0 auto;
}
#wd_item-11 section > p {
	font-family: 'BeausiteClassicWeb-Medium';
	text-align: center;
	position: absolute;
	top: 20%;
	margin: 0 7%;
}
#wd_item-11 section p,
#wd_item-11 section li {
	font-size: clamp(12px, 22px, 2.8vw);
}
#wd_item-11 li p {
	margin: 0;
}


/* item 12 */
#wd_item-12 span {
	font-family: 'BeausiteClassicWeb-Medium';
	font-size: 68px;
	line-height: 1;
}
#wd_item-12 section {
	display: flex;
	gap: 10%;
}
#wd_item-12 section > div {
	flex: 1;
	padding-top: 26px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#wd_item-12 section > div > * {
	display: flex;
	align-items: start;
	gap: 4%;
	margin-bottom: 50px;
}
#wd_item-12 .item_inner {
	max-width: 1500px;
}
#wd_item-12 img {
	max-height: 325px;
	max-width: 244px;
	margin-top: 2%;
}
#wd_item-12 .item_name {
	margin-bottom: 38px;
}
#wd_item-12 section > div div {
	border: 4px solid #141651;
	padding: 12px 12px;
	height: 200px;
	align-items: center;
}
#wd_item-12 section p {
	display: flex;
	gap: 12px;
	align-items: start;
	margin: 0;
}

/* item 13 */
#wd_item-13 section {
	max-width: 900px;
	margin: 0 auto;
}
#wd_item-13 ul {
	flex-direction: column;
	gap: 28px;
	margin-top: 50px;
}
#wd_item-13 li {
	display: flex;
	flex-direction: row;
	gap: 8px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
#wd_item-13 li span {
	line-height: .9;
	font-size: clamp(48px, 68px, 5vw);
}
#wd_item-13 li p {
	margin: 0;
}
#wd_item-13 img {
	width: 100%;
}
#wd_item-13 section {
	position: relative;
}
#wd_item-13 li:nth-child(1) {
	top: 17%;
	width: 30%;
	text-align: center;
	display: block;
}
#wd_item-13 li:nth-child(2) {
	top: 50%;
	width: 50%;
}
#wd_item-13 li:nth-child(3) {
	top: 85%;
	width: 76%;
}
#wd_item-13 .float-top {
	position: absolute;
	top: -30px;
}
#wd_item-13 li,
#wd_item-13 li p {
	line-height: 1.3;
	font-size: clamp(12px, 20px, 2vw);
}


/* item 15 */
#wd_item-15 .item_inner {
	max-width: 950px;
}
#wd_item-15 .item_name {
	margin-bottom: 40px;
}
#wd_item-15 .item_inner p:nth-of-type(2),
#wd_item-15 .item_inner p:nth-of-type(2) strong {
	color: #f7dbd2;
}
#wd_item-15 p {
	margin-bottom: 54px;
	text-align: center;
}
#wd_item-15 + img {
	width: 100%;
	margin: -120px 0 -78px;
	z-index: 1;
	position: relative;
}

/* item 17 */
#wd_item-17 img {
	width: 100%;
}

#wd_item-17 .item_inner {
	max-width: 1050px;
}
#wd_item-17 section {
	position: relative;
}
#wd_item-17 section div {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 13%;
	padding: 0 9%;
}
#wd_item-17 section p {
	background: #cecece;
	width: fit-content;
	border-radius: 2.6vw;
	max-width: 500px;
	box-shadow: 4px 4px 6px 4px #eee;
	line-height: 1.2;
	padding: 3% 5%;
	margin-bottom: 5%;
	font-size: clamp(10px, 22px, 2.3vw);
	width: 68%;
}
#wd_item-17 section p.blue {
	background: #141651;
	color: white;
	margin: 8% 0 8% auto;
}
#wd_item-17 section p.blue:first-child {
	margin-top: 0;
}

/* item 18 */
#wd_item-18 img {
	margin: 40px 0;
	width: 100%;
}
#wd_item-18 p {
	text-align: center;
}

/* item 19 */
#wd_item-19 {
	display: none;
}
#wd_item-19 li span:after {
	content: '';
	background:  url(../images/comment-dots.svg);
	display: block;
	height: 70px;
	width: 70px;
	background-size: contain;
	background-repeat: no-repeat;
}
#wd_item-19 {
	background: #141651;
}
#wd_item-19 .item_inner {
	max-width: 850px;
}
#wd_item-19 .item_name {
	color: white;
	margin-bottom: 34px !important; /* override inline */
}
#wd_item-19 li {
	color: #f7dbd2;
}
#wd_item-19 li p {
	color: white;
}
#wd_item-19 ul {
	flex-wrap: wrap;
	gap: 40px
}
#wd_item-19 li {
	width: calc(50% - 20px);
}
#wd_item-19 li span {
	display: flex;
	gap: 16px;
}

/* item 20 */
#wd_item-20 .item_inner {
	max-width: 1400px;
}
#wd_item-20 li {
	flex: 1;
	justify-content: center;
	height: fit-content;
	border: 4px solid #141651;
	padding: 20px;
	height: 200px;
	justify-content: center;
}
#wd_item-20 ul {
	gap: 4%;
	margin: 10px 0 14px;
	align-items: center;
}
#wd_item-20 p {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}
#wd_item-20 p span {
	font-family: 'BeausiteClassicWeb-Medium';
	font-size: 68px;
	line-height: 1.2;
}
#wd_item-20 p span {
	font-size: 28px;
}

/* item 22 */
#wd_item-22 li {
	display: block;
	width: calc(33% - 24px);
}
#wd_item-22 ul {
	flex-wrap: wrap;
	row-gap: 26px;
	column-gap: 40px;
	max-width: 900px;
	margin: 0 auto;
}
#wd_item-22 li img {
	height: 225px;
	margin: 0 auto;
	display: block;
}
#wd_item-22 .item_inner > p {
	text-align: center;
}

/* item 23 */
#wd_item-23 .item_inner {
	max-width: 1400px;
}
#wd_item-23 .item_name,
#wd_item-23 .item_inner > p {
	color: white;
	max-width: 950px;
	margin: 0 auto;
}
#wd_item-23 .item_inner > div:not(.item_name) p {
	color: white;
	text-align: center;
	max-width: 950px;
	margin: 0 auto;
}
#wd_item-23 .item_inner > div:not(.item_name) p:first-child {
	color: #f7dbd2;
	margin-top: 36px;
	font-family: 'BeausiteClassicWeb-Medium';
	font-size: 28px;
}
#wd_item-23 .item_name,
#wd_item-23 .item_inner > div:not(.item_name) p:first-child  {
	margin-bottom: 20px;
}
#wd_item-23 .item_inner > p:last-of-type {
	color: #141651;
	font-size: 28px;
	line-height: 1.1;
	text-align: center;
	margin: 40px auto 20px;
	max-width: 1100px;
}
#wd_item-23 section span {
	font-size: 68px;
	line-height: 1.2;
	font-family: "BeausiteClassicWeb-Medium";
}
#wd_item-23 section p {
	display: flex;
	max-width: 420px;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
#wd_item-23 section div {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
#wd_item-23 section p:nth-child(2) {
	max-width: none;
}
#wd_item-23 section {
	display: flex;
	justify-content: space-between;
	gap: 4%;
}
#wd_item-23 img {
	object-fit: contain;
}

/* item 24 */
#wd_item-24 .item_inner > p:first-of-type {
	display: flex;
	max-width: 460px;
	gap: 10px;
	align-items: start;
	justify-content: center;
	margin: 0 auto 20px;;
	text-align: left;
}
#wd_item-24 .item_inner > p:last-of-type {
	text-align: center;
}
#wd_item-24 p span {
	font-size: 68px;
	line-height: 1;
	font-family: "BeausiteClassicWeb-Medium";
}
#wd_item-24 section p {
	color: #f7dbd2;
	display: flex;
	flex-direction: column;
	max-width: 250px;
}
#wd_item-24 section {
	background: url(../images/two-bunnies.png);
	max-height: 650px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 80vw;
}
#wd_item-24 section p:first-child {
	position: absolute;
	top: 44%;
	left: 19%;
}
#wd_item-24 section p:last-child {
	position: absolute;
	top: 62%;
	left: 62%;
}
#wd_item-24 img {
	display: none;
	width: 100%;
	margin: 0 auto;
	max-width: 450px;
}

/* item 25 */
#wd_item-25,
#wd_item-25 p {
	color: white;
}
#wd_item-25 .item_inner {
	max-width: 950px;
} 
#wd_item-25 .item_inner > p {
	max-width: 800px;
	margin: 0 auto;
}
#wd_item-25 ul {
	padding-top: 20px;
}
#wd_item-25 ul li {
	flex: 1;
	border-left: 5px solid #F7DBD2;
	padding: 0 6% 0 10px;
	margin: 20px 0;
}
#wd_item-25 li {
	font-size: 20px;
	line-height: 1.4;
}
#wd_item-25 li span {
	color: #F7DBD2;
}
#wd_item-25 .item_inner div:last-child {
	background: url(../images/pillow.png);
	background-size: contain;
	height: 272px;
	width: 399px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 84%;
	color: #141651;
	font-family: "BeausiteClassicWeb-Medium";
	font-size: 24px;
	line-height: 1.1;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 10px 36px;
}
#wd_item-25 {
	margin-bottom: 250px;
	padding-bottom: 80px;
}
#wd_item-25 .item_name {
	font-family: 'BeausiteClassicWeb-Medium';
}

/* item 26 */
#wd_item-26 .item_name {
	font-family: 'BeausiteClassicWeb-Medium';
	margin-bottom: 26px;
}
#wd_item-26 .item_inner {
	background: url(../images/rainbow-solid.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 60px;
}
#wd_item-26 p {
	margin: 0 auto 42px;
	text-align: center;
}
#wd_item-26 p:nth-child(2) {
	max-width: 900px;
}
#wd_item-26 p:nth-child(3) {
	max-width: 850px;
}
#wd_item-26 p:nth-child(4) {
	max-width: 750px;
	font-size: 26px;
	line-height: 1.2;
}



/* item 28 */
#wd_item-28 {
	position: relative;
	padding-top: 70px;
	padding-bottom: 100px;
}
#wd_item-28 .item_name {
	max-width: 900px;
	margin: 0 auto 20px;
}
#wd_item-28 p {
	max-width: 750px;
	margin: 0 auto;
}
#wd_item-28 .item_inner {
	position: relative;
}
#wd_item-28 .item_inner div:last-of-type {
	border: 4px solid #141651;
	padding: 20px;
	margin: 38px auto 24px;
	max-width: 500px;
	position: relative;
}
#wd_item-28 div span {
	font-size: 68px;
	line-height: 1;
	font-family: "BeausiteClassicWeb-Medium";
}
#wd_item-28 div p:last-of-type {
	display: flex;
	align-items: start;
	gap: 10px;
	line-height: 1.2;
}
#wd_item-28 div p:first-child {
	font-size: 28px;
	text-align: center;
	margin-bottom: 28px;
}
#wd_item-28 img {
	width: 100%;
	display: block;
	margin: 34px auto;
	max-width: 460px;
}
#wd_item-28 .item_inner > p {
	text-align: center;
}
#wd_item-28 .item_inner div:last-of-type img {
	position: absolute;
	top: -15%;
	margin: 0;
	left: -54%;
	transform: rotate(10deg);
	max-width: 400px;
}
#wd_item-28 div:not(.item_name) + img {
	display: none;
}

/* item 29 */
#wd_item-29 .item_name {
	margin-bottom: 20px;
}
#wd_item-29 p {
	color: white;
}
#wd_item-29 p:last-child {
	color: #F7DBD2;
	text-align: center;
}
#wd_item-29 ul {
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
	background: #F7DBD2;
	max-width: 800px;
	border-radius: 100px;
	border-top-right-radius: 0;
	padding: 26px;
	gap: 22px;
}
#wd_item-29 li {
	flex-direction: row;
	align-items: start;
	gap: 12px;
	flex: 100%;
	color: #141651;
	padding: 0 10%;
}
#wd_item-29 span {
	line-height: 0.9;
}

/* 31 */
#wd_item-31 .item_name {
	display: none;
}
#wd_item-31 section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}
#wd_item-31 li:nth-child(1):before {
	background: url(../images/falling-coins.png);;
}
#wd_item-31 li:nth-child(2):before {
	background: url(../images/mental-health.png);;
}
#wd_item-31 li:nth-child(3):before {
	background: url(../images/career-climb.png);;
}
#wd_item-31 li:nth-child(4):before {
	background: url(../images/droopy-flower.png);;
}
#wd_item-31 li:nth-child(5):before {
	background: url(../images/no-alcohol.png);;
}
#wd_item-31 section > * {
	max-width: 550px;
	width: 100%;
}
#wd_item-31 li:before {
	content: '';
	display: block;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	min-width: 120px;
	height: 120px;
}
#wd_item-31 li {
	flex-direction: row;
	align-items: center;
	gap: 10%;
}
#wd_item-31 li div {
	display: flex;
	flex-direction: column;
}
#wd_item-31 ul {
	flex-direction: column;
	gap: 40px;
	border: 4px solid #141651;
	padding: 4%;
	margin-bottom: 30px;
}
#wd_item-31 section div img {
	width: 100%;
}
#wd_item-31 section div {
	position: relative;
	height: fit-content;
}
#wd_item-31 section div div {
	position: absolute;
	margin: 0;
	text-align: center;
	height: 100%;
	width: 100%;
}
#wd_item-31 section div p {
	margin: 0;
	font-size: clamp(10px, 22px, 2vw);
	position: absolute;
	width: 100%;
	left: 50%;
}
#wd_item-31 section div p:nth-child(1) {
	font-family: "BeausiteClassicWeb-Medium";
	font-size: 28px;
	top: 10%;
	transform: translateX(-50%);
	font-size: clamp(10px, 28px, 3vw);
}
#wd_item-31 section div p:nth-child(2) {
	top: 43%;
	padding: 0 10%;
	transform: translateX(-50%);
}
#wd_item-31 section div p:nth-child(3) {
	bottom: 6%;
	padding: 0 21%;
	transform: translateX(-50%);
}


/* item 32 */
#wd_item-32 .item_inner {
	display: flex;
}
#wd_item-32 p {
	display: flex;
	flex-direction: column;
	text-align: left;
	gap: 24px;
	margin-top: 1.5%;
}
#wd_item-32 p span {
	font-size: 68px;
	line-height: 1.2;
	font-family: "BeausiteClassicWeb-Medium";
	text-shadow: 6px 6px 10px #33333342;
}
#wd_item-32 .item_name {
	display: none;
}
#wd_item-32 img {
	object-fit: contain;
	max-height: 300px;
	max-width: 500px;
	width: 11vw;
}
#wd_item-32 .item_inner {
	max-width: 1500px;
	gap: 32px 4%;
}
#wd_item-32 .item_inner img:first-of-type {
	width: 28vw;
}

/* item 33 */
#wd_item-33 {
	margin-bottom: 200px;
}
#wd_item-33 .item_inner {
	display: block;
	/* background: url(../images/notebook-S.svg);
	background-size: contain;
	background-repeat: no-repeat; */
	max-width: 1300px;
	position: relative;
}

#wd_item-33 .item_name {
	position: absolute;
	top: 13%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
#wd_item-33 .item_inner > p {
	margin: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 18%;
	width: 100%;
	padding: 0 16%;
	line-height: 1.1;
}
#wd_item-33 ul {
	flex-direction: column;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 25%;
	width: 100%;
	gap: 2.5vw;
	max-width: 66%;
	padding-left: 5%;
}
#wd_item-33 li {
	display: flex;
	gap: 20px;
	flex-direction: row;
	align-items: center;
}
#wd_item-33 .item_inner > p,
#wd_item-33 li {
	font-size: clamp(12px, 22px, 2vw);
}
#wd_item-33 .item_name {
	font-size: clamp(16px, 28px, 3vw);
}

#wd_item-33 li:before {
	content: '';
	background: url(../images/square-check-gradient.png);
	max-width: 58px;
	max-height: 67px;
	width: 5vw;
	height: 5.5vw;
	background-size: contain;
	background-repeat: no-repeat;
}

#wd_item-33 .item_inner > img {
	width: 100%;
}

/* post it */
#wd_item-33 section {
	background: url(../images/dusty-pink-sticky-note-P.png);
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 550px;
	max-height: 550px;
	width: 53vw;
	height: 53vw;
	padding: 0 7%;
	filter: drop-shadow(4px 8px 4px #1113);
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(-9deg);
	top: 75%;
}
#wd_item-33 section div {
	top: 31%;
	position: relative;
}
#wd_item-33 section div p {
	text-align: center;
	font-size: clamp(12px, 18px, 2vw);
}
#wd_item-33 section div p:first-child {
	font-family: "BeausiteClassicWeb-Medium";
	line-height: 1.2;
	font-size: clamp(16px, 24px, 3vw);
	margin: 0;
	padding-bottom: 5%;
}
#wd_item-33 section img {
	max-width: 120px;
	margin: -10px auto 0;
	display: block;
	transform: rotate(38deg);
}

/* item 34 */
#wd_item-34 section {
	position: relative;
	width: fit-content;
	margin: 50px auto 0;
}
#wd_item-34 img {
	margin: 0 auto;
	width: 100%;
	max-width: 560px;
}
#wd_item-34 section p {
	position: absolute;
	bottom: 10%;
	margin: 0;
	padding: 5% 15%;
	text-align: center;
	font-size: clamp(10px, 22px, 3.5vw);
}

/* item 35 */
#wd_item-35 {
	background: #141651;
	color: white;
}
#wd_item-35 .item_inner {
	max-width: 1250px;
}
#wd_item-35 li {
	color: white;
	max-width: 380px;
  	margin: 0 0 26px;
	flex: 1;
	border: 4px solid #fff;
	padding: 24px;
	height: 300px;
}
#wd_item-35 ul {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-top: 34px;
}
#wd_item-35 ul::before {
	content: '';
	background: url(../images/mobile-phone-icon.png) no-repeat;
	display: block;
	background-size: contain;
	max-width: 184px;
	height: 321px;
	width: 100%;
}
#wd_item-35 ul > li:first-child {
	order: -1;
}


/* item 37 */
#wd_item-37 ul {
	margin: 50px 20px 20px;
	position: relative;
	border-left: 5px solid #141651;
	border-bottom: 5px solid #141651;
	flex-direction: column;
}
#wd_item-37 span {
	font-size: 24px;
}
#wd_item-37 li {
	background: #f9ddd2;
	padding: 10px;
	margin-bottom: 30px;
	width: fit-content;
	display: inline-block;
}
#wd_item-37 .item_name {
	text-align: center;
}
#wd_item-37 ul:before {
	content: '';
	border-color: transparent transparent #141651 transparent;
	border-style: solid;
	border-width: 0px 7px 14px 7px;
	height: 0;
	width: 0px;
	position: relative;
	left: -10px;
	top: -14px;
	display: block;
}
#wd_item-37 ul:after {
	content: '';
	border-color: transparent transparent transparent #141651;
	border-style: solid;
	border-width: 7px 0px 7px 14px;
	height: 0;
	width: 0px;
	position: relative;
	left: 100%;
	top: 10px;
	display: block;
}

/* item 38 */
#wd_item-38 {
	background: #141651;
	color: white;
}
#wd_item-38 p {
	color: white;
	text-align: center;
}
#wd_item-38 p:last-child,
#wd_item-38 span {
	color: #f7dbd2;
}
#wd_item-38 li {
	max-width: 200px
}
#wd_item-38 ul {
	justify-content: center;
	gap: 2%;
	margin: 36px 0;
	align-items: center;
	position: relative;
}
#wd_item-38 img {
	max-height: 400px;
	transform: scaleX(-1);
}
#wd_item-38 li:first-child {
	position: relative;
	transform: translateY(-25%);
}
#wd_item-38 li:last-child {
	position: relative;
	transform: translateY(25%);
}

/* item 39 */
#wd_item-39 img {
	width: 100%;
	margin-top: 36px;
}

/* item 40 */
#wd_item-40 {
	background: #f7dbd2;
}
#wd_item-40 ul {
	flex-direction: column;
	width: 57%;
	gap: 24px;
	position: relative;
}
#wd_item-40 li span {
	min-width: 170px;
}
#wd_item-40 li {
	flex-direction: row;
	align-items: start;
}
#wd_item-40 li:last-of-type {
	align-items: start;
}
#wd_item-40 img {
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 40vw;
	max-width: 680px;
	padding-right: 20px;
	transform: rotate(-3deg);
}
#wd_item-40 ul ul {
	margin-top: 0;
}

/* item 42 */
#wd_item-42 .item_inner {
	max-width: 700px;
}
#wd_item-42 .item_name {
	color: white;
}
#wd_item-42 ul {
	flex-direction: column;
	gap: 48px;
	max-width: 700px;
	margin: 32px auto 0;
}
#wd_item-42 li {
	color: white;
	text-align: center;
}
#wd_item-42::before, 
#wd_item-42::after {
	content: '';
	display: block;
	width: 400px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}
#wd_item-42::before {
	background-image: url(../images/coffee-cup.png);
}
#wd_item-42::after {
	background-image: url(../images/martini.png);
}
#wd_item-42 {
	display: flex;
	justify-content: space-between;
	gap: 34px;
	padding: 40px 4%;
}

/* item 43 */
#wd_item-43 li:before {
	content: '';
	display: block;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position-x: center !important;
	min-width: 100px;
	height: 70px;
}
#wd_item-43 li:nth-child(1):before {
	background: url(../images/face-grin-hearts-regular.png);;
}
#wd_item-43 li:nth-child(2):before {
	background: url(../images/sober-both.png);;
}
#wd_item-43 li:nth-child(3):before {
	background: url(../images/bong-solid.png);;
}
#wd_item-43 li {
	flex-direction: row;
	align-items: start;
	gap: 24px;
	background: #f7dbd2;
	border: 4px solid #141651;
	padding: 28px 20px;
}
#wd_item-43 ul {
	flex-direction: column;
	gap: 46px;
	max-width: 600px;
	margin-top: 20px;
}
#wd_item-43 .item_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#wd_item-43 li div {
	display: flex;
	gap: 0 24px;
}

/* item 44 */
#wd_item-44 .item_inner {
	position: relative;
	width: fit-content;
	display: flex;
	justify-content: center;
  max-width: 450px;
}
#wd_item-44 img {
  width: 100%;
}
#wd_item-44 .item_name {
	position: absolute;
	top: 6.5%;
}
#wd_item-44 ul {
	position: absolute;
	flex-direction: column;
	width: 79%;
	top: 28%;
}
#wd_item-44 li {
  flex-direction: row;
  gap: 24px;
  padding: 0 5%;
  margin-bottom: 10%;
  font-size: clamp(12px, 20px, 3.8vw);
}
#wd_item-44 li span {
  color: white;
  font-size: clamp(18px, 24px, 5vw);
  width: fit-content;
  position: relative;
  height: fit-content;
  margin-top: 6px;
  font-family: "BeausiteClassicWeb-Clear";
  z-index: 1;
}
#wd_item-44 li span:before {
  content: '';
  background: #141651;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#wd_item-44 li:nth-child(2) {
  padding: 0;
  text-align: center;
}

/* item 45 */
/* #wd_item-45 {
	background-image: url(../images/hand-holding-heart.png);
}
#wd_item-45 {
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
} */
#wd_item-45 .item_inner {
	position: relative;
	z-index: 1;
}
#wd_item-45 .item_name {
	margin-block: 30px;
}
#wd_item-45 p {
	color: white;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
#wd_item-45 span {
	color: white;
	font-size: 68px;
	line-height: 1.2;
	font-family: "BeausiteClassicWeb-Medium";
	text-align: center;
	display: block;
	margin: 26px 0;
}
#wd_item-45 img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 30vw;
	min-width: 400px;
}

/* item 46/47 */
#wd_item-46 p,
#wd_item-47 p {
 text-align: center;
}
#wd_item-46 img,
#wd_item-47 img {
	width: 100%;
	max-height: 500px;
	object-fit: contain;
	margin-bottom: 30px;
}
#wd_item-47 img {
	max-height: 300px;
}
#wd_item-46 .item_inner,
#wd_item-47 .item_inner {
	max-width: 800px;
}
#wd_item-47 {
	padding-top: 0;
}
#wd_item-46 .item_name + p,
#wd_item-47 .item_name + p {
	margin: 40px 0;
}
#wd_item-46 p:last-child {
	margin-bottom: 0;
}

/* item 48 */
#wd_item-48 {
	background: url(../images/star-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
}
#wd_item-48 .item_name {
	margin-bottom: 40px;
} 
#wd_item-48 p {
	color: white;
	text-align: center;
	max-width: 600px;
	margin: 0 auto 30px;
}
#wd_item-48 p span {
	font-size: inherit;
}
#wd_item-48 section div {
	margin: 0 auto 30px;
	display: flex;
	max-width: 400px;
	gap: 14px;
	align-items: start;
}
#wd_item-48 span {
	font-size: 68px;
	line-height: 1.2;
	font-family: "BeausiteClassicWeb-Medium";
}
#wd_item-48 img {
	max-width: 250px;
	margin: 0 auto 40px;
	display: block;
}

/* item 49 */
#wd_item-49 img {
	width: 100%;
}
#wd_item-49 p {
	text-align: center;
}
#wd_item-49 section {
	display: flex;
	max-width: 1000px;
	margin: -30px auto 40px;
	gap: 10%;
}
#wd_item-49 ul {
	flex-direction: column;
	justify-content: end;
	margin-bottom: 10px;
}
#wd_item-49 li {
	flex-direction: row;
	line-height: 1.4;
	margin-top: 40px;
	gap: 5%;
	align-items: start;
}
#wd_item-49 span {
	min-width: 38%;
}
#wd_item-49 section > * {
	flex: 1;
}
#wd_item-49 section > div {
	position: relative;
}
#wd_item-49 section > div div {
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 53%;
	bottom: 11%;
	right: 13%;
	color: #f7dbd2;
	font-size: clamp(16px, 22px, 4vw);
}
#wd_item-49 section div span {
	font-size: clamp(42px, 68px, 12vw);
	line-height: 1.2;
	font-family: "BeausiteClassicWeb-Medium";
	color: #f7dbd2;
}


/* Extra large devices (large desktops) */

/* CLIENT CSS OVERRIDES */
header .navbar-brand {padding: 0;}
header.wd_section-wrapper.nav-header {
	background: transparent;
	width: 100%;
	position: fixed;
	z-index: 100;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
	transition: background .5s ease;
}
header.wd_section-wrapper.nav-header.blue-bg {
	background: #141651;
}
header.sticky-top.wd_section-wrapper {
	position: fixed;
}
header .navbar-brand {
	height: 33px;
	fill: white;
}
.container-fluid.wd_header {
	min-height: 700px;
	justify-content: flex-start;
}
.wd_header h1 {
	max-width: 560px;
	margin-top: 75px;
}
.wd_header h1 img {
	filter: brightness(10);
	transform: translateX(5%);
}
@media (max-width: 1400px) {
	.wd_header h1 {
		margin-top: 140px;
	}
}

.navbar-light .navbar-toggler .icon-bar {border-color: white;}

.wd_header:before {
	content: '';
	width: 100%;
	display: block;
	position: absolute;
	background-color: transparent;
	background-image: linear-gradient(0deg, #fff 0%, #fff0 40%, #fff0 55%);
	height: 100%;
	margin-left: -15px;
	z-index: 1;
}


#navbarNavDropdown {
	background: #141651;
}
.navbar-brand svg {
	width: auto;
}
.navbar-brand img {
	height: 33px;
	filter: brightness(100);
}
ul.wd_footer-info img {
	filter: brightness(100);
}

nav.navbar {
	padding: 1.25rem 0 1rem;
}


.container-fluid.wd_header {
	min-height: 700px;
	justify-content: flex-start;
	position: relative;
	background-position-y: 55%;
}
.navbar-light .navbar-toggler {
	position: relative;
	top: 3px;
}
header.wd_section-wrapper {
	max-width: 100%;
}

/* .wd_header:after {
	content: '';
	width: 100%;
	display: block;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
} */

/* .item:not(#wd_item-28) {
	display: none !important;
} */


@media (max-width: 1100px) {

	/* items */
	#wd_item-12 section {
		gap: 5%;
		align-items: center;
	}
	#wd_item-12 img {max-height: 260px;}

	#wd_item-28 div:not(.item_name) + img {
		display: block;
		transform: rotate(10deg);
	}
	#wd_item-28 .item_inner div:last-of-type img {display: none;}


}


/* Medium devices (tablets) */
@media (max-width: 992px) {

	.navbar-light .navbar-brand {
		padding-left: 1rem;
	}
	nav.navbar {
		padding: 0.75rem 1rem;
	}
	#navbarNavDropdown {
		padding-top: 50px;
		justify-content: flex-start;
	}
	/* Anim */
	.ani-inner,
	.ani-inner > div {
		width: 100%;	
	}
	.ani-inner {
		flex-direction: column;
	}
	.ani-left, .ani-right {
		margin: 0;
	}
	.ani-left {padding: 40px 15px 0;}
	.ani-right {padding: 0 15px; flex: 1;}
	.ani-img .ani-img-wrap,
	.ani-img img {
		top: 0;
		position: relative;
		transform: none;
	}
	.ani-title div {
		font-size: 48px; 
		padding: 0;
		margin: 20px 0;
		transform: none;
	}
	.ani-wrap {
		background-image: -webkit-linear-gradient(left,#f9ddd2 0%,#cdc4e8 73%, #f7f5fb 100%);
		background-image: linear-gradient(left,#f9ddd2 0%,#cdc4e8 73%, #f7f5fb 100%);
	}
	.ani-rev.ani-wrap {
		background-image: -webkit-linear-gradient(right,#f9ddd2 0%,#cdc4e8 73%, #f7f5fb 100%);
		background-image: linear-gradient(right,#f9ddd2 0%,#cdc4e8 73%, #f7f5fb 100%);
	}
	.ani-capt > p {padding: 0 0 20px;}
	.ani-rev .ani-right {padding: 15px;}
	.ani-rev .ani-inner {flex-direction: column;}
	.ani-rev .ani-img img {margin: 0;}
	.ani-rev .ani-left {
		margin-left: 0;
	}
	.ani-start.item {
		margin: 40px auto 0;
		padding-bottom: 50px;
	}
	/* Anim end */


	/* items */
	#wd_item-11 .item_name span:last-child {
		right: 0;
		top: 150%;
	}
	#wd_item-11 .item_name span:first-child {
		left: 0;
		top: 111%;
	}
	#wd_item-11 .item_name span {
		font-size: clamp(16px, 22px, 2.8vw);
		max-height: 209px;
		max-width: 300px;
		height: 25vw;
		width: 39vw;
	}
	#wd_item-11 .item_name {
		margin-bottom: 36% !important;
	}
	#wd_item-11 .item_name span:last-child::before {
		transform: scaleX(-1) rotate(-10deg);
	}

	#wd_item-23 section img:last-child {
		order: -1;
	}
	#wd_item-23 section {
		flex-wrap: wrap;
		justify-content: space-evenly;
		gap: 30px;
	}

	#wd_item-24 section p:first-child {left: 12%;}
	#wd_item-24 section p:last-child {left: 65%;}
	#wd_item-24 section p {
		max-width: 200px;
		font-size: 18px;
	}
	#wd_item-24 p span {font-size: 58px;}

	#wd_item-32 .item_inner {flex-wrap: wrap;}
	#wd_item-32 .item_inner > * {flex: 45%;}
	#wd_item-32 img:last-of-type {order: 4};
	#wd_item-32 img:first-of-type {order: 3};
	#wd_item-32 .item_inner > p:first-of-type {order: 1};
	#wd_item-32 .item_inner > p:last-of-type {order: 2};
	#wd_item-32 img {max-height: 200px;}

	#wd_item-33 section img {display: none;}


	#wd_item-40 ul {
		width: 100%;
		margin: 20px auto 0;
		max-width: 650px;
	}
	#wd_item-40 img {
		position: relative;
		left: auto;
		bottom: auto;
		width: 100%;
	}

	.item-flex {
		flex-direction: column;
	}


}


@media (max-width: 768px) {

	.wd_sticky {
		display: none;
	}

	.item li span {
		font-size: clamp(44px, 9vw, 60px);
	}
	.item li,
	.item p {
		font-size: 20px;
	}
	.item_name {
		font-size: 24px;
	}
	.item .wd_heading_mid  {
		font-size: 32px;
	}

	/* items */
	#wd_item-3 img {max-height: 260px;}

	#wd_item-3 ul {
		flex-direction: column;
		align-items: center;
		gap: 26px;
	}

	#wd_item-4 ul {
		flex-direction: column;
		gap: 22px;
	}

	#wd_item-5 ul {
		padding-left: 3%;
		justify-content: space-between;
	}
	#wd_item-5 ul li::before {min-width: 18%;}
	#wd_item-5 li div {font-size: 18px;}
	#wd_item-5 ul li {width: calc(50% - 20px);}

	#wd_item-6 section::before, #wd_item-6 section::after {
		min-height: 180px; 
		flex: 1;
		margin: 16px 0 8px;
	}
	#wd_item-6 section::after {order: -1;}
	#wd_item-6 section {
		align-items: center;
		flex-wrap: wrap;
	}

	#wd_item-7 ul {
		left: auto;
		transform: none;
		margin: 0 auto;
		max-width: 400px;
		padding-left: 10%;
	}
	#wd_item-7 li {
		margin-left: 0 !important;
		width: 100%;
	}
	#wd_item-7 li span {
		height: 100px;
		width: 100px;
		min-height: 100px;
		min-width: 100px;
	}
	#wd_item-7 li:nth-child(1) {
		padding-left: 11vw;
	}
	#wd_item-7 li:nth-child(3) {
		padding-left: 10vw;
	}
	#wd_item-7 li:nth-child(2) {
		padding-left: 20vw;
	}

	#wd_item-8 li {width: calc(50% - 7px);}

	#wd_item-10 .item_inner div {
		flex-direction: column;
		gap: 30px;
	}
	#wd_item-10 .item_inner div p:first-of-type {order: -1;}
	#wd_item-10 .item_inner div::before {
		position: relative;
		height: 20vw;
		max-height: 168px;
	}
	#wd_item-10 .item_inner div p {left: auto;}

	#wd_item-12 section > div div {
		max-width: 480px;
		margin: 30px auto;
	}
	#wd_item-12 section {
		flex-direction: column;
		align-items: center;
	}
	#wd_item-12 span {font-size: 48px;}

	#wd_item-13 img {
		max-width: 450px;
		margin: 0 auto;
		display: block;
	}
	#wd_item-13 section {padding: 0 6%;}
	#wd_item-13 ul {gap: 0;}
	#wd_item-13.item li,
	#wd_item-13.item li p {
		position: relative;
		font-size: 18px;
		width: 100% !important;;
		top: auto;
		text-align: left;
		transform: none;
		left: auto; 
	}
	#wd_item-13 li {
		margin-bottom: 22px;
	}
	#wd_item-13.item li:last-child {
		margin-top: 36px;
	}

	#wd_item-17 section p {width: 72%;}

	#wd_item-20 ul {
		flex-direction: column;
		align-items: center;
		gap: 16px;
		margin-bottom: 24px;
	}
	#wd_item-20  li {
		text-align: center;
	}

	#wd_item-22 li {width: calc(50% - 20px);}

	#wd_item-24 img {display: block;}
	#wd_item-24.item section p {
		position: relative;
		left: auto;
		top: auto;
		color: #141651;
	}
	#wd_item-24 section {
		background: none;
		height: auto;
		display: flex;
		gap: 8%;
		justify-content: center;
		margin-top: 20px;
	}

	#wd_item-25 ul {
		flex-direction: column;
		gap: 22px;
	}
	#wd_item-25 {
		margin-bottom: 180px;
		padding-bottom: 150px;
	}

	#wd_item-26 .item_inner,
	#wd_item-26 {
		padding-bottom: 0;
	}

	#wd_item-28 div p:last-child {
		flex-wrap: wrap;
	}

	#wd_item-31 section > * {width: 100%;}
	#wd_item-31 section {gap: 32px;}
	#wd_item-31 li {justify-content: center;}
	#wd_item-31 section div p {font-size: clamp(10px, 24px, 3.5vw);}
	#wd_item-31 section div p:nth-child(1) {font-size: clamp(10px, 30px, 4.5vw);}
	#wd_item-31 section > p {font-size: 24px;}
	#wd_item-31 li div {width: 200px;}
	
	#wd_item-35 ul {
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}

	#wd_item-38 ul {
		flex-direction: column;
	}
	#wd_item-38 img {
		height: 64vw;
		margin: 32px 0;
	}
	#wd_item-38 li:first-child,
	#wd_item-38 li:last-child {
		text-align: center;
		transform: none;
	}
	#wd_item-38 ul > li {translate: none;}

	#wd_item-40 li span {
		min-width: calc(70px + 10vw);
	}

	#wd_item-42::before, #wd_item-42::after {
		min-height: 180px; 
		flex: 1;
		margin: 16px 0 8px;
	}
	#wd_item-42::after {order: 4;}
	#wd_item-42::before {order: 3;}
	#wd_item-42 {
		align-items: center;
		flex-wrap: wrap;
	}

	#wd_item-49 section {
		flex-direction: column;
		max-width: 550px;
		margin-top: 22px;
	}
	#wd_item-49 span {
		flex: 1;
	}
	.container-fluid.wd_header {
		height: 0;
		background-position-x: 51.2%;
		min-height: 0;
		padding-bottom: 134.25%;
	}
	.wd_header h1 {
		margin-top: 24%;
	}
	.wd_header h1 img {
		transform:  translateX(8px);
	}

}

/* Small devices (landscape phones) */
@media (max-width: 575px) {
	ul.wd_footer-info li:first-child {
		display: none;
	}
	div#navbarNavDropdown a {
		font-size: 30px;
	}


	/* items */
	#wd_item-5 ul {padding-left: 0;}

	#wd_item-8 li {width: 100%;}

	#wd_item-11 li {margin-bottom: 7%;}
	#wd_item-11 .item_name {
		margin-bottom: 42% !important;
	}
	#wd_item-11 .item_name span:last-child {
		top: 135%;
	}

	#wd_item-17 section p {
		width: 68%;
		margin-bottom: 3%;
	}
	#wd_item-17 section p.blue {
		margin: 5% 0 5% auto;
	}

	#wd_item-19 li {
		width: 100%;
		align-items: center;
	}
	#wd_item-19 li span::after {
		top: -11px;
		position: relative;
	}

	#wd_item-22 li {width: 100%;}

	#wd_item-29 li {flex-wrap: wrap;}

	#wd_item-33 section {top: 88%;}
	#wd_item-33 .item_inner > p {top: 20%;}
	#wd_item-33 ul {top: 28%;}
	#wd_item-33 section div {top: 23%;}
	#wd_item-33 {padding: 40px 5px;}
	#wd_item-33 section {
		width: 65vw;
		height: 65vw;
	}

	#wd_item-43 li div {
		flex-wrap: wrap;
	}
	

}

@media (max-width: 450px) {
	#wd_item-17 section p {
		width: 84%;
	}
	
}


