/* compiled by scssphp v0.0.12 on Mon, 18 Dec 2023 10:53:18 +0200 (0.068s) */

button.submit, button.dismiss, a.button {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  width: auto;
  padding: 15px 31px;
  border-radius: 25px;
  color: #fff;
  background-color: #2a2f59;
  line-height: 1.3em;
  border: 0;
  cursor: pointer;
  transition: 0.2s; }
  button.submit:focus, button.dismiss:focus, a.button:focus {
    outline: none; }
  button.submit:hover, button.dismiss:hover, a.button:hover {
    background-color: #7691c6;
    transition: 0.2s; }

a.arrowed:before {
  content: "» "; }

html, body, #wrap {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  height: 100%; }

h1, h2, h3, h4, h5, h6, p {
  word-wrap: break-word;
  scroll-margin-top: 110px; }

body {
  background-color: #fff;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
  body {
    font-size: 16px; } }

a {
  color: #283057;
  text-decoration: none;
  font-weight: 400; }

h1 {
  font-size: 24px;
  line-height: 1.26em;
  margin: 0em 0 0.55em; }
  @media screen and (min-width: 768px) {
  h1 {
    font-size: 38px; } }
  @media screen and (min-width: 1200px) {
  h1 {
    font-size: 47px; } }

h2 {
  font-size: 22px;
  margin: 0em 0em 0.5em 0em; }
  @media screen and (min-width: 768px) {
  h2 {
    font-size: 32px; } }
  @media screen and (min-width: 1200px) {
  h2 {
    font-size: 39px; } }

h3 {
  font-size: 18px;
  line-height: 1.3em;
  margin: 0em 0em 0.5em 0em;
  color: #283057; }
  @media screen and (min-width: 768px) {
  h3 {
    font-size: 24px; } }
  @media screen and (min-width: 768px) {
  h3 {
    font-size: 27px; } }

p, li {
  line-height: 1.65em;
  font-weight: 300; }

p {
  margin-bottom: 2em; }

*, a, div {
  background-repeat: no-repeat;
  font-family: 'Montserrat', sans-serif; }

div, section, footer {
  position: relative;
  scroll-margin-top: 100px; }

div, a, button {
  background-repeat: no-repeat; }

#wrap {
  text-align: center;
  padding-top: 58px; }
  @media screen and (min-width: 1024px) {
  #wrap {
    padding-top: 99px; } }
  #wrap footer, #wrap section {
    text-align: left;
    margin: 0 auto;
    width: 100%; }

input, textarea, select {
  border: 1px solid #aaa;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  font-weight: 100;
  font-size: 14px;
  line-height: 1.25em;
  transition: border-color 0.5s ease; }
  @media screen and (min-width: 768px) {
  input, textarea, select {
    font-size: 16px; } }

