html {
	font-size: 1vw;
}

* {
	box-sizing: border-box;
}

.ac-rtl {
	direction: rtl;
}

.ac-en {
	font-family: HyundaiSansHead-Regular;
	direction: ltr;
}

.ac-he-bold {
	font-weight: 600;
}

.ac-he-reg {
	font-weight: 300;
}

.ac-he-light {
	font-weight: 100;
}

.ac-en-light {
	font-family: "HyundaiSansHead-Light";
}

.ac-en-med {
	font-family: "HyundaiSansHead-Medium";
}

.tech {
	background-image: url('../../assets/img/desktop/3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 20rem;
	color: #fff;
	background-position: center center;
}

.tech .ac-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.tech .ac-col {
	width: 30%;
}

.env .ac-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.env .ac-col {
	width: 45%;
}

body {
	font-family: "AlmoniDLAAA";
}

.ac-slider-2 p {
	direction: rtl;
}

h2 {
	/* font-family: HyundaiSansHead-Regular;
	font-weight: 900; */
	font-family: "AlmoniDLAAA";
	font-weight: 600;
	text-align: right;
	font-size: 3rem;
	line-height: 0.9;
}

p {
	font-size: 1.5rem;
	margin: 1.5rem 0;
	position: relative;
	z-index: 1;
	line-height: 1.1;
}

small {
	font-size: 66%;
	display: block;
}

strong {
	font-weight: 900;
}

.slick-dots {
	bottom: -2rem;
}

.slick-dotted.slick-slider,
.slick-dotted.slick-slider {
	margin-bottom: 3rem;
}

#ac-part-2 .ac-slick p,
#ac-part-3 .ac-slick p,
#ac-part-5 .ac-slick p,
#ac-part-6 .ac-slick p,
#ac-part-8 .ac-slick p {
	direction: rtl;
}

.slick-prev,
.slick-prev {
	left: -2rem;
}

.slick-next,
.slick-next {
	right: -2rem;
}

#ac-part-2 .ac-slick {
	margin-top: 3rem;
}

.slick-next,
.slick-prev,
.slick-next,
.slick-prev {
	width: 1rem;
	height: auto;
	top: 50%;
}

.slick-dots li,
.slick-dots li {
	background: #cdc6bd;
	border-radius: 50%;
	width: 0.8rem;
	height: 0.8rem;
}

.slick-dots li button,
.slick-dots li button,
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:before {
	width: 100%;
	height: 100%;
}

.slick-dots li.slick-active,
.slick-dots li.slick-active {
	background: #9f9a93;
}

.slick-dots li button:before,
.slick-dots li button:before {
	content: "";
}

.ac-margin-top4 {
	margin-top: 4rem;
}

.ac-img-responsive {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* .ac-container {
	width: 60rem;
	margin: 0 auto;
} */
.ac-container
{
	width: 64rem;
    margin: 0 2.5rem 0 0;
}

.ac-bg-grey {
	background-color: #e4dcd3;
}

.ac-gotomenu {
	position: fixed;
	top: 90vh;
	left: 3vw;
	z-index: 9;
	width: 4rem;
	height: 4rem;
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

/* Header */
header {
	width: 100%;
	height: 3.5rem;
	height: 8vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .ac-container-flued {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row;
}

header .ac-container-flued .ac-col {
	display: flex;
	justify-content: center;
	align-items: center;
}

header .ac-container-flued .ac-col-1 {
	width: 60%;
}

header .ac-container-flued .ac-col-2 {
	width: 30%;
}

header .ac-container-flued .ac-col-4 {
	width: 30%;
}

header .ac-container-flued .ac-col-3 {
	display: none;
}

header .ac-container-flued .ac-col-2 .ac-hyundai-logo {
	width: 10.4rem;
}

header .ac-container-flued .ac-col-1 .ac-line {
	margin: -0.2rem 1rem 0 1rem;
	border-right: 0.2rem solid #000;
	width: 0vw;
	font-size: 1.8rem;
	height: 1.5rem;
}

header .ac-container-flued .ac-col-1 a {
	font-family: HyundaiSansHead-Regular;
	font-weight: 900;
	font-size: 1.5rem;
}

header .ac-container-flued .ac-col-1 a:hover {
	color: #00aad2 !important;
}

#nav-mob {
	display: none;
}

/* End Header */
/* Section Opening */
#ac-opening {
	display: flex;
	justify-content: space-between;
	height: 86vh;
}

#ac-opening .ac-col {
	display: flex;
}

