/*------------------------------------
  Default Styles
------------------------------------*/
html {
  font-size: 14px;
}

body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #fff;
}

a {
  color: #E74b2d;
  outline: none;
}

a:focus,
a:hover {
  color: #212529;
}

.nav-link {
  color: #555;
}

.nav-link:focus,
.nav-link:hover {
  color: #555;
}

figure {
  margin-bottom: 0;
}

/*------------------------------------
  Headings
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

.h7 {
  font-size: .75rem;
}

/*------------------------------------
  Displays
------------------------------------*/
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
 
 
}

::selection {


}

.g-bg-primary ::-moz-selection {
  color: #72c02c;
  background-color: #fff;
}

.g-bg-primary ::selection {
  color: #72c02c;
  background-color: #fff;
}
@media(max-width: 768px)
{
  .js-viewport-children > :first-child > * {
    transition-delay: .08s;
}
.u-header__section--light .hamburger-inner, .u-header__section--light .hamburger-inner::after, .u-header__section--light .hamburger-inner::before{
  background: #fff !important;
}
 .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
  background: #333333 !important;
}


.o-about_image figure {
    height: auto;
    padding-bottom: 0;
    width: 189%;
}
.a-image .placeholder-md {
    display: block;
}
.js-viewport-children > :nth-child(2) > * {
    transition-delay: .16s;
}
.js-viewport > * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(-150px,0,0);
}
.o-about_body {
    align-items: center;
    display: flex;
    padding-bottom: 12%;
    padding-top: 20%;
}

.m-section-header .m-rotated-title {
    margin-bottom: 61px;
}
.o-about_body .container-narrow {
    max-width: none;
    padding-left: 55%;
    padding-right: 10.9%;
}
.container-narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(900px + 16%);
    padding-left: 8%;
    padding-right: 8%;
}
.m-section-header_title .a-heading {
    margin-top: -.125em;
} 
.a-heading.size2 {
    font-size: 8rem;
    letter-spacing: 0;
    line-height: 1;
    line-height: 1.1;
}
.a-heading {
    font-size: 18rem;
    letter-spacing: 0;
    line-height: 1;
    line-height: 1.1;
}
 .h-60-3
   {
    font-size: 24px;
    color: blue;
   }
   .a-subtitle.size2 {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}
.a-subtitle.size2 {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}
.m-section-header .m-rotated-title.rotate {
    left: -30%;
    margin-bottom: 0;
}
.rotate.m-rotated-title {
    display: inline-flex;
    transform: rotate(-90deg) translate(-100%);
    transform-origin: 0 0;
}
.a-subtitle.size2 {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}
.a-subtitle.size2 {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}
.a-image .placeholder {
    display: none;
}
.a-image .placeholder-md {
    display: block;
}
.o-career_image figure {
    height: auto;
    left: -50%;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
    width: 150%;
}
.o-career_left {
    flex: 0 1 66.66666%;
    width: 66.66666%;
}
.o-career_body .a-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 190px;
}
}
@media(max-width: 767px)
{
   .contaniner
   {
    width: 100%;
    max-width: 768px;
    height: auto;
   }
    .contaniner-fuild
   {
    width: 100% !important;
    max-width: 900px !important;
    height: auto;
   }
   .h-60-3
   {
    font-size: 24px;
    color: blue;
   }
}