@font-face {
    font-family: "GTEestiProDisplay-Light";
    src: url('../font/GT-Eesti-Pro-Display-Light.eot');
    src: url('../font/GT-Eesti-Pro-Display-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/GTEestiProDisplay-Light.svg#GTEestiProDisplay-Light') format('svg'),
        url('../font/GTEestiProDisplay-Light.ttf') format('truetype'),
        url('../font/GTEestiProDisplay-Light.woff') format('woff'),
        url('../font/GT-Eesti-Pro-Display-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GTEestiProDisplay-Regular";
    src: url('../font/GTEestiProDisplay-Regular.eot');
    src: url('../font/GTEestiProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/GTEestiProDisplay-Regular.svg#GTEestiProDisplay-Regular') format('svg'),
        url('../font/GTEestiProDisplay-Regular.ttf') format('truetype'),
        url('../font/GTEestiProDisplay-Regular.woff') format('woff'),
        url('../font/GTEestiProDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GTEestiProDisplay-Medium";
    src: url('../font/GTEestiProDisplay-Medium.eot');
    src: url('../font/GTEestiProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/GTEestiProDisplay-Medium.svg#GTEestiProDisplay-Medium') format('svg'),
        url('../font/GTEestiProDisplay-Medium.ttf') format('truetype'),
        url('../font/GTEestiProDisplay-Medium.woff') format('woff'),
        url('../font/GTEestiProDisplay-Medium.woff2') format('woff2');
}

@font-face {
    font-family: "GT-Eesti-Pro-Display-Bold";
    src: url('../font/GTEestiProDisplay-Bold.eot');
    src: url('../font/GTEestiProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/GTEestiProDisplay-Bold.svg#GTEestiProDisplay-Bold') format('svg'),
        url('../font/GTEestiProDisplay-Bold.ttf') format('truetype'),
        url('../font/GTEestiProDisplay-Bold.woff') format('woff'),
        url('../font/GTEestiProDisplay-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bellandha";
    src: url("../font/bellandha.woff2") format("woff2"),
        url("../font/bellandha.woff") format("woff"),
        url("../font/Bellandha.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    line-height: 26px;
    color: #404040;
    font-family: "GTEestiProDisplay-Light";
    font-weight: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

button:focus,
a:focus {
    outline: transparent;
    border: 1px solid transparent;
}

button,
a {
    border: 1px solid transparent;
}

body,
button,
span,
p,
input,
a,
table,
div {
    font-family: "GTEestiProDisplay-Light";
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "GT-Eesti-Pro-Display-Bold";
    font-weight: normal;
    color: #404040;
    text-transform: none;
}

p,
li {
    font-size: 18px;
    line-height: 26px;
    color: #404040;
    font-family: "GTEestiProDisplay-Light";
    font-weight: normal;
}

p {
    margin: 0 0 25px;
}

button,
input,
select,
textarea {
    color: #404040;
}

h2,
.section-heading {
    font-size: 36px;
    line-height: normal;
    color: #404040;
    margin: 0 0 30px;
}

a {
    color: #404040;
    text-decoration: none;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ul,
ol {
    margin: 0 0 25px;
    padding: 0px;
}

a:hover {
    text-decoration: none;
    color: #404040;
}

form input[type="submit"],
form input[type="reset"],
form input[type="button"],
.form-action button[type="submit"],
.cstm_button {
    z-index: 1;
    padding: 0 25px;
    background: #025436;
    color: #fff;
    border: 2px solid #025436;
    font-family: "GT-Eesti-Pro-Display-Bold";
    font-weight: normal;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    height: 60px;
    line-height: normal;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-clip: border-box;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    min-width: 160px;
}

form input[type="submit"]:hover,
form input[type="reset"]:hover,
form input[type="button"]:hover {
    background-color: #fff;
    color: #025436;
}

.cstm_button.info-button {
    color: #025436;
    background: #fff;
    border-color: #fff;
}

.voilet-bar .cstm_button.info-button {
    color: #681243;
}

button span,
.cstm_button span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    line-height: normal;
    font-family: "GT-Eesti-Pro-Display-Bold";
    font-weight: normal;
}

button:not(.disabled_button):before,
.cstm_button:not(.disabled_button):before {
    z-index: 0;
    content: "";
    width: 150%;
    left: 0;
    top: -2px;
    bottom: -2px;
    background-color: #fff;
    position: absolute;
    -webkit-transform: translateX(-100%) skew(-45deg);
    -ms-transform: translateX(-100%) skew(-45deg);
    transform: translateX(-100%) skew(-45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
    transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
    -o-transition: -o-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
    -o-transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
    transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
    transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1), -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
}

button:hover,
button:focus:hover,
.cstm_button:hover,
.cstm_button:focus:hover {
    color: #025436;
    background-color: transparent;
}


button:focus,
.cstm_button:focus,
.cstm_button.info-button:hover:focus {
    color: #ffffff;
    background: #025436;
    border-color: #025436;
}

.cstm_button.info-button:hover {
    border-color: #025436;
}

.cstm_button.info-button:before {
    background: #025436;
}

.cstm_button.info-button:hover span {
    color: #fff;
}

button:hover:before,
.cstm_button:hover:before {
    -webkit-transform: translateX(0) skew(-45deg);
    -ms-transform: translateX(0) skew(-45deg);
    transform: translateX(0) skew(-45deg);
}


/* custom classes */

.site_container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.container_inner {
    max-width: 1810px;
    padding: 0 45px;
    width: 100%;
    margin: auto;
}

.link-text {
    font-size: 18px;
    line-height: 30px;
    color: #025436;
    font-family: "GT-Eesti-Pro-Display-Bold";
    font-weight: normal;
}

.link-text:hover {
    text-decoration: underline;
    color: #025436;
}

.leader_cls_main .leader_links .link-text:hover {
    color: #025436;
}

.link-arrow:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 12px;
}

.inline li {
    display: inline-block;
}

.banner-heading {
    font-size: 40px;
    color: #ffffff;
    margin: 0;
}

.section-spacing {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-60 {
    padding-top: 50px;
}

.gray-bg {
    background-color: #f4f4f4;
}

.border-bottom {
    color: #ddd !important;
}

.list-tyle-none {
    list-style: none;
}

.heading-medium {
    font-size: 30px;
    color: #404040;
    margin: 0 0 15px;
}

.blue-bar .cstm_button {
    color: #222d5f;
}

.blue-bar .cstm_button:hover {
    border-color: #ffffff;
}

.blue-bar .cstm_button.info-button:before {
    background: #222d5f;
}

.blue-text,
a.blue-text {
    color: #222d5f;
}

.green-text,
a.green-text {
    color: #025436;
}

.blue-border-bottom {
    border-bottom-color: #222d5f;
}

.green-border-bottom {
    border-bottom-color: #025436;
}

.bold-text {
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.unstyled-list,
.unstyled-list li {
    list-style: none;
    padding-left: 0;
}

ul.unstyled-list li:before {
    display: none;
}

.bullets-list li {
    list-style: none;
}

.our_Strategy-wrap-cols .bullets-list li {
    padding-left: 26px;
    position: relative;
    list-style: none;

}

.our_Strategy-wrap-cols ul li:before {
    background: #fff;
}

.about-cr-strategy .our_Strategy-wrap-cols ul li {
    margin: 0;
}

.about-cr-strategy .our_Strategy-wrap-cols ul li+li {
    margin-top: 4px;
}

.about-cr-strategy .our_Strategy-wrap-cols ul li:before {
    background: #025436;
}

.our_Strategy-wrap-cols .sky-blue-block ul li:before {
    background: #004d66;
}

.our_Strategy-wrap-cols .lime-green-block ul li:before {
    background: #025436;
}

.dark-voilet-banner .banner-wrap .banner-content {
    background-color: #681243;
}

.dark-green-banner .banner-wrap .banner-content {
    background-color: #025436;
}

.dark-blue-banner .banner-wrap .banner-content {
    background-color: #222d5f;
}


/* top bar */

header ul li {
    list-style: none;
}

.main_top_bar {
    background-color: #f4f4f4;
}

.main_top_bar .top_nav ul {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.main_top_bar .top_nav ul li {
    display: inline-block;
    padding-right: 30px;
    font-size: 14px;
    font-weight: normal;
}

.main_top_bar .top_nav ul li a {
    color: #404040;
}

.main_top_bar .top_nav {
    padding: 13px 0px;
}

.main_top_bar .top_nav ul li:last-child {
    padding-right: 0px;
}

.main_top_bar .lang ul {
    text-align: right;
    text-transform: uppercase;
    margin: 0;
    display: flex;
}

.main_top_bar>.container_inner>.row {
    align-items: center;
}

.main_top_bar .lang ul li {
    border-left: 0;
    border-right: 1px solid #ddd;
    padding: 14px 0px;
    margin-right: 0;
}

.main_top_bar .lang ul li.active a {
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.main_top_bar .lang ul li a {
    padding: 0px 12px;
    color: #404040;
    width: 50px;
    display: block;
    text-align: center;
}

.main_top_bar .top_nav a:hover {
    color: #48a548;
}

.header_cls_main .main-nav>ul>li.submenu-right:not(:last-child) ul.sub-menu {
    width: 220px;
}

.header_cls_main .main-nav>ul>li.submenu-right:not(:last-child) {
    position: relative;
}

/* end top bar */


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */
.header_cls_main {
    position: relative;
    padding: 0;
}

.header_cls_main .logo img {
    max-width: 100%;
    width: auto;
}

.header_cls_main .top-header {
    position: relative;
}

.header_cls_main nav.main-nav.navbar:not(.mobile-nav) {
    padding: 0px;
}

.header_cls_main .main-nav>ul>li>a {
    color: #404040;
    padding: 23px 0px 23px 0px;
    display: block;
    position: relative;
    margin-top: -1px;
    margin-bottom: -1px;
}

.header_cls_main .main-nav>ul>li {
    position: static;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
    margin-right: 45px;
    font-size: 18px;
    line-height: 26px;
}

.header_cls_main .main-nav>ul {
    font-size: 18px;
    font-family: "GTEestiProDisplay-Light";
    font-weight: normal;
    margin: 0;
}

.header_cls_main .main-nav>ul>li:last-child {
    margin-right: 0px;
}

.header_cls_main .main-nav>ul>li>a:hover {
    color: #404040;
}

.header_cls_main .main-nav>ul>li>a:before {
    content: " ";
    border-bottom: 5px solid #025436;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    top: auto;
    height: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header_cls_main .main-nav>ul>li:hover>a:before,
.header_cls_main .main-nav>ul>li.current-menu-ancestor a:before {
    opacity: 1;
    visibility: visible;
}

.header_cls_main .main-nav>ul>li.menu-item-has-children>a:after,
.mobile-nav>ul>li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: normal;
    vertical-align: initial;
    margin-left: 9px;
    line-height: normal;
}

.header_cls_main .main-nav.mobile-nav li a {
    padding-right: 30px;
}

.header_cls_main .main-nav.mobile-nav>ul>li.menu-item-has-children>a:after {
    position: absolute;
    right: 0;
}

.header_cls_main .main-nav.mobile-nav>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.header_cls_main .main-nav>ul>li.submenu-right ul.sub-menu {
    left: auto;
    right: 0;
}

.top-header .nav_main .main-nav:not(.mobile-nav) ul.sub-menu {
    position: absolute;
    top: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 99;
    text-align: left;
    display: none;
    background: #f4f4f4;
    -webkit-box-shadow: 0px 7px 20px rgb(0 0 0 / 20%);
    box-shadow: 0px 7px 20px rgb(0 0 0 / 20%);
}

.header_cls_main .main-nav:not(.mobile-nav)>ul>li:hover ul.sub-menu {
    display: block;
}

.top-header .nav_main ul.sub-menu li:not(:last-child) {
    border-bottom: solid 1px #ddd;
}

.top-header .nav_main ul.sub-menu li a {
    padding: 20px 30px;
    display: block;
    background: #f4f4f4;
    border-color: #f4f4f4;
}

.top-header .nav_main ul.sub-menu li a:hover {
    background: #ebebeb;
    border-color: #ebebeb;
}

.header_cls_main .main-nav:not(.mobile-nav)>ul>li.green>a:before {
    border-bottom-color: #025436;
}

.header_cls_main .main-nav:not(.mobile-nav)>ul>li.blue>a:before {
    border-bottom-color: #222d5f;
}

.header_cls_main .main-nav:not(.mobile-nav)>ul>li.voilet>a:before {
    border-bottom-color: #681243;
}

.top-header .nav_main .main-nav:not(.mobile-nav) li.green ul.sub-menu li a:hover,
.top-header .nav_main .main-nav:not(.mobile-nav) li.green ul.sub-menu li.current-menu-item a {
    color: #025436;
}

.top-header .nav_main .main-nav:not(.mobile-nav) li.voilet ul.sub-menu li:hover a,
.top-header .nav_main .main-nav:not(.mobile-nav) li.voilet ul.sub-menu li.current-menu-item a {
    color: #681243;
}

.top-header .nav_main .main-nav:not(.mobile-nav) li.blue ul.sub-menu li:hover a,
.top-header .nav_main .main-nav:not(.mobile-nav) li.blue ul.sub-menu li.current-menu-item a {
    color: #222d5f;
}

.header_cls_main .main-nav>ul>li.current-menu-item>a:before {
    opacity: 1;
    visibility: visible;
}

.header_cls_main .top-header button:before {
    display: none;
}

.header_cls_main .main-nav>ul>li.mobile-visible {
    display: none;
}

ul.sub-menu {
    display: none;
}

.header_cls_main .top-header .logo {
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header_cls_main .logo a {
    display: block;
}

/* Mobile Navigation */

.header_cls_main .main-nav>ul>li.mobile-visible {
    display: none;
}

.nav_main .mobile-nav .sustainability-main-menu {
    margin: 0 !important;
    width: 100%;
}

.header_cls_main .top-header .mobile-nav .mobile-nav-toggle {
    top: 35px;
    height: auto;
    right: 30px;
}

.header_cls_main .main-nav.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: normal;
    font-family: "GTEestiProDisplay-Light";
}

.header_cls_main .main-nav.mobile-nav a:hover,
.header_cls_main .main-nav.mobile-nav .active>a,
.header_cls_main .main-nav.mobile-nav li:hover>a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.header_cls_main .top-header .mobile-nav-toggle {
    position: absolute;
    right: 20px;
    top: 38px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none !important;
    background: transparent;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    color: #fff !important;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_cls_main .top-header .mobile-nav-toggle:before {
    display: none;
}

.header_cls_main .top-header .mobile-nav-toggle img {
    vertical-align: middle;
}

.header_cls_main div#bottom-bar {
    position: relative;
}

.mobile-nav-toggle i {
    margin: 0;
    color: #48a548;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
    margin-top: 0px;
}

.mobile-nav>ul>li {
    border-bottom: 1px solid #007c51;
}

.top-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*end mobile nav*/

/*--- footer ---*/
.footer_cls_main .footer-left-sec {
    width: 320px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
}

.footer_cls_main .footer-right-sec {
    width: calc(100% - 320px);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
}

.footer_cls_main {
    background-color: #025436;
    padding: 24px 0px;
    border: none;
}

.footer_cls_main .f_logo img {
    width: 100%;
}

.footer_cls_main .footer_nav {
    display: inline;
    float: right;
}

.footer_cls_main .footer_nav ul li+li {
    padding-left: 40px;
}

.footer_nav ul li {
    display: inline;
}

.footer_cls_main .footer_nav ul li a {
    color: #fff;
    font-size: 16px;
    font-family: "GTEestiProDisplay-Light";
    font-weight: normal;
}

.footer_cls_main .align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_cls_main .copyright {
    display: inline;
}

.footer_cls_main .copyright p {
    margin: 0px;
    color: #fff;
    display: inline;
    font-size: 16px;
    line-height: 30px;
}

/* end footer */

/* home banner top section */
.main_cls_banner .banner_bg {
    position: relative;
    background-color: #48a548;
}

.main_cls_banner .banner_title h1 {
    font-size: 50px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    line-height: 54px;
}

.main_cls_banner .banner_text p {
    margin: 0px;
    color: #fff;
    font-size: 24px;
}

.main_cls_banner .banner_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.slick-dots button:before {
    display: none;
}

.main_cls_banner .slide {
    position: relative;
}

.main_cls_banner .slide .slide__img {
    width: 100%;
}

.main_cls_banner .slide .slide__img img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
}

.main_cls_banner .slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.main_cls_banner .slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
}

.main_cls_banner .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.main_cls_banner .slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main_cls_banner .slick-dots li button:hover,
.slick-dots li button:focus,
.slick-list:focus,
div#us_report_button:focus {
    outline: transparent;
    border: 1px solid transparent;
}

.main_cls_banner .simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.main_cls_banner .simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.main_cls_banner .simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}

.main_cls_banner .simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.main_cls_banner .stick-dots .slick-dots li {
    height: 5px;
    width: 40px;
}

.main_cls_banner .stick-dots .slick-dots li button {
    position: relative;
    background-color: #dddddd;
    width: 40px;
    height: 5px;
    padding: 0;
    border-radius: 20px;
}

.main_cls_banner .stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.main_cls_banner .stick-dots .slick-dots li.slick-active button {
    background-color: #48a548;
    opacity: 1;
}

.main_cls_banner .stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
    background-color: #48a548;
}

.main_cls_banner .slick-prev:before,
.main_cls_banner .slick-next:before {
    display: none;
}

.main_cls_banner .slick-prev,
.main_cls_banner .slick-next {
    width: 52px;
    height: 100px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    background: rgba(0, 0, 0, 0.75);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main_cls_banner .slick-prev {
    left: 0px;
    z-index: 999;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
}

.main_cls_banner .slick-next {
    right: 0;
    left: auto;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
}

.main_cls_banner .slick-next:after {
    background-image: url(../img/sustainability-2021-images/banner-right-arrow.svg);
    margin-right: -10px;
}

.main_cls_banner .slick-prev:after {
    margin-left: -10px;
    background-image: url(../img/sustainability-2021-images/banner-left-arrow.svg);
}

.main_cls_banner .slick-prev::after,
.main_cls_banner .slick-next::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    content: '';
}

.main_cls_banner .slick-next:focus,
.main_cls_banner .slick-next:focus:hover {
    background: #000000bf;
}

.main_cls_banner .sustainability-home-slider {
    position: relative;
    z-index: 2;
}

.banner__slider {
    position: relative;
}

.banner__slider:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 50%;
    background: #FFFFFF;
    z-index: 1;
}

.main_cls_banner .slick-nav.next-arrow.slick-arrow img {
    margin-left: 21px;
}

.main_cls_banner .slick-nav.prev-arrow {
    left: 0px;
    z-index: 999;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
}

.main_cls_banner .slick-nav.prev-arrow.slick-arrow img {
    margin-left: auto;
    margin-right: 21px;
}

.main_cls_banner .slick-nav.next-arrow {
    left: auto;
    right: 0px;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
}

/* end Bannner */

/* Download panel */
.download-report-panel.full-download-panel {
    padding: 50px 0 60px;
    border-bottom: 1px solid #ddd;
}

.download-report-panel.full-download-panel .top_download_content {
    margin-bottom: 30px;
}

/* Leader Messages */
.leader_cls_main {
    padding: 60px 0px 0px;
    position: relative;
}

.leader_cls_main .section_heading {
    text-align: center;
}

.leader_cls_main .section_heading h2 {
    margin-bottom: 60px;
}

.leader_cls_main .leader_msg_row {
    position: relative;
}

.leader_cls_main .leader_msg_row+.leader_msg_row {
    margin-top: 40px;
}

.leader_cls_main .leader_msg_row.last_row:after {
    content: "";
    background-color: #f4f4f4;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}

.leader_cls_main .flex_dly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.leader_cls_main .flex_dly .flex_cell {
    width: 50%;
    position: relative;
}

.leader_cls_main .leader_inner_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.leader_cls_main .flex_dly .flex_cell.flex_cell_content {
    padding: 60px 80px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-left: none;
}

.leader_cls_main .flex_dly .flex_cell .img_container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.Qa_main .our_approach_conntent {
    padding-bottom: 30px;
}

.leader_cls_main .img_container {
    height: 100%;
    min-height: 100%;
    position: relative;
}

.leader_cls_main .img_container a::after {
    content: "";
    background-image: url(../img/sustainability-2021-images/video_play.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.leader_cls_main .leader_inner_text {
    position: relative;
}

.leader_cls_main .leader_inner_text::before {
    content: "";
    background-image: url(../img/sustainability-2021-images/quotes.svg);
    background-repeat: no-repeat;
    position: static;
    width: 40px;
    height: 35px;
    margin-bottom: 35px;
}

.leader_cls_main .img_quetos {
    margin-bottom: 40px;
}

.leader_cls_main .leader_text {
    padding-bottom: 48px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.leader_cls_main .leader_text_main p {
    font-size: 20px;
    margin: 0;
}

.leader_cls_main .leader_links .link-text {
    display: block;
    line-height: 1.4;
}

.leader_cls_main .flex_dly.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.leader_cls_main .flex_dly.row-reverse .flex_cell_content {
    border-left: 1px solid #ddd;
}

/* end Leader Messages */
.pop_abs.popup-content i.fa.fa-close {
    color: #fff;
    font-size: 30px;
}

body.popup-open {
    overflow-y: hidden;
}

.pop_up_main.pop {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow-y: auto;
}

.popup-video-sec {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.pop_abs.popup-content {
    position: relative;
    display: table;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    height: 100%;
}

.pop_up_main a.close {
    position: absolute;
    right: -42px;
    top: -30px;
    color: #fff;
    font-size: 60px;
    height: 60px;
    line-height: 30px;
    cursor: pointer;
    opacity: 1 !important;
    width: 60px;
    text-shadow: none;
    background: no-repeat;
    font-weight: normal;
}

.video_popup {
    width: 90%;
    max-width: 740px;
    margin: 0 auto;
    height: auto;
    position: relative;
    border: solid 10px #fff;
}

.video_popup iframe {
    width: 100%;
    height: 406px;
    vertical-align: top;
}

.pop_up_main a.close img {
    width: 100%;
}

/* end popup */


/*  */

.susta_cls_main .section_heading {
    text-align: center;
}

.susta_cls_main .section_text {
    width: 70%;
    margin: 0px auto;
    padding-bottom: 60px;
}

.susta_cls_main .section_text p {
    text-align: center;
    margin-bottom: 0px;
}

.susta_cls_main .susta_card_img img {
    width: 100%;
}

.susta_cls_main .susta_card_text {
    padding: 30px;
    background-color: #fff;
    border-bottom: 5px solid #48a548;
}

.susta_cls_main .susta_card_text p {
    margin: 0px;
    font-weight: normal;
}

/* pandic */

.main_cls .pandic_cls_main.section-spacing {
    padding-bottom: 0px;
}

.pandic_cls_main .py_80 {
    padding: 0px 0px 0px 70px;
}

.pandic_cls_main .section_heading {
    text-align: left;
}

.pandic_cls_main .section_text {
    width: 100%;
    padding-bottom: 40px;
}


.pandic_cls_main .section_text p {
    text-align: left;
    margin: 0px;
}

.main_cls .pandic_cls_main .pandic_img {
    text-align: center;
}

.main_cls .pandic_cls_main .pandic_cls-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main_cls .pandic_cls_main .pandic_cls-wrap>div {
    width: 50%;
}

.pandic_cls_main .pandemic-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_cls .pandic_cls_main .pandic_img,
.main_cls .pandic_cls_main .pandic_img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/* end  pandic */


/*  categories */

.categories_cls_main {
    padding-bottom: 0px;
    border-bottom: none;
}

.btm_brder.pt-80 {
    padding-top: 40px;
}

.categories_cls_main .categories_people .box_cls_categ {
    background-color: #681243;
    padding: 23px 31px;
}

.categories_cls_main .categories_people .box_cls_categ h3 {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    margin: 0px;
}

.categories_cls_main .categories_people .categories_people_text {
    padding: 30px 0px 0px;
}

.categories_cls_main .categories_people .categories_people_text p {
    margin: 0px;
}

.categories_cls_main .categories_faq a {
    font-family: "GT-Eesti-Pro-Display-Bold";
    font-size: 18px;
    font-weight: normal;
    padding: 12px 0px;
    margin-bottom: 8px;
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #404040;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.categories_cls_main .categories_faq a:hover:after {
    content: " ";
    border-left: 3px solid #681243;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
}

.categories_cls_main .categories_faq a:hover {
    color: #681243;
    padding-left: 18px;
}

.categories_cls_main .categories_faq a i {
    color: #681243;
    font-weight: normal;
}

.categories_cls_main .categories_faq {
    border-bottom: 1px solid #ddd;
}

.categories_cls_main .categories_people {
    border-bottom: 5px solid #681243;
    padding-bottom: 30px;
    min-height: 100%;
}

.categories_cls_main .planet {
    border-bottom: 5px solid #025436;
}

.categories_cls_main .planet .box_cls_categ {
    background-color: #025436;
}

.categories_cls_main .planet .categories_faq a:hover {
    color: #025436;
}

.categories_cls_main .planet .categories_faq a:hover:after {
    content: " ";
    border-left: 3px solid #025436;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
}

.categories_cls_main .planet .categories_faq a i {
    color: #025436;
}

.categories_cls_main .product {
    border-bottom: 5px solid #222d5f;
}

.categories_cls_main .product .box_cls_categ {
    background-color: #222d5f;
}

.categories_cls_main .product .categories_faq a:hover {
    color: #222d5f;
}

.categories_cls_main .product .categories_faq a:hover:after {
    content: " ";
    border-left: 3px solid #222d5f;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
}

.categories_cls_main .product .categories_faq a i {
    color: #222d5f;
}

/* end categories */

/* highlight */

.pb-80 {
    padding-bottom: 70px !important;
}

.pb-30 {
    padding-bottom: 30px;
}

.highlight_cls_main {
    padding: 70px 0px;
}

.highlight_cls_main .fiscal-corporate-sec-row {
    margin-top: -20px;
}

.highlight_cls_main .highlight_cls_img img {
    width: 100%;
}

.fiscal-corporate-outer .fiscal-corporate-sec-row>div {
    margin-top: 20px;
}

.highlight_cls_main .section_heading {
    text-align: center;
    margin-bottom: 30px;
}

.highlight_cls_main .section_heading h2 {
    margin-bottom: 0px;
}

.highlight_cls_main .fiscal-corporate-icon {
    margin-bottom: 25px;
}

.highlight_cls_main .fiscal-corporate-icon img {
    max-width: 140px;
}

.highlight_cls_main .fiscal-corporate-text h2 {
    font-size: 48px;
    color: #681243;
    margin-bottom: 20px;
}

.highlight_cls_main .fiscal-corporate-text p {
    margin-bottom: 0px;
    padding-right: 35px;
}

.highlight_cls_main .fiscal-corporate-box {
    background-color: #f7f3f5;
    padding: 38px 38px 52px;
    position: relative;
    min-height: 100%;
}

.highlight_cls_main .fiscal-corporate-box:after {
    content: '';
    border-bottom: 5px solid #681243;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
}

.highlight_cls_main .fiscal-corporate-box h2 {
    font-size: 60px;
    color: #681243;
    margin-bottom: 36px;
}

.highlight_cls_main .fiscal-corporate-box p:first-child {
    margin-bottom: 26px;
    text-transform: uppercase;
}

.highlight_cls_main .fiscal-corporate-box p {
    margin-bottom: 0px;
}

.highlight_cls_main .fiscal-corporate-box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #681243;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.highlight_cls_main .fiscal-corporate-box:hover .overlay {
    height: 100%;
}

.highlight_cls_main .fiscal-corporate-box .overlay_text p {
    color: white;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    text-transform: none;
}

.highlight_cls_main .fiscal-corporate-box .overlay_text {
    padding: 39px;
}

.highlight_cls_main .green_box .fiscal-corporate-text h2 {
    color: #025436;
}

.highlight_cls_main .green_box .fiscal-corporate-box:after {
    border-bottom: 5px solid #025436;
}

.highlight_cls_main .green_box .fiscal-corporate-box .overlay {
    background-color: #025436;
}

.highlight_cls_main .green_box .fiscal-corporate-box h2 {
    color: #025436;
}

.highlight_cls_main .btm_brder {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 60px;
}

.highlight_cls_main .green_box {
    padding-top: 60px;
}

.highlight_cls_main .blue_box {
    padding-top: 60px;
}

.highlight_cls_main .blue_box .fiscal-corporate-text h2 {
    color: #222d5f;
}

.highlight_cls_main .blue_box .fiscal-corporate-box:after {
    border-bottom: 5px solid #222d5f;
}

.highlight_cls_main .blue_box .fiscal-corporate-box .overlay {
    background-color: #222d5f;
}

.highlight_cls_main .blue_box .fiscal-corporate-box h2 {
    color: #222d5f;
}


/* end highlight */


/* about */

.about_cls_main .about_cls_inner {
    text-align: center;
}

.about_cls_main .about_text {
    width: 70%;
    margin: 40px auto;
}

.about_cls_main .about_cls_inner .about_img img {
    max-width: 51px;

}

/* end about */


/* top banner page  */

.page_top_banner .banner-wrap {
    width: 100%;
    margin: 0;
}

.dark-green-banner .banner-wrap .banner-content {
    background: #025436;
}

.page_top_banner .banner-wrap .banner-image {
    padding: 0;
}

.page_top_banner .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page_top_banner .banner-content .breadcrumb {
    padding: 0;
    background: transparent;
    border-radius: 0;
    margin: 0 0 20px;
}

.page_top_banner .banner-content .breadcrumb ul li {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    color: #fff;
}

.page_top_banner .banner-content .breadcrumb ul li a {
    color: #fff;
}

.page_top_banner .banner-content .breadcrumb ul li a:hover {
    text-decoration: underline;
}

.page_top_banner .banner-content .breadcrumb ul li span {
    font-weight: normal;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.page_top_banner .banner-image .desktop-img {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.page_top_banner .banner-content .banner-content-wrap {
    width: 100%;
    padding: 20px 20px 20px 30px;
}

.page_top_banner .breadcrumb ul li:not(:last-child):after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 12px;
}

.dark-blue-banner .banner-content {
    background: #222d5f;
}

.on-this-page-wrap li,
.on-this-page-tab .on-this-page-wrap .onpage-heading-left {
    font-size: 18px;
    color: #404040;
    font-weight: normal;
    padding: 21px 30px;
    position: relative;
    list-style: none;
    font-family: "GT-Eesti-Pro-Display-Bold";
    line-height: normal;
}

.on-this-page-wrap {
    padding: 15px 0;
    border-bottom: solid 2px #ddd;
}

.on-this-page-wrap li a {
    font-size: 18px;
    color: #404040;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.onpage-heading-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.on-this-page-tab .on-this-page-wrap .onpage-heading-left {
    padding-left: 0;
    padding-right: 58px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.on-this-page-wrap li:not(:last-child) {
    border-right: solid 1px #ddd;
}

.dark-voilet-tab li a:hover,
.dark-voilet-tab li.active a {
    color: #681243;
}

.dark-green-tab li a:hover,
.dark-green-tab li.active a {
    color: #025436;
}

.dark-blue-tab li a:hover,
.dark-blue-tab li.active a {
    color: #222d5f;
}

.dark-blue-tab .onpage-heading-left:after {
    color: #222d5f;
}


.on-this-page-wrap li a {
    position: relative;
}

.onpage-heading-left:after {
    content: ':';
    display: inline-block;
    vertical-align: middle;
}

.on-this-page-wrap li a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.dark-green-tab li a:after {
    background: #80a99a;
}

.dark-blue-tab li a:after {
    background: #9096af;
}

.dark-voilet-tab li a:after {
    background: #b388a1;
}

.on-this-page-wrap li a:hover:after,
.on-this-page-wrap li.active a:after {
    opacity: 1;
}

/* banner end */


/* about us style */

.about_Us_sec-wrap .about-Us-wrap-inner .about-Us-left-sce {
    padding-right: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.about_Us_sec-wrap .about-Us-wrap-inner .about-Us-left-sce>div {
    width: 100%;
}

.about_Us_sec-wrap .about-Us-right-sce {
    padding-left: 50px;
    border-left: solid 5px #ddd;
}

.counter-nmber {
    font-size: 48px;
    line-height: normal;
    color: #404040;
    font-weight: normal;
    margin: 0;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.counter-nmber sup {
    font-size: 26px;
    top: -.5em;
}

.about_Us_sec-wrap .about-Us-right-sce .about-Us-right-top p:not(:last-child) {
    margin: 0 0 7px;
}

.about_Us_sec-wrap .about-Us-right-sce .about-right-img {
    margin-right: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
}

.about_Us_sec-wrap .about-Us-right-sce .about-Us-right-top li {
    margin-bottom: 40px;
}

.about_Us_sec-wrap .about-Us-right-sce .about-small-text p {
    font-size: 14px;
    line-height: 24px;
    font-family: "GTEestiProDisplay-Medium";
    margin: 0;
}

.about_Us_sec-wrap .about-Us-wrap-inner .about-Us-left-sce .about-us-bottom {
    padding: 25px 0;
    border-top: solid 1px #ddd;
}

.about_Us_sec-wrap .about-Us-right-sce .about-Us-right-bottom li:last-child>div {
    margin-bottom: 0;
}

.about_Us_sec-wrap .about-Us-right-sce .about-Us-right-bottom li {
    margin-bottom: -7px;
}

.about_Us_sec-wrap .about-Us-wrap-inner .about-Us-left-sce .about_us_top {
    padding-right: 20px;
}


/* about us section end  */


/* our strategy start */

.our_Strategy_sec-wrap .our_Strategy-col h3,
.h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0 0 20px;
}

.our_Strategy_sec-wrap .our_Strategy-col li,
.our_Strategy_sec-wrap .our_Strategy-col p {
    font-family: "GTEestiProDisplay-Medium";
}

.red-block {
    background: #e03a3e;
}

.red-block h3,
.red-block li,
.red-block p,
.green-block h3,
.green-block li,
.green-block p {
    color: #fff;
}

.sky-blue-block {
    background: #53c6ec;
}

.sky-blue-block h3,
.sky-blue-block li,
.sky-blue-block p {
    color: #004d66;
}

.green-block {
    background: #46a046;
}

.lime-green-block h3,
.lime-green-block li,
.lime-green-block p {
    color: #025436;
}

.lime-green-block {
    background: #96c83d;
}

.our_Strategy-wrap-cols .our_Strategy-col {
    margin-left: 6px;
    padding: 38px 30px 50px;
}

.our_Strategy_sec-wrap .our_Strategy-wrap-cols {
    margin: 0 0 0 -6px;
}

.our_Strategy_sec-wrap .our_Strategy-wrap-cols .our_Strategy-col-bottom {
    margin-top: 35px;
    padding-left: 17px;
}

.our_Strategy-wrap-cols .our_Strategy-col-bottom img {
    width: 140px;
}

.our_Strategy_sec-wrap .our_Strategy-wrap-cols li {
    margin: 0 0 15px;
}

.our_Strategy-wrap-cols .our_Strategy-col .our_Strategy-img img {
    height: 146px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.our_Strategy-wrap-cols .our_Strategy-col .our_Strategy-img {
    margin-bottom: 30px;
}

.our_Strategy-wrap-cols .our_Strategy-col .our_Strategy-col-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    height: 100%;
}

.our_Strategy_sec-wrap .our_Strategy-header,
.financial_Highlights_sec-wrap .financial_Highlights-header,
.cst-header-wrap {
    padding-bottom: 25px;
}

.our_Strategy_sec-wrap .our_Strategy-wrap-cols li:last-child {
    margin-bottom: 0;
}

.our_Strategy-wrap-cols .our_Strategy-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    word-break: break-word;
}

.our_Strategy-col-top,
.our_Strategy-col-bottom {
    width: 100%;
}

/* our strategy end */

.financial_Highlights_sec-wrap .financial_Highlights-wrap-cols {
    margin-left: -10px;
    margin-right: -10px;
}

.financial_Highlights_sec-wrap .financial_Highlights-wrap-cols .financial_Highlights-col {
    padding-left: 10px;
    padding-right: 10px;
}

.financial_Highlights_sec-wrap .financial_Highlights-wrap-cols h6 {
    font-size: 18px;
    margin: 0;
    padding-bottom: 5px;
}

.financial_Highlights_sec-wrap .financial_Highlights-wrap-cols li p {
    margin: 0 0 20px;
}

.on-this-page-wrap li:last-child {
    padding-right: 0;
}

.pink-block .counter-nmber {
    color: #d6176f;
}

.purple-block .counter-nmber {
    color: #681243;
}

.dark-aqua-block .counter-nmber {
    color: #0095a9;
}

.orange-block .counter-nmber {
    color: #dc8311;
}

.financial_Highlights_sec-wrap .financial_Highlights-wrap-cols .financial_Highlights-col li {
    margin: 0;
    padding: 35px 0 10px;
    border-bottom: solid 1px #ddd;
    list-style: none;
}

.financial_Highlights_sec-wrap .financial_Highlights-wrap-cols .financial_Highlights-col li:last-child {
    border-bottom: none;
    padding-bottom: 10px;
}

.financial_Highlights_sec-wrap .financial_Highlights-wrap-cols .financial_Highlights-col:after {
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.financial_Highlights_sec-wrap .financial_Highlights-wrap-cols .financial_Highlights-col.pink-block:after {
    background: #d6176f;
}

.financial_Highlights_sec-wrap .financial_Highlights-wrap-cols .financial_Highlights-col.purple-block:after {
    background: #681243;
}

.financial_Highlights_sec-wrap .financial_Highlights-wrap-cols .financial_Highlights-col.dark-aqua-block:after {
    background: #0095a9;
}

.financial_Highlights_sec-wrap .financial_Highlights-wrap-cols .financial_Highlights-col.orange-block:after {
    background: #dc8311;
}


.our_approach-bottom-conetnt p:last-child {
    margin-bottom: 0;
}

.our_approach-grid-wrap .our_approach-grid-col {
    padding-top: 40px;
    padding-bottom: 40px;
}

.our_approach-grid .our_approach-grid-wrap:first-child .our_approach-grid-col {
    padding-top: 40px;
}

.our_approach-grid-wrap .our_approach-grid-col .our_approach-grid-text p:last-child {
    margin-bottom: 0;
}

.our_approach-grid-wrap .our_approach-grid-col {
    margin: 0;
}

.our_approach-grid-wrap .our_approach-grid-col .our_approach-grid-text {
    padding-left: 30px;
}


/* bottom banner image section */

.bottom-banner-img-with-text .bottom-banner-sec-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bottom-banner-img-with-text p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.bottom-banner-img-with-text p a {
    line-height: 1;
    font-family: "GT-Eesti-Pro-Display-Bold";
    border-bottom: solid 1px #fff;
    color: #fff;
}

.bottom-banner-img-with-text .bottom-banner-content {
    padding: 20px 60px;
    position: relative;
    width: 100%;
}

.bottom-banner-img-with-text .bottom-banner-content p {
    margin: 0;
}

.bottom-banner-img-wrap .bottom-banner-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.bottom-banner-img-with-text .bottom-banner-content img {
    margin-right: 30px;
    width: 64px;
    height: 64px;
}

.bottom-banner-img-wrap {
    position: relative;
    min-height: 201px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.bottom-banner-img-wrap .bottom-banner-bg-img {
    min-height: 201px;
}

.bottom-banner-img-wrap .bottom-banner-bg-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/* product quality page */

.our_approach-wrap-text .our_approach_conntent p:last-child {
    margin-bottom: 0;
}

.richtect_sec-wrap p:last-child {
    margin-bottom: 0;
}


/* heighlights goal  */

.inner-goal-section .goals-panel-top-sec p {
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.inner-goal-section p {
    margin: 0;
}

.inner-goal-section {
    background: #fff;
    padding: 40px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

.inner-goal-section .goal-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding-bottom: 30px;
}

.global-section-tab .table-striped tbody tr:last-child {
    border-bottom: none;
}

.inner-goal-section .goal-table-row:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}

.inner-goal-section .table-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.full-width-blocks {
    padding-top: 30px;
}

.full-width-blocks .inner-goal-section.purple-div {
    border-bottom: 5px solid #681243;
    background-color: #f7f3f5;
}

.inner-goal-section.dgreen-div {
    background-color: #f2f6f5;
}

.full-width-blocks .goals-panel .row>div {
    margin-bottom: 30px;
}

.full-width-blocks .goals-panel .row>div:last-child {
    margin-bottom: 0;
}

.full-width-blocks .inner-goal-section {
    padding: 60px 60px 60px;
}

.inner-goal-section .goal-table-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.goal-table-heading,
.data-desc h3,
.inner-goal-section h2 {
    font-size: 30px;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.data-desc h6 {
    font-size: 18px;
}

.goals-panel .inner-goal-section h2 {
    margin-bottom: 20px;
}

.goals-panel .inner-goal-section h3 {
    margin-bottom: 15px;
}

.goals-panel .inner-goal-section .data-desc h3 {
    margin-bottom: 0;
}

.inner-goal-section .goal-table {
    padding-top: 10px;
}

.inner-goal-section .goal-table-row:last-child {
    padding-bottom: 0px;
}

.inner-goal-section .goal-table-row:first-child {
    margin-top: 0;
}


/* custom CTA bar */

.cst-CTA-bar {
    margin-top: 50px;
    padding: 30px 40px;
}

.cst-CTA-bar p {
    font-size: 24px;
    font-family: "GT-Eesti-Pro-Display-Bold";
    margin: 0;
    color: #fff;
}

.blue-bar {
    background: #222d5f;
}

.blue-bar p,
.green-bar p {
    color: #fff;
    margin: 0;
}

.voilet-bar {
    background-color: #681243;
}


/* sidebar tabs  */

.our-story .nav {
    max-width: 370px;
    width: 100%;
    padding-bottom: 50px;
}

.our-story .nav li,
.our-story .nav .nav-heading {
    border: solid 1px #ddd;
    position: relative;
}

.our-story .nav ul {
    list-style: none;
    margin: 0;
}

.our-story .nav .nav-link,
.our-story .nav .nav-heading {
    padding: 26.5px 30px;
    font-size: 18px;
    border-bottom: 0px;
    font-family: "GTEestiProDisplay-Medium";
}

.our-story .nav .nav-link {
    color: #404040;
    border: none;
}

.our-story .nav .nav-heading span,
.global-section-tab a {
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.our-story .nav .active .nav-link,
.our-story .nav .nav-link:hover {
    background-color: #f4f4f4;
}

.our-story .nav li:not(:last-child) {
    border-bottom: none;
}

.our-story .nav .nav-link:after {
    content: '';
    position: absolute;
    width: 5px;
    height: calc(100% + 2px);
    right: -5px;
    top: -1px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: transparent;
    z-index: 1;
}

.our-story .blue-page .active .nav-link:after {
    background-color: #222d5f;
}

.our-story .green-page .active .nav-link:after {
    background-color: #025436;
}

.our-story .voilet-page .active .nav-link:after {
    background-color: #681243;
}

.global-section-tab {
    padding: 0 0 30px;
    margin-bottom: 50px;
    border-bottom: solid 1px #ddd;
}

.global-tab-grid-repeater .global-tab-grid-col {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.global-tab-grid-repeater .global-tab-grid-col .global-tab-col-left {
    max-width: 270px;
}

.global-tab-grid-repeater .global-tab-grid-col .global-tab-col-right {
    width: calc(100% - 270px);
    padding-left: 42px
}

.global-tab-grid-repeater .global-tab-grid-col .global-tab-col-left p,
.global-tab-grid-repeater .global-tab-grid-col .dsicription-sec-right p:last-child {
    margin-bottom: 0;
    margin-top: 0px;
}

.province-sec-left {
    margin-bottom: 22px;
}

.supplier-sec-right {
    margin-bottom: 30px;
}

.supplier-sec-right p {
    margin: 0 0 14px;
}

.global-tab-grid-repeater {
    border-top: solid 1px #ddd;
}

.global-tab-col-left p:first-child {
    padding-bottom: 4px;
}

.global-tab-grid-col a {
    border-bottom: solid 1px currentColor;
}

.our-story .tabs-con {
    padding-left: 30px;
}

.em-small em {
    font-size: 14px;
}

p.em-small+p.scope.em-small {
    margin-top: 5px !important;
}

p.em-small {
    margin-bottom: 0;
}

.global-section-tab ul {
    padding-left: 17px;
    margin-bottom: 30px;
}

.global-section-tab ul li+li {
    margin-top: 10px;
}

.blue-page li::marker {
    color: #222d5f;
}


/* Customer-Experience page */

.dark-brown-banner {
    background-color: #681243;
}

.employee_cls_main .our_approach_box_top {
    margin-top: 30px;
    margin-bottom: 40px;
}

.employee_cls_main .our_approach_box_top .our_approach_box {
    background-color: #f4f4f4;
    border-bottom: 5px solid #681243;
    min-height: 100%;
    padding: 43px 30px 43px 43px;
}

.employee_cls_main .our_approach_box_top .approach_box_text {
    margin-top: 48px;
}

.employee_cls_main .our_approach_box_top .approach_box_text h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.employee_cls_main .our_approach_box_top .approach_box_text p {
    margin-bottom: 0px;
}

.employee_cls_main .our_approach_list ul li::marker {
    color: #681243;
}

.employee_cls_main .our_approach_list ul li {
    margin-bottom: 15px;
}

.employee_cls_main .employee_development_list .approach_inner_list {
    margin-top: 10px;
}

.employee_cls_main .approach_inner_list li:last-child {
    margin-bottom: 0px;
}

.employee_cls_main .our_approach_list ul li:last-child {
    margin-bottom: 0px;
}

.employee_cls_main .employee_development_list ul {
    margin-top: 25px;
}

.employee_cls_main .employee_development_list .approach_inner_list li {
    margin-bottom: 5px;
}

/* end page inner banner */


/* about this report */

.materiality_box_top .materiality_box_icon img {
    max-width: 90px;
}

.materiality_box_top .materiality_box {
    background-color: #f4f4f4;
    border-bottom: 5px solid #025436;
    min-height: 100%;
    padding: 50px 30px 50px 50px;
}

.materiality_box_top .materiality_box_text {
    margin-top: 40px;
}

.materiality_box_top .materiality_box_text h2 {
    font-size: 24px;
}

.Forward_Looking_main .small_heading {
    font-size: 24px;
    margin-bottom: 25px;
}

.materiality_box_top .pr_10 {
    padding-right: 10px;
}

.materiality_box_top .pl_10 {
    padding-left: 10px;
}

.materiality_box_top .materiality_box_text p br {
    display: none;
}


/* end about this report */


/* Covid-19 response */

.dark-gray-banner {
    background-color: #546160;
}

.dark-gray-tab li a:hover,
.dark-gray-tab li.active a {
    color: #546160;
}

.dark-gray-tab li a:after {
    background: #8a9291;
}


/* end covid-19 response */


/* Leader messages */

.people_planet {
    padding-top: 60px;
}

.people_planet h3 {
    font-size: 24px;
    margin: 0 0 30px;
}

.people_planet ul {
    padding-left: 17px;
}

.people_planet ul li {
    margin-bottom: 20px;
}

.people_planet ul li::marker {
    color: #025436;
}

.space_65 {
    margin-bottom: 65px;
}

.ceo_sign h3 {
    font-family: "Bellandha";
    font-size: 48px;
    margin-bottom: 25px;
}

.ceo_sign p {
    margin-bottom: 0;
}

.letter_ceo-top-sec .letter_ceo_img {
    width: 560px;
}

.letter_ceo-top-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.letter_ceo-top-sec .letter_ceo_conntent {
    width: calc(100% - 560px);
    padding-right: 82px;
}

.letter_ceo-top-sec .letter_ceo_conntent blockquote {
    padding: 35px 35px;
    background: #f4f4f4;
    font-size: 18px;
    margin: 12px 0 30px;
    border-left: solid 5px;
    font-family: "GT-Eesti-Pro-Display-Bold";

}

.letter_ceo-top-sec .letter_ceo_conntent blockquote p:last-child {
    margin-bottom: 0;
}

.letter_ceo-top-sec .letter_ceo_conntent blockquote p {
    font-family: inherit;
}

.letter_ceo_bottom-sec ul {
    list-style: none;
}

.letter_ceo_bottom-sec ul .ceo-name {
    margin: 0;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.letter_ceo_bottom-sec ul .ceo-name~li {
    margin-top: 0px;
}

.green-sec .letter_ceo-top-sec .letter_ceo_conntent blockquote {
    border-left-color: #025436;
}

.letter_ceo_img p {
    margin-top: 22px;
    margin-bottom: 0px;
}

.Qa_date {
    padding: 0 0 30px;
}

.Qa_date h3 {
    font-size: 30px;
    margin: 0px;
}

.Qa_main .dl_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.Qa_main .dl_flex .flex_cell_content {
    padding: 50px 60px;
    border: 1px solid #ddd;
    border-left: none;
    border-left: 5px solid #025436;
    width: 67%;
}

.Qa_main .leader_inner_text {
    position: relative;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Qa_main .leader_text h3 {
    font-size: 24px;
    line-height: 36px;
}

.Qa_main .leader_text p {
    font-size: 24px;
    line-height: 36px;
}

.Qa_main .leader_inner_text::before {
    content: "";
    background-image: url(../img/sustainability-2021-images/quotes-dark-green.svg);
    background-repeat: no-repeat;
    position: static;
    width: 100%;
    height: 35px;
    background-position: left center;
    background-size: contain;
    margin-bottom: 35px;
    max-width: 50px;
}

.Qa_main .img_container {
    height: 100%;
    min-height: 100%;
    position: relative;
}

.Qa_main .img_container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.Qa_main .accordion_cls_main .card:not(:last-child) {
    border-bottom: none;
}

.Qa_main .accordion_cls_main {
    margin-top: 30px;
}

.Qa_main .accordion_cls_main .card {
    border-radius: 0px;
    background-color: #f4f4f4;
    border: 1px solid #dddddd;
}

.Qa_main .accordion_cls_main .card-header {
    border-radius: 0px;
    border-bottom: none;
    background-color: transparent;
    padding: 0px;
}

.Qa_main .accordion_cls_main .card-header .card-link.collapsed {
    background-color: #fff;
}

.Qa_main .accordion_cls_main .card-header .card-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    padding: 35px 40px;
    font-family: "GT-Eesti-Pro-Display-Bold";
    color: #404040;
}


.Qa_main .accordion_cls_main .card-header .card-link i {
    color: #025436
}

.Qa_main .accordion_cls_main .card-body {
    padding: 0px 40px 40px;
    border: none;
}

.Qa_main .accordion_cls_main .card-header .card-link i {
    margin-left: 20px;
}


/* end Leader Messages */


/* plastic pages style */

.sec-padding {
    padding: 70px 0 0 0;
}

.inner-approch-panel h3 {
    font-size: 24px;
    font-weight: normal;
    padding-top: 20px;
}

.six-blocks {
    background-color: #f4f4f4;
    margin: 50px 0;
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    padding: 40px;
    border-right: 1px solid #dddddd;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.six-blocks .icon-panel {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.listing ul {
    padding-left: 17px;
}

.listing ul li::marker {
    background: #025436;
    font-size: 20px;
    color: #025436;
}

.listing li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    margin-bottom: 6px;
}

.listing ul {
    list-style: initial;
}

.inner-banner {
    padding-top: 80px;
}

.inner-goal-section {
    background: #ffffff;
    padding: 40px 40px 49px;
    border-bottom: 5px solid #025436;
}

.inner-goal-section .goal-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dddddd;
    margin-top: 20px;
    padding-bottom: 10px;
}

.inner-goal-section .goal-table-row:last-child {
    padding: 0;
    border: none;
}

.inner-goal-section .table-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.inner-goal-section .goal-table-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.data-desc h6 {
    font-size: 18px;
}

.data-desc h3 {
    font-size: 30px;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.green-bar {
    background-color: #025436;
}

.info-section .info-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 30px;
}

.info-section .info-panel .icon-info {
    background: #ffffff;
    height: 64px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    margin: 0 20px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.info-section .info-panel .content {
    color: #ffffff;
    font-size: 24px;
}

.info-section .info-panel .content a {
    color: #ffffff;
    font-size: 24px;
    font-family: "GT-Eesti-Pro-Display-Bold";
    ;
    text-decoration: underline;
}

.info-section .info-panel .content a:hover {
    text-decoration: underline;
}

.green-bar a.white-button {
    background: #ffffff;
    color: #025436;
    padding: 0 30px;
    height: 55px;
    display: inline-block;
    line-height: 55px;
    border-radius: 40px;
    font-family: "GT-Eesti-Pro-Display-Bold";
    font-size: 18px;
}

.tab-content .fade:not(.show) {
    opacity: 1;
}

.our-story .nav {
    max-width: 370px;
    width: 100%;
}

a.text-green {
    color: #025436;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

a.text-green:hover {
    color: #025436;
    text-decoration: underline;
}


ul.nav.navbar-nav.flex-column.green-page {
    padding-bottom: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills .nav-link:hover {
    color: #404040;
    background-color: #f4f4f4;
}

.image-block {
    padding: 20px 0 60px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 60px;
}

.green-page .nav-link:hover {
    color: #025436;
}

.global-section-tab:last-child {
    margin-bottom: 0;
}


/*=========== Food wasste ===========*/

.mt-80 {
    margin-top: 80px;
}

.pt-30 {
    padding-top: 30px;
}

.highlights-panel {
    background-color: #f4f4f4;
    padding: 78px 0;
    margin-top: 80px;
}

.green-bar {
    padding: 30px;
    background-color: #025436;
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.food-block .single-block {
    padding: 20px 40px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.show-mob {
    display: none;
}

.navbar-toggle::before {
    display: none;
}

.scopes {
    margin-bottom: 60px;
    margin-top: 50px;
}

.scopes .col-sm-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.scopes .scope-inner-block {
    padding: 40px;
    background: #f4f4f4;
    border-bottom: 5px solid #025436;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.scopes .scope-inner-block p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.listing ul li ul {
    padding: 20px 0;
}

.green-table-panel {
    background-color: #025436;
    padding: 80px 0;
}

.six-blocks.chart-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 0;
}

.six-blocks.chart-panel .chart-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.six-blocks.chart-panel .chart-boxes .indicate-bar ul li {
    display: inline-block;
    padding: 0 20px;
}

.six-blocks.chart-panel .indicate-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.six-blocks.chart-panel {
    padding: 40px 20px;
    margin-bottom: 20px;
}

.six-blocks .indicater-circle {
    height: 20px;
    width: 20px;
    background: #ddd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}

.indicater-circle.light-green {
    background: #6dc6ad;
}

.indicater-circle.dark-green {
    background: #025436;
}

.six-blocks.chart-panel ul li {
    display: inline-block;
    padding: 0 10px;
    padding-left: 30px;
    position: relative;
}

.chart-box {
    min-height: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.chart-panel .single-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 20px 40px;
}

.chart-panel .single-block h2 {
    padding: 0;
    margin: 20px 0 10px 0;
}

.chart-panel .single-block h6 {
    font-size: 18px;
    margin: 0;
}

.chart-panel .single-block h3 {
    font-size: 24px;
}

.chart-box .border-section {
    height: 100px;
}

.chart-box .border-section hr {
    width: 100%;
    background: #025436;
    margin-top: 60px;
    position: relative;
}

.chart-box .border-section hr::before {
    background: #025436;
    height: 30px;
    width: 1px;
    top: -30px;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    margin: 0 auto;
}

.chart-box .border-section hr::after {
    background: #025436;
    height: 6px;
    width: 6px;
    top: -30px;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    margin: 0 auto;
    border-radius: 50%;
}


/*Page:: Diversity, Equity & Inclusion*/

.global-table-outer td {
    font-size: 18px;
}

.global-table-outer td p {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.global-table-outer td p:last-child {
    padding-bottom: 0;
}

.global-table-outer table.table.cst-table.voilet.even-tr-gray-desk.equal-width.tborder td p {
    margin-bottom: 25px;
}

.row.banner-wrap.banner-image-pos-right.voilet-bg,
.voilet-bg {
    background-color: #681243;
}

.green-bar.voilet-bg {
    background-color: #681243;
}

ul.onpage-tab.d-flex.voilet-link li a:hover,
ul.onpage-tab.d-flex.voilet-link li a:active {
    color: #681243;
}

table.table.table-striped.voilet thead {
    background-color: #681243;
    color: #ffffff
}

.table thead th {
    vertical-align: middle;
    border: 0;
    padding: 26px 40px;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.table td,
.table th {
    padding: 30px 40px;
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f4f4f4;
}

ul.list {
    padding-left: 17px;
}

.list_spacing li {
    margin-bottom: 10px;
}

ul.list li::marker {
    color: #681243;
    font-weight: normal;
    display: inline-block;
    width: 1em;
    margin-left: 0;
}

ul.list.green-list li::marker {
    color: #025436;
}

ul.list.blue-list li::marker {
    color: #222d5f;
}

ul.list.lgreen-list li::marker {
    color: #48a548;
}

ul.list li {
    font-size: 18px;
    line-height: 26px;
}

.list-bottom-text p:last-child {
    margin-bottom: 0;
}

ul.list.community-list {
    margin-bottom: 30px;
}

.our-story .nav {
    max-width: 370px;
    width: 100%;
}

.our-story .nav .nav-link h3 {
    text-transform: uppercase;
    text-align: left;
    color: #681243;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 35px;
}

.tabs-con div#three {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddd;
}


/*highlights*/

.our-story .voilet-page .active .nav-link:after,
.our-story .voilet-page .nav-link:hover:after,
.our-story .voilet-page .nav-link.active:after,
.our-story .voilet-page .nav-link:hover:after {
    background-color: #681243;
}

.our-story .voilet-page .active .nav-link,
.our-story .voilet-page .nav-link.active {
    background: #f4f4f4;
}

.inner-goal-section {
    background: #ffffff;
    padding: 40px 40px 45px;
    border-bottom: 5px solid #025436;
}

.inner-goal-section.blue-div,
.blue-div {
    border-bottom: 5px solid #222d5f;
}

.inner-goal-section.purple-div {
    border-bottom: 5px solid #681243;
}

.inner-goal-section h2 {
    font-size: 24px;
    line-height: 30px;
    color: #404040;
    margin-bottom: 25px;
}

.inner-goal-section .inner-goal-sec-top p {
    font-family: "GT-Eesti-Pro-Display-Bold";
    margin-bottom: 0;
}

.inner-goal-section .bordered-block p {
    padding-bottom: 35px;
}

.goals-panel .inner-goal-section .bordered-block {
    margin-bottom: 40px;
    border-bottom: solid 1px #ddd;
}

.inner-goal-section .content-block .counter-nmber {
    margin-bottom: 20px;
}

.inner-goal-section.list-block .content-block {
    padding-top: 0;
}

ul.list li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}

ul.list li:last-child {
    margin-bottom: 0;
}

.inner-goal-section .content-block h3 {
    font-size: 24px;
}

.inner-goal-section .content-block h4 {
    font-size: 48px;
    margin-bottom: 10px;
}

.inner-goal-section.blue-border-bottom {
    border-bottom-color: #222d5f;
}

.inner-goal-section.light-green-div,
.light-green-div {
    border-bottom: 5px solid #48a548;
}

.fiscal-corporate-outer.highlights_inner_top .fiscal-corporate-sec-row>div {
    margin-top: 0px;
}

.inner-goal-section h2.voilet-text,
.voilet-text,
a.voilet-text {
    color: #681243;
}

.inner-goal-section .goal-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ffffff;
    margin-top: 20px;
    padding-bottom: 10px;
}

.inner-goal-section .goal-table-row:last-child {
    padding: 0;
    border: none;
}

.inner-goal-section .table-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.inner-goal-section .goal-table-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.goal-table-heading {
    font-size: 30px;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.data-desc h6 {
    font-size: 18px;
}

.data-desc h3 {
    font-size: 30px;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.data-desc h3.voilet-text {
    color: #681243;
}

.voilet-bg {
    background-color: #681243;
}

.voilet-bg a.white-button {
    background: #ffffff;
    color: #681243;
    padding: 0 30px;
    height: 55px;
    display: inline-block;
    line-height: 55px;
    border-radius: 40px;
    font-family: "GT-Eesti-Pro-Display-Bold";
    font-size: 18px;
}

.info-panel {
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 30px;
}

.info-panel.dei {
    background-image: url(../images/dei-learnmore-bg.jpg);
}

.info-panel.ci {
    background-image: url(../images/ci-learnmore-bg.jpg);
}

.info-panel.hsw {
    background-image: url(../images/hsw-learnmore-bg.jpg);
}

.info-section .info-panel .icon-info {
    background: #ffffff;
    height: 64px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    margin: 0 20px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.info-section .info-panel .content,
.info-panel .content {
    color: #ffffff;
    font-size: 24px;
}

.info-section .info-panel .content a,
.info-panel .content a {
    color: #ffffff;
    font-size: 24px;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.info-section .info-panel .content a:hover,
.info-panel .content a:hover {
    text-decoration: underline;
}

section.site-container-more-info {
    padding-bottom: 70px;
}

.ci-pillers .piller-block {
    background-color: #f4f4f4;
    padding: 60px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 60px;
    border-bottom: 5px solid #681243;
}

.ci-pillers .piller-block>.row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ci-pillers .piller-block>.row .col-md-10 {
    padding-left: 40px;
}

.ci-pillers .piller-block>.row .col-md-10 h3 {
    font-size: 30px;
}

.ci-pillers .piller-block>.row .col-md-10 p,
.ci-pillers .piller-block p {
    margin-bottom: 0;
}

.icon {
    max-width: 90px;
    margin: 0 auto;
    display: block;
}

.our_Strategy_sec-wrap .seprator {
    padding-bottom: 60px;
}

.desc-block.desc-with-table {
    margin-bottom: 60px;
}


/* Employee Development & Experience page */

.ci-pillers .culture-block {
    background-color: #f4f4f4;
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 60px;
    border-bottom: 5px solid #681243;
}

.ci-pillers .culture-block .icon {
    margin: 0 0 20px 0;
    display: block;
    background-color: #f0d4c8;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    padding: 25px;
}

.ci-pillers .culture-block h3 {
    font-size: 24px;
}

.list-bottom-text li:not(:last-child) {
    margin-bottom: 10px;
}

.list-bottom-text li ul.list.community-list {
    margin-top: 15px;
}

.list-bottom-text li:last-child ul.list.community-list:last-child,
.list.community-list:last-child {
    margin-bottom: 0;
}

.approach_icon img {
    width: 90px;
    height: 90px;
}

.approach-bottom-block .listing li:last-child {
    margin-bottom: 0;
}

.content-block-none .inner-goal-sec-top p {
    margin-bottom: 0;
}

.global-section-tab ul.global-tab-grid-repeater {
    padding: 0;
    margin-top: 35px;
    margin-bottom: 25px;
}

.blue-page .global-section-tab a {
    color: #222d5f;
}

.bullets-list li {
    position: relative;
    padding-left: 26px;
    list-style: none;
}

.bullets-list li:before {
    position: absolute;
    content: "";
    left: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #025436;
    top: 8px;
    padding: 0;
    margin: 0;
}

.global-section-tab ul.bullets-list {
    padding: 0;
}

.blue-page .bullets-list li:before {
    background-color: #222d5f;
}

.green-table .bullets-list li:before {
    background-color: #025436;
}

.voilet .bullets-list li:before,
.voilet-page .bullets-list li:before {
    background-color: #681243;
}

.global-section-tab em+em {
    margin-top: 5px;
}

.single-block h4 {
    font-size: 24px;
}

.food-block .single-block h4 {
    margin-bottom: 20px;
}

.food-block .single-block {
    padding: 12px 60px;
}

.six-blocks {
    padding: 50px 0;
}

.single-block p:last-child {
    margin-bottom: 0;
}

.listing li:last-child {
    margin-bottom: 0;
}

.bullets-list li+li {
    margin-top: 6px;
}

.our_approach_sec-wrap .global-table-outer {
    padding-top: 10px;
}

ul.bullets-list {
    padding-left: 0;
    margin: 0 0 25px;
}

ul.bullets-list:last-child {
    margin-bottom: 0;
}

.cst-CTA-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center !important;
}

.single-block:last-child {
    border-right: none;
}

.fiscal-corporate-outer .ci-pillers .fiscal-corporate-sec-row>div {
    margin-top: 0px;
}

.single-block:last-child {
    border-right: none;
}

.global-section-tab .image-block {
    border: none;
    margin: 0 0 30px;
    padding-bottom: 0;
}

.global-section-tab .desc-block.desc-with-table {
    margin-bottom: 43px;
}

.our_approach_box_top.fiscal-corporate-outer .fiscal-corporate-sec-row>div {
    margin-top: 0px;
}

.desktop-hidden {
    display: none;
}

.grey-table-panel {
    background-color: #f4f4f4;
    padding: 70px 0;
    margin-top: 60px;
}

table.table.ghg-table-row tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

table.table.ghg-table-row th.heading-block.dark-grey {
    padding-left: 30px;
    font-size: 24px;
    font-family: "GT-Eesti-Pro-Display-Bold";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    margin-right: 20px;
}

table.table.ghg-table-row th {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0px;
    font-size: 18px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-family: "GT-Eesti-Pro-Display-Bold";
    text-transform: none;
    line-height: 1.5;
}

.grey-table-panel .heading-block {
    background: #404040;
    padding: 30px;
    color: #fff;
    font-size: 24px;
}

.grey-table-panel td.heading-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    font-size: 24px;
}

td.even-col.heading-block.green-bg {
    background: #025436;
    margin-top: 3px;
    color: #fff;
    font-family: "GT-Eesti-Pro-Display-Bold";
    margin-right: 20px;
}

table.table.ghg-table-row tr td.odd-col {
    font-family: "GT-Eesti-Pro-Display-Bold";
    font-size: 30px;
    color: #025436;
    min-height: 90px;
    margin-right: 20px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 5px solid #025436;
}

.mt-60 {
    margin-top: 60px;
}

.indicater-circle.light-green {
    background: #44a643;
}

.indicater-circle.dark-green {
    background: #025436;
}

.six-blocks.chart-panel .indicate-bar li {
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.six-blocks.chart-panel ul li {
    display: inline-block;
    padding: 0 10px;
    padding-left: 30px;
    position: relative;
    padding-bottom: 15px;
    font-size: 14px;
}

.chart-boxes .icon-panel {
    margin-left: auto;
    margin-right: auto;
}


.cst-CTA-bar .cstm_button:hover {
    color: #681243;
    border-color: #fff;
}

.voilet-bar .cstm_button.info-button:hover {
    border-color: #fff;
}

.green-table thead {
    background: #025436;
}

.green-table thead th {
    color: #fff;
}

.bullets-td::after {
    height: 5px;
    width: 6px;
    content: "";
    position: absolute;
    left: 40px;
    background: #343a40;
    border-radius: 50%;
    top: 39px;
}

.bullets-td {
    position: relative;
}

table.table .bullets-td {
    padding-left: 60px;
}

.green-table .bullets-td:after {
    background: #025436;
}

.table-bottom-content {
    margin-top: 40px;
}

.scopes .scope-inner-block {
    width: 100%;
}

section#ghg {
    padding-bottom: 0;
}

.our_approach-bottom-conetnt .our_approach_list.bullets-list li {
    margin-bottom: 12px;
    margin-top: 0;
}

.employee_cls_main .our_approach-bottom-conetnt .approach_inner_list {
    margin-top: 25px;
    margin-bottom: 25px;
}


/*=======Engaging Css ==========*/

.sustainability a {
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.engaging-table.sec-padding ::marker {
    color: #025436;
    font-size: 20px;
}

.engaging-table table td::after {
    display: none;
}

.engaging-table ul li {
    padding-left: 10px;
}

.engaging-table table.table.table-striped.voilet.mobile-view-table.green-table.green-heading thead {
    background: #025436;
}

.engaging-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f4f4f4;
}

.engaging-table .table-striped tbody tr a {
    color: #025436;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.pdf-download-block {
    background: #f4f4f4;
    padding: 0 40px;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 120px;
}

.pdf-download-block.file-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pdf-download-block .file-name p {
    margin: 0;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.pdf-download-block .download-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    border-right: 1px solid #fff;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
}

.download-pdf-section.mt-60 .col-sm-4 {
    padding-right: 5px;
    margin-bottom: 15px;
}

.col-sm-4.pdf-download-column:nth-child(3n) {
    padding-right: 15px;
}

section#enterprise {
    padding-top: 65px;
}

.customers-section .border-panel {
    border: 1px solid #ddd;
}

.customers-section .padding-block {
    padding: 40px;
}

.customers-section .col-lg-6 {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.table.table.table-striped th {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}

.flow-chart {
    padding: 80px;
    background: #f4f4f4;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.flow-chart .left-flow-chart-panel {
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.center-flow-chart-panel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    position: relative;
}

.left-flow-chart-panel h2 {
    font-size: 60px;
    margin-top: 80px;
}

.right-flow-chart-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.center-flow-chart-panel .flow-chart-desc {
    background: #fff;
    color: #404040 !important;
    font-size: 20px;
    padding: 20px;
    width: 200px;
    text-align: center;
    z-index: 99;
    position: relative;
    top: 150px;
    left: 45px;
    border-top: 22px solid #f4f4f4;
    border-bottom: 22px solid #f4f4f4;
}

.center-flow-chart-panel::before {
    content: '';
    position: absolute;
    left: 0;
    top: 44px;
    width: 2px;
    height: 58%;
    background: #025436;
    right: 0;
    margin: 0 auto;
}

.listing-flow {
    position: relative;
}

.left-flow-chart-panel .global-flow-panel {
    position: relative;
}

.left-flow-chart-panel .global-flow-panel::after {
    position: absolute;
    content: "";
    bottom: -100%;
    background: #f4f4f4;
    height: 100%;
    width: calc(50% - 2px);
    z-index: 9;
}

.left-flow-chart-panel .listing-flow::before {
    position: absolute;
    left: -2px;
    content: "";
    height: 82px;
    background: #025436;
    bottom: -143px;
    width: 2px;
    right: 0;
    margin: 0 auto;
}

.left-flow-chart-panel .global-flow-panel::before {
    content: '';
    position: absolute;
    left: -2px;
    bottom: -63px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid #025436;
    clear: both;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
    margin: 0 auto;
    z-index: 999;
}

.left-yellow-panel .listing-flow::after {
    position: absolute;
    left: -104%;
    content: "";
    height: 71px;
    background: #025436;
    top: -114px;
    width: 2px;
}

.flow-chart .heading-flow-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background: #44a643;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 155px;
}

.flow-chart .left-flow-chart-panel .left-arrow-panel {
    position: relative;
    left: 42%;
    top: 40px;
}

.flow-chart .flow-chart-desc {
    font-size: 18px;
    font-family: "GT-Eesti-Pro-Display-Bold";
    color: #fff;
    font-weight: normal;
}

.flow-chart .listing-flow {
    background: #fff;
    padding: 19px 40px;
    margin-top: 10px;
}

.flow-chart .icon-flow {
    margin-right: 25px;
}

.right-inner-chart .heading-flow-panel {
    margin-top: 0px;
}

.heading-flow-panel {
    position: relative;
}

.heading-flow-panel.dark-green {
    background: #025436;
    position: relative;
}

.heading-flow-panel.pink {
    background: #d6176f;
}

.heading-flow-panel.purple {
    background: #681243;
    position: relative;
}

.heading-flow-panel.yellow {
    background: #fdd10d;
}

.heading-flow-panel.purple::after {
    border-left: 0;
    content: " ";
    position: absolute;
    left: -153px;
    top: 52%;
    height: 1000px;
    width: 145px;
    background: #f4f4f4;
}

.right-inner-chart {
    width: 100%;
    position: relative;
}

.global-flow-panel.dgreen {
    position: relative;
}

.heading-flow-panel.dark-green::before {
    top: 44px !important;
}

.global-flow-panel.dgreen .heading-flow-panel::before {
    content: "";
    width: 132px;
    height: 2px;
    background-color: #025436;
    left: -150px;
    position: absolute;
    display: block;
    top: 50%;
}

.flow-chart .left-flow-chart-panel .left-arrow-panel .tri-arrow {
    position: relative;
    display: none;
}

.icon-flow img {
    max-width: 30px;
}

.left-yellow-panel {
    position: relative;
}

.global-flow-panel.left-yellow-panel .yellow::after {
    border-left: 0;
    content: " ";
    position: absolute;
    top: 50%;
    height: 109%;
    left: -131%;
    width: calc(131% - 20px);
    background: #f4f4f4;
    border-top: 2px solid #025436;
}

.global-flow-panel.left-yellow-panel::before,
.left-yellow-panel .listing-flow::after {
    display: none;
}

.global-flow-panel.left-yellow-panel .yellow::before {
    content: "";
    position: absolute;
    background: #f4f4f4;
    left: -122%;
    width: 100%;
    height: 100px;
    top: 36px;
    z-index: 999;
}

.center-flow-chart-panel::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 39px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 14px solid #025436;
    clear: both;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.accordion_cls_main .accordion-cst-icon:before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    content: '';
}

.accordion_cls_main .icon-minus:before {
    background-image: url(../img/sustainability-2021-images/min-accordion.svg);
}

.accordion_cls_main .icon-plus:before {
    background-image: url(../img/sustainability-2021-images//plus-accordion.svg);
}

.plastic-tabs .our_Strategy-header {
    padding-bottom: 0;
}

.about-Us-left-sce.col-sm-12.remove-padding {
    padding-right: 20px;
}

.our_approach-grid-img img {
    border: 1px solid #ddd;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 270px;
    vertical-align: middle;
    text-align: center;
    margin-right: 30px;
}

.cst-table thead th {
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.icon-flow img {
    width: 48px;
}

table.table.cst-table.voilet.equal-width td p strong {
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.voilet-bar .cstm_button.info-button:before {
    background-color: #681243;
}

.chart-img.chart-block-1 img {
    max-width: 180px;
}

.chart-img.chart-block-2 img {
    max-width: 90px;
}

.chart-img.chart-block-3 img {
    max-width: 123px;
}

.chart-img.chart-block-4 img {
    max-width: 150px;
}

.chart-img.chart-block-5 img {
    max-width: 35px;
}

.our_approach-grid-img.img-height-auto img {
    height: auto;
    width: auto;
    border: none;
}

.our_approach-grid-img.border-none img {
    border: none;
}

.purple-div .bullets-list li:before {
    background-color: #681243;
}

.blue-div .bullets-list li:before {
    background-color: #222d5f;
}

.green-div .bullets-list li:before {
    background-color: #025436;
}

.light-green-div .bullets-list li:before {
    background-color: #48a548;

}

ul#story-nav {
    padding-left: 0;
}

.pop_up_main.pop {
    z-index: 99999999;
}

.global-highlights-icon {
    margin-bottom: 30px;
}

.global-highlights-icon img {
    width: 90px;
}

.breadcrumb ul {
    padding: 0;
    margin: 0;
}

.engaging-table.sec-padding td img {
    max-width: 90px;
    margin-top: 30px;
}

b,
strong {
    font-family: "GT-Eesti-Pro-Display-Bold";
    font-weight: normal;
}

span.block {
    display: block;
}

.our_Strategy-wrap-cols .our_Strategy-col .our_Strategy-col-inner ul {
    padding-left: 17px;
}

.home_Fiscal_Sus_right .fiscal-corporate-sec-row {
    margin-left: -15px;
    margin-right: -10px;
}

.home_Fiscal_Sustainability-outer .home_Fiscal_Sus_right {
    padding-left: 0;
}

.our_Strategy-wrap-cols .our_Strategy-col .our_Strategy-col-inner ul.bullets-list {
    padding-left: 0;
}

p:empty {
    display: none;
}

.engaging-table.sec-padding.pb-0 ul {
    padding-left: 17px;
}

.border-full {
    border-bottom: 1px solid #ddd;
    padding-top: 80px;
}

.page_top_banner .banner-content .breadcrumb ul li:not(:first-child) span {
    font-weight: normal;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.cst-CTA-bar .cstm_button:focus,
.cst-CTA-bar .cstm_button:hover:focus {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.scope-inner-block h4 {
    margin-bottom: 20px;
}

.piller-text-icon-wrap .piller-text-wrap h3 {
    font-size: 30px;
    margin: 0 0 15px;
}

.approach-bottom-block .listing li {
    padding-left: 8px;
    margin-bottom: 2px;
}

.approach-bottom-block .listing ul li ul {
    padding-left: 20px;
}

.cst-table tbody td {
    vertical-align: top;
}

.health_Overview-outer p .green-text.under_line {
    text-decoration: underline;
}

li.navdiv span,
section#enterprise a {
    font-family: "GT-Eesti-Pro-Display-Bold";

}

#customers p.sub-heading {
    font-size: 36px;
    line-height: normal;
    color: #404040;
    margin: 0 0 30px;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.cookie_policy .scp_desc .cookie_policy_lmore a:hover {
    text-decoration: underline !important;
}

.customers-section .border-panel h2.section-heading {
    color: #000;
    font-size: 60px;
    margin-bottom: 15px;
}

.customers-section h2.section-heading sup {
    font-size: 18px;
    top: -26px;
}

.right-inner-chart .text-center.center-arrow img {
    max-width: 20px;
}

.text-center.center-arrow.my-3.show-mob.rotate img {
    max-width: 20px;
}

.small,
small {
    line-height: normal;
}

.recent_updates .section-spacing {
    padding-bottom: 0px;
}

.recent_section.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.recent_updates {
    margin: 0 0 70px 0;
}

.recent_updates .recent_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.recent_updates .recent_section .recent_image_section {
    display: inline-block;
    width: 30%;
}

.recent_content_section a {
    color: #025436;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.bold-italic-text {
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.recent_updates .recent_section .recent_image_section img {
    width: 100%;
}

.recent_updates .recent_section .recent_content_section {
    width: 70%;
    display: inline-block;
}

.recent_updates .recent_section .recent_content_section .recent_text_right {
    padding-left: 62px;
}

.recent_updates .recent_section.row-reverse .recent_content_section .recent_text_right {
    margin-left: 0px;
    margin-right: 50px;
}

.recent_updates .recent_section .recent_content_section .recent_text_left {
    margin-right: 50px;
}

.recent_updates .recent_section .recent_content_section .recent_date {
    font-size: 16px;
    font-family: "GTEestiProDisplay-Light";
    color: #404040;
    margin-bottom: 30px;
    position: relative;
    padding-left: 55px;
    margin-top: 15px;
}

.recent_updates .recent_section .recent_content_section .recent_date::before {
    content: "";
    height: 3px;
    width: 40px;
    background: #025436;
    position: absolute;
    left: 0;
    margin-top: -3px;
}

.recent_updates .recent_section .recent_content_section .recent_date {
    display: flex;
    align-items: center;
}

.recent_updates .recent_section .recent_content_section ul {
    font-size: 18px;
    color: #404040;
    padding: 0;
    margin: 0 0 12px 20px;
    list-style: disc;
}

.recent_text_right ul li {
    padding-left: 5px;
}

.recent_text_right p:last-child {
    margin: 0;
}

.recent_updates .recent_section .recent_content_section ul li+li {
    margin-top: 5px;
}

.recent_updates hr {
    margin: 50px 0;
}

.cstm_count_list {
    list-style: none !important;
    margin: 10px 0 25px 0 !important;
}

.cstm_count_list li {
    position: relative;
    padding: 5px 0 5px 50px;
}

.cstm_count_list {
    counter-reset: section;
}

.cstm_count_list li::before {
    counter-increment: section;
    content: counter(section);
    color: #fff;
    background-color: #025436;
    border-radius: 100%;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
}

.letter_ceo-top-sec .letter_ceo_conntent img.mobile-img {
    margin-bottom: 40px;
    margin-top: 10px;
}

.our_Strategy-wrap-cols .our_Strategy-col .our_Strategy-col-inner ul:not(.bullets-list) li {
    padding-left: 8px;
}

.table-bottom-space-40 .cst-table {
    margin-bottom: 30px;
}

.main_cls_banner .slick-dots {
    line-height: normal;
    margin-top: 18px;
}

.link-arrow:after,
.fa-angle-right:before {
    font-weight: bold;
}

.susta_cls_main .susta_card_text p {
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.categories_cls_main .categories_faq a {
    font-family: "GTEestiProDisplay-Medium";
}

.highlight_cls_main .btm_brder:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.main_cls_banner .slick-prev,
.main_cls_banner .slick-next {
    z-index: 9;
}

.home_Fiscal_Sustainability-outer .section_heading {
    margin-bottom: 0;
    padding-bottom: 60px;
}

.leader_cls_main .removeplay .img_container::after {
    display: none;
}

.bottom-banner-img-with-text p a:hover {
    border-bottom-color: transparent;
}

ul.bullets-list.green:not(:last-child) {
    margin-bottom: 25px;
}

ul.bullets-list.green li+li {
    margin-top: 12px;
}

ul.bullets-list.green li::before {
    background: #025436;
}

ul.bullets-list.blue li::before {
    background: #222d5f;
}

ul.bullets-list.voilet li::before {
    background: #681243;
}


.stroy-right-img {
    margin-bottom: 40px;
}

.card-body p:last-child {
    margin-bottom: 0;
}

.global-section-tab a:hover,
.our-approach a:hover {
    text-decoration: underline;
}

.main_cls_banner .slick-prev:hover,
.main_cls_banner .slick-next:hover {
    background: #000;
}

.global-tab-right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 22px;
}

.global-tab-right-top p {
    margin: 0;
}

.global-tab-right-top>div:not(:last-child) {
    margin-right: 30px;
}

.global-tab-right-top .supplier-sec-right {
    margin: 0;
}

.global-tab-grid-repeater .global-tab-grid-col .global-tab-col-left {
    width: 100%;
}

section#enterprise.risk-management-section {
    padding-bottom: 0;
}

.global-section-tab p:last-child {
    margin-bottom: 0;
}

.footer_cls_main .footer-right-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.yellow .flow-chart-desc {
    color: #025436;
}

.recent_section {
    border-bottom: 1px solid #ddd;
    margin-bottom: 70px;
    padding-bottom: 70px;
}

.categories_cls_main.home_people_planet-outer {
    padding-bottom: 0;
}

.recent_section.hidden_block {
    display: none;
}

.tborder {
    border-bottom: solid 1px #ddd;
}

.about-Us-right-top,
.about-Us-right-bottom,
.our_Strategy-col-inner ul,
.financial_Highlights-col-inner ul,
.footer_nav ul,
.flow-chart-main ul,
.engaging-table ul,
.letter_ceo_bottom-sec ul {
    margin-bottom: 0;
}

.listing ul:last-child {
    margin-bottom: 0;
}

.responsible-sourcing-approach .pt-30 {
    padding-top: 0px;
}

.recent_text_right ul li::marker {
    color: #025436;
}

span.heading-aligned {
    font-family: "GT-Eesti-Pro-Display-Bold";
    margin-top: -5px;
    display: block;
}

img.full-width {
    width: 100%;
}

table.table.ghg-table-row tr td.odd-col:last-child,
table.table.ghg-table-row th:last-child {
    margin-right: 0;
}

table.table.ghg-table-row tr td.odd-col,
table.table.ghg-table-row tr th {
    height: auto;
}

.flow-chart .listing-flow li::marker {
    color: #025436;
}

.listing ul:last-child,
ol:last-child,
ul:last-child {
    margin-bottom: 0;
}

.plastic-overviw-outer p br {
    display: none;
}

.header_cls_main .main-nav>ul>li {
    white-space: normal;
}

.link-arrow:after {
    content: '';
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 6px;
    background-image: url(../img/sustainability-2021-images/arrow-right-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 9px;
    height: 12px;
    background-size: contain;
}

.home_susta_cls-col .susta_card_main:hover a p {
    color: #025436;
}

.mobile-nav-toggle .menu-close-icon {
    width: 15px;
    height: 15px;
}

.footer_cls_main .footer_nav ul li a:hover {
    text-decoration: underline;
}

.leader_cls_main .flex_cell a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border: none;
}

.susta_card_main a {
    display: block;
}

.global-flow-panel .text-center.center-arrow.my-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.border-btm {
    border-bottom: 1px solid #ddd;
    padding: 0 0 60px;
}

.border-btm:last-child {
    padding: 0;
    border: navajowhite;
}

.code-conduct-section .pdf-download-column .pdf-link {
    display: block;
}

.home_leader_outer .row-reverse .flex_cell.flex_cell_content {
    border-left: 1px solid #ddd;
    border-right: 0;
}

.f_logo img {
    max-width: 220px;
}

.approach-bottom-block .listing ul li ul:last-child {
    padding-bottom: 0;
}

.climate-approach-sec .approach-bottom-block ul ul {
    padding-top: 12px;
}

.responsible-sourcing-approach {
    padding-bottom: 70px;
}

.health-safty-strategy .global-table-outer .small {
    font-size: 16px;
}

.business-section p:last-child {
    margin-bottom: 0;
}

p.ghg-number sub {
    bottom: -8px;
}

.sustainbilty .engaging-table table th {
    vertical-align: top;
}

.business-section .container_inner>p:last-child {
    margin-bottom: 0;
}

.materiality-fiscal-outer .goals-panel .content-block li:not(:last-child) {
    margin-bottom: 7px;
    margin-top: 0;
}

.home_overview_section {
    text-align: center;
    padding: 55px 0;
    border-bottom: solid 1px #ddd;
}

.home_overview_section .home_rich_center {
    max-width: 1294px;
    margin: 0 auto;
}

.home_overview_section p:last-child {
    margin-bottom: 0;
}

.border-top-none {
    border-top: none;
}

.counter-nmber sup {
    font-size: 14px;
    top: -24px;
}

.about_Us_sec-wrap .about-Us-right-sce .about-Us-right-top li:last-child {
    margin-bottom: 10px;
}

.about-cr-strategy .materiality_box_text h2 {
    margin-bottom: 20px;
}

.text-bold {
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.code-conduct-section .pdf-download-column .pdf-link:hover p {
    color: #025436;
}

a.green-text:hover {
    text-decoration: underline;
}

sup,
sub {
    font-size: 54%;
}

.diversity_stories_section .cst-table td img {
    min-width: 90px;
    height: 90px;
}

.even-tr-gray-desk tbody tr:nth-child(even) tr,
.even-tr-gray-desk tbody tr:nth-child(odd) tr {
    background: transparent;
}

.main_cls_banner .slide .slide__img a.ctabtn {
    display: block;
}

.purple-list-link:hover {
    color: #681243;
}

.green-list-link:hover {
    color: #025436;
}

.blue-list-link:hover {
    color: #222d5f;
}

.light-green-list-link:hover {
    color: #48a548;
}

.materiality-fiscal-outer .content-block li a:hover {
    text-decoration: underline;
}

.performance-data-panel table.table.grey-data-table tbody td {
    vertical-align: middle;
}

.performance-data-panel table.table.grey-data-table tr.white-table-row {
    background: #fff;
}

.performance-data-panel table.table.grey-data-table tr.white-table-row tr {
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.performance-data-panel .card-body {
    padding: 0;
}

.performance-data-panel .legend-inner-block.last {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.performance-data-panel table.table.grey-data-table thead {
    background: #404040;
    color: #fff;
}

.performance-data-panel table.table.grey-data-table td.heading {
    background: #681243;
    font-family: "GT-Eesti-Pro-Display-Bold";
    color: #fff;
    padding: 15px 30px;
}

.performance-data-panel table.table.grey-data-table td img.td-img {
    margin-right: 20px;
}

.performance-data-panel table.table.grey-data-table td.light-grey {
    background: #dadada;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.download-report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 40px;
    background: #f4f4f4;
    border-bottom: 5px solid #48a548;
}

.download-report .download-left-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.download-report .download-left-panel .download-icon img {
    max-width: 32px;
}

.download-report .download-left-panel .download-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
}

.download-report .download-right-panel a.cstm_button.info-button {
    background: #025436;
    color: #fff;
}

.download-report .download-right-panel .cstm_button.info-button:before {
    background: #ffffff;
    color: #025436;
}

.download-report .download-right-panel .cstm_button.info-button:hover span {
    color: #025436;
}

.fiscal-name {
    font-family: "GT-Eesti-Pro-Display-Bold";
    font-size: 24px;
}

.performance-data-panel .card {
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}

.performance-data-panel .legend-main-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 20px;
}

.main_cls_banner .slide .slide__img img {
    -o-object-position: left;
    object-position: left;
}

.cdp-body .download-report {
    margin-top: 30px;
}

.performance-data-panel .legend-inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.performance-data-panel .legend-text {
    font-family: "GT-Eesti-Pro-Display-Bold";
    font-size: 18px;
    margin-right: 20px;
}

.performance-data-panel .legend-inner-block p {
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.legend-inner-block:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.performance-data-panel .legend-panel img {
    max-width: 50px;
    margin-right: 20px;
}

.performance-data-panel .card-header {
    font-size: 24px;
    border: none;
    background: #fff;
    padding: 0;
}

.performance-data-panel .card-header .card-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    padding: 30px 0;
    font-family: "GT-Eesti-Pro-Display-Bold";
    color: #404040;
}

.performance-data-panel .legend-panel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}

.mw-90 {
    width: 90px;
}

.performance-data-panel .table-icon-panel {
    min-width: 210px;
    padding-left: 40px;
    text-align: center;
}

.performance-data-panel table.table.cst-table.grey-data-table .border-bottom-none {
    border-bottom: none;
}

.performance-data-panel table.table.cst-table.grey-data-table tr:last-child {
    border: none;
}

.performance-data-panel table.table.grey-data-table tr.grey-table-row tr {
    background: #f4f4f4;
}

.performance-data-panel table.table.grey-data-table tr.grey-table-row {
    background: #f4f4f4;
    border-top: 2px solid #681243;
}

.performance-data-panel table.inside-data-table tr:last-child {
    border: none;
}

.performance-data-panel table.table.grey-data-table tr.grey-table-row tr:first-child {
    border: none;
}

.performance-data-panel table.table.grey-data-table tr.border-bottom-none {
    border-bottom: none;
}

.performance-data-panel .data-links {
    color: #025436;
}

.performance-data-panel .data-links a {
    color: #025436;
    font-family: "GT-Eesti-Pro-Display-Bold";
    padding: 0 3px;
}

.performance-data-panel .data-links a:hover {
    text-decoration: underline;
}

.performance-data-panel a.card-link {
    font-size: 36px;
    line-height: normal;
}

.border-top-none {
    border-top: none;
}

.performance-data-panel .legend-text {
    margin-right: 50px;
}

.performance-data-panel .card-header .card-link .download-report {
    padding: 28px 40px;
}

.performance-data-panel .card {
    padding: 0;
}

.performance-data-common-sce .table thead th {
    padding: 26px 30px;
}

th.goals {
    max-width: 120px;
}

table.table.cst-table.grey-data-table thead tr>th:first-child,
.fiscal-table-stage-3-col-1,
.fiscal-table-col-1 {
    width: 17%;
}

table.table.cst-table.grey-data-table thead tr>th:nth-child(2),
table.table.cst-table.grey-data-table thead tr>th:nth-child(3) {
    width: 32%;
}

table.table.cst-table.grey-data-table thead tr>th:last-child {
    width: 19%;
}

table.table.fiscal-table-stage-5 .table-icon-panel {
    width: 19%;
}

table.table.inside-data-table.cst-table.even-tr-gray-desk.fiscal-table-stage-3>tbody>tr>:first-child,
table.table.inside-data-table.cst-table.even-tr-gray-desk.fiscal-table-stage-3>tbody>tr:nth-child(1) {
    border-top: 0;
}

table.table.inside-data-table.cst-table.even-tr-gray-desk.fiscal-table-stage-3>tbody>tr {
    border-top: 2px solid #681243;
}

td.fiscal-table-stage-6-col-1,
td.fiscal-table-stage-6-col-2 {
    width: 50%;
}

.data-desc-panel {
    padding-bottom: 70px;
}

.table {
    margin-bottom: 0;
}

tr.blue-heading.global-data-table-heading td.heading.fiscal-table-row-main-heading {
    background-color: #222d5f;
}

tr.green-heading.global-data-table-heading td.heading.fiscal-table-row-main-heading {
    background-color: #025436;
}

.footnotes_section h2.section-heading {
    font-size: 18px;
}

tr.main_tr_3 .fiscal-table-stage-2 tr {
    background: #f4f4f4;
}

.download-report-panel {
    padding: 40px 0;
}

.performance-data-panel table.table.grey-data-table thead {
    border-bottom: 2px solid #fff;
}

.fiscal-table-stage-1 tr.green-heading.global-data-table-heading {
    border-bottom: solid 1px #fff;
}

.table td,
.table th {
    font-size: 18px;
}

.GHG-inner-panel table.table.ghg-table-row.show-desk {
    margin-bottom: 60px;
}

.main_top_bar .top-bar-left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
    width: calc(100% - 150px);
}

.main_top_bar .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
    width: 150px;
}

.fiscal-table-stage-1 tr.main_tr_1 .global-data-table-heading {
    border-bottom: solid 1px #fff;
}

.performance-data-panel table.table.grey-data-table td.heading img.td-img {
    max-height: 50px;
    max-width: 75px;
}

.performance-data-panel table.table.grey-data-table table.table .fiscal-table-stage-4 td .fiscal-table-stage-6 td {
    vertical-align: top;
}

.performance-data-panel td {
    padding: 16px 30px;
}

.performance-data-panel ul,
.performance-data-panel ol {
    padding-left: 15px;
}

a.ctabtn {
    pointer-events: all;
    cursor: pointer;
}

.performance-data-panel table.table.grey-data-table .common_tr tr.even_row_tr {
    background: #f6f6f6;
}

.performance-data-panel table.table.grey-data-table tr.white-table-row tr.even_row_tr tr,
.performance-data-panel table.table.grey-data-table .main_tr_2 tr.odd_row_tr tr {
    background: transparent;
}

.performance-data-panel td.wrapper-td {
    padding: 0;
}

.performance-data-panel table.table.grey-data-table .common_tr tr.odd_row_tr {
    background: #fff;
}

.green-heading~tr li::marker {
    color: #025436;
}

.voilet-heading~tr li::marker {
    color: #681243;
}

.blue-heading~tr li::marker {
    color: #222d5f;
}

tr.green-heading~tr table.table.inside-data-table.cst-table.even-tr-gray-desk.fiscal-table-stage-3>tbody>tr {
    border-top-color: #025436;
}

tr.blue-heading~tr table.table.inside-data-table.cst-table.even-tr-gray-desk.fiscal-table-stage-3>tbody>tr {
    border-top-color: #222d5f;
}

.performance-data-panel table.table.grey-data-table .fiscal-table-stage-5-col.fiscal-table-stage-5-col-1 {
    vertical-align: top;
    padding: 10px 0;
}

.performance-data-panel table.table.grey-data-table .fiscal-table-stage-5-col.fiscal-table-stage-5-col-1 .table.fiscal-table-stage-6>tbody>tr:first-child td {
    padding-top: 6px;
}

.performance-data-panel table.table.grey-data-table .fiscal-table-stage-5-col.fiscal-table-stage-5-col-1 .table.fiscal-table-stage-6>tbody>tr:last-child td {
    padding-bottom: 6px;
}

.footnotes_section {
    padding: 40px 0;
}

.download-report .download-left-panel {
    padding-right: 25px;
}

.performance-data-panel .accordion_cls_main .card.card-top-space {
    padding-top: 70px;
}

.performance-data-panel .accordion_cls_main .download-report {
    margin-top: 30px;
}

.performance-data-panel table.table.grey-data-table .fiscal-table-stage-5-col.fiscal-table-stage-5-col-1 .table.fiscal-table-stage-6>tbody>tr>td:last-child {
    padding-left: 15px;
}

.card-data-table-2 tbody tr td table.table tr.report_tb:first-child td {
    padding-top: 6px;
}

.card-data-table-2 tbody tr td table.table tr.report_tb:last-child td {
    padding-bottom: 6px;
}

.card-data-table-2 tbody tr td table.table tr.report_tb:not(:last-child) {
    border-bottom: solid 1px #ddd;
}

.card-data-table-2 td,
.card-data-table-2 th {
    padding-left: 30px;
    padding-right: 30px;
}

.card-data-table-2 table.table.green-table.cst-table>tbody>tr>td[colspan="2"] {
    padding-left: 0;
    padding-right: 0;
}

.footnotes_section ol {
    counter-reset: my-sec-counter;
}

.footnotes_section ol li {
    list-style: none;
}

.footnotes_section ol li:before {
    counter-increment: my-sec-counter;
    content: " "counter(my-sec-counter) " ";
    font-size: 9px;
    position: absolute;
    left: 3px;
    margin-top: 2px;
}

.footnotes_section ol li+li {
    margin-top: 3px;
}

.download-report.no-cta-button a {
    width: 100%;
}

.reporting-standard-card .data-desc-panel {
    margin-bottom: 40px;
}

.about_Us_sec-wrap .about-Us-wrap-inner .about-Us-left-sce .about-us-bottom p {
    margin-bottom: 0;
}

.cdp_section {
    padding-top: 70px;
}

.about-highlight-sec .highlights-bottom-content-wrap p:last-child {
    margin-bottom: 0;
}

.about-highlight-sec .highlights-bottom-content-wrap {
    margin-top: 40px;
}

.about-highlight-sec .highlights-bottom-content-wrap ol,
.about-highlight-sec .highlights-bottom-content-wrap ul {
    padding-left: 17px;
}

.financial_Highlights_sec-wrap .financial_Highlights-col-inner small,
.financial_Highlights_sec-wrap .financial_Highlights-col-inner sup {
    font-family: "GTEestiProDisplay-Light";
}

.card-data-table-2 .global-table-outer {
    padding-bottom: 60px;
}

.home-recent-updates-section .section_heading {
    text-align: center;
    padding-bottom: 30px;
}

.diversity_about_us .about_us_top p:last-child,
.ghg_bottom_cont_sec p:last-child {
    margin-bottom: 0;
}

.home-recent-updates-grid .row img {
    width: 100%;
}

.home-recent-updates-grid .row {
    margin-left: -10px;
    margin-right: -10px;
}

.home-recent-updates-grid .row>div {
    padding-left: 10px;
    padding-right: 10px;
}

.home-recent-updates-grid-col a {
    display: block;
}

.goals-panel .inner-goal-section h2,
.goals-panel .inner-goal-section .content-block h3 {
    text-transform: uppercase;
}

.global-tab-grid-col a:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

.accordion_cls_main .card-body {
    border-bottom: solid 1px #ddd;
}

.performance-data-panel .accordion_cls_main .reporting-standard-card {
    border: none;
}

.footnotes_section ol {
    margin-bottom: 0;
}

.overview-section p:last-child {
    margin-bottom: 0;
}

.our_approach-grid-text a:hover,
.our_approach_sec a:hover,
.richtect-section a:hover {
    text-decoration: underline;
}

.f-note {
    margin-bottom: 60px;
}

ol.highlight-listing {
    padding-left: 17px;
}

.financial_Highlights_sec-wrap .financial_Highlights-col-inner small,
.financial_Highlights_sec-wrap .financial_Highlights-col-inner sup {
    font-family: "GTEestiProDisplay-Light";
}

.cst-table tbody td p {
    padding-bottom: 20px;
}

.cst-table tbody td p:last-child {
    padding-bottom: 0px;
}

h2.section-heading sup {
    font-size: 14px;
    top: -15px;
}

.data-download-tab-top-content {
    margin-bottom: 40px;
}

.performance-data-panel .card.reporting-standard-card {
    border: none;
}

table.table.ghg-table-row tr sub {
    bottom: -10px;
}

.plastics_section_approch .inner-approch-panel h3 {
    padding-top: 10px;
    margin-bottom: 0;
}

.active_lang_fr .highlight_cls_main .fiscal-corporate-box {
    padding: 38px 38px 110px;
}

.recent_updates .recent_section .recent_content_section ul:last-child {
    margin-bottom: 0;
}

.card-link span.accordion-cst-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner-goal-section.voilet-border-bottom {
    border-bottom-color: #681243;
}

td p:last-child {
    margin-bottom: 0;
}

.categories_cls_main .categories_faq a i {
    margin-left: 12px;
}

.card-data-table-2 .cst-table.sosb-second-table thead th,
.card-data-table-2 .cst-table.sosb-second-table tbody td {
    width: 50%;
}

.recent_updates .recent_section .recent_content_section ul:last-child,
.recent_updates .recent_section .recent_content_section p:last-child {
    margin-bottom: 0;
}

.flow-chart .left-flow-chart-panel .left-arrow-panel:after {
    display: none;
}

.our_approach-grid-wrap .our_approach-grid-col {
    border-bottom: solid 1px #ddd;
}

.divider-section img,
.seprator img {
    width: 100%;
}

.categories_cls_main .categories_people .box_cls_categ {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.categories_cls_main .categories_people .box_cls_categ h3 {
    padding-right: 20px;
}

.categories_cls_main .categories_people .box_cls_categ a {
    display: block;
}

.categories_cls_main .categories_people .box_cls_categ a img {
    width: 36px;
}

.download-report-panel.top-download-panel {
    padding-top: 70px;
    padding-bottom: 0;
}

.download-report-panel.top-download-panel .top_download_wrapper {
    padding-bottom: 70px;
    border-bottom: solid 1px #ddd;
}

.main_cls_banner .slide .slide__img a.ctabtn {
    border: none;
}

.top-download-panel .download-report {
    margin-top: 35px;
}

.card-data-table-2 .sosb-first-table thead th {
    width: 33%;
}

.card-data-table-2 .global-table-outer .sosb-first-table tbody td[colspan="3"] {
    padding-left: 0;
    padding-right: 0;
}

.card-data-table-2 .sosb-first-table thead th:first-child,
.card-data-table-2 .sosb-first-table th:nth-child(3),
.card-data-table-2 .sosb-first-table>tbody>tr>td:first-child {
    width: 17%;
}

.card-data-table-2 .global-table-outer .sosb-first-table td[colspan="3"] tr.report_tb td.rep_tb.right:nth-child(2) {
    width: 20.8%;
}

.card-data-table-2 .global-table-outer .sosb-first-table td[colspan="3"] tr.report_tb td {
    width: 39.6%;
}

.recent_content_section a:hover {
    text-decoration: underline;
}

.card-data-table-2 .global-table-outer .sosb-first-table td.rep_tb.right .tb_cont .tb_box+.tb_box {
    padding-top: 15px;
    margin-top: 15px;
    border-top: solid 1px #ddd;
    margin-left: -30px;
    padding-left: 30px;
    margin-right: -30px;
    padding-right: 30px;
}

.sasb-footnotes {
    margin-bottom: 40px;
}


.highlights-sec .goals-panel a:hover {
    text-decoration: underline;
}

.video_popup {
    background: #f4f4f4;
}

.top-download-panel .download-report {
    margin-top: 0;
}

.on-this-page-wrap li a {
    vertical-align: top;
}

.cst-CTA-bar.blue-bar .cstm_button:hover {
    border-color: #ffffff;
    color: #222d5f;
}

.cst-CTA-bar.green-bar .cstm_button:hover {
    color: #025436;
    border-color: #fff;
}

.our_approach_sec .card-link:hover {
    text-decoration: none;
}


/* search page */

/* new css */
.breadcrumb-without-banner .banner-content .breadcrumb {
    margin-bottom: 0px;
    padding: 20px 0px;
}

.page_top_banner.breadcrumb-without-banner .banner-content:after {
    display: none;
}

.main_top_bar .top-bar-left {
    width: calc(100% - 400px);
}

.main_top_bar .top-bar-right {
    width: 400px;
}

.sustainability_search_form {
    width: 260px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.sustainability_search_form .seach_field_wrapper {
    position: relative;
}

.sustainability_search_form .seach_field_wrapper input[type="text"] {
    width: 100%;
    height: 54px;
    border: none;
    background: #eaeaea;
    padding: 10px 45px 10px 20px;
}

.sustainability_search_form .seach_field_wrapper input[type="text"]:focus {
    border: none;
    outline: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.sustainability_search_form .seach_field_wrapper button {
    background: none;
    background-color: transparent;
    color: #404040;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px 10px 10px;
    height: 100%;
    border: none;
}
.sustainability_search_form .seach_field_wrapper button:focus{
    border: none;
    outline: none;
} 
.sustainability_search_form .seach_field_wrapper button:before {
    display: none;
}

.search_main .search_categories_title {
    margin-bottom: 24px;
    margin-top: -5px;
}

.search_main .search_categories_title h3 {
    margin-bottom: 0px;
    font-size: 24px;
}

.search_main .search_results_section {
    position: relative;
}

.search_main .search_results {
    padding-left: 80px;
    position: relative;
}

/* .search_main .search_results .border_left{
  padding-left: 75px;
  position: relative;
} */
/* .search_main .search_results .border_left:before {
    content: "";
    border-left: 1px solid #ddd;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 5px;
} */

.search_main .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #dddddd solid 1px;
}

.search_main label.custom-control-label {
    font-size: 18px;
    font-family: "GTEestiProDisplay-Light";
    color: #404040;
    padding-left: 12px;
    cursor: pointer;
}

.search_main .custom-control-input:checked~.custom-control-label::before {
    color: #48a548;
    border-color: #dddddd;
    background-color: #48a54800;
    border-radius: 0;
}

.search_main .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #48a548;
    border-color: #dddddd;
    background-color: #48a54800;
    border-radius: 0;
}

.search_main .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url('../img/sustainability-2021-images/tick.svg');
}

.search_main .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.search_main .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #dddddd;
}

.search_main .custom-checkbox .custom-control-label::before {
    border-radius: 0px;

}

.search_main .flex_dly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.search_main .flex_dly .flex_cell_left {
    width: 140px;
    margin-right: 30px;
}

.search_main .flex_dly .flex_cell_right {
    width: calc(100% - 170px);
}

.search_main .search_results_img {
    margin-top: 5px;
}

.search_main .search_results_img img {
    width: 100%;
    max-height: 120px;
    object-fit: cover;
}

.search_main .search_results_title {
    margin-bottom: 40px;
}

.search_main .search_results_title h2 {
    margin-bottom: 22px;
    margin-top: -6px;
}

.search_results_content h3 {
    font-size: 24px;
}

.search_results_content h3 a {
    font-family: "GT-Eesti-Pro-Display-Bold";
    font-weight: normal;
}

.search_main .search_results_title p {
    margin-bottom: 0px;
}

.search_main .border_btm {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddd;
    margin-bottom: 25px;
}

.search_main .pagination_main {
    padding-left: 80px;
}

.search_main .search_pagination {
    justify-content: space-between;
    display: flex;
    padding-top: 80px;
    border-bottom: 1px solid #ddd;

}

.search_main .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.search_main .search_pagination p {
    margin-bottom: 0px;
}

.search_main .search_pagination .page-link {
    border: none;
    color: #404040;
    padding-bottom: 0px;
    padding-top: 0px;
    padding: 0px 17px 30px;
}

.search_main .search_pagination .active {
    color: #025436;
    font-family: "GT-Eesti-Pro-Display-Bold";
    position: relative;
}

.search_main .search_pagination .active:after {
    content: '';
    border-bottom: 2px solid #48a548;
    position: absolute;
    bottom: -1px;
    width: 100%;
    right: 0;
    left: 0;
}

.search_main .search_pagination .page-link:hover {
    background-color: transparent;
}

.search_main .pagination img {
    width: 100%;
    display: inline;
    margin-top: -2px;
}

.search_main .filter_btn_main {
    padding-bottom: 40px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ddd;
}

.search_main .filter_btn {
    background-color: #f4f4f4;
    padding: 13px;
    border-radius: 50px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search_main .filter_btn p {
    margin-bottom: 0px;
    margin-left: 15px;
    font-family: "GT-Eesti-Pro-Display-Bold";
}

.search_main .filter_pop_up_main {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow-y: auto;
    z-index: 99999999;
    min-height: 100vh;
}

.search_main .filter_pop_up_content {
    position: relative;
    display: table;
    padding-top: 37px;
    padding-bottom: 60px;
    width: 100%;
    height: 100%;
}

.search_main .filter_pop_up_sec {
    padding: 0px 30px;
}

.search_main .filter_pop_up_main a.filter_close {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
    opacity: 1 !important;
    text-shadow: none;
    background: no-repeat;
    font-weight: normal;
}

.search_main .filter_popup {
    padding-top: 40px;
}

.search_main .flex_dly:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 5px;
}

.breadcrumb-without-banner .banner-content .breadcrumb {
    width: 100%;
}

.breadcrumb-without-banner .banner-content {
    padding: 0;
    width: 100%;
}

.search_results_section .error-msg {
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 0;
}

.search_main .search_results_title h2 span {
    font-family: inherit;
}

.sustainability_search_form .seach_field_wrapper input::placeholder {
    color: #404040;
}

.search_pagination li.page-item.next-pager a.page-link {
    padding-right: 0;
}

.search_main .flex_dly .flex_cell_right .search_results_content a.readmore {
    display: inline-block;
}
.search_main .search_results_title span.search_txt {
    white-space: nowrap;
}
.search_main .search_results_title span.search_key {
    word-break: break-all;
    padding-left: 10px;
}
.search_results_content h3 a:hover {
    color: #025436;
}
.search_main .flex_dly .flex_cell_right.full_col {
    width: 100%;
}

/* end search page */

.bottom-banner-img-with-text p a {
    border-bottom-color: inherit;
}
.bottom-banner-img-with-text p a:hover {
    text-decoration: none;
}
.bottom-banner-img-with-text .green-text {
    color: #025436;
}
.bottom-banner-img-with-text .bottom-banner-content p {
    color: #404040;
}
.bottom-banner-img-with-text .voilet-text {
    color: #681243;
    border-bottom-color: #681243;
}
.bottom-banner-img-with-text .bottom-banner-content img {
    object-fit: contain;
}
.bottom-banner-img-with-text .bottom-icon-with-text {
    width: 65%;
}
.health_safety_bottom_banner .bottom-icon-with-text, .product-quality-bottom-banner .bottom-icon-with-text {
    width: 40%;
}
.emp_dev_bottom_banner .bottom-icon-with-text {
    width: 64%;
}
.bottom_food_banner .bottom-icon-with-text {
    width: 60%;
}
.climate-bottom-img-sec .bottom-icon-with-text {
    width: 45%;
}
.bottom-banner-img-with-text .blue-text {
    border-bottom-color: inherit;
    color: #222d5f;
}
.health_nutrition_bottom .bottom-icon-with-text {
    width: 54%;
}
.bottom-banner-img-wrap .bottom-banner-bg-img img {
    object-position: 67%;
    width: 100%;
}
.bottom-banner-img-wrap .bottom-banner-bg-img, .bottom-banner-img-wrap {
    min-height: 180px;
}
.customer_experience_bottom-banner .bottom-icon-with-text {
    width: 58%;
}


/* responsive */
@media only screen and (min-width: 768px) {
    .search_main .search_results_title h2 {
        display: flex;
    }
    .search_main .search_results_title span.search_key {
        padding-left: 10px;
    }
    .search_main .search-left-filter,
    .search_main .search-right {
        flex: none;
        max-width: none;
    }

    .search_main .search-left-filter {
        width: 250px;
    }

    .search_main .search-right {
        width: calc(100% - 250px);
    }

    .search_main .search-right {
        padding-left: 0;
    }

    .search_main .flex_dly .flex_cell_right {
        width: calc(100% - 180px)
    }

    .search_main .flex_dly .flex_cell_left {
        width: 150px;
        margin-right: 30px;
    }

    .page-template-sustainability-2021-search .main_cls {
        padding-bottom: 110px;
        position: relative;
        min-height: 100vh;
    }

    .page-template-sustainability-2021-search footer.footer_cls_main {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .search_main .search-right {
        border-left: 1px solid #ddd;
    }

    .search_main .pagination_main:before {
        position: absolute;
        content: '';
        width: 4px;
        left: -2px;
        height: 100%;
        background: #fff;
        top: 0;
    }

    .search_main .pagination_main {
        position: relative;
    }

    .onpage-tab.d-flex {
        align-items: flex-start;
    }

    .page_top_banner .banner-content:after {
        position: absolute;
        width: 4px;
        right: -3px;
        height: 100%;
        background: #025436;
        content: '';
    }

    .page_top_banner.dark-green-banner .banner-content:after {
        background: #025436;
    }

    .page_top_banner.dark-voilet-banner .banner-content:after {
        background: #681243;
    }

    .page_top_banner.dark-blue-banner .banner-content:after {
        background: #222d5f;
    }

    .on-this-page-wrap .container_inner p.onpage-heading-left {
        white-space: nowrap;
    }

    .health_nutrition_section_approch .our_approach_conntent.cst-header-wrap {
        padding-bottom: 15px;
    }

    .climate-initiatives-outer .table.sustainable-energy-table th {
        vertical-align: top;
        width: 33.33%;
    }

    .engaging-table td p:not(:last-child) {
        margin-bottom: 15px !important;
    }

    .our_Strategy_sec .global-section-tab .global-table-outer tbody tr:last-child td {
        padding-bottom: 20px;
    }

    .global-section-tab p:last-child {
        margin-bottom: 15px;
    }

    .climate-action-table.grey-table-panel {
        padding-bottom: 65px;
    }

    .footer_cls_main .footer-right-sec {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .recent_updates .recent_section .recent_content_section .recent_text_right {
        margin-top: -4px;
    }

    .Initiatives-section.story-outer-sec .global-section-tab:last-child {
        margin-bottom: 0;
    }

    .row.data-download-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row.data-download-row>.data-download-col {
        padding-left: 10px;
        padding-right: 10px;
    }

    span.mob_title {
        display: none;
    }

    .diversity_stories_section .cst-table td:first-child,
    .diversity_stories_section .cst-table th:first-child {
        padding-right: 0;
    }

    .diversity_stories_section .cst-table .desktop_td_title {
        margin-bottom: 15px;
        display: block;
    }

    .climate-initiatives-outer .tabs-con .global-section-tab:last-child {
        margin-bottom: 0px;
    }

    .our-story .nav .nav-heading {
        display: none;
    }

    .flow-chart .left-flow-chart-panel .left-arrow-panel {
        position: relative;
        left: auto;
        top: auto;
        height: 94px;
    }

    .flow-chart .left-flow-chart-panel .left-arrow-panel:after {
        position: absolute;
        content: '';
        width: calc(50% + 301px);
        right: -300px;
        height: 60px;
        border-bottom: solid 2px #025436;
        bottom: 3px;
        z-index: 1;
        border-left: solid 2px #025436;
    }

    .flow-chart .left-flow-chart-panel .left-arrow-panel .tri-arrow {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% - 72px);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 13px solid #025436;
        clear: both;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        margin: 0 auto;
    }

    .customer_experience_approach .our_approach_top p:last-child {
        margin-bottom: 15px;
    }

    .six-blocks.chart-panel .indicate-bar li .indicater-circle {
        margin-top: -3px;
    }

    .Initiatives-section.story-outer-sec .global-section-tab>p:last-child,
    .food-approach-sec .global-section-tab>p:last-child,
    .plastic-tabs .global-section-tab>p:last-child {
        margin-bottom: 15px;
    }

    .bottom-banner-img-with-text .bottom-banner-content {
        height: 100%;
        vertical-align: middle;
        display: table-cell;
        width: 100%;
    }

    .bottom-banner-img-wrap {
        display: table;
        table-layout: fixed;
    }

    .pb-desk {
        padding-bottom: 20px;
    }

    .header_cls_main .main-nav>ul>li.menu-item-has-children>a:after,
    .mobile-nav>ul>li.menu-item-has-children>a:after {
        font-weight: bold;
        font-size: 14px;
    }

    .align-start-first-child .our_approach-grid-wrap:first-child .our_approach-grid-col .our_approach-grid-text {
        margin-top: -4px;
    }

    .align-start-first-child .our_approach-grid-wrap:first-child .our_approach-grid-col {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .customers-section .col-lg-6 {
        margin-bottom: -1px;
        margin-top: -1px;
    }

    .border-panel .img-panel img {
        margin-bottom: -2px;
    }

    .download-pdf-section .row {
        margin-bottom: -15px;
    }

    .slide img.mobile-img {
        display: none;
    }

    .border-panel .img-panel {
        background: #69c7ac;
    }

    .about-Us-left-sce.col-sm-12.remove-padding .piller-block .row.piller-text-icon-wrap>div.piller-text-wrap {
        width: calc(100% - 120px);
    }

    .pandic_cls_main .section_text {
        padding-bottom: 25px;
    }

    .engaging-table .even-tr-gray-desk tbody tr:nth-child(even) {
        background: #ffffff;
    }

    .engaging-table .even-tr-gray-desk tbody tr:nth-child(odd) {
        background: #f4f4f4;
    }

    .engaging-table .table.voilet.even-tr-gray-desk th:nth-child(3) {
        width: 25%;
    }

    .engaging-table .table.voilet.even-tr-gray-desk th:nth-child(4) {
        width: 32%;
    }

    .about-Us-left-sce.col-sm-12.remove-padding .ci-pillers .row:last-child>div {
        padding-left: 10px;
    }

    .about-Us-left-sce.col-sm-12.remove-padding .ci-pillers .row:first-child>div {
        padding-right: 10px;
    }

    table.table.cst-table.voilet.equal-width td,
    table.table.cst-table.voilet.equal-width th {
        width: 50%;
    }

    table.table.cst-table.voilet.even-tr-gray-desk.equal-width.tborder {
        border-bottom: 1px solid #dddd;
    }

    .even-tr-gray-desk tbody tr:nth-child(even) {
        background: #f4f4f4;
    }

    .even-tr-gray-desk tbody tr:nth-child(odd) {
        background: #fff;
    }

    ul#onpage-nav {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: auto !important;
        margin: 0;
        padding: 0;
    }

    .categories_cls_main .row [class*="col-"],
    .susta_cls_main .row [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .categories_cls_main .row,
    .susta_cls_main .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .letter_ceo_bottom-sec .ceo_sign {
        padding-top: 15px;
    }

    .mobile-img {
        display: none;
    }

    .global-table-outer ul.bullets-list li+li {
        margin-top: 4px;
    }

    #respTable td::before {
        display: none;
    }

    .engaging-table table.table.table-striped.voilet.mobile-view-table.green-table.green-heading th:nth-child(3) {
        width: 25%;
    }

    .engaging-table table.table.table-striped.voilet.mobile-view-table.green-table.green-heading th:nth-child(4) {
        width: 32%;
    }

    .our-story .nav .nav-link,
    .our-story .nav .nav-heading span {
        color: #404040;
    }

    .width-full .bottom-icon-w3387 ith-text {
        max-width: 100%;
    }

    .about-Us-left-sce.remove-padding.emp-value .list-bottom-text {
        margin-top: 60px;
    }

    .ci-pillers .culture-block {
        margin-bottom: 0;
    }

    .pandic_cls_main .pandemic-content {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .letter_ceo-top-sec .letter_ceo_img {
        margin-top: 5px;
    }

    .inner-goal-section {
        height: 100%;
        padding-right: 40px;
    }

    .our-story .nav {
        position: sticky;
        top: 40px;
    }

    .our_approach-grid-wrap .our_approach-grid-col {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cst-CTA-bar .cstm_button {
        margin-left: 30px;
    }

    .md-text-align-left {
        text-align: left;
    }

    .our_approach-bottom-conetnt:not(.pt-60) {
        padding-top: 25px;
    }

    .categories_cls_main .categories_people_text p {
        min-height: 66px;
    }

    .goals-panel .row .goal-cust-col,
    .fiscal-corporate-outer .fiscal-corporate-sec-row>div,
    .material-grid-row .material-grid-col {
        padding-left: 10px;
        padding-right: 10px;
    }

    .goals-panel .row,
    .fiscal-corporate-outer .fiscal-corporate-sec-row,
    .material-grid-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .mobile-img {
        display: none;
    }

    .our_approach-grid-img img {
        max-width: none;
    }

    .our_approach-grid-wrap .our_approach-grid-col {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .our-story #story-nav,
    .n-this-page-tab #onpage-nav {
        display: block;
        height: auto !important;
        overflow: visible;
    }

    .onpage-heading-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .goals-panel .row>div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .six-blocks:not(.food-block) .single-block {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .global-table-outer table.table .desktop-white {
        background: #fff;
    }

    .global-table-outer table.table .desktop-gray {
        background: #f4f4f4;
    }

    .global-table-outer table.table.voilet thead tr {
        background-color: #681243;
        color: #ffffff;
    }

    .mobile-view-table th,
    .mobile-view-table td {
        max-width: 400px;
    }

    .inner-approch-panel .scopes .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .inner-approch-panel .scopes .row>div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile-only {
        display: none;
    }

    .our_approach_box_top .row>div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .our_approach_box_top .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .inner-approch-panel .scopes .scope-inner-block {
        height: 100%;
    }

    .on-this-page-wrap .container_inner p.onpage-heading-left {
        padding-left: 0;
    }

    .ci-pillers .piller-block {
        padding: 60px 50px;
    }

    .richtect-section.section-spacing {
        padding-bottom: 60px;
    }

    .about-Us-left-sce.col-sm-12.remove-padding .piller-block .row.piller-text-icon-wrap>div {
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: none;
    }

    .about-Us-left-sce.col-sm-12.remove-padding .piller-block .row.piller-text-icon-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }

    .piller-block .row.piller-text-icon-wrap>div.piller-icon-wrap {
        width: 90px;
        margin-right: 30px;
    }

    .piller-text-icon-wrap>div.piller-icon-wrap .icon {
        max-width: 100%;
        margin: 0;
    }

    .pandic_cls-wrap.bg_img_mob {
        background-position: center top !important;
        background-size: cover !important;
    }

    section#Taking_care_Communities {
        margin-bottom: -4px;
    }

    section#Materiality,
    section#Forward_Looking,
    section#Protecting_Customers,
    section#Protecting_recognizing,
    section#Taking_care_Communities {
        margin-top: -5px;
    }
}

@media only screen and (min-width: 1850px) {
    .search_main .search-left-filter {
        width: 402px;
    }

    .search_main .search-right {
        width: calc(100% - 402px);
    }

    .active_lang_en .flow-chart .listing-flow {
        padding: 17px 40px;
    }

    .card-data-table-2 .global-table-outer .sosb-first-table td.rep_tb.right .tb_cont .tb_box+.tb_box {
        margin-left: -40px;
        padding-left: 40px;
        margin-right: -40px;
        padding-right: 40px;
    }

    .global-section-tab {
        padding: 0 0 40px;
        margin-bottom: 60px;
    }

    .our-story .tabs-con {
        padding-left: 32px;
    }

    .bottom-banner-img-with-text.section-spacing {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .active_lang_fr .page_top_banner .banner-content .banner-content-wrap {
        padding-right: 25px;
    }

    .our-story .col-md-3 {
        width: 400px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: none;
    }

    .our-story>.col-md-9 {
        width: calc(100% - 400px);
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: none;
    }

    .performance-data-panel table.table.grey-data-table .fiscal-table-stage-5-col.fiscal-table-stage-5-col-1 .table.fiscal-table-stage-6>tbody>tr>td:last-child {
        padding-left: 0;
    }

    .performance-data-panel .card-data-table-2 .table td,
    .performance-data-panel .card-data-table-2 .table th {
        padding-left: 40px;
        padding-right: 40px;
    }

    p {
        margin: 0 0 30px;
    }

    .header_cls_main .main-nav>ul>li>a {
        padding: 26px 0px 26px 0px;
    }

    table.table.ghg-table-row tr td.odd-col,
    table.table.ghg-table-row tr th {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .plastic-overviw-outer p br {
        display: block;
    }

    .chart-img.chart-block-5 img {
        -o-object-fit: contain;
        object-fit: contain;
        max-width: 35px;
        background: #025436;
        border-radius: 100%;
    }

    .page_top_banner .banner-wrap .banner-content {
        padding: 0;
    }

    .table td,
    .table th,
    .table thead th {
        padding: 28px 40px;
    }

    .inner-goal-section .goal-table-heading {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
    }

    .page_top_banner .banner-content .banner-content-wrap {
        width: 100%;
        padding: 20px 20px 20px 0;
        max-width: 543px;
        margin-left: auto;
    }

    .materiality_box_top .materiality_box_text p br {
        display: block;
    }

    .six-blocks:not(.food-block) .single-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .piller-text-icon-wrap>div.piller-icon-wrap .icon {
        max-width: 100%;
        margin: 0;
    }

    .about-Us-left-sce.col-sm-12.remove-padding .piller-block .row.piller-text-icon-wrap>div.piller-text-wrap {
        width: calc(100% - 130px);
    }

    .piller-block .row.piller-text-icon-wrap>div.piller-icon-wrap {
        margin-right: 40px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1680px) {

    .on-this-page-wrap li,
    .on-this-page-tab .on-this-page-wrap .onpage-heading-left {
        padding-top: 22px;
        padding-bottom: 20px
    }

    .search_main .search-left-filter {
        width: 300px;
    }

    .search_main .search-right {
        width: calc(100% - 300px);
    }
}

@media screen and (min-width: 768px) and (max-width: 1680px) {

    .search_main .search_results,
    .search_main .pagination_main {
        padding-left: 70px;
    }

    .link-arrow:after {
        margin-left: 4px;
    }

    .leader_cls_main .leader_inner_text .leader_links {
        max-width: 540px;
    }

    .global-flow-panel .text-center.center-arrow.my-3 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .active_lang_fr .card-data-table-2 .cst-table.sosb-second-table thead th,
    .active_lang_fr .card-data-table-2 .cst-table.sosb-second-table tbody td {
        width: 50%;
    }

    .on-this-page-wrap li a,
    .on-this-page-tab .on-this-page-wrap .onpage-heading-left {
        font-size: 14px;
    }

    .active_lang_fr .on-this-page-wrap li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .active_lang_fr .on-this-page-tab .on-this-page-wrap .onpage-heading-left {
        padding-right: 15px;
    }

    .active_lang_fr .main_top_bar .top_nav ul li {
        font-size: 13px;
    }

    .active_lang_fr .main_top_bar .top_nav ul li {
        padding-right: 10px;
    }

    .active_lang_fr .header_cls_main .main-nav>ul>li {
        margin-right: 20px;
    }

    .active_lang_fr .header_cls_main .main-nav>ul>li,
    .header_cls_main .main-nav>ul {
        font-size: 16px;
    }

    .food-block .single-block {
        padding: 15px 30px;
    }

    .performance-data-panel .accordion_cls_main .card.card-top-space {
        padding-top: 55px;
    }

    .card-data-table-2 .global-table-outer {
        padding-bottom: 50px;
    }

    .data-desc-panel {
        padding-bottom: 60px;
    }

    .cdp_section {
        padding-top: 60px;
    }

    .fiscal-name {
        font-size: 20px;
    }

    .cst-CTA-bar p,
    .bottom-banner-img-with-text p,
    .our_Strategy_sec-wrap .our_Strategy-col h3,
    .h3 {
        font-size: 20px;
    }

    .bottom-banner-img-with-text .bottom-banner-content {
        padding: 20px 28px;
    }

    .leader_cls_main .flex_dly .flex_cell.flex_cell_content {
        padding: 60px 60px;
    }

    section#customers p {
        font-size: 16px;
        line-height: 24px;
    }

    .sec-padding {
        padding: 60px 0 0 0;
    }

    .inner-banner {
        padding-top: 60px;
    }

    .border-full {
        padding-top: 70px;
    }

    .mt-80 {
        margin-top: 60px;
    }

    .highlights-panel {
        padding: 60px 0;
        margin-top: 60px;
    }

    .green-table-panel {
        padding: 60px 0;
    }

    .flow-chart {
        padding: 60px;
    }

    .chart-panel .single-block {
        padding: 20px 20px;
    }

    table.table.ghg-table-row tr td.odd-col {
        font-size: 20px;
        margin-right: 20px;
    }

    table.table.ghg-table-row th {
        font-size: 15px;
    }

    table.table.ghg-table-row th.heading-block.dark-grey,
    .grey-table-panel td.heading-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
        flex: 0 0 190px;
        margin-right: 20px;
    }

    .on-this-page-wrap li,
    .on-this-page-tab .on-this-page-wrap .onpage-heading-left {
        padding: 20px;
    }

    .engaging-table.sec-padding.pb-0 ul li,
    .engaging-table.sec-padding.pb-0 td,
    .engaging-table.sec-padding.pb-0 p {
        font-size: 16px;
    }

    .engaging-table table.table.table-striped.voilet.mobile-view-table.green-table.green-heading th {
        font-size: 14px;
    }

    .customers-section .padding-block {
        padding: 40px;
    }

    .img-panel {
        height: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {

    .search_main .custom-control-label::after,
    .search_main .custom-control-label::before {
        top: 0.15rem;
    }

    .card-data-table-2 .global-table-outer .sosb-first-table td.rep_tb.right .tb_cont .tb_box+.tb_box {
        margin-left: -25px;
        padding-left: 25px;
        margin-right: -25px;
        padding-right: 25px;
    }

    .categories_cls_main .categories_faq a {
        font-size: 16px;
    }

    .home_Fiscal_Sustainability-outer .section_heading {
        padding-left: 12px;
        padding-right: 12px;
    }

    .left-flow-chart-panel .global-flow-panel::before {
        bottom: -71px;
    }

    .left-flow-chart-panel .global-flow-panel::after {
        bottom: -115%;
    }

    .left-flow-chart-panel .listing-flow::before {
        height: 101px;
        bottom: -171px;
    }

    .global-flow-panel.left-yellow-panel .yellow::after {
        left: -136%;
        width: calc(136% - 20px);
    }

    .highlight_cls_main .fiscal-corporate-box .overlay_text p {
        font-size: 15px;
        line-height: 1.5;
    }

    .highlight_cls_main .fiscal-corporate-box .overlay_text {
        padding: 30px
    }

    .stroy-right-img {
        margin-bottom: 30px;
    }

    .global-table-outer table th,
    .global-table-outer table td,
    .performance-data-common-sce .card-data-table-2 .global-table-outer .table thead th,
    .performance-data-common-sce .card-data-table-2 .global-table-outer .table td {
        padding-left: 25px;
        padding-right: 25px;
    }

    .global-table-outer table.table .bullets-td {
        padding-left: 46px;
    }

    .global-table-outer .bullets-td::after {
        left: 27px;
    }

    .highlight_cls_main .fiscal-corporate-text h2 {
        font-size: 40px;
    }

    .highlight_cls_main .fiscal-corporate-box h2 {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .home-about-us h2 {
        font-size: 34px;
    }

    .performance-data-panel table.table.grey-data-table td.heading {
        padding: 10px 30px;
    }

    .about_cls_main .about_text {
        width: 80%;
        margin: 40px auto;
    }

    .bullets-list li:before {
        top: 7px;
    }

    .flow-chart .left-flow-chart-panel .left-arrow-panel .tri-arrow {
        top: calc(100% - 128px);
    }

    .flow-chart .left-flow-chart-panel .left-arrow-panel {
        height: 118px;
    }

    .flow-chart .left-flow-chart-panel .left-arrow-panel:after {
        height: 78px;
    }

    .home_overview_section .home_rich_center {
        max-width: 90%;
    }

    .inner-goal-section {
        padding: 40px 35px 45px;
    }

    .full-width-blocks .inner-goal-section {
        padding: 45px;
    }

    .home_leader_outer .flex_dly .flex_cell.flex_cell_content {
        padding: 50px 45px;
    }

    .leader_cls_main .leader_text {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .link-arrow:after {
        width: 7px;
        height: 12px;
    }

    .flow-chart .flow-chart-desc {
        font-size: 16px;
    }

    .global-tab-grid-repeater .global-tab-grid-col .global-tab-col-right {
        width: calc(100% - 240px);
        padding-left: 30px;
    }

    .global-tab-grid-repeater .global-tab-grid-col .global-tab-col-left {
        width: 240px;
    }

    .global-tab-grid-repeater .global-tab-grid-col {
        padding: 30px;
    }

    .main_cls_banner .banner_title h1 {
        font-size: 45px;
        line-height: 48px;
    }

    .customers-section .border-panel h2.section-heading {
        font-size: 50px;
    }

    .our_approach-grid-wrap .our_approach-grid-col .our_approach-grid-text {
        padding: 0 0 0 10px;
    }

    .engaging-table td {
        font-size: 16px;
    }

    .flow-chart .left-flow-chart-panel {
        float: left;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-bottom: 240px;
    }

    .left-flow-chart-panel h2 {
        font-size: 36px;
    }

    .img-panel {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .customers-section .padding-block {
        padding: 40px 25px;
    }

    .flow-chart {
        padding: 60px 30px;
    }

    .engaging-table.sec-padding.pb-0 ul li {
        font-size: 16px;
    }

    .engaging-table table.table.table-striped.voilet.mobile-view-table.green-table.green-heading td {
        padding-left: 25px;
    }

    .grey-table-panel td.heading-block,
    table.table.ghg-table-row th.heading-block.dark-grey {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 170px !important;
        flex: 0 0 170px !important;
        font-size: 21px;
    }

    table.table.table-striped.voilet.mobile-view-table.green-table.green-heading td {
        padding-left: 27px;
    }

    .single-block {
        padding: 20px;
    }

    .ci-pillers .culture-block {
        min-height: 320px;
        padding: 30px;
    }

    .pandic_cls_main .py_80 {
        padding-left: 50px;
        padding-right: 40px;
    }

    .materiality_box_top .materiality_box {
        padding: 40px 30px 40px 40px;
    }

    .Qa_main .leader_text p,
    .Qa_main .leader_text h3,
    .Qa_main .accordion_cls_main .card-header .card-link,
    .inner-goal-section .content-block h3,
    .inner-goal-section h2 {
        font-size: 18px;
        line-height: 1.5;
    }

    .letter_ceo-top-sec .letter_ceo_conntent {
        padding-right: 50px;
    }

    .bottom-banner-img-with-text .bottom-banner-content {
        padding: 20px 47px;
    }

    .our_Strategy-wrap-cols .our_Strategy-col {
        padding: 30px 20px 40px;
    }

    .header_cls_main .main-nav .dropdown .dropdown-submneu li a {
        font-size: 15px;
    }

    .counter-nmber,
    .inner-goal-section .content-block h4 {
        font-size: 40px;
    }

    .banner-heading {
        font-size: 30px;
    }

    p,
    .link-text,
    li,
    .data-desc h6,
    .link-text,
    ul.list li,
    body {
        font-size: 16px;
        line-height: 1.4;
    }

    .listing li {
        font-size: 16px;
    }

    .on-this-page-wrap li,
    .on-this-page-tab .on-this-page-wrap .onpage-heading-left,
    .on-this-page-wrap li a {
        font-size: 14px;
    }

    .active_lang_fr .header_cls_main .main-nav>ul>li {
        margin-right: 5px;
    }

    .active_lang_fr .header_cls_main .main-nav>ul>li,
    .header_cls_main .main-nav>ul {
        font-size: 13px;
    }

    .about_Us_sec-wrap .about-Us-wrap-inner .about-Us-left-sce .about_us_top {
        padding-right: 0;
    }

    .cst-CTA-bar p,
    .bottom-banner-img-with-text p,
    .our_Strategy_sec-wrap .our_Strategy-col h3,
    .h3 {
        font-size: 22px;
    }

    .goal-table-heading,
    .data-desc h3,
    .heading-medium {
        font-size: 26px;
    }

    .leader_cls_main .leader_text_main p {
        font-size: 18px;
    }

    .goal-table-heading,
    .data-desc h3,
    .ci-pillers .culture-block h3 {
        font-size: 22px;
    }

    .main_top_bar .top_nav ul li {
        padding-right: 10px;
    }

    .food-block .single-block {
        padding: 15px 40px;
    }

    .chart-panel .single-block {
        padding-left: 30px;
        padding-right: 30px;
    }

    table.table.ghg-table-row tr td.odd-col {
        font-size: 20px;
    }

    .table td,
    .table th,
    .table td li,
    .table thead th,
    .table p {
        font-size: 16px;
        line-height: 1.5;
    }

    .active_lang_fr .header_cls_main .main-nav>ul>li,
    .header_cls_main .main-nav>ul {
        font-size: 15px;
    }

    .active_lang_fr .header_cls_main .main-nav>ul>li {
        margin-right: 12px;
    }

    .search_main label.custom-control-label {
        font-size: 16px;

    }
    .community-bottom-banner .bottom-icon-with-text, .customer_experience_bottom-banner .bottom-icon-with-text {
        width: 60%;
    }
    .bottom_food_banner .bottom-icon-with-text {
        width: 66%;
    }
    .health_safety_bottom_banner .bottom-icon-with-text, .health_nutrition_bottom .bottom-icon-with-text {
        width: 53%;
    }
    .bottom_food_banner .bottom-icon-with-text  {
        width: 65%;
    }
    .emp_dev_bottom_banner .bottom-icon-with-text {
        width: 60%;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1350px) {
    .flow-chart .heading-flow-panel {
        margin-top: 0;
    }

    .flow-chart .left-flow-chart-panel {
        margin-bottom: 0;
    }

    .left-flow-chart-panel h2 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .flow-chart .left-flow-chart-panel {
        padding-top: 8%;
        padding-bottom: 8%;
    }

    .flow-chart .left-flow-chart-panel .left-arrow-panel:after {
        bottom: 0px;
    }

    .flow-chart .left-flow-chart-panel .left-arrow-panel {
        height: 200px;
    }

    .flow-chart .left-flow-chart-panel .global-flow-panel {
        position: relative;
        top: 18%;
    }

    .global-flow-panel.left-yellow-panel .yellow::after {
        height: 127%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .main_top_bar .lang ul li a {
        width: 42px;
    }
    .active_lang_fr .sustainability_search_form {
        width: calc(100% - 87px);
        max-width: 260px;
    }
    .active_lang_fr .main_top_bar .top_nav ul li {
        padding-right: 4px;
    }
    .active_lang_fr .main_top_bar .top-bar-left {
        width: 775px;
    }
    .active_lang_fr .main_top_bar .top-bar-right {
        width: calc(100% - 775px);
    }
    .active_lang_fr .header_cls_main .main-nav>ul>li,
    .header_cls_main .main-nav>ul {
        font-size: 12px;
    }

    .active_lang_fr .header_cls_main .main-nav>ul>li {
        margin-right: 6px;
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {

    .search_main .search_results,
    .search_main .pagination_main {
        padding-left: 50px;
    }

    .card-data-table-2 .global-table-outer .sosb-first-table td.rep_tb.right .tb_cont .tb_box+.tb_box {
        margin-left: -12px;
        padding-left: 12px;
        margin-right: -12px;
        padding-right: 12px;
    }

    .footer_cls_main .footer_nav ul li a {
        display: inline-block;
    }

    .footer_cls_main .footer_nav>ul {
        display: flex;
        justify-content: flex-end;
    }

    .footer_cls_main .copyright .textwidget {
        padding-right: 12px;
    }

    .global-flow-panel.left-yellow-panel .yellow::after {
        height: 127%;
    }

    .performance-data-common-sce .card-data-table-2 .global-table-outer .table thead th,
    .performance-data-common-sce .card-data-table-2 .global-table-outer .table td {
        padding-left: 15px;
        padding-right: 15px;
    }

    .global-flow-panel.left-yellow-panel .yellow::after {
        left: -138%;
        width: calc(138% - 20px);
    }

    .global-tab-right-top a,
    .global-tab-right-top p {
        font-size: 13px;
    }

    .bottom-banner-img-with-text .bottom-banner-content img {
        margin-right: 20px;
    }

    .footer_cls_main .footer-right-sec {
        width: calc(100% - 190px);
    }

    .footer_cls_main .footer-left-sec {
        width: 190px;
    }

    .main_cls_banner .slick-prev,
    .main_cls_banner .slick-next {
        width: 32px;
        height: 70px;
    }

    .main_cls_banner .slick-prev::after,
    .main_cls_banner .slick-next::after {
        width: 20px;
        height: 20px;
    }

    .about-report-materiality .richtect_sec-wrap a {
        display: inline-block;
    }

    .download-right-panel a.cstm_button.info-button {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
    }

    .full-width-blocks .inner-goal-section {
        padding: 50px 40px 50px;
    }

    .flow-chart .heading-flow-panel,
    .right-inner-chart .heading-flow-panel {
        padding: 15px;
    }

    .flow-chart .left-flow-chart-panel .left-arrow-panel {
        height: 250px;
    }

    .left-flow-chart-panel h2 {
        font-size: 30px;
    }

    .engaging-table ul li {
        padding-left: 0;
    }

    .engaging-table.sec-padding td img {
        max-width: 70px;
        margin-top: 20px;
    }

    .recent_updates .recent_section .recent_content_section .recent_text_right {
        padding-left: 30px;
    }

    .home_Fiscal_Sustainability-outer .section_heading {
        padding-left: 12px;
        padding-right: 12px;
    }

    .highlight_cls_main .fiscal-corporate-text h2 {
        font-size: 35px;
    }

    .highlight_cls_main .fiscal-corporate-box h2 {
        font-size: 40px;
    }

    .link-arrow:after {
        width: 9px;
        height: 9px;
        margin-left: 3px;
    }

    .cdp-body .download-report .download-left-panel .download-icon {
        display: none;
    }

    .performance-data-panel .card-header .card-link {
        font-size: 20px;
    }

    .row.data-download-row>.data-download-col .fiscal-name {
        font-size: 18px;
        line-height: 1.3;
    }

    .download-report {
        padding: 30px 20px;
    }

    .table-icon-panel img {
        width: 70px;
    }

    .download-report .download-left-panel {
        padding-right: 12px;
    }

    .performance-data-common-sce .table thead th,
    .performance-data-panel table.table.grey-data-table td.heading {
        padding-left: 15px;
        padding-right: 15px;
    }

    .diversity_stories_section .cst-table td:first-child,
    .diversity_stories_section .cst-table th:first-child {
        padding-right: 12px;
    }

    .flow-chart .left-flow-chart-panel .global-flow-panel {
        position: relative;
        top: 100px;
    }

    .flow-chart .left-flow-chart-panel .heading-flow-panel {
        margin: 0;
    }

    .flow-chart .left-flow-chart-panel {
        margin: 0;
    }

    .left-flow-chart-panel h2 {
        margin: 0;
    }

    .climate-initiatives-outer .tabs-con .global-section-tab {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

    .bullets-list li:before {
        top: 5px;
    }

    .flow-chart .left-flow-chart-panel .left-arrow-panel:after {
        width: calc(50% + 201px);
        right: -200px;
    }

    .inner-goal-section .bordered-block p {
        padding-bottom: 25px;
    }

    .goals-panel .inner-goal-section .bordered-block {
        margin-bottom: 30px;
    }

    .customer_experience_approach .our_approach_top p:last-child {
        margin-bottom: 0;
    }

    .Initiatives-section.story-outer-sec .global-section-tab {
        margin-bottom: 40px;
        padding-bottom: 20px;
    }

    .global-section-tab ul.global-tab-grid-repeater {
        margin-bottom: 10px;
    }

    .footer_cls_main .footer_nav ul li a,
    .footer_cls_main .copyright p {
        font-size: 14px;
        line-height: normal;
    }

    .footer_cls_main .footer_nav ul li+li {
        padding-left: 10px;
    }

    .home_leader_outer .flex_dly .flex_cell.flex_cell_content {
        padding: 40px;
    }

    .global-flow-panel .text-center.center-arrow.my-3 {
        margin-top: 13px !important;
        margin-bottom: 13px !important;
    }

    .top-header .nav_main ul.sub-menu li a {
        white-space: normal;
    }

    .top-header .nav_main ul.sub-menu li a {
        padding: 16px 20px;
    }

    .top-header .nav_main ul.sub-menu {
        width: 230px;
    }

    .global-flow-panel.left-yellow-panel .yellow::before {
        left: -122%;
    }

    .global-flow-panel.dgreen .heading-flow-panel::before {
        width: 81px;
        left: -100px;
    }

    .main_cls_banner .slide .slide__img img {
        height: 100%;
    }

    .pandic_cls_main .py_80 {
        padding: 40px 60px;
    }

    .highlight_cls_main .fiscal-corporate-box .overlay_text p {
        font-size: 14px;
        line-height: 22px;
    }

    .highlight_cls_main .fiscal-corporate-box .overlay_text {
        padding: 20px;
    }

    .pdf-download-block {
        padding: 0 20px;
    }

    .pdf-download-block .download-icon {
        margin-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
        flex: 0 0 45px;
        padding-right: 20px;
    }

    .employee_cls_main .our_approach_box_top .our_approach_box {
        padding: 40px 30px;
    }

    .onpage-tab,
    ul#onpage-nav {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .chart-img.chart-block-1 img {
        max-width: 120px;
    }

    .six-blocks .icon-panel {
        height: 60px;
        width: 60px;
    }

    .chart-img.chart-block-3 img {
        max-width: 90px;
    }

    .chart-img.chart-block-2 img {
        max-width: 80px;
    }

    .chart-img.chart-block-4 img {
        max-width: 100px;
    }

    table.table.ghg-table-row tr td.odd-col {
        font-size: 17px;
    }

    .grey-table-panel td.heading-block,
    table.table.ghg-table-row th.heading-block.dark-grey {
        font-size: 17px;
        padding: 30px 20px;
    }

    .our-story .tabs-con {
        padding-left: 0px;
    }

    .our_Strategy-wrap-cols .our_Strategy-col-bottom img {
        width: 120px;
    }

    .flow-chart {
        padding: 40px 30px;
    }

    .global-flow-panel.left-yellow-panel::before {
        top: -50px;

    }

    .center-flow-chart-panel::after {
        right: 11px;
    }

    .global-flow-panel.left-yellow-panel .yellow::before {
        top: 36px;
    }

    .heading-flow-panel.dark-green::after {
        left: -19%;
    }

    .center-flow-chart-panel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }

    .center-flow-chart-panel .flow-chart-desc {
        background: #fff;
        padding: 20px 10px;
        width: 150px;
        font-size: 13px;
        top: 150px;
        left: 24px;
        border-top: 12px solid #f4f4f4;
        border-bottom: 12px solid #f4f4f4;
    }

    .flow-chart .left-flow-chart-panel .left-arrow-panel::before {
        height: 67px;
        left: -10px;
        top: 0px;
    }

    .flow-chart .icon-flow {
        margin-right: 15px;
    }

    .flow-chart .flow-chart-desc {
        font-size: 14px;
        line-height: 17px;
    }

    .flow-chart .listing-flow {
        padding: 12px 29px;
    }

    .global-flow-panel.dgreen::before {
        width: 52px;
        left: -100px;
        top: 52px;
    }

    .table td,
    .table th,
    .table thead th {
        padding: 15px 15px;
        border: 0;
        vertical-align: top;
    }

    .bullets-list li {
        padding-left: 20px;
    }

    .engaging-table.sec-padding table#respTable ul li {
        font-size: 14px;
        line-height: 19px;
    }

    .engaging-table table#respTable td:nth-child(3),
    table#respTable td:nth-child(4) {
        width: 32%;
    }

    .main_cls_banner .banner_title h1 {
        font-size: 33px;
        line-height: 47px;
        margin-bottom: 24px;
    }

    .about_cls_main .about_text {
        width: 63%;
    }

    .pandic_cls_main .py_80 {
        padding: 25px 30px;
    }

    .Qa_date h3 {
        font-size: 24px;
    }

    .Forward_Looking_main .small_heading,
    .materiality_box_top .materiality_box_text h2 {
        font-size: 22px;
    }

    .Qa_main .accordion_cls_main .card-header .card-link {
        padding: 25px;
    }

    .Qa_main .leader_inner_text {
        padding-top: 55px;
    }

    .Qa_main .accordion_cls_main .card-body {
        padding: 0px 25px 25px;
    }

    .Qa_main .leader_text p,
    .Qa_main .leader_text h3,
    .Qa_main .accordion_cls_main .card-header .card-link {
        font-size: 16px;
        line-height: 1.5;
    }

    .Qa_main .leader_inner_text::before {
        height: 26px;
        background-size: contain;
    }

    .testimonial-grid-sec .Qa_right_img {
        width: 25%;
    }

    .Qa_main .dl_flex .flex_cell_content {
        padding: 30px;
        width: 75%;
    }

    .letter_ceo-top-sec .letter_ceo_img {
        width: 35%;
    }

    .letter_ceo-top-sec .letter_ceo_conntent {
        width: calc(100% - 35%);
    }

    .counter-nmber sup {
        font-size: 14px;
        top: -18px;
    }

    .counter-nmber,
    .inner-goal-section .content-block h4 {
        font-size: 30px;
    }

    .about_Us_sec-wrap .about-Us-wrap-inner .about-Us-left-sce {
        padding-right: 30px;
    }

    .about_Us_sec-wrap .about-Us-right-sce {
        padding-left: 30px;
    }

    .about_Us_sec-wrap .about-Us-right-sce .about-right-img {
        margin-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
    }

    .page_top_banner .banner-content .breadcrumb ul li {
        font-size: 12px;
    }

    .page_top_banner .banner-content .banner-content-wrap {
        padding: 20px 5px;
    }

    .container_inner {
        padding: 0px 20px;
    }

    .single-block {
        padding: 20px;
    }

    .six-blocks {
        margin: 40px 0;
        padding: 40px 0;
    }

    .single-block p {
        font-size: 16px;
        line-height: 24px;
    }

    .inner-goal-section {
        padding: 20px;
    }

    .goal-table-heading {
        font-size: 20px;
    }

    .data-desc h3 {
        font-size: 18px;
    }

    .on-this-page-wrap li,
    .on-this-page-tab .on-this-page-wrap .onpage-heading-left {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header_cls_main .main-nav>ul>li,
    .header_cls_main .main-nav>ul,
    .on-this-page-wrap li,
    .on-this-page-tab .on-this-page-wrap .onpage-heading-left,
    .on-this-page-wrap li a,
    p,
    .link-text,
    li,
    .data-desc h6,
    .link-text,
    ul.list li,
    .listing li,
    body {
        font-size: 16px;
        line-height: 1.3;
    }

    .on-this-page-tab .on-this-page-wrap .onpage-heading-left {
        padding-right: 12px;
    }

    .on-this-page-wrap li {
        padding-left: 15px;
        padding-right: 15px;
    }

    h2,
    .section-heading {
        font-size: 28px;
    }

    #customers p.sub-heading {
        font-size: 28px;
    }

    .inner-goal-section h2,
    .heading-medium {
        font-size: 22px;
    }

    .cst-CTA-bar p,
    .bottom-banner-img-with-text p,
    .our_Strategy_sec-wrap .our_Strategy-col h3,
    .h3 {
        font-size: 18px;
    }

    .bottom-banner-img-with-text p {
        line-height: 1.4;
    }

    .bottom-banner-img-with-text .bottom-banner-content {
        padding: 20px 30px;
    }

    .global-tab-grid-repeater .global-tab-grid-col .global-tab-col-left {
        width: 180px;
    }

    .global-tab-grid-repeater .global-tab-grid-col .global-tab-col-right {
        width: calc(100% - 180px);
        padding-left: 20px;
    }

    .global-tab-right-top>div:not(:last-child) {
        margin-right: 12px;
    }

    .our-story .nav .nav-link,
    .our-story .nav .nav-heading {
        font-size: 14px;
        padding: 20px;
    }

    .global-tab-grid-repeater .global-tab-grid-col {
        padding: 30px;
    }

    .our-story {
        padding-bottom: 10px;
    }

    h2,
    .section-heading {
        margin-bottom: 20px;
    }

    .banner-heading {
        font-size: 22px;
    }

    .inner-goal-section {
        padding: 25px;
    }

    .inner-goal-section .goal-table-heading {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }

    .goal-table-heading,
    .data-desc h3 {
        font-size: 18px;
    }

    .data-desc h6 {
        font-size: 16px;
    }

    .our_approach-grid-img img {
        max-width: 270px;
    }

    .main_top_bar .top_nav ul li {
        padding-right: 8px;
    }

    .main_top_bar .top_nav ul li a {
        font-size: 12px;
        padding-right: 0px;
    }

    .footer_cls_main .footer_nav ul li {
        padding-right: 20px;
    }

    .header_cls_main .main-nav>ul>li {
        margin-right: 15px;
    }

    .food-block .single-block {
        padding: 15px 25px;
    }

    .chart-panel .single-block h3 {
        font-size: 20px;
    }

    .table td,
    .table th,
    .table td li,
    .table thead th,
    .table p {
        font-size: 14px;
    }

    .global-table-outer .table thead th,
    .global-table-outer .table thead td {
        padding: 16px 16px;
        font-size: 11px;
    }

    table.table .bullets-td {
        padding-left: 40px;
    }

    .bullets-td::after {
        left: 20px;
        top: 22px;
    }

    .global-table-outer .bullets-td::after {
        left: 15px;
    }

    .global-table-outer table.table .bullets-td {
        padding-left: 34px;
    }

    .chart-panel .single-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .highlight_cls_main .fiscal-corporate-text p {
        margin-bottom: 0px;
        padding-right: 0px;
    }

    .piller-text-icon-wrap .piller-text-wrap h3 {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .piller-block .row.piller-text-icon-wrap>div.piller-icon-wrap {
        width: 70px;
        margin-right: 20px;
    }

    .about-Us-left-sce.col-sm-12.remove-padding .piller-block .row.piller-text-icon-wrap>div.piller-text-wrap {
        width: calc(100% - 90px);
    }

    .on-this-page-wrap li,
    .on-this-page-tab .on-this-page-wrap .onpage-heading-left {
        font-size: 12px;
    }

    .on-this-page-wrap .container_inner p.onpage-heading-left {
        white-space: nowrap;
    }

    .page_top_banner .banner-image .desktop-img {
        min-height: 200px;
    }

    .leader_cls_main .leader_text {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .leader_cls_main .leader_inner_text::before {
        margin-bottom: 20px;
        background-size: contain;
        height: 25px;
    }

    .leader_cls_main .leader_text_main p {
        font-size: 16px;
    }

    .categories_cls_main .categories_people .box_cls_categ h3 {
        font-size: 24px;
    }

    .categories_cls_main .categories_people .box_cls_categ {
        padding: 18px 30px;
    }

    .categories_cls_main .categories_faq a {
        font-size: 16px;
        padding: 10px 0px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .on-this-page-wrap li,
    .on-this-page-tab .on-this-page-wrap .onpage-heading-left,
    .on-this-page-wrap li a {
        font-size: 12px;
    }

    .inner-approch-panel h3 {
        padding-top: 10px;
    }

    table.table.ghg-table-row th {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1280px) {

    .header_cls_main .main-nav>ul>li,
    .header_cls_main .main-nav>ul,
    .on-this-page-wrap li,
    .on-this-page-tab .on-this-page-wrap .onpage-heading-left,
    .on-this-page-wrap li a {
        font-size: 14px;
    }

    .top-header .nav_main .main-nav:not(.mobile-nav) ul.sub-menu li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1200px) {

    .main_top_bar .top_nav {
        padding: 10px 0px;
    }

    .on-this-page-wrap li a:after {
        display: none;
    }

    .on-this-page-wrap li a {
        border-bottom: solid 2px transparent;
    }

    .dark-voilet-tab li a:hover,
    .dark-voilet-tab li.active a {
        border-bottom-color: #b388a1;
    }

    .dark-green-tab li a:hover,
    .dark-green-tab li.active a {
        border-bottom-color: #80a99a;
    }

    .dark-blue-tab li a:hover,
    .dark-blue-tab li.active a {
        border-bottom-color: #9096af;
    }
}

@media screen and (min-width: 992px) {
    .top-header .nav_main ul.sub-menu li a:hover {
        color: #025134;
    }

}

@media only screen and (max-width: 991px) {
    .header_cls_main .main-nav.mobile-nav>ul>li.menu-item-has-children>a:after {
        margin: 0;
    }

    .header_cls_main .main-nav.mobile-nav>ul>li.menu-item-has-children>a {
        padding-right: 25px;
    }

    .home_Fiscal_Sus_right .fiscal-corporate-sec-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .active_lang_fr .highlight_cls_main .fiscal-corporate-box {
        padding: 20px 20px 120px;
    }

    .ghg_bottom_cont_sec {
        margin-top: 40px;
    }

    .customers-section .border-panel>.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .top-header .nav_main ul.sub-menu {
        width: 100%;
    }

    .main_top_bar .top-bar-right {
        width: 100%;
    }

    .performance-data-panel .download-report .download-left-panel .download-icon {
        display: none;
    }

    #sustainability-main-menu li.menu-item.active a::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .flow-chart .left-flow-chart-panel .left-arrow-panel {
        height: 100px;
    }

    .flow-chart .left-flow-chart-panel .left-arrow-panel:after {
        height: 65px;
        bottom: 11px;
    }

    .flow-chart .left-flow-chart-panel .left-arrow-panel .tri-arrow {
        top: calc(100% - 82px);
    }

    .top-bar-left {
        display: none;
    }

    .footer_cls_main .footer_nav ul li {
        padding-right: 16px;
    }

    .footer_cls_main .footer_nav ul li+li {
        padding-left: 0;
    }

    .admin-bar .top-header .nav_main .main-nav {
        top: 80px;
    }

    .top-header .nav_main .main-nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: fixed;
        top: 46px;
        bottom: 0;
        z-index: 9999;
        overflow-y: auto;
        left: -100%;
        width: 100%;
        padding: 60px 30px;
        background: #025436;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .mobile-nav-active .top-header .nav_main .mobile-nav {
        left: 0;
    }

    .top-header .nav_main li.green ul.sub-menu li a:hover,
    .top-header .nav_main li.green ul.sub-menu li.current-menu-item a {
        color: #fff;
    }

    .top-header .nav_main ul.sub-menu li:not(:last-child) {
        border-bottom: none;
    }

    .nav_main .mobile-nav .sustainability-main-menu li ul.sub-menu {
        position: static;
        background: transparent;
        padding-left: 20px;
        margin-top: -7px;
    }

    .nav_main .mobile-nav .sustainability-main-menu li a {
        color: #fff;
    }

    .nav_main .mobile-nav .sustainability-main-menu li ul.sub-menu a {
        font-size: 16px;
    }

    .nav_main .mobile-nav .sustainability-main-menu li ul.sub-menu a {
        background: transparent;
        border: none;
        text-align: left;
    }

    .header_cls_main .main-nav>ul>li>a:before {
        display: none;
    }

    .header_cls_main .main-nav>ul>li.mobile-visible {
        display: block;
    }

    .nav_main .mobile-nav .sustainability-main-menu li {
        display: block;
        width: 100%;
    }

    .header_cls_main .main-nav>ul>li.submenu-right:not(:last-child) ul.sub-menu,
    .header_cls_main .main-nav>ul>li.submenu-right ul.sub-menu {
        width: 100%;
    }

    .header_cls_main .main-nav>ul>li>a {
        margin-top: 0;
        margin-bottom: 0;
    }

    .header_cls_main .main-nav>ul>li {
        position: relative;
    }

    .global-flow-panel.left-yellow-panel .yellow::before {
        top: 35px;
    }

    .global-flow-panel.left-yellow-panel::before {
        top: -46px;
    }

    .our_Strategy_sec-wrap .goals-panel .col-md-6:nth-child(n + 3) {
        margin-top: 30px;
    }

    .richtect-section.section-spacing {
        padding-bottom: 50px;
    }

    .six-blocks:not(.food-block) .single-block:nth-child(n + 4) {
        margin-top: 30px;
    }

    section#grey-table .container_inner {
        padding: 0 30px;
    }

    .show-mob.ghg-emission-panel {
        display: block;
    }

    table.table.ghg-table-row.show-desk {
        display: none;
    }

    .ghg-emission-panel .ghg-block {
        border-bottom: 5px solid #005535;
        margin-bottom: 40px;
        padding-bottom: 20px;
    }

    .ghg-emission-panel .ghg-block:last-child {
        margin-bottom: 0;
    }

    .mobile-nav>ul>li ul.sub-menu {
        padding-bottom: 16px;
    }

    .financial_Highlights_sec-wrap .financial_Highlights-wrap-cols .financial_Highlights-col {
        margin-top: 40px;
    }

    .financial_Highlights_sec-wrap .financial_Highlights-wrap-cols {
        margin-top: -40px;
    }

    .about_Us_sec-wrap .about-Us-right-sce {
        padding-left: 20px;
    }

    .counter-nmber,
    .inner-goal-section .content-block h4 {
        font-size: 26px;
    }

    .our_Strategy-wrap-cols .our_Strategy-col {
        max-width: none;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: calc(33.333% - 6px);
        margin-top: 6px;
    }

    .our-story .tabs-con {
        padding-left: 0;
    }

    .our_Strategy_sec-wrap .our_Strategy-wrap-cols {
        margin-top: -6px;
    }

    .sec-padding,
    .inner-banner {
        padding: 50px 0 0 0;
    }

    .highlights-panel {
        padding: 50px 0;
        margin-top: 50px;
    }

    .info-section {
        margin: 50px 0;
    }

    .six-blocks {
        margin: 40px 0;
        padding: 40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .single-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }

    .single-block:nth-child(3) {
        border-right: none;
    }

    .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .header_cls_main .main-nav.mobile-nav li a {
        font-size: 18px;
        padding: 17px 0;
        line-height: 26px;
    }

    .header_cls_main .main-nav.mobile-nav>ul>li ul.sub-menu a {
        padding: 7px 0;
    }

    .header_cls_main .logo {
        max-width: 270px;
    }

    .header_cls_main .dropdown:hover>.dropdown-menu {
        position: relative;
        background-color: transparent;
        border: none;
        float: none;
    }

    .header_cls_main .mobile-nav .dropdown-menu {
        position: relative;
        background-color: transparent;
        border: none;
        float: none;
        margin: 0;
        padding: 5px 0 30px;
    }

    .header_cls_main .mobile-nav .dropdown-menu>li:not(:last-child) {
        padding: 0 0 20px;
        margin: 0 0 20px;
        border-bottom: 1px solid #007c51;
    }

    .header_cls_main .dropdown-menu {
        margin-left: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header_cls_main .top-header {
        padding: 16px 0px;
    }

    .header_cls_main .dropdown .dropdown-toggle:after {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    /*Fiscal Year  */
    .highlight_cls_main .fiscal-corporate-icon {
        text-align: center;
    }

    .highlight_cls_main .fiscal-corporate-text {
        text-align: center;
    }

    .highlight_cls_main .fiscal-corporate-text {
        margin-bottom: 45px;
    }

    .highlight_cls_main .fiscal-corporate-text p {
        padding-right: 0;
        width: 83%;
        margin: 0 auto;
    }

    .highlight_cls_main .fiscal-corporate-box {
        padding: 20px 20px 33px;
    }

    .highlight_cls_main .fiscal-corporate-box h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .highlight_cls_main .fiscal-corporate-box p {
        margin-bottom: 0px;
        font-size: 12px;
        line-height: 18px;
    }

    .highlight_cls_main .fiscal-corporate-box p:first-child {
        margin-bottom: 10px;
        font-size: 9px;
        line-height: 12px;
    }

    .highlight_cls_main .fiscal-corporate-box .overlay_text p {
        font-size: 12px;
        line-height: 18px;
    }

    .highlight_cls_main .fiscal-corporate-box .overlay_text {
        padding: 20px;
    }

    .highlight_cls_main .btm_brder {
        padding-bottom: 40px;
    }

    .highlight_cls_main .green_box {
        padding-top: 40px;
    }

    .highlight_cls_main .blue_box {
        padding-top: 40px;
    }

    .main_cls_banner .banner_text p {
        font-size: 16px;
    }

    /* end Fiscal Year */
    .about_cls_main .about_text {
        width: 90%;
        margin: 40px auto;
    }

    .leader_cls_main .flex_dly .flex_cell.flex_cell_content {
        padding: 25px 25px;
    }

    .leader_cls_main .leader_text {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .our_approach_box_top.fiscal-corporate-outer .fiscal-corporate-sec-row>div {
        margin-bottom: 30px;
        min-height: inherit;
    }

    .ci-pillers .piller-block .icon {
        margin: inherit;
        margin-bottom: 30px;
    }

    .ci-pillers .piller-block>.row .col-md-10 {
        padding-left: 15px;
    }

    .ci-pillers .piller-block {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ci-pillers .piller-block {
        padding: 30px;
    }

    .ci-pillers {
        margin-bottom: 20px;
    }

    .chart-boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .chart-box {
        min-height: auto;
    }

    .highlight_cls_main .fiscal-corporate-text p {
        margin-bottom: 0px;
        padding-right: 0px;
    }

    .home_Fiscal_Sustainability-outer .home_Fiscal_Sus_right {
        padding-left: 15px;
    }

    p.ghg-number {
        font-family: "GT-Eesti-Pro-Display-Bold";
        font-size: 30px;
        color: #025436;
    }

    body.side-menu-active {
        overflow: hidden;
    }

    .highlight_cls_main .fiscal-corporate-box {
        padding: 20px 20px 130px;
    }

    .search_main .search_pagination .page-link {
        padding: 0px 11px 30px;
    }
}

@media only screen and (max-width: 920px) {
    .global-flow-panel.left-yellow-panel .yellow::before {
        top: 39px;
    }
}

@media only screen and (max-width: 781px) {
    .admin-bar .top-header .nav_main .main-nav {
        top: 97px;
    }
}

@media only screen and (max-width: 767px) {
    .search_main .search_results_title span.search_txt {
        white-space: normal;
    }
     html{margin-top: 0 !important;}
    .search_main .search_results_title span.search_key {
        padding-left: 0;
        display: inline-block;
    }
    body.page-template-sustainability-2021-search.popup-open div#page_Content {
        min-height: auto;
    }

    .search_main .border_btm {
        margin-bottom: 30px;
    }

    .search_main .search_categories_title {
        margin-top: 0;
    }

    .search_main .pagination li {
        padding: 0 10px;
    }

    .search_main .search_results_title h2 {
        margin-bottom: 15px;
        margin-top: 0;
        line-height: 1.1;
    }

    .search_main .section-spacing {
        padding-top: 40px;
    }

    .search_main .search_results_title {
        margin-bottom: 30px;
    }

    .search_main .search_results {
        padding-left: 0px;
    }

    .page-template-sustainability-2021-search div#page_Content {
        min-height: calc(100vh - 384px);
    }

    .search_main .flex_dly:last-child {
        margin-bottom: 0;
    }

    .top-download-panel .download-report {
        margin-top: 30px;
    }

    .download-report-panel.top-download-panel {
        padding-top: 60px;
    }

    .download-report-panel.top-download-panel .top_download_wrapper {
        padding-bottom: 60px;
    }

    .footer_cls_main .footer_nav>ul {
        display: block;
        text-align: center;
    }

    .footer_cls_main .copyright .textwidget {
        padding-right: 0;
    }

    .global-flow-panel.left-yellow-panel {
        position: relative;
    }

    .global-flow-panel.left-yellow-panel::before {
        position: absolute;
        content: "";
        left: -43px;
        background: #f4f4f4;
        height: calc(100% + 210px);
        text-align: -webkit-auto;
        top: -110%;
        z-index: 999;
        border-top: none;
        width: 30px;
        display: block !important;
    }

    .left-flow-chart-panel .global-flow-panel::after,
    .left-flow-chart-panel .listing-flow::before,
    .left-flow-chart-panel .global-flow-panel::before {
        display: none;
    }

    .fiscal-year_materiality .approach-bottom-block.mt-60 {
        margin-top: 40px;
    }

    .recent_section {
        border-bottom: 5px solid #404040;
    }

    .about-highlight-sec .financial_Highlights-header p {
        margin-bottom: 8px;
    }

    .flow-chart .global-flow-panel .flow-chart-desc br {
        display: none;
    }

    .about_Us_sec-wrap .about-Us-right-sce .about-Us-right-top p.counter-nmber {
        margin-bottom: 0;
    }

    .about_Us_sec-wrap .about-Us-right-sce .about-Us-right-top li:last-child {
        margin-bottom: 25px;
    }

    .video_popup {
        width: calc(100% - 60px);
        max-width: 400px;
        margin: 0 auto;
    }

    .active_lang_fr .banner-heading {
        font-size: 35px;
    }

    .health-safty-strategy.our_Strategy_sec .our_Strategy_sec-wrap .seprator {
        padding-bottom: 50px;
    }

    .active_lang_fr .bottom-banner-img-with-text .bottom-banner-content {
        padding: 80px 35px;
    }

    .active_lang_fr .climate-bottom-img-sec.bottom-banner-img-with-text .bottom-banner-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .active_lang_fr .progress_Highlights_sec.highlights_sec .prodcut_Highlights_sec-wrap .cst-CTA-bar {
        padding: 40px 40px;
    }

    .engaging-table p:last-child {
        margin-bottom: 20px !important;
    }

    .materiality-fiscal-outer .fiscal-year_materiality .approach-bottom-block.mt-60 {
        margin-top: 40px;
    }

    .active_lang_fr .highlight_cls_main .fiscal-corporate-box {
        padding: 20px 20px 170px;
    }

    .engaging-table td.odd-col {
        width: 100%;
    }

    .global-section-tab ul.global-tab-grid-repeater {
        margin-bottom: 20px;
    }

    .mobile-view-table th,
    .mobile-view-table td {
        max-width: none !important;
    }

    .home-recent-updates-section .section_heading h2 {
        margin-bottom: 25px;
    }

    .home-recent-updates-section .section_heading {
        padding-bottom: 0;
    }

    .home-recent-updates-grid .row>div {
        margin-top: 20px;
    }

    .customers-section .border-panel h2.section-heading {
        font-size: 50px;
    }

    .home_overview_section p {
        font-size: 16px;
    }

    .cdp_section {
        padding-top: 0;
    }

    .section_space_data {
        padding-bottom: 55px;
    }

    .download-report .download-left-panel {
        padding-right: 0;
    }

    .main_top_bar .top-bar-right,
    .main_top_bar .top-bar-left {
        width: 100%;
    }

    .main_cls_banner .banner_text p {
        font-size: 18px;
    }

    .home_overview_section {
        text-align: left;
    }

    .diversity_stories_section .cst-table td img {
        min-width: 90px;
        height: 90px;
        margin: 0 auto 30px;
        display: block;
        max-width: 90px;
    }

    span.mob_title {
        font-family: "GT-Eesti-Pro-Display-Bold";
    }

    .recent_updates .recent_section .recent_image_section img {
        margin-bottom: 10px;
    }

    .flow-chart .left-flow-chart-panel .left-arrow-panel {
        height: auto;
    }

    .download-pdf-section.mt-60 .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pop_up_main a.close {
        right: -30px;
        font-size: 47px;
        height: 50px;
        line-height: 30px;
        width: 50px;
        opacity: 1;
    }

    .climate-action-table p.mt-60 {
        margin-top: 40px;
    }

    .responsible-sourcing-approach {
        padding-bottom: 60px;
    }

    .climate-bottom-img-sec.bottom-banner-img-with-text .bottom-banner-content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .climate-bottom-img-sec a {
        display: inline-block;
    }

    .footer_cls_main .footer-right-sec {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .footer_cls_main .footer-left-sec,
    .footer_cls_main .footer-right-sec {
        width: 100%;
    }

    .top-header .nav_main .main-nav {
        top: 54px;
    }

    .leader_cls_main.home_leader_outer {
        padding-top: 50px;
    }

    .main_cls_banner .slick-dots {
        margin-top: 12px;
        position: relative;
        bottom: 0;
    }

    form input[type="submit"],
    form input[type="reset"],
    form input[type="button"],
    .form-action button[type="submit"],
    .cstm_button {
        min-width: 154px;
    }

    .main_cls_banner .section-spacing {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .header_cls_main .top-header .mobile-nav-toggle {
        right: 15px;
    }

    .business-section p:last-child {
        margin-bottom: 0;
    }

    .heading-flow-panel.purple::after {
        height: auto;
    }

    .heading-flow-panel.dark-green::before {
        display: none !important;
    }

    .responsible-sourcing-approach .pt-30 {
        padding-top: 0;
    }

    .home_Fiscal_Sustainability-outer .section_heading {
        padding-bottom: 20px;
    }

    .categories_cls_main .categories_people .categories_people_text {
        padding-bottom: 5px;
    }

    .border-full {
        padding-top: 60px;
    }

    .our_approach-grid .our_approach-grid-wrap:first-child .our_approach-grid-col {
        padding-top: 25px;
    }

    .recent_section {
        margin-bottom: 60px;
        padding-bottom: 55px;
    }

    .global-section-tab {
        padding: 0 0 45px;
        margin-bottom: 50px;
    }

    .stroy-right-img {
        margin-bottom: 35px;
    }

    .about_Us_sec-wrap .about-Us-right-sce .about-Us-right-bottom li.no-img .about-right-img {
        display: none;
    }

    .global-section-tab ul.global-tab-grid-repeater {
        margin-bottom: 15px;
    }

    .global-tab-right-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .global-tab-right-top>div:not(:last-child) {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .global-tab-grid-repeater .global-tab-grid-col .global-tab-col-right {
        padding-left: 0;
    }

    .global-tab-grid-repeater .global-tab-grid-col {
        padding: 40px 30px;
    }

    .img-panel img {
        width: 100%;
    }

    .recent_section.row-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .recent_updates .recent_section:not(.hidden_block) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .recent_updates .recent_section .recent_image_section {
        display: inline-block;
        width: auto;
    }

    .recent_updates .recent_section .recent_content_section {
        width: auto;
        display: inline-block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 20px;
    }

    .recent_updates .recent_section .recent_content_section .recent_text_right {
        padding-left: 0;
    }

    .recent_updates .recent_section .recent_content_section .recent_text_left {
        margin-right: 0;
    }

    .recent_updates .recent_section .recent_content_section .recent_date {
        margin-bottom: 15px;
    }

    .recent_updates hr {
        margin: 25px 0 40px 0;
    }

    .employee_cls_main .our_approach_box_top .approach_box_text h2 {
        margin-bottom: 15px;
    }

    .dark-voilet-tab .onpage-heading-left:after {
        color: #681243;
    }

    .dark-green-tab .onpage-heading-left:after {
        color: #025436;
    }

    section.on-this-page-tab {
        margin-bottom: 71px;
    }

    .our_Strategy_sec-wrap .goals-panel .col-md-6:nth-child(n + 3) {
        margin-top: 0px;
    }

    .richtect-section.section-spacing {
        padding-bottom: 40px;
    }

    .materiality_box_top .materiality_box {
        padding: 40px 30px 40px 30px;
    }

    .six-blocks:not(.food-block) .single-block:nth-child(n + 4) {
        margin-top: 0;
    }

    .about_Us_sec-wrap .about-Us-wrap-inner .about-Us-left-sce .about_us_top {
        padding-right: 0;
    }

    .global-flow-panel.left-yellow-panel::after {
        border-top: 0px;
    }

    .engaging-table.sec-padding.pb-0 tr {
        padding: 40px;
        border-left: 5px solid #025436;
    }

    .engaging-table td.mobile-title.desktop-hidden {
        font-size: 18px;
        text-transform: uppercase;
        padding-bottom: 10px;
        font-family: "GT-Eesti-Pro-Display-Bold";
    }

    .engaging-table .mobile-view-table td.even-col {
        margin-bottom: 25px;
        min-height: 0;
        line-height: normal;
    }

    .engaging-table.sec-padding td img {
        margin-bottom: 40px;
    }

    .engaging-table.sec-padding.pb-0 ul {
        margin-bottom: 30px;
    }

    .stakeholde-mobile-icon {
        text-align: center;
    }

    .engaging-table .stakeholde-mobile-icon img {
        margin-top: 0 !important;
    }

    .btm_brder.pt-80 {
        padding-top: 20px;
    }

    .mt-80 {
        margin-top: 50px;
    }

    .listing li {
        padding-left: 5px;
    }

    section#grey-table .container_inner {
        padding: 0 10px;
    }

    .six-blocks .indicater-circle {
        top: 0;
    }

    .approach-bottom-block .listing ul li ul {
        padding-left: 17px;
    }

    .single-block {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .our_approach-grid-img.img-height-auto img {
        width: 100%;
    }

    .video_popup iframe {
        height: 220px;
    }

    .even-tr-gray-desk tbody tr:nth-child(even) {
        background: #fff;
    }

    .even-tr-gray-desk tbody tr:nth-child(odd) {
        background: #f4f4f4;
    }

    .main_cls_banner .slick-prev,
    .main_cls_banner .slick-next {
        width: 40px;
        height: 80px;
    }

    .row.our-story.mt-60 {
        margin-top: 20px;
    }

    .fiscal-corporate-sec-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .our_Strategy_sec-wrap .our_Strategy-header {
        padding-bottom: 10px;
    }

    .row.fiscal-corporate-sec-row.remov-p>div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .fiscal-corporate-outer .fiscal-corporate-sec-row>div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .susta_cls_main .row>div:not(:last-child) .susta_card_main {
        margin-bottom: 30px;
    }

    .categories_cls_main .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .flow-chart {
        padding: 50px 10px 50px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
        overflow: visible;
    }

    .flow-chart-main {
        position: relative;
    }

    .flow-chart-main .order-1 {
        margin-bottom: 20px;
    }

    .flow-chart-main::before {
        position: absolute;
        height: 100%;
        width: 30px;
        right: -30px;
        background: #f4f4f4;
        content: "";
        top: 0;
    }

    .flow-chart-main::after {
        position: absolute;
        height: 100%;
        width: 50px;
        left: -50px;
        background: #f4f4f4;
        content: "";
        top: 0;
    }

    .heading-flow-panel.purple::before {
        display: none !important;
    }

    .heading-flow-panel.dark-green::before {
        display: none !important;
    }

    .left-flow-chart-panel {
        margin-bottom: 60px;
    }

    .global-flow-panel.dgreen .heading-flow-panel::before {
        content: "";
        width: 20px;
        height: 2px;
        left: -30px;
    }

    .heading-flow-panel.purple::after {
        height: 100%;
    }

    .icon-flow img {
        max-width: 40px;
    }

    .pdf-download-block {
        margin-bottom: 20px;
    }

    .left-flow-chart-panel .heading-flow-panel {
        margin-top: 0px;
    }

    .text-center.center-arrow.my-3.show-mob.rotate {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .global-flow-panel.dgreen::before {
        width: 14px;
        left: -20px;
        top: 20%;
    }

    .right-flow-chart-panel::after {
        content: "";
        position: absolute;
        left: -30px;
        top: 0;
        border-left: 2px solid #025436;
        height: 94%;
    }

    .global-flow-panel.dgreen::before {
        width: 25px;
        left: -30px;
        z-index: 99;
        height: 2px;
    }

    .show-mob .flow-chart-desc {
        left: -30px;
        top: 0;
        width: 69%;
        max-width: 275px;
    }

    .center-flow-chart-panel::before {
        height: 95%;
    }

    .center-flow-chart-panel.show-mob {
        height: 180px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
        margin-top: 21px;
    }

    .center-flow-chart-panel::before {
        left: auto;
        top: 0;
        right: 92px;
        margin: 0 auto;
    }

    .center-flow-chart-panel::after {
        right: 85px;
        top: -4px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .desktop-img {
        display: none !important;
    }

    .btm-arrow-mobile {
        position: absolute;
        background-color: #f4f4f4;
        left: -30px;
        bottom: 0px;
        height: 50px;
        width: 25px;
        z-index: 99;
        border-top: 2px #025436 solid;
        border-left: 1px #f4f4f4 solid;
        display: block;
    }

    .top-arrow-mobile {
        position: absolute;
        left: -30px;
        top: 0px;
        height: 50px;
        width: 25px;
        background-color: #f4f4f4;
        z-index: 999;
        border-bottom: 2px #025436 solid;
        border-left: 1px #f4f4f4 solid;
        display: block;
    }

    .top-arrow-mobile::after {
        content: '';
        position: absolute;
        right: -1px;
        top: 43px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 6px solid transparent;
        border-top: 14px solid #025436;
        clear: both;
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .hide-after::before {
        display: none !important;
    }

    .heading-flow-panel.purple,
    .heading-flow-panel.dark-green {
        position: relative;
    }

    .letter_ceo_bottom-sec ul .ceo-name~li {
        margin-top: 0;
    }

    .letter_ceo_bottom-sec ul .ceo-name {
        margin: 0;
    }

    .letter_ceo_bottom-sec .ceo_sign h3 {
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .Qa_testmoni-outer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .our_Strategy_sec-wrap .our_Strategy-wrap-cols .our_Strategy-col-bottom {
        margin-top: 40px;
    }

    .GHG-inner-panel {
        padding-left: 15px;
        padding-right: 15px;
    }

    .approach-bottom-block .listing li+li {
        margin-top: 10px;
    }

    .approach-bottom-block .listing ul li ul {
        padding-top: 10px;
    }

    .approach-bottom-block .listing ul li ul li+li {
        margin-top: 0;
    }

    #respTable tr td:before,
    .our-story .nav .nav-link:after {
        display: none;
    }

    .our-story .voilet-page .active .nav-link,
    .our-story .voilet-page .nav-link:hover {
        color: #681243;
    }

    .our-story .green-page .active .nav-link,
    .our-story .green-page .nav-link:hover {
        color: #025436;
    }

    .our-story .blue-page .active .nav-link,
    .our-story .blue-page .nav-link:hover {
        color: #222d5f;
    }

    table#respTable tr {
        padding: 20px 35px;
    }

    .engaging-table ul.bullets-list li+li {
        margin-top: 3px;
    }

    .full-width-blocks .inner-goal-section {
        padding: 30px;
    }

    .green-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    table#respTable tr:nth-child(even) {
        background-color: #fff;
    }

    table#respTable tr,
    .cst-table.green-table tr {
        border-left: 5px solid #035336;
    }

    section#customers {
        padding-top: 60px;
    }

    .customers-section .padding-block {
        padding: 40px 30px;
    }

    section#customers .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .green-border tr {
        border-left: 5px solid #035336;
    }

    section#enterprise {
        padding-top: 45px;
    }

    .flow-chart {
        padding: 40px 0 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    }

    .page_top_banner .banner-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    /*Fiscal Year  */
    .highlight_cls_main .fiscal-corporate-icon {
        text-align: center;
    }

    .highlight_cls_main .fiscal-corporate-text {
        text-align: center;
    }

    .highlight_cls_main .fiscal-corporate-text {
        margin-bottom: 45px;
    }

    .highlight_cls_main .fiscal-corporate-text p {
        padding-right: 0;
        width: 100%;
        margin: 0 auto;
    }

    .highlight_cls_main .fiscal-corporate-box {
        padding: 20px 20px 33px;
    }

    .highlight_cls_main .fiscal-corporate-box h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .highlight_cls_main .fiscal-corporate-box p {
        margin-bottom: 0px;
        font-size: 12px;
        line-height: 18px;
    }

    .highlight_cls_main .fiscal-corporate-box p:first-child {
        margin-bottom: 10px;
        font-size: 9px;
    }

    .highlight_cls_main .fiscal-corporate-box .overlay_text p {
        font-size: 12px;
        line-height: 18px;
    }

    .highlight_cls_main .fiscal-corporate-box .overlay_text {
        padding: 20px;
    }

    .highlight_cls_main .btm_brder {
        padding-bottom: 40px;
    }

    .highlight_cls_main .green_box {
        padding-top: 40px;
    }

    .highlight_cls_main .blue_box {
        padding-top: 40px;
    }

    .leader_cls_main .section_heading h2 {
        margin-bottom: 45px;
    }

    /* end Fiscal Year */
    .main_cls_banner .banner_title h1 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 16px;
    }

    .main_cls_banner .banner_text p {
        font-size: 18px;
        line-height: 26px;
    }

    /* banner */
    .main_cls_banner .slick-nav {
        width: 40px;
        height: 80px;
    }

    .main_cls_banner .slick-nav.prev-arrow.slick-arrow img {
        margin-left: auto;
        margin-right: 15px;
    }

    .main_cls_banner .slick-nav.next-arrow.slick-arrow img {
        margin-left: 15px;
    }

    .main_cls_banner .slide .slide__img .desktop-img {
        display: none;
    }

    .main_cls_banner .slide .slide__img .mobile-img,
    .mobile-img {
        display: block;
        width: 100%;
    }

    .leader_cls_main .flex_dly {
        display: block;
    }

    .leader_cls_main .flex_dly .flex_cell {
        width: 100%;
    }

    .leader_cls_main .flex_dly .flex_cell.flex_cell_content {
        padding: 40px 30px 32px 30px;
        border: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    .leader_cls_main .leader_text {
        padding-bottom: 40px;
    }

    .leader_cls_main:after {
        height: calc(100% - 458px);
    }

    .leader_cls_main .section_heading h2 {
        margin-bottom: 38px;
    }

    .susta_cls_main .section_text {
        width: 92%;
        margin: 0px auto;
        padding-bottom: 40px;
    }

    .pandic_cls_main .py_80 {
        padding: 40px 30px 0px 30px;
    }

    .mb_sm_30 {
        margin-bottom: 30px;
    }

    .main_cls .pandic_cls_main .pandic_cls-wrap>div {
        width: 100%;
    }

    .pandic_cls_main .tbl_cell {
        display: block;
        width: 100%;
    }

    .pandic_cls_main .pandic_img {
        height: 260px;
    }

    .main_cls .pandic_cls_main .pandic_img,
    .main_cls .pandic_cls_main .pandic_img img {
        height: auto;
    }

    .main_cls .pandic_cls_main .pandic_img {
        text-align: right;
        margin-top: -120px;
        margin-left: auto;
        width: 100%;
    }

    .highlight_cls_main {
        padding: 50px 0px;
    }

    .highlight_cls_main .section_heading {
        margin-bottom: 20px;
    }

    .about_cls_main .about_text {
        width: 91%;
        margin: 28px auto 0;
    }

    .about_text h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .pop_up_main .pop_tbl_dly {
        background-color: transparent;
        width: 92%;
    }

    /* end hompage */
    .dark-green-tab .on-this-page-wrap .onpage-heading-left,
    .green-page .nav-heading {
        color: #025436;
    }

    .dark-voilet-tab .on-this-page-wrap .onpage-heading-left,
    .violet-page .nav-heading {
        color: #681243;
    }

    .dark-blue-tab .on-this-page-wrap .onpage-heading-left,
    .blue-page .nav-heading {
        color: #222d5f;
    }

    .about_Us_sec-wrap .about-Us-right-sce {
        padding-left: 15px;
        padding-bottom: 15px;
        border-left: none;
    }

    .counter-nmber,
    .inner-goal-section .content-block h4 {
        font-size: 48px;
    }

    .materiality_box_top .materiality_box_col:not(:last-child) {
        margin-bottom: 30px;
    }

    .materiality_box_top .pr_10 {
        padding-right: 15px;
    }

    .materiality_box_top .pl_10 {
        padding-left: 15px;
    }

    .letter_ceo-top-sec {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .letter_ceo-top-sec .letter_ceo_img,
    .letter_ceo-top-sec .letter_ceo_conntent {
        width: 100%;
        padding: 0;
    }

    .letter_ceo-top-sec .letter_ceo_img img {
        width: 100%;
    }

    .letter_ceo-top-sec .letter_ceo_img {
        margin-bottom: 30px;
    }

    .Qa_main .dl_flex .flex_cell_content {
        width: 100%;
    }

    .testimonial-grid-sec {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .about_Us_sec-wrap .about-Us-right-sce .about-Us-right-bottom li {
        margin: 0;
    }

    .about_Us_sec-wrap .about-Us-wrap-inner .about-Us-left-sce {
        padding-right: 15px;
    }

    .financial_Highlights_sec-wrap .financial_Highlights-wrap-cols li p {
        margin: 0 0 10px;
    }

    .financial_Highlights_sec-wrap .financial_Highlights-wrap-cols .financial_Highlights-col li {
        padding: 20px 0 10px;
    }

    .financial_Highlights_sec-wrap .financial_Highlights-wrap-cols {
        margin-top: 0px;
    }

    .financial_Highlights_sec-wrap .financial_Highlights-wrap-cols .financial_Highlights-col:first-child {
        margin-top: 0;
    }

    .our_Strategy_sec-wrap .our_Strategy-wrap-cols {
        margin: 0;
    }

    .our_Strategy-wrap-cols .our_Strategy-col {
        width: 100%;
        margin: 0 0 10px;
        padding: 40px 30px;
    }

    .our_Strategy-wrap-cols .our_Strategy-col:last-child {
        margin-bottom: 0;
    }

    .our_Strategy-wrap-cols .our_Strategy-col .our_Strategy-col-inner {
        padding: 0;
        -ms-flex-line-pack: normal;
        align-content: normal;
    }

    .our_approach_conntent.cst-header-wrap {
        padding-bottom: 20px;
    }

    .global-section-tab {
        border-bottom: solid 5px #404040;
    }

    .supplier-sec-right p {
        margin: 0;
        padding: 0 0 8px;
    }

    .global-tab-grid-repeater .global-tab-grid-col .global-tab-col-left {
        max-width: 100%;
        padding-right: 0;
        margin: 0 0 30px;
    }

    .global-tab-grid-repeater .global-tab-grid-col .global-tab-col-right {
        width: 100%;
    }

    .province-sec-left,
    .supplier-sec-right,
    .category-sec-left {
        margin-bottom: 25px;
    }

    .initiatives-header {
        padding-bottom: 5px;
    }

    .nav-heading span:after {
        content: "\f107";
        font-family: 'FontAwesome';
        margin-left: 10px;
        font-weight: bold;
    }

    .our-story .nav li:first-child {
        border-top: none;
    }

    .our-story .nav .nav-heading {
        border-bottom: solid 1px #ddd;
    }

    .show-desk {
        display: none;
    }

    .show-mob {
        display: block;
    }

    .single-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .ghg-panel {
        padding: 50px 0;
    }

    .green-bar a.white-button {
        margin-top: 30px;
    }

    .section-spacing {
        padding-top: 50px;
    }

    div#our_Strategy {
        padding-bottom: 0px;
    }

    .info-section .info-panel .icon-info {
        width: 64px;
    }

    .inner-banner img {
        min-height: 130px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .our-story .tabs-con {
        margin-top: 20px;
    }

    .our-story div#myNavbar {
        margin-bottom: 30px;
    }

    .our-story nav {
        padding: 0;
    }

    .navbar-header {
        width: 100%;
    }

    .page_top_banner .banner-wrap .banner-image {
        padding-left: 0;
    }

    .inner-goal-section.purple-div {
        margin-bottom: 0px;
    }

    .our-story .nav {
        max-width: 100%;
        padding-bottom: 30px;
    }

    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    .mobile-view-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .mobile-view-table tr {
        margin: 0 0 1rem 0;
    }

    table.table.table-striped.voilet.mobile-view-table td,
    table.table.table-striped.voilet.mobile-view-table th {
        padding: 20px;
        border: 0;
        border-bottom: 1px solid #ffffff;
    }

    .mobile-view-table tr,
    .table-striped tbody tr:nth-of-type(odd) {
        background: #f4f4f4;
        margin-bottom: 10px;
    }

    .mobile-view-table td.even-col {
        min-height: 92px;
    }

    .mobile-view-table td:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 120px;
        padding-right: 10px;
        color: #ffffff;
        letter-spacing: 1px;
        font-weight: normal;
        padding: 20px;
        text-transform: uppercase;
    }

    .our_approach-grid-wrap .our_approach-grid-col .our_approach-grid-text {
        padding: 0px;
    }

    .our-story .tabs-con {
        padding-left: 0px;
    }

    .our_approach-grid .our_approach-grid-wrap .our_approach-grid-col>div {
        width: 100%;
    }

    .our_approach-grid-img img {
        width: 100%;
    }

    .inner-goal-section {
        padding: 35px 30px;
    }

    .cst-CTA-bar {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        padding: 40px 50px;
        margin-top: 30px;
    }

    .goals-panel .goal-cust-col:not(:last-child) {
        margin-bottom: 30px;
    }

    .cst-CTA-bar .cstm_button {
        margin: 28px auto 0;
    }

    .cst-CTA-bar p {
        line-height: 34px;
    }

    .highlights_sec .section-heading {
        margin-bottom: 35px;
    }

    .highlights_sec .cst-header-wrap {
        padding-bottom: 0;
    }

    .divider-section_sec-wrap img {
        width: 100%;
    }

    .on-this-page-wrap li {
        border-right: none;
        border-top: solid 1px #ddd;
    }

    .on-this-page-wrap li:not(:last-child) {
        border-right: none;
    }

    .footer_cls_main .mr_80 {
        margin-right: 0;
    }

    .main_top_bar .lang ul li {
        padding: 13px 0px;
    }

    .footer_cls_main .f_logo {
        max-width: 200px;
        margin: 20px auto;
    }

    .footer_cls_main .copyright {
        margin: 0;
        padding: 10px 0;
    }

    .main_top_bar .lang ul li a {
        width: 50px;
        display: inline-block;
        text-align: center;
        padding: 0px;
    }

    .bottom-banner-img-with-text .bottom-banner-content {
        padding: 80px 60px;
        position: relative;
    }

    .bottom-banner-img-wrap .bottom-banner-bg-img img {
        width: 100%;
    }

    .bottom-banner-img-with-text p {
        font-size: 20px;
    }

    .our_approach-bottom-conetnt {
        padding-top: 50px;
    }

    .bottom-banner-img-with-text .bottom-banner-content .bottom-icon-with-text {
        text-align: center;
    }

    .bottom-banner-img-with-text .bottom-banner-content img {
        margin: 0 auto;
    }

    .bottom-banner-img-with-text .bottom-banner-content img {
        margin: 0 auto 40px;
    }

    .our_approach-grid-wrap .our_approach-grid-col {
        padding-bottom: 35px;
    }

    .our_approach-grid-img {
        margin-bottom: 30px;
    }

    .onpage-heading-left:after {
        content: "\f107";
        font-weight: bold;
        font-family: 'FontAwesome';
        margin-left: 10px;
    }

    .container_inner {
        padding: 0px 30px;
    }

    .on-this-page-wrap {
        padding: 5px 0;
        position: absolute;
        background: #fff;
        width: 100%;
        z-index: 99;
        border-bottom: solid 1px #ddd;
        -webkit-box-shadow: 0px 1px 0px #ddd;
        box-shadow: 0px 1px 0px #ddd;
    }

    .on-this-page-tab.open-obpage-nav .on-this-page-wrap {
        -webkit-box-shadow: 0px 0px 10px #d4d4d4;
        box-shadow: 0px 0px 10px #d4d4d4;
    }

    .onpage-nav-right {
        width: 100%;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .on-this-page-wrap .onpage-tab {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .on-this-page-wrap li,
    .on-this-page-tab .on-this-page-wrap .onpage-heading-left {
        padding-left: 0;
        padding-right: 0;
    }

    .on-this-page-wrap li {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    img.desktop-img.w-100 {
        display: none;
    }

    .page_top_banner .banner-wrap .banner-image .mobile-img {
        width: 100%;
        height: auto;
    }

    .page_top_banner .banner-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .page_top_banner .banner-content .banner-content-wrap {
        padding: 50px 15px;
    }

    .main_top_bar .top_nav {
        display: none;
    }

    .footer_cls_main .copyright p {
        display: block;
        text-align: center;
        margin: 0;
    }

    .footer_cls_main .footer_nav {
        float: none;
        text-align: center;
        margin: 20px 0;
    }

    .footer_cls_main .footer_nav ul li {
        padding-right: 15px;
    }

    .header_cls_main .logo {
        width: 200px;
    }

    .on-this-page-tab .on-this-page-wrap .onpage-heading-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .footer_cls_main .footer_nav ul li,
    .footer_cls_main .footer_nav ul li+li {
        padding: 0 8px;
    }

    .footer_cls_main .footer_nav ul {
        margin-left: -8px;
        margin-right: -8px;
    }

    .banner-heading {
        font-size: 36px;
    }

    .six-blocks {
        padding: 0 30px 0;
        margin: 50px 0;
    }

    .six-blocks .single-block {
        padding: 40px 0 40px 0;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .six-blocks .single-block p {
        margin: 0;
    }

    .six-blocks .single-block:last-child {
        border-bottom: none;
    }

    .highlights-panel .our_Strategy-header {
        padding-bottom: 10px;
    }

    .goals-panel .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    /* community-investment */
    .ci-pillers .piller-block {
        background-color: #f4f4f4;
        padding: 40px 30px;
    }

    .ci-pillers .piller-block .icon {
        margin: inherit;
        margin-bottom: 30px;
    }

    .ci-pillers .piller-block>.row .col-md-10 {
        padding-left: 15px;
    }

    .ci-pillers .piller-block {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ci-pillers {
        margin-bottom: 20px;
    }

    /* end community investement */
    .voilet-page .nav-heading span {
        color: #681243;
    }

    .global-section-tab em+em {
        margin-top: 5px;
    }

    .mobile-hidden {
        display: none;
    }

    .desktop-hidden {
        display: block;
    }

    .global-table-outer table.table .mobile-white {
        background: #fff;
    }

    .global-table-outer table.table .mobile-gray {
        background: #f4f4f4;
    }

    .cst-table td {
        padding: 0px;
    }

    .cst-table tr {
        padding: 40px 30px;
        border-left: solid 5px #681243;
        margin-bottom: 10px;
    }

    .voilet.cst-table tr:not(:last-child) {
        margin-bottom: 8px;
    }

    .global-table-outer .cst-table {
        margin-bottom: 0;
    }

    .global-table-outer+.our_approach-bottom-conetnt {
        padding-top: 40px;
    }

    .cst-table tr .mobile-title {
        font-size: 18px;
        font-family: "GT-Eesti-Pro-Display-Bold";
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .cst-table tr .mobile-title:not(:first-child) {
        margin-top: 25px;
    }

    .inner-goal-section.purple-div {
        margin-bottom: 0;
    }

    .goal-top-text-height {
        height: auto !important;
    }

    .our_Strategy-header.mobile-spacing-none {
        padding-bottom: 10px;
    }

    .our_approach_box_top.fiscal-corporate-outer .fiscal-corporate-sec-row>div {
        margin-bottom: 0px;
    }

    .employee_cls_main .our_approach_box_top {
        margin-bottom: 0px;
    }

    .Qa_date {
        padding: 0 0 0px;
    }

    .Qa_main .dl_flex .flex_cell_content {
        border-left: 1px solid #ddd;
        border-bottom: 5px solid #025436;
        padding: 40px 30px;
    }

    .Qa_main .leader_text p {
        font-size: 18px;
        line-height: 26px;
    }

    .Qa_main .leader_text h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .Qa_main .accordion_cls_main .card-header .card-link {
        padding: 30px;
        line-height: 1.4;
    }

    .Qa_main .accordion_cls_main .card-body {
        padding: 0px 30px 40px;
    }

    .chart-heading-equal-height {
        height: auto !important;
    }

    .inner-approch-panel .scopes .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .scopes .scope-inner-block {
        padding: 30px;
    }

    .inner-approch-panel .scopes {
        margin-bottom: 40px;
    }

    .grey-table-panel {
        padding: 50px 0;
    }

    .chart-panel .single-block:last-child {
        padding-bottom: 0;
    }

    .ghg-emission-panel .ghg-block {
        border-bottom: 5px solid #005535;
        margin-bottom: 40px;
        padding-bottom: 20px;
    }

    .ghg-emission-panel .ghg-block:last-child {
        margin-bottom: 0;
    }

    .mobile-view-table td.even-col {
        min-height: 0;
    }

    .bullets-td::after {
        left: 0;
        top: 8px;
    }

    table.table .bullets-td {
        padding-left: 27px;
    }

    table.table .bullets-td.bullets-mobile-none {
        padding-left: 0;
    }

    table.table .bullets-td.bullets-mobile-none:after {
        display: none;
    }

    .cst-table.green-table tr {
        border-left-color: #025436;
    }

    .global-table-outer .cst-table {
        padding-bottom: 20px;
    }

    .tabs-con .global-table-outer .cst-table {
        padding-bottom: 0;
    }

    .global-table-outer+.our_approach-bottom-conetnt {
        padding-top: 0;
    }

    .seprator img.mobile-img {
        width: 100%;
    }

    .about_Us_sec-wrap .about-Us-wrap-inner .about-Us-left-sce .about-us-bottom {
        padding: 25px 0 40px;
    }

    ul.about-Us-right-top {
        border-top: 5px solid #dddddd;
        padding-top: 40px;
    }

    .about_Us_sec-wrap .about-Us-right-sce .about-Us-right-top li {
        margin-bottom: 35px;
    }

    .our_approach_box_top .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .employee_cls_main .our_approach_box_top .our_approach_box {
        padding: 40px;
    }

    ul.list li::before {
        left: 0px;
    }

    .inner-goal-section.list-block.equal-height h2 {
        margin-bottom: 25px;
    }

    .pb-80 {
        padding-bottom: 50px !important;
    }

    ul.list.community-list li::before {
        left: 30px;
    }

    .list.community-list.inner-list li::before {
        left: 50px !important;
    }

    .green-bar.voilet-bg {
        padding: 40px 35px;
    }

    .ci-pillers .culture-block.mspace {
        margin-bottom: 30px;
    }

    .six-blocks.chart-panel {
        padding: 40px;
        margin-top: 15px;
    }

    .table td,
    .table th {
        padding: 0;
        border: 0;
        vertical-align: middle;
    }

    #respTable tr td:before {
        word-break: break-word;
    }

    .engaging-table #respTable td {
        padding-top: 50px !important;
    }

    table#respTable ul {
        padding-left: 20px;
    }

    .engaging-table table#respTable tr td:last-child {
        padding-top: 70px !important;
    }

    #respTable tr td {
        position: relative;
    }

    table.table.table-striped.voilet.mobile-view-table.green-table td::after {
        top: 75px;
    }

    #respTable td::before {
        width: 94%;
        display: block !important;
    }

    #respTable tr td::before {
        position: absolute;
        content: '';
        top: 15px;
        width: 100%;
        color: #404040;
        letter-spacing: 1px;
        font-family: "GT-Eesti-Pro-Display-Bold";
        ;
        padding: 0px;
        text-transform: uppercase;
        -webkit-hyphens: auto;
        hyphens: auto;
        -ms-hyphens: auto;
        font-size: 16px;
        -moz-hyphens: auto;
    }

    .our_approach_box_top.fiscal-corporate-outer .fiscal-corporate-sec-row>div:last-child {
        margin-bottom: 40px;
    }

    .voilet.cst-table tr {
        border-left: solid 5px #681243;
    }

    .global-table-outer .cst-table p {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .global-table-outer .cst-table p:last-child {
        padding-bottom: 0;
    }

    p.m-less {
        margin-bottom: 0px;
    }

    .h-none {
        display: none;
    }

    .ghg-emission-panel .ghg-block .fblock p {
        font-family: "GTEestiProDisplay-Light";
    }

    p.scope {
        line-height: 20px;
    }

    div#celebrating-local-suppliers1 {
        padding-bottom: 40px;
    }

    .on-this-page-wrap .onpage-tab li:first-child {
        border: none;
    }

    ul#onpage-nav {
        margin-top: -10px;
    }

    .table-bottom-space-40 .cst-table {
        margin-bottom: 0;
    }

    .province-sec-left,
    .supplier-sec-right,
    .category-sec-left {
        margin-bottom: 20px;
    }

    .global-tab-grid-repeater .global-tab-grid-col .global-tab-col-left p,
    .global-tab-grid-repeater .global-tab-grid-col .dsicription-sec-right p:last-child {
        margin-top: 0;
    }

    .global-tab-col-right .dsicription-sec-right {
        padding-top: 8px;
    }

    .main_cls .pandic_cls_main.section-spacing,
    .home-pandemic-outer.pandic_cls_main .py_80,
    .categories_cls_main.home_people_planet-outer {
        padding-top: 60px;
    }

    .home_Fiscal_Sustainability-outer {
        padding-bottom: 60px;
    }

    .pandemic-content-wrap {
        position: relative;
    }

    .categories_cls_main .categories_people {
        padding-bottom: 40px;
    }

    .categories_cls_main .categories_people .box_cls_categ {
        padding: 17px 30px;
    }

    span.mblock {
        display: inline-block;
    }

    .home_Fiscal_Sustainability-outer .fiscal-corporate-text {
        margin-bottom: 38px;
    }

    .border-btm {
        padding-bottom: 40px;
    }

    .home-about-us .about_text h2 {
        margin-bottom: 25px;
    }

    .download-pdf-section.mt-60 .col-sm-4 {
        padding-right: 15px;
        margin-bottom: 0;
    }

    .emp_dev_bottom_banner.bottom-banner-img-with-text .bottom-banner-content {
        padding-left: 46px;
        padding-right: 46px;
    }

    .customer_experience_bottom-banner.bottom-banner-img-with-text .bottom-banner-content {
        padding-left: 25px;
        padding-right: 25px;
    }

    .product-quality-bottom-banner.bottom-banner-img-with-text .bottom-banner-content {
        padding-left: 35px;
        padding-right: 35px;
    }

    .bottom_food_banner .bottom-banner-content {
        padding-left: 25px;
        padding-right: 25px;
    }

    .food-approach-sec .our-story .tabs-con {
        margin-top: 30px;
    }

    .food-highlights-sec+.Initiatives-section {
        padding-top: 60px;
    }

    .bottom-banner-img-with-text {
        padding-top: 60px;
    }

    .employee_cls_main .our_approach_top {
        padding-bottom: 10px;
    }

    .code-conduct-section .download-pdf-section.mt-60 {
        margin-top: 50px;
    }

    .climate-approach-sec .scopes {
        margin-top: 35px;
    }

    .six-blocks.chart-panel .chart-boxes {
        margin-top: 0;
    }

    .six-blocks.chart-panel .indicate-bar li:last-child {
        padding-bottom: 0;
    }

    .global-section-tab em+em {
        margin-top: 12px;
    }

    .leader_cls_main .leader_inner_text::before {
        margin-bottom: 25px;
    }

    .Qa_main .leader_inner_text::before {
        margin-bottom: 25px;
        width: 40px;
        height: 35px;
    }

    .download-report {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: center;
        margin-top: 30px;
    }

    .download-report .download-left-panel {
        margin-bottom: 30px;
    }

    .download-report .download-left-panel .download-icon {
        display: none;
    }

    .performance-data-panel .section-spacing {
        padding-top: 20px;
    }

    .performance-data-panel .data-links span {
        display: none;
    }

    .performance-data-panel .data-links a:last-child {
        padding-bottom: 0;
    }

    .performance-data-panel .data-links a {
        display: block;
        border-top: 1px solid #ddd;
        font-size: 18px;
        padding: 20px 0;
    }

    .download-report {
        padding: 30px;
    }

    .about_Us_sec-wrap .about-Us-right-sce .about-small-text p {
        font-size: 12px;
        line-height: 16px;
    }

    .about_Us_sec.section-spacing {
        padding-bottom: 30px;
    }

    .about-report-boundaries.section-spacing {
        padding-top: 25px;
    }

    .row.data-download-row .data-download-col+.data-download-col .download-report {
        margin-top: 20px;
    }

    .data-desc-panel {
        padding-bottom: 0;
    }

    .performance-data-panel .accordion_cls_main .card.card-top-space {
        padding-top: 0;
    }

    .performance-data-panel .accordion_cls_main .card {
        padding-bottom: 55px;
        border: none;
    }

    .reporting-standard-card .data-desc-panel {
        margin-bottom: 0;
    }

    .download-report-panel {
        padding-bottom: 55px;
        padding-top: 0;
    }

    .download-report.no-cta-button .download-left-panel {
        margin-bottom: 0;
    }

    .covid-bottom-banenr.bottom-banner-img-with-text .bottom-banner-content {
        padding: 80px 50px;
    }

    .highlights-panel.diversity_higlight_us .cst-CTA-bar {
        padding: 40px 50px 50px;
    }

    .highlights-sec.fiscal-corporate-outer.highlights_inner_top .goal-top-text-height {
        line-height: 1.4;
    }

    .info-management-section.section-spacing {
        padding-bottom: 30px;
    }

    h2,
    .section-heading {
        font-size: 34px;
    }

    .one_materiality_section .approach-bottom-block {
        margin-top: 40px;
    }

    .materiality-fiscal-outer .cst-CTA-bar.green-bar {
        padding: 40px 50px 50px;
    }

    .customers-section .border-panel h2.section-heading {
        font-size: 50px;
    }

    .engaging-table.sec-padding.pb-0 tr td:last-child p {
        margin-bottom: 0;
    }

    .highlight_cls_main .fiscal-corporate-box {
        padding: 20px 20px 110px;
    }

    .health_Overview-outer.richtect-section.financial_section.section-spacing {
        padding-bottom: 55px;
    }


    .search_main .pagination_main {
        padding-left: 0px;
    }

    .search_main .search_pagination {
        display: block;
        text-align: center;
    }

    .search_main .search_pagination p {
        margin-bottom: 30px;
    }

    .search_main .search_pagination {
        padding-top: 40px;
    }

    .search_main .search_results_img img {
        max-height: 110px;
    }

    .search_main .pagination {
        justify-content: center;
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
    }

    .search_main .search_pagination .page-link {
        padding: 0px 12px 15px;
    }

    .search_main .pagination li.page-item.next-pager {
        position: absolute;
        right: 0;
        padding: 0;
        z-index: 1;
    }

    .search_main .pagination li.page-item.prev-pager {
        position: absolute;
        left: 0;
        padding: 0;
        z-index: 1;
    }

    .search_main .pagination li.page-item.prev-pager a.page-link {
        padding-left: 0;
    }

    .search_main .pagination li.page-item.next-pager a.page-link {
        padding-right: 0;
    }
    .bottom-banner-img-wrap .bottom-banner-bg-img, .bottom-banner-img-wrap {
        min-height: auto;
    }
    .community-bottom-banner.bottom-banner-img-with-text .bottom-banner-content {
        padding-bottom: 0 !important;
    }
    .bottom-banner-img-with-text .bottom-banner-content {
        padding: 40px 35px 20px !important;
    }
    .bottom-banner-img-with-text .bottom-icon-with-text {
        width: 100%;
    }
    .bottom-banner-img-wrap .bottom-banner-bg-img {
        position: static;
        height: auto;
        min-height: auto;
    }
    .bottom-banner-img-wrap {
        display: flex;
        flex-direction: column-reverse;
        background-color: #f4f4f4;
    }
}

@media only screen and (max-width:480px) {

    p,
    li {
        font-size: 17px;
    }

    .food-highlights-sec+.Initiatives-section {
        padding-top: 50px;
    }

    .climate-approach-sec .container_inner>p {
        padding-right: 5px;
    }

    .food-approach-sec .our_Strategy-header p,
    .food_section_approch .container_inner>p {
        margin-bottom: 5px;
    }

    .ghg-emission-panel .ghg-block p.ghg-number {
        margin-bottom: 10px;
    }

    .flow-chart .flow-chart-desc {
        font-size: 16px;
    }

    .center-flow-chart-panel::before {
        right: 52px;
    }

    .center-flow-chart-panel::after {
        right: 44px;
    }

    .single-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .global-flow-panel.left-yellow-panel::before {
        left: -32px;
    }

    .single-block {
        border-right: none;
        border-bottom: 1px solid #dddddd;
    }

    .info-panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 24px;
        line-height: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        align-items: center;
        text-align: center;
    }

    .info-section .info-panel .content {
        margin-top: 50px;
    }

    .bottom-banner-img-wrap {
        min-height: 83.6vw;
    }

    .inner-goal-section .goal-table-heading {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 126px;
        flex: 0 0 126px;
    }

    .goals-panel .inner-goal-section .data-desc sup {
        font-size: 18px;
        top: -10px;
    }

    .inner-goal-section .table-listing {
        padding-right: 10px;
    }

    .download-report .download-left-panel {
        margin-bottom: 22px;
    }

    .download-report .fiscal-name {
        line-height: 1.4;
    }

    .download-report .download-left-panel .download-icon {
        display: none;
    }

    .performance-data-panel .section-spacing {
        padding-top: 20px;
    }

    .performance-data-panel .data-links span {
        display: none;
    }

    .performance-data-panel .data-links a:last-child {
        padding-bottom: 0;
    }

    .performance-data-panel .data-links a {
        display: block;
        border-top: 1px solid #ddd;
        font-size: 18px;
        padding: 20px 0;
    }

    .download-report {
        padding: 30px;
    }

    .sustainability_search_form {
        width: calc(100% - 92px);
    }
}

@media only screen and (max-width: 479px) {

    .video_popup iframe {
        height: 46vw;
    }

    .download-report-panel.top-download-panel {
        padding-top: 50px;
    }

    .download-report-panel.top-download-panel .top_download_wrapper {
        padding-bottom: 50px;
    }

    .materiality-fiscal-outer .cst-CTA-bar.green-bar {
        padding: 40px 40px 45px;
    }

    .highlight_cls_main .fiscal-corporate-box {
        padding: 25px 25px 80px;
    }

    .highlight_cls_main .fiscal-corporate-box h2 {
        font-size: 30px;
    }

    .home_Fiscal_Sus_right .fiscal-corporate-sec-row>div {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: none;
    }

    .highlight_cls_main .fiscal-corporate-box p:first-child {
        font-size: 10px;
    }

    .highlight_cls_main .fiscal-corporate-box p,
    .highlight_cls_main .fiscal-corporate-box .overlay_text p {
        font-size: 14px;
    }

    .active_lang_fr .customers-section .border-panel h2.section-heading {
        font-size: 30px;
    }

    .highlight_cls_main .fiscal-corporate-text h2 {
        font-size: 35px;
    }

    .pop_up_main a.close {
        right: -24px;
        height: 40px;
        width: 40px;
        top: -20px;
    }

    .video_popup {
        border: solid 6px #fff;
    }

    .active_lang_fr .bottom-banner-img-with-text .bottom-banner-content,
    .active_lang_fr .emp_dev_bottom_banner.bottom-banner-img-with-text .bottom-banner-content {
        padding: 50px 20px;
    }

    .engaging-table.sec-padding.pb-0 tr {
        padding: 40px 30px;
    }

    .fiscal-name {
        font-size: 18px;
    }

    .about_Us_sec.section-spacing {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .main_cls_banner .slick-prev::after,
    .main_cls_banner .slick-next::after {
        width: 15px;
        height: 15px;
    }

    .customers-section .border-panel h2.section-heading {
        font-size: 40px;
    }

    #customers p.sub-heading {
        font-size: 30px;
    }

    .customers-section h2.section-heading sup {
        font-size: 14px;
    }

    .leader_cls_main .leader_text_main p {
        font-size: 16px;
    }

    .bottom-banner-img-with-text {
        padding-top: 50px;
    }

    .climate-approach-sec .container_inner>p {
        padding-right: 0px;
    }

    .food-approach-sec .our_Strategy-header p,
    .food_section_approch .container_inner>p {
        padding-right: 0;
    }

    section.on-this-page-tab {
        margin-bottom: 78px;
    }

    .inner-goal-section .bordered-block p {
        padding-bottom: 26px;
    }

    .goals-panel .inner-goal-section .bordered-block {
        margin-bottom: 30px;
    }

    .responsible-sourcing-approach {
        padding-bottom: 50px;
    }

    .climate-bottom-img-sec.bottom-banner-img-with-text .bottom-banner-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .main_cls_banner .banner_title h1 {
        font-size: 29px;
        line-height: 38px;
        margin-bottom: 16px;
    }

    .main_cls_banner .banner_title h1 {
        font-size: 29px;
        line-height: 38px;
        margin-bottom: 16px;
    }

    .main_cls_banner .slick-prev,
    .main_cls_banner .slick-next {
        width: 26px;
        height: 50px;
    }

    .main_cls_banner .slick-prev:after {
        margin-left: -4px;
    }

    .main_cls_banner .slick-next:after {
        margin-right: -4px;
    }

    form input[type="submit"],
    form input[type="reset"],
    form input[type="button"],
    .form-action button[type="submit"],
    .cstm_button {
        height: 50px;
        font-size: 16px;
    }

    .pdf-download-block {
        padding: 0px 20px;
    }

    .pdf-download-block .download-icon {
        -ms-flex: 0 0 50px;
        -webkit-box-flex: 0;
        flex: 0 0 50px;
        margin-right: 20px;
        padding-right: 20px;
    }

    .our_Strategy-header p {
        margin-bottom: 5px;
    }

    .cst-CTA-bar {
        padding: 40px 20px;
    }

    .main_cls .pandic_cls_main .pandic_img {
        margin-top: -70px;
    }

    .six-blocks.chart-panel {
        padding: 40px 30px;
    }

    .materiality_box_top .materiality_box p a {
        word-break: break-all;
    }

    .our_Strategy-wrap-cols .our_Strategy-col .our_Strategy-img img {
        height: 126px;
    }

    .about_Us_sec-wrap .about-Us-right-sce .about-Us-right-top p:not(:last-child) {
        margin: 0 0 10px;
    }

    .counter-nmber,
    .inner-goal-section .content-block h4 {
        font-size: 34px;
    }

    .about_Us_sec-wrap .about-Us-right-sce .about-right-img {
        margin-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
    }

    .counter-nmber sup {
        font-size: 18px;
    }

    .materiality_box_top .materiality_box {
        padding: 25px;
    }

    .letter_ceo-top-sec .letter_ceo_conntent blockquote {
        padding: 25px;
    }

    .Qa_main .leader_text p,
    .Qa_main .leader_text h3,
    .Qa_main .accordion_cls_main .card-header .card-link {
        font-size: 18px;
        line-height: 1.5;
    }

    .Qa_main .accordion_cls_main .card-header .card-link {
        padding: 25px;
    }

    .Qa_main .accordion_cls_main .card-body {
        padding: 0px 25px 25px;
    }

    .Qa_main .leader_inner_text {
        padding-top: 50px;
    }

    .leader_message_approch.Qa_main .leader_inner_text {
        padding-top: 0px;
    }

    .ceo_sign h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .letter_ceo_bottom-sec ul .ceo-name {
        margin: 0 0 16px;
    }

    .Qa_date h3 {
        font-size: 24px;
    }

    .Qa_main .dl_flex .flex_cell_content {
        padding: 25px;
    }

    .our-story .nav .nav-link,
    .our-story .nav .nav-heading {
        padding: 20px 25px;
        font-size: 16px;
    }

    .global-tab-grid-repeater .global-tab-grid-col {
        padding: 25px;
    }

    .inner-goal-section .table-listing {
        padding-right: 0;
    }

    .inner-goal-section .goal-table-heading {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
    }

    .our_Strategy_sec-wrap .our_Strategy-col h3,
    .h3 {
        font-size: 20px;
        line-height: 1.2;
    }

    .inner-goal-section {
        padding: 25px 20px;
    }

    .goal-table-heading,
    .data-desc h3,
    .inner-goal-section h2 {
        font-size: 24px;
    }

    .data-desc h6 {
        font-size: 14px;
    }

    .bottom-banner-img-with-text p {
        font-size: 18px;
        line-height: 1.5;
    }

    .banner-heading,
    .active_lang_fr .banner-heading {
        font-size: 28px;
    }

    .page_top_banner .banner-content .banner-content-wrap {
        padding: 40px 5px;
    }

    .section-spacing {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    h2,
    .section-heading {
        font-size: 28px;
        margin: 0 0 20px;
    }

    p,
    li,
    .link-text,
    .header_cls_main .main-nav>ul>li,
    .header_cls_main .main-nav>ul,
    .on-this-page-wrap li,
    .on-this-page-tab .on-this-page-wrap .onpage-heading-left,
    .on-this-page-wrap li a,
    p,
    .link-text,
    li,
    .data-desc h6,
    .link-text,
    ul.list li,
    .listing li,
    .cst-table tr .mobile-title,
    .global-table-outer td {
        font-size: 15px;
        line-height: 1.5;
    }

    .heading-medium {
        font-size: 24px;
    }

    p {
        margin: 0 0 20px;
    }

    .our_approach-grid .our_approach-grid-wrap:first-child .our_approach-grid-col {
        padding-top: 15px;
    }

    .our_approach-bottom-conetnt {
        padding-top: 50px;
    }

    .bottom-banner-img-with-text .bottom-banner-content,
    .emp_dev_bottom_banner.bottom-banner-img-with-text .bottom-banner-content {
        padding: 50px 25px;
    }

    .bottom-banner-img-with-text .bottom-banner-content img {
        margin-bottom: 25px;
        width: 55px;
    }

    .container_inner {
        padding: 0px 20px !important;
    }

    .footer_cls_main .footer_nav ul li a {
        font-size: 14px;
    }

    .inner-goal-section {
        padding: 25px;
    }

    .green-bar {
        font-size: 20px;
    }

    .info-section .info-panel .content {
        margin-top: 30px;
        font-size: 20px;
    }

    .data-desc h3,
    .goal-table-heading {
        font-size: 18px;
    }

    .six-blocks {
        padding: 0 25px 0;
    }

    .leader_cls_main .flex_dly .flex_cell.flex_cell_content {
        padding: 27px 27px;
    }

    .goals-panel .inner-goal-section h2 {
        margin-bottom: 15px;
    }

    .cst-CTA-bar p {
        line-height: 1.4;
        font-size: 20px;
    }

    .inner-goal-section .content-block h4 {
        font-size: 38px;
    }

    .employee_cls_main .our_approach_box_top .our_approach_box {
        padding: 30px;
    }

    .main_cls .pandic_cls_main.section-spacing,
    .categories_cls_main.home_people_planet-outer,
    .border-full {
        padding-top: 50px;
    }

    .home_Fiscal_Sustainability-outer {
        padding-bottom: 50px;
    }

    .home-pandemic-outer.pandic_cls_main .py_80 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 414px) {
    .search_main .search_results_img {
        margin-top: 0;
    }
    .search_main .search_results_img img {
        max-height: none;
    }
    .search_main .flex_dly .flex_cell_left{
        margin-right: 0;
    }
    .search_main .search_pagination .page-link {
        padding: 0px 5px 15px;
    }

    .link-arrow:after {
        margin-left: 0px;
        height: 9px;
    }

    .recent_updates .recent_section .recent_content_section .recent_date {
        font-size: 15px;
    }

    .recent_updates .recent_section .recent_content_section ul {
        font-size: 16px;
    }

    .main_cls_banner .banner_text p {
        font-size: 16px;
        line-height: 26px;
    }

    .search_main .flex_dly {
        display: block;
    }

    .search_main .flex_dly .flex_cell_right {
        padding-left: 0px;
    }

    .search_main .search_results_img {
        margin-bottom: 15px;
    }

    .search_main .flex_dly .flex_cell_right,
    .search_main .flex_dly .flex_cell_left {
        width: 100%;
    }
}

@media screen and (max-width:374px) {

    .global-flow-panel.left-yellow-panel::before {
        top: -110%;
    }

    .engaging-table .mobile-view-table.green-table td:before {
        width: 94%;
        font-size: 15px;
    }

    .footer_cls_main .footer_nav ul li,
    .footer_cls_main .footer_nav ul li+li {
        padding: 0 3px;
    }

    section.divider-section.section-spacing.pt-3 {
        padding-top: 0 !important;
    }

    .page_top_banner .banner-content .breadcrumb ul li {
        font-size: 12px;
    }

    .cookie_policy .col_left {
        width: calc(100% - 100px) !important;
    }

    .cookie_policy .col_right {
        width: 94px !important;
    }

    .main_top_bar .lang ul li a {
        width: 45px;
    }
}
