html, body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Freight';
  src: local('Freight Disp Book'), local('Freight-DispBook'),
  url('/static/fonts/Freight-DispBook.woff2') format('woff2'),
  url('/static/fonts/Freight-DispBook.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

*, ::after, ::before {
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #F4F4F4;
}

strong {
  font-weight: bold;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.dx_logo {
  display: block;
  margin-bottom: 70px;
}

.hero_logos {
  display: flex;
  margin-bottom: 70px;
  justify-content: space-between;
  align-items: baseline;
}
.hero__dx_logo img{
  width: 95px;
  margin-right: 10px;
}
.hero__client_logo {
  max-height: 43px;
  max-width: 230px;
  margin-right: 20px;
  object-fit: contain;
}

a {
  color: #2e2e2e;
}

a:hover {
  color: #0095b3;
}

.hero__col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 30px 0;
}

.hero__col-right {
  display: none;
}

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
}

ul.rsvp-notice {
  padding-left: 13px;
}
ul.rsvp-notice li {
  font-size: smaller;
  list-style: "* ";
}

@media (min-width: 992px) {
  .hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero__col-left,
  .hero__col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .hero__col-right {
    display: block;
  }

  .hero__content {
    padding: 0 0 0 70px;
  }
}

.hero__content-article {
  padding: 0 0 20px;
}

.hero__content-article li {
  font-weight: 300;
}

.hero__host-name {
  min-height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1px 16px;
  border-radius: 16px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #078f8b;
  background-color: #e4f2f2;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Freight, serif;
  font-weight: 500;
  line-height: 90%;
  color: #2e2e2e;
  margin: 32px 0 16px;
}

h1 {
  font-size: 2.5em;
  margin: 16px 0 32px;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}

p {
  font-weight: 300;
  margin-bottom: 32px;
}

li > p {
  margin: 12px 0;
}

a.btn {
  border-radius: 19px;
  min-width: 100px;
  display: inline-block;
  font-family: Open Sans,sans-serif;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  background-color: #078f8b;
  text-decoration: none;
  max-width: 250px;
}

p.hero__title {
  font-family: Freight, serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 100%;
  color: #2e2e2e;
  margin: 0 0 15px;
}

.hero__subtitle {
  color: #434343;
  font-size: 17px;
  margin: 0 0 15px;
  line-height: normal;
  font-weight: 400;
}

.hero__cover {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 768px) {
  .hero__content-article {
    max-width: 500px;
  }

  .hero__title {
    font-size: 45px;
    margin: 0 0 15px;
  }

  .hero__subtitle {
    font-size: 17px;
    margin: 0 0 20px;
  }
}

ul.terms {
  list-style-type: '* ';
  list-style: none;
  color: #666;
  font-size: 14px;
  margin-top: 150px;
}
ul.terms a {
  color: #333;
}
.pform {
  width: 100%;
  padding: 15px 24px 50px;
}

/* request time form */
.request_time-form {
  padding-top: 35px;
}
#fsCell109515549 a {
  /*font-weight: bold;*/
}
#fsCallout109515549 .fsCalloutBody {
  color: white;
}
#fsSupporting109515549 {
  float: right;
}

.form-title {
  font-family: Freight, serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 90%;
  color: #2e2e2e;
  margin: 0 0 23px;
}

.fsSectionHeader {
  padding: 0!important;
}

h2.fsSectionHeading, .hero__subtitle {
  font-family: 'Open Sans', sans-serif;
}

@media (min-width: 992px) {
  .pform {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .form-title {
    font-size: 40px;
  }
}

.fsBody {
  padding: 0 !important;
  font-family: 'Open Sans', sans-serif;
}

div.fsBody > div:first-child {
  padding: 0;
}

.fsSubmit {
  margin-top: 15px!important;
}

.fsBody .fsForm {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.fsReadOnly input.fsFormatNumber.fsNumberDecimals-0 {
  background-color: #f4f4f4 !important;
}

form > .fsError {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 10px;
  width: 100%;
  margin-bottom: 0!important;
}

/* Price cell */
#fsCell92853693, #fsCell93327675, #fsCell95187992, #fsCell95189601, #fsCell109515541 , #fsCell147989654 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
/* Price input */
#field92853693, #field93327675, #field95187992, #field95189601, #field109515541, #field147989654 {
  border: none;
  color: #000;
  width: 70px !important;
  font-size: 22px;
}

/* Price label */
#label92853693, #label93327675, #label95187992, #label95189601, #label109515541 , #label147989654 {
  display: none;
}

