@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

body {
	/* font-family: 'SuisseIntlRegular'; */
	font-family: 'SuisseIntlLight';
	background-color: #F1F0E9;
	font-size: 24px;
	line-height: 36px;
	color: #1B433E;
}

body::after {
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	right: 0;
	left: auto;
	height: 100%;
	max-width: 100%;
	top: 0;
	bottom: 0;
    visibility: hidden;
    opacity: 0;
	z-index: 9;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

body.body-overlay::after {
	width: 100%;
	/*right: 0;*/
    visibility: visible;
    opacity: 1;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	color: #1B433E;
}

ul li,
ol li {
	font-size: 20px;
	line-height: 20px;
	color: #1B433E;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: #F1F0E9;
}

/* Common Style Start */
.history-title {
	font-family: 'SuisseIntlCondBold';
	font-size: 200px;
	line-height: 264px;
	letter-spacing: -0.015em;
	color: #F03921;
}

.history-title * {
    position: relative;
    z-index: 1;
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
}

.banner-title {
	font-family: 'SuisseIntlCondBold';
	font-size: 96px;
	line-height: 99px;
	letter-spacing:  0.055em;
	text-transform: uppercase;
	color: #F1F0E9;
}

.banner-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	letter-spacing:  inherit;
	color: inherit;
	margin: 0;
}

.main-title {
	font-family: 'SuisseIntlCondBold';
	font-size: 80px;
	line-height: 80px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #F1F0E9;
}

.main-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
}

.section-title {
	font-family: 'SuisseIntlCondBold';
	font-size: 64px;
	line-height: 64px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #F1F0E9;
}

.section-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
}

.block-title {
	font-family: 'SuisseIntlCondBold';
	font-size: 48px;
	line-height: 53px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1B433E;
}

.block-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
}

.sub-title {
	font-family: 'cutterlines_demoregular';
	font-size: 48px;
	line-height: 65px;
	letter-spacing: -0.01em;
	color: #F03921;
}

.sub-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
}

.common-detail {
	/* font-family: 'SuisseIntlRegular'; */
	font-family: 'SuisseIntlLight';
	font-size: 24px;
	line-height: 36px;
	color: #1B433E;
}

.common-detail * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.small-detail {
	/* font-family: 'SuisseIntlRegular'; */
	font-family: 'SuisseIntlLight';
	font-size: 20px;
	line-height: 30px;
	color: #F1F0E9;
}

.small-detail * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.common-list ul {
	padding: 0;
	margin: 0;
}

.common-list ul li {
	list-style-type: none;
	font-size: 20px;
	line-height: 26px;
	/* letter-spacing: -0.01em; */
	color: #F1F0E9;
	position: relative;
	padding: 0 0 0 28px;
	margin: 0 0 20px;
}

.common-list ul li::before {
	content: "";
	background-image: url("../images/round-icon.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 17px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 3px;
}

.common-list ul li a {
	text-decoration: none;
	color: inherit;
}

.btn {
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	padding: 12px 61px 9px 61px;
	border-radius: 40.3741px;
	-webkit-border-radius: 40.3741px;
	-moz-border-radius: 40.3741px;
	-ms-border-radius: 40.3741px;
	-o-border-radius: 40.3741px;
}

.btn-white-border {
	color: #F1F0E9;
	border: 1.3458px solid #F1F0E9;
}

.btn-white-border:hover,
.btn-white-border:focus,
.btn-white-border:active {
	background-color: #F1F0E9 !important;
	border-color: #F1F0E9 !important;
	color: #1B433E !important;
}

.btn-green {
	background-color: #1B433E;
	color: #F1F0E9;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
	background-color: #F1F0E9 !important;
	border-color: #F1F0E9 !important;
	color: #1B433E;
}

.btn-green-border {
	background-color: transparent;
	border-color: #1B433E;
	color: #1B433E;
}

.btn-green-border:hover,
.btn-green-border:focus,
.btn-green-border:active {
	background-color: #1B433E !important;
	border-color: #1B433E !important;
	color: #F1F0E9 !important;
}

.orange-link {
	font-family: 'SuisseInt_lMono';
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.1em;
	border: none;
	color: #F03921;
	padding: 0;
	text-transform: lowercase;
	text-decoration-line: underline;
	-moz-text-decoration-line: underline;
}

.orange-link:hover,
.orange-link:focus,
.orange-link:active {
	color: #F1F0E9 !important;
}

.bg-1B433E {
	background-color: #1B433E;
}

.color-1B433E {
	color: #1B433E;
}

.color-F1F0E9 {
	color: #F1F0E9;
}

.overlay {
	position: relative;
	z-index: 9;
}

.overlay::after {
	content: "";
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 33.18%, rgba(0, 0, 0, 0.7) 103.3%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 33.18%, rgba(0, 0, 0, 0.7) 103.3%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 33.18%, rgba(0, 0, 0, 0.7) 103.3%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 50%;
	z-index: 0;
}

.black-gradient {
	position: relative;
}

.black-gradient::after {
	content: "";
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 33.18%, rgba(0, 0, 0, 0.7) 103.3%);
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 33.18%, rgba(0, 0, 0, 0.7) 103.3%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.18%, rgba(0, 0, 0, 0.7) 103.3%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0.2;
	z-index: -1;
}

.black-overlay {
	position: relative;
	z-index: 9;
}

.black-overlay::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.font-family-condensed-semibold {
	font-family: 'SuisseIntlCondensedSemibold';
}

.font-family-bold {
	font-family: 'SuisseIntlBold';
}
/* Common Style End */

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding: 46px 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header.sticky {
	padding: 20px 0;
	background-color: #1B433E;
}

.header.green-header.sticky {
	background-color: #f1f0e9;
}

.header .navbar {
	padding: 0;
}

.header .navbar-toggler {
	padding: 0;
	border: none;
	box-shadow: none;
	position: relative;
	z-index: 99;
}

