@charset "UTF-8";
@font-face {
  font-family: 'GT Walsheim';
  src: url("../fonts/GT-Walsheim-Regular.otf");
  src: local("☺"), url("../fonts/GT-Walsheim-Regular.woff") format("woff"), url("../fonts/GT-Walsheim-Regular.ttf") format("truetype"), url("../fonts/GT-Walsheim-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url("../fonts/GT-Walsheim-Bold.otf");
  src: local("☺"), url("../fonts/GT-Walsheim-Bold.woff") format("woff"), url("../fonts/GT-Walsheim-Bold.ttf") format("truetype"), url("../fonts/GT-Walsheim-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/* MIXINES */
/* --- LAYOUT ---------------------------------- */
/* line 166, ../sass/_init.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 168, ../sass/_init.scss */
body {
  font-weight: normal;
}
/* line 171, ../sass/_init.scss */
body a {
  color: #666;
  text-decoration: none;
}
/* line 174, ../sass/_init.scss */
body a:hover, body a:focus {
  color: #666;
  text-decoration: none;
}
/* line 177, ../sass/_init.scss */
body a, body a:before, body a:after, body a > img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 178, ../sass/_init.scss */
body input[type='text']:focus, body input[type='password']:focus, body input[type='submit']:focus, body textarea:focus {
  outline: none;
}
/* line 179, ../sass/_init.scss */
body sup {
  position: relative;
  top: -0.6em;
  font-size: 0.6em;
}
/* line 181, ../sass/_init.scss */
body .cf {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  clear: both;
}

/* line 184, ../sass/_init.scss */
#container {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
/* line 187, ../sass/_init.scss */
#container .wrapper {
  height: 100%;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
/* line 190, ../sass/_init.scss */
#container .wrapper:before, #container .wrapper:after {
  content: '';
  display: block;
  overflow: hidden;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  clear: both;
}

/* line 1, ../sass/_grid.scss */
.grid {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0;
  justify-content: flex-start;
}
/* line 4, ../sass/_grid.scss */
.grid > div {
  padding: 0;
}
/* line 6, ../sass/_grid.scss */
.grid .col-1 {
  width: 8.3333%;
}
/* line 7, ../sass/_grid.scss */
.grid .col-2 {
  width: 16.6667%;
}
/* line 8, ../sass/_grid.scss */
.grid .col-3 {
  width: 25%;
}
/* line 9, ../sass/_grid.scss */
.grid .col-4 {
  width: 33.3333%;
}
/* line 10, ../sass/_grid.scss */
.grid .col-5 {
  width: 41.6667%;
}
/* line 11, ../sass/_grid.scss */
.grid .col-6 {
  width: 50%;
}
/* line 12, ../sass/_grid.scss */
.grid .col-7 {
  width: 58.3333%;
}
/* line 13, ../sass/_grid.scss */
.grid .col-8 {
  width: 66.6667%;
}
/* line 14, ../sass/_grid.scss */
.grid .col-9 {
  width: 75%;
}
/* line 15, ../sass/_grid.scss */
.grid .col-10 {
  width: 83.3333%;
}
/* line 16, ../sass/_grid.scss */
.grid .col-11 {
  width: 91.6667%;
}
/* line 17, ../sass/_grid.scss */
.grid .col-12 {
  width: 100%;
}

/* --- LAYOUT ---------------------------------- */
/* line 18, ../sass/style.scss */
body {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.05;
  font-family: "GT Walsheim", "Arial", "sans-serif";
  color: #666;
  background: #fff;
  margin: 0;
}

/* line 28, ../sass/style.scss */
#container {
  min-width: 320px;
  max-width: 1920px;
}
/* line 32, ../sass/style.scss */
#container .wrapper {
  width: 100%;
  max-width: 1555px;
  padding: 0 1rem;
}

/* line 39, ../sass/style.scss */
section {
  position: relative;
}
/* line 42, ../sass/style.scss */
section.section-padding-top {
  padding-top: 4%;
}
/* line 46, ../sass/style.scss */
section.section-padding-bottom {
  padding-bottom: 5.75rem;
}

/* line 51, ../sass/style.scss */
strong {
  font-weight: 700;
}

/* line 55, ../sass/style.scss */
h2 {
  margin: 4% 0 4%;
  font-weight: 600;
  font-size: 1.8em;
  color: #00ac35;
  text-align: center;
}
/* line 62, ../sass/style.scss */
h2 small {
  display: block;
  margin-top: 1em;
  font-size: 0.5em;
  color: #666;
  font-weight: 400;
}
/* line 70, ../sass/style.scss */
h2.green {
  color: #00ac35;
}

/* line 75, ../sass/style.scss */
.bullets {
  margin-top: .75rem;
  margin-left: 0;
  list-style-type: none;
  list-style-position: outside;
  padding-left: 1rem;
}
/* line 82, ../sass/style.scss */
.bullets li {
  position: relative;
  font-size: 24px;
  margin-bottom: .8rem;
  padding-left: .2rem;
  letter-spacing: 0.007em;
  line-height: 1.2;
  color: #fff;
}
/* line 91, ../sass/style.scss */
.bullets li::before {
  content: "-";
  position: absolute;
  left: -.8rem;
}
/* line 97, ../sass/style.scss */
.bullets li:last-child {
  margin-bottom: 0 !important;
}