/* Teal forms */
#fsForm3993374 input, #fsForm3993374 textarea {
  color: #2e2e2e!important;
}
#fsForm3993374 .fsLabel, #fsForm3993374 .fsSupporting {
  color: #fff;
}
#fsForm3993374 .fsRequiredMarker {
  color: #a20600;
}
#fsForm3993374 .fsPagination {
  text-align: right;
}
#fsForm3993374 .fsSubmitButton {
  min-width: 160px;
  min-height: 60px;
  border-radius: 30px!important;
  font-size: 13px!important;
  color: #2e2e2e!important;
  background-color: #fff!important;
}

html {
  scroll-behavior: smooth;
}
.navbar.scrolled {
  background-color: #fff;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}

.navbar.scrolled a.logo {
  color: #2e2e2e;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  cursor: pointer;
}
.navbar {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1050;
}
.navbar__in {
  width: 100%;
  z-index: 10;
  position: relative;
}

.navbar__nav {
  padding: 5px 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .navbar__nav {
    padding: 0 34px;
  }
}

@media (min-width: 1024x) {
  .navbar__nav {
    padding: 0 70px;
  }
}

.logo {
  display: block;
  flex-shrink: 0;
  padding: 6px 24px 6px 0;
  height: 100%;
  color: #fff;
}

@media (min-width: 1024px) {
  .logo {
    padding: 14px 36px 14px 0;
  }
}

.logo__svg {
  height: 36px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  object-position: left center;
  fill: currentColor;
}

.c-hero {
  background: -webkit-gradient(linear, left top, right top, color-stop(43.58%, rgba(0, 0, 0, 0.6)), color-stop(85.56%, rgba(0, 0, 0, 0.6))), url(/static/images/corporate-hero-bg.jpg);
  background: linear-gradient(90deg rgba(0, 0, 0, 0.6) 43.58%, rgba(0, 0, 0, 0.6) 85.56%), url(/static/images/corporate-hero-bg.jpg);
  background-color: #078f8b;
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100vh;
}

@media (min-width: 1080px) {
  .c-hero {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.1))), url(/static/images/corporate-hero-bg.jpg);
    background: linear-gradient(90deg rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.1) 100%), url(/static/images/corporate-hero-bg.jpg);
    background-size: cover;
    background-position: 50%;
  }
}

.c-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 75px 24px 30px 24px;
}

.c-hero__content__text h1 {
  font-family: 'Freight';
  font-size: 24px;
  color: white;
  line-height: 1.1;
}

.c-hero__content__text p {
  font-size: 18px;
  color: white;
  line-height: 1.4;
}

.btn:focus,
.btn:active {
  outline: 0;
}

.btn-read-more {
  background-color: white;
  min-width: 162px;
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 12px;
  color: #2E2E2E;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 350px) {
  .c-hero__content__text h1 {
    font-size: 28px;
  }
}
@media (min-width: 450px) {
  .c-hero__content__text h1 {
    font-size: 38px;
  }
}
@media (min-width: 550px) {
  .c-hero__content__text h1 {
    font-size: 42px;
  }
}
@media (min-width: 650px) {
  .c-hero__content__text h1 {
    font-size: 53px;
  }
}
@media (min-width: 768px) {
  .c-hero__content {
    padding: 0 70px
  }
  .c-hero__content__text {
    max-width: 700px;
    margin-bottom: 20px;
  }
  .c-hero__content__text h1 {
    font-size: 60px;
  }
  .c-hero__content__text p {
    font-size: 20px;
  }

  .btn-read-more {
    min-height: 60px;
  }
}

.container-t {
  padding: 80px 24px;
}

.box-ar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
}

.box-ar > article {
  position: relative;
  padding-top: 40px;
  border-bottom: 1px solid #d8d8d8;
}

.box-ar > article > h2 {
  font-family: Freight, serif;
  font-weight: 500;
  letter-spacing: -.2px;
  color: #2e2e2e;
  line-height: 1.2;
  font-size: 30px;
  color: #2e2e2e;
  margin: 0 0 20px 0px;
  padding: 0 30px;
}

.box-ar > article > p {
  font-weight: 300;
  font-size: 15px;
  color: #7d7d7d;
  line-height: 1.4;
  margin: 0;
  padding: 0 30px;
}

