@import url(https://frw-cdn-files.azureedge.net/fonts/mark-pro/mark-pro.css);
@import url(https://frw-cdn-files.azureedge.net/fonts/adobe-caslon/adobe-caslon.css);
.SearchBar {
  position: relative;
  flex: 1 1 0;
  padding: 0.5rem;
  padding-left: 0;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  border-radius: 100px; }
  .SearchBar.active {
    border-radius: 17px 17px 0px 0px; }
  .SearchBar img {
    flex: 0 0 auto;
    margin-right: 0.6rem;
    margin-left: 0.6rem; }
  .SearchBar input {
    flex: 1 1 0;
    outline: 0;
    border: 0;
    height: 22px;
    width: 100%; }
  .SearchBar input:focus ~ .dropdown.active {
    opacity: 1;
    visibility: visible !important; }
  .SearchBar .dropdown {
    transition: visibility 0.3s, opacity 0.3s ease;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: calc(100% - 2px);
    top: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden;
    height: 100%;
    background: #FFFFFF;
    color: #000000;
    border: 1px solid lightgray;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
    .SearchBar .dropdown .section {
      padding: 0.5rem 0;
      border-bottom: 1px solid lightgray; }
    .SearchBar .dropdown .section:last-of-type {
      padding: 0.5rem 0;
      border-bottom: none; }
    .SearchBar .dropdown .section-title {
      padding: 1rem;
      font-weight: bold; }
    .SearchBar .dropdown .item {
      padding: 0.5rem 1rem;
      font-weight: normal;
      display: block;
      line-height: 23px; }
      .SearchBar .dropdown .item:hover, .SearchBar .dropdown .item.selected {
        background-color: #F7F7F7;
        text-decoration: none; }
  .SearchBar .dropdown::-webkit-scrollbar {
    width: 3px;
    background: transparent; }
  .SearchBar .dropdown::-webkit-scrollbar-thumb {
    background: #dcdcdc;
    border-radius: 10px; }

@media (min-width: 851px) {
  .SearchBar .dropdown {
    max-height: 600px;
    min-height: 500px; } }

@media (max-width: 850px) {
  .SearchBar .dropdown {
    min-height: 400px;
    max-height: 450px; } }

.ColorIndicator {
  width: 18px;
  height: 18px;
  min-width: 18px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.6rem;
  line-height: 14px;
  color: #FFFFFF;
  border-radius: 50%; }

.remove-entry {
  display: flex;
  width: 15px;
  height: 7px;
  margin-top: 0.3rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  .remove-entry.dark {
    color: #333F48; }
  .remove-entry span {
    display: block;
    position: absolute;
    height: 2px;
    background: #333F48;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
  .remove-entry span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 4px; }
  .remove-entry span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
    left: 4px; }

.entry {
  display: flex;
  flex-flow: column;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem; }
  .entry .first-row,
  .entry .third-row,
  .entry .second-row {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    color: #333F48; }
  .entry .first-row a {
    flex: 1 1 0;
    display: flex;
    align-items: center; }
    .entry .first-row a .name {
      margin-left: 0.5rem;
      text-transform: uppercase; }
  .entry .first-row .remove-entry {
    flex: 0 0 auto; }
  .entry .second-row {
    margin-top: 0.8rem; }
    .entry .second-row .quantity .select input[type='number'] {
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      appearance: textfield;
      background-color: #D7D2CB; }
    .entry .second-row .quantity .select input[type='number']::-webkit-inner-spin-button,
    .entry .second-row .quantity .select input[type='number']::-webkit-outer-spin-button {
      -webkit-appearance: none; }
    .entry .second-row .quantity .select .number-input {
      border: 0px;
      display: inline-flex;
      border-radius: 20px; }
    .entry .second-row .quantity .select .number-input,
    .entry .second-row .quantity .select .number-input * {
      box-sizing: border-box; }
    .entry .second-row .quantity .select .number-input button {
      outline: none;
      -webkit-appearance: none;
      background-color: transparent;
      border: none;
      align-items: center;
      justify-content: center;
      width: 1.3rem;
      padding: 0.3rem;
      cursor: pointer;
      margin: 0;
      position: relative;
      background-color: #D7D2CB; }
    .entry .second-row .quantity .select .number-input button:before,
    .entry .second-row .quantity .select .number-input button:after {
      display: inline-block;
      position: absolute;
      content: '';
      width: 0.5rem;
      height: 2px;
      background-color: #333F48;
      transform: translate(-50%, -50%); }
    .entry .second-row .quantity .select .number-input button.plus:after {
      transform: translate(-50%, -50%) rotate(90deg); }
    .entry .second-row .quantity .select .number-input input[type='number'] {
      font-family: sans-serif;
      max-width: 2rem;
      padding: 0.3rem;
      border: 1px solid #333F48;
      color: #333F48;
      border-width: 0 1px;
      font-size: 0.9rem;
      height: 1.5rem;
      font-weight: bold;
      text-align: center; }
    .entry .second-row .quantity .select .number-input .minus {
      border-radius: 20px 0 0 20px; }
    .entry .second-row .quantity .select .number-input .plus {
      border-radius: 0 20px 20px 0; }
    .entry .second-row .available {
      display: flex;
      flex-flow: row; }
      .entry .second-row .available .label {
        color: #D7D2CB;
        text-transform: uppercase; }
      .entry .second-row .available .value {
        text-transform: uppercase;
        margin-left: 0.5rem; }
  .entry .third-row {
    margin-top: 0.8rem; }
    .entry .third-row .size,
    .entry .third-row .price {
      display: flex;
      flex-flow: row; }
      .entry .third-row .size .label,
      .entry .third-row .price .label {
        color: #D7D2CB;
        text-transform: uppercase; }
      .entry .third-row .size .value,
      .entry .third-row .price .value {
        margin-left: 0.5rem; }

.entry:last-child {
  padding-bottom: 0px;
  border: 0px;
  margin-bottom: 0px; }

.remove-entry {
  display: flex;
  width: 15px;
  height: 7px;
  margin-top: 0.3rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  .remove-entry.dark {
    color: #333F48; }
  .remove-entry span {
    display: block;
    position: absolute;
    height: 2px;
    background: #333F48;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
  .remove-entry span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 4px; }
  .remove-entry span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
    left: 4px; }

.Cart {
  position: relative; }
  .Cart > img {
    cursor: pointer; }
  .Cart[data-badge='0']:after {
    display: none; }
  .Cart:after {
    content: attr(data-badge);
    position: absolute;
    top: -4px;
    right: -9px;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    font-size: 0.6rem;
    color: #FFFFFF;
    background-color: #76232F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .Cart .cart-dropdown {
    width: 320px;
    position: absolute;
    top: 28px;
    right: -16px;
    background-color: transparent; }
    .Cart .cart-dropdown.hidden {
      display: none; }
    .Cart .cart-dropdown .content-cart {
      display: flex;
      flex-flow: column;
      width: 100%; }
      .Cart .cart-dropdown .content-cart .top-arrow-box {
        height: 12px;
        background: transparent;
        display: flex;
        justify-content: flex-end;
        position: relative; }
        .Cart .cart-dropdown .content-cart .top-arrow-box .top-arrow:before {
          content: ' ';
          color: #D7D2CB;
          font-size: 15px;
          width: 0px;
          height: 0px;
          border-bottom: 15px solid #D7D2CB;
          border-top: 0px solid transparent;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          position: absolute;
          right: 12px; }
      .Cart .cart-dropdown .content-cart .header {
        height: 33.2px;
        display: flex;
        flex-flow: row;
        font-size: 13px;
        padding: 0.3rem 1rem; }
        .Cart .cart-dropdown .content-cart .header .left-content {
          display: flex;
          align-items: center;
          text-transform: uppercase;
          width: 100%; }
        .Cart .cart-dropdown .content-cart .header .right-content {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          width: 100%; }
        .Cart .cart-dropdown .content-cart .header.open {
          background: #D7D2CB;
          border: 1px solid lightgray;
          color: #333F48; }
      .Cart .cart-dropdown .content-cart .body {
        background: #FFFFFF;
        border: 1px solid #D7D2CB;
        font-size: 14px;
        padding: 0.5rem; }
        .Cart .cart-dropdown .content-cart .body .empty-basket {
          color: #333F48;
          margin: 0.5rem; }
        .Cart .cart-dropdown .content-cart .body .entries-box {
          overflow-y: scroll;
          -webkit-overflow-scrolling: touch;
          -ms-overflow-style: none;
          scrollbar-width: none;
          overflow-x: hidden;
          padding: 1rem;
          max-height: 280px; }
          .Cart .cart-dropdown .content-cart .body .entries-box .entries {
            display: flex;
            flex-flow: column; }
        .Cart .cart-dropdown .content-cart .body .entries-box::-webkit-scrollbar {
          width: 3px;
          background: transparent; }
        .Cart .cart-dropdown .content-cart .body .entries-box::-webkit-scrollbar-thumb {
          background: #dcdcdc;
          border-radius: 10px; }
        .Cart .cart-dropdown .content-cart .body .subtotal {
          border-top: 1px solid #dcdcdc;
          padding: 1rem;
          display: flex;
          flex-flow: row;
          justify-content: space-between; }
          .Cart .cart-dropdown .content-cart .body .subtotal .label {
            text-transform: uppercase;
            color: #4B4f54; }
          .Cart .cart-dropdown .content-cart .body .subtotal .value {
            color: #333F48; }
        .Cart .cart-dropdown .content-cart .body .actions {
          padding: 1rem;
          display: flex;
          flex-flow: column;
          padding-top: 0.3rem; }
          .Cart .cart-dropdown .content-cart .body .actions .row {
            display: flex;
            flex-flow: row; }
            .Cart .cart-dropdown .content-cart .body .actions .row .enquire {
              margin-right: 1rem; }
            .Cart .cart-dropdown .content-cart .body .actions .row .clear-all,
            .Cart .cart-dropdown .content-cart .body .actions .row .checkout,
            .Cart .cart-dropdown .content-cart .body .actions .row .enquire,
            .Cart .cart-dropdown .content-cart .body .actions .row .view-items {
              width: 100%; }
              .Cart .cart-dropdown .content-cart .body .actions .row .clear-all button,
              .Cart .cart-dropdown .content-cart .body .actions .row .checkout button,
              .Cart .cart-dropdown .content-cart .body .actions .row .enquire button,
              .Cart .cart-dropdown .content-cart .body .actions .row .view-items button {
                padding: 0.5rem 1rem;
                width: 100%;
                font-size: 14px; }
            .Cart .cart-dropdown .content-cart .body .actions .row .clear-all,
            .Cart .cart-dropdown .content-cart .body .actions .row .checkout {
              margin-top: 1rem; }
      .Cart .cart-dropdown .content-cart .body::-webkit-scrollbar {
        width: 3px;
        background: transparent; }
      .Cart .cart-dropdown .content-cart .body::-webkit-scrollbar-thumb {
        background: #dcdcdc;
        border-radius: 10px; }

@media (max-width: 850px) {
  .Cart .cart-dropdown {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 48px;
    bottom: 0;
    height: 100%; }
    .Cart .cart-dropdown .top-arrow-box {
      right: 3px; }
    .Cart .cart-dropdown .content-cart {
      height: 100%; }
      .Cart .cart-dropdown .content-cart .body {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-x: hidden;
        height: 100%; }
        .Cart .cart-dropdown .content-cart .body .entries-box {
          max-height: 215px; } }

.remove-icon {
  display: flex;
  width: 15px;
  height: 7px;
  margin-top: 0.3rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  .remove-icon.dark {
    color: #333F48; }
  .remove-icon span {
    display: block;
    position: absolute;
    height: 2px;
    background: #333F48;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
  .remove-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 4px; }
  .remove-icon span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
    left: 4px; }

.User {
  position: relative; }
  .User .user-on-desktop .menu-item {
    cursor: pointer; }
    .User .user-on-desktop .menu-item.user-menu .username {
      text-transform: inherit !important; }
    .User .user-on-desktop .menu-item.active span {
      color: white; }
  .User .user-on-desktop .user-dropdown {
    width: 330px;
    max-height: 700px;
    position: absolute;
    top: 26px;
    right: -15px;
    background-color: transparent; }
    .User .user-on-desktop .user-dropdown.hidden {
      display: none; }
  .User .user-on-desktop .content-user,
  .User .user-on-mobile .content-user {
    display: flex;
    flex-flow: column;
    width: 100%; }
    .User .user-on-desktop .content-user .top-arrow-box,
    .User .user-on-mobile .content-user .top-arrow-box {
      height: 12px;
      background: transparent;
      display: flex;
      justify-content: flex-end;
      position: relative; }
      .User .user-on-desktop .content-user .top-arrow-box .top-arrow:before,
      .User .user-on-mobile .content-user .top-arrow-box .top-arrow:before {
        content: ' ';
        color: #D7D2CB;
        font-size: 15px;
        width: 0px;
        height: 0px;
        border-bottom: 15px solid #D7D2CB;
        border-top: 0px solid transparent;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        position: absolute;
        right: 6.5px; }
    .User .user-on-desktop .content-user .header,
    .User .user-on-mobile .content-user .header {
      height: 33.2px;
      display: flex;
      flex-flow: row;
      font-size: 13px;
      padding: 0.3rem 1rem; }
      .User .user-on-desktop .content-user .header .left-content,
      .User .user-on-mobile .content-user .header .left-content {
        display: flex;
        align-items: center;
        text-transform: uppercase;
        width: 100%; }
      .User .user-on-desktop .content-user .header .right-content,
      .User .user-on-mobile .content-user .header .right-content {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%; }
      .User .user-on-desktop .content-user .header.open,
      .User .user-on-mobile .content-user .header.open {
        background: #D7D2CB;
        border: 1px solid lightgray;
        color: #333F48; }
    .User .user-on-desktop .content-user .body,
    .User .user-on-mobile .content-user .body {
      background: #FFFFFF;
      border: 1px solid #D7D2CB; }
      .User .user-on-desktop .content-user .body .sign-out-status,
      .User .user-on-mobile .content-user .body .sign-out-status {
        display: flex;
        flex-flow: column;
        padding: 1.2rem 1.2rem; }
        .User .user-on-desktop .content-user .body .sign-out-status .top,
        .User .user-on-desktop .content-user .body .sign-out-status .bottom,
        .User .user-on-mobile .content-user .body .sign-out-status .top,
        .User .user-on-mobile .content-user .body .sign-out-status .bottom {
          display: flex;
          flex-flow: row; }
          .User .user-on-desktop .content-user .body .sign-out-status .top button,
          .User .user-on-desktop .content-user .body .sign-out-status .bottom button,
          .User .user-on-mobile .content-user .body .sign-out-status .top button,
          .User .user-on-mobile .content-user .body .sign-out-status .bottom button {
            width: 100%;
            padding: 0.5rem;
            margin-left: 0; }
        .User .user-on-desktop .content-user .body .sign-out-status .top,
        .User .user-on-mobile .content-user .body .sign-out-status .top {
          margin-bottom: 0.5rem; }
          .User .user-on-desktop .content-user .body .sign-out-status .top .left-content,
          .User .user-on-mobile .content-user .body .sign-out-status .top .left-content {
            width: 100%;
            margin-right: 0.5rem; }
          .User .user-on-desktop .content-user .body .sign-out-status .top .right-content,
          .User .user-on-mobile .content-user .body .sign-out-status .top .right-content {
            width: 100%; }
        .User .user-on-desktop .content-user .body .sign-out-status .full,
        .User .user-on-mobile .content-user .body .sign-out-status .full {
          width: 100%; }
      .User .user-on-desktop .content-user .body .sign-in-status,
      .User .user-on-mobile .content-user .body .sign-in-status {
        display: flex;
        flex-flow: column;
        padding: 1.2rem 1.2rem; }
        .User .user-on-desktop .content-user .body .sign-in-status .row,
        .User .user-on-mobile .content-user .body .sign-in-status .row {
          display: flex;
          flex-flow: row;
          font-size: 12px;
          width: 100%;
          padding: 0.5rem 0; }
          .User .user-on-desktop .content-user .body .sign-in-status .row .left-content,
          .User .user-on-mobile .content-user .body .sign-in-status .row .left-content {
            color: #D7D2CB;
            font-weight: 400;
            width: 50%;
            text-transform: uppercase; }
          .User .user-on-desktop .content-user .body .sign-in-status .row .right-content,
          .User .user-on-mobile .content-user .body .sign-in-status .row .right-content {
            color: #333F48;
            width: 50%; }
          .User .user-on-desktop .content-user .body .sign-in-status .row .button,
          .User .user-on-mobile .content-user .body .sign-in-status .row .button {
            width: 100%; }
            .User .user-on-desktop .content-user .body .sign-in-status .row .button button,
            .User .user-on-mobile .content-user .body .sign-in-status .row .button button {
              width: 100%;
              padding: 0.5rem;
              margin-left: 0; }
          .User .user-on-desktop .content-user .body .sign-in-status .row.divider,
          .User .user-on-mobile .content-user .body .sign-in-status .row.divider {
            border-bottom: 1px solid #000000; }
          .User .user-on-desktop .content-user .body .sign-in-status .row hr,
          .User .user-on-mobile .content-user .body .sign-in-status .row hr {
            color: #ECECEC;
            width: 100%;
            border: 0.5px solid #ECECEC; }

@media (max-width: 850px) {
  .User .user-on-mobile .content-user .header {
    display: flex;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid lightgray; }
    .User .user-on-mobile .content-user .header .left-content {
      display: flex;
      font-size: 16px;
      justify-content: center; }
      .User .user-on-mobile .content-user .header .left-content a {
        text-decoration: none;
        color: #FFFFFF; }
    .User .user-on-mobile .content-user .header.open .left-content a {
      color: #333F48; }
  .User .user-on-mobile .content-user .body {
    max-height: 0px;
    transition: 0.3s;
    overflow: hidden;
    border: 0px; }
    .User .user-on-mobile .content-user .body.collapse {
      border: 0.7px solid lightgray;
      max-height: 500px; } }

.BrowseMenu {
  position: relative; }
  .BrowseMenu .menu-item {
    cursor: pointer; }
    .BrowseMenu .menu-item.active span {
      color: white; }
  .BrowseMenu .browse-dropdown {
    width: 1280px;
    max-height: 700px;
    position: absolute;
    top: 26px;
    left: -20px;
    background-color: transparent; }
    .BrowseMenu .browse-dropdown.hidden {
      display: none; }
  .BrowseMenu .browse-on-desktop .browse-content .top-arrow-box {
    height: 12px;
    background: transparent;
    display: flex;
    justify-content: flex-end;
    position: relative; }
    .BrowseMenu .browse-on-desktop .browse-content .top-arrow-box .top-arrow:before {
      content: ' ';
      color: #D7D2CB;
      font-size: 13px;
      width: 0px;
      height: 0px;
      border-bottom: 13px solid #D7D2CB;
      border-top: 0px solid transparent;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      position: absolute;
      left: 129px; }
  .BrowseMenu .browse-on-desktop .browse-content .body-content {
    display: flex;
    flex-flow: row; }
    .BrowseMenu .browse-on-desktop .browse-content .body-content .menu-group .menu-title {
      padding: 1rem;
      padding-left: 1.5rem;
      background-color: #D7D2CB;
      color: #333F48;
      text-transform: uppercase;
      font-size: 13px; }
    .BrowseMenu .browse-on-desktop .browse-content .body-content .menu-group .submenus {
      display: flex;
      background-color: #FFFFFF; }
      .BrowseMenu .browse-on-desktop .browse-content .body-content .menu-group .submenus .submenu-column .menu {
        display: block;
        cursor: pointer;
        text-transform: uppercase;
        color: #333F48;
        font-size: 11px;
        margin-bottom: 0.8rem; }
  .BrowseMenu .browse-on-mobile .browse-content {
    display: flex;
    flex-flow: column;
    width: 100%; }
    .BrowseMenu .browse-on-mobile .browse-content .header {
      height: 30px;
      display: flex;
      justify-content: center;
      flex-flow: row;
      font-size: 13px;
      padding: 0.5rem 1rem;
      border-bottom: 1px solid lightgray; }
      .BrowseMenu .browse-on-mobile .browse-content .header .left-content {
        display: flex;
        align-items: center;
        font-size: 16px;
        justify-content: center;
        text-transform: uppercase;
        width: 100%; }
        .BrowseMenu .browse-on-mobile .browse-content .header .left-content a {
          text-decoration: none;
          color: #FFFFFF; }
      .BrowseMenu .browse-on-mobile .browse-content .header .right-content {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%; }
      .BrowseMenu .browse-on-mobile .browse-content .header.open {
        background: #D7D2CB;
        color: #333F48; }
        .BrowseMenu .browse-on-mobile .browse-content .header.open .left-content a {
          color: #333F48; }
    .BrowseMenu .browse-on-mobile .browse-content .body {
      background: #FFFFFF;
      max-height: 0px;
      transition: 0.3s;
      overflow: hidden; }
      .BrowseMenu .browse-on-mobile .browse-content .body.collapse {
        max-height: 1000px;
        border: 0.7px solid lightgray; }
      .BrowseMenu .browse-on-mobile .browse-content .body .menu-group {
        display: flex;
        flex-flow: column;
        background: #FFFFFF; }
        .BrowseMenu .browse-on-mobile .browse-content .body .menu-group .sub-menu {
          overflow: hidden;
          max-height: 0px;
          transition: 0.3s; }
          .BrowseMenu .browse-on-mobile .browse-content .body .menu-group .sub-menu.collapse {
            max-height: 500px;
            transition: 0.3s; }
          .BrowseMenu .browse-on-mobile .browse-content .body .menu-group .sub-menu .menu {
            font-size: 13px;
            padding: 0.5rem; }
        .BrowseMenu .browse-on-mobile .browse-content .body .menu-group .menu {
          display: flex;
          justify-content: center;
          border-bottom: 1px solid #D7D2CB;
          color: #333F48;
          padding: 0.8rem;
          text-transform: uppercase;
          font-size: 14px; }
          .BrowseMenu .browse-on-mobile .browse-content .body .menu-group .menu a {
            text-decoration: none; }

@media (min-width: 1200px) {
  .BrowseMenu .browse-on-desktop .browse-content .menu-group .submenus {
    flex-flow: row;
    height: 170px; }
    .BrowseMenu .browse-on-desktop .browse-content .menu-group .submenus .submenu-column {
      padding: 1.5rem;
      border-bottom: 1px solid #D7D2CB; }
    .BrowseMenu .browse-on-desktop .browse-content .menu-group .submenus .submenu-column:last-child {
      border-right: 1px solid #D7D2CB; }
  .BrowseMenu .browse-on-desktop .browse-content .body-content div:first-child .menu-group .submenus .submenu-column {
    border-left: 1px solid #D7D2CB; } }

@media (max-width: 1200px) {
  .BrowseMenu .browse-on-desktop .browse-content .top-arrow-box .top-arrow:before {
    left: 134px; }
  .BrowseMenu .browse-on-desktop .browse-content .menu-group .submenus {
    flex-flow: column;
    height: 270px;
    border-right: 1px solid #D7D2CB;
    padding: 1rem; }
    .BrowseMenu .browse-on-desktop .browse-content .menu-group .submenus .submenu-column {
      padding: 0; }
    .BrowseMenu .browse-on-desktop .browse-content .menu-group .submenus .submenu-column:first-child {
      padding-bottom: 0; } }

@media (min-width: 850px) {
  .BrowseMenu .browse-on-desktop {
    display: block; }
  .BrowseMenu .browse-on-mobile {
    display: none; } }

@media (max-width: 850px) {
  .BrowseMenu .browse-on-desktop {
    display: none; }
  .BrowseMenu .browse-on-mobile {
    display: block; }
  .BrowseMenu .browse-dropdown {
    display: none; } }

.MagazineMenu .magazine-on-mobile .magazine-content {
  display: flex;
  flex-flow: column;
  width: 100%; }
  .MagazineMenu .magazine-on-mobile .magazine-content .header {
    height: 30px;
    display: flex;
    justify-content: center;
    flex-flow: row;
    font-size: 13px;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid lightgray; }
    .MagazineMenu .magazine-on-mobile .magazine-content .header .left-content {
      display: flex;
      align-items: center;
      font-size: 16px;
      justify-content: center;
      text-transform: uppercase;
      width: 100%; }
      .MagazineMenu .magazine-on-mobile .magazine-content .header .left-content a {
        text-decoration: none;
        color: #FFFFFF; }
    .MagazineMenu .magazine-on-mobile .magazine-content .header .right-content {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 100%; }
    .MagazineMenu .magazine-on-mobile .magazine-content .header.open {
      background: #D7D2CB;
      color: #333F48; }
      .MagazineMenu .magazine-on-mobile .magazine-content .header.open .left-content a {
        color: #333F48; }
  .MagazineMenu .magazine-on-mobile .magazine-content .body {
    background: #FFFFFF;
    max-height: 0px;
    transition: 0.3s;
    overflow: hidden; }
    .MagazineMenu .magazine-on-mobile .magazine-content .body.collapse {
      max-height: 1000px;
      border: 0.7px solid lightgray; }
    .MagazineMenu .magazine-on-mobile .magazine-content .body .menu-group {
      display: flex;
      flex-flow: column;
      background: #FFFFFF; }
      .MagazineMenu .magazine-on-mobile .magazine-content .body .menu-group .menu {
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #D7D2CB;
        color: #333F48;
        padding: 0.8rem;
        text-transform: uppercase;
        font-size: 14px; }
        .MagazineMenu .magazine-on-mobile .magazine-content .body .menu-group .menu a {
          text-decoration: none; }

@media (min-width: 850px) {
  .MagazineMenu .magazine-on-mobile {
    display: none; } }

@media (max-width: 850px) {
  .MagazineMenu .magazine-on-mobile {
    display: block; } }

html {
  -webkit-text-size-adjust: 100%; }

.Header-placeholder.high.bottomMenu {
  height: 353px; }

.Header-placeholder.high {
  height: 300px; }

.Header-placeholder.small {
  height: 101px; }

.Header-high {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 300px;
  z-index: 1; }
  .Header-high .Header-high-content-image {
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .Header-high .Header-high-content {
    background-color: #333F48;
    display: flex;
    justify-content: center;
    color: #D7D2CB;
    align-items: center;
    height: 300px; }
    .Header-high .Header-high-content .advanced-search {
      width: 60%;
      height: 280px;
      display: flex;
      flex-direction: row;
      align-items: center;
      position: relative;
      margin-top: 20px; }
      .Header-high .Header-high-content .advanced-search .left {
        flex: 1 1 auto;
        margin-right: 3rem; }
        .Header-high .Header-high-content .advanced-search .left .logo {
          cursor: pointer; }
      .Header-high .Header-high-content .advanced-search .right {
        flex: 3 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 30%; }
        .Header-high .Header-high-content .advanced-search .right .text-bottom,
        .Header-high .Header-high-content .advanced-search .right .text-top {
          display: flex;
          color: #FFFFFF;
          text-transform: uppercase; }
        .Header-high .Header-high-content .advanced-search .right .search {
          display: flex;
          justify-content: flex-end;
          margin-top: 1rem;
          margin-bottom: 0.8rem; }
          .Header-high .Header-high-content .advanced-search .right .search .SearchBar input::placeholder {
            color: #333F48; }
          .Header-high .Header-high-content .advanced-search .right .search .SearchBar input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #333F48; }
          .Header-high .Header-high-content .advanced-search .right .search .SearchBar input::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #333F48; }
          .Header-high .Header-high-content .advanced-search .right .search .SearchBar input:focus ~ .dropdown.active {
            color: #333F48; }
        .Header-high .Header-high-content .advanced-search .right .text-top {
          justify-content: center;
          font-size: 1.2rem; }
        .Header-high .Header-high-content .advanced-search .right .text-bottom {
          justify-content: flex-end;
          font-size: 0.8rem; }
    .Header-high .Header-high-content .basic-search {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin: 1rem;
      margin-top: 3rem;
      position: relative; }
      .Header-high .Header-high-content .basic-search .logo-box .logo {
        justify-content: center;
        display: flex; }
        .Header-high .Header-high-content .basic-search .logo-box .logo .basic-search-logo {
          width: 200px;
          height: 130px; }
  .Header-high .header-bottom-menu {
    display: flex;
    flex-flow: row;
    justify-content: center;
    background-color: #333F48; }
    .Header-high .header-bottom-menu .header-bottom-menu-item {
      color: #F7F7F7;
      text-transform: uppercase;
      font-size: 14px;
      padding: 1.2rem;
      cursor: pointer; }

.currency-selector {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer; }
  .currency-selector .flag {
    height: 1rem; }
  .currency-selector img {
    position: absolute;
    pointer-events: none; }
    .currency-selector img.arrow {
      margin-left: 60px;
      width: 15px;
      height: 15px; }
    .currency-selector img.flag {
      margin-right: 20px; }
  .currency-selector label {
    position: relative; }
  .currency-selector label:before {
    content: '1';
    left: 0px;
    position: absolute;
    pointer-events: none;
    display: block; }
  .currency-selector label:after {
    content: '2';
    right: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    display: block; }
  .currency-selector .currency-select {
    padding-left: 1.5rem; }
  .currency-selector select {
    width: 75px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: transparent;
    font-size: 0.8rem;
    padding: 0 1rem;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    border-radius: 0.5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: 0; }
    .currency-selector select option {
      color: #333F48; }

.Header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #D7D2CB;
  z-index: 2; }
  .Header .mobile-main {
    display: none; }
  .Header .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-color: #333F48; }
  .Header .top-header-menu-bg-color {
    height: 52px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #333F48; }
  .Header .first-main {
    position: relative;
    z-index: 1;
    padding: 0.75rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap; }
    .Header .first-main .left {
      flex: 1 1 0;
      display: flex;
      align-items: center; }
      .Header .first-main .left .frw-link-lower-screen {
        display: none; }
      .Header .first-main .left > * {
        margin-right: 2rem; }
    .Header .first-main .center {
      display: flex;
      align-items: center;
      justify-content: center; }
      .Header .first-main .center .logo-small-left {
        display: none; }
      .Header .first-main .center .logo {
        flex: 0 0 auto;
        cursor: pointer;
        width: 182px; }
    .Header .first-main .right {
      flex: 1 1 0;
      justify-content: flex-end;
      display: flex;
      align-items: center; }
      .Header .first-main .right .frw-link-higher-screen {
        display: block; }
      .Header .first-main .right > * {
        margin-left: 1.2rem; }
      .Header .first-main .right button {
        font-size: 12px; }
      .Header .first-main .right .username {
        display: flex;
        align-items: center;
        line-height: 110%; }
        .Header .first-main .right .username > span {
          text-transform: uppercase;
          font-size: 0.8rem; }
        .Header .first-main .right .username .right-arrow {
          margin-left: 0.5rem; }
        .Header .first-main .right .username:hover {
          text-decoration: underline; }
      .Header .first-main .right .Cart .icon.basket {
        width: 25px;
        height: 25px; }
    .Header .first-main .left .menu-item,
    .Header .first-main .right .menu-item {
      display: flex;
      align-items: center;
      font-weight: 400; }
      .Header .first-main .left .menu-item img:not(.arrow),
      .Header .first-main .right .menu-item img:not(.arrow) {
        margin-right: 1rem; }
      .Header .first-main .left .menu-item .arrow,
      .Header .first-main .right .menu-item .arrow {
        margin-left: 0.5rem;
        width: 15px;
        height: 15px; }
      .Header .first-main .left .menu-item span,
      .Header .first-main .right .menu-item span {
        color: #FFFFFF;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 110%; }
      .Header .first-main .left .menu-item .icon,
      .Header .first-main .right .menu-item .icon {
        width: 25px;
        height: 25px; }
        .Header .first-main .left .menu-item .icon.hover-icon,
        .Header .first-main .right .menu-item .icon.hover-icon {
          display: none; }
        .Header .first-main .left .menu-item .icon.original-icon,
        .Header .first-main .right .menu-item .icon.original-icon {
          display: block; }
        .Header .first-main .left .menu-item .icon.editorial,
        .Header .first-main .right .menu-item .icon.editorial {
          width: 34px !important;
          height: 34px !important; }
      .Header .first-main .left .menu-item:hover span, .Header .first-main .left .menu-item.active span,
      .Header .first-main .right .menu-item:hover span,
      .Header .first-main .right .menu-item.active span {
        color: #FFFFFF; }
      .Header .first-main .left .menu-item:hover,
      .Header .first-main .right .menu-item:hover {
        text-decoration: underline; }
        .Header .first-main .left .menu-item:hover .hover-icon,
        .Header .first-main .right .menu-item:hover .hover-icon {
          display: block; }
        .Header .first-main .left .menu-item:hover .original-icon,
        .Header .first-main .right .menu-item:hover .original-icon {
          display: none; }
  .Header .divider {
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 0;
    max-height: 1px;
    border-top: 1px solid #D7D2CB;
    opacity: 0; }
  .Header .second-main {
    position: relative;
    padding: 0.4rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap; }
    .Header .second-main .left {
      flex: 1 1 auto;
      display: flex; }
    .Header .second-main .center {
      display: flex;
      z-index: 0;
      opacity: 0; }
      .Header .second-main .center .link a {
        text-transform: uppercase;
        margin-right: 2rem;
        font-size: 14px;
        cursor: pointer;
        color: #FFFFFF; }
    .Header .second-main .right {
      flex: 1 1 0;
      display: flex;
      justify-content: flex-end; }
      .Header .second-main .right .search {
        margin-top: 0.1rem;
        display: flex;
        justify-content: flex-end; }
        .Header .second-main .right .search .SearchBar {
          max-width: 315px;
          height: 19px; }
        .Header .second-main .right .search.withMenuOnLeft {
          width: 100%; }
        .Header .second-main .right .search.small.advanced {
          width: 100%; }
        .Header .second-main .right .search.small.basic {
          width: 60%; }
        .Header .second-main .right .search.high.advanced {
          width: 70%; }
        .Header .second-main .right .search.high.basic {
          width: 60%; }
  .Header nav {
    background-color: #4B4f54; }
    .Header nav ul {
      display: flex;
      justify-content: center; }
      .Header nav ul li {
        padding: 1rem;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 300; }

#nav-icon {
  width: 35px;
  height: 27px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 4px; }

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 4px; }

@media (min-width: 851px) {
  body,
  header div:not(.background):not(.top-header-menu-bg-color):not(.divider),
  footer div,
  .content
div:not(.wines-mobile):not(.slick-slider):not(.slick-list):not(.slick-track):not(.properties-index-desktop):not(.Newsletter) {
    max-width: 1280px; }
    body .header-max,
    body .footer-max,
    body .content-max,
    header div:not(.background):not(.top-header-menu-bg-color):not(.divider) .header-max,
    header div:not(.background):not(.top-header-menu-bg-color):not(.divider) .footer-max,
    header div:not(.background):not(.top-header-menu-bg-color):not(.divider) .content-max,
    footer div .header-max,
    footer div .footer-max,
    footer div .content-max,
    .content
div:not(.wines-mobile):not(.slick-slider):not(.slick-list):not(.slick-track):not(.properties-index-desktop):not(.Newsletter) .header-max,
    .content
div:not(.wines-mobile):not(.slick-slider):not(.slick-list):not(.slick-track):not(.properties-index-desktop):not(.Newsletter) .footer-max,
    .content
div:not(.wines-mobile):not(.slick-slider):not(.slick-list):not(.slick-track):not(.properties-index-desktop):not(.Newsletter) .content-max {
      margin: 0 auto; }
    body .header-max .mobile-search,
    header div:not(.background):not(.top-header-menu-bg-color):not(.divider) .header-max .mobile-search,
    footer div .header-max .mobile-search,
    .content
div:not(.wines-mobile):not(.slick-slider):not(.slick-list):not(.slick-track):not(.properties-index-desktop):not(.Newsletter) .header-max .mobile-search {
      display: none; }
  .Header .mobile-menu,
  .Header .mobile-search {
    max-height: 0px; }
    .Header .mobile-menu .menu,
    .Header .mobile-search .menu {
      display: none; }
  .content {
    position: absolute;
    left: 0;
    right: 0; } }

@media (min-width: 1280px) {
  .Header-high .Header-high-content .advanced-search .left {
    width: 30%;
    display: flex;
    justify-content: flex-end; }
    .Header-high .Header-high-content .advanced-search .left .logo {
      width: 170px; }
  .Header-high .Header-high-content .advanced-search .right .text-top {
    font-size: 1.1rem;
    line-height: 20px; }
  .Header-high .Header-high-content .advanced-search .right .text-top,
  .Header-high .Header-high-content .advanced-search .right .search,
  .Header-high .Header-high-content .advanced-search .right .text-bottom {
    width: 70%; } }

@media (max-width: 1200px) {
  .Header-placeholder.high.bottomMenu {
    height: 302px; }
  .Header-placeholder.high {
    height: 250px; }
  .Header-placeholder.small {
    height: 103px; }
  .Header-high {
    height: 250px; }
    .Header-high .Header-high-content {
      height: 250px; }
      .Header-high .Header-high-content .basic-search .logo-box {
        margin-top: 1.5rem; }
        .Header-high .Header-high-content .basic-search .logo-box .logo .basic-search-logo {
          width: 160px;
          height: 104px; }
      .Header-high .Header-high-content .advanced-search {
        margin-top: 35px; }
        .Header-high .Header-high-content .advanced-search .right .text-top {
          font-size: 15px; }
        .Header-high .Header-high-content .advanced-search .right input {
          font-size: 12px; }
        .Header-high .Header-high-content .advanced-search .right .text-bottom {
          font-size: 12px; }
  .Header .top-header-menu-bg-color {
    height: 54px; }
  .Header .first-main {
    flex-flow: row wrap;
    padding: 0 1rem; }
    .Header .first-main .left {
      order: 2;
      min-width: 500px; }
      .Header .first-main .left .frw-link-lower-screen {
        display: block;
        margin-right: 0rem; }
      .Header .first-main .left .menu-item span {
        font-size: 15px; }
    .Header .first-main .center {
      padding-right: 1rem;
      order: 1; }
      .Header .first-main .center .logo {
        display: none; }
      .Header .first-main .center .logo-small-left {
        width: 50px;
        height: 50px;
        margin-top: 0.25rem;
        margin-right: 0.5rem;
        display: block; }
    .Header .first-main .right {
      order: 3; }
      .Header .first-main .right .frw-link-higher-screen {
        display: none; }
  .Header .second-main .left {
    display: none; }
  .Header .second-main .center .link a {
    font-size: 14px; }
  .Header .second-main .right .search.small.advanced {
    width: 100%; }
  .Header .second-main .right .search.small.hidden {
    width: 100%; }
  .Header .second-main .right .search.high.hidden {
    width: 30%; }
  .Header .second-main .right .search.high.basic {
    width: 35%; }
  .Header .second-main .right .search.small.basic {
    width: 40%; } }

@media (max-width: 850px) {
  .Header-placeholder.high.bottomMenu {
    height: 250px; }
  .Header-placeholder.high.hidden {
    height: 60px; }
  .Header-placeholder.high.hidden.search-open {
    height: 124px; }
  .Header-placeholder.small.hidden {
    height: 60px; }
  .Header-placeholder.small.hidden.search-open {
    height: 124px; }
  .Header-placeholder.small.basic.bottomMenu.search-closed {
    height: 60px; }
  .Header-high .Header-high-content-image.hidden {
    display: none; }
  .Header-high .Header-high-content {
    transition: height 0.2s; }
    .Header-high .Header-high-content.advanced .advanced-search {
      margin-top: 65px;
      width: 90%; }
      .Header-high .Header-high-content.advanced .advanced-search .left {
        display: none; }
      .Header-high .Header-high-content.advanced .advanced-search .right {
        height: 40%; }
        .Header-high .Header-high-content.advanced .advanced-search .right .text-top {
          text-align: center;
          font-size: 1.2rem;
          line-height: 1.5rem; }
        .Header-high .Header-high-content.advanced .advanced-search .right .search .SearchBar input {
          margin: 0.2rem;
          font-size: 16px; }
        .Header-high .Header-high-content.advanced .advanced-search .right .text-bottom {
          margin-top: 0.2rem;
          font-size: 10px; }
    .Header-high .Header-high-content.hidden {
      display: none; }
  .Header-high .header-bottom-menu {
    display: none; }
  .Header .first-main,
  .Header .divider,
  .Header .second-main,
  .Header .background,
  .Header .top-header-menu-bg-color {
    display: none; }
  .Header .background-mobile {
    position: absolute;
    height: 60px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-color: #333F48; }
  .Header .mobile-main {
    height: 60px;
    display: flex;
    align-items: center; }
    .Header .mobile-main.basic {
      background-color: #333F48;
      border-bottom: 1px solid #D7D2CB; }
    .Header .mobile-main.advanced {
      position: relative; }
    .Header .mobile-main.advanced.border-bottom {
      border-bottom: 1px solid #D7D2CB; }
    .Header .mobile-main .header {
      display: flex;
      align-items: center;
      flex-flow: row;
      justify-content: space-between;
      width: 100%; }
      .Header .mobile-main .header .left {
        min-width: 50px;
        flex: 1 1 auto;
        display: flex;
        margin-left: 1rem;
        cursor: pointer; }
      .Header .mobile-main .header .center {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.6rem;
        margin-left: 1.5rem; }
        .Header .mobile-main .header .center .logo {
          margin-top: 0.5rem;
          width: 55px;
          height: 50px;
          flex: 0 0 auto;
          cursor: pointer; }
      .Header .mobile-main .header .right {
        flex: 1 1 auto;
        display: flex;
        justify-content: flex-end;
        margin-right: 1rem; }
        .Header .mobile-main .header .right .search {
          cursor: pointer; }
          .Header .mobile-main .header .right .search .search-small {
            width: 30px;
            height: 30px; }
        .Header .mobile-main .header .right .basket {
          margin-left: 1rem; }
          .Header .mobile-main .header .right .basket .icon.basket-small {
            width: 30px;
            height: 30px; }
  .Header .mobile-menu .menu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .Header .mobile-menu .menu .link {
      padding: 1rem 1.5rem; }
      .Header .mobile-menu .menu .link .center .currency-select {
        font-size: 16px; }
      .Header .mobile-menu .menu .link .center img.arrow {
        margin-left: 65px;
        width: 15px;
        height: 15px; }
  .Header .mobile-menu .menu::-webkit-scrollbar {
    display: none; }
  .Header .mobile-menu.collapse {
    max-height: 507px; }
  .Header .mobile-search .menu .link {
    padding: 0.7rem 1.5rem; }
    .Header .mobile-search .menu .link .center .SearchBar input {
      font-size: 16px; }
  .Header .mobile-search.collapse {
    max-height: 70px; }
  .Header .mobile-menu {
    overflow: hidden; }
  .Header .mobile-search .menu .link .center .SearchBar .dropdown {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 350px; }
  .Header .mobile-search .menu .link .center .SearchBar .dropdown::-webkit-scrollbar {
    display: none; }
  .Header .mobile-menu,
  .Header .mobile-search {
    background-color: #333F48;
    display: flex;
    flex-flow: column;
    clear: both;
    max-height: 0px;
    transition: 0.12s ease-out; }
    .Header .mobile-menu .menu .link,
    .Header .mobile-search .menu .link {
      display: flex;
      align-items: center;
      justify-content: center;
      border-bottom: 1px solid #D7D2CB;
      text-transform: uppercase; }
      .Header .mobile-menu .menu .link .center,
      .Header .mobile-search .menu .link .center {
        width: 100%;
        display: flex;
        flex-flow: row, wrap;
        justify-content: space-around;
        align-items: center; } }

@media (max-width: 300px) {
  .Header .mobile-main .header .center {
    margin-left: 0rem; } }

.NewsLetterBox {
  margin: 0 auto; }

.Footer {
  background-color: #333F48;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  position: absolute;
  width: 100%; }

.scroll-top {
  z-index: 10;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  border-radius: 50%; }

.scroll-top:hover {
  background: grey; }

.footer-max .footer-container {
  background-color: #333F48;
  z-index: 1;
  padding: 3rem;
  font-size: 0.8rem;
  color: #FFFFFF; }
  .footer-max .footer-container > nav {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 1rem; }
    .footer-max .footer-container > nav > div {
      flex: 1 1 0;
      min-width: 200px;
      margin-bottom: 1.5rem; }
    .footer-max .footer-container > nav ul a {
      display: block;
      margin-bottom: 1rem; }
    .footer-max .footer-container > nav .social-icons {
      margin-top: 1.5rem; }
      .footer-max .footer-container > nav .social-icons > a {
        margin-right: 1rem; }
    .footer-max .footer-container > nav > .info {
      flex: 100%; }
      .footer-max .footer-container > nav > .info > div {
        text-align: center;
        line-height: 1.5rem; }
        .footer-max .footer-container > nav > .info > div.links {
          display: flex;
          flex-flow: row wrap;
          justify-content: center;
          margin-bottom: 1rem; }
          .footer-max .footer-container > nav > .info > div.links a {
            min-width: 60px;
            text-decoration: underline;
            padding: 0 0.5rem;
            line-height: 1.5rem; }
          .footer-max .footer-container > nav > .info > div.links span {
            line-height: 1.5rem; }

@media (max-width: 600px) {
  .footer-max .footer-container > nav {
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .footer-max .footer-container > nav .logo {
      order: 5; }
      .footer-max .footer-container > nav .logo > img {
        width: 60%; }
    .footer-max .footer-container > nav .first-links {
      order: 1; }
    .footer-max .footer-container > nav .second-links {
      order: 2; }
    .footer-max .footer-container > nav .follow-us {
      order: 3; }
    .footer-max .footer-container > nav .info {
      order: 4; }
      .footer-max .footer-container > nav .info > div {
        margin-bottom: 1.5rem; } }

.Newsletter {
  display: flex;
  flex-flow: row;
  width: 100%;
  height: 85px; }
  .Newsletter .left,
  .Newsletter .right {
    width: 35%;
    max-width: 5000px !important; }
  .Newsletter .left {
    background-color: #D9C89E; }
  .Newsletter .right {
    background-color: #76232F; }
  .Newsletter .center {
    min-width: 600px;
    width: 30%;
    display: flex;
    flex-flow: row;
    align-items: center;
    background-color: #c0b6ac;
    font-size: 14px;
    padding: 1.5rem; }
    .Newsletter .center .left-content {
      display: flex;
      flex-flow: column;
      width: 70%;
      padding: 1rem;
      color: #333F48; }
      .Newsletter .center .left-content .top-text {
        text-transform: uppercase;
        margin-bottom: 0.3rem;
        font-weight: 600; }
    .Newsletter .center .right-content {
      display: flex;
      flex-flow: row;
      width: 30%;
      padding: 1rem; }
      .Newsletter .center .right-content .button {
        width: 100%; }
        .Newsletter .center .right-content .button button {
          border: 0px;
          width: 100%;
          padding: 0.5rem;
          background-color: #D7D2CB;
          color: #FFFFFF;
          text-transform: uppercase;
          border-radius: 40px 40px;
          cursor: pointer; }

@media (max-width: 1180px) {
  .Newsletter .left,
  .Newsletter .right {
    width: 20%; }
  .Newsletter .center {
    width: 60%; } }

@media (max-width: 900px) {
  .Newsletter .left,
  .Newsletter .right {
    display: none; }
  .Newsletter .center {
    width: 100%; } }

@media (max-width: 740px) {
  .Newsletter {
    height: 130px; }
    .Newsletter .center {
      flex-flow: column;
      padding: 1rem;
      min-width: 500px; }
      .Newsletter .center .left-content,
      .Newsletter .center .right-content {
        padding: 0.5rem;
        width: 100%;
        align-items: center; } }

@media (max-width: 500px) {
  .Newsletter .center {
    min-width: 0px !important; } }

@media (max-width: 350px) {
  .Newsletter .center .left-content .bottom-text {
    text-align: center; } }

.Loader {
  z-index: 3;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #333F48; }
  .Loader > div {
    height: 2px;
    border-radius: 0 1px 1px 0;
    transition: width 0.5s;
    background-color: #FFFFFF; }

.Preview {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #FFFFFF;
  background-color: #be53ff;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  display: flex;
  align-items: center; }
  .Preview > .Button {
    margin-left: 1rem; }
  .Preview.hidden {
    display: none; }

.CookieBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background-color: #333F48;
  color: #D7D2CB;
  border-top: 1px solid #D7D2CB;
  z-index: 5; }
  .CookieBanner > span {
    line-height: 1.2rem;
    text-align: center;
    display: block; }
    .CookieBanner > span:not(:last-child) {
      margin-bottom: 0.5rem; }
  .CookieBanner a {
    text-decoration: underline; }

.close-btn {
  display: flex;
  width: 15px;
  height: 7px;
  margin-top: 0.3rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  color: white; }
  .close-btn.dark {
    color: #333F48; }
  .close-btn span {
    display: block;
    position: absolute;
    height: 2px;
    background: #333F48;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
  .close-btn span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 4px; }
  .close-btn span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
    left: 4px; }

.notification {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  padding: 1rem;
  margin: 1rem;
  border-radius: 15px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #FFFFFF; }
  .notification.info {
    background-color: #D9C89E; }
  .notification.error {
    background-color: #76232F; }
  .notification .message {
    width: 90%;
    margin-right: 0.7rem;
    line-height: 22px; }
  .notification .close-btn {
    width: 5%;
    cursor: pointer;
    margin-top: 0.6rem; }
    .notification .close-btn span {
      background: #FFFFFF; }

@media (max-width: 850px) {
  .notification .message {
    width: 95%; }
  .notification .close-btn {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    max-height: 14px;
    max-width: 16px; } }

.notifications {
  position: fixed;
  bottom: 30px;
  right: 10px;
  max-width: 300px;
  width: 100%;
  z-index: 6; }

@media (max-width: 850px) {
  .notifications {
    width: 100%;
    max-width: 850px;
    right: 0px;
    left: 0px;
    bottom: 5px; } }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	/* own */
	color: inherit;
	text-decoration: unset;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover {
	text-decoration: underline;
}
* {
	font-family: 'Mark OT', Helvetica, sans-serif !important;
}




.RichText h1,
.RichText h2,
.RichText h5,
.RichText h6 {
  margin-top: 0.5rem !important;
  line-height: 26px; }

.RichText h2 {
  line-height: 34px; }

.RichText h3,
.RichText h4 {
  margin-top: 1.6rem !important;
  line-height: 26px; }

.RichText h1 {
  font-family: 'Mark OT' !important;
  font-size: 30px !important;
  text-transform: uppercase !important; }

.RichText h2 {
  font-family: 'Adobe Caslon Pro' !important;
  font-size: 28px !important;
  font-style: italic !important;
  font-weight: normal !important; }

.RichText h3 {
  font-family: 'Mark OT' !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important; }

.RichText h4 {
  font-family: 'Mark OT' !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important; }

.RichText h5, .RichText h5 a, .RichText h5 a * {
  font-family: 'Mark OT' !important;
  font-size: 16px !important;
  font-weight: normal !important; }

.RichText h6 {
  font-family: 'Mark OT' !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: normal !important; }

.RichText b {
  font-weight: 700 !important;
  font-family: 'Adobe Caslon Pro' !important; }

.RichText i {
  font-style: italic !important;
  font-family: 'Adobe Caslon Pro' !important; }

.RichText u {
  text-decoration: underline !important;
  font-family: 'Adobe Caslon Pro' !important; }

.RichText p {
  font-family: 'Adobe Caslon Pro' !important;
  font-size: 16px !important;
  font-weight: normal !important; }

.RichText code {
  padding: 0.2rem !important;
  background: #bfbfbf !important;
  font-family: 'Adobe Caslon Pro' !important; }

.RichText a {
  cursor: pointer !important;
  font-family: 'Adobe Caslon Pro' !important; }

.RichText a:hover {
  color: #bfbfbf !important; }

.RichText blockquote {
  padding: 0.5rem !important;
  border-left: 2px solid #333F48 !important;
  font-family: 'Adobe Caslon Pro' !important; }

.Breadcrumb {
  text-transform: uppercase;
  cursor: pointer;
  color: #4B4F54; }

.content {
  background-color: #ECECEC; }

.ArticlePage {
  background-color: #ECECEC;
  display: flex;
  flex-flow: column;
  margin-bottom: 5rem; }
  .ArticlePage .breadcrumb-container {
    margin-top: 2rem; }
  .ArticlePage .top-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; }
    .ArticlePage .top-content .first-title {
      margin-top: 4rem;
      color: #76232F;
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: underline; }
    .ArticlePage .top-content .second-title {
      color: #4B4F54;
      font-size: 30px;
      font-weight: bold;
      text-transform: uppercase;
      margin-top: 2.4rem;
      line-height: 2.5rem;
      text-align: center; }
    .ArticlePage .top-content .third-title {
      color: #333F48;
      font-size: 30px;
      margin-top: 1.5rem; }
  .ArticlePage .bottom-content {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-top: 5rem;
    margin-bottom: 2rem; }
    .ArticlePage .bottom-content .left-column {
      display: flex;
      width: 15%; }
      .ArticlePage .bottom-content .left-column .author-section {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        margin-right: 1.5rem;
        max-height: 650px; }
        .ArticlePage .bottom-content .left-column .author-section .author-person {
          display: flex;
          flex-flow: column; }
          .ArticlePage .bottom-content .left-column .author-section .author-person .author-img {
            width: 170px !important;
            height: 170px !important;
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
            border-radius: 100%; }
            .ArticlePage .bottom-content .left-column .author-section .author-person .author-img img {
              height: 100%;
              width: 100%;
              margin-bottom: 2rem; }
          .ArticlePage .bottom-content .left-column .author-section .author-person .author {
            margin-top: 1rem; }
            .ArticlePage .bottom-content .left-column .author-section .author-person .author p {
              font-weight: 600;
              text-transform: uppercase;
              font-size: 18px;
              line-height: 22px;
              color: #4B4F54; }
        .ArticlePage .bottom-content .left-column .author-section .author,
        .ArticlePage .bottom-content .left-column .author-section .categories {
          line-height: 22px;
          font-size: 12px;
          text-transform: uppercase;
          border-bottom: 1px solid #dcdcdc; }
        .ArticlePage .bottom-content .left-column .author-section .categories {
          padding: 1.5rem 0;
          color: #333F48; }
        .ArticlePage .bottom-content .left-column .author-section .social-media {
          padding: 1.5rem 0; }
          .ArticlePage .bottom-content .left-column .author-section .social-media p {
            margin-bottom: 1rem; }
          .ArticlePage .bottom-content .left-column .author-section .social-media .social-media-images {
            display: flex;
            flex-flow: row; }
            .ArticlePage .bottom-content .left-column .author-section .social-media .social-media-images .social-image {
              margin-right: 1rem;
              cursor: pointer; }
          .ArticlePage .bottom-content .left-column .author-section .social-media .categories-box {
            display: none; }
      .ArticlePage .bottom-content .left-column .mobile-share-tags {
        display: none; }
    .ArticlePage .bottom-content .center-column {
      display: flex;
      flex-flow: column;
      margin: 0 1rem;
      width: 55%; }
      .ArticlePage .bottom-content .center-column .article-image {
        display: flex;
        justify-content: center; }
        .ArticlePage .bottom-content .center-column .article-image img {
          width: 100%;
          height: 100%; }
      .ArticlePage .bottom-content .center-column .body {
        margin-top: 2rem;
        color: #4B4F54; }
        .ArticlePage .bottom-content .center-column .body p {
          font-family: 'Adobe Caslon Pro' !important;
          line-height: 22px;
          margin-top: 1rem;
          line-height: 25px; }
        .ArticlePage .bottom-content .center-column .body .RichText > p:first-child::first-letter {
          font-size: 200%;
          font-weight: bold; }
        .ArticlePage .bottom-content .center-column .body img {
          width: 100%; }
    .ArticlePage .bottom-content .right-column {
      display: flex;
      flex-flow: column;
      margin-left: 1.5rem;
      width: 25%; }
      .ArticlePage .bottom-content .right-column .subscribe-box {
        margin-bottom: 2rem;
        background-color: #333F48;
        display: flex;
        flex-flow: column;
        color: #D7D2CB;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        justify-content: center; }
        .ArticlePage .bottom-content .right-column .subscribe-box .description {
          text-align: center;
          margin-top: 1.5rem;
          line-height: 22px; }
          .ArticlePage .bottom-content .right-column .subscribe-box .description p {
            font-family: 'Adobe Caslon Pro' !important;
            color: #FFFFFF; }
        .ArticlePage .bottom-content .right-column .subscribe-box .input {
          margin-top: 4rem; }
          .ArticlePage .bottom-content .right-column .subscribe-box .input input {
            background-color: transparent;
            border: 0;
            border-bottom: 1px solid #D7D2CB;
            width: 100%;
            height: 20px;
            color: #D7D2CB;
            text-align: center;
            font-size: 16px; }
          .ArticlePage .bottom-content .right-column .subscribe-box .input input::placeholder {
            color: #D7D2CB;
            text-align: center;
            font-size: 16px; }
        .ArticlePage .bottom-content .right-column .subscribe-box .policy {
          margin-top: 4rem; }
        .ArticlePage .bottom-content .right-column .subscribe-box .section-logo,
        .ArticlePage .bottom-content .right-column .subscribe-box .description,
        .ArticlePage .bottom-content .right-column .subscribe-box .input,
        .ArticlePage .bottom-content .right-column .subscribe-box .subscribe {
          display: flex;
          justify-content: center; }
        .ArticlePage .bottom-content .right-column .subscribe-box .policy {
          display: flex;
          flex-flow: row;
          justify-content: center;
          align-items: center; }
          .ArticlePage .bottom-content .right-column .subscribe-box .policy .checkbox {
            margin-right: 1rem; }
            .ArticlePage .bottom-content .right-column .subscribe-box .policy .checkbox input {
              -webkit-appearance: none;
              -moz-appearance: none;
              border: none;
              position: relative;
              background-color: #333F48;
              border: 0px;
              border: 1px solid #ECECEC;
              width: 16px;
              height: 16px; }
            .ArticlePage .bottom-content .right-column .subscribe-box .policy .checkbox input:checked {
              background-color: #D7D2CB; }
          .ArticlePage .bottom-content .right-column .subscribe-box .policy .label {
            line-height: 22px; }
            .ArticlePage .bottom-content .right-column .subscribe-box .policy .label a {
              text-decoration: underline; }
        .ArticlePage .bottom-content .right-column .subscribe-box .subscribe {
          margin-top: 2rem; }
          .ArticlePage .bottom-content .right-column .subscribe-box .subscribe button {
            width: 100%;
            color: #FFFFFF;
            border-color: #FFFFFF; }
      .ArticlePage .bottom-content .right-column .most-read {
        display: flex;
        flex-flow: column; }
        .ArticlePage .bottom-content .right-column .most-read .most-read-title {
          background-color: #D7D2CB;
          display: flex;
          justify-content: center; }
          .ArticlePage .bottom-content .right-column .most-read .most-read-title p {
            text-transform: uppercase;
            font-weight: bold;
            padding: 1rem;
            color: #333F48; }
        .ArticlePage .bottom-content .right-column .most-read .most-read-body {
          background-color: #FFFFFF;
          display: flex;
          flex-flow: column; }
          .ArticlePage .bottom-content .right-column .most-read .most-read-body .article {
            display: flex;
            flex-flow: row;
            padding: 1rem;
            border-bottom: 1px solid #dcdcdc; }
            .ArticlePage .bottom-content .right-column .most-read .most-read-body .article .article-left-column {
              min-width: 10%;
              display: flex;
              justify-content: center;
              align-items: center;
              cursor: pointer;
              margin: 0;
              margin-right: 1.2rem;
              line-height: 20px; }
            .ArticlePage .bottom-content .right-column .most-read .most-read-body .article .article-right-column {
              line-height: 22px;
              margin: 0; }
      .ArticlePage .bottom-content .right-column .read-next {
        margin-top: 2rem;
        text-decoration: none; }
        .ArticlePage .bottom-content .right-column .read-next .read-next-title {
          font-size: 20px;
          text-transform: uppercase;
          text-align: center;
          color: #333F48;
          margin-bottom: 1rem;
          font-weight: 500; }
        .ArticlePage .bottom-content .right-column .read-next .news-box {
          display: flex;
          flex-flow: column;
          background-color: #FFFFFF;
          cursor: pointer; }
          .ArticlePage .bottom-content .right-column .read-next .news-box .news-box-cover img {
            width: 100%;
            height: 250px;
            background-size: contain; }
          .ArticlePage .bottom-content .right-column .read-next .news-box .news-box-title {
            display: flex;
            justify-content: center;
            margin-top: 1.5rem;
            margin-left: 1.5rem;
            margin-right: 1.5rem;
            min-height: 60px;
            line-height: 20px; }
            .ArticlePage .bottom-content .right-column .read-next .news-box .news-box-title p {
              font-size: 18px;
              color: #333F48;
              text-align: center;
              font-family: 'Adobe Caslon Pro' !important;
              font-weight: 700; }
          .ArticlePage .bottom-content .right-column .read-next .news-box .author {
            margin: auto;
            padding-bottom: 1.5rem; }
            .ArticlePage .bottom-content .right-column .read-next .news-box .author .author-img {
              width: 100%;
              height: 100%;
              position: relative;
              overflow: hidden;
              border-radius: 50%; }
            .ArticlePage .bottom-content .right-column .read-next .news-box .author p {
              text-transform: uppercase;
              font-size: 14px;
              text-align: center;
              line-height: 18px; }

@media (max-width: 1280px) {
  .ArticlePage .breadcrumb-container {
    margin-left: 1rem; }
  .ArticlePage .bottom-content {
    flex-flow: row wrap; }
    .ArticlePage .bottom-content .center-column {
      width: 60%;
      order: 1;
      margin-left: 1rem;
      margin-right: 0px; }
    .ArticlePage .bottom-content .right-column {
      width: 34%;
      order: 2;
      margin-right: 1rem;
      margin-left: 0px; }
    .ArticlePage .bottom-content .left-column {
      width: 100%;
      order: 3;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 1.5rem; }
      .ArticlePage .bottom-content .left-column .author-section {
        flex-flow: row;
        padding: 0.8rem;
        margin: 0 5rem;
        width: 100%;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc; }
        .ArticlePage .bottom-content .left-column .author-section .author-person {
          order: 1;
          flex-flow: row;
          justify-content: flex-start;
          align-items: center;
          width: 100%; }
          .ArticlePage .bottom-content .left-column .author-section .author-person .author {
            border-bottom: 0px; }
          .ArticlePage .bottom-content .left-column .author-section .author-person .author-img {
            margin-right: 2rem;
            margin-bottom: 0; }
        .ArticlePage .bottom-content .left-column .author-section .social-media {
          order: 3;
          margin-right: 1rem; }
          .ArticlePage .bottom-content .left-column .author-section .social-media .share-label {
            display: none; }
          .ArticlePage .bottom-content .left-column .author-section .social-media .categories-box {
            display: block !important; }
            .ArticlePage .bottom-content .left-column .author-section .social-media .categories-box .categories {
              border-bottom: 0px !important; }
        .ArticlePage .bottom-content .left-column .author-section .categories-box {
          display: none; } }

@media (max-width: 850px) {
  .breadcrumb-container {
    margin-left: 0 !important; }
  .ArticlePage {
    margin-left: 1rem;
    margin-right: 1rem; }
    .ArticlePage .top-content {
      margin: 0 0; }
      .ArticlePage .top-content .second-title {
        font-size: 22px; }
      .ArticlePage .top-content .third-title {
        font-size: 22px;
        text-align: center; }
    .ArticlePage .bottom-content {
      flex-flow: column; }
      .ArticlePage .bottom-content .center-column {
        margin-left: 0px;
        width: 100%; }
        .ArticlePage .bottom-content .center-column .body {
          margin: 0 0; }
      .ArticlePage .bottom-content .right-column {
        order: 3;
        width: 100%; }
      .ArticlePage .bottom-content .left-column .author-section {
        flex-flow: row wrap;
        padding: 1rem;
        margin: 1rem;
        border-top: 0;
        border-bottom: 0;
        justify-content: center; }
        .ArticlePage .bottom-content .left-column .author-section .author-person {
          border-bottom: 1px solid #dcdcdc;
          order: 1;
          flex-flow: row;
          justify-content: center;
          align-items: center;
          width: 100%;
          padding-bottom: 0.5rem; }
          .ArticlePage .bottom-content .left-column .author-section .author-person .author-img {
            margin-left: 3rem;
            max-width: 115px;
            width: 115px;
            height: 115px;
            max-height: 115px;
            margin-right: 0;
            display: flex;
            justify-content: center; }
          .ArticlePage .bottom-content .left-column .author-section .author-person .author {
            margin-left: 1rem;
            width: 30%; }
        .ArticlePage .bottom-content .left-column .author-section .author,
        .ArticlePage .bottom-content .left-column .author-section .categories {
          border-bottom: 0px; }
        .ArticlePage .bottom-content .left-column .author-section .social-media {
          margin-right: 0;
          order: 3;
          display: flex;
          justify-content: flex-start; }
          .ArticlePage .bottom-content .left-column .author-section .social-media .share-label {
            display: none; }
          .ArticlePage .bottom-content .left-column .author-section .social-media .social-media-images {
            width: 150px;
            margin-right: 1.5rem; }
          .ArticlePage .bottom-content .left-column .author-section .social-media .categories-box {
            display: block !important; }
            .ArticlePage .bottom-content .left-column .author-section .social-media .categories-box .categories {
              padding: 0px !important; }
              .ArticlePage .bottom-content .left-column .author-section .social-media .categories-box .categories p {
                margin: 0px !important; }
        .ArticlePage .bottom-content .left-column .author-section .categories-box {
          display: none; } }

@media (max-width: 600px) {
  .ArticlePage .bottom-content .left-column .author-section .author-person .author {
    width: 40%; }
    .ArticlePage .bottom-content .left-column .author-section .author-person .author p {
      font-size: 14px; }
  .ArticlePage .bottom-content .left-column .author-section .author-person .author-img {
    margin-left: 0rem !important; } }

@media (max-width: 400px) {
  .ArticlePage .bottom-content .left-column .author-section {
    justify-content: flex-start; }
    .ArticlePage .bottom-content .left-column .author-section .author-person {
      justify-content: flex-start; }
      .ArticlePage .bottom-content .left-column .author-section .author-person .author {
        width: 60%; }
        .ArticlePage .bottom-content .left-column .author-section .author-person .author p {
          font-size: 14px; }
    .ArticlePage .bottom-content .left-column .author-section .social-media .social-media-images {
      margin-right: 0px !important; } }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(data:image/gif;base64,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) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(data:application/vnd.ms-fontobject;base64,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);
    src: url(data:application/vnd.ms-fontobject;base64,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?#iefix) format('embedded-opentype'), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format('woff'), url(data:font/ttf;base64,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) format('truetype'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.content {
  background-color: #ECECEC; }

.section-main-title {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #333F48; }

.more-text {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #333F48;
  margin: 1rem;
  cursor: pointer;
  text-decoration: none; }

.BlogPage {
  background-color: #ECECEC;
  margin: 1rem;
  margin-top: 1.5rem; }
  .BlogPage .first-section {
    position: relative;
    height: 515px; }
    .BlogPage .first-section .section-carousel {
      position: absolute;
      background-color: #76232F;
      bottom: 30px;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0; }
      .BlogPage .first-section .section-carousel .section-carousel-body {
        display: flex;
        flex-flow: column;
        justify-content: center;
        color: #D7D2CB;
        padding: 2.5rem;
        cursor: pointer; }
        .BlogPage .first-section .section-carousel .section-carousel-body * {
          text-decoration: none; }
        .BlogPage .first-section .section-carousel .section-carousel-body .title {
          text-align: center;
          margin-bottom: 1rem; }
          .BlogPage .first-section .section-carousel .section-carousel-body .title p {
            font-family: 'Mark OT' !important;
            color: #FFFFFF;
            text-transform: uppercase;
            font-size: 30px; }
        .BlogPage .first-section .section-carousel .section-carousel-body .body {
          text-align: center; }
          .BlogPage .first-section .section-carousel .section-carousel-body .body * {
            font-family: 'Adobe Caslon Pro' !important;
            font-size: 18px;
            color: #FFFFFF; }
        .BlogPage .first-section .section-carousel .section-carousel-body .slick-track {
          display: flex; }
        .BlogPage .first-section .section-carousel .section-carousel-body .slick-track .slick-slide {
          display: flex;
          height: auto;
          align-items: center;
          justify-content: center; }
  .BlogPage .second-section {
    display: flex;
    flex-flow: row;
    margin-top: 1rem; }
  .BlogPage .third-section,
  .BlogPage .fourth-section {
    display: flex;
    flex-flow: column; }
    .BlogPage .third-section .top-content,
    .BlogPage .fourth-section .top-content {
      display: flex;
      flex-flow: row;
      justify-content: center; }
    .BlogPage .third-section .bottom-content .news,
    .BlogPage .fourth-section .bottom-content .news {
      display: flex;
      flex-flow: row;
      justify-content: space-between; }
      .BlogPage .third-section .bottom-content .news .news-box,
      .BlogPage .fourth-section .bottom-content .news .news-box {
        display: flex;
        flex-flow: column;
        flex: 1;
        margin: 1rem;
        background-color: #FFFFFF;
        text-decoration: none;
        cursor: pointer; }
        .BlogPage .third-section .bottom-content .news .news-box .news-box-cover,
        .BlogPage .fourth-section .bottom-content .news .news-box .news-box-cover {
          height: 300px; }
          .BlogPage .third-section .bottom-content .news .news-box .news-box-cover img,
          .BlogPage .fourth-section .bottom-content .news .news-box .news-box-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .BlogPage .third-section .bottom-content .news .news-box .news-box-title,
        .BlogPage .fourth-section .bottom-content .news .news-box .news-box-title {
          display: flex;
          justify-content: center;
          margin-top: 1.5rem;
          margin-left: 1.5rem;
          margin-right: 1.5rem;
          margin-bottom: 2.5rem;
          min-height: 100px;
          line-height: 27px; }
          .BlogPage .third-section .bottom-content .news .news-box .news-box-title p,
          .BlogPage .fourth-section .bottom-content .news .news-box .news-box-title p {
            font-size: 24px;
            color: #333F48;
            text-align: center;
            font-family: 'Adobe Caslon Pro' !important;
            font-weight: 700; }
        .BlogPage .third-section .bottom-content .news .news-box .author,
        .BlogPage .fourth-section .bottom-content .news .news-box .author {
          margin-bottom: 1.5rem; }
          .BlogPage .third-section .bottom-content .news .news-box .author p,
          .BlogPage .fourth-section .bottom-content .news .news-box .author p {
            text-transform: uppercase;
            font-size: 14px;
            text-align: center;
            line-height: 20px; }
      .BlogPage .third-section .bottom-content .news .news-box:first-child,
      .BlogPage .fourth-section .bottom-content .news .news-box:first-child {
        margin-left: 0; }
      .BlogPage .third-section .bottom-content .news .news-box:last-child,
      .BlogPage .fourth-section .bottom-content .news .news-box:last-child {
        margin-right: 0; }
  .BlogPage .fifth-section {
    display: flex;
    flex-flow: column; }
    .BlogPage .fifth-section .campaigns {
      display: flex;
      flex-flow: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      .BlogPage .fifth-section .campaigns .campaign {
        display: flex;
        flex-flow: column;
        justify-content: center;
        position: relative;
        margin: 1.15rem 0;
        width: 390px;
        height: 200px;
        cursor: pointer;
        text-decoration: none; }
        .BlogPage .fifth-section .campaigns .campaign .campaign-opacity {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 0;
          background-color: #333F48;
          opacity: 0.2;
          z-index: 0; }
        .BlogPage .fifth-section .campaigns .campaign .campaign-title {
          color: #F7F7F7;
          margin: 0 2rem;
          text-align: center;
          line-height: 26px;
          z-index: 1;
          cursor: pointer; }
          .BlogPage .fifth-section .campaigns .campaign .campaign-title p {
            font-weight: bold;
            font-size: 1.3rem; }
      .BlogPage .fifth-section .campaigns .campaign:hover .campaign-opacity {
        transition: 0.2s;
        opacity: 0; }
      .BlogPage .fifth-section .campaigns .campaign:hover .campaign-title {
        transition: 0.2s;
        opacity: 0; }
      .BlogPage .fifth-section .campaigns .campaign:first-child {
        margin-left: 0; }
      .BlogPage .fifth-section .campaigns .campaign:last-child {
        margin-right: 0; }
    .BlogPage .fifth-section .latest-campaigns {
      margin-top: 1rem;
      margin-bottom: 1rem;
      display: flex;
      flex-flow: row;
      width: 100%; }
      .BlogPage .fifth-section .latest-campaigns .first-campaign {
        background-color: #76232F;
        color: #D7D2CB;
        margin-left: 0;
        margin-right: 1rem; }
      .BlogPage .fifth-section .latest-campaigns .second-campaign {
        background-color: #D9C89E;
        color: #F7F7F7;
        margin-right: 0;
        margin-left: 1rem; }
      .BlogPage .fifth-section .latest-campaigns .campaign-box {
        width: 50%;
        display: flex;
        justify-content: center;
        cursor: pointer;
        text-decoration: none; }
        .BlogPage .fifth-section .latest-campaigns .campaign-box p {
          font-weight: bold;
          padding-left: 4rem;
          padding-right: 4rem;
          padding-top: 5.5rem;
          padding-bottom: 5.5rem;
          text-transform: uppercase;
          font-size: 18px; }
        .BlogPage .fifth-section .latest-campaigns .campaign-box:nth-of-type(1) {
          background-color: #76232F;
          color: #D7D2CB;
          margin-left: 0;
          margin-right: 1rem; }
        .BlogPage .fifth-section .latest-campaigns .campaign-box:nth-of-type(2) {
          background-color: #D9C89E;
          color: #F7F7F7;
          margin-right: 0;
          margin-left: 1rem; }

@media (max-width: 1201px) and (min-width: 850px) {
  .campaign {
    width: 48% !important; } }

@media (max-width: 1100px) {
  .BlogPage .third-section {
    flex-flow: column;
    justify-content: center; }
    .BlogPage .third-section .left-content,
    .BlogPage .third-section .right-content {
      width: 100%; }
    .BlogPage .third-section .left-content .bottom-content .news {
      justify-content: center; } }

@media (max-width: 900px) {
  .BlogPage .first-section .section-carousel {
    height: 230px;
    bottom: 25px; }
    .BlogPage .first-section .section-carousel .section-carousel-body .blog-carousel-item .body {
      display: none; }
    .BlogPage .first-section .section-carousel .section-carousel-body .blog-carousel-item .title {
      margin-top: 1.5rem;
      line-height: 22px; }
  .BlogPage .third-section .left-content .bottom-content .news .news-box {
    margin: 0.5rem; } }

@media (min-width: 851px) {
  .BlogPage .first-section .bg-carousel {
    margin-top: 1.5rem; }
    .BlogPage .first-section .bg-carousel img {
      max-height: 515px;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .BlogPage .third-section .bottom-content .news .news-box,
  .BlogPage .fourth-section .bottom-content .news .news-box {
    max-width: 390px !important; } }

@media (max-width: 850px) {
  .BlogPage .first-section,
  .BlogPage .bg-carousel img {
    width: 100%;
    object-fit: cover; }
    .BlogPage .first-section .section-carousel,
    .BlogPage .bg-carousel img .section-carousel {
      bottom: 0; }
      .BlogPage .first-section .section-carousel .section-carousel-body,
      .BlogPage .bg-carousel img .section-carousel .section-carousel-body {
        padding: 3rem 1.8rem; }
        .BlogPage .first-section .section-carousel .section-carousel-body .title,
        .BlogPage .bg-carousel img .section-carousel .section-carousel-body .title {
          font-size: 28px; }
  .BlogPage .third-section .top-content .section-main-title {
    margin-top: 2rem; }
  .BlogPage .third-section .bottom-content .news,
  .BlogPage .fourth-section .bottom-content .news {
    flex-flow: column;
    margin: 0;
    width: 100%; }
    .BlogPage .third-section .bottom-content .news .news-box,
    .BlogPage .fourth-section .bottom-content .news .news-box {
      margin: 1rem 0;
      width: 100%; }
      .BlogPage .third-section .bottom-content .news .news-box .news-box-cover img,
      .BlogPage .fourth-section .bottom-content .news .news-box .news-box-cover img {
        width: 100%;
        max-width: 850px; }
      .BlogPage .third-section .bottom-content .news .news-box .news-box-title p,
      .BlogPage .fourth-section .bottom-content .news .news-box .news-box-title p {
        font-size: 22px;
        font-family: 'Adobe Caslon Pro' !important; }
      .BlogPage .third-section .bottom-content .news .news-box .author p,
      .BlogPage .fourth-section .bottom-content .news .news-box .author p {
        font-size: 14px; }
    .BlogPage .third-section .bottom-content .news .news-box:last-child,
    .BlogPage .fourth-section .bottom-content .news .news-box:last-child {
      margin-bottom: 0; }
    .BlogPage .third-section .bottom-content .news .news-box:first-child,
    .BlogPage .fourth-section .bottom-content .news .news-box:first-child {
      margin-top: 0; }
  .BlogPage .fifth-section .campaigns {
    flex-flow: column; }
    .BlogPage .fifth-section .campaigns .campaign {
      margin: 0;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      margin-top: 1rem;
      margin-bottom: 1rem; }
  .BlogPage .fifth-section .latest-campaigns {
    flex-flow: column;
    margin-bottom: 1.5rem; }
    .BlogPage .fifth-section .latest-campaigns .campaign-box {
      width: 100%;
      margin: 0 !important; }
      .BlogPage .fifth-section .latest-campaigns .campaign-box p {
        padding: 2rem; } }

@media (max-width: 810px) {
  .BlogPage .first-section,
  .BlogPage .bg-carousel img {
    object-fit: cover;
    height: 400px; } }

@media (max-width: 590px) {
  .BlogPage .first-section .section-carousel {
    height: 140px; }
    .BlogPage .first-section .section-carousel .section-carousel-body {
      padding-top: 1.5rem; }
      .BlogPage .first-section .section-carousel .section-carousel-body .blog-carousel-item .title p {
        font-size: 20px; } }

@media (max-width: 520px) {
  .BlogPage .first-section .section-carousel .section-carousel-body .blog-carousel-item .title p {
    font-size: 18px; }
  .BlogPage .first-section .section-carousel .section-carousel-body .blog-carousel-item .body p {
    font-size: 16px; } }

