button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

.color-white {
  color: #ffffff;
}

.color-text {
  color: #202020;
}

.color-active {
  color: #ffc933;
}

.color-border {
  color: #e2e2e2;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.justify-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.justify-self-center {
  -ms-grid-column-align: center;
      justify-self: center;
}

.justify-self-start {
  justify-self: flex-start;
}

.justify-self-end {
  justify-self: flex-end;
}

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.w-100 {
  width: 100%;
}

.background-border {
  background: #e2e2e2;
}

.color-border {
  color: #e2e2e2;
}

.background-border--dark {
  background: #373737;
}

.color-border--dark {
  color: #373737;
}

.background-active {
  background: #ffc933;
}

.color-active {
  color: #ffc933;
}

.background-text {
  background: #202020;
}

.color-text {
  color: #202020;
}

.background-white {
  background: #ffffff;
}

.color-white {
  color: #ffffff;
}

.background-hover {
  background: #20202080;
}

.color-hover {
  color: #20202080;
}

.background-hover--white {
  background: #ffffff1a;
}

.color-hover--white {
  color: #ffffff1a;
}

.background-yt {
  background: #c4302b;
}

.color-yt {
  color: #c4302b;
}

.background-fb {
  background: #4267b2;
}

.color-fb {
  color: #4267b2;
}

