article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active,a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    box-sizing: content-box
}

mark {
    background: #ff0;
    color: #000
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    image-rendering: -webkit-optimize-contrast
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,input {
    line-height: normal
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body,html {
    position: relative;
    overflow-x: hidden
}

body {
    -webkit-overflow-scrolling: touch
}

a,a:active,a:focus,a:hover,a:visited {
    outline: none;
    color: inherit;
    text-decoration: inherit
}

iframe,img {
    max-width: 100%;
    max-height: 100%;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

* {
    scroll-behavior: smooth
}

*,:active,:focus,:hover,:visited {
    outline: none!important
}

ol {
    margin-left: 0
}

ul {
    margin: 0;
    padding-left: 0
}

ul li {
    list-style-type: none
}

.text-primary {
    color: #ec6c3a!important
}

.text-brightest {
    color: #fff!important
}

.text-gray-200 {
    color: #fbfbfd!important
}

.text-gray-250 {
    color: #f6f6f6!important
}

.text-gray-300 {
    color: #f3f3f3!important
}

.text-gray-400 {
    color: #e1e1e1!important
}

.text-gray-500 {
    color: #a6a6a6!important
}

body {
    font-family: Roboto,sans-serif;
    font-size: 14px
}

h1 {
    font-weight: 700!important;
    font-size: 60px!important
}

h2 {
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 300
}

h3 {
    font-size: 24px;
    color: #ec6c3a;
    font-weight: 500;
    position: relative;
    padding-left: 1%;
    margin-left: 10%
}

h3:before {
    content: "";
    position: absolute;
    right: 101%;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 30vw;
    background: #ec6c3a
}

h5 {
    margin-bottom: 20px
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-extra-bold {
    font-weight: 900
}

.text-bold {
    font-weight: 600!important
}

.text-light {
    font-weight: 300
}

.text-thin {
    font-weight: 100
}

.text-italic {
    font-style: italic
}

.text-underline {
    text-decoration: underline
}

.text-strike {
    text-decoration: line-through
}

.fs-xs {
    font-size: 12px
}

.fs-sm {
    font-size: 14px!important
}

.fs-md {
    font-size: 16px
}

.fs-lg {
    font-size: 18px
}

.fs-xl {
    font-size: 24px
}

.fs-xxl {
    font-size: 30px!important
}

.fs-xxxl {
    font-size: 60px
}

.link-primary {
    color: #ec6c3a!important;
    font-weight: 600
}

.link-primary:hover {
    color: !important
}

.link-gray-400 {
    color: #e1e1e1!important;
    transition: all .3s
}

.link-gray-400:hover {
    color: !important
}

.link-hover-primary:hover {
    color: #ec6c3a
}

.link-underline:hover,.link-underlined {
    text-decoration: underline
}

.link-underlined {
    color: #ec6c3a!important;
    font-weight: 600
}

.line-limit {
    display: block;
    display: -webkit-box;
    line-height: 1.42em;
    overflow: hidden;
    text-overflow: ellipsis
}

.line-limit.line-1 {
    max-height: 1.42em;
    -webkit-line-clamp: 1
}

.line-limit.line-1.equal {
    min-height: 1.42em
}

.line-limit.line-2 {
    max-height: 2.84em;
    -webkit-line-clamp: 2
}

.line-limit.line-2.equal {
    min-height: 2.84em
}

.line-limit.line-3 {
    max-height: 4.26em;
    -webkit-line-clamp: 3
}

.line-limit.line-3.equal {
    min-height: 4.26em
}

.line-limit.line-4 {
    max-height: 5.68em;
    -webkit-line-clamp: 4
}

.line-limit.line-4.equal {
    min-height: 5.68em
}

.line-limit.line-5 {
    max-height: 7.1em;
    -webkit-line-clamp: 5
}

.line-limit.line-5.equal {
    min-height: 7.1em
}

.line-limit.line-6 {
    max-height: 8.52em;
    -webkit-line-clamp: 6
}

.line-limit.line-6.equal {
    min-height: 8.52em
}

.line-limit.line-7 {
    max-height: 9.94em;
    -webkit-line-clamp: 7
}

.line-limit.line-7.equal {
    min-height: 9.94em
}

.line-limit.line-8 {
    max-height: 11.36em;
    -webkit-line-clamp: 8
}

.line-limit.line-8.equal {
    min-height: 11.36em
}

.line-limit.line-9 {
    max-height: 12.78em;
    -webkit-line-clamp: 9
}

.line-limit.line-9.equal {
    min-height: 12.78em
}

.line-limit.line-10 {
    max-height: 14.2em;
    -webkit-line-clamp: 10
}

.line-limit.line-10.equal {
    min-height: 14.2em
}

.line-limit.line-11 {
    max-height: 15.62em;
    -webkit-line-clamp: 11
}

.line-limit.line-11.equal {
    min-height: 15.62em
}

.line-limit.line-12 {
    max-height: 17.04em;
    -webkit-line-clamp: 12
}

.line-limit.line-12.equal {
    min-height: 17.04em
}

.line-limit.line-13 {
    max-height: 18.46em;
    -webkit-line-clamp: 13
}

.line-limit.line-13.equal {
    min-height: 18.46em
}

.line-limit.line-14 {
    max-height: 19.88em;
    -webkit-line-clamp: 14
}

.line-limit.line-14.equal {
    min-height: 19.88em
}

.line-limit.line-15 {
    max-height: 21.3em;
    -webkit-line-clamp: 15
}

.line-limit.line-15.equal {
    min-height: 21.3em
}

.line-limit.line-16 {
    max-height: 22.72em;
    -webkit-line-clamp: 16
}

.line-limit.line-16.equal {
    min-height: 22.72em
}

.line-limit.line-17 {
    max-height: 24.14em;
    -webkit-line-clamp: 17
}

.line-limit.line-17.equal {
    min-height: 24.14em
}

.line-limit.line-18 {
    max-height: 25.56em;
    -webkit-line-clamp: 18
}

.line-limit.line-18.equal {
    min-height: 25.56em
}

.line-limit.line-19 {
    max-height: 26.98em;
    -webkit-line-clamp: 19
}

.line-limit.line-19.equal {
    min-height: 26.98em
}

.line-limit.line-20 {
    max-height: 28.4em;
    -webkit-line-clamp: 20
}

.line-limit.line-20.equal {
    min-height: 28.4em
}

.line-limit.line-21 {
    max-height: 29.82em;
    -webkit-line-clamp: 21
}

.line-limit.line-21.equal {
    min-height: 29.82em
}

.line-limit.line-22 {
    max-height: 31.24em;
    -webkit-line-clamp: 22
}

.line-limit.line-22.equal {
    min-height: 31.24em
}

.line-limit.line-23 {
    max-height: 32.66em;
    -webkit-line-clamp: 23
}

.line-limit.line-23.equal {
    min-height: 32.66em
}

.line-limit.line-24 {
    max-height: 34.08em;
    -webkit-line-clamp: 24
}

.line-limit.line-24.equal {
    min-height: 34.08em
}

.line-limit.line-25 {
    max-height: 35.5em;
    -webkit-line-clamp: 25
}

.line-limit.line-25.equal {
    min-height: 35.5em
}

.line-limit.line-26 {
    max-height: 36.92em;
    -webkit-line-clamp: 26
}

.line-limit.line-26.equal {
    min-height: 36.92em
}

.line-limit.line-27 {
    max-height: 38.34em;
    -webkit-line-clamp: 27
}

.line-limit.line-27.equal {
    min-height: 38.34em
}

.line-limit.line-28 {
    max-height: 39.76em;
    -webkit-line-clamp: 28
}

.line-limit.line-28.equal {
    min-height: 39.76em
}

.line-limit.line-29 {
    max-height: 41.18em;
    -webkit-line-clamp: 29
}

.line-limit.line-29.equal {
    min-height: 41.18em
}

.line-limit.line-30 {
    max-height: 42.6em;
    -webkit-line-clamp: 30
}

.line-limit.line-30.equal {
    min-height: 42.6em
}

.line-limit.line-31 {
    max-height: 44.02em;
    -webkit-line-clamp: 31
}

.line-limit.line-31.equal {
    min-height: 44.02em
}

.line-limit.line-32 {
    max-height: 45.44em;
    -webkit-line-clamp: 32
}

.line-limit.line-32.equal {
    min-height: 45.44em
}

.line-limit.line-33 {
    max-height: 46.86em;
    -webkit-line-clamp: 33
}

.line-limit.line-33.equal {
    min-height: 46.86em
}

.line-limit.line-34 {
    max-height: 48.28em;
    -webkit-line-clamp: 34
}

.line-limit.line-34.equal {
    min-height: 48.28em
}

.line-limit.line-35 {
    max-height: 49.7em;
    -webkit-line-clamp: 35
}

.line-limit.line-35.equal {
    min-height: 49.7em
}

.line-limit.line-36 {
    max-height: 51.12em;
    -webkit-line-clamp: 36
}

.line-limit.line-36.equal {
    min-height: 51.12em
}

.line-limit.line-37 {
    max-height: 52.54em;
    -webkit-line-clamp: 37
}

.line-limit.line-37.equal {
    min-height: 52.54em
}

.line-limit.line-38 {
    max-height: 53.96em;
    -webkit-line-clamp: 38
}

.line-limit.line-38.equal {
    min-height: 53.96em
}

.line-limit.line-39 {
    max-height: 55.38em;
    -webkit-line-clamp: 39
}

.line-limit.line-39.equal {
    min-height: 55.38em
}

.line-limit.line-40 {
    max-height: 56.8em;
    -webkit-line-clamp: 40
}

.line-limit.line-40.equal {
    min-height: 56.8em
}

.line-limit.line-41 {
    max-height: 58.22em;
    -webkit-line-clamp: 41
}

.line-limit.line-41.equal {
    min-height: 58.22em
}

.line-limit.line-42 {
    max-height: 59.64em;
    -webkit-line-clamp: 42
}

.line-limit.line-42.equal {
    min-height: 59.64em
}

.line-limit.line-43 {
    max-height: 61.06em;
    -webkit-line-clamp: 43
}

.line-limit.line-43.equal {
    min-height: 61.06em
}

.line-limit.line-44 {
    max-height: 62.48em;
    -webkit-line-clamp: 44
}

.line-limit.line-44.equal {
    min-height: 62.48em
}

.line-limit.line-45 {
    max-height: 63.9em;
    -webkit-line-clamp: 45
}

.line-limit.line-45.equal {
    min-height: 63.9em
}

.line-limit.line-46 {
    max-height: 65.32em;
    -webkit-line-clamp: 46
}

.line-limit.line-46.equal {
    min-height: 65.32em
}

.line-limit.line-47 {
    max-height: 66.74em;
    -webkit-line-clamp: 47
}

.line-limit.line-47.equal {
    min-height: 66.74em
}

.line-limit.line-48 {
    max-height: 68.16em;
    -webkit-line-clamp: 48
}

.line-limit.line-48.equal {
    min-height: 68.16em
}

.line-limit.line-49 {
    max-height: 69.58em;
    -webkit-line-clamp: 49
}

.line-limit.line-49.equal {
    min-height: 69.58em
}

.line-limit.line-50 {
    max-height: 71em;
    -webkit-line-clamp: 50
}

.line-limit.line-50.equal {
    min-height: 71em
}

.line-limit.line-51 {
    max-height: 72.42em;
    -webkit-line-clamp: 51
}

.line-limit.line-51.equal {
    min-height: 72.42em
}

.line-limit.line-52 {
    max-height: 73.84em;
    -webkit-line-clamp: 52
}

.line-limit.line-52.equal {
    min-height: 73.84em
}

.line-limit.line-53 {
    max-height: 75.26em;
    -webkit-line-clamp: 53
}

.line-limit.line-53.equal {
    min-height: 75.26em
}

.line-limit.line-54 {
    max-height: 76.68em;
    -webkit-line-clamp: 54
}

.line-limit.line-54.equal {
    min-height: 76.68em
}

.line-limit.line-55 {
    max-height: 78.1em;
    -webkit-line-clamp: 55
}

.line-limit.line-55.equal {
    min-height: 78.1em
}

.line-limit.line-56 {
    max-height: 79.52em;
    -webkit-line-clamp: 56
}

.line-limit.line-56.equal {
    min-height: 79.52em
}

.line-limit.line-57 {
    max-height: 80.94em;
    -webkit-line-clamp: 57
}

.line-limit.line-57.equal {
    min-height: 80.94em
}

.line-limit.line-58 {
    max-height: 82.36em;
    -webkit-line-clamp: 58
}

.line-limit.line-58.equal {
    min-height: 82.36em
}

.line-limit.line-59 {
    max-height: 83.78em;
    -webkit-line-clamp: 59
}

.line-limit.line-59.equal {
    min-height: 83.78em
}

.line-limit.line-60 {
    max-height: 85.2em;
    -webkit-line-clamp: 60
}

.line-limit.line-60.equal {
    min-height: 85.2em
}

.line-limit.line-61 {
    max-height: 86.62em;
    -webkit-line-clamp: 61
}

.line-limit.line-61.equal {
    min-height: 86.62em
}

.line-limit.line-62 {
    max-height: 88.04em;
    -webkit-line-clamp: 62
}

.line-limit.line-62.equal {
    min-height: 88.04em
}

.line-limit.line-63 {
    max-height: 89.46em;
    -webkit-line-clamp: 63
}

.line-limit.line-63.equal {
    min-height: 89.46em
}

.line-limit.line-64 {
    max-height: 90.88em;
    -webkit-line-clamp: 64
}

.line-limit.line-64.equal {
    min-height: 90.88em
}

.line-limit.line-65 {
    max-height: 92.3em;
    -webkit-line-clamp: 65
}

.line-limit.line-65.equal {
    min-height: 92.3em
}

.line-limit.line-66 {
    max-height: 93.72em;
    -webkit-line-clamp: 66
}

.line-limit.line-66.equal {
    min-height: 93.72em
}

.line-limit.line-67 {
    max-height: 95.14em;
    -webkit-line-clamp: 67
}

.line-limit.line-67.equal {
    min-height: 95.14em
}

.line-limit.line-68 {
    max-height: 96.56em;
    -webkit-line-clamp: 68
}

.line-limit.line-68.equal {
    min-height: 96.56em
}

.line-limit.line-69 {
    max-height: 97.98em;
    -webkit-line-clamp: 69
}

.line-limit.line-69.equal {
    min-height: 97.98em
}

.line-limit.line-70 {
    max-height: 99.4em;
    -webkit-line-clamp: 70
}

.line-limit.line-70.equal {
    min-height: 99.4em
}

.line-limit.line-71 {
    max-height: 100.82em;
    -webkit-line-clamp: 71
}

.line-limit.line-71.equal {
    min-height: 100.82em
}

.line-limit.line-72 {
    max-height: 102.24em;
    -webkit-line-clamp: 72
}

.line-limit.line-72.equal {
    min-height: 102.24em
}

.line-limit.line-73 {
    max-height: 103.66em;
    -webkit-line-clamp: 73
}

.line-limit.line-73.equal {
    min-height: 103.66em
}

.line-limit.line-74 {
    max-height: 105.08em;
    -webkit-line-clamp: 74
}

.line-limit.line-74.equal {
    min-height: 105.08em
}

.line-limit.line-75 {
    max-height: 106.5em;
    -webkit-line-clamp: 75
}

.line-limit.line-75.equal {
    min-height: 106.5em
}

.line-limit.line-76 {
    max-height: 107.92em;
    -webkit-line-clamp: 76
}

.line-limit.line-76.equal {
    min-height: 107.92em
}

.line-limit.line-77 {
    max-height: 109.34em;
    -webkit-line-clamp: 77
}

.line-limit.line-77.equal {
    min-height: 109.34em
}

.line-limit.line-78 {
    max-height: 110.76em;
    -webkit-line-clamp: 78
}

.line-limit.line-78.equal {
    min-height: 110.76em
}

.line-limit.line-79 {
    max-height: 112.18em;
    -webkit-line-clamp: 79
}

.line-limit.line-79.equal {
    min-height: 112.18em
}

.line-limit.line-80 {
    max-height: 113.6em;
    -webkit-line-clamp: 80
}

.line-limit.line-80.equal {
    min-height: 113.6em
}

.line-limit.line-81 {
    max-height: 115.02em;
    -webkit-line-clamp: 81
}

.line-limit.line-81.equal {
    min-height: 115.02em
}

.line-limit.line-82 {
    max-height: 116.44em;
    -webkit-line-clamp: 82
}

.line-limit.line-82.equal {
    min-height: 116.44em
}

.line-limit.line-83 {
    max-height: 117.86em;
    -webkit-line-clamp: 83
}

.line-limit.line-83.equal {
    min-height: 117.86em
}

.line-limit.line-84 {
    max-height: 119.28em;
    -webkit-line-clamp: 84
}

.line-limit.line-84.equal {
    min-height: 119.28em
}

.line-limit.line-85 {
    max-height: 120.7em;
    -webkit-line-clamp: 85
}

.line-limit.line-85.equal {
    min-height: 120.7em
}

.line-limit.line-86 {
    max-height: 122.12em;
    -webkit-line-clamp: 86
}

.line-limit.line-86.equal {
    min-height: 122.12em
}

.line-limit.line-87 {
    max-height: 123.54em;
    -webkit-line-clamp: 87
}

.line-limit.line-87.equal {
    min-height: 123.54em
}

.line-limit.line-88 {
    max-height: 124.96em;
    -webkit-line-clamp: 88
}

.line-limit.line-88.equal {
    min-height: 124.96em
}

.line-limit.line-89 {
    max-height: 126.38em;
    -webkit-line-clamp: 89
}

.line-limit.line-89.equal {
    min-height: 126.38em
}

.line-limit.line-90 {
    max-height: 127.8em;
    -webkit-line-clamp: 90
}

.line-limit.line-90.equal {
    min-height: 127.8em
}

.fs-1 {
    font-size: "0.06667em"
}

.fs-2 {
    font-size: "0.13333em"
}

.fs-3 {
    font-size: "0.2em"
}

.fs-4 {
    font-size: "0.26667em"
}

.fs-5 {
    font-size: "0.33333em"
}

.fs-6 {
    font-size: "0.4em"
}

.fs-7 {
    font-size: "0.46667em"
}

.fs-8 {
    font-size: "0.53333em"
}

.fs-9 {
    font-size: "0.6em"
}

.fs-10 {
    font-size: "0.66667em"
}

.fs-11 {
    font-size: "0.73333em"
}

.fs-12 {
    font-size: "0.8em"
}

.fs-13 {
    font-size: "0.86667em"
}

.fs-14 {
    font-size: "0.93333em"
}

.fs-15 {
    font-size: "1em"
}

.fs-16 {
    font-size: "1.06667em"
}

.fs-17 {
    font-size: "1.13333em"
}

.fs-18 {
    font-size: "1.2em"
}

.fs-19 {
    font-size: "1.26667em"
}

.fs-20 {
    font-size: "1.33333em"
}

.fs-21 {
    font-size: "1.4em"
}

.fs-22 {
    font-size: "1.46667em"
}

.fs-23 {
    font-size: "1.53333em"
}

.fs-24 {
    font-size: "1.6em"
}

.fs-25 {
    font-size: "1.66667em"
}

.fs-26 {
    font-size: "1.73333em"
}

.fs-27 {
    font-size: "1.8em"
}

.fs-28 {
    font-size: "1.86667em"
}

.fs-29 {
    font-size: "1.93333em"
}

.fs-30 {
    font-size: "2em"
}

.text-left-not-lg,.text-left-not-md,.text-left-not-sm,.text-left-not-xs {
    text-align: left
}

.text-center-not-lg,.text-center-not-md,.text-center-not-sm,.text-center-not-xs {
    text-align: center
}

.text-right-not-lg,.text-right-not-md,.text-right-not-sm,.text-right-not-xs {
    text-align: right
}

.text-justify-not-lg,.text-justify-not-md,.text-justify-not-sm,.text-justify-not-xs {
    text-align: justify
}

@media (max-width: 767px) {
    .text-center-not-xs,.text-justify-not-xs,.text-left-not-xs,.text-right-not-xs {
        text-align:inherit
    }

    .text-left-xs {
        text-align: left
    }

    .text-center-xs {
        text-align: center
    }

    .text-right-xs {
        text-align: right
    }

    .text-justify-xs {
        text-align: justify
    }

    h1,h2 {
        font-size: 36px!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .text-center-not-sm,.text-justify-not-sm,.text-left-not-sm,.text-right-not-sm {
        text-align:inherit
    }

    .text-left-sm {
        text-align: left
    }

    .text-center-sm {
        text-align: center
    }

    .text-right-sm {
        text-align: right
    }

    .text-justify-sm {
        text-align: justify
    }

    h1,h2 {
        font-size: 48px!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .text-center-not-md,.text-justify-not-md,.text-left-not-md,.text-right-not-md {
        text-align:inherit
    }

    .text-left-md {
        text-align: left
    }

    .text-center-md {
        text-align: center
    }

    .text-right-md {
        text-align: right
    }

    .text-justify-md {
        text-align: justify
    }

    h1,h2 {
        font-size: 52px!important
    }
}

@media (min-width: 1200px) {
    .text-center-not-lg,.text-justify-not-lg,.text-left-not-lg,.text-right-not-lg {
        text-align:inherit
    }

    .text-left-lg {
        text-align: left
    }

    .text-center-lg {
        text-align: center
    }

    .text-right-lg {
        text-align: right
    }

    .text-justify-lg {
        text-align: justify
    }
}

.bg-primary {
    background-color: #ec6c3a!important
}

.bg-brightest {
    background-color: #fff!important
}

.bg-gray-200 {
    background-color: #fbfbfd!important
}

.bg-gray-250 {
    background-color: #f6f6f6!important
}

.bg-gray-300 {
    background-color: #f3f3f3!important
}

.bg-gray-400 {
    background-color: #e1e1e1!important
}

.bg-gray-500 {
    background-color: #a6a6a6!important
}

.bg-image {
    background-repeat: no-repeat;
    background-position: 50%
}

.bg-image.cover {
    background-size: cover
}

.bg-image.contain {
    background-size: contain
}

.bg-image.fixed {
    background-attachment: fixed
}

.bg-multiply {
    background-blend-mode: multiply
}

.bg-overlay {
    background-blend-mode: overlay
}

.img-cover-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.img-round {
    width: 100px;
    height: 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    border-radius: 50%;
    overflow: hidden
}

.img-round img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 767px) {
    .img-round {
        margin:0 auto!important
    }
}

.btn {
    border-radius: 0;
    box-shadow: none!important;
    text-shadow: none!important;
    border: none!important;
    height: 36px;
    max-width: 100%;
    font-weight: 500;
    padding: 6px 24px
}

.btn,.btn.active,.btn:focus,.btn:hover {
    transition: all .2s ease-in-out
}

.btn .btn-primary-filled {
    background-color: #ec6c3a;
    border-color: #ec6c3a;
    color: #fff
}

.btn .btn-primary-filled.active,.btn .btn-primary-filled:focus,.btn .btn-primary-filled:hover {
    background-color: #812d0c
}

.btn .btn-primary-bordered {
    background-color: transparent;
    border-color: #ec6c3a;
    color: #ec6c3a
}

.btn .btn-primary-bordered.active,.btn .btn-primary-bordered:focus,.btn .btn-primary-bordered:hover {
    background-color: #ec6c3a;
    color: #fff
}

.btn .btn-brightest-filled {
    background-color: #fff;
    border-color: #fff;
    color: #fff
}

.btn .btn-brightest-filled.active,.btn .btn-brightest-filled:focus,.btn .btn-brightest-filled:hover {
    background-color: #b3b3b3
}

.btn .btn-brightest-bordered {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.btn .btn-brightest-bordered.active,.btn .btn-brightest-bordered:focus,.btn .btn-brightest-bordered:hover {
    background-color: #fff;
    color: #fff
}

.btn .btn-gray-200-filled {
    background-color: #fbfbfd;
    border-color: #fbfbfd;
    color: #fff
}

.btn .btn-gray-200-filled.active,.btn .btn-gray-200-filled:focus,.btn .btn-gray-200-filled:hover {
    background-color: #9595ca
}

.btn .btn-gray-200-bordered {
    background-color: transparent;
    border-color: #fbfbfd;
    color: #fbfbfd
}

.btn .btn-gray-200-bordered.active,.btn .btn-gray-200-bordered:focus,.btn .btn-gray-200-bordered:hover {
    background-color: #fbfbfd;
    color: #fff
}

.btn .btn-gray-250-filled {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    color: #fff
}

.btn .btn-gray-250-filled.active,.btn .btn-gray-250-filled:focus,.btn .btn-gray-250-filled:hover {
    background-color: #aaa
}

.btn .btn-gray-250-bordered {
    background-color: transparent;
    border-color: #f6f6f6;
    color: #f6f6f6
}

.btn .btn-gray-250-bordered.active,.btn .btn-gray-250-bordered:focus,.btn .btn-gray-250-bordered:hover {
    background-color: #f6f6f6;
    color: #fff
}

.btn .btn-gray-300-filled {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    color: #fff
}

.btn .btn-gray-300-filled.active,.btn .btn-gray-300-filled:focus,.btn .btn-gray-300-filled:hover {
    background-color: #a7a7a7
}

.btn .btn-gray-300-bordered {
    background-color: transparent;
    border-color: #f3f3f3;
    color: #f3f3f3
}

.btn .btn-gray-300-bordered.active,.btn .btn-gray-300-bordered:focus,.btn .btn-gray-300-bordered:hover {
    background-color: #f3f3f3;
    color: #fff
}

.btn .btn-gray-400-filled {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    color: #fff
}

.btn .btn-gray-400-filled.active,.btn .btn-gray-400-filled:focus,.btn .btn-gray-400-filled:hover {
    background-color: #959595
}

.btn .btn-gray-400-bordered {
    background-color: transparent;
    border-color: #e1e1e1;
    color: #e1e1e1
}

.btn .btn-gray-400-bordered.active,.btn .btn-gray-400-bordered:focus,.btn .btn-gray-400-bordered:hover {
    background-color: #e1e1e1;
    color: #fff
}

.btn .btn-gray-500-filled {
    background-color: #a6a6a6;
    border-color: #a6a6a6;
    color: #fff
}

.btn .btn-gray-500-filled.active,.btn .btn-gray-500-filled:focus,.btn .btn-gray-500-filled:hover {
    background-color: #5a5a5a
}

.btn .btn-gray-500-bordered {
    background-color: transparent;
    border-color: #a6a6a6;
    color: #a6a6a6
}

.btn .btn-gray-500-bordered.active,.btn .btn-gray-500-bordered:focus,.btn .btn-gray-500-bordered:hover {
    background-color: #a6a6a6;
    color: #fff
}

.btn.btn-primary {
    background-color: #ec6c3a;
    color: #fff
}

.btn.btn-primary:hover {
    background-color: #de4e15
}

.btn.btn-primary[disabled] {
    color: #fff!important;
    background-color: !important
}

.btn.btn-white {
    background-color: #fff
}

.btn.btn-white:hover {
    background-color: #fbfbfd
}

.btn.btn-icon .fa {
    margin-left: 5px
}

.btn.btn-lg {
    padding: 12px 24px;
    max-width: 100%
}

.btn.btn-long {
    min-width: 150px;
    padding: 6px 24px;
    max-width: 100%
}

.btn.btn-extra-long {
    min-width: 240px;
    padding: 6px 24px;
    max-width: 100%
}

.btn.btn-fat {
    height: 44px;
    border-radius: 22px;
    font-size: 18px;
    padding-top: 8px
}

.btn.btn-play {
    background: none;
    border: none
}

@media (max-width: 767px) {
    .btn.btn-play {
        width:32px;
        height: 32px;
        padding: 0 10px 0 0
    }

    .btn.btn-play img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}

.social-icons .btn-share {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    transition: all .3s;
    position: relative;
    z-index: 11;
    font-size: 18px;
    transform: none!important
}

.social-icons .btn-share img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s
}

.social-icons>div {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    height: 50px;
    padding: 10px 0;
    transition: all .3s;
    transform: translate(-50%)
}

.social-icons a {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    transition: all .3s
}

.social-icons a:hover .fa {
    color: #fff
}

.social-icons a:hover img {
    -webkit-filter: none;
    filter: none
}

.social-icons a.text-primary:hover {
    background: #ec6c3a
}

.social-icons:hover .btn-share {
    color: #ec6c3a
}

.social-icons:hover div:first-of-type {
    transform: translate(-50%,100%)
}

.social-icons:hover div:nth-of-type(2) {
    transform: translate(-50%,200%)
}

.social-icons:hover div:nth-of-type(3) {
    transform: translate(-50%,300%)
}

.social-icons:hover div:nth-of-type(4) {
    transform: translate(-50%,400%)
}

.btn-no-style {
    border: none;
    background: none
}

.btn-round {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: relative;
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,.25);
    z-index: 13
}

.btn-round .fa,.btn-round img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.btn-round img {
    width: 24px
}

.btn-round.icon-lg {
    width: 50px;
    height: 50px
}

.btn-round.btn-round-upload {
    display: block;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    transition: box-shadow .3s
}

.btn-round.btn-round-upload:hover {
    box-shadow: 0 0 12px rgba(0,0,0,.25)
}

.list-pipe ul {
    margin: 0
}

.list-pipe ul li {
    position: relative;
    padding-left: 24px;
    line-height: 2
}

.list-pipe ul li:before {
    content: "\F00C";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome
}

.list-dot {
    margin-bottom: 15px
}

.list-dot li {
    padding-left: 15px;
    position: relative
}

.list-dot li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ec6c3a;
    position: absolute;
    left: 0;
    top: 8px
}

.list-inline li {
    display: inline-block
}

.list-social li {
    margin-right: 6px
}

.list-social li a {
    width: 30px;
    height: 30px;
    display: block;
    background: #e1e1e1;
    border-radius: 50%;
    position: relative
}

.list-social li a .fa {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.list-social li a:hover {
    background: linear-gradient(25deg,#f4d53a,#ef4938)
}

.outer-container {
    position: relative;
    width: 100%;
    overflow-x: hidden
}

p:empty {
    display: none
}

.h-100 {
    height: 100%
}

.w-100 {
    width: 100%
}

.flex-1 {
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

section {
    padding: 80px 0 0px
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none
    }
}

.pb-6,.py-6 {
    padding-bottom: 4rem
}

.py-6 {
    padding-top: 4rem
}

@media (min-width: 767px) {
    .px-sm-6 {
        padding-left:4rem;
        padding-right: 4rem
    }
}

.container.container-inner {
    padding-left: 4.5em;
    overflow: hidden
}

.section-downloads {
    background-position: 50%;
    background-color: #f6f6f6;
    padding-bottom: 6em
}

.section-downloads .btn {
    margin-bottom: 15px
}

.logo-xp-site {
    opacity: .2;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    transition: all .3s;
    pointer-events: none
}

.logo-xp-site:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.link-ghost {
    position: absolute;
    right: 15px;
    top: -20px;
    background: #fbfbfd;
    padding: 2px 5px;
    color: #ec6c3a!important;
    transition: all .3s
}

.link-ghost:hover {
    background: #ec6c3a;
    color: #fff!important
}

@media (max-width: 767px) {
    .link-ghost {
        position:static;
        display: block;
        margin: 0 15px 30px;
        text-align: center
    }
}

.section-about {
    color: #fff;
    position: relative
}

.section-about .overlay {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.section-about .container.container-inner {
    overflow: visible;
    position: relative;
    z-index: 2
}

.section-about .bulb-container {
    width: 100%;
    height: 200%;
    position: absolute;
    right: 0;
    bottom: -140px;
    max-height: none;
    z-index: 14
}

.section-about .bulb-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 767px) {
    .section-about .image-overflow {
        position:relative;
        top: 0;
        max-height: 30vh
    }
}

.section-slider {
    position: relative;
    z-index: 1
}

.section-contact .push-block {
    padding-left: 1%;
    margin-left: 10%
}

@media (min-width: 768px) {
    .section-contact .row .col-md-6:last-child h3:before {
        display:none
    }
}

.file-container {
    margin-top: 10px;
    width: 33%;
    min-width: 180px;
    display: inline-block;
    margin-left: 20px;
}

.file-container .btn {
    margin-right: 10px
}

@media (min-width: 991px) {
    .container.container-sm {
        max-width:900px
    }
}

@media (min-width: 768px) {
    .container.container-xs {
        max-width:720px
    }
}

hr.line-short {
    width: 100px;
    max-width: 100%;
    border-width: 4px;
    border-color: #ec6c3a;
    margin-left: 0
}

body {
    scrollbar-base-color:silver;scrollbar-3dlight-color: silver;
    scrollbar-highlight-color:silver;scrollbar-track-color:#ebebeb;scrollbar-arrow-color:#000;scrollbar-shadow-color:silver;scrollbar-dark-shadow-color:silver}

@-moz-document url-prefix(http://),url-prefix(https://) {
    scrollbar {
        -moz-appearance: none!important;
        background: lime!important
    }

    scrollbarbutton,thumb {
        -moz-appearance: none!important;
        background-color: blue!important
    }

    scrollbarbutton:hover,thumb:hover {
        -moz-appearance: none!important;
        background-color: red!important
    }

    scrollbarbutton {
        display: none!important
    }

    scrollbar[orient=vertical] {
        min-width: 5px!important
    }
}

::-webkit-scrollbar {
    background: #fbfbfd;
    width: 10px
}

::-webkit-scrollbar-thumb {
    background-color: #ec6c3a;
    border: none
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.3)
}

::-webkit-scrollbar:horizontal {
    height: 9px
}

.swiper-outer-container {
    position: relative
}

.swiper-outer-container .swiper-slide {
    padding-top: 20px;
    padding-bottom: 20px
}

.swiper-outer-container .swiper-button-prev {
    background: none;
    left: 0
}

.swiper-outer-container .swiper-button-next {
    background: none;
    right: 0
}

.swiper-outer-container .btn-swiper {
    width: 46px;
    height: 46px;
    border-radius: 0;
    top: 40%;
    background: #ec6c3a;
    z-index: 10;
    transition: all .3s;
    opacity: .75
}

.swiper-outer-container .btn-swiper.swiper-button-disabled {
    background: #f3f3f3;
    opacity: .75
}

.swiper-outer-container .btn-swiper .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%,-50%)
}

.swiper-outer-container .btn-swiper:hover {
    opacity: 1
}

.swiper-outer-container .btn-swiper-simple {
    top: 55%;
    font-size: 18px;
    color: #ec6c3a
}

.swiper-outer-container .swiper-pagination {
    position: relative;
    margin: 20px 0
}

.swiper-outer-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 15px;
    width: 12px;
    height: 12px
}

.swiper-outer-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ec6c3a
}

.swiper-outer-container.type-controlled, .swiper-outer-container.type-controlled-xp {
    width: 100%;
    opacity: 0;
    position: absolute;
    pointer-events: none
}

.swiper-outer-container.type-controlled.active-type, .swiper-outer-container.type-controlled-xp.active-type {
    opacity: 1;
    position: relative;
    pointer-events: auto
}

.swiper-outer-container.prod-type-slider .swiper-container .swiper-slide, .swiper-outer-container.prod-type-slider-xp .swiper-container .swiper-slide {
    text-align: center
}

.swiper-outer-container.prod-type-slider .swiper-container .swiper-slide p, .swiper-outer-container.prod-type-slider-xp .swiper-container .swiper-slide p {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    cursor: pointer
}

.swiper-outer-container.prod-type-slider .swiper-container .swiper-slide.swiper-slide-active p, .swiper-outer-container.prod-type-slider-xp .swiper-container .swiper-slide.swiper-slide-active p {
    font-weight: 700
}

.swiper-outer-container.prod-type-slider .btn-swiper, .swiper-outer-container.prod-type-slider-xp .btn-swiper {
    background: none;
    top: 48%
}

.swiper-outer-container.prod-type-slider .btn-swiper .fa, .swiper-outer-container.prod-type-slider-xp .btn-swiper .fa {
    color: #a6a6a6
}

.swiper-outer-container.prod-type-slider .swiper-button-prev,.swiper-outer-container.prod-type-slider-xp .swiper-button-prev {
    background: none;
    left: 30%
}

@media (max-width: 767px) {
    .swiper-outer-container.prod-type-slider .swiper-button-prev, .swiper-outer-container.prod-type-slider-xp .swiper-button-prev {
        left:10%
    }
}

.swiper-outer-container.prod-type-slider .swiper-button-next, .swiper-outer-container.prod-type-slider-xp .swiper-button-next {
    background: none;
    right: 30%
}

@media (max-width: 767px) {
    .swiper-outer-container.prod-type-slider .swiper-button-next, .swiper-outer-container.prod-type-slider-xp .swiper-button-next {
        right:10%
    }
}

@media (max-width: 767px) {
    .swiper-outer-container:not(.prod-type-slider) .swiper-container .swiper-slide, .swiper-outer-container:not(.prod-type-slider-xp) .swiper-container .swiper-slide {
        padding-left:10px;
        padding-right: 10px
    }

    .swiper-outer-container:not(.prod-type-slider) .swiper-container .swiper-slide p, .swiper-outer-container:not(.prod-type-slider-xp) .swiper-container .swiper-slide p {
        padding-right: 16px;
        position: relative;
        left: -10px
    }

    .swiper-outer-container:not(.prod-type-slider) .btn-swiper, .swiper-outer-container:not(.prod-type-slider-xp) .btn-swiper {
        width: 42px
    }
}

#menu-desktop {
    position: fixed;
    padding-left: 0;
    padding-right: 10px;
    z-index: 3
}