input, textarea, button, select {
  -webkit-appearance: none;
  appearance: none; }
  input:focus, textarea:focus, button:focus, select:focus {
    outline: 0;
    border-color: #7691c6; }

input, textarea {
  padding: 0.8em;
  resize: none;
  border-radius: 4px; }

textarea {
  height: 200px; }

select {
  display: block;
  padding: 1em;
  background-image: url(../img/triangle.svg);
  background-size: 17px auto;
  background-position: right 17px center; }

#wrap header {
  background-color: #fff;
  position: fixed;
  border-top: 1px solid rgba(255, 0, 0, 0);
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  z-index: 9999; }
  #wrap header .inner {
    width: 100%;
    max-width: 1130px;
    display: inline-block;
    text-align: left; }
    #wrap header .inner .logo, #wrap header .inner .areas {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
    #wrap header .inner .logo {
      text-align: left;
      height: 57px;
      width: 205px; }
      #wrap header .inner .logo a {
        font-size: 0;
        text-indent: -500px;
        overflow: hidden;
        background-size: contain;
        width: 185px;
        height: 30px;
        display: block;
        background-image: url(../img/logo.svg);
        margin: 12px 0 0 11px; }
        @media screen and (min-width: 1141px) {
  #wrap header .inner .logo a {
    margin: 12px 0 0 -1px; } }
    #wrap header .inner .areas {
      text-align: right;
      font-size: 16px;
      font-weight: 700;
      padding: 18px 12px 10px;
      line-height: 1.24em;
      box-sizing: border-box;
      display: none; }
      @media screen and (min-width: 768px) {
  #wrap header .inner .areas {
    width: calc(100% - 275px);
    display: inline-block; } }
      @media screen and (min-width: 1024px) {
  #wrap header .inner .areas {
    width: calc(100% - 205px); } }
      @media screen and (min-width: 1141px) {
  #wrap header .inner .areas {
    padding: 18px 0 10px; } }
    #wrap header .inner .toggle {
      position: absolute;
      right: 1px;
      top: 0;
      width: 56px;
      height: 56px;
      background-color: #fff;
      text-indent: -1000px;
      overflow: hidden;
      transition: background-color 0.4s ease 0s; }
      @media screen and (min-width: 1024px) {
  #wrap header .inner .toggle {
    display: none; } }
      #wrap header .inner .toggle div {
        position: absolute;
        background-color: #000;
        height: 6px;
        width: 40px;
        left: 8px;
        transition: background-color 0.4s ease 0s, transform 0.3s ease 0s; }
        #wrap header .inner .toggle div.d1 {
          top: 12px; }
        #wrap header .inner .toggle div.d2 {
          top: 25px; }
        #wrap header .inner .toggle div.d3 {
          top: 38px; }
    #wrap header .inner nav {
      display: none;
      padding: 20px 40px;
      background-color: #2a2f59;
      width: 100%;
      box-sizing: border-box;
      text-align: left; }
      @media screen and (min-width: 1024px) {
  #wrap header .inner nav {
    display: block;
    padding: 0 10px 0 40px;
    padding: 0 10px 0 34px; } }
      #wrap header .inner nav ul, #wrap header .inner nav li {
        padding: 0;
        margin: 0;
        list-style-type: none; }
      #wrap header .inner nav li {
        display: inline-block;
        vertical-align: top;
        position: relative; }
      #wrap header .inner nav a {
        transition: color 0.5s ease 0s;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        line-height: 23px;
        padding: 0.7em 30px 0.7em 0;
        line-height: 1.5em; }
        @media screen and (min-width: 1141px) {
  #wrap header .inner nav a {
    display: inline-block;
    padding: 0.7em 36px 0.7em 0;
    padding: 0.7em 18px; } }
        #wrap header .inner nav a:hover, #wrap header .inner nav a.selected {
          color: #7691c6; }
      #wrap header .inner nav li.selected a {
        color: #7691c6; }
      #wrap header .inner nav li.children a {
        padding: 0.7em 5px 0.7em 0; }
        #wrap header .inner nav li.children a.arrow {
          padding: 0.7em 18px 0.7em 5px; }
          @media screen and (min-width: 1024px) {
  #wrap header .inner nav li.children a.arrow {
    padding: 0.7em 10px 0.7em 5px; } }
      #wrap header .inner nav .arrow {
        color: #fff;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0; }
        @media screen and (min-width: 1024px) {
  #wrap header .inner nav .arrow {
    position: relative;
    right: auto;
    top: auto; } }
        #wrap header .inner nav .arrow:after {
          font-family: FontAwesome;
          content: "\f107"; }
      #wrap header .inner nav li.children .sub {
        display: none; }
        @media screen and (min-width: 1024px) {
  #wrap header .inner nav li.children .sub {
    position: absolute;
    top: 40px;
    left: -20px;
    background-color: transparent; } }
        @media screen and (min-width: 1024px) {
    #wrap header .inner nav li.children .sub .content {
      min-width: 220px;
      background-color: #2a2f59;
      padding: 2px 20px;
      border-radius: 20px;
      margin-top: 3px; } }
        #wrap header .inner nav li.children .sub a {
          color: #fff;
          text-transform: none;
          /* padding-left: 1em; */
          display: block; }
          #wrap header .inner nav li.children .sub a:hover {
            color: #7691c6; }
          @media screen and (min-width: 1024px) {
  #wrap header .inner nav li.children .sub a {
    padding-left: 0;
    border-top: 1px solid #7691c6; } }
          #wrap header .inner nav li.children .sub a:first-child {
            border-top: none; }
      @media screen and (min-width: 1024px) {
    #wrap header .inner nav li.children.hover .sub, #wrap header .inner nav li.children.active.hover .sub {
      display: block; } }
      #wrap header .inner nav li.children.active .sub {
        display: block; }
        @media screen and (min-width: 1024px) {
  #wrap header .inner nav li.children.active .sub {
    display: none; } }
      #wrap header .inner nav li.selected .sub a {
        color: #fff; }