#ac-opening .ac-col-1 {
	width: 70%;
	position: relative;
}

#ac-opening .ac-col-1 .ac-slider-titles-wrapper {
	position: absolute;
	top: 1.7rem;
	z-index: 1;
	right: 2rem;
	color: #fff;
}

#ac-opening .ac-col-1 .ac-slider-titles-wrapper .ac-title {
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.1;
}

#ac-opening .ac-col-1 .ac-slider-titles-wrapper .ac-title .ac-en {
	font-weight: 600;
}

#ac-opening .ac-col-1 .ac-sliderlaw {
	position: absolute;
	bottom: 1rem;
	right: 3rem;
	color: #fff;
	text-align: right;
	font-size: 1.2rem;
}

#ac-opening .ac-col-1 .ac-sliderlaw span {
	text-shadow: 0.05vw 0.05vw 0.2vw #000;
	display: block;
	direction: rtl;
}

#ac-opening .ac-col-1 .slick-dotted.slick-slider {
	margin-bottom: 0;
	width: 100%;
}

#ac-opening .ac-col-1 .slick-slider .slick-list,
#ac-opening .ac-col-1 .slick-slider .slick-track,
#ac-opening .ac-col-1 .slick-slider picture,
#ac-opening .ac-col-1 .slick-slider picture img {
	width: 100%;
	height: 100%;
}

#ac-opening .ac-col-1 .slick-slider picture img {
	object-fit: cover;
}

#ac-opening .ac-col-2 {
	width: 30%;
	top: 0;
	left: 0;
	height: 86vh;
	z-index: 999;
}

#ac-opening .slick-dots {
	display: none;
}

/* Form Desktop */
#ac-opening .ac-col-2 .ac-form-wrapper {
	width: 100%;
	background-color: #e4dbd2;
	display: block;
}

#ac-opening .ac-col-2 .ac-form-wrapper .ac-form-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#ac-opening .ac-col-2 .ac-form-wrapper .form {
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80%;
}

#ac-opening .ac-col-2 .ac-form-wrapper .form input,
#ac-opening .ac-col-2 .ac-form-wrapper .form select {
	height: 6vh;
	width: 100%;
	margin-bottom: 1.5vh;
	border: 0;
	padding-right: 1rem;
	color: #000;
	font-family: "AlmoniDLAAA";
	font-size: 1.2rem;
	direction: rtl;
}

#ac-opening .ac-col-2 .ac-form-wrapper .ac-title {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 2vh;
	font-weight: 700;
}

::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
}

::-moz-placeholder,
select::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}

:-ms-input-placeholder,
select:-ms-input-placeholder {
	/* IE 10+ */
	color: #000;
}

:-moz-placeholder,
select:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}

.ac-checkbox-wrapper {
	display: flex;
}

#ac-opening .ac-col-2 .ac-form-wrapper .ac-checkbox-div {
	width: 2.5rem;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0.5rem;
}

#ac-opening .ac-col-2 .ac-form-wrapper .ac-checkbox-div input {
	height: 100%;
}

#ac-opening .ac-col-2 .ac-form-wrapper .ac-checkbox-wrapper {
	display: flex;
	align-items: flex-start;
	margin-top: 1vh;
}

#ac-opening .ac-col-2 .ac-form-wrapper .label-wrapper {
	position: relative;
	top: -0.4rem;
	font-size: 0.9rem;
}