#menu-desktop .menu-desktop {
    height: 100vh
}

#menu-desktop nav {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.3)
}

#menu-desktop nav .navbar-brand {
    padding-top: 25px;
    padding-bottom: 35px
}

#menu-desktop nav .container {
    padding-left: 1.5rem
}

#menu-desktop nav .list-menu li a {
    display: block;
    padding: 10px 10px 10px 1.5rem;
    transition: background .3s
}

#menu-desktop nav .list-menu li.active a,#menu-desktop nav .list-menu li a:hover {
    background: linear-gradient(90deg,#f3f3f3,transparent)
}

#menu-desktop nav .list-social {
    margin: 30px 0
}

@media (max-width: 1199px) {
    #menu-desktop {
        display:none
    }
}

#outer-container {
    width: 100%;
    overflow: hidden
}

nav#menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    z-index: 12;
    pointer-events: none
}

nav#menu-mobile>.container {
    position: relative;
    z-index: 16
}

nav#menu-mobile .menu-bar {
    width: 24px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 50px;
    z-index: 5;
    pointer-events: auto
}

nav#menu-mobile .menu-bar>div {
    width: 100%;
    height: 3px;
    background: #ec6c3a;
    margin-bottom: 3px;
    position: relative;
    transition: all .3s
}

nav#menu-mobile .menu-bar:hover>div:first-child {
    transform: translateY(-2px)
}

