/* SI HOMEPAGE EXPERIMENT */
.logosbase .italic {
	font-style: italic;
}

.logosbase .title-link-container {
	padding-top: 16px;
	border-top: 1px solid #c1e4ff;
}

.logosbase h1,
.logosbase h2,
.logosbase h3,
.logosbase h4,
.logosbase h5,
.logosbase h6 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: "AlaskaRegularContrast";
	src: url("https://files.logoscdn.com/v1/files/79775290/assets/16277891/content?signature=xei23kZmHtv0QIDhgPRdJU_luLc");
}

/* BENEFITS*/
.logosbase .benefits {
	padding-left: 16px;
	padding-right: 16px;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}

.logosbase .benefits::before {
	content: "";
	position: absolute;
	left: 0;
	top: -140px;
	width: 800px;
	height: auto;
	aspect-ratio: 725/847;
	background-image: url("https://files.logoscdn.com/v1/files/80330194/assets/16362996/content.svg?signature=9V8CwP3PIef8Ky2lvlwJPzBcdlI");
	background-size: cover;
}

.logosbase .benefits .section__container {
	max-width: 1408px;
	padding: 180px 0;
	display: flex;
	gap: 32px;
}

.logosbase .benefits .section__container::after {
	display: none;
}

@media screen and (max-width: 1023px) {
	.logosbase .benefits .section__container {
		flex-wrap: wrap;
		gap: 32px;
	}
}

.logosbase .benefits .title_container {
	flex-grow: 1;
	flex-shrink: 0;
	min-width: 0;
	flex-basis: 696px;
}

.logosbase .benefits .title_container .title {
	font-size: 64px;
	line-height: 115%;
	letter-spacing: -0.08em;
	font-family: "AlaskaRegularContrast";
}

@media screen and (max-width: 1400px) {
	.logosbase .benefits .title_container {
		flex-grow: 1;
		flex-shrink: 1;
		min-width: 0;
		flex-basis: 100%;
	}

	.logosbase .benefits::before {
		width: 600px;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 1023px) {
	.logosbase .benefits .title_container .title {
		font-size: 36px;
	}
}

.logosbase .benefits .benefits_container {
	margin-top: 0;
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 0;
	flex-basis: 100%;
}

.logosbase .benefits .benefits_container ol {
	counter-reset: list-counter;
	margin-top: 0;
	padding: 0;
	list-style: none;
}

.logosbase .benefits .benefits_container ol li {
	counter-increment: list-counter;
	font-family: "Alaska", "Verdana", Arial, sans-serif;
	padding-left: 30px;
	font-size: 24px;
	line-height: 125%;
	position: relative;
	border-top: 1px solid #1e6afe;
	padding-top: 12px;
	padding-bottom: 36px;
}

.logosbase .benefits .benefits_container ol li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	aspect-ratio: 24/25;
	width: 24px;
	height: auto;
	background-image: url("https://files.logoscdn.com/v1/files/80014562/assets/16313557/content.svg?signature=AQCfDWLROvRH4y3rYO5kdjAxeDg");
}

.logosbase .benefits .benefits_container ol li .btn--link {
	display: flex;
	margin-top: 20px;
}

.logosbase .benefits .benefits_container ol li .btn--link svg {
	margin-left: 8px;
	margin-top: 0;
}

.logosbase .benefits .benefits_container ol li .disclaimer {
	display: block;
	margin-top: 24px;
	font-style: italic;
	font-size: 12px;
	line-height: 125%;
}

/* END BENEFITS */

/* Week Specific Styling */

.logosbase .swiper-slide .img_desktop {
	display: block;
}

.logosbase .swiper-slide .img_tablet {
	display: none;
}

.logosbase .swiper-slide .img_mobile {
	display: none;
}

@media screen and (max-width: 980px) {
	.logosbase .swiper-slide .img_desktop {
		display: none;
	}

	.logosbase .swiper-slide .img_tablet {
		display: block;
	}

	.logosbase .swiper-slide .img_mobile {
		display: none;
	}
}

@media screen and (max-width: 580px) {
	.logosbase .swiper-slide .img_desktop {
		display: none;
	}

	.logosbase .swiper-slide .img_tablet {
		display: none;
	}

	.logosbase .swiper-slide .img_mobile {
		display: block;
	}
}

/* Week Specific Styling */
.logosbase.dark {
	background-color: #00042f;
}

.logosbase .dark_section {
	background-color: #00042f;
	color: #c1e4ff;
}

.logosbase .dark_section a:not(.btn--link):not(.logosbase .dark_section .sub-nav__link):not(.logosbase .btn):not(.logosbase .blog-posts__post-link) {
	color: #c1e4ff;
	border: none;
	text-decoration: underline;
}

.logosbase .light_section {
	background-color: #f5fbff;
}

.logosbase .light_section {
	background-color: #f5fbff;
	color: #00042f;
}

.logosbase img {
	max-width: 100%;
	height: auto;
}

.logosbase .swiper-slide {
	overflow: hidden;
}

.logosbase hr {
	border-top: 1px solid #1e6afe;
}

.logosbase hr.hr--light-blue {
	border-top: 1px solid #c1e4ff;
}

.logosbase .bold {
	font-weight: 600;
}

.logosbase .center {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

@media (max-width: 991px) {
	.logosbase .desktop-only {
		display: none;
	}
}

.logosbase .section__container--wide {
	max-width: 1440px;
}

.logosbase .section__container--overflow-hidden {
	overflow: hidden;
}

.logosbase .btn.btn--with-icon {
	display: flex;
	align-items: center;
	gap: 8px;
}

.logosbase .btn.btn--with-icon span {
	white-space: wrap;
	text-align: right;
}

.logosbase .btn.btn--with-icon svg {
	margin: 0;
	flex-shrink: 0;
}

.logosbase .b-tiny {
	font-size: 10px;
	font-weight: 400;
	line-height: 125%;
	letter-spacing: 5%;
}

.logosbase .p-16 {
	padding: 16px;
}

.logosbase .logos-blue {
	color: #1e6afe;
}

.logosbase .deep-blue {
	color: #030b60;
}

.logosbase .light-blue {
	color: #c1e4ff;
}

.logos-base .light-blue-2 {
	color: #e9f5ff;
}

.logosbase .light-blue-3 {
	color: #f5fbff;
}

.logosbase .bg-light-blue-3 {
	background-color: #f5fbff;
}

.logosbase .bg-light-blue {
	background-color: #c1e4ff;
}

.logosbase .bg-light-blue-2 {
	background-color: #e9f5ff;
}

.logosbase .bg-deep-blue {
	background-color: #030b60;
}

.logosbase .visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.logosbase .image-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	border: none;
	color: inherit;
}

.logosbase .image-link img {
	position: relative;
}

.logosbase .full-height {
	height: 100%;
}