/* line 106, ../sass/style.scss */
.boxes .box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 8.75rem;
}
/* line 112, ../sass/style.scss */
.boxes .box > .text {
  width: 51.5%;
}
/* line 116, ../sass/style.scss */
.boxes .box .image {
  width: 48.5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 123, ../sass/style.scss */
.boxes .box .text {
  text-align: left;
}
/* line 126, ../sass/style.scss */
.boxes .box .text .wrap {
  width: 100%;
  max-width: 800px;
}
/* line 133, ../sass/style.scss */
.boxes .box-1 .image {
  order: 1;
}
/* line 137, ../sass/style.scss */
.boxes .box-1 .text {
  order: 2;
  padding-bottom: 1.25rem;
}
/* line 141, ../sass/style.scss */
.boxes .box-1 .text .wrap {
  padding-left: 5.25%;
  padding-right: 10%;
}
/* line 149, ../sass/style.scss */
.boxes .box-2 .image {
  order: 2;
}
/* line 153, ../sass/style.scss */
.boxes .box-2 .text {
  order: 1;
  padding-bottom: 1rem;
}
/* line 157, ../sass/style.scss */
.boxes .box-2 .text .wrap {
  padding-left: 2.5rem;
  padding-right: 5%;
}
/* line 162, ../sass/style.scss */
.boxes .box-2 .text h2 {
  letter-spacing: 0.02em;
}

/* line 170, ../sass/style.scss */
.cta {
  display: inline-block;
  position: relative;
  padding: 0.6em 1em;
  font-size: 1.3em;
  outline: none;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
}
/* line 178, ../sass/style.scss */
.cta div {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-weight: 700;
  color: #fff;
  justify-content: center;
  align-items: center;
}
/* line 186, ../sass/style.scss */
.cta div strong {
  margin-left: 0.5em;
  margin-right: 0.8em;
  margin-bottom: 0.05em;
  font-size: 1em;
}
/* line 193, ../sass/style.scss */
.cta div:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 22px;
  background: url("../img/arrow.png?v=1.0") no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 206, ../sass/style.scss */
.cta:hover div:after {
  margin-left: 0.15em;
  margin-right: -0.15em;
}
/* line 213, ../sass/style.scss */
.cta-small {
  font-size: 1.1em;
}
/* line 217, ../sass/style.scss */
.cta-white {
  border: solid 1px #fff;
}
/* line 221, ../sass/style.scss */
.cta-blue {
  background: #005aa9;
}
/* line 225, ../sass/style.scss */
.cta-green {
  background: #00ac35;
}

/* line 230, ../sass/style.scss */
.cta-info {
  margin-top: 1.5em;
  font-size: 0.95em;
}
/* line 234, ../sass/style.scss */
.cta-info a {
  text-decoration: underline;
}
/* line 237, ../sass/style.scss */
.cta-info a:hover {
  text-decoration: underline;
}

/* --- TOP ------------------------------------- */
/* line 246, ../sass/style.scss */
#top {
  padding: 0 0;
  background: url("../img/section-1.jpg?v=1.0") no-repeat;
  background-size: cover;
}
/* line 253, ../sass/style.scss */
#top .content {
  position: relative;
  margin-top: 4.7rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 3.85rem;
}
/* line 263, ../sass/style.scss */
#top .box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-size: 10px;
  margin-bottom: 3.6rem;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
  box-shadow: 16px 16px 40px 0px rgba(0, 0, 0, 0.15);
}
/* line 275, ../sass/style.scss */
#top .title {
  font-weight: 300;
  color: #fff;
  background-color: #005aa9;
  padding: 0 2.75rem;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
  box-shadow: 16px 16px 40px 0px rgba(0, 0, 0, 0.15);
}
/* line 284, ../sass/style.scss */
#top .title h1 {
  margin-top: 1.75rem;
  margin-bottom: 2.3rem;
  letter-spacing: 0.01em;
  font-size: 5.9em;
  line-height: 1.15;
}
/* line 293, ../sass/style.scss */
#top .subtitle {
  background-color: #c2d8f2;
  color: #005aa9;
  font-size: 3em;
  line-height: 1.13;
  letter-spacing: 0.015em;
  margin-top: -4.5rem;
  padding: 6.2rem 2.75rem 1.7rem;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
  box-shadow: 16px 16px 40px 0px rgba(0, 0, 0, 0.15);
}
/* line 307, ../sass/style.scss */
#top .logo {
  margin-top: -4.5rem;
  padding: 5.75rem 2.75rem 2.5rem;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
}
/* line 311, ../sass/style.scss */
#top .logo img {
  max-width: 350px;
}
/* line 317, ../sass/style.scss */
#top .cta-box .cta {
  padding: 1.175em 2.25em 1em 2em;
}
/* line 319, ../sass/style.scss */
#top .cta-box .cta div::after {
  width: 20px;
  height: 29px;
}
/* line 324, ../sass/style.scss */
#top .cta-box strong {
  margin-left: 0;
  letter-spacing: 0.02em;
  margin-right: 1.25rem;
}
/* line 329, ../sass/style.scss */
#top .cta-box .ctcph {
  letter-spacing: 0.025em;
}
/* line 334, ../sass/style.scss */
#top .scroll-down {
  display: inline-flex;
  align-items: center;
  width: auto;
  color: #fff;
  position: absolute;
  right: 50%;
  bottom: 1.35rem;
  transform: translateX(50%);
  font-size: 18px;
}
/* line 345, ../sass/style.scss */
#top .scroll-down .arrow {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: .75rem;
  background: url("../img/arrow.png?v=1.0") no-repeat;
  transform: rotate(90deg) translateX(3px);
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 357, ../sass/style.scss */
#top .scroll-down:hover .arrow {
  top: 3px;
}
/* line 360, ../sass/style.scss */
#top .scroll-down:hover .arrow:last-child {
  top: 27px;
}

/* --- Ofert --------------------------------- */
/* line 371, ../sass/style.scss */
#ofert .title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 6.5rem;
  padding-bottom: 6rem;
}
/* line 378, ../sass/style.scss */
#ofert .ofert-title {
  margin-top: 0;
  width: 40%;
  color: #005aa9;
  text-align: left;
  letter-spacing: 0.01em;
  line-height: 1.14;
  font-size: 48px;
}
/* line 388, ../sass/style.scss */
#ofert .ofert-sub {
  width: 49%;
  padding-top: 0.5rem;
  line-height: 1.2;
  display: block;
}
/* line 395, ../sass/style.scss */
#ofert .ofert {
  margin: -10px -15px;
  justify-content: center;
}
/* line 399, ../sass/style.scss */
#ofert .ofert .item {
  display: block;
  width: 25%;
  padding: 10px;
}
/* line 404, ../sass/style.scss */
#ofert .ofert .item .icon {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  border-radius: 2.5rem;
}
/* line 412, ../sass/style.scss */
#ofert .ofert .item .text {
  margin-top: 0.8em;
  font-size: 30px;
  line-height: 1.13;
  letter-spacing: 0.01em;
  text-align: center;
}
/* line 419, ../sass/style.scss */
#ofert .ofert .item .text strong {
  color: #005aa9;
}
/* line 426, ../sass/style.scss */
#ofert .ofert-subtitle {
  display: block;
  margin-top: 4.3rem;
  color: #005aa9;
  font-size: 35px;
  font-weight: bold;
}
/* line 434, ../sass/style.scss */
#ofert .ofert-icons {
  margin-top: 5%;
  justify-content: space-between;
}
/* line 438, ../sass/style.scss */
#ofert .ofert-icons .item {
  width: 48.5%;
  margin: 0;
  display: flex;
  align-items: flex-start;
  box-shadow: 16px 16px 40px 0px rgba(0, 0, 0, 0.15);
  padding: 1.9rem 3rem 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  border-radius: 2.5rem;
}
/* line 448, ../sass/style.scss */
#ofert .ofert-icons .item .icon-wrap {
  margin-right: 2.5rem;
}
/* line 452, ../sass/style.scss */
#ofert .ofert-icons .item .text {
  line-height: 1.23;
  margin-top: .25rem;
  letter-spacing: 0.018em;
}
/* line 458, ../sass/style.scss */
#ofert .ofert-icons .item strong {
  display: block;
  margin-bottom: .5rem;
}
/* line 462, ../sass/style.scss */
#ofert .ofert-icons .item:last-of-type {
  padding-left: 1.5rem;
}
/* line 464, ../sass/style.scss */
#ofert .ofert-icons .item:last-of-type .icon-wrap {
  margin-right: 1.8rem;
}
/* line 471, ../sass/style.scss */
#ofert .cta-box {
  margin: 5.6rem 0 0;
  text-align: center;
}
/* line 474, ../sass/style.scss */
#ofert .cta-box .cta {
  font-size: 28px;
  padding: 2rem 2.25rem 1.5rem;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  border-radius: 26px;
}

