@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  font-family: "Barlow", Helvetica, Arial, sans-serif; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none, br {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block, br {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }


.no-padding {
  padding: 0; }


.no-margin {
  margin: 0; }


.no-padding-margin {
  padding: 0;
  margin: 0; }

/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1, h2,
h3, h4,
h5, h6,
.h1, .h2,
.h3, .h4,
.h5, .h6 {
  font-weight: 300;
  margin-bottom: 0.625rem; }

h1,
.h1 {
  font-size: 3.2rem;
  font-weight: 300; }
  @media (min-width: 992px) {
    h1,
    .h1 {
      font-size: 3.75rem; } }

h2,
.h2 {
  font-size: 2rem; }
  @media (min-width: 992px) {
    h2,
    .h2 {
      font-size: 2.75rem; } }

h3,
.h3 {
  font-size: 1.75rem; }
  @media (min-width: 992px) {
    h3,
    .h3 {
      font-size: 2rem; } }

h4,
.h4 {
  font-size: 1.5rem;
  font-weight: 400; }

h5,
.h5 {
  font-size: 1.188rem; }

h6,
.h6 {
  font-size: 1.188rem;
  font-weight: 600; }

p {
  font-size: 1rem;
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  margin-bottom: 1em; }
  p + p {
    margin-top: 0; }

i {
  text-rendering: optimizeLegibility; }

a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #FD5000;
  text-decoration: none;
  font-weight: 600; }
  a:hover {
    color: #FD5000;
    text-decoration: underline; }

code {
  color: #2B2B2B; }

.btn {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #FFF;
  border-radius: .25rem;
  text-transform: uppercase;
  border: 1px solid transparent;
  padding: .75rem 1.25rem;
  font-weight: 600;
  min-width: 10.313rem;
  margin-bottom: 0.938rem; }
  .btn:hover {
    background-color: #CA4000;
    border-color: #CA4000;
    color: #FFF; }
  .btn:focus, .btn.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn--orange {
    background-color: #FD5000;
    border-color: #FD5000; }
  .btn--white {
    background-color: #FFF;
    color: #000;
    border-color: #000; }
  .btn--transparent {
    background-color: transparent;
    border-color: #FFF; }
  .btn--dark {
    background: rgba(0, 0, 0, 0.5);
    border-color: #FFF; }
  .btn--margin {
    margin-right: 0.938rem; }
    @media (min-width: 768px) {
      .btn--margin {
        margin-right: 1.875rem; } }
  .btn--cyan {
    background-color: #1cb1c2; }

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  margin-top: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  margin-top: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  margin-bottom: 1.5em; }

.svg-icon {
  stroke: #FFF;
  stroke-width: 0;
  width: 20px;
  height: 21px;
  display: inline-block; }
  .svg-icon--black {
    stroke: #000; }
  .svg-icon--gray {
    stroke: #AAA; }

.i-search {
  stroke: #AAA;
  fill: #AAA;
  width: 17px;
  height: 17px; }

#databricks-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  width: 150px; }
  @media (min-width: 768px) {
    #databricks-social-links {
      width: 80%; } }
  #databricks-social-links li {
    margin-bottom: 15px;
    width: 33.33%; }
  #databricks-social-links .svg-icon {
    fill: #999;
    width: 30px;
    height: 30px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #databricks-social-links .social-link:hover .svg-icon {
    fill: #C4C4C4;
    -webkit-transform: scale(1.06);
            transform: scale(1.06); }

.bg-overlay {
  position: fixed;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: none;
  transition: none; }
  @media (min-width: 1200px) {
    .bg-overlay {
      opacity: 0 !important;
      z-index: -1 !important; } }

.bg-light-grey {
  background: rgba(196, 196, 196, 0.1); }

.line-bar {
  position: absolute;
  opacity: 0;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: #FD5000;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

footer {
  width: 100%; }

#main-footer {
  background-color: #333;
  color: #FFF;
  padding-top: 55px;
  padding-bottom: 45px;
  font-size: 1rem;
  line-height: 1.25rem; }
  @media (max-width: 992px) and (min-width: 768px) {
    #main-footer {
      font-size: 0.875rem; } }
  #main-footer li {
    list-style: none; }
  #main-footer .menu-footer-menu-container {
    width: 100%; }
  #main-footer .i-plus-circle {
    width: 20px;
    height: 21px;
    stroke: #FFF;
    fill: transparent;
    display: inline-block;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out; }
    @media (min-width: 576px) {
      #main-footer .i-plus-circle {
        opacity: 0;
        display: none; } }
  #main-footer .active-item .i-plus-circle {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #main-footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  @media (min-width: 768px) {
    #main-footer .col-md-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.666667%;
              flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    #main-footer .col-md-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.333333%;
              flex: 0 0 83.333333%;
      max-width: 83.333333%; } }
  @media (min-width: 992px) {
    #main-footer .col-lg-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.666667%;
              flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    #main-footer .col-lg-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.333333%;
              flex: 0 0 83.333333%;
      max-width: 83.333333%; } }
  @media (min-width: 1200px) {
    #main-footer .col-xl-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.666667%;
              flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    #main-footer .col-xl-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.666667%;
              flex: 0 0 66.666667%;
      max-width: 66.666667%; } }

#main-footer-menu {
  padding: 0;
  margin: 0; }

.footer-left {
  padding-right: 1.875rem; }
  @media (max-width: 1200px) {
    .footer-left {
      display: none; } }
  .footer-left a {
    color: #999 !important;
    font-weight: 600 !important;
    font-size: 1rem;
    line-height: 1.25rem; }
  .footer-left p {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
    letter-spacing: normal !important; }

.footer-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }
  @media (max-width: 576px) {
    .footer-mid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0;
      width: 100%;
      margin-bottom: 1.25rem; } }
  @media (max-width: 992px) and (min-width: 768px) {
    .footer-mid {
      padding-right: 0; } }
  .footer-mid > .menu-item {
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    padding-right: 1.875rem; }
    .footer-mid > .menu-item > a {
      font-weight: 600;
      text-transform: uppercase;
      line-height: 1.563rem;
      color: #FFF; }
      @media (max-width: 576px) {
        .footer-mid > .menu-item > a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -ms-flex-line-pack: center;
              align-content: center;
          margin-bottom: 1.875rem; } }
      @media (max-width: 992px) and (min-width: 768px) {
        .footer-mid > .menu-item > a {
          font-size: 1rem; } }
      @media (max-width: 576px) {
        .footer-mid > .menu-item > a {
          margin: 0; } }
  .footer-mid .sub-menu {
    padding-left: 0;
    margin-top: 0.938rem; }
    .footer-mid .sub-menu a {
      color: #C7C7C7;
      font-weight: 500; }
    @media (max-width: 576px) {
      .footer-mid .sub-menu {
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        z-index: -1;
        margin-top: 0;
        padding: 20px 0 20px 20px;
        -webkit-transition: max-height 0.5s ease-in-out, opacity 0.4s ease-in-out;
        transition: max-height 0.5s ease-in-out, opacity 0.4s ease-in-out; } }
    .footer-mid .sub-menu .menu-item {
      margin-bottom: 0.938rem; }
      @media (max-width: 576px) {
        .footer-mid .sub-menu .menu-item {
          margin-top: 0; } }
    .footer-mid .sub-menu.active-navbar {
      opacity: 1;
      max-height: 500px;
      visibility: visible; }

.footer-right {
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0; }
  .footer-right a {
    text-decoration: underline; }
  .footer-right p {
    font-size: 0.813rem !important;
    line-height: 1.25rem !important;
    letter-spacing: normal !important; }
  .footer-right a,
  .footer-right p {
    color: #C7C7C7 !important; }
  @media (max-width: 992px) and (min-width: 768px) {
    .footer-right {
      padding: 0; } }

#databricks-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  width: 150px; }
  @media (min-width: 768px) {
    #databricks-social-links {
      width: 80%; } }
  #databricks-social-links li {
    margin-bottom: 15px;
    width: 33.33%; }
  #databricks-social-links .svg-icon {
    fill: #999;
    width: 30px;
    height: 30px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #databricks-social-links .social-link:hover .svg-icon {
    fill: #C4C4C4;
    -webkit-transform: scale(1.06);
            transform: scale(1.06); }

.admin-bar #mobile-menu-slider {
  top: 32px !important; }

#wrapper-navbar {
  background-color: #FFF;
  font-size: 1rem;
  line-height: 1rem;
  color: #242424; }
  #wrapper-navbar a {
    text-decoration: none; }
  #wrapper-navbar ul {
    list-style: none; }
  #wrapper-navbar .ham-mobile-btn {
    background: transparent;
    border: 0;
    position: absolute;
    padding: 0;
    display: inherit; }
    @media (min-width: 1200px) {
      #wrapper-navbar .ham-mobile-btn {
        display: none; } }
    @media (max-width: 1199.99px) {
      #wrapper-navbar .ham-mobile-btn {
        left: 15px; } }
    #wrapper-navbar .ham-mobile-btn .i-ham-menu {
      fill: #000; }

#main-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .5rem 1rem;
  margin-bottom: 0;
  border: 0;
  min-height: 60px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 999; }
  @media (min-width: 1200px) {
    #main-nav.navbar-expand-xl {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      #main-nav.navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
      #main-nav.navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }
  @media (max-width: 576px) {
    #main-nav {
      padding: 0; } }
  #main-nav .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #main-nav > .container,
  #main-nav > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (max-width: 1199.99px) {
    #main-nav > .container {
      width: 100%;
      position: relative;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  #main-nav .custom-logo-link {
    display: inline-block;
    padding-bottom: .1rem;
    font-size: 0;
    line-height: inherit;
    white-space: nowrap; }
    @media (min-width: 1200px) {
      #main-nav .custom-logo-link {
        margin-right: 1.5rem; } }
    @media (max-width: 1199.99px) {
      #main-nav .custom-logo-link {
        margin: 0; } }
    #main-nav .custom-logo-link .custom-logo {
      max-width: 130px; }
  #main-nav .navbar-collapse {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
  #main-nav .collapse {
    display: none !important; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }
  .navbar-nav .menu-text {
    color: #242424;
    font-weight: 500;
    position: relative;
    line-height: 1.5rem; }
  .navbar-nav > .menu-item {
    position: relative;
    margin-right: 1.25rem; }
    .navbar-nav > .menu-item:hover > .sub-menu, .navbar-nav > .menu-item[focus-within] > .sub-menu {
      opacity: 1;
      visibility: visible;
      z-index: 999;
      top: 50px; }
    .navbar-nav > .menu-item:hover > .sub-menu, .navbar-nav > .menu-item:focus-within > .sub-menu {
      opacity: 1;
      visibility: visible;
      z-index: 999;
      top: 50px; }
      .navbar-nav > .menu-item:hover > .sub-menu::after, .navbar-nav > .menu-item[focus-within] > .sub-menu::after {
        content: '';
        position: absolute;
        width: 0;
        height: 10px;
        left: 0;
        top: -20px;
        border-left: 45px outset transparent;
        border-right: 45px solid transparent;
        border-bottom: 20px solid transparent; }
      .navbar-nav > .menu-item:hover > .sub-menu::after, .navbar-nav > .menu-item:focus-within > .sub-menu::after {
        content: '';
        position: absolute;
        width: 0;
        height: 10px;
        left: 0;
        top: -20px;
        border-left: 45px outset transparent;
        border-right: 45px solid transparent;
        border-bottom: 20px solid transparent; }
      .navbar-nav > .menu-item:hover > .sub-menu > .menu-item, .navbar-nav > .menu-item[focus-within] > .sub-menu > .menu-item {
        opacity: 1; }
      .navbar-nav > .menu-item:hover > .sub-menu > .menu-item, .navbar-nav > .menu-item:focus-within > .sub-menu > .menu-item {
        opacity: 1; }
    .navbar-nav > .menu-item:hover > a, .navbar-nav > .menu-item[focus-within] > a {
      color: #FD5000; }
    .navbar-nav > .menu-item:hover > a, .navbar-nav > .menu-item:focus-within > a {
      color: #FD5000; }
      .navbar-nav > .menu-item:hover > a .line-bar, .navbar-nav > .menu-item[focus-within] > a .line-bar {
        opacity: 1; }
      .navbar-nav > .menu-item:hover > a .line-bar, .navbar-nav > .menu-item:focus-within > a .line-bar {
        opacity: 1; }
    .navbar-nav > .menu-item > a {
      display: block;
      padding: .5rem 1rem; }
      @media (min-width: 1200px) {
        .navbar-nav > .menu-item > a {
          padding-right: .5rem;
          padding-left: .5rem; } }
    .navbar-nav > .menu-item > .sub-menu {
      background-color: #FFF;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      top: 32px;
      position: absolute;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding-left: 0;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
      border: 1px solid #EBEAEB;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      -webkit-transition: opacity 0.3s ease-in-out, top 0.35s ease-in-out, z-index .4s ease-in-out;
      transition: opacity 0.3s ease-in-out, top 0.35s ease-in-out, z-index .4s ease-in-out; }
      .navbar-nav > .menu-item > .sub-menu > .menu-item {
        padding: 20px 25px 25px;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        .navbar-nav > .menu-item > .sub-menu > .menu-item:not(:last-child) {
          min-width: 190px;
          max-width: 300px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; }
        .navbar-nav > .menu-item > .sub-menu > .menu-item:first-child:nth-last-child(1) {
          min-width: -webkit-max-content;
          min-width: -moz-max-content;
          min-width: max-content;
          max-width: 300px; }
        .navbar-nav > .menu-item > .sub-menu > .menu-item:not(.menu-item-has-children) {
          padding: 0; }
        .navbar-nav > .menu-item > .sub-menu > .menu-item > a {
          display: none; }
      .navbar-nav > .menu-item > .sub-menu .sub-menu {
        padding-left: 0;
        line-height: 1.25rem; }
        .navbar-nav > .menu-item > .sub-menu .sub-menu .menu-text {
          padding-bottom: 14px;
          -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          line-height: 1.25rem; }
        .navbar-nav > .menu-item > .sub-menu .sub-menu .menu-text:hover {
          color: #FD5000; }
        .navbar-nav > .menu-item > .sub-menu .sub-menu .sub-menu {
          padding-left: 20px; }
  .navbar-nav .menu-promotion-wrapper {
    background-color: #F3F3F3;
    height: 100%;
    width: 300px !important;
    padding: 25px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .navbar-nav .menu-promotion-wrapper .menu-promotion-img {
      width: 50%; }
    .navbar-nav .menu-promotion-wrapper .menu-promotion-copy {
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1rem;
      margin-top: 2.188rem;
      color: #242424; }
    .navbar-nav .menu-promotion-wrapper .menu-promotion-link {
      font-size: 14px;
      font-weight: 600;
      color: #FD5000; }
      .navbar-nav .menu-promotion-wrapper .menu-promotion-link:hover {
        text-decoration: underline; }
  .navbar-nav .menu-item-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .navbar-nav .menu-item-search #navbar-search-btn {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .navbar-nav .menu-item-search #navbar-search-btn .i-search {
        fill: #2B2B2B; }
    .navbar-nav .menu-item-search .active-search {
      z-index: 1;
      opacity: 1;
      width: 185px; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }

#navbar-right {
  position: absolute;
  right: 10px; }
  #navbar-right #nav-login-btn,
  #navbar-right #nav-try-btn {
    text-transform: uppercase;
    margin: 0 0 0 30px; }
  #navbar-right #nav-login-btn {
    position: relative;
    font-weight: 600;
    color: #333; }
    #navbar-right #nav-login-btn:hover .line-bar {
      opacity: 1; }
    #navbar-right #nav-login-btn .line-bar {
      background-color: #333; }
  #navbar-right #nav-try-btn {
    font-size: 1rem;
    font-weight: 600;
    color: #FFF;
    min-width: 154px;
    height: 41px;
    padding: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.navbar-lang {
  margin-bottom: 0;
  padding: 0;
  position: relative; }
  .navbar-lang > li:hover .sub-navbar-lang, .navbar-lang > li[focus-within] .sub-navbar-lang {
    opacity: 1;
    z-index: 999;
    top: 37px; }
  .navbar-lang > li:hover .sub-navbar-lang, .navbar-lang > li:focus-within .sub-navbar-lang {
    opacity: 1;
    z-index: 999;
    top: 37px; }
  .navbar-lang > li .lang-link {
    margin-left: 0; }
    .navbar-lang > li .lang-link > img {
      border: 1px solid #DADADA;
      height: 15px; }
  .navbar-lang > li .sub-navbar-lang {
    background-color: #FFF;
    width: 48px;
    position: absolute;
    padding: 0;
    opacity: 0;
    top: 25px;
    left: -5px;
    z-index: -1;
    border: 1px solid #EBEAEB;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    line-height: 1.9rem;
    -webkit-transition: opacity 0.3s ease-in-out, top 0.35s ease-in-out, z-index 0.4s ease-in-out;
    transition: opacity 0.3s ease-in-out, top 0.35s ease-in-out, z-index 0.4s ease-in-out; }
    .navbar-lang > li .sub-navbar-lang::after {
      content: '';
      position: absolute;
      width: 0;
      height: 10px;
      left: 0;
      top: -27px;
      border-left: 25px outset transparent;
      border-right: 25px solid transparent;
      border-bottom: 27px solid transparent; }
    .navbar-lang > li .sub-navbar-lang .sub-lang-link {
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      margin: 0;
      padding: 10px;
      display: inline-block; }
      .navbar-lang > li .sub-navbar-lang .sub-lang-link:hover, .navbar-lang > li .sub-navbar-lang .sub-lang-link[focus-within] {
        background-color: #EEE; }
      .navbar-lang > li .sub-navbar-lang .sub-lang-link:hover, .navbar-lang > li .sub-navbar-lang .sub-lang-link:focus-within {
        background-color: #EEE; }
      .navbar-lang > li .sub-navbar-lang .sub-lang-link .i-flag {
        border: 1px solid #DADADA; }
    .navbar-lang > li .sub-navbar-lang:hover {
      opacity: 1;
      z-index: 999;
      top: 37px; }

#mobile-menu-slider {
  position: fixed;
  width: 300px;
  top: 0;
  left: -300px;
  bottom: 0;
  background-color: #FFF;
  z-index: 999;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.35s ease-in-out;
  transition: left 0.35s ease-in-out; }
  @media (min-width: 1200px) {
    #mobile-menu-slider {
      left: -300px !important;
      display: none; } }
  #mobile-menu-slider #mobile-menu-navbar .menu-item-search {
    display: none; }

.mobile-navbar-top {
  background-color: #F3F3F3;
  padding: 25px; }
  .mobile-navbar-top .search-form .form-search-field {
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #C7C7C7;
    padding-left: 35px;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 1.5em;
    margin: 0;
    border-radius: 0; }
  .mobile-navbar-top .search-form .form-search-submit {
    background: 0 0;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 37px;
    padding: 0;
    position: absolute;
    left: -8px;
    top: 0;
    width: 2em; }
    .mobile-navbar-top .search-form .form-search-submit::before {
      display: none; }
    .mobile-navbar-top .search-form .form-search-submit:focus {
      outline: none; }
    .mobile-navbar-top .search-form .form-search-submit .i-search {
      fill: #555; }
  .mobile-navbar-top .navbar-lang {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0; }
    .mobile-navbar-top .navbar-lang .lang-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 16px; }
      .mobile-navbar-top .navbar-lang .lang-link .mobile-lang-text {
        font-size: 16px;
        font-weight: 500; }
      .mobile-navbar-top .navbar-lang .lang-link .i-flag {
        margin-right: 10px;
        height: 16px; }
      .mobile-navbar-top .navbar-lang .lang-link .i-chevron-down {
        width: 14px;
        -webkit-transition: -webkit-transform 0.35s ease-in-out;
        transition: -webkit-transform 0.35s ease-in-out;
        transition: transform 0.35s ease-in-out;
        transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
    .mobile-navbar-top .navbar-lang .sub-navbar-lang {
      padding-left: 24px;
      max-height: 0;
      width: 100%;
      visibility: hidden;
      opacity: 0;
      z-index: 1;
      position: relative;
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 0;
      top: 0 !important;
      left: 0 !important;
      -webkit-transition: max-height 0.2s ease-in-out, opacity 0.3s ease-in-out;
      transition: max-height 0.2s ease-in-out, opacity 0.3s ease-in-out; }
      .mobile-navbar-top .navbar-lang .sub-navbar-lang::after {
        display: none; }
      .mobile-navbar-top .navbar-lang .sub-navbar-lang.active-navbar {
        visibility: visible;
        opacity: 1;
        max-height: 115px; }
      .mobile-navbar-top .navbar-lang .sub-navbar-lang .sub-lang-link {
        font-size: 14px;
        padding: 10px 10px 0;
        display: block;
        -webkit-transition: all 0.1s ease-in;
        transition: all 0.1s ease-in; }
        .mobile-navbar-top .navbar-lang .sub-navbar-lang .sub-lang-link:hover {
          color: #818188; }
        .mobile-navbar-top .navbar-lang .sub-navbar-lang .sub-lang-link .i-flag {
          height: 16px; }

.mobile-menu-container {
  width: 100%; }

#mobile-menu-navbar {
  padding-left: 0;
  margin-bottom: 0; }
  #mobile-menu-navbar a:hover .line-bar {
    opacity: 1; }
  #mobile-menu-navbar .i-plus-circle {
    fill: transparent;
    stroke: #333;
    width: 20px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out; }
  #mobile-menu-navbar .active-item {
    color: #000; }
    #mobile-menu-navbar .active-item .i-plus-circle {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  #mobile-menu-navbar > .menu-item {
    padding: 15px 25px;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    #mobile-menu-navbar > .menu-item .menu-text {
      z-index: -1;
      position: relative;
      color: #242424;
      font-weight: 500; }
    #mobile-menu-navbar > .menu-item:first-child {
      padding-top: 25px; }
    #mobile-menu-navbar > .menu-item:nth-last-child(2) {
      padding-bottom: 25px; }
    #mobile-menu-navbar > .menu-item > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      #mobile-menu-navbar > .menu-item > a:hover {
        color: #000;
        -webkit-transition: color 0.55s ease-in-out;
        transition: color 0.55s ease-in-out; }
    #mobile-menu-navbar > .menu-item .sub-menu {
      line-height: 1.25rem;
      padding-left: 20px; }
      #mobile-menu-navbar > .menu-item .sub-menu a {
        color: #242424;
        font-weight: 500;
        display: block;
        margin-bottom: 16px; }
        #mobile-menu-navbar > .menu-item .sub-menu a:hover {
          text-decoration: underline; }
    #mobile-menu-navbar > .menu-item > .sub-menu {
      padding-left: 0;
      padding-top: 0;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: max-height 0.4s ease-in-out, opacity 0.45s ease-in-out, padding-top 0.3s ease-in-out;
      transition: max-height 0.4s ease-in-out, opacity 0.45s ease-in-out, padding-top 0.3s ease-in-out; }
      #mobile-menu-navbar > .menu-item > .sub-menu.active-navbar {
        opacity: 1;
        max-height: 500px;
        padding-top: 20px; }
      #mobile-menu-navbar > .menu-item > .sub-menu > .menu-item > a {
        display: none; }
  #mobile-menu-navbar .menu-item .menu-promotion-wrapper {
    display: none; }

