@charset "UTF-8";
/*
Theme Name: Dariusz Górski
Theme URI: http://dariusz.test
Author: Dariusz Górski
Author URI: http://dariusz.test
Description: Test
Version: 1.0
*/
@font-face {
  font-family: 'Valter';
  src: url("../fonts/Valter.woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Valter';
  src: url("../fonts/Valter.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Valter';
  src: url("../fonts/Valter.eot");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Valter';
  src: url("../fonts/Valter.ttf");
  font-weight: 400;
  font-style: normal;
}

html,
body {
  font-family: "Fahkwang", sans-serif;
}

a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

a:hover {
  color: #AD8E63;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Valter", sans-serif;
}

h1 {
  font-size: 68px;
  line-height: 72px;
}

h2 {
  font-size: 68px;
  line-height: 72px;
}

h3 {
  font-size: 51px;
  line-height: 52px;
}

h4 {
  font-size: 37px;
  line-height: 52px;
}

h5 {
  font-size: 24px;
  line-height: 29px;
}

h6 {
  font-size: 18px;
  line-height: 25px;
}

img {
  max-width: 100%;
  height: auto;
}

.colorDarkBlue00 {
  color: #182236;
}

.container {
  max-width: 1170px;
}

.btn {
  border-radius: 0;
  font-family: "Valter", sans-serif;
  font-size: 20px;
}

.btn:focus, .btn.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-transparent {
  font-size: 24px;
  line-height: 29px;
}

.btn-transparent:hover {
  color: #AD8E63;
}

.btn-main {
  background-color: #AD8E63;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  height: auto;
  border: 2px solid #AD8E63;
  left: 20px;
  position: relative;
}

.btn-main:hover {
  background-color: transparent;
  color: #AD8E63;
  border-color: #AD8E63;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal .close {
  position: absolute;
  top: -12px;
  right: -50px;
  font-size: 42px;
  font-weight: 300;
  outline: 0;
  color: #fff;
  text-shadow: none;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.modal-content {
  border: 0;
  border-radius: 0;
}

.modal-full {
  padding: 0 !important;
}

.modal-full .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.modal-full .modal-dialog .modal-content {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  border: 0;
  background-color: transparent;
}

.navbar {
  background-color: transparent;
  padding: 3rem 0;
  -webkit-transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s ease-in-out, color .3s ease-in-out;
  -webkit-transition: background-color .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s ease-in-out, color .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: background-color .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s ease-in-out, color .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s ease-in-out, color .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

.navbar.shrink {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  padding: 1rem 0;
}

.navbar.shrink .navbar-brand {
  color: #000;
}

.navbar.shrink.navbar-dark .navbar-nav .nav-link {
  color: #000;
}

.navbar.active {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.navbar.active .navbar-brand {
  color: #000;
}

.navbar.active.navbar-dark .navbar-nav .nav-link {
  color: #000;
}

.navbar .navbar-brand {
  font-family: "Valter", sans-serif;
}

.navbar .nav-item {
  position: relative;
  margin-right: 0.3rem;
  margin-left: 0.3rem;
}

.navbar .nav-item.active .nav-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 100% !important;
  height: 1px;
  background-color: #C2AB88;
  margin: 0 auto;
}

.navbar .nav-item .nav-link {
  padding: 0 1rem;
  font-family: "Valter", sans-serif;
}

.navbar.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navbar.navbar-dark .navbar-nav .nav-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #C2AB88;
  margin: 0 auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navbar.navbar-dark .navbar-nav .nav-link:hover::before {
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding-right: 0;
  padding-left: 0;
}

.navbar-dark .navbar-toggler {
  border-color: transparent;
}

.start {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: calc(100vh - 125px);
  color: #fff;
}

.start .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.start .image-wrapper .image {
  background-image: url("../img/team_piotr.jpg");
  background-repeat: no-repeat;
  background-position-x: 75%;
  background-position-y: 100%;
  width: 100%;
  height: calc(100% - 125px);
}

.start .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 255, 0.15);
}

.start .container {
  height: 100%;
}

.start .row {
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
      align-items: flex-end;
}

.start h1 {
  font-size: 68px;
  line-height: 72px;
}

.start .start-text {
  max-width: 510px;
  margin-top: 60px;
  margin-bottom: 200px;
}

.book {
  background-color: #fff;
  position: relative;
  padding-bottom: 115px;
}

.book .container::before {
  content: "";
  display: inline-block;
  background: url("../img/pattern00.png");
  position: absolute;
  top: 115px;
  left: 0;
  width: 352px;
  height: 336px;
}

.book .book-image {
  position: relative;
  top: -90px;
  border: 10px solid #C2AB88;
}

.book .book-text {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  font-family: "Valter", sans-serif;
}

.book .book-text p {
  margin: 0;
  font-family: "Fahkwang", sans-serif;
}

.book .book-text h2 {
  margin-top: 30px;
  color: #C2AB88;
}

.book .book-text h2 span {
  color: #000;
}

.book .book-text .book-possibility {
  margin-top: 35px;
  font-size: 24px;
  line-height: 29px;
}

.book .book-text .book-btn-group {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 55px;
}

.book .book-text .book-btn-group .btn {
  margin: 0 10px;
}

.quote {
  background-image: url("../img/dgorski03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 20%;
  position: relative;
  padding: 130px 0;
}

.quote .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 255, 0.15);
}

.quote .quote-text {
  max-width: 450px;
  margin-top: 30px;
}

.examples {
  position: relative;
  padding: 190px 0;
}

.examples .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 255, 0.15);
}

