/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
@import url("https://use.typekit.net/kxs7kia.css");
@font-face {
  font-family: "Avenir";
  src: url("../../fonts/Avenir-Roman-12.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../../fonts/Avenir-Roman-12.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../../fonts/Avenir-Medium-09.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../../fonts/Avenir-Medium-09.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../../fonts/Avenir-Medium-09.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.wrapper-component-l {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 140px 0 100px;
}
.wrapper-component-l .row {
  margin: 0;
  text-align: left;
}
.wrapper-component-l .col-md-6 {
  padding: 0;
}
.wrapper-component-l .col-md-6:first-child {
  padding-right: 10.9756097561%;
}
@media only screen and (max-width: 1023px) {
  .wrapper-component-l .col-md-6:first-child {
    padding-right: 0;
  }
}
.wrapper-component-l .col-md-6:first-child h2 {
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .wrapper-component-l .col-md-6:first-child h2 {
    margin-bottom: 30px;
  }
}
.wrapper-component-l .col-md-6:last-child {
  padding-top: 15px;
}
@media only screen and (max-width: 1023px) {
  .wrapper-component-l .col-md-6:last-child {
    padding-top: 0;
  }
}
.wrapper-component-l .col-md-6:last-child .wrapper-content {
  width: 100%;
  max-width: 490px;
  margin-bottom: 40px;
  color: #898D8D;
}
@media only screen and (max-width: 1023px) {
  .wrapper-component-l .col-md-6:last-child .wrapper-content {
    max-width: none;
  }
}
.wrapper-component-l .col-md-6:last-child .wrapper-bullet {
  width: 100%;
  max-width: 490px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .wrapper-component-l .col-md-6:last-child .wrapper-bullet {
    max-width: none;
  }
}
.wrapper-component-l .col-md-6:last-child .wrapper-bullet > .field > .field--item {
  padding: 20px 0;
  border-top: 1px solid #898D8D;
}
.wrapper-component-l .col-md-6:last-child .wrapper-bullet > .field > .field--item .paragraph {
  display: flex;
}
.wrapper-component-l .col-md-6:last-child .wrapper-bullet .wrapper-icon {
  width: 24px;
  min-width: 24px;
  margin-right: 25px;
}
.wrapper-component-l .col-md-6:last-child .wrapper-bullet .wrapper-title {
  padding-top: 2px;
  font-weight: 700;
}
.wrapper-component-l .col-md-6:last-child .wrapper-link a {
  display: inline-block;
  padding-bottom: 6px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .wrapper-component-l .col-md-6:last-child .wrapper-link a {
    font-size: 16px;
  }
}
.wrapper-component-l .col-md-6:last-child .wrapper-link a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #121113;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.wrapper-component-l .col-md-6:last-child .wrapper-link a:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #FBF8EE;
  position: absolute;
  left: -10px;
  bottom: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.wrapper-component-l .col-md-6:last-child .wrapper-link a:hover {
  color: #000;
}
.wrapper-component-l .col-md-6:last-child .wrapper-link a:hover:after {
  left: calc(100% + 10px);
}

/*# sourceMappingURL=component_l.css.map */