body.naviopen #wrap header .inner nav {
  position: absolute;
  right: 0;
  top: 57px;
  display: block;
  max-width: 320px; }
  @media screen and (min-width: 1024px) {
    body.naviopen #wrap header .inner nav {
      right: auto;
      position: relative;
      top: auto;
      max-width: none; } }
  body.naviopen #wrap header .inner nav li {
    display: block; }
    @media screen and (min-width: 1024px) {
    body.naviopen #wrap header .inner nav li {
      display: inline-block; } }
  body.naviopen #wrap header .inner .toggle {
    background-color: #000; }
  body.naviopen #wrap header .inner .toggle div {
    background-color: #fff; }
    body.naviopen #wrap header .inner .toggle div.d1, body.naviopen #wrap header .inner .toggle div.d3 {
      transform: rotate(180deg); }
    body.naviopen #wrap header .inner .toggle div.d2 {
      transform: rotate(-180deg); }

#wrap section.hero {
  /* navigation */
  max-width: none;
  margin: 98px auto 0;
  margin: 0 auto;
  overflow: hidden; }
  #wrap section.hero .upper {
    max-height: 1000px;
    background-color: #000; }
  #wrap section.hero .slick-list {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 98px); }
  #wrap section.hero .slide {
    width: 100%;
    height: 100%; }
  #wrap section.hero .slide img {
    max-width: 100%; }
  #wrap section.hero .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 190px;
    position: absolute;
    padding: 0;
    z-index: 9999; }
  @media screen and (min-width: 768px) {
    #wrap section.hero .slick-dots {
      left: auto;
      right: 10px;
      bottom: 240px;
      transform: none;
      right: 30px; } }
  @media screen and (min-width: 1190px) {
    #wrap section.hero .slick-dots {
      left: calc(50% + 940px/2);
      right: auto; } }
  #wrap section.hero .slick-dots li {
    list-style-type: none;
    display: inline-block; }
    #wrap section.hero .slick-dots li button {
      display: inline-block;
      border: 0;
      border-radius: 50%;
      font-size: 0;
      text-indent: -1000px;
      overflow: hidden;
      width: 19px;
      height: 19px;
      padding: 0;
      margin-left: 10px;
      background-color: #fff;
      transition: background-color 0.5s ease 0s;
      cursor: pointer; }
      #wrap section.hero .slick-dots li button:focus {
        outline: none; }
    #wrap section.hero .slick-dots li.slick-active button {
      background-color: #285993; }
  #wrap section.hero .slick-dots-wrap {
    position: absolute;
    /* top: 412px; */
    right: calc(50% - 565px);
    top: 392px;
    text-align: right;
    max-width: 1130px;
    width: auto;
    height: 20px; }
  #wrap section.hero .slick-slide {
    display: inline-block; }
  #wrap section.hero .slide {
    min-height: calc(100vh - 98px);
    background-size: cover; }
  @media screen and (min-width: 1920px) {
    #wrap section.hero .slide {
      min-height: 1000px; } }
  #wrap section.hero .slide .inner {
    max-width: 1130px;
    /* padding: 70px 0 0; */
    margin: 0 auto;
    padding: 80px 50px 250px;
    box-sizing: border-box;
    color: #fff; }
    #wrap section.hero .slide .inner h1, #wrap section.hero .slide .inner p {
      max-width: 420px;
      word-wrap: break-word; }
    @media screen and (min-width: 768px) {
    #wrap section.hero .slide .inner h1, #wrap section.hero .slide .inner p {
      word-wrap: unset; } }
    @media screen and (min-width: 1200px) {
    #wrap section.hero .slide .inner {
      padding-left: 0px; }
      #wrap section.hero .slide .inner h1, #wrap section.hero .slide .inner p {
        max-width: 600px; } }
    #wrap section.hero .slide .inner p {
      font-weight: 500;
      line-height: 1.6em;
      margin: 1em 0 1em; }
    #wrap section.hero .slide .inner a.button {
      margin: 0.5em 0; }
  #wrap section.hero .lower {
    margin-bottom: -150px;
    z-index: 9998; }
  @media screen and (min-width: 768px) {
    #wrap section.hero .lower {
      margin-bottom: -210px; } }
  #wrap section.hero .lower .inner {
    top: -150px;
    background-color: #fff;
    max-width: 1130px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: stretch;
    align-content: stretch;
    border-bottom: 10px solid #2a2f59; }
    @media screen and (min-width: 768px) {
    #wrap section.hero .lower .inner {
      top: -210px; } }
    #wrap section.hero .lower .inner .left, #wrap section.hero .lower .inner .right {
      box-sizing: border-box;
      flex: 1 0 auto;
      margin: 0; }
    #wrap section.hero .lower .inner .left {
      width: 100%;
      padding: 60px 50px 45px 50px;
      font-weight: 300;
      line-height: 1.6em;
      min-height: 390px; }
      @media screen and (min-width: 768px) {
    #wrap section.hero .lower .inner .left {
      width: 61%;
      padding: 60px 0 45px 82px; } }
      #wrap section.hero .lower .inner .left p {
        margin: 1em 0 1.65em; }
    #wrap section.hero .lower .inner .right {
      width: 100%;
      display: block;
      min-height: 300px; }
      @media screen and (min-width: 768px) {
    #wrap section.hero .lower .inner .right {
      width: 39%; } }
      #wrap section.hero .lower .inner .right div.bg {
        background-size: contain;
        background-position: center bottom;
        position: absolute;
        bottom: 0;
        width: 70%;
        left: 15%;
        height: 95%; }
      #wrap section.hero .lower .inner .right div.name {
        position: absolute;
        bottom: 48px;
        font-size: 14px;
        right: 126px;
        line-height: 1.24em;
        color: #fff;
        text-shadow: 1px 1px 3px #000; }

