/**
Calculate rem
*/
.h-cvoHomepage-firstContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E2E4D9;
}
.h-cvoHomepage-firstContent img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.h-cvoHomepage-firstContent-content {
  padding: 30px;
}
.h-cvoHomepage-firstContent-content h2 {
  color: #FD422D;
}

.c-content {
  margin-top: 120px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .c-content {
    margin-top: 10px;
  }
}
.c-content__title {
  margin-bottom: 20px;
  color: #043545;
}
.c-content__title--news {
  margin-top: 0;
  font-size: 2rem;
  line-height: 2.3125rem;
  word-break: break-word;
  font-family: "Dinpro Regular", sans-serif;
  color: #FD422D;
}
@media (min-width: 992px) {
  .c-content__title--news {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
.c-content-item {
  margin-top: 0;
}
.c-content-item__content {
  color: #043545;
}
.c-content-item__content * {
  color: #043545;
}
.c-content-item__content a {
  color: #FD422D;
}
.c-content-item__content a:hover, .c-content-item__content a:focus {
  color: #98281B;
}
.c-content-item__content blockquote {
  font-size: 0.875rem;
  line-height: 1.5rem;
  word-break: break-word;
  font-family: "Open Sans", sans-serif;
  color: #043545;
  font-size: 18px;
  line-height: 27px;
  width: 75%;
  margin: 33px 90px;
  font-style: italic;
}
@media (min-width: 992px) {
  .c-content-item__content blockquote {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.c-content-item__content blockquote:before, .c-content-item__content blockquote:after {
  content: "'";
  color: #043545;
  display: inline-block;
}
.c-content-item__content table td h5 {
  color: #FD422D;
}
.c-content-item__content .o-font__red {
  color: #98281B;
}
.c-content-item__content .o-font__blue {
  color: #043545;
}
@media (min-width: 768px) {
  .c-content-item__content {
    margin-top: 0;
  }
}
.c-content-item__content h2, .c-content-item__content h3, .c-content-item__content h4, .c-content-item__content h5, .c-content-item__content h6 {
  padding-top: 140px;
  margin-top: -140px;
}
.c-content-item__content .title-orange {
  color: #FD422D;
}
.c-content-item__content .title-blue {
  color: #043545;
}
.c-content-item__content .title-white {
  color: #FFFFFF;
}
.c-content__img {
  height: 250px;
  background-size: cover;
  margin-bottom: 20px;
  background-position: center;
}
@media (min-width: 992px) {
  .c-content__img {
    margin-bottom: 40px;
  }
}
.c-content-sidebar {
  display: block;
  margin-bottom: 40px;
  width: 100%;
}
.c-content-sidebar p:last-child {
  margin-bottom: 0;
}
.c-content-sidebar:not(:nth-child(2)) {
  margin-top: 40px;
}
.c-content-sidebar--header {
  display: block;
  margin-top: 0;
  height: 0;
}
.c-content-sidebar--sand {
  background-color: #E2E4D9;
}
.c-content-sidebar--sand .c-content-sidebar-contentList:hover, .c-content-sidebar--sand .c-content-sidebar-contentList:focus {
  color: #FFFFFF;
  margin-left: 4px;
}
.c-content-sidebar--sand .c-content-sidebar-contentList:before {
  display: inline-block;
  position: relative;
  content: "";
  margin-right: 5px;
  background-image: url("../images/icons/arrowIconBlack.svg");
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
.c-content-sidebar--red {
  background-color: #FD422D;
}
.c-content-sidebar--red a {
  color: #FFFFFF;
}
.c-content-sidebar--red a:hover, .c-content-sidebar--red a:focus {
  color: #FFFFFF;
  margin-left: 4px;
}
.c-content-sidebar--red .c-content-sidebar-contentList:before {
  display: inline-block;
  position: relative;
  content: "";
  margin-right: 5px;
  background-image: url("../images/icons/arrowIconBlack.svg");
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
@media (min-width: 992px) {
  .c-content-sidebar--red {
    background-color: #FD422D;
  }
}
.c-content-sidebar--blue {
  background-color: #043545;
}
.c-content-sidebar--blue a {
  color: #FFFFFF;
}
.c-content-sidebar--blue a:hover, .c-content-sidebar--blue a:focus {
  color: #FD422D;
  margin-left: 4px;
}
.c-content-sidebar--blue .c-content-sidebar-contentList:hover, .c-content-sidebar--blue .c-content-sidebar-contentList:focus {
  color: #FD422D;
  margin-left: 4px;
}
.c-content-sidebar--blue .c-content-sidebar-contentList:before {
  display: inline-block;
  position: relative;
  content: "";
  margin-right: 5px;
  background-image: url("../images/icons/arrowIconRed.svg");
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
.c-content-sidebar--blue, .c-content-sidebar--red {
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 0;
}
.c-content-sidebar--blue *, .c-content-sidebar--red * {
  color: #FFFFFF;
}
.c-content-sidebar--blue .o-font__red, .c-content-sidebar--red .o-font__red {
  color: #FD6857;
}
.c-content-sidebar--blue .o-font__blue, .c-content-sidebar--red .o-font__blue {
  color: #CDD7DA;
}
.c-content-sidebar--blue ul li, .c-content-sidebar--red ul li {
  margin-bottom: 10px;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.c-content-sidebar--sand, .c-content-sidebar--blue, .c-content-sidebar--red {
  padding: 30px;
}
.c-content-sidebar--white, .c-content-sidebar--sand {
  color: #043545;
}
.c-content-sidebar--white *, .c-content-sidebar--sand * {
  color: #043545;
}
.c-content-sidebar--white a, .c-content-sidebar--sand a {
  color: #FD422D;
}
.c-content-sidebar--white a:hover, .c-content-sidebar--white a:focus, .c-content-sidebar--sand a:hover, .c-content-sidebar--sand a:focus {
  color: #98281B;
}
.c-content-sidebar--white .o-font__red, .c-content-sidebar--sand .o-font__red {
  color: #98281B;
}
.c-content-sidebar--white .o-font__blue, .c-content-sidebar--sand .o-font__blue {
  color: #043545;
}
.c-content-sidebar--content > div:last-child {
  margin-bottom: 0;
}
.c-content-sidebar--content p, .c-content-sidebar--content a, .c-content-sidebar--content li, .c-content-sidebar--content span {
  font-size: 0.875rem;
  line-height: 1.5rem;
  word-break: break-word;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 992px) {
  .c-content-sidebar--content p, .c-content-sidebar--content a, .c-content-sidebar--content li, .c-content-sidebar--content span {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.c-content-sidebar--content ol li {
  list-style: decimal;
}
.c-content-sidebar--content ul li {
  list-style: disc;
}
.c-content-sidebar--content .o-btn {
  margin: 10px 0;
}
.c-content-sidebar--content .title-orange {
  color: #FD422D;
}
.c-content-sidebar--content .title-blue {
  color: #043545;
}
.c-content-sidebar--content .title-white {
  color: #FFFFFF;
}
.c-content-sidebar-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0 !important;
}
.c-content-sidebar-links .c-content-sidebar-links-schools {
  padding-left: 0;
  margin-bottom: 0;
}
.c-content-sidebar-links .c-content-sidebar-links-schools .c-content-sidebar-links-schools-school:not(:last-child) {
  margin-bottom: 10px;
}
.c-content-sidebar-links .c-content-sidebar-links-schools .c-content-sidebar-links-schools-school:before {
  display: none;
}
.c-content-sidebar-links .c-content-sidebar-links-schools .c-content-sidebar-links-schools-school a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  font-weight: bold;
  padding: 0 10px 5px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.c-content-sidebar-links .c-content-sidebar-links-schools .c-content-sidebar-links-schools-school a:before {
  display: none;
}
.c-content-sidebar-links .c-content-sidebar-links-schools .c-content-sidebar-links-schools-school a .material-symbols-outlined {
  color: #043545;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  margin-bottom: 0;
  margin-top: 5px;
}
.c-content-sidebar--image div {
  display: block;
  width: 100%;
  height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-content-sidebar--quote {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-content-sidebar--quote .c-quote-item__img {
  -webkit-box-flex: 125px;
      -ms-flex: 125px 0 0px;
          flex: 125px 0 0;
  display: none;
  min-width: 125px;
  min-height: 125px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}
@media (min-width: 992px) {
  .c-content-sidebar--quote .c-quote-item__img {
    display: block;
  }
}
.c-content-sidebar--quote .c-quote-item-data blockquote {
  font-size: 1.5rem;
  line-height: 1.875rem;
  word-break: break-word;
  font-family: "Dinpro Regular", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  text-align: center;
  color: #043545;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .c-content-sidebar--quote .c-quote-item-data blockquote {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}
.c-content-sidebar--quote .c-quote-item-data blockquote:before, .c-content-sidebar--quote .c-quote-item-data blockquote:after {
  content: '"';
  display: inline-block;
}
.c-content-sidebar--quote .c-quote-item-data span {
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  word-break: break-word;
  font-family: "Dinpro Regular", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #FD422D;
  display: block;
}
@media (min-width: 992px) {
  .c-content-sidebar--quote .c-quote-item-data span {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}
.c-content-sidebar-logo {
  height: 32px !important;
  width: auto !important;
  margin-top: unset !important;
}
@media (min-width: 992px) {
  .c-content-sidebar-logo {
    height: 70px !important;
  }
}
.c-content-sidebar-data__icon {
  font-size: 0.75rem;
  line-height: 1.3125rem;
  word-break: break-word;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px !important;
  padding-left: 23px;
  position: relative;
}
@media (min-width: 992px) {
  .c-content-sidebar-data__icon {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.c-content-sidebar-data__icon:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-content-sidebar-data__icon--location:before {
  background-image: url("../images/icons/location-grey.svg");
}
.c-content-sidebar-data__icon--time:before {
  background-image: url("../images/icons/schedule-grey.svg");
}
.c-content-sidebar-data__icon--salary:before {
  background-image: url("../images/icons/work-grey.svg");
}
.c-content-sidebar-data .o-btn {
  margin-bottom: unset !important;
  margin-top: 20px;
}
.c-content-sidebar--cvopen {
  text-decoration: none;
  padding: 30px 30px 0;
  position: relative;
}
.c-content-sidebar--cvopen h2 {
  color: #FD422D;
}
.c-content-sidebar--cvopen div {
  padding-bottom: 160px;
}
.c-content-sidebar--cvopen div * {
  color: #FFFFFF;
}
.c-content-sidebar--cvopen .c-content-sidebar__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  margin: 0 -30px;
  background: linear-gradient(to right, transparent, transparent calc(50% - 60px), #FD422D calc(50% - 60px), #FD422D);
  background-size: 200% 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-content-sidebar--cvopen .c-content-sidebar__button span {
  color: #FFFFFF;
  font-weight: bold;
}
.c-content-sidebar--cvopen .c-content-sidebar__buttonimg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 150px;
  width: 300px;
  display: block;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-content-sidebar--cvopen:hover .c-content-sidebar__button, .c-content-sidebar--cvopen:focus .c-content-sidebar__button {
  background-position: 100% 100%;
}
.c-content-sidebar--cvopen:hover .c-content-sidebar__buttonimg, .c-content-sidebar--cvopen:focus .c-content-sidebar__buttonimg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.c-content-item__content h1, .c-content-item__content h2, .c-content-item__content ol, .c-content-item__content ul, .c-content-item__content *, .c-content-sidebar--content h1, .c-content-sidebar--content h2, .c-content-sidebar--content ol, .c-content-sidebar--content ul, .c-content-sidebar--content * {
  margin-bottom: 20px;
}
.c-content-item__content p, .c-content-sidebar--content p {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .c-content-item__content p, .c-content-sidebar--content p {
    margin-bottom: 25px;
  }
}
.c-content-item__content h3, .c-content-sidebar--content h3 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .c-content-item__content h3, .c-content-sidebar--content h3 {
    margin-bottom: 15px;
  }
}
.c-content-item__content h4, .c-content-item__content h5, .c-content-item__content h6, .c-content-sidebar--content h4, .c-content-sidebar--content h5, .c-content-sidebar--content h6 {
  margin-bottom: 10px;
}
.c-content-item__content p, .c-content-item__content a, .c-content-item__content li, .c-content-item__content span, .c-content-sidebar--content p, .c-content-sidebar--content a, .c-content-sidebar--content li, .c-content-sidebar--content span {
  font-size: 0.875rem;
  line-height: 1.5rem;
  word-break: break-word;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 992px) {
  .c-content-item__content p, .c-content-item__content a, .c-content-item__content li, .c-content-item__content span, .c-content-sidebar--content p, .c-content-sidebar--content a, .c-content-sidebar--content li, .c-content-sidebar--content span {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.c-content-item__content a, .c-content-sidebar--content a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-content-item__content a:hover, .c-content-item__content a:focus, .c-content-sidebar--content a:hover, .c-content-sidebar--content a:focus {
  text-decoration: none;
}
.c-content-item__content li, .c-content-sidebar--content li {
  padding-left: 0;
  margin-bottom: 0;
}
.c-content-item__content ol li, .c-content-sidebar--content ol li {
  list-style: decimal;
}
.c-content-item__content ul li, .c-content-sidebar--content ul li {
  list-style: inside none;
  margin-left: 10px;
  position: relative;
  margin-bottom: 10px;
}
.c-content-item__content ul li:before, .c-content-sidebar--content ul li:before {
  content: "";
  display: block;
  width: 16px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -25px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icons/arrowIcon.svg");
}
@media (min-width: 992px) {
  .c-content-item__content ul li:before, .c-content-sidebar--content ul li:before {
    height: 28px;
  }
}
.c-content-item__content img, .c-content-sidebar--content img {
  width: unset;
  max-width: 100%;
  margin: 10px 0;
}
.c-content-item__content .o-btn, .c-content-sidebar--content .o-btn {
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  word-break: break-word;
  font-family: "Dinpro Regular", sans-serif;
  margin: 10px 0;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .c-content-item__content .o-btn, .c-content-sidebar--content .o-btn {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}
.c-content-item__content .o-btn:hover, .c-content-item__content .o-btn:focus, .c-content-sidebar--content .o-btn:hover, .c-content-sidebar--content .o-btn:focus {
  color: #FFFFFF;
}
.c-content .e-grid__main article {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .c-content .e-grid__main article {
    padding: 0 60px;
  }
}
.c-content .justify-content-center {
  text-align: center;
  margin-top: 10px;
}