/* Switchers */

html.no-touch .section-if-i-switch .if-i-switch-item:hover .tile-content {
	opacity: 1;
}

html.no-touch .section-if-i-switch .if-i-switch-item:hover .light-hover-icon .icon-dark {
	opacity: 1;
}

html.no-touch .section-if-i-switch .if-i-switch-item:hover .light-hover-icon .icon-light {
	opacity: 0;
}

.section-if-i-switch .tablist-wrapper .dotnav .dotnav-item.current {
	background-color: #5f5f5f;
}

.section-if-i-switch .gallery-item .tile-content {
	padding: 60px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

@media only screen and (max-width: 1068px) {
	.section-if-i-switch .gallery-item .tile-content {
		padding: 40px;
	}
}

@media only screen and (max-width: 734px) {
	.section-if-i-switch .gallery-item .tile-content {
		padding: 30px;
		align-items: center;
	}
}

.section-if-i-switch .gallery-item .tile-wrapper {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

@media only screen and (max-width: 734px) {
	.section-if-i-switch .gallery-item .tile-wrapper {
		align-items: center;
	}
}

.section-if-i-switch .gallery-item .tile-wrapper .section-text {
	flex: 1;
}

.section-if-i-switch .gallery-item .tile-wrapper .section-text .typography-gallery-headline {
	font-size: 32px;
	font-weight: 600;
	position: relative;
}

.section-if-i-switch .gallery-item .tile-wrapper .section-text .typography-gallery-headline:before {
	position: absolute;
	content: "“";
	left: -13px;
}

@media only screen and (max-width: 1068px) {
	.section-if-i-switch .gallery-item .tile-wrapper .section-text .typography-gallery-headline:before {
		left: -10px;
	}
}

.section-if-i-switch .gallery-item .tile-wrapper .section-text .typography-gallery-headline:after {
	content: "”";
}

@media only screen and (max-width: 1068px) {
	.section-if-i-switch .gallery-item .tile-wrapper .section-text .typography-gallery-headline {
		font-size: 26px;
	}
}

@media only screen and (max-width: 734px) {
	.section-if-i-switch .gallery-item .tile-wrapper .section-text .typography-gallery-headline {
		font-size: 21px;
	}
}

.section-if-i-switch .gallery-item .tile-wrapper .section-text .name {
	margin-top: 20px;
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
}

@media only screen and (max-width: 734px) {
	.section-if-i-switch .gallery-item .tile-wrapper .section-text .name {
		margin-top: 10px;
	}
}

.section-if-i-switch .gallery-item.gallery-item-abi .tile-wrapper .section-text .name {
	background: -webkit-linear-gradient(0deg, #fec200 0%, #e7b104 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-if-i-switch .gallery-item.gallery-item-nazrul .tile-wrapper .section-text .name {
	background: -webkit-linear-gradient(0deg, #6fc7f6 0%, #0086da 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-if-i-switch .gallery-item.gallery-item-izza .tile-wrapper .section-text .name {
	background: -webkit-linear-gradient(0deg, #03d59d 0%, #05aea3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-if-i-switch .gallery-item.gallery-item-iki .tile-wrapper .section-text .name {
	background: -webkit-linear-gradient(0deg, #ff877a 0%, #ff5999 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-if-i-switch .gallery-item .tile-wrapper .emoji-item-image {
	margin-top: 10px;
	margin-left: 0px;
}

@media only screen and (max-width: 1068px) {
	.section-if-i-switch .gallery-item .tile-wrapper .emoji-item-image {
		margin-top: 0;
		margin-left: 10px;
	}
}

@media only screen and (max-width: 734px) {
	.section-if-i-switch .section-gallery .gallery-item {
		height: 242px;
	}
}

@media only screen and (max-width: 734px) {
	.section-if-i-switch .section-gallery .item-container {
		height: 242px;
	}
}

/* abi */

.section-if-i-switch .gallery-item.gallery-item-abi .emoji-item-image {
	background-image: url("/my/iphone/switch/switchers/images/switchers/abi_large.png");
	width: 176px;
	height: 154px;
	background-size: 176px 154px;
	background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.section-if-i-switch .gallery-item.gallery-item-abi .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/abi_large_2x.png");
		width: 176px;
		height: 154px;
		background-size: 176px 154px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 1068px) {
	.section-if-i-switch .gallery-item.gallery-item-abi .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/abi_medium.png");
		width: 142px;
		height: 120px;
		background-size: 142px 120px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-if-i-switch .gallery-item.gallery-item-abi .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/abi_medium_2x.png");
		width: 142px;
		height: 120px;
		background-size: 142px 120px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 734px) {
	.section-if-i-switch .gallery-item.gallery-item-abi .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/abi_small.png");
		width: 130px;
		height: 110px;
		background-size: 130px 110px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-if-i-switch .gallery-item.gallery-item-abi .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/abi_small_2x.png");
		width: 130px;
		height: 110px;
		background-size: 130px 110px;
		background-repeat: no-repeat;
	}
}

/* abi end */

/* nazrul */

.section-if-i-switch .gallery-item.gallery-item-nazrul .emoji-item-image {
	background-image: url("/my/iphone/switch/switchers/images/switchers/nazrul_large.png");
	width: 176px;
	height: 154px;
	background-size: 176px 154px;
	background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.section-if-i-switch .gallery-item.gallery-item-nazrul .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/nazrul_large_2x.png");
		width: 176px;
		height: 154px;
		background-size: 176px 154px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 1068px) {
	.section-if-i-switch .gallery-item.gallery-item-nazrul .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/nazrul_medium.png");
		width: 142px;
		height: 120px;
		background-size: 142px 120px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-if-i-switch .gallery-item.gallery-item-nazrul .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/nazrul_medium_2x.png");
		width: 142px;
		height: 120px;
		background-size: 142px 120px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 734px) {
	.section-if-i-switch .gallery-item.gallery-item-nazrul .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/nazrul_small.png");
		width: 130px;
		height: 110px;
		background-size: 130px 110px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-if-i-switch .gallery-item.gallery-item-nazrul .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/nazrul_small_2x.png");
		width: 130px;
		height: 110px;
		background-size: 130px 110px;
		background-repeat: no-repeat;
	}
}

/* nazrul end */

/* izza */

.section-if-i-switch .gallery-item.gallery-item-izza .emoji-item-image {
	background-image: url("/my/iphone/switch/switchers/images/switchers/izza_large.png");
	width: 176px;
	height: 154px;
	background-size: 176px 154px;
	background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.section-if-i-switch .gallery-item.gallery-item-izza .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/izza_large_2x.png");
		width: 176px;
		height: 154px;
		background-size: 176px 154px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 1068px) {
	.section-if-i-switch .gallery-item.gallery-item-izza .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/izza_medium.png");
		width: 142px;
		height: 120px;
		background-size: 142px 120px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-if-i-switch .gallery-item.gallery-item-izza .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/izza_medium_2x.png");
		width: 142px;
		height: 120px;
		background-size: 142px 120px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 734px) {
	.section-if-i-switch .gallery-item.gallery-item-izza .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/izza_small.png");
		width: 130px;
		height: 110px;
		background-size: 130px 110px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-if-i-switch .gallery-item.gallery-item-izza .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/izza_small_2x.png");
		width: 130px;
		height: 110px;
		background-size: 130px 110px;
		background-repeat: no-repeat;
	}
}

/* izza end */

/* iki */

.section-if-i-switch .gallery-item.gallery-item-iki .emoji-item-image {
	background-image: url("/my/iphone/switch/switchers/images/switchers/iki_large.png");
	width: 176px;
	height: 154px;
	background-size: 176px 154px;
	background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.section-if-i-switch .gallery-item.gallery-item-iki .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/iki_large_2x.png");
		width: 176px;
		height: 154px;
		background-size: 176px 154px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 1068px) {
	.section-if-i-switch .gallery-item.gallery-item-iki .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/iki_medium.png");
		width: 142px;
		height: 120px;
		background-size: 142px 120px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-if-i-switch .gallery-item.gallery-item-iki .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/iki_medium_2x.png");
		width: 142px;
		height: 120px;
		background-size: 142px 120px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 734px) {
	.section-if-i-switch .gallery-item.gallery-item-iki .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/iki_small.png");
		width: 130px;
		height: 110px;
		background-size: 130px 110px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-if-i-switch .gallery-item.gallery-item-iki .emoji-item-image {
		background-image: url("/my/iphone/switch/switchers/images/switchers/iki_small_2x.png");
		width: 130px;
		height: 110px;
		background-size: 130px 110px;
		background-repeat: no-repeat;
	}
}

/* iki end */
