/*** uncss> filename: /home/hassan/Visual studio/image/style.css ***/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #061ab1;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #da202a;
  --orange: #fd7e14;
  --yellow: #FFD100;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #172154;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #fcbf00;
  --danger: #da202a;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Verdana, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-width: 100%;
  overflow-x:hidden;
}
aside,
footer,
header,
main,
nav {
  display: block;
}
header{
	margin-bottom: 0;
}
body {
  margin: 0;
  font-family: "Newson", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
h1,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.alert {
  padding: 20px;
  background-color: #061ab1;
  color: white;
  z-index: 100;
  margin-bottom: 20px;
}
.text-home {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 20px;
}

.text-home-blue {
  color: #061ab1;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
a {
  color: #172154;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #070918;
  text-decoration: underline;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
h1,
h4,
h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: 2.5rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
.mark-blue {
  color: #061ab1;
  font-size: 30px;
  line-height: 25px;
  font-weight: 400;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.containerHeader {
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: 0;
  position: relative;
  display: relative;
  justify-content: space-between;	
}
.container2 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 15px;
  margin-left: 15px;
}
.col-12,
.col-sm-12,
.col-md-3,
.col-md-4,
.col-md-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 100%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #da202a;
}
.btn {
  border-radius: 400px;
  display: inline-block;
  font-weight: 400;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 10 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 33, 84, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn-primary {
  border-radius: 10px;
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0f1536;
  border-color: #0c112c;
}
.btn-primary:focus {
  color: #fff;
  background-color: #0f1536;
  border-color: #0c112c;
  box-shadow: 0 0 0 0.2rem rgba(58, 66, 110, 0.5);
}
.btn-primary:disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0c112c;
  border-color: #090d22;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 66, 110, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #c99800;
  border-color: #bc8f00;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 168, 6, 0.5);
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ae1921;
  border-color: #a2181f;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 65, 74, 0.5);
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #021AB1;
  border-color: #021AB1;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 33, 84, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #FFD100;
  border-color: #FFD100;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 191, 0, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #da202a;
  border-color: #da202a;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 32, 42, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #3248b8;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #4f64cf;
  border-color: #4f64cf;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 10px !important;
}
.card-body {
  flex: 1 1 auto;
  height: 0;
  padding: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0 !important - 1px) calc(0 !important - 1px);
}
.card-img-fluid {
  min-height: 1px;
  height: auto;
  max-width: 100%;
  border-radius: 10px;
}
.card-deck .card {
  margin-bottom: 0px;
}
@media (min-width: 1750px) {
  .card-deck {
    display: grid;
    flex-flow: row;
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row;
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  min-height: 304px;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active {
  display: block;
  height: 100%;
  min-height: 304px;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.d-none {
  display: none !important;
}
.d-flex {
  display: flex !important;
}
@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
@media (min-width: 768px) {
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.w-100 {
  width: 100% !important;
}
.mx-0 {
  margin-right: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
@media (min-width: 768px) {
  .pl-md-5 {
    padding-left: 3rem !important;
  }
}
.pl-md-5 li{
  padding: 8px;
}
.text-center {
  text-align: center !important;
}
.text-white {
  color: #fff !important;
  font-weight: 400;
  text-align: left !important;
}
.text-black {
  color: #000 !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}

/*** uncss> filename: /home/hassan/Visual studio/image/style_main.css ***/
@font-face {
  font-family: "Newson";
  src: url(/media/gls_group_resources/gls_group_assets/NewsonGLS_WEB_210727_A/NewsonGLS_WEB_woff2/NewsonGLS-WEB-Regular.woff2)
      format("woff2"),
    url(/media/gls_group_resources/gls_group_assets/NewsonGLS_WEB_210727_A/NewsonGLS_WEB_woff/NewsonGLS-WEB-Regular.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Newson";
  src: url(/media/gls_group_resources/gls_group_assets/NewsonGLS_WEB_210727_A/NewsonGLS_WEB_woff2/NewsonGLS-WEB-Italic.woff2)
      format("woff2"),
    url(/media/gls_group_resources/gls_group_assets/NewsonGLS_WEB_210727_A/NewsonGLS_WEB_woff/NewsonGLS-WEB-Italic.woff)
      format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Newson";
  src: url(/media/gls_group_resources/gls_group_assets/NewsonGLS_WEB_210727_A/NewsonGLS_WEB_woff2/NewsonGLS-WEB-Bold.woff2)
      format("woff2"),
    url(/media/gls_group_resources/gls_group_assets/NewsonGLS_WEB_210727_A/NewsonGLS_WEB_woff/NewsonGLS-WEB-Bold.woff)
      format("woff");
  font-weight: 700;
  font-style: bold;
  font-display: fallback;
}
@font-face {
  font-family: "Newson";
  src: url(/media/gls_group_resources/gls_group_assets/NewsonGLS_WEB_210727_A/NewsonGLS_WEB_woff2/NewsonGLS-WEB-BoldItalic.woff2)
      format("woff2"),
    url(/media/gls_group_resources/gls_group_assets/NewsonGLS_WEB_210727_A/NewsonGLS_WEB_woff/NewsonGLS-WEB-BoldItalic.woff)
      format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Newson";
  src: url(/media/gls_group_resources/gls_group_assets/NewsonGLS_WEB_210727_A/NewsonGLS_WEB_woff2/NewsonGLS-WEB-Light.woff2)
      format("woff2"),
    url(/media/gls_group_resources/gls_group_assets/NewsonGLS_WEB_210727_A/NewsonGLS_WEB_woff/NewsonGLS-WEB-Light.woff)
      format("woff");
  font-weight: 300;
  font-style: light;
  font-display: fallback;
}
@font-face {
  font-family: "Newson";
  src: url(/media/gls_group_resources/gls_group_assets/NewsonGLS_WEB_210727_A/NewsonGLS_WEB_woff2/NewsonGLS-WEB-LightItalic.woff2)
      format("woff2"),
    url(/media/gls_group_resources/gls_group_assets/NewsonGLS_WEB_210727_A/NewsonGLS_WEB_woff/NewsonGLS-WEB-LightItalic.woff)
      format("woff");
  font-weight: 300;
  font-style: lightitalic;
  font-display: fallback;
}
.mb-60px {
  margin-bottom: 60px;
}
h1,
h5 {
  font-family: "Newson", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}
h2 {
  font-size: 42px;
  line-height: 38px;
}
.h2-benelux-card {
  font-size: 39px;
  line-height: 38px;
  margin: 10px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Newson", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
}
h1 {
  font-size: 52px;
  line-height: 68px;
}
h4 {
  font-size: 24px;
  line-height: 28px;
}
h5 {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 991.98px) {
  h1 {
    line-height: 58px;
    margin-bottom: 0.8rem;
  }
}
p {
  font-family: "Newson", Verdana, Arial, Helvetica, sans-serif;
}
body {
  font-family: "Newson", Verdana,  Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
}
.btn:focus {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(0, 0, 0, 0);
  outline: 0 none;
}
.icon_48x48 {
  width: 48px;
  height: 48px;
}
@media (max-width: 575px) {
  footer .list-group.list-group-horizontal-sm,
  footer .list-group.list-group-horizontal-sm .list-group-item {
    border: none;
    padding: 6px 0;
  }
}
.to-top {
  background: #fff;
  border: none;
  width: 50px;
  height: 50px;
}
#top_link {
  position: fixed;
  opacity: 0;
  transition: all 0.2s ease;
  width: 48px;
  height: 48px;
  line-height: 48px;
  right: 20px;
  z-index: 1000;
  bottom: 20px;
}
#top_link a {
  position: relative;
  display: block;
  transition: all 0.6s ease;
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: inherit;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  #top_link {
    display: none;
  }
}						   
footer {
  padding-top: 30px;
  background: #061ab1;
}
footer .container > .row {
  border-bottom: 1px solid #454d76;
}
footer .container.py-4 {
  border-bottom: none;
}
footer .col-md-3 > .list-group > .list-group-item > a {
  font-size: 20px;
}
footer .list-group-item .list-group-item a,
footer .list-group.list-group-horizontal-sm .list-group-item a {
  font-family: "Newson", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
footer .list-group-item a {
  color: #fff;
}
footer .col-md-3 > .list-group.list-group-flush > .list-group-item a:hover {
  background-color: transparent;
}
footer a:hover {
  text-decoration: none;
}
footer .list-group-item {
  background: transparent;
  padding: 0;
  border: 0;
  margin-bottom: 12px;
}
footer .list-group-item:hover {
  background: transparent;
}
footer a.first-level {
  display: inline-block;
  line-height: 24px;
  padding-left: 6px;
  margin-bottom: 12px;
}
footer div.first-level {
  height: 36px;
  margin: 0px 0px 12px;
}
footer a.first-level:hover {
  background: transparent;
}
footer a.second-level {
  display: block;
  font-family: "Newson", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 2px 6px 2px 22px;
  background-position: 6px 50%;
  background-size: 9px 12px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 19px;
}
footer a.second-level:hover {
  color: #fff;
  text-decoration: none;
}
footer .list-group.list-group-horizontal-sm .list-group-item {
  padding: 0 9px;
  line-height: 100%;
  background-color: transparent !important;
  border: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
footer .list-group.list-group-horizontal-sm .list-group-item:first-child {
  padding: 0 9px 0 0;
  line-height: 100%;
  background-color: transparent !important;
  border: none !important;
}
footer .list-group.list-group-horizontal-sm .list-group-item:last-child {
  padding: 0 0 0 9px;
}
.to-top {
  background: #fff;
  border: none;
  width: 50px;
  height: 50px;
}
#top_link {
  position: fixed;
  opacity: 0;
  transition: all 0.2s ease;
  width: 48px;
  height: 48px;
  line-height: 48px;
  right: 20px;
  z-index: 1000;
  bottom: 20px;
}
#top_link a {
  position: relative;
  display: block;
  transition: all 0.6s ease;
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: inherit;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  #top_link {
    display: none;
  }
}

.col_social-links {
  padding: 0 0 20px 0;
}
.ce_header_desktop {
  display: block;
  background: #fff;
  z-index: 1040;
}
.ce_header_desktop .ce_page_header {
  height: 86px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ce_header_desktop .ce_page_header a.logo {
  width: 110px;
  height: 50px;
  background: transparent url(/image/logo.png) no-repeat 50% 50%;
  background-size: 110px 50px;
}
a.logo {
  width: 110px;
  height: 50px;
  background: transparent url(/image/logo.png) no-repeat 50% 50%;
  left: 0;
  margin-top: 18px;
  margin-bottom: 18px;
}
.ce_header_desktop .ce_page_header a.logo:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .ce_header_desktop {
    display: none;
  }
}
.ce_desktop_navigation {
  width: 100%;
  background: #ffffff;
  top: 0px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.ce_desktop_navigation ul.level_1 {					
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.ce_desktop_navigation li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.ce_desktop_navigation a,
.ce_desktop_navigation span {
  display: block;
  text-decoration: none;
  position: relative;
}
.ce_desktop_navigation a.level_1 {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  padding: 48px 0 10px;
  border-bottom: 4px solid transparent;
  text-align: center;
}
.ce_desktop_navigation a.level_1:hover {
  border-bottom-color: #FFD100;
  color: #021AB1;
}
.ce_desktop_navigation a.level_1:active {
  border-bottom-color: #FFD100;
  color: #021AB1;
}

@media (max-width: 991.98px) {
  .ce_desktop_navigation {
    display: none;
  }
}
header {
  height: 86px;
}
@media (max-width: 991.98px) {
  header {
    height: 68px;
  }
}
.btn {
  background-color: #fff;
  border: 1px solid #172154;
  color: #172154;
  font-family: "Newson", Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  padding: 8px 20px;
}
.btn:not(:disabled):not(.disabled):active,
.ce_header_desktop .ce_page_header .meta_navigation .btn-login:not(:disabled):not(.disabled):active,
.btn:active,
.btn:focus,
.btn:hover {
  background-color: #021AB1;
  border: 1px solid #021AB1;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  outline: none !important;
  box-shadow: none !important;
}
.btn.btn-primary {
  background-color: #FFD100;
  border: 1px solid #FFD100;
  color: #172154;
  font-family: "Newson", Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  padding: 8px 20px;
}
.btn.btn-secondary {
    background-color: #FFD100;
    border: 1px solid #FFD100;
    color: #172154;
    font-family: "Newson", Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    padding: 8px 20px;
    margin: 4px;
    width: 157px;
}
.btn.btn-primary:not(:disabled):not(.disabled):active,
.ce_header_desktop .ce_page_header .meta_navigation .btn-login:not(:disabled):not(.disabled):active,
.btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #FF860D;
  border: 1px solid #FF860D;
  color: #021AB1;
}
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.ce_header_desktop
  .ce_page_header
  .meta_navigation
  .btn-secondary.btn-login:not(:disabled):not(.disabled):active {
  background-color: #021AB1;
  border: 1px solid #021AB1;
  color: #fff;
}
.btn.btn-secondary.btn-inverted:not(:disabled):not(.disabled):active,
.ce_header_desktop
  .ce_page_header
  .meta_navigation
  .btn-secondary.btn-inverted.btn-login:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border: 1px solid #fff;
  color: #172154;
}
.btn.btn-outline-transparent-white:not(:disabled):not(.disabled):active,
.ce_header_desktop
  .ce_page_header
  .meta_navigation
  .btn-outline-transparent-white.btn-login:not(:disabled):not(.disabled):active {
  background: #021AB1;
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-secondary-outline-transparent:not(:disabled):not(.disabled):active,
.ce_header_desktop
  .ce_page_header
  .meta_navigation
  .btn-secondary-outline-transparent.btn-login:not(:disabled):not(.disabled):active {
  background: #021AB1;
  border: 1px solid #fff;
  color: #fff;
}
.ce_carousel_heroslider .carousel-item .text-overlay {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 82px;
  left: 0;
  right: 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.ce_carousel_heroslider .carousel-item .text-overlay .content {
  color: #fff;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
  padding: 5px 15px;
}

.ce_carousel_heroslider .carousel-item .text-overlay-home {
  position: absolute;
  display: flex;
  left: 5rem;
  top: 0;
  bottom: 82px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.ce_carousel_heroslider .carousel-item .text-overlay-home .content {
  color: #fff;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
  padding: 5px 15px;
}

.ce_carousel_heroslider .image-stage {
  background-position: 50% 78%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 540px;

}
.ce_carousel_heroslider .carousel-item img {
  width: 100%;
  height: auto;
  max-height: 540px;
}
@media (max-width: 991.98px) {
  .ce_carousel_heroslider .carousel-item img {
    width: auto;
    height: 350px;
  }
}
.card {
  position: relative;
  margin-bottom: 20px;
  background: #ffffff;
  overflow: hidden;
}
.card .card-body {
  padding: 24px 30px 7px 30px;
}
.card .card-body p {
  margin-bottom: 16px;
}
.card .card-footer {
  border-top: 0;
  padding: 0 30px 30px 30px;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .card .card-footer {
    flex-direction: row;
  }
}
.card-shadow {
  position: relative;
  transition: All 0.2s ease;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15) !important;
  margin: 0px;
}
.card-shadow:hover {
  transition: All 0.2s ease;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.35) !important;
}
.card-hover:after {
  content: "\a0";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #ffd100;
  opacity: 0;
}
.card-hover:hover:after {
  opacity: 1;
}
.card_spacer {
  border: 0 none;
  font-size: 2px;
  line-height: 2px;
  background: transparent;
}
.card-deck {
  margin-bottom: 40px;
}
.card-deck .card {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .card-deck .card {
    flex: 1 0 calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  .card-deck .card {
    flex: 1 0 calc(33% - 20px);
  }
}
@media (min-width: 768px) {
  .card-deck .card .card-footer {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .card-deck .card .card-footer {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .col_social-links {
    border-bottom: 1px solid #454d76;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .container_footer .order-md-1 {
    padding-right: 0;
  }
  .list-group_sitemap > li > a:hover,
  .list-group_sitemap > li > a {
    background-image: url(/media/gls_group_resources/gls_group_assets/gls_group_arrow_down_white_svg.svg) !important;
    background-position: right center !important;
    background-size: 16px 16px !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
  }
  .list-group_sitemap ul {
    display: none;
  }
  html,
  body {
    height: auto;
  }
}
@media (max-width: 575px) {
  footer .list-group_social {
    flex-direction: row;
    width: auto !important;
  }
  footer .list-group-meta .list-group-item {
    border: none !important;
    padding-left: 0 !important;
  }
  footer .list-group.list-group-horizontal-sm .list-group-item:last-child {
    padding: 0 0 0 9px;
    height: 16px;
    border-radius: 0;
  }
}
footer.footer{
    background-color:#061ab1;
    position:relative;
    overflow:hidden
}
footer.footer *{
    color:#fff;
    font-size:20px;
    line-height:32px
}
@media (min-width: 992px){
    footer.footer *{
        font-size:16px;
        line-height:24px
    }
}
footer.footer a{
    text-decoration:none;
    display:inline-block
}
footer.footer a:hover{
    color:#00c2f0;
    text-decoration:underline
}
footer.footer ul{
    list-style-type:none;
    padding:0;
    margin:0;
    display:flex
}
footer.footer .mobile{
    display:block
}
footer.footer .desktop{
    display:none
}
@media (min-width: 992px){
    footer.footer .mobile{
        display:none
    }
	
    footer.footer .desktop{
        display:block
    }
}
footer.footer .footer-top-illustration{
    position:absolute;
    margin-top:-50px;
    right:0
}
@media (min-width: 992px){
    footer.footer .footer-top-illustration{
        right:auto;
        margin-left:-1031px
    }
}
footer.footer .footer-bottom-illustration{
    position:absolute;
    left:0;
    margin-left:15px;
    margin-top:-171px
}
@media (min-width: 576px){
    footer.footer .footer-bottom-illustration{
        margin-top:-94px
    }
}
@media (min-width: 992px){
    footer.footer .footer-bottom-illustration{
        margin-left:300px
    }
}
footer.footer .container{
    position:relative;
    margin-top:21px
}
@media (min-width: 576px){
    footer.footer .container{
        margin-top:0px
    }
}
footer.footer .container-navigation>ul{
    padding:24px 0 0;
    flex-direction:column;
    position:relative;
    padding:100px 0 0
}
@media (min-width: 992px){
    footer.footer .container-navigation>ul{
        flex-direction:row;
        justify-content:space-between
    }
}
footer.footer .container-navigation>ul>li{
    background-image:var(--arrow-down_white);
    background-repeat:no-repeat;
    background-size:12px;
    background-position-x:right;
    background-position-y:34px
}
@media (min-width: 992px){
    footer.footer .container-navigation>ul>li{
        background:none
    }
}
footer.footer .container-navigation>ul>li .first-level{
    font-weight:700;
    padding:24px 0
}
footer.footer .container-navigation>ul>li .first-level:not([href]){
    cursor:default
}
footer.footer .container-navigation>ul>li .first-level:not([href]):hover,footer.footer .container-navigation>ul>li .first-level:not([href]):focus,footer.footer .container-navigation>ul>li .first-level:not([href]):active{
    text-decoration:none;
    color:#fff
}
@media (min-width: 992px){
    footer.footer .container-navigation>ul>li .first-level{
        padding:6px 0
    }
}
footer.footer .container-navigation>ul>li.open{
    background-image:var(--arrow-up_white);
    background-position-y:40px
}
@media (min-width: 992px){
    footer.footer .container-navigation>ul>li.open{
        background:none
    }
}
footer.footer .container-navigation>ul>li.open .first-level{
    padding:24px 0 12px
}
@media (min-width: 992px){
    footer.footer .container-navigation>ul>li.open .first-level{
        padding:6px 0
    }
}
footer.footer .container-navigation>ul>li.open>ul{
    display:block
}
footer.footer .container-navigation>ul>li>ul{
    display:none;
    padding-left:16px;
    padding-bottom:12px
}
@media (min-width: 992px){
    footer.footer .container-navigation>ul>li>ul{
        display:block
    }
}
@media (min-width: 992px){
    footer.footer .container-navigation>ul>li>ul{
        padding-left:0;
        display:block
    }
}
footer.footer .container-navigation>ul>li>ul>li .second-level{
    width:100%;
    padding:12px 0
}
@media (min-width: 992px){
    footer.footer .container-navigation>ul>li>ul>li .second-level{
        padding:6px 0
    }
}
footer.footer .container-social-media{
    padding:60px 0 20px;
    z-index:10
}
footer.footer .container-social-media ul{
    justify-content:flex-end
}
footer.footer .container-social-media ul li{
    padding:0 12px
}
@media (min-width: 576px){
    footer.footer .container-social-media ul li:last-child{
        padding-right:0
    }
}
footer.footer .container-meta-navigation{
    padding:0
}
footer.footer .container-meta-navigation ul{
    margin:0 0 40px;
    flex-wrap:wrap;
    justify-content:center;
    padding:40px 0 40px 0
}
@media (min-width: 576px){
    footer.footer .container-meta-navigation ul{
        padding:40px 0 0 0
    }
}
@media (min-width: 992px){
    footer.footer .container-meta-navigation ul{
        padding-top:20px;
        justify-content:flex-end
    }
}
footer.footer .container-meta-navigation ul a{
    font-size:12px
}
footer.footer .container-meta-navigation ul li{
    position:relative;
    display:flex;
    align-items:center
}
footer.footer .container-meta-navigation ul li:nth-child(n+2):before{
    margin:0 12px;
    content:'';
    border-left:solid 1px #fff;
    height:12px
}				
.ce_data_facts_flip_container {
  display: flex;
  align-items: stretch;
  align-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  position: relative;
}
.ce_data_facts_flip_container .ce_flip_box {
  max-width: 270px;
  width: 100%;
  margin: 0 10px 20px;
  position: relative;
  height: 270px;
}
.ce_data_facts_flip_container .ce_flip_box .panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.5s ease-in-out;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
}
.ce_data_facts_flip_container .ce_flip_box .panelBlau {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #c8e7f2;
  display: flex;
  flex-direction: column;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.5s ease-in-out;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
}
.previewTop{
	position: absolute;
	top: 5px;
}
.previewCenter{
	position: center;
}
.ce_data_facts_flip_container .ce_flip_box .panelGruen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #c0e2ad;
  display: flex;
  flex-direction: column;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.5s ease-in-out;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
}
.ce_data_facts_flip_container .ce_flip_box .panelRosa {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #f3c8d4;
  display: flex;
  flex-direction: column;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.5s ease-in-out;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
}
.ce_data_facts_flip_container .ce_flip_box .panelGrau {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.5s ease-in-out;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
}

.ce_data_facts_flip_container .ce_flip_box .panel .icon {
  display: block;
  width: 48px;
  height: 48px;
}
.ce_data_facts_flip_container .ce_flip_box .panel .icon_with_hl {
  margin-bottom: 16px;
}
.ce_data_facts_flip_container .ce_flip_box .panel .icon_with_number {
  margin-bottom: 16px;
}
.ce_data_facts_flip_container .ce_flip_box .panel h5 {
  text-align: center;
  white-space: normal;
  max-width: 100%;
  margin-bottom: 34px;
}
.ce_data_facts_flip_container .ce_flip_box .panel h2 {
  text-align: center;
  white-space: normal;
  max-width: 100%;
  margin-bottom: 30px;
}
.ce_data_facts_flip_container .ce_flip_box .panel p {
  text-align: center;
  white-space: normal;
  max-width: 100%;
  margin-bottom: 0;
}
.ce_data_facts_flip_container .ce_flip_box .back {
  padding: 24px 42px 24px;
  transform: perspective(800px) rotateY(180deg);
}
.ce_data_facts_flip_container .ce_flip_box .back h5 {
  margin-bottom: 18px;
}
.ce_data_facts_flip_container .ce_flip_box .back p {
  margin-bottom: 17px;
}
.ce_data_facts_flip_container .ce_flip_box .back p:last-child {
  margin-bottom: 0;
}
.ce_data_facts_flip_container .ce_flip_box .front {
  align-items: center;
  justify-content: center;
  transform: perspective(800px) rotateY(0deg);
}
.ce_data_facts_flip_container .ce_flip_box .front .testBlau {
  align-items: center;
  justify-content: center;
  transform: perspective(800px) rotateY(0deg);
  background-color: #c8e7f2;
}

.ce_data_facts_flip_container .ce_flip_box .back:after {
  content: "\a0";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #FFD100;
  opacity: 0;
}
.ce_data_facts_flip_container .ce_flip_box:hover .back {
  transform: perspective(800px) rotateY(0deg);
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.35) !important;
}
.ce_data_facts_flip_container .ce_flip_box:hover .back:after {
  opacity: 1;
}
.ce_data_facts_flip_container .ce_flip_box:hover .front {
  transform: perspective(800px) rotateY(-179.9deg);
}
.ce_data_facts_flip_container_light .ce_flip_box .front {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15) !important;
}
.ce_data_facts_flip_container_light .ce_flip_box:hover .back {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.35) !important;
}
.ce_data_facts_flip_container_light .ce_flip_box_mobile {
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15) !important;
}
.ce_data_facts_flip_container_dark .ce_flip_box .front {
  border: 0 none;
  background: #e7e8ee;
}
.ce_data_facts_flip_container_dark .ce_flip_box_mobile {
  background: #e7e8ee;
}
.ce_flip_box_mobile {
  display: none;
  width: 100%;
  padding: 24px 30px 24px;
  margin: 0 25px 20px;
  text-align: center;
}
.ce_flip_box_mobile .icon {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-bottom: 25px;
}
.ce_flip_box_mobile h2,
.ce_flip_box_mobile h5 {
  margin-bottom: 18px;
}
.ce_flip_box_mobile p {
  margin-bottom: 8px;
}
.ce_flip_box_mobile p:last-child {
  margin-bottom: 0;
}
.ce_flip_box_mobile_icon {
  padding-top: 30px;
}
@media (max-width: 767.98px) {
  .ce_flip_box {
    display: none;
  }
  .ce_flip_box_mobile {
    display: block;
  }
}
a.download_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 29px;
  background: #ffffff;
  width: 100%;
  transition: all 0.2s ease;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 20px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
a.download_item span.button {
  background: #FFD100;
  display: inline-block;
  padding: 8px 20px 9px;
  font-size: 16px;
  line-height: 21px;
  font-family: "Newson", Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
}
a.download_item span.description {
  padding-top: 8px;
  font-family: "Newson", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.pb-40,
.pb-40px {
  padding-bottom: 40px;
}
.row.flex-nowrap.text-aside {
  flex-direction: row;
}
.shipit{
	font-size: 70px;
}