/* ----------------------------------------
    CSS RESET
---------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@400;700;800&display=swap");
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/* ----------------------------------------
    FONTS
---------------------------------------- */
/* ----------------------------------------
    COLORS
---------------------------------------- */
/* ----------------------------------------
    SIZES
---------------------------------------- */
/* ----------------------------------------
    GLOBAL
---------------------------------------- */
* {
  box-sizing: border-box;
  outline: none; }

html {
  scroll-behavior: smooth; }

html,
body {
  width: 100%;
  height: 100%; }

body {
  color: black; }

a {
  text-decoration: none;
  cursor: pointer; }

.clear {
  clear: both; }

/* ----------------------------------------
    NAVIGATION
---------------------------------------- */
.navigation {
  background-color: #d2ccbb;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%; }
  .navigation .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1321px;
    margin: auto;
    padding: 15px 0 15px 0; }
    .navigation .wrap .logo {
      position: relative;
      z-index: 9999; }
      .navigation .wrap .logo img {
        display: block;
        width: 186px; }
    .navigation .wrap ul {
      display: flex;
      gap: 50px; }
      @media only screen and (max-width: 1000px) {
        .navigation .wrap ul {
          background-color: #d2ccbb;
          position: fixed;
          top: 0;
          left: 0;
          z-index: 999;
          width: 100%;
          height: 100%;
          gap: 0;
          flex-wrap: wrap;
          padding-top: 80px;
          display: none; } }
      @media only screen and (max-width: 1000px) {
        .navigation .wrap ul li {
          width: 100%;
          height: auto;
          margin-bottom: 20px;
          padding-left: 20px; } }
      .navigation .wrap ul li a {
        font-family: "Encode Sans Expanded";
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
        color: black; }
        @media only screen and (max-width: 1000px) {
          .navigation .wrap ul li a {
            font-family: "Encode Sans Expanded";
            font-weight: 400;
            font-size: 38px;
            line-height: normal;
            letter-spacing: 0;
            font-size: 38px !important; } }
  @media only screen and (max-width: 1000px) and (max-width: 1000px) {
    .navigation .wrap ul li a {
      font-size: calc(38px * 0.6); } }

      @media only screen and (max-width: 1000px) {
        .navigation .wrap ul li:first-of-type {
          border-top: solid 1px #000;
          padding-top: 60px; } }
      .navigation .wrap ul .lang {
        display: none; }
        @media only screen and (max-width: 1000px) {
          .navigation .wrap ul .lang {
            display: flex;
            align-items: center; }
            .navigation .wrap ul .lang .language-selector {
              display: flex;
              gap: 20px;
              margin-top: 40px;
              font-family: "Encode Sans Expanded";
              font-weight: 400;
              font-size: 38px;
              line-height: normal;
              letter-spacing: 0;
              font-size: 38px !important; } }
    @media only screen and (max-width: 1000px) and (max-width: 1000px) {
      .navigation .wrap ul .lang .language-selector {
        font-size: calc(38px * 0.6); } }

    .navigation .wrap .language-selector {
      display: flex;
      gap: 8px; }
      @media only screen and (max-width: 1000px) {
        .navigation .wrap .language-selector {
          display: none; } }
      .navigation .wrap .language-selector a {
        font-family: "Encode Sans Expanded";
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
        color: black; }
      .navigation .wrap .language-selector .separator {
        background-color: black;
        display: block;
        width: 1px;
        height: 15px;
        margin-top: 7px; }
      .navigation .wrap .language-selector .selected {
        font-family: "Encode Sans Expanded";
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0; }

