#cmp-footer {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

#cmp-footer__container {
	padding: 80px 0;
}

#cmp-footer__container-en {
    font-family: "Inter";
    line-height: 1.5;
    padding: 48px 0;
}

.cmp-container--grid-en > .cmp-container:first-of-type {
    margin: 0 auto;
    max-width: 100%;
    width: 90%;
}

#cmp-footer__logo img {
	width: 140px;
	height: 28px;
}

#cmp-footer__social-media {
	display: flex;
	gap: 15px;
}

#cmp-footer__social-media .image img {
	width: 30px;
	height: 30px;
}

#cmp-footer__button {
	position: relative;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	border-radius: 4px;
	color: #ffffff;
	border: 2px solid #ffffff;
	background-color: transparent;
	font-size: 14px;
	font-weight: 400;
	padding: 6px 16px;
	transition: .5s cubic-bezier(0.23, 1, 0.320, 1);
	cursor: pointer;
	margin-bottom: 50px;
	text-decoration: none;
}

#cmp-footer__button .cmp-button__icon--icon-contact {
	content: url('clientlib-footer/resources/icons/icon-contact-us.svg');
	background-position: center;
	background-size: contain;
	width: 16px;
	height: 18px;
	margin-right: 8px;
}

#cmp-footer__button-en {
	position: relative;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	border-radius: 4px;
	color: #003366;
	border: 2px solid #FFD700;
	background-color: #FFD700;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 32px;
	transition: .5s cubic-bezier(0.23, 1, 0.320, 1);
	cursor: pointer;
	text-decoration: none;
}

#cmp-footer__button-en .cmp-button__icon--icon-contact {
	content: url('clientlib-footer/resources/icons/ic_blog.png');
	background-position: center;
	background-size: contain;
	width: 16px;
	height: 18px;
	margin-right: 8px;
}

#cmp-footer__description p {
	line-height: 26px;
}

#cmp-footer__recognition .cmp-image__image {
	width: auto;
	height: 70px;
}

#cmp-footer__external {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0;
}
#cmp-footer__external .image img {
	width: 130px;
}
#cmp-footer__external #cmp-footer__external-ministery img {
	width: 208px;
}
#cmp-footer__external .text {
	margin: 0 20px;
	text-align: center;
}
#cmp-footer__external .text .cmp-text p {
	margin: 0;
	font-size: 9px;
}
#cmp-footer__external .text .cmp-text b {
	font-weight: 700;
}
#cmp-footer__external-text {
	text-align: end;
}

#cmp-footer__external-variation {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	height: 92px;
}
#cmp-footer__external-variation::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 12px;
	background: linear-gradient(90deg, #FF5733, #FFC300);
}

#cmp-footer__external-variation .image img {
	width: 520px;
}

#cmp-footer .text p,
#cmp-footer .text a {
	font-size: 14px;
	margin-bottom: 15px;
}

#cmp-footer .text a {
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
}

#btn-backtop {
	position: relative;
	display: block;
	top: 0;
}

#cmp-footer .cmp-button--backtop {
	position: relative;
	z-index: 8;
	display: flex;
	justify-content: flex-end;
	margin-bottom: -30px;
}

.cmp-button--backtop .cmp-button {
	height: 60px;
	width: 60px;
	background-color: #ffe153;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	padding: 0;
}

.cmp-button__icon--backtop::before {
    vertical-align: text-top;
    content: url("clientlib-footer/resources/icons/arrow-top.svg");
}

.cmp-image--logo-infor .cmp-image {
	width: 128px;
	height: 100%;
}

.cmp-image--logo-infor .cmp-image img {
	width: 100%;
}

.cmp-image--logo-infor .cmp-image span {
	display: none;
}

.cmp-text--external-link a {
	text-decoration: none;
	font-weight: 500;
	display: inline-flex;
}

