@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/*! 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;
}

@font-face{font-family:"custom-icons";src:url("/assets/fonts/custom-icons/custom-icons.eot?86408111");src:url("/assets/fonts/custom-icons/custom-icons.eot?86408111#iefix") format("embedded-opentype"),url("/assets/fonts/custom-icons/custom-icons.woff2?86408111") format("woff2"),url("/assets/fonts/custom-icons/custom-icons.woff?86408111") format("woff"),url("/assets/fonts/custom-icons/custom-icons.ttf?86408111") format("truetype"),url("/assets/fonts/custom-icons/custom-icons.svg?86408111#fontello") format("svg");font-weight:normal;font-style:normal}[class^=icon-]:before,[class*=" icon-"]:before{font-family:"custom-icons";font-style:normal;font-weight:normal;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-logo:before{content:""}@keyframes focus-animation{0%{background-color:rgba(119,55,37,0)}50%{background-color:rgba(119,55,37,.5)}100%{background-color:rgba(119,55,37,0)}}.row{display:flex;flex:1 0 100%;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.container-fluid,.container{padding-right:16px;padding-left:16px;margin-left:auto;margin-right:auto}.container-fluid{width:100%}.container{width:1438px;max-width:100%}[class*=col-]{padding-right:16px;width:100%;padding-left:16px;position:relative}*,*::before,*::after{box-sizing:border-box}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.offset-1{margin-left:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.offset-2{margin-left:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.offset-3{margin-left:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.offset-4{margin-left:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.offset-5{margin-left:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.offset-6{margin-left:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.offset-7{margin-left:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.offset-8{margin-left:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.offset-9{margin-left:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.offset-10{margin-left:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.offset-11{margin-left:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.offset-12{margin-left:100%}@media(min-width: 0px){.col-xs-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-root-xs-1{max-width:calc((100vw - (100vw - 1438px))/12*1)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.col-root-xs-1{max-width:calc(100vw/12*1)}}@media(min-width: 0px){.offset-xs-1{margin-left:8.3333333333%}.offset-root-xs-1{margin-left:calc((100vw - (100vw - 1438px))/12*1)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.offset-root-xs-1{margin-left:calc(100vw/12*1)}}@media(min-width: 0px){.col-xs-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-root-xs-2{max-width:calc((100vw - (100vw - 1438px))/12*2)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.col-root-xs-2{max-width:calc(100vw/12*2)}}@media(min-width: 0px){.offset-xs-2{margin-left:16.6666666667%}.offset-root-xs-2{margin-left:calc((100vw - (100vw - 1438px))/12*2)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.offset-root-xs-2{margin-left:calc(100vw/12*2)}}@media(min-width: 0px){.col-xs-3{flex:0 0 25%;max-width:25%}.col-root-xs-3{max-width:calc((100vw - (100vw - 1438px))/12*3)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.col-root-xs-3{max-width:calc(100vw/12*3)}}@media(min-width: 0px){.offset-xs-3{margin-left:25%}.offset-root-xs-3{margin-left:calc((100vw - (100vw - 1438px))/12*3)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.offset-root-xs-3{margin-left:calc(100vw/12*3)}}@media(min-width: 0px){.col-xs-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-root-xs-4{max-width:calc((100vw - (100vw - 1438px))/12*4)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.col-root-xs-4{max-width:calc(100vw/12*4)}}@media(min-width: 0px){.offset-xs-4{margin-left:33.3333333333%}.offset-root-xs-4{margin-left:calc((100vw - (100vw - 1438px))/12*4)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.offset-root-xs-4{margin-left:calc(100vw/12*4)}}@media(min-width: 0px){.col-xs-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-root-xs-5{max-width:calc((100vw - (100vw - 1438px))/12*5)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.col-root-xs-5{max-width:calc(100vw/12*5)}}@media(min-width: 0px){.offset-xs-5{margin-left:41.6666666667%}.offset-root-xs-5{margin-left:calc((100vw - (100vw - 1438px))/12*5)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.offset-root-xs-5{margin-left:calc(100vw/12*5)}}@media(min-width: 0px){.col-xs-6{flex:0 0 50%;max-width:50%}.col-root-xs-6{max-width:calc((100vw - (100vw - 1438px))/12*6)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.col-root-xs-6{max-width:calc(100vw/12*6)}}@media(min-width: 0px){.offset-xs-6{margin-left:50%}.offset-root-xs-6{margin-left:calc((100vw - (100vw - 1438px))/12*6)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.offset-root-xs-6{margin-left:calc(100vw/12*6)}}@media(min-width: 0px){.col-xs-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-root-xs-7{max-width:calc((100vw - (100vw - 1438px))/12*7)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.col-root-xs-7{max-width:calc(100vw/12*7)}}@media(min-width: 0px){.offset-xs-7{margin-left:58.3333333333%}.offset-root-xs-7{margin-left:calc((100vw - (100vw - 1438px))/12*7)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.offset-root-xs-7{margin-left:calc(100vw/12*7)}}@media(min-width: 0px){.col-xs-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-root-xs-8{max-width:calc((100vw - (100vw - 1438px))/12*8)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.col-root-xs-8{max-width:calc(100vw/12*8)}}@media(min-width: 0px){.offset-xs-8{margin-left:66.6666666667%}.offset-root-xs-8{margin-left:calc((100vw - (100vw - 1438px))/12*8)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.offset-root-xs-8{margin-left:calc(100vw/12*8)}}@media(min-width: 0px){.col-xs-9{flex:0 0 75%;max-width:75%}.col-root-xs-9{max-width:calc((100vw - (100vw - 1438px))/12*9)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.col-root-xs-9{max-width:calc(100vw/12*9)}}@media(min-width: 0px){.offset-xs-9{margin-left:75%}.offset-root-xs-9{margin-left:calc((100vw - (100vw - 1438px))/12*9)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.offset-root-xs-9{margin-left:calc(100vw/12*9)}}@media(min-width: 0px){.col-xs-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-root-xs-10{max-width:calc((100vw - (100vw - 1438px))/12*10)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.col-root-xs-10{max-width:calc(100vw/12*10)}}@media(min-width: 0px){.offset-xs-10{margin-left:83.3333333333%}.offset-root-xs-10{margin-left:calc((100vw - (100vw - 1438px))/12*10)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.offset-root-xs-10{margin-left:calc(100vw/12*10)}}@media(min-width: 0px){.col-xs-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-root-xs-11{max-width:calc((100vw - (100vw - 1438px))/12*11)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.col-root-xs-11{max-width:calc(100vw/12*11)}}@media(min-width: 0px){.offset-xs-11{margin-left:91.6666666667%}.offset-root-xs-11{margin-left:calc((100vw - (100vw - 1438px))/12*11)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.offset-root-xs-11{margin-left:calc(100vw/12*11)}}@media(min-width: 0px){.col-xs-12{flex:0 0 100%;max-width:100%}.col-root-xs-12{max-width:calc((100vw - (100vw - 1438px))/12*12)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.col-root-xs-12{max-width:calc(100vw/12*12)}}@media(min-width: 0px){.offset-xs-12{margin-left:100%}.offset-root-xs-12{margin-left:calc((100vw - (100vw - 1438px))/12*12)}}@media only screen and (min-width: 0px)and (max-width: 1438px){.offset-root-xs-12{margin-left:calc(100vw/12*12)}}@media(min-width: 576px){.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-root-sm-1{max-width:calc((100vw - (100vw - 1438px))/12*1)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.col-root-sm-1{max-width:calc(100vw/12*1)}}@media(min-width: 576px){.offset-sm-1{margin-left:8.3333333333%}.offset-root-sm-1{margin-left:calc((100vw - (100vw - 1438px))/12*1)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.offset-root-sm-1{margin-left:calc(100vw/12*1)}}@media(min-width: 576px){.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-root-sm-2{max-width:calc((100vw - (100vw - 1438px))/12*2)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.col-root-sm-2{max-width:calc(100vw/12*2)}}@media(min-width: 576px){.offset-sm-2{margin-left:16.6666666667%}.offset-root-sm-2{margin-left:calc((100vw - (100vw - 1438px))/12*2)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.offset-root-sm-2{margin-left:calc(100vw/12*2)}}@media(min-width: 576px){.col-sm-3{flex:0 0 25%;max-width:25%}.col-root-sm-3{max-width:calc((100vw - (100vw - 1438px))/12*3)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.col-root-sm-3{max-width:calc(100vw/12*3)}}@media(min-width: 576px){.offset-sm-3{margin-left:25%}.offset-root-sm-3{margin-left:calc((100vw - (100vw - 1438px))/12*3)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.offset-root-sm-3{margin-left:calc(100vw/12*3)}}@media(min-width: 576px){.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-root-sm-4{max-width:calc((100vw - (100vw - 1438px))/12*4)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.col-root-sm-4{max-width:calc(100vw/12*4)}}@media(min-width: 576px){.offset-sm-4{margin-left:33.3333333333%}.offset-root-sm-4{margin-left:calc((100vw - (100vw - 1438px))/12*4)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.offset-root-sm-4{margin-left:calc(100vw/12*4)}}@media(min-width: 576px){.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-root-sm-5{max-width:calc((100vw - (100vw - 1438px))/12*5)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.col-root-sm-5{max-width:calc(100vw/12*5)}}@media(min-width: 576px){.offset-sm-5{margin-left:41.6666666667%}.offset-root-sm-5{margin-left:calc((100vw - (100vw - 1438px))/12*5)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.offset-root-sm-5{margin-left:calc(100vw/12*5)}}@media(min-width: 576px){.col-sm-6{flex:0 0 50%;max-width:50%}.col-root-sm-6{max-width:calc((100vw - (100vw - 1438px))/12*6)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.col-root-sm-6{max-width:calc(100vw/12*6)}}@media(min-width: 576px){.offset-sm-6{margin-left:50%}.offset-root-sm-6{margin-left:calc((100vw - (100vw - 1438px))/12*6)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.offset-root-sm-6{margin-left:calc(100vw/12*6)}}@media(min-width: 576px){.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-root-sm-7{max-width:calc((100vw - (100vw - 1438px))/12*7)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.col-root-sm-7{max-width:calc(100vw/12*7)}}@media(min-width: 576px){.offset-sm-7{margin-left:58.3333333333%}.offset-root-sm-7{margin-left:calc((100vw - (100vw - 1438px))/12*7)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.offset-root-sm-7{margin-left:calc(100vw/12*7)}}@media(min-width: 576px){.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-root-sm-8{max-width:calc((100vw - (100vw - 1438px))/12*8)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.col-root-sm-8{max-width:calc(100vw/12*8)}}@media(min-width: 576px){.offset-sm-8{margin-left:66.6666666667%}.offset-root-sm-8{margin-left:calc((100vw - (100vw - 1438px))/12*8)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.offset-root-sm-8{margin-left:calc(100vw/12*8)}}@media(min-width: 576px){.col-sm-9{flex:0 0 75%;max-width:75%}.col-root-sm-9{max-width:calc((100vw - (100vw - 1438px))/12*9)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.col-root-sm-9{max-width:calc(100vw/12*9)}}@media(min-width: 576px){.offset-sm-9{margin-left:75%}.offset-root-sm-9{margin-left:calc((100vw - (100vw - 1438px))/12*9)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.offset-root-sm-9{margin-left:calc(100vw/12*9)}}@media(min-width: 576px){.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-root-sm-10{max-width:calc((100vw - (100vw - 1438px))/12*10)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.col-root-sm-10{max-width:calc(100vw/12*10)}}@media(min-width: 576px){.offset-sm-10{margin-left:83.3333333333%}.offset-root-sm-10{margin-left:calc((100vw - (100vw - 1438px))/12*10)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.offset-root-sm-10{margin-left:calc(100vw/12*10)}}@media(min-width: 576px){.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-root-sm-11{max-width:calc((100vw - (100vw - 1438px))/12*11)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.col-root-sm-11{max-width:calc(100vw/12*11)}}@media(min-width: 576px){.offset-sm-11{margin-left:91.6666666667%}.offset-root-sm-11{margin-left:calc((100vw - (100vw - 1438px))/12*11)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.offset-root-sm-11{margin-left:calc(100vw/12*11)}}@media(min-width: 576px){.col-sm-12{flex:0 0 100%;max-width:100%}.col-root-sm-12{max-width:calc((100vw - (100vw - 1438px))/12*12)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.col-root-sm-12{max-width:calc(100vw/12*12)}}@media(min-width: 576px){.offset-sm-12{margin-left:100%}.offset-root-sm-12{margin-left:calc((100vw - (100vw - 1438px))/12*12)}}@media only screen and (min-width: 576px)and (max-width: 1438px){.offset-root-sm-12{margin-left:calc(100vw/12*12)}}@media(min-width: 768px){.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-root-md-1{max-width:calc((100vw - (100vw - 1438px))/12*1)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.col-root-md-1{max-width:calc(100vw/12*1)}}@media(min-width: 768px){.offset-md-1{margin-left:8.3333333333%}.offset-root-md-1{margin-left:calc((100vw - (100vw - 1438px))/12*1)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.offset-root-md-1{margin-left:calc(100vw/12*1)}}@media(min-width: 768px){.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-root-md-2{max-width:calc((100vw - (100vw - 1438px))/12*2)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.col-root-md-2{max-width:calc(100vw/12*2)}}@media(min-width: 768px){.offset-md-2{margin-left:16.6666666667%}.offset-root-md-2{margin-left:calc((100vw - (100vw - 1438px))/12*2)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.offset-root-md-2{margin-left:calc(100vw/12*2)}}@media(min-width: 768px){.col-md-3{flex:0 0 25%;max-width:25%}.col-root-md-3{max-width:calc((100vw - (100vw - 1438px))/12*3)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.col-root-md-3{max-width:calc(100vw/12*3)}}@media(min-width: 768px){.offset-md-3{margin-left:25%}.offset-root-md-3{margin-left:calc((100vw - (100vw - 1438px))/12*3)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.offset-root-md-3{margin-left:calc(100vw/12*3)}}@media(min-width: 768px){.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-root-md-4{max-width:calc((100vw - (100vw - 1438px))/12*4)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.col-root-md-4{max-width:calc(100vw/12*4)}}@media(min-width: 768px){.offset-md-4{margin-left:33.3333333333%}.offset-root-md-4{margin-left:calc((100vw - (100vw - 1438px))/12*4)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.offset-root-md-4{margin-left:calc(100vw/12*4)}}@media(min-width: 768px){.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-root-md-5{max-width:calc((100vw - (100vw - 1438px))/12*5)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.col-root-md-5{max-width:calc(100vw/12*5)}}@media(min-width: 768px){.offset-md-5{margin-left:41.6666666667%}.offset-root-md-5{margin-left:calc((100vw - (100vw - 1438px))/12*5)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.offset-root-md-5{margin-left:calc(100vw/12*5)}}@media(min-width: 768px){.col-md-6{flex:0 0 50%;max-width:50%}.col-root-md-6{max-width:calc((100vw - (100vw - 1438px))/12*6)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.col-root-md-6{max-width:calc(100vw/12*6)}}@media(min-width: 768px){.offset-md-6{margin-left:50%}.offset-root-md-6{margin-left:calc((100vw - (100vw - 1438px))/12*6)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.offset-root-md-6{margin-left:calc(100vw/12*6)}}@media(min-width: 768px){.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-root-md-7{max-width:calc((100vw - (100vw - 1438px))/12*7)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.col-root-md-7{max-width:calc(100vw/12*7)}}@media(min-width: 768px){.offset-md-7{margin-left:58.3333333333%}.offset-root-md-7{margin-left:calc((100vw - (100vw - 1438px))/12*7)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.offset-root-md-7{margin-left:calc(100vw/12*7)}}@media(min-width: 768px){.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-root-md-8{max-width:calc((100vw - (100vw - 1438px))/12*8)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.col-root-md-8{max-width:calc(100vw/12*8)}}@media(min-width: 768px){.offset-md-8{margin-left:66.6666666667%}.offset-root-md-8{margin-left:calc((100vw - (100vw - 1438px))/12*8)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.offset-root-md-8{margin-left:calc(100vw/12*8)}}@media(min-width: 768px){.col-md-9{flex:0 0 75%;max-width:75%}.col-root-md-9{max-width:calc((100vw - (100vw - 1438px))/12*9)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.col-root-md-9{max-width:calc(100vw/12*9)}}@media(min-width: 768px){.offset-md-9{margin-left:75%}.offset-root-md-9{margin-left:calc((100vw - (100vw - 1438px))/12*9)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.offset-root-md-9{margin-left:calc(100vw/12*9)}}@media(min-width: 768px){.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-root-md-10{max-width:calc((100vw - (100vw - 1438px))/12*10)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.col-root-md-10{max-width:calc(100vw/12*10)}}@media(min-width: 768px){.offset-md-10{margin-left:83.3333333333%}.offset-root-md-10{margin-left:calc((100vw - (100vw - 1438px))/12*10)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.offset-root-md-10{margin-left:calc(100vw/12*10)}}@media(min-width: 768px){.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-root-md-11{max-width:calc((100vw - (100vw - 1438px))/12*11)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.col-root-md-11{max-width:calc(100vw/12*11)}}@media(min-width: 768px){.offset-md-11{margin-left:91.6666666667%}.offset-root-md-11{margin-left:calc((100vw - (100vw - 1438px))/12*11)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.offset-root-md-11{margin-left:calc(100vw/12*11)}}@media(min-width: 768px){.col-md-12{flex:0 0 100%;max-width:100%}.col-root-md-12{max-width:calc((100vw - (100vw - 1438px))/12*12)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.col-root-md-12{max-width:calc(100vw/12*12)}}@media(min-width: 768px){.offset-md-12{margin-left:100%}.offset-root-md-12{margin-left:calc((100vw - (100vw - 1438px))/12*12)}}@media only screen and (min-width: 768px)and (max-width: 1438px){.offset-root-md-12{margin-left:calc(100vw/12*12)}}@media(min-width: 992px){.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-root-lg-1{max-width:calc((100vw - (100vw - 1438px))/12*1)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.col-root-lg-1{max-width:calc(100vw/12*1)}}@media(min-width: 992px){.offset-lg-1{margin-left:8.3333333333%}.offset-root-lg-1{margin-left:calc((100vw - (100vw - 1438px))/12*1)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.offset-root-lg-1{margin-left:calc(100vw/12*1)}}@media(min-width: 992px){.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-root-lg-2{max-width:calc((100vw - (100vw - 1438px))/12*2)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.col-root-lg-2{max-width:calc(100vw/12*2)}}@media(min-width: 992px){.offset-lg-2{margin-left:16.6666666667%}.offset-root-lg-2{margin-left:calc((100vw - (100vw - 1438px))/12*2)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.offset-root-lg-2{margin-left:calc(100vw/12*2)}}@media(min-width: 992px){.col-lg-3{flex:0 0 25%;max-width:25%}.col-root-lg-3{max-width:calc((100vw - (100vw - 1438px))/12*3)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.col-root-lg-3{max-width:calc(100vw/12*3)}}@media(min-width: 992px){.offset-lg-3{margin-left:25%}.offset-root-lg-3{margin-left:calc((100vw - (100vw - 1438px))/12*3)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.offset-root-lg-3{margin-left:calc(100vw/12*3)}}@media(min-width: 992px){.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-root-lg-4{max-width:calc((100vw - (100vw - 1438px))/12*4)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.col-root-lg-4{max-width:calc(100vw/12*4)}}@media(min-width: 992px){.offset-lg-4{margin-left:33.3333333333%}.offset-root-lg-4{margin-left:calc((100vw - (100vw - 1438px))/12*4)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.offset-root-lg-4{margin-left:calc(100vw/12*4)}}@media(min-width: 992px){.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-root-lg-5{max-width:calc((100vw - (100vw - 1438px))/12*5)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.col-root-lg-5{max-width:calc(100vw/12*5)}}@media(min-width: 992px){.offset-lg-5{margin-left:41.6666666667%}.offset-root-lg-5{margin-left:calc((100vw - (100vw - 1438px))/12*5)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.offset-root-lg-5{margin-left:calc(100vw/12*5)}}@media(min-width: 992px){.col-lg-6{flex:0 0 50%;max-width:50%}.col-root-lg-6{max-width:calc((100vw - (100vw - 1438px))/12*6)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.col-root-lg-6{max-width:calc(100vw/12*6)}}@media(min-width: 992px){.offset-lg-6{margin-left:50%}.offset-root-lg-6{margin-left:calc((100vw - (100vw - 1438px))/12*6)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.offset-root-lg-6{margin-left:calc(100vw/12*6)}}@media(min-width: 992px){.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-root-lg-7{max-width:calc((100vw - (100vw - 1438px))/12*7)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.col-root-lg-7{max-width:calc(100vw/12*7)}}@media(min-width: 992px){.offset-lg-7{margin-left:58.3333333333%}.offset-root-lg-7{margin-left:calc((100vw - (100vw - 1438px))/12*7)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.offset-root-lg-7{margin-left:calc(100vw/12*7)}}@media(min-width: 992px){.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-root-lg-8{max-width:calc((100vw - (100vw - 1438px))/12*8)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.col-root-lg-8{max-width:calc(100vw/12*8)}}@media(min-width: 992px){.offset-lg-8{margin-left:66.6666666667%}.offset-root-lg-8{margin-left:calc((100vw - (100vw - 1438px))/12*8)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.offset-root-lg-8{margin-left:calc(100vw/12*8)}}@media(min-width: 992px){.col-lg-9{flex:0 0 75%;max-width:75%}.col-root-lg-9{max-width:calc((100vw - (100vw - 1438px))/12*9)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.col-root-lg-9{max-width:calc(100vw/12*9)}}@media(min-width: 992px){.offset-lg-9{margin-left:75%}.offset-root-lg-9{margin-left:calc((100vw - (100vw - 1438px))/12*9)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.offset-root-lg-9{margin-left:calc(100vw/12*9)}}@media(min-width: 992px){.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-root-lg-10{max-width:calc((100vw - (100vw - 1438px))/12*10)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.col-root-lg-10{max-width:calc(100vw/12*10)}}@media(min-width: 992px){.offset-lg-10{margin-left:83.3333333333%}.offset-root-lg-10{margin-left:calc((100vw - (100vw - 1438px))/12*10)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.offset-root-lg-10{margin-left:calc(100vw/12*10)}}@media(min-width: 992px){.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-root-lg-11{max-width:calc((100vw - (100vw - 1438px))/12*11)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.col-root-lg-11{max-width:calc(100vw/12*11)}}@media(min-width: 992px){.offset-lg-11{margin-left:91.6666666667%}.offset-root-lg-11{margin-left:calc((100vw - (100vw - 1438px))/12*11)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.offset-root-lg-11{margin-left:calc(100vw/12*11)}}@media(min-width: 992px){.col-lg-12{flex:0 0 100%;max-width:100%}.col-root-lg-12{max-width:calc((100vw - (100vw - 1438px))/12*12)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.col-root-lg-12{max-width:calc(100vw/12*12)}}@media(min-width: 992px){.offset-lg-12{margin-left:100%}.offset-root-lg-12{margin-left:calc((100vw - (100vw - 1438px))/12*12)}}@media only screen and (min-width: 992px)and (max-width: 1438px){.offset-root-lg-12{margin-left:calc(100vw/12*12)}}@media(min-width: 1200px){.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-root-xl-1{max-width:calc((100vw - (100vw - 1438px))/12*1)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.col-root-xl-1{max-width:calc(100vw/12*1)}}@media(min-width: 1200px){.offset-xl-1{margin-left:8.3333333333%}.offset-root-xl-1{margin-left:calc((100vw - (100vw - 1438px))/12*1)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.offset-root-xl-1{margin-left:calc(100vw/12*1)}}@media(min-width: 1200px){.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-root-xl-2{max-width:calc((100vw - (100vw - 1438px))/12*2)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.col-root-xl-2{max-width:calc(100vw/12*2)}}@media(min-width: 1200px){.offset-xl-2{margin-left:16.6666666667%}.offset-root-xl-2{margin-left:calc((100vw - (100vw - 1438px))/12*2)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.offset-root-xl-2{margin-left:calc(100vw/12*2)}}@media(min-width: 1200px){.col-xl-3{flex:0 0 25%;max-width:25%}.col-root-xl-3{max-width:calc((100vw - (100vw - 1438px))/12*3)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.col-root-xl-3{max-width:calc(100vw/12*3)}}@media(min-width: 1200px){.offset-xl-3{margin-left:25%}.offset-root-xl-3{margin-left:calc((100vw - (100vw - 1438px))/12*3)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.offset-root-xl-3{margin-left:calc(100vw/12*3)}}@media(min-width: 1200px){.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-root-xl-4{max-width:calc((100vw - (100vw - 1438px))/12*4)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.col-root-xl-4{max-width:calc(100vw/12*4)}}@media(min-width: 1200px){.offset-xl-4{margin-left:33.3333333333%}.offset-root-xl-4{margin-left:calc((100vw - (100vw - 1438px))/12*4)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.offset-root-xl-4{margin-left:calc(100vw/12*4)}}@media(min-width: 1200px){.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-root-xl-5{max-width:calc((100vw - (100vw - 1438px))/12*5)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.col-root-xl-5{max-width:calc(100vw/12*5)}}@media(min-width: 1200px){.offset-xl-5{margin-left:41.6666666667%}.offset-root-xl-5{margin-left:calc((100vw - (100vw - 1438px))/12*5)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.offset-root-xl-5{margin-left:calc(100vw/12*5)}}@media(min-width: 1200px){.col-xl-6{flex:0 0 50%;max-width:50%}.col-root-xl-6{max-width:calc((100vw - (100vw - 1438px))/12*6)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.col-root-xl-6{max-width:calc(100vw/12*6)}}@media(min-width: 1200px){.offset-xl-6{margin-left:50%}.offset-root-xl-6{margin-left:calc((100vw - (100vw - 1438px))/12*6)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.offset-root-xl-6{margin-left:calc(100vw/12*6)}}@media(min-width: 1200px){.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-root-xl-7{max-width:calc((100vw - (100vw - 1438px))/12*7)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.col-root-xl-7{max-width:calc(100vw/12*7)}}@media(min-width: 1200px){.offset-xl-7{margin-left:58.3333333333%}.offset-root-xl-7{margin-left:calc((100vw - (100vw - 1438px))/12*7)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.offset-root-xl-7{margin-left:calc(100vw/12*7)}}@media(min-width: 1200px){.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-root-xl-8{max-width:calc((100vw - (100vw - 1438px))/12*8)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.col-root-xl-8{max-width:calc(100vw/12*8)}}@media(min-width: 1200px){.offset-xl-8{margin-left:66.6666666667%}.offset-root-xl-8{margin-left:calc((100vw - (100vw - 1438px))/12*8)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.offset-root-xl-8{margin-left:calc(100vw/12*8)}}@media(min-width: 1200px){.col-xl-9{flex:0 0 75%;max-width:75%}.col-root-xl-9{max-width:calc((100vw - (100vw - 1438px))/12*9)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.col-root-xl-9{max-width:calc(100vw/12*9)}}@media(min-width: 1200px){.offset-xl-9{margin-left:75%}.offset-root-xl-9{margin-left:calc((100vw - (100vw - 1438px))/12*9)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.offset-root-xl-9{margin-left:calc(100vw/12*9)}}@media(min-width: 1200px){.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-root-xl-10{max-width:calc((100vw - (100vw - 1438px))/12*10)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.col-root-xl-10{max-width:calc(100vw/12*10)}}@media(min-width: 1200px){.offset-xl-10{margin-left:83.3333333333%}.offset-root-xl-10{margin-left:calc((100vw - (100vw - 1438px))/12*10)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.offset-root-xl-10{margin-left:calc(100vw/12*10)}}@media(min-width: 1200px){.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-root-xl-11{max-width:calc((100vw - (100vw - 1438px))/12*11)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.col-root-xl-11{max-width:calc(100vw/12*11)}}@media(min-width: 1200px){.offset-xl-11{margin-left:91.6666666667%}.offset-root-xl-11{margin-left:calc((100vw - (100vw - 1438px))/12*11)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.offset-root-xl-11{margin-left:calc(100vw/12*11)}}@media(min-width: 1200px){.col-xl-12{flex:0 0 100%;max-width:100%}.col-root-xl-12{max-width:calc((100vw - (100vw - 1438px))/12*12)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.col-root-xl-12{max-width:calc(100vw/12*12)}}@media(min-width: 1200px){.offset-xl-12{margin-left:100%}.offset-root-xl-12{margin-left:calc((100vw - (100vw - 1438px))/12*12)}}@media only screen and (min-width: 1200px)and (max-width: 1438px){.offset-root-xl-12{margin-left:calc(100vw/12*12)}}@media(min-width: 1470px){.col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-root-xxl-1{max-width:calc((100vw - (100vw - 1438px))/12*1)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.col-root-xxl-1{max-width:calc(100vw/12*1)}}@media(min-width: 1470px){.offset-xxl-1{margin-left:8.3333333333%}.offset-root-xxl-1{margin-left:calc((100vw - (100vw - 1438px))/12*1)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.offset-root-xxl-1{margin-left:calc(100vw/12*1)}}@media(min-width: 1470px){.col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-root-xxl-2{max-width:calc((100vw - (100vw - 1438px))/12*2)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.col-root-xxl-2{max-width:calc(100vw/12*2)}}@media(min-width: 1470px){.offset-xxl-2{margin-left:16.6666666667%}.offset-root-xxl-2{margin-left:calc((100vw - (100vw - 1438px))/12*2)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.offset-root-xxl-2{margin-left:calc(100vw/12*2)}}@media(min-width: 1470px){.col-xxl-3{flex:0 0 25%;max-width:25%}.col-root-xxl-3{max-width:calc((100vw - (100vw - 1438px))/12*3)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.col-root-xxl-3{max-width:calc(100vw/12*3)}}@media(min-width: 1470px){.offset-xxl-3{margin-left:25%}.offset-root-xxl-3{margin-left:calc((100vw - (100vw - 1438px))/12*3)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.offset-root-xxl-3{margin-left:calc(100vw/12*3)}}@media(min-width: 1470px){.col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-root-xxl-4{max-width:calc((100vw - (100vw - 1438px))/12*4)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.col-root-xxl-4{max-width:calc(100vw/12*4)}}@media(min-width: 1470px){.offset-xxl-4{margin-left:33.3333333333%}.offset-root-xxl-4{margin-left:calc((100vw - (100vw - 1438px))/12*4)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.offset-root-xxl-4{margin-left:calc(100vw/12*4)}}@media(min-width: 1470px){.col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-root-xxl-5{max-width:calc((100vw - (100vw - 1438px))/12*5)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.col-root-xxl-5{max-width:calc(100vw/12*5)}}@media(min-width: 1470px){.offset-xxl-5{margin-left:41.6666666667%}.offset-root-xxl-5{margin-left:calc((100vw - (100vw - 1438px))/12*5)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.offset-root-xxl-5{margin-left:calc(100vw/12*5)}}@media(min-width: 1470px){.col-xxl-6{flex:0 0 50%;max-width:50%}.col-root-xxl-6{max-width:calc((100vw - (100vw - 1438px))/12*6)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.col-root-xxl-6{max-width:calc(100vw/12*6)}}@media(min-width: 1470px){.offset-xxl-6{margin-left:50%}.offset-root-xxl-6{margin-left:calc((100vw - (100vw - 1438px))/12*6)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.offset-root-xxl-6{margin-left:calc(100vw/12*6)}}@media(min-width: 1470px){.col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-root-xxl-7{max-width:calc((100vw - (100vw - 1438px))/12*7)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.col-root-xxl-7{max-width:calc(100vw/12*7)}}@media(min-width: 1470px){.offset-xxl-7{margin-left:58.3333333333%}.offset-root-xxl-7{margin-left:calc((100vw - (100vw - 1438px))/12*7)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.offset-root-xxl-7{margin-left:calc(100vw/12*7)}}@media(min-width: 1470px){.col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-root-xxl-8{max-width:calc((100vw - (100vw - 1438px))/12*8)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.col-root-xxl-8{max-width:calc(100vw/12*8)}}@media(min-width: 1470px){.offset-xxl-8{margin-left:66.6666666667%}.offset-root-xxl-8{margin-left:calc((100vw - (100vw - 1438px))/12*8)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.offset-root-xxl-8{margin-left:calc(100vw/12*8)}}@media(min-width: 1470px){.col-xxl-9{flex:0 0 75%;max-width:75%}.col-root-xxl-9{max-width:calc((100vw - (100vw - 1438px))/12*9)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.col-root-xxl-9{max-width:calc(100vw/12*9)}}@media(min-width: 1470px){.offset-xxl-9{margin-left:75%}.offset-root-xxl-9{margin-left:calc((100vw - (100vw - 1438px))/12*9)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.offset-root-xxl-9{margin-left:calc(100vw/12*9)}}@media(min-width: 1470px){.col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-root-xxl-10{max-width:calc((100vw - (100vw - 1438px))/12*10)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.col-root-xxl-10{max-width:calc(100vw/12*10)}}@media(min-width: 1470px){.offset-xxl-10{margin-left:83.3333333333%}.offset-root-xxl-10{margin-left:calc((100vw - (100vw - 1438px))/12*10)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.offset-root-xxl-10{margin-left:calc(100vw/12*10)}}@media(min-width: 1470px){.col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-root-xxl-11{max-width:calc((100vw - (100vw - 1438px))/12*11)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.col-root-xxl-11{max-width:calc(100vw/12*11)}}@media(min-width: 1470px){.offset-xxl-11{margin-left:91.6666666667%}.offset-root-xxl-11{margin-left:calc((100vw - (100vw - 1438px))/12*11)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.offset-root-xxl-11{margin-left:calc(100vw/12*11)}}@media(min-width: 1470px){.col-xxl-12{flex:0 0 100%;max-width:100%}.col-root-xxl-12{max-width:calc((100vw - (100vw - 1438px))/12*12)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.col-root-xxl-12{max-width:calc(100vw/12*12)}}@media(min-width: 1470px){.offset-xxl-12{margin-left:100%}.offset-root-xxl-12{margin-left:calc((100vw - (100vw - 1438px))/12*12)}}@media only screen and (min-width: 1470px)and (max-width: 1438px){.offset-root-xxl-12{margin-left:calc(100vw/12*12)}}.d-bar{position:fixed;width:100%;padding:2rem 0;bottom:1rem;transform:translate3d(0, 100%, 0);box-shadow:0 0px 35px rgba(0,0,0,.3);background-color:#773725;transition:ease 1200ms;transition-property:bottom transform}.d-bar:hover{bottom:0;transform:translate3d(0, 0, 0)}.bar__row{align-items:center}.bar__button{padding:1rem 2rem;background-color:#773725;color:#fff;border:none}.d-grid-view{width:100%;height:100%;position:fixed;pointer-events:none;top:0;left:0;opacity:0;z-index:1000}.d-grid-view.is--active{opacity:.3}.grid-view__row,.grid-view__container,.grid-view__col{height:100%}.grid-view__col::before{content:"";display:block;width:100%;height:100%;background-color:skyblue}.s-guide-nav{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;box-shadow:0 0px 5px rgba(0,0,0,.3)}@media(min-width: 992px){.s-guide-nav{position:fixed}}.guide-nav__logo{padding:1rem 0;max-width:100%;transform:translate3d(-50%, 0, 0);left:50%;position:relative}.guide-nav__items{padding-left:0;margin:0 -15px;display:none}@media(min-width: 992px){.guide-nav__items{display:block}}.guide-nav__childs{padding-left:0}.guide-nav__item,.guide-nav__child{list-style:none}.guide-nav__child-link{padding:.5rem 0 .5rem 30px;font-weight:500}.guide-nav__item-link{padding:1rem 15px;font-weight:700}.guide-nav__item-link,.guide-nav__child-link{display:block;text-decoration:none;transition:ease 1200ms;transition-property:padding;position:relative;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.guide-nav__item-link::after,.guide-nav__child-link::after{content:"";width:0;height:100%;position:absolute;transition:ease 1200ms;transition-property:width;left:0;top:0;border-radius:0px 5px 5px 0px;background-color:#773725}.guide-nav__item-link:hover,.guide-nav__child-link:hover{padding-left:20px;text-decoration:none}.guide-nav__item-link:hover::after,.guide-nav__child-link:hover::after{width:5px}.guide-nav__child-link:hover{padding-left:35px}.s-guide-section{margin-top:8rem;margin-bottom:8rem}.guide-section__part{padding-top:1rem;padding-bottom:1rem;border-bottom:1px dotted #000}.guide-font__heading{font-weight:700}.guide-font__examples{display:flex}.guide-font__example{font-size:62px;margin:0 5px}.guide-font__example--bold{font-weight:700}.guide-font__example--italic{font-style:italic}.s-guide-block{padding-bottom:2rem;display:flex}.s-guide-title{margin-bottom:4rem}.s-guide-title::after{content:"";width:40px;padding:4px;border-radius:5px;background-color:#773725;position:absolute;display:block}.s-guide-component,.s-guide-utility{margin-top:2rem;margin-bottom:2rem;padding:4rem 15px;box-shadow:0 0px 5px rgba(0,0,0,.3);border-radius:5px;transition:ease 1200ms;transition-property:box-shadow;overflow:hidden;position:relative}.s-guide-utility{height:calc(100% - 4rem)}.guide-component--full{width:100%;max-width:100%;position:fixed;left:0;top:0;margin:0;height:100%;z-index:100;background-color:#fff}.guide-component__buttons{position:absolute;right:0;top:0;display:flex;align-items:flex-start}.guide-component__button{position:relative;text-decoration:none;padding:1rem;background-color:#773725;color:#fff;cursor:pointer;transition:ease 1200ms;transition-property:opacity}html.has--mouse .guide-component__button:hover{cursor:pointer;color:#fff;text-decoration:none;opacity:.8}.guide-component__button--secondary{background-color:rgba(119,55,37,.8)}.guide-component__button--tertiary{background-color:rgba(119,55,37,.6);border-radius:0 0 0 5px}.guide-component__buttons--relative{position:relative}.s-guide-block:hover{cursor:pointer}.s-guide-block:hover .guide-block__example{box-shadow:0 0px 35px rgba(0,0,0,.3)}.guide-block__example{padding:4rem;width:0;position:relative;border-radius:5px;margin-bottom:1rem;box-shadow:0 0px 5px rgba(0,0,0,.3);transition:ease 1200ms;transition-property:box-shadow}.guide-block__inner{position:absolute;left:50%;top:50%;transform:translate3d(-50%, -50%, 0)}.guide-block__content{display:flex;flex-direction:column;margin-left:1rem;overflow:hidden;justify-content:center}.guide-block__title{font-weight:bold;margin-bottom:.5rem}.s-guide-heading{padding-top:1rem;padding-bottom:1rem;align-items:center;min-height:65px}.s-guide-copy{opacity:0;position:fixed;height:100%;width:100%;top:0;left:0;background:rgba(255,255,255,.6);text-align:center;animation-name:copyAnimation;animation-duration:500ms}.guide-copy__text{top:50%;left:50%;position:absolute;transform:translate3d(-50%, -50%, 0);font-weight:bold;font-size:40px}@media screen and (min-width: 576px){.guide-copy__text{font-size:calc(40px + 60*(100vw - 576px)/894)}}@media screen and (min-width: 1470px){.guide-copy__text{font-size:100px}}@keyframes copyAnimation{0%{opacity:0}50%{opacity:1}100%{opacity:0}}:root,body{min-width:320px;min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#773725;font-family:"Roboto",sans-serif}:root{font-size:62.5%}body,p{font-weight:400;font-size:1.8rem;line-height:1.2}a{color:#000;text-decoration:underline}html.has--mouse a:hover{cursor:pointer;color:#000;text-decoration:none}.u-text--center{text-align:center}@media(min-width: 0px){.u-text--center-xs{text-align:center}}@media(min-width: 576px){.u-text--center-sm{text-align:center}}@media(min-width: 768px){.u-text--center-md{text-align:center}}@media(min-width: 992px){.u-text--center-lg{text-align:center}}@media(min-width: 1200px){.u-text--center-xl{text-align:center}}@media(min-width: 1470px){.u-text--center-xxl{text-align:center}}.u-text--right{text-align:right}@media(min-width: 0px){.u-text--right-xs{text-align:right}}@media(min-width: 576px){.u-text--right-sm{text-align:right}}@media(min-width: 768px){.u-text--right-md{text-align:right}}@media(min-width: 992px){.u-text--right-lg{text-align:right}}@media(min-width: 1200px){.u-text--right-xl{text-align:right}}@media(min-width: 1470px){.u-text--right-xxl{text-align:right}}.u-text--left{text-align:left}@media(min-width: 0px){.u-text--left-xs{text-align:left}}@media(min-width: 576px){.u-text--left-sm{text-align:left}}@media(min-width: 768px){.u-text--left-md{text-align:left}}@media(min-width: 992px){.u-text--left-lg{text-align:left}}@media(min-width: 1200px){.u-text--left-xl{text-align:left}}@media(min-width: 1470px){.u-text--left-xxl{text-align:left}}.u-none-pointer{pointer-events:none}.u-none-select{user-select:none}h1,.u-h1{font-size:4.2rem;line-height:1.3;font-weight:700;font-family:"Noto Serif Display",system-ui;margin-top:0;margin-bottom:24px}h2,.u-h2{font-size:3.6rem;line-height:1.3;font-family:"Noto Serif Display",system-ui;margin-top:0;margin-bottom:24px}h3,.u-h3{font-size:2.8rem;line-height:1.3;font-family:"Noto Serif Display",system-ui;margin-top:0;margin-bottom:24px}h4,.u-h4{font-size:2.4rem;line-height:1.3;font-family:"Noto Serif Display",system-ui;margin-top:0;margin-bottom:24px}h5,.u-h5{font-size:2.1rem;line-height:1.3;font-family:"Noto Serif Display",system-ui;margin-top:0;margin-bottom:24px}h6,.u-h6{font-size:1.8rem;line-height:1.3;font-family:"Noto Serif Display",system-ui;margin-top:0;margin-bottom:24px}.u-spacing--bottom,.u-spacing{padding-bottom:1rem}.u-spacing--top,.u-spacing{padding-top:1rem}.u-border--top{border-top:1px solid #fff}.u-border--bottom{border-bottom:1px solid #fff}.u-border--left{border-left:1px solid #fff}.u-border--right{border-right:1px solid #fff}.u-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.in-animation--letter{opacity:0;display:inline-block;transform:translate3d(0, 16px, 0);transition:ease 1200ms;transition-property:transform,opacity}.in-animation--letter:nth-child(1){transition-delay:100ms}.in-animation--letter:nth-child(2){transition-delay:200ms}.in-animation--letter:nth-child(3){transition-delay:300ms}.in-animation--letter:nth-child(4){transition-delay:400ms}.in-animation--letter:nth-child(5){transition-delay:500ms}.in-animation--letter:nth-child(6){transition-delay:600ms}.in-animation--letter:nth-child(7){transition-delay:700ms}.in-animation--letter:nth-child(8){transition-delay:800ms}.in-animation--letter:nth-child(9){transition-delay:900ms}.in-animation--letter:nth-child(10){transition-delay:1000ms}.in-animation--letter:nth-child(11){transition-delay:1100ms}.in-animation--letter:nth-child(12){transition-delay:1200ms}.in-animation--letter:nth-child(13){transition-delay:1300ms}.in-animation--letter:nth-child(14){transition-delay:1400ms}.in-animation--letter:nth-child(15){transition-delay:1500ms}.in-animation--letter:nth-child(16){transition-delay:1600ms}.in-animation--letter:nth-child(17){transition-delay:1700ms}.in-animation--letter:nth-child(18){transition-delay:1800ms}.in-animation--letter:nth-child(19){transition-delay:1900ms}.in-animation--letter:nth-child(20){transition-delay:2000ms}.in-animation--letter:nth-child(21){transition-delay:2100ms}.in-animation--letter:nth-child(22){transition-delay:2200ms}.in-animation--letter:nth-child(23){transition-delay:2300ms}.in-animation--letter:nth-child(24){transition-delay:2400ms}.in-animation--letter:nth-child(25){transition-delay:2500ms}.in-animation--letter:nth-child(26){transition-delay:2600ms}.in-animation--letter:nth-child(27){transition-delay:2700ms}.in-animation--letter:nth-child(28){transition-delay:2800ms}.in-animation--letter:nth-child(29){transition-delay:2900ms}.in-animation--letter:nth-child(30){transition-delay:3000ms}.in-animation--triggered .in-animation--letter{opacity:1;transform:translate3d(0, 0, 0)}.in-animation--word{white-space:nowrap}.u-paragraph--intro{font-size:2.4rem}.c-bypass-navigation{padding:20px 0;z-index:100;display:block;position:fixed;width:100%;top:0;background-color:#fff}.bypass-navigation__link{position:relative}.c-file{display:flex;align-items:center}.has--keyboard-focus .file__input:focus+.file__btn::before{display:block;width:calc(100% + 10px);height:calc(100% + 10px);position:absolute;top:50%;left:50%;transform:translate3d(-50%, -50%, 0);animation:focus-animation 1000ms ease infinite;border:2px dotted #773725;z-index:100;content:""}.file__btn,.file__return,.file__remove{padding:5px 10px;margin-bottom:0}.file__btn{background-color:#773725}html.has--mouse .file__btn:hover{cursor:pointer;background-color:#eee0d5}.file__return{max-width:200px;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.file__preview{width:100px;display:none}.file__preview.is--visible{display:block}.file__remove{font-size:2.2rem;display:none;cursor:pointer}.file__remove.is--visible{display:block}.form__item-label{display:block}.form__item{padding:.5rem 0}.form__item.has--error .form__item-error{color:red}.form__item.has--error .form__item-input{border-color:red}.form__item-input{outline:0;padding:.5rem 1rem;border:1px solid #000;font-size:1.8rem}.form__item-checkbox,.form__item-radio{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.has--keyboard-focus .form__item-checkbox:focus~.form__item-selectbox::before,.has--keyboard-focus .form__item-radio:focus~.form__item-selectbox::before{display:block;width:calc(100% + 10px);height:calc(100% + 10px);position:absolute;top:50%;left:50%;transform:translate3d(-50%, -50%, 0);animation:focus-animation 1000ms ease infinite;border:2px dotted #773725;z-index:100;content:""}.form__item-checkbox:checked~.form__item-selectbox::after,.form__item-radio:checked~.form__item-selectbox::after{opacity:1}.form__item-selectbox{position:relative;height:25px;width:25px;background-color:#fff;border:1px solid #000}.form__item-selectbox::after{content:"";position:absolute;opacity:0}.form__item-checkbox~.form__item-selectbox::after{left:9px;top:5px;width:5px;height:10px;border:solid #000;border-width:0 3px 3px 0;transform:rotate(45deg)}.form__item-radio~.form__item-selectbox{border-radius:50%}.form__item-radio~.form__item-selectbox::after{content:"";left:50%;top:50%;width:10px;height:10px;background-color:#000;border-radius:50%;transform:translate3d(-50%, -50%, 0)}.c-custom-select{position:relative}.custom-select__selected{border:1px solid #000;padding:.5rem 1rem;font-size:1.6rem;cursor:pointer;display:none}@media(min-width: 768px){.custom-select__selected{display:block}}.custom-select__select{display:block}.has--keyboard-focus .custom-select__select:focus+.custom-select__selected{outline:-webkit-focus-ring-color auto 1px}@media(min-width: 768px){.custom-select__select{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}}.custom-select__items{display:block}.custom-select__items.is--hidden{display:none}.c-modal{display:none;position:fixed;top:50%;left:50%;transform:translate3d(-50%, -50%, 0);padding:1rem;background-color:#fff;z-index:200}.c-modal.is--active{display:block}.has--modal{overflow:hidden}.has--modal .modal__background{position:fixed;height:100%;width:100%;top:0;left:0;z-index:150;background-color:rgba(0,0,0,.6)}.accordion__header{width:100%}.accordion__panel{overflow:hidden;transition:ease 1200ms;transition-property:max-height}.tab__panel{display:none}.tab__panel.is--active{display:block}.c-tabcordion.is--tab .accordion__header{display:none}.c-tabcordion.is--accordion .accordion__panel{display:block}.c-tabcordion.is--accordion .tab__list{display:none}.c-tooltip{position:relative;display:inline-block}.c-tooltip.is--active .tooltip__tip{display:block}.tooltip--bottom .tooltip__tip,.tooltip--top .tooltip__tip{left:50%;transform:translate3d(-50%, 0, 0)}.tooltip--bottom .tooltip__tip::after,.tooltip--top .tooltip__tip::after{width:100%;left:0;height:1rem}.tooltip--bottom .tooltip__arrow,.tooltip--top .tooltip__arrow{left:calc(50% - 1rem/2)}.tooltip--left .tooltip__tip,.tooltip--right .tooltip__tip{top:50%;transform:translate3d(0, -50%, 0)}.tooltip--left .tooltip__tip::after,.tooltip--right .tooltip__tip::after{height:100%;top:0;width:1rem}.tooltip--left .tooltip__arrow,.tooltip--right .tooltip__arrow{top:calc(50% - 1rem/2)}.tooltip--left .tooltip__tip{right:calc(100% + 1rem)}.tooltip--left .tooltip__tip::after{left:100%}.tooltip--left .tooltip__arrow{right:calc(0px - 1rem/2)}.tooltip--right .tooltip__tip{left:calc(100% + 1rem)}.tooltip--right .tooltip__tip::after{right:100%}.tooltip--right .tooltip__arrow{left:calc(0px - 1rem/2)}.tooltip--top .tooltip__tip{bottom:calc(100% + 1rem)}.tooltip--top .tooltip__tip::after{top:100%}.tooltip--top .tooltip__arrow{bottom:calc(0px - 1rem/2)}.tooltip--bottom .tooltip__tip{top:calc(100% + 1rem)}.tooltip--bottom .tooltip__tip::after{bottom:100%}.tooltip--bottom .tooltip__arrow{top:calc(0px - 1rem/2)}.tooltip__tip{display:none;background-color:#000;color:#fff;padding:1rem;position:absolute;width:200px;z-index:10}.tooltip__tip::after{content:"";position:absolute;display:block}.tooltip__arrow{width:1rem;height:1rem;background-color:#000;display:block;position:absolute;transform:rotate(45deg)}.c-toast{position:fixed;bottom:20px;left:50%;transform:translate3d(-50%, 0, 0);background-color:#000;padding:10px 30px;border-radius:100px;color:#fff;animation-name:toastAnimation;animation-duration:4000ms}.toast--long{animation-duration:6000ms}.toast--short{animation-duration:2000ms}@keyframes toastAnimation{0%{opacity:0}25%{opacity:1}75%{opacity:1}100%{opacity:0}}.filter__item{padding:10px;border:1px solid #000;display:inline-block}.filter__item.is--active{background-color:#773725}.filter__entries-item{display:none;padding:10px 0;width:100%}.filter__entries-item.is--active{display:block}.advanced-filter__load.is--hidden{display:none}.c-breadcrumb{white-space:nowrap;display:inline}.c-breadcrumb span,.c-breadcrumb a{white-space:nowrap;margin:0 2px;display:inline-block;overflow:hidden}.c-breadcrumb span.is--dotted,.c-breadcrumb a.is--dotted{max-width:0}html.has--mouse .c-breadcrumb span.is--dotted:hover,html.has--mouse .c-breadcrumb a.is--dotted:hover{cursor:pointer;max-width:100%}html.has--mouse .c-breadcrumb span.is--dotted:hover::before,html.has--mouse .c-breadcrumb a.is--dotted:hover::before{display:none}.c-breadcrumb span.is--dotted::before,.c-breadcrumb a.is--dotted::before{content:"...";position:absolute;display:block;transform:translate3d(-6px, 0, 0)}.has--contrast :focus{outline-offset:2px;outline-width:4px;outline-style:dashed}.has--contrast a{text-decoration:underline}.has--contrast img{filter:contrast(200%)}.has--contrast .guide-component__button{background-color:#000;outline:4px solid}.has--contrast .s-guide-component,.has--contrast .s-guide-utility,.has--contrast .s-guide-nav,.has--contrast .guide-block__example{box-shadow:none;border:2px solid #000}@keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-variant-numeric:tabular-nums;font-weight:400;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr video,.plyr audio,.plyr iframe{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui *::after,.plyr--full-ui *::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;left:0;padding:10px;position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width: 480px){.plyr__captions{font-size:15px;padding:calc(10px*2)}}@media(min-width: 768px){.plyr__captions{font-size:18px}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(calc(10px * -4))}.plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;box-decoration-break:clone;color:#fff;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:rgba(0,0,0,0);border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:calc(10px*.7);position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline-color:#773725;outline-offset:2px;outline-style:dotted;outline-width:3px}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,.plyr__control.plyr__control--pressed .label--not-pressed{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:calc(10px/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:calc(10px/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 calc(10px/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time{padding-left:0}.plyr__controls:empty{display:none}.plyr [data-plyr=captions],.plyr [data-plyr=pip],.plyr [data-plyr=airplay],.plyr [data-plyr=fullscreen]{display:none}.plyr--captions-enabled [data-plyr=captions],.plyr--pip-supported [data-plyr=pip],.plyr--airplay-supported [data-plyr=airplay],.plyr--fullscreen-enabled [data-plyr=fullscreen]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5464;font-size:15px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(0.4, 0, 0.2, 1),width .35s cubic-bezier(0.4, 0, 0.2, 1)}.plyr__menu__container::after{border:4px solid rgba(0,0,0,0);border-top-color:rgba(255,255,255,.9);content:"";height:0;position:absolute;right:calc(18px/2 + calc(10px * 0.7) - 4px/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:calc(10px*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;display:flex;font-size:13px;padding-bottom:calc(calc(10px * 0.7)/1.5);padding-left:calc(calc(10px * 0.7)*1.5);padding-right:calc(calc(10px * 0.7)*1.5);padding-top:calc(calc(10px * 0.7)/1.5);user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid rgba(0,0,0,0);content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:calc(calc(10px * 0.7)*4)}.plyr__menu__container .plyr__control--forward::after{border-left-color:#728197;right:calc(calc(10px * 0.7)*1.5 - 4px)}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;margin:calc(10px*.7);margin-bottom:calc(calc(10px * 0.7)/2);padding-left:calc(calc(10px * 0.7)*4);position:relative;width:calc(100% - calc(10px * 0.7)*2)}.plyr__menu__container .plyr__control--back::after{border-right-color:#728197;left:calc(calc(10px * 0.7)*1.5 - 4px)}.plyr__menu__container .plyr__control--back::before{background:#dcdfe5;box-shadow:0 1px 0 #fff;content:"";height:1px;left:0;margin-top:calc(calc(10px * 0.7)/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:calc(10px*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]::before,.plyr__menu__container .plyr__control[role=menuitemradio]::after{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#773725}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc((calc(10px * 0.7) - 2)*-1);overflow:hidden;padding-left:calc(calc(10px * 0.7)*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:rgba(0,0,0,0);border:0;border-radius:calc(13px*2);color:#773725;display:block;height:calc(3px*2 + 13px);margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:rgba(0,0,0,0);border:0;border-radius:calc(5px/2);height:5px;transition:box-shadow .3s ease;user-select:none;background-image:linear-gradient(to right, currentColor 0%, transparent 0%)}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;-webkit-appearance:none;margin-top:calc((13px - 5px)/2*-1)}.plyr--full-ui input[type=range]::-moz-range-track{background:rgba(0,0,0,0);border:0;border-radius:calc(5px/2);height:5px;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:calc(5px/2);height:5px}.plyr--full-ui input[type=range]::-ms-track{background:rgba(0,0,0,0);border:0;border-radius:calc(5px/2);height:5px;transition:box-shadow .3s ease;user-select:none;color:rgba(0,0,0,0)}.plyr--full-ui input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0);border:0;border-radius:calc(5px/2);height:5px;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0);border:0;border-radius:calc(5px/2);height:5px;transition:box-shadow .3s ease;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#773725;outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#773725;outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#773725;outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:13px}.plyr__time+.plyr__time::before{content:"⁄";margin-right:10px}@media(max-width: calc(768px - 1px)){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5464;font-size:13px;font-weight:400;left:50%;line-height:1.3;margin-bottom:calc(calc(10px / 2)*2);opacity:0;padding:calc(10px/2) calc(calc(10px / 2)*1.5);pointer-events:none;position:absolute;transform:translate(-50%, 10px) scale(0.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-top:4px solid rgba(255,255,255,.9);bottom:calc(4px*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:hover .plyr__tooltip,.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%, 0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0, 10px) scale(0.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:calc(18px/2 + calc(10px * 0.7))}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0, 10px) scale(0.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:calc(18px/2 + calc(10px * 0.7));transform:translateX(50%)}.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible{transform:translate(0, 0) scale(1)}.plyr__progress{left:calc(13px*.5);margin-right:13px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:calc(13px*-0.5);margin-right:calc(13px*-0.5);width:calc(100% + 13px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:rgba(0,0,0,0);border:0;border-radius:100px;height:5px;left:0;margin-top:calc(5px/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:rgba(0,0,0,0)}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);background-repeat:repeat-x;background-size:25px 25px;color:rgba(0,0,0,0)}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6)}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:calc(10px/2);margin-right:calc(10px/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4a5464;padding:10px}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#773725;color:#fff}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1)}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6)}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;left:0;position:absolute;top:0}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:calc(10px/2);padding-top:calc(10px*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media(min-width: 480px){.plyr--video .plyr__controls{padding:10px;padding-top:calc(10px*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#773725;color:#fff}.plyr__control--overlaid{background:#773725;border:0;border-radius:100%;color:#fff;display:none;left:50%;opacity:.9;padding:calc(10px*1.5);position:absolute;top:50%;transform:translate(-50%, -50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:hover,.plyr__control--overlaid:focus{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--video .plyr__progress__buffer{color:rgba(255,255,255,.25)}.plyr:fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr:fullscreen .plyr__captions{font-size:21px}}.plyr:-webkit-full-screen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}.plyr:-moz-full-screen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.plyr:-ms-fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}.plyr--fullscreen-fallback{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:#23282f;border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;left:0;margin:-2.5px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:calc(calc(10px / 2)*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translate(0, 10px) scale(0.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0, 0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-top:4px solid rgba(255,255,255,.9);bottom:calc(4px*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:calc(3px - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:calc(3px - 1px);color:#fff;font-size:13px;padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none !important}.plyr__sr-only{clip:rect(1px, 1px, 1px, 1px);overflow:hidden;border:0 !important;height:1px !important;padding:0 !important;position:absolute !important;width:1px !important}.plyr [hidden]{display:none !important}.c-custom-player{max-width:600px}.c-carousel{position:relative;height:200px;width:500px}.carousel__container{overflow:hidden;position:relative}.carousel__inner{display:flex;position:relative;transition:ease 1200ms;transition-property:transform}.carousel__item{width:100%;border:1px solid #000;min-height:200px}.carousel__item.is--in-view{background-color:#dcdcdc}.carousel__item.is--active{background-color:gray}.carousel__cloned{display:flex;position:absolute}.carousel__cloned--end{left:100%}.carousel__cloned--start{right:100%}.carousel__controller.is-disabled{opacity:.5;pointer-events:none}.expand--body{max-height:0;overflow:hidden;position:absolute;width:100%;z-index:90;transition:300ms ease;transition-property:max-height}.expand--body.is--animated{overflow:visible}.c-loader{opacity:0;pointer-events:none;width:100%;height:100%;top:0;left:0;z-index:200;position:fixed;background-image:url(/assets/img/loader.gif);background-size:100px;background-color:#fff;background-position:center center;background-repeat:no-repeat;transition:ease 1200ms;transition-property:opacity}html.is--loading .c-loader{opacity:1}.c-header{height:100svh;min-height:100%;width:100%;background-size:0;overflow:hidden;position:relative;display:flex;opacity:1;align-items:center;justify-content:center}.c-header::before,.c-header::after{content:"";width:100%;height:100%;left:0;top:0;position:absolute}.c-header::before{background-repeat:no-repeat;background-size:cover;background-position:center center;background-image:inherit;opacity:0;transform:scale(1);transition:ease 1200ms;transition-property:transform,opacity}.c-header::after{background-color:#773725;opacity:.4}.c-header.in-animation--triggered::before{transform:scale(1.1);opacity:1}.browser--chromium .c-header{animation-timeline:view(block 10% 100%);animation-name:headerLeave;animation-fill-mode:both;animation-duration:1ms;animation-timing-function:linear}.header__video{position:absolute;left:0;top:0;width:100%;object-fit:cover;height:100%;opacity:0;animation-name:headerVideo;animation-fill-mode:forwards;animation-duration:1200ms;animation-delay:2400ms;animation-timing-function:ease}@keyframes headerLeave{from{opacity:1}to{opacity:0}}@keyframes headerVideo{from{opacity:0}to{opacity:1}}.header__logo{position:relative;color:#eee0d5;display:flex;flex-direction:column;align-items:center;line-height:1;z-index:1;font-family:"Noto Serif Display",system-ui}.header__logo-item{font-size:8.2rem}.header__logo-item:first-child{font-size:6.2rem}.c-section{min-height:60svh;width:100%;display:flex;flex-direction:column}@media(min-width: 768px){.c-section{flex-direction:row}}.c-section.is--odd{background-color:#eee0d5;color:#773725}.c-section.is--even{background-color:#773725;color:#eee0d5;flex-direction:column}@media(min-width: 768px){.c-section.is--even{flex-direction:row-reverse}}.c-section.u-in-animation .section__background::before{opacity:0}.c-section.in-animation--triggered .section__background::before{transform:scale(1.1);opacity:1}.section__item{width:100%;display:flex;align-items:center;justify-content:center}.section__background{background-size:0;position:relative;overflow:hidden;min-height:400px}.section__background::before,.section__background::after{content:"";width:100%;height:100%;left:0;top:0;position:absolute}.section__background::before{background-repeat:no-repeat;background-size:cover;background-position:center center;background-image:inherit;transform:scale(1);transition:ease 1200ms;transition-property:transform,opacity}.section__background::after{background-color:#773725;opacity:.4}.section__inner{max-width:600px;padding:96px 24px}@media(min-width: 768px){.section__inner{padding:96px 64px}}.c-scroll-down{position:absolute;left:50%;transform:translate3d(-50%, 0, 0);bottom:32px;z-index:1;cursor:pointer;transition:ease 1200ms;transition-property:transform,opacity}.scroll-down--inner{pointer-events:none}.scroll-down__chevron{animation:scrollAnimation infinite 3000ms}.scroll-down__chevron.is--first{animation-delay:200ms}@keyframes scrollAnimation{0%{transform:translate3d(0, 0, 0)}50%{transform:translate3d(0, 8px, 0)}100%{transform:translate3d(0, 0, 0)}}.c-footer{padding:32px 24px;background-color:#502519}.footer__inner{display:flex;flex-direction:column;justify-content:space-between;align-items:center;font-size:14px;gap:8px}@media(min-width: 768px){.footer__inner{flex-direction:row}}.footer__item{opacity:.4;color:#eee0d5}.footer__item a{color:#eee0d5}html.has--mouse .footer__item a:hover{cursor:pointer;color:#eee0d5}.nav--open{overflow:hidden}.nav--open .nav__menu{opacity:1;visibility:visible}.nav--open .nav__item{transform:translate3d(0, 0, 0);opacity:1}.nav--fixed .c-nav{filter:drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));opacity:1;visibility:visible;transform:translate3d(0, 0, 0)}.c-nav{position:fixed;width:100%;z-index:200;background-color:#eee0d5;font-family:"Noto Serif Display",system-ui;transition:ease 1200ms;transition-property:filter,opacity,visibility,transform;opacity:0;visibility:hidden;transform:translate3d(0, -64px, 0)}.nav__container{position:relative}.nav__inner{display:flex;justify-content:space-between;align-items:center;padding-top:16px;padding-bottom:16px}@media(min-width: 992px){.nav__inner{padding-right:8px}}.nav__logo{z-index:100;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none}.nav__logo-src{max-width:100%;pointer-events:none;transition:ease 1200ms;transition-property:transform}.nav__link{text-decoration:none;position:relative;font-size:1.4rem}.nav__link::after{content:"";width:0%;height:1px;background-color:rgba(0,0,0,0);position:absolute;right:0;bottom:-4px;transition:ease 1200ms;transition-property:width,background-color}html.has--mouse .nav__link:hover{cursor:pointer;color:#000}html.has--mouse .nav__link:hover::after{background-color:#000;width:100%;left:0}.nav__menu{position:fixed;width:100%;display:flex;justify-content:flex-end;align-items:center;flex-direction:column;z-index:90;padding-top:64px;padding-bottom:16px;opacity:0;visibility:hidden;width:100vw;left:0;top:0;background-color:#eee0d5;transition:ease 1200ms;transition-property:opacity}@media(min-width: 992px){.nav__menu{position:relative;width:100%;visibility:visible;padding-top:0;padding-bottom:0;opacity:1;height:calc(100% - 48px);top:auto;background-color:rgba(0,0,0,0);flex-direction:row}}@media(min-width: 992px){.nav__hamburger{display:none}}.nav__items{padding-left:0;margin-top:0;margin-bottom:0;display:flex;align-items:center;gap:8px;list-style:none;flex-direction:column}@media(min-width: 992px){.nav__items{flex-direction:row;gap:48px}}.nav__item{padding-top:8px;padding-bottom:8px;opacity:0;transform:translate3d(0, -32px, 0);transition:ease 1200ms;transition-property:transform,opacity}.nav__item:nth-child(1){transition-delay:50ms}.nav__item:nth-child(2){transition-delay:100ms}.nav__item:nth-child(3){transition-delay:150ms}.nav__item:nth-child(4){transition-delay:200ms}.nav__item:nth-child(5){transition-delay:250ms}.nav__item:nth-child(6){transition-delay:300ms}.nav__item:nth-child(7){transition-delay:350ms}.nav__item:nth-child(8){transition-delay:400ms}.nav__item:nth-child(9){transition-delay:450ms}.nav__item:nth-child(10){transition-delay:500ms}@media(min-width: 992px){.nav__item{transform:translate3d(0, 0, 0);padding-top:0;padding-bottom:0;opacity:1;padding-left:0;padding-right:0}}.c-hamburger{border-radius:0;border:none;background-color:rgba(0,0,0,0);width:16px;padding:0;z-index:100}.hamburger__line::after{content:"";display:block;width:100%;height:2px;background-color:#000;margin-top:4px;margin-bottom:4px;border-radius:2px}.hamburger__line:first-child::after{margin-top:0}.hamburger__line:last-child::after{margin-bottom:0}.hamburger--primary.is--active .hamburger__line{transition-delay:0ms}.hamburger--primary.is--active .hamburger__line::after{transform:rotate(45deg);transition-delay:300ms}.hamburger--primary.is--active .hamburger__line:first-child{transform:translate3d(0, 6px, 0)}.hamburger--primary.is--active .hamburger__line:first-child::after{opacity:1;transform:rotate(-45deg)}.hamburger--primary.is--active .hamburger__line:last-child{transform:translate3d(0, -6px, 0)}.hamburger--primary .hamburger__line{transition:ease 1200ms;transition-property:transform;transition-delay:300ms}.hamburger--primary .hamburger__line::after{transition:ease 1200ms;transition-property:transform,opacity;transition-delay:0ms}.hamburger--secondary.is--active .hamburger__line{transition-delay:0ms}.hamburger--secondary.is--active .hamburger__line::after{transform:rotate(225deg);transition-delay:300ms}.hamburger--secondary.is--active .hamburger__line:first-child{transform:translate3d(0, 6px, 0)}.hamburger--secondary.is--active .hamburger__line:first-child::after{opacity:1;transform:rotate(135deg)}.hamburger--secondary.is--active .hamburger__line:last-child{transform:translate3d(0, -6px, 0)}.hamburger--secondary .hamburger__line{transition:ease 1200ms;transition-property:transform;transition-delay:300ms}.hamburger--secondary .hamburger__line::after{transition:ease 1200ms;transition-property:transform,opacity;transition-delay:0ms}