.logosbase .span-1 {
	grid-column: span 1;
}

.logosbase .span-2 {
	grid-column: span 2;
}

.logosbase .span-4 {
	grid-column: span 4;
}

.logosbase .grid {
	display: grid;
}

.logosbase .grid *+* {
	margin-top: initial;
}

.logosbase .grid--gap-normal {
	gap: 36px 18px;
}

.logosbase .grid--gap-small {
	gap: 16px 16px;
}

.logosbase .grid--gap-y-small {
	gap: 16px 0;
}

.logosbase .grid--4 {
	grid-template-columns: repeat(4, 1fr);
	/* Creates 4 equal columns */
}

@media (max-width: 991px) {
	.logosbase .grid--4 .span-1--md-collapse {
		grid-column: span 4;
	}
}

@media (max-width: 767px) {
	.logosbase .grid--4 .span-1--sm-collapse {
		grid-column: span 4;
	}
}

@media (max-width: 991px) {
	.logosbase .grid--4 .span-2--md-collapse {
		grid-column: span 4;
	}
}

@media (max-width: 767px) {
	.logosbase .grid--4 .span-2--sm-collapse {
		grid-column: span 4;
	}
}

.logosbase .grid--full-height {
	height: 100%;
	grid-template-rows: min-content;
}

.logosbase .mt2x {
	margin-top: 24px;
}

.logosbase .mt4x {
	margin-top: 48px;
}

.logosbase .font_60 {
	font-size: 64px;
	line-height: 64px;
}

.logosbase .font_48 {
	font-size: 48px;
	line-height: 55.2px;
}

.logosbase .font_32 {
	font-size: 32px;
	line-height: 34px;
}

.logosbase .font_30 {
	font-size: 30px;
	line-height: 34px;
}

.logosbase .font_24 {
	font-size: 24px;
	line-height: 30px;
}

.logosbase .font_22 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.27;
}

.logosbase .font_18 {
	font-size: 18px;
	line-height: 22px;
}

.logosbase .font_16 {
	font-size: 16px;
	line-height: 16px;
}

.logosbase .font_14 {
	font-size: 14px;
	line-height: 14px;
}

.logosbase .font_13 {
	font-size: 13px;
	line-height: 18px;
}

.logosbase .font_10 {
	font-size: 10px;
	line-height: 12.5px;
}

.logosbase .swiper-slide--banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logosbase .sub-nav {
	margin-top: 30px;
	margin-bottom: 60px;
}

.logosbase .dark_section.sub-nav {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 60px;
}

@media (max-width: 991px) {
	.logosbase .sub-nav {
		margin-bottom: 30px;
	}

	.logosbase .dark_section.sub-nav {
		margin-bottom: 0;
		padding-bottom: 30px;
	}
}

.logosbase .sub-nav__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
	list-style-type: none;
	padding: 0;
	margin: 12px 0 0;
}

@media (max-width: 991px) {
	.logosbase .sub-nav__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 575px) {
	.logosbase .sub-nav__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 374px) {
	.logosbase .sub-nav__grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.logosbase .sub-nav__item {
	height: unset;
	overflow: hidden;
}

.logosbase .sub-nav__link {
	position: relative;
	display: flex;
	height: 100%;
	background-color: #c1e4ff;
	color: #040f8b;
	text-decoration: none;
	transition: background-color 0.2s ease;
	padding: 16px;
	border-radius: 4px;
	border: none;
}

.logosbase .dark_section .sub-nav__link {
	background-color: #040f8b;
	color: #f5fbff;
	text-decoration: none;
}

.logosbase .sub-nav__link:hover,
.logosbase .sub-nav__link:focus {
	background-color: #1e6afe;
	outline: none;
	border: none;
}

.logosbase .sub-nav__link:hover .sub-nav__text,
.logosbase .sub-nav__link:focus .sub-nav__text {
	color: #f5fbff;
}

.logosbase .sub-nav__link:hover .sub-nav__text svg path,
.logosbase .sub-nav__link:focus .sub-nav__text svg path,
.logosbase .sub-nav__link:hover .sub-nav__text svg line,
.logosbase .sub-nav__link:focus .sub-nav__text svg line {
	stroke: #f5fbff;
}

.logosbase .sub-nav__text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	font-weight: 600;
	color: #030b60;
	transition: color 0.2s ease;
}

.logosbase .dark_section .sub-nav__text {
	color: #f5fbff;
}

.logosbase .sub-nav__text svg {
	flex-shrink: 0;
	transition: stroke 0.2s ease;
	height: 16px;
	width: auto;
}

.logosbase .sub-nav__text path,
.logosbase .sub-nav__text line {
	transition: stroke 0.2s ease;
}

.logosbase .swiper-container {
	position: relative;
	width: 100%;
}

.logosbase .swiper-container .btn.btn--link {
	display: flex;
	justify-content: flex-start;
	gap: 8px;
}

.logosbase .swiper-container .btn.btn--link svg {
	margin: 0;
}

.logosbase .swiper-container .btn.btn--link svg path,
.logosbase .swiper-container .btn.btn--link svg line {
	stroke: #1e6afe;
	transition: stroke 0.2s ease;
}

.logosbase .swiper-container .btn.btn--link:hover svg path,
.logosbase .swiper-container .btn.btn--link:hover svg line {
	stroke: #4885fe;
	transition: stroke 0.2s ease;
}

.logosbase .swiper-container--header-major,
.logosbase .swiper-container--header-minor {
	overflow: hidden;
	padding-top: 18px;
}

.logosbase .swiper-container--header-major .swiper-slide,
.logosbase .swiper-container--header-minor .swiper-slide {
	padding: 18px 24px;
}

.logosbase .swiper-container--header-major .swiper-slide h2+h3,
.logosbase .swiper-container--header-minor .swiper-slide h2+h3 {
	margin-top: 18px;
}

.logosbase .swiper-container--header-major .swiper-slide *+.btn,
.logosbase .swiper-container--header-minor .swiper-slide *+.btn {
	margin-top: 30px;
}

.logosbase .swiper-container--header-major .swiper-slide {
	height: 600px;
}

@media (max-width: 991px) {
	.logosbase .swiper-container--header-major .swiper-slide {
		height: 560px;
	}
}

@media (max-width: 767px) {
	.logosbase .swiper-container--header-major .swiper-slide {
		height: 640px;
	}
}

.logosbase .swiper-container--header-minor .swiper-slide {
	height: 400px;
}

.logosbase .swiper-container .swiper-controls {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	gap: 24px;
}

.logosbase .swiper-container .swiper-controls .swiper-pagination {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: static;
	gap: 8px;
	padding: 0;
}