.examples .container::after {
  content: "";
  display: inline-block;
  background: url("../img/pattern02.svg");
  position: absolute;
  bottom: 125px;
  right: 0;
  width: 323px;
  height: 282px;
  z-index: -1;
}

.examples .examples-item {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
  margin-top: 45px;
  padding: 15px;
}

.examples .examples-item .modal-open {
  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;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 140px;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  cursor: pointer;
}

.examples .examples-item .modal-open img {
  max-width: 57px;
  max-height: 57px;
}

.examples .modal .close {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 42px;
  font-weight: 300;
  outline: 0;
  color: #fff;
  text-shadow: none;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.examples .modal .modal-content img {
  max-width: 80%;
}

.flip {
  background-image: url("../img/dgorski02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 285px;
  color: #fff;
}

.flip .container {
  max-width: 1280px;
}

.flip .title {
  margin-bottom: 20px;
}

.flip .flip-inner {
  position: relative;
  top: 45px;
  padding-left: 60px;
}

.flip .flip-image {
  position: relative;
  top: 110px;
}

.flip .flip-image::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 25px;
  left: -80px;
  right: 0;
  margin: 0 auto;
  background-color: #E3D3BF;
  width: calc(100% - 160px);
  height: 100%;
  z-index: -1;
}

.how {
  position: relative;
  padding: 240px 0 70px 0;
}

.how .container::after {
  content: "";
  display: inline-block;
  background: url("../img/pattern03.svg");
  background-size: 282px 893px;
  position: absolute;
  bottom: -580px;
  right: 0;
  width: 282px;
  height: 893px;
  z-index: -1;
}

.how .title {
  margin-bottom: 20px;
}

.how .how-inner {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  background-image: url("../img/pattern01.png");
}

.how .how-inner .how-underline {
  margin-top: 40px;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  text-decoration: underline;
  color: #182236;
  font-family: "Valter", sans-serif;
}

.how .how-image {
  position: relative;
}

.how .how-more {
  margin-top: 110px;
}

.how .how-more .title {
  margin-bottom: 30px;
}

.how .how-more p {
  font-size: 17px;
  line-height: 22px;
}

.how .how-more .how-image-col::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -325px;
  left: 0;
  width: 282px;
  height: 100%;
  background-image: url("../img/pattern01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

.how .how-more .how-image-col img {
  position: relative;
  z-index: -2;
}

.how .how-more .how-inner-col {
  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-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
  left: -148px;
}

.movies {
  position: relative;
  padding: 70px 0 135px;
}

.movies .row-movies {
  margin-top: 150px;
}

.movies .title {
  text-align: center;
  color: #182236;
}

.movies .movies-item {
  margin-bottom: 60px;
}

.movies .movies-item a {
  display: block;
  text-decoration: none;
  color: #000;
}

.movies .movies-item .movies-views {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

.movies .movies-item .movies-title {
  margin: 10px 0;
  font-family: "Valter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.05rem;
}

.movies .movies-item .movies-date {
  font-size: 14px;
  line-height: 20px;
}

.program {
  background-image: url("../img/zdjecie_niebieskie_00.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 230px 0;
  color: #fff;
}

.program.program-second {
  padding: 290px 0 420px;
}

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

.program ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  width: 100%;
}

.program ul li {
  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-flex: 0;
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  font-family: "Valter", sans-serif;
  font-size: 100px;
  line-height: 120px;
  color: #C9AE8C;
  position: relative;
}

.program ul li > span {
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.program ul li::before {
  content: ":";
  display: inline-block;
  position: absolute;
  left: -10px;
  font-size: 100px;
  line-height: 120px;
}

.program ul li:first-of-type::before {
  display: none;
}

.program .program-btn-group {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 80px;
}

.program .program-btn-group .btn {
  margin: 0 10px;
  color: #fff;
}

.program .program-text {
  margin-top: 50px;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
}

.target {
  background-color: #fff;
  padding-bottom: 50px;
  text-align: center;
}

.target .title {
  margin-bottom: 25px;
}

.target .subtitle {
  margin: 30px 0;
}

.target .target-inner {
  position: relative;
  top: -100px;
  padding: 180px 160px 160px 160px;
  border: 7px solid #AD8E63;
}

.target .target-counter {
  margin-top: 70px;
}

.target .target-counter .target-start {
  margin-bottom: 25px;
  font-family: "Valter", sans-serif;
  font-size: 68px;
  line-height: 72px;
  color: #182236;
}

.target .target-counter ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  width: 100%;
}

.target .target-counter ul li {
  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-flex: 0;
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  font-family: "Valter", sans-serif;
  font-size: 100px;
  line-height: 120px;
  color: #C9AE8C;
  position: relative;
}

.target .target-counter ul li > span {
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
  color: #182236;
}

.target .target-counter ul li::before {
  content: ":";
  display: inline-block;
  position: absolute;
  left: -10px;
  font-size: 100px;
  line-height: 120px;
}

.target .target-counter ul li:first-of-type::before {
  display: none;
}

.target .target-btn-group {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 80px;
}

.target .target-btn-group .btn {
  margin: 0 10px;
  color: #fff;
}

.unemp {
  background-image: url("../img/unemp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 240px 0;
  color: #000;
}

.unemp .mark-img {
  margin-top: 60px;
  margin-bottom: 25px;
}

.steps {
  background-color: #fff;
  position: relative;
  padding: 60px 0 160px;
}

.steps .title {
  margin-top: 70px;
  font-size: 39px;
  line-height: 60px;
  text-align: center;
}

.steps .subtitle {
  font-size: 58px;
  line-height: 72px;
  text-align: center;
}

.steps .steps-item .steps-header {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  font-family: "Valter", sans-serif;
  font-size: 22px;
  line-height: 27px;
  padding: 90px 0 80px 0;
}

.steps .steps-item .steps-header .steps-title {
  margin: 0 15px;
}

.steps .steps-item .steps-header img {
  max-width: 64px;
}

.steps .steps-item .steps-header span {
  position: relative;
  top: -5px;
  font-family: "Valter", sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 79px;
  color: #AD8E63;
}

.steps .steps-item .steps-body {
  font-size: 17px;
  line-height: 22px;
  text-align: center;
}

.whom {
  background-image: url("../img/zdjecie_niebieskie_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0;
  color: #fff;
}

.whom .container::after {
  content: "";
  display: inline-block;
  background: url("../img/pattern04.svg");
  position: absolute;
  top: -402px;
  left: 0;
  width: 316px;
  height: 282px;
}

.whom .title {
  margin-bottom: 60px;
  font-size: 55px;
  line-height: 70px;
  text-align: center;
}

.whom .whom-inner {
  position: relative;
  top: -90px;
  margin-bottom: -15px;
  padding: 160px 160px 55px 160px;
  border: 7px solid #AD8E63;
}

.whom .whom-item {
  margin-bottom: 35px;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
}

.whom .whom-item .whom-item-image {
  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;
  margin-bottom: 30px;
}

.whom .whom-item .whom-item-text {
  padding: 0 55px;
}

.fpmp {
  background-color: #fff;
  position: relative;
  padding: 185px 0 105px 0;
  color: #000;
  text-align: center;
}

.fpmp .container::before {
  content: "";
  display: inline-block;
  background: url("../img/pattern01.png");
  background-size: 282px 893px;
  background-repeat: no-repeat;
  position: absolute;
  top: -65px;
  left: 60px;
  width: 282px;
  height: 893px;
}

.fpmp .container::after {
  content: "";
  display: inline-block;
  background: url("../img/pattern05.svg");
  position: absolute;
  bottom: -125px;
  right: 0;
  width: 770px;
  height: 282px;
}

.fpmp .title {
  margin-bottom: 70px;
}

.fpmp img {
  margin-bottom: 20px;
  max-width: 64px;
  max-height: 64px;
  min-height: 64px;
}

.fpmp .fpmp-item {
  margin-bottom: 70px;
  padding: 0 45px;
}

.earnings {
  background-image: url("../img/zdjecie_niebieskie_02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  color: #fff;
}

.earnings ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.earnings ul li {
  position: relative;
  padding: 10px 0 10px 25px;
}

.earnings ul li::before {
  content: "\2022";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 24px;
  color: #B2956E;
}

.earnings .btn {
  margin-top: 50px;
}

.booksecond {
  background-color: #fff;
  position: relative;
  padding: 200px 0 150px 0;
}

.booksecond .container::before {
  content: "";
  display: inline-block;
  background: url("../img/pattern01.png");
  background-size: 282px 893px;
  background-repeat: no-repeat;
  position: absolute;
  top: -225px;
  left: 60px;
  width: 282px;
  height: 893px;
}

.booksecond .title {
  margin-bottom: 40px;
  color: #182236;
  text-align: center;
}

.booksecond .booksecond-text {
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
  font-family: "Valter", sans-serif;
}

.booksecond .booksecond-text p {
  margin: 0;
  font-family: "Fahkwang", sans-serif;
}

.booksecond .booksecond-text .booksecond-btn-group {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 95px;
}

.booksecond .booksecond-text .booksecond-btn-group .btn-transparent {
  color: #182236;
}

.booksecond .booksecond-text .booksecond-btn-group .btn {
  margin: 0 10px;
}

.about {
  background-image: url("../img/zdjecie_brazowe_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  color: #323232;
}

.about .title {
  color: #182236;
}

.about .subtitle {
  color: #182236;
}

.about .mark-img {
  margin: 30px 0;
}

.team {
  background-color: #f7f7f7;
  position: relative;
  padding: 195px 0 0;
  color: #323232;
  text-align: center;
}

.team.modal {
  background-color: transparent;
  position: fixed;
  padding: 0;
}

.team.modal .team-row .team-item .team-body {
  padding: 0;
  text-align: left;
}

.team.modal .team-row .team-item .team-body .team-description {
  padding: 0;
  font-size: 14px;
}

.team .title {
  color: #182236;
}

.team p {
  font-size: 17px;
  line-height: 20px;
}

.team .mark-img {
  margin: 30px 0;
}

.team .team-row {
  margin-top: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.team .team-row [class^="col-"]:not(:nth-child(1n+4)) .team-item .team-body {
  padding-bottom: 10px;
}

.team .team-row .team-item {
  position: relative;
  padding: 10px;
}

.team .team-row .team-item .team-image {
  background-color: #AD8E63;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
  border: 5px solid #AD8E63;
}

.team .team-row .team-item .team-body {
  padding: 60px 0 30px 0;
  text-align: center;
}

.team .team-row .team-item .team-body .team-name {
  margin-bottom: 5px;
  font-family: "Valter", sans-serif;
  font-size: 35px;
  line-height: 42px;
  color: #172235;
}

.team .team-row .team-item .team-body .team-position {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  color: #1D1D1D;
}

.team .team-row .team-item .team-body .team-description {
  padding: 0 45px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  color: #1D1D1D;
}

.team .team-row .team-item .team-body .team-description a {
  display: block;
  color: #AD8E63;
}

.team .team-row .team-item .team-body .team-description a:hover {
  color: #323232;
}

.workshops {
  background-color: #fff;
  position: relative;
  padding: 135px 0 0;
  color: #000;
}

.workshops::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -125px;
  left: 50px;
  width: 282px;
  height: 893px;
  background-image: url("../img/pattern01.png");
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
  -webkit-transform: scaleX(-1) rotate(-180deg);
  transform: scaleX(-1) rotate(-180deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.workshops > .container {
  max-width: 100%;
}

.workshops .title {
  color: #182236;
  text-align: center;
}

.workshops .subtitle {
  margin-bottom: 30px;
}

.workshops .workshops-row {
  margin-top: 85px;
}

.workshops .workshops-row .workshops-item {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  font-family: "Valter", sans-serif;
}

.workshops .workshops-row .workshops-item .workshops-item-header {
  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;
}

.workshops .workshops-row .workshops-item .workshops-num {
  font-size: 70px;
  line-height: 84px;
  font-weight: 900;
  color: #AD8E63;
}

.workshops .workshops-row .workshops-item .workshops-day {
  position: relative;
  top: 5px;
  margin-left: 15px;
  font-size: 28px;
  line-height: 33px;
}

.workshops .workshops-row .workshops-item .workshops-details {
  font-family: "Fahkwang", sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.workshops .workshops-meet {
  position: relative;
  margin-top: 90px;
}

.workshops .workshops-meet .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
}

.workshops .workshops-meet .container .row {
  height: 100%;
}

.workshops .workshops-meet .container .row .workshops-meet-inner {
  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-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  font-size: 17px;
  line-height: 22px;
}

.workshops .workshops-meet .container .row .workshops-meet-inner h3 {
  margin-bottom: 30px;
  font-size: 51px;
  line-height: 52px;
}

.workshops .workshops-meet .container .row .workshops-meet-inner h4 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 29px;
  color: #182236;
}

.workshops .workshops-meet .container .row .workshops-meet-inner a {
  color: #182236;
}

.workshops .workshops-meet .container .row .workshops-meet-inner a:hover {
  color: #AD8E63;
}

.workshops .workshops-meet .container .row .workshops-meet-inner .workshops-location {
  font-family: "Valter", sans-serif;
  font-size: 24px;
  line-height: 29px;
  text-decoration: underline;
}

.workshops .workshops-meet .workshops-meet-image-bg {
  position: relative;
  padding-left: 100px;
  text-align: right;
}

.workshops .workshops-meet .workshops-meet-image-bg .overlay-image {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.invest {
  background-image: url("../img/zdjecie_niebieskie_03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 285px 0;
  color: #fff;
}

.invest .price {
  font-size: 90px;
  line-height: 64px;
  color: #AD8E63;
}

.invest .subtitle {
  color: #fff;
  padding-left: 130px;
}

.invest .btn {
  margin-top: 15px;
}

.invest .invest-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

.join {
  background-color: #fff;
  position: relative;
  padding: 80px 0 135px;
  color: #000;
}

.join .container::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 135px;
  right: 0;
  width: 545px;
  height: 282px;
  background-image: url("../img/pattern05.svg");
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.join .title {
  margin-bottom: 45px;
  color: #182236;
  text-align: center;
}

.join ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.join ul li {
  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;
  padding: 8px;
  font-size: 17px;
  line-height: 22px;
}

.join ul li::before {
  content: "";
  display: inline-block;
  background-image: url("../img/mark-sm.png");
  background-size: 29px 29px;
  width: 29px;
  height: 29px;
  position: relative;
  left: -10px;
}

.join .join-btn-group {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 65px;
}

.join .join-btn-group .btn-transparent {
  color: #182236;
}

.join .join-btn-group .btn {
  margin: 0 10px;
}

.bonuses {
  background-image: url("../img/foto03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 165px 0 70px;
  color: #1D1D1D;
  font-size: 17px;
  line-height: 22px;
}

.bonuses .title {
  margin-bottom: 10px;
  color: #000;
}

.bonuses .bonus-title {
  color: #182236;
}

.bonuses p {
  margin-bottom: 0;
}

.bonuses .bonuses-item {
  margin-bottom: 15px;
}

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

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

.bonuses .bonuses-item .bonuses-item-inner {
  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-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}

.bonuses .bonuses-item .bonuses-item-image {
  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-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

.bonuses .bonuses-item:last-of-type {
  margin-bottom: 0;
}

.stands {
  background-color: #fff;
  position: relative;
  padding: 100px 0 40px;
  color: #000;
}

.stands .container::after {
  content: "";
  display: inline-block;
  background: url("../img/pattern06.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 376px;
  height: 282px;
}

.stands .title {
  margin-bottom: 45px;
  color: #182236;
  text-align: center;
}

.stands img {
  margin-bottom: 20px;
}

.stands .stands-item {
  margin-bottom: 70px;
  padding: 0 30px;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
}

.summary {
  background-color: #fff;
  padding: 65px 0 0;
  text-align: center;
  color: #000;
}

.summary .title {
  margin-bottom: 45px;
  color: #182236;
}

.summary .subtitle {
  font-size: 42px;
  line-height: 52px;
}

.summary .bonus-title {
  font-weight: 700;
  color: #182236;
}

.summary .summary-inner {
  position: relative;
  top: -185px;
  padding: 180px 160px 110px 160px;
  border: 7px solid #AD8E63;
}

.summary .summary-inner ul {
  list-style: none;
}

.summary .summary-inner ul li {
  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;
  padding: 3px 0;
  font-size: 15px;
  line-height: 34px;
}

.summary .summary-inner ul li::before {
  content: "";
  display: inline-block;
  background-image: url("../img/mark-sm.png");
  background-size: 29px 29px;
  width: 29px;
  height: 29px;
  position: relative;
  left: -10px;
}

.summary .summary-inner .summary-bonus {
  max-width: 640px;
  margin: 30px auto 60px;
}

.summary .summary-inner .summary-bonus .summary-bonus-item {
  font-size: 15px;
}

.summary .summary-inner .btn {
  margin-top: 60px;
}

.faq {
  background-color: #fff;
  position: relative;
  padding: 0 0 100px;
  text-align: center;
  color: #000;
}

.faq .container::after {
  content: "";
  display: inline-block;
  background: url("../img/pattern03.svg");
  position: absolute;
  top: -600px;
  left: -70px;
  width: 282px;
  height: 893px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.faq .title {
  margin-bottom: 60px;
  color: #182236;
}

.faq .faq-accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #d8d8d8;
}

.faq .faq-accordion .card {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #d8d8d8;
}

.faq .faq-accordion .card .card-header {
  background-color: #fff;
  border: 0;
  position: relative;
  padding: 35px 0;
}

.faq .faq-accordion .card .card-header .btn {
  font-family: "Valter", sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #182236;
  text-decoration: none;
  padding: 0;
}

.faq .faq-accordion .card .card-header .btn::after {
  content: "";
  display: inline-block;
  background-image: url("../img/arrow_down.svg");
  background-size: 12px 8px;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.faq .faq-accordion .card .card-header .btn[aria-expanded="true"]::after {
  top: 45%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq .faq-accordion .card .card-body {
  padding: 0 120px 40px 120px;
  font-size: 15px;
  line-height: 27px;
}

.faq .faq-accordion .card:last-of-type {
  border-color: transparent;
}

footer {
  color: #fff;
  padding: 70px 0 0;
}

footer h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
  color: #C9AE8C;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #AD8E63;
}

footer .mission {
  margin-bottom: 40px;
  padding-right: 50px;
  font-size: 15px;
  line-height: 23px;
}

footer .social-media {
  margin-bottom: 40px;
  padding-right: 50px;
}

footer .social-media .social-media-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 15px;
  line-height: 34px;
}

footer .social-media .social-media-item img {
  margin-right: 20px;
}

footer .newsletter {
  padding-right: 50px;
}

footer .newsletter .newsletter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 15px;
  line-height: 34px;
}

footer .newsletter .newsletter-item img {
  margin-left: 10px;
}

footer .facebook {
  margin-bottom: 15px;
}

footer .facebook .row {
  padding-right: 30px;
}

footer .facebook .facebook-item {
  margin-bottom: 20px;
}

footer .instagram .row {
  padding-right: 30px;
}

footer .instagram .instagram-item {
  margin-bottom: 20px;
}

footer .contact {
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 15px;
  line-height: 22px;
}

footer .contact a {
  font-weight: 700;
}

footer .contact p {
  margin-bottom: 0;
}

footer .contact-form {
  padding-left: 30px;
  color: #fff;
}

footer .contact-form label {
  font-size: 15px;
  line-height: 20px;
}

footer .contact-form .form-control {
  background-color: #0E2A4E;
  border-color: #293C53;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
}

footer .contact-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

footer .contact-form button[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  background: transparent;
  border: 0;
  outline: 0;
  font-family: "Valter", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  padding: 0 10px 0 0;
}

footer .contact-form button[type="submit"]::after {
  content: "";
  display: inline-block;
  background-image: url("../img/submit.png");
  background-size: 2px 3px;
  width: 2px;
  height: 3px;
  position: relative;
  right: -10px;
}

footer .contact-form textarea {
  resize: none;
}

footer .footer-bottom {
  margin-top: 10px;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footer-bottom .title {
  font-family: "Valter", sans-serif;
  font-size: 17px;
}

footer .footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-bottom ul li {
  margin: 0 10px;
}

footer .footer-bottom ul li.active {
  font-weight: 600;
}

footer .footer-bottom ul li a {
  font-size: 11px;
  line-height: 20px;
}

footer .footer-bottom ul li:first-of-type {
  margin-left: 0;
}

footer .footer-bottom ul li:last-of-type {
  margin-right: 0;
}

#loader {
  display: -webkit-box;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#loader svg {
  overflow: visible;
}

#loader .d-spinner {
  -webkit-animation-duration: 2.4s;
  animation-duration: 2.4s;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 0.3, 1);
  animation-timing-function: cubic-bezier(0, 1, 0.3, 1);
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

#loader .d-spinner.d-spinner__one {
  -webkit-animation-name: dSpinnerOne;
  animation-name: dSpinnerOne;
  fill: #AD8E63;
}

#loader .d-spinner.d-spinner__two {
  -webkit-animation-name: dSpinnerTwo;
  animation-name: dSpinnerTwo;
  fill: #C2AB88;
}

#loader .d-spinner.d-spinner__three {
  -webkit-animation-name: dSpinnerThree;
  animation-name: dSpinnerThree;
  fill: #C9AE8C;
}

#loader .d-spinner.d-spinner__four {
  -webkit-animation-name: dSpinnerFour;
  animation-name: dSpinnerFour;
  fill: #E3D3BF;
}

@-webkit-keyframes dSpinnerOne {
  0% {
    opacity: 0;
    fill: #d0bea6;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
    transform: rotateZ(-65deg) scale(0.6);
  }
  7% {
    opacity: 1;
    fill: #d0bea6;
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
  }
  57% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
    fill: #AD8E63;
  }
  74% {
    opacity: 1;
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 0);
    animation-timing-function: cubic-bezier(0, 0, 1, 0);
  }
  83% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
    transform: rotateZ(45deg) scale(0.61);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
    transform: rotateZ(45deg) scale(0.61);
  }
}

@keyframes dSpinnerOne {
  0% {
    opacity: 0;
    fill: #d0bea6;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
    transform: rotateZ(-65deg) scale(0.6);
  }
  7% {
    opacity: 1;
    fill: #d0bea6;
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
  }
  57% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
    fill: #AD8E63;
  }
  74% {
    opacity: 1;
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 0);
    animation-timing-function: cubic-bezier(0, 0, 1, 0);
  }
  83% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
    transform: rotateZ(45deg) scale(0.61);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
    transform: rotateZ(45deg) scale(0.61);
  }
}

@-webkit-keyframes dSpinnerTwo {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
    transform: rotateZ(-65deg) scale(0.6);
  }
  3% {
    opacity: 0;
    fill: #e5dbcb;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
    transform: rotateZ(-65deg) scale(0.6);
  }
  10% {
    opacity: 1;
    fill: #e5dbcb;
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
    fill: #C2AB88;
  }
  71% {
    opacity: 1;
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 0);
    animation-timing-function: cubic-bezier(0, 0, 1, 0);
  }
  79% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
    transform: rotateZ(45deg) scale(0.61);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
    transform: rotateZ(45deg) scale(0.61);
  }
}

