









/*------------------------------------*\
  NORMALIZE
\*------------------------------------*/


html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  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;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: 700;
}
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: -0.25em;
}
sup {
  top: -0.5em;
}
img {
	display: block;
  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;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, 
[type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  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"] {
  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;
}





/*------------------------------------*\
  RESET
\*------------------------------------*/


*, *::before, *::after {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
button {
	color: inherit;
	background-color: transparent;
	padding: 0;
	border-width: 0;
	cursor: pointer;
}
img {
	width: 100%;
	height: auto;
}
figure {
	margin: 0;
}
input::-moz-focus-inner {
	padding: 0;
	border: 0;
	margin: 0;
}
ul, ol, dd {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit; 
	font-weight: inherit;
	margin: 0; 
}
p {
	margin: 0;
}

input[type=email],
input[type=phone],
input[type=text],
input[type=radio],
input[type=checkbox],
textarea,
select {
	-webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a[href^="tel"] {
  color: inherit;
}










/*------------------------------------*\
  #HEADER + #NAVIGATION
\*------------------------------------*/





/*------------------------------------*\
  #HEADER
\*------------------------------------*/


.page-head {
  position: sticky;
  width: 100%;
  top: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  z-index: 9999;
}

.page-head__inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 6em;
}

.page-head__logo {
  flex: 0 0 190px;
}

.page-head__buttons {
  display: flex;
  margin-left: auto;
}
.page-head__buttons .button:first-child {
  margin-right: 0.6em;
}

.page-head__icon {
  display: none;
}

.button--mobile {
  display: none !important;
}

.shadow {
  box-shadow: 0 0 10px rgba(44,52,68, 0.3);
}


@media only screen and (max-width: 1200px) {
  .page-head__inner {
    justify-content: space-between;
  }
  .page-head__logo {
    flex: 0 0 170px;
  }
  .page-head__buttons {
    margin: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .page-head .container {
    width: 100%;
  }
  .page-head__inner {
    height: 5em;
    padding: 0 1.2em;
  }
  .page-head__logo {
    flex: 0 0 160px;
  }
}

@media only screen and (max-width: 900px) {
  .page-head__inner {
    height: 4.5em;
    padding: 0 1.5em;
  }
  .page-head__logo {
    margin-right: auto;
  }
  .page-head__buttons {
    margin-right: 1.5em;
  }
  .page-head__icon {
    display: block;
  }
}

@media only screen and (max-width: 550px) {
  .page-head__inner {
    height: 4em;
    padding: 0 1em;
  }
  .page-head__logo {
    flex: 0 0 140px;
  }
  .page-head__buttons {
    margin-right: 0.5em;
  }
  .page-head__buttons .button {
    padding: 0.6em 0.8em;
  }
  .page-head__buttons .button:last-child {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .page-head__logo {
    flex: 0 0 130px;
  }
  .page-head__buttons .button:first-child {
    margin: 0;
  }
}

@media only screen and (max-width: 400px) {
  .page-head__logo {
    flex: 0 0 120px;
  }
}





/*------------------------------------*\
  #NAVIGATION
\*------------------------------------*/


.page-head__nav {
  margin-left: 6%;
}

.primary-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.primary-nav__list li {
  position: relative;
  padding-bottom: 1em;
  margin: 1em 1.5em 0;
}

.primary-nav__link,
.dropdown__link {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #2c3444;
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}

.link--dropdown {
  display: flex;
  align-items: center;
}
.link--dropdown svg {
  width: 0.75em;
  fill: #2c3444;
  margin: 0.05em 0 0 0.3em;
}

.primary-nav__list li:hover ul {
  margin-top: 2em;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.2s 0.2s, opacity 0.2s 0.2s, margin 0.2s 0.2s;
          transition: visibility 0.2s 0.2s, opacity 0.2s 0.2s, margin 0.2s 0.2s;
}

.primary-nav__dropdown {
  position: absolute;
  top: 0;
  left: -2em;
  background: #2c3444;
  padding: 2em;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(44,52,68, 0.3);
  margin-top: 3em;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  -webkit-transition: visibility 0.2s 0.2s, opacity 0.2s 0.2s, margin 0.2s 0.2s;
          transition: visibility 0.2s 0.2s, opacity 0.2s 0.2s, margin 0.2s 0.2s;
}
.primary-nav__dropdown::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #2c3444;
  margin: auto;
}
.dropdown--product {
  width: 11em;
}
.dropdown--resources {
  width: 13em;
}
.primary-nav__dropdown li {
  padding: 0;
  margin: 1.2em 0;
}
.primary-nav__dropdown li:first-child {
  margin-top: 0;
}
.primary-nav__dropdown li:last-child {
  margin-bottom: 0;
}
.dropdown__link {
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}

.link--active,
.primary-nav__link:hover,
.dropdown__link:hover {
  color: #6abd45;
}


@media only screen and (max-width: 1200px) {
  .page-head__nav {
    margin: 0;
  }
  .primary-nav__list li {
    margin: 1em 1.2em 0;
  }
  .primary-nav__dropdown li {
    margin: 1.2em 0;
  }
}

@media only screen and (max-width: 1100px) {
  .primary-nav__list li {
    margin: 1em 1em 0;
  }
  .primary-nav__link {
    font-size: 1em;
  }
  .dropdown--product {
    width: 10em;
  }
  .dropdown--resources {
    width: 12em;
  }
  .dropdown__link {
    font-size: 0.9em;
  }
  .primary-nav__dropdown li {
    margin: 1em 0;
  }
}





/*------------------------------------*\
  #MOBILE-MENU
\*------------------------------------*/


@media only screen and (max-width: 900px) {
  .page-head__nav {
    position: fixed;
    display: block;
    width: 300px;
    height: 100%;
    top: 4.5em;
    right: -300px;
    background: #174376;
    box-shadow: 0 0 10px rgba(44,52,68, 0.3);
    margin: 0;
    -webkit-transition: all 0.65s cubic-bezier(0.77, 0.06, 0.28, 0.85);
            transition: all 0.65s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    z-index: 9999;
  }
  .page-head__nav.open {
    right: 0;
  }
  .primary-nav {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .primary-nav__list {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2em 3em 5em;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .primary-nav__list li {
    margin: 0.8em 0;
  }
  .primary-nav__link,
  .dropdown__link {
    font-size: 1.2em;
    color: #fff;
    padding: 0;
  }
  .link--dropdown {
    display: flex;
    align-items: center;
  }
  .link--dropdown svg {
    width: 0.6em;
    fill: #6abd45;
    margin: 0.15em 0 0 0.4em;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .primary-nav__list li:hover ul {
    margin-top: 1em;
  }
  .primary-nav__dropdown {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    padding: 0;
    border-radius: none;
    box-shadow: none;
    margin-top: 1em;
    visibility: visible;
    opacity: 1;
  }
  .primary-nav__dropdown::before {
    display: none;
  }
  .dropdown--product,
  .dropdown--resources {
    width: 100%;
  }
  .primary-nav__dropdown li {
    margin: 1em 0;
  }
  .dropdown__link {
    font-size: 1em;
    font-weight: 400;
  }
}

@media only screen and (max-width: 550px) {
  .page-head__nav {
    width: 260px;
    top: 4em;
    right: -260px;
  }
  .primary-nav__list {
    padding: 1.5em 2.5em 4.5em;
  }
}

@media only screen and (max-width: 550px) {
  .button--mobile {
    display: block !important;
  }
}





/*------------------------------------*\
  #ICON-MENU
\*------------------------------------*/


.page-head__icon {
  position: relative;
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 9999;
}

.icon__menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.icon__menu span,
.icon__menu span::before,
.icon__menu span::after {
  position: absolute;
  width: 30px;
  height: 4px;
  top: 10px;
  left: 0;
  right: 0;
  background-color: #174376;
  border-radius: 1px;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
}
.icon__menu span::before,
.icon__menu span::after {
  content: '';
}
.icon__menu span:before {
  top: 9px;
}
.icon__menu span:after {
  top: -9px;
}


.active .icon__menu span {
  background-color: transparent !important;
  transition: background 0.2s ease-out;
}
.active .icon__menu span:before,
.active .icon__menu span:after {
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}
.active .icon__menu span:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
.active .icon__menu span:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}










/*------------------------------------*\
  #GLOBAL
\*------------------------------------*/


/*

FONTS

font-family: 'proxima-nova', sans-serif;
font-weight: 300;
font-weight: 400;
font-weight: 500;
font-weight: 600;
font-weight: 700;
font-weight: 800;

COLORS

Stone: #f4f3f5;
Dark Stone: #e2e2e2;

Blue: #174376;
Dark Blue: #113b6b;

Green: #6abd45;
Dark Green: #5eb03a;

Orange: #faa31b;
Dark Orange: #ee9812;

Slate: #2c3444;

*/





/*------------------------------------*\
  #LAYOUT
\*------------------------------------*/


html,
body {
  min-height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

section {
  margin: 8em auto;
}

footer {
  flex-shrink: 0;
}

.container {
  position: relative;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.no-scroll {
  overflow: hidden;
}


@media only screen and (max-width: 1300px) {
  section {
    margin: 7em auto;
  }
}

@media only screen and (max-width: 1100px) {
  section {
    margin: 6em auto;
  }
}

@media only screen and (max-width: 900px) {
  section {
    margin: 5em auto;
  }
}

@media only screen and (max-width: 700px) {
  section {
    margin: 4em auto;
  }
}

@media only screen and (max-width: 550px) {
  section {
    margin: 3em auto;
  }
}





/*------------------------------------*\
  #TYPE
\*------------------------------------*/


body {
  font-family: 'proxima-nova', sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #2c3444;
}

.page-content h1,
.page-content h2,
.page-content h3 {
  font-size: 3.2em;
  font-weight: 700;
  color: #174376;
  margin-bottom: 0.5em;
}

.page-content h1 {
  font-size: 3.2em;
  line-height: 1.2;
}
.page-content h2 {
  font-size: 2.4em;
  line-height: 1.2;
}
.page-content h3 {
  font-size: 1.8em;
  line-height: 1.3;
}
.page-content h4 {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.3;
  color: #2c3444;
  margin-bottom: 0.4em;
}

.page-content p,
.page-content li {
  font-size: 1.1em;
  line-height: 1.7;
}
.page-content p {
  margin-bottom: 1.2em;
}
.page-content p a {
  font-weight: 700;
  text-decoration: underline;
  color: #6abd45;
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
.page-content p a:hover {
  color: #faa31b;
}

.page-content li {
  position: relative;
  padding-left: 1.8em;
  margin: 0.7em 0;
}
.page-content li::before {
  position: absolute;
  content: url(../img/icons/interface/check-box.svg);
  width: 0.9em;
  height: 0.9em;
  top: 0.1em;
  left: 0;
}
.page-content li:last-child {
  margin-bottom: 0;
}

.content--home p {
  font-size: 1.2em;
  line-height: 1.8;
}


@media only screen and (max-width: 1300px) {
  .page-content h1 {
    font-size: 2.8em;
  }
}

@media only screen and (max-width: 1200px) {
  .page-content h1 {
    font-size: 2.6em;
  }
  .page-content h2 {
    font-size: 2em;
  }
  .page-content h3 {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 1100px) {
  .page-content h1 {
    font-size: 2.4em;
  }
  .page-content h2 {
    font-size: 1.8em;
  }
  .page-content h3 {
    font-size: 1.4em;
  }
  .page-content h4 {
    font-size: 1.3em;
  }
  .page-content p,
  .page-content li {
    font-size: 1em;
  }
  .page-content li {
    padding-left: 1.7em;
    margin: 0.6em 0;
  }
  .content--home p {
    font-size: 1.1em;
    line-height: 1.7;
  }
}

@media only screen and (max-width: 1000px) {
  .page-content h1 {
    font-size: 2.2em;
  }
}

@media only screen and (max-width: 900px) {
  .page-content h1 {
    font-size: 2em;
  }
  .page-content h2 {
    font-size: 1.6em;
  }
  .page-content h3 {
    font-size: 1.3em;
  }
  .page-content h4 {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 700px) {
  .page-content h1 {
    font-size: 1.8em;
  }
  .page-content h2 {
    font-size: 1.4em;
  }
  .page-content h3 {
    font-size: 1.2em;
  }
  .page-content h4 {
    font-size: 1.1em;
  }
  .page-content p,
  .page-content li {
    font-size: 0.9em;
    line-height: 1.6;
  }
  .page-content li {
    margin: 0.5em 0;
  }
  .content--home p {
    font-size: 1em;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 600px) {
  .page-content h1 {
    font-size: 1.7em;
  }
}

@media only screen and (max-width: 550px) {
  .page-content h1 {
    font-size: 1.6em;
  }
  .page-content h2 {
    font-size: 1.3em;
  }
  .page-content h3 {
    font-size: 1.1em;
  }
}






/*------------------------------------*\
  #COMMON
\*------------------------------------*/





/*------------------------------------*\
  #BUTTON
\*------------------------------------*/


.button {
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 0.9em 1.4em;
  background: #6abd45;
  border: 2px solid #6abd45;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
          transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
}
.button:hover {
  background: #5eb03a;
  border: 2px solid #5eb03a;
}

.button--blue {
  background: #174376;
  border: 2px solid #174376;
}
.button--blue:hover {
  background: #113b6b;
  border: 2px solid #113b6b;
}

.button--orange {
  background: #faa31b;
  border: 2px solid #faa31b;
}
.button--orange:hover {
  background: #ee9812;
  border: 2px solid #ee9812;
}

.button--icon {
  display: flex;
  align-items: center;
}
.button--icon svg {
  width: 1em;
  fill: #fff;
  margin-right: 0.5em;
  -webkit-transition: fill 0.5s ease;
          transition: fill 0.5s ease;
}


@media only screen and (max-width: 1100px) {
  .button {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 900px) {
  .button {
    padding: 0.8em 1.2em;
  }
}

@media only screen and (max-width: 700px) {
  .button {
    font-size: 0.8em;
    padding: 0.8em 1.2em;
  }
}





/*------------------------------------*\
  #INPUTS
\*------------------------------------*/


.label,
.input__error p {
  display: block;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0.5em;
}

.input {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3;
  color: #2c3444;
  background: #fff;
  padding: 0.9em;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 1.2em;
  -webkit-transition: border-color 0.5s ease;
          transition: border-color 0.5s ease;
}
.input:focus {
  outline: 0;
  border-color: #6abd45;
}

::-webkit-input-placeholder {
  color: #bfc2c7;
}
::-moz-placeholder { 
  color: #bfc2c7;
  opacity: 1;
}
:-ms-input-placeholder { 
  color: #bfc2c7;
}
::-ms-input-placeholder { 
  color: #bfc2c7;
}
::placeholder { 
  color: #bfc2c7;
}

textarea {
  height: 150px;
  resize: none;
}

input[type=submit] {
  width: 100%;
  font-size: 1em;
  padding: 0.9em 1.4em;
  outline: 0;
}

.input__error {
  display: flex;
  align-items: center;
  margin: -0.6em 0 1.2em;
}
.input__error img {
  width: 12px;
  margin-right: 0.3em;
}
.input__error p {
  color: #faa31b;
  margin: 0;
}


@media only screen and (max-width: 700px) {
  .label,
  .input__error p {
    font-size: 0.8em;
  }
  .input,
  input[type=submit] {
    font-size: 0.9em;
  }
  .input__error img {
    width: 10px;
  }
}





/*------------------------------------*\
  #TABLES
\*------------------------------------*/


table {
  width: 100%;
  font-family: 'proxima-nova', sans-serif;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 400;
  color: #2c3444;
  border-collapse: separate;
  margin: 1.6em 0;
}

th,
td {
  text-align: center;
  padding: 0.8em;
}

th {
  font-weight: 600;
  color: #fff;
  background: #2c3444;
  border-left: 1px solid #fff;
}
th:first-child {
  border-left: none;
  border-top-left-radius: 4px;
}
th:last-child {
  border-top-right-radius: 4px;
}

td {
  border-left: 1px solid #2c3444;
  border-bottom: 1px solid #2c3444;
}
td:last-child {
  border-right: 1px solid #2c3444;
}

tbody tr:nth-child(even) {
  background-color: #f4f3f5;
}
tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 4px;
}
tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 4px;
}


@media only screen and (max-width: 1100px) {
  table {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 700px) {
  table {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 550px) {
  table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }
}





/*------------------------------------*\
  #CTA-BLOCK
\*------------------------------------*/


.cta-block {
  position: relative;
  margin-bottom: -5.5em;
  z-index: 99;
}

.cta-block__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #6abd45;
  padding: 2.5em 3.5em;
  border-radius: 8px;
}

.cta-block__content h2,
.cta-block__content p {
  color: #fff;
}
.cta-block__content h2 {
  margin-bottom: 0.2em;
}
.cta-block__content p {
  margin: 0;
}

.cta-block__button .button {
  width: 12em;
}

.cta-block--start .cta-block__inner {
  justify-content: center;
  padding: 3.8em 3.5em;
}
.cta-block--start .contact__link:first-child {
  margin-right: 5em;
}
.cta-block--start .contact__link img {
  width: 1.9em;
  margin: 0.6em 0.8em 0 0;
}
.cta-block--start .contact__link span {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.cta-block--start .contact__link:hover span {
  color: #174376;
}


@media only screen and (max-width: 1200px) {
  .cta-block--start .contact__link:first-child {
    margin-right: 4em;
  }
  .cta-block--start .contact__link span {
    font-size: 2em;
  }
  .cta-block--start .contact__link img {
    width: 1.6em;
    margin: 0.5em 0.7em 0 0;
  }
}

@media only screen and (max-width: 1100px) {
  .cta-block {
    margin-bottom: -4.5em;
  }
  .cta-block__inner {
    padding: 2.2em 3em;
  }
  .cta-block--start .cta-block__inner {
    padding: 3.5em 3em;
  }
  .cta-block--start .contact__link:first-child {
    margin-right: 3em;
  }
  .cta-block--start .contact__link span {
    font-size: 1.8em;
  }
  .cta-block--start .contact__link img {
    width: 1.4em;
    margin: 0.5em 0.6em 0 0;
  }
}

@media only screen and (max-width: 900px) {
  .cta-block {
    margin-bottom: -3.5em;
  }
  .cta-block__inner {
    padding: 1.5em 1.8em;
  }
  .cta-block__button .button {
    width: 10em;
  }
  .cta-block--start .cta-block__inner {
    padding: 2.5em 2em;
  }
  .cta-block--start .contact__link span {
    font-size: 1.6em;
  }
  .cta-block--start .contact__link img {
    width: 1.3em;
    margin: 0.4em 0.5em 0 0;
  }
}

@media only screen and (max-width: 800px) {
  .cta-block {
    margin-bottom: 0;
  }
  .cta-block .container {
    width: 100%;
  }
  .cta-block__inner,
  .cta-block--start .cta-block__inner {
    padding: 3em 5%;
    border-radius: 0;
  }
  .cta-block__button .button {
    width: inherit;
  }
}

@media only screen and (max-width: 700px) {
  .cta-block__inner {
    display: block;
    text-align: center;
  }
  .cta-block__content h2 {
    margin-bottom: 0.5em;
  }
  .cta-block__button .button {
    margin-top: 1.6em;
  }
  .cta-block--start .cta-block__inner {
    display: flex;
  }
  .cta-block--start .contact__link:first-child {
    margin-right: 2em;
  }
  .cta-block--start .contact__link span {
    font-size: 1.4em;
  }
  .cta-block--start .contact__link img {
    width: 1.1em;
  }
}

@media only screen and (max-width: 550px) {
  .cta-block__inner {
    display: block;
    text-align: center;
  }
  .cta-block__content h2 {
    margin-bottom: 0.5em;
  }
  .cta-block__button .button {
    margin-top: 1.6em;
  }
  .cta-block--start .cta-block__inner {
    display: flex;
    flex-direction: column;
  }
  .cta-block--start .contact__link:first-child {
    margin: 0 0 1em;
  }
  .cta-block--start .contact__link span {
    font-size: 1.3em;
  }
  .cta-block--start .contact__link img {
    width: 1em;
  }
}









/*------------------------------------*\
  #SLIDER
\*------------------------------------*/





/*------------------------------------*\
  #SLIDER-SETUP
\*------------------------------------*/


.slider .slide {
  display: none;
}
.slider.slick-initialized .slide {
  display: block;
}
.slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
     -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none !important;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}









/*------------------------------------*\
  #FOOTER
\*------------------------------------*/


.page-foot {
  position: relative;
  background: #2c3444;
  padding: 11.5em 0 6em;
  overflow: hidden;
}
.page-foot::before {
  position: absolute;
  content: url(../img/shapes/circle.svg);
  width: 11.5em;
  bottom: -7em;
  left: -4em;
}

.page-foot h5,
.page-foot p,
.footer-nav__link,
.contact__link span {
  letter-spacing: 0.025em;
  line-height: 1.4;
  color: #fff;
}
.page-foot h5 {
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 1.2em;
}
.page-foot p,
.footer-nav__link,
.contact__link span {
  display: block;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 0.7em;
}
.footer-nav__link,
.contact__link span {
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
.footer-nav__link:hover,
.contact__link span:hover {
  color: #6abd45;
}

.page-foot__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.page-foot__logo {
  margin-right: 10%;
}
.page-foot__logo img {
  width: 190px;
  margin-bottom: 1.7em;
}

.page-foot__nav,
.page-foot__office,
.page-foot__contact {
  margin-right: 5%;
}

.footer-nav {
  display: flex;
}
.footer-nav ul:first-child {
  margin-right: 3em;
}

.contact__link {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.contact__link img {
  width: 0.8em;
  margin: 0.3em 0.6em 0 0;
}


@media only screen and (max-width: 1300px) {
  .page-foot__logo {
    margin-right: 5%;
  }
}

@media only screen and (max-width: 1200px) {
  .page-foot {
    padding: 10.5em 0 5em;
  }
  .page-foot::before {
    width: 9em;
    bottom: -6em;
    left: -4em;
  }
  .page-foot__logo {
    width: 100%;
    margin: 0 0 2.5em;
  }
  .page-foot__logo img {
    margin: 0;
  }
  .page-foot__logo p {
    display: none;
  }
  .page-foot__nav,
  .page-foot__office,
  .page-foot__contact {
    margin: 0;
  }
  .page-foot__nav {
    width: 35%;
  }
  .page-foot__office {
    width: 40%;
  }
  .page-foot__contact {
    width: 25%;
  }
}

@media only screen and (max-width: 1100px) {
  .page-foot {
    padding: 9.5em 0 5em;
  }
}

@media only screen and (max-width: 900px) {
  .page-foot {
    padding: 8.5em 0 4em;
  }
  .page-foot__inner {
    display: block;
  }
  .page-foot__logo {
    margin: 0 0 2.5em;
  }
  .page-foot__logo img {
    width: 160px;
  }
  .page-foot__nav,
  .page-foot__office,
  .page-foot__contact {
    width: 100%;
  }
  .page-foot__office {
    margin: 1.5em 0;
  }
}

@media only screen and (max-width: 800px) {
  .page-foot {
    padding: 4em 0;
  }
}

@media only screen and (max-width: 550px) {
  .page-foot {
    padding: 3em 0;
  }
  .page-foot::before {
    display: none;
  }
  .page-foot__logo img {
    width: 140px;
  }
  .page-foot h5 {
    font-size: 1em;
    margin-bottom: 1em;
  }
  .page-foot p,
  .footer-nav__link,
  .contact__link span {
    font-size: 0.9em;
    margin-bottom: 0.5em;
  }
}





/*------------------------------------*\
  #MODAL
\*------------------------------------*/


.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(44,52,68, 0.8);
  z-index: 999999;
}

.modal {
  position: fixed;
  width: 450px;
  max-width: calc(100% - 2em);
  top: 50%;
  left: 50%;
  background: #174376;
  border-radius: 8px;
  overflow: hidden;
  z-index: 9999999;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.modal__close {
  position: fixed;
  display: block;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1;
  color: #6abd45;
  top: 0;
  right: 0.2em;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
.modal__close:hover {
  color: #5eb03a;
}

.modal__content {
  max-height: calc(100vh - 2em);
  padding: 2.5em;
  overflow: auto;
}
.modal__content h3 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin: 0.5em 0 0.2em;
}
.modal__content h4 {
  max-width: 300px;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin: 0 auto 1.5em;
}
.modal__content p {
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-top: 1.5em;
}
.modal__content p a {
  text-decoration: underline;
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
.modal__content p a:hover {
  color: #6abd45;
}

.modal__content .input__error p {
  line-height: 1.3;
  color: #faa31b;
  margin: 0;
}



@media only screen and (max-width: 700px) {
  .modal {
    width: 400px;
  }
  .modal__close {
    font-size: 2.5em;
  }
  .modal__content {
    padding: 2em;
  }
  .modal__content h3 {
    font-size: 2.2em;
  }
  .modal__content h4 {
    font-size: 1em;
  }
  .modal__content p {
    font-size: 0.8em;
  }
}









