/**
 * Section1 - desktop
 */
@media (min-width: 768px) {
	.section1 {
		padding-top: calc(100vw / 1440 * 180);
		padding-left: calc(100vw / 1440 * 240);
		padding-bottom: calc(100vw / 1440 * 64);
		box-sizing: border-box;
	}
	.section1 .title {
		font-family: brandon-grotesque;
	}
}

/**
 * Section1 - mobile
 */
@media (max-width: 767.98px) {
	.section1 {
		padding-top: calc(100vw / 360 * 120);
		padding-left: calc(100vw / 360 * 24);
		padding-bottom: calc(100vw / 360 * 40);
		box-sizing: border-box;
	}
	.section1 .title {
		font-family: brandon-grotesque;
	}
}

/**
 * Section2 - desktop
 */
@media (min-width: 768px) {
	.section2 .swiper-wrapper {
		margin: 0px;
		padding: 0px;
	}
	.section2 .swiper-slide {
		list-style: none;
		width: 100vw;
	}
	.section2 .swiper-pagination {
		text-align: left;
		padding-left: calc(100vw / 1440 * 240);
		bottom: 40px !important;
		box-sizing: border-box;
	}
	.section2 .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		background: #555555;
		border: none;
		opacity: 1;
	}
	.section2 .swiper-pagination .swiper-pagination-bullet-active {
		background: #bbbbbb !important;
	}

	.section2 .slide {
		position: relative;
		width: 100%;
		height: calc(100vw / 1440 * 420);
	}
	.section2 .slide_img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.section2 .slide_content {
		position: absolute;
		bottom: 64px;
		left: calc(100vw / 1440 * 240);
		display: flex;
		align-items: center;
	}
	.section2 .slide_title {
		font-family: brandon-grotesque;
	}
	.section2 .slide_description {
		margin-left: calc(100vw / 1440 * 16);
	}
}

/**
 * Section2 - mobile
 */
@media (max-width: 767.98px) {
	.section2 .swiper-wrapper {
		margin: 0px;
		padding: 0px;
	}
	.section2 .swiper-slide {
		list-style: none;
		width: 100vw;
	}
	.section2 .swiper-pagination {
		bottom: 32px !important;
	}
	.section2 .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		background: #555555;
		border: none;
		opacity: 1;
	}
	.section2 .swiper-pagination .swiper-pagination-bullet-active {
		background: #bbbbbb !important;
	}

	.section2 .slide {
		position: relative;
		width: 100%;
		height: calc(100vw / 360 * 370);
	}
	.section2 .slide_img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.section2 .slide_content {
		position: absolute;
		bottom: 64px;
		left: calc(100vw / 360 * 24);
		display: flex;
		flex-direction: column;
	}
	.section2 .slide_title {
		font-family: brandon-grotesque;
	}
	.section2 .slide_description {
		margin-top: calc(100vw / 360 * 4);
	}
}

/**
 * Section3 - desktop
 */
@media (min-width: 768px) {
	.section3 {
		padding-top: calc(100vw / 1440 * 160);
		padding-left: calc(100vw / 1440 * 240);
		padding-bottom: calc(100vw / 1440 * 200);
		box-sizing: border-box;
	}

	.section3 .promise_container {
		margin-top: calc(100vw / 1440 * 80);
	}

	.section3 .promise_container .row {
		display: flex;
	}
	.section3 .promise_container .row:not(:first-child) {
		margin-top: calc(100vw / 1440 * 56);
	}
	.section3 .promise {
		width: calc(100vw / 1440 * 304);
		border-top: 4px solid #111111;
		padding-top: calc(100vw / 1440 * 32);
	}
	.section3 .promise:not(:first-child) {
		margin-left: calc(100vw / 1440 * 24);
	}
	.section3 .promise .promise_title {
		width: 100%;
		text-align: center;
	}
	.section3 .promise .promise_description {
		width: 100%;
		text-align: center;
	}
}

/**
 * Section3 - mobile
 */
@media (max-width: 767.98px) {
	.section3 {
		padding-top: calc(100vw / 360 * 100);
		padding-left: calc(100vw / 360 * 24);
		padding-bottom: calc(100vw / 360 * 100);
		box-sizing: border-box;
	}

	.section3 .promise_container {
		margin-top: calc(100vw / 360 * 40);
	}

	.section3 .promise_container .row {
		display: flex;
	}
	.section3 .promise_container .row:not(:first-child) {
		margin-top: calc(100vw / 360 * 40);
	}
	.section3 .promise {
		width: calc(100vw / 360 * 154);
		border-top: 3px solid #000000;
		padding-top: calc(100vw / 360 * 20);
	}
	.section3 .promise:not(:first-child) {
		margin-left: calc(100vw / 360 * 8);
	}
	.section3 .promise .promise_title {
		width: 100%;
		text-align: center;
	}
	.section3 .promise .promise_description {
		width: 100%;
	}
}

/**
 * Section4 - desktop
 */
@media (min-width: 768px) {
	.section4 .bottom_img {
		display: flex;
		width: 100%;
		height: calc(100vw / 1440 * 640);
		object-fit: cover;
	}
}

/**
 * Section4 - mobile
 */
@media (max-width: 767.98px) {
	.section4 .bottom_img {
		display: flex;
		width: 100%;
		height: calc(100vw / 360 * 240);
		object-fit: cover;
	}
}