@keyframes dSpinnerTwo {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
    transform: rotateZ(-65deg) scale(0.6);
  }
  3% {
    opacity: 0;
    fill: #e5dbcb;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
    transform: rotateZ(-65deg) scale(0.6);
  }
  10% {
    opacity: 1;
    fill: #e5dbcb;
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
    fill: #C2AB88;
  }
  71% {
    opacity: 1;
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 0);
    animation-timing-function: cubic-bezier(0, 0, 1, 0);
  }
  79% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
    transform: rotateZ(45deg) scale(0.61);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
    transform: rotateZ(45deg) scale(0.61);
  }
}

@-webkit-keyframes dSpinnerThree {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
    transform: rotateZ(-65deg) scale(0.6);
  }
  6% {
    opacity: 0;
    fill: #eadfd1;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
    transform: rotateZ(-65deg) scale(0.6);
  }
  13% {
    opacity: 1;
    fill: #eadfd1;
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
  }
  63% {
    fill: #C9AE8C;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }
  68% {
    opacity: 1;
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 0);
    animation-timing-function: cubic-bezier(0, 0, 1, 0);
  }
  76% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
    transform: rotateZ(45deg) scale(0.61);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
    transform: rotateZ(45deg) scale(0.61);
  }
}

@keyframes dSpinnerThree {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
    transform: rotateZ(-65deg) scale(0.6);
  }
  6% {
    opacity: 0;
    fill: #eadfd1;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
    transform: rotateZ(-65deg) scale(0.6);
  }
  13% {
    opacity: 1;
    fill: #eadfd1;
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
  }
  63% {
    fill: #C9AE8C;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }
  68% {
    opacity: 1;
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 0);
    animation-timing-function: cubic-bezier(0, 0, 1, 0);
  }
  76% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
    transform: rotateZ(45deg) scale(0.61);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
    transform: rotateZ(45deg) scale(0.61);
  }
}

