@charset "UTF-8";

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #EEEEEE;
  color: #000000;
  overflow-x: hidden;
}

body.custom-background {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

a {
  color: #000000;
  text-decoration: none;
}

h1 a {
  color: #9E9E9E;
}

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

input, textarea {
  border: 1px solid #9E9E9E;
  max-width: 100%;
  padding: 0.7em 0.8em;
}

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

.site {
  overflow: hidden;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .container {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.highlighted {
  color: #F6831A;
}

.lightened {
  color: #9E9E9E;
}

.lightened2 {
  color: #cbcbcb;
}

.columns-wrapper {
  display: flex;
  justify-content: space-between;
}
.columns-wrapper .column {
  flex: 1;
  box-sizing: border-box;
}

.d-inline-flex {
  display: inline-flex;
}

.d-block {
  display: block;
}

.darkened {
  color: #000000;
}

.lg-section-title {
  font-size: 4rem;
  font-weight: 600;
}

.sm-section-title {
  color: #000000;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: -1px;
}

.marked-link {
  text-transform: capitalize;
  color: #000000;
  border-bottom: 1px solid #000000;
  font-weight: bold;
  position: relative;
}
.marked-link:hover {
  border-bottom: none;
}

.marked-link::after {
  content: "";
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #000000;
  transition: all;
}

.marked-link:hover::after {
  animation: underline-animated 2s infinite;
}

@keyframes underline-animated {
  0% {
    width: auto;
    right: 100%;
  }
  25% {
    width: auto;
    right: 0;
    left: 0;
  }
  50% {
    width: auto;
    right: 0;
    left: 100%;
  }
  52% {
    width: 0;
    right: 0;
    left: 100%;
  }
  60% {
    width: 0;
    right: 0;
    left: 0;
  }
  61% {
    width: 2px;
    right: 0;
    left: 0;
  }
  65% {
    width: 10px;
    right: 0;
    left: 0;
  }
  100% {
    width: 2px;
    right: 0;
    left: 100%;
  }
}
/*--------------- Accordion ----------------------*/
.accordion__item {
  margin: 5px auto;
}

.accordion__item:nth-child(1) .accordion__title {
  border-top: none;
}

.accordion__item .accordion__title {
  position: relative;
  border-top: 1px solid #cbcbcb;
  margin-bottom: 2px;
  color: #cbcbcb;
  font-size: 28px;
  cursor: pointer;
}

.accordion__item:last-child .accordion__title {
  border-bottom: 1px solid #cbcbcb;
}

.accordion__title-text1 {
  font-size: 4rem;
  font-weight: 600;
}

.accordion__title-text2 {
  font-size: 1rem;
  font-weight: bold;
}

.accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion__item .accordion-active {
  color: #000000;
}

.accordion__item .accordion__content {
  padding-top: 2rem;
  display: none;
}

.accordion__item-main-text {
  max-width: 500px;
}

.image-container {
  overflow: hidden;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .image-container {
    height: 480px;
    max-height: 480px;
  }
}
@media (min-width: 1200px) {
  .image-container img {
    transition: transform 0.3s ease;
    height: 100%;
  }
  .image-container img:hover {
    transform: scale(1.2);
  }
}

/******************************************************************************\
	Settings
\******************************************************************************/
@font-face {
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local("Neue Haas Grotesk Display Pro"), url(https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro?styles=82961?ver=1.0) format("woff2");
}
@font-face {
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  src: local("Neue Haas Grotesk Display Pro Semi2"), url(https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro?styles=82963?ver=1.0) format("woff2");
}
html {
  font-size: 16px;
}
@media screen and (min-width: 481px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 20px;
  }
}

/******************************************************************************\
	Font calculation mixins
\******************************************************************************/
/******************************************************************************\
	Standard font styling
\******************************************************************************/
body {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  line-height: 1.4;
  font-weight: 400;
}

em, i {
  font-style: italic;
  line-height: inherit;
}

strong, b {
  font-weight: bold;
  line-height: inherit;
}

p,
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 1.4rem;
}

blockquote {
  position: relative;
}
blockquote:before {
  display: block;
  float: left;
  content: "\"";
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 15px 15px 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  h5,
  h6 {
    word-wrap: normal;
  }
}

h1,
.h1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 481px) {
  h1,
  .h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

h2,
.h2 {
  font-size: 28.8px;
  font-size: 1.8rem;
  margin-top: 2.8rem;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 481px) {
  h2,
  .h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-top: 2.1rem;
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 481px) {
  h3,
  .h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

h4,
h5,
h6 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 2.1rem;
  margin-bottom: 0.7rem;
}

h2,
h3 {
  page-break-after: avoid;
}

p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

p ~ h1 {
  margin-top: 2.8rem;
}

.sticky {
  background: none;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  float: none;
}

.wp-caption-text {
  background: #000000;
}

.gallery-caption {
  background: #000000;
}

.bypostauthor {
  background: #000000;
}

.post-links {
  *zoom: 1;
  width: 70%;
  margin: 1em auto;
}
.post-links:before, .post-links:after {
  content: " ";
  display: table;
}
.post-links:after {
  clear: both;
}
.post-links a {
  float: right;
}
.post-links a:first-child {
  float: left;
}

.linked-page-nav {
  margin-top: 1em;
}

.widget {
  float: left;
  display: block;
  margin-right: 3.0674846626%;
  width: 31.2883435583%;
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 2em 1.8em;
  position: relative;
}
.widget:last-child {
  margin-right: 0;
}
.widget h2 {
  font-size: 17.6px;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5em;
  border-bottom: 0.1em solid #9E9E9E;
}
.widget ul {
  padding-left: 1.6em;
}
.widget p {
  text-align: justify;
}

.widget:nth-child(3n) {
  margin-right: 0;
}

.widget:nth-child(3n+1) {
  clear: left;
}

.widget_search label {
  display: block;
  padding: 0.2em 0;
}
.widget_search input {
  width: 100%;
}

#searchsubmit, #submit {
  padding: 0.3em 0.4em;
  border: 1px solid #000000;
  margin-top: 0.2em;
  background-color: #EEEEEE;
  color: #000000;
  box-shadow: none;
}

