
@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

:root {
  --display-font: 'GT flexa mono', sans-serif; 
  --body-font: Inter, sans-serif;
  --white: #fffdfc;
  --shade-900: #2b2b2b;
  --tek-orange: #f0572a;
  --shade-50: #f0f0f0;
  --yellow-400: #fdc53d;
  --green-yellow-600: #7c9627;
  --shade-100: #d0d0d0;
  --arancio-atlas: #f6871c;
  --blue-700: #105fa5;
  --blue-grey-100: #cad2d5;
  --shade-800: #383838;
  --shade-300: #989898;
  --purple-400: #af59be;
  --pure-white: white;
  --shade-25: #fafafa;
  --shade-400: #858585;
  --shade-100-101: #d0d0d0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
  margin-top: -20px;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  transition: all 0.3s ease;
}

/* a:hover {
  transition: all 0.3s ease;
}*/

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/
* {
  box-sizing: border-box;
}



@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border .12s ease-in-out;
}

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid rgba(43, 43, 43, 1);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(43, 43, 43, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgba(43, 43, 43, 1);
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .container {
    padding: 0;
/*     width: 90%;
 */  }
}

.full--width,
.hc_header .full--width {
  max-width: 100%;
}

.container-divider {
  border-top: 1px solid #DDDDDD;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

.error-page h1 {
  font-size: 5em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 40px;
}

.error-page h2,
h1.form-header {
  font-weight: 600;
}

.error-page h3 {
  font-size: 10em;
  color: rgba(43, 43, 43, 1);
  margin: 0;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.visibility-hidden, .recent-activity-accessibility-label, .pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/***** Buttons *****/
.button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .edit-profile-button a, .hc__btn,
.split-button button {
  background-color: rgba(43, 43, 43, 1);
  border: 1px solid rgba(43, 43, 43, 1);
  border-radius: 6px;
  color: rgba(247, 247, 247, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

.hc__btn {
    width: auto;
}

@media (min-width: 768px) {
  .button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .edit-profile-button a, .split-button button {
    width: auto;
  }
}

.button:hover, .section-subscribe button:hover, .article-subscribe button:hover, .community-follow button:hover, .requests-table-toolbar .organization-subscribe button:hover, .subscriptions-subscribe button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .edit-profile-button a:hover, .button:active, .section-subscribe button:active, .article-subscribe button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .subscriptions-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .edit-profile-button a:active, .button:focus, .section-subscribe button:focus, .article-subscribe button:focus, .community-follow button:focus, .requests-table-toolbar .organization-subscribe button:focus, .subscriptions-subscribe button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .edit-profile-button a:focus, .button.button-primary, .section-subscribe button.button-primary, .section-subscribe button[data-selected="true"], .article-subscribe button.button-primary, .article-subscribe button[data-selected="true"], .community-follow button.button-primary, .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected="true"], .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link, .edit-profile-button a.button-primary {
  background-color: rgba(43, 43, 43, 1);
  color: rgba(247, 247, 247, 1);
  text-decoration: none;
}

.button.button-primary:hover, .section-subscribe button.button-primary:hover, .section-subscribe button[data-selected="true"]:hover, .article-subscribe button.button-primary:hover, .article-subscribe button[data-selected="true"]:hover, .community-follow button.button-primary:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:hover, .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button[data-selected="true"]:hover, .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .edit-profile-button a.button-primary:hover, .button.button-primary:focus, .section-subscribe button.button-primary:focus, .section-subscribe button[data-selected="true"]:focus, .article-subscribe button.button-primary:focus, .article-subscribe button[data-selected="true"]:focus, .community-follow button.button-primary:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:focus, .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button[data-selected="true"]:focus, .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .edit-profile-button a.button-primary:focus, .button.button-primary:active, .section-subscribe button.button-primary:active, .section-subscribe button[data-selected="true"]:active, .article-subscribe button.button-primary:active, .article-subscribe button[data-selected="true"]:active, .community-follow button.button-primary:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:active, .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button[data-selected="true"]:active, .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active, .edit-profile-button a.button-primary:active {
  background-color: #000;
  border-color: #000;
}

.button[data-disabled], .section-subscribe button[data-disabled], .article-subscribe button[data-disabled], .community-follow button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .subscriptions-subscribe button[data-disabled], .pagination-next-link[data-disabled], .pagination-prev-link[data-disabled], .pagination-first-link[data-disabled], .pagination-last-link[data-disabled], .edit-profile-button a[data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  cursor: pointer;
  background-color: var(--green-yellow-600);
  border: 0;
  border-radius: 8px;
  color: rgba(247, 247, 247, 1);
  font-size: 14px;
  font-weight: 700;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: .5px;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #000;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: lighten(var(--shade-900), 20%);
  border: 1px solid #DDDDDD;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: var(--shade-900);
  border: 1px solid #DDDDDD;
  background-color: #f7f7f7;
}

#tinymce,
.mce-content-body {
  font-family: var(--body-font) !important;
}

/***** Tables *****/

.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: lighten(var(--shade-900), 20%);
  font-size: 13px;
  text-align: left;
}

.table tr {
  border-bottom: 1px solid #DDDDDD;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/

.form {
  max-width: 700px;
  background-color: #F7F7F7;
  padding: 30px;
  border-radius: 3px;
  margin-bottom: 45px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  color: var(--shade-900);
}

.form-field input {
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}

#hc-wysiwyg,
.form-field .nesty-input {
  border: 1px solid #DDDDDD;
}

.form-field input[type="text"] {
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}

.form-field input[type="text"]:focus,
.form-field input:focus {
  border: 1px solid rgba(43, 43, 43, 1);
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
  font-size: 1rem;
  text-align: left;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(43, 43, 43, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(43, 43, 43, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: lighten(var(--shade-900), 20%);
  margin-left: 4px;
}

.form-field p {
  color: lighten(var(--shade-900), 20%);
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 0;
  padding-top: 30px;
  text-align: right;
}

.form footer a {
  color: lighten(var(--shade-900), 20%);
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 15px;
}

.form .suggestion-list .searchbox {
  background: #fff;
  border: 1px solid #DDDDDD;
  padding: 20px;
  border-radius: 3px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #DDDDDD;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #a82f0c;
}

.form .upload-item {
  background: #fff;
  border: 1px solid #DDDDDD;
}

.form .required > label:after {
    content: "*";
    color: red;
    margin-left: 2px;
}

form.search.search-full {
  display: flex;
}

.search input[type='search']:not(.sub-nav .search-container form input) {
  width: 85% !important;
}

.searchbox h2 {
  font-size: 1rem;
  text-align: left;
}

.searchbox-suggestions {
  text-align: left;
}

/***** Header *****/

.alert--bar {
  background: #F05064;
  padding: 10px 0;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 99;
}

.height-42 {
  max-height: 42px;
  overflow: hidden;
}

.alert--bar a {
  color: #FFFFFF;
  border-bottom: 1px solid;
}

.hc_header {
  background: rgba(43, 43, 43, 1);
  z-index: 9;
  position: relative;
  /*transition: all 0.3s ease; */
}

.fixed-divider {
  height: 71px;
}

.fixed--header,
.hc_header.menu-is-open {
  position: fixed;
  top: 0;
  width: 100%;
}

.fixed--header.top-42 {
  top: 42px;
}

.scroll--fixed {
  top: 0 !important;
 /* transition: all 0.3s ease;*/
}

.hc_header.menu-is-open {
  z-index: 999;
}

.border-top {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}

.logo img {
  max-height: 32px;
}

@media (max-width: 500px) {
  .logo img {
    max-height: 25px;
    margin-top: 5px;
  }
}

.logo span {
  margin: 0 10px;
  color: rgba(255, 255, 255, 1);
  vertical-align: top;
  position: relative;
  top: 5px;
}

.logo a {
  display: inline-block;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #DDDDDD;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: rgba(255, 255, 255, 1);
  padding: 0 10px 0 10px;
  width: auto;
}

.nav-wrapper .language-selector .dropdown-toggle {
  color: rgba(255, 255, 255, 1);
  padding: 0 10px;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
  .nav-wrapper .cd-primary-nav-trigger {
    padding-right: 0;
    margin-right: -12px;
  }
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: rgba(255, 255, 255, 1);
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .menu-button {
  background: none;
  border: 0;
  color: rgba(240, 87, 42, 1);
  display: none;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper .menu-button {
    display: none;
  }
}

.nav-wrapper .menu-button .icon-menu {
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

.nav-wrapper .menu-button:hover, .nav-wrapper .menu-button:focus, .nav-wrapper .menu-button:active {
  background-color: transparent;
  color: rgba(240, 87, 42, 1);
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}

.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > button {
  border: 0;
  color: rgba(255, 255, 255, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
}

.user-info > button::after {
  color: rgba(240, 87, 42, 1);
  padding-right: 15px;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent {
  color: rgba(43, 43, 43, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: rgba(247, 247, 247, 1);
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/

.footer {
  background: rgba(43, 43, 43, 1);
  margin-top: 30px;
  padding: 30px 0;
  color: #FFFFFF;
}

.footer .social {
  margin-bottom: 20px;
}

.footer .social li {
  display: inline-block;
  margin: 2px;
}

.footer .social li a {
  border: 2px solid #FFFFFF;
  height: 35px;
  display: block;
  width: 35px;
  line-height: 32px;
  border-radius: 100%;
}

.footer .social li i {
  font-size: 0.9em;
}

.footer .social li a:hover,
.footer .social li a:focus {
  background: rgba(43, 43, 43, 1);
  border-color: rgba(43, 43, 43, 1);
}

.footer a {
  border-bottom: none;
  color: #FFFFFF;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

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

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
  .nav-wrapper .cd-primary-nav-trigger {
    padding-right: 0;
    margin-right: -10px;
  }
}

.footer-language-selector {
  color: lighten(var(--shade-900), 20%);
  display: inline-block;
}

/***** Breadcrumbs *****/

.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: lighten(var(--shade-900), 20%);
  display: inline;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a:visited {
  color: var(--shade-900);
}

/***** Search field *****/

.search {
  position: relative;
}

.search-container .search input[type="search"] {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  box-shadow: none;
  box-sizing: border-box;
  height: 40px;
  padding: 5px 5px 5px 35px;
}


.search input[type="search"]:focus {
  border: 1px solid rgba(240, 87, 42, 1);
}

.search input[type="search"] {
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: 0 6px 19px rgb(39 49 58 / 9%);
  color: var(--shade-300);
  font-weight: 500;
  height: 60px;
  padding-left: 40px;
  padding-right: 20px;
  width: 100%;
}

.requests-table-toolbar .search input[type="search"] {
  border: 1px solid #DDDDDD;
}

.hero .search-full::before {
  content: "\ea17";
  font-family: 'LineIcons';
  left: 0;
  position: absolute;
  height: 100%;
  align-items: center;
  display: flex;
  color: rgba(240, 87, 42, 1);
  font-size: 14px;
  margin-left: 15px;
  margin-top: 1px;
}

.search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  min-width: 100px;
  max-width: 100px;
  border-radius: 8px;
  background: rgba(240, 87, 42, 1);
  color: rgba(247, 247, 247, 1);
  padding: 0;
  font-family: var(--body-font);
  text-transform: uppercase;
  font-weight: 700;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(26px);
  position: absolute;
  left: 12px;
  z-index: 1;
  width: 16px;
  height: 16px;
  color: rgba(240, 87, 42, 1);
}

.breadcrumbs__block .search-icon,
.requests-table-toolbar .search-icon {
    transform: translateY(-8px);
}

.search-container {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.breadcrumbs__block {
  /* background: #F7F7F7; */
  padding: 64px 0;
  /* margin-bottom: 30px; */
}

@media (max-width: 768px) {
  .hero .search-full::before {
    visibility: hidden;
  }
  .search-full input[type="search"] {
    padding-left: 15px;
  }
  .alert--bar {
    font-size: 10px;
  }
}

/***** Hero component *****/

.welcome_text {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: var(--display-font);
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
  text-shadow: 1px 1px 10px #000000;
}
.hero {
  background-color: rgba(43, 43, 43, 1);
  height: 600px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero_show {
    background-image: url(/hc/theming_assets/01HZPMNNE5F3AAHBTF0ZCSC3TW);
    background-position: center;
    background-size: cover;
}

.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-70%);
  max-width: 800px;
  margin: 0 auto;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  color: var(--shade-900);
  flex-grow: 1;
  margin-bottom: 15px;
}

.my-activities-header > h1 {
  font-weight: 600;
}

.page-header-description {
  font-style: italic;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  min-height: 40px;
  padding-bottom: 15px;
}

.breadcrumbs__block .sub-nav {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list,
.quick-articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0;
  }
}

.blocks-item,
.quick-articles section {
  box-sizing: border-box;
  display: flex;
  flex: 1 0 300px;
  margin: 0;
  max-width: 100%;
  text-align: center;
}

.blocks-item-link{
  border: 1px solid var(--arancio-atlas) !important;
  box-sizing: border-box;
}

.blocks-item-link:hover {
  transition: all .3s;
  border: 1px solid var(--shade-900) !important;
  border-radius: 6px;
}

.quick-articles section {
  /* display: flex; */
  flex-direction: column;
  width: 100%;
  text-align: left;
  display: none;
}

.quick-articles h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: var(--display-font);
  font-size: 5rem;
  font-weight: 400;
  line-height: 98%;
  width: 100%;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 5px 10px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #fff;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #333;
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #DDDDDD;
}

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: var(--shade-900);
}

.blocks-item-link {
  background-color: var(--arancio-atlas);
  color: var(--shade-900);
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: 6px;
  position: relative;
  border: none;
}

.topics .blocks-item-link {
  padding: 40px 30px 20px 30px;
}

.topics .blocks-item-title {
  font-size: 1.5rem;
  font-weight: 400;
}

.blocks-item-link:hover, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-link:focus {
  outline: 0;
  box-shadow: none;
  text-decoration: none;
}

.blocks-item-title {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1.2rem;
    font-family: var(--display-font);
    text-transform: uppercase;
    text-wrap: balance;
    line-height: 109%;
}

.blocks-item-description {
  font-size: 0.9em;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 5rem;
  }
}

.home-section h2 {
  color: var(--shade-900);
  margin-bottom: 10px;
  text-align: center;
  font-weight: 400;
}

.categories {
  position: relative;
}

.blocks-item span.category-icon,
.topics-item .topic-icon {
  background: rgba(240, 87, 42, 1);
  height: 60px;
  width: 60px;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -30px;
  transition: transform 0.2s, opacity 0.2s;
}

.blocks-item span.category-icon img,
.topics-item .topic-icon img {
  max-width: 50px;
}

.blocks-item:hover span.category-icon,
.topics-item:hover .topic-icon {
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.9);
}

.blocks-item span.category-icon i,
.topics-item .topic-icon i {
  color: rgba(255, 255, 255, 1);
  font-size: 1.5em;
  line-height: 60px;
}

.blocks-item span.category-icon i:first-child,
.blocks-item span.category-icon i:nth-child(1),
.blocks-item span.category-icon i:nth-child(2),
.blocks-item span.category-icon i:nth-child(3),
.blocks-item span.category-icon i:nth-child(4),
.blocks-item span.category-icon i:nth-child(5),
.blocks-item span.category-icon i:nth-child(6),
.topics-item .topic-icon i:first-child {
  display: none;
}

.blocks-item span.category-icon i:last-child,
.topics-item .topic-icon i:last-child {
  display: block;
}

.article-relatives li a {
  color: rgba(240, 87, 42, 1);
}

.article-list li:last-child {
    border-bottom: 0;
}
.section-container .section-empty {
    margin-top: 15px;
    display: inline-block;
}

/***** Promoted articles *****/

.promoted-articles {
/*   display: flex; */  
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 0;
    width: 100%;
    /* Three columns on desktop */
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a,
.quick-articles li a {
  display: block;
  border-bottom: 1px solid #DDDDDD;
  padding: 15px 0;
  color: rgba(240, 87, 42, 1);
}

.quick-articles li a,
.section-lists li {
    padding-left: 25px;
}

.quick-articles ul li:last-child a {
    border-bottom: 0;
}

.quick-articles section li,
/* .article-list li, */
.section-lists li {
    position: relative;
    margin-bottom: 0;
}

.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #DDDDDD;
  }
}

.quick-articles section h2::after,
.search_heading::after,
.new-request-title::after {
  content: "\f005";
  font-family: 'FontAwesome';
  margin-left: -18px;
  opacity: 0.1;
  font-size: 2em;
  position: absolute;
  margin-top: -4px;
}

.new-request-title {
  font-weight: 600;
}

.new-request-title::after {
  content: "\f0e0";
  font-size: 45px;
  margin-left: -10px;
}

.quick-articles section.recent-articles h2::after {
    content: "\f06e";
}

.hide--icon::after,
.hide--icon section h2::after {
  display: none;
}

/***** Community section in homepage *****/

.community {
  text-align: center;
}

.community-image {
  display: flex;
  align-items: center;
  min-height: 200px;
  background-image: url(/hc/theming_assets/01HZPMNNJM113GHMD2SKM1NSVE);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: -30px;
}

.community-image:before {
  position: absolute;
  content: "";
  background: #000000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}

.community-image .btn {
  background: rgba(255, 255, 255, 0.78);
  border: 2px solid rgba(255, 255, 255, 0.72);
  color: var(--shade-900);
  padding: 10px 45px;
  border-radius: 6px;
  font-size: 1.3em;
  font-weight: 600;
  position: relative;
  margin: 0 5px;
}

.community,
.activity {
  border-top: 0;
  padding: 30px 0;
}

.pt-80 {
  padding-top: 80px;
}

.pt-0 {
  padding-top: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

/***** Recent activity *****/

.recent-activity-item > h3 {
  margin-bottom: 5px;
}

.recent-activity-header {
  display: none;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 3px solid var(--white);
  overflow: auto;
  padding: 10px 0;
}

.recent-activity-item:hover {
  border-bottom: 3px solid var(--tek-orange);
}

.recent-activity-item-parent {
  font-size: 16px;
  display: none !important;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: var(--shade-900);
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 30px;
  font-family: var(--display-font);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 115%;
  width: 100%;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
  display: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: lighten(var(--shade-900), 20%);
  display: inline-block;
  font-size: 13px;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-controls {
  padding-top: 15px;
  display: none !important;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: rgba(43, 43, 43, 1);
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 100%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.section-tree-title a {
  color: var(--shade-900);
}

.section-tree .see-all-articles,
.recent-activity-controls > a {
  display: flex;
  padding: 10px 16px;
  background: rgba(43, 43, 43, 1);
  border-radius: 8px;
  color: rgba(247, 247, 247, 1);
  margin-top: 10px;
  width: fit-content;
}

.article-list-item,
.section-lists-item {
  border-bottom: 1px solid #DDDDDD;
  font-size: 16px;
  padding: 15px 0;
}

.article-list-item a,
.section-lists-item a {
  color: var(--shade-900);
  font-weight: 400;
}

.icon-star {
  color: rgba(43, 43, 43, 1);
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 100%;
  }
}

.section-list {
  margin: 40px 0;
}

.section-list--collapsed .section-list-item:nth-child(1n + 6) {
  display: none;
}

.section-list-item {
  border-bottom: 1px solid #DDDDDD;
  font-size: 16px;
  padding: 15px 0;
}

.section-list-item:first-child {
  border-top: 1px solid #DDDDDD;
}

.section-list-item a {
  align-items: center;
  color: var(--shade-900);
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
  display: none;
}

/***** Article *****/
.article {
  width: 100%;
/*   * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
 
  flex: 1 0 auto; */
}

@media (min-width: 1024px) {
  /* .article {
    flex: 1 0 79%;
    max-width: 79%;
    min-width: 640px;
    padding: 0 0px 0 40px;
  } */
  /* .full__article {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  } */
}

.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  border-bottom: 1px solid #DDDDDD;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

.article-avatar {
  margin-right: 10px;
}

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    font-weight: 600;
    /* Take entire row */
  }
}

.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-body {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  margin: 0 auto;
}

.article-body img {
  height: auto;
  max-width: 100%;
  margin: 1.5rem auto;
}

.article-body iframe {
  max-width: 100% !important;
  border: 1px solid #dddddd;
  padding: 6px;
  border-radius: 4px;
}

.article-body td {
  padding: 10px;
}

.article-body ul, .article-body ol {
  padding-left: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

/* .article-body ul > li,
.article-body ol > li,
.article-body p {
  margin-bottom: 15px;
} */

.article-body a:visited {
  color: #a82f0c;
}

.article-body a {
  color: var(--tek-orange);
  text-decoration: none;
  font-weight: inherit;
}

/* .article-body a:hover {
  color: rgba(43, 43, 43, 1);
  text-decoration-color: rgba(240, 87, 42, 1);
} */

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: lighten(var(--shade-900), 20%);
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-body {
  max-width: 88ch;
  display: flex;
  flex-direction: column;
}

.article-content {
  line-height: 1.6;
  margin: 40px auto;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: lighten(var(--shade-900), 20%);
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count-icon {
  vertical-align: middle;
  color: rgba(43, 43, 43, 1);
  width: 18px;
  height: 18px;
}

.article-sidebar {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.article-relatives {
  /* border-top: 1px solid #DDDDDD; */
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

.article-relatives > *:last-child {
  padding: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}

.article-votes {
  border-bottom: 1px solid var(--shade-900);
  padding: 64px 0 160px 0;
  text-align: center;
}

.article-votes-controls {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
}

.article-votes-controls button {
  max-width: 60px;
  min-width:fit-content;
}

.article-votes-question {
  font-weight: 700;
  font-family: var(--display-font);
  font-size: 1.2rem;
  text-transform: uppercase;
}

.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote-up:before {
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M15.2498 19.5H4.7998V7.15L11.4498 0.5L12.6373 1.6875C12.7481 1.79833 12.8392 1.94875 12.9104 2.13875C12.9817 2.32875 13.0173 2.51083 13.0173 2.685V3.0175L11.9723 7.15H18.0998C18.6065 7.15 19.0498 7.34 19.4298 7.72C19.8098 8.1 19.9998 8.54333 19.9998 9.05V10.95C19.9998 11.0608 19.984 11.1796 19.9523 11.3062C19.9206 11.4329 19.889 11.5517 19.8573 11.6625L17.0073 18.36C16.8648 18.6767 16.6273 18.9458 16.2948 19.1675C15.9623 19.3892 15.614 19.5 15.2498 19.5ZM6.6998 17.6H15.2498L18.0998 10.95V9.05H9.5498L10.8323 3.825L6.6998 7.9575V17.6ZM4.7998 7.15V9.05H1.9498V17.6H4.7998V19.5H0.0498047V7.15H4.7998Z' fill='white'/></svg>") ;
}

.article-vote-up,
.article-vote-up:hover,
.article-vote-up:focus,
.article-vote-up:active {
   background-color: var(--green-yellow-600) !important;
   border-color: var(--green-yellow-600);
}

.article-vote-down:before {
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M15.2498 19.5H4.7998V7.15L11.4498 0.5L12.6373 1.6875C12.7481 1.79833 12.8392 1.94875 12.9104 2.13875C12.9817 2.32875 13.0173 2.51083 13.0173 2.685V3.0175L11.9723 7.15H18.0998C18.6065 7.15 19.0498 7.34 19.4298 7.72C19.8098 8.1 19.9998 8.54333 19.9998 9.05V10.95C19.9998 11.0608 19.984 11.1796 19.9523 11.3062C19.9206 11.4329 19.889 11.5517 19.8573 11.6625L17.0073 18.36C16.8648 18.6767 16.6273 18.9458 16.2948 19.1675C15.9623 19.3892 15.614 19.5 15.2498 19.5ZM6.6998 17.6H15.2498L18.0998 10.95V9.05H9.5498L10.8323 3.825L6.6998 7.9575V17.6ZM4.7998 7.15V9.05H1.9498V17.6H4.7998V19.5H0.0498047V7.15H4.7998Z' fill='white'/></svg>") ;
  transform: rotate(180deg);
}

.article-vote-down,
.article-vote-down:hover,
.article-vote-down:focus,
.article-vote-down:active {
   background: var(--tek-orange);
   border-color:var(--tek-orange);
}

.article-votes-count {
  font-size: 1.2rem;
}

.article-more-questions {
  margin: -5px 0 20px;
  text-align: center;
}

.article-more-questions a {
    border-bottom: 1px solid rgba(43, 43, 43, 1);
}

.article-return-to-top {
  border-top: 1px solid #DDDDDD;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: var(--shade-900);
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top-icon {
  transform: rotate(0.5turn);
  position: relative;
  top: 5px;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  font-family: 'Inter', sans-serif;
}

.sidenav-item {
  background: #F7F7F7;
  border-radius: 6px;
  color: var(--shade-900);
  display: block;
  margin-bottom: 3px;
  padding: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: rgba(43, 43, 43, 1);
  color: rgba(247, 247, 247, 1);
  text-decoration: none;
}

.related-articles ul {
  padding: 0;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 1.2rem;
  position: relative;
}

.related-articles li a {
  color: var(--shade-900);
  font-size: 1.2rem
  font-weight: 300;
}

.related-articles li a:hover {
  color: var(--tek-orange);
}

.content-tags > p {
  color: #68737D;
  margin-top: 32px;
  margin-bottom: 4px;
}

.content-tags-add-hint {
  color: #68737D;
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}

.content-tag-list li {
  border-right: 1px solid #C2C8CC;
  margin-bottom: 4px;
}

[dir="ltr"] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}

.content-tag-list li:last-child {
  border: none;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachment-item a {
  color: #000;
  font-weight: 700;
}

.attachments .attachment-item .attachment-icon {
  color: var(--shade-900);
  left: 0;
  position: absolute;
  top: 5px;
}

.upload-dropzone {
  border-color: #DDDDDD;
  background-color: #fff;
  border-radius: 3px;
}

.upload-dropzone span {
  color: var(--shade-900);
  font-weight: 300;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: lighten(var(--shade-900), 20%);
}

.share a:hover {
  text-decoration: none;
  color: rgba(43, 43, 43, 1);
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0;
}

.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 50px;
  margin-top: 0;
  font-size: 2rem;
  font-weight: 400;
}

.comment-overview {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: lighten(var(--shade-900), 20%);
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(240, 87, 42, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: lighten(var(--shade-900), 20%);
  font-weight: 300;
  font-size: 13px;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(43, 43, 43, 1);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

.comment-author {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: rgba(240, 87, 42, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: var(--body-font);
  line-height: 1.6;
  overflow-x: auto;
}

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

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #a82f0c;
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: lighten(var(--shade-900), 20%);
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: lighten(var(--shade-900), 20%);
  display: block;
  margin: 3px 0;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: rgba(43, 43, 43, 1);
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: lighten(var(--shade-900), 20%);
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: rgba(43, 43, 43, 1);
}

.vote-voted:hover {
  color: #000;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/

.community-hero {
  background-image: url($community_background_image);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.community-footer-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

.pt-40 {
  padding-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 10px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #DDDDDD;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #DDDDDD;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover {
  background-color: rgba(43, 43, 43, 1);
}

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: rgba(247, 247, 247, 1);
  color: rgba(247, 247, 247, 1);
}

.community-follow button[data-selected="true"] {
  background-color: rgba(43, 43, 43, 1);
  color: rgba(247, 247, 247, 1);
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid rgba(247, 247, 247, 1);
  color: rgba(247, 247, 247, 1);
}

.community-follow button[data-selected="true"]:hover {
  background-color: #000;
  border-color: #000;
}

.community-follow button::after {
  border-left: 1px solid #fff;
  content: attr(data-follower-count);
  color: #fff;
  display: inline-block;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: rgba(240, 87, 42, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #a82f0c;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: lighten(var(--shade-900), 20%);
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: var(--shade-900);
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(43, 43, 43, 1);
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: lighten(var(--shade-900), 20%);
}

.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

.status-label-open {
  background-color: #c72a1c;
}

.status-label-solved {
  background-color: #68737d;
}

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-pending {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
  font-weight: 600;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: var(--body-font);
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

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

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol, .post-body li > ul, .post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #a82f0c;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: lighten(var(--shade-900), 20%);
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: lighten(var(--shade-900), 20%);
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(43, 43, 43, 1);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid #DDDDDD;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
}

.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: var(--shade-900);
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: var(--shade-900);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected="true"]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid rgba(43, 43, 43, 1);
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: var(--shade-900);
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid rgba(43, 43, 43, 1);
}

.collapsible-sidebar-body {
  display: none;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #F7F7F7;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  margin-bottom: 30px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    width: auto;
  }
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
}

.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: lighten(var(--shade-900), 20%);
  font-size: 13px;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: lighten(var(--shade-900), 20%);
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 20px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  color: lighten(var(--shade-900), 20%);
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid rgba(43, 43, 43, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(43, 43, 43, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #F7F7F7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #DDDDDD;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: var(--shade-900);
  font-weight: 600;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}

.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}
.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: lighten(var(--shade-900), 20%);
  font-size: 13px;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
  font-weight: 600;
  line-height: 22px;
}

.profile-header .basic-info .name a {
  color: #333;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.edit-profile-button a {
  background-color: rgba(43, 43, 43, 1);
  border: 0;
  color: rgba(247, 247, 247, 1);
  line-height: normal;
  padding: 8px 20px;
  outline-color: rgba(43, 43, 43, 1);
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: lighten(var(--shade-900), 20%);
  flex: 0 0 100px;
  margin-right: 10px;
}

.profile-stats-activity {
  border-top: solid 1px #DDDDDD;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #DDDDDD;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(43, 43, 43, 1);
  border-radius: 4px;
  color: rgba(43, 43, 43, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #F7F7F7;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: lighten(var(--shade-900), 20%);
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 16px;
  vertical-align: middle;
}

.profile-contribution-title > a {
   color: var(--shade-900);
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #DDDDDD;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #DDDDDD;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #DDDDDD;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #F7F7F7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}

.search-results-sidebar {
  border-top: 1px solid #DDDDDD;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: rgba(43, 43, 43, 1);
  color: #fff;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

/*
.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}
*/

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #333;
  font-weight: 600;
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
  position: relative;
  top: -4px;
}

.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}

.search-results-list {
  margin-bottom: 25px;
  padding: 16px 0 0 0;
}

.search-results-list > li {
  border-bottom: 1px solid #DDDDDD !important;
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #DDDDDD;
  padding-top: 40px;
}

.search-results-list > li h2 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1.2em;
}

.search-results-list > li h2 a {
  color: var(--shade-900);
  font-weight: 700;
  font-family: var(--body-font);
  text-transform: none;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
  padding:12px 0;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: block;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  margin-top: 10px;
  word-break: break-word;
  font-size: 1rem;
  line-height: 130%;
  padding-bottom: 30px;
}

.search-result-title {
  font-size: 16px;
  display: inline-block;
}

[dir="ltr"] .search-result-icons {
  float: right;
}

.search-result-votes > span {
  display: flex;
  gap: 4px;
  align-items: center;
}

.search-result-votes, .search-result-meta-count {
  color: lighten(var(--shade-900), 20%);
  display: inline-block;
  font-size: 1rem;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon, .search-result-meta-count-icon {
  color: rgba(43, 43, 43, 1);
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

.search-result .meta-group {
  align-items: center;
  padding: 0;
}

.search-result-breadcrumbs ul{
  margin: 0;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

.search-result-breadcrumbs li, .search-result-breadcrumbs li a, .search-result-breadcrumbs li a:visited {
  color: inherit;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  background: #fff3ca;
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  outline: none;
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu:not(w-dropdown-list) {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  /* left: 0; 
  margin-top: 10px;*/
  min-width: 170px;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
/*   width: 100%;
 */}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}
.cd-primary-nav-trigger .cd-menu-text {
  color: rgba(255, 255, 255, 1);
  display: none;
}

span.cd-menu-icon {
  position: relative;
  top: -3px;
  margin-left: 23px;
}

span.ml-5 {
  margin-left: 5px;
}

.cd-primary-nav-trigger .cd-menu-icon {
    display: inline-block;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.cd-primary-nav-trigger .cd-menu-icon::before,
.cd-primary-nav-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s;
}

.cd-primary-nav-trigger .cd-menu-icon::before {
    top: -5px;
}

.cd-primary-nav-trigger .cd-menu-icon::after {
    top: 5px;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before,
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
    background-color: rgba(255, 255, 255, 1);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

@media only screen and (min-width: 768px) {
    .cd-primary-nav-trigger {
        width: 100px;
        background-color: transparent;
/*         height: 30px;
        line-height: 30px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); */
    }
    .cd-primary-nav-trigger .cd-menu-text {
        display: inline-block;
    }
    .cd-primary-nav-trigger .cd-menu-icon {
        left: auto;
        right: 1em;
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
    }
}
.cd-primary-nav {
    /* by default it's hidden - on top of the viewport */

    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.83);
    z-index: 2;
    text-align: center;
    padding: 50px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */

    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.cd-primary-nav li {
    font-size: 22px;
    font-size: 1.375rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: .2em 0;
}
.cd-primary-nav a {
    display: block;
    padding: .2em 1em;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    color: #FFFFFF;
}
.cd-primary-nav a:focus,
.cd-primary-nav a:active {
    color: #fff;
}
.cd-primary-nav a:hover {
    color: #fff;
    background: rgba(43, 43, 43, 1);
    text-decoration: none;
}
.cd-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.visible_xs {
    display: block;
}
@media only screen and (min-width: 768px) {
    .cd-primary-nav {
        padding: 80px 0;
    }
    .visible_xs {
        display: none;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-primary-nav li {
        font-size: 30px;
        font-size: 1.875rem;
    }
    .cd-primary-nav .cd-label {
        font-size: 16px;
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
  .xs_hide {
    display: none;
  }
  .categories {
    position: relative;
    margin-bottom: 3rem;
  }
  .hero {
    height: 300px;
    padding: 0 3rem;
  }
  .hero-inner {
    transform: translateY(-50%);

  }
  .categories .blocks-item {
/*     margin: 0 0 50px; */
    margin: 0;
  }

}
@media (max-width: 600px) {
  .community-image .btn {
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 464px) {
  .hero-inner .search-icon {
    top: 65%;
  }
  .nav-wrapper .language-selector {
    display: none;
  }
}

/* =========================================== */
/*  Community Badges
/* =========================================== */

/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-flex;
  line-height: 18px;
  vertical-align: middle;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
  margin-left: 5px;
}

.community-badge-container-achievements {
  display: flex;
}

.community-badge-container-achievements > .community-badge-titles {
  margin-left: calc(28px - 0.5em);
}

.community-name-and-title-badges {
  display: flex;
  flex-wrap: wrap;
}

.community-badge {
  margin: 2px;
}

.community-badge-achievements {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}

.profile-info .community-badge-achievements {
  height: 40px;
  width: 40px;
}

.community-title-badges {
  flex-basis: 100%;
  margin-top: 15px;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge-achievements img {
  width: 100%;
  height: 100%;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

.split-button {
  display: flex;
}

.split-button button {
  background: rgba(43, 43, 43, 1);
  border: 0;
  color: #FFFFFF;
  height: 32px;
  line-height: 16px;
  outline-color: rgba(43, 43, 43, 1);
}

.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid rgba(247, 247, 247, 1);
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

.profile-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #DDDDDD;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

.profile-section .profile-badges-item-image img {
  background: #efefef;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: lighten(var(--shade-900), 20%);
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

.community-badge[aria-label="Community team"] {
  background: #eaa40a;
}

.community-badge[aria-label="Community moderator"],
.community-badge[aria-label="Community manager"] {
  background: #11aa7b;
}

.community-badge[aria-label="Idea generator"],
.community-badge[aria-label="Good karma"] {
  background: #4a8cf1;
}

.community-badge[aria-label="Great answers"] {
  background: #fc585b;
}

.b-600 {
  font-weight: 600;
}

.mb-40 {
  margin-bottom: 40px;
}

/* =========================================== */
/*  Shortcodes
/* =========================================== */

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    border-width: 2px;
}

.__with_fa {
    border: 2px solid rgba(245, 166, 35, 1);
    background: rgba(245, 166, 35, 0.66);
    position: relative;
    font-size: 1.2em;
    line-height: 1.4;
    padding: 30px 15px 15px 15px;
}

.__with_fa .fa {
    position: absolute;
    top: 0;
    background: #fff;
    margin-top: -25px;
    border-radius: 100%;
    border: 2px solid rgba(245, 166, 35, 1);
    left: 15px;
    height: 45px;
    width: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
}

.__with_fa .fa:before {
    margin-left: 5px;
}

.__with_fa {
    margin-top: 40px;
}

.alert-download {
    border: 2px solid #9adeec;
    background: #bce8f1;
}

.alert-quote {
    border: 2px solid rgba(103, 77, 68, 0.26);
    background: rgba(121, 85, 72, 0.26);
}

.alert-pdf {
    border: 2px solid rgba(229, 65, 94, 1);
    background: rgb(229, 65, 94);
    color: #fff;
}

.alert-download .fa {
    border: 2px solid #9adeec;
}

.alert-quote .fa {
    border: 2px solid rgb(186, 174, 168);
}

.alert-pdf .fa {
    border: 2px solid rgba(229, 65, 94, 1);
    color: rgba(229, 65, 94, 1);
}

.accordion {
   margin-bottom: 30px;
}

.colored_accordion .accordion_title {
   background: #ddd;
   border-color: #ddd;
}

.colored_accordion ._active {
   background: #ffb110;
   border-color: #ffb110;
   color: #fff;
}

.default_accordion ._active {
   background: rgba(43, 43, 43, 1);
   border-color: rgba(43, 43, 43, 1);
   color: #ffffff;
}

.accordion_content {
   display: none;
   padding: 10px;
}

body .table {
    background: #fff;
}

.table > thead > tr > th {
   color: #333;
   font-weight: 500;
   padding: 14px;
}

.table>thead>tr>th {
   border-bottom: 2px solid #DDDDDD;
}

.table > tbody > tr > td {
   border-top: 1px solid #DDDDDD;
   padding: 14px;
   font-size: 0.9em;
}

.table.header-color>thead>tr>th {
   border-color: #444;
   background: #444;
   color: #fff;
   padding: 10px;
}

.dark-table {
   background: #444;
   color: #fff;
}
.dark-table > thead > tr > th {
   border-bottom: 2px solid #fff;
}
.dark-table > tbody > tr > td {
   background: #333;
   border-color: #fff;
}
.dark-table > thead > tr > th {
   color: #fff;
}
.colored-list ul,
.colored-list ol {
   margin: 15px 0 0 0px;
}
.colored-list {
    list-style-type: none;
    padding: 0;
    counter-reset: li-counter;
}
.colored-list > li {
    position: relative;
    margin-bottom: 15px !important;
    padding-left: 35px;
    min-height: 0;

}
.colored-list > li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    content: counter(li-counter);
    counter-increment: li-counter;
    background-color: #276FD0;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
}
.list-black > li:before {
   background-color: #a59898;
}
.check-list-bullet li {
   list-style-type: none;
   position: relative;
   padding-left: 30px;
   margin-bottom: 15px !important;
}
.check-list-bullet li:before {
    content: "\f058";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "FontAwesome";
    font-size: 25px;
    color: #276FD0;
    margin-top: -6px;
}

.article-body pre {
    margin-top: 15px;
}

@media (max-width: 550px) {
	.user-info span {
		display: none;
	}
  .article-subscribe {
    width: 100%;
  }
  .profile-header .basic-info .name {
    line-height: inherit;
  }
  body .recent-activity-item-meta,
  body .recent-activity-item > h3 {
    margin: 0;
  }
}

@media (max-width: 768px) {
	.article-relatives .recent-articles {
		margin-bottom: 10px;
	}
  .article-sidebar {
    margin-bottom: 0;
  }
  .cd-primary-nav-trigger {
    padding-right: 0 !important;
  }
  .split-button {
    width: 100%;
  }
  .profile-stats-activity {
    padding-top: 10px;
  }
  .profile-stats-counters {
    padding-bottom: 10px;
  }
}

body .note--message,
body .warning--message,
body .quote--message,
body .support--message {
  padding: 30px 20px;
  font-size: 24px !important;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  justify-content: center;
}

body .note--message::before,
body .warning--message::before,
body .quote--message::before,
body .support--message::before {
  font-family: 'LineIcons';
  top: 0;
  left: 15px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 24px;
}

body .note--message::before {
  content: "\eaf4";
}

body .warning--message::before {
  content: "\eaab";
}

body .quote--message::before {
  content: "\eb70";
}

body .support--message::before {
  content: "\eaab";
}

body .note--message {
  background: #bce8f1;
  border: 2px solid #68cbdf;
}

body .support--message {
  background-color: #FCE8E8;
}

body .note--message::before {
  border: 2px solid #68cbdf;
}

body .support--message::before {
  border: 2px solid #121212;
}

body .warning--message {
  background: #e5415e;
  border: 2px solid #e5415e;
  color: #fff;
}

body .warning--message::before {
  border: 2px solid #e5415e;
  color: #000;
}

body .quote--message {
  background: #d5ccc9;
  border: 2px solid #a89690;
}

body .quote--message::before {
  border: 2px solid #a89690;
}

body .check--list {
  margin-left: 30px;
}

body .check--list li,
body .number--list li {
  position: relative;
  list-style-type: none;
}

body .number--list li {
  padding-left: 35px;
}

body .check--list li:before {
  content: "\ead2";
  font-family: "LineIcons";
  position: absolute;
  top: 0;
  left: -30px;
  font-size: 22px;
  color: rgba(43, 43, 43, 1);
  margin-top: -4px;
}

body .number--list {
  list-style-type: none;
  padding: 0;
  counter-reset: li-counter;
}

body .number--list > li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  content: counter(li-counter);
  counter-increment: li-counter;
  background-color: rgba(43, 43, 43, 1);
  border-radius: 100%;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  margin-top: -1px;
}

body .accordion_title {
  background: #ffffff;
  border: 2px solid #dddddd;
  color: var(--shade-900);
  cursor: pointer;
  padding: 15px 45px 15px 15px;
  margin-bottom: 5px;
  position: relative;
  border-radius: 2px;
}

body .accordion_content {
  display: none;
  padding: 10px;
}

body .accordion_title::after {
  content: "\eb0d";
  font-family: "LineIcons";
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 16px;
  margin-top: -12px;
  transition: all 0.2s ease-in;
}

body .article-body .accordion_title._active::after,
body .article-body .accordion_title.open::after {
  transform: rotate(90deg);
}

body .accordion_title.open {
  background: rgba(43, 43, 43, 1);
  border: 2px solid rgba(43, 43, 43, 1);
  color: #fff;
}

.tabs {
  width: 100%;
  background-color: rgba(43, 43, 43, 1);
  border-radius: 5px;
}

ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
}

ul#tabs-nav > li {
  float: left;
  font-weight: 600;
  margin-right: 2px;
  margin-bottom: 0;
  padding: 8px 10px;
  border-radius: 5px;
  cursor: pointer;
}

ul#tabs-nav > li:hover,
ul#tabs-nav > li.active {
  background-color: #000;
}

#tabs-nav > li > a {
  text-decoration: none;
  color: #ffffff;
}

#tabs-content {
  background: #ffffff;
}

.tab-content {
  padding: 10px;
  border: 2px solid rgba(43, 43, 43, 1);
  background-color: #ffffff;
}


@font-face {
  font-family: 'GT flexa mono';
  font-style: normal;
  font-weight: 400;
  src: url('/hc/theming_assets/01HZPMNJVQ0M74Z288CJRM9N70'); /* IE9 Compat Modes */
  src: url('/hc/theming_assets/01HZPMNJVQ0M74Z288CJRM9N70') format('embedded-opentype'), /* IE6-IE8 */
       url('/hc/theming_assets/01HZPMNKBWX1AKKAQBREG8RY2A') format('woff2'), /* Super Modern Browsers */
       url('/hc/theming_assets/01HZPMNK5WTSV9DPDC7KC285R8') format('woff'), /* Modern Browsers */
       url('/hc/theming_assets/01HZPMNK1KY967JBJ9A9BE977B') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
  font-family: 'GT flexa mono light';
  font-style: normal;
  font-weight: 100;
  src: url('/hc/theming_assets/01HZPMNMYYCP4VQKZG0Y79M7K4');
}






/* ******************* NORMALIZE CSS ****************** */





/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}















/* *****************    START WEBFLOW CSS *********************** */






  @font-face {
    font-family: 'webflow-icons';
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  [class^="w-icon-"],
  [class*=" w-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'webflow-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .w-icon-slider-right:before {
    content: "\e600";
  }
  .w-icon-slider-left:before {
    content: "\e601";
  }
  .w-icon-nav-menu:before {
    content: "\e602";
  }
  .w-icon-arrow-down:before,
  .w-icon-dropdown-toggle:before {
    content: "\e603";
  }
  .w-icon-file-upload-remove:before {
    content: "\e900";
  }
  .w-icon-file-upload-icon:before {
    content: "\e903";
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    height: 100%;
  }
  body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }
  img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
  }
  html.w-mod-touch * {
    background-attachment: scroll !important;
  }
  .w-block {
    display: block;
  }
  .w-inline-block {
    max-width: 100%;
    display: inline-block;
  }
  .w-clearfix:before,
  .w-clearfix:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
  }
  .w-clearfix:after {
    clear: both;
  }
  .w-hidden {
    display: none;
  }
  .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
  }
  input.w-button {
    -webkit-appearance: button;
  }
  html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important;
  }
  
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: bold;
    margin-bottom: 10px;
  }
  h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
  h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }
  p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px;
  }
  figure {
    margin: 0;
    margin-bottom: 10px;
  }
  figcaption {
    margin-top: 5px;
    text-align: center;
  }
  ul,
  ol {
    margin-top: 0px;
    margin-bottom: 10px;

  }
  .w-list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  fieldset {
    padding: 0;
    margin: 0;
    border: 0;
  }
  button,
  [type='button'],
  [type='reset'] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
  }
 
  .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
  }
  .w-container:before,
  .w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
  }
  .w-container:after {
    clear: both;
  }
  .w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .w-row:before,
  .w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
  }
  .w-row:after {
    clear: both;
  }
  .w-row .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .w-col .w-col {
    padding-left: 0;
    padding-right: 0;
  }
  .w-col-1 {
    width: 8.33333333%;
  }
  .w-col-2 {
    width: 16.66666667%;
  }
  .w-col-3 {
    width: 25%;
  }
  .w-col-4 {
    width: 33.33333333%;
  }
  .w-col-5 {
    width: 41.66666667%;
  }
  .w-col-6 {
    width: 50%;
  }
  .w-col-7 {
    width: 58.33333333%;
  }
  .w-col-8 {
    width: 66.66666667%;
  }
  .w-col-9 {
    width: 75%;
  }
  .w-col-10 {
    width: 83.33333333%;
  }
  .w-col-11 {
    width: 91.66666667%;
  }
  .w-col-12 {
    width: 100%;
  }
  .w-hidden-main {
    display: none !important;
  }
  @media screen and (max-width: 991px) {
    .w-container {
      max-width: 728px;
    }
    .w-hidden-main {
      display: inherit !important;
    }
    .w-hidden-medium {
      display: none !important;
    }
    .w-col-medium-1 {
      width: 8.33333333%;
    }
    .w-col-medium-2 {
      width: 16.66666667%;
    }
    .w-col-medium-3 {
      width: 25%;
    }
    .w-col-medium-4 {
      width: 33.33333333%;
    }
    .w-col-medium-5 {
      width: 41.66666667%;
    }
    .w-col-medium-6 {
      width: 50%;
    }
    .w-col-medium-7 {
      width: 58.33333333%;
    }
    .w-col-medium-8 {
      width: 66.66666667%;
    }
    .w-col-medium-9 {
      width: 75%;
    }
    .w-col-medium-10 {
      width: 83.33333333%;
    }
    .w-col-medium-11 {
      width: 91.66666667%;
    }
    .w-col-medium-12 {
      width: 100%;
    }
    .w-col-stack {
      width: 100%;
      left: auto;
      right: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .w-hidden-main {
      display: inherit !important;
    }
    .w-hidden-medium {
      display: inherit !important;
    }
    .w-hidden-small {
      display: none !important;
    }
    .w-row,
    .w-container .w-row {
      margin-left: 0;
      margin-right: 0;
    }
    .w-col {
      width: 100%;
      left: auto;
      right: auto;
    }
    .w-col-small-1 {
      width: 8.33333333%;
    }
    .w-col-small-2 {
      width: 16.66666667%;
    }
    .w-col-small-3 {
      width: 25%;
    }
    .w-col-small-4 {
      width: 33.33333333%;
    }
    .w-col-small-5 {
      width: 41.66666667%;
    }
    .w-col-small-6 {
      width: 50%;
    }
    .w-col-small-7 {
      width: 58.33333333%;
    }
    .w-col-small-8 {
      width: 66.66666667%;
    }
    .w-col-small-9 {
      width: 75%;
    }
    .w-col-small-10 {
      width: 83.33333333%;
    }
    .w-col-small-11 {
      width: 91.66666667%;
    }
    .w-col-small-12 {
      width: 100%;
    }
  }
  @media screen and (max-width: 479px) {
    .w-container {
      max-width: none;
    }
    .w-hidden-main {
      display: inherit !important;
    }
    .w-hidden-medium {
      display: inherit !important;
    }
    .w-hidden-small {
      display: inherit !important;
    }
    .w-hidden-tiny {
      display: none !important;
    }
    .w-col {
      width: 100%;
    }
    .w-col-tiny-1 {
      width: 8.33333333%;
    }
    .w-col-tiny-2 {
      width: 16.66666667%;
    }
    .w-col-tiny-3 {
      width: 25%;
    }
    .w-col-tiny-4 {
      width: 33.33333333%;
    }
    .w-col-tiny-5 {
      width: 41.66666667%;
    }
    .w-col-tiny-6 {
      width: 50%;
    }
    .w-col-tiny-7 {
      width: 58.33333333%;
    }
    .w-col-tiny-8 {
      width: 66.66666667%;
    }
    .w-col-tiny-9 {
      width: 75%;
    }
    .w-col-tiny-10 {
      width: 83.33333333%;
    }
    .w-col-tiny-11 {
      width: 91.66666667%;
    }
    .w-col-tiny-12 {
      width: 100%;
    }
  }


  .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
  }
  .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
  }
  .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .w-slider-nav.w-round > div {
    border-radius: 100%;
  }
  .w-slider-nav.w-num > div {
    width: auto;
    height: auto;
    padding: 0.2em 0.5em;
    font-size: inherit;
    line-height: inherit;
  }
  .w-slider-nav.w-shadow > div {
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
  }
  .w-slider-nav-invert {
    color: #fff;
  }
  .w-slider-nav-invert > div {
    background-color: rgba(34, 34, 34, 0.4);
  }
  .w-slider-nav-invert > div.w-active {
    background-color: #222;
  }
  .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    transition: background-color 100ms, color 100ms;
  }
  .w-slider-dot.w-active {
    background-color: #fff;
  }
  .w-slider-dot:focus {
    outline: none;
    box-shadow: 0px 0px 0px 2px #fff;
  }
  .w-slider-dot:focus.w-active {
    box-shadow: none;
  }
  .w-slider-arrow-left,
  .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .w-slider-arrow-left [class^='w-icon-'],
  .w-slider-arrow-right [class^='w-icon-'],
  .w-slider-arrow-left [class*=' w-icon-'],
  .w-slider-arrow-right [class*=' w-icon-'] {
    position: absolute;
  }
  .w-slider-arrow-left:focus,
  .w-slider-arrow-right:focus {
    outline: 0;
  }
  .w-slider-arrow-left {
    z-index: 3;
    right: auto;
  }
  .w-slider-arrow-right {
    z-index: 4;
    left: auto;
  }
  .w-icon-slider-left,
  .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em;
  }
  .w-slider-aria-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .w-slider-force-show {
    display: block !important;
  }
  .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
  }
  .w-dropdown-btn,
  .w-dropdown-toggle,
  .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px;
  }
  .w-dropdown-toggle:focus {
    outline: 0;
  }
  .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
  }
  .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
  }
  .w-dropdown-list.w--open {
    display: block;
  }
  .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222;
  }
  .w-dropdown-link.w--current {
    color: #0082f3;
  }
  .w-dropdown-link:focus {
    outline: 0;
  }
  @media screen and (max-width: 767px) {
    .w-nav-brand {
      padding-left: 10px;
    }
  }


  .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000;
  }
  .w-nav:before,
  .w-nav:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
  }
  .w-nav:after {
    clear: both;
  }
  .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333;
  }
  .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .w-nav-link.w--current {
    color: #0082f3;
  }
  .w-nav-menu {
    position: relative;
    float: right;
  }
  [data-nav-menu-open] {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px;
  }
  .w--nav-link-open {
    display: block;
    position: relative;
  }
  .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
  }
  .w-nav-overlay [data-nav-menu-open] {
    top: 0;
  }
  .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
  }
  .w-nav[data-animation="over-left"] .w-nav-overlay,
  .w-nav[data-animation="over-left"] [data-nav-menu-open] {
    right: auto;
    z-index: 1;
    top: 0;
  }
  .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
  }
  .w-nav[data-animation="over-right"] .w-nav-overlay,
  .w-nav[data-animation="over-right"] [data-nav-menu-open] {
    left: auto;
    z-index: 1;
    top: 0;
  }
  .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .w-nav-button:focus {
    outline: 0;
  }
  .w-nav-button.w--open {
    background-color: #C8C8C8;
    color: white;
  }
  .w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="all"] .w-nav-button {
    display: block;
  }
  .w--nav-dropdown-open {
    display: block;
  }
  .w--nav-dropdown-toggle-open {
    display: block;
  }
  .w--nav-dropdown-list-open {
    position: static;
  }
  @media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none;
    }
    .w-nav[data-collapse="medium"] .w-nav-button {
      display: block;
    }
  }
  @media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
      display: none;
    }
    .w-nav[data-collapse="small"] .w-nav-button {
      display: block;
    }
    .w-nav-brand {
      padding-left: 10px;
    }
  }
  @media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none;
    }
    .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block;
    }
  }

  @media screen and (max-width: 479px) {
    .w-tab-link {
      display: block;
    }
  }
  .w-ix-emptyfix:after {
    content: "";
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd;
  }
  .w-dyn-hide {
    display: none !important;
  }
  .w-dyn-bind-empty {
    display: none !important;
  }
  .w-condition-invisible {
    display: none !important;
  }
  .wf-layout-layout {
    display: grid;
  }