.mobile-btn-bottom {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 25px 25px; }
  .mobile-btn-bottom #mobile-nav-try-btn {
    color: #FFF;
    margin-bottom: 20px;
    width: 100%;
    min-height: 50px;
    font-weight: 600;
    line-height: 1.25rem;
    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;
    text-align: center;
    white-space: normal; }
  .mobile-btn-bottom #mobile-nav-login-btn {
    color: #333;
    font-weight: 600;
    position: relative; }
    .mobile-btn-bottom #mobile-nav-login-btn:hover .line-bar {
      opacity: 1; }
    .mobile-btn-bottom #mobile-nav-login-btn .line-bar {
      background-color: #333; }

.h1-page-title {
  position: absolute;
  font-size: 1.25rem; }

@media (min-width: 768px) {
  .article-section {
    padding-left: 0;
    padding-right: 0; } }

.article-section .component-area + .component-area {
  padding-top: 0; }

.component-area {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem; }
  @media (min-width: 768px) {
    .component-area {
      padding-bottom: 4rem;
      padding-top: 4rem; } }

.search-form {
  position: relative; }
  .search-form .form-group {
    margin-bottom: 0; }
  .search-form .form-search-label {
    display: none; }
  .search-form .form-search-field {
    border-radius: 0;
    padding-right: 2em; }
    .search-form .form-search-field:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .search-form .form-search-submit {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #AAA;
    font-size: 16px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .search-form .form-search-submit::before {
      display: none; }
    .search-form .form-search-submit:hover, .search-form .form-search-submit:focus {
      color: #000; }
    .search-form .form-search-submit:active {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .search-form .form-search-submit .i-search {
      fill: #2B2B2B; }
    .search-form .form-search-submit .form-search-submit-text {
      display: none; }

.search-form-wrapper {
  opacity: 0;
  z-index: -1;
  position: relative;
  width: 40px;
  -webkit-transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out; }
  .search-form-wrapper .search-form .form-search-field {
    padding-left: 8px;
    font-weight: normal;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #242424;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out; }
    .search-form-wrapper .search-form .form-search-field::-webkit-input-placeholder {
      color: #555;
      font-weight: 500; }
    .search-form-wrapper .search-form .form-search-field::-moz-placeholder {
      color: #555;
      font-weight: 500; }
    .search-form-wrapper .search-form .form-search-field:-ms-input-placeholder {
      color: #555;
      font-weight: 500; }
    .search-form-wrapper .search-form .form-search-field::-ms-input-placeholder {
      color: #555;
      font-weight: 500; }
    .search-form-wrapper .search-form .form-search-field::placeholder {
      color: #555;
      font-weight: 500; }
  .search-form-wrapper .search-form .form-search-submit::before {
    color: #555; }
  .search-form-wrapper .search-form .form-search-submit:focus {
    outline: none; }

.blog-page-section .form-search-submit {
  padding: 0 5px; }

.content-area-two,
.content-area-three {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal; }
  .content-area-two.align-center,
  .content-area-three.align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (min-width: 992px) {
    .content-area-two,
    .content-area-three {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 768px) {
    .content-area-two .content-area,
    .content-area-three .content-area {
      display: block;
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      max-width: 100%; } }

.col-container {
  margin-left: 0;
  margin-right: 0; }

.content-area-two.col-order {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse; }
  @media (min-width: 768px) {
    .content-area-two.col-order {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: initial;
              flex-flow: initial; } }

.off-left .left-column,
.off-left .right-column,
.off-left .middle-column,
.off-right .left-column,
.off-right .right-column,
.off-right .middle-column,
.off-wide .left-column,
.off-wide .right-column,
.off-wide .middle-column,
.no-off-wide .left-column,
.no-off-wide .right-column,
.no-off-wide .middle-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.left-column,
.right-column {
  padding: 0; }

.no-offset .left-column,
.no-offset .right-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .no-offset .left-column,
    .no-offset .right-column {
      padding: 0; } }
  @media (min-width: 992px) {
    .no-offset .left-column,
    .no-offset .right-column {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

@media (min-width: 992px) {
  .off-left .left-column {
    padding-left: 0;
    padding-right: 1.875rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .off-left .right-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .off-right .right-column {
    padding-left: 1.875rem;
    padding-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .off-right .left-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .no-offset .right-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0.938rem; }
  .no-offset .left-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0.938rem; }
  .off-wide {
    padding: 0 1.25rem; }
    .off-wide .left-column,
    .off-wide .right-column {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .off-wide .middle-column {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .off-right-wide {
    padding: 0 1.25rem; }
    .off-right-wide .left-column,
    .off-right-wide .middle-column {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .off-right-wide .right-column {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .off-left-wide .right-column,
  .off-left-wide .middle-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .off-left-wide .left-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .no-off-wide .left-column,
  .no-off-wide .middle-column,
  .no-off-wide .right-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .no-off-wide .left-column {
    padding-right: 0.938rem; }
  .no-off-wide .middle-column {
    padding-left: 0.938rem;
    padding-right: 0.938rem; }
  .no-off-wide .right-column {
    padding-left: 0.938rem; } }

.upper-column.extra-column {
  margin-bottom: 2.5rem; }

.lower-column.extra-column {
  margin-top: 0; }

.extra-constrain {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media (min-width: 992px) {
    .extra-constrain {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70%;
              flex: 0 0 70%;
      margin: 0 auto; } }

.hero-img-section {
  padding: 0; }
  .hero-img-section .hero-img-container {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center; }
    @media (min-width: 992px) {
      .hero-img-section .hero-img-container {
        background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
        background: initial;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        .hero-img-section .hero-img-container.default-height {
          height: 18.75rem;
          line-height: 18.75rem; }
        .hero-img-section .hero-img-container.large-height {
          height: 23.75rem;
          line-height: 23.75rem; } }
    .hero-img-section .hero-img-container.hero-img-parallax {
      background-attachment: fixed;
      background-size: contain; }
    .hero-img-section .hero-img-container::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
      background-image: linear-gradient(to bottom, black 0%, black 100%);
      opacity: 0; }
  .hero-img-section .hero-content {
    position: relative;
    padding: 3.125rem 1.25rem;
    z-index: 10; }
    @media (min-width: 992px) {
      .hero-img-section .hero-content {
        text-align: center;
        z-index: 10;
        padding: 0;
        width: 70%;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        background-color: transparent; }
        .hero-img-section .hero-content.two-columns {
          width: 100%; }
        .hero-img-section .hero-content h1 {
          margin: 0 auto 0.625rem; } }
    @media (min-width: 992px) and (min-width: 992px) {
      .hero-img-section .hero-content h1.title-constrain {
        width: 75%; } }
    @media (min-width: 992px) {
        .hero-img-section .hero-content h2 {
          font-size: 2rem; }
        .hero-img-section .hero-content p {
          font-family: "Barlow", Helvetica, Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 1.4rem;
          line-height: 30px;
          text-align: center;
          color: #000; } }
    .hero-img-section .hero-content .banner-content-two {
      -webkit-box-align: normal;
          -ms-flex-align: normal;
              align-items: normal;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 992px) {
        .hero-img-section .hero-content .banner-content-two {
          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;
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 768px) {
        .hero-img-section .hero-content .banner-content-two .content-area {
          display: block;
          -webkit-box-flex: 100%;
              -ms-flex: 100%;
                  flex: 100%;
          max-width: 100%; } }
      .hero-img-section .hero-content .banner-content-two h1 {
        font-size: 3.125rem;
        font-weight: 400;
        line-height: 53px;
        letter-spacing: -1px; }
      .hero-img-section .hero-content .banner-content-two p {
        text-align: center;
        font-size: 1.5rem; }
        @media (min-width: 992px) {
          .hero-img-section .hero-content .banner-content-two p {
            text-align: left; } }
      .hero-img-section .hero-content .banner-content-two .left-column {
        display: block;
        text-align: center;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
        @media (min-width: 992px) {
          .hero-img-section .hero-content .banner-content-two .left-column {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 58.33333%;
                    flex: 0 0 58.33333%;
            max-width: 58.33333%;
            padding-left: 0;
            padding-right: 1.875rem;
            text-align: left; } }
        @media (max-width: 413px) {
          .hero-img-section .hero-content .banner-content-two .left-column .btn {
            margin-right: auto;
            margin-left: auto;
            display: block;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content; } }
      .hero-img-section .hero-content .banner-content-two .right-column {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
        @media (min-width: 992px) {
          .hero-img-section .hero-content .banner-content-two .right-column {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 41.66667%;
                    flex: 0 0 41.66667%;
            max-width: 41.66667%; } }

.tile-container,
.tile-lg-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.tile-item {
  width: 100%;
  margin-bottom: 0.938rem;
  margin-right: 0; }
  @media (min-width: 992px) {
    .tile-item {
      -ms-flex-preferred-size: 22%;
          flex-basis: 22%;
      margin-left: 0.469rem;
      margin-right: 0.469rem; } }

.tile-tab-anchor,
.tile-lg-tab-anchor {
  cursor: pointer;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1rem;
  width: 100%;
  height: 100%;
  border: 1px solid #D1D1D1; }
  .tile-tab-anchor:hover,
  .tile-lg-tab-anchor:hover {
    text-decoration: none;
    border-bottom: none;
    -webkit-box-shadow: inset 0 -2px #FD5000, 0px 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 -2px #FD5000, 0px 4px 20px rgba(0, 0, 0, 0.1); }

.tile-inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  color: #1B3139; }
  .tile-inner-container.tile-top {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal; }
  .tile-inner-container.tile-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .tile-inner-container .tile-icon {
    margin-right: 1rem;
    width: 3.75rem; }
    @media (min-width: 768px) {
      .tile-inner-container .tile-icon {
        width: 3.125rem; } }
  .tile-inner-container .tile-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 400;
    position: relative;
    overflow: hidden; }

@media (min-width: 992px) {
  .tile-constrain {
    max-width: 50%; } }

.tile-constrain .tile-item {
  width: 100%; }
  @media (min-width: 992px) {
    .tile-constrain .tile-item {
      -ms-flex-preferred-size: 22%;
          flex-basis: 22%;
      margin-left: 0.469rem;
      margin-right: 0.469rem; } }

.tile-lg-inner-container {
  font-size: 1rem;
  color: #1B3139; }
  .tile-lg-inner-container .tile-lg-icon {
    margin-bottom: 1.25rem;
    margin-top: 1.5rem;
    width: 3.75rem; }
  .tile-lg-inner-container h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 30px;
    color: #000;
    margin-bottom: 0.75rem; }
  .tile-lg-inner-container p {
    font-size: 1rem;
    font-style: normal;
    font-weight: normal; }
  .tile-lg-inner-container.tile-lg--left {
    text-align: left; }
  .tile-lg-inner-container.tile-lg--right {
    text-align: right; }
  .tile-lg-inner-container.tile-lg--center {
    text-align: center;
    margin: 0 auto; }

.tile-lg-item {
  width: 100%;
  margin-bottom: 1.875rem;
  margin-right: 0; }
  @media (min-width: 992px) {
    .tile-lg-item {
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
      margin-left: 18px;
      margin-right: 18px; }
      .tile-lg-item.tile-lg-img-item, .tile-lg-item.tile-lg-logo-item {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
        margin-left: 18px;
        margin-right: 18px; }
      .tile-lg-item.tile-lg-img-item .tile-lg-tab-anchor {
        padding: 0; }
      .tile-lg-item.tile-lg-img-item .tile-lg-content {
        padding: 1rem; }
      .tile-lg-item.tile-lg-logo-item .tile-lg-tab-anchor {
        padding: 1.25rem 1.25rem 1rem; }
      .tile-lg-item.tile-lg-logo-item .tile-lg-img-container {
        margin-bottom: 1.25rem; } }
  .tile-lg-item .gray-field,
  .tile-lg-item .orange-field {
    font-family: Barlow, serif;
    font-size: 1rem;
    font-style: normal;
    line-height: 23px;
    letter-spacing: 0; }
  .tile-lg-item .gray-field {
    font-weight: 400;
    color: #AAAAAA; }
  .tile-lg-item .orange-field {
    font-weight: 600;
    color: #FD5000;
    margin: 1.875rem 0 0; }

.resources-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.resources-item {
  width: 100%;
  margin-bottom: 1rem;
  margin-right: 0; }
  @media (min-width: 768px) {
    .resources-item {
      margin-bottom: 1.875rem; } }
  .resources-item .resources-title {
    border-bottom: 2px solid #E3E3E3;
    margin-bottom: 1.25rem; }
  .resources-item h3 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-bottom: 0.313rem; }
  .resources-item a {
    font-size: 1.188rem; }
  .resources-item ul {
    font-size: 1.188rem;
    padding-left: 0;
    list-style: none; }
    .resources-item ul li {
      color: #FD5000;
      margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .resources-item {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      margin-right: 1.875rem; } }

.tabs-main-container .block-title {
  text-align: center; }
  @media (min-width: 768px) {
    .tabs-main-container .block-title {
      text-align: left;
      text-align: initial; } }

.tabs-right-content {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .tabs-right-content {
      padding-left: 15px;
      padding-right: 15px; } }

.tabs-content {
  display: none; }
  .tabs-content.active {
    display: block; }

.tabs-img {
  text-align: center; }
  .tabs-img.has-border {
    border: 1px solid #E3E3E3; }
  .tabs-img img {
    width: 100%;
    max-height: 23.125rem;
    -o-object-fit: contain;
       object-fit: contain; }

.tabs-caption {
  padding: 1.875rem;
  background-color: #E3E3E3; }
  .tabs-caption h4 {
    font-weight: 400;
    font-size: 1.5rem; }

.tabs-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .tabs-btn-container {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 1.875rem; } }
  .tabs-btn-container .tabs-btn {
    background-color: #E9EEEF;
    border: 0;
    color: #000;
    border: none;
    font-weight: 400;
    font-size: 0.9rem;
    margin: 0.2rem;
    text-align: center;
    text-transform: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 48%;
            flex: 0 48%;
    min-width: 9.5rem;
    padding: .8rem;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .tabs-btn-container .tabs-btn {
        text-align: left;
        margin: 0 0 0.625rem 0;
        font-size: 1rem;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        border-radius: 0;
        padding: .75rem 1.25rem;
        min-width: 10.313rem; } }
    @media (min-width: 992px) {
      .tabs-btn-container .tabs-btn {
        font-size: 1.5rem; } }
    .tabs-btn-container .tabs-btn:hover, .tabs-btn-container .tabs-btn:active, .tabs-btn-container .tabs-btn.active, .tabs-btn-container .tabs-btn:focus, .tabs-btn-container .tabs-btn.active:focus, .tabs-btn-container .tabs-btn:active:focus {
      background-color: #1F5261;
      color: #FFF;
      border: none; }

.article-section.no-padding .nextend-arrow-previous {
  -webkit-transform: translateX(150%);
          transform: translateX(150%); }

.article-section.no-padding .nextend-arrow-next {
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%); }

.sticky-sidebar {
  position: sticky;
  top: 30px; }

#sidebar_content ul {
  color: #fd5000; }

.lightbox {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  visibility: hidden;
  z-index: 999999; }
  .lightbox.lightbox-active {
    opacity: 1;
    visibility: visible; }

.lightbox-container {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90vh;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90vw; }

.page-template-template-drivers-download .dropdown:not(:first-child),
.page-template-template-drivers-archive .dropdown:not(:first-child) {
  margin-top: 1em; }

.page-template-template-drivers-download .dropdown > :not(:first-child),
.page-template-template-drivers-archive .dropdown > :not(:first-child) {
  margin-top: 0.25em; }

.page-template-template-drivers-download .dropdown__label,
.page-template-template-drivers-archive .dropdown__label {
  display: block; }

.page-template-template-drivers-download .dropdown__element,
.page-template-template-drivers-archive .dropdown__element {
  display: inline-block;
  vertical-align: middle;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #939393;
  padding: 5px 45px 5px 11px; }
  .page-template-template-drivers-download .dropdown__element--select,
  .page-template-template-drivers-archive .dropdown__element--select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-right: 2em; }
    .page-template-template-drivers-download .dropdown__element--select:invalid,
    .page-template-template-drivers-archive .dropdown__element--select:invalid {
      color: #888; }
    .page-template-template-drivers-download .dropdown__element--select [disabled],
    .page-template-template-drivers-archive .dropdown__element--select [disabled] {
      color: #888; }
    .page-template-template-drivers-download .dropdown__element--select option,
    .page-template-template-drivers-archive .dropdown__element--select option {
      color: #000;
      font-size: 14px;
      line-height: 23px; }

.page-template-template-drivers-download .dropdown-wrap::after,
.page-template-template-drivers-archive .dropdown-wrap::after {
  margin-left: -2em;
  font-size: 0.75em;
  pointer-events: none;
  content: '▼';
  color: #FD5000; }

.page-template-template-drivers-download .grid,
.page-template-template-drivers-archive .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 80px auto auto;
  grid-template-columns: auto 80px auto auto;
  -ms-grid-rows: 33px auto;
  grid-template-rows: 33px auto; }

.page-template-template-drivers-download .grid > *:nth-child(1), .page-template-template-drivers-archive .grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.page-template-template-drivers-download .grid > *:nth-child(2), .page-template-template-drivers-archive .grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }

.page-template-template-drivers-download .grid > *:nth-child(3), .page-template-template-drivers-archive .grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }

.page-template-template-drivers-download .grid > *:nth-child(4), .page-template-template-drivers-archive .grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4; }

.page-template-template-drivers-download .grid > *:nth-child(5), .page-template-template-drivers-archive .grid > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1; }

.page-template-template-drivers-download .grid > *:nth-child(6), .page-template-template-drivers-archive .grid > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2; }

.page-template-template-drivers-download .grid > *:nth-child(7), .page-template-template-drivers-archive .grid > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3; }

.page-template-template-drivers-download .grid > *:nth-child(8), .page-template-template-drivers-archive .grid > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4; }
  @media (min-width: 992px) {
    .page-template-template-drivers-download .grid,
    .page-template-template-drivers-archive .grid {
      -ms-grid-columns: 105px 240px 240px auto;
      grid-template-columns: 105px 240px 240px auto;
      -ms-grid-rows: 33px auto;
      grid-template-rows: 33px auto; }
    .page-template-template-drivers-download .grid > *:nth-child(1), .page-template-template-drivers-archive .grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .page-template-template-drivers-download .grid > *:nth-child(2), .page-template-template-drivers-archive .grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
    .page-template-template-drivers-download .grid > *:nth-child(3), .page-template-template-drivers-archive .grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .page-template-template-drivers-download .grid > *:nth-child(4), .page-template-template-drivers-archive .grid > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4; }
    .page-template-template-drivers-download .grid > *:nth-child(5), .page-template-template-drivers-archive .grid > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
    .page-template-template-drivers-download .grid > *:nth-child(6), .page-template-template-drivers-archive .grid > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
    .page-template-template-drivers-download .grid > *:nth-child(7), .page-template-template-drivers-archive .grid > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3; }
    .page-template-template-drivers-download .grid > *:nth-child(8), .page-template-template-drivers-archive .grid > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4; } }
  @media (min-width: 1200px) {
    .page-template-template-drivers-download .grid,
    .page-template-template-drivers-archive .grid {
      -ms-grid-columns: 105px 240px 370px auto;
      grid-template-columns: 105px 240px 370px auto; } }
  .page-template-template-drivers-download .grid__header,
  .page-template-template-drivers-archive .grid__header {
    background: #1B5162;
    color: #FFF;
    padding-left: 13px;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .page-template-template-drivers-download .grid__header,
      .page-template-template-drivers-archive .grid__header {
        padding-left: 27px; } }
    .page-template-template-drivers-download .grid__header:not(:first-child),
    .page-template-template-drivers-archive .grid__header:not(:first-child) {
      padding-left: 13px;
      padding-right: 0; }
      @media (min-width: 992px) {
        .page-template-template-drivers-download .grid__header:not(:first-child),
        .page-template-template-drivers-archive .grid__header:not(:first-child) {
          padding-left: 100px; } }
    @media (min-width: 992px) {
      .page-template-template-drivers-download .grid__header,
      .page-template-template-drivers-archive .grid__header {
        font-size: 16px; } }
  .page-template-template-drivers-download .grid__item,
  .page-template-template-drivers-archive .grid__item {
    padding-left: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 992px) {
      .page-template-template-drivers-download .grid__item,
      .page-template-template-drivers-archive .grid__item {
        padding-left: 27px;
        line-height: 51px; } }
    @media (min-width: 992px) {
      .page-template-template-drivers-download .grid__item:nth-child(4n+2),
      .page-template-template-drivers-archive .grid__item:nth-child(4n+2) {
        border-left: 1px solid #D3CACA; }
      .page-template-template-drivers-download .grid__item:nth-child(4n+1),
      .page-template-template-drivers-archive .grid__item:nth-child(4n+1) {
        border-right: 1px solid #D3CACA; } }
    .page-template-template-drivers-download .grid__item:nth-last-child(1), .page-template-template-drivers-download .grid__item:nth-last-child(2), .page-template-template-drivers-download .grid__item:nth-last-child(3), .page-template-template-drivers-download .grid__item:nth-last-child(4),
    .page-template-template-drivers-archive .grid__item:nth-last-child(1),
    .page-template-template-drivers-archive .grid__item:nth-last-child(2),
    .page-template-template-drivers-archive .grid__item:nth-last-child(3),
    .page-template-template-drivers-archive .grid__item:nth-last-child(4) {
      border-bottom: 1px solid #D3CACA; }
    .page-template-template-drivers-download .grid__item--colored,
    .page-template-template-drivers-archive .grid__item--colored {
      background: rgba(27, 81, 98, 0.09); }
    @media (min-width: 992px) {
      .page-template-template-drivers-download .grid__item--padded,
      .page-template-template-drivers-archive .grid__item--padded {
        padding-left: 100px; } }

.page-template-template-drivers-download .btn-container,
.page-template-template-drivers-archive .btn-container {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7px 0 5px 0; }
  @media (min-width: 992px) {
    .page-template-template-drivers-download .btn-container,
    .page-template-template-drivers-archive .btn-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0; } }

.page-template-template-drivers-download .selectors-row,
.page-template-template-drivers-archive .selectors-row {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 992px) {
    .page-template-template-drivers-download .selectors-row,
    .page-template-template-drivers-archive .selectors-row {
      margin-top: 75px;
      margin-bottom: 5px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; } }

.page-template-template-drivers-download .grid-selector,
.page-template-template-drivers-archive .grid-selector {
  font-weight: normal;
  font-size: 21px;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: #FD5000;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media (min-width: 992px) {
    .page-template-template-drivers-download .grid-selector,
    .page-template-template-drivers-archive .grid-selector {
      font-size: 32px;
      margin-right: 45px; } }
  .page-template-template-drivers-download .grid-selector:hover,
  .page-template-template-drivers-archive .grid-selector:hover {
    cursor: pointer;
    text-decoration: none;
    color: #707070; }

.page-template-template-drivers-download .driver-cta,
.page-template-template-drivers-archive .driver-cta {
  padding: 5px 17px;
  margin-bottom: 5px;
  width: 107px; }
  @media (min-width: 992px) {
    .page-template-template-drivers-download .driver-cta,
    .page-template-template-drivers-archive .driver-cta {
      padding: 5px 25px;
      margin-right: 25px;
      margin-bottom: 0; } }
  .page-template-template-drivers-download .driver-cta--mac,
  .page-template-template-drivers-archive .driver-cta--mac {
    width: 125px; }
    @media (min-width: 992px) {
      .page-template-template-drivers-download .driver-cta--mac,
      .page-template-template-drivers-archive .driver-cta--mac {
        width: 140px; } }

.page-template-template-drivers-download .secondary-cta,
.page-template-template-drivers-archive .secondary-cta {
  margin-top: 25px; }
  @media (min-width: 992px) {
    .page-template-template-drivers-download .secondary-cta,
    .page-template-template-drivers-archive .secondary-cta {
      margin-left: 45px;
      margin-top: 0; } }

.page-template-template-drivers-download .grid-copy,
.page-template-template-drivers-archive .grid-copy {
  margin-top: 25px; }
  @media (min-width: 992px) {
    .page-template-template-drivers-download .grid-copy,
    .page-template-template-drivers-archive .grid-copy {
      margin-top: 14px; } }

.page-template-template-drivers-download .set-row-height,
.page-template-template-drivers-archive .set-row-height {
  line-height: 55px; }
  @media (min-width: 992px) {
    .page-template-template-drivers-download .set-row-height,
    .page-template-template-drivers-archive .set-row-height {
      line-height: normal;
      line-height: initial; } }

.page-template-template-drivers-download .active,
.page-template-template-drivers-archive .active {
  color: #707070; }

.page-template-template-drivers-download .active:hover,
.page-template-template-drivers-archive .active:hover {
  color: #707070;
  text-decoration: none;
  cursor: auto; }

.ebook-template,
.webinarlist-template,
.eventlist-template,
.lp-template {
  /**
		Banner component, this styling is repeated
		and will be removed once we leverage Manny's Banner
	 */ }
  .ebook-template h1,
  .webinarlist-template h1,
  .eventlist-template h1,
  .lp-template h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 52px;
    color: #1B3139; }
  .ebook-template p,
  .webinarlist-template p,
  .eventlist-template p,
  .lp-template p {
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #666; }
  .ebook-template .hero-img-container,
  .webinarlist-template .hero-img-container,
  .eventlist-template .hero-img-container,
  .lp-template .hero-img-container {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px; }
    @media (min-width: 992px) {
      .ebook-template .hero-img-container,
      .webinarlist-template .hero-img-container,
      .eventlist-template .hero-img-container,
      .lp-template .hero-img-container {
        background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
        background: initial;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 300px; } }
  .ebook-template #mktoacademicprofessoremail,
  .webinarlist-template #mktoacademicprofessoremail,
  .eventlist-template #mktoacademicprofessoremail,
  .lp-template #mktoacademicprofessoremail {
    width: 100% !important; }
  .ebook-template #Lblmkto_form_consent,
  .webinarlist-template #Lblmkto_form_consent,
  .eventlist-template #Lblmkto_form_consent,
  .lp-template #Lblmkto_form_consent {
    padding-left: 0; }
  .ebook-template #Lblmkto_form_consent p,
  .webinarlist-template #Lblmkto_form_consent p,
  .eventlist-template #Lblmkto_form_consent p,
  .lp-template #Lblmkto_form_consent p {
    font-size: 14px !important;
    line-height: 24px; }
  .ebook-template #mkto_form_consent,
  .webinarlist-template #mkto_form_consent,
  .eventlist-template #mkto_form_consent,
  .lp-template #mkto_form_consent {
    height: 20px !important;
    margin-top: 5px !important; }
  .ebook-template #mktoCheckbox_43400_0, .ebook-template #mktoCheckbox_43400_1, .ebook-template #mktoCheckbox_43400_2,
  .webinarlist-template #mktoCheckbox_43400_0,
  .webinarlist-template #mktoCheckbox_43400_1,
  .webinarlist-template #mktoCheckbox_43400_2,
  .eventlist-template #mktoCheckbox_43400_0,
  .eventlist-template #mktoCheckbox_43400_1,
  .eventlist-template #mktoCheckbox_43400_2,
  .lp-template #mktoCheckbox_43400_0,
  .lp-template #mktoCheckbox_43400_1,
  .lp-template #mktoCheckbox_43400_2 {
    height: 20px !important;
    clear: both !important;
    width: 20px !important;
    margin: 0 5px 10px 0 !important; }
  .ebook-template .mktoAsterix,
  .webinarlist-template .mktoAsterix,
  .eventlist-template .mktoAsterix,
  .lp-template .mktoAsterix {
    padding: 0 5px 0 0 !important; }
  .ebook-template .mktoForm .mktoCheckboxList > label:last-child,
  .webinarlist-template .mktoForm .mktoCheckboxList > label:last-child,
  .eventlist-template .mktoForm .mktoCheckboxList > label:last-child,
  .lp-template .mktoForm .mktoCheckboxList > label:last-child {
    padding: 3px 0 0 3px !important; }
  .ebook-template #LblmktoCheckbox_43400_0, .ebook-template #LblmktoCheckbox_43400_1, .ebook-template #LblmktoCheckbox_43400_2,
  .webinarlist-template #LblmktoCheckbox_43400_0,
  .webinarlist-template #LblmktoCheckbox_43400_1,
  .webinarlist-template #LblmktoCheckbox_43400_2,
  .eventlist-template #LblmktoCheckbox_43400_0,
  .eventlist-template #LblmktoCheckbox_43400_1,
  .eventlist-template #LblmktoCheckbox_43400_2,
  .lp-template #LblmktoCheckbox_43400_0,
  .lp-template #LblmktoCheckbox_43400_1,
  .lp-template #LblmktoCheckbox_43400_2 {
    margin: 0 !important;
    float: left !important; }
  .ebook-template #LblmktoCheckbox_43400_0,
  .webinarlist-template #LblmktoCheckbox_43400_0,
  .eventlist-template #LblmktoCheckbox_43400_0,
  .lp-template #LblmktoCheckbox_43400_0 {
    padding: 3px 0 0 3px !important; }

.page-template-agenda-template .agenda-hero-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  text-align: center; }
  @media (min-width: 768px) {
    .page-template-agenda-template .agenda-hero-banner {
      height: 150px;
      text-align: left; } }
  .page-template-agenda-template .agenda-hero-banner h1 {
    color: #FFF;
    margin-top: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }

.page-template-agenda-template .agenda-filter-container {
  margin-top: 5px;
  margin-bottom: 45px;
  text-align: center; }
  @media (min-width: 992px) {
    .page-template-agenda-template .agenda-filter-container {
      margin-top: 55px;
      text-align: unset; } }

.page-template-agenda-template .agenda-filter-row {
  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; }
  @media (min-width: 992px) {
    .page-template-agenda-template .agenda-filter-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.page-template-agenda-template .agenda-date-row {
  text-align: center;
  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; }
  @media (min-width: 992px) {
    .page-template-agenda-template .agenda-date-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: unset;
          -ms-flex-align: unset;
              align-items: unset;
      margin-top: 25px;
      margin-bottom: 45px; } }

.page-template-agenda-template .agenda-date-dropdown {
  margin-bottom: 10px; }

.page-template-agenda-template .agenda-date-dropdown select {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 23px;
  border: 2px solid #939393;
  border-radius: 4px;
  padding: 4px 50px 4px 5px;
  width: 354px; }

.page-template-agenda-template .agenda-date {
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 38px;
  /* or 119% */
  letter-spacing: -1.5px;
  color: #FD5000;
  margin-bottom: 25px;
  z-index: 1;
  width: 30%; }
  @media (min-width: 992px) {
    .page-template-agenda-template .agenda-date {
      font-size: 2rem;
      width: auto; }
      .page-template-agenda-template .agenda-date:first-child {
        margin-right: 25px; } }
  .page-template-agenda-template .agenda-date--selected {
    color: #000;
    padding-bottom: 5px;
    border-bottom: 4px solid #00B379; }
  .page-template-agenda-template .agenda-date:hover {
    text-decoration: none;
    color: #000;
    cursor: pointer; }

.page-template-agenda-template .session-tile {
  background: #EFF3F4;
  border: 1px solid #D1D1D1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 13px;
  height: 175px;
  margin-bottom: 35px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  position: relative; }
  @media (min-width: 768px) {
    .page-template-agenda-template .session-tile:hover {
      background: #1B5162;
      -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
      border-bottom: 5px solid #FD5000; } }
  .page-template-agenda-template .session-tile__title {
    font-weight: 600;
    color: #000;
    margin-bottom: 3px;
    line-height: 20px; }
  .page-template-agenda-template .session-tile__speaker {
    font-size: 0.875rem;
    color: #7A7A7A;
    margin-bottom: 3px;
    line-height: 17px; }
  .page-template-agenda-template .session-tile__topic-filter {
    font-size: 0.75rem;
    color: #7A7A7A;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
    line-height: 13px; }
  .page-template-agenda-template .session-tile__description {
    font-size: 0.875rem;
    line-height: 17px;
    color: #000;
    font-weight: 400;
    margin-top: 15px; }
  .page-template-agenda-template .session-tile__video {
    font-size: 0.875rem;
    line-height: 17px;
    position: absolute;
    bottom: 0;
    right: 8px;
    margin-bottom: 8px; }
  .page-template-agenda-template .session-tile__speaker-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  .page-template-agenda-template .session-tile__speaker-image {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    height: 102px;
    width: 102px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .page-template-agenda-template .session-tile__speaker-card {
    max-height: 139px;
    max-width: 104px;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    margin-right: 30px;
    margin-bottom: 10px; }
  .page-template-agenda-template .session-tile__speaker-desc {
    padding: 5px;
    background: #1D4956;
    height: 45px;
    top: -10px;
    position: relative;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .page-template-agenda-template .session-tile__speaker-desc p {
      color: #FFF;
      font-size: 11.56px;
      line-height: 12px; }

.page-template-agenda-template .session-tile--keynote {
  height: auto; }
  @media (min-width: 768px) {
    .page-template-agenda-template .session-tile--keynote {
      height: 316px; } }

.page-template-agenda-template .session-tile-clickable:hover {
  text-decoration: none; }

.page-template-agenda-template .session-time {
  text-transform: uppercase; }

.page-template-agenda-template #atGlanceAgenda {
  padding: 30px;
  margin-bottom: 45px;
  display: none; }
  @media (min-width: 768px) {
    .page-template-agenda-template #atGlanceAgenda {
      padding: 0;
      margin-bottom: 100px; } }
  .page-template-agenda-template #atGlanceAgenda .agenda-col {
    border-bottom: 1px solid #B3B3B3;
    padding: 15px 0; }
    @media (min-width: 768px) {
      .page-template-agenda-template #atGlanceAgenda .agenda-col {
        border-right: 1px solid #B3B3B3;
        border-bottom: 0;
        padding: 0 15px; } }
    .page-template-agenda-template #atGlanceAgenda .agenda-col:last-child {
      border-right: 0; }
    @media (min-width: 768px) {
      .page-template-agenda-template #atGlanceAgenda .agenda-col--date {
        margin-bottom: 45px; } }

.page-template-agenda-template .agenda-session-label {
  font-size: 1rem;
  line-height: 23px; }
  .page-template-agenda-template .agenda-session-label:hover {
    text-decoration: none;
    color: #000; }

.page-template-agenda-template .popover {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  max-width: 350px;
  padding: 20px; }

.page-template-agenda-template .popover-header {
  font-size: 0.813rem !important;
  font-weight: 600;
  line-height: 17px;
  background-color: inherit;
  border-bottom: 0; }

.page-template-agenda-template .popover-body {
  font-size: 0.813rem !important;
  font-weight: normal;
  line-height: 19px; }

.page-template-agenda-template .facetwp-facet {
  margin-bottom: 25px; }

.page-template-agenda-template .facetwp-dropdown {
  border: 2px solid #939393;
  border-radius: 4px;
  padding: 5px 50px 5px 5px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 23px;
  width: 354px; }
  @media (min-width: 992px) {
    .page-template-agenda-template .facetwp-dropdown {
      width: 100%; } }

.page-template-agenda-template .facetwp-type-dropdown {
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .page-template-agenda-template .facetwp-type-dropdown {
      margin-bottom: auto; } }

.page-template-agenda-template .facetwp-dropdown option {
  font-size: 0.875rem;
  line-height: 23px; }

.page-template-agenda-template .facetwp-search {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 23px;
  color: #888888;
  border: 2px solid #939393;
  border-radius: 4px;
  padding: 4px 50px 4px 5px;
  width: 354px; }
  @media (min-width: 992px) {
    .page-template-agenda-template .facetwp-search {
      width: 100%; } }

.page-template-agenda-template .facetwp-radio {
  display: inline-block;
  background: none !important;
  background-image: none !important;
  padding-left: 0;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 38px;
  /* or 119% */
  letter-spacing: -0.5px;
  color: #FD5000;
  margin: 0 17px; }
  @media (min-width: 992px) {
    .page-template-agenda-template .facetwp-radio {
      font-size: 2rem;
      margin: 0 30px; } }
  @media (min-width: 1200px) {
    .page-template-agenda-template .facetwp-radio {
      margin: 0 40px; } }
  .page-template-agenda-template .facetwp-radio--selected {
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 4px solid #00B379; }
  .page-template-agenda-template .facetwp-radio:hover {
    text-decoration: none;
    color: #000;
    cursor: pointer; }
  .page-template-agenda-template .facetwp-radio .facetwp-counter {
    display: none; }

.page-template-agenda-template .checked {
  color: #000;
  padding-bottom: 5px;
  border-bottom: 4px solid #00B379;
  pointer-events: none; }

.session_na21-template-default .session {
  padding: 25px 0; }
  .session_na21-template-default .session__title {
    font-weight: normal;
    font-size: 50px;
    line-height: 53px;
    letter-spacing: -1px;
    margin-top: 0; }
  .session_na21-template-default .session__date {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px; }
  .session_na21-template-default .session__iframe {
    margin-top: 25px; }
  .session_na21-template-default .session__content {
    margin-top: 25px;
    color: #000; }
  .session_na21-template-default .session__transcript {
    margin-top: 20px;
    padding-top: 20px; }

.session_na21-template-default .session-speaker__name {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.5px; }

.session_na21-template-default .session-speaker__content {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px; }

.error-404-content-area {
  background-color: #000;
  min-height: 70vh;
  color: #FFF; }

.error-404-container {
  padding-bottom: 4rem;
  padding-top: 4rem;
  text-align: center; }
  .error-404-container .subtitle-404 {
    font-size: 1.5rem;
    font-weight: 200; }
  .error-404-container .blog-search {
    max-width: 27.5rem;
    margin: 0 auto; }
  .error-404-container .form-search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.938rem; }
  .error-404-container .form-group {
    width: 100%;
    margin: 0;
    height: 42px; }
  .error-404-container .form-search-label {
    display: none; }
  .error-404-container .form-search-field {
    border-radius: 0;
    background-color: #454545 !important;
    color: #A2A2A2 !important;
    font-size: 1.25rem;
    border: 0;
    height: 100%;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out; }
  .error-404-container .form-search-submit {
    position: absolute;
    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;
    right: 0;
    margin: 0;
    height: 100%;
    border-radius: 0;
    min-width: 3rem; }
  .error-404-container .i-search {
    fill: #A2A2A2; }
  .error-404-container .error-404-links a {
    margin: 0 0.625rem; }

.try-databricks-template {
  /* these two set visiabliyt on load*/
  /* below is extra CSS */ }
  .try-databricks-template .main-column {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem; }
    @media (min-width: 768px) {
      .try-databricks-template .main-column {
        padding-bottom: 4rem;
        padding-top: 4rem; } }
  .try-databricks-template h1 {
    margin: 0 0 1.875rem;
    font-size: 2.75rem;
    line-height: 3.125rem; }
  @media (min-width: 768px) {
    .try-databricks-template .left-column,
    .try-databricks-template .right-column {
      max-width: 34.375rem; } }
  @media (min-width: 768px) {
    .try-databricks-template .left-column {
      padding-right: 2rem; } }
  @media (min-width: 768px) {
    .try-databricks-template .right-column {
      padding-left: 2rem; } }
  .try-databricks-template .try-db-form .mktoFormCol {
    margin-bottom: 0.625rem;
    width: 100%;
    position: relative; }
  .try-databricks-template .try-db-form .mktoLabel {
    font-size: 1rem;
    color: #000; }
  .try-databricks-template .try-db-form .mktoAsterix {
    float: right;
    padding: 0 0.313rem;
    color: #F4331F; }
  .try-databricks-template .try-db-form .mktoField {
    height: 2.125rem;
    width: 100%;
    border: 0.063rem solid #C9C9C9;
    padding-left: 1em; }
    .try-databricks-template .try-db-form .mktoField:focus {
      outline: 0;
      -webkit-box-shadow: inset 0 0 2px #999;
              box-shadow: inset 0 0 2px #999;
      border-color: #999; }
  .try-databricks-template .try-db-form .mktoHtmlText {
    font-size: 0.813rem;
    margin-bottom: 1rem; }
  .try-databricks-template .try-db-form .check-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .try-databricks-template .try-db-form .mktoError {
    height: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #F4331F;
    padding-left: 0.313rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 13px;
    position: relative;
    top: -5px;
    left: 0;
    z-index: -1; }
  .try-databricks-template .try-db-form .field-error {
    height: 1.188rem;
    opacity: 1;
    visibility: visible;
    top: 0; }
  .try-databricks-template .try-db-form .mktoButton {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #FFF;
    border-radius: .25rem;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: .75rem 1.25rem;
    font-weight: 600;
    min-width: 10.313rem;
    margin-bottom: 0.938rem;
    background-color: #FD5000;
    border-color: #FD5000; }
    .try-databricks-template .try-db-form .mktoButton:hover {
      background-color: #CA4000;
      border-color: #CA4000;
      color: #FFF; }
  .try-databricks-template .customer-logo {
    max-height: 60px; }
  .try-databricks-template #signup-page .registration-content {
    overflow: visible;
    overflow: initial; }
  @media (min-width: 1200px) {
    .try-databricks-template #signup-page {
      width: auto; } }
  .try-databricks-template .backGrey {
    background: #F8F8F8; }
  @media (min-width: 768px) {
    .try-databricks-template .backGrey {
      min-height: 880px; } }
  .try-databricks-template .subContainer {
    max-width: 550px;
    text-align: left; }
  .try-databricks-template .subLeft {
    float: right;
    padding-right: 40px; }
  .try-databricks-template .subRight {
    float: left;
    padding-left: 40px; }
  .try-databricks-template .pt-2 {
    padding-top: 20px !important; }
  .try-databricks-template .body-header--topbar,
  .try-databricks-template .nav .menu-item {
    display: none; }
  .try-databricks-template .body-footer {
    display: none; }
  .try-databricks-template .nav .menu-item.login-button {
    display: block; }
  .try-databricks-template .try-databricks-section #ce-signup-button {
    background: none;
    color: #1CB1C2;
    border: 1px solid #1CB1C2;
    font-weight: 500;
    padding: 20px 25px; }
  .try-databricks-template .try-databricks-section #ce-signup-button:hover {
    background: #1CB1C2;
    color: #FFF; }
  .try-databricks-template .button-clicked {
    background: none;
    color: #1CB1C2;
    border: 1px solid #1CB1C2;
    font-weight: 500;
    padding: 20px 25px;
    display: none; }
  .try-databricks-template .nav .menu-item.login-button a {
    color: #1CB1C2;
    background: none; }
  .try-databricks-template .nav .menu-item.login-button a:hover {
    background: #1CB1C2;
    color: #FFF; }
  .try-databricks-template .try-databricks-section h2 {
    text-align: center;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: uppercase;
    margin: 15px 0; }
  .try-databricks-template .try-databricks-section .icon-bug {
    display: block;
    margin: 0 auto .25em;
    font-size: 1.5em; }
  .try-databricks-template .try-databricks-section h3 {
    text-align: center;
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 0 .5em; }
  .try-databricks-template .orTxt {
    float: left;
    margin: 20px 10px 0; }
  .try-databricks-template .buttonGroup {
    margin: 0 auto;
    width: 370px; }
  .try-databricks-template .text-longform hr:not(.section-divider) {
    border-top: .30rem solid #E9E9E9;
    margin: 2rem 0; }
  @media (max-width: 767px) {
    .try-databricks-template .try-databricks-section .row {
      margin-left: -5px;
      margin-right: -5px; }
    .try-databricks-template .try-databricks-section .row > div {
      padding-left: 5px;
      padding-right: 5px; }
    .try-databricks-template .try-databricks-section hr {
      margin-left: -15px;
      margin-right: -15px; }
    .try-databricks-template .try-databricks-section .col-inner {
      font-size: 13px; } }
  @media (min-width: 768px) {
    .try-databricks-template .try-databricks-section h2 {
      font-size: 20px;
      font-weight: 600; }
    .try-databricks-template .try-databricks-section h3 {
      font-size: 17px; } }
  @media (min-width: 992px) {
    .try-databricks-template .try-databricks-section .row {
      margin: 0 auto; }
    .try-databricks-template .try-databricks-section h2 {
      font-size: 24px; }
    .try-databricks-template .try-databricks-section h3 {
      font-size: 20px; } }
  .try-databricks-template .js-even-height UL LI {
    text-align: left; }
  .try-databricks-template .try-databricks-section #ce-signup-button {
    background: none;
    color: #1CB1C2;
    border: 1px solid #1CB1C2;
    font-weight: 500; }
  .try-databricks-template .nopadding {
    padding: 0 !important;
    margin: 0 !important; }
  .try-databricks-template HR {
    border-top: 0.30rem solid #E9E9E9;
    margin: 2rem 0; }
  .try-databricks-template .try-databricks-section {
    margin-bottom: 40px; }
  @media (max-width: 480px) {
    .try-databricks-template .customer-section {
      display: none !important; }
    .try-databricks-template h2 {
      text-align: center; }
    .try-databricks-template .colTwo {
      display: block !important; }
    .try-databricks-template .js-even-height UL LI {
      margin-left: -15px; } }
  .try-databricks-template H2.sub-head {
    font-size: 22px;
    color: #666;
    font-weight: 300;
    margin-bottom: 20px; }
  .try-databricks-template .js-even-height {
    height: auto !important; }
  .try-databricks-template .disclaimerText {
    font-size: 12px;
    text-align: center; }
  .try-databricks-template #headerText {
    display: none; }
  .try-databricks-template .disclaimerBox {
    max-width: 200px;
    text-align: center;
    margin: 20px auto;
    margin-top: 10px; }
  .try-databricks-template .zEWidget-launcher {
    display: none; }
  .try-databricks-template iframe#launcher {
    display: none; }
  .try-databricks-template #signup-page {
    visibility: visible;
    margin-top: 10px !important; }
  .try-databricks-template #product-selection {
    text-align: center;
    display: none; }
  .try-databricks-template #signup-page form .error {
    font-size: 14px;
    color: #FD5430; }
  .try-databricks-template .customer-section .row {
    margin-bottom: 10px; }
  .try-databricks-template #signup-button-aws,
  .try-databricks-template #signup-placeholder-aws {
    width: 140px;
    height: 67px;
    border: 0px; }
  .try-databricks-template .mktoForm div,
  .try-databricks-template .mktoForm span,
  .try-databricks-template .mktoForm label,
  .try-databricks-template .mktoForm p {
    color: #000; }
  .try-databricks-template #signup-page form .inputs-row {
    position: relative;
    min-height: 0;
    margin-bottom: 0;
    margin-top: 0; }
  .try-databricks-template .mktoForm .mktoOffset {
    display: none; }
  .try-databricks-template .mktoForm input[type=checkbox],
  .try-databricks-template #signup-page form input[type=checkbox] {
    margin: 5px 10px 0 0;
    float: left;
    width: 20px !important;
    height: 20px !important; }
  .try-databricks-template .mktoForm .mktoHtmlText.mktoHasWidth {
    width: 100% !important; }
  .try-databricks-template .mktoForm .mktoButtonWrap.mktoSimple {
    margin-left: 0 !important; }
  .try-databricks-template #LblisSpam,
  .try-databricks-template #isSpam {
    display: none !important; }
  .try-databricks-template .registration-content-dialog {
    max-width: 800px;
    margin: 20px auto;
    border: 2px solid rgba(255,255,0,0);
    padding: 5px 20px 20px 20px;
    text-align: center; }
  .try-databricks-template .mktoErrorMsg {
    color: rgba(255,255,0,0); }
  .try-databricks-template .mktoErrorMsg {
    color: #FFF !important;
    text-transform: uppercase;
    font-weight: bold; }

#partners-wrapper #filter-region {
  height: 39px;
  width: 100%; }

#partners-wrapper .select-wrap .chosen-choices {
  padding: 4px 35px 4px 5px;
  z-index: 2;
  cursor: pointer;
  background-image: url(../../assets/src/images/svg/chevron-down.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px; }

#partners-wrapper .select-wrap #filter-search {
  width: 100%;
  padding: 4px 30px 4px 4px;
  border: 1px solid #aaa;
  background-image: url(../../assets/src/images/svg/search.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
  height: 37px;
  color: #888888;
  font-size: 12px;
  font-family: sans-serif;
  line-height: normal; }

#partners-wrapper .select-wrap input ~ span, #partners-wrapper .select-wrap select ~ span {
  position: absolute;
  top: 10px;
  right: 25px;
  cursor: pointer; }

#partners-wrapper .btn-common {
  margin: 10px 20px 10px 0;
  color: #000000;
  background-color: none;
  border-color: #000000;
  display: inline-block;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  padding: 16px 15px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none; }
  #partners-wrapper .btn-common:hover {
    color: #fff;
    background-color: #CA4000;
    border-color: #CA4000; }

.partner-content {
  max-width: 500px; }
  .partner-content .popover-body {
    left: 20px;
    margin: 20px;
    text-align: left;
    overflow-x: auto;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0; }

.pricing-calc-template {
  width: 100%;
  overflow-x: hidden; }
  .pricing-calc-template .pricing-calc-wrap {
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #cccccc;
    margin: 0 auto;
    width: 100%; }
    .pricing-calc-template .pricing-calc-wrap:nth-child(2n) {
      background: #FFF; }
    .pricing-calc-template .pricing-calc-wrap--inputs {
      margin-bottom: 25px; }
    .pricing-calc-template .pricing-calc-wrap--totals {
      border: 1px solid #666666;
      background: #f3f3f3;
      padding: 7px 20px;
      border-radius: 8px;
      font-weight: 600;
      width: auto;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .pricing-calc-template .pricing-calc-wrap--totals {
          float: right; } }
  .pricing-calc-template .pricing-calc-banner {
    color: #FFF;
    height: auto; }
  .pricing-calc-template .pricing-calc-banner-content {
    text-align: center;
    padding-bottom: 40px; }
  .pricing-calc-template .pricing-calc-total-wrap {
    text-align: center;
    background: #f3f3f3;
    border: 1px solid #666666;
    border-radius: 8px;
    min-width: 260px;
    padding: 5px 25px; }
    @media (min-width: 768px) {
      .pricing-calc-template .pricing-calc-total-wrap {
        float: right; } }
  .pricing-calc-template .pricing-calc-tooltip {
    display: inline-block;
    position: relative;
    font-weight: 600; }
    .pricing-calc-template .pricing-calc-tooltip--total {
      margin-right: 40px; }
  .pricing-calc-template .tooltip-icon {
    color: #000;
    border: 1px solid #979797;
    border-radius: 50%;
    margin-left: 0px;
    margin-right: 3px;
    padding: 0px 5px;
    cursor: pointer;
    font-size: .8em;
    font-size: 12px; }
  .pricing-calc-template .tooltip-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -150px;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    background-color: #000;
    padding: 1.5rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    min-width: 300px; }
  .pricing-calc-template .pricing-calc-tooltip:hover .tooltip-content {
    z-index: 10;
    opacity: 0.9;
    border-radius: 8px;
    visibility: visible;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    -webkit-transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97); }
  .pricing-calc-template .pricing-calc-tooltip:hover .tooltip-icon {
    background: #000;
    color: #FFF; }
  .pricing-calc-template .tooltip-message {
    color: #FFF;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0; }
  .pricing-calc-template .dropdown {
    border: 1px solid #cccccc;
    font-size: 1rem;
    outline: 0px;
    border-radius: 6px;
    padding: 7px 10px; }
    .pricing-calc-template .dropdown--compute-type {
      text-transform: capitalize;
      min-width: 100%; }
    .pricing-calc-template .dropdown--instance-type {
      width: 100%; }
  .pricing-calc-template .pricing-calc-input {
    width: 85px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #cccccc;
    padding: 7px 0; }
  .pricing-calc-template .pricing-calc-input-cell {
    padding: 0 5px;
    text-align: center; }
  .pricing-calc-template .pricing-calc-label {
    margin-bottom: 0;
    font-weight: 600; }
  .pricing-calc-template .pricing-calc-total-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .pricing-calc-template .pricing-calc-total-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .pricing-calc-template .pricing-calc-total-cell {
    padding: 0 30px;
    text-align: left; }
    @media (min-width: 768px) {
      .pricing-calc-template .pricing-calc-total-cell {
        text-align: center; } }
  .pricing-calc-template .pricing-calc-total {
    font-weight: 600;
    font-size: 1.2rem; }
  .pricing-calc-template .plan-type-radio {
    width: 25px;
    height: 25px;
    vertical-align: bottom; }
  .pricing-calc-template .plan-type-label {
    text-transform: capitalize;
    font-size: 1.0625rem;
    font-weight: normal; }
  .pricing-calc-template .pricing-calc-remove-btn {
    padding: 4px 10px;
    font-size: 0.75rem;
    min-width: 70px; }
  .pricing-calc-template .pricing-calc-add-btn {
    padding: 7px 20px; }
  .pricing-calc-template #gcpInstanceSection {
    color: #fff;
    background: #1b5162;
    padding-bottom: 50px; }
  .pricing-calc-template .instance-table {
    width: 100%;
    border-bottom: 1px solid #979797;
    border-top: 1px solid #979797;
    margin-top: 25px; }
    .pricing-calc-template .instance-table tr:nth-child(even) {
      background: #306170; }
    .pricing-calc-template .instance-table__dropdown {
      padding: 7px 10px;
      border-radius: 6px;
      border: 1px solid #cccccc;
      font-size: 1rem;
      color: #000; }
    .pricing-calc-template .instance-table__base-rate {
      font-weight: 600; }
    .pricing-calc-template .instance-table__header td {
      font-weight: 600;
      border-left: 1px solid #979797;
      border-right: 1px solid #979797;
      font-size: 0.75rem;
      padding: 4px 6px; }
      @media (min-width: 768px) {
        .pricing-calc-template .instance-table__header td {
          padding: 5px 25px;
          font-size: 1rem; } }
    .pricing-calc-template .instance-table__header td:not(:first-child) {
      text-align: center; }
    .pricing-calc-template .instance-table__section td, .pricing-calc-template .instance-table__section th {
      border-left: 1px solid #979797;
      border-right: 1px solid #979797;
      font-size: 0.75rem;
      padding: 4px 6px; }
      @media (min-width: 768px) {
        .pricing-calc-template .instance-table__section td, .pricing-calc-template .instance-table__section th {
          padding: 5px 25px;
          font-size: 1rem; } }
    .pricing-calc-template .instance-table__section td:not(:first-child) {
      text-align: center; }

#lead-collector .modal-header {
  padding: 10px 15px !important; }

#lead-collector label#Lblmkto_form_consent {
  width: 100% !important; }

#menu-ss-2020-hub-menu-2 {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px; }
  @media (max-width: 1200px) {
    #menu-ss-2020-hub-menu-2 {
      display: inline-block; } }
  @media (max-width: 640px) {
    #menu-ss-2020-hub-menu-2 {
      display: none; } }
  #menu-ss-2020-hub-menu-2 .menu-item {
    margin-right: 40px; }
    #menu-ss-2020-hub-menu-2 .menu-item a {
      color: #C7C7C7;
      font-size: 15px;
      font-weight: 500; }
    @media (max-width: 1200px) {
      #menu-ss-2020-hub-menu-2 .menu-item {
        margin-bottom: 20px; } }

