@import url(https://fonts.googleapis.com/css?family=Oswald:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
@import url(/wp-content/uploads/elementor/custom-icons/icomoon/style.css);

html {
    margin-top: 0 !important;
    min-height: 100vh;
    font-size: 10px;
}

@media (max-height: 800px) {
    html {
        font-size: 9px;
    }
}

@media (max-width: 1320px) or (max-height: 700px) {
    html {
        font-size: 8px;
    }
}

@media (max-width: 1100px) or (max-height: 600px) {
    html {
        font-size: 7px;
    }
}
 
@media (max-width: 1100px) or (max-height: 500px) {
    html {
        font-size: 6px;
    }
}
 
body {
    min-height: 100vh;
}

#wpadminbar {
    display: none;
}

header.elementor {
    position: relative;
    z-index: 100;
}

section.has-dark-background,
section.has-dark-background h1,
section.has-dark-background h2,
section.has-dark-background h3,
section.has-dark-background h4,
section.has-dark-background h5,
section.has-dark-background h6 {
    color: #fff;
}

.material-overview {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: calc(100vh - 60px); 
}

.material-overview__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: calc(1324px + 120px);
    padding: 6rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
    z-index: 1;
}

@media (max-width: 767px) {
    .material-overview__content {
        display: block;
        width: 100%;
        padding: 30px;
    }
}

.material-overview__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
}

@media (max-width: 767px) {
    .material-overview__column {
        -webkit-box-flex: 0;
            -ms-flex: 0;
                flex: 0
    }

    .material-overview__column:not(:last-child) {
        margin-bottom: 60px;
    }
}

.material-overview__background {
    display: block;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

h1.material-title {
    display: block;
    margin: 0 0 5rem -0.3rem;
    font-family: Oswald, Lato, sans-serif;
    font-size: 7.2rem;
    line-height: 1.25;
}

@media (max-width: 767px) {
    h1.material-title {
        font-size: 36px;
        margin-bottom: 30px;
    }
}

.material-intro {
    font-size: 2.4rem;
    line-height: 1.833333333333333;
}

@media (max-width: 767px) {
    .material-intro {
        font-size: 18px;
        line-height: 1.6em;
    }
}

.material-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    margin: 0 0 2rem 0;
}

.material-tags .material-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 4.8rem;
    padding: 0 1.5rem 0.2rem 1.5rem;
    background: var(--tag-color, #D1CCBD);
    border-radius: 6px;
    line-height: 2.6rem;
    font-size: 2.4rem;
    font-family: Oswald, Lato, sans-serif;
    font-weight: 500;
    color: var(--tag-text-color, #2B2B2B);
    text-transform: uppercase;
}

.material-tags .material-tag--icon {
    padding-bottom: 0.1rem;
    font-size: 1.8rem;
    text-transform: none;
}

.material-tags .material-tag i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin-left: -1.5rem;
    margin-right: 1.5rem;
    padding: 0 1.4rem;
    border-radius: 6px 0 0 6px;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 2.1rem;
    color: #000000;
}

a.material-button {
    position: relative;
    display: inline-block;
    height: 5.7rem;
    margin: 6rem 0 0 0;
    padding: 0 11rem 0 4.5rem;
    border-radius: 20px 90px 90px 90px;
    background: #DA291C;
    line-height: 5.5rem;
    color: #fff;
    font-family: Oswald, Lato, sans-serif;
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 500;
    -webkit-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
    cursor: pointer;
}