#ac-opening .ac-col-2 .ac-form-wrapper .ac-leagal-v2 {
	display: block;
	position: relative;
	top: 0.5rem;
	right: -2rem;
	margin-bottom: 2rem;
}

#ac-opening .ac-col-2 .ac-form-wrapper .ac-button-wrapper {
	width: 70%;
}

#ac-opening .ac-col-2 .ac-form-wrapper .ac-button-wrapper button {
	width: 100%;
	background: #002c5f;
	font-weight: 400;
	border: 0;
	color: #fff;
	font-size: 1.7rem;
	padding: 0.3rem 0.5rem 0.5rem;
}

/* End Form Desktop */
/* End Section Opening */
/* Navigator Desktop */
#ac-nav-desk,
#ac-nav-desk .ac-container,
#ac-nav-desk nav,
#ac-nav-desk ul,
#ac-nav-desk li,
#ac-nav-desk a {
	display: flex;
	align-items: center;
	height: 6vh;
}

#ac-nav-desk {
	background-color: #002c5f;
	z-index: 2;
}

#ac-nav-desk nav,
#ac-nav-desk ul {
	width: 100%;
}

#ac-nav-desk ul li {
	width: 20%;
}

#ac-nav-desk ul li a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	transition: background-color 0.5s, color 0.5s;
	font-size: 1.6rem;
	justify-content: center;
}

#ac-nav-desk ul li a:hover {
	color: #002c5f;
	background-color: #fff;
}

/* End Navigator Desktop */
/* More Info */
#ac-more-info {
	width: 100%;
	background: #f7f3f2;
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-align: center;
}

#ac-more-info .ac-container {
	margin: auto;
	display: flex;
	flex-direction: column;
}

#ac-more-info h1 {
	margin: 0.5rem auto 2.5rem auto;
	font-size: 2rem;
	font-weight: 900;
}

#ac-more-info .ac-wrapper-bnts {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	justify-content: center;
	align-items: center;
}

#ac-more-info .ac-wrapper-bnts a {
	font-size: 1.5rem;
	padding: 0.5rem 2rem 0.5rem;
	margin: 0 1rem 1rem;
}

#ac-more-info .ac-wrapper-bnts a.ac-tohyundai {
	background-color: #012c5f;
}

#ac-more-info .ac-wrapper-bnts a.ac-tomifrat {
	background-color: #e3dcd2;
}

/* End More Info */
/* ac-part-0 */
#ac-part-0 {
	padding: 1rem 0 0.5rem 0;
}

#ac-part-0 .ac-container {
	width: 70rem;
	display: flex;
	justify-content: center;
	margin-right: 0;
}

#ac-part-0 h2 {
	font-family: "AlmoniDLAAA";
	font-weight: 600;
	text-align: right;
	margin-bottom: 2rem;
	line-height: 0.8;
}

#ac-part-0 h2 .ac-big-num-2 {
	font-size: 250%;
}

#ac-part-0 h2 small {
	font-weight: 300;
}

.ac-big-num {
	font-size: 150%;
}

/* End ac-part-0 */
/* ac-part-1 */
#ac-part-1 .ac-illustration {
	width: 70%;
	margin: -5rem auto;
	z-index: -1;
}

#ac-part-1-mob .ac-showform-mob {
	display: none;
}

#ac-part-3 .slick-slide img {
	margin: 10px;
	padding: 2%;
}

#ac-part-3 .ac-slider-2 {
	width: 101.9%;
}

/*End ac-part-1 */
/* #ac-part-3 .ac-images-wrppr{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#ac-part-3 .ac-image{
  width: 47%;
} */
#ac-part-6 h2 {
	margin-bottom: 2rem
}

/* Footer */
footer .ac-row-1 {
	background-color: #1c1c1c;
	display: flex;
	justify-content: space-between;
	height: 4rem;
}

footer .ac-row-1 .ac-col {
	width: 33.33%;
}

footer .ac-row-1 .ac-col-1 {
	justify-content: center;
	display: flex;
	align-items: center;
}