.background-ig {
  background: transparent linear-gradient(136deg, #feda75 0%, #fa7e1e 25%, #d62976 49%, #962fbf 78%, #4f5bd5 100%) 0% 0% no-repeat padding-box;
}

.color-ig {
  color: transparent linear-gradient(136deg, #feda75 0%, #fa7e1e 25%, #d62976 49%, #962fbf 78%, #4f5bd5 100%) 0% 0% no-repeat padding-box;
}

.background-vimeo {
  background: #26b9f1;
}

.color-vimeo {
  color: #26b9f1;
}

.background-portfolio--film {
  background: #a7beff;
}

.color-portfolio--film {
  color: #a7beff;
}

.background-portfolio--foto {
  background: #ffa7bc;
}

.color-portfolio--foto {
  color: #ffa7bc;
}

.background-portfolio--dron {
  background: #a7ffc4;
}

.color-portfolio--dron {
  color: #a7ffc4;
}

.mt-1 {
  margin-top: 1px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.mr-1 {
  margin-right: 1px !important;
}

.my-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.mx-1 {
  margin-right: 1px !important;
  margin-left: 1px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.pl-1 {
  padding-left: 1px !important;
}

.pr-1 {
  padding-right: 1px !important;
}

.py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.px-1 {
  padding-right: 1px !important;
  padding-left: 1px !important;
}

.mt-2 {
  margin-top: 4px !important;
}

.mb-2 {
  margin-bottom: 4px !important;
}

.ml-2 {
  margin-left: 4px !important;
}

.mr-2 {
  margin-right: 4px !important;
}

.my-2 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mx-2 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.pt-2 {
  padding-top: 4px !important;
}

.pb-2 {
  padding-bottom: 4px !important;
}

.pl-2 {
  padding-left: 4px !important;
}

.pr-2 {
  padding-right: 4px !important;
}

.py-2 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.px-2 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.mt-3 {
  margin-top: 9px !important;
}

.mb-3 {
  margin-bottom: 9px !important;
}

.ml-3 {
  margin-left: 9px !important;
}

.mr-3 {
  margin-right: 9px !important;
}

.my-3 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.mx-3 {
  margin-right: 9px !important;
  margin-left: 9px !important;
}

.pt-3 {
  padding-top: 9px !important;
}

.pb-3 {
  padding-bottom: 9px !important;
}

.pl-3 {
  padding-left: 9px !important;
}

.pr-3 {
  padding-right: 9px !important;
}

.py-3 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.px-3 {
  padding-right: 9px !important;
  padding-left: 9px !important;
}

.mt-4 {
  margin-top: 16px !important;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.ml-4 {
  margin-left: 16px !important;
}

.mr-4 {
  margin-right: 16px !important;
}

.my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mx-4 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.pt-4 {
  padding-top: 16px !important;
}

.pb-4 {
  padding-bottom: 16px !important;
}

.pl-4 {
  padding-left: 16px !important;
}

.pr-4 {
  padding-right: 16px !important;
}

.py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.px-4 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.ml-5 {
  margin-left: 25px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.my-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mx-5 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.pt-5 {
  padding-top: 25px !important;
}

.pb-5 {
  padding-bottom: 25px !important;
}

.pl-5 {
  padding-left: 25px !important;
}

.pr-5 {
  padding-right: 25px !important;
}

.py-5 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.px-5 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.mt-6 {
  margin-top: 36px !important;
}

.mb-6 {
  margin-bottom: 36px !important;
}

.ml-6 {
  margin-left: 36px !important;
}

.mr-6 {
  margin-right: 36px !important;
}

.my-6 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.mx-6 {
  margin-right: 36px !important;
  margin-left: 36px !important;
}

.pt-6 {
  padding-top: 36px !important;
}

.pb-6 {
  padding-bottom: 36px !important;
}

.pl-6 {
  padding-left: 36px !important;
}

.pr-6 {
  padding-right: 36px !important;
}

.py-6 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.px-6 {
  padding-right: 36px !important;
  padding-left: 36px !important;
}

.mt-7 {
  margin-top: 49px !important;
}

.mb-7 {
  margin-bottom: 49px !important;
}

.ml-7 {
  margin-left: 49px !important;
}

.mr-7 {
  margin-right: 49px !important;
}

.my-7 {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}

.mx-7 {
  margin-right: 49px !important;
  margin-left: 49px !important;
}

.pt-7 {
  padding-top: 49px !important;
}

.pb-7 {
  padding-bottom: 49px !important;
}

.pl-7 {
  padding-left: 49px !important;
}

.pr-7 {
  padding-right: 49px !important;
}

.py-7 {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}

.px-7 {
  padding-right: 49px !important;
  padding-left: 49px !important;
}

.mt-8 {
  margin-top: 64px !important;
}

.mb-8 {
  margin-bottom: 64px !important;
}

.ml-8 {
  margin-left: 64px !important;
}

.mr-8 {
  margin-right: 64px !important;
}

.my-8 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.mx-8 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.pt-8 {
  padding-top: 64px !important;
}

.pb-8 {
  padding-bottom: 64px !important;
}

.pl-8 {
  padding-left: 64px !important;
}

.pr-8 {
  padding-right: 64px !important;
}

.py-8 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.px-8 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  min-height: 100vh;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  position: relative;
}

.app-width {
  width: 100%;
  max-width: 1280px;
  position: relative;
}

@media (max-width: 1350px) {
  .app-width {
    max-width: 1000px;
  }
}

@media (max-width: 1000px) {
  .app-width {
    max-width: 100%;
    padding: 0 24px;
  }
}

@media (max-width: 800px) {
  .app-width {
    max-width: 100%;
    padding: 0 12px;
  }
}

.mdi {
  font-size: 25px;
}

a {
  text-decoration: none;
  color: #ffc933;
  cursor: pointer;
}

h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 1000px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }
}

h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 1000px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

h3 {
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 1000px) {
  h3 {
    font-size: 21px;
  }
}

p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 1000px) {
  p {
    font-size: 14px;
  }
}

small {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

@media (max-width: 1000px) {
  small {
    font-size: 12px;
  }
}

.btn {
  position: relative;
  height: 68px;
  padding: 0 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffc933;
  color: #202020;
  border-radius: 50px;
  font-weight: 700;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.05s 0s ease;
  transition: all 0.05s 0s ease;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .btn {
    padding: 8px 24px;
    height: 42px;
  }
}

.btn span,
.btn i {
  z-index: +1;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.btn .mdi {
  margin-left: 24px;
  color: #202020;
}

.btn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  left: 0;
  background-color: #20202080;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.btn:hover {
  color: #ffffff;
}

.btn:hover .mdi {
  color: #ffc933;
}

.btn:hover:before {
  width: 100%;
  height: 500%;
}

.btn--outlined {
  border: solid 2px #ffc933;
  color: #ffffff;
  background: none;
}

.btn--outlined .mdi {
  color: #ffc933;
}

.btn--outlined:before {
  background-color: #ffc933;
}

.btn--outlined:hover {
  color: #202020;
}

.btn--outlined:hover .mdi {
  color: #202020;
}

.btn--text {
  border: none;
  color: #ffc933;
  background: none;
}

.btn--text .mdi {
  color: #ffc933;
}

.btn--text:before {
  background-color: #ffffff1a;
}

.btn--text:hover {
  color: #ffc933;
}

.btn--text:hover .mdi {
  color: #ffc933;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
  z-index: +1;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  background-color: #ffffff;
}

nav .toggle-button {
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: 50%;
  background-color: #ffc933;
  color: #202020;
  border: none;
  display: none;
  justify-self: flex-end;
  margin: 8px;
}

nav .toggle-button:focus {
  outline: none;
  border: solid 2px;
}

@media (max-width: 1000px) {
  nav {
    background: none !important;
    border: none !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  nav .nav-container {
    padding: 16px;
    -webkit-transition: none;
    transition: none;
  }
  nav .toggle-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1000px) {
  html:not([data-scroll="0"]) nav {
    background-color: #202020;
    border-bottom: solid 1px #373737;
  }
  html:not([data-scroll="0"]) nav .nav-container {
    padding: 0;
  }
  html:not([data-scroll="0"]) nav .logo {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  html:not([data-scroll="0"]) nav .logo-standard {
    opacity: 0;
  }
  html:not([data-scroll="0"]) nav .logo-scrolled {
    opacity: 1;
  }
  html:not([data-scroll="0"]) nav .nav__item a {
    color: #ffffff;
  }
  html:not([data-scroll="0"]) nav .media-container a,
  html:not([data-scroll="0"]) nav .media-container p {
    color: #ffffff;
  }
  html:not([data-scroll="0"]) #section-landing:before {
    height: 100%;
  }
}

section {
  margin: 0;
  padding: 150px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1000px) {
  section {
    overflow: hidden;
  }
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.nav-container .logo-scrolled {
  position: absolute;
  left: 0;
  opacity: 0;
}

.nav-container .logo-standard {
  opacity: 1;
}

.nav-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.nav-container ul .nav__item {
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
  position: relative;
}

.nav-container ul .nav__item a {
  color: #202020;
  -webkit-transition: all 0.05s 0s ease;
  transition: all 0.05s 0s ease;
}

.nav-container ul .nav__item a:hover {
  color: #ffc933;
}

.nav-container ul .nav__item:after {
  content: "";
  position: absolute;
  height: 4px;
  width: calc(100% + 12px);
  background-color: #ffc933;
  bottom: 4px;
  right: 0;
  display: none;
}

.nav-container .media-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-container .media-container a,
.nav-container .media-container p {
  color: #202020;
  font-weight: 700;
}

.nav-container .media-container a:hover {
  color: #ffc933;
}

@media (max-width: 1000px) {
  .nav-container {
    padding: 16px 8px;
    display: none;
    background-color: #000000f2;
    color: #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .nav-container .logo-container {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav-container .logo-container .logo-standard {
    opacity: 0;
  }
  .nav-container .logo-container .logo-scrolled {
    opacity: 1;
  }
  .nav-container .nav-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-top: 40px;
  }
  .nav-container .nav-content .nav__item {
    margin-bottom: 16px;
    font-size: 19px;
  }
  .nav-container .nav-content .nav__item a {
    color: #ffffff;
  }
  .nav-container .nav-content .active:after {
    display: none;
  }
  .nav-container .media-container {
    margin-top: 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .nav-container .media-container a,
  .nav-container .media-container p {
    color: #ffffff;
  }
}

.logo-container {
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo-container img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo {
  width: 64px;
  height: 64px;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.logo-text {
  width: 80%;
  max-width: 350px;
}

#section-landing {
  position: relative;
  height: 100vh;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#section-landing:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #202020;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
}

#section-landing .logo-landing-baner {
  width: 180px;
}

.scroll-promotion {
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  bottom: 40px;
}

.scroll-promotion a {
  opacity: 0.2;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}

.scroll-promotion i {
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  margin-top: 4px;
}

.scroll-promotion:hover {
  color: #ffc933;
}

.scroll-promotion:hover a {
  opacity: 1;
  color: #ffc933;
}

.scroll-promotion:hover i {
  margin-top: 16px;
}

#section-partners {
  background-color: #202020;
}

.landing-baner {
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0))), url(../img/banerPhoto.jpg);
  background: linear-gradient(to right, black, rgba(0, 0, 0, 0)), url(../img/banerPhoto.jpg);
  background-position: center;
  background-size: cover;
  height: calc(100% - 400px);
  min-height: 450px;
  border-radius: 40px;
  border: solid 4px #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 150px;
  position: relative;
  overflow: hidden;
}

.landing-baner h1 {
  width: 340px;
  max-width: 100%;
}

.landing-baner ul {
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  list-style: none;
  color: #ffffff;
  opacity: 0.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  max-height: 110px;
  overflow: hidden;
}

.landing-baner ul li {
  margin: 0 8px;
}

@media (max-width: 1350px) {
  .landing-baner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 24px;
  }
  .landing-baner h1 {
    max-width: 100%;
  }
}