.logosbase .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet,
.logosbase .swiper-container .swiper-controls .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
	flex-grow: 1;
	height: 1px;
	background-color: #1e6afe;
	opacity: 0.5;
	margin: 0;
	cursor: pointer;
	transition: 0.2s ease;
	border-radius: 0;
	position: relative;
}

.logosbase .dark_section .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet,
.logosbase .dark_section .swiper-container .swiper-controls .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
	background-color: #c1e4ff;
}

.logosbase .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet::after,
.logosbase .swiper-container .swiper-controls .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	bottom: -10px;
}

.logosbase .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet:hover,
.logosbase .swiper-container .swiper-controls .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet:hover,
.logosbase .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet-active,
.logosbase .swiper-container .swiper-controls .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet-active {
	height: 4px;
	opacity: 1;
}

.logosbase .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet:active,
.logosbase .swiper-container .swiper-controls .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet:active {
	background-color: #c1e4ff;
}

.logosbase .dark_section .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet:active,
.logosbase .dark_section .swiper-container .swiper-controls .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet:active {
	background-color: #1e6afe;
}

.logosbase .swiper-container .swiper-controls .swiper-navigation {
	display: flex;
	align-items: center;
	width: 108px;
	justify-content: space-between;
	margin: 0;
	gap: 12px;
}

.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-prev,
.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-next {
	width: 48px;
	height: 48px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	transition: color 0.2s ease, background-color 0.2s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #1e6afe;
	position: static;
	margin: 0;
	border-radius: 50%;
}

.logosbase .dark_section .swiper-container .swiper-controls .swiper-navigation .swiper-button-prev,
.logosbase .dark_section .swiper-container .swiper-controls .swiper-navigation .swiper-button-next {
	color: #c1e4ff;
}

.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-prev svg,
.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-next svg {
	width: 13px;
	height: 22px;
}

.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-prev::after,
.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-next::after {
	display: none;
}

.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-prev:hover,
.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-next:hover,
.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-prev:focus,
.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-next:focus {
	color: #4885fe;
	background-color: #e9f5ff;
	outline: none;
}

.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-prev:active,
.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-next:active {
	color: #e9f5ff;
	background-color: #1e6afe;
}

.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-prev:focus:not(:focus-visible),
.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-next:focus:not(:focus-visible) {
	outline: none;
}

.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-prev:focus-visible,
.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-next:focus-visible {
	outline: 2px solid #1e6afe;
	outline-offset: 2px;
}

.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-prev.swiper-button-disabled,
.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-next.swiper-button-disabled {
	cursor: default;
	color: #c1e4ff;
	background-color: transparent;
}

.logosbase .dark_section .swiper-container .swiper-controls .swiper-navigation .swiper-button-prev.swiper-button-disabled,
.logosbase .dark_section .swiper-container .swiper-controls .swiper-navigation .swiper-button-next.swiper-button-disabled {
	color: #c1e4ff;
}

.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-prev.swiper-button-disabled:hover,
.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-next.swiper-button-disabled:hover,
.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-prev.swiper-button-disabled:active,
.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-next.swiper-button-disabled:active {
	color: #c1e4ff;
	background-color: transparent;
}

.logosbase .dark_section .swiper-container .swiper-controls .swiper-navigation .swiper-button-prev.swiper-button-disabled:hover,
.logosbase .dark_section .swiper-container .swiper-controls .swiper-navigation .swiper-button-next.swiper-button-disabled:hover,
.logosbase .dark_section .swiper-container .swiper-controls .swiper-navigation .swiper-button-prev.swiper-button-disabled:active,
.logosbase .dark_section .swiper-container .swiper-controls .swiper-navigation .swiper-button-next.swiper-button-disabled:active {
	color: #030b60;
}

.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-prev.swiper-button-lock,
.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-next.swiper-button-lock {
	display: none;
}

.logosbase .swiper-container .swiper-controls .swiper-navigation .swiper-button-next {
	transform: scaleX(-1);
}