nav#menu-mobile .menu-bar:hover>div:last-child {
    transform: translateY(2px)
}

nav#menu-mobile .navbar-brand {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 15;
    width: 102px;
    height: 102px;
    padding: 0;
    pointer-events: auto
}

nav#menu-mobile .navbar-brand .source {
    position: absolute;
    background: radial-gradient(hsla(0,0%,100%,.85) 0,hsla(0,0%,100%,.2) 8.5%,hsla(0,0%,100%,0) 14.5%);
    border-radius: 50%;
    width: 204px;
    height: 204px;
    margin-top: -51px;
    margin-left: -51px;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0
}

nav#menu-mobile .navbar-brand .source.animate {
    animation: b 8s linear 0s infinite
}

@media (max-width: 767px) {
    nav#menu-mobile .navbar-brand .source.animate {
        animation:a 8s linear 6s infinite
    }
}

nav#menu-mobile .navbar-brand .source .lines>div {
    height: 1px;
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: -webkit-gradient(linear,0 0,100% 0,from(transparent),to(transparent),color-stop(50%,#fff))
}

nav#menu-mobile .navbar-brand .source .lines>div:first-child {
    width: 22px
}

nav#menu-mobile .navbar-brand .source .lines>div:nth-child(2) {
    width: 24px;
    transform: translate(-50%,-50%) rotate(-38.75deg)
}

