@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?olspcf');
  src:  url('fonts/icomoon.eot?olspcf#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?olspcf') format('truetype'),
    url('fonts/icomoon.woff?olspcf') format('woff'),
    url('fonts/icomoon.svg?olspcf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-furnitures:before {
  content: "\e91b";
}
.icon-report1:before {
  content: "\e91c";
}
.icon-bank:before {
  content: "\e922";
}
.icon-travel:before {
  content: "\e924";
}
.icon-phone1:before {
  content: "\e91a";
}
.icon-phone-call:before {
  content: "\e900";
}
.icon-magnifying-glass:before {
  content: "\e901";
}
.icon-team:before {
  content: "\e902";
}
.icon-right-arrow:before {
  content: "\e903";
}
.icon-wealth:before {
  content: "\e904";
}
.icon-report:before {
  content: "\e905";
}
.icon-data-analytics:before {
  content: "\e906";
}
.icon-verification:before {
  content: "\e907";
}
.icon-help:before {
  content: "\e908";
}
.icon-bar-chart:before {
  content: "\e909";
}
.icon-team-leader:before {
  content: "\e90a";
}
.icon-checking:before {
  content: "\e90b";
}
.icon-creative:before {
  content: "\e90c";
}
.icon-business:before {
  content: "\e90d";
}
.icon-global:before {
  content: "\e90e";
}
.icon-business-idea:before {
  content: "\e90f";
}
.icon-recruit:before {
  content: "\e910";
}
.icon-customer-review:before {
  content: "\e911";
}
.icon-checklist:before {
  content: "\e912";
}
.icon-mobile-analytics:before {
  content: "\e913";
}
.icon-outsourcing:before {
  content: "\e914";
}
.icon-creative-1:before {
  content: "\e915";
}
.icon-scrum:before {
  content: "\e916";
}
.icon-briefcase:before {
  content: "\e917";
}
.icon-conversation:before {
  content: "\e918";
}
.icon-analysis:before {
  content: "\e919";
}
.reject_consent {
    margin: auto;
    width: 60%;
    padding: 70px 10px;
    text-align: center
}

.reject-consent-content {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.reject-consent-logo,
.reject_consent_div {
    display: flex;
    justify-content: center
}

.reject_consent_div {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    height: 70vh
}
.consent-popup.active {
    display: none
}

.consent-popup {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .6313725490196078)
}

.consent-popup .consent-check {
    max-width: 700px;
    width: 100%;
    background-color: #f7f7f7;
    padding: 30px 40px 20px
}

.consent-popup .consent-check .consent-content {
    text-align: center
}

.consent-popup .consent-check .consent-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    font-family: Arimo, sans-serif
}

.consent-popup .consent-check .consent-content .cookie-accept-btn {
    background: linear-gradient(135deg, rgba(55, 64, 119, .38823529411764707), #374077);
    border: none;
    padding: 9px 30px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
    font-size: 14px
}

.consent-popup .consent-check .consent-content .cookie-reject-btn {
    font-size: 14px;
    color: #000;
    background-color: initial;
    cursor: pointer;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 5px
}

.box-header {
    align-items: center;
    background-color: #60c69d;
    color: #fff;
    position: relative;
    padding: 2rem 1rem
}

.box-header .modal-title {
    width: 100px;
    height: auto;
    margin: auto
}

.box-header.failed-color {
    background-color: #e2747e
}
.succes-body {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center
}

.succes-body strong {
    font-size: 23px
}