.cmp-text--external-link a::after {
	font-family: "feather";
	content: "\e829";
	font-weight: 500;
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.cmp-text--external-location P {
	text-decoration: none;
	font-weight: 500;
	font-size: 1rem !important;
}

.cmp-text--external-location P::before {
	font-family: "feather";
	content: "\e88e";
	font-weight: 500;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-size: 19.2px;
}

.cmp-text--external-email a {
	font-weight: 400 !important;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.cmp-text--external-email a::before {
	font-family: "feather";
	content: "\e88a";
	font-weight: 500;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-size: 19.2px;
}

.cmp-text--external-link-en a {
	text-decoration: none;
	font-weight: 700 !important;
	font-size: 1rem !important;
	display: flex;
	align-items: center;
}

.cmp-text--external-link-en a::after {
	font-family: "feather";
	content: "\e829";
	font-weight: 500;
	position: relative;
	margin-left: 10px;
	font-size: 19.2px;
}

.cmp-text--external-whatsapp a {
	font-weight: 400 !important;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.cmp-text--external-whatsapp span {
	display: none;
}

.cmp-text--external-whatsapp a::before {
	content: "";
	background-image: url('clientlib-footer/resources/icons/ic-whatsapp.svg');
	font-weight: 500;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	width: 1.25rem;
	height: 1.25rem;
	background-size: cover;
}

.cmp-text--pin-map {
	display: flex;
	align-items: center;
	margin-top: 16px;
}

.cmp-text--pin-map p {
	margin-top: 0rem !important;
}

.cmp-text--pin-map::before {
	content: " ";
	background-image: url("clientlib-footer/resources/icons/map-pin.png");
	margin-right: 0.5rem;
	background-size: cover;
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
}

.cmp-container--color-blue-fourth .cmp-container:first-child {
	background-color: #1637bf;
	color: #ffffff;
}

.cmp-container--color-blue-en .cmp-container:first-child {
    background-color: #193ed9;
    color: #ffffff;
}

.lgpdoptin {
    display: none;
}

.lgpdoptin-close {
        cursor: pointer;
}

.cmp-lgpdoptin {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: center;
}

.cmp-lgpdoptin-container {
	position: fixed;
	bottom: 0;
	background-color: #ffffff;
	width: 100%;
	padding: 1.25rem;
	z-index: 1;
	box-shadow: 0 0 1.25rem 0 #3838383D;
}

.cmp-lgpdoptin .container {
	padding: 4px 4%;
}

.cmp-lgpdoptin p {
	font-size: 14px;
	text-align: justify;
}

.cmp-lgpdoptin p a {
	color: #2020e0;
	text-decoration: none;
	font-weight: 500;
}

.cmp-lgpdoptin-group {
	margin: 0;
	padding-top: 20px;
	padding-inline-start: 0;
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.cmp-lgpdoptin-group-item {
	padding: 7px 20px;
	border: 0;
	font-size: 11px;
	font-weight: 500;
	cursor: pointer;
}

.cmp-lgpdoptin-group-item__yellow {
	background-color: #ffd200;
	border: 1px solid #ffd200;
}
.cmp-lgpdoptin-group-item__blue {
	background-color: #001879;
	border: 1px solid #001879;
	color: #ffffff;
}
.cmp-lgpdoptin-group-item__outline {
	background-color: transparent;
	border: 1px solid #001879;
	color: #001879;
}

@media(min-width: 425px) {
	.cmp-lgpdoptin-group-item {
		font-size: 13px;
		padding: 7px 30px;
	}
}

.cmp-lgpdoptin-modal {
	background-color: #ffffff;
	width: 100%;
	max-width: 450px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px;
	font-family: "Open Sans", sans-serif;
	display: none;
}

.cmp-lgpdoptin-modal .open{
	display: flex;
}

.cmp-lgpdoptin-modal-header{
	display: flex;
    justify-content: end;
    padding-bottom: 8px;
}

.cmp-lgpdoptin-modal-content{
	overflow: overlay;
    max-width: 500px;
    max-height: 88%;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 6px 20px;
    width: 80%;
}

.cmp-lgpdoptin-modal-header #lgpdoptin-close{
	cursor: pointer;
}

.cmp-lgpdoptin-modal-header #lgpdoptin-close::before {
	content: url('clientlib-footer/resources/icons/ic_close.svg');
    transition: all .35s;
    margin-top: 4px;
    position: absolute;
    margin-left: -27px;
}

.cmp-lgpdoptin-modal-body{
	padding-top: 40px;
}

.cmp-lgpdoptin-modal-body h3{
	font-size: 22px;
    font-weight: 700;
    color: #041040;
}

.cmp-lgpdoptin-modal-body p{
	font-size: 13px;
    color: #545454;
}

.cmp-lgpdoptin-modal-footer {
    display: flex;
    justify-content: end;
    padding-top: 8px;
    padding-bottom: 8px;
}

.cmp-lgpdoptin-modal-footer button{
    padding: 8px 25px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    background-color: #ffd200;
    cursor: pointer;
}

.cmp-lgpdoptin-modal-tabs {
    border-radius: 8px;
    overflow: hidden;
}

.cmp-lgpdoptin-modal-tabs .tab {
    width: 100%;
    overflow: hidden;
}

.cmp-lgpdoptin-modal-tabs .tab-label {
    background-color: #f3f3f3;
    margin: 10px 0;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
    border-radius: 4px;
    font-size: 13px;
    display: flex;
}

.cmp-lgpdoptin-modal-tabs .tab-label:before {
    content: url('clientlib-footer/resources/icons/arrow-bottom.svg');
    transition: all .35s;
    padding-left: 16px;
    padding-top: 11px;
}

.cmp-lgpdoptin-modal-tabs .tab-label ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 84%;
    padding-inline-start: 5px;
}

.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover {
    box-sizing: border-box;
    position: relative;
    margin-top: -3px;
    margin-left: -47px;
}

@media(min-width: 411px) {
    .cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover {
        margin-left: -40px;
    }
}

@media(min-width: 768px) {
    .cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover {
        margin-left: -16px;
    }
}

.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .button {
    position: relative;
    top: 50%;
    width: 49px;
    height: 26px;
}

.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .button-cover {
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}

.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .button.radius,
.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .button.radius .layer {
    border-radius: 100px;
}

.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .active,
.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .disabled {
    position: absolute;
    margin-left: -120px;
    margin-top: 4px;
}

.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .active {
    display: none;
}

.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .knobs {
    z-index: 2;
}

.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .knobs:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 11px;
    height: 2px;
    padding: 9px 4px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .checkbox:checked + .knobs:before {
    content: '';
    left: 26px;
    background-color: #ffffff;
}

.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .checkbox:checked ~ .active {
    display: block;
    margin-left: -86px;
    margin-top: -27px;
}

.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .checkbox:checked ~ .disabled {
    display: none;
}

.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .checkbox:checked ~ .layer {
    background-color: #001879;
}

.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .knobs,
.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .knobs:before,
.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .layer {
    transition: 0.3s ease all;
}

.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .button-cover,
.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .knobs,
.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.cmp-lgpdoptin-modal-tabs .tab-label ul li .toggle-button-cover .layer {
    width: 100%;
    background-color: #D8D8D8;
    transition: 0.3s ease all;
    z-index: 1;
}

.cmp-lgpdoptin-modal-tabs .tab-content {
    max-height: 0;
    padding: 0 16px;
    background: white;
}

.cmp-lgpdoptin-modal-tabs .tab-close {
    padding: 16px;
    font-size: 12px;
    background: #444;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
}

.cmp-lgpdoptin-modal-tabs input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.cmp-lgpdoptin-modal-tabs input:checked ~ .tab-content {
    max-height: 100%;
    padding: 5px 25px;
}

h1, h2, h3, h4, h5, p, span {
    margin: 0;
    padding: 0;
}

.cmp-text--darkbold .cmp-text p {
    color: #222221;
    font-size: 0.875rem !important;
    font-weight: 600;
}

@media(min-width: 768px) {
    .cmp-lgpdoptin-group {
        justify-content: end;
    }

    .cmp-lgpdoptin-group li {
        padding-left: 15px;
    }
}

@media(min-width: 1200px) {
    .cmp-lgpdoptin p {
        font-size: 15px;
    }

    .cmp-lgpdoptin-group {
        padding-top: 0;
    }

    .cmp-lgpdoptin-group-item {
        font-size: 14px;
    }
}

@media(min-width: 1440px) {
    .cmp-lgpdoptin p {
        font-size: 16px;
    }

    .cmp-lgpdoptin-group-item {
        font-size: 16px;
    }
}

@media(max-width: 768px) {
    #cmp-footer__container {
        padding: 40px 0;
    }

    #cmp-footer__button {
        margin-bottom: 40px;
        margin-top: 55px;
    }

    #cmp-footer__button-en {
        margin-bottom: 0;
        margin-top: 24px;
    }

    .text {
        margin: 10px 0;
    }

    #cmp-footer__copyright {
        margin-bottom: 50px;
    }

    #cmp-footer__external-variation .image img {
        width: 100%;
        height: 40px;
    }

    #cmp-footer__external {
        flex-direction: column;
        padding: 25px 0;
    }

    #cmp-footer__external .text {
        margin: 15px 0;
    }

    #cmp-footer__external-text {
        text-align: center;
    }
}