.header .navbar-toggler span {
	width: 50px;
	height: 3px;
	background-color: #F1F0E9;
	display: block;
	margin-bottom: 11px;
	position: relative;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.green-header .navbar-toggler span {
	background-color: #1B433E;
}

.header .navbar-toggler span:last-child {
	margin-bottom: 0;
}

.header .navbar-toggler.open span {
	background-color: #1B433E;
}

.header .navbar-toggler.open span:first-child {
	top: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.header .navbar-toggler.open span:last-child {
	top: -7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.header .navbar-collapse {
	position: fixed;
	max-width: 854px;
	width: 100%;
	background-color: #F1F0E9;
	top: 0;
	bottom: 0;
	height: 100%;
	/* padding: 207px 125px 70px; */
	padding: 140px 245px 70px 125px;
	z-index: 9;
	right: -100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	overflow-x: hidden;
	overflow-y: scroll;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header .navbar-collapse.show {
	right: 0;
	height: auto;
}

.header .navbar-collapse::after {
	content: '';
	background-color: #F1F0E9;
	max-width: 854px;
	width: 100%;
	position: fixed;
	right: -200%;
	top: 0;
	left: auto;
	height: 100px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header .navbar-collapse.show::after {
	right: 0;
}

.header .navbar-collapse .section-title {
	margin: 0 0 82px;
}

.header .navbar-collapse .dropdown-main-menu .section-title {
	margin: 0 0 32px;
}

.header .navbar-collapse .dropdown-main-menu .back-arrow {
	margin: 0 0 26px;
	display: inline-block;
}

/* .header .navbar-nav .nav-item {

} */

.header .navbar-nav .nav-item:first-child {
	padding-top: 0;
}

.header .navbar-nav .nav-item:last-child {
	padding-bottom: 0;
}

.header .navbar-nav .nav-item .nav-link {
	font-family: 'SuisseInt_lMono';
	font-size: 24px;
	line-height: 31px;
	letter-spacing: 0.1em;
	color: #1B433E;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header .navbar-nav .nav-item .nav-link:hover {
	opacity: 0.6;
}

.header .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
	display: none;
}

.header .dropdown-toggle .white-arrow {
	display: none;
}

/* .header .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
	content: "";
	background-image: url("../images/right-arrow.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 23px;
	height: 30px;
	border: none;
	vertical-align: 0;
	position: relative;
	top: 0;
	margin: 0 0 0 200px;
} */

.header-top {
	width: 100%;
}

.header-contact-detail {
	padding: 0 0 45px;
}

.header-contact-detail ul {
	padding: 0;
	margin: 0;
}

.header-contact-detail ul li {
	font-family: 'SuisseInt_lMono';
	font-size: 24px;
	line-height: 37px;
	letter-spacing: 0.1em;
	color: #F03921;
	list-style-type: none;
}

.header-contact-detail ul li a {
	color: inherit;
}

.header-contact-detail ul li a:hover {
	opacity: 0.6;
}

.bottom-links ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.bottom-links ul li {
	font-family: 'SuisseInt_lMono';
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.1em;
	color: #1B433E;
	list-style-type: none;
	padding: 0 18px 0 0;
	position: relative;
}

.bottom-links ul li::after {
	content: "";
	background-color: #1B433E;
	width: 2px;
	position: absolute;
	right: 9px;
	top: 3px;
	bottom: 3px;
}

.bottom-links ul li:last-child::after {
	display: none;
}

.bottom-links ul li a {
	color: inherit;
}

.bottom-links ul li a:hover,
.bottom-links ul li a:focus,
.bottom-links ul li a.active {
	opacity: 0.6;
}

.header .header-bottom {
	padding: 50px 0 0;
}

.header .navbar-nav .nav-item {
	padding: 20px 0;
	position: static;
}

.header .navbar-nav .nav-item .dropdown-main-menu {
	position: absolute;
	right: -200%;
	left: auto;
	top: 0;
	bottom: 0;
	max-width: 854px;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: visible;
	margin: 0;
	border: none;
	z-index: 99;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* padding: 207px 125px 70px; */
	padding: 120px 125px 70px;
	background-color: #F1F0E9;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}

.header .navbar-nav .nav-item .dropdown-main-menu.show {
	right: 0;
}

.header .navbar-nav .nav-item .dropdown-main-menu::after {
	content: '';
	background-color: #F1F0E9;
	max-width: 854px;
	width: 100%;
	position: fixed;
	right: -200%;
	top: 0;
	left: auto;
	height: 100px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header .navbar-nav .nav-item .dropdown-main-menu.show::after {
	right: 0;
}

/* .header .navbar-nav .nav-item .dropdown-main-menu .bottom-links {
	position: absolute;
	bottom: 70px;
} */

.header .navbar-nav .mega-menu-details {
	padding: 0 0 75px;
}

.header .navbar-nav .mega-menu-details h3,
.header .navbar-nav .mega-menu-details h4 {
	font-family: 'SuisseInt_lMono';
	font-size: 24px;
	line-height: 31px;
	letter-spacing: 0.1em;
	color: #1B433E;
	margin: 0 0 11px;
}

.header .navbar-nav .mega-menu-details ul {
	padding: 0;
	margin: 0;
}

.header .navbar-nav .mega-menu-details ul li {
	font-family: 'SuisseInt_lMonoThin';
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0.02em;
	color: #1B433E;
	list-style-type: none;
}

.header .navbar-nav .mega-menu-details ul li a {
	color: inherit;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header .navbar-nav .mega-menu-details ul li a:hover {
	font-family: 'SuisseInt_lMono';
}

.header .navbar-brand {
	padding: 0;
	margin: 0;
	width: 100px;
}

.header .white-logo {
	display: block;
	width: 100%;
}

.header .green-logo {
	display: none;
}

.header.green-header .white-logo {
	display: none;
}

.header.green-header .green-logo {
	display: block;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*========== Home Page Start ==========*/

.banner-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.banner-wrp {
	position: relative;
}

.banner-main {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 138px;
	z-index: 9;
}

.banner-section .banner-title {
	margin: 0 0 33px;
}

.banner-img.black-gradient::after {
	opacity: 0.7;
}

.about-section .common-detail {
	max-width: 920px;
	margin: 0 auto;
}

.about-section .common-detail p {
	margin: 0 0 35px;
}

.about-section .common-detail p:last-child {
	margin-bottom: 0;
}

.about-wrp {
	padding: 106px 0 88px;
}

.about-section .block-title {
	margin: 0 0 40px;
}

.about-section {
	position: relative;
	margin: 0 -30px;
}

.about-section .sub-title {
	margin: 0 0 -15px;
}

.about-section::after {
	content: "";
	background-image: url("../images/about-bg-shape.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 269px;
	height: 269px;
	position: absolute;
	left: 50%;
	bottom: 60px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	z-index: -1;
}

.competence-wrp {
	padding: 54px 0 364px;
}

.competence-title .sub-title {
	font-size: 64px;
	line-height: 73px;
	margin: 0 0 -10px;
}

.competence-img img {
	width: 100%;
}

.competence-img {
	margin: 0 116px 0 0;
}

/* .competence-items .row {
	margin: 0 -73px;
}

.competence-items .row>* {
	padding: 0 73px;
} */

.competence-content .import-arrow {
	margin: 0 0 27px;
}

.competence-content .block-title {
	margin: 0 0 25px;
}

.competence-main .competence-title {
	margin: 0 0 110px;
}

.competence-content .common-list {
	padding: 0 0 10px;
}

.competence-content .common-list b {
	font-family: 'SuisseIntlBold';
	display: block;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.01em;
	color: #F1F0E9;
	padding: 0 0 18px 30px;
}

.competence-slider {
	opacity: 0;
	padding: 0 0 110px;
}

.competence-slider.slick-initialized {
	opacity: 1;
}

.slick-arrow {
	background-color: transparent;
	padding: 0;
	border: none;
}

.competence-slider .slick-arrow {
	position: absolute;
	bottom: -7px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.competence-slider .slick-prev {
	left: 0;
}

.competence-slider .slick-next {
	right: 0;
}

.competence-slider .slick-next:hover {
	right: -10px;
}

.competence-slider .slick-prev:hover {
	left: -10px;
}

.slick-dots {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.slick-dots li {
	list-style-type: none;
	border: 1px solid #F1F0E9;
	background-color: transparent;
	width: 12px;
	height: 12px;
	display: block;
	margin: 5px;
	position: relative;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.slick-dots li::before {
	content: "";
	width: 7px;
	height: 7px;
	background-color: #F03921;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.slick-dots li:hover::before,
.slick-dots li.slick-active::before {
	opacity: 1;
}

.slick-dots li button {
	display: none;
}

.responsibility-wrp {
	text-align: center;
	margin: -217px 0 0;
}

.responsibility-section {
	padding: 83px 260px 45px;
	background-repeat: no-repeat;
	background-size: cover;
}

.responsibility-section .common-detail {
	color: #fff;
}

.responsibility-section::before {
	background-color: rgba(0, 0, 0, 0.3);
}

.responsibility-section .section-title {
	margin: 0 0 30px;
}

.responsibility-section .common-detail {
	margin: 0 0 48px;
}

.coffee-originates-img img {
	width: 100%;
}

.coffee-originates-wrp {
	padding: 155px 0 130px;
}

/* .coffee-originates-section .row {
	margin: 0 -73px;
}

.coffee-originates-section .row>* {
	padding: 0 73px;
} */

.coffee-originates-content {
	margin: 0 0 0 113px;
}

.coffee-originates-content .section-title {
	margin: 0 0 39px;
}

.coffee-originates-content .common-detail {
	margin: 0 0 37px;
	max-width: 605px;
}

.coffee-news-img img {
	width: 100%;
}

.coffee-news-wrp {
    padding: 128px 0 156px;
}

.coffee-news-content .section-title {
	margin: 0 0 28px;
}

.coffee-news-content .common-detail {
	color: #F1F0E9;
}

.coffee-news-content .common-detail p {
	padding: 0 0 36px;
}

.coffee-news-content .common-detail b {
	font-family: 'SuisseIntlBold';
	display: block;
	padding: 0 0 38px;
}

.coffee-news-img {
	margin: 0 -5px 0 0;
}
/*========== Home Page End ==========*/

/*========== Origins Variants Page Start ==========*/
.origins-banner-wrp {
	padding: 293px 0 69px;
}

.origins-banner-section .banner-title {
	margin: 0 0 34px;
}

.origins-banner-section .common-detail {
	max-width: 734px;
}

.origins-banner-section {
	margin: 0 0 0 121px;
}

.origins-banner-main {
	position: relative;
}

.origins-banner-main .map-img {
	position: absolute;
	right: 0;
	top: -38px;
	z-index: -1;
}

.country-block {
	background-color: #F1F0E9;
	max-width: 607px;
}

.afrika-origins-section .country-block {
    padding: 47px 104px 64px 74px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.country-block .block-title {
	display: flex;
	align-items: flex-end;
	margin: 0 0 38px;
}

.country-block .block-title img {
	margin: 0 26px 0 0;
}

.country-block ul {
	padding: 0 0 0 20px;
	margin: 0 0 49px;
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #1B433E;
}

.country-block ul li {
	font-size: 20px;
	line-height: 36px;
	color: #1B433E;
	list-style-type: none;
	width: 33.33%;
}

.country-block ul li a {
	color: inherit;
}

.country-block ul li a:hover {
	opacity: 0.6;
}

.afrika-origins-section {
	position: relative;
}

.afrika-origins-wrp {
	padding: 82px 0;
}

.country-block .btn {
	font-family: 'SuisseInt_lMono';
	padding: 12px 33px 9px 33px;
}

/* .title-map-img {
	max-width: 74px;
	height: 69px;
}

.title-map-img img {
	max-height: 100%;
} */


.asian-origin-img img {
	width: 100%;
}

.asian-origin-main .country-block {
	padding: 54px 74px 68px;
	margin-left: auto;
}

.asian-origin-main .country-block ul li {
	width: 50%;
}

.asian-origins-wrp {
    position: relative;
}

.asian-origin-main {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -107px;
}

.south-america-section .country-block ul li {
	width: 100%;
}

.south-america-section .country-block {
	padding: 62px 80px 51px;
	max-width: 100%;
}

.central-america-section .country-block {
	padding: 66px 80px 60px;
	max-width: 100%;
	height: calc(100% - 657px);
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.central-america-section .country-block ul li {
	width: 50%;
}

.south-america-main .row {
	margin: 0 -10px;
}

.south-america-main .row>* {
	padding: 0 10px;
}

.south-america-wrp {
	padding: 177px 0 203px;
}

.central-america-section {
	height: 100%;
}

.south-africa-img img {
	width: 100%;
}

.afrika-origins-img img {
	width: 100%;
}
/*========== Origins Variants Page End ==========*/

/*========== Pursue Page Start ==========*/
.inner-banner-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.pursue-banner-wrp .inner-banner-img {
	position: relative;
}

.pursue-banner-wrp .inner-banner-img::after {
	content: "";
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.2) 23.42%, rgba(255, 255, 255, 0) 101.76%);
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.2) 23.42%, rgba(255, 255, 255, 0) 101.76%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 23.42%, rgba(255, 255, 255, 0) 101.76%);
	mix-blend-mode: screen;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* .pursue-banner-wrp .inner-banner-img::before {
	content: "";
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
} */

.inner-banner-wrp {
	position: relative;
}

.inner-banner-main {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 187px;
	z-index: 9;
}

/* .inner-banner-section {
	margin: 0 0 120px;
} */

/* .inner-banner-section {
	padding: 0 0 0 126px;
} */

.who-are-we-section .common-detail {
	color: #F1F0E9;
}

.who-are-we-main {
	padding: 140px 0 106px;
}

.who-are-we-section .sub-title {
	margin: 0 0 -23px -28px;
}

.who-are-we-section .section-title {
	margin: 0 0 44px;
}

.who-are-we-section .common-detail p {
	padding: 0 0 36px;
}

.who-are-we-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.who-are-we-img .who-are-coffee {
	width: 287px;
	height: 287px;
	position: absolute;
    top: -177px;
    left: 324px;
}

.who-are-we-img-wrp {
	padding: 139px 0 53px;
}

.who-are-we-img {
	position: relative;
}

.our-service-img {
	max-width: 199px;
	height: 127px;
	margin: 0 auto 26px;
}

.our-service-img img {
	max-height: 100%;
}

.out-services-block {
	text-align: center;
	height: 100%;
}

.service-content {
	position: relative;
	height: calc(100% - 153px);
}

.service-content::after {
	content: "";
	border-right: 1px solid #F1F0E9;
	position: absolute;
	right: -40px;
	top: 0;
	bottom: 0;
}

.service-content .common-detail {
	color: #fff;
}

.our-services-wrp {
	padding: 54px 0 62px;
}

.service-content .section-title {
	margin: 0 0 25px;
}

.our-services-main .row {
	margin: 0 -35px;
}

.our-services-main .row>* {
	padding: 0 35px;
}

.our-services-main .row>*:last-child .service-content::after {
	display: none;
}

.coffee-competence-wrp {
	padding: 62px 0 394px;
}

.coffee-competence-main .banner-title {
	max-width: 547px;
	margin: 0 auto 101px;
}

.coffee-competence-main .sub-title {
	margin: 0 0 -15px;
	position: relative;
	z-index: 1;
}

.coffee-competence-section .competence-content {
	margin: 0 0 0 115px;
}

.coffee-competence-section .competence-content .block-title {
	max-width: 411px;
}

.coffee-competence-section .competence-img {
	margin: 0;
}

.coffee-competence-inner .competence-content {
	max-width: 608px;
}

.coffee-competence-inner .competence-content .common-detail {
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
}

.coffee-competence-inner .competence-content .common-detail p {
	padding: 0 0 30px;
}

.coffee-competence-section {
	padding: 0 0 68px;
}

.coffee-competence-inner {
	padding: 68px 0 0;
}

.coffee-competence-inner .competence-img {
	margin: 0;
}

.quality-assurance-detail .competence-content .block-title {
	font-family: 'SuisseIntlCondensedSemibold';
	margin: 0 0 40px;
}

.quality-assurance-detail .competence-content .common-list b {
	padding: 0 0 18px 0;
	font-family: 'SuisseIntlSemiBold';
	font-weight: normal;
	color: #1B433E;
}

.quality-assurance-detail .competence-content .common-list ul li {
	color: #1B433E;
}

.quality-assurance-detail .row>*:last-child .competence-content {
	margin: 130px 0 0;
}

.quality-assurance-img img {
	width: 100%;
}

.quality-assurance-wrp {
	margin: -298px 0 0;
	padding: 0 0 61px;
}

.quality-assurance-img {
	margin: 0 0 53px;
}

.logistic-main .logistic-section:nth-child(even) .row {
	flex-direction: row-reverse;
}

.logistic-main .logistic-section {
	padding: 0 0 143px;
}

.logistic-main .logistic-section:last-child {
	padding-bottom: 0;
}

.logistic-wrp {
	padding: 114px 0 151px;
}

.logistic-section .competence-content .block-title {
	font-family: 'SuisseIntlCondensedSemibold';
}

.logistic-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.advice-wrp {
	padding: 95px 0 99px;
}

.advice-wrp .competence-content .common-list ul li {
	color: #1B433E;
}

.advice-wrp .competence-content .common-list {
	max-width: 576px;
}

.advice-wrp .logistic-img img {
	width: 100%;
	height: 462px;
}

.hocofco-group-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.hocofco-group-img {
	position: relative;
}

.hocofco-group-img .main-title {
	position: absolute;
	left: 50%;
	top: 211px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.hocofco-content {
	background-color: #1B433E;
	padding: 54px 71px 55px 126px;
	position: relative;
	height: 100%;
}

.hocofco-group-section .row {
	margin: 0 -10px;
}

.hocofco-group-section .row>* {
	padding: 0 10px;
}

.hocofco-content .hocofco-top-title {
	display: flex;
	align-items: center;
	height: 135px;
	margin: 0 0 47px;
}

.hocofco-content .hocofco-top-title img {
	margin: 0 21px 0 0;
	max-height: 100%;
}

.hocofco-content .small-detail {
	padding: 0 0 74px;
}

.hocofco-group-section {
	margin-top: -342px;
	position: relative;
}

.hocofco-content .orange-link {
	position: absolute;
	left: 126px;
	bottom: 55px;
}

.work-with-us-wrp {
	padding: 95px 0 55px;
}

.work-with-us-section .work-title {
	padding: 0 0 57px;
}

.work-with-us-section .sub-title {
    margin: 0 0 -20px -355px;
    transform: rotate(-6.44deg);
    -webkit-transform: rotate(-6.44deg);
    -moz-transform: rotate(-6.44deg);
    -ms-transform: rotate(-6.44deg);
    -o-transform: rotate(-6.44deg);
}

.work-with-us-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.interest-beans-main .interest-beans-section {
	padding: 0 0 98px;
}

.interest-beans-main .interest-beans-section:last-child {
	padding-bottom: 0;
}

.interest-beans-main .interest-beans-section:nth-child(even) .row {
	flex-direction: row-reverse;
}

.interest-beans-wrp {
	padding: 55px 0 98px;
}

.interest-beans-content .block-title {
	margin: 0 0 32px;
}

.interest-beans-content .small-detail {
	color: #1B433E;
}

.interest-beans-content .small-detail ul li ul li {
	list-style-type: disc;
}

.interest-beans-content .small-detail b {
	font-family: 'SuisseIntlSemiBold';
}

.interest-beans-content .small-detail ul {
	padding-top: 30px;
}

.interest-beans-content .small-detail ul li ul {
	padding-top: 0;
	padding-bottom: 30px;
}
/*========== Pursue Page End ==========*/

/*========== Story Page Start ==========*/
.inner-banner-wrp .black-overlay::before {
	z-index: 0;
}

.story-page .inner-banner-section .banner-title {
	margin: 0 0 90px;
}

.story-page .inner-banner-section .common-detail {
	max-width: 728px;
	letter-spacing: 0.02em;
}

.story-page .inner-banner-main {
	bottom: 73px;
}

.history-1987-content .common-detail p b {
	font-family: 'SuisseIntlMedium';
	font-weight: normal;
}

.history-1987-wrp .history-1987-content .common-detail p b,
.history-1992-wrp .history-1987-content .common-detail p b {
	display: block;
}

.history-1987-content .common-detail p {
	font-family: 'SuisseIntlLight';
}

.history-1987-wrp {
	padding: 140px 0 77px;
}

.history-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.history-img .history-title {
	text-align: center;
	margin: -100px 0 0;
}

.history-1992-wrp {
	padding: 78px 0 0;
}

.history-1992-wrp .history-1987-content .common-detail p {
	padding: 0 0 35px;
}

.history-1992-wrp .history-1987-content .common-detail p:last-child {
	padding-bottom: 0;
}

.history-middle-wrp .history-1987-content {
	padding: 53px 0 0;
}

.history-1994-wrp {
	padding: 263px 0 75px;
}

.history-1994-wrp .history-img .common-detail {
	font-family: 'SuisseIntlLight';
	color: #F1F0E9;
	max-width: 608px;
	letter-spacing: 0.03em;
}

.history-1994-main .row {
	margin: 0 -10px;
}

.history-1994-main .row>* {
	padding: 0 10px;
}

.history-1994-wrp .history-img .history-title {
	text-align: left;
	margin-left: 126px;
	margin-bottom: -34px;
}

.history-middle-wrp {
	margin: 0 0 -105px;
}

.history-middle-wrp .history-1987-content .common-detail p b {
	display: inline-block;
}

.history-2000-wrp .history-1987-content .common-detail {
	color: #F1F0E9;
}

.history-2000-wrp {
	padding: 75px 0 23px;
}

.history-2000-wrp .history-img .history-title {
	text-align: right;
	margin: -100px -120px 0 0;
}

.history-2000-main {
	margin: 0 0 0 -90px;
}

.history-2000-wrp .history-1987-content {
	margin: 107px 0 0 114px;
}

.history-2015-wrp .history-img {
	position: relative;
}

.history-2015-wrp .history-img .history-title {
	text-align: left;
	margin: 0 0 0;
    position: absolute;
    bottom: 0;
    left: -270px;
}

.history-2015-wrp {
	padding: 23px 0 52px;
}

.history-2015-wrp .history-1987-content {
	padding: 62px 0 0;
}

.ict-section .ict-img {
	margin: 0 0 59px;
}

.ict-section .ict-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.ict-wrp {
	padding: 52px 0 0;
}

.history-2017-title {
	display: flex;
	align-items: flex-end;
}

.history-2017-wrp .history-2017-title img {
	position: relative;
	top: -50px;
}

.history-2017-wrp .history-2017-title .history-title {
	margin: 0 13px 0 0;
}

.history-2017-wrp .history-1987-content .common-detail {
	margin: -28px 0 0;
	max-width: 580px;
}

.history-2017-wrp {
	padding: 50px 0 23px;
}

.history-2020-wrp .history-img {
	position: relative;
}

.history-2020-wrp .history-img .history-title {
	margin: 0 -60px 0 0;
	position: absolute;
	right: 100%;
	top: 100px;
}

.history-2020-wrp {
	padding: 24px 0 75px;
}
/*========== Story Page End ==========*/

/*========== Responsibility Page Start ==========*/
.details-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.details-wrp {
	padding: 85px 0 43px;
}

.details-content .common-detail b {
	font-family: 'SuisseIntlBold';
}

.details-content .common-detail p {
	padding: 0 0 36px;
}

.details-content .common-detail p:last-child {
	padding-bottom: 0;
}

.details-main .details-row:nth-child(even) .row {
	flex-direction: row-reverse;
}

.details-main .details-row:nth-child(even) {
	margin: 0 0 0 -88px;
}

.details-main .details-row {
	padding: 0 0 130px;
}

.details-main .details-row:last-child {
	padding-bottom: 0;
}

.details-content .block-title {
	margin: 0 0 30px;
}

.details-content .carbon-neutral-logo {
	padding: 17px 0 0;
}

.details-content .common-list ul li ul {
	padding: 0 0 0 40px;
}

.details-content .common-list ul li ul li {
	list-style-type: disc;
	padding: 0;
	margin: 0 0 10px;
}

.details-content .common-list ul li ul li::before {
	display: none;
}

.details-content .btn-white-border {
	padding: 11px 34px;
}

.details-content .btn-links {
	padding: 30px 0 0;
}

.details-main .details-row .details-content .btn-white-border {
	margin: 30px 0 0;
}

.btn-links ul {
	padding: 0;
	margin: 0;
}

.btn-links ul li {
	font-size: 20px;
	line-height: 32px;
	text-decoration-line: underline;
	color: #F1F0E9;
	list-style-type: none;
}

.btn-links ul li a {
	color: inherit;
}

.btn-links ul li a:hover {
	opacity: 0.7;
}

.our-steps-block .common-detail span {
	font-family: 'cutterlinesregular';
	font-size: 64px;
	line-height: 68px;
	letter-spacing: -0.01em;
	display: block;
	padding: 0 24px 0 0;
	margin: -10px 0 0;
}

.our-steps-block .common-detail {
	font-family: 'SuisseIntlBold';
	display: flex;
	/* align-items: flex-start; */
}

.our-steps-block {
	height: calc(100% - 50px);
	margin-bottom: 50px;
}

.our-steps-wrp {
	padding: 42px 0 85px;
}

.our-steps-main .sub-title {
	font-family: 'cutterlinesregular';
	font-size: 32px;
    line-height: 43px;
	padding: 0 0 23px;
}

.our-steps-main .row {
	margin: 0 -73px;
}

.our-steps-main .row>* {
	padding: 0 73px;
}

.our-steps-block .small-detail a {
	font-family: 'SuisseIntlSemiBold';
	color: inherit;
}

.our-steps-block .small-detail a:hover {
	opacity: 0.6;
}

.certification-wrp {
	padding: 90px 0 46px;
}

.certification-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.certification-main {
	margin: 0 0 0 -88px;
}

.certification-main .details-content {
	max-width: 600px;
	margin-left: 40px;
}

.certification-main .details-content .common-list ul li {
	color: #1B433E;
	letter-spacing: 0.03em;
}

.certification-img {
	margin: 0 76px 0 0;
}

.our-certification-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 -40px;
}

.our-certification-wrp {
	padding: 46px 0 60px;
}

.our-certification-main .common-detail {
	margin: 0 0 64px;
}

.certificate-logo {
	display: block;
	padding: 0 40px;
}

.craft-partnership-wrp {
	padding: 60px 0;
}

.craft-partnership-wrp .block-title {
	margin: 0 0 160px;
}

.craft-detail {
	margin: 0 0 0 118px;
}

.craft-detail .small-detail {
	max-width: 608px;
}

.craft-detail .small-detail b {
	font-family: 'SuisseIntlBold';
}

.how-works-wrp {
	padding: 60px 0 169px;
}

.how-works-detail .sub-title {
	font-size: 32px;
	line-height: 43px;
	margin: 0 0 8px;
}

.how-works-detail .small-detail a {
	font-family: 'SuisseIntlBold';
	color: inherit;
}

.how-works-detail .small-detail a:hover {
	opacity: 0.6;
}

.how-works-detail .small-detail ol {
	margin: 0 0 59px;
}

.how-works-detail .small-detail {
	line-height: 32px;
}

.how-works-detail .small-detail p {
	padding: 0 0 23px;
}

.how-works-detail .small-detail p:last-child {
	padding-bottom: 0;
}

.how-works-main {
	margin: 0 -90px 0 0;
}

.how-works-main .row {
	align-items: flex-end;
}

.craft-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.how-works-detail {
	max-width: 577px;
	margin: 0 0 20px;
}

.how-works-detail .small-detail span a {
	/* font-family: 'SuisseIntlRegular'; */
	font-family: 'SuisseIntlLight';
	text-decoration: underline;
}

.supply-chain-wrp .block-title {
	/*word-break: break-all;*/
}

.supply-chain-wrp {
	padding: 193px 0 203px;
}

.supply-chain-wrp .details-content .block-title {
	margin: 0 0 50px;
}

.supply-chain-wrp .details-content .small-detail b {
	font-family: 'SuisseIntlBold';
}

.supply-chain-wrp .details-content .small-detail p {
	padding: 0 0 30px;
}

.supply-chain-wrp .details-content .small-detail ol {
	padding-left: 24px;
}

.supply-chain-wrp .details-content .small-detail span a {
	display: block;
}

.supply-chain-wrp .details-content .small-detail a {
	color: inherit;
	text-decoration: underline;
}

.supply-chain-wrp .details-content .small-detail a:hover {
	opacity: 0.6;
	/* display: block; */
}

.supply-chain-wrp .details-main .details-row:nth-child(2) .details-img {
	margin: 0 0 0 -96px;
}

.supply-chain-wrp .details-main .details-row:nth-child(even) {
	margin: 0;
}

.community-wrp {
	padding: 135px 0 40px;
}

.community-img {
	margin: 0 -6px 0 0;
}

.community-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.community-content .block-title {
	margin: 0 0 18px;
}

.community-content .common-detail {
	max-width: 511px;
}

.nueva-community-wrp {
	padding: 40px 0 32px;
}

.nueva-community-wrp .community-img {
    margin: 0 -96px 0 0;
}

.green-coffee-wrp {
	padding: 32px 0 0;
}

.green-coffee-img img {
	width: 483px;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.green-coffee-img {
	position: relative;
	top: 74px;
}

.projects-wrp {
	padding: 122px 0 93px;
}

.projects-main .projects-row {
	padding: 0 0 83px;
}

.projects-main .projects-row:nth-child(odd) {
	margin: 0 128px 0 0;
}

.projects-main .projects-row:nth-child(odd):last-child {
	padding-bottom: 0;
}

.projects-content .common-detail:first-child {
	padding: 0 0 17px;
	max-width: 580px;
}

.projects-content .block-title {
	margin: 0 0 30px;
}

.projects-main .projects-row:nth-child(even) .row {
	flex-direction: row-reverse;
}

.projects-main .projects-row:nth-child(even) .projects-img {
	margin: 0 0 0 -90px;
}

.projects-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.projects-content .btn-links {
	padding: 100px 0 0;
}

.guatemala-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.guatemala-page .inner-banner-main {
	bottom: 166px;
}
/*========== Responsibility Page End ==========*/

/*========== Responsibility Page End ==========*/
.continent-bnr-wrp {
	padding: 303px 0 94px;
}

.continent-bnr-section {
	padding: 0 0 0 126px;
}

.continent-bnr-section .section-title {
	margin: 0 0 40px;
}

.continent-bnr-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.organic-logos ul {
	padding: 35px 0 0;
	margin: 0 -21px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.organic-logos ul li {
	list-style-type: none;
	padding: 0 21px;
}

.continent-top-details {
	position: relative;
	padding: 96px 30px 25px 126px;
	margin: -352px 0 0;
}

.continent-top-details .continent-map {
	position: absolute;
	right: 50px;
	top: 50px;
	max-width: 202px;
	height: 140px;
}

.continent-top-details .continent-map img {
	max-height: 100%;
}

.continent-coffee-content span {
	display: block;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #F1F0E9;
	padding: 0 0 11px;
}

.continent-title {
	font-family: 'SuisseIntlCondensedSemibold';
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #F1F0E9;
}

.continent-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
}

/* .continent-coffee-details {
	padding: 0 80px 0 0;
} */

.continent-coffee-details .continent-coffee-content {
	margin: 0 0 54px;
}

.continent-top-details .block-title {
	margin: 0 0 41px;
}

.ethiopia-section .ethiopia-row {
	padding: 0 0 85px;
}

.ethiopia-section .ethiopia-row:last-child {
	padding-bottom: 0;
}

.ethiopia-section .ethiopia-row:nth-child(even) .row {
	flex-direction: row-reverse;
}

.ethiopia-section {
	padding: 78px 0 100px;
}

.ethiopia-content .sub-title {
	font-size: 30px;
	line-height: 37px;
	color: #F03921;
	position: relative;
    top: -44px;
    left: -22px;
	transform: rotate(-11.24deg);
	-webkit-transform: rotate(-11.24deg);
	-moz-transform: rotate(-11.24deg);
	-ms-transform: rotate(-11.24deg);
	-o-transform: rotate(-11.24deg);
}

.ethiopia-content .block-title {
	margin: 0 0 16px;
}

.ethiopia-content .common-detail {
	font-family: 'SuisseIntlBold';
	padding: 0 0 34px;
	line-height: 30px;
}

.ethiopia-content .common-list ul li {
	color: #1B433E;
}

.ethiopia-content .common-list ul li ul {
	padding: 0 0 0 25px;
}

.ethiopia-content .common-list ul li ul li {
	list-style-type: disc;
	padding-left: 0;
}

.ethiopia-content .common-list ul li ul li::before {
	display: none;
}

.ethiopia-img.right-img {
	margin: 0 -90px 0 0;
}

.ethiopia-img.left-img {
	margin: 0 0 0 -90px;
}

.kamerun-continent .ethiopia-content .small-detail {
	padding: 0 0 57px;
}

.reverse-row .ethiopia-section .ethiopia-row:nth-child(odd) .row {
	flex-direction: row-reverse;
}

.reverse-row .ethiopia-section .ethiopia-row:nth-child(even) .row {
	flex-direction: row;
}

/*-----1-5-2023-----*/
.ethiopia-content .common-text {
	padding-bottom: 27px;
}
.ethiopia-content .common-text h3 {
	font-family: 'SuisseIntlSemiBold';
	font-size: 20px;
	line-height: 30px;color: #1B433E;
}
.ethiopia-row.reverse-row .row {
flex-direction: row !important;
}
/*========== Responsibility Page End ==========*/

/*========== News Page Start ==========*/
.news-bnr-wrp {
	padding: 277px 0 65px;
}

.news-bnr-section .banner-title {
	margin: 0 0 36px;
}

.news-bnr-section .small-detail b {
	font-family: 'SuisseIntlBold';
	display: block;
}

.news-bnr-section .small-detail p {
	padding: 0 0 30px;
}

.news-bnr-section .small-detail p:last-child {
	padding-bottom: 0;
}

.news-bnr-section {
	padding: 0 0 0 126px;
}

.news-main .news-row {
	padding: 0 0 85px;
}

.news-main .news-row:nth-child(even) .row {
	flex-direction: row-reverse;
}

.news-wrp {
	padding: 123px 0 85px;
}

.news-bnr-main {
	position: relative;
}

.news-paper-icon {
	position: absolute;
	right: 118px;
	top: 100%;
	margin: -29px 0 0;
}

.news-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.news-row .row {
	margin: 0 -73px;
}

.news-row .row>* {
	padding: 0 73px;
}

.news-content .block-title {
	padding: 8px 0 19px;
}

.news-content .common-detail {
	padding: 20px 0 42px;
}

.news-content .btn {
	font-family: 'SuisseInt_lMono';
	text-transform: unset;
	padding: 11px 40px;
}

.news-content h3 a:hover {
    color: #1B433E;
    text-decoration: underline;
}

.news-wrp .load-more {
	padding: 95px 0 0;
}

.load-more .btn {
	font-family: 'SuisseInt_lMono';
	padding: 12px 77px;
	text-transform: unset;
}
/*========== News Page End ==========*/

/*========== Contact Page Start ==========*/
.contact-page .inner-banner-main {
	bottom: auto;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.contact-section .logo {
	margin: 0 0 47px;
}

.contact-section .logo img {
	width: 178px;
}

.contact-section .block-title {
	margin: 0 0 40px;
}

.contact-section ul {
	padding: 0 0 65px;
	margin: 0;
}

.contact-section ul li {
	list-style-type: none;
}

.contact-section ul li:first-child {
	padding: 0 0 15px;
}

.contact-section ul li a {
	color: inherit;
}

.contact-section ul li a:hover {
	opacity: 0.8;
}

.contact-section .detail {
	font-size: 16px;
	line-height: 24px;
	max-width: 648px;
}

.contact-section .detail p {
	margin: 0 0 64px;
}

.contact-section .btn {
	font-family: 'SuisseInt_lMono';
	text-transform: unset;
	padding: 11px 27px;
}

.contact-wrp {
	padding: 93px 0 97px;
}

.contact-main {
	padding: 0 0 0 149px;
}
/*========== Contact Page End ==========*/

/*========== News Detail Page Start ==========*/
.news-detail-content .orange-link {
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0.07em;
	text-decoration: none;
	margin: 0 0 43px;
	position: relative;
	padding: 0 0 0 45px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.news-detail-content .orange-link::before {
	content: "";
	background-image: url("../images/orange-link-arrow.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 33px;
	height: 16px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.news-detail-content .orange-link:hover,
.news-detail-content .orange-link:focus,
.news-detail-content .orange-link:active {
	color: #F03921 !important;
	opacity: 0.6;
}

.news-detail-wrp {
	padding: 41px 0 68px;
}

.news-detail-content .common-detail ul {
	padding: 0 0 28px;
	margin: 0;
	display: flex;
	align-items: center;
}

.news-detail-content .common-detail ul li {
	font-family: 'SuisseIntlBold';
	list-style-type: none;
	position: relative;
	padding: 0 30px 0 0;
}

.news-detail-content .common-detail ul li::after {
	content: "";
	background-color: #1B433E;
	width: 3px;
	position: absolute;
	top: 7px;
	bottom: 7px;
	right: 14px;
}

.news-detail-content .common-detail ul li:last-child:after {
	display: none;
}

.news-detail-content .section-title {
	margin: 0 0 42px;
}

.news-detail-content .small-detail {
	padding: 0 0 50px;
}

.news-detail-content .details {
	max-width: 731px;
}

.news-detail-content .details p {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 30px;
}

.news-detail-content .details img {
	padding: 20px 0 10px;
}

.article-block .article-img {
	display: inline-block;
	margin: 0 0 23px;
}

.news-detail-content {
	max-width: 810px;
}

.article-block .small-detail {
	color: #1B433E;
}

.article-block .small-detail a {
	font-family: 'SuisseIntlBold';
	padding: 0 0 13px;
	display: block;
}

.article-block .small-detail a:hover {
	color: #1B433E;
	opacity: 0.7;
}

.article-block .small-detail p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.more-articles-wrp .article-block {
	margin: 0 0 49px;
}

.more-articles-wrp .common-detail {
	padding: 0 0 33px;
}

.more-articles-wrp {
	padding: 214px 0 0;
}

.news-detail-main {
	padding: 0 0 0 126px;
}


/*========== News Detail Page End ==========*/

/*========== Imprint Page Start ==========*/
.imprint-wrp {
	padding: 83px 0 46px;
}

.imprint-block .detail {
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.02em;
	color: #1B433E;
}

.imprint-block .detail b {
	font-family: 'SuisseIntlBold';
}

.imprint-block .detail a:hover {
	opacity: 0.7;
}

.imprint-block .detail ul {
	padding: 0;
	margin: 0;
}

.imprint-block .detail p,
.imprint-block .detail ul {
	margin: 0 0 27px;
}

.imprint-block .detail ul li {
	font-size: inherit;
	line-height: inherit;
	list-style-type: none;
}

.imprint-block .detail ul li a {
	color: inherit;
}

.pl-126 {
	padding-left: 126px;
}

.data-protection-section .detail b {
	display: block;
}
/*========== Imprint Page End ==========*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer-logo {
	width: 114px;
	display: block;
}

.footer-logo img {
	width: 114px;
}

.footer {
	padding: 57px 0 62px;
	position: relative;
}

.footer::before {
	content: "";
	background-image: url("../images/footer-coffee-beans-left.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 270px;
	height: 276px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.footer::after {
	content: "";
	background-image: url("../images/footer-coffee-beans-right.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 217px;
	height: 129px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.footer-section .block-title {
	font-family: 'SuisseIntlCondensedSemibold';
	margin: 0 0 13px;
}

.footer-contact-block .detail ul {
	padding: 0;
	margin: 0;
}

.footer-contact-block .detail li {
	/* font-family: 'SuisseIntlRegular'; */
	font-family: 'SuisseIntlLight';
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.07em;
	color: #1B433E;
	list-style-type: none;
}

.footer-contact-block .detail li a {
	color: inherit;
}

.footer-contact-block .detail li a:hover {
	opacity: 0.7;
}

.footer-contact-block .detail b {
	/* font-family: 'SuisseIntlBold'; */
	font-family: 'SuisseIntlSemiBold';
	display: block;
	letter-spacing: 0.04em;
}

.social-media ul {
	padding: 0;
	margin: 0;
}

.social-media ul li {
	list-style-type: none;
}

.social-media ul li {
	/* font-family: 'SuisseIntlRegular'; */
	font-family: 'SuisseIntlLight';
	font-size: 16px;
	line-height: 30px;
	color: #1B433E;
	display: flex;
	align-items: center;
}

.social-media ul li a {
	display: inline-flex;
	align-items: center;
	color: inherit;
}

.social-media ul li a:hover {
	opacity: 0.7;
}

.social-media ul li img {
	margin: 0 10px 0 0;
}

.copyright p {
	font-family: 'SuisseInt_lMonoThin';
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.07em;
	text-transform: capitalize;
	color: #1B433E;
	margin: 0;
}

.footer-contact-block .detail {
	padding: 0 0 15px;
}

.footer-contact-block .social-media {
	padding: 0 0 29px;
}

.footer-links {
	display: flex;
}

.footer-links ul {
	padding: 0 37px 0 0;
	margin: 0;
}

.footer-links ul li {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.07em;
	color: #1B433E;
	list-style-type: none;
}

.footer-links ul li a {
	color: inherit;
}

.footer-links ul li a:hover,
.footer-links ul li a:focus {
	opacity: 0.7;
}

.footer-links ul li ul {
	padding: 0 0 0 20px;
}

.footer-links ul li ul li {
	list-style-type: disc;
	font-size: 14px;
	line-height: 26px;
}

.footer-contact-block {
	margin: 0 0 0 43px;
}

.footer-section .row {
	justify-content: center;
}

.green-footer {
	background-color: #1B433E;
}

.green-footer .footer-section .block-title,
.green-footer .footer-contact-block .detail ul li,
.green-footer .social-media ul li,
.green-footer .copyright p,
.green-footer .footer-links ul li {
	color: #F1F0E9;
}

.green-footer.footer::after {
	background-image: url("../images/footer-coffee-beans-right-white.svg");
}

.green-footer.footer::before {
	background-image: url("../images/footer-coffee-beans-left-white.svg");
}

.footer .white-logo {
	display: none;
}

.footer .green-logo {
	display: block;
}

.footer.green-footer .white-logo {
	display: block;
}

.footer.green-footer .green-logo {
	display: none;
}

.footer .white-icon {
	display: none;
}

.footer .green-icon {
	display: block;
}

.footer.green-footer .white-icon {
	display: block;
}

.footer.green-footer .green-icon {
	display: none;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Animated Stick Header Start ==========*/
/*==================================================================*/
header.nav-new {
	position: fixed;
	top: -126px;
	left: 0;
	width: 100%;
}
header.animated {
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header.always-sticky {
	top: 0;
}
header.nav-new.show {
	top: 0;
}
header.nav-new .navbar {
	border-radius: 0;
	box-shadow: none;
}
/*==================================================================*/
/*========== Animated Stick Header End ==========*/
/*==================================================================*/

.language-switch {
    position: absolute;
    top: 70px;
    letter-spacing: 4px;
    z-index: 1;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
    .language-switch {
        top: 48px;
    }
}

@media (max-width: 767px) {
    .language-switch {
        right: 100px;
        top: 37px;
    }
}

.language-switch a {
    position: relative;
    color: #1B433E;
    text-decoration: none;
}

.language-switch a.active:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    bottom: 2px;
    left: 0;
    background-color: #1B433E;
}

@media (min-width: 768px) {
    [data-aos="fade-up-centered"] {
        transform: translate3d(0, 0, 0) !important;
    }

    [data-aos="fade-up-centered"].aos-animate {
        transform: translate3d(0, -50%, 0) !important;
    }
}

@media (max-width: 767px) {
    [data-aos="fade-up-centered"] {
        transform: translate3d(0, 50%, 0) !important;
    }

    [data-aos="fade-up-centered"].aos-animate {
        transform: translate3d(0, 0, 0) !important;
    }
}

.mega-menu-details h4 a {
    color: #1B433E;
}

.mega-menu-details h4 a:hover {
    color: #1B433E;
}


.cookie-banner {
    position: fixed; bottom: 0; left: 0; width: 100%; background-color: #1B433E; padding: 40px 0; z-index: 999999;
    color: #F1F0E9;
}

.cookie-banner p {
    font-size: 24px;
    line-height: 1.65;
}

.cookie-banner a {
    color: #F1F0E9;
}

.cookie-banner .btn {
    padding-left: 26px; padding-right: 26px;
}

.cookie-banner__link {
    display: inline-block; text-decoration: underline; margin-top: 19px;
}

.cookie-banner__btn-col {
    padding-top: 10px; text-align: right;
}

.cta-calendar {
    padding: 83px 0 0;
}

.cta-calendar__content {
    height: 171px;
    padding: 37px 20px;
    background: #F1F0E9;
}

.cta-calendar .section-title {
    color: #1B433E;
    font-size: 48px;
    line-height: 52px;
    padding-left: 18px;
    padding-right: 30px;
}

.cta-calendar__icon {
    position: relative;
    top: -39px;
    left: 19px;
}

.btn-outline {
    border: 1px solid #1B433E;
    background: transparent;
    color: #1B433E;
}

.btn-outline:hover {
    background: #1B433E;
    color: white;
}

.cta-calendar__content .btn-outline {
    margin-top: 42px;
}

.font-family-regular {
    font-family: 'SuisseIntlRegular';
}

.strategy-wrp {
    padding: 132px 0 0;
}

.strategy-header {
    margin-bottom: 70px;
}

.strategy-col-block__hl {
    margin-bottom: 0;
}

.strategy-col-block__copy {
    font-size: 20px;
    line-height: 1.5;
    font-family: "SuisseIntlRegular";
}

.strategy-col-block__img {
    display: flex;
    height: 120px;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}

.strategy-footer {
    margin-top: 27px;
    text-align: center;
}

.strategy-footer .btn {
    font-family: "SuisseIntlRegular";
}

.strategy-footer p {
    font-size: 18px;
    line-height: 1.5;
    font-family: "SuisseIntlRegular";
    margin-bottom: 40px;
}

.fs-img {
    margin: 133px 0 55px;
}

.connect-wrp {
    padding: 86px 0 0;
}

.connect-header {
    margin-top: 26px;
    margin-bottom: 32px;
}

.connect-col-block__hl {
    margin-bottom: 0;
}

.connect-col-block__copy {
    font-size: 20px;
    line-height: 1.5;
    font-family: "SuisseIntlRegular";
}

.connect-col-block__img {
    display: flex;
    height: 120px;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}

.connect-footer {
    margin-top: 27px;
    text-align: center;
}

.connect-footer .btn {
    font-family: "SuisseIntlRegular";
}

.connect-footer p {
    font-size: 18px;
    line-height: 1.5;
    font-family: "SuisseIntlRegular";
    margin-bottom: 40px;
}

.connect-page {
    padding-bottom: 102px;
}

.connect-page p {
    font-size: 20px;
    line-height: 1.5;
}

.connect-header__hl {
    margin-bottom: 22px;
}

.connect-listing {
    font-family: "SuisseIntlRegular";
}

.connect-page strong {
    font-family: "SuisseIntlBold";
}

.connect-listing ul li {
    line-height: 1.5;
}

.connect-content__text {
    font-family: "SuisseIntlRegular";
}

.fs-img-2 {
    margin: 76px 0 0;
}

.fs-img-3 {
    margin: 158px 0 0;
}

.connect-suppliers-wrp {
    font-size: 20px;
    line-height: 1.5;
    font-family: "SuisseIntlRegular";
}

.connect-suppliers-wrp,
.connect-suppliers-wrp .section-title * {
    color: #1B433E;
}

.connect-suppliers-wrp .sub-title * {
    font-size: 36px;
}

.connect-suppliers-wrp-header {
    text-align: center;
    margin-bottom: 152px;
}

.connect-suppliers-wrp-row {
    margin-bottom: 208px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .connect-suppliers-wrp-row,
    .connect-suppliers-wrp-header {
        margin-bottom: 100px;
    }

    .connect-suppliers-wrp {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .connect-suppliers-wrp-row,
    .connect-suppliers-wrp-header {
        margin-bottom: 40px;
    }

    .connect-suppliers-wrp {
        font-size: 16px;
    }

    .connect-suppliers-wrp-row .coffee-news-content .row {
        margin-bottom: 20px;
    }

    .connect-suppliers-wrp-row .col-xxl-5 {
        order: 2;
    }
}

.connect-main--complaint {
    color: white;
    background: #1B433E;
    padding: 118px 260px;
    margin-top: 150px;
}

.connect-main--complaint a {
    text-decoration: underline;
}

.connect-main--complaint a:hover {
    color: #F1F0E9;
}

.connect-main--complaint img {
    margin-bottom: 40px;
}

.complaint-ear4u {
    padding: 75px 260px;
    background-color: #F1F0E9;
}

.complaint-ear4u__content {
    padding-left: 5%;
}

.complaint-ear4u p {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: "SuisseIntlRegular";
}

.complaint-ear4u a {
    text-decoration: underline;
}

.connect-wrp--complaint {
    padding-top: 0;
    padding-bottom: 183px;
}

.ear4u-logo {
    padding: 20px;
}

@media (max-width: 1600px) {
    .ear4u-logo {
        padding: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .complaint-ear4u {
        padding: 75px 160px;
    }
}

@media (max-width: 1199px) {
    .connect-main--complaint {
        padding: 75px 40px;
        margin-top: 50px;
    }

    .connect-wrp--complaint {
        padding-bottom: 100px;
    }

    .complaint-ear4u {
        padding: 75px 40px;
    }

    .complaint-ear4u p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .connect-wrp {
        padding-top: 0;
        margin-top: 60px;
    }

    .connect-main--complaint {
        margin-top: 0;
        padding-top: 40px;
    }

    .complaint-ear4u {
        padding: 40px;
    }

    .complaint-ear4u p {
        font-size: 16px;
    }

    .ear4u-logo {
        padding: 0;
        max-width: 150px;
        margin-bottom: 30px;
    }
}


/*@media (min-width: 1400px) and (max-width: 1600px) {*/
/*    .connect-main--complaint {*/
/*        padding: 80px 160px;*/
/*    }*/
/*}*/

/*@media (min-width: 1200px) and (max-width: 1399px) {*/
/*    .connect-main--complaint {*/
/*        padding: 80px 120px;*/
/*    }*/
/*}*/

/*@media (max-width: 991px) {*/
/*    .connect-main--complaint {*/
/*        padding: 40px;*/
/*        margin-top: 50px;*/
/*        margin-bottom: 30px;*/
/*    }*/
/*    .connect-main--complaint img {*/
/*        margin-bottom: 30px;*/
/*    }*/
/*}*/

.connect-header__pre-text {
    margin-top: 50px;
    margin-bottom: 40px;
}

.connect-content__text--bold {
    font-family: "SuisseIntlSemiBold";
}