@media (max-width: 1350px) {
  .landing-baner {
    padding-top: 80px;
  }
}

.partners-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  width: 100%;
}

.partners-container .partner-item {
  margin: 0 40px 40px 40px;
}

.partners-container .partner-item img {
  max-height: 70px;
  min-height: 70px;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1350px) {
  .partners-container .partner-item {
    margin: 0 24px 24px 24px;
  }
  .partners-container .partner-item img {
    max-height: 55px;
    min-height: 55px;
    max-width: 160px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 1000px) {
  .partners-container .partner-item {
    margin: 0 16px 16px 16px;
  }
  .partners-container .partner-item img {
    max-height: 40px;
    min-height: 40px;
    max-width: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

#section-fields {
  color: #ffffff;
}

#section-fields .fields__pictures-container {
  width: 50%;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#section-fields .fields__pictures-container .field__picture {
  overflow: hidden;
  border-radius: 40px;
  border: solid 4px #ffffff;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 40px;
}

#section-fields .fields__pictures-container .field__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#section-fields .fields__pictures-container .picture--vertical {
  height: 450px;
}

#section-fields .fields__pictures-container .col {
  width: 50%;
}

#section-fields .fields__pictures-container .col .field__picture {
  margin: 40px 0 40px 0;
}

#section-fields .fields__pictures-container .first-col {
  padding-right: 20px;
}