nav#menu-mobile .navbar-brand .source .lines>div:nth-child(3) {
    transform: translate(-50%,-50%) rotate(45deg)
}

@media (max-width: 767px) {
    nav#menu-mobile .navbar-brand .source {
        animation:a 5.3s linear 4s infinite
    }
}

nav#menu-mobile .navbar-brand img {
    max-width: none
}

nav#menu-mobile .menu-cart-container {
    position: relative
}

nav#menu-mobile .nav-slide {
    position: fixed;
    top: 0;
    left: 0;
    background: hsla(0,0%,100%,.75);
    width: 100%;
    height: 100%;
    padding: 60px 15px 15px;
    text-align: center;
    transform: translateX(100vw);
    transition: transform .3s ease-in-out;
    z-index: 15;
    pointer-events: auto
}

nav#menu-mobile .nav-slide .list-menu {
    min-height: 50vh
}

nav#menu-mobile .nav-slide .list-menu li {
    line-height: 4em
}

nav#menu-mobile .nav-slide .list-menu li a {
    font-size: 30px
}

nav#menu-mobile.open {
    background: none
}

nav#menu-mobile.open .nav-slide {
    transform: translateX(0)
}

nav#menu-mobile.open .menu-bar {
    z-index: 16
}

nav#menu-mobile.open .menu-bar>div:first-child {
    transform: rotate(45deg);
    top: 6px
}