.footer-eu-2020 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer-eu-2020 .menu-item {
    padding-right: 40px;
    height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer-eu-2020 a {
    color: #C7C7C7;
    font-size: 15px;
    font-weight: 500; }

.spark-summit-new-header #menu-ss-2020-hub-menu-1 {
  height: 46px; }
  .spark-summit-new-header #menu-ss-2020-hub-menu-1 .menu-item {
    margin-right: 40px;
    padding: 0; }
    .spark-summit-new-header #menu-ss-2020-hub-menu-1 .menu-item a {
      font-size: 15px;
      font-weight: 500;
      text-transform: none; }

.spark-summit-new-header #menuSpark a {
  text-transform: none !important; }

#header-eu-2020 .desktop-nav {
  height: 76px; }
  #header-eu-2020 .desktop-nav .menu-ss-2020-eu-menu-container {
    height: 76px; }
  #header-eu-2020 .desktop-nav #menu-ss-2020-eu-menu-1 {
    height: inherit; }
    #header-eu-2020 .desktop-nav #menu-ss-2020-eu-menu-1 .menu-item {
      position: static;
      margin-right: 40px;
      padding: 0;
      height: inherit;
      border-bottom: 6px solid transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #header-eu-2020 .desktop-nav #menu-ss-2020-eu-menu-1 .menu-item.current-menu-item {
        border-bottom: 6px solid #00AA73 !important; }
    #header-eu-2020 .desktop-nav #menu-ss-2020-eu-menu-1 a {
      font-size: 15px;
      text-transform: none;
      color: #C7C7C7;
      font-weight: 600; }