.comments {
  float: left;
  display: block;
  margin-right: 3.0674846626%;
  width: 82.8220858896%;
  margin-left: 8.5889570552%;
  font-size: 14.4px;
  font-size: 0.9rem;
  background-color: #000000;
  margin-bottom: 3em;
  padding: 2em;
}
.comments:last-child {
  margin-right: 0;
}
.comments ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-body {
  margin-bottom: 1.5em;
}

.children .comment-body {
  padding-left: 2em;
}

.comment-author {
  border-top: 0.1em solid #9E9E9E;
  border-bottom: 0.1em solid #9E9E9E;
  text-align: center;
  padding: 0.6em 0;
  position: relative;
}
.comment-author img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: auto;
}

.byuser .comment-author {
  background-color: #EEEEEE;
  color: #000000;
}
.byuser .comment-author a {
  color: #000000;
  text-decoration: underline;
}

.comment-meta {
  text-align: center;
  margin-top: 0.2em;
  margin-bottom: 0.8em;
}

.comments-title {
  font-size: 17.6px;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 0;
}

.site-header {
  overflow: hidden;
  padding: 1rem 0 0;
  height: 78px;
  box-sizing: border-box;
  background-color: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1350px) {
  .site-header {
    padding: 1rem 0.6rem 0;
  }
}
@media (max-width: 1024px) {
  .site-header {
    padding: 0rem 0.6rem 0;
  }
}

.custom-header {
  position: absolute;
  top: 0;
}

.logo {
  min-width: 120px;
  max-width: 120px;
}
.logo img {
  max-width: 120px;
}

