.fa-link:before {
  content: "\f0c1";
}
.fa-sack-dollar:before {
  content: "\f81d";
}
.fad.fa-link:after,
.fa-duotone.fa-link:after {
  content: "\10f0c1";
}
.fad.fa-sack-dollar:after,
.fa-duotone.fa-sack-dollar:after {
  content: "\10f81d";
}
.fa-link {
  font-family: 'Font Awesome 6 Pro';
}
.fa-sack-dollar {
  font-family: 'Font Awesome 6 Pro';
}
header#main-header {
  background: transparent;
}
body.scrolled header#main-header {
  background: rgba(35, 106, 119, 0.85);
}
body:not(.scrolled) header#main-header .logo {
  height: 60px;
}
body.scrolled.scrolled-up header#main-header {
  transform: translate(0, -130%);
}
section#intro {
  position: relative;
  text-align: center;
  color: #FFF;
  /*
		&::after {
			content: ''; 
			display: block;
			position: absolute;
			width: 100%;
			height: 50px;
			margin-top: 0;
			bottom: -1px;
			left: 0;
			z-index: 1;
		
			@media all and (min-width: @breakpoint3_mf) {
				background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAwMCAyNTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwMDAgMjUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48Zz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCwxNTQuMmMxMDkuNywxNC4xLDI1NC43LDIyLjYsNDEzLjgsMjIuNmMzNDIuMSwwLDUwOC4yLTU3LjYsNjIwLjUtODguNEMxMTUxLjEsNTYuMywxMzExLjUsMCwxNjUzLjYsMGMxMjksMCwyNDcuMyw1LjYsMzQ2LjQsMTUuM1YyNTBIMFYxNTQuMnoiLz48L2c+PC9zdmc+);
				height: 100px;
				background-size: 100% 100px;
			}
		}
		*/
}
section#brand-countries .nav {
  position: sticky;
  top: 70px;
  transition: all ease-in-out 0.3s;
}
body.scrolled-up section#brand-countries .nav {
  top: 100px;
}
section#brand-countries .nav thead tr td {
  border-radius: 10px 10px 0 0 !important;
}
section#brand-countries .nav tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 10px !important;
}
section#brand-countries .nav tr.active td {
  background: #236a77;
}
section#brand-countries .nav tr.active td a {
  color: #FFF;
}
section#brand-countries h2 {
  font-size: 1.5rem;
  color: #236a77;
}
section#brand-countries table {
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 50px;
}
section#brand-countries table tr {
  background: transparent !important;
}
@media all and (min-width: 769px) {
  section#brand-countries table {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  }
}
section#brand-countries table thead tr td {
  background: #236a77 !important;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9em;
  width: 25%;
}
@media all and (min-width: 769px) {
  section#brand-countries table thead tr:first-child td:first-child {
    border-radius: 10px 0 0 0;
  }
  section#brand-countries table thead tr:first-child td:last-child {
    border-radius: 0 10px 0 0;
  }
}
section#brand-countries table tbody tr td {
  background: #efefef;
}
section#brand-countries table tbody tr:last-child .infos1 {
  border-radius: 0 0 5px 5px;
}
@media all and (min-width: 769px) {
  section#brand-countries table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
  }
  section#brand-countries table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
  }
}
section#brand-countries table tbody tr:nth-child(even) td {
  background: #fff;
}
section#brand-countries table tbody .logo {
  padding: 25px;
  background: #236a77 !important;
  text-align: center;
}
section#brand-countries table tbody .logo img {
  max-width: 100%;
  width: 150px;
  height: auto;
  display: inline-block;
}
@media all and (max-width: 768px) {
  section#brand-countries table tbody .logo img {
    max-width: 70%;
  }
}
section#brand-countries table tbody .links {
  text-align: center;
}
section#brand-countries table tbody .links a {
  margin-bottom: 10px;
  background-color: #000;
  border: 1px solid #000;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  font-weight: 400;
  line-height: 1;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background: #32b566;
  color: #FFF;
  box-shadow: 0 5px 0 #237744;
}
section#brand-countries table tbody .links a:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
section#brand-countries table tbody .links a.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
section#brand-countries table tbody .links a.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
section#brand-countries table tbody .links a.upper,
section#brand-countries table tbody .links a-upper {
  text-transform: uppercase;
}
@media all and (min-width: 360px) and (max-width: 480px) {
  section#brand-countries table tbody .links a {
    font-size: 14px;
  }
}
@media all and (min-width: 480px) and (max-width: 768px) {
  section#brand-countries table tbody .links a {
    font-size: 14px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  section#brand-countries table tbody .links a {
    font-size: 15px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
  section#brand-countries table tbody .links a {
    font-size: 15px;
  }
}
@media all and (min-width: 1280px) and (max-width: 1468px) {
  section#brand-countries table tbody .links a {
    font-size: 16px;
  }
}
@media all and (min-width: 1468px) and (max-width: 1680px) {
  section#brand-countries table tbody .links a {
    font-size: 16px;
  }
}
@media all and (min-width: 1680px) and (max-width: 1920px) {
  section#brand-countries table tbody .links a {
    font-size: 16px;
  }
}
@media all and (min-width: 1920px) {
  section#brand-countries table tbody .links a {
    font-size: 16px;
  }
}
@media all and (min-width: 2200px) {
  section#brand-countries table tbody .links a {
    font-size: 16px;
  }
}
section#brand-countries table tbody .links a.btn-outline-white {
  background: transparent;
  border: 2px solid #FFF;
  color: #FFF;
}
section#brand-countries table tbody .links a.btn-outline-white:hover {
  background: #FFF;
  border: 2px solid #FFF;
  color: #000;
}
section#brand-countries table tbody .links a.btn-white {
  background: #FFF;
  color: #236a77;
  border: 2px solid #FFF;
}
section#brand-countries table tbody .links a.btn-white:hover {
  border: 2px solid #FFF;
  transform: scale(1.05);
  background: #FFF;
  color: #236a77;
}
section#brand-countries table tbody .links a.btn-green {
  background: #32b566;
  color: #FFF;
  box-shadow: 0 5px 0 #237744;
}
section#brand-countries table tbody .links a.btn-green:hover {
  border: 0;
  transform: scale(1.1);
  background: #32b566;
  color: #FFF;
}
section#brand-countries table tbody .links a.btn-turquoise {
  background: #236a77;
  color: #FFF;
  box-shadow: 0 5px 0 #237744;
}
section#brand-countries table tbody .links a.btn-turquoise:hover {
  border: 0;
  transform: scale(1.1);
  background: #236a77;
  color: #FFF;
}
section#brand-countries table tbody .links a.btn-red {
  background: #b53244;
  color: #FFF;
}
section#brand-countries table tbody .links a.btn-red:hover {
  border: 0;
  transform: scale(1.1);
}
section#brand-countries table tbody .links a.btn-gold {
  background: #b5aa32;
  color: #FFF;
}
section#brand-countries table tbody .links a:hover {
  border: 0;
  transform: scale(1.1);
  background: #32b566;
  color: #FFF;
}
@media all and (max-width: 768px) {
  section#brand-countries {
    text-align: center;
  }
  section#brand-countries table tbody tr {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  section#brand-countries table tbody tr:first-child td.logo {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
  }
  section#brand-countries table tbody tr:last-child {
    overflow: hidden;
    border-radius: 0 0 5px 5px;
  }
  section#brand-countries table tbody tr:last-child td.links {
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
  section#brand-countries table tbody td {
    order: 1;
    flex: 0 0 100%;
  }
  section#brand-countries table tbody td.logo {
    order: 0;
  }
  section#brand-countries table tbody td:first-child,
  section#brand-countries table tbody td:last-child {
    padding: 25px 15px;
  }
  section#brand-countries table tbody .logo {
    width: 100%;
  }
  section#brand-countries table tbody .logo img {
    margin: 0 auto;
  }
  section#brand-countries table tbody .infos h3 {
    display: none;
  }
}
