body {
    background: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
	position: relative;
}

.layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.header .header-box {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    min-height: 92px;
}

.header .header-box .logo {
    position: relative;
    max-width: 100%;
    height: auto;
}

.header .header-box .navigation .orange a {
    color: #ff920b;
    text-decoration: none;
    padding: 20px;
    font-size: 20px;
    display: inline-block;
    text-align: right;
}

.header .header-box .navigation .dark a {
    color: #ffffff;
    text-decoration: none;
    padding: 20px;
    font-size: 20px;
    display: inline-block;
    text-align: right;
}

.reg-link-top.dark {
    color: #000000 !important;
}

.header .header-box .navigation a:hover {
    opacity: 0.7;
}

.section-top, .section-bottom, .section-middle {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.section-top {
    min-height: 450px;
}

.section-middle {
    min-height: 204px;
    position: relative;
}

.list {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    padding-right: 20px;
}

.list ul {
    list-style: circle;
}

.list ul li {
    line-height: 1.7;
    font-style: italic;
    font-weight: lighter;
    font-size: 22px;
}

.slide-img-top, .slide-img-bottom {
    position: relative;
    max-width: 100%;
    height: auto;
}

.slide-img-top.left:hover, .slide-img-bottom.bottom:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

section {
    margin: 0 auto;
    max-width: 1280px;
    display: flex;
    text-align: center;
    position: relative;
}

.orange-strip .footer {
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 0 20px 20px;
}

.orange-strip .footer .footer-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    width: auto;
    z-index: 2;
    position: relative;
}

.consent-button{
    all: unset;
    position: absolute;
    bottom: 0.3rem;
    right: 0.5rem;
    cursor: pointer;
    text-decoration: underline;
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    color: #888;
}

.orange-strip .footer h3 {
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    z-index: 2;
    position: relative;
}

.orange-strip .footer .icons {
    width: 38px;
    height: 38px;
    margin: 3px;
    display: inline-block;
}

.orange-strip .footer .icons:hover {
   opacity: 0.7;
}

.orange-strip .footer .box {
    display: flex;
    align-items: center;
    position: relative;
}

.sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
  }

  .contentSticky {
      width: 100%;
  }
