/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-content .content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .section-content .content-top {
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    .section-content .content-top {
      margin-bottom: 100px; } }
  .section-content .content-top h1 {
    margin-bottom: 0; }
  .section-content .content-top .btn-vacancy {
    display: none; }
    @media (min-width: 768px) {
      .section-content .content-top .btn-vacancy {
        flex-shrink: 0;
        display: block; } }

.section-content .content-bottom {
  display: flex;
  flex-direction: column;
  gap: 50px; }
  @media (min-width: 981px) {
    .section-content .content-bottom {
      flex-direction: row;
      gap: 100px; } }
  @media (min-width: 1500px) {
    .section-content .content-bottom {
      gap: 150px; } }
  @media (min-width: 981px) {
    .section-content .content-bottom-left {
      width: 32%;
      flex-shrink: 0; } }
  .section-content .content-bottom-left .text {
    background-color: var(--white);
    padding: 50px 30px;
    font-size: 18px;
    line-height: 27px; }
    @media (min-width: 981px) {
      .section-content .content-bottom-left .text {
        padding: 45px 45px 70px 45px; } }
    .section-content .content-bottom-left .text ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .section-content .content-bottom-left .text ul li {
        margin-bottom: 25px;
        padding-left: 30px;
        position: relative; }
        .section-content .content-bottom-left .text ul li::before {
          content: "";
          font-family: Icomoon;
          color: var(--light-blue);
          position: absolute;
          top: 1px;
          left: 0; }
        .section-content .content-bottom-left .text ul li:nth-child(1)::before {
          content: "\e90a";
          font-size: 12px; }
        .section-content .content-bottom-left .text ul li:nth-child(2)::before {
          content: "\e92a";
          font-size: 12px; }
        .section-content .content-bottom-left .text ul li:nth-child(3)::before {
          content: "\e906";
          font-size: 12px; }
        .section-content .content-bottom-left .text ul li:nth-child(4)::before {
          content: "\e926";
          font-size: 8px; }
        .section-content .content-bottom-left .text ul li:nth-child(5)::before {
          content: "\e925";
          font-size: 8px; }
        .section-content .content-bottom-left .text ul li strong {
          display: block;
          color: var(--light-blue); }
    .section-content .content-bottom-left .text .date {
      padding-left: 30px; }
  .section-content .content-bottom-left .quick-access {
    display: none; }
    @media (min-width: 981px) {
      .section-content .content-bottom-left .quick-access {
        display: block;
        margin-top: 160px; } }
  .section-content .content-bottom-right {
    flex-grow: 1; }
    .section-content .content-bottom-right h2 {
      margin-bottom: 30px; }
    .section-content .content-bottom-right h4 {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 27px;
      color: var(--text-color); }
      .section-content .content-bottom-right h4 ~ p,
      .section-content .content-bottom-right h4 ~ ul {
        margin-top: 0; }
    .section-content .content-bottom-right .section-steps h4 {
      margin-bottom: 25px; }
    .section-content .content-bottom-right p {
      margin-top: 1.5em;
      margin-bottom: 1.5em;
      color: var(--text-color); }
    .section-content .content-bottom-right ul {
      padding-bottom: 0; }
    .section-content .content-bottom-right .image {
      margin: 30px 0;
      position: relative;
      padding-top: 55%;
      height: auto;
      min-height: auto; }
      .section-content .content-bottom-right .image > .img, .section-content .content-bottom-right .image img, .section-content .content-bottom-right .image video, .section-content .content-bottom-right .image iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

@media (min-width: 981px) {
  .quick-access {
    max-width: 400px; } }

.quick-access-item {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 5px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  text-decoration: none; }
  .quick-access-item:hover {
    color: var(--white);
    text-decoration: none; }
  .quick-access-item .top-label {
    color: var(--light-blue); }
  .quick-access-item .icon {
    font-size: 50px;
    color: var(--green); }
  .quick-access-item.whatsapp .top-label {
    color: var(--white); }
  .quick-access-item.whatsapp .bottom-label {
    color: var(--green); }

/*# sourceMappingURL=content.css.map */
