/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Breakpoints
\* ------------------------------------------------------------ */
.test {
  display: none;
}

.browsehappy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  margin: 0;
  padding-top: 50px;
  background: #e0e0e0;
  text-align: center;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both;
}

/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}

.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}

/*  Hidden  */
[hidden],
.hidden {
  display: none;
}

/*  Alignleft  */
.alignleft {
  float: left;
}

/*  Alignright  */
.alignright {
  float: right;
}

/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}

/*  Grid  */
.cols {
  margin: 0 -15px;
}

.cols:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both;
}

.col {
  float: left;
  width: 100%;
  padding: 0 15px;
}

.col-1of2 {
  width: 50%;
}

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: calc($breakpoint-mobile + 1px)) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: calc($breakpoint-tablet-portrait + 1px)) and (max-width: 1100px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: calc($breakpoint-small-desktop + 1px)) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.js-columns {
  margin: 0 -14px;
}
.js-columns .table--pricing {
  margin: 0 14px;
}
.js-columns .js-list {
  display: block;
  padding: 0 12px;
  float: left;
  width: 33%;
}
.js-columns .js-list:first-child, .js-columns .js-list:first-of-type {
  display: none;
}

@media (max-width: 767px) {
  .js-columns {
    margin: 0;
  }
  .js-columns .js-list {
    padding: 0 0 11px;
    margin-bottom: 0;
    float: none;
    width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

html {
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

b,
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer;
}

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Averta Std", "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #454444;
  letter-spacing: .02em;
  hyphens: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a[href^="tel"] {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .72em;
  color: #617a9c;
  font-weight: 600;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p,
ul,
ol,
dl,
table,
blockquote {
  margin-bottom: 1.44em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

/* Mobile */
@media (max-width: 767px) {
  body {
    line-height: 1.45;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 12px;
  }
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Wingdings 3';
  src: url("../font/Wingdings3.woff2") format("woff2"), url("../font/Wingdings3.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Averta Std';
  src: url("../font/AvertaStd-Regular.woff2") format("woff2"), url("../font/AvertaStd-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Averta Std';
  src: url("../font/AvertaStd-Black.woff2") format("woff2"), url("../font/AvertaStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("../font/MyriadPro-Regular.woff2") format("woff2"), url("../font/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Averta Std';
  src: url("../font/AvertaStd-Light.woff2") format("woff2"), url("../font/AvertaStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Averta Std';
  src: url("../font/AvertaStd-Semibold.woff2") format("woff2"), url("../font/AvertaStd-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Averta Std';
  src: url("../font/AvertaStd-Bold.woff2") format("woff2"), url("../font/AvertaStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class^="ico-"] {
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  font-size: 0;
}

.ico-apostrophe {
  width: 51px;
  height: 61px;
  background-image: url(../img/sprite/ico-apostrophe@2x.png);
}

.ico-arrow-white {
  width: 9px;
  height: 17px;
  background-image: url(../img/sprite/ico-arrow-white@2x.png);
}

.ico-arrow {
  width: 9px;
  height: 17px;
  background-image: url(../img/sprite/ico-arrow@2x.png);
}

.ico-download {
  width: 33px;
  height: 26px;
  background-image: url(../img/sprite/ico-download@2x.png);
}

.ico-minus {
  width: 17px;
  height: 3px;
  background-image: url(../img/sprite/ico-minus@2x.png);
}

.ico-plus {
  width: 17px;
  height: 17px;
  background-image: url(../img/sprite/ico-plus@2x.png);
}

.ico-rotate {
  transform: rotate(90deg);
}

/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion {
  padding: 29px 49px 38px;
  background: #fff;
}
.accordion .table {
  margin-bottom: 40px;
}
.accordion .accordion__section {
  border-top: 1px solid #667e9f;
}
.accordion .accordion__section:last-child {
  border-bottom: 1px solid #667e9f;
}
.accordion .accordion__head {
  position: relative;
  padding: 15px 31px 16px 0;
  cursor: pointer;
}
.accordion .accordion__head h4 {
  margin-bottom: 0;
  font-size: 22px;
}
.accordion .accordion__head i {
  position: absolute;
  top: 22px;
  right: 15px;
  display: inline-block;
  transition: .3s;
}
.accordion .accordion__head .ico-minus {
  top: 29px;
  opacity: 0;
  visibility: hidden;
}
.accordion .accordion__section--current .accordion__head .ico-minus {
  opacity: 1;
  visibility: visible;
}
.accordion .accordion__section--current .accordion__head .ico-plus {
  opacity: 0;
  visibility: hidden;
}
.accordion .accordion__body-inner {
  overflow: hidden;
  padding: 4px 101px 4px 3px;
}

/*  Alt  */
.accordion--alt {
  padding: 49px 49px 60px;
  margin-top: -22px;
}

/*  Secondary   */
.accordion--secondary {
  padding: 46px 49px 57px;
}
.accordion--secondary .accordion__head i {
  top: 25px;
}
.accordion--secondary .accordion__head .ico-minus {
  top: 32px;
}
.accordion--secondary .accordion__body-inner {
  padding: 6px 98px 29px 3px;
}

/*  Third  */
.accordion--third {
  padding: 54px 49px 45px;
}
.accordion--third .accordion__body-inner {
  padding-left: 0;
}

/* Tablet Portrait */
@media (max-width: 1023px) {
  .accordion {
    padding: 29px 30px 38px;
  }
  .accordion .accordion__body-inner {
    padding-right: 0;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .accordion {
    padding: 0;
    margin: 0 -20px;
  }
  .accordion .table {
    margin-bottom: 10px;
  }
  .accordion .accordion__head {
    padding: 22px 50px 17px 20px;
  }
  .accordion .accordion__head i {
    top: 27px;
    right: 32px;
  }
  .accordion .accordion__head .ico-minus {
    top: 32px;
  }
  .accordion .accordion__body-inner {
    padding: 14px 20px 24px;
  }

  .accordion--secondary .accordion__head {
    padding: 15px 67px 15px 10px;
  }
  .accordion--secondary .accordion__body-inner {
    padding: 3px 11px 24px;
  }

  .accordion--third .accordion__head {
    padding: 14px 60px 17px 21px;
  }
  .accordion--third .accordion__head h4 {
    line-height: 1.4;
  }
  .accordion--third .accordion__head i {
    right: 40px;
  }
  .accordion--third .accordion__body-inner {
    padding: 4px 24px 10px;
  }
}
/* ------------------------------------------------------------ *\
	Article 
\* ------------------------------------------------------------ */
.article--toggle {
  position: relative;
  margin-bottom: 68px;
  padding: 0 0 47px;
}
.article--toggle .article__content {
  display: none;
  font-size: 16px;
}
.article--toggle .article__link {
  position: absolute;
  bottom: 7px;
  left: 5px;
  font-size: 16px;
  letter-spacing: .005em;
}
.article--toggle .article__link i {
  transform: rotate(90deg);
  margin-right: 12px;
  transition: .3s;
}
.article--toggle .article__link .open {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 2px;
  left: 23px;
  min-width: 120px;
  white-space: nowrap;
  transition: .3s;
}
.article--toggle .article__link .closed {
  position: absolute;
  top: 2px;
  left: 23px;
  min-width: 120px;
  white-space: nowrap;
  transition: .3s;
}
.article--toggle .article__foot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 7px 125px 0 8px;
  font-size: 16px;
  color: #617a9c;
}
.article--toggle .article__foot img {
  display: inline;
}
.article--toggle .article__foot-content {
  padding-top: 36px;
}
.article--toggle .article__foot-content img {
  margin: 0 0 18px 6px;
}

.article--toggle.open .article__link i {
  transform: rotate(0deg);
}
.article--toggle.open .article__link .open {
  opacity: 1;
  visibility: visible;
}
.article--toggle.open .article__link .closed {
  opacity: 0;
  visibility: hidden;
}

/* Mobile */
@media (max-width: 767px) {
  .article--toggle {
    padding-bottom: 25px;
    margin-bottom: 41px;
  }
  .article--toggle .article__foot {
    flex-wrap: wrap;
    padding: 0;
  }
  .article--toggle .article__foot img {
    flex: 0 0 100%;
    max-width: 100%;
    width: 170px;
  }

  .article--toggle.open {
    padding-bottom: 45px;
  }
}
/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.box {
  padding: 0 11px;
  color: #fff;
  font-size: 16px;
}
.box .box__inner {
  padding: 39px 40px 28px 48px;
  background: #617a9c;
}
.box .box__inner p {
  padding-left: 0;
  margin-bottom: 9px;
}
.box .box__inner img {
  margin-top: 26px;
}
.box .box__link {
  display: inline-block;
  padding: 6px 5px;
}
.box .box__link span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-family: 'Wingdings 3';
  font-size: 22px;
  font-weight: 600;
}
.box h4 {
  margin-bottom: 3px;
  color: inherit;
}

.box--lower {
  margin-top: 64px;
}
.box--lower h4 {
  margin-bottom: 10px;
}
.box--lower .box__inner {
  padding: 36px 40px 36px 42px;
}
.box--lower .box__link {
  padding: 0 7px;
}

/* Mobile */
@media (max-width: 767px) {
  .box {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 22px;
  }
  .box:last-child {
    margin-bottom: 0;
  }
  .box .box__inner {
    padding: 26px 32px 25px;
    font-size: 12px;
  }
  .box .box__inner h4 {
    margin-bottom: 8px;
  }
  .box .box__inner p {
    margin-bottom: 8px;
  }
  .box .box__inner img {
    margin-top: 13px;
  }
  .box .box__link span {
    font-size: 13px;
  }

  .box--lower {
    margin-top: 0;
  }
  .box--lower .box__inner {
    padding-bottom: 31px;
  }
}
/* ------------------------------------------------------------ *\
	Boxes
\* ------------------------------------------------------------ */
.boxes {
  display: flex;
  align-items: flex-start;
  margin: 0 -11px;
}

/* Mobile */
@media (max-width: 767px) {
  .boxes {
    flex-wrap: wrap;
  }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*  Button Block  */
.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  position: relative;
  z-index: 5;
  width: calc(50% - 30px);
  padding: 27px 26px 33px;
  color: #fff;
  letter-spacing: .02em;
  /*  Card Blue  */
  /* Card Lightblue */
  /* Card Red */
  /*  Card Orange  */
  /* Card Green */
  /*  Numbering  */
}
.card p {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
}
.card p + img {
  margin-top: 23px;
}
.card a + img {
  margin-top: 23px;
}
.card h6 {
  margin-bottom: 2px;
  text-transform: uppercase;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
}
.card h4 {
  margin-bottom: 7px;
  color: inherit;
  font-size: 22px;
}
.card .card__link {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  letter-spacing: 0;
}
.card .card__link span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  font-family: 'Wingdings 3';
  font-size: 22px;
  font-weight: 600;
}
.card .card__link strong {
  margin-top: 2px;
  font-weight: 400;
}
.card:before {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
}
.card:after {
  content: '';
  position: absolute;
  top: -9px;
  right: -30px;
  transform: translateX(50%);
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 3px solid #ebeced;
  border-radius: 100%;
  background: #fff;
}
.card--right {
  margin-left: auto;
  padding: 27px 30px 33px;
}
.card--right:before {
  right: auto;
  left: -15px;
}
.card--right:after {
  right: auto;
  left: -30px;
  transform: translateX(-50%);
}
.card--blue {
  background: #617a9c;
}
.card--blue:after {
  background: #617a9c;
}
.card--blue-right:before {
  border-color: #617a9c #617a9c transparent transparent;
}
.card--blue-left:before {
  border-color: #617a9c transparent transparent #617a9c;
}
.card--lightblue {
  background: #a2c6d3;
}
.card--lightblue:after {
  background: #a2c6d3;
}
.card--lightblue-right:before {
  border-color: #a2c6d3 #a2c6d3 transparent transparent;
}
.card--lightblue-left:before {
  border-color: #a2c6d3 transparent transparent #a2c6d3;
}
.card--red {
  background: #e76053;
}
.card--red:after {
  background: #e76053;
}
.card--red-left:before {
  border-color: #e76053 transparent transparent #e76053;
}
.card--red-right:before {
  border-color: #e76053 #e76053 transparent transparent;
}
.card--orange {
  background: #e2af69;
}
.card--orange:after {
  background: #e2af69;
}
.card--orange-left:before {
  border-color: #e2af69 transparent transparent #e2af69;
}
.card--orange-right:before {
  border-color: #e2af69 #e2af69 transparent transparent;
}
.card--green {
  background: #98c493;
}
.card--green:after {
  background: #98c493;
}
.card--green-left:before {
  border-color: #98c493 transparent transparent #98c493;
}
.card--green-right:before {
  border-color: #98c493 #98c493 transparent transparent;
}
.card--mt90 {
  margin-top: 90px;
  margin-bottom: 26px;
}
.card--mt-138 {
  margin-top: -138px;
  margin-bottom: 26px;
}
.card--mt-146 {
  margin-top: -146px;
  margin-bottom: 26px;
}
.card--mt41 {
  margin-top: 41px;
  margin-bottom: 26px;
}
.card--mt-192 {
  margin-top: -192px;
  margin-bottom: 26px;
}
.card--wide {
  width: 80%;
  padding: 18px 43px 50px;
  margin: 0 auto 26px;
}
.card--wide:before {
  display: none;
}
.card--wide:after {
  display: none;
}
.card--wide h6 {
  margin-bottom: 9px;
}
.card--wide h4 {
  margin-bottom: 1px;
}
.card--wide img {
  margin-bottom: 43px;
}
.card--thumb {
  padding-bottom: 30px;
  margin-top: 57px;
  margin-bottom: 26px;
}
.card--thumb h6 {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: .06em;
}

/* Mobile */
@media (max-width: 767px) {
  .card {
    width: 100%;
    padding: 27px 16px 24px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .card:before {
    display: none;
  }
  .card:after {
    display: none;
  }
  .card--wide {
    padding: 18px 16px 11px;
  }
  .card--wide img {
    margin-bottom: 13px;
  }
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none outside none;
}

/*  List Profs  */
.list-profs {
  /*display: flex; 
  flex-flow: row wrap;*/
  margin: 0 0 14px;
  color: #454444;
}
.list-profs li {
  /*max-width: 33.33%;*/
  /*flex: 0 0 33.33%;*/
  display: block;
  vertical-align: top;
  margin-bottom: 14px;
}
.list-profs h5 {
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.list-profs h5 + span {
  display: block;
  margin-top: 3px;
}
.list-profs h5 + p {
  margin-top: 4px;
}
.list-profs p {
  margin-bottom: -4px;
  font-size: 12px;
  letter-spacing: .02em;
  line-height: 1;
}
.list-profs span {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  color: #617a9c;
  line-height: 1;
  margin-top: 9px;
}

/* Mobile */
@media (max-width: 767px) {
  .list-profs {
    margin: 0 0 -11px;
    display: block;
  }
  .list-profs li {
    max-width: 100%;
    padding: 0;
    margin-bottom: 11px;
    display: block;
    /*&:nth-last-child(n+1) {
    	&:nth-last-child(-n+8) {
    		display: none;
    	}
    }*/
  }
}
/*  List Titles  */
.list-titles {
  /*display: flex; */
  /*flex-flow: row wrap;*/
  /*margin: 0 -12px 13px; */
  padding: 3px 0 5px;
  padding: 0 12px 13px;
}
.list-titles li {
  /*max-width: 33.33%;
  flex: 0 0 33.33%;*/
  width: 100%;
  margin-bottom: 21px;
  display: block;
  vertical-align: top;
}
.list-titles li br {
  display: none;
}
.list-titles li h5 {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 400;
}
.list-titles li p {
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
}
.list-titles p + span {
  margin-top: -8px;
  margin-bottom: 10px;
}
.list-titles span {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  color: #617a9c;
  line-height: 1;
  margin-top: 9px;
}

/* Mobile */
@media (max-width: 767px) {
  .list-titles {
    margin: 0 0 13px;
    display: block;
  }
  .list-titles li {
    display: block;
    max-width: 100%;
    padding: 0;
  }
}
/*  List images  */
.list-images {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -29px -36px;
  max-width: 835px;
}
.list-images li {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 29px;
  margin-bottom: 36px;
}
.list-images li img {
  width: 100%;
  margin-bottom: 12px;
}
.list-images li h5 {
  color: inherit;
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.list-images li h5 + span {
  display: block;
  margin-top: -10px;
}
.list-images li span {
  font-size: 12px;
  line-height: 1.2em;
}
.list-images--alt {
  margin-bottom: -27px;
}
.list-images--alt li {
  margin-bottom: 27px;
}

/* Tablet Portrait */
@media (max-width: 1023px) {
  .list-images {
    margin: 0 -15px;
  }
  .list-images li {
    padding: 0 15px;
    margin-bottom: 32px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .list-images li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 33px;
  }
}
/* Mobile */
@media (max-width: 479px) {
  .list-images {
    margin: 57px 15px 0;
  }
  .list-images li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 33px;
  }
}
/*  List Download  */
.list-download {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px -45px;
}
.list-download li {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 35px;
  margin-bottom: 64px;
}
.list-download li img {
  width: 100%;
  margin-bottom: 23px;
}
.list-download li h5 {
  margin-bottom: 10px;
  color: #454444;
}
.list-download li h5 a {
  display: block;
  margin-top: 10px;
  font-weight: 400;
}
.list-download li a {
  padding: 0 5px;
  font-size: 16px;
}
.list-download li a i {
  margin-right: 11px;
  transform: rotate(180deg);
}

/* Tablet Portrait */
@media (max-width: 1023px) {
  .list-download {
    margin: 0 -25px;
  }
  .list-download li {
    padding: 0 25px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .list-download li {
    position: relative;
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 14px;
  }
  .list-download li .link {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 42%;
  }
  .list-download li img {
    display: inline-block;
    max-width: 47%;
    flex: 0 0 47%;
    max-width: 47%;
    margin-right: 13px;
    margin-bottom: 0;
  }
  .list-download li h5 {
    display: inline-block;
    max-width: 44%;
    vertical-align: middle;
    max-height: 93px;
    overflow: auto;
    padding-bottom: 15px;
    margin-top: -25px;
    flex: 0 0 47%;
    margin-bottom: 0;
    font-size: 18px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .list-download li:last-child {
    margin-bottom: 0;
  }
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  margin: 0 auto 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  color: #617a9c;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .075em;
}
.logo img {
  display: block;
}
.logo strong {
  font-weight: 900;
  font-size: 23px;
}

/* Mobile */
@media (max-width: 767px) {
  .logo {
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: .075em;
  }
  .logo strong {
    font-size: 16px;
  }
  .logo img {
    width: 197px;
    margin-left: auto;
  }
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav ul {
  display: flex;
  justify-content: center;
  margin: 0 -47px;
}
.nav ul li {
  padding: 0 48px;
}
.nav ul li a {
  position: relative;
  color: #424242;
  font-size: 17px;
  font-weight: 600;
}
.nav ul li a:before {
  content: '';
  position: absolute;
  bottom: -11px;
  left: -24px;
  right: -24px;
  transform: scaleX(0);
  height: 3px;
  background: #617a9c;
  transition: .3s;
}
.nav ul li a:hover {
  text-decoration: none;
}
.nav ul li a:hover:before {
  transform: scaleX(1);
}
.nav ul .current a:before {
  transform: scaleX(1);
}

/* Tablet Portrait */
@media (max-width: 1023px) {
  .nav ul {
    margin: 0 -25px;
  }
  .nav ul li {
    padding: 0 25px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .nav {
    margin-bottom: 44px;
  }
  .nav ul {
    flex-wrap: wrap;
  }
  .nav ul li {
    width: 100%;
  }
  .nav ul li a {
    display: inline-block;
    padding: 12px 0;
    color: #fff;
  }
  .nav ul li a:before {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Nav Wrapper
\* ------------------------------------------------------------ */
/* Mobile */
@media (max-width: 767px) {
  .nav-wrapper {
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    z-index: 15;
    padding: 20px 0 72px;
    opacity: 0;
    visibility: hidden;
    background: #617a9c;
    color: #fff;
    text-align: center;
    transition: .3s;
  }
  .nav-wrapper.active {
    opacity: 1;
    visibility: visible;
  }
}
/* ------------------------------------------------------------ *\
	Nav Lang  
\* ------------------------------------------------------------ */
.nav-lang {
  position: absolute;
  top: 17px;
  right: 28px;
  font-size: 15px;
  color: #424242;
  line-height: .9;
}
.nav-lang ul {
  display: flex;
  margin: 0 -10px;
}
.nav-lang ul .current {
  color: #617a9c;
  font-weight: 600;
}
.nav-lang ul li {
  position: relative;
  padding: 0 10px;
  color: #424242;
  font-weight: 400;
}
.nav-lang ul li + li:before {
  content: '';
  position: absolute;
  top: 1px;
  left: -1px;
  display: inline-block;
  width: 1px;
  height: 100%;
  background: currentColor;
}

/* Mobile */
@media (max-width: 767px) {
  .nav-lang {
    position: relative;
    top: 0;
    right: 0;
    color: #424242;
    font-size: 15px;
  }
  .nav-lang ul {
    justify-content: center;
  }
  .nav-lang ul .current {
    color: #fff;
  }
}
/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: absolute;
  top: -2px;
  left: 1px;
  display: none;
}
.nav-trigger span {
  position: relative;
  display: block;
  width: 25px;
  height: 4px;
  margin: 5px 0;
  background: #617a9c;
  transition: .3s ease;
}
.nav-trigger.active span:nth-of-type(2) {
  width: 0;
  opacity: 0;
}
.nav-trigger.active span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 9px;
}
.nav-trigger.active span:nth-of-type(3) {
  transform: rotate(45deg);
  top: -9px;
}

/* Mobile */
@media (max-width: 767px) {
  .nav-trigger {
    display: block;
  }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 41px 0 0;
  background: #f2f2f2;
}
.section:first-child {
  padding-top: 43px;
}
.section h1 {
  margin-bottom: 10px;
  letter-spacing: .018em;
}
.section h2 {
  margin-bottom: 6px;
  letter-spacing: .025em;
}
.section h3 {
  line-height: 1.7;
  margin-bottom: 3px;
}
.section .section__head {
  margin-bottom: 51px;
}
.section .section__head p {
  max-width: 863px;
  margin-bottom: 38px;
}
.section .section__head a {
  margin-left: 4px;
}
.section .section__head a span {
  display: inline-block;
  vertical-align: sub;
  font-family: 'Wingdings 3';
  font-size: 22px;
}
.section .section__head a i {
  margin-right: 5px;
  transform: rotate(90deg);
}
.section .section__body .list-images {
  margin-bottom: -36px;
}
.section .section__body .list-images--alt {
  padding-bottom: 24px;
  margin-bottom: 0;
  margin-top: -20px;
}

/* Mobile */
@media (max-width: 767px) {
  .section {
    padding: 17px 0;
  }
  .section:first-child {
    padding-top: 31px;
  }
  .section h1 {
    margin-bottom: 19px;
  }
  .section h2 {
    margin-bottom: 10px;
  }
  .section .section__head {
    margin-bottom: 49px;
  }
  .section .section__head p {
    margin-bottom: 35px;
  }
  .section .section__head a {
    display: inline-block;
    position: relative;
    padding-left: 23px;
  }
  .section .section__head a i {
    position: absolute;
    top: 6px;
    left: 0;
  }
  .section .section__head a span {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section .section__body .list-images {
    margin-bottom: 9px;
  }
}
/*  Section Publications  */
.section--publications .section__head {
  margin-bottom: 39px;
}
.section--publications .section__head h1 {
  margin-bottom: 29px;
}
.section--publications .section__head h2 {
  letter-spacing: .02em;
}

/* Mobile */
@media (max-width: 767px) {
  .section--publications:first-child {
    padding: 43px 0 31px;
  }
  .section--publications .section__head {
    margin-bottom: 15px;
  }
  .section--publications .section__head h1 {
    margin-bottom: 15px;
  }
}
/*  Section Orders  */
.section--orders {
  padding-top: 74px;
}
.section--orders .section__head {
  margin-bottom: 39px;
}
.section--orders .section__head h2 {
  letter-spacing: .02em;
}
.section--orders .section__body {
  padding-bottom: 16px;
}

/* Mobile */
@media (max-width: 767px) {
  .section--orders {
    padding-top: 8px;
  }
  .section--orders .section__head {
    margin-bottom: 52px;
  }
}
/*  Section Table  */
.section--table {
  padding-bottom: 65px;
}

/* Mobile */
@media (max-width: 767px) {
  .section--table {
    padding: 7px 0 56px;
  }
}
/*  Section Budget  */
.section--budget {
  padding: 29px 0 65px;
}
.section--budget .section__head {
  margin-bottom: 35px;
}
.section--budget .table-secondary {
  margin-top: 0;
}
.section--budget .table-secondary td:last-child {
  padding-right: 6px;
}

/* Mobile */
@media (max-width: 767px) {
  .section--budget {
    padding-bottom: 38px;
  }
}
/*  Section Bulletins   */
/* Mobile */
@media (max-width: 767px) {
  .section--bulletins .section__head {
    margin-bottom: 20px;
  }
}
/*  Section Editorial  */
.section-editorial {
  position: relative;
  overflow: hidden;
  padding: 78px 0 64px;
}
.section-editorial h6 {
  margin-bottom: 3px;
  font-weight: 700;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.section-editorial h2 {
  max-width: 500px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: .02em;
}
.section-editorial p {
  max-width: 651px;
  margin-bottom: 28px;
  line-height: 1.45;
}
.section-editorial p:not(:first-of-type) {
  font-size: 16px;
  line-height: 1.44;
}
.section-editorial .section__inner {
  position: relative;
  z-index: 10;
}
.section-editorial .section__background {
  position: absolute;
  top: 0;
  left: -90px;
  right: -100px;
  z-index: 5;
  height: 100%;
  padding: 8px 20.5% 0 0;
  text-align: right;
}
.section-editorial .section__background:before {
  content: '';
  position: absolute;
  top: -10%;
  left: -50px;
  right: -50px;
  height: calc(100% - 184px);
  transform: rotate(5deg);
  background: rgba(235, 235, 235, 0.64);
}
.section-editorial .section__background span {
  position: relative;
  font-weight: 600;
  font-size: 534px;
  color: #fff;
  line-height: 1;
  opacity: .72;
}
.section-editorial .section__background span i {
  position: absolute;
  top: 157px;
  left: -64px;
}

/* Tablet Portrait */
@media (max-width: 1023px) {
  .section-editorial .section__background {
    padding-right: 11%;
  }
  .section-editorial .section__background span {
    font-size: 490px;
  }
  .section-editorial .section__background span i {
    top: 140px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .section-editorial {
    position: relative;
    z-index: 3;
    padding: 52px 0 20px;
    font-size: 16px;
  }
  .section-editorial h2 {
    margin-bottom: 22px;
  }
  .section-editorial .section__background {
    padding-right: 39%;
    padding-top: 6px;
  }
  .section-editorial .section__background span {
    font-size: 200px;
  }
  .section-editorial .section__background span i {
    top: 39px;
    left: -42px;
    transform: scale(0.4);
  }
}
/*  Section Payment  */
.section-payment {
  padding: 37px 0;
  background: #f2f2f2;
}
.section-payment .section__head {
  margin-bottom: 45px;
}
.section-payment .section__head h1 {
  margin-bottom: 33px;
}
.section-payment .section__head h2 {
  margin-bottom: 4px;
  letter-spacing: .015em;
}
.section-payment .section__head p {
  max-width: 866px;
  margin-bottom: 35px;
  line-height: 1.48;
}
.section-payment .section__head a {
  display: inline-block;
  position: relative;
  margin-left: 4px;
}
.section-payment .section__head a i {
  margin-right: 5px;
  transform: rotate(90deg);
}
.section-payment .section__head a span {
  position: absolute;
  top: 0;
  left: 0;
}

/* Mobile */
@media (max-width: 767px) {
  .section-payment {
    padding: 42px 0 0;
  }
  .section-payment .section__head h1 {
    margin-bottom: 21px;
  }
  .section-payment .section__head h2 {
    margin-bottom: 9px;
  }
}
/*  Section Timeline  */
.section-timeline {
  padding: 73px 0 0;
  background: #f2f2f2;
}

/* Mobile */
@media (max-width: 767px) {
  .section-timeline {
    padding: 33px 0 0;
  }
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider .slides {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Timeline
\* ------------------------------------------------------------ */
.timeline {
  position: relative;
  padding: 0 5px 68px;
}
.timeline .timeline__label {
  position: relative;
  z-index: 5;
  display: block;
  min-height: 45px;
  padding: 0 20px;
  width: 170px;
  margin: auto;
  line-height: 45px;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  display: inline-block;
  width: 3px;
  height: 100%;
  background: #fff;
}

/* Tablet Portrait */
@media (max-width: 1023px) {
  .timeline {
    padding: 0 0 50px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .timeline {
    padding-bottom: 3px;
  }
  .timeline .timeline__label {
    margin-bottom: 41px;
  }
  .timeline .timeline__label:not(:first-child) {
    margin-top: 25px;
  }
}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer .footer__bar {
  padding: 32px 0 26px;
  background: #d8dee6;
  font-size: 24px;
  font-weight: 600;
  color: #617a9c;
  text-align: center;
}
.footer .footer__bar a {
  letter-spacing: .02em;
}
.footer .footer__bar a i {
  margin-right: 10px;
  vertical-align: baseline;
}
.footer .footer__inner {
  background: #617a9c;
}
.footer .footer__inner-inner {
  position: relative;
  display: flex;
  padding: 35px 20px;
  color: #fff;
}
.footer .footer__inner-inner .to-top {
  font-size: 14px;
  font-weight: 600;
}
.footer .footer__inner-inner .to-top i {
  margin-left: 6px;
}
.footer .footer__logo {
  display: inline-block;
  margin-bottom: 5px;
}
.footer .footer__aside {
  flex: 0 0 47.5%;
  max-width: 47.5%;
}
.footer .footer__aside ul {
  margin-bottom: 41px;
  list-style: none;
  font-size: 11px;
  letter-spacing: .019em;
}
.footer .footer__aside ul li {
  line-height: 1.28;
  font-weight: 300;
}

.footer	.footer__right__links {
  margin-left: auto;
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.footer	.footer__social-logo {
  margin-top: auto;
  width: 2rem;
  // matches to source image
  aspect-ratio: 1.17;
}


.footer .footer__content {
  flex: 0 0 26%;
  max-width: 26%;
  font-size: 15px;
  font-weight: 400;
}
.footer .footer__content h5 {
  margin-bottom: 9px;
  color: inherit;
  font-size: 14px;
}
.footer .footer__content p {
  margin-bottom: 7px;
  letter-spacing: .041em;
  font-size: 14px;
  line-height: 1.2;
}
.footer .footer__content ul {
  margin: -7px 0;
  list-style: none;
  font-weight: 400;
  font-weight: 400;
}
.footer .footer__content ul li {
  margin-bottom: 2px;
}
.footer .footer__content ul li a {
  letter-spacing: .001em;
}
.footer .footer__content ul li a i {
  margin-right: 3px;
  transform: rotate(90deg);
}
.footer .footer__content ul li a[href^='mailto'] {
  padding: 0 5px;
}
.footer .footer__content ul li a[href^='mailto'] span {
  text-decoration: underline;
}
.footer .footer__link {
  margin-left: 5px;
  font-size: 14px;
}
.footer .footer__link i {
  margin-right: 5px;
  transform: rotate(90deg);
}

/* Tablet Portrait */
@media (max-width: 1023px) {
  .footer .footer__link {
    margin-left: 0;
  }
  .footer .footer__aside {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 30px;
  }
  .footer .footer__aside ul {
    padding-left: 0;
  }
  .footer .footer__content {
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 30px;
  }
  .footer .footer__inner-inner {
    padding: 35px 5px;
  }
  .footer .footer__inner-inner .to-top {
    right: 5px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .footer .footer__bar {
    padding-bottom: 38px;
    font-size: 21px;
  }
  .footer .footer__bar a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 58px;
    text-align: left;
    line-height: 1.5;
  }
  .footer .footer__bar a i {
    position: absolute;
    top: 0;
    left: 10px;
    transform: scale(0.9);
  }
  .footer .footer__inner-inner {
    display: grid;
	grid-template-columns: auto auto;
    padding: 70px 5px 20px;
  }
  .footer .footer__inner-inner .to-top {
    top: 20px;
  }
  .footer .footer__content {
    grid-column: 1;
    max-width: 100%;
  }
  .footer .footer__content p {
    margin-bottom: 5px;
    line-height: 1.2;
  }
  .footer .footer__aside {
    grid-column: 1;
    max-width: 100%;
    margin-bottom: 14px;
  }
  .footer .footer__aside ul {
    display: none;
  }
  
.footer	.footer__right__links {
	grid-column: 2;
	grid-row: 1;
}
  .footer .footer__logo {
    display: block;
    margin-bottom: 11px;
  }
  .footer .footer__logo img {
    width: 197px;
  }
  .footer .footer__link {
    margin-left: 5px;
  }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  padding: 31px 0 29px;
  text-align: center;
}
.header .header__inner {
  position: relative;
}

/* Mobile */
@media (max-width: 767px) {
  .header {
    padding: 22px 0 10px;
    text-align: right;
  }
  .header .header__inner {
    padding-right: 0;
  }
}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 951px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
.shell--small {
  max-width: 758px;
}
.shell--medium {
  max-width: 1050px;
}
.shell--large {
  max-width: 1167px;
}

.shell-fluid {
  max-width: none;
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  min-height: 100vh;
  overflow: hidden;
}

/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Breakpoints
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Wingdings 3';
  src: url("../font/Wingdings3.woff2") format("woff2"), url("../font/Wingdings3.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Averta Std';
  src: url("../font/AvertaStd-Regular.woff2") format("woff2"), url("../font/AvertaStd-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Averta Std';
  src: url("../font/AvertaStd-Black.woff2") format("woff2"), url("../font/AvertaStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("../font/MyriadPro-Regular.woff2") format("woff2"), url("../font/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Averta Std';
  src: url("../font/AvertaStd-Light.woff2") format("woff2"), url("../font/AvertaStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Averta Std';
  src: url("../font/AvertaStd-Semibold.woff2") format("woff2"), url("../font/AvertaStd-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Averta Std';
  src: url("../font/AvertaStd-Bold.woff2") format("woff2"), url("../font/AvertaStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {
  font-size: 16px;
}
.table td {
  padding-bottom: 10px;
  max-width: 600px;
}
.table td:last-child {
  text-align: right;
  padding-bottom: 0;
}
.table td h5 {
  margin-bottom: 2px;
  color: #454444;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

/* Mobile */
@media (max-width: 767px) {
  .table tr {
    display: block;
  }
  .table tr + tr {
    border-top: 1px solid #f2f2f2;
  }
  .table tr:first-child td:first-child {
    padding-top: 2px;
  }
  .table td {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
  }
  .table td:first-child {
    padding: 14px 52px 11px 0;
  }
  .table td:last-child {
    text-align: left;
    padding-bottom: 15px;
  }
}
/*  Table Pricing  */
.table--pricing {
  margin-bottom: 40px;
}
.table--pricing td {
  height: auto;
  padding-bottom: 10px;
}
.table--pricing td:last-child {
  width: 25%;
  vertical-align: middle;
}
.table--pricing td h5 {
  font-weight: 700;
}
.table--pricing p {
  line-height: 1;
}

/* Mobile */
@media (max-width: 767px) {
  .table--pricing {
    margin-bottom: 10px;
  }
  .table--pricing p {
    line-height: 1.3;
  }
  .table--pricing tr td:first-child {
    padding: 15px 0 7px;
  }
  .table--pricing tr td:last-child {
    width: 100%;
  }
  .table--pricing tr:last-child td:last-child {
    padding-top: 5px;
  }
}
/*  Table Secondary  */
.table-secondary {
  padding: 17px 60px 16px 50px;
  margin-top: 61px;
  background: #fff;
  font-size: 14px;
}
.table-secondary h4 {
  max-width: 660px;
  font-size: 22px;
}
.table-secondary tr:not(:last-child) {
  border-bottom: 1px solid #667e9f;
}
.table-secondary td {
  padding: 0 10px;
  height: 109px;
}
.table-secondary td span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
  font-family: 'Wingdings 3';
  font-size: 22px;
  font-weight: 600;
}
.table-secondary td strong {
  display: block;
  font-weight: 600;
}
.table-secondary td:last-child {
  padding-right: 10px;
  font-size: 16px;
  color: #1e3b62;
  text-align: right;
}
.table-secondary td ul {
  list-style: none;
  display: flex;
  margin: 0 -10px 0;
}
.table-secondary td ul li {
  position: relative;
  padding: 0 10px;
}
.table-secondary td ul li + li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -2px;
  height: 12px;
  width: 1px;
  background: currentColor;
}
.table-secondary td p {
  margin-bottom: 0;
}
.table-secondary .table__link {
  min-width: 78px;
}

/*  Alt  */
.table-secondary--alt {
  margin-top: -13px;
  padding: 10px 60px 23px 50px;
}
.table-secondary--alt td {
  height: 128px;
  padding: 27px 10px;
}
.table-secondary--alt td:last-child a {
  display: inline-block;
  margin: 1px -2px 0 0;
}

.table-secondary td p {
  margin-bottom: 1px;
}
.table-secondary td strong {
  margin-bottom: 1px;
}

/* Tablet Portrait */
@media (max-width: 1023px) {
  .table-secondary {
    padding: 15px 20px;
  }
  .table-secondary td:first-child {
    width: 80%;
  }
  .table-secondary td:last-child {
    width: 20%;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .table-secondary {
    padding: 0;
    margin: 0 -20px;
  }
  .table-secondary td {
    display: block;
    height: auto;
    width: 100%;
  }
  .table-secondary td:first-child {
    padding: 33px 24px 18px;
    width: 100%;
  }
  .table-secondary td:last-child {
    padding: 0 24px 12px;
    width: 100%;
    text-align: left;
  }
  .table-secondary tr {
    display: block;
  }
  .table-secondary tr:first-child {
    width: 100%;
    border-top: 1px solid #667e9f;
  }
  .table-secondary tr:last-child {
    border-bottom: 1px solid #667e9f;
  }

  .table-secondary--alt td:first-child {
    padding: 33px 12px 14px;
  }
  .table-secondary--alt td:last-child {
    padding: 0 10px 20px;
  }
}
.content .table-secondary {
  width: 100%;
  padding: 17px 0 16px;
  font-family: "Averta Std", "Helvetica", sans-serif;
  font-size: 16px;
  color: #617a9c;
  background: #fff;
  letter-spacing: .02em;
  margin: 44px 0;
}
.content .table-secondary table {
  width: 100%;
}
.content .table-secondary table tr:not(:last-child) {
  border-bottom: 1px solid #667e9f;
}
.content .table-secondary table td {
  vertical-align: middle;
  padding: 0 10px;
  height: 109px;
}
.content .table-secondary table td span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
  font-family: 'Wingdings 3';
  font-size: 22px;
  font-weight: 600;
}
.content .table-secondary table td:last-child {
  padding-right: 10px;
  color: #1e3b62;
  text-align: right;
}
.content .table-secondary table h4 {
  max-width: 660px;
  line-height: 1.44;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: 600;
}
.content .table-secondary table a {
  color: #1e3b62;
  text-decoration: none;
  white-space: nowrap;
}

/* Tablet Portrait */
@media (max-width: 1023px) {
  .content .table-secondary {
    padding: 15px 0;
    margin-bottom: 2rem;
  }
  .content .table-secondary table td:first-child {
    width: 80%;
  }
  .content .table-secondary table td:last-child {
    width: 20%;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .content .table-secondary {
    padding: 0;
    padding-bottom: 1rem;
    margin: 0;
    margin-bottom: 1.5rem;
    margin-top: 44px;
  }
  .content .table-secondary table td {
    display: block;
    height: auto;
    width: 100%;
  }
  .content .table-secondary table td:first-child {
    padding: 33px 0 18px;
    width: 100%;
  }
  .content .table-secondary table td:last-child {
    padding-bottom: 12px;
    padding-left: 0;
    width: 100%;
    text-align: left;
  }
  .content .table-secondary table tr {
    display: block;
  }
  .content .table-secondary table tr:first-child {
    width: 100%;
    border-top: 1px solid #667e9f;
  }
  .content .table-secondary table tr:last-child {
    border-bottom: 1px solid #667e9f;
  }
  .wrapper footer .footer__social-logo {
  width: 1.7rem;
  }
}
/*===== COLOURS  =====*/
/* blue */
/* green */
/* red */
/* yellow */
/* grey */
/*===== DIMENSIONS =====*/
/*===== BREAKING POINTS =====*/
/*===== SNIPPETS =====*/
/*===== TEXT/FONT =====*/
#cookie {
  background: #5a7190;
  text-align: center;
  font-family: Averta W01 Regular1586764;
  line-height: 22px;
  position: fixed;
  width: 100%;
  max-width: inherit;
  bottom: 0;
  z-index: 12;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (max-width: 800px) {
  #cookie {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 5px;
    line-height: 20px;
    flex-wrap: nowrap;
  }
}
#cookie span p {
  display: inline;
  font-size: 1rem;
  line-height: 22px;
  color: white;
}
@media only screen and (max-width: 800px) {
  #cookie span p {
    font-size: 14px;
    line-height: 20px;
    flex-wrap: nowrap;
  }
}
#cookie .flex-item {
  margin-left: 20px;
  margin-right: 20px;
}
#cookie .flex-item a {
  text-decoration: underline;
}
#cookie .flex-item a:link, #cookie .flex-item a:visited {
  font-family: Averta W01 Regular1586764;
  font-size: 1rem;
  line-height: 22px;
  color: white;
}
@media only screen and (max-width: 800px) {
  #cookie .flex-item a:link, #cookie .flex-item a:visited {
    font-size: 14px;
    line-height: 20px;
    flex-wrap: nowrap;
  }
}
#cookie .flex-item a:hover, #cookie .flex-item a:active {
  font-family: Averta W01 Regular1586764;
  font-size: 1rem;
  line-height: 22px;
  color: white;
  text-decoration-color: white;
}
@media only screen and (max-width: 800px) {
  #cookie .flex-item a:hover, #cookie .flex-item a:active {
    font-size: 14px;
    line-height: 20px;
    flex-wrap: nowrap;
  }
}
#cookie .cookieButton {
  flex-basis: auto;
  flex-shrink: 0;
  min-width: 86px;
  min-height: 44px;
  margin-top: 10px;
  text-align: -webkit-center;
}
@media only screen and (max-width: 800px) {
  #cookie .cookieButton {
    margin-top: 5px;
    line-height: 1rem;
  }
}
#cookie .cookieButton #closeCookieDisclaimer {
  font-size: 1rem;
  line-height: 22px;
  color: white;
  background-color: #263B5F;
  padding: 7px 15px;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 800px) {
  #cookie .cookieButton #closeCookieDisclaimer {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 13px;
    border-radius: 17px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

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