/* ----------------------------------------
    HEADER
---------------------------------------- */
.page-header {
  width: 100%;
  height: 100%; }
  .page-header .wrap {
    width: 100%;
    height: 100%; }
    .page-header .wrap .container {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      display: flex;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 1000px) {
        .page-header .wrap .container {
          flex-wrap: wrap; } }
      .page-header .wrap .container .col {
        width: 50%;
        height: 100%; }
        @media only screen and (max-width: 1000px) {
          .page-header .wrap .container .col {
            width: 100% !important;
            height: 50% !important; } }
      .page-header .wrap .container .col:nth-of-type(1) {
        background-color: #ff4f0c;
        position: relative; }
      .page-header .wrap .container .col:nth-of-type(2) .photo {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%; }
    .page-header .wrap .text {
      position: relative;
      z-index: 2;
      max-width: 1321px;
      height: 100%;
      margin: auto; }
      .page-header .wrap .text .content-left {
        position: relative;
        width: 50% !important;
        height: 100% !important;
        padding-right: 50px !important; }
        @media only screen and (max-width: 1000px) {
          .page-header .wrap .text .content-left {
            width: 100% !important;
            height: 50% !important; } }
        .page-header .wrap .text .content-left h1 {
          position: absolute;
          bottom: 60px;
          left: 0;
          font-family: "Encode Sans Expanded";
          font-weight: 800;
          font-size: 60px;
          line-height: 74px;
          letter-spacing: 0; }
          @media only screen and (max-width: 1000px) {
            .page-header .wrap .text .content-left h1 {
              font-size: calc(60px * 0.55);
              line-height: calc(74px * 0.55); } }
          @media only screen and (max-width: 1000px) {
            .page-header .wrap .text .content-left h1 {
              bottom: 30px; } }
  .page-header .wrap-2 .container .col:nth-of-type(1) {
    background-color: #689bff; }
  .page-header .wrap-3 .container .col:nth-of-type(1) {
    background-color: #65aa75; }

.regular-1 {
  position: relative;
  width: 100%;
  height: 100%; }
  .regular-1 .slick-list {
    width: 100%;
    height: 100%; }
    .regular-1 .slick-list .slick-track {
      width: 100%;
      height: 100%; }
      .regular-1 .slick-list .slick-track .slick-slide {
        width: 100%;
        height: 100%;
        margin: 0; }
        .regular-1 .slick-list .slick-track .slick-slide div {
          width: 100%;
          height: 100%; }
          .regular-1 .slick-list .slick-track .slick-slide div .slider-wrap {
            width: 100%;
            height: 100%; }

/* ----------------------------------------
    ABOUT US
---------------------------------------- */
.page-about-us {
  width: 100%; }
  .page-about-us .wrap {
    display: flex;
    align-items: center;
    max-width: 1321px;
    margin: auto;
    padding-top: 120px; }
    @media only screen and (max-width: 1000px) {
      .page-about-us .wrap {
        flex-wrap: wrap;
        padding-top: 80px; } }
    .page-about-us .wrap .col {
      width: 50%; }
      @media only screen and (max-width: 1000px) {
        .page-about-us .wrap .col {
          width: 100%; } }
    @media only screen and (max-width: 1000px) {
      .page-about-us .wrap .col:nth-of-type(1) {
        order: 2; } }
    .page-about-us .wrap .col:nth-of-type(1) .text {
      max-width: 521px; }
      .page-about-us .wrap .col:nth-of-type(1) .text p {
        margin-bottom: 30px;
        font-family: "Encode Sans Expanded";
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0; }
        .page-about-us .wrap .col:nth-of-type(1) .text p strong {
          font-family: "Encode Sans Expanded";
          font-weight: 700;
          font-size: 18px;
          line-height: 28px;
          letter-spacing: 0; }
    @media only screen and (max-width: 1000px) {
      .page-about-us .wrap .col:nth-of-type(2) {
        order: 1;
        padding-bottom: 50px; } }
    .page-about-us .wrap .col:nth-of-type(2) .content {
      max-width: 366px;
      margin: auto; }
      .page-about-us .wrap .col:nth-of-type(2) .content p:first-of-type {
        margin-bottom: 20px;
        font-family: "Encode Sans Expanded";
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0; }
      .page-about-us .wrap .col:nth-of-type(2) .content p:last-of-type {
        margin-bottom: 30px;
        font-family: "Encode Sans Expanded";
        font-weight: 400;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0; }
        @media only screen and (max-width: 1000px) {
          .page-about-us .wrap .col:nth-of-type(2) .content p:last-of-type {
            font-size: calc(24px * 0.8); } }
        .page-about-us .wrap .col:nth-of-type(2) .content p:last-of-type strong {
          font-family: "Encode Sans Expanded";
          font-weight: 700;
          font-size: 24px;
          line-height: normal;
          letter-spacing: 0; }
          @media only screen and (max-width: 1000px) {
            .page-about-us .wrap .col:nth-of-type(2) .content p:last-of-type strong {
              font-size: calc(24px * 0.8); } }
      .page-about-us .wrap .col:nth-of-type(2) .content img {
        max-width: 234px; }
      .page-about-us .wrap .col:nth-of-type(2) .content hr {
        background-color: black;
        width: 100%;
        height: 1px;
        margin: 40px 0 40px 0;
        border: none; }
      .page-about-us .wrap .col:nth-of-type(2) .content a {
        background-color: #ff4f0c;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        padding: 16px 32px;
        border-radius: 20px;
        font-family: "Encode Sans Expanded";
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
        color: black; }

/* ----------------------------------------
    PROVACY POLICY
---------------------------------------- */
.page-privacy-policy {
  width: 100%; }
  .page-privacy-policy .wrap {
    max-width: 640px;
    margin: auto;
    padding-top: 200px;
    padding-bottom: 120px; }
    @media only screen and (max-width: 1000px) {
      .page-privacy-policy .wrap {
        padding-top: 80px; } }
    .page-privacy-policy .wrap h1 {
      margin-bottom: 50px;
      font-family: "Encode Sans Expanded";
      font-weight: 400;
      font-size: 38px;
      line-height: normal;
      letter-spacing: 0; }
      @media only screen and (max-width: 1000px) {
        .page-privacy-policy .wrap h1 {
          font-size: calc(38px * 0.6); } }
    .page-privacy-policy .wrap ol,
    .page-privacy-policy .wrap ul,
    .page-privacy-policy .wrap p {
      margin-bottom: 20px;
      font-family: "Encode Sans Expanded";
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0; }
    .page-privacy-policy .wrap .title {
      font-family: "Encode Sans Expanded";
      font-weight: 700;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0; }
    .page-privacy-policy .wrap ol {
      list-style: numeric;
      padding-left: 20px; }
      .page-privacy-policy .wrap ol li {
        margin-bottom: 5px; }
        .page-privacy-policy .wrap ol li ul {
          list-style: disc;
          padding-left: 18px; }
          .page-privacy-policy .wrap ol li ul li {
            margin-bottom: 5px; }
    .page-privacy-policy .wrap ul {
      list-style: disc;
      padding-left: 20px; }
      .page-privacy-policy .wrap ul li {
        margin-bottom: 5px; }
    .page-privacy-policy .wrap a {
      color: black;
      text-decoration: underline; }

/* ----------------------------------------
    TEAM
---------------------------------------- */
.page-team {
  width: 100%; }
  @media only screen and (max-width: 1000px) {
    .page-team {
      padding-left: 0px !important;
      padding-right: 0px !important; } }
  .page-team .wrap {
    max-width: 1351px;
    margin: auto;
    padding-top: 120px; }
    @media only screen and (max-width: 1000px) {
      .page-team .wrap {
        padding-top: 80px; } }
    .page-team .wrap .title {
      margin-bottom: 30px;
      font-family: "Encode Sans Expanded";
      font-weight: 400;
      font-size: 24px;
      line-height: normal;
      letter-spacing: 0;
      margin-left: 15px; }
      @media only screen and (max-width: 1000px) {
        .page-team .wrap .title {
          font-size: calc(24px * 0.8); } }
    .page-team .wrap .employees {
      position: relative; }
      @media only screen and (max-width: 1000px) {
        .page-team .wrap .employees {
          width: 100%; } }
      @media only screen and (max-width: 1000px) {
        .page-team .wrap .employees section {
          display: flex;
          flex: 1;
          flex-wrap: nowrap;
          overflow-x: auto;
          padding-left: 20px;
          width: 100%;
          padding-bottom: 20px; }
          .page-team .wrap .employees section div {
            min-width: calc(100% - 10px); } }
      .page-team .wrap .employees .prev {
        position: absolute;
        z-index: 2;
        top: 430px;
        left: -20px; }
        @media only screen and (max-width: 1000px) {
          .page-team .wrap .employees .prev {
            display: none; } }
        .page-team .wrap .employees .prev img {
          width: 70px; }
      .page-team .wrap .employees .next {
        position: absolute;
        z-index: 2;
        top: 430px;
        right: -20px; }
        @media only screen and (max-width: 1000px) {
          .page-team .wrap .employees .next {
            display: none; } }
        .page-team .wrap .employees .next img {
          width: 70px; }
      .page-team .wrap .employees .employee {
        width: calc(100%);
        padding: 0 15px 0 15px; }
        @media only screen and (max-width: 1000px) {
          .page-team .wrap .employees .employee {
            padding: 0;
            width: calc(100% - 10px); } }
        .page-team .wrap .employees .employee .cnt {
          width: calc(100%);
          border-radius: 20px; }
          .page-team .wrap .employees .employee .cnt .photo {
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            width: 100%;
            height: 319px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px; }
            @media only screen and (max-width: 1000px) {
              .page-team .wrap .employees .employee .cnt .photo {
                height: 250px; } }
          .page-team .wrap .employees .employee .cnt .data {
            padding: 35px 35px 40px 35px; }
            .page-team .wrap .employees .employee .cnt .data p:first-of-type {
              font-family: "Encode Sans Expanded";
              font-weight: 400;
              font-size: 24px;
              line-height: normal;
              letter-spacing: 0; }
              @media only screen and (max-width: 1000px) {
                .page-team .wrap .employees .employee .cnt .data p:first-of-type {
                  font-size: calc(24px * 0.8); } }
            .page-team .wrap .employees .employee .cnt .data .socials {
              width: 100%;
              display: flex;
              align-items: center;
              gap: 15px;
              margin: 10px 0 10px 0; }
              .page-team .wrap .employees .employee .cnt .data .socials span {
                display: block;
                padding: 4px 10px;
                border: solid 1px black;
                border-radius: 40px;
                font-family: "Encode Sans Expanded";
                font-weight: 400;
                font-size: 18px;
                line-height: 28px;
                letter-spacing: 0; }
              .page-team .wrap .employees .employee .cnt .data .socials img {
                hwight: 24px; }
            .page-team .wrap .employees .employee .cnt .data p:last-of-type {
              font-family: "Encode Sans Expanded";
              font-weight: 400;
              font-size: 16px;
              line-height: 24px;
              letter-spacing: 0; }
          .page-team .wrap .employees .employee .cnt .plus {
            display: block;
            margin-top: 15px; }
            .page-team .wrap .employees .employee .cnt .plus img {
              width: 48px; }
      @media only screen and (max-width: 1000px) {
        .page-team .wrap .employees .employee:last-of-type {
          padding-right: 20px; } }
      @media only screen and (max-width: 1000px) {
        .page-team .wrap .employees .second .photo {
          background-position: 50% -120px !important; } }
      .page-team .wrap .employees .yellow {
        background-color: #ffde4d; }
      .page-team .wrap .employees .green {
        background-color: #65aa75; }
      .page-team .wrap .employees .orange {
        background-color: #ff4f0c; }
      .page-team .wrap .employees .blue {
        background-color: #689bff; }

/* ----------------------------------------
    POPUP
---------------------------------------- */
.popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7); }
  .popup .cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 50px 0 50px 0; }
    @media only screen and (max-width: 1000px) {
      .popup .cont {
        padding: 20px; } }
    .popup .cont .wrap {
      position: relative;
      width: 630px;
      height: 100%;
      padding-bottom: 50px;
      margin: auto; }
      @media only screen and (max-width: 1000px) {
        .popup .cont .wrap {
          width: 100%; } }
      .popup .cont .wrap .name {
        font-family: "Encode Sans Expanded";
        font-weight: 400;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0; }
        @media only screen and (max-width: 1000px) {
          .popup .cont .wrap .name {
            font-size: calc(24px * 0.8); } }
      .popup .cont .wrap .socials {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 15px;
        margin: 10px 0 10px 0; }
        .popup .cont .wrap .socials span {
          display: block;
          padding: 4px 10px;
          border: solid 1px black;
          border-radius: 40px;
          font-family: "Encode Sans Expanded";
          font-weight: 400;
          font-size: 18px;
          line-height: 28px;
          letter-spacing: 0; }
        .popup .cont .wrap .socials img {
          hwight: 24px; }
      .popup .cont .wrap .text {
        margin-top: 20px;
        padding-bottom: 20px;
        overflow: auto;
        height: calc(100% - 50px);
        padding-right: 20px; }
        .popup .cont .wrap .text p {
          margin-bottom: 18px;
          font-family: "Encode Sans Expanded";
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0; }
        .popup .cont .wrap .text ul {
          padding-left: 20px;
          list-style: disc; }
          .popup .cont .wrap .text ul li {
            font-family: "Encode Sans Expanded";
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0; }
      .popup .cont .wrap .close {
        display: block;
        width: 48px;
        position: absolute;
        top: 5px;
        right: 0; }

.yellow {
  background-color: #ffde4d; }

.green {
  background-color: #65aa75; }

.orange {
  background-color: #ff4f0c; }

.blue {
  background-color: #689bff; }

/* ----------------------------------------
    PARTNERS
---------------------------------------- */
.page-partners {
  width: 100%; }
  .page-partners .wrap {
    display: flex;
    max-width: 1321px;
    margin: auto;
    padding-top: 120px; }
    @media only screen and (max-width: 1000px) {
      .page-partners .wrap {
        flex-wrap: wrap;
        padding-top: 80px; } }
    .page-partners .wrap .col {
      width: 50%; }
      @media only screen and (max-width: 1000px) {
        .page-partners .wrap .col {
          width: 100%; } }
    .page-partners .wrap .col:nth-of-type(1) {
      border-right: solid 1px black; }
      @media only screen and (max-width: 1000px) {
        .page-partners .wrap .col:nth-of-type(1) {
          border: none;
          margin-bottom: 50px; } }
      .page-partners .wrap .col:nth-of-type(1) .content {
        width: 456px;
        margin: auto; }
        @media only screen and (max-width: 1000px) {
          .page-partners .wrap .col:nth-of-type(1) .content {
            width: 100%; } }
        .page-partners .wrap .col:nth-of-type(1) .content p {
          margin-bottom: 70px;
          font-family: "Encode Sans Expanded";
          font-weight: 400;
          font-size: 24px;
          line-height: normal;
          letter-spacing: 0; }
          @media only screen and (max-width: 1000px) {
            .page-partners .wrap .col:nth-of-type(1) .content p {
              font-size: calc(24px * 0.8); } }
          @media only screen and (max-width: 1000px) {
            .page-partners .wrap .col:nth-of-type(1) .content p {
              margin-bottom: 30px; } }
        .page-partners .wrap .col:nth-of-type(1) .content .logos {
          display: flex;
          width: 100%; }
          .page-partners .wrap .col:nth-of-type(1) .content .logos img {
            display: block; }
            @media only screen and (max-width: 1000px) {
              .page-partners .wrap .col:nth-of-type(1) .content .logos img {
                height: 150px; } }
    .page-partners .wrap .col:nth-of-type(2) .content {
      width: 443px;
      margin: auto; }
      @media only screen and (max-width: 1000px) {
        .page-partners .wrap .col:nth-of-type(2) .content {
          width: 100%; } }
      .page-partners .wrap .col:nth-of-type(2) .content p {
        margin-bottom: 70px;
        font-family: "Encode Sans Expanded";
        font-weight: 400;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0; }
        @media only screen and (max-width: 1000px) {
          .page-partners .wrap .col:nth-of-type(2) .content p {
            font-size: calc(24px * 0.8); } }
        @media only screen and (max-width: 1000px) {
          .page-partners .wrap .col:nth-of-type(2) .content p {
            margin-bottom: 30px; } }
      .page-partners .wrap .col:nth-of-type(2) .content .logos {
        display: flex;
        width: 100%;
        gap: 50px;
        height: 230px;
        align-items: center; }
        @media only screen and (max-width: 1000px) {
          .page-partners .wrap .col:nth-of-type(2) .content .logos {
            height: auto; } }
        .page-partners .wrap .col:nth-of-type(2) .content .logos img {
          display: block;
          height: 50px; }

/* ----------------------------------------
    NEWS
---------------------------------------- */
.page-news {
  width: 100%; }
  @media only screen and (max-width: 1000px) {
    .page-news {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .page-news .wrap {
    max-width: 1321px;
    margin: auto;
    padding-top: 120px; }
    @media only screen and (max-width: 1000px) {
      .page-news .wrap {
        padding-top: 80px; } }
    .page-news .wrap .title {
      margin-bottom: 30px;
      font-family: "Encode Sans Expanded";
      font-weight: 400;
      font-size: 24px;
      line-height: normal;
      letter-spacing: 0; }
      @media only screen and (max-width: 1000px) {
        .page-news .wrap .title {
          font-size: calc(24px * 0.8); } }
      @media only screen and (max-width: 1000px) {
        .page-news .wrap .title {
          padding-left: 20px; } }
    .page-news .wrap .posts {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      margin-bottom: 60px;
      justify-content: space-between; }
      @media only screen and (max-width: 1000px) {
        .page-news .wrap .posts {
          width: 100%;
          padding-left: 20px;
          overflow-x: auto;
          flex-wrap: nowrap;
          padding-bottom: 20px;
          flex: 1; } }
      .page-news .wrap .posts .post {
        width: calc((100% / 3) - 30px); }
        @media only screen and (max-width: 1000px) {
          .page-news .wrap .posts .post {
            min-width: calc(100% - 40px); } }
        .page-news .wrap .posts .post .photo {
          position: relative;
          background-size: cover;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          width: 100%;
          height: 260px;
          border-radius: 20px; }
          .page-news .wrap .posts .post .photo .play {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .page-news .wrap .posts .post p {
          font-family: "Encode Sans Expanded";
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0; }
        .page-news .wrap .posts .post p:first-of-type {
          margin: 15px 0 15px 0;
          font-family: "Encode Sans Expanded";
          font-weight: 700;
          font-size: 18px;
          line-height: 28px;
          letter-spacing: 0; }
      @media only screen and (max-width: 1000px) {
        .page-news .wrap .posts .post:last-of-type {
          padding-right: 20px; } }

/* ----------------------------------------
    BANNER
---------------------------------------- */
.page-banner {
  background-color: #689bff;
  width: 100%;
  margin-top: 120px; }
  @media only screen and (max-width: 1000px) {
    .page-banner {
      padding-top: 60px; } }
  .page-banner .wrap {
    max-width: 1321px;
    margin: auto;
    padding: 60px 0 60px 60px; }
    @media only screen and (max-width: 1000px) {
      .page-banner .wrap {
        padding-left: 0;
        padding-top: 0; } }
    @media only screen and (max-width: 1000px) {
      .page-banner .wrap .content {
        display: flex;
        align-items: center; } }
    .page-banner .wrap .content h1 {
      float: left;
      padding: 0 40px 0 40px;
      border-left: solid 1px black;
      border-right: solid 1px black;
      font-family: "Encode Sans Expanded";
      font-weight: 800;
      font-size: 60px;
      line-height: 74px;
      letter-spacing: 0; }
      @media only screen and (max-width: 1000px) {
        .page-banner .wrap .content h1 {
          font-size: calc(60px * 0.55);
          line-height: calc(74px * 0.55); } }
      @media only screen and (max-width: 1000px) {
        .page-banner .wrap .content h1 {
          padding: 0 20px 0 20px;
          margin: auto; } }

/* ----------------------------------------
    OFFER
---------------------------------------- */
.page-offer {
  width: 100%; }
  @media only screen and (max-width: 1000px) {
    .page-offer {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .page-offer .wrap {
    max-width: 1321px;
    margin: auto;
    padding-top: 120px; }
    @media only screen and (max-width: 1000px) {
      .page-offer .wrap {
        padding-top: 80px; } }
    .page-offer .wrap .title {
      margin-bottom: 20px;
      font-family: "Encode Sans Expanded";
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0; }
    .page-offer .wrap .row {
      display: flex;
      justify-content: space-between;
      gap: 30px; }
      @media only screen and (max-width: 1000px) {
        .page-offer .wrap .row {
          flex-wrap: wrap; } }
      .page-offer .wrap .row .col:nth-of-type(1) {
        width: calc(100% / 3); }
        @media only screen and (max-width: 1000px) {
          .page-offer .wrap .row .col:nth-of-type(1) {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px; } }
        .page-offer .wrap .row .col:nth-of-type(1) p {
          margin-bottom: 20px;
          font-family: "Encode Sans Expanded";
          font-weight: 400;
          font-size: 18px;
          line-height: 28px;
          letter-spacing: 0; }
          .page-offer .wrap .row .col:nth-of-type(1) p strong {
            font-family: "Encode Sans Expanded";
            font-weight: 700;
            font-size: 18px;
            line-height: 28px;
            letter-spacing: 0; }
      .page-offer .wrap .row .col:nth-of-type(2) {
        width: calc(2 * (100% / 3));
        padding-top: 53px; }
        @media only screen and (max-width: 1000px) {
          .page-offer .wrap .row .col:nth-of-type(2) {
            width: 100%;
            padding-top: 0; } }
        .page-offer .wrap .row .col:nth-of-type(2) .boxes {
          display: flex;
          justify-content: space-between;
          gap: 30px;
          flex-wrap: wrap; }
          @media only screen and (max-width: 1000px) {
            .page-offer .wrap .row .col:nth-of-type(2) .boxes {
              flex: 1;
              flex-wrap: nowrap;
              width: 100%;
              overflow-x: auto;
              padding-left: 20px;
              padding-bottom: 20px; } }
          .page-offer .wrap .row .col:nth-of-type(2) .boxes .box {
            width: calc((100% / 2) - 15px);
            min-height: 290px;
            padding: 30px;
            border: solid 1px black;
            border-radius: 20px; }
            @media only screen and (max-width: 1000px) {
              .page-offer .wrap .row .col:nth-of-type(2) .boxes .box {
                min-width: calc(100% - 40px); } }
            @media only screen and (max-width: 1000px) {
              .page-offer .wrap .row .col:nth-of-type(2) .boxes .box {
                padding: 20px; } }
            .page-offer .wrap .row .col:nth-of-type(2) .boxes .box .header {
              display: flex;
              gap: 20px;
              width: 100%;
              margin-bottom: 15px; }
              @media only screen and (max-width: 1000px) {
                .page-offer .wrap .row .col:nth-of-type(2) .boxes .box .header {
                  gap: 10px; } }
              .page-offer .wrap .row .col:nth-of-type(2) .boxes .box .header span:first-of-type {
                background-color: black;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 48px !important;
                height: 48px !important;
                border-radius: 500px;
                font-family: "Encode Sans Expanded";
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                letter-spacing: 0; }
              .page-offer .wrap .row .col:nth-of-type(2) .boxes .box .header span:last-of-type {
                width: 290px;
                font-family: "Encode Sans Expanded";
                font-weight: 400;
                font-size: 24px;
                line-height: normal;
                letter-spacing: 0; }
                @media only screen and (max-width: 1000px) {
                  .page-offer .wrap .row .col:nth-of-type(2) .boxes .box .header span:last-of-type {
                    font-size: calc(24px * 0.8); } }
                @media only screen and (max-width: 1000px) {
                  .page-offer .wrap .row .col:nth-of-type(2) .boxes .box .header span:last-of-type {
                    width: calc(100% - 60px); } }
            .page-offer .wrap .row .col:nth-of-type(2) .boxes .box p {
              margin-bottom: 20px;
              font-family: "Encode Sans Expanded";
              font-weight: 400;
              font-size: 16px;
              line-height: 24px;
              letter-spacing: 0; }
            .page-offer .wrap .row .col:nth-of-type(2) .boxes .box ul {
              padding-left: 15px;
              list-style-type: disc; }
              .page-offer .wrap .row .col:nth-of-type(2) .boxes .box ul li {
                font-family: "Encode Sans Expanded";
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                letter-spacing: 0; }
          @media only screen and (max-width: 1000px) {
            .page-offer .wrap .row .col:nth-of-type(2) .boxes .box:last-of-type {
              margin-right: 20px; } }
          .page-offer .wrap .row .col:nth-of-type(2) .boxes .box:nth-of-type(1) .header span:first-of-type {
            background-color: #ffde4d; }
          .page-offer .wrap .row .col:nth-of-type(2) .boxes .box:nth-of-type(2) .header span:first-of-type {
            background-color: #65aa75; }
          .page-offer .wrap .row .col:nth-of-type(2) .boxes .box:nth-of-type(3) .header span:first-of-type {
            background-color: #ff4f0c; }
          .page-offer .wrap .row .col:nth-of-type(2) .boxes .box:nth-of-type(4) .header span:first-of-type {
            background-color: #689bff; }
          .page-offer .wrap .row .col:nth-of-type(2) .boxes .box:nth-of-type(5) .header span:first-of-type {
            background-color: #ffde4d; }
          .page-offer .wrap .row .col:nth-of-type(2) .boxes .box:nth-of-type(6) .header span:first-of-type {
            background-color: #65aa75; }
          .page-offer .wrap .row .col:nth-of-type(2) .boxes .box:nth-of-type(7) .header span:first-of-type {
            background-color: #ff4f0c; }
          .page-offer .wrap .row .col:nth-of-type(2) .boxes .box:nth-of-type(8) .header span:first-of-type {
            background-color: #689bff; }

/* ----------------------------------------
    WORK
---------------------------------------- */
.page-work {
  background-color: #ffde4d;
  width: 100%;
  margin-top: 120px; }
  @media only screen and (max-width: 1000px) {
    .page-work {
      padding-top: 80px; } }
  .page-work .wrap {
    max-width: 1321px;
    margin: auto;
    padding: 80px 0 80px 0; }
    @media only screen and (max-width: 1000px) {
      .page-work .wrap {
        padding-top: 40px; } }
    .page-work .wrap .title {
      margin-bottom: 40px;
      font-family: "Encode Sans Expanded";
      font-weight: 400;
      font-size: 24px;
      line-height: normal;
      letter-spacing: 0;
      text-align: center; }
      @media only screen and (max-width: 1000px) {
        .page-work .wrap .title {
          font-size: calc(24px * 0.8); } }
    .page-work .wrap .row {
      display: flex;
      justify-content: space-between;
      gap: 30px; }
      @media only screen and (max-width: 1000px) {
        .page-work .wrap .row {
          flex-wrap: wrap;
          gap: 0; } }
      .page-work .wrap .row .col {
        width: calc(100% / 3); }
        @media only screen and (max-width: 1000px) {
          .page-work .wrap .row .col {
            width: 100%; } }
        .page-work .wrap .row .col hr {
          background-color: black;
          width: 100%;
          height: 1px;
          border: none; }
        @media only screen and (max-width: 1000px) {
          .page-work .wrap .row .col hr:last-of-type {
            display: none; } }
        .page-work .wrap .row .col p {
          padding: 10px 0 10px 0;
          font-family: "Encode Sans Expanded";
          font-weight: 400;
          font-size: 18px;
          line-height: 28px;
          letter-spacing: 0; }
        @media only screen and (max-width: 1000px) {
          .page-work .wrap .row .col br {
            display: none; } }
        @media only screen and (max-width: 1000px) {
          .page-work .wrap .row .col hr {
            display: none; }
          .page-work .wrap .row .col p {
            display: none; }
          .page-work .wrap .row .col .mobile {
            display: block; } }
      .page-work .wrap .row .plus2 {
        display: none;
        margin: 20px auto 0 auto; }
      @media only screen and (max-width: 1000px) {
        .page-work .wrap .row .plus2 {
          display: block; } }
    .page-work .wrap .mobile-list {
      display: none; }
      .page-work .wrap .mobile-list hr {
        display: block !important; }
      .page-work .wrap .mobile-list p {
        display: block !important; }

/* ----------------------------------------
    CONTACT
---------------------------------------- */
.page-contact {
  background-color: #ff4f0c;
  padding: 120px 0 120px 0; }
  @media only screen and (max-width: 1000px) {
    .page-contact {
      padding: 80px 0 80px 0; } }
  .page-contact .wrap {
    display: flex;
    max-width: 1321px;
    margin: auto; }
    @media only screen and (max-width: 1000px) {
      .page-contact .wrap {
        flex-wrap: wrap; } }
    .page-contact .wrap .col:nth-of-type(1) {
      display: flex;
      justify-content: end;
      width: 65%;
      padding-right: 70px;
      border-right: solid 1px black; }
      @media only screen and (max-width: 1000px) {
        .page-contact .wrap .col:nth-of-type(1) {
          width: 100%;
          border: none;
          padding-right: 0; } }
      .page-contact .wrap .col:nth-of-type(1) .data {
        display: flex;
        justify-content: end;
        flex-wrap: wrap;
        width: 548px; }
        .page-contact .wrap .col:nth-of-type(1) .data img {
          width: 293px; }
          @media only screen and (max-width: 1000px) {
            .page-contact .wrap .col:nth-of-type(1) .data img {
              width: 150px; } }
        .page-contact .wrap .col:nth-of-type(1) .data hr {
          background-color: black;
          width: 100%;
          height: 1px;
          margin: 40px 0 30px 0;
          border: none; }
        .page-contact .wrap .col:nth-of-type(1) .data .hr-mobile {
          display: none; }
          @media only screen and (max-width: 1000px) {
            .page-contact .wrap .col:nth-of-type(1) .data .hr-mobile {
              display: block; } }
        .page-contact .wrap .col:nth-of-type(1) .data p {
          font-family: "Encode Sans Expanded";
          font-weight: 400;
          font-size: 38px;
          line-height: normal;
          letter-spacing: 0;
          text-align: right; }
          @media only screen and (max-width: 1000px) {
            .page-contact .wrap .col:nth-of-type(1) .data p {
              font-size: calc(38px * 0.6); } }
    .page-contact .wrap .col:nth-of-type(2) {
      width: 35%;
      padding-left: 70px; }
      @media only screen and (max-width: 1000px) {
        .page-contact .wrap .col:nth-of-type(2) {
          width: 100%;
          padding-left: 0; } }
      .page-contact .wrap .col:nth-of-type(2) .data p {
        font-family: "Encode Sans Expanded";
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
        margin-bottom: 20px; }
        .page-contact .wrap .col:nth-of-type(2) .data p a {
          text-decoration: underline;
          color: black; }
        @media only screen and (max-width: 1000px) {
          .page-contact .wrap .col:nth-of-type(2) .data p {
            width: 100%;
            text-align: left; } }

/* ----------------------------------------
    FOOTER
---------------------------------------- */
.footer {
  width: 100%; }
  .footer .wrap {
    display: flex;
    max-width: 1321px;
    margin: auto;
    padding: 30px 0 30px 0; }
    @media only screen and (max-width: 1000px) {
      .footer .wrap {
        flex-wrap: wrap; } }
    .footer .wrap .data {
      display: flex;
      align-items: center;
      width: calc(100% - 466px);
      font-family: "Encode Sans Expanded";
      font-weight: 400;
      font-size: 13px;
      line-height: 20px;
      letter-spacing: 0; }
      @media only screen and (max-width: 1000px) {
        .footer .wrap .data {
          width: 100%;
          display: block;
          text-align: left;
          line-height: 17px; } }
      .footer .wrap .data span:first-of-type {
        padding-right: 5px; }
      .footer .wrap .data img {
        position: relative;
        top: 2px;
        height: 17px;
        margin: 0 5px 0 5px; }
      .footer .wrap .data a {
        color: black; }
      .footer .wrap .data .separator {
        padding: 0 10px 0 10px; }
        @media only screen and (max-width: 1000px) {
          .footer .wrap .data .separator {
            /*display: block;
            height: 10px;
            visibility: hidden;*/ } }
      @media only screen and (max-width: 1000px) {
        .footer .wrap .data .separator:nth-of-type(2) {
          display: block;
          height: 10px;
          visibility: hidden; } }
    .footer .wrap .ue {
      width: 466px; }
      @media only screen and (max-width: 1000px) {
        .footer .wrap .ue {
          width: 100%;
          text-align: center; }
          .footer .wrap .ue img {
            max-width: 100%;
            margin: 30px auto 0 auto; } }

/* ----------------------------------------
    SLICK JS
---------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

@media only screen and (max-width: 1340px) {
  .navigation {
    padding-left: 20px;
    padding-right: 20px; }

  .footer {
    padding-left: 20px;
    padding-right: 20px; }

  .page {
    padding-left: 20px;
    padding-right: 20px; }

  .page-header {
    padding-left: 0px;
    padding-right: 0px; }
    .page-header .wrap .text {
      padding-left: 20px; } }
/* ----------------------------------------
    BURGER
---------------------------------------- */
.burger {
  position: absolute;
  z-index: 9999;
  right: 0px;
  top: 24px;
  display: none;
  width: 2rem;
  height: 2rem;
  margin: 0 1rem;
  cursor: pointer; }
  @media only screen and (max-width: 1000px) {
    .burger {
      display: block; } }
  .burger span {
    background: black;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 0.15rem;
    transform-origin: center center;
    transition: 0.20s;
    cursor: pointer; }
  .burger span.rotate1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg); }
  .burger span.rotate2 {
    top: 10px !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg); }
  .burger span.none {
    display: none; }
  .burger span:nth-child(2) {
    top: 10px; }
  .burger span:nth-child(3) {
    top: 20px; }
  .burger span:nth-child(4) {
    top: 30px; }

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