@-webkit-keyframes dSpinnerFour {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
    transform: rotateZ(-65deg) scale(0.6);
  }
  9% {
    opacity: 0;
    fill: white;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
    transform: rotateZ(-65deg) scale(0.6);
  }
  16% {
    opacity: 1;
    fill: white;
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
  }
  64% {
    fill: #E3D3BF;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }
  65% {
    opacity: 1;
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 0);
    animation-timing-function: cubic-bezier(0, 0, 1, 0);
  }
  73% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
    transform: rotateZ(45deg) scale(0.61);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
    transform: rotateZ(45deg) scale(0.61);
  }
}

@keyframes dSpinnerFour {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
    transform: rotateZ(-65deg) scale(0.6);
  }
  9% {
    opacity: 0;
    fill: white;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
    transform: rotateZ(-65deg) scale(0.6);
  }
  16% {
    opacity: 1;
    fill: white;
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
  }
  64% {
    fill: #E3D3BF;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }
  65% {
    opacity: 1;
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 0);
    animation-timing-function: cubic-bezier(0, 0, 1, 0);
  }
  73% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
    transform: rotateZ(45deg) scale(0.61);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
    transform: rotateZ(45deg) scale(0.61);
  }
}

.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

/*  Hamburger icon  */
.hamburger {
  position: relative;
  top: 5px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: 0 !important;
}

.hamburger .hamburger-box {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger.is-shrink:hover {
  opacity: 0.7;
}

.hamburger.is-shrink .hamburger-inner,
.hamburger.is-shrink .hamburger-inner::before,
.hamburger.is-shrink .hamburger-inner::after {
  background-color: #000;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #000;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 480px) {
  .page1-VyzZeT {
    width: 50%;
  }
}
/*# sourceMappingURL=style2.css.map */