footer .ac-footer-social-wrapper {
	visibility: hidden;
}

footer .ac-row-1 .ac-col-3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

footer .ac-row-1 .ac-col-3.ac-show-on-mobile {
	display: none;
}

footer .ac-row-1 .ac-col-2 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

footer .ac-social {
	width: 2.5rem;
	margin: 0 0.5rem;
}

footer .ac-logo-h {
	width: 4.5rem;
	margin-left: 4rem;
}

footer .ac-colmobile {
	width: 7.3rem;
	margin-right: 4.5rem;
}

footer .ac-row-2 {
	justify-content: center;
	align-items: center;
	height: 3.5rem;
}

footer .ac-row-2 p {
	font-size: 1.5rem;
}

footer .ac-row-2 .ac-polution,
footer .ac-row-2 .ac-safety {
	padding: 0 0.6vw 0.2vw 0.6vw;
}

footer .ac-row-2 .ac-safety {
	color: #fff;
}

.ac-safety-seven {
	background-color: #416fb6;
}

.ac-safety-six {
	background-color: #1a6eb7;
}

.ac-polution-three {
	background-color: #008452;
}

.ac-polution-two {
	background-color: #00724f;
}

.ac-polution-one {
	background-color: #015e35;
}

footer .ac-showform-mob {
	display: none;
}

/* End Footer */
.ac-show-on-mobile {
	display: none;
}

.ac-hide-on-mobile {
	display: block;
}

#ac-part-1,
#ac-part-2,
#ac-part-3,
#ac-part-5,
#ac-part-6,
#ac-part-7,
#ac-part-8 {
	height: auto;
	padding: 3rem 0;
}

#ac-part-4 {
	padding-top: 3rem;
}

.ac-c2c {
	display: none;
}