#wrap section.links .inner {
  margin: 41px auto 42px;
  padding: 20px 0 0; }
  @media screen and (min-width: 960px) {
    #wrap section.links .inner {
      width: 960px; } }
  @media screen and (min-width: 1174px) {
    #wrap section.links .inner {
      width: 1130px; } }
  #wrap section.links .grid {
    margin: 0px;
    padding: 50px; }
  @media screen and (min-width: 1200px) {
    #wrap section.links .grid {
      margin: 0 -22px;
      padding: 0px; } }
  #wrap section.links .item {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 50px; }
  @media screen and (min-width: 1200px) {
    #wrap section.links .item {
      padding-bottom: 0px; } }
  @media screen and (min-width: 1200px) {
    #wrap section.links .item {
      margin: 0 22px 44px;
      width: 290px; } }
  @media screen and (min-width: 1200px) {
    #wrap section.links .item {
      width: 347px; } }
  #wrap section.links .date, #wrap section.links .heading, #wrap section.links .excerpt {
    display: block; }
  #wrap section.links .date {
    font-size: 16px;
    padding: 0 0 0.9em 0;
    color: #ccc; }
  #wrap section.links .heading {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0.85em;
    color: #283057; }
  @media screen and (min-width: 768px) {
    #wrap section.links .heading {
      font-size: 27px; } }
  #wrap section.links .excerpt {
    line-height: 1.65em;
    font-weight: 300;
    margin-bottom: 1.5em; }

#wrap section.imageleft {
  max-width: 2000px;
  margin: 0 auto;
  min-height: 300px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
  #wrap section.imageleft {
    display: flex; } }
  #wrap section.imageleft h3 {
    color: #fff; }
  #wrap section.imageleft a.button {
    border-color: #fff;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 11px 31px;
    border-radius: 28px;
    line-height: 1.7em; }
  #wrap section.imageleft .left, #wrap section.imageleft .right {
    vertical-align: top;
    color: #fff;
    box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    #wrap section.imageleft .left, #wrap section.imageleft .right {
      flex: 1 1 50%; } }
  #wrap section.imageleft .left a, #wrap section.imageleft .right a {
    color: #fff; }
  #wrap section.imageleft .left {
    background-size: cover;
    background-position: center center;
    font-size: 20px;
    line-height: 1.5em; }
  #wrap section.imageleft .left .veil {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 0, 25, 0.25); }
    @media screen and (min-width: 768px) {
    #wrap section.imageleft .left .veil {
      display: none; } }
  #wrap section.imageleft .left div {
    font-size: 24px;
    line-height: 1.35em;
    font-weight: 700;
    padding: 30px;
    box-sizing: border-box;
    text-align: center; }
    @media screen and (min-width: 768px) {
    #wrap section.imageleft .left div {
      padding: 0;
      bottom: 60px;
      right: 72px;
      text-align: right;
      position: absolute; } }
  #wrap section.imageleft .right {
    padding: 50px;
    background-color: #2a2f59; }
  @media screen and (min-width: 768px) {
    #wrap section.imageleft .right {
      padding: 80px 50px 60px 115px; } }
  #wrap section.imageleft .right ul {
    list-style-type: disc;
    line-height: 1.6em;
    padding-left: 7px;
    font-weight: 300; }
  #wrap section.imageleft img {
    height: auto;
    max-width: 100%; }

