
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

* {
  padding: 0;
  margin: 0;
}

html, body {
  border: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif, arial, Helvetica;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif, arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

a, a:hover, a:active, a:focus, a:visited {
  color: #000;
  text-decoration: none;
  outline: none;
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.uppercase {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

.hidden {
  display: none;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

header {
  background-color: #F0F0EE;
  position: relative;
  overflow: hidden;
}

header .logo {
  position: absolute;
  top: 20px;
  left: 60px;  
  width: 177px;
  height: 60px;
  background-image: url('img/cc-logo.png');
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 11;
}

header nav {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 60px;
  top: 15px;
  z-index: 10;
}

header nav a, header nav a:hover, header nav a:active, header nav a:focus, header nav a:visited, header nav span {
  text-transform: uppercase;
  margin: 14px 7px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

header nav a:last-child, header nav span:last-child {
  margin-right: 0;
}

header nav span {
  font-weight: 700;
}

header .waypay {
  position: absolute;
  top: 85px;
  right: 60px;  
  width: 220px;
  height: 135px;
  background-image: url('img/way-pay.png');
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 8;
}

header .cards, header .cards-sm {
  position: absolute;
  bottom: 60px;
  right: 100px;
  z-index: 9;
}


header .himg, header .himg-sm {
  width: 100%;
  display: block;
  margin: 0 auto;
}

header .himg {
  margin-bottom: -110px;
}

header .cards-sm, header .himg-sm {
  display: none;
}

header .intro {
  position: absolute;
  left: 60px;
  bottom: 50px;
  color: #000;
  line-height: 1.4;
}

header .intro .logo-business {
    width: 100px;
    height: auto;
    float: left;
    clear: both;
    display: inline-block;
    margin: 0;
    position: relative;
    left: 0;
    margin-bottom: 20px;
}

header .intro h1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  float: left;
  clear: both;
}

header .intro h1 span {
  color: #e40613;
}

header .intro h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
  float: left;
  clear: both;
  margin-bottom: 30px;
}

a.button {
  background-color: #e40613;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  padding: 0 35px;
  border-radius: 30px;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

a.button:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

header a.button {
  line-height: 54px;
  border-radius: 26px;
}

section .container {
  width: 1100px;
  margin: 0 auto;
  font-weight: 300;
}

section.intro .content {
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 70px 90px 0;
}

section.intro h2 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 40px;
}

section.intro strong {
  font-weight: 600;
}

section.intro strong span {
  color: #e40613;
}

section.advantages .content, section.highlights .content, section.concierge, section.more .content {
  display: flex;
  flex-flow: row;
}

section.advantages .content, section.highlights .content {
  padding: 100px 0;
}

section.advantages .img, section.highlights .img, section.concierge .img, section.more .img {
  width: 50%;
  max-height: 550px;
  overflow: hidden;
}

section.advantages .img, section.concierge .img {
  order: 1;
}

section.advantages .text, section.concierge .text {
  order: 2;
  width: 50%;
}

section.advantages .text {
  font-size: 18px;
  margin-left: 60px;
}

section.advantages .img img, section.highlights .img img, section.concierge .img img {
  width: 100%;
  display: block;
}

section.advantages h3, section.highlights h3 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-weight: 600;
}

section.advantages h4, section.highlights h4 {
  font-weight: 300;
  line-height: 1.4;
}

section.advantages h3 span, section.advantages h4 span,
section.highlights h3 span, section.highlights .item-content span {
  color: #e40613;
}

section.advantages .item1, section.advantages .item2, section.advantages .item3, section.advantages .item4,
section.highlights .item1, section.highlights .item2, section.highlights .item3, section.highlights .item4 {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 20px;
}

section.advantages .icon, section.highlights .icon {
  float: left;
  width: 40px;
  height: 40px;
  background-color: #4a4a4a;
  border-radius: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

section.advantages .item1 .icon {
  background-image: url('img/advantages-item1.png');
  background-size: 20px;
}

section.advantages .item2 .icon {
  background-image: url('img/advantages-item2.png');
  background-size: 20px;
}

section.advantages .item3 .icon {
  background-image: url('img/advantages-item3.png');
  background-size: 20px;
}

section.advantages .item4 .icon {
  background-image: url('img/advantages-item4.png');
  background-size: 20px;
}

section.highlights .item1 .icon {
  background-image: url('img/highlights-item1.png');
  background-size: 20px;
}

section.highlights .item2 .icon {
  background-image: url('img/highlights-item2.png');
  background-size: 20px;
}

section.highlights .item3 .icon {
  background-image: url('img/highlights-item3.png');
  background-size: 20px;
}

section.highlights .item4 .icon {
  background-image: url('img/highlights-item4.png');
  background-size: 20px;
}


section.advantages .item-content, section.highlights .item-content {
  padding: 6px 0 0 60px;
}

section.advantages .cta {
  margin-top: 75px;
}

section.highlights {
  background-color: #fafafa;
}

section.highlights .text {
  order: 1;
  font-size: 18px;
  margin-right: 120px;
  width: 50%;
}

section.highlights .img {
  order: 2;
}

section.highlights h3, section.advantages h3 {
  margin-bottom: 20px;
}

section.highlights .item-content span {
  font-weight: 600;
}

section.highlights .icon {
  float: left;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
}

section.highlights .cta {
  margin-top: 35px;
}

section.concierge .text {
  font-size: 16px;
  line-height: 1.4;
  background-color: #0059a5;
  color: #fff;
  font-weight: 300;
  padding: 80px 0 80px 80px;
  -webkit-box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.4);
}

section.concierge h5 {
  font-size: 26px;
  line-height: 1.4;
}

section.concierge .text > div {
  padding-right: 100px;
  max-width: 490px;
}

section.concierge .text > div.cta {
  margin-top:40px;
}

section.concierge .text span, section.concierge .text a {
  font-weight: 600;
  color: #fff;
}

section.concierge .text a:hover {
  text-decoration: none;
}

section.concierge .img {
  background-image: url('img/concierge.jpg');
  background-position: center;
  background-size: cover;
}

section.concierge .img img {
  display: none;
}

section.more {
  background-image: url('img/way-to-pay.jpg');
  background-position: center;
  background-size: cover;
}

section.more .content {
  padding: 50px 0;
}

section.more .text {
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255,255,255,0.9);
  font-weight: 300;
  width: 50%;
  order: 1;
}

section.more .text h3 {
  font-size: 26px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

section.more .text h4 {
  font-size: 24px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.4;
}

section.more .img {
  margin-left: 120px;
  order: 2;
}

section.more .img img {
  width: 100%;
}

section.more .text span {
  font-weight: 600;
}

section.more .text a {
  display: block;
  font-weight: 600;
  color: #fff;
  margin: 50px 0 0;
}

section.more .text a:hover {
  text-decoration: underline;
}

section.form {
  background: #fafafa;
  text-align: center;
  padding: 40px 0;
}

section.form img {
  width: 150px;
    height: auto;
    margin-bottom: 20px;
}

section.form a {
  font-weight: 700;
  text-decoration: underline;
}

footer {
  color: #9b9b9b;
  font-weight: 300;
  padding: 25px 30px 25px;
}

footer .footer-menu {
  float: left;
}

footer .footer-menu a {
  color: #4a90e2;
  margin-right: 20px;
  display: inline-block;
}

footer .footer-menu a:hover {
  text-decoration: underline;
}

footer .copyright {
  text-align: right;
}

@media (max-width: 1650px) {

  header .waypay {
    top: 70px;
    width: 150px;
    height: 88px;
    background-image: url('img/way-pay-md.png');
  }

}

@media (max-width: 1450px) {

  header .himg {
    margin-bottom: 0;
  }

}

@media (max-width: 1200px) {
  
  header .waypay {
    top: 70px;
    width: 100px;
    height: 61px;
    background-image: url('img/way-pay-sm.png');
  }
  
  section .container {
    width: 100%;
  }
  
  section.advantages .text {
    margin-left: 70px;
    margin-right: 60px;
  }
  
  section.advantages h4, section.highlights h4 {
    line-height: 1.4;
  }
  
  section.advantages .item1, section.advantages .item2, section.advantages .item3, section.advantages .item4,
  section.highlights .item1, section.highlights .item2, section.highlights .item3, section.highlights .item4{
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
  }
  
  section.advantages .item2 {
    margin-top: 25px;
  }
  
  section.advantages .item-content, section.highlights .item-content {
    padding: 10px 0 0 60px;
  }
  
  section.advantages .icon, section.highlights .icon {
    width: 40px;
    height: 40px;
  }
  
  section.advantages .icon {
    background-size: 20px;
  }
  
  section.advantages .cta {
    margin-top: 50px;
  }
  
  section.highlights .text {
    margin-left: 60px;
    margin-right: 70px;
  }
    
  section.highlights .icon {
    background-size: 20px;
  }
  
  section.more .text {
    margin-left: 60px;
  }
  
  section.more .img {
    margin-right: 60px;
  }
  
}

@media (max-width: 1070px) {
  
  header .intro h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  header .intro h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  
  header .cards {
    display: none;
  }
  
  header .cards-sm {
    display: block;
    bottom: 50px;
    right:100px;
    width:33%;
  }
  
  section.concierge .text {
    padding: 75px 0 75px 75px;
  }
  
  section.concierge .text > div {
    padding-right: 75px;
  }
  
}

@media (max-width: 1000px) { 
  
  section.intro h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  
  section.intro .content {
    font-size: 20px;
    padding: 60px 90px;
  }
  
  section.advantages .content, section.highlights .content, section.concierge {
    flex-flow: column;
  }
  
  section.advantages .content, section.highlights .content {
    padding: 0 0 60px;
  }
  
  section.advantages .img, section.advantages .text,
  section.highlights .img, section.highlights .text,
  section.concierge .img, section.concierge .text {
    width: inherit;
  }
  
  section.advantages .text, section.highlights .text {
    margin: 50px 60px 0;
  }
  
  section.highlights .img {
    order: 1;
  }
  
  section.highlights .text {
    order: 2;
  }
  
  section.concierge .img {
    background-image: none;
  }
  
  section.concierge .img img {
    display: block;
  }
  
  section.concierge .text {
    padding: 60px 0 60px 60px;
  }
  
  section.concierge .text > div {
    padding-right: 60px;
    max-width: inherit;
  }
  
}

@media (max-width: 900px) { 
  
  header .logo {
    left: 30px;
  }
  
  header nav,
  header .waypay {
    right: 40px;
  }
  
  header .waypay {
    bottom: 10px;
  }
  
  header .intro {
    left: 40px;
    bottom: 30px;
  }
  
  section.advantages .text, section.highlights .text {
    margin-left: 40px;
    margin-right: 40px;
  }
  
  section.concierge .text {
    padding: 50px 0 50px 40px;
  }
  
  section.concierge .text > div {
    padding-right: 40px;
  }
  
  section.more .content {
    padding: 50px 0;
  }
  
  section.more .text {
    margin-left: 40px;
  }
  
  section.more .img {
    margin-right: 40px;
    margin-left: 60px;
  }
  
  footer .footer-menu {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }

  footer .copyright {
    text-align: center;
  }
  
}

@media (max-width: 780px) {
    
  header nav {
    top: 5px;
  }
  
}

@media (max-width: 735px) {
  
  header {
    max-height: 700px;
  }
  
  header .himg {
    display: none;
  }
  
  header .himg-sm {
    display: none;
  }
  
  header .waypay {
    top: 70px;
    width: 100px;
    height: 61px;
    background-image: url('img/way-pay-sm.png');
  }
  
  section.intro .content {
    font-size: 16px;
    padding: 40px 20px;
  }
  
  section.intro h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  
  section.advantages h3, section.highlights h3 {
    font-size: 24px;
  }
  
  section.advantages .text, section.advantages .item1, section.advantages .item2, section.advantages .item3, section.advantages .item4,
  section.highlights .text, section.highlights .item1, section.highlights .item2, section.highlights .item3, section.highlights .item4 {
    font-size: 16px;
  }
  
  section.advantages .icon, section.highlights .icon {
    width: 40px;
    height: 40px;
  }
  
  section.advantages .item1 .icon {
    background-size: 20px;
  }
  
  section.advantages .item2 .icon {
    background-size: 20px;
  }
  
  section.advantages .item-content, section.highlights .item-content {
    padding: 5px 0 0 70px;
  }
  
  section.advantages .cta {
    margin-top: 35px;
  }
    
  section.concierge .text {
    font-size: 16px;
    line-height: 1.4;
    padding: 40px 0 40px 40px;
  }
  
  section.concierge .text > div {
    padding-right: 40px;
  }
  
  section.more .content {
    flex-flow: column;
  }
  
  section.more .text, section.more .img {
    width: inherit;
  }
  
  section.more .text {
    order: 2;
    margin-right: 40px;
  }
  
  section.more .text h3 {
    font-size: 22px;
  }
  
  section.more .text h4 {
    font-size: 22px;
  }
  
  section.more .img {
    order: 1;
    margin-left: 40px;
  }
  
  section.more .img img {
    width: auto;
    max-width: 100%;
    margin: 0 auto 50px;
    display: block;
  }
  
  a.button, header a.button {
    font-size: 16px;
    line-height: 50px;
    padding: 0 35px;
  }
  
}

@media (max-width: 640px) {
  
  header {
    max-height: none;
    min-height: 600px;
  }
  
  header .intro {
    bottom: 290px;
  }
  
  header .waypay {
    display: none;
  }
  
  header .cards-sm {
    display: block;
    bottom: 8%;
    right: 13%;
    width: 80%;
}
  
}

@media (max-width: 576px) {
  
  header .logo {
    left: 20px;
  }
  
  header nav {
    right: 20px;
  }
  
  header .waypay {
    top: 75px;
    right: 20px;
  }
  
  header .intro {
    left: 20px;
  }
  
  section.intro {
    font-size: 14px;
    text-align: left;
  }
  
  section.intro h2 br {
    display: none;
  }
  
  section h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  footer {
    padding: 25px 20px;
  }
  
  footer .footer-menu,
  footer .copyright {
    text-align: left;
  }
  
}

@media (max-width: 480px) { 
  
  header .waypay {
    top: 60px;
  }
  
}
