/*
0 - 600px:      Phone
600 - 900px:    Tbalet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800]   normal styles
1800px + :      Big desktop
*/
/*
$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}

@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}

@media only screen and (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}

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

*::-moz-selection {
  background-color: #3996c5;
  color: #fff;
}

*::selection {
  background-color: #3996c5;
  color: #fff;
}

@-webkit-keyframes finger-pulsation {
  0% {
    color: #1e5890;
    left: 0;
  }
  100% {
    color: #3996c5;
    left: 1.2rem;
  }
}

@keyframes finger-pulsation {
  0% {
    color: #1e5890;
    left: 0;
  }
  100% {
    color: #3996c5;
    left: 1.2rem;
  }
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  /*font-size: 16px;*/
  line-height: 1.7;
  color: #175085;
}

.heading-secondary {
  width: 66%;
  height: 4rem;
  margin-bottom: 4rem;
  font-family: 'Heebo', sans-serif;
  font-size: 2rem;
  line-height: 4.2rem;
  font-weight: 400;
  letter-spacing: .1rem;
  word-spacing: .1rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
  background-color: #3996c5;
  color: #eee;
  border-radius: 2px;
}

@media only screen and (max-width: 75em) {
  .heading-secondary {
    width: 90%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 28.125em) {
  .heading-secondary {
    height: 7rem;
    line-height: 2.8rem;
  }
}

@media only screen and (max-width: 19.6875em) {
  .heading-secondary {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 28.125em) {
  .heading-secondary__title {
    display: block;
    margin-right: 3rem;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.info__text {
  font-size: 1.6rem;
  word-spacing: .1rem;
}

@media only screen and (max-width: 75em) {
  .info__text {
    width: 90%;
  }
}

.gradient-div--horizontal {
  width: 85%;
  height: 2px;
  margin-left: 15%;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#bddef0), to(#1e5890));
  background-image: linear-gradient(to right, transparent, #bddef0, #1e5890);
}

.gradient-div--vertical {
  width: 2px;
  height: 71%;
  margin-top: 15%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bddef0), color-stop(#73c3eb), to(#1e5890));
  background-image: linear-gradient(to bottom, #bddef0, #73c3eb, #1e5890);
  float: left;
  position: absolute;
  left: -2px;
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.nowrap:not(:last-child) {
  margin-right: 1.5rem;
}

.indent {
  padding-left: 2.5rem;
}

.indent-big {
  padding-left: 4rem;
}

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

.row-gutter {
  padding-top: 8rem;
}

.fb-icon__container {
  max-width: 114rem;
  margin: 1rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 3rem;
}

@media only screen and (max-width: 56.25em) {
  .fb-icon__container {
    margin-top: 1.5rem;
  }
}

.fb-icon__link, .fb-icon__link:link, .fb-icon__link:visited {
  position: relative;
  right: 7.6rem;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fb-icon__link:hover, .fb-icon__link:active, .fb-icon__link:focus {
  cursor: pointer;
  -webkit-filter: brightness(1.6);
          filter: brightness(1.6);
}

.fb-icon__link:focus {
  outline: none;
}

.fb-icon__icon {
  font-size: 3rem;
  color: #175085;
}

.fb-icon__link--contact, .fb-icon__link--contact:link, .fb-icon__link--contact:visited {
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.fb-icon__link--contact:hover, .fb-icon__link--contact:active, .fb-icon__link--contact:focus {
  cursor: pointer;
  -webkit-filter: brightness(1.7);
          filter: brightness(1.7);
}

.fb-icon__icon--contact {
  position: relative;
  font-size: 3rem;
  color: #175085;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.instalex-big {
  width: 90vw;
  overflow: hidden;
  position: absolute;
  top: 21rem;
  left: 2rem;
  margin-left: 1rem;
  z-index: -1;
  font-family: 'Heebo', sans-serif;
  font-size: 30rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5rem;
  opacity: .07;
  color: #175085;
}

@media only screen and (max-width: 43.75em) {
  .instalex-big {
    top: 18rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .instalex-big {
    display: none;
  }
}

.logo {
  width: 35rem;
  height: 35rem;
  margin: 3rem auto 0 auto;
}

@media only screen and (max-width: 56.25em) {
  .logo {
    padding-left: 3rem;
  }
}

@media only screen and (max-width: 43.75em) {
  .logo {
    padding-left: 0;
  }
}

@media only screen and (max-width: 37.5em) {
  .logo {
    display: none;
  }
}

.logo__outer-circle {
  width: 35rem;
  height: 35rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  -webkit-box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.15), -0.1rem -0.1rem 0.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.15), -0.1rem -0.1rem 0.5rem rgba(0, 0, 0, 0.08);
}

.logo__mid-circle {
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#73c3eb), color-stop(#1e5890), color-stop(#73c3eb), color-stop(#73c3eb), color-stop(#1e5890), color-stop(#73c3eb), color-stop(#73c3eb), color-stop(#1e5890), to(#73c3eb));
  background-image: linear-gradient(to right, #73c3eb, #1e5890, #73c3eb, #73c3eb, #1e5890, #73c3eb, #73c3eb, #1e5890, #73c3eb);
  border: 1px solid #1e5890;
  -webkit-box-shadow: 0.4rem 0.4rem 0.2rem #bddef0, -0.4rem -0.4rem 0.2rem #bddef0, -0.4rem 0.4rem 0.2rem #bddef0, 0.4rem -0.4rem 0.2rem #bddef0;
          box-shadow: 0.4rem 0.4rem 0.2rem #bddef0, -0.4rem -0.4rem 0.2rem #bddef0, -0.4rem 0.4rem 0.2rem #bddef0, 0.4rem -0.4rem 0.2rem #bddef0;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.logo__inner-circle {
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background-color: #fff;
  z-index: 12;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #1e5890;
  -webkit-box-shadow: inset 0.4rem 0.4rem 0.2rem #bddef0, inset -0.4rem -0.4rem 0.2rem #bddef0, inset -0.4rem 0.4rem 0.2rem #bddef0, inset 0.4rem -0.4rem 0.2rem #bddef0;
          box-shadow: inset 0.4rem 0.4rem 0.2rem #bddef0, inset -0.4rem -0.4rem 0.2rem #bddef0, inset -0.4rem 0.4rem 0.2rem #bddef0, inset 0.4rem -0.4rem 0.2rem #bddef0;
}

.logo__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Heebo', sans-serif;
  text-align: center;
}

.logo__upper-text {
  font-size: 1.5rem;
  font-weight: 500;
}

.logo__mid-text h1 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 800;
  line-height: 5rem;
  letter-spacing: .2rem;
  color: #1e5890;
}

@media only screen and (max-width: 37.5em) {
  .logo__mid-text h1 {
    background-image: -webkit-gradient(linear, left top, right top, from(#3996c5), to(#1e5890));
    background-image: linear-gradient(to right, #3996c5, #1e5890);
    -webkit-background-clip: text;
    color: transparent;
  }
}

.logo__lower-text {
  font-size: 1.5rem;
  font-weight: 100;
}

@media only screen and (max-width: 37.5em) {
  .logo__lower-text {
    font-weight: 500;
  }
}

.logo--mobile {
  display: none;
}

@media only screen and (max-width: 37.5em) {
  .logo--mobile {
    display: block;
    width: 100%;
    text-align: center;
    margin: 1rem auto 0 auto;
    padding: 1rem 0;
  }
}

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

@media only screen and (max-width: 75em) {
  .contact__slogan-container {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .contact__slogan-container {
    margin-top: 0;
  }
}

.contact__slogan {
  font-family: 'Heebo', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e5890;
}

.contact__slogan--small {
  font-size: 1.6rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  color: #3996c5;
  text-transform: uppercase;
}

.mailto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .mailto {
    width: 29rem;
  }
}

.mailto__finger-icon {
  position: relative;
  font-size: 6rem;
  line-height: 10rem;
  margin-right: .5rem;
  -webkit-animation: finger-pulsation 0.9s cubic-bezier(0.51, 0.64, 0.39, 2.05) 1s infinite alternate;
          animation: finger-pulsation 0.9s cubic-bezier(0.51, 0.64, 0.39, 2.05) 1s infinite alternate;
}

.mailto__link-icon, .mailto__link-icon:link, .mailto__link-icon:visited {
  font-size: 10rem;
  line-height: 10rem;
  margin-left: .5rem;
  color: #1e5890;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.mailto__link-icon:hover, .mailto__link-icon:active, .mailto__link-icon:focus {
  cursor: pointer;
  color: #3996c5;
}

.mailto__link-icon:focus {
  outline: none;
}

.welcome__slogan {
  display: inline-block;
  margin: 0rem 0 7rem 8rem;
  max-width: 50%;
  /* 
  // 450px
  @include respond-unpredef(28.125em) {
    width: 80%;
  }
*/
}

@media only screen and (max-width: 43.75em) {
  .welcome__slogan {
    display: block;
    margin: 0 auto 6rem auto;
    max-width: 80%;
    width: 50%;
  }
}

@media only screen and (max-width: 37.5em) {
  .welcome__slogan {
    width: 60%;
    display: none;
  }
}

.welcome__slogan__text {
  font-family: 'Heebo', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: .2;
  color: rgba(30, 88, 144, 0.65);
}

.welcome__slogan__gradient {
  width: 125%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3996c5), to(#bddef0));
  background-image: linear-gradient(to right, #3996c5, #bddef0);
  margin-top: .3rem;
}

@media only screen and (max-width: 43.75em) {
  .welcome__slogan__gradient {
    width: 100%;
  }
}

.footer {
  height: 10rem;
  background-color: #3996c5;
  text-align: center;
}

@media only screen and (max-width: 75em) {
  .footer {
    height: 8rem;
  }
}

.footer__text {
  font-size: 1.6rem;
  line-height: 10rem;
  word-spacing: .3rem;
  color: #cfcfcf;
}

@media only screen and (max-width: 75em) {
  .footer__text {
    line-height: 8rem;
  }
}

.footer__link, .footer__link:link, .footer__link:visited {
  text-decoration: none;
  color: #cfcfcf;
}

.footer__link:hover, .footer__link:active, .footer__link:focus {
  cursor: pointer;
  color: #eee;
}

.footer__link:focus {
  outline: none;
}

.row {
  max-width: 114rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.row:not(:last-child) {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 43.75em) {
  .row:not(:last-child) {
    margin-bottom: 6rem;
  }
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

[class^="col-"] {
  float: left;
}

[class^="col-"]:not(:last-child) {
  margin-right: 6rem;
}

.col-1-of-1 {
  width: 100%;
  position: relative;
}

.col-1-of-2 {
  width: calc((100% - 6rem) / 2);
  position: relative;
}

@media only screen and (max-width: 43.75em) {
  .col-1-of-2 {
    width: 100%;
  }
}

.col-1-of-3 {
  width: calc((100% - 6rem) / 3);
  position: relative;
}

@media only screen and (max-width: 75em) {
  .col-1-of-3 {
    width: 100%;
    margin-top: 4rem;
  }
}

.col-1-of-3-secondary {
  width: calc((100% - 6rem) / 3);
  position: relative;
}

@media only screen and (max-width: 37.5em) {
  .col-1-of-3-secondary {
    width: 100%;
    margin-top: 4rem;
  }
}

.col-2-of-3 {
  width: calc((100% - 6rem) / 3 * 2);
  position: relative;
}

@media only screen and (max-width: 75em) {
  .col-2-of-3 {
    width: 100%;
    margin-top: 4rem;
  }
}

.modal-navigation__checkbox {
  display: none;
}

.modal-navigation__button {
  background-color: #fff;
  height: 7rem;
  width: 7rem;
  position: fixed;
  top: 6rem;
  right: 6rem;
  border-radius: 50%;
  z-index: 2000;
  -webkit-box-shadow: 0.5rem 0.5rem 4rem rgba(30, 88, 144, 0.4);
          box-shadow: 0.5rem 0.5rem 4rem rgba(30, 88, 144, 0.4);
  text-align: center;
  cursor: pointer;
  display: none;
}

@media only screen and (max-width: 56.25em) {
  .modal-navigation__button {
    top: 4rem;
    right: 4rem;
  }
}

@media only screen and (max-width: 46.875em) {
  .modal-navigation__button {
    top: 2.5rem;
    right: 2.5rem;
  }
}

@media only screen and (max-width: 28.125em) {
  .modal-navigation__button {
    top: 2.5rem;
    right: 1.5rem;
  }
}

.modal-navigation__background {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  position: fixed;
  top: 6.5rem;
  right: 6.5rem;
  background-image: radial-gradient(#73c3eb, #1e5890);
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
}

@media only screen and (max-width: 56.25em) {
  .modal-navigation__background {
    top: 4.5rem;
    right: 4.5rem;
  }
}

@media only screen and (max-width: 46.875em) {
  .modal-navigation__background {
    top: 3rem;
    right: 3rem;
  }
}

@media only screen and (max-width: 28.125em) {
  .modal-navigation__background {
    top: 3rem;
    right: 2rem;
  }
}

.modal-navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1500;
  opacity: 0;
  width: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.modal-navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%;
}

.modal-navigation__item {
  margin: 2rem;
}

.modal-navigation__link, .modal-navigation__link:link, .modal-navigation__link:visited {
  display: inline-block;
  font-size: 2rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  word-spacing: .4rem;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #fff 50%);
  background-size: 240%;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.modal-navigation__link:hover, .modal-navigation__link:active, .modal-navigation__link:focus {
  background-position: 100%;
  color: #3996c5;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}

.modal-navigation__link:focus {
  outline: none;
}

.modal-navigation__checkbox:checked ~ .modal-navigation__background {
  -webkit-transform: scale(80);
          transform: scale(80);
}

.modal-navigation__checkbox:checked ~ .modal-navigation__nav {
  opacity: 1;
  width: 100%;
}

.modal-navigation__icon {
  position: relative;
  margin-top: 3.5rem;
}

.modal-navigation__icon, .modal-navigation__icon::before, .modal-navigation__icon::after {
  width: 3rem;
  height: 2px;
  background-color: #164775;
  display: inline-block;
}

.modal-navigation__icon::before, .modal-navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.modal-navigation__icon::before {
  top: -.8rem;
}

.modal-navigation__icon::after {
  top: .8rem;
}

.modal-navigation__button:hover .modal-navigation__icon::before {
  top: -1rem;
}

.modal-navigation__button:hover .modal-navigation__icon::after {
  top: 1rem;
}

.modal-navigation__checkbox:checked + .modal-navigation__button .modal-navigation__icon {
  background-color: transparent;
}

.modal-navigation__checkbox:checked + .modal-navigation__button .modal-navigation__icon::before {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.modal-navigation__checkbox:checked + .modal-navigation__button .modal-navigation__icon::after {
  top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.side-nav {
  margin-top: 12rem;
  float: right;
}

@media only screen and (max-width: 43.75em) {
  .side-nav {
    float: none;
    width: 50%;
    margin: 4rem auto 0 auto;
  }
}

@media only screen and (max-width: 37.5em) {
  .side-nav {
    width: 60%;
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media only screen and (max-width: 28.125em) {
  .side-nav {
    width: 80%;
  }
}

.side-nav__list {
  list-style-type: none;
}

.side-nav__list-item {
  border-bottom: 1px solid rgba(22, 71, 117, 0.3);
}

.side-nav__list-item:not(:first-child) {
  margin-top: 2rem;
}

.side-nav__link, .side-nav__link:link, .side-nav__link:active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 6rem;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid transparent;
}

@media only screen and (max-width: 43.75em) {
  .side-nav__link, .side-nav__link:link, .side-nav__link:active {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.side-nav__link:hover, .side-nav__link:active {
  cursor: pointer;
  border-bottom: 1px solid #8bd0f3;
}

.side-nav__link:hover .side-nav__link__text,
.side-nav__link:active .side-nav__link__text,
.side-nav__link:focus .side-nav__link__text {
  color: #3996c5;
}

.side-nav__link:hover .side-nav__link__icon,
.side-nav__link:active .side-nav__link__icon,
.side-nav__link:focus .side-nav__link__icon {
  font-size: 4.5rem;
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}

.side-nav__link:active .side-nav__link__icon {
  background-position: 100%;
}

.side-nav__link:focus {
  outline: none;
}

.side-nav__link__icon-container {
  width: 7rem;
}

.side-nav__link__icon {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #3996c5), color-stop(60%, #164775), to(#3996c5));
  background-image: linear-gradient(to right, #3996c5 5%, #164775 60%, #3996c5);
  background-size: 200%;
  background-position: 200%;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 4rem;
  margin-right: 2rem;
  display: inline-block;
  position: relative;
  bottom: 1rem;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.side-nav__link__text {
  display: block;
  position: relative;
  bottom: .6rem;
  margin-right: 6rem;
  padding-left: 1.2rem;
  font-family: 'Heebo', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #175085;
  letter-spacing: .1rem;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media only screen and (max-width: 43.75em) {
  .side-nav__link__text {
    margin-right: 0;
  }
}

@media only screen and (max-width: 31.25em) {
  .side-nav__link__text {
    text-align: end;
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 21.25em) {
  .side-nav__link__text {
    padding-left: 0;
  }
}

.top-nav {
  position: relative;
  max-width: 114rem;
  margin: 0 auto;
  padding-right: 3rem;
  padding-top: 2.4rem;
}

@media only screen and (max-width: 37.5em) {
  .top-nav {
    padding-top: 1rem;
  }
}

.top-nav__list {
  position: relative;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-nav__list::after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 31.25em) {
  .top-nav__list {
    margin-left: 2rem;
  }
}

.top-nav__list-item {
  display: block;
  height: 5rem;
  overflow: hidden;
}

.top-nav__link, .top-nav__link:link, .top-nav__link:visited {
  display: inline-block;
  width: 12rem;
  height: inherit;
  text-decoration: none;
  font-family: 'Heebo', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #175085;
  letter-spacing: .1rem;
  text-align: center;
  line-height: 4rem;
  padding: 1rem 2rem;
  position: relative;
}

.top-nav__link::after, .top-nav__link:link::after, .top-nav__link:visited::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#3996c5), color-stop(40%, #3996c5), to(transparent));
  background-image: linear-gradient(to top right, #3996c5, #3996c5 40%, transparent);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: -1;
  opacity: 0;
  -webkit-box-shadow: inset 0 0 0 #fff;
          box-shadow: inset 0 0 0 #fff;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.top-nav__link:hover::after, .top-nav__link:focus::after {
  opacity: 1;
}

.top-nav__link:active::after {
  -webkit-box-shadow: inset 0 1.5rem 0 #fff;
          box-shadow: inset 0 1.5rem 0 #fff;
}

.top-nav__link:hover, .top-nav__link:focus {
  cursor: pointer;
  color: #eee;
}

.top-nav__link:focus {
  outline: none;
}

.welcome-section {
  background-image: radial-gradient(farthest-corner at 5% 30%, rgba(255, 255, 255, 0.014) 30%, #bddef0 85%, #73c3eb 110%);
}

.welcome-section::after {
  content: "";
  display: table;
  clear: both;
}

.info {
  background-color: #f5f5f5;
  padding: 8rem 0;
}

@media only screen and (max-width: 43.75em) {
  .info {
    padding: 6rem 0;
  }
}

.info__text {
  margin-top: 4rem;
}

.info__list {
  margin-top: 1.5rem;
  margin-left: 2rem;
}

.info__img-container {
  display: block;
  border-radius: 2px;
  overflow: hidden;
}

.info__img {
  display: block;
  width: 80%;
  max-width: 60rem;
  height: auto;
  margin: 4rem auto 0;
}

.info__img--fotowoltaika {
  width: 64%;
  max-width: 52rem;
}

.realization {
  background-color: #dbe9f0;
  padding: 8rem 0;
}

@media only screen and (max-width: 43.75em) {
  .realization {
    padding: 6rem 0;
  }
}

@media only screen and (max-width: 75em) {
  .realization__issue:first-of-type {
    margin-top: 4rem;
  }
}

.realization__issue:not(:last-child) {
  margin-bottom: 3rem;
}

.realization__issue__image-box {
  margin-right: 2.5em;
}

.realization__issue-title {
  font-size: 2rem;
  font-weight: 400;
}

.realization__issue-description {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1e5890;
}

.realization__issue__image-box {
  margin-top: 2rem;
}

.realization__img {
  height: 10rem;
  width: auto;
  margin: .1rem;
  border: 3px solid transparent;
  border-radius: 2px;
  overflow: hidden;
  -webkit-transition: border .2s;
  transition: border .2s;
}

.realization__img:hover {
  border: 3px solid #3996c5;
}

.realization__link:focus {
  outline: none;
}

.realization__link:focus > .realization__img {
  border: 3px solid #3996c5;
}

.contact {
  background-color: #f5f5f5;
  padding: 8rem 0;
}

@media only screen and (max-width: 43.75em) {
  .contact {
    padding: 6rem 0;
  }
}

@media only screen and (max-width: 75em) {
  .contact__para-container {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .contact__para-container {
    margin-top: 0;
    margin-left: -2.5rem;
    text-align: center;
  }
}

.contact__para {
  font-size: 1.6rem;
}

@media only screen and (max-width: 75em) {
  .contact__para {
    margin-left: 1rem;
  }
}

.contact__para:nth-last-child(1), .contact__para:nth-last-child(3) {
  margin-top: 2rem;
}
/*# sourceMappingURL=main.css.map */