.box-ar > article > figure {
  margin: 0;
  opacity: .7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.box-ar .box-ar-image-1 {
  margin-top: -61px;
  height: 140px;
}

.box-ar .box-ar-image-2 {
  margin-top: -21px;
  margin-bottom: 7px;
  height: 80px;
}

.box-ar .box-ar-image-3 {
  margin-top: -12px;
  height: 70px;
}

.box-ar-image-4 {
  margin-top: -32px;
  height: 85px;
}

@media (min-width: 768px) {
  .box-ar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-t {
    padding: 147px 40px;
  }

  .box-ar > article {
    padding-top: 45px;
    flex-basis: 50%;
  }

  .box-ar > article:nth-child(odd) {
    border-right: 1px solid #d8d8d8;
  }

  .box-ar > article:nth-child(3),
  .box-ar > article:nth-child(4) {
    border-bottom: 0;
  }

  .box-ar > article > h2 {
    font-size: 35px;
    margin: 0 0 10px;
    padding: 0 40px;
  }

  .box-ar > article > p {
    color: #7d7d7d;
    padding: 0 40px;
    font-weight: 300;
    font-size: 17px;
  }

  .box-ar .box-ar-image-1 {
    margin-top: -55px;
    height: 175px;
  }

  .box-ar .box-ar-image-2 {
    margin-top: -15px;
    height: 120px;
  }

  .box-ar .box-ar-image-3 {
    margin-top: -10px;
    height: 120px;
  }

  .box-ar .box-ar-image-4 {
    margin-top: -26px;
    height: 155px;
  }
}

@media (max-width: 767px) {
  .box-ar > article:last-child {
    border-bottom: 0;
  }
}

@media (min-width: 1275px) {
  .box-ar {
    max-width: 1274px;
    margin: 0 auto;
  }

  .box-ar > article {
    flex-basis: 25%;
    border-right: 1px solid #d8d8d8;
    border-bottom: 0;
  }

  .box-ar > article:last-child {
    border-right: 0;
  }
}

.memorable {
  padding: 0 24px 60px 24px;
}

.memorable__title {
  font-family: Freight, serif;
  font-weight: 500;
  letter-spacing: -.2px;
  line-height: 1.2;
  font-size: 35px;
  color: #2e2e2e;
  margin: 0 0 30px 0px;
  text-align: center;
}

.memorable__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.memorable__grid figure {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 110px;
  margin: 0 10px;
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
}

@media (max-width: 300px) {
  .memorable__grid figure {
    width: 90px;
  }
  .memorable__grid figure img {
    max-width: 85px;
    max-height: 60px;
  }
}

@media (min-width: 700px) {
  .memorable__grid figure {
    width: 140px;
  }
}

@media (min-width: 800px) {
  .memorable__grid figure {
    width: 170px;
  }
}

@media (min-width: 960px) {
  .memorable__grid figure {
    width: 190px;
  }
}

@media (min-width: 1050px) {
  .memorable__grid figure {
    width: 155px;
  }
}

@media (min-width: 1220px) {
  .memorable__grid figure {
    width: 180px;
  }
}

.memorable__grid figure img {
  max-width: 100px;
  max-height: 60px;
}

@media (min-width: 768px) {
  .memorable {
    padding: 0 0 160px 0;
  }
  .memorable__title {
    font-size: 60px;
    margin: 0 0 60px 0px;
  }
}

@media (min-width: 1275px) {
  .memorable-container {
    width: 1274px;
    margin: 0 auto;
  }
}



.host {
  padding: 0 9px 50px 9px;
}

.host-container {
  padding-left: 15px;
  padding-right: 15px;
}

.host__title {
  font-family: Freight, serif;
  font-weight: 500;
  letter-spacing: -.2px;
  line-height: 1.2;
  font-size: 35px;
  color: #2e2e2e;
  margin: 0 0 30px 0px;
  text-align: center;
}

.cr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cr-card {
  border-radius: 20px;
  background-color: #F9F9F9;
  margin-bottom: 25px;
}

.cr-card-figure {
  margin: 0;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.cr-card-figure img {
  position: relative;
  max-width: 100%;
  height: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 10;
}

.cr-card-figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: auto;
  padding: 35px 12px 12px 12px;
  z-index: 20;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(32, 27, 27, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(32, 27, 27, 0.7) 40%)
}

.cr-card-figcaption h3 {
  font-family: Freight, serif;
  letter-spacing: -.2px;
  line-height: 1.2;
  margin: 0;
  color: white;
  text-shadow: 2px 2px 12px rgba(0,0,0,.6);
}

.cr-card-figcaption h3 {
  font-size: 27px;
  font-weight: 500;
}

.cr-card-article {
  padding: 20px 12px;
}

.cr-card-article p {
  font-size: 15px;
  color: #707070;
  margin: 0;
}

@media (min-width: 570px) {
  .cr {
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cr-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
  }

  .cr-card {
    min-height: 657px;
  }
}

@media (min-width: 768px) {
  .host {
    padding: 0 0 70px 0;
  }

  .host__title {
    font-size: 60px;
    margin: 0 0 60px 0px;
  }
}

@media (min-width: 1251px) {
  .host-container {
    width: 1250px;
    margin: 0 auto;
  }
  .cr-col {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}


.pw {
  background-color: #F4F4F4;
  padding: 65px 24px 95px 24px;
}

@media (min-width: 1251px) {
  .pw-container {
    width: 1250px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pw-title {
  font-family: Freight, serif;
  font-size: 60px;
  font-weight: 500;
  color: #2E2E2E;
  letter-spacing: -.2px;
  line-height: 1.2;
  margin: 0 0 60px 0;
  text-align: center;
}

.pw__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pw__item:not(:last-child) {
  margin-bottom: 52px;
}

.pw__item:nth-child(even) {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.pw__bq{
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 768px;
  margin: 0;
  padding: 30px 100px 50px 25px;
}

.pw__bq span {
  display: inline-block;
  font-size: 65px;
  font-weight: 900;
  color: rgba(46, 46, 46, 0.3);
  margin-right: 30px;
}

.pw__bq__content h3 {
  font-family: Freight, serif;
  font-size: 35px;
  color: #2E2E2E;
  font-weight: 500;
  letter-spacing: -.2px;
  line-height: 1.2;
  margin: 15px 0 7px 0;
}

.pw__bq__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #555555;
  margin: 0;
}

@media (max-width: 767.98px) {
  .pw {
    padding: 30px 24px 65px 24px;
  }

  .pw-title {
    font-size: 35px;
    margin: 0 0 30px 0;
  }

  .pw__bq__content h3 {
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 15px;
  }

  .pw__bq {
    padding: 20px 25px;
  }

  .pw__bq span {
    font-size: 40px;
    margin-right: 20px;
  }
}


.gs {
  position: relative;
  padding: 40px 0 100px 0;
  background-color: #078F8B;
}

.gs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gs-container {
  padding: 0 24px;
}

.gs-content {
  max-width: 640px;
}

.gs-content #form-description {
  margin-bottom: 30px;
}

.gs-content h2 {
  font-family: Freight, serif;
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  letter-spacing: -.2px;
  line-height: 1.2;
  padding-bottom: 15px;
  text-align: center;
}

.gs-content p {
  font-size: 19px;
  font-weight: 300;
  color: #fff;
  line-height: 150%;
  margin: 0;
  text-align: center;
}

.gs-top-right-art,
.gs-bottom-left-art {
  position: absolute;
  display: none;
}
.gs-bottom-left-art img {
  width: 335px;
}

.gs-top-right-art img {
  width: 254px;
  height: 217px;
}

@media (min-width: 768px) {
  .gs {
    padding: 100px 0;
  }

  .gs-content h2 {
    font-size: 70px;
    padding-bottom: 60px;
  }
  .gs-content p {
    font-size: 21px;
  }
  .gs-content p span {
    display: block;
  }

  .gs-bottom-left-art,
  .gs-top-right-art {
    display: block;
  }

  .gs-bottom-left-art {
    bottom: 0;
    left: 0;
  }

  .gs-top-right-art {
    top: 0;
    right: 0;
  }
}


footer {
  background-color: #fcfcfc;
  padding: 40px 24px;
  margin-top: 50px;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}

.footer__description {
  margin-bottom: 20px;
}

.footer__link {
  -ms-flex-preferred-size: 165px;
}

.footer__social-link {
  -ms-flex-preferred-size: calc(100% - 465px);
  flex-basis: calc(100% - 660px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.footer__description svg {
  fill: currentColor;
}

.footer__description p,
.terms-policy li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.footer__description p {
  color: #4a4a4a;
  margin: 0 0 13.5px;
}

.footer__description p a {
  color: #4a4a4a;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}

.footer__description p a:hover {
  color: #0095b3;
}

.footer__list,
.terms-policy {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__list li a {
  font-family: Freight, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4a4a4a;
  text-decoration: none;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

.footer__list li a:hover {
  color: #0095b3;
}

.social-list a {
  display: inline-block;
  width: 20px;
  height: 24px;
  margin-right: 12px;
  text-align: center;
}

footer a svg {
  fill: #4a4a4a;
}

footer a:hover svg {
  fill: #0095b3;
}

.terms-policy li a {
  color: #B2B2B0;
  text-decoration: none;
}

.terms-policy li a:hover {
  color: #0095b3;
}

@media (min-width: 768px) {
  footer {
    padding: 100px 0 50px;
  }

  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .footer__link {
    flex-basis: 205px;
  }

  .footer__description {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    margin-right: 50px;
    margin-bottom: 0;
  }

  .footer__social-link {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
  }

  footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1251px) {
  footer {
    width: 1250px;
    margin: 0 auto;
  }
}

.footer__logo svg {
  margin-bottom: 30px;
}

h4 {
  margin: 10px 0 0 0;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