/* --- BRANCH --------------------------------- */
/* line 484, ../sass/style.scss */
.branch {
  background: #0066b3;
  color: white;
}
/* line 488, ../sass/style.scss */
.branch .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4% 0;
}
/* line 495, ../sass/style.scss */
.branch .content .txt {
  padding-left: 30px;
  text-align: left;
  font-size: 1.35em;
}
/* line 500, ../sass/style.scss */
.branch .content .txt h3 {
  font-size: 1em;
  line-height: 1.2em;
  padding-bottom: 15px;
}
/* line 506, ../sass/style.scss */
.branch .content .txt .btn {
  position: relative;
  color: white;
  text-decoration: underline;
  font-size: 0.7em;
  padding-right: 20px;
}
/* line 513, ../sass/style.scss */
.branch .content .txt .btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  transform: translateY(-50%) rotate(-45deg);
  transition: right 0.3s;
}
/* line 527, ../sass/style.scss */
.branch .content .txt .btn:hover::after {
  right: 5px;
}

/* --- PROFITS --------------------------------- */
/* line 539, ../sass/style.scss */
#profits {
  background-color: #f1f1f1;
}
/* line 541, ../sass/style.scss */
#profits .title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 5.5rem;
  padding-bottom: 6rem;
}
/* line 548, ../sass/style.scss */
#profits .profits-title {
  margin-top: 0;
  width: 40%;
  color: #005aa9;
  text-align: left;
  line-height: 1.14;
  font-size: 48px;
}
/* line 557, ../sass/style.scss */
#profits .profits-sub {
  width: 49%;
  padding-top: 0.25rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
  display: block;
}

/* line 567, ../sass/style.scss */
.profits .profits {
  margin: -10px;
  justify-content: center;
}
/* line 571, ../sass/style.scss */
.profits .profits .item {
  width: 25%;
  padding: 10px;
}
/* line 575, ../sass/style.scss */
.profits .profits .item .icon {
  display: block;
  max-width: 151px;
  margin: 0 auto;
  height: 114px;
}
/* line 582, ../sass/style.scss */
.profits .profits .item .text {
  margin-top: 1.5rem;
  font-size: 24px;
  text-align: center;
  line-height: 1.17;
}
/* line 591, ../sass/style.scss */
.profits .cta-box {
  margin: 4.1rem 0 0;
  text-align: center;
}
/* line 594, ../sass/style.scss */
.profits .cta-box .cta {
  font-size: 28px;
  padding: 2rem 3rem 1.5rem;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  border-radius: 26px;
}

/* line 603, ../sass/style.scss */
.profits2 .title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 5.15rem;
  padding-bottom: 4rem;
  margin-bottom: 0;
}
/* line 611, ../sass/style.scss */
.profits2 .profits-title {
  margin-top: 0;
  margin-bottom: 0;
  width: 45%;
  color: #005aa9;
  text-align: left;
  line-height: 1.14;
  font-size: 48px;
  letter-spacing: 0.002em;
}
/* line 623, ../sass/style.scss */
.profits2 .profits .item .icon {
  height: 122px;
}
/* line 626, ../sass/style.scss */
.profits2 .profits .item .text {
  margin-top: 1.95rem;
  color: #58595b;
}

/* --- BENEFITS -------------------------------- */
/* line 637, ../sass/style.scss */
#benefits .boxes {
  padding: 8.75rem .25rem 0;
}
/* line 639, ../sass/style.scss */
#benefits .boxes .box {
  box-shadow: 16px 16px 40px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  border-radius: 2.5rem;
  overflow: hidden;
}
/* line 644, ../sass/style.scss */
#benefits .boxes .box .content {
  padding: 2.75rem 0 11%;
  letter-spacing: 0.06em;
}
/* line 648, ../sass/style.scss */
#benefits .boxes .box .content h2 {
  margin: 0;
  color: #fff;
  text-align: left;
  line-height: 1.15;
}
/* line 656, ../sass/style.scss */
#benefits .boxes .box .content small {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0.007em;
  margin-top: 1rem;
  line-height: 1.23;
}
/* line 665, ../sass/style.scss */
#benefits .boxes .box .image {
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
  width: 48.5%;
}
/* line 670, ../sass/style.scss */
#benefits .boxes .box-1 {
  background: #00ac35;
}
/* line 672, ../sass/style.scss */
#benefits .boxes .box-1 .image {
  background-image: url("../img/benefits-1.jpg?v=1.2");
  transform: translateX(-1px);
}
/* line 682, ../sass/style.scss */
#benefits .boxes .box-2 {
  background: #005aa9;
}
/* line 684, ../sass/style.scss */
#benefits .boxes .box-2 .content {
  padding-bottom: 8rem;
}
/* line 687, ../sass/style.scss */
#benefits .boxes .box-2 .image {
  background-image: url("../img/benefits-2.jpg?v=1.3");
  transform: translateX(1px);
}
/* line 692, ../sass/style.scss */
#benefits .boxes .box-2 .text small {
  font-size: 26px;
  margin-top: 1.25rem;
  line-height: 1.2;
}

/* --- LOCATIONS ------------------------------- */
/* line 710, ../sass/style.scss */
#locations .wrapper > .grid > .col.list {
  width: 31%;
  padding-right: 1rem;
}
/* line 714, ../sass/style.scss */
#locations .wrapper > .grid > .col.list h2 {
  text-align: left;
  margin-top: -4px;
  margin-bottom: 3rem;
  color: #005aa9;
  font-size: 3rem;
  line-height: 1.145;
  letter-spacing: 0.01em;
}
/* line 723, ../sass/style.scss */
#locations .wrapper > .grid > .col.list .list {
  font-size: 1.85em;
}
/* line 726, ../sass/style.scss */
#locations .wrapper > .grid > .col.list .list #logo2 {
  display: none;
}
/* line 730, ../sass/style.scss */
#locations .wrapper > .grid > .col.list .list .header {
  margin: 0 0 16px;
}
/* line 734, ../sass/style.scss */
#locations .wrapper > .grid > .col.list .list .item {
  cursor: pointer;
  margin: 0 0 0.1rem;
}
/* line 738, ../sass/style.scss */
#locations .wrapper > .grid > .col.list .list .item .title {
  align-items: center;
}
/* line 741, ../sass/style.scss */
#locations .wrapper > .grid > .col.list .list .item .title .icon-marker {
  width: 0.8em;
  margin-right: 0.7em;
}
/* line 746, ../sass/style.scss */
#locations .wrapper > .grid > .col.list .list .item .title p {
  padding-bottom: 0.2em;
  padding-top: 0.2em;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
}
/* line 754, ../sass/style.scss */
#locations .wrapper > .grid > .col.list .list .item .title .icon-new {
  margin-left: 0.5em;
}
/* line 762, ../sass/style.scss */
#locations .wrapper > .grid > .col.map {
  width: 69%;
  position: relative;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
  box-shadow: 16px 16px 40px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