nav#menu-mobile.open .menu-bar>div:nth-child(2) {
    opacity: 0
}

nav#menu-mobile.open .menu-bar>div:last-child {
    transform: rotate(-45deg);
    bottom: 6px
}

@media (min-width: 768px) {
    nav#menu-mobile .list-menu li a:hover {
        color:#ec6c3a
    }
}

@media (max-width: 767px) {
    nav#menu-mobile .navbar-brand {
        position:absolute;
        left: 15px;
        top: 15px;
        width: 51px;
        height: 51px
    }

    nav#menu-mobile .navbar-brand .source {
        width: 102px;
        height: 102px;
        margin-top: -25.5px;
        margin-left: -25.5px
    }

    nav#menu-mobile .menu-bar {
        top: 30px
    }

    nav#menu-mobile .list-menu {
        margin-top: 20px
    }

    nav#menu-mobile .menu-cart-container {
        position: static
    }

    nav#menu-mobile .menu-cart {
        left: 0
    }
}

@keyframes a {
    0% {
        transform: rotate(10deg) translateX(25.5px);
        opacity: 0
    }

    38% {
        transform: rotate(10deg) translateX(25.5px);
        opacity: 0
    }

    43% {
        transform: rotate(60deg) translateX(25.5px);
        opacity: 1
    }

    53% {
        transform: rotate(252deg) translateX(25.5px);
        opacity: 1
    }

    63% {
        transform: rotate(300deg) translateX(25.5px);
        opacity: 0
    }

    to {
        transform: rotate(300deg) translateX(25.5px);
        opacity: 0
    }
}