#header-eu-2020 .mobile-menu #menu-ss-2020-eu-menu a {
  color: #C7C7C7;
  font-weight: 600; }

#menu-ss-new-menu-2019.menu-new-na-2020 .menu-item,
#menu-ss-2019-eu-menu-1.ss-header-eu-19 .menu-item {
  margin: 0 10px 0 0;
  padding: 0; }
  #menu-ss-new-menu-2019.menu-new-na-2020 .menu-item a,
  #menu-ss-2019-eu-menu-1.ss-header-eu-19 .menu-item a {
    color: #FFF;
    font-weight: 400;
    font-size: 15px;
    padding: 0 8px 0 0; }
  #menu-ss-new-menu-2019.menu-new-na-2020 .menu-item:last-child,
  #menu-ss-2019-eu-menu-1.ss-header-eu-19 .menu-item:last-child {
    top: -4px !important;
    right: 0 !important;
    margin: 0 !important; }
    #menu-ss-new-menu-2019.menu-new-na-2020 .menu-item:last-child a,
    #menu-ss-2019-eu-menu-1.ss-header-eu-19 .menu-item:last-child a {
      background: #FF9500 !important;
      color: #041544 !important;
      padding: 8px 20px 20px;
      height: 52px;
      min-width: 168px;
      font-size: 16px;
      font-weight: 600;
      display: inline-block; }
  #menu-ss-new-menu-2019.menu-new-na-2020 .menu-item:hover .sub-menu,
  #menu-ss-new-menu-2019.menu-new-na-2020 .menu-item[focus-within] .sub-menu,
  #menu-ss-2019-eu-menu-1.ss-header-eu-19 .menu-item:hover .sub-menu,
  #menu-ss-2019-eu-menu-1.ss-header-eu-19 .menu-item[focus-within] .sub-menu {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    -webkit-transform: translate(0, 14px);
            transform: translate(0, 14px); }
  #menu-ss-new-menu-2019.menu-new-na-2020 .menu-item:hover .sub-menu,
  #menu-ss-new-menu-2019.menu-new-na-2020 .menu-item:focus-within .sub-menu,
  #menu-ss-2019-eu-menu-1.ss-header-eu-19 .menu-item:hover .sub-menu,
  #menu-ss-2019-eu-menu-1.ss-header-eu-19 .menu-item:focus-within .sub-menu {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    -webkit-transform: translate(0, 14px);
            transform: translate(0, 14px); }
  #menu-ss-new-menu-2019.menu-new-na-2020 .menu-item > a[focus-within] + .sub-menu,
  #menu-ss-2019-eu-menu-1.ss-header-eu-19 .menu-item > a[focus-within] + .sub-menu {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    -webkit-transform: translate(0, 14px);
            transform: translate(0, 14px); }
  #menu-ss-new-menu-2019.menu-new-na-2020 .menu-item > a:focus-within + .sub-menu,
  #menu-ss-2019-eu-menu-1.ss-header-eu-19 .menu-item > a:focus-within + .sub-menu {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    -webkit-transform: translate(0, 14px);
            transform: translate(0, 14px); }