/* line 769, ../sass/style.scss */
#locations .wrapper > .grid > .col.map .pop-logo {
  max-width: 150px;
  margin-bottom: .5rem;
}
/* line 774, ../sass/style.scss */
#locations .wrapper > .grid > .col.map #map {
  height: 100%;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
  box-shadow: 16px 16px 40px 0px rgba(0, 0, 0, 0.15);
  min-height: 600px;
}
/* line 781, ../sass/style.scss */
#locations .wrapper > .grid > .col.map:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 60px 40px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
/* line 802, ../sass/style.scss */
#locations .cta-box {
  margin-top: 2.3rem;
}
/* line 804, ../sass/style.scss */
#locations .cta-box.mobile {
  display: none;
}
/* line 807, ../sass/style.scss */
#locations .cta-box .cta {
  padding: 2rem 2rem 1.75rem;
  font-size: 22px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  border-radius: 26px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1599px) {
  /* line 807, ../sass/style.scss */
  #locations .cta-box .cta {
    padding: 2rem 2.25rem 1.75rem 2.65rem;
    font-size: 26px;
  }
}
/* line 816, ../sass/style.scss */
#locations .cta-box .cta div::after {
  width: 20px;
  height: 29px;
}
/* line 821, ../sass/style.scss */
#locations .cta-box strong {
  margin-left: .5rem;
  letter-spacing: 0.05em;
  margin-right: 1.25rem;
}
/* line 828, ../sass/style.scss */
#locations .gm-style-iw {
  text-align: center;
}

/* --- FOOTER ---------------------------------- */
/* line 836, ../sass/style.scss */
#footer {
  padding: 1.6rem 0;
}
/* line 839, ../sass/style.scss */
#footer .text {
  font-size: 18px;
  line-height: 1.2;
  color: #58595b;
  text-align: center;
}
/* line 844, ../sass/style.scss */
#footer .text br {
  display: none;
}

/* --- COOKIES --------------------------------- */
/* line 1, ../sass/imports/_cookies.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 9, ../sass/imports/_cookies.scss */
.js_cookies-information {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s;
  opacity: 1;
  z-index: 6999;
  background-color: #005aa9;
  padding: 1.8rem 0 1.8rem;
}

/* line 25, ../sass/imports/_cookies.scss */
.js_cookies-information__img {
  display: none;
}

/* line 29, ../sass/imports/_cookies.scss */
.js_cookies-information__text {
  font-size: 18px;
  text-align: justify;
  color: #fff;
  line-height: 1.15;
  letter-spacing: 0.002em;
}

/* line 37, ../sass/imports/_cookies.scss */
.js_cookies-information__container {
  padding-right: 8.75rem;
  position: relative;
}