#wrap section.booklink {
  border-top: 1px solid #e4e9f4;
  background-color: #e4e9f4;
  padding: 50px 0 60px; }
  #wrap section.booklink .inner {
    max-width: 1130px;
    margin: 0 auto; }
  #wrap section.booklink .left, #wrap section.booklink .right {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box; }
  #wrap section.booklink .left {
    width: 100%;
    padding: 33px 50px 0px 50px; }
  @media screen and (min-width: 1200px) {
    #wrap section.booklink .left {
      width: 43.5%;
      padding: 33px 70px 0px 0px; } }
  #wrap section.booklink .left h2 {
    color: #2a2f59;
    line-height: 1.25em;
    margin: 0.5em 0 0.55em; }
  #wrap section.booklink .left p {
    font-weight: 300;
    line-height: 1.65em;
    color: #2b2b2b;
    margin: 0 0 2em 0; }
  #wrap section.booklink .right {
    width: 100%;
    padding: 27px 50px 0px 50px; }
  @media screen and (min-width: 1200px) {
    #wrap section.booklink .right {
      width: 54%;
      padding: 40px 0px 0px 0px; } }
  #wrap section.booklink .right img {
    margin-top: 10px;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
    #wrap section.booklink .right img {
      float: left; } }
  #wrap section.booklink .right h2 {
    color: #2a2f59;
    line-height: 1.45em;
    margin: 0.8em 0 1em; }
  #wrap section.booklink .right a {
    text-decoration: none;
    /* display: block; */
    line-height: 1.8em;
    color: #283057;
    margin-bottom: 1.35em;
    margin-bottom: 0.25em; }
    #wrap section.booklink .right a:before {
      content: "» "; }

#wrap footer {
  border-top: 1px solid #2a2f59;
  border-bottom: 1px solid #2a2f59;
  background-color: #2a2f59; }
  #wrap footer .inner {
    color: #fff;
    max-width: 1130px;
    margin: 59px auto;
    padding-bottom: 30px;
    padding: 0 40px 30px; }
  #wrap footer .grid {
    margin: 0 -22px; }
  #wrap footer h2 {
    line-height: 1.35em;
    font-size: 24px; }
  #wrap footer .column {
    display: inline-block;
    vertical-align: top;
    width: 249px;
    margin: 0px 22px 50px 22px;
    box-sizing: border-box;
    line-height: 1.6em;
    font-weight: 300; }
  #wrap footer .column p {
    margin: 0 0 2em; }
  #wrap footer .column a {
    text-decoration: none;
    color: #fff;
    display: block;
    line-height: 1.7em; }
  #wrap footer .column a.button {
    border-color: #fff;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 11px 31px;
    border-radius: 28px; }
  #wrap footer .copy {
    text-align: center;
    color: #fff;
    background-color: #24284e;
    padding: 10px;
    font-size: 12px; }
  #wrap footer .copy div {
    display: block;
    padding-right: 3px; }
    @media screen and (min-width: 768px) {
    #wrap footer .copy div {
      display: inline-block; } }
  #wrap footer .copy .smaller {
    font-size: 11px; }
  #wrap footer .copy a {
    color: #fff;
    text-decoration: none;
    transition: color 2s ease 0.5s; }
    #wrap footer .copy a:after {
      content: '»';
      position: absolute;
      color: rgba(255, 255, 255, 0);
      margin-left: 0;
      transition: all 0.2s ease 0.5s; }
    #wrap footer .copy a:hover {
      color: #f6861f;
      transition: color 0.8s ease 0s; }
      #wrap footer .copy a:hover:after {
        margin-left: 5px;
        transition: all 0.8s ease 0s;
        color: #f6861f; }

#wrap section.hero-sub {
  /* navigation */
  /* min-height: calc(100vh - 98px); */
  max-width: none;
  margin: 0 auto;
  background-size: cover;
  /* min-height: 700px; */ }
  @media screen and (min-width: 1024px) {
  #wrap section.hero-sub {
    margin: 0 auto 0; } }
  #wrap section.hero-sub .bg-desktop, #wrap section.hero-sub .bg-mobile {
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 768px) {
    #wrap section.hero-sub .bg-mobile {
      display: none; } }
  #wrap section.hero-sub .bg-desktop {
    display: none; }
  @media screen and (min-width: 768px) {
    #wrap section.hero-sub .bg-desktop {
      display: block; } }
  #wrap section.hero-sub .inner {
    max-width: 1210px;
    /* padding: 70px 0 250px; */
    margin: 0 auto;
    box-sizing: border-box; }
  #wrap section.hero-sub .fixw {
    color: #fff;
    padding: 100px 40px 100px;
    max-width: 520px; }
  @media screen and (min-width: 1024px) {
    #wrap section.hero-sub .fixw {
      padding: 100px 40px 90px; } }
  #wrap section.hero-sub .fixw p {
    font-weight: 500;
    line-height: 1.65em;
    margin: 1.24em 0 1.24em; }
  #wrap section.hero-sub .fixw a.button {
    margin: 0.5em 0; }