#menu-ss-new-menu-2019.menu-new-na-2020 .sub-menu,
#menu-ss-2019-eu-menu-1.ss-header-eu-19 .sub-menu {
  opacity: 0;
  z-index: -1;
  position: absolute;
  background: rgba(0, 0, 0, 0.79);
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
  transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
  transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in; }
  #menu-ss-new-menu-2019.menu-new-na-2020 .sub-menu::after,
  #menu-ss-2019-eu-menu-1.ss-header-eu-19 .sub-menu::after {
    content: '';
    position: absolute;
    width: 0;
    height: 10px;
    left: 0;
    top: -27px;
    border-left: 75px outset transparent;
    border-right: 25px solid transparent;
    border-bottom: 27px solid transparent; }
  #menu-ss-new-menu-2019.menu-new-na-2020 .sub-menu .menu-item,
  #menu-ss-2019-eu-menu-1.ss-header-eu-19 .sub-menu .menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    height: 37px;
    position: static !important;
    padding: 0; }
    #menu-ss-new-menu-2019.menu-new-na-2020 .sub-menu .menu-item a,
    #menu-ss-2019-eu-menu-1.ss-header-eu-19 .sub-menu .menu-item a {
      display: block !important;
      background: rgba(255, 255, 255, 0) !important;
      color: #FFF !important;
      font-family: inherit !important;
      font-size: 14px !important;
      font-weight: normal !important;
      padding: 4px 10px 4px 15px !important;
      line-height: 28px !important;
      text-decoration: none !important;
      text-transform: none !important; }
      #menu-ss-new-menu-2019.menu-new-na-2020 .sub-menu .menu-item a:hover, #menu-ss-new-menu-2019.menu-new-na-2020 .sub-menu .menu-item a[focus-within],
      #menu-ss-2019-eu-menu-1.ss-header-eu-19 .sub-menu .menu-item a:hover,
      #menu-ss-2019-eu-menu-1.ss-header-eu-19 .sub-menu .menu-item a[focus-within] {
        background: rgba(255, 255, 255, 0.2) !important;
        font-weight: normal !important;
        text-decoration: none !important;
        color: rgba(255, 255, 255, 0.86) !important; }
      #menu-ss-new-menu-2019.menu-new-na-2020 .sub-menu .menu-item a:hover, #menu-ss-new-menu-2019.menu-new-na-2020 .sub-menu .menu-item a:focus-within,
      #menu-ss-2019-eu-menu-1.ss-header-eu-19 .sub-menu .menu-item a:hover,
      #menu-ss-2019-eu-menu-1.ss-header-eu-19 .sub-menu .menu-item a:focus-within {
        background: rgba(255, 255, 255, 0.2) !important;
        font-weight: normal !important;
        text-decoration: none !important;
        color: rgba(255, 255, 255, 0.86) !important; }

#menu-ss-new-menu-2018.mobile-menu-new-na-2020,
#menu-ss-2019-eu-menu.mobile-ss-header-eu-19 {
  margin-left: 10px; }
  #menu-ss-new-menu-2018.mobile-menu-new-na-2020 .menu-item,
  #menu-ss-2019-eu-menu.mobile-ss-header-eu-19 .menu-item {
    min-height: 40px;
    padding: 0 !important; }
    #menu-ss-new-menu-2018.mobile-menu-new-na-2020 .menu-item a,
    #menu-ss-2019-eu-menu.mobile-ss-header-eu-19 .menu-item a {
      line-height: 40px;
      background: transparent;
      text-align: left;
      color: #FFF !important;
      font-size: 14px !important;
      font-weight: 400; }
    #menu-ss-new-menu-2018.mobile-menu-new-na-2020 .menu-item > a:hover + .sub-menu,
    #menu-ss-new-menu-2018.mobile-menu-new-na-2020 .menu-item > a[focus-within] + .sub-menu,
    #menu-ss-2019-eu-menu.mobile-ss-header-eu-19 .menu-item > a:hover + .sub-menu,
    #menu-ss-2019-eu-menu.mobile-ss-header-eu-19 .menu-item > a[focus-within] + .sub-menu {
      display: block;
      opacity: 1;
      visibility: visible; }
    #menu-ss-new-menu-2018.mobile-menu-new-na-2020 .menu-item > a:hover + .sub-menu,
    #menu-ss-new-menu-2018.mobile-menu-new-na-2020 .menu-item > a:focus-within + .sub-menu,
    #menu-ss-2019-eu-menu.mobile-ss-header-eu-19 .menu-item > a:hover + .sub-menu,
    #menu-ss-2019-eu-menu.mobile-ss-header-eu-19 .menu-item > a:focus-within + .sub-menu {
      display: block;
      opacity: 1;
      visibility: visible; }
    #menu-ss-new-menu-2018.mobile-menu-new-na-2020 .menu-item:hover .sub-menu,
    #menu-ss-new-menu-2018.mobile-menu-new-na-2020 .menu-item[focus-within] .sub-menu,
    #menu-ss-2019-eu-menu.mobile-ss-header-eu-19 .menu-item:hover .sub-menu,
    #menu-ss-2019-eu-menu.mobile-ss-header-eu-19 .menu-item[focus-within] .sub-menu {
      display: block;
      opacity: 1;
      visibility: visible; }
    #menu-ss-new-menu-2018.mobile-menu-new-na-2020 .menu-item:hover .sub-menu,
    #menu-ss-new-menu-2018.mobile-menu-new-na-2020 .menu-item:focus-within .sub-menu,
    #menu-ss-2019-eu-menu.mobile-ss-header-eu-19 .menu-item:hover .sub-menu,
    #menu-ss-2019-eu-menu.mobile-ss-header-eu-19 .menu-item:focus-within .sub-menu {
      display: block;
      opacity: 1;
      visibility: visible; }
    #menu-ss-new-menu-2018.mobile-menu-new-na-2020 .menu-item .sub-menu,
    #menu-ss-2019-eu-menu.mobile-ss-header-eu-19 .menu-item .sub-menu {
      display: none;
      visibility: hidden;
      opacity: 1;
      margin-left: 10px; }
      #menu-ss-new-menu-2018.mobile-menu-new-na-2020 .menu-item .sub-menu > .menu-item,
      #menu-ss-2019-eu-menu.mobile-ss-header-eu-19 .menu-item .sub-menu > .menu-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.17); }
  #menu-ss-new-menu-2018.mobile-menu-new-na-2020 > .menu-item:last-child,
  #menu-ss-2019-eu-menu.mobile-ss-header-eu-19 > .menu-item:last-child {
    background: #FF9500 !important;
    margin-top: 15px;
    text-align: center; }
    #menu-ss-new-menu-2018.mobile-menu-new-na-2020 > .menu-item:last-child a,
    #menu-ss-2019-eu-menu.mobile-ss-header-eu-19 > .menu-item:last-child a {
      color: #041544 !important;
      font-size: 16px !important;
      text-align: center !important;
      font-weight: 600 !important; }

#menu-ss-2019-eu-menu-1.ss-header-eu-19 > .menu-item:last-child a {
  padding: 0;
  min-width: 145px;
  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; }

.page-template-template-ss-2019-eu-home .spark-summit-new-header .desktop-nav li:last-child {
  right: 170px !important; }