@keyframes b {
    0% {
        transform: rotate(10deg) translateX(51px);
        opacity: 0
    }

    38% {
        transform: rotate(10deg) translateX(51px);
        opacity: 0
    }

    43% {
        transform: rotate(60deg) translateX(51px);
        opacity: 1
    }

    53% {
        transform: rotate(252deg) translateX(51px);
        opacity: 1
    }

    63% {
        transform: rotate(300deg) translateX(51px);
        opacity: 0
    }

    to {
        transform: rotate(300deg) translateX(51px);
        opacity: 0
    }
}

footer {
    margin-top: 50px;
    padding: 30px 0
}

footer a {
    transition: color .3s
}

footer a:hover {
    color: #000
}

footer .list-inline {
    margin-bottom: 5px
}

footer .list-inline li a {
    padding-right: 10px
}

footer .list-inline li a:hover {
    color: #a6a6a6
}

footer .list-inline li:not(:first-child) {
    padding-left: 8px
}

footer .list-inline li:not(:last-child) a {
    border-right: 1px solid #000
}

@media (max-width: 767px) {
    footer {
        text-align:center
    }

    footer div[class*=col-] {
        margin-bottom: 20px
    }
}

.card-product {
    height: 300px;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    position: relative;
    overflow: hidden;
    background-position: 100% 0
}