#wrap section.sidebared {
  min-height: 100px;
  border-bottom: 1px solid #283057; }
  @media screen and (min-width: 768px) {
  #wrap section.sidebared {
    display: flex; } }
  #wrap section.sidebared .left, #wrap section.sidebared .right, #wrap section.sidebared .leftend, #wrap section.sidebared .rightend {
    box-sizing: border-box; }
  #wrap section.sidebared .left {
    padding-top: 60px;
    padding-bottom: 30px;
    padding-right: 50px;
    box-sizing: border-box;
    padding-left: 50px;
    clear: both; }
  @media screen and (min-width: 768px) {
    #wrap section.sidebared .left {
      width: calc(100vw - 345px);
      padding-left: 40px; } }
  @media screen and (min-width: 1024px) {
    #wrap section.sidebared .left {
      flex: 1 1 66%; } }
  @media screen and (min-width: 1210px) {
    #wrap section.sidebared .left {
      width: 800px;
      flex: 0 0 800px; } }
  #wrap section.sidebared .left img {
    width: 100%;
    height: auto;
    display: block; }
    @media screen and (min-width: 500px) {
    #wrap section.sidebared .left img {
      width: 50%; } }
    @media screen and (min-width: 768px) {
    #wrap section.sidebared .left img {
      width: 100%; } }
    @media screen and (min-width: 860px) {
    #wrap section.sidebared .left img {
      width: 50%; } }
  #wrap section.sidebared .right, #wrap section.sidebared .rightend {
    background-color: #e4e9f4; }
  #wrap section.sidebared .right {
    box-sizing: border-box;
    padding: 50px; }
  @media screen and (min-width: 768px) {
    #wrap section.sidebared .right {
      width: 345px;
      padding: 60px 40px 60px 60px; } }
  @media screen and (min-width: 1024px) {
    #wrap section.sidebared .right {
      flex: 1 1 34%; } }
  @media screen and (min-width: 1210px) {
    #wrap section.sidebared .right {
      width: 410px;
      flex: 0 0 410px; } }
  #wrap section.sidebared .leftend, #wrap section.sidebared .rightend {
    display: none; }
  @media screen and (min-width: 1210px) {
    #wrap section.sidebared .leftend, #wrap section.sidebared .rightend {
      display: block;
      flex: 1 1;
      /* width: calc(100vw / 2 - 605px); */ } }
  #wrap section.sidebared h2, #wrap section.sidebared h3 {
    color: #2a2f59; }
  #wrap section.sidebared a {
    color: #2a2f59;
    text-decoration: none; }
  #wrap section.sidebared a.button {
    color: #fff; }
  #wrap section.sidebared a.button:before {
    content: none; }
  #wrap section.sidebared.singlebg .left, #wrap section.sidebared.singlebg .right, #wrap section.sidebared.singlebg .leftend, #wrap section.sidebared.singlebg .rightend {
    background-color: #e4e9f4; }
  #wrap section.sidebared img {
    height: auto;
    max-width: 100%; }