#section-fields .fields__pictures-container .second-col {
  margin-top: -140px;
  padding-left: 20px;
}

#section-fields .fields__text-container {
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

#section-fields .fields__text-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

#section-fields .fields__text-container ul li {
  margin-right: 16px;
  margin-bottom: 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.8;
}

#section-fields .fields__text-container ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffc933;
  margin-right: 16px;
}

#section-fields .field-benefits-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #202020;
  -webkit-box-shadow: 0px 4px 12px #00000040;
          box-shadow: 0px 4px 12px #00000040;
  border-color: #373737;
}

#section-fields .field-benefits-container h3 {
  color: #ffc933;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section-fields .field-benefits-container h3:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #202020;
  border: solid 2px #ffc933;
  left: -34px;
}

#section-fields .field-benefits-container .field-benefit {
  padding: 40px 0;
  border-bottom: solid 1px #373737;
  position: relative;
}

#section-fields .field-benefits-container .field-benefit:last-of-type {
  border: none;
}

#section-fields .field-benefits-container .field-benefit p {
  margin-top: 16px;
}

@media (max-width: 800px) {
  #section-fields .app-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  #section-fields .col,
  #section-fields .field__picture,
  #section-fields img {
    display: none !important;
  }
  #section-fields .fields__pictures-container,
  #section-fields .fields__text-container {
    width: 100%;
    margin: 24px 0;
    padding: 0;
  }
}

.tile {
  padding: 24px 24px;
  border: solid 1px #e2e2e2;
  border-radius: 12px;
}

.tile--shadow {
  -webkit-box-shadow: 0px 12px 99px #cbd7de;
          box-shadow: 0px 12px 99px #cbd7de;
}

#section-timeline {
  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;
}

#section-timeline .tile {
  border-radius: 40px;
}

#section-timeline .timeline-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 300px 0;
}

#section-timeline .timeline-container .timeline-item {
  width: calc(50% - 80px);
  margin: 0 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 200px;
  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;
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

#section-timeline .timeline-container .timeline-item:nth-of-type(1), #section-timeline .timeline-container .timeline-item:nth-of-type(3), #section-timeline .timeline-container .timeline-item:nth-of-type(5) {
  margin-top: 0;
}

#section-timeline .timeline-container .timeline-item img {
  width: 100px;
  margin-bottom: 40px;
}

#section-timeline .timeline-container .timeline-item p {
  text-align: center;
  padding: 24px;
}

#section-timeline .timeline-container .timeline-item .item-number {
  width: 80px;
  height: 80px;
  background-color: #ffc933;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  font-size: 32px;
  font-weight: 700;
}

#section-timeline .timeline-container .timeline-item:nth-of-type(2) .item-number, #section-timeline .timeline-container .timeline-item:nth-of-type(4) .item-number {
  right: auto;
  left: -10px;
}