/* line 42, ../sass/imports/_cookies.scss */
.js_cookies-information__exit {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: -.75rem;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

/* line 55, ../sass/imports/_cookies.scss */
.js_cookies-information__exit:after,
.js_cookies-information__exit:before {
  content: "";
  width: 100%;
  height: .3rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

/* line 66, ../sass/imports/_cookies.scss */
.js_cookies-information__exit:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 72, ../sass/imports/_cookies.scss */
.js_cookies-information__exit:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 78, ../sass/imports/_cookies.scss */
.js_cookies-information__exit--hover:hover .js_cookies-information__exit,
.js_cookies-information__exit:active,
.js_cookies-information__exit:focus,
.js_cookies-information__exit:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 87, ../sass/imports/_cookies.scss */
.js_cookies-information--hide {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

/* line 94, ../sass/imports/_cookies.scss */
.js_cookies-information__img {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.25rem;
  width: auto;
  height: auto;
}

/* line 106, ../sass/imports/_cookies.scss */
.js_cookies-information__container {
  padding-left: 5.75rem;
}

/* line 110, ../sass/imports/_cookies.scss */
.js_cookies-information {
  font-size: 11px;
}

/* line 114, ../sass/imports/_cookies.scss */
.js_cookies-information .wrap {
  min-width: 320px;
  max-width: 1230px;
  position: relative;
  margin: 0 auto;
}

/* line 121, ../sass/imports/_cookies.scss */
.js_cookies-information a {
  color: #fff;
  text-decoration: underline;
}

/* line 126, ../sass/imports/_cookies.scss */
.js_cookies-information p {
  margin: 0;
}

/* --- RWD ------------------------------------- */
@media screen and (max-width: 1600px) {
  /* line 3, ../sass/imports/_rwd-1600.scss */
  body {
    /*display: none;*/
  }

  /* --- LAYOUT ---------------------------------- */
  /* line 9, ../sass/imports/_rwd-1600.scss */
  body {
    font-size: calc(0.48vw + 18.5px);
  }

  /* line 13, ../sass/imports/_rwd-1600.scss */
  .bullets {
    margin-top: 1.5rem;
  }
  /* line 15, ../sass/imports/_rwd-1600.scss */
  .bullets li {
    font-size: 20px;
    margin-bottom: 0.6rem;
    letter-spacing: 0;
  }
  /* line 19, ../sass/imports/_rwd-1600.scss */
  .bullets li br {
    display: none;
  }

  /* line 26, ../sass/imports/_rwd-1600.scss */
  #top .content {
    margin-top: 3.5rem;
    padding-bottom: 3.25rem;
  }
  /* line 30, ../sass/imports/_rwd-1600.scss */
  #top .box {
    margin-bottom: 3.25rem;
  }
  /* line 34, ../sass/imports/_rwd-1600.scss */
  #top .title h1 {
    font-size: 38px;
  }
  /* line 38, ../sass/imports/_rwd-1600.scss */
  #top .subtitle {
    font-size: 24px;
  }
  /* line 42, ../sass/imports/_rwd-1600.scss */
  #top .logo img {
    max-width: 200px;
  }
  /* line 47, ../sass/imports/_rwd-1600.scss */
  #top .cta-box strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  /* line 3, ../sass/imports/_rwd-1280.scss */
  body {
    /*display: none;*/
  }

  /* --- TOP ------------------------------------- */
  /* line 7, ../sass/imports/_rwd-1280.scss */
  #top {
    background-position: 50% top;
  }
  /* line 10, ../sass/imports/_rwd-1280.scss */
  #top .content {
    margin-top: 5rem;
    padding-bottom: 2.5rem;
  }
  /* line 15, ../sass/imports/_rwd-1280.scss */
  #top .box,
  #top .title,
  #top .subtitle,
  #top .logo {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
  }
  /* line 22, ../sass/imports/_rwd-1280.scss */
  #top .box {
    margin-bottom: 2rem;
  }
  /* line 26, ../sass/imports/_rwd-1280.scss */
  #top .title {
    padding: 0 1.55rem;
  }
  /* line 29, ../sass/imports/_rwd-1280.scss */
  #top .title h1 {
    font-size: 36px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    line-height: 1.2;
  }
  /* line 38, ../sass/imports/_rwd-1280.scss */
  #top .subtitle {
    font-size: 20px;
    padding: 4.6rem 1.55rem 1.25rem;
    margin-top: -3.5rem;
    line-height: 1.23;
  }
  /* line 45, ../sass/imports/_rwd-1280.scss */
  #top .logo {
    padding: 2.25rem 1.55rem 1.65rem;
    margin-top: -2rem;
  }
  /* line 49, ../sass/imports/_rwd-1280.scss */
  #top .logo img {
    max-width: 151px;
  }
  /* line 56, ../sass/imports/_rwd-1280.scss */
  #top .cta-box .cta {
    padding: 1.55rem 2rem 1.4rem 2.5rem;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    border-radius: 26px;
  }
  /* line 60, ../sass/imports/_rwd-1280.scss */
  #top .cta-box .cta div::after {
    width: 16px;
    height: 19px;
  }
  /* line 66, ../sass/imports/_rwd-1280.scss */
  #top .cta-box strong {
    font-size: 22px;
    margin-right: .75rem;
  }
  /* line 77, ../sass/imports/_rwd-1280.scss */
  #top .scroll-down {
    font-size: 14px;
    bottom: .75rem;
  }

  /* --- LAYOUT ---------------------------------- */
  /* line 87, ../sass/imports/_rwd-1280.scss */
  #container .wrapper {
    padding: 0 1.5rem;
  }

  /* line 92, ../sass/imports/_rwd-1280.scss */
  h2 {
    font-size: 1.75em;
  }

  /* line 100, ../sass/imports/_rwd-1280.scss */
  .boxes .box-1 .text .wrap {
    padding-left: 5%;
  }

  /* line 108, ../sass/imports/_rwd-1280.scss */
  .cta {
    font-size: 1em;
  }
  /* line 112, ../sass/imports/_rwd-1280.scss */
  .cta div:after {
    width: 30px;
    height: 18px;
  }
  /* line 118, ../sass/imports/_rwd-1280.scss */
  .cta-small {
    font-size: 1em;
  }

  /* --- OFERT ---------------------------------- */
  /* line 127, ../sass/imports/_rwd-1280.scss */
  #ofert .title {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 4.1rem;
    padding-bottom: 5rem;
  }
  /* line 135, ../sass/imports/_rwd-1280.scss */
  #ofert .ofert-title {
    margin-top: 0;
    margin-bottom: .75rem;
    width: 100%;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.2;
    font-size: 35px;
  }
  /* line 145, ../sass/imports/_rwd-1280.scss */
  #ofert .ofert-sub {
    width: 100%;
    padding-top: 0.5rem;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }

  /* --- PROFITS --------------------------------- */
  /* line 158, ../sass/imports/_rwd-1280.scss */
  .profits .profits .item {
    width: 33%;
  }
  /* line 161, ../sass/imports/_rwd-1280.scss */
  .profits .profits .item .text {
    font-size: 22px;
    margin-top: 1.9rem;
    line-height: 1.2;
  }
  /* line 168, ../sass/imports/_rwd-1280.scss */
  .profits .cta-box {
    margin-top: 3.9rem;
  }
  /* line 170, ../sass/imports/_rwd-1280.scss */
  .profits .cta-box .cta {
    font-size: 20px;
    padding: 1.45rem 0.8rem 1.25rem 2rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
  /* line 175, ../sass/imports/_rwd-1280.scss */
  .profits .cta-box strong {
    margin-left: .5rem;
  }

  /* line 182, ../sass/imports/_rwd-1280.scss */
  #profits .title {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  /* line 188, ../sass/imports/_rwd-1280.scss */
  #profits .profits-title {
    font-size: 35px;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  /* line 193, ../sass/imports/_rwd-1280.scss */
  #profits .profits-sub {
    width: 100%;
    letter-spacing: 0;
  }

  /* line 201, ../sass/imports/_rwd-1280.scss */
  #ofert .ofert-subtitle {
    font-size: 30px;
    margin-top: 4.3rem;
  }
  /* line 206, ../sass/imports/_rwd-1280.scss */
  #ofert .ofert .item {
    width: 50%;
    margin-bottom: .8rem;
  }
  /* line 210, ../sass/imports/_rwd-1280.scss */
  #ofert .ofert .item .text {
    margin-top: 1.6rem;
    line-height: 1.22;
    font-size: 24px;
    padding: 0 .5rem;
  }
  /* line 218, ../sass/imports/_rwd-1280.scss */
  #ofert .ofert-icons {
    margin-top: 3.5rem;
  }
  /* line 220, ../sass/imports/_rwd-1280.scss */
  #ofert .ofert-icons .item {
    width: 100%;
    padding-top: 2.75rem;
    padding-right: 1rem;
    padding-bottom: 3rem;
    margin-bottom: 2.3rem;
  }
  /* line 226, ../sass/imports/_rwd-1280.scss */
  #ofert .ofert-icons .item .text {
    margin-top: 1.25rem;
    letter-spacing: 0;
  }
  /* line 230, ../sass/imports/_rwd-1280.scss */
  #ofert .ofert-icons .item strong {
    margin-bottom: .75rem;
  }
  /* line 235, ../sass/imports/_rwd-1280.scss */
  #ofert .cta-box {
    margin-top: 3.5rem;
  }
  /* line 237, ../sass/imports/_rwd-1280.scss */
  #ofert .cta-box .cta {
    font-size: 20px;
    padding: 1.45rem .75rem 1.15rem 2rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }

  /* line 246, ../sass/imports/_rwd-1280.scss */
  #benefits .boxes {
    padding: 5.45rem 0 0;
  }
  /* line 248, ../sass/imports/_rwd-1280.scss */
  #benefits .boxes .box {
    margin-bottom: 5.75rem;
  }
  /* line 250, ../sass/imports/_rwd-1280.scss */
  #benefits .boxes .box .image,
  #benefits .boxes .box .text {
    width: 100%;
  }
  /* line 254, ../sass/imports/_rwd-1280.scss */
  #benefits .boxes .box .image {
    height: 24.4rem;
    transform: none;
  }
  /* line 258, ../sass/imports/_rwd-1280.scss */
  #benefits .boxes .box .text {
    padding-bottom: .5rem;
    order: 2;
  }
  /* line 261, ../sass/imports/_rwd-1280.scss */
  #benefits .boxes .box .text .wrap {
    padding: 0 1.5rem 0 2.25rem;
  }
  /* line 265, ../sass/imports/_rwd-1280.scss */
  #benefits .boxes .box .content {
    padding-top: 2.4rem;
    padding-bottom: 1rem;
    letter-spacing: 0.01em;
  }
  /* line 269, ../sass/imports/_rwd-1280.scss */
  #benefits .boxes .box .content h2 {
    font-size: 35px;
  }
  /* line 271, ../sass/imports/_rwd-1280.scss */
  #benefits .boxes .box .content h2 br {
    display: none;
  }
  /* line 275, ../sass/imports/_rwd-1280.scss */
  #benefits .boxes .box .content small {
    font-size: 24px;
    margin-top: 1.5rem;
  }

  /* --- LOCATIONS ------------------------------- */
  /* line 288, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper > .grid {
    flex-direction: column;
  }
  /* line 291, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper > .grid > .col.list {
    width: 100%;
    padding-right: 0;
  }
  /* line 294, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper > .grid > .col.list h2 {
    font-size: 35px;
    margin-top: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 2rem;
  }
  /* line 301, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper > .grid > .col.list .list .item {
    margin-bottom: .45rem;
  }
  /* line 304, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper > .grid > .col.list .list .item .title br {
    display: none;
  }
  /* line 307, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper > .grid > .col.list .list .item .title p {
    margin: 0;
    font-size: 24px;
  }
  /* line 311, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper > .grid > .col.list .list .item .title .icon-marker {
    width: auto;
    margin-right: 0.5em;
  }
  /* line 316, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper > .grid > .col.list .list .item .title p {
    padding-bottom: 0.2em;
    padding-top: 0.2em;
    font-size: 0.6em;
  }
  /* line 322, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper > .grid > .col.list .list .item .title .icon-new {
    margin-left: 0.4em;
  }
  /* line 330, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper > .grid > .col.map {
    width: 100%;
    position: relative;
    min-height: 35rem;
    margin-top: 3.75rem;
  }
  /* line 337, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper > .grid > .col.map #map {
    height: 100%;
    -webkit-border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    -ms-border-radius: 0.6em;
    border-radius: 0.6em;
  }
  /* line 342, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper > .grid > .col.map:after {
    display: none;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 60px 40px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  /* line 361, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper .cta-box {
    text-align: center;
    margin-top: 5.6rem;
  }
  /* line 364, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper .cta-box.desktop {
    display: none;
  }
  /* line 367, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper .cta-box.mobile {
    display: block;
  }
  /* line 370, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper .cta-box .cta {
    font-size: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 1.4rem 1.5rem 1.15rem 1.5rem;
  }
  /* line 374, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper .cta-box .cta div::after {
    width: 16px;
    height: 19px;
  }
  /* line 378, ../sass/imports/_rwd-1280.scss */
  #locations .wrapper .cta-box .cta strong {
    margin-right: 1.1rem;
    letter-spacing: 0;
  }
  /* line 386, ../sass/imports/_rwd-1280.scss */
  #locations .gm-style-iw {
    text-align: center;
  }

  /* line 392, ../sass/imports/_rwd-1280.scss */
  .profits2 .title {
    padding-top: 1.5rem;
    padding-bottom: 3.3rem;
  }
  /* line 396, ../sass/imports/_rwd-1280.scss */
  .profits2 .profits-title {
    font-size: 35px;
    width: 100%;
  }
  /* line 401, ../sass/imports/_rwd-1280.scss */
  .profits2 .profits .item {
    width: 50%;
  }

  /* line 407, ../sass/imports/_rwd-1280.scss */
  #footer {
    padding: .6rem 0;
  }

  /* line 411, ../sass/imports/_rwd-1280.scss */
  .js_cookies-information {
    padding-top: 1.4rem;
  }
  /* line 413, ../sass/imports/_rwd-1280.scss */
  .js_cookies-information__img {
    left: -0.75rem;
  }
  /* line 416, ../sass/imports/_rwd-1280.scss */
  .js_cookies-information__text {
    font-size: 14px;
    letter-spacing: 0;
  }
  /* line 420, ../sass/imports/_rwd-1280.scss */
  .js_cookies-information__container {
    padding-right: 3.5rem;
    padding-left: 4.1rem;
  }
  /* line 424, ../sass/imports/_rwd-1280.scss */
  .js_cookies-information__exit {
    width: 2.3rem;
    height: 2.3rem;
    right: -1.25rem;
    top: -0.35rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 3, ../sass/imports/_rwd-768.scss */
  body {
    /*display: none;*/
  }

  /* --- LAYOUT ---------------------------------- */
  /* line 10, ../sass/imports/_rwd-768.scss */
  #container .wrapper {
    padding: 0 1rem;
  }

  /* line 16, ../sass/imports/_rwd-768.scss */
  section.section-padding-top {
    padding-top: 28px;
  }
  /* line 20, ../sass/imports/_rwd-768.scss */
  section.section-padding-bottom {
    padding-bottom: 28px;
  }

  /* line 25, ../sass/imports/_rwd-768.scss */
  h2 {
    margin: 28px 0 28px;
  }

  /* line 31, ../sass/imports/_rwd-768.scss */
  .cta div strong {
    font-size: 20px;
  }

  /* line 37, ../sass/imports/_rwd-768.scss */
  .bullets {
    margin-top: .8rem;
    padding-left: .5rem;
  }
  /* line 40, ../sass/imports/_rwd-768.scss */
  .bullets li {
    font-size: 18px;
    padding-left: 0;
  }

  /* line 48, ../sass/imports/_rwd-768.scss */
  .boxes .box > div {
    width: 100%;
  }
  /* line 52, ../sass/imports/_rwd-768.scss */
  .boxes .box .image {
    padding-top: 80%;
  }
  /* line 57, ../sass/imports/_rwd-768.scss */
  .boxes .box-1 .image {
    order: 2;
  }
  /* line 61, ../sass/imports/_rwd-768.scss */
  .boxes .box-1 .text {
    order: 1;
  }
  /* line 64, ../sass/imports/_rwd-768.scss */
  .boxes .box-1 .text .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 73, ../sass/imports/_rwd-768.scss */
  .boxes .box-2 .text .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* --- TOP ------------------------------------- */
  /* line 86, ../sass/imports/_rwd-768.scss */
  #top .content {
    margin-top: 40vw;
    padding-bottom: 2rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  /* line 92, ../sass/imports/_rwd-768.scss */
  #top .box,
  #top .title,
  #top .subtitle,
  #top .logo {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
  }
  /* line 99, ../sass/imports/_rwd-768.scss */
  #top .box {
    margin-bottom: 1rem;
  }
  /* line 103, ../sass/imports/_rwd-768.scss */
  #top .title {
    padding: 0 1.55rem;
  }
  /* line 105, ../sass/imports/_rwd-768.scss */
  #top .title h1 {
    font-size: 30px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    line-height: 1.2;
  }
  /* line 114, ../sass/imports/_rwd-768.scss */
  #top .subtitle {
    font-size: 18px;
    padding: 4.2rem 1.55rem 1.25rem;
    margin-top: -3.5rem;
    line-height: 1.23;
  }
  /* line 121, ../sass/imports/_rwd-768.scss */
  #top .logo {
    padding: 2.25rem 1.55rem 1.65rem;
    margin-top: -1.5rem;
  }
  /* line 124, ../sass/imports/_rwd-768.scss */
  #top .logo img {
    max-width: 133px;
  }
  /* line 131, ../sass/imports/_rwd-768.scss */
  #top .cta-box .cta {
    padding: 1.55rem 1.3rem 1.4rem;
  }
  /* line 133, ../sass/imports/_rwd-768.scss */
  #top .cta-box .cta div::after {
    width: 16px;
    height: 19px;
  }
  /* line 138, ../sass/imports/_rwd-768.scss */
  #top .cta-box strong {
    font-size: 22px;
  }
  /* line 148, ../sass/imports/_rwd-768.scss */
  #top .scroll-down {
    font-size: 14px;
    bottom: .5rem;
  }

  /* --- PROFITS --------------------------------- */
  /* line 158, ../sass/imports/_rwd-768.scss */
  .profits .profits {
    padding: 12px 0;
  }
  /* line 161, ../sass/imports/_rwd-768.scss */
  .profits .profits .item {
    width: 100%;
    margin-bottom: .75rem;
  }
  /* line 164, ../sass/imports/_rwd-768.scss */
  .profits .profits .item .icon {
    height: 80px;
  }
  /* line 167, ../sass/imports/_rwd-768.scss */
  .profits .profits .item .text {
    margin-top: 1rem;
  }
  /* line 169, ../sass/imports/_rwd-768.scss */
  .profits .profits .item .text br {
    display: none;
  }
  /* line 175, ../sass/imports/_rwd-768.scss */
  .profits .cta-box {
    margin-top: 1.7rem;
  }
  /* line 177, ../sass/imports/_rwd-768.scss */
  .profits .cta-box .cta {
    padding: 1.45rem 1.8rem 1.25rem 1.8rem;
  }

  /* line 183, ../sass/imports/_rwd-768.scss */
  #profits {
    background-color: #f1f1f1;
    margin-top: 2rem;
    padding-bottom: 3.7rem;
  }
  /* line 187, ../sass/imports/_rwd-768.scss */
  #profits .title {
    padding-top: 3.25rem;
    padding-bottom: .2rem;
  }
  /* line 191, ../sass/imports/_rwd-768.scss */
  #profits .profits-title {
    font-size: 26px;
    margin-bottom: 1rem;
  }

  /* --- BRANCH --------------------------------- */
  /* line 199, ../sass/imports/_rwd-768.scss */
  .branch .content {
    padding: 28px 0 28px;
    flex-direction: column-reverse;
    text-align: center;
  }
  /* line 204, ../sass/imports/_rwd-768.scss */
  .branch .content .txt {
    padding-left: 0;
    padding-bottom: 25px;
    text-align: center;
  }

  /* --- OFERT --------------------------------- */
  /* line 215, ../sass/imports/_rwd-768.scss */
  #ofert .title {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  /* line 219, ../sass/imports/_rwd-768.scss */
  #ofert .ofert-title {
    font-size: 26px;
    letter-spacing: 0.01em;
    margin-bottom: 0.2rem;
  }
  /* line 225, ../sass/imports/_rwd-768.scss */
  #ofert .ofert {
    padding: 12px 0;
  }
  /* line 228, ../sass/imports/_rwd-768.scss */
  #ofert .ofert .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  /* line 231, ../sass/imports/_rwd-768.scss */
  #ofert .ofert .item .text {
    font-size: 20px;
    margin-top: .4rem;
  }
  /* line 235, ../sass/imports/_rwd-768.scss */
  #ofert .ofert .item .icon {
    max-width: none;
  }
  /* line 242, ../sass/imports/_rwd-768.scss */
  #ofert .ofert-subtitle {
    font-size: 24px;
    margin-top: 2.2rem;
    line-height: 1.2;
  }
  /* line 248, ../sass/imports/_rwd-768.scss */
  #ofert .ofert-icons {
    justify-content: flex-start;
    margin-top: 1.5rem;
  }
  /* line 252, ../sass/imports/_rwd-768.scss */
  #ofert .ofert-icons .item {
    width: 100%;
    max-width: none;
    margin-bottom: 2rem;
    flex-direction: column;
    align-items: center;
    padding: 1rem .5rem;
  }
  /* line 260, ../sass/imports/_rwd-768.scss */
  #ofert .ofert-icons .item .icon-wrap {
    margin-right: 0;
  }
  /* line 263, ../sass/imports/_rwd-768.scss */
  #ofert .ofert-icons .item .icon-wrap img {
    width: auto;
    max-width: 60px;
    height: auto;
  }
  /* line 270, ../sass/imports/_rwd-768.scss */
  #ofert .ofert-icons .item .text {
    flex: 1;
    font-size: 20px;
    margin-top: .4rem;
    text-align: center;
    line-height: 1.1;
  }
  /* line 276, ../sass/imports/_rwd-768.scss */
  #ofert .ofert-icons .item .text strong {
    margin-bottom: .15rem;
    line-height: 1.2;
  }
  /* line 282, ../sass/imports/_rwd-768.scss */
  #ofert .ofert-icons .item:last-of-type .icon-wrap {
    margin-right: 0;
  }
  /* line 284, ../sass/imports/_rwd-768.scss */
  #ofert .ofert-icons .item:last-of-type .icon-wrap img {
    max-width: 90px;
  }
  /* line 292, ../sass/imports/_rwd-768.scss */
  #ofert .cta-box {
    margin-top: 4rem;
  }
  /* line 294, ../sass/imports/_rwd-768.scss */
  #ofert .cta-box .cta {
    padding: 1.45rem 1.75rem 1.15rem 1.75rem;
  }

  /* --- BENEFITS -------------------------------- */
  /* line 303, ../sass/imports/_rwd-768.scss */
  #benefits .boxes {
    padding-top: 3.75rem;
  }
  /* line 305, ../sass/imports/_rwd-768.scss */
  #benefits .boxes .box {
    margin-bottom: 2.75rem;
  }
  /* line 307, ../sass/imports/_rwd-768.scss */
  #benefits .boxes .box .image {
    height: 17.7rem;
  }
  /* line 310, ../sass/imports/_rwd-768.scss */
  #benefits .boxes .box .content {
    padding: 20px 0 24px;
  }
  /* line 312, ../sass/imports/_rwd-768.scss */
  #benefits .boxes .box .content h2 {
    font-size: 26px;
  }
  /* line 315, ../sass/imports/_rwd-768.scss */
  #benefits .boxes .box .content small {
    font-size: 20px;
    margin-top: 1rem;
    line-height: 1.15;
    letter-spacing: 0;
  }
  /* line 323, ../sass/imports/_rwd-768.scss */
  #benefits .boxes .box .text .wrap {
    padding: 0 1.5rem;
    padding-right: .5rem;
  }

  /* --- LOCATIONS ------------------------------- */
  /* line 339, ../sass/imports/_rwd-768.scss */
  #locations .wrapper > .grid > .col.list h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-top: -6px;
    margin-bottom: 1.5rem;
  }
  /* line 345, ../sass/imports/_rwd-768.scss */
  #locations .wrapper > .grid > .col.list .list {
    font-size: 1.5em;
  }
  /* line 347, ../sass/imports/_rwd-768.scss */
  #locations .wrapper > .grid > .col.list .list .item {
    margin-bottom: 1rem;
  }
  /* line 350, ../sass/imports/_rwd-768.scss */
  #locations .wrapper > .grid > .col.list .list .item .title br {
    display: block;
  }
  /* line 353, ../sass/imports/_rwd-768.scss */
  #locations .wrapper > .grid > .col.list .list .item .title p {
    font-size: 20px;
  }
  /* line 356, ../sass/imports/_rwd-768.scss */
  #locations .wrapper > .grid > .col.list .list .item .title .icon-new {
    margin-left: 1.35rem;
  }
  /* line 363, ../sass/imports/_rwd-768.scss */
  #locations .wrapper > .grid > .col.map {
    margin-top: 1.5rem;
    min-height: 31.5rem;
  }
  /* line 369, ../sass/imports/_rwd-768.scss */
  #locations .wrapper .cta-box {
    margin-top: 3.8rem;
  }

  /* line 376, ../sass/imports/_rwd-768.scss */
  #profits2 .title {
    padding-top: 2.85rem;
    padding-bottom: 1.1rem;
  }
  /* line 380, ../sass/imports/_rwd-768.scss */
  #profits2 .profits-title {
    font-size: 26px;
  }
  /* line 385, ../sass/imports/_rwd-768.scss */
  #profits2 .profits .item .text {
    margin-top: 0.5rem;
  }

  /* --- FOOTER ---------------------------------- */
  /* line 395, ../sass/imports/_rwd-768.scss */
  #footer {
    padding: 2.6rem 0 1.5rem;
  }
  /* line 397, ../sass/imports/_rwd-768.scss */
  #footer .text {
    font-size: 16px;
  }
  /* line 399, ../sass/imports/_rwd-768.scss */
  #footer .text br {
    display: block;
  }

  /* line 405, ../sass/imports/_rwd-768.scss */
  .js_cookies-information {
    padding-top: 1.35rem;
    padding-bottom: 2.2rem;
  }
  /* line 408, ../sass/imports/_rwd-768.scss */
  .js_cookies-information__container {
    padding: 0 1rem 0 2rem;
  }
  /* line 411, ../sass/imports/_rwd-768.scss */
  .js_cookies-information__img {
    width: 2.25rem;
    top: -.2rem;
    transform: none;
  }
  /* line 416, ../sass/imports/_rwd-768.scss */
  .js_cookies-information__text {
    font-size: 12px;
    text-align: left;
  }
  /* line 420, ../sass/imports/_rwd-768.scss */
  .js_cookies-information__exit {
    width: 1.75rem;
    height: 1.75rem;
  }
  /* line 423, ../sass/imports/_rwd-768.scss */
  .js_cookies-information__exit::before, .js_cookies-information__exit::after {
    height: .2rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 2, ../sass/imports/_rwd-480.scss */
  #top {
    background-image: url("../img/section-1-mobile.jpg");
    background-position: left top;
  }
}
@media screen and (max-width: 520px) {
  /* line 10, ../sass/imports/_rwd-480.scss */
  body {
    /*display: none;*/
  }

  /* --- LAYOUT ---------------------------------- */
  /* line 16, ../sass/imports/_rwd-480.scss */
  h2 {
    font-size: 1.45em;
  }

  /* line 20, ../sass/imports/_rwd-480.scss */
  .cta {
    padding: 0.6rem 1rem;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
  }
  /* line 23, ../sass/imports/_rwd-480.scss */
  .cta strong {
    font-size: 22px;
  }
  /* line 28, ../sass/imports/_rwd-480.scss */
  .cta div big {
    margin-right: 0;
  }
  /* line 32, ../sass/imports/_rwd-480.scss */
  .cta div:after {
    width: 15px;
    height: 22px;
  }
  /* line 38, ../sass/imports/_rwd-480.scss */
  .cta-small {
    font-size: 0.9em;
  }

  /* --- TOP ------------------------------------- */
  /* line 47, ../sass/imports/_rwd-480.scss */
  #top .content {
    margin-top: 50vw;
    width: 100%;
  }
  /* line 50, ../sass/imports/_rwd-480.scss */
  #top .content .cta-box {
    width: 100%;
  }
  /* line 52, ../sass/imports/_rwd-480.scss */
  #top .content .cta-box .cta {
    width: 100%;
  }
  /* line 57, ../sass/imports/_rwd-480.scss */
  #top .box {
    width: 100%;
  }

  /* --- PROFITS --------------------------------- */
  /* line 67, ../sass/imports/_rwd-480.scss */
  .profits .profits .item {
    width: 100%;
  }
  /* line 70, ../sass/imports/_rwd-480.scss */
  .profits .profits .item .text {
    font-size: 1em;
  }

  /* line 78, ../sass/imports/_rwd-480.scss */
  #ofert .ofert .item {
    width: 100%;
  }

  /* --- LOCATIONS ------------------------------- */
}
@media screen and (max-width: 359px) {
  /* line 3, ../sass/imports/_rwd-360.scss */
  body {
    /*display: none;*/
  }

  /* --- LAYOUT ---------------------------------- */
  /* line 8, ../sass/imports/_rwd-360.scss */
  .cta {
    display: block;
    padding: 0.6em 0.3em;
  }

  /* --- TOP ------------------------------------- */
  /* line 15, ../sass/imports/_rwd-360.scss */
  #top .content h1 {
    font-size: 1.15em;
  }

  /* --- PROFITS --------------------------------- */
  /* line 24, ../sass/imports/_rwd-360.scss */
  .profits .profits .item {
    width: 100%;
  }

  /* --- OFERT --------------------------------- */
  /* line 32, ../sass/imports/_rwd-360.scss */
  #ofert .ofert .item {
    width: 100%;
  }
}
