/* inject:imports */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* _____ Basic elements _____ */
body {
  overflow-x: hidden;
}

@keyframes spinAround {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.dc-btn {
  display: inline-flex;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-family: "Dia";
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  user-select: none;
  background-color: transparent;
  padding: 0.5em 1.25em;
  line-height: 1.5;
  border-radius: 0em;
  text-decoration: none;
  position: relative;
  border: 0.0625em solid transparent;
  outline: 0;
}
.dc-btn_primary {
  color: #ffffff;
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  transition: all 0.2s ease;
}
.dc-btn_primary:hover {
  color: #fff !important;
  background-color: #b5252c;
  border-color: #b5252c;
}
.dc-btn_w1 {
  width: 13.75em;
  height: 3.125em;
  max-width: 100%;
}
.dc-btn_secondary {
  color: #fff;
  background-color: #444;
  border-color: #444;
  transition: all 0.2s ease;
}
.dc-btn_secondary:hover {
  background-color: #373737;
  border-color: #373737;
}
.dc-btn_outline-primary {
  border-color: #1c1c1c;
  color: #1c1c1c;
  transition: all 0.2s ease;
}
.dc-btn_outline-primary:hover {
  background-color: #1c1c1c;
  color: #fff;
}
.dc-btn_outline-secondary {
  border-color: #444;
  color: #444;
  transition: all 0.2s ease;
}
.dc-btn_outline-secondary:hover {
  background-color: #444;
  color: #fff;
}
.dc-btn_gradient {
  overflow: hidden;
  color: #fff;
  border: none;
  background-color: #3f70d5;
  background-image: linear-gradient(to right, #3f70d5 0%, #7fbc51 100%);
  background-repeat: repeat-y;
  background-position: 9.375em 0;
  transition: background-position 0.2s ease;
}
.dc-btn_gradient:hover {
  background-position: 0em 0;
}
.dc-btn_loading {
  color: transparent !important;
}
.dc-btn_loading:after {
  animation: spinAround 0.5s infinite linear;
  border: 0.1875em solid #dbdbdb;
  border-radius: 18155.375em;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  left: calc(50% - (16px / 2));
  top: calc(50% - (16px / 2));
  position: absolute !important;
}
.dc-btn:disabled {
  background-color: #ddd !important;
  border-color: #ddd !important;
  cursor: default !important;
  box-shadow: none !important;
}
.dc-btn_lg {
  padding: 0.625em 1.5625em;
  font-size: 1em;
}
.dc-btn_sm {
  padding: 0.3125em 0.9375em;
  font-size: 0.75em;
}
.dc-btn_block {
  display: flex;
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  outline: none;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  outline: none;
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #065ea3;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover {
  background: #065b9e;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:active,
.slick-next:active {
  margin-top: 1px;
}
.slick-prev {
  left: 0px;
  z-index: 2;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-next {
  right: 0px;
  z-index: 2;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
/* Dots */
.slick-dots {
  position: static;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
}
.slick-dots li button {
  display: block;
  background: transparent;
  width: 20px;
  height: 20px;
  opacity: 0.25;
  background-color: white;
  border-radius: 50%;
  margin: 0 5px;
  padding: 0;
  border: 0;
  line-height: 0px;
  font-size: 0px;
  outline: none;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
/* endinject */
i {
  display: inline-block;
}

.dc-main-wrap {
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  .dc-main-wrap {
    font-size: calc(.03 * 100vw + 0px);
  }
}
@media screen and (min-width: 768px) {
  .dc-main-wrap {
    font-size: calc(.013 * 100vw + 0px);
  }
}
@media screen and (min-width: 992px) {
  .dc-main-wrap {
    font-size: calc(.012 * 100vw + 0px);
  }
}
@media screen and (min-width: 1200px) {
  .dc-main-wrap {
    font-size: calc(.01 * 100vw + 0px);
  }
}

.dc-mw-90 {
  max-width: 90% !important;
}

.dc-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.dc-row_end {
  justify-content: flex-end;
}

img {
  max-width: 100%;
  height: auto;
}

.dc-section-main {
  margin-top: 24px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  border-top: 0.9375em solid #1c1c1c;
  position: relative;
}
@media (max-width: 898px) {
  .dc-section-main {
    margin-top: 40px;
  }
}
.dc-section-main:before {
  content: "";
  display: block;
  z-index: 2;
  width: 100%;
  height: 39px;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #1c1c1c;
  top: -24px;
}
@media (max-width: 767.98px) {
  .dc-section-main:before {
    top: -30px;
  }
}

.dc-container {
  position: relative;
  width: 66.875em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.section-main-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .section-main-row {
    flex-direction: column;
  }
}
.section-main-col-left {
  width: 40.1923076923%;
}
@media (max-width: 767.98px) {
  .section-main-col-left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.section-main-col-left_pt {
  padding-top: 11.125em;
}
@media (max-width: 767.98px) {
  .section-main-col-left_pt {
    padding-top: 3.125em;
  }
}

.h2 {
  font-family: "Dia";
  font-size: 2.5625em;
  line-height: 0.8536585366;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .h2 {
    font-size: 2.2em;
  }
}
.h2 + .p {
  margin-top: 0.9375em;
  margin-bottom: 2.1875em;
}
.h2_color_1 {
  color: #1c1c1c !important;
}
.h2_color_2 {
  color: #fff !important;
}
@media (max-width: 767.98px) {
  .h2 {
    line-height: 1;
  }
}

.p,
.dc-content p {
  font-family: "Dia" !important;
  font-size: 1.0625em !important;
  font-weight: 300 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: 1.6875em !important;
}
.p_color_1,
.dc-content p_color_1 {
  color: #1c1c1c !important;
}
.p_color_2,
.dc-content p_color_2 {
  color: #fff !important;
}

.section-main-col-right {
  width: 59.8076923077%;
}
@media (max-width: 767.98px) {
  .section-main-col-right {
    width: 50%;
    margin-top: 1.875em;
    margin-left: auto;
    margin-right: auto;
  }
}

.dc-main-img img {
  width: 100%;
  display: block;
  margin-top: -0.1875em;
}

.dc-sec1-page-edition {
  background-color: #1c1c1c;
  padding-top: 7.5em;
  position: relative;
}
@media (max-width: 767.98px) {
  .dc-sec1-page-edition {
    padding-top: 3.125em;
  }
}
.dc-sec1-page-edition:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5.4375em;
  left: 0;
  right: 0;
  bottom: -0.1875em;
  background-color: #fff;
}

.dc-row-sec1-edition {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .dc-row-sec1-edition {
    flex-direction: column-reverse;
  }
}

.dc-col-sec1-edition-l {
  width: 36.5384615385%;
  flex-shrink: 0;
}
.dc-col-sec1-edition-l img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

.dc-col-sec1-edition-r {
  width: 63.4615384615%;
  flex-grow: 1;
  padding-left: 6.25em;
}
@media (max-width: 767.98px) {
  .dc-col-sec1-edition-r {
    width: 100%;
    padding-left: 0;
    padding-top: 0 !important;
  }
}
.dc-col-sec1-edition-r_pt {
  padding-top: 6.25em;
}

.dc-sec-slider1-edition {
  position: relative;
}

.image-wrap-otb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
  margin-top: -3.125em;
  position: relative;
  right: -5em;
}
@media (max-width: 767.98px) {
  .image-wrap-otb {
    right: auto;
    top: -1em;
  }
}

.image-col-otb {
  width: 46.1538461538%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.image-col-otb img {
  display: block;
  width: 100%;
}
.image-col-otb__img-1 {
  width: 59.375%;
}
.image-col-otb__img-2 {
  width: 30.8333333333%;
}

.dc-swiper-nav-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  margin-top: 2.5em;
}
@media (min-width: 768px) {
  .dc-swiper-nav-1 {
    position: absolute;
    left: 100%;
    z-index: 4;
    bottom: 2.75em;
    margin-left: 1.25em;
    justify-content: flex-start;
  }
}
.dc-swiper-nav-1 > * {
  width: 1.875em;
  height: 1.875em;
  background-size: 100% 100% !important;
  cursor: pointer;
  transition: opacity 0.2s ease;
  margin: 0 0.3125em;
}
@media (max-width: 767.98px) {
  .dc-swiper-nav-1 > * {
    width: 2.5em;
    height: 2.5em;
  }
}
@media (min-width: 768px) {
  .dc-swiper-nav-1 > *.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
  }
}

.dc-sw-button-prev {
  background: url("../img/sq-left.png") center top no-repeat;
}

.dc-sw-button-next {
  background: url("../img/sq-right.png") center top no-repeat;
}

.dc-swiper-hidden {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .dc-swiper-hidden {
    padding-top: 1.875em;
  }
}

.dc-swiper {
  position: relative;
}
.dc-swiper:before {
  content: "";
  display: block;
  left: 100%;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 2;
}
.dc-swiper .swiper-wrapper {
  align-items: flex-end;
}
.dc-swiper .swiper-slide {
  cursor: pointer;
  text-align: center;
  max-width: 30%;
  min-width: 21.2%;
  width: auto;
  height: auto;
}
.dc-swiper .swiper-slide img {
  width: 100%;
}
.dc-swiper .slider-2-item {
  position: relative;
  margin-bottom: 2.75em;
}
.dc-swiper .slider-2-item__img img {
  display: block;
  width: 100%;
}
.dc-swiper .slider-2-item__title {
  position: absolute;
  top: 100%;
  left: 0;
  color: #1c1c1c;
  font-family: "Dia";
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  margin-top: 1.125em;
  text-transform: uppercase;
  letter-spacing: 0.0175em;
}

.dc-sec-man {
  padding-top: 8.125em;
  padding-bottom: 8.125em;
}
@media (max-width: 767.98px) {
  .dc-sec-man {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .dc-sec-man .dc-row {
    display: block;
  }
}

.dc-m-col-l {
  padding-top: 4.375em;
  width: 48.0769230769%;
  padding-right: 6.25em;
}
@media (max-width: 767.98px) {
  .dc-m-col-l {
    padding-right: 0;
    padding-top: 0;
    width: 100%;
  }
}

.dc-m-col-r {
  width: 51.9230769231%;
}
@media (max-width: 767.98px) {
  .dc-m-col-r {
    margin-top: 1.875em;
    width: 17.5em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.dc-m-col-r img {
  width: 100%;
}

.dc-content_thm1 .p,
.dc-content_thm1 p {
  margin: 1.5625em 0;
}

.sign-wrap-1 {
  margin-top: 4.0625em;
  padding-right: 2.1875em;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .sign-wrap-1 {
    justify-content: center;
    margin-top: 1.875em;
    padding-right: 0;
  }
}
.sign-wrap-1 .sign {
  transform: rotate(356deg);
  transform-origin: right;
}

.sign-wrap-2 {
  margin-top: 3.125em;
  padding-right: 2.1875em;
  display: flex;
  justify-content: flex-end;
}
.sign-wrap-2 .sign {
  transform: rotate(356deg);
  transform-origin: right;
}
@media (max-width: 767.98px) {
  .sign-wrap-2 {
    justify-content: flex-start;
    margin-top: 1.875em;
    padding-right: 0;
  }
}

.sign {
  color: #1c1c1c;
  font-family: "Mr Sheffield";
  font-size: 5.125em;
  font-weight: 400;
  line-height: 0.8301388889;
  white-space: nowrap;
  text-align: left;
}
@media (max-width: 767.98px) {
  .sign {
    font-size: 3.75em;
  }
}
.sign span {
  display: inline-block;
  padding-left: 0.4375em;
}

.dc-sec-full {
  padding-top: 3.75em;
  position: relative;
}
@media (max-width: 767.98px) {
  .dc-sec-full {
    padding-top: 3.125em;
  }
}
@media (max-width: 767.98px) {
  .dc-sec-full .dc-container {
    position: static;
  }
}
.dc-sec-full:before {
  content: "";
  display: block;
  width: 100%;
  height: 3.75em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  z-index: 1;
}
.dc-sec-full__img {
  position: absolute;
  width: 41.875%;
  top: 0;
  bottom: 3.125em;
}
@media (max-width: 767.98px) {
  .dc-sec-full__img {
    bottom: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: auto;
    white-space: nowrap;
    position: relative;
  }
  .dc-sec-full__img:after {
    content: "";
    display: block;
    height: 0;
    padding-top: 107.4626865672%;
  }
}
.dc-sec-full__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.dc-sec-full_thm1 {
  background-color: #1c1c1c;
}
.dc-sec-full_thm1:before {
  background-color: #fff;
}
.dc-sec-full_thm1 .dc-sec-full__img {
  left: 0;
}
.dc-sec-full_thm1 .head-1,
.dc-sec-full_thm1 .p {
  color: #fff;
}
@media (min-width: 768px) {
  .dc-sec-full_thm1 .sign-wrap-2 {
    justify-content: flex-start;
  }
}
.dc-sec-full_thm1 .sign {
  color: #fff !important;
}
.dc-sec-full_thm1 .dc-btn {
  background-color: #ffffff;
  color: #1c1c1c;
}
.dc-sec-full_thm1 .dc-btn:hover {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}
.dc-sec-full_thm1 .quote-line {
  color: #fff;
}
.dc-sec-full_thm2 {
  margin-top: 5em;
  margin-bottom: 5em;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .dc-sec-full_thm2 {
    margin-top: 0;
    margin-bottom: 3.125em;
  }
}
.dc-sec-full_thm2:before {
  background-color: #fff;
}
.dc-sec-full_thm2 .dc-sec-full__img {
  right: 0;
}
.dc-sec-full_thm2 .dc-row-blocks {
  flex-direction: row-reverse;
}
.dc-sec-full_thm2 .dc-row-blocks .dc-row-col:first-child {
  padding-right: 0 !important;
  justify-content: flex-start !important;
  padding-left: 4.625em !important;
}
@media (max-width: 767.98px) {
  .dc-sec-full_thm2 .dc-row-blocks .dc-row-col:first-child {
    padding-left: 0 !important;
  }
}
.dc-sec-full_thm2 .dc-row-blocks .dc-row-col:last-child {
  padding-bottom: 5em;
}
@media (max-width: 767.98px) {
  .dc-sec-full_thm2 .dc-row-blocks .dc-row-col:last-child {
    padding-bottom: 1.875em;
  }
}
.dc-sec-full_thm2 .quote-line:after {
  border-color: #1c1c1c;
}
.dc-sec-full .quote-line {
  margin-top: 0.3em;
}
.dc-sec-full .quote-line ~ .p {
  margin-top: 0;
}
.dc-sec-full .quote-line ~ .dc-btn {
  margin-top: 2.1em;
}
.dc-sec-full .p {
  margin-top: 1.1em;
}

.dc-row-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .dc-row-blocks {
    flex-direction: column-reverse;
    position: static;
  }
}
@media (max-width: 767.98px) {
  .dc-row-blocks .head-1 {
    font-size: 1.8em;
  }
}
.dc-row-blocks .dc-row-col:first-child {
  width: 55.7692307692%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-end;
  padding-right: 4.625em;
}
@media (max-width: 767.98px) {
  .dc-row-blocks .dc-row-col:first-child {
    width: 100%;
    padding-right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .dc-row-blocks .dc-row-col:first-child:after {
    content: "";
    display: block;
    height: 0;
    padding-top: 107.46269%;
    width: 100%;
  }
}
.dc-row-blocks .dc-row-col:first-child img {
  max-width: 72.8%;
  width: auto;
  height: auto;
}
@media (max-width: 767.98px) {
  .dc-row-blocks .dc-row-col:first-child img {
    position: absolute;
    max-width: 17.5em;
    max-height: 85%;
    bottom: 0;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.dc-row-blocks .dc-row-col:last-child {
  width: 44.2307692308%;
  padding-bottom: 10em;
}
@media (max-width: 767.98px) {
  .dc-row-blocks .dc-row-col:last-child {
    width: 100%;
    padding-bottom: 3.125em;
  }
}

.quote-line {
  color: #1c1c1c;
  font-family: "HCo Surveyor Display";
  font-size: 7.5625em;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.4;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  white-space: nowrap;
}
.quote-line:after {
  content: "";
  display: block;
  flex-grow: 1;
  border-bottom: 1px solid #fff;
  margin-left: 0.1em;
  position: relative;
  bottom: 0.16em;
}

.dc-sec-images-edition {
  padding-top: 4.375em;
  padding-bottom: 4.375em;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .dc-sec-images-edition {
    padding-top: 0;
    padding-bottom: 3.125em;
  }
}

.dc-row-images-edition {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-left: -1.4375em;
  margin-right: -1.4375em;
}
@media (max-width: 767.98px) {
  .dc-row-images-edition {
    margin-left: -0.71875em;
    margin-right: -0.71875em;
  }
}
.dc-row-images-edition > * {
  padding-left: 1.4375em;
  padding-right: 1.4375em;
}
@media (max-width: 767.98px) {
  .dc-row-images-edition > * {
    padding-left: 0.71875em;
    padding-right: 0.71875em;
  }
}

.dc-col-image-l {
  width: 61.23077%;
}
.dc-col-image-l img {
  display: block;
  width: 100%;
}

.dc-col-image-r {
  width: 33.3%;
  padding-top: 5.9375em;
}
@media (max-width: 767.98px) {
  .dc-col-image-r {
    padding-top: 2.5em;
    width: 37%;
  }
}
.dc-col-image-r img {
  display: block;
  width: 100%;
}

.box-note {
  width: 82.2115384615%;
  background-color: #ffffff;
  padding: 4.375em 4.875em 3.4375em 4.875em;
  position: relative;
  z-index: 2;
  margin-top: -7.8125em;
}
.box-note .p {
  margin: 1.5625em 0 2.625em;
}
@media (max-width: 767.98px) {
  .box-note .p {
    margin: 0.78125em 0 1.3125em;
  }
}
@media (max-width: 767.98px) {
  .box-note {
    width: 95%;
    padding: 0.9375em;
    margin-top: -1.25em;
  }
}

.dc-sec-slider2-edition {
  background-color: #f5f5f5;
  padding: 6.25em 0 8.125em;
  text-align: center;
}
@media (max-width: 767.98px) {
  .dc-sec-slider2-edition {
    padding: 3.125em 0 3.125em;
  }
}

.head-1 {
  color: #1c1c1c;
  font-family: "Dia";
  font-size: 2.375em;
  font-weight: 800;
  line-height: 0.9210526316;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .head-1 {
    font-size: 1.75em;
  }
}

.h4 {
  color: #1c1c1c;
  font-family: "Dia";
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.h4 + .head-1 {
  margin-top: 0.9375em;
}

.slider-homemade-slide {
  display: block;
  text-decoration: none;
}

.slider-homemade-item__image {
  position: relative;
  overflow: hidden;
  width: 7.5em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.slider-homemade-item__image:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 233.3333333333%;
}
@media (max-width: 767.98px) {
  .slider-homemade-item__image:after {
    padding-top: 100%;
  }
}
.slider-homemade-item__image img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  min-width: 60%;
  max-width: 95%;
  max-height: 95%;
}
@media (max-width: 767.98px) {
  .slider-homemade-item__image img {
    min-width: auto;
  }
}
.slider-homemade-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slider-homemade-item__title {
  margin-top: 2em;
  color: #1c1c1c;
  font-family: "Dia";
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.5714285714;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.0175em;
}
@media screen and (min-width: 75em) {
  .slider-homemade-item__title {
    padding: 0 1.25em;
  }
}
@media (max-width: 767.98px) {
  .slider-homemade-item__title {
    font-size: 0.6730769231em;
  }
}

.slider-homemade-wrap {
  padding-top: 3.125em;
}
.slider-homemade-wrap .slick-track {
  display: flex;
}
.slider-homemade-wrap .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: stretch;
  justify-content: center;
}
.slider-homemade-wrap .slick-prev,
.slider-homemade-wrap .slick-next {
  outline: none;
  position: absolute;
  display: block;
  width: 1.75em;
  height: 3.4375em;
  background-color: transparent !important;
  line-height: 0em;
  font-size: inherit;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slider-homemade-wrap .slick-prev:hover,
.slider-homemade-wrap .slick-next:hover {
  opacity: 0.7;
}
.slider-homemade-wrap .slick-prev:hover, .slider-homemade-wrap .slick-prev:focus,
.slider-homemade-wrap .slick-next:hover,
.slider-homemade-wrap .slick-next:focus {
  outline: none;
}
.slider-homemade-wrap .slick-prev:active,
.slider-homemade-wrap .slick-next:active {
  margin-top: 0 !important;
}
.slider-homemade-wrap .slick-prev .icon-arr,
.slider-homemade-wrap .slick-next .icon-arr {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% 100% !important;
}
.slider-homemade-wrap .slick-prev .icon-arr_l,
.slider-homemade-wrap .slick-next .icon-arr_l {
  background: url("../img/arr-l.svg") center top no-repeat;
}
.slider-homemade-wrap .slick-prev .icon-arr_r,
.slider-homemade-wrap .slick-next .icon-arr_r {
  background: url("../img/arr-r.svg") center top no-repeat;
}
@media (max-width: 767.98px) {
  .slider-homemade-wrap .slick-prev,
.slider-homemade-wrap .slick-next {
    width: 1.1666666667em;
    height: 2.2916666667em;
  }
}
.slider-homemade-wrap .slick-prev {
  left: 0em;
  z-index: 2;
}
@media screen and (min-width: 75em) {
  .slider-homemade-wrap .slick-prev {
    left: auto;
    right: 100%;
    margin-right: 1.875em;
  }
}
.slider-homemade-wrap .slick-next {
  right: 0em;
  z-index: 2;
}
@media screen and (min-width: 75em) {
  .slider-homemade-wrap .slick-next {
    right: auto;
    left: 100%;
    margin-left: 1.875em;
  }
}

.dc-sec-fullimage-edition {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  padding: 9.0625em 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .dc-sec-fullimage-edition {
    padding: 3.125em 0;
  }
}

.dc-text-stl1 {
  color: #ffffff;
  font-family: "Mr Sheffield";
  font-size: 5.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .dc-text-stl1 {
    font-size: 2.6875em;
  }
}

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