#section-timeline .timeline-container .timeline-dot {
  width: 25px;
  height: 25px;
  position: absolute;
  background-color: #ffc933;
  left: calc(50% - 12px);
  border-radius: 50%;
}

#section-timeline .timeline-container .dot-start {
  top: 0;
}

#section-timeline .timeline-container .dot-end {
  bottom: 0;
}

#section-timeline .timeline-container:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #202020;
  top: 0;
  left: 50%;
  -ms-grid-column-align: center;
      justify-self: center;
  z-index: -2;
}

@media (max-width: 1000px) {
  #section-timeline .timeline-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #section-timeline .timeline-container .tile {
    width: 100%;
    margin: 24px 0;
    padding: 24px;
  }
}

#section-drone {
  color: #ffffff;
  position: relative;
}

#section-drone:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background-color: #202020;
}

#section-drone .dron-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 80px 0 80px;
  border: solid 4px #ffffff;
  border-left-color: #ffc933;
  min-height: 420px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url("../img/dronePromo.jpg");
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/dronePromo.jpg");
  background-position: center;
  background-size: cover;
}

#section-drone .dron-text {
  padding-bottom: 80px;
}

#section-drone .dron-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 40px;
  background-color: #ffc933;
  width: 50%;
  border-radius: 40px 40px 0 0;
}

@media (max-width: 800px) {
  #section-drone .dron-container {
    padding: 16px 16px 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #section-drone .dron-text {
    width: 100%;
  }
}

#section-team {
  padding-top: 300px;
}

#section-team .team-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#section-team .team-text {
  width: 50%;
  padding-right: 40px;
}

#section-team .team-img {
  width: 50%;
  height: 400px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: solid 4px #e2e2e2;
  position: absolute;
  bottom: -120px;
  right: 0;
}

#section-team .team-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1000px) {
  #section-team {
    padding-top: 120px;
  }
  #section-team .team-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #section-team .team-text {
    width: 100%;
  }
  #section-team .team-img {
    position: relative;
    bottom: auto;
    width: 100%;
    margin-top: 24px;
  }
}

#section-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

#section-contact .form-group {
  width: 50%;
  padding: 24px;
}

#section-contact .form--block {
  width: 100%;
}

#section-contact input,
#section-contact textarea {
  width: 100%;
  border: none;
  border-bottom: solid 2px #202020;
  height: 40px;
  font-weight: 600;
}

#section-contact input:focus,
#section-contact textarea:focus {
  outline: none;
  border-color: #ffc933;
}

#section-contact input::-webkit-input-placeholder,
#section-contact textarea::-webkit-input-placeholder {
  font-weight: 400;
}

#section-contact input:-ms-input-placeholder,
#section-contact textarea:-ms-input-placeholder {
  font-weight: 400;
}

#section-contact input::-ms-input-placeholder,
#section-contact textarea::-ms-input-placeholder {
  font-weight: 400;
}

#section-contact input::placeholder,
#section-contact textarea::placeholder {
  font-weight: 400;
}

#section-contact textarea {
  resize: none;
  min-height: 120px;
}

#section-contact .message-container {
  width: 100%;
}

#section-contact .contact-form {
  display: -webkit-box;
  width: 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#section-contact .contact-tile {
  background-color: #ffffff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 40px;
}

#section-contact .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url("../img/contactPhoto.jpg");
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/contactPhoto.jpg");
  background-position: center;
  background-size: cover;
  color: #ffffff;
  border-radius: 24px;
  padding: 40px;
  width: 50%;
}

#section-contact .contact-info__detail {
  margin: 12px 0 0 0;
}

#section-contact .contact-info__detail .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section-contact .contact-info__detail p {
  font-weight: 600;
}

#section-contact .contact-info__detail span {
  margin-right: 12px;
  color: #ffc933;
}

#section-contact .contact-info__detail:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
}

#section-contact .contact-info__detail:last-of-type:after {
  content: "";
  display: none;
}

@media (max-width: 1000px) {
  #section-contact .contact-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #section-contact .contact-info,
  #section-contact .contact-form {
    width: 100%;
  }
  #section-contact .contact-form {
    margin-top: 80px;
    padding: 0;
  }
}

@media (max-width: 800px) {
  #section-contact .form-group {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

footer .footer-row {
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}

footer .media-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 40px;
  margin-bottom: 16px;
}