a.material-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 6.9rem;
    background: -o-linear-gradient(225deg, #b91c17, #951713);
    background: linear-gradient(225deg, #b91c17, #951713);
    border-radius: 0px 90px 90px 90px;
    content: "\e901";
    color: #fff;
    font-size: 1.9rem;
    text-align: center;
    line-height: 5.6rem;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform 300ms ease, -webkit-filter 150ms ease;
    transition: -webkit-transform 300ms ease, -webkit-filter 150ms ease;
    -o-transition: transform 300ms ease, filter 150ms ease;
    transition: transform 300ms ease, filter 150ms ease;
    transition: transform 300ms ease, filter 150ms ease, -webkit-transform 300ms ease, -webkit-filter 150ms ease;
    z-index: 2;
}

@media (max-width: 1100px) or (max-height: 500px) {
    a.material-button {
        margin-top: 4rem;
    }
}

@media (max-width: 767px) {
    a.material-button {
        display: block;
        height: 56px;
        margin-top: 30px;
        padding-left: 30px;
        font-size: 20px;
    }
}

a.material-button:hover::before {
    -webkit-filter: contrast(1.4);
            filter: contrast(1.4);
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.material-button:hover {
    background: #B51C10;
}

.material-tabs [role=tab] {
    margin: 0;
    padding: 0 0 1.5rem 0;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    font-family: Oswald, Lato, sans-serif;
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 500;
    color: #1F1F1F;
    -webkit-transition: border-color 300ms linear;
    -o-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
}

@media (max-width: 767px) {
    .material-tabs [role=tab] {
        padding: 0 0 5px 0;
        font-size: 18px;
    }
}

.material-tabs [role=tablist] {
    position: relative;
    border: 0;
}

@media (max-width: 767px) {
    .material-tabs [role=tablist] {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

.material-tabs [role=tablist]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
}

.material-tabs [role=tablist] li {
    margin-right: 5rem;
}

@media (max-width: 767px) {
    .material-tabs [role=tablist] li {
        display: inline-block;
        margin-right: 20px;
    }

    .material-tabs [role=tablist] li:last-child {
        margin-right: 0;
    }
}

.material-tabs [role=tab][aria-selected=true] {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #DA291C;
}

.material-tabs [role=tab]:hover:not([aria-selected=true]) { 
    background: transparent;
    border: 0;
    color: #DA291C;
}

.material-tabs__content {
    padding: 4rem 0 0 0;
}

@media (max-width: 767px) {
    .material-tabs__content {
        padding: 30px 0 0 0;
    }
}

.materials-tab-content:not([hidden]) {
    -webkit-animation: fadeIn 300ms linear 0ms both;
            animation: fadeIn 300ms linear 0ms both;
}

/*********************************************
* GLOBAL STYLES
*********************************************/
:root {
    --r-background-color: #fff;
    --r-accent-color: #DA291C;
    --r-accent-hover-color: #B51C10;
    --r-main-font: Lato, sans-serif;
    --r-main-font-size: 30px;
    --r-main-color: #1F1F1F;
    --r-block-margin: 20px;
    --r-heading-margin: 20px 0 50px 0;
    --r-heading-font: Oswald, sans-serif;
    --r-heading-color: #1F1F1F;
    --r-heading-line-height: 1.25;
    --r-heading-letter-spacing: normal;
    --r-heading-text-transform: none;
    --r-heading-text-shadow: none;
    --r-heading-font-weight: 500;
    --r-heading1-text-shadow: none;
    --r-heading1-size: 2.4em;
    --r-heading2-size: 2.11em;
    --r-heading3-size: 1.55em;
    --r-heading4-size: 1em;
    --r-code-font: monospace;
    --r-link-color: var(--r-accent-color);
    --r-link-color-dark: var(--r-accent-hover-color);
    --r-link-color-hover: var(--r-accent-hover-color);
    --r-selection-background-color: rgba(0, 0, 0, 0.99);
    --r-selection-color: #fff;
    --r-overlay-element-bg-color: 0, 0, 0;
    --r-overlay-element-fg-color: 240, 240, 240;
}

@media (max-width: 767px) {
    :root {
        --r-main-font-size: 18px;
        --r-block-margin: 20px;
        --r-heading-margin: 20px 0 50px 0;
        --r-heading1-size: 2.4em;
        --r-heading2-size: 2.11em;
        --r-heading3-size: 1.55em;
        --r-heading4-size: 1em;
    }
}

.reveal-viewport {
    height: calc(100vh - 120px);
    background: #fff;
    background-color: var(--r-background-color);
}

@media (max-width: 767px) {
    .reveal-viewport {
        height: calc(100vh - 165px);
    } 
}

.reveal {
    font-family: var(--r-main-font);
    font-size: var(--r-main-font-size);
    font-weight: normal;
    color: var(--r-main-color);
}

.reveal ::-moz-selection {
    color: var(--r-selection-color);
    background: var(--r-selection-background-color);
    text-shadow: none;
}

.reveal ::selection {
    color: var(--r-selection-color);
    background: var(--r-selection-background-color);
    text-shadow: none;
}

.reveal ::-moz-selection {
    color: var(--r-selection-color);
    background: var(--r-selection-background-color);
    text-shadow: none;
}

.reveal .slides section,
.reveal .slides section>section {
    line-height: 1.3;
    font-weight: inherit;
}

@media (max-width: 767px) {
    .reveal .slides section > section {
        height: calc(100vh - 165px);
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .rb-section-content,
    .rb-columns {
        padding: 30px;
    }
}

/*********************************************
* HEADERS
*********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
    margin: var(--r-heading-margin);
    color: var(--r-heading-color);
    font-family: var(--r-heading-font);
    font-weight: var(--r-heading-font-weight);
    line-height: var(--r-heading-line-height);
    letter-spacing: var(--r-heading-letter-spacing);
    text-transform: var(--r-heading-text-transform);
    text-shadow: var(--r-heading-text-shadow);
    word-wrap: break-word;
}

.reveal h1 {
    font-size: var(--r-heading1-size);
}

.reveal h2 {
    font-size: var(--r-heading2-size);
}

.reveal h3 {
    font-size: var(--r-heading3-size);
}

.reveal h4 {
    font-size: var(--r-heading4-size);
}

.reveal h6 {
    margin: 3em 0;
    font-family: inherit;
    font-size: 18px;
    color: #909090;
    font-weight: normal;
}

.reveal h6:first-child {
    margin-top: 0;
}

.reveal h6:last-child {
    margin-bottom: 0;
}

.reveal h1 {
    text-shadow: var(--r-heading1-text-shadow);
}

.rb-section-content > h1:first-child,
.rb-section-content > h2:first-child,
.rb-section-content > h3:first-child,
.rb-section-content > h4:first-child,
.rb-column > h1:first-child,
.rb-column > h2:first-child,
.rb-column > h3:first-child,
.rb-column > h4:first-child {
    margin-top: 0;
}

.rb-section-content > h1:last-child,
.rb-section-content > h2:last-child,
.rb-section-content > h3:last-child,
.rb-section-content > h4:last-child,
.rb-column > h1:last-child,
.rb-column > h2:last-child,
.rb-column > h3:last-child,
.rb-column > h4:last-child {
    margin-bottom: 0;
}

/*********************************************
* OTHER
*********************************************/
.reveal p {
    margin: 1.2em 0;
    line-height: 1.6;
}

.reveal p:first-child {
    margin-top: 0;
}

.reveal p:last-child {
    margin-bottom: 0;
}

.reveal p:empty {
    display: none;
}

/* Remove trailing margins after titles */
.reveal h1:last-child,
.reveal h2:last-child,
.reveal h3:last-child,
.reveal h4:last-child,
.reveal h5:last-child,
.reveal h6:last-child {
    margin-bottom: 0;
}

/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
    max-width: 95%;
    max-height: 95%;
}

.reveal strong,
.reveal b {
    font-weight: bold;
}

.reveal em {
    font-style: italic;
}

.reveal .slides ol,
.reveal .slides ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.6;
}

.reveal .slides ol {
    counter-reset: ol;
}

.reveal .slides ol li,
.reveal .slides ul li {
    position: relative;
}

.reveal .slides ol li {
    padding-left: 2em;
}

.reveal .slides ul li {
    padding-left: 1.2em;
}

.reveal .slides ol li:not(:last-child),
.reveal .slides ul li:not(:last-child) {
    padding-bottom: 1.2em;
}

.reveal .slides ol li::before {
    counter-increment: ol;
    content: counter(ol);
    display: block;
    position: absolute;
    width: 1.75em;
    height: 1.75em;
    left: 0;
    top: 0.333em;
    margin: 0;
    padding: 0;
    background: var(--r-accent-color);
    border-radius: 50%;
    color: #fff;
    line-height: 1.7em;
    text-align: center;
    font-size: 0.6666667em;
    font-family: Oswald, Lato, sans-serif;
    font-weight: 700;
    z-index: 1;
}

.reveal .slides ul li::before {
    content: "•";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.reveal .slides ul ul li::before,
.reveal .slides ol ul li::before,
.reveal .slides ol ol li::before,
.reveal .slides ul ol li::before {
    padding-left: 0.5;
}

.reveal dt {
    font-weight: bold;
}

.reveal dd {
    margin-left: 40px;
}

.reveal blockquote {
    display: block;
    position: relative;
    width: 70%;
    margin: var(--r-block-margin) auto;
    padding: 5px;
    font-style: italic;
    background: rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
    display: inline-block;
}

.reveal q {
    font-style: italic;
}

.reveal pre {
    display: block;
    position: relative;
    width: 90%;
    margin: var(--r-block-margin) auto;
    text-align: left;
    font-size: 0.55em;
    font-family: var(--r-code-font);
    line-height: 1.2em;
    word-wrap: break-word;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.reveal code {
    font-family: var(--r-code-font);
    text-transform: none;
    -moz-tab-size: 2;
      -o-tab-size: 2;
         tab-size: 2;
}

.reveal pre code {
    display: block;
    padding: 5px;
    overflow: auto;
    max-height: 400px;
    word-wrap: normal;
}

.reveal .code-wrapper {
    white-space: normal;
}

.reveal .code-wrapper code {
    white-space: pre;
}

.reveal table {
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.reveal table th {
    font-weight: bold;
}

.reveal table th,
.reveal table td {
    text-align: left;
    padding: 0.2em 0.5em 0.2em 0.5em;
    border-bottom: 1px solid;
}

.reveal table th[align="center"],
.reveal table td[align="center"] {
    text-align: center;
}

.reveal table th[align="right"],
.reveal table td[align="right"] {
    text-align: right;
}

.reveal table tbody tr:last-child th,
.reveal table tbody tr:last-child td {
    border-bottom: none;
}

.reveal sup {
    vertical-align: super;
    font-size: smaller;
}

.reveal sub {
    vertical-align: sub;
    font-size: smaller;
}

.reveal small {
    display: inline-block;
    font-size: 0.6em;
    line-height: 1.2em;
    vertical-align: top;
}

.reveal small * {
    vertical-align: top;
}

.reveal img {
    margin: 10px 0;
}

/*********************************************
* LINKS
*********************************************/
.reveal a {
    color: var(--r-link-color);
    text-decoration: none;
    -webkit-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
}

.reveal a:hover {
    color: var(--r-link-color-hover);
    text-decoration: underline;
    text-shadow: none;
    border: none;
}

.reveal .roll span:after {
    color: #fff;
    background: var(--r-link-color-dark);
}

/*********************************************
* Frame helper
*********************************************/
.reveal .r-frame {
    border: 4px solid var(--r-main-color);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.reveal a .r-frame {
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.reveal a:hover .r-frame {
    border-color: var(--r-link-color);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}

/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls {
    position: fixed;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 76px;
    bottom: 0;
    right: 0;
    color: #fff;
}

.reveal .controls::before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    bottom: 0;
    height: 59px;
    width: 5px;
    background: #656565;
    opacity: 0.22;
    z-index: 0;
}

.reveal .controls button {
    color: #fff;
}

.reveal[data-navigation-mode=linear].has-horizontal-slides .controls button.navigate-left,
.reveal[data-navigation-mode=linear].has-horizontal-slides .controls button.navigate-right {
    position: relative;
    bottom: auto;
    right: auto;
    width: 92px;
    height: 76px;
    background: var(--r-accent-color);
    border-radius: 12px 0 0 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    pointer-events: none;
    visibility: visible;
    opacity: 1 !important;
    -webkit-transition: background-color 150ms linear, opacity 150ms linear;
    -o-transition: background-color 150ms linear, opacity 150ms linear;
    transition: background-color 150ms linear, opacity 150ms linear;
}

.reveal[data-navigation-mode=linear].has-horizontal-slides .controls button.navigate-left:hover,
.reveal[data-navigation-mode=linear].has-horizontal-slides .controls button.navigate-right:hover {
    background: var(--r-accent-hover-color);
}

.reveal[data-navigation-mode=linear].has-horizontal-slides .controls button.navigate-right {
    border-radius: 0;
    border-left: 1px solid #A2271E;
}

.reveal[data-navigation-mode=linear].has-horizontal-slides .controls button.navigate-left {
    padding-top: 2px;
    /*opacity: 0;
    transform: translateX(100%);*/
}

.reveal[data-navigation-mode=linear].has-horizontal-slides .controls button.navigate-left.enabled,
.reveal[data-navigation-mode=linear].has-horizontal-slides .controls button.navigate-right.enabled {
    pointer-events: all;
    /*opacity: 1;*/
}

/*
.reveal[data-navigation-mode=linear].has-horizontal-slides .controls button.navigate-left.enabled {
    transform: translateX(0);
}

.reveal[data-navigation-mode=linear].has-horizontal-slides .controls button.navigate-right {
    border-radius: 0;
    border-left-color: #A2271E;
}
*/

.reveal .controls .controls-arrow {
    display: none;
}

.reveal .controls button.navigate-left,
.reveal .controls button.navigate-right {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 2px 3px rgba(0, 0, 0, 0.07);
}

.reveal .controls button.navigate-left::before,
.reveal .controls button.navigate-right::before {
    display: block;
    opacity: 0.3;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity 150ms linear, -webkit-transform 150ms ease;
    transition: opacity 150ms linear, -webkit-transform 150ms ease;
    -o-transition: opacity 150ms linear, transform 150ms ease;
    transition: opacity 150ms linear, transform 150ms ease;
    transition: opacity 150ms linear, transform 150ms ease, -webkit-transform 150ms ease;
}

.reveal .controls button.navigate-left:active::before,
.reveal .controls button.navigate-right:active::before {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}

.reveal .controls button.navigate-left.enabled::before,
.reveal .controls button.navigate-right.enabled::before {
    opacity: 1;
}

.reveal .controls button.navigate-left::before {
    content: "\e910";
    font-size: 24.66px;
}
 
.reveal .controls button.navigate-right::before {
    content: "\e90f";
    font-size: 34.04px;
}

/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
    background: rgba(0, 0, 0, 0.2);
    color: var(--r-link-color);
}

/*********************************************
* PRINT BACKGROUND
*********************************************/
@media print {
    .backgrounds {
        background-color: var(--r-background-color);
    }
}

/*********************************************
* TRANSITIONS
*********************************************/
.reveal .slides>section>section[data-transition="slide"].future,
.reveal .slides>section>section[data-transition~="slide-in"].future,
.reveal.slide .slides>section>section:not([data-transition]).future {
    -webkit-transform: translate(150%, 0);
        -ms-transform: translate(150%, 0);
            transform: translate(150%, 0);
}

.reveal .slides>section>section[data-transition="slide"].past,
.reveal .slides>section>section[data-transition~="slide-out"].past,
.reveal.slide .slides>section>section:not([data-transition]).past {
    -webkit-transform: translate(-150%, 0);
        -ms-transform: translate(-150%, 0);
            transform: translate(-150%, 0);
}

/*********************************************
* CONTENT
*********************************************/

.rb-section-content {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
}

.rb-section-content--narrow {
    max-width: 860px;
}

.rb-section-content--wide {
    max-width: 100%;
}

.rb-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
}

@media (max-width: 767px) {
    .rb-columns {
        display: block;
    }
} 

.rb-columns .rb-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.rb-columns .rb-column--valign-top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.rb-columns .rb-column--valign-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.rb-columns .rb-column--valign-bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.rb-element {
    margin: var(--r-block-margin) 0;
}

.rb-element.rb-element--align-left {
    text-align: left;
}

.rb-element.rb-element--align-center {
    text-align: center;
}

.rb-element.rb-element--align-right { 
    text-align: right;
}

.rb-element.rb-element--size-small { 
    font-size: 24px;
    line-height: 1.7;
}

.reveal .slides .rb-element--size-small ol,
.reveal .slides .rb-element--size-small ul {
    line-height: 1.7;
}

.rb-element.rb-element--size-big { 
    font-size: 30px;
}

.rb-element--image-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    margin: 50px 0;
}

.rb-element--image-text .rb-element__image,
.rb-element--image-text .rb-element__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.rb-element--tagline {
    margin: var(--r-block-margin) 0;
}

.rb-element--tagline .tagline {
    display: inline-block;
    padding: 10px 12px 12px;
    background-color: var(--tagline-color, #f2b843);
    border-radius: 6px;
    font-size: 24px;
    font-family: Oswald, Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1;
}

.rb-element__answer {
    position: relative;
    margin: 30px 0 0 0;
}

.rb-element__answer .rb-element__answer-content {
    opacity: 0;
    pointer-events: none;
}

.rb-element__answer.rb-element__answer--visible .rb-element__answer-content {
    -webkit-animation: showAnswer 300ms ease 300ms both;
            animation: showAnswer 300ms ease 300ms both;
    pointer-events: all;
}

.rb-element__answer.rb-element__answer--visible .rb-element__answer-button-wrap {
    -webkit-animation: hideAnswerButton 300ms ease 0ms both;
            animation: hideAnswerButton 300ms ease 0ms both;
    pointer-events: none;
}

.rb-element__answer .rb-element__answer-button-wrap {
    display: block;
    height: 0;
}

.rb-element__answer .rb-element__answer-button {
    position: relative;
    display: inline-block;
    width: 280px;
    max-width: 100%;
    height: 60px;
    padding: 0 85px 0 20px;
    border-radius: 20px 90px 90px 90px;
    background: #DA291C;
    line-height: 56px;
    color: #fff;
    font-family: Oswald, Lato, sans-serif;
    text-transform: none;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
    cursor: pointer;
}

.rb-element__answer .rb-element__answer-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 67px;
    padding-right: 4px;
    background: -o-linear-gradient(225deg, #b91c17, #951713);
    background: linear-gradient(225deg, #b91c17, #951713);
    border-radius: 0px 90px 90px 90px;
    content: "\e908";
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 62px;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform 300ms ease, -webkit-filter 150ms ease;
    transition: -webkit-transform 300ms ease, -webkit-filter 150ms ease;
    -o-transition: transform 300ms ease, filter 150ms ease;
    transition: transform 300ms ease, filter 150ms ease;
    transition: transform 300ms ease, filter 150ms ease, -webkit-transform 300ms ease, -webkit-filter 150ms ease;
    z-index: 2;
}

.rb-element__answer .rb-element__answer-button:hover::before {
    -webkit-filter: contrast(1.4);
            filter: contrast(1.4);
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.rb-element__answer .rb-element__answer-button:hover {
    background: #B51C10;
}

.rb-column .rb-column__background,
.rb-column .rb-column__background-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
}

.slide-background-column-content {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(50% - 30px);
}

@media (max-width: 767px) {
    .slide-background-column-content {
        display: none;
    }
}

.slide-background-column-content--left {
    left: 0;
}

.slide-background-column-content--right {
    right: 0;
}

.slide-background-column-content-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-background-content .icon {
    display: block;
    position: absolute;
    max-width: 60vh;
    width: 60vw;
    height: 60vw;
    max-height: 60vh;
}

.slide-background-content .icon--left-top {
    top: 0;
    left: 0;
}

.slide-background-content .icon--center-top {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.slide-background-content .icon--right-top {
    top: 0;
    right: 0;
}

.slide-background-content .icon--left-center {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.slide-background-content .icon--center-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.slide-background-content .icon--right-center {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.slide-background-content .icon--left-bottom {
    bottom: 0;
    left: 0;
}

.slide-background-content .icon--center-bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.slide-background-content .icon--right-bottom {
    bottom: 0;
    right: 0;
}

/*********************************************
* PROGRESSBAR
*********************************************/

.reveal .rb-progressbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #fff;
    border-top: 1px solid #DBDBDB;
    z-index: 10;
}

.reveal .rb-progressbar-overview-toggle {
    display: block;
    position: relative;
    width: 60px;
    border-right: 1px solid #E2E2E2;
    font-size: 16px;
    color: #707070;
    cursor: pointer;
    -webkit-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
}

.reveal .rb-progressbar-overview-toggle:hover  {
    background: #f3f3f3;
}

.reveal .rb-progressbar-overview-toggle i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity 150ms ease, -webkit-transform 150ms ease;
    transition: opacity 150ms ease, -webkit-transform 150ms ease;
    -o-transition: transform 150ms ease, opacity 150ms ease;
    transition: transform 150ms ease, opacity 150ms ease;
    transition: transform 150ms ease, opacity 150ms ease, -webkit-transform 150ms ease;
}

.reveal .rb-progressbar-overview-toggle i::before {
    display: block;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity 150ms ease, -webkit-transform 150ms ease;
    transition: opacity 150ms ease, -webkit-transform 150ms ease;
    -o-transition: transform 150ms ease, opacity 150ms ease;
    transition: transform 150ms ease, opacity 150ms ease;
    transition: transform 150ms ease, opacity 150ms ease, -webkit-transform 150ms ease;
}

.reveal .rb-progressbar-overview-toggle:active i::before {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
}

.reveal .rb-progressbar-overview-toggle .toggle-on {
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.reveal .rb-progressbar-overview-toggle--active .toggle-on {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.reveal .rb-progressbar-overview-toggle--active .toggle-off {
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.reveal .rb-progressbar-chapters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: var(--r-heading-font);
}

@media (max-width: 767px) {
    .reveal .rb-progressbar-chapters {
        display: none;
    }
}

.reveal .rb-progressbar-chapter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.reveal .rb-progressbar-chapter::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #E2E2E2;
    z-index: 2;
}

.reveal .rb-progressbar-chapter__tab {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0 25px;
    background: #fff;
    -webkit-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
    z-index: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.reveal .rb-progressbar-chapter:not(.rb-progressbar-chapter--active) .rb-progressbar-chapter__tab {
    cursor: pointer;
} 

.reveal .rb-progressbar-chapter:not(.rb-progressbar-chapter--active) .rb-progressbar-chapter__tab:hover {
    background: #D3D3D3;
}

.reveal .rb-progressbar-chapter__tab-title,
.reveal .rb-progressbar-chapter__tab-icon {
    -webkit-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.reveal .rb-progressbar-chapter__tab-title {
    text-transform: uppercase;
    font-weight: 500;
}

.reveal .rb-progressbar-chapter__tab-icon {
    display: block;
    margin: 0 10px 0 0;
    width: 24px;
    height: 24px;
}

.reveal .rb-progressbar-chapter--active > .rb-progressbar-chapter__tab > .rb-progressbar-chapter__tab-title,
.reveal .rb-progressbar-chapter--active > .rb-progressbar-chapter__tab > .rb-progressbar-chapter__tab-icon {
    opacity: 0;
}

.reveal .rb-progressbar-chapter__tab-icon.icon-none {
    display: none;
}

.reveal .rb-progressbar-chapter__tab-icon.icon-qa {
    font-size: 22.5px;
}

.reveal .rb-progressbar-chapter__tab-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 1px;
    right: 0;
    bottom: 0;
    height: 90px;
    padding: 18px 10px 0 10px;
    background-color: var(--chapter-color);
    border-radius: 12px 12px 0 0;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    z-index: 1;
}

.reveal .rb-progressbar-chapter--active .rb-progressbar-chapter__tab-active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.reveal .rb-progressbar-chapter__tab-active .rb-progressbar-chapter__tab-icon {
    margin: 0 0 8px 0;
    font-size: 31.66px;
}

.reveal .rb-progressbar-chapter__tab-active .rb-progressbar-chapter__tab-icon.icon-qa {
    font-size: 36.5px;
}

.reveal .rb-progressbar-slides-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 0;
    -webkit-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
}

.reveal .rb-progressbar-slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin: 0;
    padding: 0 30px 0 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    z-index: 0;
}

.reveal .rb-progressbar-slides[data-slide-count="0"],
.reveal .rb-progressbar-slides[data-slide-count="1"] {
    display: none;
}

.reveal .rb-progressbar-slide {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    width: 10px;
    height: 10px;
    background: #D3D3D3;
    border-radius: 50%;
    -webkit-transition: background-color 400ms ease;
    -o-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
}
    
.reveal .rb-progressbar-slide:not(.rb-progressbar-slide--active) {
    cursor: pointer;
}

.reveal .rb-progressbar-slide:not(.rb-progressbar-slide--active):hover {
    -webkit-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
    background: #9b9b9b;
}

.reveal .rb-progressbar-slide--active {
    -webkit-transition: background-color 400ms ease;
    -o-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
    background: var(--chapter-color);
}

.material-tabs__content {
    line-height: 1.75;
    font-size: 20px;
    font-family: Lato, sans-serif;
}

@media (max-width: 767px) {
    .material-tabs__content {
        font-size: 16px;
    }
}

.material-tabs__content p:not(:last-child) {
    margin-bottom: 1.75em;
}

.material-tabs__content a {
    color: var(--r-accent-color);
    -webkit-transition: color 150ms linear;
    -o-transition: color 150ms linear;
    transition: color 150ms linear;
}

/*
.material-tabs__content a::after {
    content: "\e901";
    display: inline-block;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-left: 8px;
    background: var(--r-accent-color);
    border-radius: 50%;
    font-size: 7px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform 200ms ease;
}
*/

.material-tabs__content a:hover {
    text-decoration: underline;
    color: #B51C10;
}

.material-tabs__content a:hover::after {
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
}

.material-tab-list {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 2rem;
}

.material-tab-list .material-tab-list__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Oswald, Lato, sans-serif;
    font-weight: 500;
}

.material-tab-list .material-tab-list__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 32px;
    padding-top: 1px;
    padding-left: 1px;
}

.material-tab-list .material-tab-list__icon svg {
    display: block;
    height: 22px;
    width: auto;
    color: var(--r-accent-color); 
}

.material-tab-list .material-tab-list__title:not(:first-child) {
    margin-top: 4rem;
}

@media (max-width: 767px) {
    .material-tab-list .material-tab-list__title:not(:first-child) {
        margin-top: 30px;
    }
}

.rb-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: -80px;
    right: -30px;
    width: 143px;
    height: 143px;
    border-radius: 50%;
    background-color: var(--circle-color, #A991C0);
    color: var(--circle-text-color, #FFF);
    text-align: center;
    font-size: 33px;
    line-height: 1.2;
    font-family: Oswald, Lato, sans-serif;
    font-weight: 700;
}

.rb-circle small {
    display: block;
    font-size: 24px;
}

@media (max-width: 767px) {
    .rb-circle {
        top: 15px;
        right: 15px;
        width: 90px;
        height: 90px;
        font-size: 20px;
    }

    .rb-circle small {
        font-size: 14px;
    }

    .rb-circle + .rb-section-content,
    .rb-circle + .rb-columns {
        padding-top: 80px;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes hideAnswerButton {
    from {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(40px);
                transform: translateY(40px);
        opacity: 0;
    }
}

@keyframes hideAnswerButton {
    from {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(40px);
                transform: translateY(40px);
        opacity: 0;
    }
}

@-webkit-keyframes showAnswer {
    from {
        -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

@keyframes showAnswer {
    from {
        -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}