#wrap section.tabsidebared {
  min-height: 500px;
  border-bottom: 1px solid #283057;
  padding-top: 30px; }
  #wrap section.tabsidebared > h2 {
    max-width: 1130px;
    padding: 20px 50px;
    margin: 0 auto;
    font-size: 39px; }
  @media screen and (min-width: 768px) {
    #wrap section.tabsidebared > h2 {
      padding: 30px 30px 36px 30px; } }
  #wrap section.tabsidebared .remark {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 50px; }
  @media screen and (min-width: 768px) {
    #wrap section.tabsidebared .remark {
      padding: 0 30px; } }
  #wrap section.tabsidebared .nav {
    max-width: 1130px;
    margin: 0px 50px 31px 50px;
    padding: 0 40px;
    display: none; }
  @media screen and (min-width: 768px) {
    #wrap section.tabsidebared .nav {
      margin: 0 auto 31px; } }
  @media screen and (min-width: 768px) {
    #wrap section.tabsidebared .nav {
      display: block; } }
  #wrap section.tabsidebared .nav button {
    display: inline-block;
    line-height: 1.25em;
    font-size: 16px;
    padding: 10px 20px;
    min-width: 100px;
    box-sizing: border-box;
    margin: 0px 10px 10px 0px;
    border: 1px solid #2a2f59;
    transition: all 0.2s ease;
    background-color: #fff;
    color: #2a2f59; }
    #wrap section.tabsidebared .nav button.active, #wrap section.tabsidebared .nav button:hover {
      color: #fff;
      background-color: #2a2f59; }
    #wrap section.tabsidebared .nav button:focus {
      outline: 0; }
  #wrap section.tabsidebared .mnav {
    padding: 0 50px; }
  @media screen and (min-width: 600px) {
    #wrap section.tabsidebared .mnav {
      display: none; } }
  #wrap section.tabsidebared .tabs .tab {
    width: 100%;
    display: none; }
    #wrap section.tabsidebared .tabs .tab.active {
      display: block; }
      @media screen and (min-width: 768px) {
    #wrap section.tabsidebared .tabs .tab.active {
      display: flex; } }
  #wrap section.tabsidebared .left, #wrap section.tabsidebared .right, #wrap section.tabsidebared .leftend, #wrap section.tabsidebared .rightend {
    box-sizing: border-box; }
  #wrap section.tabsidebared .left {
    box-sizing: border-box;
    padding: 50px; }
  @media screen and (min-width: 768px) {
    #wrap section.tabsidebared .left {
      width: calc(100vw - 345px);
      padding: 29px 60px 60px 40px; } }
  @media screen and (min-width: 1024px) {
    #wrap section.tabsidebared .left {
      flex: 1 1 66%; } }
  @media screen and (min-width: 1210px) {
    #wrap section.tabsidebared .left {
      width: 800px;
      flex: 0 0 800px; } }
  #wrap section.tabsidebared .left h2 {
    font-size: 39px;
    margin: 0.83em 0 0.6em; }
  #wrap section.tabsidebared .left h3 {
    font-size: 27px; }
  #wrap section.tabsidebared .left p {
    line-height: 1.65em; }
  #wrap section.tabsidebared .right, #wrap section.tabsidebared .rightend {
    background-color: #e4e9f4; }
  #wrap section.tabsidebared .right {
    box-sizing: border-box;
    padding: 50px; }
  @media screen and (min-width: 768px) {
    #wrap section.tabsidebared .right {
      width: 345px;
      padding: 37px 40px 60px 60px; } }
  @media screen and (min-width: 1024px) {
    #wrap section.tabsidebared .right {
      flex: 1 1 34%; } }
  @media screen and (min-width: 1210px) {
    #wrap section.tabsidebared .right {
      width: 410px;
      flex: 0 0 410px; } }
  #wrap section.tabsidebared .right h2 {
    font-size: 27px;
    line-height: 1.4em; }
  #wrap section.tabsidebared .right a {
    max-width: 100%; }
    #wrap section.tabsidebared .right a:before {
      content: none; }
    #wrap section.tabsidebared .right a img {
      max-width: 100%; }
    #wrap section.tabsidebared .right a p {
      font-size: 12px;
      font-weight: normal;
      margin: 0.5em 0; }
  #wrap section.tabsidebared .leftend, #wrap section.tabsidebared .rightend {
    display: none; }
  @media screen and (min-width: 1210px) {
    #wrap section.tabsidebared .leftend, #wrap section.tabsidebared .rightend {
      display: block;
      flex: 1 1;
      /* width: calc(100vw / 2 - 605px); */ } }
  #wrap section.tabsidebared h2, #wrap section.tabsidebared h3 {
    color: #2a2f59; }
  #wrap section.tabsidebared a {
    color: #2a2f59;
    text-decoration: none; }
  #wrap section.tabsidebared a.button {
    color: #fff; }
  #wrap section.tabsidebared a.button:before {
    content: none; }
  #wrap section.tabsidebared.singlebg .left, #wrap section.tabsidebared.singlebg .right, #wrap section.tabsidebared.singlebg .leftend, #wrap section.tabsidebared.singlebg .rightend {
    background-color: #e4e9f4; }
  #wrap section.tabsidebared img {
    height: auto;
    max-width: 100%; }

