/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

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

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0; }

.hidden {
  display: none !important; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:after, .clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

@media print {
  *, :after, :before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

@font-face {
  font-family: 'Garamond';
  src: url("../fonts/AGaramondPro-Italic.otf"); }

@font-face {
  font-family: 'Spartan';
  src: url("../fonts/LeagueSpartan-Bold.otf"); }

@font-face {
  font-family: 'DIN Condensed';
  src: url("../fonts/dincondensed.otf"); }

@font-face {
  font-family: 'DIN Pro Bold';
  src: url("../fonts/dinpro-bold.otf"); }

@font-face {
  font-family: 'DIN Pro Regular';
  src: url("../fonts/dinpro-regular.otf"); }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #121f29;
  font-family: "DIN Pro Regular";
  font-size: 19px;
  font-weight: 400;
  line-height: 27.78px; }

html, body {
  overflow-x: hidden; }
  html.modal-shown, body.modal-shown {
    overflow-y: hidden; }

img {
  max-width: 100%; }

.thank-you-page {
  background-color: #000; }

.inner-wrapper {
  position: relative;
  width: 1150px;
  margin: 0 auto; }

.highlight {
  position: relative; }

.text-accent {
  color: #2cffc6 !important; }

.text-accent-red {
  color: #e20f41 !important; }

.text-accent-yellow {
  color: #ffc437 !important; }

.text-accent-blue {
  color: #00a4bd !important; }

.text-bold {
  font-family: "DIN Pro Bold"; }

.highlight {
  display: inline-block;
  position: relative;
  z-index: 1; }
  .highlight:after {
    position: absolute;
    content: '';
    background-color: #2cffc6;
    width: 105%;
    height: 0.7em;
    left: -2.5%;
    bottom: -5%;
    z-index: -1;
    border-radius: 3px; }

.highlight--red:after {
  background-color: #e20f41;
  opacity: 0.15;
  bottom: 0%; }

.highlight--grey:after {
  background-color: #f4f5f6;
  bottom: -10%; }

.highlight--white:after {
  background-color: #fff; }

.btn {
  width: 380px;
  border-radius: 3px;
  background-color: #2cffc6;
  background-image: -webkit-gradient(linear, left top, right top, from(#e20f41), to(#e2370f));
  background-image: -webkit-linear-gradient(left, #e20f41 0%, #e2370f 100%);
  background-image: -o-linear-gradient(left, #e20f41 0%, #e2370f 100%);
  background-image: linear-gradient(to right, #e20f41 0%, #e2370f 100%);
  font-family: "Spartan";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 18px 20px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .btn span {
    margin-top: 5px;
    font-family: "DIN Pro Regular";
    font-size: 16px;
    opacity: 0.5; }

.header-btn {
  width: 350px;
  font-size: 17px;
  line-height: 27.78px;
  letter-spacing: 1px;
  padding: 20px 40px 12px; }

.signup-button {
  position: relative;
  text-align: center; }

.signup-inverse {
  color: #fff; }

.signup-places-left {
  margin-top: 50px;
  font-family: "Spartan";
  font-size: 17px;
  font-weight: 700;
  line-height: 27.78px;
  letter-spacing: 1px;
  text-transform: uppercase;
  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; }
  .signup-places-left .places-full {
    text-decoration: line-through;
    margin-left: 7px; }
  .signup-places-left .places-left {
    color: #2cffc6;
    margin-left: 7px; }
    .signup-places-left .places-left .places-number {
      font-size: 33px; }

.section-title {
  font-family: "Spartan";
  font-size: 50px;
  line-height: 58.33px;
  margin: 20px 0 80px;
  text-align: center; }

.subtitle {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase; }

.header {
  position: relative;
  color: #fff;
  background-image: url("../img/header-bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px; }

.header-daniel {
  position: absolute;
  width: 650px;
  left: 0;
  top: 30px;
  pointer-events: none; }

.header-content {
  position: relative;
  max-width: 800px;
  margin-left: auto; }

.header-logo {
  width: 500px;
  margin-left: auto; }

.logo-wrapper {
  position: relative; }
  .logo-wrapper:before, .logo-wrapper:after {
    position: absolute;
    display: block;
    content: '';
    width: 500px;
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); }
  .logo-wrapper:before {
    left: -510px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(226, 15, 65, 0)), to(#e2370f));
    background-image: -webkit-linear-gradient(left, rgba(226, 15, 65, 0) 0%, #e2370f 100%);
    background-image: -o-linear-gradient(left, rgba(226, 15, 65, 0) 0%, #e2370f 100%);
    background-image: linear-gradient(to right, rgba(226, 15, 65, 0) 0%, #e2370f 100%); }
  .logo-wrapper:after {
    right: -530px;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(226, 15, 65, 0)), to(#e2370f));
    background-image: -webkit-linear-gradient(right, rgba(226, 15, 65, 0) 0%, #e2370f 100%);
    background-image: -o-linear-gradient(right, rgba(226, 15, 65, 0) 0%, #e2370f 100%);
    background-image: linear-gradient(to left, rgba(226, 15, 65, 0) 0%, #e2370f 100%); }

.header-title {
  font-family: "Spartan";
  font-size: 36px;
  line-height: 50px;
  max-width: 910px; }

.header-details {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.header-item {
  width: 190px;
  margin-right: 20px;
  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; }
  .header-item:last-child {
    margin-right: 0; }
  .header-item:nth-child(2) .header-icon {
    width: 38px; }
  .header-item:nth-child(3) .header-icon {
    width: 49px; }
  .header-item:nth-child(4) .header-icon {
    width: 44px; }
  .header-item .header-icon {
    width: 61px;
    margin-bottom: 30px; }
  .header-item p {
    font-size: 19px;
    font-weight: 400;
    line-height: 25px; }

.header-bottom {
  position: relative;
  width: 850px;
  margin: 0 auto; }

.signup-button {
  margin-top: 80px; }

.story {
  position: relative;
  padding-top: 50px; }

.text-narrow {
  max-width: 870px;
  padding-left: 25px; }

.text-narrower {
  max-width: 550px;
  padding-left: 25px;
  padding-bottom: 80px; }
  .text-narrower p:last-child {
    margin-bottom: 0; }

.photo-daniel {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 860px; }

.v2 .story {
  padding-top: 150px; }

.v2 .section-quote-2 {
  background-image: url("../img/rectangle-white-bg.png"); }

.v2 .talent {
  background-color: #fff; }

.section-quote {
  position: relative;
  background-image: url("../img/rectangle-bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 100px 0 130px;
  text-align: center;
  background-color: #f5f4f2; }

.quote {
  font-family: "Garamond";
  font-size: 32px;
  line-height: 40px;
  color: #e20f41; }

.quote-author {
  margin-bottom: 170px; }

.quote-shape-1,
.quote-shape-2,
.quote-shape-1-bottom {
  width: 138px;
  position: absolute; }

.quote-shape-1 {
  top: -50px;
  left: 50px; }

.quote-shape-2 {
  bottom: 150px;
  right: 75px; }

.quote-shape-1-bottom {
  bottom: 150px;
  left: 75px; }

.talent {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url("../img/rectangle-big-bg.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat; }
  .talent .text-narrow {
    position: relative;
    margin-left: auto; }
    .talent .text-narrow p {
      padding-left: 25px; }

.talent-bg {
  position: absolute;
  top: -150px;
  left: 0;
  width: 1000px; }

.list {
  list-style-type: none;
  padding-left: 25px;
  margin-left: 0; }

.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px; }
  .list-item img {
    padding-top: 8px;
    width: 16px;
    margin-right: 20px; }

.section-quote-2 {
  background-color: transparent; }

.about {
  background-color: #000;
  background-image: url("../img/about-bg.png");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 400px;
  padding-bottom: 100px;
  color: #fff;
  margin-top: -300px; }

.about-header {
  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-bottom: 50px; }
  .about-header .section-title {
    text-transform: uppercase;
    margin: 0;
    font-size: 50px;
    line-height: 58.33px; }
    .about-header .section-title:first-child {
      margin-right: 50px; }
    .about-header .section-title:last-child {
      margin-left: 50px; }

.about-logo {
  width: 500px; }

.about-intro {
  max-width: 1050px;
  margin: 0 auto 60px;
  text-align: center; }

.modules {
  text-align: center;
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.module {
  position: relative;
  width: 83px;
  margin-right: 30px; }
  .module:last-child {
    margin-right: 0; }
  .module.module--large {
    width: 255px; }

.modules-grid {
  width: 1125px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -75px; }

.modules-grid-item {
  width: 241px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 25px;
  line-height: 32px;
  text-align: center; }

.modules-grid-name {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "DIN Pro Bold"; }

.modules-grid-description {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px; }

.modules-grid-btn {
  text-decoration: none;
  color: #2cffc5;
  cursor: pointer; }

.module-bottom {
  margin-top: 58px; }

.module-1 {
  color: #e20f41; }

.module-2 {
  color: #ffc437; }

.module-3 {
  color: #00a4bd; }

.module-4 {
  color: #2cffc6; }

.modules-details-image {
  position: relative;
  width: 130px;
  top: 215px;
  margin-top: -180px; }

.modules-details-title,
.modules-details-subtitle,
.modules-details-list {
  position: relative; }

.modules-details-title {
  font-family: "Spartan";
  font-size: 50px;
  text-transform: uppercase; }

.modules-details-subtitle {
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase; }

.modules-details-content-1,
.modules-details-content-2,
.modules-details-content-3,
.modules-details-content-4 {
  display: none; }

.about-me {
  padding-top: 350px;
  padding-bottom: 100px;
  background-color: #f4f4f4;
  background-image: url("../img/photo-daniel-2.png");
  background-size: 60vw;
  background-position: 110% 60%;
  background-repeat: no-repeat;
  margin-top: -400px; }
  .about-me .section-title {
    text-align: left; }
  .about-me .list {
    padding-left: 0; }
  .about-me .list-item {
    margin-bottom: 10px; }

.about-me-text {
  max-width: 800px; }

.section-testimonials {
  padding-top: 100px;
  background-color: #dddcda;
  background-image: url("../img/testimonials-bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat; }
  .section-testimonials .section-title {
    width: 320px;
    text-align: left; }

.testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.testimonials-left {
  margin-top: 250px; }

.testimonials-right {
  margin-top: -150px; }

.testimonial {
  position: relative;
  max-width: 545px;
  padding: 80px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 60px 60px rgba(0, 0, 0, 0.05);
  box-shadow: 0 60px 60px rgba(0, 0, 0, 0.05); }

.testimonial--top {
  margin-bottom: 370px; }

.testimonial-photo {
  position: absolute;
  top: -200px;
  left: -50px; }
  .testimonial-photo .test-photo {
    position: relative;
    width: 240px;
    border-radius: 50%; }

.test-photo-shape-1 {
  position: absolute;
  width: 138px;
  left: -70px;
  bottom: -50px; }

.test-photo-shape-2 {
  position: absolute;
  width: 138px;
  right: -40px;
  top: -50px; }

.testimonial-author {
  font-size: 25px;
  font-weight: 400;
  line-height: 27.78px;
  text-transform: uppercase;
  margin-top: 30px; }
  .testimonial-author:after {
    height: 0.8em;
    bottom: -20%; }

.section-testimonials-bottom {
  position: relative;
  background-color: #000;
  background-image: url("../img/rectangle-big-bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 100px; }
  .section-testimonials-bottom .signup-button {
    margin-top: -200px; }

.testimonials-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 400px; }
  .testimonials-bottom .testimonial {
    max-width: 530px;
    margin-bottom: 300px;
    margin-right: 30px; }

.section-info {
  position: relative;
  color: #fff;
  margin-top: -5px;
  padding-top: 100px;
  padding-bottom: 250px;
  background-image: url("../img/rectangle-black-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 2; }

.info-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }

.list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px; }

.info-list-item {
  width: 550px;
  text-align: center; }

.info-list-price {
  margin-top: -200px; }

.info-list-modules {
  text-align: left; }

.info-title {
  font-family: "DIN Pro Bold";
  font-size: 25px;
  line-height: 33.33px;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center; }

.google-map {
  margin-top: 30px;
  width: 550px;
  height: 316px; }

.section-price {
  display: none;
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url(../img/rectangle-big-bg.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1; }

.price-packs {
  margin-top: 120px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.price-pack {
  width: 367px;
  padding: 60px 60px 50px;
  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;
  background-color: #fff;
  text-align: center; }
  .price-pack p {
    margin: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 27.78px; }

.price-name {
  font-size: 25px;
  font-weight: 400;
  line-height: 27.78px;
  text-transform: uppercase;
  margin-bottom: 20px; }
  .price-name + p {
    font-size: 19px; }
  .price-name:after {
    height: 0.8em;
    bottom: -20%; }

.price {
  font-size: 46px;
  font-weight: 400;
  line-height: 27.78px;
  text-transform: uppercase;
  margin: 30px 0; }

.section-content {
  position: relative;
  margin-top: -400px;
  padding-top: 500px;
  padding-bottom: 100px;
  background-image: url("../img/content-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff; }
  .section-content .quote {
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 35px;
    color: #fff; }
  .section-content .quote-author {
    text-align: center; }

.content-boxes {
  list-style-type: none;
  padding-left: 0;
  margin: 130px 0 150px; }

.content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px; }

.content-box {
  position: relative;
  width: 520px;
  padding: 60px 50px;
  border-radius: 3px;
  background-color: #252525; }

.content-icon {
  position: absolute;
  width: 108px;
  left: 0;
  top: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.content-name {
  padding-left: 40px;
  font-family: "Spartan";
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 60px; }

.content-list {
  position: relative;
  list-style-type: none;
  padding-left: 0;
  margin: 0; }

.content-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden; }
  .content-item img {
    position: relative;
    width: 16px;
    margin-right: 20px;
    top: 6px; }

.box-number {
  position: absolute;
  bottom: -22px;
  right: 50px;
  font-family: "Spartan";
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  color: #fff;
  opacity: 0.05; }

.section-learn {
  background-image: url("../img/typewriter-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 60% 100%;
  color: #fff;
  margin-top: -350px;
  padding-top: 350px;
  padding-left: 60px;
  padding-bottom: 100px; }
  .section-learn .section-title {
    text-align: left;
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px); }

.learn-list {
  max-width: 700px;
  padding-left: 0;
  margin-bottom: 50px; }
  .learn-list .list-item {
    margin-bottom: 20px; }
    .learn-list .list-item img {
      width: 24px;
      margin-right: 30px; }
  .learn-list + p {
    margin-bottom: 30px; }

.footer {
  background-color: #000;
  color: #fff;
  padding-bottom: 50px; }

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-content p {
    margin: 0; }
  .footer-content img {
    width: 146px; }

.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 15;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .modal-overlay.closed {
    opacity: 0;
    visibility: hidden; }

.modal {
  background-image: url("../img/modal-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.modal {
  position: fixed;
  z-index: 20;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
  width: 1200px;
  max-width: 95%;
  height: 500px;
  max-height: 95%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff; }
  .modal.closed {
    opacity: 0;
    visibility: hidden; }

.modal-content {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  padding: 30px 70px;
  overflow: auto; }

.modal-daniel {
  position: absolute;
  max-width: 400px;
  left: 0;
  top: 30px;
  pointer-events: none; }

.modal-logo {
  width: 300px;
  margin-bottom: 20px; }

.modal-inner {
  margin-left: auto;
  max-width: 700px;
  overflow: hidden;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .modal-inner h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px 0 10px; }
  .modal-inner label {
    font-size: 17px;
    line-height: 24px; }

.modal-title {
  font-family: "Spartan";
  font-size: 38px;
  line-height: 42px;
  text-transform: uppercase;
  color: #fff; }

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

.form-control {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #ffffff;
  opacity: 0.8;
  font-size: 17px;
  line-height: 20px;
  padding: 10px 12px;
  border: none;
  outline: none; }

.input-wrapper {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .input-wrapper label {
    cursor: pointer; }

input[type="submit"] {
  outline: none;
  border: none;
  cursor: pointer; }

input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #fff;
  opacity: 0.8;
  border-radius: 50%;
  cursor: pointer; }

.input-wrapper input:checked ~ .checkmark:after {
  background-color: #e20f41; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.input-wrapper input:checked ~ .checkmark:after {
  display: block; }

.input-wrapper .checkmark:after {
  top: 4px;
  left: 4px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.8; }

.modal-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 30px; }

.modal-btn {
  border-radius: 3px;
  background-color: #2cffc6;
  background-image: -webkit-gradient(linear, left top, right top, from(#e20f41), to(#e2370f));
  background-image: -webkit-linear-gradient(left, #e20f41 0%, #e2370f 100%);
  background-image: -o-linear-gradient(left, #e20f41 0%, #e2370f 100%);
  background-image: linear-gradient(to right, #e20f41 0%, #e2370f 100%);
  font-family: "Spartan";
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 20px 15px; }

.modal-close-btn {
  width: 42px;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  z-index: 10;
  opacity: 0.8;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .modal-close-btn:hover {
    opacity: 1;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }

.header-thank-you {
  background-color: #000; }

.thank-you-daniel {
  position: absolute;
  width: 500px;
  left: 0;
  top: 100px;
  pointer-events: none; }

.thank-you-title {
  font-family: "Spartan";
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 50px; }

.thank-you-text {
  text-align: left; }
  .thank-you-text a {
    color: #2cffc6; }

.thank-contact {
  margin-top: 50px; }

.thank-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.thank-photo img {
  max-width: 120px;
  margin-right: 50px; }

.thank-name {
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 20px; }

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

.admin-form-group {
  display: block;
  margin-bottom: 20px; }
  .admin-form-group:nth-child(2) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .admin-form-group .price-wrapper {
    position: relative; }
    .admin-form-group .price-wrapper .form-control {
      width: 90px;
      padding-left: 30px; }
    .admin-form-group .price-wrapper:first-child {
      margin-right: 20px; }
    .admin-form-group .price-wrapper span {
      position: absolute;
      left: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 2; }
  .admin-form-group input {
    margin-bottom: 0; }
  .admin-form-group input[type="submit"] {
    border-radius: 3px;
    background-color: #2cffc6;
    background-image: -webkit-gradient(linear, left top, right top, from(#e20f41), to(#e2370f));
    background-image: -webkit-linear-gradient(left, #e20f41 0%, #e2370f 100%);
    background-image: -o-linear-gradient(left, #e20f41 0%, #e2370f 100%);
    background-image: linear-gradient(to right, #e20f41 0%, #e2370f 100%);
    font-family: "Spartan";
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 40px 14px; }

.admin-link {
  color: #2cffc6;
  margin-right: 20px; }

.icon-price {
  width: 14px; }

.icon-delete-entry {
  width: 19px; }

.entry-delete {
  width: 22px; }

.admin-header {
  background-color: #ebebeb;
  padding-bottom: 200px; }

.admin-backup {
  background-color: #ebebeb;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  .admin-backup p {
    font-size: 21px;
    font-weight: 400;
    line-height: 25px; }

.secondary-title {
  font-family: "Spartan";
  font-size: 50px;
  font-weight: 400;
  line-height: 58.33px; }

.btn-backup {
  border-radius: 3px;
  background-color: #2cffc6;
  background-image: -webkit-gradient(linear, left top, right top, from(#e20f41), to(#e2370f));
  background-image: -webkit-linear-gradient(left, #e20f41 0%, #e2370f 100%);
  background-image: -o-linear-gradient(left, #e20f41 0%, #e2370f 100%);
  background-image: linear-gradient(to right, #e20f41 0%, #e2370f 100%);
  font-family: "Spartan";
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff;
  padding: 18px 40px 14px;
  text-decoration: none;
  display: inline-block;
  margin-top: 40px; }

.admin-database {
  text-align: center;
  background-image: url("../img/rectangle-white-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 250px;
  background-color: #000; }

.data-table {
  margin: 20px auto 0;
  max-width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  overflow-x: auto; }
  .data-table tr {
    text-align: left; }
    .data-table tr:nth-child(even) {
      background-color: rgba(238, 238, 238, 0.6); }
    .data-table tr td {
      font-size: 16px;
      line-height: 20px;
      padding: 10px; }
      .data-table tr td:first-child, .data-table tr td:last-child {
        text-align: center; }
      .data-table tr td:first-child {
        font-family: "DIN Pro Bold"; }
      .data-table tr td:nth-child(2) {
        font-size: 14px; }
      .data-table tr td a {
        font-size: 17px;
        line-height: 19.44px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none; }
  .data-table thead tr {
    background-color: #ebebeb !important; }
    .data-table thead tr th {
      font-family: "Spartan";
      color: #505050;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 1.11px;
      padding: 20px 10px 15px;
      text-align: left;
      text-transform: uppercase; }
      .data-table thead tr th:first-child {
        padding-left: 15px; }
      .data-table thead tr th:last-child {
        width: 50px;
        text-align: center; }
      .data-table thead tr th:nth-child(1) {
        width: 10px; }
      .data-table thead tr th:nth-child(6) {
        width: 250px; }

.pack1 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  background-color: #e2370f; }

.pack2 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  background-color: #fba613; }

.pack4 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  background-color: #00a4bd; }

.database-legend {
  margin-top: 50px;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.legend-title {
  font-family: "Spartan";
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1.11px;
  margin-right: 50px; }

.legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #f7f7f7;
  padding: 5px 10px;
  margin-right: 20px; }
  .legend-item span {
    margin-right: 10px; }

.admin-success-notice {
  position: relative;
  padding: 30px 50px;
  background-color: #67D77C;
  color: #fff;
  font-family: "Spartan";
  font-size: 20px;
  text-align: center; }
  .admin-success-notice p {
    margin: 0; }
  .admin-success-notice span {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 4px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-family: "Spartan";
    font-size: 22px;
    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;
    cursor: pointer; }

@media screen and (max-width: 1600px) {
  .header-daniel {
    left: -100px; }
  .photo-daniel {
    right: -10px;
    width: 760px; } }

@media screen and (max-width: 1400px) {
  .text-narrow {
    max-width: 800px; }
  .text-narrower {
    max-width: 500px; }
  .photo-daniel {
    right: -10px;
    width: 720px; }
  .talent-bg {
    position: absolute;
    top: -120px;
    left: -30px;
    width: 950px; }
  .quote-shape-2, .quote-shape-1-bottom {
    bottom: 60px; } }

@media screen and (max-width: 1250px) {
  .content-row {
    -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;
    margin-bottom: 0; }
  .content-box {
    margin-bottom: 30px; }
  .testimonials-bottom {
    -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-top: 200px; }
    .testimonials-bottom .testimonial {
      margin-bottom: 150px;
      margin-right: 0; }
      .testimonials-bottom .testimonial .testimonial-photo {
        top: -70px;
        left: -30px; }
        .testimonials-bottom .testimonial .testimonial-photo .test-photo {
          position: relative;
          width: 160px; }
      .testimonials-bottom .testimonial .test-photo-shape-1 {
        width: 80px;
        left: -50px;
        bottom: -10px; }
      .testimonials-bottom .testimonial .test-photo-shape-2 {
        width: 80px;
        right: -15px;
        top: -37px; }
    .testimonials-bottom .testimonial-author {
      text-align: center; }
  .section-testimonials-bottom .signup-button {
    margin-top: -50px; } }

@media screen and (max-width: 1200px) {
  .inner-wrapper {
    width: 100%;
    padding: 0 30px; }
  .header-daniel {
    width: 450px;
    top: 120px;
    left: 80px; }
  .header-logo {
    width: 270px;
    margin: 0 auto; }
  .header-content {
    max-width: 100%;
    margin-left: 0; }
  .header-title {
    margin-left: auto;
    margin-top: 80px;
    text-align: right;
    padding-right: 50px; }
  .header-details {
    margin-top: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .text-narrow, .text-narrower {
    margin: 0 auto; }
  .text-narrower {
    max-width: 800px; }
  .photo-daniel {
    position: relative;
    max-width: 600px;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .talent .section-title {
    margin-bottom: 350px; }
  .talent-bg {
    width: 600px;
    top: -40px;
    left: 0px; }
  .story .subtitle {
    max-width: 800px;
    margin: 0 auto; }
  .quote-shape-1, .quote-shape-2, .quote-shape-1-bottom {
    width: 80px; }
  .quote-shape-1 {
    top: -30px; }
  .quote-shape-2, .quote-shape-1-bottom {
    bottom: 80px; }
  .about-intro {
    max-width: 100%;
    padding: 0 30px; }
  .modules {
    width: 100%; }
  .modules-grid {
    margin-top: 70px;
    width: 100%;
    -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; }
  .modules-grid-item {
    margin-bottom: 50px; }
  .modules-grid-name {
    margin-bottom: 20px; }
  .modules-grid-description {
    margin-bottom: 20px; }
  .module-bottom {
    margin-top: 0; }
  .modules-details-image {
    width: 110px; }
  .about-me-text {
    max-width: 500px; }
  .about-me {
    background-position: 100% 35%; }
  .section-testimonials .section-title {
    margin: 0 auto; }
  .testimonials {
    margin-top: 50px;
    -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; }
  .testimonials-left {
    margin-top: 100px; }
  .testimonials-right {
    margin-top: 0; }
  .testimonial {
    margin-bottom: 150px; }
  .testimonial-photo {
    top: -70px;
    left: -30px; }
    .testimonial-photo .test-photo {
      position: relative;
      width: 160px; }
  .testimonial-author {
    text-align: center; }
  .test-photo-shape-1 {
    width: 80px;
    left: -50px;
    bottom: -10px; }
  .test-photo-shape-2 {
    width: 80px;
    right: -15px;
    top: -37px; }
  .list-row {
    -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; }
  .list-row {
    margin-bottom: 0; }
  .info-list-item {
    margin-bottom: 50px; }
  .info-title {
    margin-bottom: 25px; }
  .info-list-price {
    margin-top: 0; }
  .price-packs {
    -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; }
  .price-pack {
    margin-bottom: 30px; }
  .header-thank-you .header-content {
    max-width: 700px;
    margin-left: auto; }
  .header-thank-you .thank-you-title {
    font-size: 34px;
    margin-top: 50px;
    margin-bottom: 30px; }
  .header-thank-you .thank-you-daniel {
    width: 450px;
    left: -200px; } }

@media screen and (max-width: 900px) {
  .header-bottom {
    width: 100%;
    padding: 0 30px; }
  .header-daniel {
    width: 420px;
    top: 150px;
    left: -20px; }
  .header-title {
    padding-right: 0;
    max-width: 300px; }
  .header-details {
    width: 450px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto; }
  .header-item {
    margin-bottom: 30px; }
    .header-item .header-icon {
      margin-bottom: 10px; }
  .quote-shape-1 {
    left: 10px; }
  .quote-shape-2 {
    bottom: 50px;
    right: 30px; }
  .quote-shape-1-bottom {
    bottom: 50px;
    left: 30px; }
  .photo-daniel {
    max-width: 450px; }
  .about-header {
    -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;
    max-width: 400px;
    margin: 0 auto; }
  .about-header .section-title:first-child {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 20px;
    margin-left: -20px; }
  .about-header .section-title:last-child {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 20px;
    margin-right: -20px; }
  .about-me {
    padding-top: 450px;
    background-position: 100% 28%;
    background-size: 500px; }
    .about-me .section-title {
      margin-bottom: 150px; }
  .about-me-text {
    max-width: 100%; }
  .section-learn {
    background-position: 55% 100%;
    padding-top: 380px; }
  .learn-list {
    max-width: 600px; }
  .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .modal-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header-thank-you .header-content {
    max-width: 100%;
    margin-left: 0; }
  .header-thank-you .thank-you-title {
    margin-top: 150px; }
  .header-thank-you .header-logo {
    margin-right: 0; }
  .header-thank-you .thank-you-daniel {
    width: 300px;
    left: -70px;
    top: 30px; } }

@media screen and (max-width: 750px) {
  body {
    font-size: 17px;
    line-height: 22.22px; }
  .header-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 33.33px; }
  .header-item {
    margin-bottom: 10px; }
    .header-item p {
      margin-top: 5px; }
    .header-item .header-icon {
      width: 41px; }
  .header-item:nth-child(2) .header-icon {
    width: 25px; }
  .header-item:nth-child(3) .header-icon {
    width: 33px; }
  .header-item:nth-child(4) .header-icon {
    width: 29px; }
  .header-btn {
    width: 280px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.52px;
    padding: 16px 20px 10px; }
  .btn {
    width: 330px;
    font-size: 13px;
    line-height: 20px;
    padding: 18px 20px 12px; }
    .btn span {
      font-size: 10px;
      margin-top: 3px; }
  .signup-places-left {
    margin-top: 30px;
    font-size: 17px;
    font-weight: 400;
    line-height: 18.52px; }
    .signup-places-left .places-left .places-number {
      font-size: 26px; }
  .section-title {
    font-size: 33px;
    line-height: 38.89px;
    margin: 20px 0 40px; }
  .section-testimonials .section-title {
    width: 220px; }
  .subtitle {
    font-size: 21px;
    font-weight: 400;
    line-height: 27.78px; }
  .section-quote {
    padding-top: 30px;
    padding-bottom: 80px; }
  .quote {
    font-size: 28px;
    line-height: 33.33px; }
  .quote-author {
    margin-bottom: 30px; }
  .quote-shape-1,
  .quote-shape-1-bottom,
  .quote-shape-2 {
    display: none; }
  .signup-button {
    margin-top: 50px; }
  .list-item {
    margin-bottom: 15px; }
    .list-item img {
      width: 11px;
      margin-right: 10px; }
  .about-header .section-title {
    font-size: 33px;
    font-weight: 400;
    line-height: 38.89px; }
  .about-logo {
    width: 270px; }
  .about-header .section-title:last-child {
    margin-top: 0px;
    margin-right: 20px; }
  .about-header .section-title:first-child {
    margin-left: 0px; }
  .modules-grid-name {
    font-size: 22px; }
  .modules-grid-btn {
    font-size: 17px;
    font-weight: 400;
    line-height: 18.52px; }
  .modules-details-title {
    font-size: 33px;
    margin-bottom: 10px; }
  .modules-details-image {
    width: 90px;
    top: 150px; }
  .modules-details-subtitle {
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase; }
  .about-me {
    background-size: 350px;
    background-position: 100% 31%;
    padding-bottom: 50px; }
  .about-me .section-title {
    margin-bottom: 50px; }
  .section-testimonials {
    padding-top: 50px; }
  .testimonial-photo,
  .testimonials-bottom .testimonial .testimonial-photo {
    top: -100px;
    left: -10px; }
  .testimonial-author {
    font-size: 22px;
    font-weight: 400;
    line-height: 18.52px; }
  .testimonials-right .testimonial:last-child {
    margin-bottom: 50px; }
  .section-info {
    padding-bottom: 150px; }
  .info-list-item {
    width: auto;
    max-width: 410px;
    margin-bottom: 30px; }
  .info-title {
    font-size: 22px;
    line-height: 27.78px;
    margin-bottom: 10px; }
    .info-title + p {
      margin-top: 20px; }
  .google-map {
    width: 100%;
    height: 200px; }
  .price-packs {
    margin-top: 50px;
    margin-bottom: 50px; }
  .price-pack {
    width: 100%; }
    .price-pack p {
      font-size: 17px;
      line-height: 22.22px; }
  .price-name {
    font-size: 22px;
    line-height: 27.78px; }
  .price {
    font-size: 44px;
    line-height: 23.36px; }
  .section-content {
    padding-top: 460px; }
  .content-boxes {
    margin: 100px 0 50px; }
  .content-box {
    width: 100%;
    max-width: 450px;
    margin-bottom: 70px;
    padding: 70px 30px 40px; }
  .content-icon {
    width: 72px;
    left: 20px;
    top: -40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .content-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    padding-left: 0;
    margin-bottom: 30px; }
  .box-number {
    right: 30px;
    font-size: 67px;
    font-weight: 700;
    line-height: 18.52px;
    bottom: 10px; }
  .content-item img {
    width: 11px;
    margin-right: 10px; }
  .section-learn {
    padding-left: 0;
    padding-bottom: 50px; }
  .section-learn .section-title {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .learn-list .list-item img {
    width: 16px;
    margin-right: 10px; } }

@media screen and (max-width: 650px) {
  .inner-wrapper {
    padding: 0 15px; }
  .header-bottom {
    padding: 0 15px; }
  .header-daniel {
    width: 300px;
    top: 150px;
    left: -120px; }
  .header-title {
    font-size: 26px;
    line-height: 30px; }
  .header-btn {
    width: 240px;
    font-size: 11px; }
  .btn {
    width: 300px;
    font-size: 11px;
    padding: 14px 5px 10px; }
  .section-title {
    font-size: 26px;
    line-height: 33px; }
  .text-narrow,
  .text-narrower {
    padding-left: 0; }
  .subtitle {
    font-size: 20px; }
  .photo-daniel {
    max-width: 100%; }
  .talent-bg {
    max-width: 600px;
    width: 400px;
    top: 20px;
    left: 0px; }
  .talent .section-title {
    margin-bottom: 240px; }
  .subtitle3, .subtitle4 {
    font-size: 19px; }
  .talent .text-narrow p {
    padding-left: 0; }
  .about-header .section-title:first-child {
    margin-left: 10px; }
  .about-header .section-title:last-child {
    margin-top: 15px; }
  .info-title {
    font-size: 18px;
    line-height: 24px; }
  .price-pack {
    padding: 30px 30px 40px; }
  .section-content .section-title {
    font-size: 21px; }
  .footer-content {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 290px;
    margin: 0 auto; }
  .footer-left {
    margin-bottom: 20px; }
  .modal-content {
    padding: 20px 30px; }
  .modal-logo {
    width: 220px; }
  .modal-daniel {
    max-width: 330px;
    left: -40px;
    top: 35px; }
  .modal-title {
    position: relative;
    margin-bottom: 50px; } }

@media screen and (max-width: 450px) {
  .header-details {
    width: 100%;
    padding: 0 20px; }
  .header-item {
    margin-right: 0; }
  .about-me {
    background-size: 250px;
    background-position: 100% 26%; }
  .modal-content {
    padding: 10px 15px; }
  .modal-close-btn {
    width: 36px;
    top: 10px;
    left: 10px; }
  .modal-logo {
    margin-top: 60px; }
  .modal-daniel {
    display: none;
    max-width: 330px;
    left: -40px;
    top: 180px; }
  .modal-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .modal-btn {
    font-size: 11px;
    padding: 16px 10px 10px; }
  .header-thank-you .header-logo {
    margin-right: auto;
    margin-left: auto;
    width: 200px; }
  .header-thank-you .thank-you-daniel {
    width: 280px;
    left: 0px;
    top: 120px; }
  .header-thank-you .thank-you-title {
    margin-top: 250px; }
  .thank-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .thank-photo img {
    max-width: 120px;
    margin-right: 0;
    margin-bottom: 20px; }
  .thank-phone,
  .thank-email {
    text-align: center; } }