footer .media-container .media-circle {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #ffffff;
}

footer .media-container p {
  color: #202020;
  font-weight: 700;
  margin-top: 12px;
}

footer .nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .nav-content .nav__item {
  margin-right: 40px;
}

footer .nav-content a {
  color: #ffffff;
}

footer .copyright-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .copyright-container p {
  color: #ffffff;
  opacity: 0.5;
}

@media (max-width: 1000px) {
  footer .footer-row {
    padding: 40px 12px;
  }
  footer .app-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-media {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
  }
  footer .footer-media .media-container {
    margin: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .footer-media .media-container p {
    display: none;
  }
  footer .footer-media .media-circle {
    width: 40px;
    height: 40px;
  }
  footer .nav-content {
    display: none;
  }
}

.about-baner {
  width: 100%;
  height: 600px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../img/aboutBackground.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/aboutBackground.jpg);
  background-position: top;
  background-size: cover;
}

.about-baner .logo--text {
  width: 180px;
}

@media (max-width: 1000px) {
  .about-baner {
    height: 300px;
  }
}

.about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-content .about-content__picture {
  width: 50%;
  padding-right: 40px;
  position: relative;
}

.about-content .about-content__picture .decor-square {
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  left: -40px;
  top: -40px;
  background-color: #ffc933;
}

.about-content .about-content__picture img {
  width: 100%;
  -o-object-fit: fit-content;
     object-fit: fit-content;
  -webkit-box-shadow: -40px -40px 0px 0px #ffc933;
          box-shadow: -40px -40px 0px 0px #ffc933;
}

.about-content .about-content__text {
  padding: 24px;
  width: 50%;
}

.about-content .about-content__text h2 {
  margin-left: 32px;
}

.about-content .about-content__text p {
  padding-left: 24px;
  border-left: solid 8px #ffc933;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1000px) {
  .about-content {
    padding: 40px 0;
  }
  .about-content .app-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-content .about-content__picture,
  .about-content .about-content__text {
    width: 100%;
    padding: 0;
  }
}

.about-description {
  margin-top: 40px;
  position: relative;
}

.about-description p {
  margin-top: 16px;
  max-width: 50%;
}

.about-description .mdi {
  position: absolute;
  left: -80px;
  top: -180px;
  font-size: 200px;
  color: #ffffff;
}

@media (max-width: 1000px) {
  .about-description p {
    max-width: 100%;
  }
}

.person__image {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 24px;
}

.person__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.person__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.person__description p {
  font-weight: 600;
}

.person__description a {
  margin-top: 2px;
  color: #202020;
  text-decoration: underline;
  -webkit-text-decoration-color: #ffc933;
          text-decoration-color: #ffc933;
  font-size: 14px;
}

.offer-section .app-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offer-section .app-width .offer-section-header {
  width: 50%;
  padding: 0 40px;
}

.offer-section .app-width .offer-items {
  width: 50%;
}

.offer-section .offer-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.offer-section article {
  padding: 40px;
  border: solid 1px #e2e2e2;
  border-radius: 40px;
  -webkit-box-shadow: 0px 12px 99px #cbd7de;
          box-shadow: 0px 12px 99px #cbd7de;
  margin-bottom: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.offer-section article h3 {
  margin-bottom: 16px;
}

.offer-section article h3:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: solid 2px #ffc933;
  border-radius: 50%;
  left: -12px;
  top: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1000px) {
  .offer-section .app-width {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .offer-section .app-width .offer-section-header,
  .offer-section .app-width .offer-items {
    width: 100%;
    padding: 40px 0;
  }
}

.offer-view section:nth-of-type(1), .offer-view section:nth-of-type(3) {
  background-color: #e2e2e2;
}

.offer-view section:nth-of-type(1) a, .offer-view section:nth-of-type(3) a {
  color: #202020;
}

.offer-view section:nth-of-type(1) article, .offer-view section:nth-of-type(3) article {
  background-color: #ffffff;
}

.offer-view section:nth-of-type(2) {
  background-color: #202020;
  color: #ffffff;
}

.offer-view section:nth-of-type(2) .app-width {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.offer-view section:nth-of-type(2) article {
  background-color: #ffffff1a;
  color: #ffffff;
  -webkit-box-shadow: 0px 4px 12px #00000040;
          box-shadow: 0px 4px 12px #00000040;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.offer-view section:nth-of-type(2) article h3:after {
  left: auto;
  right: -12px;
  background-color: #202020;
}

#portfolio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#portfolio-list .portfolio-item {
  background-color: #ffffff;
  border-radius: 40px;
  overflow: hidden;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #202020;
  position: relative;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  border: solid 1px #e2e2e2;
  margin-top: 40px;
}

#portfolio-list .portfolio-item:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  left: 0;
  top: 0;
}