.page-template-microsite-template .mic-header-container {
  width: 100%;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-template-microsite-template .mic-header-container .mic-header-title {
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 66px;
    color: #FFF;
    margin: 0; }

.page-template-microsite-template .article-section.has-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.page-template-microsite-template .btn {
  height: 40px;
  padding-top: .45rem;
  padding-bottom: .4rem; }

.page-template-microsite-template .btn--white {
  border: 0;
  color: #FD5000; }
  .page-template-microsite-template .btn--white:hover {
    color: #FFF; }

.page-template-microsite-template .learning-section h2,
.page-template-microsite-template .learning-section h3 {
  font-weight: 600;
  font-size: 53px;
  line-height: 50px;
  letter-spacing: -0.5px;
  margin-bottom: 10px; }
  @media (max-width: 767.98px) {
    .page-template-microsite-template .learning-section h2,
    .page-template-microsite-template .learning-section h3 {
      font-size: 42px; } }

.page-template-microsite-template .learning-section .one-column {
  margin-bottom: 0; }

.page-template-microsite-template .learning-section .top-l-section {
  font-weight: 500;
  font-size: 23px;
  line-height: 31px;
  letter-spacing: -0.5px; }

.page-template-microsite-template .learning-section .right-column ul {
  padding-left: 20px; }

.page-template-microsite-template .learning-section .right-column li {
  margin-bottom: 12px;
  line-height: 20px; }

.page-template-microsite-template .learning-section .right-column p,
.page-template-microsite-template .learning-section .right-column ul {
  font-size: 17px;
  line-height: 23px; }

.page-template-microsite-template .conference-pricing-section {
  background-size: auto !important; }

.page-template-microsite-template .img-round-corner {
  border-radius: 4px; }

.microsite-navbar {
  height: 4.375rem;
  background-color: #1B3139;
  position: relative;
  z-index: 11; }
  .microsite-navbar .navbar {
    background-color: inherit; }
    .microsite-navbar .navbar a {
      color: #FFF; }
  .microsite-navbar .navbar-brand {
    padding: 0;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      .microsite-navbar .navbar-brand {
        margin-right: 6.25rem; } }
  .microsite-navbar .container {
    padding-left: 0.938rem;
    padding-right: 0.938rem; }
  .microsite-navbar #microsite-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .microsite-navbar .navbar-collapse {
    background-color: #1B3139; }
  .microsite-navbar .ham-mobile-btn {
    border: 0;
    background-color: transparent;
    margin-left: -0.375rem;
    position: absolute;
    top: 1.25rem; }
    @media (min-width: 1200px) {
      .microsite-navbar .ham-mobile-btn {
        display: none; } }
    .microsite-navbar .ham-mobile-btn .i-ham-menu {
      height: 1.563rem;
      width: 1.5rem;
      fill: #C8C8C8; }
  .microsite-navbar .btn-register {
    height: 2.5rem;
    padding-top: .45rem;
    padding-bottom: .4rem;
    background-color: #FF3621;
    border-color: #FF3621; }
    @media (min-width: 1200px) {
      .microsite-navbar .btn-register {
        margin: 0; } }
    .microsite-navbar .btn-register:hover {
      background-color: #CA4000;
      border-color: #CA4000;
      color: #FFF; }
  .microsite-navbar .current-menu-item {
    color: red; }
  .microsite-navbar .sub-menu {
    display: none !important; }
    @media (min-width: 1200px) {
      .microsite-navbar .sub-menu {
        min-width: 11.875rem !important;
        max-width: 18.75rem !important;
        -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 auto !important;
                flex: 0 0 auto !important;
        background-color: #1B3139 !important;
        list-style: none;
        display: block !important;
        padding: 1.25rem 1.563rem 1.563rem !important;
        border: 0 !important; }
        .microsite-navbar .sub-menu:focus, .microsite-navbar .sub-menu:active {
          position: relative !important;
          top: 0 !important; } }
    .microsite-navbar .sub-menu a {
      display: block !important;
      color: #FFF;
      -webkit-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out;
      padding: 0.5rem 0 !important; }
      .microsite-navbar .sub-menu a:hover {
        color: #FD5000; }

.microsite-footer-navbar {
  background-color: #000;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }
  .microsite-footer-navbar .btm-row {
    margin-top: 5rem; }
    @media (max-width: 767.98px) {
      .microsite-footer-navbar .btm-row {
        margin-top: 2.5rem; } }
  .microsite-footer-navbar .microsite-footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    list-style: none;
    padding-left: 0; }
    @media (max-width: 991.98px) {
      .microsite-footer-navbar .microsite-footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .microsite-footer-navbar .microsite-footer-menu li {
      padding-right: 1.25rem; }
      @media (max-width: 991.98px) {
        .microsite-footer-navbar .microsite-footer-menu li {
          padding: 0 0 15px; } }
    .microsite-footer-navbar .microsite-footer-menu a {
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.188rem;
      color: #C7C7C7; }
  .microsite-footer-navbar .top-right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 1199.98px) {
      .microsite-footer-navbar .top-right-col {
        display: block; } }
  .microsite-footer-navbar .btm-left-col .navbar-brand {
    width: 100%; }
    @media (max-width: 991.98px) {
      .microsite-footer-navbar .btm-left-col .navbar-brand {
        margin-bottom: 0.938rem; } }
    .microsite-footer-navbar .btm-left-col .navbar-brand img {
      width: 100%; }
      @media (max-width: 991.98px) {
        .microsite-footer-navbar .btm-left-col .navbar-brand img {
          width: auto; } }
  .microsite-footer-navbar .btm-right-col p,
  .microsite-footer-navbar .btm-right-col a {
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: -0.2975px;
    color: #C7C7C7; }
  .microsite-footer-navbar .btm-right-col p {
    margin-bottom: 0.5rem; }
  .microsite-footer-navbar .btm-right-col .extra-links-wrapper {
    margin-bottom: 0.625rem; }
  .microsite-footer-navbar .btm-right-col .footer-extra-links {
    margin-right: 0.938rem;
    font-weight: 600; }
  .microsite-footer-navbar .btn {
    margin-right: 0.938rem;
    height: 2.5rem;
    padding-top: .45rem;
    padding-bottom: .4rem;
    background-color: #FF3621;
    border-color: #FF3621; }
    .microsite-footer-navbar .btn:hover {
      background-color: #CA4000;
      border-color: #CA4000;
      color: #FFF; }
  .microsite-footer-navbar .btn-right-col {
    margin-top: 1.25rem; }
  .microsite-footer-navbar #databricks-social-links {
    width: auto;
    list-style: none;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin: 0; }
    .microsite-footer-navbar #databricks-social-links li {
      width: auto;
      margin-right: 0.938rem; }
      @media (max-width: 767.98px) {
        .microsite-footer-navbar #databricks-social-links li {
          margin-right: 1.563rem; } }
      .microsite-footer-navbar #databricks-social-links li:last-child, .microsite-footer-navbar #databricks-social-links li:nth-child(4) {
        display: none; }
      .microsite-footer-navbar #databricks-social-links li:nth-child(5) {
        margin-right: 0; }
    .microsite-footer-navbar #databricks-social-links .svg-icon {
      height: 2.5rem;
      width: 2.5rem; }

.page-template-lakehouse-template {
  overflow-x: hidden;
  font-family: 'DM Sans', serif !important;
  background: #F9F7F4 !important;
  color: #000; }
  .page-template-lakehouse-template .text-primary {
    color: #FF5F46 !important; }
  .page-template-lakehouse-template .font-monospace {
    font-family: 'DM Mono', monospace !important; }
  .page-template-lakehouse-template #wrapper-navbar,
  .page-template-lakehouse-template footer {
    display: none; }
  .page-template-lakehouse-template p {
    font-family: 'DM Sans', serif !important; }
  .page-template-lakehouse-template a {
    color: #FF5F46; }
    .page-template-lakehouse-template a:hover {
      color: #FF7762; }
  @media (max-width: 1199.98px) {
    .page-template-lakehouse-template .lakehouse-site-header {
      padding-bottom: 4.5rem !important;
      padding-top: 0 !important; } }
  .page-template-lakehouse-template .lakehouse-site-header .lh-desktop-logo svg .logo-path {
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    fill: black; }
  .page-template-lakehouse-template .lakehouse-site-header .lh-desktop-logo.white-logo svg .logo-path {
    fill: white; }
  .page-template-lakehouse-template .lakehouse-site-header .sticky-nav {
    position: fixed;
    z-index: 1000;
    left: 1.25rem; }
    .page-template-lakehouse-template .lakehouse-site-header .sticky-nav::before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 50%;
      width: 1px;
      height: 100%;
      margin-left: -0.5px;
      background-color: #618794; }
  .page-template-lakehouse-template .lakehouse-site-header .nav-item {
    width: 13px;
    height: 13px;
    background-color: #618794;
    border-radius: 50%;
    position: relative;
    text-decoration: none;
    color: white;
    z-index: 10; }
    .page-template-lakehouse-template .lakehouse-site-header .nav-item-active {
      background-color: #FF5F46; }
    .page-template-lakehouse-template .lakehouse-site-header .nav-item span {
      opacity: 0;
      position: absolute;
      top: 50%;
      left: -0.5rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: -1;
      background-color: #1B3139;
      padding: .375rem 1rem .375rem 2rem;
      font-size: 0.875rem;
      white-space: nowrap;
      border-radius: 50px;
      -webkit-filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.1));
              filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.1));
      -webkit-transition: .25s;
      transition: .25s; }
      .page-template-lakehouse-template .lakehouse-site-header .nav-item span::after {
        content: '';
        position: absolute;
        top: 50%;
        left: .5rem;
        width: 13px;
        height: 13px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: #FF5F46;
        border-radius: 50%; }
    .page-template-lakehouse-template .lakehouse-site-header .nav-item:hover {
      -webkit-filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.1));
              filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.1));
      background-color: #FF5F46; }
      .page-template-lakehouse-template .lakehouse-site-header .nav-item:hover span {
        opacity: 1; }
  .page-template-lakehouse-template .lakehouse-site-header .sticky-container {
    position: fixed;
    z-index: 1000; }
    @media (max-width: 991.98px) {
      .page-template-lakehouse-template .lakehouse-site-header .sticky-container {
        background-color: #FFF;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
  @media (min-width: 992px) {
    .page-template-lakehouse-template .lakehouse-template {
      padding-top: 7.5rem; } }
  .page-template-lakehouse-template .lakehouse-template .section {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
    z-index: 10; }
    @media (min-width: 768px) {
      .page-template-lakehouse-template .lakehouse-template .section {
        padding-top: 4rem;
        padding-bottom: 4rem; } }
  .page-template-lakehouse-template .lakehouse-template .section-hero-top,
  .page-template-lakehouse-template .lakehouse-template .section-hero-bottom {
    min-height: 50vw; }
    @media (min-width: 768px) {
      .page-template-lakehouse-template .lakehouse-template .section-hero-top .lead,
      .page-template-lakehouse-template .lakehouse-template .section-hero-bottom .lead {
        width: 75%; } }
  .page-template-lakehouse-template .lakehouse-template .section-hero-top {
    padding-bottom: 16rem; }
    .page-template-lakehouse-template .lakehouse-template .section-hero-top .wpbdmv-animation {
      width: 100%; }
    @media (min-width: 768px) {
      .page-template-lakehouse-template .lakehouse-template .section-hero-top {
        padding-bottom: 23rem;
        padding-top: 10rem; } }
  .page-template-lakehouse-template .lakehouse-template .falling-graphics-container {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    min-height: 50vw;
    height: 100%;
    border-top-left-radius: 100vw;
    border-top-right-radius: 100vw;
    background-color: #EEEDE9; }
  .page-template-lakehouse-template .lakehouse-template .section-hero-bottom {
    padding-bottom: 20rem; }
  .page-template-lakehouse-template .lakehouse-template .falling-shapes-container {
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 50vw;
    height: 100%;
    background-color: #143D4A;
    overflow: hidden; }
    .page-template-lakehouse-template .lakehouse-template .falling-shapes-container .wpbdmv-animation {
      width: 100%; }
  @media (min-width: 768px) {
    .page-template-lakehouse-template .lakehouse-template .hero-bottom-header {
      width: 75%; } }
  .page-template-lakehouse-template .lakehouse-template .section-discover-lakehouse {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 85vw;
    padding: 20rem 0;
    position: relative; }
    @media (min-width: 768px) {
      .page-template-lakehouse-template .lakehouse-template .section-discover-lakehouse {
        background-position: center 87%;
        background-repeat: no-repeat;
        background-size: cover; } }
    @media (min-width: 992px) {
      .page-template-lakehouse-template .lakehouse-template .section-discover-lakehouse {
        background-position: center 65%;
        background-attachment: fixed; } }
    .page-template-lakehouse-template .lakehouse-template .section-discover-lakehouse::before, .page-template-lakehouse-template .lakehouse-template .section-discover-lakehouse::after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 0;
      height: 0;
      border-style: solid; }
    .page-template-lakehouse-template .lakehouse-template .section-discover-lakehouse::before {
      left: 0;
      border-width: 29vw 0 0 50vw;
      border-color: transparent transparent transparent #F9F7F4; }
    .page-template-lakehouse-template .lakehouse-template .section-discover-lakehouse::after {
      right: 0;
      border-width: 0 0 29vw 50vw;
      border-color: transparent transparent #F9F7F4 transparent; }
    .page-template-lakehouse-template .lakehouse-template .section-discover-lakehouse .lh-img-title {
      z-index: 90; }
      .page-template-lakehouse-template .lakehouse-template .section-discover-lakehouse .lh-img-title::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        z-index: 80;
        background: -webkit-gradient(linear, left top, left bottom, from(#1B3139), to(rgba(27, 49, 57, 0)));
        background: linear-gradient(180deg, #1B3139 0%, rgba(27, 49, 57, 0) 100%); }
      @media (min-width: 768px) {
        .page-template-lakehouse-template .lakehouse-template .section-discover-lakehouse .lh-img-title .hero-title-1,
        .page-template-lakehouse-template .lakehouse-template .section-discover-lakehouse .lh-img-title .hero-title-2 {
          opacity: 0; }
        .page-template-lakehouse-template .lakehouse-template .section-discover-lakehouse .lh-img-title .animate-normal {
          -webkit-animation: animateIn 1000ms ease-in forwards;
                  animation: animateIn 1000ms ease-in forwards; }
        .page-template-lakehouse-template .lakehouse-template .section-discover-lakehouse .lh-img-title .animate-delay {
          -webkit-animation: animateIn 1000ms ease-in 200ms forwards;
                  animation: animateIn 1000ms ease-in 200ms forwards; }
        @-webkit-keyframes animateIn {
          0% {
            opacity: 0;
            letter-spacing: 5.5vw; }
          100% {
            opacity: 1;
            letter-spacing: 3.5vw;
            -webkit-transition-timing-function: cubic-bezier(0, 0.7, 3, 1);
                    transition-timing-function: cubic-bezier(0, 0.7, 3, 1); } }
        @keyframes animateIn {
          0% {
            opacity: 0;
            letter-spacing: 5.5vw; }
          100% {
            opacity: 1;
            letter-spacing: 3.5vw;
            -webkit-transition-timing-function: cubic-bezier(0, 0.7, 3, 1);
                    transition-timing-function: cubic-bezier(0, 0.7, 3, 1); } } }
  .page-template-lakehouse-template .lakehouse-template .lh-component .discover-lakehouse {
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 5rem; }
    @media (min-width: 768px) {
      .page-template-lakehouse-template .lakehouse-template .lh-component .discover-lakehouse {
        font-size: 3.5rem;
        line-height: 1.15; } }
    @media (min-width: 992px) {
      .page-template-lakehouse-template .lakehouse-template .lh-component .discover-lakehouse {
        font-size: 5rem; } }
    @media (min-width: 1200px) {
      .page-template-lakehouse-template .lakehouse-template .lh-component .discover-lakehouse {
        font-size: 6rem; } }
  .page-template-lakehouse-template .lakehouse-template .eyebrow-accent {
    padding-left: 0;
    font-size: 1rem; }
    @media (min-width: 992px) {
      .page-template-lakehouse-template .lakehouse-template .eyebrow-accent {
        padding-left: 0;
        font-size: 1rem; } }
    .page-template-lakehouse-template .lakehouse-template .eyebrow-accent::before {
      content: none;
      position: absolute;
      top: 50%;
      left: 0;
      width: 1.25rem;
      height: 0.25rem;
      margin-top: -0.125rem;
      background-color: #FF5F46; }
      @media (min-width: 992px) {
        .page-template-lakehouse-template .lakehouse-template .eyebrow-accent::before {
          width: 4.25rem; } }
  .page-template-lakehouse-template .lakehouse-template .section-features {
    margin-top: 6rem;
    font-size: 1.25rem;
    position: relative; }
    .page-template-lakehouse-template .lakehouse-template .section-features .lead {
      font-size: 1.5rem;
      font-weight: 500; }
  .page-template-lakehouse-template .lakehouse-template .bg-hexagon-1 {
    width: 1512px;
    top: -150px;
    z-index: -1; }
  .page-template-lakehouse-template .lakehouse-template .bg-hexagon-2 {
    display: none; }
    @media (min-width: 768px) {
      .page-template-lakehouse-template .lakehouse-template .bg-hexagon-2 {
        display: block;
        width: 750px;
        margin-right: -500px;
        top: -70px;
        z-index: -1; } }
    @media (min-width: 992px) {
      .page-template-lakehouse-template .lakehouse-template .bg-hexagon-2 {
        width: 880px;
        margin-right: -430px;
        top: -80px; } }
  .page-template-lakehouse-template .lakehouse-template .features-header {
    line-height: 1.1;
    letter-spacing: -.125rem; }
  .page-template-lakehouse-template .lakehouse-template thead th {
    border: none;
    font-weight: 700; }
  .page-template-lakehouse-template .lakehouse-template th, .page-template-lakehouse-template .lakehouse-template td {
    vertical-align: middle; }
  .page-template-lakehouse-template .lakehouse-template .features-table-desktop {
    font-size: 1.125rem;
    -webkit-box-shadow: 0 4px 30px rgba(27, 49, 57, 0.1);
            box-shadow: 0 4px 30px rgba(27, 49, 57, 0.1); }
    .page-template-lakehouse-template .lakehouse-template .features-table-desktop td {
      background-color: white; }
      .page-template-lakehouse-template .lakehouse-template .features-table-desktop td:last-child {
        border-left-width: 1px;
        border-left-color: #dee2e6; }
    .page-template-lakehouse-template .lakehouse-template .features-table-desktop th:first-child {
      background-color: #F9F7F4;
      width: 270px;
      font-weight: 500; }
    .page-template-lakehouse-template .lakehouse-template .features-table-desktop thead th {
      background-color: #EEEDE9;
      padding: 1rem .5rem;
      font-size: 14px; }
      @media (min-width: 992px) {
        .page-template-lakehouse-template .lakehouse-template .features-table-desktop thead th {
          font-size: 1.5rem; } }
      .page-template-lakehouse-template .lakehouse-template .features-table-desktop thead th:last-child {
        border-left-width: 1px; }
    .page-template-lakehouse-template .lakehouse-template .features-table-desktop tbody tr {
      font-size: 12px; }
      .page-template-lakehouse-template .lakehouse-template .features-table-desktop tbody tr:last-child {
        border-bottom-style: hidden; }
      @media (min-width: 992px) {
        .page-template-lakehouse-template .lakehouse-template .features-table-desktop tbody tr {
          font-size: 18px; } }
  .page-template-lakehouse-template .lakehouse-template .table-caption {
    font-size: 0.875rem; }
  .page-template-lakehouse-template .lakehouse-template .cta-ebook {
    background-color: #daf2ea;
    font-size: 1rem;
    color: #1b5162; }
    @media (min-width: 992px) {
      .page-template-lakehouse-template .lakehouse-template .cta-ebook {
        -webkit-clip-path: polygon(0% -100%, calc(100% - 3rem) -100%, calc(100% - 3rem) 0%, 100% 50%, calc(100% - 3rem) 100%, calc(100% - 3rem) 200%, 0% 200%);
                clip-path: polygon(0% -100%, calc(100% - 3rem) -100%, calc(100% - 3rem) 0%, 100% 50%, calc(100% - 3rem) 100%, calc(100% - 3rem) 200%, 0% 200%); } }
  .page-template-lakehouse-template .lakehouse-template .ebook {
    position: relative; }
    @media (min-width: 992px) {
      .page-template-lakehouse-template .lakehouse-template .ebook {
        position: absolute;
        right: 4rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .page-template-lakehouse-template .lakehouse-template .accordion-body {
    text-align: left; }
  .page-template-lakehouse-template .lakehouse-template .accordion-button:not(.collapsed) {
    color: #FF5F46 !important;
    background-color: white !important; }
  .page-template-lakehouse-template .lakehouse-template .tab-img-col {
    margin-bottom: 30px; }
  .page-template-lakehouse-template .lakehouse-template .lh-img-box {
    cursor: pointer;
    text-align: center;
    background-color: #1B3139;
    border-radius: 4px;
    color: white;
    margin-bottom: 30px;
    max-height: 180px;
    height: 180px; }
  .page-template-lakehouse-template .lakehouse-template .lh-tab-img {
    padding: 12px 18px 18px; }
  .page-template-lakehouse-template .lakehouse-template .lh-img-title {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px; }
  .page-template-lakehouse-template .lakehouse-template .tab-box-col {
    background-color: #1B5162;
    color: white;
    width: 100%;
    margin: 0 0 30px;
    border-radius: 4px;
    padding: 28px 35px;
    text-align: center;
    cursor: pointer; }
    .page-template-lakehouse-template .lakehouse-template .tab-box-col:last-child {
      background-color: #618794; }
    .page-template-lakehouse-template .lakehouse-template .tab-box-col .lh-tab-box {
      font-size: 22px;
      font-weight: 700;
      line-height: 22px; }
  .page-template-lakehouse-template .lakehouse-template .lh-content-box {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-shadow: 0 20px 30px rgba(27, 49, 57, 0.15);
            box-shadow: 0 20px 30px rgba(27, 49, 57, 0.15);
    background-color: white;
    border-radius: 4px;
    padding: 20px; }
  .page-template-lakehouse-template .lakehouse-template .logo-wrapper {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page-template-lakehouse-template .lakehouse-template .logo-row {
    white-space: nowrap; }
  .page-template-lakehouse-template .lakehouse-template .logo-item {
    display: inline-block;
    margin: 1rem 2rem; }

@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes scrollRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes scrollRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }
  .page-template-lakehouse-template .lakehouse-template .custom-off-set {
    margin-left: 75px; }
  .page-template-lakehouse-template .lakehouse-template .footer-bg-wrapper {
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center bottom; }
    @media (min-width: 768px) {
      .page-template-lakehouse-template .lakehouse-template .footer-bg-wrapper {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top; } }
  @media (min-width: 768px) {
    .page-template-lakehouse-template .lakehouse-template .blog-teaser-item {
      min-height: 560px;
      height: 560px; } }
  .page-template-lakehouse-template .lakehouse-template .blog-teaser-item a {
    color: black;
    font-weight: 400; }
  .page-template-lakehouse-template .lakehouse-template .blog-teaser-content {
    padding: 1.875rem; }
  .page-template-lakehouse-template .lakehouse-template .blog-teaser-category {
    font-size: 0.875rem; }
  .page-template-lakehouse-template .lakehouse-template .teaser-label {
    color: #FF5F46; }
  .page-template-lakehouse-template .lakehouse-template .section-footer-cta {
    padding-top: 15rem;
    padding-bottom: 15rem;
    padding-top: 35rem;
    padding-bottom: 35rem; }
    @media (max-width: 991px) {
      .page-template-lakehouse-template .lakehouse-template .section-footer-cta {
        padding-top: 15rem;
        padding-bottom: 15rem; } }
    @media (min-width: 992px) {
      .page-template-lakehouse-template .lakehouse-template .section-footer-cta {
        padding-top: 25rem;
        padding-bottom: 25rem; } }
    .page-template-lakehouse-template .lakehouse-template .section-footer-cta .btn {
      background: #FF5F46 !important;
      border-radius: 0 !important;
      text-transform: capitalize; }
    .page-template-lakehouse-template .lakehouse-template .section-footer-cta .btn-primary,
    .page-template-lakehouse-template .lakehouse-template .section-footer-cta .btn-header {
      background-color: #FF5F46 !important;
      border-color: #FF5F46;
      color: white; }
      .page-template-lakehouse-template .lakehouse-template .section-footer-cta .btn-primary:hover,
      .page-template-lakehouse-template .lakehouse-template .section-footer-cta .btn-header:hover {
        background-color: #FF7762 !important;
        border-color: #FF6F59 !important;
        color: white; }
    .page-template-lakehouse-template .lakehouse-template .section-footer-cta .btn-light {
      background-color: white !important;
      color: black;
      border-color: white; }
  .page-template-lakehouse-template .lakehouse-template .site-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #1B3139; }
  .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .box-wrap {
    background: #1B3139;
    border-radius: 4px;
    color: #FFF;
    padding: 15px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in; }
  .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .col-md-3 {
    cursor: pointer; }
  .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .box-wrap .icon {
    height: 80px;
    width: 80px;
    margin-bottom: 15px; }
  .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .box-wrap h6 {
    font-weight: bold;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: inherit;
    margin-bottom: 0;
    min-height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .full-box-wrap h6 {
    color: inherit;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 22px; }
  .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .floating-content {
    font-size: 16px;
    color: #1B5162;
    text-align: left; }
    .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .floating-content h6 {
      font-weight: bold; }
    .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .floating-content p {
      margin-bottom: 0;
      font-weight: 600; }
    .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .floating-content .default-content {
      border-left: 1px solid #FF5F46;
      padding-left: 18px;
      max-width: 200px;
      position: relative;
      text-align: left; }
      .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .floating-content .default-content img {
        position: absolute;
        left: -32px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .box-wrap {
    background: #1B3139;
    border-radius: 4px;
    color: #FFF;
    padding: 15px; }
    .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .box-wrap .icon {
      height: 80px;
      width: 80px;
      margin-bottom: 15px; }
    .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .box-wrap h6 {
      font-weight: 700;
      font-size: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      color: inherit;
      margin-bottom: 0;
      min-height: 35px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .box-wrap.show {
      background: #C4CCD6 !important;
      -webkit-filter: grayscale(1) brightness(200%);
              filter: grayscale(1) brightness(200%); }
      .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .box-wrap.show .icon svg path {
        fill: #FFF; }
      .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .box-wrap.show.wavy-pattern svg path {
        fill: #C4CCD6 !important; }
  .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .full-box-wrap {
    padding: 25px 35px;
    background: #1B5162;
    border-radius: 4px;
    text-align: center;
    color: #FFF;
    margin: 30px 0;
    cursor: pointer; }
    .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .full-box-wrap:last-child {
      background: #618794 !important;
      border-radius: 4px;
      padding: 50px 0;
      position: relative; }
    .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .full-box-wrap p {
      margin: 0; }
    .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .full-box-wrap h6 {
      color: inherit;
      margin-bottom: 0;
      font-weight: 700;
      font-size: 1.375rem; }
    .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .full-box-wrap.wavy-pattern {
      background: #618794;
      border-radius: 4px;
      position: relative;
      padding: 50px 0; }
      .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .full-box-wrap.wavy-pattern > svg {
        position: absolute;
        bottom: -40px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom;
        object-position: bottom;
        left: 0;
        z-index: -1; }
  .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .floating-content {
    font-size: 16px;
    color: #1B5162;
    text-align: left; }
    .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .floating-content h6 {
      font-weight: 700; }
    .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .floating-content p {
      margin-bottom: 0;
      font-weight: normal; }
    .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .floating-content .default-content {
      border-left: 1px solid #FF5F46;
      padding-left: 18px;
      max-width: 200px;
      position: relative;
      text-align: left; }
      .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .floating-content .default-content .icon {
        position: absolute;
        left: -32px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .floating-content .float-content {
      background: #FFF;
      max-width: 80%;
      padding: 20px;
      -webkit-box-shadow: 0 20px 30px rgba(27, 49, 57, 0.15);
              box-shadow: 0 20px 30px rgba(27, 49, 57, 0.15);
      border-radius: 4px;
      display: none; }
      .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .floating-content .float-content .logo-wrap {
        margin-bottom: 15px; }
      .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .floating-content .float-content h6 {
        font-size: 1.25rem;
        color: #1B3139;
        margin-bottom: 15px;
        line-height: 25px; }
  @media (max-width: 1200px) {
    .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .box-wrap {
      padding: 15px 10px; } }
  @media (max-width: 1200px) {
    .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .layer-wrap .full-box-wrap {
      padding: 20px; } }
  @media (max-width: 1200px) {
    .page-template-lakehouse-template .lakehouse-template .data-bricks-layer .floating-content .float-content {
      max-width: 85%; } }

/* new Updates */
.page-template-lakehouse-template .lakehouse-site-header .sticky-container {
  position: unset !important;
  z-index: unset !important; }
  .page-template-lakehouse-template .lakehouse-site-header .sticky-container .row > div {
    position: fixed;
    z-index: 99;
    width: auto; }
    .page-template-lakehouse-template .lakehouse-site-header .sticky-container .row > div:last-child {
      right: 15px; }

/*toggle-css-update*/
.fade.in {
  opacity: 1 !important; }

.nav-tabs {
  padding: 4px !important;
  background: #1B3139;
  border-radius: 30px; }
  .nav-tabs > li {
    margin-bottom: 0; }
    .nav-tabs > li a {
      min-width: 140px;
      text-align: center;
      border-radius: 30px !important;
      font-size: 14px !important;
      background: #1B5162;
      border: 0 !important;
      color: #fff !important;
      padding: 6px 0;
      margin: 0 !important; }
    .nav-tabs > li:not(:last-child) {
      margin-right: 5px !important; }
    .nav-tabs > li a:hover {
      background: rgba(255, 255, 255, 0.45) !important;
      color: #fff !important; }
    .nav-tabs > li.active a {
      background: #FF5F46 !important; }
      .nav-tabs > li.active a:hover {
        background: #FF5F46 !important; }

/* @media (min-width:768px){
    table [scope="mb-row"]{
        display: none;
    }
} */
@media (max-width: 767px) {
  .tab-content table tbody tr th:first-child, .tab-content table thead tr th:first-child {
    display: none !important; }
  .tab-content table tbody tr th:last-child {
    display: table-cell !important; }
  .tab-content .mb-head {
    background: #F9F7F4 !important; }
  .tab-content table thead th {
    font-size: 20px; } }

@media (min-width: 1200px) {
  .tab-content .col-md-9 h2 + p {
    padding: 0 100px; } }

/* delta lake */
.delta-lake .img-wrap {
  margin-top: -80px;
  margin-bottom: 45px; }
  .delta-lake .img-wrap .logo {
    background: #00ADD4;
    padding: 20px 35px;
    -webkit-box-shadow: 0px 20px 30px rgba(27, 49, 57, 0.15);
            box-shadow: 0px 20px 30px rgba(27, 49, 57, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .delta-lake .img-wrap .logo img {
      max-width: 90%; }

.delta-lake .delta-lake-wrap {
  padding: 40px 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(27, 49, 57, 0.1);
          box-shadow: 0px 4px 30px rgba(27, 49, 57, 0.1); }

.delta-lake .features-header {
  margin-top: 0; }

.delta-lake .eyebrow-accent {
  margin-bottom: 30px; }

.delta-lake .action-more {
  text-decoration: none;
  font-size: 16px;
  margin-top: 40px;
  display: block; }

@media (max-width: 580px) {
  .delta-lake .delta-lake-wrap {
    margin: 0; } }

@media (min-width: 992px) {
  .delta-lake .delta-lake-wrap {
    padding: 40px; }
  .delta-lake .content p {
    padding: 0 30px; } }

@media (min-width: 1200px) {
  .delta-lake {
    margin-top: 50px; }
    .delta-lake .delta-lake-wrap {
      padding: 40px 100px; }
    .delta-lake .content p {
      font-size: 20px;
      /* padding: 0 30px; */ } }

@media (max-width: 992px) {
  .delta-lake .display-5, .tab-pane .display-5 {
    font-size: 24px;
    letter-spacing: 0.03rem !important; } }

@media (max-width: 767px) {
  .delta-lake .img-wrap .logo {
    padding: 20px 15px !important; } }

.microsite-template .hero-img-section.no-bottom-margin {
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .microsite-template .hero-img-section.no-bottom-margin .hero-img-container {
      padding: 5rem 0; } }

.microsite-template .hero-img-section .hero-img-container {
  color: #FFF; }
  @media (max-width: 991.98px) {
    .microsite-template .hero-img-section .hero-img-container {
      opacity: 0.1;
      background-position: top center;
      -webkit-transition: opacity .1s ease-in-out;
      transition: opacity .1s ease-in-out; } }

@media (max-width: 767.98px) {
  .microsite-template .hero-img-section br {
    display: none; } }

.microsite-template .hero-img-section .hero-line-bar {
  background-color: #FFF;
  width: 100%;
  height: 3px;
  margin-bottom: 5px; }

.microsite-template .hero-img-section .left-column,
.microsite-template .hero-img-section .right-column {
  text-align: left !important; }

.microsite-template .hero-img-section .right-column .col {
  font-weight: 600;
  font-size: 1.17rem;
  line-height: 1.25rem;
  text-align: left;
  text-transform: uppercase; }
  @media (min-width: 576px) {
    .microsite-template .hero-img-section .right-column .col {
      font-size: 1.421rem;
      line-height: 1.563rem;
      letter-spacing: 0.08em; } }

@media (max-width: 767.98px) {
  .microsite-template .hero-img-section .btn {
    margin-left: 0 !important; } }

.microsite-template .hero-img-section h1 {
  font-weight: 600 !important;
  font-size: 3.313rem !important;
  line-height: 3.375rem !important;
  letter-spacing: -0.092rem !important; }
  @media (max-width: 991.98px) {
    .microsite-template .hero-img-section h1 {
      font-size: 2.625rem !important;
      line-height: 2.688rem !important;
      letter-spacing: -0.073rem !important; } }

.microsite-template .hero-img-section h2,
.microsite-template .hero-img-section h3 {
  font-size: 2.625rem;
  line-height: 2.438rem;
  letter-spacing: -0.025rem;
  font-weight: 600; }
  @media (min-width: 992px) {
    .microsite-template .hero-img-section h2,
    .microsite-template .hero-img-section h3 {
      font-size: 3.313rem;
      line-height: 3.125rem;
      letter-spacing: -0.031rem; } }

.microsite-template .hero-img-section p {
  color: #FFF;
  font-weight: 500;
  font-size: 1.438rem;
  line-height: 1.938rem;
  letter-spacing: -0.031rem;
  text-align: left !important; }
  @media (max-width: 991.98px) {
    .microsite-template .hero-img-section p {
      font-size: 1.188rem !important;
      line-height: 25px !important; } }

.microsite-template .hero-img-section .content-area {
  padding: 0; }

.has-video-bg {
  opacity: 0;
  -webkit-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out; }

.micro-banner-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto; }
  @media (max-width: 991.98px) {
    .micro-banner-video {
      display: none; } }

.pricing-main-container .block-title {
  line-height: 3.125rem; }

.pricing-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.pricing-item {
  width: 100%;
  margin-bottom: 1rem;
  margin-right: 0; }
  @media (min-width: 768px) {
    .pricing-item {
      margin-bottom: 1.875rem; } }
  @media (min-width: 992px) {
    .pricing-item {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      margin-right: 7.813rem; } }
  .pricing-item:nth-child(3n+3) {
    margin-right: 0; }
  .pricing-item .pricing-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.37);
    margin-bottom: 1.375rem; }
  .pricing-item .item-content,
  .pricing-item .cost-content {
    color: #000;
    width: 65%;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: -0.5px;
    margin-bottom: 1.188rem; }
  .pricing-item .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .pricing-item .cost-content {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: right; }
  .pricing-item h3 {
    font-size: 1.188rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 0.313rem;
    color: #000; }
  .pricing-item a {
    font-size: 1.188rem; }
  .pricing-item ul {
    font-size: 1.188rem;
    padding-left: 0;
    list-style: none; }
    .pricing-item ul li {
      color: #FF5F46;
      margin-bottom: 1rem; }
  .pricing-item .i-question-mark {
    fill: transparent;
    cursor: pointer;
    width: 22px;
    height: 22px;
    margin-left: 5px; }

.summit-2021-custom-page .bs-popover-top {
  min-width: 225px;
  min-height: 150px; }

.summit-2021-custom-page .popover-header {
  font-weight: 600;
  font-size: 1.25rem;
  padding: .9rem 1.05rem; }

.summit-2021-custom-page .popover-body {
  font-size: 1rem;
  line-height: 1.188rem;
  padding: .9rem 1.05rem; }

.reason-main-container .reason-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

.reason-item {
  width: 100%;
  margin-bottom: 1rem;
  margin-right: 0;
  text-align: center; }
  @media (min-width: 768px) {
    .reason-item {
      margin-bottom: 1.875rem; } }
  @media (min-width: 992px) {
    .reason-item {
      width: 33.33%;
      padding-right: 3.125rem; } }
  .reason-item:last-child, .reason-item:nth-child(3n+3) {
    padding-right: 0; }
  .reason-item .reason-number {
    width: 100px;
    margin: auto; }
  .reason-item .reason-content {
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.875rem;
    text-align: center;
    letter-spacing: -0.5px; }
    .reason-item .reason-content p {
      margin-bottom: 0;
      font-size: inherit;
      font-weight: inherit;
      letter-spacing: inherit; }
  .reason-item a {
    font-size: 1.188rem; }
  .reason-item ul {
    font-size: 1.188rem;
    padding-left: 0;
    list-style: none; }
    .reason-item ul li {
      color: #FF5F46;
      margin-bottom: 1rem; }

.carousel-main-container {
  margin-top: 0.75rem;
  /* display 5 */ }
  .carousel-main-container .carousel-item {
    -webkit-transition-duration: .3s;
            transition-duration: .3s; }
    .carousel-main-container .carousel-item .card-wrapper {
      padding-left: 0; }
      @media (max-width: 767.98px) {
        .carousel-main-container .carousel-item .card-wrapper {
          padding: 0; } }
    @media (min-width: 768px) {
      .carousel-main-container .carousel-item .col-md-25 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
        max-width: 20%; } }
  .carousel-main-container .card {
    background-color: transparent;
    border: 0;
    border-radius: .5rem; }
    @media (min-width: 768px) {
      .carousel-main-container .card {
        height: 346px;
        width: 208px; } }
    .carousel-main-container .card .card-link {
      border-radius: inherit; }
    .carousel-main-container .card .head-shot {
      border-top-left-radius: inherit;
      border-top-right-radius: inherit;
      height: 232px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media (max-width: 767px) {
        .carousel-main-container .card .head-shot {
          height: 340px; } }
    .carousel-main-container .card .card-body {
      height: 114px;
      padding: 4px 10px;
      background-color: #1B5162;
      color: #FFF;
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit; }
    .carousel-main-container .card .card-title {
      font-style: normal;
      font-weight: bold;
      font-size: 19.4481px;
      line-height: 25px;
      margin-bottom: 0;
      text-align: left; }
    .carousel-main-container .card .card-text {
      font-style: normal;
      font-weight: normal;
      font-size: 12px !important;
      line-height: 16px !important;
      margin-bottom: 0;
      text-align: left; }
    .carousel-main-container .card .card-logo {
      width: 84px;
      position: absolute;
      bottom: 10px;
      left: 10px; }
  .carousel-main-container .carousel-control-prev,
  .carousel-main-container .carousel-control-next {
    opacity: 1; }
  .carousel-main-container .carousel-control-prev {
    left: -50px; }
    @media (max-width: 767.98px) {
      .carousel-main-container .carousel-control-prev {
        left: 0; } }
  .carousel-main-container .carousel-control-next {
    right: -35px; }
    @media (max-width: 767.98px) {
      .carousel-main-container .carousel-control-next {
        right: 0; } }
  .carousel-main-container .i-prev-arrow,
  .carousel-main-container .i-next-arrow {
    width: 2.875rem;
    height: 2.875rem;
    border: 1px solid #E2E2E2;
    border-radius: 50%; }
    @media (max-width: 767.98px) {
      .carousel-main-container .i-prev-arrow,
      .carousel-main-container .i-next-arrow {
        background-color: #FFF; } }
  @media (max-width: 768px) {
    .carousel-main-container .carousel-inner .carousel-item > div {
      display: none; }
    .carousel-main-container .carousel-inner .carousel-item > div:first-child {
      display: block; } }
  .carousel-main-container .carousel-inner .carousel-item.active,
  .carousel-main-container .carousel-inner .carousel-item-next,
  .carousel-main-container .carousel-inner .carousel-item-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 768px) {
    .carousel-main-container .carousel-inner .carousel-item-right.active,
    .carousel-main-container .carousel-inner .carousel-item-next {
      -webkit-transform: translateX(20%);
              transform: translateX(20%); }
    .carousel-main-container .carousel-inner .carousel-item-left.active,
    .carousel-main-container .carousel-inner .carousel-item-prev {
      -webkit-transform: translateX(-20%);
              transform: translateX(-20%); } }
  @media (max-width: 568px) {
    .carousel-main-container .carousel-inner .carousel-item-right.active,
    .carousel-main-container .carousel-inner .carousel-item-next {
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
    .carousel-main-container .carousel-inner .carousel-item-left.active,
    .carousel-main-container .carousel-inner .carousel-item-prev {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); } }
  .carousel-main-container .carousel-inner .carousel-item-right,
  .carousel-main-container .carousel-inner .carousel-item-left {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.article-section.sidebar-section {
  padding: 1.875rem 0.938rem;
  margin: 0; }
  @media (min-width: 768px) {
    .article-section.sidebar-section {
      padding: 5rem 0 !important; } }

.sidebar-main-container .block-title {
  text-align: center; }
  @media (min-width: 768px) {
    .sidebar-main-container .block-title {
      text-align: left;
      text-align: initial; } }

.sidebar-filter-title {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  margin: 0;
  display: none; }
  @media (min-width: 768px) {
    .sidebar-filter-title {
      font-weight: 600;
      font-size: 16px;
      line-height: 23px;
      display: block; } }

.sidebar-filter-button {
  width: 100%;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 0;
  padding: .6rem 0;
  margin-bottom: 1.2rem;
  background-color: transparent;
  border-bottom: 1px solid #000; }
  @media (min-width: 768px) {
    .sidebar-filter-button {
      display: none; } }
  .sidebar-filter-button:focus {
    outline: none; }
  .sidebar-filter-button .i-chevron-down {
    margin-right: 4px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
    .sidebar-filter-button .i-chevron-down.active {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.admin-bar .sidebar-nav-container {
  top: 35px; }

.sidebar-nav-container {
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .sidebar-nav-container {
      margin-bottom: 1.4em;
      position: sticky;
      top: 0;
      z-index: 1020; } }

.sidebar-items {
  list-style: none;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #FF5F46;
  display: none; }
  @media (min-width: 768px) {
    .sidebar-items {
      margin: 1em 0 0;
      display: block; } }
  .sidebar-items.active {
    display: block; }

.sidebar-item-wrapper {
  margin-bottom: .8rem; }
  @media (min-width: 768px) {
    .sidebar-item-wrapper {
      margin-bottom: 1rem; } }

.sidebar-item {
  cursor: pointer; }
  .sidebar-item:hover {
    text-decoration: underline; }
  .sidebar-item.active {
    text-decoration: underline; }

.sidebar-content {
  display: none;
  opacity: 0;
  -webkit-transition: display .3s ease-in-out;
  transition: display .3s ease-in-out; }
  .sidebar-content.active {
    display: block;
    opacity: 1; }

.ellipse-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .ellipse-wrapper .ellipse-shape {
    position: absolute;
    border-radius: 50%; }
    .ellipse-wrapper .ellipse-shape.center-shape {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.cards-main-container .block-title {
  color: #FFF;
  font-weight: bold; }

.cards-main-container .card-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-top: 1.875rem;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }
  @media (max-width: 767.98px) {
    .cards-main-container .card-wrapper {
      margin-top: 0.938rem; }
      .cards-main-container .card-wrapper:nth-child(odd) {
        padding-right: 0.438rem; }
      .cards-main-container .card-wrapper:nth-child(even) {
        padding-left: 0.438rem; } }
  @media (min-width: 768px) {
    .cards-main-container .card-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      max-width: 33.33%; } }
  @media (min-width: 992px) {
    .cards-main-container .card-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 1200px) {
    .cards-main-container .card-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; } }

@media only screen and (max-width: 768px) {
  .cards-main-container .card-hidden:nth-child(n+11) {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    height: 0;
    margin-top: 0; } }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .cards-main-container .card-hidden:nth-child(n+10) {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    height: 0;
    margin-top: 0; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cards-main-container .card-hidden:nth-child(n+9) {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    height: 0;
    margin-top: 0; } }

@media (min-width: 1200px) {
  .cards-main-container .card-hidden:nth-child(n+16) {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    height: 0;
    margin-top: 0; } }

.cards-main-container .card {
  background-color: transparent;
  border: 0;
  border-radius: .4rem;
  width: 100%; }
  @media (min-width: 768px) {
    .cards-main-container .card {
      width: 13rem; } }
  .cards-main-container .card .card-link {
    border-radius: inherit;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .cards-main-container .card .card-link:hover {
      -webkit-filter: brightness(0.9);
              filter: brightness(0.9); }
  .cards-main-container .card .head-shot {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    height: 25rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media (max-width: 767.98px) {
      .cards-main-container .card .head-shot {
        height: 15rem; } }
    @media (min-width: 768px) {
      .cards-main-container .card .head-shot {
        height: 14.5rem; } }
  .cards-main-container .card .card-body {
    height: 7.125rem;
    padding: 0.25rem 0.625rem;
    background-color: #1D4955;
    color: #FFF;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit; }
  .cards-main-container .card .card-title {
    font-style: normal;
    font-weight: bold;
    font-size: 1.188rem;
    line-height: 1.563rem;
    margin-bottom: 0;
    text-align: left; }
  .cards-main-container .card .card-text {
    font-style: normal;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0;
    text-align: left; }
    @media (max-width: 767.98px) {
      .cards-main-container .card .card-text {
        line-height: .9rem; } }
  .cards-main-container .card .card-logo {
    width: 5.25rem;
    position: absolute;
    bottom: 0.625rem;
    left: 0.625rem; }

.cards-main-container .load-cards-wrapper {
  width: 100%;
  text-align: center; }

.cards-main-container .btn,
.cards-main-container .btn-load-cards {
  margin: 1.875rem 0 0;
  background-color: #FFF;
  color: #FF5F46;
  border-color: #FFF; }
  .cards-main-container .btn:hover,
  .cards-main-container .btn-load-cards:hover {
    background-color: #FF5F46;
    color: #FFF;
    border-color: #FF5F46; }

.hero-img-section .cards-content-container {
  margin-left: 0; }

@media (min-width: 768px) {
  .hero-img-section .load-cards-wrapper {
    text-align: left; } }

.hero-img-section .btn-load-cards {
  background-color: #FFF;
  color: #FF5F46;
  border-color: #FFF; }
  .hero-img-section .btn-load-cards:hover {
    background-color: #FF5F46;
    color: #FFF;
    border-color: #FF5F46; }

.speakers-main-container .block-title {
  color: #FFF;
  font-weight: bold; }

.speakers-main-container .card-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 500%;
  margin-top: 1.875rem; }
  @media (max-width: 767.98px) {
    .speakers-main-container .card-wrapper {
      margin-top: 0.938rem; }
      .speakers-main-container .card-wrapper:nth-child(odd) {
        padding-right: 0.438rem; }
      .speakers-main-container .card-wrapper:nth-child(even) {
        padding-left: 0.438rem; } }
  @media (min-width: 768px) {
    .speakers-main-container .card-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 992px) {
    .speakers-main-container .card-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; } }
  @media (min-width: 1200px) {
    .speakers-main-container .card-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.667%;
              flex: 0 0 16.667%;
      max-width: 16.667%; } }

.speakers-main-container .card {
  background-color: transparent;
  border: 0;
  border-radius: .4rem;
  width: 100%; }
  @media (min-width: 768px) {
    .speakers-main-container .card {
      width: 13rem; } }
  @media (min-width: 768px) {
    .speakers-main-container .card {
      width: 10.375rem; } }
  .speakers-main-container .card .card-link {
    border-radius: inherit;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; }
    .speakers-main-container .card .card-link:hover {
      opacity: 0.7; }
  .speakers-main-container .card .head-shot {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    height: 25rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media (max-width: 767.98px) {
      .speakers-main-container .card .head-shot {
        height: 14.5rem; } }
    @media (min-width: 768px) {
      .speakers-main-container .card .head-shot {
        height: 11.563rem; } }
  .speakers-main-container .card .card-body {
    height: 5.688rem;
    padding: 0.25rem 0.625rem;
    background-color: #1D4955;
    color: #FFF;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit; }
  .speakers-main-container .card .card-title {
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 0;
    text-align: left; }
  .speakers-main-container .card .card-text {
    font-style: normal;
    font-weight: normal;
    font-size: 0.813rem;
    line-height: 0.875rem;
    margin-bottom: 0;
    text-align: left; }
  .speakers-main-container .card .card-logo {
    width: 5.25rem;
    position: absolute;
    bottom: 0.625rem;
    left: 0.625rem; }

.micro-tiles-container .tile-content {
  width: 100%;
  margin: 0.75rem 0; }
  @media (min-width: 768px) {
    .micro-tiles-container .tile-content {
      width: calc((100% / 3) - 1.25rem);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 0.75rem 1.875rem 0.75rem 0; }
      .micro-tiles-container .tile-content:nth-child(3n+3) {
        margin-right: 0; } }

.micro-tiles-container .micro-tile-item {
  width: 100%;
  height: 7.063rem;
  position: relative;
  background: #FFF;
  margin: 0 0 0.75rem;
  border: 0.063rem solid #D1D1D1; }

.micro-tiles-container .tile-link {
  width: 100%;
  height: 100%;
  padding: 1.875rem;
  position: absolute;
  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;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out; }
  .micro-tiles-container .tile-link:hover {
    -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1); }
    .micro-tiles-container .tile-link:hover .tile-icon {
      -webkit-transform: scale(1.01);
              transform: scale(1.01); }

.micro-tiles-container .tile-icon {
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }

.micro-tiles-container .support-links-container {
  width: 100%;
  text-align: center;
  margin: 0 0 0.75rem; }
  .micro-tiles-container .support-links-container .support-link {
    margin: 0 0.6rem; }
  .micro-tiles-container .support-links-container span {
    color: #9A9A9A; }

.keynotes-content-container .keynote-speaker {
  width: 100%;
  display: block;
  margin-bottom: 1.875rem; }
  @media (min-width: 576px) {
    .keynotes-content-container .keynote-speaker {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.keynotes-content-container .keynote-head-shot {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 0.625rem; }
  @media (min-width: 576px) {
    .keynotes-content-container .keynote-head-shot {
      margin-top: 0;
      width: 15.625rem; } }
  .keynotes-content-container .keynote-head-shot .keynote-img {
    border: 1px solid #D1D1D1;
    border-radius: .4rem; }

@media (min-width: 576px) {
  .keynotes-content-container .keynote-about {
    padding-left: 1.875rem; } }

.keynotes-content-container .keynote-name {
  font-size: 1.75rem;
  line-height: 2.125rem;
  letter-spacing: -0.031rem;
  margin: 0; }
  @media (min-width: 576px) {
    .keynotes-content-container .keynote-name {
      font-size: 2rem;
      line-height: 2.375rem; } }

.keynotes-content-container .keynote-link {
  font-weight: normal; }

.keynotes-content-container .keynote-role {
  margin: 0 0 0.938rem;
  font-size: 1.125rem;
  line-height: 1.313rem; }
  @media (min-width: 576px) {
    .keynotes-content-container .keynote-role {
      font-size: 1.5rem;
      line-height: 1.875; } }

.keynotes-content-container .keynote-description {
  margin-top: 0;
  line-height: 1.438rem; }
  @media (min-width: 1200px) {
    .keynotes-content-container .keynote-description {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.333333%;
              flex: 0 0 83.333333%;
      max-width: 83.333333%; } }

.tile-elements-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tile-elements-container .tile-element {
    width: 100%;
    margin: 0.75rem 0;
    border: 0.063rem solid #D1D1D1;
    position: relative; }
  .tile-elements-container .tile-link {
    width: 100%;
    height: 100%;
    position: absolute;
    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;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out; }
    .tile-elements-container .tile-link:hover {
      -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
              box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
      text-decoration: none; }
      .tile-elements-container .tile-link:hover .tile-line-bar {
        background-color: #FF5F46;
        bottom: -0.063rem; }
  .tile-elements-container .tile-line-bar {
    height: 0.125rem;
    width: 100%;
    position: absolute;
    bottom: -0.25rem;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .tile-elements-container .tile-inner {
    padding: 1.875rem 1.25rem;
    height: 100%;
    width: 100%; }
  .tile-elements-container .tile-top {
    height: 80px; }
  .tile-elements-container .tile-bottom {
    padding-top: 1.875rem;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
  .tile-elements-container .tile-img {
    max-height: 80px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .tile-elements-container.tile-3 .tile-element {
    height: 17.5rem; }
    @media (min-width: 768px) {
      .tile-elements-container.tile-3 .tile-element {
        width: calc((100% / 3) - 1.25rem);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0.75rem 1.875rem 0.75rem 0; }
        .tile-elements-container.tile-3 .tile-element:nth-child(3n+3) {
          margin-right: 0; } }
  .tile-elements-container.tile-4 .tile-element {
    height: 7.188rem; }
    @media (min-width: 768px) {
      .tile-elements-container.tile-4 .tile-element {
        width: calc((100% / 4) - 1.438rem);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0.75rem 1.875rem 0.75rem 0; }
        .tile-elements-container.tile-4 .tile-element:nth-child(4n+4) {
          margin-right: 0; } }
    .tile-elements-container.tile-4 .tile-element .tile-link:hover .tile-img {
      -webkit-transform: scale(1.008);
              transform: scale(1.008); }
    .tile-elements-container.tile-4 .tile-element .tile-inner {
      text-align: center;
      vertical-align: middle;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