.logosbase .swiper-container .swiper-notification {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.logosbase .swiper-container .swiper-slide {
	margin: 0;
}

.logosbase .swiper-container .swiper-slide .add-to-cart-container {
	position: absolute;
	bottom: -100%;
	left: 16px;
	right: 16px;
	align-self: center;
	transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
	opacity: 0;
}

.logosbase .swiper-container .swiper-slide .add-to-cart-container>*,
.logosbase .swiper-container .swiper-slide .add-to-cart-container .btn {
	width: 100%;
}

.logosbase .dark_section .swiper-container .swiper-slide .add-to-cart-container .btn {
	background-color: #c1e4ff;
	border-color: #c1e4ff;
	color: #1e6afe;
	box-shadow: none;
}

.logosbase .dark_section .swiper-container .swiper-slide .add-to-cart-container .btn:focus {
	box-shadow: 0 1px 1px rgba(193, 228, 255, 0.25), 0 2px 1px -1px rgba(193, 228, 255, 0.2),
		0 1px 3px rgba(30, 106, 254, 0.4);
	background-color: #e9f5ff;
	color: #1e6afe;
	border-color: #e9f5ff;
}

.logosbase .dark_section .swiper-container .swiper-slide .add-to-cart-container .btn:hover {
	box-shadow: 0 4px 5px rgba(193, 228, 255, 0.25), 0 1px 10px rgba(193, 228, 255, 0.2),
		0 2px 4px -1px rgba(30, 106, 254, 0.4);
	background-color: #e9f5ff;
	color: #1e6afe;
	border-color: #e9f5ff;
}

.logosbase .dark_section .swiper-container .swiper-slide .add-to-cart-container .btn:active {
	box-shadow: 0 1px 1px rgba(193, 228, 255, 0.25), 0 2px 1px -1px rgba(193, 228, 255, 0.2),
		0 1px 3px rgba(30, 106, 254, 0.4);
	background-color: #e9f5ff;
	color: #1e6afe;
	border-color: #e9f5ff;
}

@media (max-width: 991px) {
	.logosbase .swiper-container .swiper-slide .add-to-cart-container {
		display: none;
	}
}

@media (min-width: 992px) {
	.logosbase .swiper-container .swiper-slide .touch-add-to-cart-container {
		display: none;
	}

	.logosbase .swiper-container .swiper-slide:hover .add-to-cart-container {
		bottom: 16px;
		opacity: 1;
		transition: 0.2s ease;
	}
}

.logosbase .swiper-container--products {
	height: 100%;
}

.logosbase .swiper-container--products .swiper-wrapper {
	align-items: flex-end;
	flex-direction: row;
}

.logosbase .swiper-container--products .product-slide {
	margin-top: 0;
	display: flex;
	flex-direction: column;
	width: 222px;
}

@media (max-width: 991px) {
	.logosbase .swiper-container--products .product-slide {
		width: 160px;
	}
}

@media (max-width: 575px) {
	.logosbase .swiper-container--products .product-slide {
		width: calc(50% - 16px);
	}
}

.logosbase .swiper-container--products .product-slide.first-slide {
	padding-top: 16px;
	border-top: solid 1px #c1e4ff;
}

.logosbase .swiper-container--products .product-slide.first-slide,
.logosbase .swiper-container--products .product-slide.final-slide {
	align-self: flex-start;
}

.logosbase .swiper-container--products .product-slide.final-slide {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.logosbase .swiper-container--products .product-slide.final-slide .product-slide__image-container {
	width: 100%;
	background-color: #e9f5ff;
	margin-bottom: 59px;
	justify-content: flex-end;
	padding: 16px;
}

@media (max-width: 991px) {
	.logosbase .swiper-container--products .product-slide.final-slide .product-slide__image-container {
		margin-bottom: 99px;
	}
}

.logosbase .swiper-container--products .product-slide.final-slide .final-slide-btn {
	margin: 0;
	align-self: flex-end;
}

.logosbase .swiper-container--products .product-slide__image-container {
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	position: relative;
}

.logosbase .swiper-container--products .product-slide__image-container .image-link {
	position: static;
	display: inline-block;
	width: auto;
	height: auto;
	top: initial;
	bottom: 0;
}

.logosbase .swiper-container--products .product-slide__image-container .image-link *+* {
	margin-top: 0;
}

.logosbase .swiper-container--products .product-slide__image {
	width: 100%;
	height: auto;
}

.logosbase .swiper-container--products .product-slide__name {
	margin-top: 10px;
	color: #030b60;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.logosbase .swiper-container--products .product-slide__price {
	margin-top: 4px;
	color: #030b60;
}

.logosbase .swiper-container--products-large {
	margin-top: 86px;
}

.logosbase .swiper-container--products-large .product-slide {
	width: calc(25% - 12px);
}

@media (max-width: 991px) {
	.logosbase .swiper-container--products-large .product-slide {
		width: 374px;
	}
}

@media (max-width: 767px) {
	.logosbase .swiper-container--products-large .product-slide {
		width: 250px;
		max-width: 100%;
	}
}

.logosbase .featured-product-container {
	position: relative;
	overflow: hidden;
}

@media (min-width: 992px) {
	.logosbase .featured-product-container {
		padding-bottom: 60px;
	}
}

.logosbase .featured-product-container h3 {
	font-family: "AlaskaRegularContrast";
	letter-spacing: -0.08em;
}

.logosbase .featured-product-container h3+p {
	margin-top: 24px;
}

@media (max-width: 991px) {
	.logosbase .featured-product-container h3 {
		overflow: hidden;
		display: -webkit-box;
		line-clamp: 3;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}

.logosbase .featured-product-container p {
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.logosbase .featured-product-container .featured-product-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 560px;
	height: 560px;
	background-color: #00042f;
	z-index: 10;
	padding: 16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

@media (max-width: 991px) {
	.logosbase .featured-product-container .featured-product-info {
		display: none;
	}
}

.logosbase .featured-product-container .swiper-wrapper {
	margin-top: 0;
}

.logosbase .featured-product-container .swiper-slide {
	background-color: #030b60;
	margin: 0;
	width: 460px;
	height: 560px;
	opacity: 0.5;
	transition: opacity 0.2s ease-in-out;
	overflow: hidden;
	padding: 24px 16px;
}

@media (min-width: 992px) {
	.logosbase .featured-product-container .swiper-slide .featured-product__info {
		display: none;
	}
}

.logosbase .featured-product-container .swiper-slide .featured-product__image-container {
	width: 405px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	bottom: 0;
	transition: top 0.2s, left 0.2s, width 0.2s, transform 0.2s;
}

@media (max-width: 991px) {
	.logosbase .featured-product-container .swiper-slide .featured-product__image-container {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.logosbase .featured-product-container .swiper-slide .featured-product__image-container {
		top: 373px;
	}
}

.logosbase .featured-product-container .swiper-slide .featured-product__image {
	margin: 0;
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: top;
	box-shadow: -36px 0px 24px -4px rgba(69, 86, 118, 0.1),
		-22px 0px 40px -4px rgba(69, 86, 118, 0.08), -12px 0px 24px 0px rgba(69, 86, 118, 0.12),
		-4px 0px 12px 2px rgba(69, 86, 118, 0.18);
}

.logosbase .featured-product-container .swiper-slide-active.featured-product--cover-slide .featured-product__image.desktop {
	display: block;
}

.logosbase .featured-product-container .swiper-slide-active.featured-product--cover-slide .featured-product__image.mobile {
	display: none;
}

.logosbase .featured-product-container .swiper-slide-active {
	opacity: 1;
}

@media (min-width: 992px) {

	.logosbase .featured-product-container .swiper-slide-active.featured-product--cover-slide .featured-product__image-container,
	.logosbase .featured-product-container .swiper-slide-active.featured-product--contain-slide .featured-product__image-container {
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		transform: translateX(0%);
	}

	.logosbase .featured-product-container .swiper-slide-active.featured-product--cover-slide .featured-product__image,
	.logosbase .featured-product-container .swiper-slide-active.featured-product--contain-slide .featured-product__image {
		width: 100%;
		height: 100%;
		object-position: top;
		box-shadow: none;
	}

	.logosbase .featured-product-container .swiper-slide-active.featured-product--cover-slide .featured-product__image {
		object-fit: cover;
	}

	.logosbase .featured-product-container .swiper-slide-active.featured-product--contain-slide .featured-product__image {
		object-fit: contain;
	}
}

.logosbase .featured-product-container .swiper-slide.featured-product--bg-image .featured-product__image-container {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translateX(0%);
}

@media (max-width: 991px) {
	.logosbase .featured-product-container .swiper-slide {
		width: 459px;
	}

	.logosbase .featured-product-container .swiper-slide-active.featured-product--cover-slide .featured-product__image.desktop {
		display: none;
	}

	.logosbase .featured-product-container .swiper-slide-active.featured-product--cover-slide .featured-product__image.mobile {
		display: block;
	}
}

@media (max-width: 575px) {
	.logosbase .featured-product-container .swiper-slide {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.logosbase .featured-product-container .swiper-controls {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -60px;
		width: 100%;
	}
}

.logosbase .featured-sale-carousel-container .span-2 img {
	width: 100%;
}

.logosbase .libraries .featured-sale__image {
	margin-top: 0;
}

.logosbase .libraries .featured-sale__image-container {
	max-width: 126px;
	max-height: 190px;
	width: 100%;
	height: 100%;
}

.logosbase .featured-sale-carousel-container .span-2.content .shape {
	width: initial;
	margin-bottom: 16px;
}

.logosbase .featured-sale-carousel-container .span-2.content .btn--with-icon {
	margin-top: 56px;
}

.logosbase .featured-sale-carousel-container .span-2.content .title {
	font-size: 64px;
	line-height: 100%;
	letter-spacing: -0.08em;
	font-family: "AlaskaRegularContrast";
}

.logosbase .featured-sale-carousel-container .span-2.content .description {
	margin-top: 16px;
	max-width: 458px;
}

.logosbase .featured-sale-carousel-container .span-2.content {
	border-top: solid 1px #1e6afe;
}

.logosbase .featured-sale__image-container-container {
	position: relative;
	overflow: hidden;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logosbase .featured-sale__image-container {
	position: relative;
	max-width: calc(100% - 50px);
	max-height: 137px;
	width: 100%;
	height: 100%;
}

.logosbase .featured-sale__image {
	object-fit: cover;
	object-position: center;
	box-shadow: -35.78px 0px 23.85px -3.98px rgba(69, 86, 118, 0.1),
		-21.86px 0px 39.75px -3.98px rgba(69, 86, 118, 0.08),
		-11.93px 0px 23.85px 0px rgba(69, 86, 118, 0.12),
		-3.98px 0px 11.93px 1.99px rgba(69, 86, 118, 0.18);
}

.logosbase .featured-sale__flex-row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
}

.logosbase .featured-sale__flex-row *+* {
	margin-top: initial;
}

@media (max-width: 991px) {
	.logosbase .featured-sale__flex-row {
		justify-content: flex-end;
	}
}

.logosbase .featured-sale__slide {
	margin: 0;
}

@media (max-width: 991px) {
	.logosbase .featured-sale__slide {
		width: 240px;
	}
}

.logosbase .blog.dark_section {
	background-color: #00063f;
	padding-top: 48px;
	padding-bottom: 60px;
	margin-top: 90px;
	margin-bottom: 90px;
}

.logosbase .blog-posts hr {
	margin: 0;
}

.logosbase .blog-posts .grid {
	margin-top: 12px;
}

.logosbase .blog-posts__title {
	margin-top: 90px;
}

.logosbase .blog-posts__description {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.logosbase .blog-posts__see-all-link-container {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
	}
}

.logosbase .blog-posts__slide-image-container {
	position: relative;
	overflow: hidden;
	height: 400px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

@media (max-width: 575px) {
	.logosbase .blog-posts__slide-image-container {
		height: 330px;
	}
}

.logosbase .blog-posts__slide-image {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.logosbase .blog-posts__slide-text-container {
	border-top: 1px solid #1e6afe;
	padding-top: 12px;
}

.logosbase .blog-posts__slide-category {
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.logosbase .blog-posts__post-link:hover .blog-posts__slide-title {
	text-decoration: underline;
}

.logosbase .blog-posts__slide-title {
	margin-top: 4px;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media (max-width: 991px) {
	.logosbase .blog-posts .swiper-slide {
		width: 340px;
	}
}

@media (max-width: 575px) {
	.logosbase .blog-posts .swiper-slide {
		width: 280px;
	}
}

/* CAROUSEL */
.logosbase .section_carousel {
	margin-top: 90px;
	margin-bottom: 90px;
}

@media screen and (min-width: 1024px) {
	.logosbase .section_carousel {
		margin-top: 136px;
		margin-bottom: 136px;
	}
}

.logosbase .section_carousel .carousel_container {
	margin: 0 auto;
	padding: 0 16px;
	max-width: 1440px;
	/*border-top: 1px solid #C1E4FF;*/
}

.logosbase .section_carousel .carousel_container .carousel_item {
	display: flex;
	grid-gap: 16px;
	padding-top: 16px;
	justify-content: space-between;
	border-top: 1px solid #1e6afe;
}

.logosbase .section_carousel .carousel_container .carousel_item .carousel_title {
	width: 100%;
	max-width: 458px;
}

.logosbase .section_carousel .carousel_container .carousel_item .carousel_title .title {
	letter-spacing: 0;
}

.logosbase .section_carousel .carousel_container .carousel_item .carousel_author {
	width: 100%;
	max-width: 696px;
}

.logosbase .section_carousel .carousel_container .carousel_item .carousel_author .author_row {
	display: flex;
	padding: 16px 0;
	cursor: pointer;
	align-items: baseline;
	justify-content: flex-end;
	border-bottom: 1px solid #1e6afe;
	margin-top: 0;
}

.logosbase .section_carousel .carousel_container .carousel_item .carousel_author .author_row.author_active .author_arrow {
	visibility: visible;
}

.logosbase .section_carousel .carousel_container .carousel_item .carousel_author .author_row.author_active .author_name {
	color: #c1e4ff;
}

.logosbase .section_carousel .carousel_container .carousel_item .carousel_author .author_row.author_active .author_role {
	color: #c1e4ff;
}

.logosbase .section_carousel .carousel_container .carousel_item .carousel_author .author_row .author_arrow {
	margin-top: 8px;
	margin-right: 16px;
	visibility: hidden;
	width: 36px;
}

.logosbase .section_carousel .carousel_container .carousel_item .carousel_author .author_row .author_name {
	margin-top: 0;
	width: 100%;
	max-width: 430px;
	color: #1e6afe;
	font-weight: 500;
	letter-spacing: 0;
}

.logosbase .section_carousel .carousel_container .carousel_item .carousel_author .author_row .author_role {
	width: 100%;
	max-width: 222px;
	margin-left: 8px;
	color: #1e6afe;
}

.logosbase .section_carousel .carousel_container .carousel_quote {
	padding: 176px 0 16px 0;
	margin-top: 0;
	border-bottom: 1px solid #1e6afe;
	position: relative;
	z-index: 1;
}

.logosbase .section_carousel .carousel_container .carousel_quote .quote_text {
	display: none;
	flex-grow: 1;
	align-items: baseline;
	justify-content: center;
	margin-top: 0;
	color: #c1e4ff;
	font-size: 32px;
	line-height: 115%;
}

.logosbase .section_carousel .carousel_container .carousel_quote .quote_text.active {
	display: block;
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade {
	from {
		opacity: 0.4;
	}

	to {
		opacity: 1;
	}
}

@media screen and (max-width: 1023px) {
	.logosbase .section_carousel .carousel_container .carousel_item {
		flex-direction: column;
	}

	.logosbase .section_carousel .carousel_container .carousel_item .carousel_author {
		max-width: 100%;
	}

	.logosbase .section_carousel .carousel_container .carousel_item .carousel_author .author_row {
		justify-content: flex-start;
	}

	.logosbase .section_carousel .carousel_container .carousel_item .carousel_author .author_row .author_name {
		font-size: 24px;
		max-width: 340px;
		line-height: 30px;
		width: 80%;
	}

	.logosbase .section_carousel .carousel_container .carousel_item .carousel_author .author_row.author_active .author_name {
		padding-left: 0;
	}

	.logosbase .section_carousel .carousel_container .carousel_item .carousel_author .author_row .author_role {
		max-width: 168px;
		margin-left: auto;
	}
}

@media screen and (max-width: 767px) {
	.logosbase .section_carousel .carousel_container .carousel_quote {
		padding: 32px 0;
	}
}

@media screen and (max-width: 580px) {
	.logosbase .section_carousel .carousel_container .carousel_item .carousel_author .author_row {
		flex-wrap: wrap;
	}

	.logosbase .section_carousel .carousel_container .carousel_item .carousel_author .author_row .author_role {
		margin-top: 0;
		margin-left: 54px;
	}
}

/* CAROUSEL */
.logosbase .final-info {
	position: relative;
	overflow: visible;
}

.logosbase .final-info::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -120px;
	width: 640px;
	height: auto;
	aspect-ratio: 640/809;
	background-image: url("https://files.logoscdn.com/v1/files/80330815/assets/16363053/content.svg?signature=PMQ05FWqBCvdpUwDJfBmYmHVbUg");
	background-size: cover;
	z-index: 0;
}

.logosbase .final-info-container {
	border-top: 1px solid #c1e4ff;
	padding-top: 16px;
	display: flex;
	gap: 16px;
	z-index: 1;
}

.logosbase .final-info h4+p,
.logosbase .final-info p+p {
	margin-top: 12px;
}

.logosbase .final-info p+h4 {
	margin-top: 36px;
}

@media (min-width: 768px) {
	.logosbase .final-info .span-4:first-child {
		padding-bottom: calc(90px - 36px);
	}
}

@keyframes fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.logosbase .final-info .title_container {
	margin-top: 0;
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 0;
	flex-basis: 100%;
}

.logosbase .final-info .info_container {
	margin-top: 0;
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 0;
	flex-basis: 100%;
}

.logosbase .final-info .info_container .entry {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.logosbase .final-info .info_container .entry:not(:first-of-type) {
	margin-top: 36px;
}

@media screen and (max-width: 1023px) {
	.logosbase .final-info-container {
		flex-wrap: wrap;
		gap: 32px;
	}

	.logosbase .final-info::before {
		opacity: 0.3;
	}
}

/* SI HOMEPAGE EXPERIMENT */

/* HEADER LAST CHANCE */
@font-face {
	font-family: "Alaska-ExpSemBdContrast";
	src: url("https://files.logoscdn.com/v1/files/72933945/assets/15419517/content?signature=3uzVJfz6Pw761_jGpsr3A5txJR0");
}

@font-face {
	font-family: "AlaskaUltraExpSemBdContrast";
	src: url("https://files.logoscdn.com/v1/assets/16174346/content#AlaskaUltraExpandedSemiBoldContrastWOFF2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.logosbase .blue_regular {
	color: #1e6afe;
}

.logosbase .blue_light {
	color: #e9f5ff;
}

.logosbase .blue_dark {
	color: #030b60;
}

.logosbase .white {
	color: #ffffff;
}

.logosbase .orange_regular {
	color: #e26f38;
}

.logosbase .link {
	border-bottom: 1px solid #1e6afe;
}

.logosbase a.btn--link.white {
	color: #ffffff;
	border: none;
}

.logosbase a.btn--link.white:hover,
.logosbase a.btn--link.white:focus,
.logosbase a.btn--link.white:active {
	color: #c1e4ff;
	text-decoration: none;
}

/* GENERAL */

/* HEADER AUGUST */
.logosbase .august_last_chance {
	padding: 0 0 0 24px;
	background: #030b60;
	/*background-image: url('https://files.logoscdn.com/v1/assets/16172727/optimized');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;*/
}

.logosbase .august_last_chance .header_container {
	display: flex;
	max-width: 1568px;
	justify-content: space-between;
	align-items: flex-start;
	grid-gap: 16px;
	margin: 0 auto;
	max-height: 860px;
	overflow-y: clip;
}

.logosbase .august_last_chance .header_container .block_text {
	max-width: 812px;
	width: 812px;
	height: 884px;
	display: flex;
	flex-direction: column;
	z-index: 1;
	padding: 18px 0;
}

.logosbase .august_last_chance .header_container .block_text .block_upper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0;
}

.logosbase .august_last_chance .header_container .block_text .block_upper svg {
	margin-top: 0;
}

.logosbase .august_last_chance .header_container .block_text .block_upper .low_font {
	margin-top: 0;
	font-size: 10px;
	line-height: 12px;
}

.logosbase .august_last_chance .header_container .block_text .block_upper .low_font:last-child {
	display: none;
}

.logosbase .august_last_chance .header_container .block_text .block_middle {
	max-width: 547px;
}

.logosbase .august_last_chance .header_container .block_text .kicker {
	margin-top: 0;
	font-size: 28px;
	line-height: 35px;
	font-family: "Alaska-ExpSemBdContrast", Arial, sans-serif;
	letter-spacing: 0.28px;
	text-transform: uppercase;
}

.logosbase .august_last_chance .header_container .block_text .title {
	margin-top: 8px;
	font-size: 80px;
	line-height: 1;
	letter-spacing: -3.84px;
	width: 860px;
	font-family: "AlaskaUltraExpSemBdContrast", Arial, sans-serif;
}

.logosbase .august_last_chance .header_container .block_text .title_b {
	margin-top: 0;
	font-size: 72px;
	line-height: 1;
	letter-spacing: -2.7px;
	width: 860px;
	font-style: italic;
	text-transform: uppercase;
	font-family: "AlaskaUltraExpSemBdContrast", Arial, sans-serif;
}

.logosbase .august_last_chance .header_container .block_text .text {
	font-size: 28px;
	line-height: 1;
	text-transform: uppercase;
	max-width: 548px;
	margin-top: 8px;
	font-family: "Alaska-ExpSemBdContrast", Arial, sans-serif;
}

.logosbase .august_last_chance .header_container .block_text .sub {
	margin-top: 8px;
	font-size: 24px;
	line-height: 1;
	color: #f5fbff;
}

.logosbase .august_last_chance .header_container .block_text .sub--date {
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 34px;
	font-family: "AlaskaUltraExpSemBdContrast", Arial, sans-serif;
	color: #f5fbff;
}

.logosbase .august_last_chance .header_container .block_text .btn {
	margin-top: 12px;
}

.logosbase .august_last_chance .header_container .block_text .link_container {
	display: flex;
	margin-top: 20px;
	align-items: center;
}

.logosbase .august_last_chance .header_container .block_text .link_container svg {
	margin-top: 0;
}

.logosbase .august_last_chance .header_container .block_text .link_container .link {
	margin-top: 0;
	margin-right: 8px;
	font-size: 24px;
	line-height: 30px;
	color: #f5fbff;
	text-decoration: none;
	border-bottom: none;
}

.logosbase .august_last_chance .header_container .block_text .block_bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: -3px;
}

.logosbase .august_last_chance .header_container .block_text .block_down svg {
	margin-top: 0;
}

.logosbase .august_last_chance .header_container .block_text .block_bottom .low_font {
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	max-width: 278px;
	margin-top: 0;
	font-family: "Alaska-ExpSemBdContrast", Arial, sans-serif;
}

.logosbase .august_last_chance .header_container .block_text .block_bottom .decoration {
	font-size: 10px;
	line-height: 125%;
	letter-spacing: -0.05em;
	max-width: 278px;
	margin-top: 0;
}

.logosbase .august_last_chance .header_container .block_text .block_bottom img {
	margin-top: 0;
}

.logosbase .august_last_chance .header_container .block_media {
	margin-top: 0;
	max-width: 800px;
	position: relative;
	z-index: 0;
}

.logosbase .august_last_chance .header_container .block_media .header_img {
	margin-top: 0;
	height: auto;
}

.logosbase .august_last_chance .header_container .block_media .img_desktop {
	display: block;
	max-width: none;
	margin-left: -214px;
	width: 175%;
}

.logosbase .august_last_chance .header_container .block_media .img_tablet {
	display: none;
}

.logosbase .august_last_chance .header_container .block_media .img_mobile {
	display: none;
}

@media screen and (max-width: 980px) {
	.logosbase .august_last_chance {
		padding: 0;
	}

	.logosbase .august_last_chance .header_container {
		flex-wrap: wrap;
		justify-content: center;
		max-height: none;
	}

	.logosbase .august_last_chance .header_container .block_text {
		width: 100%;
		height: auto;
		max-width: none;
		padding: 18px 16px;
	}

	.logosbase .august_last_chance .header_container .block_text .block_upper svg {
		width: 33%;
	}

	.logosbase .august_last_chance .header_container .block_text .block_upper .low_font {
		font-size: 8px;
		line-height: 10px;
		width: 33%;
	}

	.logosbase .august_last_chance .header_container .block_text .block_upper .low_font:last-child {
		display: block;
		text-align: right;
	}

	.logosbase .august_last_chance .header_container .block_text .kicker {
		margin-top: 24px;
	}

	.logosbase .august_last_chance .header_container .block_text .title {
		font-size: 80px;
		line-height: 1;
		margin-top: 18px;
		width: auto;
		letter-spacing: -2.4px;
	}

	.logosbase .august_last_chance .header_container .block_text .title_b {
		margin-top: 0;
		font-size: 56px;
		line-height: 1;
		letter-spacing: -1.68px;
		font-style: italic;
		text-transform: uppercase;
	}

	.logosbase .august_last_chance .header_container .block_text .text {
		max-width: 536px;
		margin-top: 18px;
	}

	.logosbase .august_last_chance .header_container .block_text .sub {
		margin-top: 24px;
	}

	.logosbase .august_last_chance .header_container .block_text .btn {
		margin-top: 16px;
	}

	.logosbase .august_last_chance .header_container .block_text .link_container {
		margin-top: 16px;
	}

	.logosbase .august_last_chance .header_container .block_text .block_bottom {
		display: none;
	}

	.logosbase .august_last_chance .header_container .block_media {
		max-width: none;
		width: 100%;
	}

	.logosbase .august_last_chance .header_container .block_media .img_desktop {
		display: none;
	}

	.logosbase .august_last_chance .header_container .block_media .img_tablet {
		display: block;
		width: 100%;
	}

	.logosbase .august_last_chance .header_container .block_media .img_mobile {
		display: none;
	}
}

@media screen and (max-width: 580px) {
	.logosbase .august_last_chance {
		padding: 0;
	}

	.logosbase .august_last_chance .header_container {
		grid-gap: 30px;
	}

	.logosbase .august_last_chance .header_container .block_text {
		padding: 18px 0 0;
	}

	.logosbase .august_last_chance .header_container .block_text .kicker {
		margin-top: 12px;
		font-size: 18px;
		line-height: 1;
	}

	.logosbase .august_last_chance .header_container .block_text .title {
		font-size: 48px;
		margin-top: 8px;
		width: auto;
		letter-spacing: -1.5px;
	}

	.logosbase .august_last_chance .header_container .block_text .title_b {
		font-size: 24px;
		letter-spacing: -1.05px;
	}

	.logosbase .august_last_chance .header_container .block_text .text {
		font-size: 18px;
		line-height: 22px;
		margin-top: 8px;
	}

	.logosbase .august_last_chance .header_container .block_text .sub {
		margin-top: 12px;
		font-size: 18px;
		line-height: 1;
	}

	.logosbase .august_last_chance .header_container .block_text .btn {
		margin-top: 12px;
	}

	.logosbase .august_last_chance .header_container .block_text .link_container {
		margin-top: 12px;
	}

	.logosbase .august_last_chance .header_container .block_text .link_container .link {
		font-size: 18px;
		line-height: 22px;
	}

	.logosbase .august_last_chance .header_container .block_media .img_desktop {
		display: none;
	}

	.logosbase .august_last_chance .header_container .block_media .img_tablet {
		display: none;
	}

	.logosbase .august_last_chance .header_container .block_media .img_mobile {
		display: block;
		width: 100%;
	}
}

.logosbase .august_last_chance.august_last_chance--alert .header_container .block_text .kicker {
	font-family: "AlaskaUltraExpSemBdContrast", Arial, sans-serif;
}

.logosbase .august_last_chance.august_last_chance--alert .header_container .block_text .title_b {
	font-size: 72px;
	letter-spacing: -0.03em;
}

.logosbase .august_last_chance.august_last_chance--alert .header_container .block_text .text {
	font-size: 28px;
	letter-spacing: -0.01em;
	line-height: 1.24;
	max-width: 600px;
}

@media screen and (max-width: 980px) {
	.logosbase .august_last_chance.august_last_chance--alert .header_container .block_text .title_b {
		font-size: 32px;
	}

	.logosbase .august_last_chance.august_last_chance--alert .header_container .block_text .text {
		font-size: 18px;
	}
}

@media screen and (max-width: 580px) {
	.logosbase .august_last_chance.august_last_chance--alert .header_container .block_text .title_b {
		font-size: 24px;
	}
}

/* HEADER AUGUST */
/* Legacy Header */
.logosbase .legacy_library.section.section--narrow {
	margin-top: 0;
	background-image: url("https://files.logoscdn.com/v1/assets/14942010/optimized");
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

@media (max-width: 1300px) and (min-width: 992px) {
	.logosbase .legacy_library.section.section--narrow {
		background-size: 50%;
	}
}

@media (max-width: 991px) {
	.logosbase .legacy_library.section.section--narrow {
		background-image: url("https://files.logoscdn.com/v1/assets/14941988/optimized");
		background-position: 0 125%;
		aspect-ratio: 1.06518724;
	}
}

@media (max-width: 767px) {
	.logosbase .legacy_library.section.section--narrow {
		background-image: url("https://files.logoscdn.com/v1/assets/14942005/optimized");
		background-position: center bottom;
		aspect-ratio: 0.77162978;
	}
}

@media (max-width: 715px) {
	.logosbase head.legacy_librarye.legacy_libraryr.section.section--narrow {
		aspect-ratio: 0.767;
	}
}

@media (max-width: 615px) {
	.logosbase .legacy_library.section.section--narrow {
		aspect-ratio: 0.69727273;
	}
}

@media (max-width: 550px) {
	.logosbase .legacy_library.section.section--narrow {
		aspect-ratio: 0.63916667;
	}
}

@media (max-width: 500px) {
	.logosbase .legacy_library.section.section--narrow {
		aspect-ratio: 0.54785714;
	}
}

@media (max-width: 400px) {
	.logosbase .legacy_library.section.section--narrow {
		aspect-ratio: 0.479375;
	}
}

@media (max-width: 350px) {
	.logosbase .legacy_library.section.section--narrow {
		aspect-ratio: 0.42611111;
	}
}

.logosbase .legacy_library.section.section--narrow .header-text-container {
	width: 450px;
	max-width: 100%;
	height: 600px;
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-direction: column;
}

.logosbase .legacy_library .header-text-container .title {
	font-size: 52px;
	line-height: 1;
}

@media (max-width: 991px) {
	.logosbase .legacy_library.section.section--narrow .header-text-container {
		text-align: center;
		height: auto;
		margin: 0 auto;
		align-items: center;
	}
}

.logosbase .legacy_library.section.section--narrow:after {
	position: absolute;
	content: "";
	background-image: url("https://files.logoscdn.com/v1/assets/14942009/optimized");
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 0;
	width: 693px;
	aspect-ratio: 16.5;
	left: 8%;
}

@media (max-width: 991px) {
	.logosbase .legacy_library.section.section--narrow:after {
		display: none;
		background-image: none;
	}
}

@media (max-width: 580px) {
	.logosbase .swiper-container--header-major .swiper-slide.legacy_library a.btn {
		margin-top: 8px;
	}
}

/* Legacy Header */
/* LIBRARY SECTION - V2*/
.logosbase .section-library-v2 {
	margin: 90px 0;
}

.logosbase .section-library-v2 .library_header_container {
	max-width: 1440px;
	padding: 0 16px;
	margin: 0 auto;
}

.logosbase .section-library-v2 .library_header_container .title {
	margin-top: 0;
	letter-spacing: -4.6px;
	max-width: none;
	color: #c1e4ff;
}

@media screen and (max-width: 1129px) {
	.logosbase .section-library-v2 .library_header_container .title {
		letter-spacing: -2.4px;
	}
}

@media screen and (max-width: 767px) {
	.logosbase .section-library-v2 .library_header_container .title {
		letter-spacing: -1.1px;
		font-size: 48px;
	}
}

.logosbase .section-library-v2 .library_header_container .text {
	margin-top: 16px;
	max-width: 920px;
	color: #c1e4ff;
}

.logosbase .section-library-v2 .library_header_container .subtext {
	margin-top: 16px;
	color: #c1e4ff;
}

.logosbase .section-library-v2 .library_body {
	background-color: #030B60;
}

.logosbase .section-library-v2 .library_body .library_body_container {
	max-width: 1440px;
	margin: 114px auto 0;
	padding: 24px 16px 28px;
	display: flex;
	align-items: center;
	grid-gap: 24px;
}

.logosbase .section-library-v2 .library_body .library_body_container .library_text {
	width: 50%;
}

.logosbase .section-library-v2 .library_body .library_body_container .library_text .kicker_container {
	margin-top: 0;
	display: flex;
	grid-gap: 12px;
}

.logosbase .section-library-v2 .library_body .library_body_container .library_text .kicker_container svg {
	margin-top: 0;
}

.logosbase .section-library-v2 .library_body .library_body_container .library_text .kicker_container .kicker {
	margin-top: 0;
	color: #c1e4ff;
}

.logosbase .section-library-v2 .library_body .library_body_container .library_text .title {
	margin-top: 24px;
	letter-spacing: -4.48px;
	color: #c1e4ff;
}

@media screen and (max-width: 1024px) {
	.logosbase .section-library-v2 .library_body .library_body_container .library_text .title {
		letter-spacing: -3.36px;
	}
}

@media screen and (max-width: 580px) {
	.logosbase .section-library-v2 .library_body .library_body_container .library_text .title {
		letter-spacing: -2.8px;
	}
}

.logosbase .section-library-v2 .library_body .library_body_container .library_text .text {
	margin-top: 16px;
	color: #c1e4ff;
}

.logosbase .section-library-v2 .library_body .library_body_container .library_text .btn {
	margin-top: 36px;
}

@media screen and (max-width: 1024px) {
	.logosbase .section-library-v2 .library_body .library_body_container .library_text .btn {
		margin-top: 60px;
	}
}

@media screen and (max-width: 1240px) {
	.logosbase .section-library-v2 .library_body .library_body_container .library_text {
		max-width: 490px;
	}
}

@media screen and (max-width: 1024px) {
	.logosbase .section-library-v2 .library_body .library_body_container .library_text {
		max-width: none;
		width: 100%;
		padding: 40px 24px;
	}
}

.logosbase .section-library-v2 .library_body .library_body_container .library_media {
	width: 50%;
	margin-top: 0;
}

.logosbase .section-library-v2 .library_body .library_body_container .library_media .header_img {
	height: auto;
	margin-top: 0;
}

.logosbase .section-library-v2 .library_body .library_body_container .library_media .img_desktop {
	display: block;
	max-width: none;
	max-height: 480px;
	width: auto;
}

@media screen and (max-width: 1024px) {
	.logosbase .section-library-v2 .library_body .library_body_container .library_media .img_desktop {
		max-height: 360px;
	}
}

@media screen and (max-width: 580px) {
	.logosbase .section-library-v2 .library_body .library_body_container .library_media .img_desktop {
		max-height: 280px;
	}
}

@media screen and (max-width: 1024px) {
	.logosbase .section-library-v2 .library_body .library_body_container .library_media {
		width: 100%;
		margin-top: 0;
	}
}

@media screen and (max-width: 1024px) {
	.logosbase .section-library-v2 .library_body .library_body_container {
		margin: 72px auto 0;
		padding: 0;
		flex-wrap: wrap;
		grid-gap: 0;
	}
}

@media screen and (max-width: 1024px) {
	.logosbase .section-library-v2 {
		margin: 60px 0;
	}
}

/* LIBRARY SECTION - V2*/