@media (min-width: 768px) {
  .main-menu {
    padding-top: 20px;
  }
}
.main-menu .menu {
  padding-inline-start: 0;
  clear: both;
  text-align: center;
}
@media (min-width: 1025px) {
  .main-menu .menu {
    min-width: 625px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .main-menu .menu {
    min-width: 400px;
  }
}
@media (min-width: 768px) {
  .main-menu .menu {
    text-align: left;
  }
}
.main-menu .menu-item {
  display: inline-block;
}
.main-menu .marked-link {
  float: right;
}
.main-menu .marked-link:hover a, .main-menu .marked-link:hover a:hover {
  border-bottom: none;
}
.main-menu .marked-link a:hover {
  border-bottom: none;
}
.main-menu .menu-item.marked-link a {
  color: #000000;
}
.main-menu .menu-item.marked-link a:after {
  display: none;
}
.main-menu .menu-item a {
  color: #9E9E9E;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: -0.6px;
}
.main-menu .menu-item a:hover {
  border-bottom: 1px solid #000000;
}
.main-menu .menu-item:nth-child(-1n+3):after {
  content: ',';
  color: #9E9E9E;
}
.main-menu .current_page_item a {
  color: #000000;
}

.menu__toggle {
  position: relative;
  width: 30px;
  height: 17px;
  background: transparent;
  border: none;
  padding: 0;
}

.menu__toggle::before,
.menu__toggle::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 2px;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.menu__toggle::before {
  top: 0;
}

.menu__toggle::after {
  bottom: 0;
}

.menu__toggle.active::before {
  transform: rotate(45deg);
  top: 7px;
}

.menu__toggle.active::after {
  transform: rotate(-45deg);
  bottom: 7px;
}

@media screen and (min-width: 1025px) {
  .menu__toggle {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .main-menu {
    z-index: 2;
    padding-bottom: 1rem;
    display: none;
    position: absolute;
    background: #EEEEEE;
    width: 100%;
    top: 78px;
    left: -0.6rem;
  }
  .main-menu .marked-link {
    float: none;
  }
  .main-menu .menu li {
    display: block;
    text-align: center;
    max-width: max-content;
    margin: 0 auto 1rem;
  }

  .main-menu.active {
    display: block;
  }
}
/******************************************************************************\
	General
\******************************************************************************/
article {
  *zoom: 1;
}
article:before, article:after {
  content: " ";
  display: table;
}
article:after {
  clear: both;
}

.archive-title, .search-title h1 {
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: normal;
  background: #9E9E9E;
  text-align: center;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.6em 0;
}

.archive-description, .second-search {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-style: italic;
  margin-top: 0;
  background: #9E9E9E;
  color: #000000;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0.8em;
}
.archive-description p, .second-search p {
  margin: 0;
}
.archive-description form, .second-search form {
  margin-top: 0.5em;
  margin-bottom: 0.6em;
}
.archive-description input, .second-search input {
  box-shadow: none;
}

/******************************************************************************\
	Standard-page
\******************************************************************************/
.post-title {
  float: left;
  display: block;
  margin-right: 3.0674846626%;
  width: 82.8220858896%;
  margin-left: 8.5889570552%;
  border-top: 0.03em solid #9E9E9E;
  border-bottom: 0.03em solid #9E9E9E;
  text-align: center;
  margin-bottom: 0.2em;
}
.post-title:last-child {
  margin-right: 0;
}
.post-title:first-child {
  margin-top: 1em;
}

.single .post-title:first-child {
  margin-top: 1em;
}

.post-meta {
  float: left;
  display: block;
  margin-right: 3.0674846626%;
  width: 65.6441717791%;
  margin-left: 17.1779141104%;
  text-align: center;
  font-style: italic;
}
.post-meta:last-child {
  margin-right: 0;
}

.post-content {
  float: left;
  display: block;
  margin-right: 3.0674846626%;
  width: 82.8220858896%;
  margin-left: 8.5889570552%;
  position: relative;
  background: #9E9E9E;
  color: #000000;
  padding: 1.5em;
  margin-top: 1.5em;
}
.post-content:last-child {
  margin-right: 0;
}

.page .post-content {
  margin-bottom: 3.5em;
}

/******************************************************************************\
	Front-page and archives
\******************************************************************************/
.home .post-content, .archive .post-content, .search .post-content, .author .post-content {
  float: left;
  display: block;
  margin-right: 3.0674846626%;
  width: 65.6441717791%;
  margin-left: 17.1779141104%;
  background: none;
  color: #9E9E9E;
  padding: 0;
  text-align: center;
}
.home .post-content:last-child, .archive .post-content:last-child, .search .post-content:last-child, .author .post-content:last-child {
  margin-right: 0;
}

.pagination {
  float: left;
  display: block;
  margin-right: 3.0674846626%;
  width: 100%;
  border-bottom: 3px solid #9E9E9E;
}
.pagination:last-child {
  margin-right: 0;
}
.pagination ul {
  list-style: none;
  text-align: center;
  margin: 1em 0 0 0;
  padding: 0.6em 0;
  background: #000000;
}
.pagination li {
  display: inline;
  margin: 0 0.5em;
}

/******************************************************************************\
	Widgets
\******************************************************************************/
.page-content .widgets {
  *zoom: 1;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.page-content .widgets:before, .page-content .widgets:after {
  content: " ";
  display: table;
}
.page-content .widgets:after {
  clear: both;
}
.page-content .widgets .widgettitle {
  color: #fff;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
}
@media screen and (min-width: 481px) {
  .page-content .widgets .widgettitle {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .page-content .widgets .widgettitle {
    font-size: 32px;
    font-size: 2rem;
  }
}
.page-content .widgets .widget {
  float: left;
  display: block;
  margin-right: 3.0674846626%;
  width: 100%;
  margin-bottom: 2em;
  color: black;
}
.page-content .widgets .widget:last-child {
  margin-right: 0;
}
.page-content .widgets .widget:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 481px) {
  .page-content .widgets .widget {
    float: left;
    display: block;
    margin-right: 3.0674846626%;
    width: 31.2883435583%;
    font-size: 12.8px;
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .page-content .widgets .widget:last-child {
    margin-right: 0;
  }
  .page-content .widgets .widget:nth-child(3n) {
    margin-right: 0;
  }
  .page-content .widgets .widget:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 769px) {
  .page-content .widgets .widget {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page-content .widgets .wp-post-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1em;
}
.page-content .widgets .read-more {
  -webkit-transition: padding 0.25s ease-in-out;
  -moz-transition: padding 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.25em;
}
.page-content .widgets .read-more:hover {
  border-bottom: 2px solid #fff;
}

.t-about {
  /* -------------- GRID TABS ------------*/
}
.t-about .section-1 {
  padding: 3.6rem 0 5.8rem;
}
.t-about .section-1 h1 {
  font-size: 6rem;
  letter-spacing: -0.25rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 3.8rem;
}
.t-about .section-1 p {
  line-height: 1.4;
}
.t-about .section-1 .marked-link {
  margin-top: 3.8rem;
}
.t-about .section-1 .columns-wrapper {
  padding: 0 2.5rem;
}
.t-about .section-1 .columns-wrapper .column {
  padding: 0 1.5rem;
}
.t-about .section-2 {
  background-color: #000000;
  color: #ffffff;
  padding: 4.5rem 0;
  margin-bottom: 4.5rem;
}
.t-about .section-2 .section_subtitle {
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.t-about .section-2 p {
  color: #ffffff;
  width: 75%;
}
.t-about section .container {
  position: relative;
}
.t-about .section_subtitle {
  font-size: 1.1rem;
  font-weight: 600;
}
.t-about .section-3 .columns-wrapper {
  gap: 4rem;
  margin-bottom: 2rem;
}
.t-about .section-3 .columns-wrapper img {
  width: 100%;
}
.t-about .section-3 p {
  margin-bottom: 0.5rem;
}
.t-about .decorated-1:after {
  content: "";
  display: inline-block;
  width: 92px;
  height: 87px;
  background: url("images/dispersion-glass.png") no-repeat center;
  background-size: cover;
  transform: translateX(1rem);
}
.t-about .section-4 {
  background-color: #000000;
  color: #ffffff;
  padding: 4.5rem 0;
  margin-bottom: 4.5rem;
}
.t-about .section-4 li {
  position: relative;
  font-size: 4rem;
  font-weight: 600;
  color: #434343;
}
.t-about .section-4 li .count {
  font-size: 1rem;
}
.t-about .section-4 li:after {
  content: "";
  height: 1px;
  background-color: #434343;
  display: block;
}
.t-about .section-4 li:hover {
  color: #ffffff;
}
.t-about .section-4 li:hover .count {
  color: #F6831A;
}
.t-about .section-4 .column:nth-child(1) {
  flex: 2;
}
.t-about .section-4 .column:nth-child(2) {
  flex: 3;
}
.t-about .section-4 .count {
  position: absolute;
  top: 36%;
  right: 0;
}
.t-about .section-5 {
  margin-bottom: 7.5rem;
}
.t-about .section-5 .column:nth-child(1) {
  flex: 2;
}
.t-about .section-5 .column:nth-child(2) {
  flex: 3;
}
.t-about .section-5 img {
  max-width: 250px;
  margin-bottom: 0.5rem;
}
.t-about .section-5 span {
  margin-right: 4rem;
}
.t-about .section-5 p {
  font-size: 1.7rem;
}
.t-about .section-5 p span {
  font-size: 1rem;
}
.t-about .marquee {
  overflow: hidden;
  font-weight: 600;
  font-size: 34px;
}
.t-about .marquee__inner {
  display: flex;
}
.t-about .marquee__line {
  flex-shrink: 0;
  margin: 0;
  padding: 10px 15px;
  min-width: 100%;
  font-size: 4rem;
  white-space: nowrap;
  animation-name: marqueeLine;
  animation-duration: 40s;
  color: #cbcbcb;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes marqueeLine {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.t-about .grid-tabs-section {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-about .grid-tabs__subtitle.mobile {
  display: none;
  position: static;
}
.t-about .grid-tabs__option {
  display: none;
}
.t-about .grid-tabs-section .container {
  display: none;
}
.t-about .grid-tabs__select,
.t-about .grid-tabs__content {
  width: 50%;
  height: 100%;
}
.t-about .grid-tabs__list {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
  width: 75%;
}
.t-about .grid-tabs__list-item-wrapper {
  width: 100%;
}
.t-about .grid-tabs__list-item {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}
.t-about .grid-tabs__list-item.active {
  transform: translateX(4rem);
}
.t-about .grid-tabs__list-item.active span {
  color: #ffffff;
}
.t-about .grid-tabs__list-title {
  color: #434343;
  font-weight: 700;
  z-index: 5;
  cursor: pointer;
  font-size: 4rem;
  letter-spacing: -3px;
  line-height: 1.3;
  white-space: nowrap;
}
.t-about .grid-tabs__list-title:hover {
  color: #ffffff;
}
.t-about .grid-tabs__content {
  height: 100%;
}
.t-about .grid-tabs__content-wrapper {
  position: relative;
  height: 100%;
}
.t-about .grid-tabs__subtitle {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-orange);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.t-about .grid-tabs__item {
  position: absolute;
  top: 165px;
  left: 50px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  will-change: left;
  -webkit-transition: left .5s linear, opacity 1s linear;
  -o-transition: left .5s linear, opacity 1s linear;
  transition: left .5s linear, opacity 1s linear;
}
.t-about .grid-tabs__item .h3 {
  margin-bottom: 16px;
}
.t-about .grid-tabs__item.visible {
  left: 0px;
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.t-about .grid-tabs__list-item-wrapper.empty {
  pointer-events: none;
}
.t-about .section-6 {
  margin-bottom: 5rem;
}
.t-about .section-7 {
  background-color: #000000;
  color: #ffffff;
  padding: 7rem 0;
}
.t-about .statistics__list {
  display: flex;
  justify-content: space-between;
}
.t-about .statistics__list .statistics-item__text {
  color: #9E9E9E;
}
.t-about .statistics__list .statistics-item__number {
  font-size: 4rem;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
@media (max-width: 1350px) {
  .t-about .grid-tabs__list-title {
    font-size: 3.5rem;
  }
}
.t-about .show-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .t-about .section-1 h1 {
    font-size: 4rem;
  }
  .t-about .grid-tabs__list-item span,
  .t-about .section-4 li,
  .t-about .statistics__list .statistics-item__number,
  .t-about .lg-section-title {
    font-size: 3rem;
  }
  .t-about .hide-mobile {
    display: none;
  }
  .t-about .show-mobile {
    display: block;
  }
  .t-about .accordion__title-text1 {
    font-size: 2rem;
    color: #434343;
  }
  .t-about .accordion__item .accordion-active .accordion__title-text1 {
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .t-about .section-1 h1 {
    font-size: 3rem;
  }
  .t-about .columns-wrapper {
    display: block;
  }
  .t-about .grid-tabs__list-item span,
  .t-about .section-4 li,
  .t-about .statistics__list .statistics-item__number,
  .t-about .lg-section-title {
    font-size: 2rem;
  }
  .t-about .statistics__list {
    display: block;
  }
  .t-about .section-7 {
    padding: 4rem 0;
  }
  .t-about .statistics__item {
    margin-block: 1rem;
  }
}

.t-contact {
  /* Style the checkbox when it's checked */
}
.t-contact .section-1 {
  padding: 3.4rem 0.6rem 2.2rem;
  position: relative;
}
.t-contact .section-1 p {
  font-size: 1.8rem;
  letter-spacing: -1px;
  width: 76%;
  margin: 0;
}
.t-contact .section-1 .arrow-down {
  position: absolute;
  right: 0;
  bottom: 3.5rem;
}
.t-contact .section-2 {
  padding: 2.5rem 0.6rem 3rem;
  border-top: 1px solid #9E9E9E;
}
.t-contact .section-2 .column + .column {
  flex: 1.5;
}
.t-contact input, .t-contact textarea {
  background-color: transparent;
}
.t-contact .form-row {
  display: flex;
  justify-content: space-between;
}
.t-contact .form-row p {
  display: inline-block;
  margin-bottom: 1rem;
}
.t-contact .form-row p input {
  width: 250px;
}
.t-contact textarea {
  width: 100%;
  height: 130px;
}
.t-contact .form-row-bottom {
  display: flex;
  justify-content: space-between;
}
.t-contact .form-row-bottom br {
  display: none;
}
.t-contact .form-row-bottom .wpcf7-not-valid-tip {
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 20px;
}
.t-contact .wpcf7-list-item {
  margin: 0;
}
.t-contact .contact__form p {
  margin-bottom: 1rem;
}
.t-contact .checkbox-wrap {
  position: relative;
  top: 0.5rem;
}
.t-contact input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #9E9E9E;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  transform: translateY(3px);
}
.t-contact input[type="checkbox"]:checked {
  background-color: white;
}
.t-contact input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 8px;
  width: 5px;
  height: 10px;
  border: solid black;
  /* Checkmark color */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.t-contact .wpcf7-submit {
  width: 100%;
  min-width: 180px;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  padding-left: 1rem;
}
.t-contact .submit-wrap {
  position: relative;
  height: 53px;
}
.t-contact .submit-wrap:after {
  content: "🡪";
  display: block;
  top: 0.6rem;
  position: absolute;
  right: 1rem;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .t-contact .form-row {
    display: block;
  }
  .t-contact .form-row p input {
    width: 100%;
  }
  .t-contact .form-row p {
    display: block;
  }
  .t-contact .section-2 .columns-wrapper {
    display: block;
  }
  .t-contact .form-row-bottom {
    display: block;
  }
  .t-contact .form-row-bottom p {
    margin-bottom: 2rem;
  }
}

.t-careers .section-1 {
  padding: 5.4rem 0 5rem;
}
.t-careers h1 {
  letter-spacing: -3px;
  font-size: 4rem;
  line-height: 1;
  margin: 0;
}
.t-careers .section-2 {
  display: flex;
  margin-bottom: 5rem;
}
.t-careers .section-2 p {
  padding-right: 5rem;
}
.t-careers .section-2 img {
  max-width: 60%;
}
.t-careers .section-3 {
  background-color: #000000;
  color: #ffffff;
  padding: 4.8rem 0 6rem;
}
.t-careers .section-3 .t-careers__requirement-text {
  font-size: 1.2rem;
  text-transform: capitalize;
}
.t-careers .section-3 .t-careers__vacancy {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -3px;
  margin-bottom: 3rem;
}
.t-careers .section-3 .t-careers__options {
  width: 100px;
  min-width: 100px;
  padding-top: 0.6rem;
  line-height: 1.5;
}
.t-careers .section-3 .t-careers__requirement {
  display: flex;
  justify-content: space-between;
}
.t-careers .section-3 .t-careers__requirement-block {
  width: 60%;
}
.t-careers .section-3 .t-careers__wrap {
  display: flex;
  justify-content: space-between;
}
.t-careers .section-3 .view {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2px;
}
.t-careers .section-4 {
  padding-top: 5rem;
}
.t-careers .t-careers__journey {
  display: flex;
  justify-content: space-between;
}
.t-careers .t-careers__journey-right {
  width: 60%;
}
.t-careers .t-careers__journey-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.t-careers .t-careers__journey-left p {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.t-careers .section-5 {
  padding: 9rem 0 1rem;
}
.t-careers .section-5 .t-careers__journey-left {
  padding-top: 0.5rem;
}
.t-careers .section-5 .t-careers__journey-right p {
  margin-bottom: 5rem;
}
.t-careers .section-5 .lightened {
  transform: translateY(-6px);
  display: inline-block;
}
.t-careers .section-5 .t-careers__lg-text {
  font-size: 1.8rem;
  letter-spacing: -1px;
}
.t-careers .section-6 {
  background-color: #000000;
  padding: 5rem 0 3.5rem;
  color: #ffffff;
}
.t-careers .section-6 a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  width: max-content;
}
.t-careers .section-6 .t-careers__journey-left p {
  line-height: 1.2;
  font-size: 1.1rem;
  font-weight: normal;
}
.t-careers .section-6 .t-careers__journey-right p {
  font-size: 4rem;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .t-careers .section-1 {
    padding: 3rem 0 3rem;
    text-align: center;
  }
  .t-careers .section-2 p {
    padding-right: 0;
    text-align: center;
  }
  .t-careers .section-2 img {
    max-width: 100%;
  }
  .t-careers .section-2, .t-careers .section-3 .t-careers__requirement,
  .t-careers .t-careers__journey, .t-careers .t-careers__journey-right {
    display: block;
  }
  .t-careers .t-careers__journey-right {
    width: 100%;
  }
  .t-careers .accordion__title-text1 {
    font-size: 3rem;
  }
  .t-careers .section-5 {
    padding: 5rem 0 5rem;
  }
  .t-careers .section-5 .t-careers__journey-right p {
    margin-bottom: 1rem;
  }
  .t-careers .section-6 {
    padding: 5rem 0 5rem;
  }
  .t-careers .section-6 .t-careers__journey-right p {
    font-size: 3rem;
    margin-top: 1.5rem;
  }
}

.t-single-career .section-1 {
  padding: 3.5rem 0 6.5rem;
}
.t-single-career .section-1 .container {
  display: flex;
  justify-content: space-between;
}
.t-single-career .section-1 a, .t-single-career .section-1 .arrow-down {
  display: flex;
  align-items: end;
}
.t-single-career .section-1 h1 {
  line-height: 1;
  text-transform: capitalize;
  width: 74%;
  font-size: 4rem;
  letter-spacing: -2px;
  margin: 0;
}
.t-single-career .section-2 {
  margin-bottom: 5rem;
}
.t-single-career .section-2 .container {
  display: flex;
  justify-content: space-between;
}
.t-single-career .section-2 img {
  margin: 0.5rem 0 0.7rem;
}
.t-single-career .section-2 .t-single-career__right {
  width: 60%;
}
.t-single-career .section-2 .article-title {
  font-size: 2rem;
  letter-spacing: -2px;
  font-weight: bold;
  margin-bottom: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.t-single-career .section-2 .article-title .right-text {
  font-size: 1rem;
}
.t-single-career .section-2 article p {
  margin-bottom: 0.7rem;
  line-height: 1.3;
}
.t-single-career .section-2 article {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 1.5rem;
}
.t-single-career .section-2 .text-bottom {
  letter-spacing: -0.01rem;
  margin: 2rem 0 1rem;
}
.t-single-career .section-2 .apply-link {
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}
@media (max-width: 1024px) {
  .t-single-career .section-1 .container {
    flex-direction: column;
    text-align: center;
  }
  .t-single-career .section-1 h1 {
    text-align: center;
    width: 100%;
    font-size: 3rem;
  }
  .t-single-career .section-2 .container {
    display: block;
  }
  .t-single-career .section-2 .t-single-career__right {
    width: 100%;
  }
}
.t-single-career #sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10;
  border-radius: 0 0 0.5em 0.5em;
}

.t-contact-us h1 {
  font-size: 6rem;
  letter-spacing: -5px;
  position: relative;
}
.t-contact-us .section-1 {
  padding-top: 4.5rem;
}
.t-contact-us .section-1 .arrow-down {
  position: absolute;
  right: 0;
  font-size: 1rem;
  bottom: 1.2rem;
}
.t-contact-us .t-contact-us__info {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 2.5rem 0 1.3rem;
}
.t-contact-us .t-contact-us__info p, .t-contact-us .t-contact-us__info a {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1px;
  display: block;
  line-height: 1;
}
.t-contact-us .t-contact-us__info-contact:before,
.t-contact-us .t-contact-us__when:before,
.t-contact-us .t-contact-us__address:before {
  margin-bottom: 1.5rem;
  display: block;
  color: #9E9E9E;
}
.t-contact-us .t-contact-us__info-contact:before {
  content: "(Connect)";
}
.t-contact-us .t-contact-us__address:before {
  content: "(Come)";
}
.t-contact-us .t-contact-us__when:before {
  content: "(When)";
}
.t-contact-us iframe {
  height: 600px;
}
.t-contact-us .section-2 {
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .t-contact-us .section-1 h1 {
    font-size: 4rem;
  }
  .t-contact-us .t-contact-us__info {
    display: block;
  }
  .t-contact-us .t-contact-us__info-contact {
    margin-bottom: 1.4rem;
  }
}

.t-portfolio {
  margin-bottom: 4rem;
}
.t-portfolio h1 {
  letter-spacing: -3px;
  font-size: 4rem;
  line-height: 1;
  margin: 0;
}
.t-portfolio .section-1 {
  position: relative;
  padding: 5rem 0 2.5rem;
  border-bottom: 1px solid #9E9E9E;
}
.t-portfolio .section-1 p {
  padding: 0 2rem 0 6rem;
}
.t-portfolio .arrow-down {
  position: absolute;
  right: 0;
  bottom: 3.5rem;
}
.t-portfolio .section-2 {
  padding-top: 3rem;
}
.t-portfolio img {
  width: 100%;
  margin-bottom: 1rem;
}
.t-portfolio .columns-wrapper {
  gap: 1.4rem;
}
.t-portfolio .case-info {
  display: flex;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1;
  text-transform: capitalize;
}
.t-portfolio .flex-item-1 {
  flex: 1;
}
.t-portfolio .flex-item-2 {
  flex: 5;
}
.t-portfolio .flex-item-3 {
  flex: 2;
  font-size: 1rem;
  font-weight: normal;
}
.t-portfolio .section-3 .shifted-right {
  padding-right: 3rem;
}
@media (max-width: 1024px) {
  .t-portfolio .columns-wrapper {
    display: block;
  }
  .t-portfolio .section-1 {
    padding: 2.5rem 0.6rem 2.5rem;
  }
  .t-portfolio .section-1 p {
    padding: 0;
  }
}

.t-case {
  padding-top: 1.5rem;
}
.t-case .section-1 img, .t-case .section-4 img {
  width: 100%;
}
.t-case h1 {
  font-size: 4rem;
  text-transform: capitalize;
  letter-spacing: -3px;
  line-height: 1;
}
.t-case p span {
  display: block;
}
.t-case .t-case_back {
  display: flex;
  justify-content: space-between;
}
.t-case .top-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.t-case .section_subtitle {
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: capitalize;
}
.t-case .section-1 {
  margin-bottom: 4.5rem;
}
.t-case .section-2 {
  background-color: #000000;
  color: #ffffff;
  padding: 4rem 0;
  margin-bottom: 4.5rem;
}
.t-case .section-2 li {
  position: relative;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.3;
  color: #434343;
}
.t-case .section-2 li:hover {
  color: #ffffff;
}
.t-case .shifted-right {
  transform: translateX(3rem);
}
.t-case .case-info-subtitle {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -2px;
  display: block;
  line-height: 1.2;
  margin-bottom: 0;
}
.t-case .case-info {
  display: flex;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 1rem;
  text-transform: capitalize;
}
.t-case .flex-item-1 {
  flex: 1;
}
.t-case .flex-item-2 {
  flex: 5;
}
.t-case .flex-item-3 {
  flex: 2;
  font-size: 1rem;
  font-weight: normal;
}
.t-case .section-3 {
  margin-bottom: 4rem;
}
.t-case .section-3 .container {
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #9E9E9E;
}
.t-case .section-4 {
  margin-bottom: 4rem;
}
.t-case .title-next-case {
  font-weight: bold;
  font-size: 1.15rem;
}
.t-case .columns-wrapper {
  gap: 1.4rem;
}
@media (max-width: 1350px) {
  .t-case .shifted-right {
    transform: translateX(0);
  }
}
@media (max-width: 1024px) {
  .t-case h1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .t-case .columns-wrapper {
    display: block;
  }
  .t-case .section-2 li {
    font-size: 2rem;
  }
}

.format-status .date, .format-link .date, .format-quote .date {
  width: 100%;
  padding: 5px 0 0;
}

.format-status .date {
  border-color: #000000;
}

.format-link .date {
  border-color: #9E9E9E;
}

.format-quote .date {
  border-color: #EEEEEE;
}

.format-status .post-title {
  font-style: italic;
}

.format-link .post-title {
  font-style: italic;
}

.format-quote .post-title {
  font-style: italic;
}

.footer:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #9E9E9E;
}
.footer .footer-main {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 3rem 0 1.3rem;
}
@media (max-width: 900px) {
  .footer .footer-main {
    flex-direction: column;
  }
}
.footer .footer-main:before, .footer .footer-main:after {
  content: "";
  display: block;
  position: absolute;
  width: 1000%;
  left: -500%;
  height: 1px;
  background-color: #9E9E9E;
}
.footer .footer-main:before {
  top: 0;
}
.footer .footer-main:after {
  bottom: 0;
}
.footer .footer-top a, .footer .footer-top p, .footer .footer-main a, .footer .footer-main p {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1px;
  display: block;
  line-height: 1.2;
}
@media (max-width: 900px) {
  .footer .footer-top a, .footer .footer-top p, .footer .footer-main a, .footer .footer-main p {
    font-size: 1.5rem;
  }
}
.footer .footer-top {
  justify-content: space-between;
  display: flex;
  padding: 5.5rem 0;
}
.footer .footer-top a, .footer .footer-top p {
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 0;
  line-height: 1.4;
}
.footer .footer-top a {
  border-bottom: 1px solid #000000;
  display: inline-block;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .footer .footer-top a, .footer .footer-top p {
    font-size: 1.5rem;
  }
  .footer .footer-top .footer-top-last {
    text-align: center;
  }
  .footer .footer-top img, .footer .footer-top .footer-top-last {
    width: 50%;
  }
}
.footer .menu-item {
  line-height: 1.2;
}
.footer .footer-main-contacts, .footer .footer-menu, .footer .footer-main-come {
  display: inline-block;
}
.footer .footer-main-contacts:before, .footer .footer-menu:before, .footer .footer-main-come:before {
  margin-bottom: 1.5rem;
  display: block;
  color: #9E9E9E;
}
.footer .footer-menu:before {
  content: "(Navigate)";
  margin-bottom: 1.5rem;
  display: block;
}
@media (max-width: 900px) {
  .footer .footer-main-contacts {
    margin-bottom: 1.5rem;
  }
}
.footer .footer-main-contacts:before {
  content: "(Connect)";
}
.footer .footer-main-come:before {
  content: "(Come)";
}
.footer .footer-bottom {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
}
.footer .footer-main-come, .footer .footer-top-last {
  text-align: left;
}
@media (min-width: 1025px) {
  .footer .footer-main-come, .footer .footer-top-last {
    width: 412px;
  }
}
@media (min-width: 901px) and (max-width: 1024px) {
  .footer .footer-main-come, .footer .footer-top-last {
    width: 300px;
  }
}

/*# sourceMappingURL=style.css.map */