/* *****************    END WEBFLOW CSS *********************** */




body {
  background-color: var(--white);
  color: #333;
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 20px;
  display: block;
}

h1 {
  color: var(--shade-900);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: var(--display-font);
  font-size: 5rem;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: var(--display-font);
  font-size: 5rem;
  font-weight: 400;
  line-height: 98%;
}

h3 {
  color: var(--shade-900);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: var(--display-font);
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 102%;
}

h4 {
  color: var(--shade-900);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: var(--display-font);
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
}

h5 {
  color: var(--shade-900);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'GT flexa mono light';
  font-size: 1.7rem;
  font-weight: 100;
  line-height: 131%;
}

h6 {
  color: var(--shade-900);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: var(--display-font);
  font-size: 1rem;
  font-weight: 700;
  line-height: 115%;
}

p {
  max-width: 88ch;
  color: var(--shade-900);
  white-space: normal;
  margin-bottom: 10px;
  font-family: var(--body-font);
  font-size: 1rem;
  line-height: 180%;
}

a {
  color: var(--tek-orange);
  font-weight: 300;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: var(--shade-900);
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--shade-900);
  margin-bottom: .5rem;
  font-family: var(--body-font);
  line-height: 130%;
}

/* ** BACKGROUND COLORS ** */

.blue-bg {
  background-color: var(--blue-700);
}