#portfolio-list .portfolio-item:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0px 12px 99px #cbd7de;
          box-shadow: 0px 12px 99px #cbd7de;
}

#portfolio-list .portfolio-item:hover .portfolio-cta {
  color: #ffc933;
}

#portfolio-list .portfolio-item:hover .portfolio-cta i {
  margin-left: 24px;
}

#portfolio-list .item-text {
  width: 50%;
  padding-right: 40px;
}

#portfolio-list .item-picture {
  width: 50%;
  height: 100%;
  border-radius: 24px;
}

#portfolio-list .portfolio-title {
  margin-bottom: 12px;
}

#portfolio-list .portfolio-pin {
  padding: 4px 12px 4px 4px;
  font-weight: 700;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}

#portfolio-list .portfolio-pin:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  margin-right: 12px;
}

#portfolio-list .portfolio-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-top: 24px;
}

#portfolio-list .portfolio-cta i {
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  color: #ffc933;
  margin-left: 12px;
}

@media (max-width: 1000px) {
  #portfolio-list .portfolio-item {
    padding: 8px 8px 8px 16px;
    border-radius: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #portfolio-list .portfolio-item .item-text,
  #portfolio-list .portfolio-item .item-picture {
    width: 100%;
  }
  #portfolio-list .portfolio-item .item-text {
    margin-bottom: 24px;
  }
  #portfolio-list .portfolio-item .item-picture {
    border-radius: 12px;
  }
}

.recommendations-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #e2e2e2;
}

.recommendations-header i {
  color: #ffc933;
}

.recommendations-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  width: 100%;
}

.recommendations-list .recommendations-item {
  width: 100%;
  max-width: 250px;
  height: 300px;
  background: #e2e2e2;
  margin: 24px;
  overflow: hidden;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  position: relative;
  border-radius: 12px;
  cursor: pointer;
}

.recommendations-list .recommendations-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.recommendations-list .recommendations-item .recommendations-item-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #202020;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.recommendations-list .recommendations-item .recommendations-item-mask i {
  color: #ffffff;
}

.recommendations-list .recommendations-item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.recommendations-list .recommendations-item:hover .recommendations-item-mask {
  opacity: 0.75;
}

@media (max-width: 1350px) {
  .recommendations-list .recommendations-item {
    margin: 12px;
  }
}

@media (max-width: 1000px) {
  .recommendations-list .recommendations-item {
    margin: 8px;
  }
}

.item--film .portfolio-pin {
  background-color: #a7beff;
}

.item--film:before {
  background-color: #a7beff;
}

.item--foto .portfolio-pin {
  background-color: #ffa7bc;
}

.item--foto:before {
  background-color: #ffa7bc;
}

.item--dron .portfolio-pin {
  background-color: #a7ffc4;
}

.item--dron:before {
  background-color: #a7ffc4;
}

#contact-promotion {
  padding: 40px 0;
}

@media (max-width: 1000px) {
  #contact-promotion .contact-promotion__buttons {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #contact-promotion .contact-promotion__buttons a {
    width: 100%;
    margin-bottom: 8px;
  }
}

.backgorund-dots-white {
  background: url("../img/dot-dark.png"), #ffffff;
  background-repeat: repeat;
}

.backgorund-dots-dark {
  background: url("../img/dot-white.png"), #202020;
  background-repeat: repeat;
}

.modal {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  margin: 40px;
  padding: 0;
  width: 100%;
  max-width: 900px;
}

.home-view #route-home:after {
  display: block;
}

.offer-view #route-offer:after {
  display: block;
}

.about-view #route-about:after {
  display: block;
}

.portfolio-view #route-portfolio:after {
  display: block;
}

.recommendations-view #route-recommendations:after {
  display: block;
}

@media (max-width: 1000px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .hide-desktop {
    display: none !important;
  }
}

#result {
  position: fixed;
  bottom: 40px;
  left: 40px;
  width: 400px;
  z-index: 33;
  max-width: calc(100% - 80px);
}
/*# sourceMappingURL=main.css.map */