#wrap section.sidebared form .field {
  padding: 10px 0; }
  #wrap section.sidebared form label {
    font-size: 14px;
    font-weight: 600;
    color: #2a2f59;
    line-height: 1.25em;
    display: block;
    margin-bottom: 0.2em;
    transition: color 0.5s ease;
    /*
    input,
    textarea,
    select {
        border: 1px solid #aaa;
        width: 100%;
        max-width: 500px;
        box-sizing: border-box;
        font-weight: 100;
        font-size: 14px;
		@media screen and (min-width: 768px) {
          font-size: 16px;
        }
        line-height: 1.25em;
        transition: border-color .5s ease;
        -webkit-appearance: none;
        &:focus {
            outline: 0;
            border-color: $color-lightblue;
        }

    }
    input,
    textarea {
        padding: 0.8em;
        resize: none;
        border-radius: 4px;
    }
	textarea {
		height:200px;
	}
    select {
        display: block;
        padding: 1em;
        background-image: url(../img/triangle.svg);
        background-size: 17px auto;
        background-position: right 17px center;
    }
    */ }
  @media screen and (min-width: 768px) {
    #wrap section.sidebared form label {
      font-size: 16px; } }
  #wrap section.sidebared form .field.invalid label {
    color: #f00; }
    #wrap section.sidebared form .field.invalid input, #wrap section.sidebared form .field.invalid textarea, #wrap section.sidebared form .field.invalid select {
      border-color: #f00; }
  #wrap section.sidebared form .thanks {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 500;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    display: none; }
  #wrap section.sidebared form .thanks .inner {
    width: 100%;
    max-width: 350px;
    background-color: #fff;
    border-radius: 4px;
    padding: 30px;
    position: relative;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    transform: translateX(-50%) translateY(-50%); }

div.newslistitem {
  padding: 20px 0;
  border-bottom: 1px solid #2a2f59; }
  div.newslistitem:last-child {
    border-bottom: 0; }

div.newsitemsingle a.button {
  margin-right: 10px; }

section.newslettersub {
  background-image: url(../img/newsletterbg.jpg);
  background-size: cover;
  padding: 50px 0 30px;
  color: #fff; }
  section.newslettersub .inner {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px; }
  section.newslettersub form {
    position: relative;
    opacity: 1;
    transition: opacity 0.2s ease 0s; }
  section.newslettersub .formwrap.hidden {
    opacity: 0.2; }
  section.newslettersub h2 {
    font-size: 28px; }
  section.newslettersub input {
    background-color: rgba(255, 255, 255, .13);
    border: 0;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    max-width: 300px;
    margin: 0 auto 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 0.82em 0.8em 0.8em 0.8em; }
  @media screen and (min-width: 930px) {
    section.newslettersub input {
      margin: 0 10px 0 0;
      max-width: 200px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; } }
  @media screen and (min-width: 930px) {
      section.newslettersub input.email {
        max-width: 280px; } }
  section.newslettersub input.invalid {
    border: 1px solid #f00; }
  section.newslettersub .pre {
    font-size: 17px; }
  section.newslettersub .aft {
    font-size: 13px;
    padding-top: 20px; }
  section.newslettersub button {
    color: #24284e;
    background-color: #fff;
    border: 0;
    border-radius: 24px;
    height: 48px;
    display: block;
    width: 180px;
    margin: 0 auto; }
  @media screen and (min-width: 930px) {
    section.newslettersub button {
      min-width: 180px;
      max-width: 180px;
      display: inline-block;
      vertical-align: middle;
      margin: 0; } }
  section.newslettersub .thanks {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none; }
  section.newslettersub .thanks span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

img.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

img.alignright {
  float: right;
  margin: 0 0 15px 15px; }

body > .cookienotice {
  display: none;
  position: fixed;
  bottom: 2px;
  left: 0;
  z-index: 9999;
  width: 100vw;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center; }
  @media screen and (min-width: 768px) {
  body > .cookienotice {
    padding: 0 25px; } }
  body > .cookienotice .inner {
    background-color: #2a2f59;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 1em 25px 1em 0;
    border: 1px solid #20254f; }
  body > .cookienotice button {
    display: inline-block;
    vertical-align: middle; }
  body > .cookienotice p {
    margin: 0 0 1em;
    padding: 0 25px;
    display: block; }
  @media screen and (min-width: 768px) {
    body > .cookienotice p {
      margin: 0;
      display: inline-block;
      vertical-align: middle; } }
  body > .cookienotice button {
    border-radius: 4px;
    background-color: #151830;
    color: #fff;
    font-weight: 600;
    border: 1px solid #555;
    padding: 0.5em 1.5em; }
  body > .cookienotice .deny {
    margin: 0 0 0 25px; }

section.banner .inner {
  text-align: center;
  padding: 0 20px; }
  @media screen and (min-width: 640px) {
    section.banner .inner {
      padding: 0; } }
  section.banner img {
    display: block;
    margin: 30px auto; }
  section.banner .mobile {
    max-width: 600px;
    width: 100%; }
  @media screen and (min-width: 980px) {
    section.banner .mobile {
      display: none; } }
  section.banner .desktop {
    display: none; }
  @media screen and (min-width: 980px) {
    section.banner .desktop {
      display: block; } }