.green-bg {
  background-color: var(--green-yellow-600);
}


.navbar-logo-left {
  width: 100%;
  height: 88px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--shade-900);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
}

.navbarcontainer {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.navbar-content {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.navbar-brand {
  min-width: 150px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2-columns {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.actions-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 10px;
  padding-top: 16px;
  display: flex;
}

.footer {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--shade-900);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  bottom: 0;
}

.hero-col-1 {
  width: 100%;
  height: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 50%;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1rem;
  display: flex;
}

.hero-text {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

.hero-h5 {
  color: var(--shade-900);
  font-family: 'GT flexa mono light';
  font-size: 3vmin;
  font-weight: 100;
  line-height: 131%;
}

.hero-h5.light {
  max-width: 50ch;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.hero-col-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 0 50%;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  padding-bottom: 4rem;
  display: flex;
}

.button {
  min-width: 229px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--tek-orange);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 16px 28px;
  font-family: var(--body-font);
  font-size: 1rem;
  font-weight: 700;
  line-height: 115%;
  text-decoration: none;
  display: flex;
}

.button._2xl {
  max-height: 60px;
  max-width: 225px;
  min-width: 200px;
  border: 1px solid var(--tek-orange);
  transition: all .3s;
}

.button._2xl:hover {
  border: 1px solid var(--shade-900);
  outline-color: var(--shade-900);
  outline-offset: -1.5px;
  outline-width: 1.5px;
  outline-style: none;
}

.button._2xl:active {
  box-shadow: inset 5px 5px rgba(43, 43, 43, .15);
}

.button._2xl.w--current {
  background-color: var(--white);
  flex: 0 auto;
  display: flex;
}

.button.large {
  width: auto;
  max-height: 60px;
  max-width: 225px;
  min-width: auto;
  border: 1px solid var(--white);
  background-color: var(--white);
  flex: none;
  align-self: auto;
  align-items: center;
  transition: all .3s;
}

.button.large:hover {
  border-color: var(--shade-900);
  background-color: var(--yellow-400);
  outline-color: var(--shade-900);
  outline-offset: -1.5px;
  outline-width: 1.5px;
  outline-style: none;
}

.button.large:active {
  flex: none;
  box-shadow: inset 5px 5px rgba(43, 43, 43, .15);
}

.button.large.w--current {
  background-color: var(--white);
  flex: 0 auto;
  display: flex;
}

.button.large.tek-orange-bg {
  border: 1px solid var(--tek-orange);
  background-color: var(--tek-orange);
}

.button.large.tek-orange-bg:hover {
  border-color: var(--shade-900);
  outline-color: var(--shade-900);
  outline-offset: -1.5px;
  outline-width: 1.5px;
  outline-style: none;
}

.button.large.green-bg {
  border: 1px solid var(--green-yellow-600);
  background-color: var(--green-yellow-600);
}

.button.large.green-bg:hover {
  border-color: var(--shade-900);
  outline-color: var(--shade-900);
  outline-offset: -1.5px;
  outline-width: 1.5px;
  outline-style: none;
}

.button.large.transparent-bg {
  max-width: none;
  border: 1.5px solid var(--white);
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  outline: 1.5px #fffdfc;
}

.button.large.transparent-bg:hover {
  border-color: var(--shade-900);
  background-color: var(--shade-900);
  outline-offset: 0px;
  outline: 1.5px #fffdfc;
}

.button.large.transparent-bg.black-border {
  border-color: var(--shade-900);
  color: var(--shade-900);
}

.button.large.transparent-bg.black-border:hover {
  background-color: var(--yellow-400);
}

.button.large.black-bg {
  background-color: var(--shade-900);
}

.button.large.black-bg.button-pricing:active {
  box-shadow: inset 5px 5px rgba(255, 253, 252, .09);
}

.button.large.yellow-border:hover {
  border-color: var(--yellow-400);
}

.button-icon {
  width: 20px;
  height: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: block;
}

.button-text {
  width: 100%;
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  font-family: var(--body-font);
  font-size: .9rem;
  font-weight: 700;
  line-height: 130%;
  display: flex;
}

.button-text.dark {
  width: auto;
  max-width: 100%;
  color: var(--shade-900);
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  font-size: .9rem;
  line-height: 100%;
  margin: 0;
}

.button-text.dark.button-text-medium {
  font-size: 14px;
}

.button-text.button-text-medium {
  font-size: 14px;
  text-decoration: none;
}

.button-text.button-text-small.shade-900 {
  color: var(--shade-900);
}

.h4 {
  color: var(--shade-900);
  text-transform: uppercase;
  font-family: var(--display-font);
  font-size: 2rem;
  font-weight: 400;
  line-height: 130%;
}

.button-medium {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--green-yellow-600);
  background-color: var(--green-yellow-600);
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-medium:hover {
  border: 1px solid var(--shade-900);
}

.button-medium:active {
  box-shadow: inset 5px 5px rgba(43, 43, 43, .15);
}

.button-medium.secondary {
  border: 1px solid var(--shade-900);
  background-color: var(--white);
  transition: all .3s;
  display: flex;
  column-gap: 4px;
  align-items: center;
}

.button-medium.secondary:hover {
  background-color: var(--yellow-400);
  outline-color: var(--shade-900);
  outline-offset: -1.5px;
  outline-width: 1.5px;
  outline-style: none;
}

.button-medium.arancio-atlas-bg {
  border-color: var(--arancio-atlas);
  background-color: var(--arancio-atlas);
}

.button-medium.arancio-atlas-bg:hover, .button-medium.arancio-atlas-bg.tug:hover {
  border-color: var(--shade-900);
}

.button-medium.green {
  background-color: var(--green-yellow-600);
}

.button-medium.blue-bg {
  border-color: var(--blue-700);
  background-color: var(--blue-700);
}

.button-medium.blue-bg:hover {
  border-color: var(--shade-900);
}

.button-medium.tekorange-bg {
  border-color: var(--tek-orange);
  background-color: var(--tek-orange);
}

.button-medium.tekorange-bg:hover {
  border-color: var(--shade-900);
}

.button-medium.tekorange-bg.button-text {
  width: auto;
  border-color: var(--tek-orange);
  background-color: var(--tek-orange);
}

.button-medium.yellow-bg {
  border-color: var(--yellow-400);
  background-color: var(--yellow-400);
}

.button-medium.yellow-bg:hover {
  border-color: var(--shade-900);
}

.button-icon-small {
  text-decoration: none;
  display: flex;
  height: 20px;
}

.button-icon-small.shade-900 {
  color: var(--shade-900);
}

.button-wrapper {
  display: flex;
}

.caption {
  font-family: var(--body-font);
  font-size: .75rem;
  font-style: italic;
  line-height: 115%;
}

.caption.dark-bg {
  font-weight: 400;
}

.body {
  color: var(--shade-900);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 115%;
}

.button-small {
  width: auto;
  height: auto;
  grid-column-gap: 8px;
  border: 1px solid var(--yellow-400);
  background-color: var(--yellow-400);
  color: var(--shade-900);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 8px 14px;
  font-family: var(--body-font);
  font-weight: 600;
  transition: all .3s;
  display: block;
}

.button-small:hover {
  border: 1px solid var(--shade-900);
  outline-color: var(--shade-900);
  outline-offset: -1px;
  outline-width: 1px;
  outline-style: none;
}

.button-small:active {
  box-shadow: inset 5px 5px rgba(43, 43, 43, .15);
}

.button-small.secondary {
  border: 1px solid var(--shade-900);
  background-color: var(--white);
  font-size: 12px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-small.secondary:hover {
  background-color: var(--yellow-400);
  outline-color: var(--shade-900);
  outline-offset: -1px;
  outline-width: 1px;
  outline-style: none;
}

.button-small.secondary:active {
  box-shadow: inset 5px 5px rgba(43, 43, 43, .15);
}

.button-small.secondary.nav-cta {
  flex: 0 auto;
  display: flex;
}

.button-small.secondary.transparent-bg {
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
}

.button-small.secondary.transparent-bg:hover {
  background-color: var(--yellow-400);
  outline-color: var(--shade-900);
  outline-offset: 0px;
  border-width: 1px;
  outline-width: 3px;
  outline-style: none;
}

.button-small.secondary.transparent-bg.white-border {
  border-color: var(--white);
  color: var(--white);
  margin-right: 0;
}

.button-small.secondary.transparent-bg.white-border:hover {
  border-color: var(--white);
  background-color: var(--shade-900);
  -webkit-text-stroke-color: transparent;
}

.button-small.secondary.transparent-bg.white-border.no-cms {
  margin-left: auto;
  margin-right: 20px;
}

.button-small.secondary.careers-button {
  letter-spacing: .5px;
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
}

.button-small.secondary.careers-button:hover {
  background-color: var(--shade-900);
  color: var(--white);
  outline-width: 0;
}

.button-small.secondary.careers-button:active {
  box-shadow: inset 5px 5px 0 0 var(--shade-800);
}

.button-small.secondary.hover-transparent:hover {
  color: var(--shade-900);
  background-color: rgba(0, 0, 0, 0);
}

.button-small.secondary.hover-invert:hover {
  filter: invert();
  background-color: rgba(0, 0, 0, 0);
}

.button-small.button-text {
  width: auto;
  max-width: 250px;
  display: block;
}

.button-small.button-text.tekorange-bg {
  background-color: var(--tek-orange);
  color: var(--white);
  margin-top: 2rem;
}

.button-small.open-form {
  width: auto;
  cursor: pointer;
  display: flex;
}

.button-small.open-form.tek-orange-bg {
  border-color: var(--tek-orange);
  background-color: var(--tek-orange);
}

.button-small.open-form.green-bg {
  border-color: var(--green-yellow-600);
  background-color: var(--green-yellow-600);
}

.button-small.open-form.white-bg {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--shade-900);
}

.button-small.tekorange-bg {
  border-color: var(--tek-orange);
  background-color: var(--tek-orange);
  color: var(--white);
  letter-spacing: .5px;
}

.button-small.purple-bg {
  border-color: var(--purple-400);
  background-color: var(--purple-400);
  color: var(--white);
}

.button-small.purple-bg:hover {
  border-color: var(--shade-900);
}

.button-circle-wrapper {
  z-index: 2;
  color: var(--shade-900);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border-style: none;
  border-radius: 50%;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: static;
  top: 40%;
  left: 45%;
}

.button-circle-wrapper.home-slider-nav {
  align-self: flex-end;
  top: 84%;
  left: 17%;
}

.button-circle-wrapper.absolute {
  position: absolute;
  top: 76%;
  left: 26%;
}

.button-circle-wrapper.hover-button {
  z-index: auto;
  width: auto;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.button-circle-wrapper.event-circle-button {
  align-self: flex-end;
  top: 84%;
  left: 17%;
}

.button-circle-lg {
  width: 82px;
  height: 82px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--green-yellow-600);
  background-color: #7c9627;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0%;
  transition: all .3s;
  display: flex;
}

.button-circle-lg:hover {
  border-color: var(--shade-900);
}

.button-circle-lg:active {
  box-shadow: inset 6px 4px rgba(0, 0, 0, .2);
}

.button-circle-lg.yellow {
  border-color: var(--yellow-400);
  background-color: var(--yellow-400);
  flex-flow: row;
}

.button-circle-lg.yellow:hover {
  border: 1px solid var(--shade-900);
}

.button-circle-lg.yellow:active {
  box-shadow: inset 6px 4px rgba(0, 0, 0, .2);
}

.circle-button-label {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0%;
  align-self: center;
  font-family: var(--display-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 112%;
}

.circle-button-label.light {
  letter-spacing: 0;
  font-weight: 500;
  text-decoration: none;
}

.circle-button-label.dark {
  color: var(--shade-900);
  text-align: left;
  letter-spacing: 0;
  font-weight: 500;
  text-decoration: none;
}

.circle-button-label.dark.right-align {
  text-align: right;
  margin-left: -14px;
  font-weight: 400;
}

.circle-button-label.dark.align-center {
  text-align: center;
  font-weight: 400;
}

.circle-button-label.quote-author-name {
  width: auto;
  height: auto;
  max-height: 4ch;
  max-width: 12ch;
  color: var(--shade-900);
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  line-height: 112%;
  overflow: hidden;
}

.button-circle-sm {
  width: 56px;
  height: 56px;
  border: 1px solid var(--yellow-400);
  background-color: var(--yellow-400);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.button-circle-sm:hover {
  border: 1px solid var(--shade-900);
}

.button-circle-sm:active {
  box-shadow: inset 6px 4px rgba(0, 0, 0, .2);
}

.tekmetric {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-10 {
  width: 30.8824px;
  height: 30.7317px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-11 {
  width: 118.028px;
  height: 22.9626px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-item, .nav-item a {
  height: 100%;
  color: var(--shade-900);
  letter-spacing: .5px;
  text-transform: uppercase;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: static;
}

.nav-item:hover, .nav-item a:hover {
  color: var(--tek-orange);
}

.vectors-wrapper-13 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h6-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 115%;
}

.paragraph-mobile {
  color: var(--shade-900);
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  flex: 0 auto;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  display: block;
}

.text-17 {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: var(--body-font);
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
}

.vectors-wrapper-14 {
  width: 16px;
  height: 16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}
.explore {
  width: 100%;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.more-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mobile-ctas {
  display: none;
  overflow: visible;
}

.mobile-menu {
  width: 100%;
  max-width: 375px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #fffdfc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 20px;
  display: flex;
  box-shadow: 0 32px 64px rgba(0, 0, 0, .14);
}

.mobile-dropdown-list-wrapper {
  width: 100%;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  border: 0 solid #000;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 32px;
  padding-right: 20px;
  display: flex;
}

.mobile-drowpdown-list {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mobile-menu-header {
  grid-column-gap: 199px;
  grid-row-gap: 199px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mobile-menu-heading {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 115%;
}

.mobile-nav-item {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1313 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-nav-menu-button {
  padding: 0;
}

.main-nav_login {
  grid-column-gap: .5rem;
  color: #475467;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  margin-top: 1.3rem;
  margin-bottom: 1.15rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  /*transition: all .3s;*/
  display: block;
}

.main-nav_login:hover {
  color: #344054;
  background-color: #f9fafb;
}

.main-nav_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-nav_menu-right {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.main-nav_link {
  color: var(--shade-900);
  text-transform: uppercase;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-bottom: -1px;
  padding: 2rem 1rem 1.75rem;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
 /* transition: all .3s;*/
}

.main-nav_link:hover {
  color: #344054;
}

.main-nav_link.w--current {
  color: #000;
}

.button_link {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button_link:hover {
  color: #53389e;
}

.button_link.is-button-xsmall {
  color: var(--shade-900);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: var(--body-font);
  font-size: .75rem;
  font-weight: 700;
  line-height: 130%;
}

.button_wrapper {
  text-decoration: none;
}

.button-row_flex {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}

.main-nav_dropdown-content-button-wrapper {
  letter-spacing: normal;
  margin-top: .75rem;
  font-size: .875rem;
}

.text-size-small {
  color: var(--shade-900);
  letter-spacing: normal;
  font-family: var(--body-font);
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small.hide-mobile-landscape {
  color: var(--shade-900);
  font-family: var(--body-font);
  line-height: 164%;
}

.navbar_item-heading {
  color: var(--shade-900);
  margin-bottom: 0rem;
  font-family: var(--body-font);
}

.navbar_item-heading.margin-bottom-0 {
  flex: 0 auto;
  margin-bottom: 0;
}

.navbar_item-heading.margin-bottom-0.dark {
  font-weight: 500;
}

.navbar_blog-item {
  border-radius: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.navbar_blog-item:hover {
  background-color: #fff;
}

.navbar_dropdown-blog-item-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.main-nav_dropdown-content-wrapper {
  z-index: 1;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.navbar_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--tek-orange);
}

.icon-1x1-xsmall.nav-cta {
  width: 24px;
  height: 24px;
  color: var(--shade-900);
}

.navbar_icon-wrapper {
  color: #7f56d9;
  flex: none;
}

.main-nav_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
/*  transition: all .3s;*/
  display: grid;
}

.main-nav_dropdown-link:hover {
  border-color: var(--shade-50);
  background-color: var(--pure-white);
}

.main-nav_dropdown-link.no-hover:hover {
  background-color: rgba(0, 0, 0, 0);
}

.main-nav_dropdown-link.no-border {
  border-style: none;
  align-items: start;
}

.main-nav_heading {
  color: var(--shade-900);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: var(--display-font);
  font-size: .75rem;
  font-weight: 700;
  line-height: 115%;
}

.main-nav_dropdown-link-list {
  align-content: center;
  justify-content: center;
  display: flex;
}

.main-nav_dropdown-content-left {
  flex: 1;
  display: flex;
}

.main-nav_dropdown-content {
  width: 100%;
  display: flex;
}

.main-nav_container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-nav_dropdown-list {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.main-nav_dropdown-list.w--open {
  max-width: 100%;
  background-color: var(--white);
  border-top: 1px solid #f2f4f7;
  margin-top: -1px;
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
  overflow: hidden;
  opacity: 100 !important;
}

.nav-dropdown-icon {
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.main-nav_dropdown-toggle {
  color: #475467;
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
/*  transition: all .3s;*/
  display: flex;
  height: 5rem;
}

.main-nav_dropdown-toggle:hover {
  color: #344054;
}

.main-nav_menu-dropdown {
  min-height: 5rem;
  border-bottom: 1px #000;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: -1px;
  position: static;
}

.main-nav_menu-left {
  width: auto;
  flex: 0 auto;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.main-nav_menu {
  width: auto;
  height: 100%;
  flex: auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.logo_component {
  width: auto;
  height: 2rem;
  flex-wrap: nowrap;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.main-nav_logo-link {
  flex: 0 15%;
  align-self: auto;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.main-nav {
  min-height: 5rem;
  background-color: var(--white);
  border-bottom: 1px solid #f2f4f7;
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  color: var(--green-yellow-600);
  text-transform: none;
  font-family: var(--body-font);
}

.navbar-menu-open {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: center;
  font-family: var(--display-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 112%;
}

.navbar-menu-open.dark {
  color: var(--shade-900);
  letter-spacing: 0;
  font-weight: 500;
  text-decoration: none;
}

.navbar-menu-close {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: center;
  font-family: var(--display-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 112%;
}

.navbar-menu-close.dark {
  color: var(--shade-900);
  letter-spacing: 0;
  font-weight: 500;
  text-decoration: none;
}

.nav-wordmark {
  min-width: 70px;
  margin-left: 3px;
}

.button-small-nav {
  grid-column-gap: 8px;
  background-color: var(--tek-orange);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 8px;
  align-items: center;
  padding: 8px 14px;
  display: none;
}

.button-small-nav:active {
  box-shadow: inset 5px 5px rgba(43, 43, 43, .15);
}

.footer-newsletter {
  width: 100%;
  height: 241px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fffdfc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 4rem;
  display: flex;
}

.footer-wrapper {
  width: 100%;
  height: auto;
  max-width: 1440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #2b2b2b;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.footer-col-1-wrapper {
  width: 100%;
  height: auto;
  max-width: 288px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 25px;
  display: flex;
}

.footer-col-1 {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.logo-social {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
}

.vectors-wrapper-16 {
  height: 42px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social {
  width: 100%;
  height: auto;
  max-width: 241.2px;
  grid-column-gap: 12px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-17 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-17.invert {
  width: 24px;
  height: 27px;
  align-items: center;
}

.vectors-wrapper-17.twitter {
  width: 24px;
  filter: brightness(200%) saturate(0%);
}

.text-small-grey {
  opacity: .4;
  color: #fffdfc;
  text-align: left;
  text-transform: undefined;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
}

.footer-col-wrapper {
  width: 100%;
  height: 100%;
  max-width: 288px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 0 80%;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 0 80px 50px;
  display: flex;
}

.footer-col-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-col-header {
  color: #f0572a;
  text-align: left;
  text-transform: undefined;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 164%;
}

.footer-nav-link {
  color: var(--white);
  text-align: left;
  text-transform: undefined;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-decoration: none;
}

.footer-nav-link:hover {
  color: var(--white);
  text-decoration: none;
}

.form-block {
  width: 100%;
  max-width: 100%;
  color: var(--shade-100);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: auto;
  display: flex;
}

.form {
  width: auto;
  max-width: 1200px;
  grid-column-gap: 0px;
  color: var(--shade-100);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-basis: 100%;
  justify-content: space-around;
  align-self: center;
  font-family: var(--body-font);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 115%;
  display: block;
  position: relative;
}

.section-home-dark {
  max-width: 100%;
  background-color: var(--shade-900);
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.home-slider-container {
  max-width: 100%;
  background-color: var(--shade-900);
  flex: none;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10rem;
  display: flex;
  overflow: hidden;
}

.slider {
  width: 100%;
  height: 450px;
  grid-column-gap: 12px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  padding-top: 12px;
  padding-left: 6px;
  display: flex;
  overflow: hidden;
  min-width: 200px;
}

.slider-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fffdfc;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.slider-bottom {
  width: 100%;
  height: 100%;
  max-width: 275px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.slider-copy {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider-copy.support {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 32px;
}

.training {
  color: #2b2b2b;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.slide-wrapper {
  height: 100%;
  flex-direction: row;
  display: flex;
}

.mask {
  width: 100%;
  object-fit: fill;
  transition: all .3s;
  transform: translate(100%)translate(0%);
}

.slide {
  /* width: 287px; */
  min-width: 200px;
  margin-bottom: 12px;
  margin-left: 6px;
  padding-left: 6px;
  padding-right: 6px;
  max-height: 400px;
}

.keep-going {
  margin-top: 24px;
}

.material-symbols-outlined {
  font-size: 20px !important;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 20
}

.rotate-45 {
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.image-5 {
  font-size: 16px;
  margin-left: -5px;
  margin-top: 1px;
}

.image-5.left-arrow {
  transform: rotate(90deg);
}

.button-circle-lg-text-wrapper {
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 4px;
  display: flex;
}

.button-circle-lg-text-wrapper.sign-up {
  position: relative;
}

.light {
  max-width: 30ch;
  color: var(--white);
}

.home-section-title {
  max-width: 100%;
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--display-font);
  font-size: 6rem;
  font-weight: 400;
  line-height: 98%;
}

.space-medium {
  width: 100%;
  min-height: 2rem;
}

.space-small {
  width: 100%;
  min-height: 1.5rem;
}

.no-padding {
  padding: 0;
}

.padding-vertical {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-vertical.page-title {
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}


.page-padding {
  height: auto;
  margin-left: 0;
  padding-left: 6rem;
  padding-right: 6rem;

}

.page-padding.flex-vertical {
  width: 100%;
  flex-direction: column;
}

.page-padding.padding-vertical {
  justify-content: center;
}

.page-padding.padding-vertical.rectangle-bg {
  width: 100%;
}

.interior-hero {
  background-size: cover;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  min-height: 500px;
}

.interior-hero.color-bg {
  min-height: 500px;
  background-color: var(--blue-grey-100);
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

.interior-hero.color-bg.red-bg {
  min-height: auto;
  background-color: var(--purple-400);
}

.interior-hero.blue-bg {
  max-height: none;
  min-height: auto;
  background-color: var(--blue-700);
  background-image: none;
  justify-content: center;
  padding-top: 0;
}

.interior-hero.black-bg {
  min-height: 500px;
  background-color: var(--shade-900);
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}



.page-title {
  max-width: 15ch;
  font-size: 8vmin;
}

.page-title.interior-hero {
  background-image: none;
  margin-top: 20px;
  margin-bottom: 40px;
}

.page-title.interior-hero.margin-auto {
  justify-content: center;
}

.subhead {
  max-width: 40ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
}

.subhead.dark {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-copy {
  z-index: 2;
  width: auto;
  max-width: none;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5rem;
  padding: 5rem 0 5rem 5rem;
  font-size: 0;
  display: block;
  position: static;
}

#article-hero .hero-copy {
  padding-bottom: 3rem;
}

.back {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--shade-900);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-16 {
  width: 16px;
  height: 16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcrumb-text {
  color: #2b2b2b;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  align-items: center;
  font-family: var(--body-font);
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  display: block;
}

.page-title {
  max-width: 17ch;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 5rem;
  line-height: 95%;
}

.page-title.dark {
  margin-top: 40px;
  margin-bottom: 40px;
}

.columns {
  width: 100%;
  margin-right: 0;
}

.section-home-features {
  width: auto;
  height: auto;
  clear: none;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 5rem;
  padding: 5rem 0;
  display: block;
  position: relative;
  top: 0;
  overflow: hidden;
}

.body-2 {
  background-color: var(--white);
  color: var(--shade-900);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 115%;
}

.section-home-3 {
  background-color: var(--white);
  position: relative;
}

.flex-col {
  height: auto;
  object-fit: cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.flex-col.home-vertical-padding {
  height: auto;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.flex-col.blue-bg {
  background-color: var(--blue-700);
}

.col-2-wrapper {
  height: auto;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 6rem;
  display: flex;
}
.flex-columns-full-width {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}


.columns-2 {
  max-width: 1440px;
  justify-content: flex-start;
  align-items: center;
  margin: auto 6rem;
  display: flex;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.slide-nav {
  top: auto;
  bottom: 0;
}

.dark-overlay {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: block;
  position: relative;
}

.left-arrow {
  display: block;
}

.column-14 {
  height: auto;
  padding-right: 1.5rem;
}

.video {
  z-index: 1;
  width: 100%;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.column-16 {
  height: auto;
  object-fit: contain;
  padding-left: 0;
  padding-right: 0;
}

.full-width-img {
  height: 500px;
  object-fit: fill;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-12 {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.h2-section-header {
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.h2-section-header.right-align {
  text-align: right;
  margin: 0 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.h2-section-header.left-align {
  text-align: left;
  margin: 0 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.h2-section-header.show-mobile-landscape {
  display: none;
}

.section-header-hr {
  height: 1px;
  background-color: var(--shade-900);
  margin-bottom: 5rem;
}

.related-posts-wrapper {
  width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 33%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: block;
}

.collection-item {
  font-family: var(--display-font);
  font-size: 32px;
}

.rounded-img-vertical {
  height: 354px;
  border-radius: 16px;
}

.rounded-img-vertical._2-column {
  height: 500px;
}

.empty-state {
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.rounded-img-horizontal {
  height: 185px;
  border-radius: 16px;
}

.rounded-img-horizontal._2-column {
  height: 250px;
}

.related-posts-col-wrapper {
  flex: 0 33%;
}

.related-posts-col-wrapper._2-column {
  flex-basis: 50%;
}

.button-medium-transparent {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--white);
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  display: flex;
}

.button-medium-transparent:hover {
  background-color: var(--tek-orange);
}

.button-medium-transparent:active {
  box-shadow: inset 5px 5px rgba(43, 43, 43, .15);
}

.hero-wrapper {
  width: 100%;
  max-width: none;
  flex: 0 auto;
  align-self: stretch;
  display: flex;
  position: static;
  overflow: hidden;
}

.related-posts-section {
  max-width: 1920px;
}

.related-posts-columns {
  max-width: 1440px;
  grid-column-gap: 40px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.blog-tag-text {
  color: var(--shade-900);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: var(--body-font);
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.interior-hero-7 {
  height: 500px;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: stretch;
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.interior-hero-no-bg {
  height: 500px;
  min-height: auto;
  background-color: var(--arancio-atlas);
  justify-content: space-between;
  align-items: stretch;
  margin-top: 80px;
  padding-top: 0;
  display: block;
  position: relative;
}

.hero-text-light {
  color: var(--white);
}

.invert {
  filter: invert();
}

.h2-section-header-dark-bg {
  width: 100%;
  max-width: 1440px;
  background-color: var(--shade-900);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 3rem;
  display: flex;
}

.section-header-hr-light {
  height: 1px;
  background-color: var(--white);
  margin-bottom: 5rem;
}

.h6-intro {
  max-width: 88ch;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 auto;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 115%;
}

.h6-intro-dark-bg {
  max-width: 88ch;
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 130%;
}


.section-wrapper-dark-bg {
  background-color: var(--shade-900);
}

.dark-bg {
  color: var(--white);
}

.dark-bg.form-question-label {
  margin-top: 5px;
}

.dark-bg.h2-vmin {
  font-size: 7vmin;
}

.button-icon-small-left {
  width: 20px;
  height: 20px;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph {
  color: var(--shade-900);
  font-family: var(--body-font);
  font-size: 1rem;
  line-height: 180%;
}

.paragraph.dark-bg {
  color: var(--white);
}

.paragraph.align-center, .paragraph.align-center-copy {
  max-width: 88ch;
}

.paragraph.small-block {
  max-width: 45rem;
  color: var(--white);
}

.paragraph.small-block.small-font {
  font-size: .75rem;
}

.space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.columns-with-icons_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.align-center.pricing-plan-title {
  margin-top: 2rem;
  margin-bottom: 6px;
}

.align-center.feature-item {
  max-width: 88ch;
}

.align-center.dark-bg {
  font-weight: 400;
}

.full-width-flex-wrapper {
  flex-direction: column;
  display: flex;
}

.html-embed-3 {
  overflow: hidden;
}

.div-block-10 {
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.close-button-row {
  padding-top: 4px;
  position: static;
}

.close-button-wrapper {
  float: right;
}

.c-form-block {
  width: 100%;
  display: block;
}

.question {
  width: 100%;
  margin: 2rem 0;
}

.question.active {
  width: 100%;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.input-field {
  width: 100%;
  min-height: 48px;
  color: var(--shade-900);
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: var(--body-font);
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, .04);
}

.input-field:hover {
  border-color: #ccd5e0;
}

.input-field:focus {
  border-color: #642eff;
}

.input-field::-ms-input-placeholder {
  color: #a0a6b0;
}

.input-field::placeholder {
  color: #a0a6b0;
}

.input-field-wrap {
  margin-bottom: 0;
}

.rounded-rectangle-container {
  height: auto;
  max-width: 1040px;
  grid-row-gap: 0rem;
  background-color: var(--shade-900);
  border-radius: 16px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
  display: block;
  position: relative;
  overflow: visible;
}

.rounded-rectangle-container.downloads, .rounded-rectangle-container.tug {
  max-width: 1040px;
  border: 1.5px solid var(--shade-900);
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.rounded-rectangle-container.book-demo.green-900-bg {
  background-color: #083e1f;
}

.interior-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.interior-wrapper.white-bg {
  background-color: var(--white);
  position: relative;
}

.interior-wrapper.tek-orange {
  background-color: var(--tek-orange);
}

.column-17 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.column-18 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.columns-4 {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 2rem;
  display: flex;
}

.dark {
  color: var(--white);
  flex: 0 auto;
  margin-top: auto;
  margin-bottom: auto;
}

.question-wrapper {
  margin-top: 0;
  margin-bottom: 2rem;
}

.white-text {
  color: var(--white);
  flex-basis: 60%;
  align-self: auto;
  margin-right: 10px;
}

.white-text.calc-results-text {
  max-width: 100%;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.button-text-small {
  width: auto;
  height: auto;
  color: #fff;
  letter-spacing: .5px;
  -webkit-text-stroke-color: transparent;
  text-transform: uppercase;
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  font-family: var(--body-font);
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.button-text-small.dark {
  max-width: 100%;
  color: var(--shade-900);
  flex-wrap: nowrap;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  line-height: 130%;
}

.button-text-small.light {
  color: var(--shade-900);
}

.float-right {
  float: right;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  width: auto;
  grid-column-gap: 4px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.right-align {
  text-align: right;
  align-self: flex-end;
}

._9-16-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: none;
  align-self: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._9-16-image.border-radius-small {
  border-radius: 8px;
}

.layout_image-wrapper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.layout_image-wrapper._9-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 56.25%;
  display: flex;
  position: relative;
}

.layout_item {
  width: 100%;
  max-width: 350px;
  min-width: 250px;
  border: 1px solid var(--shade-50);
  background-color: var(--pure-white);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  transition: all .3s;
  display: block;
}

.layout_item:hover {
  border: 1px solid var(--shade-900);
  border-radius: 8px;
  padding: 20px;
}

.layout_item.no-hover:hover {
  border: 1px solid var(--shade-50);
  outline-color: var(--shade-900);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: none;
  padding: 20px;
}

.layout_list {
  max-width: 1040px;
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: stretch;
  align-items: start;
  justify-items: start;
  margin: 4rem auto 0;
  display: flex;
}

.layout_component {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column_cards_row {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  margin: 5rem auto;
  display: block;
  overflow: visible;
}

.column_cards_row.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.column_cards_row.no-top-margin {
  margin-top: 0;
}

.column_cards_row.no-top-margin.no-bottom-margin {
  margin-bottom: 0;
}

.card-button-wrapper {
  height: auto;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 1rem;
  display: flex;
}

.link-block-4 {
  text-decoration: none;
  display: flex;
}

.icon-container {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 8px;
  margin-top: -2rem;
  position: relative;
}

.column-icon {  
  color: var(--pure-white) !important;
  font-size: 24px;
  line-height: 24px;
  display: flex !important;
  align-items: center;
}

.column-icon.black-bg {
  object-position: 50% 50%;
  flex: 0 auto;
}

.columns-with-icons-item {
  width: 100%;
  border: 1px solid var(--shade-50);
  background-color: var(--pure-white);
  text-align: center;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  padding: 0 1.5rem 2rem;
  transition: all .3s;
  display: flex;
}

.columns-with-icons-item:hover {
  border-color: var(--shade-900);
}

.columns-with-icons-item.no-hover:hover {
  border-color: var(--shade-50);
}

.columns-with-icons-item.integrations-dark {
  border-color: var(--shade-800);
  background-color: rgba(0, 0, 0, 0);
}

.columns-with-icons-item.integrations-dark:hover {
  border-color: var(--white);
}

.columns-with-icons {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
  margin-bottom: 5rem;
  display: grid;
}

.columns-with-icons.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.columns-with-icons._2-columns {
  grid-template-columns: 1fr 1fr;
}

.padding-vertical-small {
  width: 100%;
  height: auto;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.padding-vertical-small.left-align {
  justify-content: flex-start;
  align-self: stretch;
}

.column-cards-row_dark {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  margin: 5rem auto;
  padding-left: 6rem;
  padding-right: 6rem;
  display: block;
}

.dark-bg-wrapper {
  background-color: var(--shade-900);
}

.text-link {
  color: var(--shade-900);
  text-transform: uppercase;
  font-family: var(--body-font);
  font-size: 12px;
  font-weight: 700;
}

.text-link.dark-bg {
  color: var(--white);
  letter-spacing: .5px;
}

.text-link.dark-bg.not-a-link {
  cursor: default;
}

.text-link.cookie-banner_text {
  text-transform: none;
  font-weight: 400;
  text-decoration: underline;
}

.column-card-row-2 {
  max-width: 1040px;
  grid-column-gap: 16px;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: start;
  justify-items: start;
  margin: 0 auto;
  display: grid;
}

.column-card-item-2 {
  width: 100%;
  max-width: none;
  min-width: 250px;
  border: 1px solid var(--shade-800);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  transition: all .3s;
  display: flex;
}

.column-card-item-2:hover {
  border: 1px solid var(--white);
  border-radius: 8px;
  padding: 20px;
}

.column-card_image-wrapper {
  width: 100%;
  max-height: 200px;
  background-color: var(--white);
  object-fit: fill;
  border-radius: 8px;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-card_image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  flex: none;
  align-self: center;
  display: block;
  overflow: hidden;
}

.padding-top {
  padding-top: 5rem;
}


._4-column-row_grid {
  width: auto;
  max-width: 1440px;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  justify-items: center;
  margin: 0 auto;
  display: grid;
  overflow: visible;
}

._4-column-row_item {
  width: 100%;
  min-width: auto;
  border: 1px solid var(--shade-50);
  background-color: var(--pure-white);
  text-align: center;
  border-radius: 1rem;
  flex-flow: column;
  align-items: center;
  margin-top: 2rem;
  padding: 0 1.5rem 2rem;
  transition: all .3s;
  display: flex;
}

._4-column-row_item:hover {
  border-color: var(--shade-900);
  outline-color: var(--shade-900);
  outline-offset: 0px;
  outline-width: 1.5px;
  outline-style: none;
}

._4-column-row_item.no-hover:hover {
  border-color: var(--shade-50);
}

.column-image {
  z-index: 10;
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  border-radius: 8px;
  margin-top: -2rem;
  position: relative;
}

.padding-bottom {
  justify-content: center;
  align-self: auto;
  padding-bottom: 5rem;
  display: block;
}

.page-padding_columns {
  max-width: 1920px;
  flex-flow: column wrap;
  justify-content: flex-start;
  padding-left: 6rem;
  padding-right: 6rem;
  font-size: 1px;
  display: flex;
  position: static;
}

.page-padding_columns.flex-vertical {
  width: 100%;
  flex-direction: column;
}

.page-padding_columns.padding-bottom {
  flex-direction: column;
}

.column-text {
  color: var(--shade-900);
  font-family: var(--body-font);
  font-size: .85rem;
  font-weight: 400;
  line-height: 145%;
}

.column-text.search-results_text {
  margin-left: 6rem;
  margin-right: 6rem;
}

.column-text.left-align {
  text-align: left;
}

.column-text.dark-bg {
  color: var(--white);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-2 {
  height: 520px;
}

.slide-nav-2 {
  display: none;
}

.icon-17 {
  margin-left: 20px;
  font-family: var(--body-font);
  font-size: 20px;
}

.icon-18 {
  margin-right: 20px;
  font-family: var(--body-font);
  font-size: 20px;
}

.circle-button-lable-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 9px;
  display: flex;
}

.circle-button-lable-wrapper.no-margin {
  margin-left: 0;
}

.load-more-posts-section {
  padding-bottom: 5rem;
}

.category-tag_text {
  color: var(--shade-900);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: var(--body-font);
  font-size: 12px;
  font-weight: 700;
}

.featured-event-item, .collection-item-8 {
  height: 100%;
}

.div-block-17 {
  display: flex;
}

.form-input {
  max-width: 500px;
  background-color: var(--white);
  color: var(--shade-900);
  border-radius: 8px;
  margin-bottom: 2rem;
  font-family: var(--body-font);
  font-size: .8rem;
}

.field-label-3 {
  display: none;
}

.div-block-19 {
  display: flex;
}

.link-block-5, .no-underline {
  text-decoration: none;
}

.div-block-20 {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 43, 43, .2);
  border-radius: 16px;
  flex: none;
  align-self: auto;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-20:hover {
  display: flex;
}

.column-card_item {
  width: 100%;
  max-width: 350px;
  min-width: 250px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: block;
}

.column-card_item:hover {
  border: 1.5px solid var(--shade-900);
  border-radius: 8px;
  padding: 19px;
}

.div-block-23 {
  width: 100%;
  height: 1000px;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-24 {
  width: 860px;
  height: 510px;
  background-color: var(--shade-900);
  opacity: .07;
  filter: blur(20px);
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.interior-hero-blog.green-bg {
  background-color: var(--green-yellow-600);
}

.interior-hero-blog.arancio-orange-bg, .interior-hero-blog.tekorange-bg {
  background-color: var(--tek-orange);
}

.search-result-wrapper {
  color: var(--shade-900);
  font-family: var(--body-font);
  font-size: 1rem;
  line-height: 145%;
}

.search-result-link {
  color: var(--shade-900);
  text-transform: uppercase;
  margin-left: 6rem;
  margin-right: 6rem;
  font-family: var(--display-font);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 168%;
  text-decoration: none;
}

.negative-letter-spacing {
  letter-spacing: -6px;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.search-button {
  width: auto;
  height: 40px;
  max-height: 60px;
  max-width: 200px;
  background-color: var(--shade-900);
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 8px;
  flex: 1;
  align-self: auto;
  padding: 12px 24px;
  font-family: var(--body-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  display: block;
}

.hero-search-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.search-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.search-input-2 {
  min-width: 300px;
  border-radius: 8px;
}

.search-result_divider {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: stretch;
  margin-top: -3rem;
  margin-bottom: 3rem;
  margin-left: -2px;
  padding-right: 6rem;
  display: block;
  overflow: visible;
}

.search-divider {
  width: 100%;
  height: 80px;
  border-bottom: 1.5px solid var(--purple-400);
  border-left: 1.5px solid var(--purple-400);
  transform-origin: 0 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -11px;
  margin-bottom: 0;
  display: flex;
  transform: skew(28deg)perspective(874px);
}

.search-divider.arancio-atlas {
  border-bottom-color: var(--arancio-atlas);
  border-left-color: var(--arancio-atlas);
}

.search-results_paragraph {
  margin-left: 6rem;
  margin-right: 6rem;
}

.full-width-padding {
  max-width: 1920px;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 0;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
  position: static;
}

.search-results-item-wrapper {
  max-width: 1440px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-right: 6rem;
  display: flex;
}

.image-wrapper_8-5 {
  width: auto;
  height: auto;
  object-fit: cover;
  align-items: stretch;
  padding-top: 62.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper_9-16 {
  width: auto;
  height: auto;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  align-self: stretch;
  align-items: stretch;
  padding-top: 56.25%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h3-section-header {
  width: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  padding-top: 5rem;
  padding-bottom: 3rem;
  display: block;
  overflow: visible;
}

.section-header-text-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.right-arrow {
  margin-right: 0;
  transform: rotate(180deg);
}

.section-header-hr_h3 {
  width: 100%;
  height: 1px;
  background-color: var(--shade-900);
  flex: none;
  align-self: center;
  margin-bottom: 5rem;
  display: flex;
}

.section-header-hr_h3.light {
  background-color: var(--white);
}

.section-header-hr_h3.light.no-max-width {
  max-width: none;
}

.left-align {
  width: auto;
}

.left-align.no-margin {
  display: flex;
}

.empty-state-2 {
  display: none;
}

.empty-state-3, .empty-state-4, .empty-state-5, .empty-state-6, .empty-state-7, .empty-state-8, .empty-state-9, .empty-state-10 {
  display: none;
}

.no-text-decoration {
  text-decoration: none;
}

.link-black {
  text-decoration: none;
  transition: none;
}

.link-black:hover {
  text-decoration: underline;
}

.column-card-row_3-column {
  max-width: 1040px;
  grid-column-gap: 16px;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: start;
  justify-items: start;
  margin: 0 auto;
  display: grid;
}

.column-cards-row_light {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  margin: 5rem auto;
  padding-left: 6rem;
  padding-right: 6rem;
  display: block;
}

.arrow-down {
  margin-top: 18px;
  margin-left: -17px;
  transform: rotate(0);
}

.column-19 {
  position: absolute;
  left: -84px;
}

.form-item {
  flex: 1;
}

.field-label-dark {
  color: var(--white);
  font-family: var(--body-font);
  font-size: .85rem;
  font-weight: 400;
  line-height: 115%;
}

.form-block-3 {
  height: auto;
}

.html-embed-9 {
  height: auto;
  margin-top: -30px;
  display: block;
}

.div-block-30 {
  display: block;
}


.image-17 {
  filter: invert();
}

.image-17.invert {
  width: 40px;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-31 {
  align-self: center;
  margin-right: 12px;
}

._3-column-grid {
  max-width: 1040px;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: stretch;
  align-items: start;
  justify-items: start;
  margin: 4rem auto 0;
  display: grid;
}

._3-column-grid.no-top-margin {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  margin-top: 0;
}

._3-4-column-1-dark {
  width: 100%;
  max-width: none;
  background-color: var(--shade-900);
  object-fit: contain;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.text-block-6 {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.black-bg {
  background-color: var(--shade-900);
  flex: 0 auto;
}

.mask-3 {
  height: auto;
  margin-bottom: 2rem;
}

.mask-3.padding-vertical {
  height: auto;
}

.button-large {
  border: 1px solid var(--shade-900);
  background-color: var(--shade-900);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 16px 28px;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 600;
}

.button-large:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--shade-900);
  -webkit-text-stroke-color: var(--shade-900);
  font-weight: 700;
}

.button-large:active {
  box-shadow: inset 0 7px 0 0 var(--shade-50);
}

.layout_image {
  width: 100%;
}

.icon-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 8rem;
  padding-right: 8rem;
  display: grid;
}

.button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.button-row-center {
  justify-content: center;
}

.pading-vertical-medium {
  width: 100%;
  height: auto;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.icon-1x1-xsmall-_transparent {
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(0, 0, 0, 0);
}

.icon-margin-left {
  margin-left: 5px;
}

.page-padding_columns-copy {
  max-width: 1920px;
  flex-flow: column wrap;
  justify-content: flex-start;
  padding-left: 6rem;
  padding-right: 6rem;
  font-size: 1px;
  display: flex;
  position: static;
}

.support-testimonial-columns {
  max-width: 1440px;
  grid-column-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  display: flex;
}

._4-column-card-item {
  width: 100%;
  max-width: 350px;
  min-width: auto;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: block;
}

._4-column-card-item:hover {
  border: 1.5px solid var(--shade-900);
  border-radius: 8px;
  padding: 19px;
}

._4-column-card-item.dark-bg.border-radius-small {
  border: 1px solid var(--shade-800);
  border-radius: 8px;
}

._4-column-card-item.dark-bg.border-radius-small:hover {
  border-color: var(--white);
  padding: 20px;
}

.article-body{
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.article-body h2 {
  font-size: 1.5rem;
  line-height: 115%;
  margin-bottom: 1rem;
}

.article-body h4 {
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--body-font);
  font-size: 1.1rem;
  font-weight: 800;
}

.article-body h3 {
  text-transform: uppercase;
  font-family: var(--display-font);
  font-size: 1.25rem;
  font-weight: 400;
}

.article-body li {
  margin-bottom: .5rem;
  line-height: 165%;
  font-size: 1rem;
}

.article-body p {
  line-height: 165%;
}

.article-body a:hover {
  text-decoration: underline;
  color: var(--tek-orange);
}

.button-circle-xl {
  width: 99px;
  height: 99px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--yellow-400);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0%;
  display: flex;
}

.button-circle-xl:hover {
  border: 1px solid var(--shade-900);
}

.button-circle-xl:active {
  box-shadow: inset 6px 3px rgba(0, 0, 0, .2);
}

.button-row-right {
  align-self: flex-end;
  padding-right: 2rem;
}


.h2-section-header-h5 {
  width: 100%;
  max-width: 1440px;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

._2-column-grid {
  max-width: 1040px;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: stretch;
  align-items: start;
  justify-items: start;
  margin: 4rem auto 0;
  display: grid;
}

._2-column-grid.no-top-margin {
  max-width: none;
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  margin-top: 0;
}

._4-column-row_item-wrapper {
  width: 100%;
  min-width: auto;
  border: 1px none var(--shade-50);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
  flex-flow: column;
  align-items: center;
  transition: all .3s;
  display: flex;
}

._4-column-row_item-wrapper:hover {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.feature-section-1-wrapper {
  max-width: 1920px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.matrix-feature-only-section {
  max-width: 1920px;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 0;
  padding-bottom: 5rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
  position: static;
}

.matrix-title {
  color: rgba(240, 87, 42, .18);
  margin-top: -69px;
  margin-left: -5rem;
  position: absolute;
}

.matrix-only-blurb {
  max-width: 55ch;
  color: var(--white);
  margin-left: 38px;
  padding-left: 55px;
  font-style: italic;
}

.matrix-only-row {
  background-color: var(--shade-900);
  margin-bottom: 5rem;
  padding-top: 6.6rem;
}

.pagination {
  justify-content: space-around;
}

.fs-btn-nav {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  text-decoration: none;
}

.load-more-button {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  flex: 0 auto;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
}

.icon-1x1-xxsmall {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--tek-orange);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1x1-xxsmall:hover {
  color: var(--tek-orange);
}

.navbar {
  background-color: var(--white);
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.empty-state-11 {
  display: none;
}


.badge-dot {
  color: #667085;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot.design {
  color: var(--blue-700);
}

.badge-dot.green {
  color: var(--green-yellow-600);
}

.badge-dot.is-red {
  color: #b60000;
  align-self: center;
}

.text-span-6 {
  display: block;
}

.empty-state-13 {
  display: none;
}

.h2-vmin {
  font-size: 7vmin;
}

.div-block-37 {
  flex: 0 50%;
}

.ragistration-button-wrapper {
  justify-content: center;
  display: flex;
}

.sign-up-button_icon {
  position: absolute;
  bottom: -1.1719px;
  left: 23.3438px;
  transform: rotate(-90deg);
}

.div-block-38 {
  max-width: 1440px;
  flex-direction: column;
  flex: none;
  display: flex;
  right: 0;
}

.icon-1x1-xxsmall-2 {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--tek-orange);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1x1-xsmall-5 {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--tek-orange);
}

.icon-flag {
  width: 1.5rem;
  height: 1.5rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: .375rem solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-icon_wrapper {
  width: 1.5rem;
  height: 1.5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}

.badge-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin-left: 6rem;
  position: static;
}

.badge-list {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.blue {
  color: var(--blue-700);
}

.badge {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.badge-text {
  color: var(--green-yellow-600);
  -webkit-text-stroke-color: var(--green-yellow-600);
  font-family: var(--body-font);
}

.badge-text.is-red {
  color: #b60000;
  font-size: .75rem;
  line-height: 143%;
}

.div-block-42 {
  z-index: 3;
  height: 195px;
  background-image: linear-gradient(179deg, rgba(255, 253, 252, 0), var(--white));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-43 {
  display: block;
}

.flex-vertical {
  width: 45%;
  max-width: 100%;
  flex-direction: column;
  display: flex;
}

.slide-2 {
  background-color: var(--white);
}

.success-message-6 {
  background-color: var(--white);
  border-radius: 16px;
}

.h5 {
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 62%;
}

.error-message-2 {
  border-radius: 8px;
  margin-top: 20px;
}

.html-embed-14 {
  display: block;
}

.absolute {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  align-self: stretch;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.item-header {
  height: 100%;
  color: var(--shade-900);
  letter-spacing: .5px;
  text-transform: uppercase;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  text-decoration: none;
  display: flex;
  position: static;
}

.item-header.tekorange {
  color: var(--tek-orange);
}

.data_column-image {
  object-fit: cover;
  flex: 0 50%;
  align-self: center;
  position: relative;
}

.centered-section-text-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-44 {
  height: auto;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.empty-state-14, .empty-state-15 {
  background-color: var(--white);
}

.form-row {
  max-width: 500px;
  grid-column-gap: 1rem;
  display: flex;
}

.column-top {
  margin-bottom: 1rem;
}

.badge-footer {
  grid-column-gap: .25rem;
  color: var(--green-yellow-600);
  white-space: nowrap;
  mix-blend-mode: normal;
  background-color: #f8ffe3;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.div-block-45 {
  flex-direction: column;
  justify-content: space-between;
  align-self: auto;
  display: flex;
}

.text-block-7 {
  color: var(--white);
  font-family: 'GT flexa mono light';
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 150%;
}

.div-block-46 {
  background-image: linear-gradient(to top, var(--shade-900) 23%, transparent 44%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-hero-title {
  max-width: 12ch;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: 100%;
}

.hero-no-button {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.slide-4 {
  height: auto;
}

.slide-5 {
  height: auto;
}


.colored-badge {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.colored-badge.is-red {
  color: #b93815;
  background-color: #fee;
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.text-span-7 {
  color: var(--tek-orange);
}

.flip-horizontal {
  width: 28px;
  height: 28px;
  flex: 0 auto;
  transform: rotate(180deg);
}

.div-block-48 {
  background-color: var(--tek-orange);
  border-radius: 50%;
  flex: none;
  padding: 8px;
}

.icon-wrapper-banner {
  width: 1.5rem;
  height: 1.5rem;
  color: #7f56d9;
  background-color: rgba(0, 0, 0, 0);
  border: .375rem #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: relative;
  left: 0;
}

.div-block-49 {
  padding-top: 0;
  position: relative;
}

.div-block-49.mobile {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/NZ9_1415-min-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  display: none;
}

.padding-vertical-not-mobile {
  padding-top: 5rem;
  padding-bottom: 5rem;
}


.column-card-item-light {
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: 250px;
  border: 1px solid var(--shade-50);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  transition: all .3s;
  display: flex;
}

.column-card-item-light:hover {
  border: 1px solid var(--shade-900);
  border-radius: 8px;
  padding: 20px;
}

.div-block-50 {
  max-width: 1200px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.black-bg-link:hover {
  color: var(--tek-orange);
  font-weight: 500;
}

.pading-bottom-medium {
  width: 100%;
  height: auto;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 3rem;
  display: flex;
}


.inline-link, .inline-link:hover {
  color: var(--white);
}

.banner-left-copy {
  width: 90%;
  grid-column-gap: 1.5rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-right {
  width: 33%;
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.banner-middle {
  width: 33%;
  display: flex;
}

.feature-text-link-clickable {
  color: #fff;
  margin-right: 4px;
  font-family: var(--body-font);
  font-weight: 700;
}

.feature-text-link-clickable:hover {
  color: var(--tek-orange);
}

.feature-text-link-wrapper {
  justify-content: flex-start;
  display: flex;
}

.feature-text-link {
  color: #fff;
  margin-right: 4px;
  font-family: var(--body-font);
  line-height: 164%;
}

.feature-text-link:hover {
  opacity: 1;
  font-weight: 400;
}

.feature-link {
  color: var(--white);
  text-align: left;
  text-transform: undefined;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-decoration: none;
}

.feature-link:hover {
  color: var(--white);
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .button.large {
    width: auto;
    min-width: auto;
    grid-row-gap: 0px;
    background-color: var(--white);
    color: var(--shade-900);
    flex: 0 auto;
    padding: 16px 28px;
  }

  .button-small.button-text {
    width: auto;
    max-width: none;
  }

  .main-nav_dropdown-link-list {
    align-content: space-between;
  }

  .main-nav_menu-left {
    display: block;
  }

  .home-slider-container {
    padding-left: 10rem;
  }

  .subhead {
    font-size: 1.7rem;
  }

  .hero-copy {
    flex-basis: auto;
  }

  .page-title {
    font-size: 5rem;
  }

	#article-title {
 	 font-size: 4rem;
	}

  .flex-columns-full-width {
    width: 100%;
  }

  .rounded-img-vertical {
    height: 404px;
  }

  .rounded-img-horizontal {
    height: 192px;
  }

  .h6-intro-dark-bg.enterprise {
    max-width: none;
  }

  .dark-bg {
    flex-direction: row;
    align-items: stretch;
  }

  .dark-bg.h4-cta {
    max-width: 375px;
    font-weight: 300;
  }

  .dark-bg.h2-vmin {
    font-size: 5rem;
  }

  .dark-bg.about-section-title {
    max-width: 375px;
    font-weight: 300;
  }

  .paragraph.align-center, .paragraph.align-center-copy {
    max-width: 88ch;
  }

  .layout_list {
    max-width: none;
    justify-content: space-around;
    align-self: auto;
  }

  .layout_component {
    width: auto;
    max-width: 1040px;
    align-self: stretch;
    margin-bottom: 0;
    display: block;
  }

  .column_cards_row {
    width: 100%;
    max-width: 1040px;
    align-self: stretch;
    margin-bottom: 0;
    display: block;
  }

  .column_cards_row.no-top-margin {
    margin-bottom: 5rem;
  }

  .column-cards-row_dark {
    align-self: stretch;
    margin-bottom: 5rem;
    display: block;
  }

  .column-card-row-2 {
    max-width: none;
    justify-content: space-around;
    align-self: auto;
  }

  .page-padding_columns {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .featured-blog-wrapper {
    max-width: 1440px;
  }

  .page-padding_feed {
    padding-left: 250px;
    padding-right: 250px;
  }

  .column-card-row_3-column {
    max-width: none;
    justify-content: space-around;
    align-self: auto;
  }

  .column-cards-row_light {
    width: 100%;
    max-width: 1040px;
    align-self: stretch;
    margin-bottom: 5rem;
    display: block;
  }

  ._3-column-grid {
    max-width: none;
    justify-content: space-around;
    align-self: auto;
  }

  .empty-state-12 {
    justify-content: center;
    display: flex;
  }

  .text-span-6 {
    display: none;
  }

  .h2-vmin {
    font-size: 5rem;
  }

  .div-block-38 {
    align-self: flex-end;
    padding-left: 10rem;
    position: relative;
    right: 0;
  }

  .div-block-50 {
    margin-left: auto;
  }
}

@media screen and (min-width: 1440px) {


  .button._2xl, .button.large {
    max-height: 60px;
    max-width: 225px;
    min-width: 200px;
  }

  .button.large.black-bg.button-pricing {
    min-width: auto;
  }

  .button-circle-lg.yellow {
    flex-direction: row;
  }

  .main-nav_menu-left {
    width: auto;
    flex: auto;
    justify-content: center;
    display: flex;
    max-width: 1100px;
  }

  .main-nav_menu {
    width: 100%;
    flex: 0 auto;
    justify-content: space-between;
    margin-right: 0;
  }

  .logo_component {
    flex: 0 auto;
  }

  .main-nav_logo-link {
    flex: none;
  }

  .home-slider-container {
    overflow: hidden;
  }

  .mask {
    overflow: visible;
    transform: translate(100%)translate(0%);
  }

  .page-padding {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-padding.padding-vertical {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-row-columns {
    max-width: 1440px;
  }


  .flex-columns-full-width {
    flex: 1;
  }

  .h2-section-header {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-wrapper {
    max-width: none;
  }

  .hero-wrapper.image-bg.in-the-media {
    background-image: none;
  }

  .related-posts-columns, .related-posts-columns._2-column {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .h6-intro-dark-bg {
    margin-left: 0;
    margin-right: 0;
  }

  .h6-intro-dark-bg.enterprise, .feature-row-2-3-2-dark-bg.scroll-a {
    max-width: none;
  }

  .rounded-rectangle-container.downloads, .rounded-rectangle-container.book-demo {
    margin-left: auto;
    margin-right: auto;
  }

  .interior-wrapper {
    align-items: stretch;
  }

  .dark.quote {
    line-height: 122%;
  }

  .layout_list {
    justify-content: space-around;
  }

  .column-card-row-2 {
    justify-content: space-around;
  }

  .column-card_image-wrapper {
    border-radius: 8px;
  }

  .column-card_image {
    background-color: var(--white);
    overflow: visible;
  }

  .page-padding_columns {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-text.search-results_text {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .collection-list-wrapper-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .circle-button-lable-wrapper {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 9px;
    display: flex;
  }

  .search-result-wrapper {
    margin-right: 0;
  }

  .search-result-link {
    margin-left: 6rem;
  }

  .search-result_divider {
    margin-left: 0;
    display: block;
  }

  .search-results_paragraph {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .full-width-padding {
    width: 100%;
    max-width: 1440px;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .search-results-item-wrapper {
    max-width: 1440px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-wrapper_8-5 {
    padding-top: 62.5%;
  }

  .h3-section-header, .page-padding_feed, .page-padding_feed.padding-vertical {
    margin-left: auto;
    margin-right: auto;
  }

  .column-card-row_3-column {
    justify-content: space-around;
  }

  ._404_interior-wrapper {
    align-items: stretch;
  }

  .page-padding_columns-copy {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-section-header-h5 {
    margin-left: 0;
    margin-right: 0;
  }

  ._2-column-grid, .integration-section-2 {
    justify-content: space-around;
  }

  .matrix-feature-only-section {
    width: auto;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-37 {
    justify-content: center;
    display: flex;
  }

  .div-block-38 {
    max-width: 1475px;
    align-self: flex-end;
    margin: auto;
    padding-left: 0;
    width: 100%;
  }

  .div-block-44 {
    justify-content: center;
  }

  .metrics-row-grid {
    justify-content: space-around;
  }

  .div-block-50 {
    align-items: stretch;
    display: inline;
  }
}

@media screen and (min-width: 1920px) {
  body {
    color: var(--shade-900);
    font-family: var(--body-font);
  }

  .button._2xl, .button.large {
    max-height: 60px;
    max-width: 225px;
    min-width: 200px;
  }

  .button-medium.blue-bg {
    background-color: var(--blue-700);
  }

  .button-medium.tekorange-bg {
    background-color: var(--tek-orange);
  }

  .button-icon-small {
    display: block;
  }

  .button-small.open-form.tek-orange-bg, .button-small.open-form.white-bg {
    background-color: var(--tek-orange);
  }

  .button-circle-wrapper {
    width: auto;
    clear: none;
    text-align: left;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: static;
    top: auto;
    left: auto;
  }

  .icon-1x1-xsmall.nav-cta {
    width: 24px;
    height: 24px;
    color: var(--shade-900);
  }

  .section-home-dark {
    align-items: flex-end;
    display: flex;
    overflow: hidden;
  }

  .home-slider-container {
    padding-left: 0;
    overflow: visible;
  }

  .mask {
    transition: all 1s;
    transform: translate(100%)translate(0);
  }

  .right-arrow {
    z-index: 99;
  }

  .padding-vertical.page-title {
    max-width: none;
  }

  .padding-vertical.tug {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-padding {
    width: 100%;
    max-width: 1440px;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .interior-hero.color-bg {
    background-color: var(--blue-grey-100);
  }

  .hero-copy {
    flex: 0 auto;
  }

  .tags.hero {
    margin-left: 0;
    margin-right: 0;
  }

  .page-title {
    max-width: 22ch;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .flex-col {
    align-items: stretch;
  }

  .flex-columns-full-width {
    max-width: 1920px;
  }

  .image-11 {
    object-position: 50% 50%;
  }

  .h2-section-header {
    width: 100%;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .rounded-img-vertical {
    height: 600px;
  }

  .rounded-img-horizontal {
    height: 300px;
  }

  .hero-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-wrapper.image-bg {
    background-image: none;
  }

  .related-posts-section {
    width: 100%;
    max-width: 1920px;
    flex: 0 auto;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .related-posts-columns {
    max-width: 1440px;
  }

  .interior-hero-7 {
    padding-top: 80px;
  }

  .h2-section-header-dark-bg {
    width: 100%;
  }

  .h6-intro-dark-bg.enterprise {
    max-width: none;
  }

  .dark-bg.h4-cta, .dark-bg.about-section-title {
    flex: 0 auto;
    align-self: auto;
  }

  .testimonial-section-content {
    display: flex;
  }

  .full-width-flex-wrapper {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .max-width-container {
    max-width: 1920px;
    flex-direction: column;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link-block-3 {
    grid-column-gap: 4px;
    flex: 0 auto;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .layout_list {
    justify-content: space-around;
  }

  .quote-8-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .column-card-row-2 {
    justify-content: space-around;
  }

  ._4-column-row_grid {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-padding_columns {
    max-width: 1440px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-2 {
    height: auto;
  }

  .slide-nav-2 {
    display: none;
  }

  .icon-17 {
    margin-left: 20px;
    font-family: var(--body-font);
    font-size: 20px;
  }

  .icon-18 {
    margin-right: 20px;
    font-family: var(--body-font);
    font-size: 20px;
  }

  .full-width-padding {
    width: 100%;
    max-width: 1440px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .h3-section-header {
    width: 100%;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .see-all-link {
    grid-column-gap: 4px;
    flex: 0 auto;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .page-padding_feed {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .column-card-row_3-column {
    justify-content: space-around;
  }

  .metrics-row-wrapper {
    max-width: 1440px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-copy-wrapper, .contact-form-wrapper {
    margin-bottom: 0;
  }


  .feature-col-video_right-wrapper {
    height: 520px;
  }

  ._1-2-column-image {
    display: block;
  }

  ._3-column-grid {
    justify-content: space-around;
  }

  .page-padding_columns-copy {
    max-width: 1440px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-section-header-h5 {
    width: 100%;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  ._2-column-grid {
    justify-content: space-around;
  }

  .alert-banner-wrapper {
    z-index: 999;
    max-width: none;
    background-color: var(--tek-orange);
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .alert-banner-wrapper.no-cms {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f0572a;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .alert-banner {
    width: 100%;
    justify-content: space-around;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: relative;
    top: 0;
  }

  .banner-left {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-38 {
    max-width: 1475px;
    justify-content: flex-start;
    margin:auto;
    padding-left: 0;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .icon-flag {
    border-color: rgba(240, 87, 42, 0);
  }

  .blue {
    color: var(--blue-700);
  }

  .div-block-44 {
    justify-content: center;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .metrics-row-grid {
    justify-content: space-around;
  }

  .banner-left-copy {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 15vmin;
  }

  h2 {
    font-size: 12vmin;
  }

  h5 {
    font-size: 3vmin;
  }
}
@media screen and (max-width: 991px) {

  .navbar-logo-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navbarcontainer {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    display: block;
  }

  .navbar-content {
    flex-direction: row;
    display: flex;
  }

  .navbar-brand {
    margin-left: 20px;
  }
}

@media screen and (max-width: 991px) {

  .f2wf-columns {
    height: 100%;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    margin-top: 0%;
    padding-top: 2rem;
    padding-bottom: 8rem;
  }

  .hero-col-1 {
    flex-basis: 33%;
    align-self: stretch;
    margin-top: 0;
  }

  .hero-col-2 {
    height: auto;
    flex-direction: row;
    flex: 0 50%;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .h4 {
    font-size: 7vmin;
    line-height: 95%;
  }

  .button-small.secondary {
    width: 100%;
    max-width: 200px;
    white-space: normal;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .button-small.secondary.transparent-bg.white-border {
    width: auto;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .button-small.secondary.transparent-bg.white-border.no-cms {
    margin-left: auto;
    margin-right: 40px;
  }

  .button-small.open-form {
    align-self: auto;
    margin-top: 2rem;
  }

  .button-circle-wrapper {
    left: 42%;
  }

  .button-circle-wrapper.hover-button {
    display: none;
  }
}

@media screen and (max-width: 991px) {

  .nav-item {
    height: auto;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .paragraph-mobile {
    width: 100%;
    height: auto;
    flex-flow: column;
    align-self: stretch;
    display: flex;
  }

  .more-link {
    display: none;
  }

  .menu-button {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .mobile-menu-icon {
    color: var(--shade-900);
    font-family: var(--display-font);
    font-size: 20px;
    line-height: 28px;
    text-decoration: underline;
  }

  .mobile-menu-icon.close {
    display: none;
  }

  .mobile-ctas {
    margin-right: 20px;
    display: none;
  }

  .mobile-menu {
    grid-row-gap: 0px;
    background-color: var(--white);
    padding-top: 0;
    padding-left: 20px;
    display: block;
    position: absolute;
  }

  .mobile-dropdown-list-wrapper {
    padding-bottom: 12px;
    padding-right: 0;
  }

  .mobile-drowpdown-list {
    align-items: flex-start;
  }

  .mobile-menu-header {
    grid-column-gap: 0px;
    justify-content: space-between;
    align-self: stretch;
  }

  .mobile-menu-heading {
    width: 100%;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .mobile-drowpdown-list-teams, .mobile-drowpdown-list-challenges, .mobile-drowpdown-list-integrations.integrations {
    display: none;
  }

  .mobile-drowpdown-list-explore {
    padding-top: 12px;
  }

  .menu-icon_component {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .main-nav-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .main-nav_button-wrapper {
    width: 100%;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .main-nav_menu-right {
    width: 100%;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .main-nav_link {
    width: 100%;
    color: var(--shade-900);
    letter-spacing: .5px;
    padding: .75rem 0;
    font-family: var(--body-font);
    font-size: 14px;
  }

  .main-nav_link:hover {
    color: #101828;
  }

  .main-nav_dropdown-right-overlay-absolute {
    min-width: 100%;
    border-radius: .5rem;
  }

  .main-nav_dropdown-content-button-wrapper {
    margin-bottom: 0;
    margin-left: 0;
  }

  .navbar_blog-content {
    max-width: none;
  }

  .main-nav_dropdown-content-right {
    max-width: 50rem;
    margin-bottom: 1rem;
  }

  .main-nav_dropdown-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-nav_dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .main-nav_dropdown-content-left {
    padding-left: 0;
    padding-right: 0;
  }

  .main-nav_dropdown-content {
    flex-direction: column;
  }

  .main-nav_container {
    margin-top: 0;
  }

  .main-nav_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .nav-dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .main-nav_dropdown-toggle {
    color: #101828;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .main-nav_dropdown-toggle:hover {
    color: #101828;
  }

  .main-nav_menu-dropdown {
    width: 100%;
    min-height: 3rem;
    border-bottom: 1px solid var(--shade-900);
    position: relative;
  }

  .main-nav_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .main-nav_menu {
    height: 100vh;
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .main-nav_logo-link.w--current {
    flex: none;
  }

  .main-nav {
    align-items: center;
  }

  .navbar-menu-open.dark {
    text-decoration: underline;
  }

  .navbar-menu-close.dark {
    text-decoration: underline;
    display: none;
  }

  .button-small-nav {
    text-decoration: none;
    display: flex;
  }
}
@media screen and (max-width: 991px) {

  .footer-wrapper {
    height: auto;
    flex-direction: column;
    padding-left: 3rem;
  }

  .footer-col-1-wrapper {
    order: 1;
    justify-content: flex-start;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .footer-col-wrapper {
    padding: 2rem 0 0;
  }

  .nl-email-wrapper {
    max-width: 100%;
    align-self: stretch;
  }

  .form-block {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .form {
    width: auto;
    max-width: 100%;
    flex: 0 100%;
    align-self: center;
    font-size: 2.5rem;
    font-weight: 600;
  }

  .home-slider-container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 5rem;
  }

  .slider {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 6px;
    max-width: 287px;
  }

  .slider-item {
    overflow: hidden;
  }

  .mask {
    transform: none;
  }

  .slide {
/*     width: 287px; */
    padding-left: 6px;
    padding-right: 6px;
    max-width: 287px;
    max-height:fit-content;
  }

  .home-video-row {
    padding: 0 3rem;
  }

  .light {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-vertical {
    padding-top: 5rem;
  }

  .page-padding.padding-vertical {
    width: 100%;
  }

  .interior-hero.black-bg {
    padding-top: 0;
  }

  .subhead.dark-bg {
    font-size: 3vmin;
  }

  .hero-copy {
    flex-wrap: wrap;
    flex-basis: auto;
    margin-left: 0;
    margin-right: 2.5rem;
    padding-right: 1.5rem;
    display: block;
  }

  .page-title {
    font-size: 4rem;
  }

  .page-title.hero-text-light.smaller {
    font-size: 10vmin;
  }

  .columns {
    flex: 0 auto;
    align-self: center;
    margin-left: 0;
  }

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

  .blog-content {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .section-home-features {
    margin-bottom: 0;
    padding: 2rem 0 0;
    top: 0;
  }

  .image-8 {
    width: auto;
    height: 100%;
    object-fit: cover;
  }

  .flex-col {
    height: auto;
    flex-direction: column;
    align-self: stretch;
  }

  .col-2-wrapper {
    grid-row-gap: 3rem;
    padding-left: 0;
    padding-right: 1rem;
    overflow: hidden;
  }


  .flex-columns-full-width {
    width: 100%;
    flex: 0 auto;
  }

  .flex-columns-full-width.stacked-columns-tablet {
    flex-direction: column;
  }

  .flex-columns-full-width.stacked-columns-tablet.reverse-on-tablet {
    flex-direction: column-reverse;
  }

  .home-testimonial-title-wrapper {
    padding-top: 1rem;
  }

  .columns-2 {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    display: flex;
  }

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

  .image-11 {
    width: auto;
  }

  .image-11.stacked-columns-on-tablet {
    width: 100%;
  }

  .h2-section-header.right-align, .h2-section-header.left-align {
    font-size: 8vmin;
  }

  .section-header-hr {
    width: auto;
  }

  .related-posts-wrapper {
    margin-bottom: 2rem;
  }

  .rounded-img-vertical {
    height: 249px;
  }

  .rounded-img-horizontal {
    height: 116px;
  }

  .hero-wrapper {
    flex: 0 auto;
  }

  .related-posts-columns {
    grid-column-gap: 20px;
    padding-bottom: 3rem;
    padding-left: 6rem;
    padding-right: 6rem;
    display: flex;
  }

  .interior-hero-7 {
    height: auto;
    object-fit: cover;
    overflow: hidden;
  }

  .interior-hero-no-bg {
    height: auto;
  }

  .hero-text-light {
    font-size: 12vmin;
  }

  .h2-section-header-dark-bg.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-header-hr-light {
    width: auto;
  }

  .div-block-10, .div-block-11 {
    align-self: center;
  }

  .rounded-rectangle-container {
    overflow: hidden;
  }

  .column-17 {
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .column-18 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-4 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .dark {
    align-self: auto;
  }

  .dark.quote {
    max-width: 400px;
  }

  .white-text {
    max-width: 100%;
    margin-right: 10px;
  }

  .button-text-small.dark {
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .right-align.left-align-mobile {
    text-align: left;
    align-self: flex-start;
  }

  .layout_list {
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .layout_component, .column_cards_row {
    width: 100%;
    overflow: hidden;
  }

  .quote-author-wrapper {
    left: 76%;
  }

  .columns-with-icons.no-margin._4-column-row_grid.integrations {
    grid-template-columns: 1fr 1fr;
  }

  .column-cards-row_dark {
    width: 100%;
    overflow: hidden;
  }

  .column-card-row-2 {
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  ._4-column-row_grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .page-padding_columns {
    padding-left: 5rem;
    padding-right: 5rem;
  }


  .slide-nav-2 {
    display: none;
  }

  .blog-feed_load-more-image {
    height: 250px;
  }

  .div-block-20 {
    background-color: rgba(0, 0, 0, 0);
  }

  .search-result_divider {
    margin-bottom: 2rem;
    overflow: visible;
  }

  .h3-section-header {
    max-width: none;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-header-text-wrapper {
    width: 100%;
    min-width: 100%;
    flex: none;
    justify-content: space-between;
    align-self: stretch;
  }

  .see-all-link-wrapper {
    width: auto;
  }

  .section-header-hr_h3 {
    width: 100%;
    min-width: 100%;
    flex-direction: row;
    flex: none;
    justify-content: flex-start;
    align-self: stretch;
  }

  .left-align {
    flex: 0 auto;
    display: block;
  }

  .page-padding_feed {
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .column-card-row_3-column {
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .column-cards-row_light {
    width: 100%;
    overflow: hidden;
  }

  .metrics-row-wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .metrics-row-wrapper.yellow-bg.margin-auto {
    border-radius: 0;
  }

  .contact-copy-wrapper {
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 0;
  }

  .column-19 {
    position: static;
    left: 0;
  }

  .contact-interior-wrapper {
    flex-direction: row;
    margin-right: 0;
  }

  .contact-form-wrapper {
    padding-left: 0;
    padding-right: 3rem;
  }

  .contact-info-wrapper {
    margin-bottom: 0;
    margin-left: 0;
  }

  .feature-row-title {
    margin-top: 0;
    margin-bottom: 10px;
  }


  ._404_text {
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  ._404_title {
    font-size: 10vmin;
  }

  ._404_interior-wrapper {
    height: 100%;
    flex-direction: column;
    flex: 0 auto;
    align-self: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  ._1-2-column-image.live-support {
    height: auto;
    max-height: 600px;
    object-fit: cover;
    object-position: 50% 10%;
    position: relative;
  }

  ._3-column-grid {
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  ._3-4-column-1-dark {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
  }

  ._3-4-column-1-dark.no-padding-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .quote-6-section {
    height: auto;
  }

  .padding-vertical-mobile {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .icon-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding_columns-copy {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .feature-checklist-item {
    flex: 0 auto;
  }

  .feature-checklist-text {
    text-align: left;
  }

  .matrix-only-blurb {
    padding-left: 0;
  }

  .alert-banner-wrapper {
    align-items: flex-start;
    padding-left: 0;
  }

  .alert-banner-wrapper.cms-off {
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .alert-text {
    text-align: center;
    flex: 0 auto;
    padding-left: 61px;
    padding-right: 100px;
  }

  .alert-text.padding-right {
    text-align: center;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: .9rem;
  }

  .text-span-6 {
    display: none;
  }


  .div-block-37 {
    flex: none;
    margin-bottom: 3rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .badge.home {
    margin-bottom: 1rem;
  }

  .div-block-42 {
    height: 50%;
  }

  .item-header {
    height: auto;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-44 {
    height: 100%;
    position: static;
  }
  .metrics-row-grid {
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .home-hero-title {
    font-size: 12vmin;
  }

  .hero-no-button {
    align-self: stretch;
    margin-top: 46px;
  }

  .slide-4, .about-quote-section {
    height: auto;
  }

  .icon-wrapper-banner {
    flex: none;
  }

  .div-block-49 {
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .paragraph-6.left-align-mobile {
    text-align: left;
  }

  .padding-vertical-not-mobile {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 11vmin;
  }

  h2 {
    font-size: 10vmin;
  }

  h3 {
    font-size: 8vmin;
  }

  h5 {
    font-size: 3vmin;
  }

  h6, p {
    font-size: .85rem;
  }

  blockquote {
    max-width: 100%;
    padding-left: 0;
    font-size: 2.8rem;
  }

  .f2wf-columns {
    flex-direction: column;
    flex: none;
    overflow: visible;
  }

  .actions-3 {
    margin-left: 0;
  }

  .hero-col-1 {
    margin-top: 0;
    padding-top: 3rem;
  }

  .hero-h5.light {
    align-self: auto;
    margin-left: 0;
  }

  .hero-col-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .button._2xl.w--current, .button.large.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .button.large.black-bg.button-pricing {
    height: auto;
  }

  .button-text.dark {
    font-size: .9rem;
    margin: 0;
  }

  .caption {
    font-size: .85rem;
  }

  .body {
    font-size: 14px;
  }

  .button-small.secondary {
    width: auto;
    max-width: 250px;
  }

  .button-small.secondary.transparent-bg.white-border {
    flex: 1;
    margin-left: 0;
    margin-right: auto;
  }

  .button-small.button-text.tekorange-bg {
    margin-top: 2rem;
  }

  .button-circle-wrapper {
    top: 32%;
    left: 39%;
  }

  .button-circle-lg.yellow {
    position: static;
    right: 24px;
  }

  .circle-button-label.light {
    font-size: 3vmin;
  }

  .paragraph-mobile {
    flex-direction: column;
  }

  .main-nav_login:hover {
    color: #475467;
    background-color: rgba(0, 0, 0, 0);
  }

  .button_link {
    font-size: 1rem;
  }

  .button_link:hover {
    color: #6941c6;
  }

  .button-row_flex.no-padding {
    padding-left: 0;
  }

  .text-size-small.hide-mobile-landscape {
    display: none;
  }

  .navbar_item-heading {
    margin-bottom: 0;
    padding-top: 3px;
  }

  .navbar_item-heading.margin-bottom-0.no-padding {
    padding-top: 0;
  }

  .navbar_blog-item {
    padding: 0;
  }

  .navbar_blog-item:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .main-nav_dropdown-content-right {
    padding: 2rem 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .navbar_item-right {
    padding-top: 0;
  }

  .main-nav_dropdown-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-nav_heading {
    border-bottom: 1px solid var(--shade-900);
  }

  .main-nav_heading.dark-bg.no-border {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .main-nav_dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
  }

  .main-nav_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .main-nav_dropdown-toggle {
    font-size: 1rem;
  }

  .main-nav_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-nav {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-home-dark {
    height: auto;
  }

  .home-slider-container {
    padding-left: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slider {
    justify-content: center;
  }

  .slide {
    max-height:fit-content;
  }

  .slider-item {
    overflow: hidden;
  }

  .slide-wrapper {
    overflow: visible;
  }

  .light {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }

  .home-section-title {
    font-size: 4rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .space-medium {
    min-height: 1.5rem;
  }

  .space-small {
    min-height: 1.25rem;
  }

  .padding-vertical, .padding-vertical.page-title {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .interior-hero.color-bg, .interior-hero.black-bg {
    padding-top: 0;
  }

  .subhead {
    font-size: 3vmin;
  }

  .hero-copy {
    flex-basis: auto;
    margin-left: 0;
    padding: 3rem 1.5rem;
  }

  .hero-copy.no-top-padding-mobile {
    padding-top: 0;
  }

  .tags.white-bg {
    width: auto;
    grid-row-gap: 20px;
    flex: 0 auto;
    justify-content: center;
  }

  .category-tag {
    width: 100%;
  }

  .category-tag.white-bg {
    width: 100%;
    flex: none;
  }

  .page-title {
    font-size: 11vmin;
  }

  .column-12 {
    padding-left: 0;
  }

  .blog-content, .cta-row-2 {
    padding: 3rem 1.5rem;
  }

  .section-home-3 {
    padding-top: 3rem;
  }

  .flex-col.home-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .col-2-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .demo-item-4-text {
    top: 71%;
  }

  .flex-columns-full-width {
    flex-direction: column-reverse;
    display: flex;
  }

  .columns-2 {
    justify-content: flex-start;
    margin: 0 0;
  }

  .slide-nav {
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .column-14 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .slide-2 {
    height: auto;
  }

  .mask-2 {
    height: auto;
    flex: 0 auto;
  }

  .cta-with-button {
    padding: 3rem 1.5rem;
  }

  .column-16 {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .full-width-img {
    height: auto;
  }

  .h2-section-header {
    margin-left: 0;
    margin-right: 0;
  }

  .h2-section-header.show-mobile-landscape {
    display: block;
  }

  .section-header-hr, .collection-item {
    margin-bottom: 2rem;
  }

  .rounded-img-vertical {
    height: 250px;
  }

  .rounded-img-vertical._2-column {
    height: 200px;
  }

  .rounded-img-horizontal {
    height: 250px;
  }

  .rounded-img-horizontal._2-column {
    height: 200px;
  }

  .hero-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: stretch;
  }

  .related-posts-columns {
    flex-direction: column;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .interior-hero-no-bg {
    height: 306px;
  }

  .hero-text-light {
    margin-bottom: 2rem;
    font-size: 4rem;
  }

  .h2-section-header-dark-bg {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .h2-section-header-dark-bg.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-header-hr-light {
    margin-bottom: 2rem;
  }

  .h6-intro {
    font-size: .85rem;
  }

  .section-wrapper-dark-bg {
    position: relative;
  }

  .space-xsmall {
    min-height: .75rem;
  }

  .columns-with-icons_component {
    align-items: stretch;
  }

  .align-center.feature-item {
    text-align: left;
  }

  .c-form-block {
    height: 600px;
  }
  .column-17 {
    margin-bottom: 0;
  }

  .button-text-small.dark {
    padding-left: 0;
    padding-right: 0;
    font-size: .9rem;
  }

  .button-text-small.light {
    font-size: 12px;
  }

  .layout_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .layout_component {
    align-items: stretch;
  }

  .column_cards_row {
    align-items: stretch;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .columns-with-icons {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .quote-7-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .quote-7-quote {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .column-cards-row_dark {
    align-items: stretch;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .column-card-row-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .padding-top {
    padding-top: 3rem;
  }


  ._4-column-row_grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .padding-bottom {
    padding-bottom: 3rem;
  }

  .page-padding_columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .column-text.search-results_text {
    margin-left: 3rem;
    margin-right: 1.5rem;
  }

  .form-input {
    max-width: none;
  }

  .interior-hero-blog.tekorange-bg {
    padding-top: 0;
  }

  .search-result-link {
    margin-left: 3rem;
    margin-right: 1.5rem;
  }

  .search-result_divider {
    width: auto;
    max-width: 100%;
    margin: -40px 1.5rem 3rem -6px;
    padding-right: 1.5rem;
    display: flex;
    overflow: hidden;
  }

  .search-divider {
    width: 100%;
    flex: none;
    padding-right: 1.5rem;
  }

  .search-results_paragraph {
    margin-left: 3rem;
    margin-right: 1.5rem;
  }

  .full-width-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-wrapper_8-5 {
    height: 100%;
  }


  .h3-section-header {
    margin-left: 0;
    margin-right: 0;
    padding-top: 3rem;
  }

  .section-header-hr_h3 {
    margin-bottom: 2rem;
  }

  .page-padding_feed {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-28 {
    height: auto;
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    display: flex;
  }

  .column-card-row_3-column {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .column-cards-row_light {
    align-items: stretch;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .metrics-row-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .feature-row-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  ._3-column-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mask-3 {
    height: auto;
  }

  .mask-3.padding-vertical {
    padding-top: 0;
  }

  .icon-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .button-row {
    align-self: stretch;
  }

  .button-row.button-row-center.is-reverse-mobile-landscape, .button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .image-18 {
    margin-left: 5px;
  }

  .page-padding_columns-copy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .paragraph-4 {
    font-size: 1rem;
  }

  .button-circle-xl {
    border: 1px solid var(--yellow-400);
    transition: all .3s;
  }

  .h2-section-header-h5 {
    margin-left: 0;
    margin-right: 0;
  }

  ._2-column-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  ._2-column-grid.no-top-margin {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .feature-section-checklist-wrapper {
    align-self: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-section-1-wrapper {
    align-items: flex-start;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .matrix-feature-only-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-37 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .column-top.left-align-mobile {
    text-align: left;
    align-self: auto;
  }

  .badge-footer {
    padding: .125rem .5rem;
  }

  .resources-column {
    padding: 0;
  }

  .home-hero-title {
    height: auto;
    max-width: 20ch;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12vmin;
  }

  .hero-no-button {
    margin-top: 0;
  }

  .slide-4 {
    height: auto;
  }

  .colored-badge {
    padding: .125rem .5rem;
  }

  .icon-wrapper-banner {
    flex: none;
    display: none;
  }

  .div-block-49.mobile {
    background-image: linear-gradient(rgba(43, 43, 43, .4), rgba(43, 43, 43, .4)), url('../images/home-web-min.webp');
    background-position: 0 0, 50%;
    display: block;
  }

  .div-block-49.desktop {
    display: none;
  }

  .paragraph-6 {
    text-align: left;
  }

  .padding-vertical-not-mobile {
    padding-top: 0;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 21vmin;
  }

  h2 {
    font-size: 18vmin;
  }

  h3 {
    font-size: 8vmin;
  }

  h4 {
    font-size: 7vmin;
  }

  h5 {
    font-size: 5vmin;
  }

  p {
    align-self: stretch;
    font-size: .85rem;
    line-height: 164%;
  }

  blockquote {
    font-size: 1.3rem;
  }

  .navbar-logo-left {
    padding-top: 24px;
    padding-left: 0;
  }

  .navbarcontainer {
    display: block;
  }

  .navbar-content {
    flex-flow: row;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .content {
    top: 0;
  }

  .f2wf-columns {
    height: 100%;
    grid-row-gap: 0px;
    flex: 0 auto;
    align-self: stretch;
    align-items: stretch;
    margin-top: 0%;
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  ._2-columns {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .actions-3 {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: auto;
  }

  .footer {
    border-top: 1px solid var(--shade-50);
  }

  .hero-col-1 {
    flex-basis: 33%;
    margin-top: 0;
  }

  .hero-h5.light {
    margin-left: 0;
    font-size: 7vmin;
  }

  .hero-col-2 {
    height: auto;
    flex: 0 50%;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .button.large.black-bg.button-pricing {
    height: auto;
  }

  .button-text {
    white-space: nowrap;
    flex-wrap: nowrap;
    flex: 0 auto;
    align-items: center;
    font-weight: 600;
    display: flex;
  }

  .button-text.dark {
    align-self: center;
    font-size: .9rem;
    font-weight: 700;
    display: flex;
  }

  .button-text.button-text-medium {
    width: auto;
  }

  .h4 {
    line-height: 133%;
  }

  .button-medium {
    flex: 1;
  }

  .button-medium.secondary {
    width: 100%;
    max-width: none;
    white-space: break-spaces;
    object-fit: fill;
    flex-wrap: nowrap;
    flex: none;
    align-content: center;
    justify-content: center;
    align-self: auto;
    position: static;
    overflow: visible;
  }

  .button-medium.arancio-atlas-bg {
    flex: 1;
    align-self: auto;
  }

  .button-medium.green {
    align-self: auto;
  }

  .button-medium.tekorange-bg.button-text {
    width: 100%;
    background-color: var(--tek-orange);
    margin-top: 2rem;
  }

  .button-small.secondary {
    width: 100%;
    flex: 1;
  }

  .button-small.secondary.transparent-bg.white-border, .button-small.secondary.careers-button, .button-small.secondary.hover-invert {
    max-width: none;
  }

  .button-small.button-text.tekorange-bg {
    max-width: none;
    margin-top: 2rem;
  }

  .button-small.open-form {
    margin-top: 2rem;
  }

  .button-small.tekorange-bg {
    width: 100%;
    text-align: center;
    flex: 0 auto;
    font-size: 12px;
  }

  .button-circle-wrapper {
    margin: auto;
    position: static;
    top: 35px;
    left: 100px;
  }

  .button-circle-wrapper.home-slider-nav {
    position: relative;
    top: 42%;
  }

  .button-circle-wrapper.event-circle-button {
    position: static;
    top: 42%;
  }

  .button-circle-lg.yellow {
    right: auto;
  }

  .circle-button-label.light {
    font-size: 5vmin;
  }

  .vectors-wrapper-11 {
    display: none;
  }

  .h6-2 {
    color: var(--shade-900);
    font-family: var(--display-font);
    font-size: 14px;
  }

  .paragraph-mobile {
    display: block;
  }

  .menu-button {
    padding-left: 20px;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .mobile-menu-icon.close {
    display: none;
  }

  .mobile-menu {
    align-items: flex-start;
    display: flex;
  }

  .mobile-menu-header {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-self: stretch;
  }

  .mobile-menu-heading {
    width: 100%;
    flex: 0 auto;
    display: flex;
  }

  .mobile-nav-item {
    justify-content: flex-start;
    align-items: center;
  }

  .menu-icon_component {
    margin-right: 0;
  }

  .main-nav_dropdown-content-wrapper {
    width: 100%;
  }

  .main-nav_dropdown-content-right {
    max-width: none;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .icon-1x1-xsmall.white-bg {
    background-color: var(--white);
    border-radius: 50%;
  }

  .main-nav_dropdown-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-nav_heading.dark-bg.no-border {
    border: 1px #000;
  }

  .main-nav_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .main-nav_logo-link {
    flex: none;
  }

  .main-nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-menu-open.dark, .navbar-menu-close.dark {
    text-decoration: underline;
  }

  .nav-wordmark {
    display: none;
  }

  .footer-wrapper {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-col-1-wrapper, .footer-col-1 {
    align-self: auto;
    align-items: flex-start;
  }

  .vectors-wrapper-16 {
    object-fit: contain;
  }

  .text-small-grey {
    width: 100%;
    align-self: auto;
    display: flex;
  }

  .form {
    flex-direction: column;
  }

  .section-home-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .home-slider-container {
    padding-left: 0;
  }

  .slider {
    padding-left: 24px;
    padding-right: 20px;
  }

  .slider-item {
    width: auto;
    flex: 0 auto;
    overflow: hidden;
  }

  .slider-bottom {
    width: auto;
    height: auto;
    max-width: 100%;
    grid-row-gap: 1rem;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
  }

  .slider-copy {
    width: 100%;
    max-width: 100%;
    grid-row-gap: 1rem;
    flex: 0 auto;
    align-self: auto;
  }

  .slide-wrapper {
    width: 100%;
    max-width: 275px;
    display: flex;
  }

  .slide {
    width: 100%;
    max-width: 287px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
    max-height: 350px;
  }

  .light {
    font-size: 7vmin;
  }

  .home-section-title {
    color: var(--white);
    font-size: 12vmin;
  }

  .home-section-title.right-align.dark-bg {
    text-align: right;
  }

  .page-padding.padding-vertical {
    align-self: stretch;
  }

  .page-padding.padding-vertical.rectangle-bg, .page-padding.openings, .page-padding.if-outlined {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .interior-hero.color-bg, .interior-hero.black-bg {
    padding-top: 0;
  }

  .subhead {
    flex: 0 auto;
    font-size: 5vmin;
  }

  .subhead.dark-bg {
    font-size: 5vmin;
  }

  .hero-copy {
    flex: 0 auto;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-copy.no-top-padding-mobile {
    padding-top: 0;
  }

  .page-title.hero-text-light.smaller {
    font-size: 10vmin;
  }

  .column-12 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-home-3 {
    padding-top: 0;
  }

  .flex-col.home-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .col-2-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .flex-columns-full-width {
    flex-direction: column-reverse;
    display: flex;
  }

  .home-testimonial-title-wrapper {
    width: auto;
    height: 100%;
    background-position: 50% 0;
    background-size: contain;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-2 {
    margin-left: auto;
    margin-right: auto;
  }
  .slide-nav {
    position: relative;
    bottom: auto;
  }

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

  .testimonial-title-container {
    height: auto;
    justify-content: center;
    align-items: flex-end;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .block-quote {
    max-width: none;
  }

  .h2-section-header {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
    display: block;
  }

  .h2-section-header.right-align, .h2-section-header.left-align {
    width: 100%;
    max-width: none;
    display: block;
  }

  .h2-section-header.hide-mobile-landscape {
    display: none;
  }

  .section-header-hr {
    width: 100%;
  }

  .rounded-img-vertical._2-column {
    height: 190px;
  }

  .rounded-img-horizontal {
    height: 250px;
  }

  .button-medium-transparent {
    flex: 0 auto;
    align-self: auto;
  }

  .hero-wrapper {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-self: stretch;
    display: flex;
  }

  .related-posts-columns {
    grid-column-gap: 8px;
    flex-direction: column;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .interior-hero-no-bg {
    height: 33vh;
  }

  .hero-text-light {
    font-size: 12vmin;
  }

  .h2-section-header-dark-bg {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-top: 0;
    padding-bottom: 1.5rem;
    padding-left: 0;
    display: block;
  }

  .h2-section-header-dark-bg.no-padding {
    padding-bottom: 0;
  }

  .section-header-hr-light {
    width: 100%;
  }

  .dark-bg {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: block;
  }

  .dark-bg.h4-cta, .dark-bg.about-section-title {
    font-size: 1.3rem;
  }

  .paragraph {
    width: 100%;
    height: auto;
    align-self: stretch;
    font-size: .85rem;
  }

  .paragraph.align-center, .paragraph.align-center-copy {
    font-size: 1rem;
  }

  .section-title-wrapper {
    width: 100%;
    justify-content: center;
    display: flex;
    overflow: visible;
  }

  .div-block-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .close-button-row {
    margin-top: 52px;
  }

  .c-form-block {
    height: 637px;
  }

  .advanced-form {
    margin-top: -30px;
  }

  .question.active {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-11 {
    margin-top: 16px;
  }

  .input-field {
    margin-bottom: 3rem;
  }

  .column-17 {
    margin-bottom: 0;
  }

  .white-text {
    width: 100%;
    max-width: none;
    white-space: normal;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-self: auto;
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

  .button-text-small {
    white-space: nowrap;
    flex-wrap: nowrap;
    flex: 0 auto;
    align-items: center;
    font-size: .8rem;
    font-weight: 600;
    display: flex;
  }

  .button-text-small.dark {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
    font-size: .8rem;
    font-weight: 700;
    display: flex;
  }

  .layout_list {
    grid-row-gap: 2rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-wrapper {
    width: 100%;
    justify-content: flex-start;
    align-self: stretch;
    display: flex;
  }

  .button-wrapper.tug-button {
    width: auto;
    justify-content: flex-start;
    align-self: flex-start;
    display: flex;
  }

  .button-wrapper.left-align {
    justify-content: flex-start;
  }

  .columns-with-icons.no-margin._4-column-row_grid.integrations {
    grid-template-columns: 1fr;
  }

  .columns-with-icons._2-columns {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .column-card-row-2 {
    grid-row-gap: 2rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom.quote-nav {
    padding-bottom: 5rem;
  }

  .page-padding_columns {
    align-items: stretch;
    overflow: visible;
  }

  .column-text.search-results_text {
    width: 100%;
  }

  .search-result-link {
    width: 100%;
  }
  .margin-auto {
    width: 100%;
    align-self: stretch;
    display: flex;
  }
  .search-2 {
    width: 100%;
  }

  .search-input-2 {
    min-width: auto;
  }

  .search-result_divider {
    width: 90%;
    margin-top: -40px;
    margin-bottom: 3rem;
    padding-right: 1.5rem;
    overflow: hidden;
  }

  .search-results_paragraph, .blog-section_image-link {
    width: 100%;
  }

  .image-wrapper_8-5 {
    padding-top: 66%;
  }

  .h3-section-header {
    align-self: center;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
    display: block;
  }

  .section-header-text-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-header-hr_h3 {
    width: 100%;
  }

  .page-padding_feed.padding-vertical {
    align-self: stretch;
  }

  .column-card-row_3-column {
    grid-row-gap: 2rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-item-9 {
    width: 100%;
  }

  ._3-column-grid {
    grid-row-gap: 2rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .black-bg {
    height: auto;
    flex: none;
  }

  .mask-3 {
    height: auto;
  }

  .layout_image {
    max-height: 60px;
    max-width: 60%;
  }

  .icon-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .page-padding_columns-copy {
    align-items: stretch;
    overflow: visible;
  }

  .support-testimonial-columns {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-slider-image {
    padding-left: 0;
    padding-right: 0;
  }

  ._4-column-card-item.dark-bg {
    border: 1px solid var(--shade-800);
  }

  ._4-column-card-item.dark-bg:hover {
    border-width: 1px;
    border-color: var(--white);
  }

  .article-body h2 {
    font-size: 8vmin;
  }

  .article-body h4 {
    font-size: 5vmin;
  }

  .article-body h3 {
    font-size: 6vmin;
  }

  .article-body h5 {
    font-size: 5vmin;
  }

  .article-body h6 {
    letter-spacing: .5px;
    font-size: .8rem;
    font-weight: 700;
  }

  .paragraph-5 {
    margin-top: 1rem;
  }

  .press-items-grid {
    grid-row-gap: 2rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-row-right {
    padding-right: 0;
  }

  .h2-section-header-h5 {
    grid-row-gap: 1rem;
    align-self: center;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 3rem 1rem;
    display: flex;
  }

  ._2-column-grid {
    grid-row-gap: 2rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-section-1-wrapper {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-6 {
    display: none;
  }

  .div-block-37 {
    margin-bottom: 2rem;
  }

  .centered-section-text-wrapper {
    align-items: center;
    display: flex;
  }

  .div-block-44 {
    height: 100%;
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .text-block-7 {
    margin-bottom: 1rem;
  }

  .home-hero-title {
    height: auto;
    margin-top: 0;
    font-size: 12vmin;
  }

  .hero-no-button {
    align-self: auto;
    margin-top: 0;
  }

  .image-fit-cover {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    object-fit: contain;
  }

  .icon-wrapper-banner {
    display: none;
  }

  .div-block-49.mobile {
    background-image: linear-gradient(rgba(43, 43, 43, .4), rgba(43, 43, 43, .4)), url('../images/home-web-min.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }
}

@media screen and (max-width: 1439px) {
  .main-nav_dropdown-toggle {
    padding: 2px 2.5rem 0px 6px;
  }  

  .main-nav_menu-left {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    grid-row-gap: 4px;
  }

  .nav-cta svg {
    display: none;
  }

  .main-nav_menu-dropdown {
    display: flex;
  } 

  .main-nav_login {
    margin: 0px auto 4px auto;
  }

  .main-nav_button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-row-gap: 4px;
  }

  .main-nav_logo-link {
    min-width: 117px;
  }

  .main-nav_dropdown-list, .main-nav_dropdown-list.w--open {
    top: 80px;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

#w-node-_2bfec67c-80ad-c3fe-0fbe-b382ef1fdf96-814678ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6470c637-5211-c3f0-10e2-b88481467944-814678ab, #w-node-_6470c637-5211-c3f0-10e2-b8848146794a-814678ab {
  align-self: stretch;
}

#w-node-_6470c637-5211-c3f0-10e2-b8848146794d-814678ab {
  align-self: auto;
}

#w-node-_6470c637-5211-c3f0-10e2-b88481467950-814678ab {
  align-self: stretch;
}

#w-node-_6470c637-5211-c3f0-10e2-b88481467954-814678ab {
  align-self: auto;
}

#w-node-_6470c637-5211-c3f0-10e2-b88481467957-814678ab {
  align-self: stretch;
}

#w-node-_6470c637-5211-c3f0-10e2-b88481467981-814678ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9af08ebb-960d-08fb-fc62-98177db5f268-7db5f263, #w-node-_9af08ebb-960d-08fb-fc62-98177db5f272-7db5f263, #w-node-_9af08ebb-960d-08fb-fc62-98177db5f279-7db5f263 {
  justify-self: auto;
}

#w-node-_96cb4854-cfea-b55d-b232-7da02e0a2b6e-2e0a2b69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_96cb4854-cfea-b55d-b232-7da02e0a2b75-2e0a2b69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96cb4854-cfea-b55d-b232-7da02e0a2b79-2e0a2b69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_96cb4854-cfea-b55d-b232-7da02e0a2b80-2e0a2b69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8c70371-e300-1feb-b56c-672bb70ba850-2e0a2b69, #w-node-_8799d634-8725-27e4-bd6d-726a18bed050-2e0a2b69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_18b7a55f-85ea-e61a-a233-5224929945d4-601c06a7 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_9d08c1a8-361e-a88e-b99b-ce149f272d6a-601c06b1 {
  grid-column-start: span 1.5;
  grid-column-end: span 1.5;
  grid-row: span 1 / span 1;
}

#w-node-_0eb464fd-fb39-f529-3235-30bd3f22b5e6-601c06b2, #w-node-f83336ef-fce7-2db6-4ced-a91b9b6372a4-601c06b2, #w-node-_15b30705-7c90-9973-80e3-32f5a12f8f08-601c06b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_77dc9472-d84d-5a9f-4ca2-fbbb0c4923c5-601c06ba, #w-node-_9b3a5858-1867-75db-b1cd-7d0b1e2e47a2-601c06ba, #w-node-_4071130e-97a2-e3b2-9f63-02a92be97a19-601c06ba, #w-node-_643398b9-58d6-c228-d32d-97727c58ef90-601c06bc, #w-node-_643398b9-58d6-c228-d32d-97727c58ef98-601c06bc, #w-node-_643398b9-58d6-c228-d32d-97727c58ef9f-601c06bc {
  justify-self: auto;
}

#w-node-a8a4aa47-7742-9034-345b-39cbcaeca62e-601c06bd, #w-node-d4c5d69c-0c1a-3152-58d5-6c6f025ef558-601c06bd, #w-node-e40ef74d-bd43-a6c5-c77a-96c0bc72111e-601c06bd {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4dd11914-4c33-a6ed-0d01-d0881e2c4d4d-601c06be, #w-node-_8a631d57-9285-af92-a334-e83bacc0e4ce-601c06be {
  grid-column-start: span 1.5;
  grid-column-end: span 1.5;
  grid-row: span 1 / span 1;
}

#w-node-a175132a-3965-64ef-55a1-f3e8f18dc394-f18dc393, #w-node-a175132a-3965-64ef-55a1-f3e8f18dc396-f18dc393, #w-node-a175132a-3965-64ef-55a1-f3e8f18dc39f-f18dc393, #w-node-a175132a-3965-64ef-55a1-f3e8f18dc3a8-f18dc393, #w-node-a175132a-3965-64ef-55a1-f3e8f18dc3b1-f18dc393, #w-node-a175132a-3965-64ef-55a1-f3e8f18dc3ba-f18dc393, #w-node-a175132a-3965-64ef-55a1-f3e8f18dc3c3-f18dc393, #w-node-a175132a-3965-64ef-55a1-f3e8f18dc3cc-f18dc393, #w-node-a175132a-3965-64ef-55a1-f3e8f18dc3d5-f18dc393 {
  justify-self: stretch;
}

#w-node-c44a6628-dea2-06fc-8a10-8933b6b0bde3-601c06d5 {
  justify-self: auto;
}

#w-node-c44a6628-dea2-06fc-8a10-8933b6b0bde8-601c06d5 {
  align-self: center;
}

#w-node-_934123eb-cd29-5bf6-6e7e-3c61a65c342e-601c06d8, #w-node-_934123eb-cd29-5bf6-6e7e-3c61a65c3433-601c06d8, #w-node-_934123eb-cd29-5bf6-6e7e-3c61a65c3438-601c06d8, #w-node-_934123eb-cd29-5bf6-6e7e-3c61a65c343d-601c06d8, #w-node-_934123eb-cd29-5bf6-6e7e-3c61a65c3442-601c06d8, #w-node-fecc3b0e-f66c-b8b5-1152-e6f32ea7313e-601c06d8, #w-node-fecc3b0e-f66c-b8b5-1152-e6f32ea73143-601c06d8, #w-node-fecc3b0e-f66c-b8b5-1152-e6f32ea73148-601c06d8, #w-node-fecc3b0e-f66c-b8b5-1152-e6f32ea7314d-601c06d8, #w-node-fecc3b0e-f66c-b8b5-1152-e6f32ea73152-601c06d8, #w-node-_9fa070f0-6af5-9ce8-c70d-c7c791ff6c46-601c06d8, #w-node-_9fa070f0-6af5-9ce8-c70d-c7c791ff6c4b-601c06d8, #w-node-_9fa070f0-6af5-9ce8-c70d-c7c791ff6c50-601c06d8, #w-node-_9fa070f0-6af5-9ce8-c70d-c7c791ff6c55-601c06d8, #w-node-_9fa070f0-6af5-9ce8-c70d-c7c791ff6c5a-601c06d8, #w-node-_02550311-cf39-c269-96de-d4144fca1e7f-601c06d8, #w-node-_3a6b954f-b1cb-d11a-d3da-2a50d13510c5-601c06d8, #w-node-_02550311-cf39-c269-96de-d4144fca1e84-601c06d8, #w-node-_02550311-cf39-c269-96de-d4144fca1e8e-601c06d8, #w-node-_02550311-cf39-c269-96de-d4144fca1e93-601c06d8, #w-node-_0dfd6368-77ec-e66b-d250-be9e72e2d8ac-601c06d8, #w-node-_0dfd6368-77ec-e66b-d250-be9e72e2d8b1-601c06d8, #w-node-_0dfd6368-77ec-e66b-d250-be9e72e2d8b6-601c06d8, #w-node-_0dfd6368-77ec-e66b-d250-be9e72e2d8bb-601c06d8, #w-node-_0dfd6368-77ec-e66b-d250-be9e72e2d8c0-601c06d8, #w-node-_49d8e74a-775a-92ac-e35b-1e9549ac1050-601c06d8, #w-node-_49d8e74a-775a-92ac-e35b-1e9549ac1055-601c06d8, #w-node-_49d8e74a-775a-92ac-e35b-1e9549ac105a-601c06d8, #w-node-_49d8e74a-775a-92ac-e35b-1e9549ac105f-601c06d8, #w-node-_49d8e74a-775a-92ac-e35b-1e9549ac1064-601c06d8, #w-node-_46325d0e-2988-1f68-0890-e294d890f114-601c06d8, #w-node-_46325d0e-2988-1f68-0890-e294d890f119-601c06d8, #w-node-_46325d0e-2988-1f68-0890-e294d890f11e-601c06d8, #w-node-_46325d0e-2988-1f68-0890-e294d890f123-601c06d8, #w-node-_46325d0e-2988-1f68-0890-e294d890f128-601c06d8, #w-node-_9f2c4043-f66c-1672-e9a4-02132adde503-601c06d8, #w-node-_4da8ef33-bbe8-853a-905e-e4febcafa678-601c06d8, #w-node-_9f2c4043-f66c-1672-e9a4-02132adde508-601c06d8, #w-node-_9f2c4043-f66c-1672-e9a4-02132adde512-601c06d8, #w-node-_9f2c4043-f66c-1672-e9a4-02132adde517-601c06d8 {
  align-self: start;
}

#w-node-_641b06e8-f657-eec8-d662-d1ad7a7845b5-601c06d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84ca9ef5-0746-9bcd-eda5-97f3d0da0de1-601c06d8, #w-node-_84ca9ef5-0746-9bcd-eda5-97f3d0da0de3-601c06d8, #w-node-_84ca9ef5-0746-9bcd-eda5-97f3d0da0dec-601c06d8, #w-node-_84ca9ef5-0746-9bcd-eda5-97f3d0da0df5-601c06d8, #w-node-_84ca9ef5-0746-9bcd-eda5-97f3d0da0dfe-601c06d8, #w-node-_84ca9ef5-0746-9bcd-eda5-97f3d0da0e07-601c06d8, #w-node-_84ca9ef5-0746-9bcd-eda5-97f3d0da0e10-601c06d8, #w-node-_84ca9ef5-0746-9bcd-eda5-97f3d0da0e19-601c06d8, #w-node-_84ca9ef5-0746-9bcd-eda5-97f3d0da0e22-601c06d8 {
  justify-self: stretch;
}

#w-node-_3358f4aa-a218-ddc5-610f-3cb2393d9610-601c06d8, #w-node-_3358f4aa-a218-ddc5-610f-3cb2393d961a-601c06d8, #w-node-cfbd36e1-b181-e13a-1ab7-9fd3df17ddef-601c06d8, #w-node-_3358f4aa-a218-ddc5-610f-3cb2393d9676-601c06d8, #w-node-a853344f-02be-bdbc-5207-9abe8ddd8f8f-601c06d8, #w-node-_91c3a669-bf7b-bb0b-864e-818fdaa301b9-601c06d8, #w-node-_749f4022-2150-e4cb-b51c-f58f353a2224-601c06d8, #w-node-c7dda983-454a-1fe5-246f-63f60120482c-601c06d8, #w-node-_1c4de743-6bc9-7b00-735e-055b2d1de9ae-601c06d8, #w-node-c2433389-f327-4f71-cd3b-ee80748253a0-601c06d8, #w-node-_0072c852-90ce-b5d1-a7c7-8d5804b1cfd3-601c06d8, #w-node-f850c23d-7494-7dbd-2e69-690ff53be445-601c06d8, #w-node-ab20658b-4c80-9819-0a30-2a59ac30ac44-601c06d8, #w-node-_3b7b5da5-9915-c0d8-fe11-8feb032abf83-601c06d8, #w-node-_1fc6edd2-9a0e-f15c-594b-62d4dfc9f6e5-601c06d8, #w-node-fbc77e74-d345-3e4b-36d6-673909308f86-601c06d8, #w-node-_0e6e87ca-2827-8dd1-eb43-1f752c0eaff0-601c06d8, #w-node-f44736a1-b5dc-08f3-123e-3310e74275c2-601c06d8, #w-node-_2c8faf0a-0144-4dcc-7cd0-e6d6aff96a6a-601c06d8, #w-node-_347ee38b-bda9-8fa6-07d2-9a668675629a-601c06d8, #w-node-_79293658-8750-c841-e86a-9c11cc188176-601c06d8, #w-node-_28d80acd-4eb4-dd87-0766-06190f8cc374-601c06d8, #w-node-fb0ad5d5-20af-132c-ef91-1166453d4acc-601c06d8, #w-node-_61fbb817-8100-f447-3233-0942aff4be89-601c06d8, #w-node-_859c1961-4f06-f83a-668e-92b67eff42cf-601c06d8, #w-node-_9c896bd0-7dba-0dd9-0c80-81c0c34ba3e2-601c06d8, #w-node-_3c986f13-b779-cc4e-4b22-a45809ef25b2-601c06d8, #w-node-f07b9039-522f-77f9-8a5f-abafd0219b54-601c06d8, #w-node-db4a638e-1ba5-b59b-195e-bbb75b9e11c9-601c06d8, #w-node-_1d8269af-66df-abed-64ee-ad1aa496f666-601c06d8, #w-node-b6b17b93-2a72-5903-a50d-6257626cc39a-601c06d8, #w-node-_2f1bf826-c461-10a7-383f-9657a787a27e-601c06d8, #w-node-_2c11a3f9-79f1-e0bb-193e-c107dbb42c29-601c06d8, #w-node-_69f8accd-615d-6db2-5e73-6c7f6e33cc35-601c06d8, #w-node-_1f73473b-8c23-4a7d-dd66-f2f5fdcdcaa8-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c7f4-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c804-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c810-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c81c-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c82c-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c838-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c845-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c856-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c863-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c870-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c87d-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c88a-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c897-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c8a4-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c8b1-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c8be-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c8cb-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c8d8-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c8e9-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c8f6-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c903-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c910-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c921-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c936-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c943-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c950-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c95d-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c96a-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c977-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c988-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c99a-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c9a7-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c9b4-601c06d8, #w-node-_3e63235e-b0c7-a10e-8c8b-795e9b30c9c1-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa066f-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa0676-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa067c-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa0682-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa068f-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa0695-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa069c-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa06aa-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa06b1-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa06b8-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa06bf-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa06c6-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa06cd-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa06d4-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa06db-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa06e2-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa06e9-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa06f0-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa06fe-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa0705-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa070c-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa0713-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa071b-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa072a-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa0731-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa0738-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa073f-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa0746-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa074d-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa075b-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa076a-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa0771-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa0778-601c06d8, #w-node-ac17c73e-a51a-505e-4053-61d56faa077f-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd078995a-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd0789961-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd0789967-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd078996d-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd078997a-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd0789980-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd0789987-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd0789995-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd078999c-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd07899a3-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd07899aa-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd07899b1-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd07899b8-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd07899bf-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd07899c6-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd07899cd-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd07899d4-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd07899db-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd07899e9-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd07899f0-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd07899f7-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd07899fe-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd0789a06-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd0789a15-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd0789a1c-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd0789a23-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd0789a2a-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd0789a31-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd0789a38-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd0789a46-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd0789a55-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd0789a5c-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd0789a63-601c06d8, #w-node-_86f6a1f3-fdd4-f032-5936-310dd0789a6a-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f6d8-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f6df-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f6e5-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f6eb-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f6f8-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f6fe-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f705-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f713-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f71a-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f721-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f728-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f72f-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f736-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f73d-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f744-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f74b-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f752-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f759-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f767-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f76e-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f775-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f77c-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f784-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f793-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f79a-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f7a1-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f7a8-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f7af-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f7b6-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f7c4-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f7d3-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f7da-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f7e1-601c06d8, #w-node-cb8d2c11-0b34-5f3c-adab-2279f5b3f7e8-601c06d8 {
  align-self: center;
}

#w-node-_2c4c6a9c-dab3-fcc7-b6f2-fb672002dd2e-601c06dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdb31b4c-7afa-4195-779e-10523e912bc1-601c06de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-cdb31b4c-7afa-4195-779e-10523e912bc8-601c06de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdb31b4c-7afa-4195-779e-10523e912bcc-601c06de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-cdb31b4c-7afa-4195-779e-10523e912bd3-601c06de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdb31b4c-7afa-4195-779e-10523e912be1-601c06de, #w-node-cdb31b4c-7afa-4195-779e-10523e912bf2-601c06de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_35b36208-75e5-f3b7-f694-a212650770bc-601c06f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35b36208-75e5-f3b7-f694-a212650770be-601c06f9, #w-node-e67fa6e8-cd8e-38c0-e7d8-4bab0b57f019-601c06f9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e67fa6e8-cd8e-38c0-e7d8-4bab0b57f01b-601c06f9 {
  justify-self: auto;
}

#w-node-_29ccbf85-c00e-f46b-4ed0-96ab83dd9aaa-601c06f9 {
  align-self: center;
}

#w-node-_640cfcf7-ac98-b553-56b0-5ccbc3ba1deb-601c06f9, #w-node-f8673bdb-2c6b-10ff-bd34-cbcb33744ee4-601c06f9, #w-node-_8a631d57-9285-af92-a334-e83bacc0e4ce-601c06f9, #w-node-edecac92-0a99-1e46-b6ca-3a2dc5bd1fa3-601c06f9, #w-node-_4dd11914-4c33-a6ed-0d01-d0881e2c4d4d-601c06f9 {
  grid-column-start: span 1.5;
  grid-column-end: span 1.5;
  grid-row: span 1 / span 1;
}

#w-node-_50786963-e39b-ca48-5e09-ac70b773e9d2-601c06fa, #w-node-ccd38442-4d78-8439-79d3-6e114c9ae44c-601c06fa, #w-node-_4f3125e5-2369-b4a7-2901-4581248c9462-601c06fa, #w-node-e16ebb34-823e-86c6-f7e9-bdf2aaa2631b-601c06fa, #w-node-_51302ff8-b4ab-c99c-be38-7a821ea2114d-601c06fa, #w-node-bfff1658-8c0e-7c2c-b549-f0bf49d3f0e3-601c06fa, #w-node-_7c58ae5f-983e-98e6-b86e-708b7a6fccd5-d01bd189 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dd11914-4c33-a6ed-0d01-d0881e2c4d4d-9c201902, #w-node-_8a631d57-9285-af92-a334-e83bacc0e4ce-9c201902, #w-node-_97da87a1-124e-4d9c-f764-52cd50c09baf-07cd3230 {
  grid-column-start: span 1.5;
  grid-column-end: span 1.5;
  grid-row: span 1 / span 1;
}

#w-node-_54b3e753-b143-f457-035e-d55916121298-12f8d77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54b3e753-b143-f457-035e-d559161212d4-12f8d77a, #w-node-_54b3e753-b143-f457-035e-d559161212da-12f8d77a {
  align-self: stretch;
}

#w-node-_54b3e753-b143-f457-035e-d559161212dd-12f8d77a {
  align-self: auto;
}

#w-node-_54b3e753-b143-f457-035e-d559161212e0-12f8d77a {
  align-self: stretch;
}

#w-node-_54b3e753-b143-f457-035e-d559161212e3-12f8d77a {
  align-self: auto;
}

#w-node-_54b3e753-b143-f457-035e-d559161212e6-12f8d77a {
  align-self: stretch;
}

#w-node-_54b3e753-b143-f457-035e-d55916121345-12f8d77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_4e8bda5d-e608-97de-8c60-3a049422aefc-601c06fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6470c637-5211-c3f0-10e2-b884814678c6-814678ab {
    align-self: auto;
  }

  #w-node-_6470c637-5211-c3f0-10e2-b884814678de-814678ab {
    align-self: end;
  }

  #w-node-_18b7a55f-85ea-e61a-a233-5224929945d4-601c068f, #w-node-_18b7a55f-85ea-e61a-a233-5224929945d4-601c06a7 {
    justify-self: center;
  }

  #w-node-_934123eb-cd29-5bf6-6e7e-3c61a65c341c-601c06d8, #w-node-fecc3b0e-f66c-b8b5-1152-e6f32ea73132-601c06d8, #w-node-_9fa070f0-6af5-9ce8-c70d-c7c791ff6c3a-601c06d8, #w-node-_02550311-cf39-c269-96de-d4144fca1e73-601c06d8, #w-node-a42dcee6-c067-cdc2-10f3-35bd179cab44-601c06d8, #w-node-a42dcee6-c067-cdc2-10f3-35bd179cab6c-601c06d8, #w-node-a42dcee6-c067-cdc2-10f3-35bd179cab94-601c06d8, #w-node-a42dcee6-c067-cdc2-10f3-35bd179cabbc-601c06d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54b3e753-b143-f457-035e-d55916121257-12f8d77a {
    align-self: auto;
  }

  #w-node-_54b3e753-b143-f457-035e-d5591612126f-12f8d77a {
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_96cb4854-cfea-b55d-b232-7da02e0a2b75-2e0a2b69, #w-node-cdb31b4c-7afa-4195-779e-10523e912bc8-601c06de {
    order: -9999;
  }
}

.category-layout-wrapper {  
  display: flex;
  justify-content: space-between;
  column-gap: 4rem;
  flex-direction: row;
}

@media (max-width: 768px) {
  .category-layout-wrapper {
    flex-direction: column;
  }
}

.new-article-list {
  display: flex;
  width: 100%;
  max-width: 800px;
}

.new-article-list section {
  width: 100%;
  display: flex;
  flex-basis: auto !important;
  flex-direction: column;
}

.new-article-list .section .section-tree-title a {
  font-weight: 400;
  font-size: 2rem;
  line-height: 109%;
  border-bottom: 3px solid var(--white);
  padding: 0;
}

.new-article-list .section .section-tree-title a:hover {
  border-bottom: 3px solid var(--tek-orange);
} 


.new-article-list .section .section-tree-title {
  margin-bottom: 2rem;
}

.new-article-list .section .article-list .article-list-item, li:not(.article-body ul li, .article-body ol li, .search-result-breadcrumbs li, .multibrand-filter-list li), .new-article-list .section .section-lists .section-lists-item {
  border: none;
  padding: 0;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}

.multibrand-filter-list li {
  margin-bottom: 12px;
}

.article-list li a {
  color: var(--shade-900);
  font-weight: 400;
}

.article-list li a:hover, .section-lists li a:hover {
  color: var(--tek-orange);
}

.button-small.secondary:hover {
  color: var(--shade-900) !important;
}

.new-article-list .section .article-list, .new-article-list .section .section-lists {
  padding: 0;
}

.sidebar-section-list {
  display: flex;
  flex-direction: column;
  flex-basis: 40%;
  justify-content: flex-start;
  max-width: 400px;
  min-width: 250px;
}

.sidebar-section-list section{
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  flex-basis: auto !important;

}

.sidebar-section-list .section .section-tree-title {
  display: flex;
}

.sidebar-section-list .section .section-tree-title a {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 109%;
  padding: 16px 24px;
  border-radius: 8px;
  text-wrap: balance;
}

.sidebar-section-list .section .section-tree-title a:hover {
  color: var(--white);
  background-color: var(--shade-900);
}


.powered-by-zendesk, /*.breadcrumbs:not(.search-result-breadcrumbs),*/ .search-results .meta-group .meta-data {
  display: none;
}

.still-need-help {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: center;
}

.submit-hero {
  background-color: var(--shade-900);
}

.container-flex {
  display: flex;
  flex-direction: column;
}

#hc-wysiwyg [role=toolbar] {
  height: auto !important;
  display: flex;
  align-items: center;
}

#hc-wysiwyg [role=toolbar]>[aria-haspopup=true] {
  height: 24px;
}

#hc-wysiwyg [class^=wysiwyg-icon-] {
  display: flex;
}

#request_description_hint {
  font-weight: 400;
}

.nesty-panel li {
  font-weight: 300;
  font-size: 16px !important;
  font-family: var(--body-font) !important;
}

.request_cc_emails {
  display: none;
}

.form-field input[type="text"] {
  font-size: .8rem;
}

#new_request label {
  margin-bottom: 0;
}

.request-form {
  max-width: 800px;
}

.search-result-list-item .meta-group {
  padding: .25rem 0 .5rem 0;
}

[aria-expanded="true"] > .nav-dropdown-icon > svg {
  transform: rotate(180deg);
  transition: all .5s;
}

h1.section-page {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.page-header {
  flex-direction: column;
}

.category-breadcrumb {
  filter: invert;
}

.breadcrumbs li:nth-child(1) {
  display: none;
}

.breadcrumbs li:nth-child(n+3) {
  display: none;
}

.breadcrumbs li:nth-child(2)::before {
  content: "";
  margin: 0;
}

.main-nav_dropdown-list {
  display: none;
}

.main-nav_dropdown-toggle:hover + .main-nav_dropdown-list {
  display: inline-block;
}