.card-product .logo-gray {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 6
}

.card-product:before {
    content: "";
    background: #fbfbfd;
    position: absolute;
    left: 5%;
    top: -47.5%;
    width: 130%;
    height: 130%;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 140%;
    border-bottom-right-radius: 100%;
    z-index: 4
}

.card-product .card-content {
    position: absolute;
    left: 5%;
    top: 10%;
    z-index: 7;
    padding-right: 5%;
    width: 100%;
    height: 80%
}

.card-product .card-content .img-wrapper {
    width: 209px;
    max-width: 100%;
    height: 100%
}

.card-product .card-content .img-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.card-product .card-content .row {
    height: 100%
}

.card-product .card-content .row .col-7 {
    padding-top: 100px
}

header {
    height: 825px;
    max-height: 100%;
    color: #fff;
    position: relative;
    padding: 70px 0 0 85px;
    z-index: 4
}

header .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 4
}

header h1 {
    position: relative;
    z-index: 8
}

header video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    header video {
        height: auto
    }
}

@supports (-ms-ime-align:auto) {
    header video {
        height: auto
    }
}

header .image-overflow {
    position: absolute;
    right: 15%;
    top: 100%;
    transform: translateY(-50%);
    min-width: 100px;
    max-width: 15%;
    z-index: 14
}

header.desktop {
    background: none!important
}

@media (max-width: 991px) {
    header {
        padding-left:20px;
        height: 520px
    }
}

@media (max-width: 1400px) {
    header {
        height:590px
    }
}

.reveal {
    transition: 1s ease-in-out
}

.reveal.fade {
    opacity: 0
}

.reveal.fade.visible {
    opacity: 1
}

.reveal.delay {
    transition-delay: .5s
}

.reveal.slow {
    transition-duration: 3s
}