@media (max-width: 1000px) {
	#activated-accessibility-menu.activated-active {
		display: none !important;
	  }
	body{
		padding-bottom: 20vw;
	}
  footer .ac-container{
    width: 100%;
  }
	.ac-show-on-mobile {
		display: block;
	}

	.ac-hide-on-mobile {
		display: none;
	}

	html {
		font-size: 1.8vw;
	}

	h2 {
		font-size: 2.5rem;
	}

	p strong {
		margin-bottom: -1.2rem;
		display: block;
		font-size: 2rem;
	}

	.ac-margin-top4 {
		margin-top: 2rem;
	}

	.ac-container {
		width: 90%;
		margin: 0 auto;
	}

	#ac-part-1,
	#ac-part-2,
	#ac-part-3,
	#ac-part-5,
	#ac-part-6,
	#ac-part-7,
	#ac-part-8 {
		height: auto;
		padding: 2rem 0;
	}

	#ac-part-4 {
		padding-top: 2rem;
	}

	/* Header Mobile */
	header {
		height: 12vw;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 2;
		background-color: #fff;
	}

	header .ac-container-flued {
		width: 90%;
	}

	header .ac-container-flued .ac-col-3,
	header .ac-container-flued .ac-col-2,
	header .ac-container-flued .ac-col-1 {
		display: flex;
		width: 33.33%;
	}

	header .ac-container-flued .ac-col-4 {
		display: none;
	}

	header #ac-open-nav {
		background-color: transparent;
		border: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 40px;
		height: 25px;
		flex-direction: column;
		padding: 0;
		margin-right: 0%;
		margin-left: auto;
	}

	header #ac-open-nav span {
		display: flex;
		width: 100%;
		height: 2px;
		background-color: #000;
	}

	header .ac-container-flued .ac-col-2 a {
		margin-left: 0;
		margin-right: auto;
	}

	header .ac-container-flued .ac-col-2 .ac-hyundai-logo {
		width: 4.4rem;
	}

	header .ac-container-flued .ac-col-1 a {
		font-size: 1.5rem;
		font-weight: 900;
		position: relative;
		top: 0.5vw;
	}

	header #nav-mob {
		display: flex;
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100vh;
		background-color: #fff;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		transition: right 0.5s;
	}

	header #nav-mob.active {
		right: 0;
	}

	header #nav-mob nav {
		justify-content: center;
		align-items: center;
		display: flex;
		height: 100vh;
		width: 100%;
	}

	header #nav-mob nav li {
		padding: 1.5rem 0;
	}

	header #nav-mob nav a {
		font-size: 2.5rem;
		text-decoration: none;
		color: #000;
	}

	header #nav-mob .ac-wrapper-close-btn {
		width: 100%;
		height: 0;
		position: relative;
	}

	header #nav-mob .ac-wrapper-close-btn .nav-close-btn {
		background: transparent;
		border: 0;
		font-size: 6rem;
		transform: rotate(45deg);
		position: relative;
		right: 10px;
	}

	/* End Header Mobile */
	.ac-goto-models-page {
		position: relative;
		display: flex;
		margin-top: 12vw;
		background: #fff;
		height: 12vw;
		font-family: HyundaiSansHead-Regular;
	}

	.ac-goto-models-page .ac-container {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 5vw;
	}

	.ac-goto-models-page .ac-container a {
		position: relative;
		top: 0.4vw;
		font-weight: 900;
		font-size:1rem;
		text-align: center;
	}

	.ac-goto-models-page .ac-line {
		margin: -0.2rem 1rem 0 1rem;
		border-right: 0.2rem solid #000;
		width: 0vw;
		font-size: 1.8rem;
		height: 1.5rem;
	}

	/* Opening Mobile */
	#ac-opening {
		justify-content: center;
		height: auto;
		flex-direction: column;
		margin-top: 0;
	}

	#ac-opening .ac-col-1,
	#ac-opening .ac-col-2 {
		width: 100%;
	}

	#ac-opening .ac-col-2 {
		height: 0;
		overflow: hidden;
		transition: 0.5s;
	}

	#ac-opening .ac-col-2.ac-active {
		height: auto;
		overflow: hidden;
	}

	#ac-opening .ac-form-wrapper .close-form-wrapper {
		margin-bottom: 11vw;
		position: relative;
		width: 90%;
	}

	#ac-opening .ac-form-wrapper .close-form-wrapper button {
		position: absolute;
		right: 0;
		top: 10px;
		z-index: 1;
		background: transparent;
		border: 0;
		font-size: 2rem;
	}

	#ac-opening .ac-col-2 .ac-form-wrapper .form input,
	#ac-opening .ac-col-2 .ac-form-wrapper .form select {
		height: 4rem;
		width: 100%;
		margin-bottom: 1.5rem;
		border: 0;
		padding-right: 1rem;
		color: #000;
		font-family: "AlmoniDLAAA";
		font-size: 1.7rem;
	}

	#ac-opening .ac-col-2 .ac-form-wrapper .ac-checkbox-div {
		width: 3.5rem;
		height: 2.5rem;
	}

	#ac-opening .ac-col-2 .ac-form-wrapper .label-wrapper {
		top: -0.8rem;
		font-size: 1.3rem;
	}

	#ac-opening .ac-col-2 .ac-form-wrapper .ac-form-inner {
		padding-bottom: 4rem;
	}

	#ac-opening .ac-col-2 .ac-form-wrapper .ac-button-wrapper button {
		font-size: 2.2rem;
	}

	#ac-opening .ac-col-1 .ac-slider-titles-wrapper .ac-title {
		font-size: 2rem;
	}

	/* End Opening Mobile */
	/* Navigator Mobile */
	#ac-nav-desk {
		display: none;
	}

	/* End Navigator Mobile */
	/* More Info Mobile*/
	#ac-more-info .ac-wrapper-bnts {
		flex-direction: column;
	}

	#ac-more-info .ac-wrapper-bnts a.ac-tohyundai {
		background-color: #012c5f;
	}

	#ac-more-info .ac-wrapper-bnts a {
		font-size: 2rem;
		padding: 0.8rem 2rem 1rem;
		margin: 0 1.4rem 1rem;
		width: 100%;
	}

	#ac-more-info p {
		font-size: 14px !important;
	}

	/* End More Info Mobile*/
	/* ac-part-1 mob */
	#ac-part-1 .ac-illustration {
		width: 100%;
		margin: 2rem auto;
		z-index: -1;
	}

	#ac-part-1-mob .ac-showform-mob {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		width: 100%;
		margin-top: 0rem;
	}

	#ac-part-1-mob .ac-showform-mob .ac-toggole-form {
		background-color: #002c63;
		color: #fff;
		width: 100%;
		padding: 0.7rem 0 0.8rem;
		font-size: 6vw;
		border: 0;
		margin: 1rem 0% 0rem;
	}

	#ac-part-1-mob .ac-showform-mob h3 {
		font-size: 2.5rem;
		margin-top: 0.4vw;
		font-weight: 300;
		text-align: center;
	}

	/* End ac-part-1 mob */
	#ac-part-0 {
		background-color: #fff;
	}

	/* Footer Mobile */
	footer .ac-row-1 {
		flex-direction: row-reverse;
		height: 7rem;
		margin-bottom: 0;
		align-items: center;
	}

	footer .ac-row-1 .ac-col {
		width: 100%;
		height: 7rem;
	}

	footer .ac-row-1 .ac-col-3.ac-show-on-mobile {
		justify-content: flex-start;
		display: flex;
		padding-right: 5%;
	}

	footer .ac-row-1 .ac-col-2 {
		justify-content: flex-end;
		padding-left: 5%;
	}

	footer .ac-row-1 .ac-col-3.ac-hide-on-mobile {
		display: none;
	}

	footer .ac-logo-h {
		margin-left: 0;
	}

	footer .ac-colmobile-mob {
		width: 9rem;
		position: relative;
		top: 0rem;
	}

	footer .ac-row-1 .ac-col-1 {
		border-bottom: 2px solid #434343;
		display: none;
	}

	footer .ac-row-2 {
		height: auto;
		padding: 0rem 0;
		flex-direction: column;
		width: 100%;
		position: relative;
		bottom: 0;
		background-color: #fff;
	}

	footer .ac-row-1 .ac-col-2,
	footer .ac-row-1 .ac-col-3.ac-show-on-mobile {
		height: 5rem;
	}

	footer .ac-row-2 .ac-polution,
	footer .ac-row-2 .ac-safety {
		padding: 0 1.5vw 0.2vw 1.5vw;
	}

	footer .ac-row-2 p {
		text-align: center;
	}

	/* End Footer Mobile */
	.slick-prev,
	.slick-prev {
		left: -1.5rem;
	}

	.slick-next,
	.slick-next {
		right: -1.5rem;
	}

	#ac-part-2 .ac-slick p,
	#ac-part-3 .ac-slick p,
	#ac-part-5 .ac-slick p,
	#ac-part-6 .ac-slick p,
	#ac-part-8 .ac-slick p {
		margin: 1rem 0;
	}

	.slick-dots {
		bottom: -1.5rem;
	}

	#ac-part-4 .slick-dots {
		bottom: 0.5rem;
	}

	/* ac-part-0 */
	#ac-part-0 .ac-colnumline {
		display: none;
	}

	#ac-part-0 .ac-container {
		width: 100%;
		flex-wrap: wrap;
	}

	/* End ac-part-0 */
	.ie header .ac-container-flued .ac-col-1 a {
		font-size: 1.25rem;
	}

	.ie h2 {
		font-size: 2rem;
	}

	.ac-gotomenu {
		display: none;
	}

	.ac-c2c {
		display: flex;
		position: fixed;
		width: 50px;
		height: 50px;
		right: 0;
		top: 26%;
		z-index: 9;
	}
}

@media (max-width: 650px) {
	html {
		font-size: 2.8vw;
	}
}