body {
    display: block;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #fff;
    color: #909090;
    font-family: 'Lato', Arial, Helvetica, Lucida, sans-serif;
    font-size: 14pt;
    line-height: 1.7em;
    font-weight: 500;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
header {
    z-index: 99;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.42);
    line-height: 23px;
    font-weight: 500;
    height: 80px;
    width: calc(100vw - (100vw - 100%));
}
.menu-container {
    z-index: 99;
    text-align: left;
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
}
.logo-container {
    position: absolute;
    height: 100%;
    width: 100%;
}
.top-navigation {
    padding-left: 86px;
    padding-top: 13px;
    font-weight: 400;
    font-size: 10pt;
    float: right;
}
.navbar .navbar-nav .nav-item {
    position: relative;
}
.navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    margin: 0 auto;
    content: "";
    background-color: #ee9135;
    width: 0%;
    height: 4px;
    transition: all 0.5s;
}
.navbar .navbar-nav .nav-item:hover::after {
    width: 100%;
}
.nav-pills .nav-link {
    color: #ee9135;
}
.nav-pills .nav-link.active {
    background-color: #ee9135;
    color:black;
}
#logo {
    height: 56px;
    margin: 12px 0;
}
.section-1080 {
    padding: 88px 0 27px;
    max-width: 1080px;
    margin: auto;
}
.w-1080px {
    max-width: 1080px;
    margin: auto;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.text-dodat {
    color: #ee9135;
}
.w-40px {
    width: 40px;
}
.w-190px {
    width: 190px;
}
.h-210px {
    height: 210px;
}
.montserrat-reg {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.montserrat-bold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.parallax {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.comm-culture {
    background-image: url('/content/images/Community-Culture.webp');
}
h2.section-head {
    color: #000;
    font-weight: 700 !important;
}
h2.section-head::before {
    color: #ee9135;
    content: "\2015\00A0";
}
h2.section-head::after {
    color: #ee9135;
    content: "\00A0\2015";
}
.partner-slider {
    position: relative;
    animation-name: swipe-slow;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.partner-slider-frame {
    width: calc(200px * 17);
}
.img-slider {
    width: 200px;
}
.header-spacer {
    height: 80px;
}
.team-pic {
    height:90px;
    position: relative;
    top: -45px;
    right: 15px;
    float: right;
}
.expert-desc-right {
    position: relative;
    top: 50px;
    right: 30px;
    height: fit-content;
    z-index: -1;
    border-radius: 5px;
}
.expert-desc-left {
    position: relative;
    top: 160px;
    left: 30px;
    height: fit-content;
    z-index: -1;
    border-radius: 5px;
}
@keyframes swipe-slow {
    from {right: 0px}
    to {right: calc(203.6px * 10)}
}
.card-text {
    color: #909090;
}
.project-img, .promo-img, .creative-img {
    max-height: 90vh;
}
.text-dodat {
    color: #ee9135;
}
.bg-dodat {
    background-color: #ee9135;
}
.btn-dodat {
    --bs-btn-color:#fff;
    --bs-btn-bg:#ee9135;
    --bs-btn-border-color:#ee9135;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#eeb135;
    --bs-btn-hover-border-color:#eeb135;
    --bs-btn-focus-shadow-rgb:217,164,6;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#eeb135;
    --bs-btn-active-border-color:#eeb135;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#ee9135;
    --bs-btn-disabled-border-color:#ee9135;
}
.hero-img-creative {
    height: 700px;
    max-height: 700px;
    background-position: center;
    background-image: url('/content/images/54016407_web.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: -1;
}
.hero-img-tech {
    height: 520px;
    max-height: 520px;
    background-position: center;
    background-image: url('/content/images/Technology_Branding-1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: -1;
}
.hero-h1, .hero-h2 {
    color: #fff;
    text-align: center;
    position: relative;
    top: 30%;
}
.hero-h1 {
    font-size: 72px;
    line-height: 100px;
    font-weight: 700;
}
.hero-h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
}
.overlay-50 {
    background-color: rgb(0,0,0,0.5);
}
.marketing-intel-img {
    background-image: url('/content/images/divi-digital-work-3.webp');
    background-size: cover;
    min-height: 320px;
}