@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;700&display=swap);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
figure,
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html,
input,
select,
textarea {
  color: #000;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.container--fluid {
  margin: 0;
  max-width: 100%;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media screen and (min-width: 576px) {
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 760px) {
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.full {
  height: 100%;
}
.video-wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  width: 100%;
}
.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main > article {
  background: #f3efe6;
  font-family: Mulish, sans-serif;
  font-family: 300;
  color: #4d4d4d;
  padding-top: 20px;
}
main > article p.center {
  text-align: center;
}
main > article p.lrg {
  font-size: 20px;
}
main > article h1 {
  font-size: 42px;
  line-height: 1.2em;
  color: #000;
  font-weight: 700;
  margin-bottom: 1em;
}
main > article strong {
  font-weight: 700;
}
main > article .video-wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
main > article .video-wrapper iframe,
main > article .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main > article header {
  margin-bottom: 40px;
}
main > article header .lottie-wrapper {
  width: 50%;
  margin: 0 auto;
  position: relative;
}
main > article header .lottie-wrapper #lottie-test {
  overflow: hidden;
  padding-bottom: 62.5%;
  position: relative;
  height: 0;
}
main > article header .lottie-wrapper #lottie-test svg {
  position: absolute;
  top: 0;
  left: 0;
}
main > article header .lottie-wrapper .presnted-by {
  position: absolute;
  right: 0;
  bottom: 50%;
  -webkit-transform: translate(28%, 50%);
  transform: translate(28%, 50%);
  width: 31%;
  height: auto;
  max-width: 224px;
}
main > article .intro {
  text-align: center;
}
main > article .intro h1 {
  font-size: 32px;
}
main > article .intro p {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25em;
  margin-bottom: 20px;
}
main > article .intro .social-icons {
  margin-bottom: 60px;
}
main > article .intro .social-icons .share-article-btn {
  cursor: pointer;
  height: 20px;
  width: auto;
  display: inline-block;
  margin: 0 10px;
}
main > article .intro .social-icons .share-article-btn img {
  width: auto;
  height: 100%;
}
main > article .rituals {
  margin-bottom: 80px;
}
main > article .rituals h2 {
  font-size: 35px;
  line-height: 1.2em;
  color: #648abd;
  text-align: center;
  margin-bottom: 20px;
}
main > article .rituals h2 + p {
  margin-bottom: 60px;
}
main > article .rituals h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #fff;
}
main > article .rituals p {
  font-size: 20px;
  line-height: 1.4em;
}
main > article .rituals .ritual-list {
  background-color: #739ed9;
  background-image: url(https://assets.bwbx.io/s3/mspandorasbox/atlassian/how-teams-work/images/blue-texture.jpg);
  background-attachment: fixed;
  color: #fff;
  padding: 80px 0;
}
main > article .rituals .ritual-list strong {
  font-weight: 700;
}
main > article .rituals .ritual-list p {
  color: #fff;
}
main > article .rituals .ritual-list p.center {
  text-align: center;
  margin-bottom: 40px;
}
main > article .rituals .ritual-list .col-5 {
  width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main > article .rituals .ritual-list .ritual {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  height: 100%;
}
main > article .rituals .ritual-list .ritual.hide {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
main > article .most-successful {
  margin-bottom: 80px;
}
main > article .most-successful .flex,
main > article .most-successful .green-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main > article .most-successful .green-square {
  background-color: #47ab80;
  background-image: url(https://bbmediastudio.s3.amazonaws.com/atlassian/how-to-build-an-open-collaboration-culture/384802ce5bf91f1ebaba.jpg);
  border-radius: 20px;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 20px;
  line-height: 1.2em;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
}
main > article .most-successful .green-square span {
  display: block;
}
main > article .most-successful .most-successful-list {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
}
main > article .most-successful .most-successful-list .stat {
  border-top: 1px solid orange;
  padding: 20px 0 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main > article .most-successful .most-successful-list .stat:nth-child(3) {
  border-bottom: 1px solid orange;
}
main > article .most-successful .most-successful-list h4 {
  color: #739ed9;
  font-size: 54px;
}
main > article .most-successful .most-successful-list h4 span {
  font-size: 25px;
}
main > article .most-successful .most-successful-list p {
  margin-left: 40px;
  font-size: 20px;
  line-height: 1.2em;
}
main > article .percent-bars h2 {
  font-size: 35px;
  line-height: 1.2em;
  color: #648abd;
  text-align: center;
  margin-bottom: 20px;
}
main > article .percent-bars .bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main > article .percent-bars .bars .bar {
  padding: 20px;
}
main > article .percent-bars .bars img {
  display: block;
  margin: 0 auto 20px;
}
main > article .percent-bars .bars p {
  text-align: center;
  font-size: 20px;
  line-height: 1.2em;
}
main > article .pdf-download {
  margin-bottom: 40px;
}
main > article .pdf-download .pdf-container {
  border-top: 1px solid orange;
  border-bottom: 1px solid orange;
  padding: 40px 0 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
main > article .pdf-download .pdf-container .pdf-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 30px;
}
main > article .pdf-download .pdf-container .pdf-img img {
  float: right;
}
main > article .pdf-download .pdf-container .pdf-text {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
main > article .pdf-download .pdf-container .pdf-text p {
  font-size: 20px;
  line-height: 1.25em;
  margin-bottom: 30px;
}
main > article .pdf-download .pdf-container .pdf-text a {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
main > article section.video-embed {
  margin-bottom: 60px;
}
main > article .sticky-section {
  height: 400vh;
}
main > article .sticky-section .sticky {
  position: sticky;
  top: 0;
  height: 100vh;
}
main > article .sticky-section h2 {
  color: #648abd;
  font-weight: 300;
  font-size: 35px;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 20px;
}
main > article .sticky-section #stripe {
  position: absolute;
  bottom: 0;
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  padding: 50px 0;
  background-image: url(https://assets.bwbx.io/s3/mspandorasbox/atlassian/how-teams-work/images/texture.png);
  background-size: cover;
}
main > article .sticky-section #stripe.blue {
  background-color: #739ed9;
}
main > article .sticky-section #stripe.tan {
  background-color: #d8d2c0;
}
main > article .sticky-section #stripe.green {
  background-color: #37ad7e;
}
main > article .sticky-section #stripe.orange {
  background-color: #c98335;
}
main > article .sticky-section #stripe .text-container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
main > article .sticky-section #stripe .text-container p {
  font-size: 35px;
  line-height: 1.25em;
  font-weight: 300;
  color: #fff;
  display: none;
}
main > article .sticky-section #stripe .text-container p.active {
  display: block;
  -webkit-animation: fadeUp 0.75s linear;
  animation: fadeUp 0.75s linear;
}
main > article footer {
  background-color: #c98335;
  height: 84px;
  width: 100%;
  text-align: center;
  padding-top: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main > article footer a {
  display: inline-block;
}
main > article footer a img {
  display: block;
  width: 193px;
  height: auto;
  margin: 0;
}
main > article h2.divider {
  font-size: 35px;
  line-height: 1.2em;
  color: #648abd;
  border-bottom: 1px solid orange;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
main > article section.state-of-teams .col-lg-10 {
  border-top: 1px solid orange;
  padding-top: 40px;
  padding-bottom: 40px;
}
main > article section.state-of-teams .col-lg-10 a {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
main > article section.state-of-teams .col-lg-10 a img {
  margin-bottom: 10px;
}
main > article section.state-of-teams .col-lg-10 a:hover img {
  -webkit-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}
main > article section.in-this-series {
  margin-top: 80px;
  margin-bottom: 60px;
}
main > article section.in-this-series img {
  margin-bottom: 10px;
}
main > article section.in-this-series a {
  color: #4d4d4d;
  text-decoration: none;
}
main > article section.in-this-series a img {
  width: 100%;
  height: auto;
}
main > article section.in-this-series a:hover img {
  -webkit-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}
main > article section.in-this-series p {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 992px) {
  main > article header .lottie-wrapper {
    width: 100%;
  }
  main > article header .lottie-wrapper .presnted-by {
    -webkit-transform: translate(-15%, 50%);
    transform: translate(-15%, 50%);
    width: 20%;
  }
  main > article .most-successful .green-square {
    padding: 38px;
    max-width: none;
  }
  main > article .most-successful .green-square span {
    display: inline;
  }
}
@media only screen and (max-width: 760px) {
  main > article .intro p {
    font-size: 16px;
  }
  main > article .rituals .ritual-list {
    padding-bottom: 0;
  }
  main > article .rituals .ritual-list .col-5 {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  main > article h1 br {
    display: none;
  }
  main > article .container {
    padding: 0 30px;
  }
  main > article .video-embed .container {
    padding: 0 15px;
  }
  main > article header {
    overflow: hidden;
  }
  main > article header .lottie-wrapper {
    width: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
    padding: 0 0 60px;
  }
  main > article header .lottie-wrapper .presnted-by {
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(50%);
    transform: translate(50%);
    width: 42%;
    height: auto;
    margin: 0;
  }
  main > article .rituals {
    margin-bottom: 60px;
  }
  main > article .rituals h2 + p {
    font-size: 16px;
  }
  main > article .rituals h2 {
    font-size: 25px;
  }
  main > article .rituals h3 {
    text-align: center;
  }
  main > article .rituals .ritual-list {
    padding: 80px 15px 0;
  }
  main > article .rituals .ritual-list .container {
    padding: 0;
  }
  main > article .rituals .ritual-list p.center {
    margin-bottom: 80px;
    text-align: center;
  }
  main > article .most-successful .container {
    padding: 0 15px;
  }
  main > article .most-successful .most-successful-list {
    padding: 0;
  }
  main > article .most-successful .most-successful-list .stat {
    padding-left: 0;
  }
  main > article .most-successful .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main > article .most-successful .flex .stat:first-child {
    border-top: none;
  }
  main > article .percent-bars {
    margin-bottom: 40px;
  }
  main > article .percent-bars h2 {
    padding: 0 15px;
  }
  main > article .percent-bars .bars {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main > article .percent-bars .bars .bar {
    padding: 20px 0;
  }
  main > article .percent-bars .bars .bar p br {
    display: none;
  }
  main > article .pdf-download .pdf-container {
    padding-left: 0;
  }
  main > article .pdf-download .pdf-container .pdf-img {
    padding-right: 15px;
  }
  main > article .pdf-download .pdf-container .pdf-text a,
  main > article .pdf-download .pdf-container .pdf-text p {
    font-size: 16px;
  }
  main > article .state-of-teams .col-xs-12 {
    padding: 0;
  }
  main > article section.in-this-series h2 {
    font-size: 25px;
  }
  main > article section.in-this-series img {
    margin-bottom: 10px;
  }
  main > article .in-this-series p {
    font-size: 20px;
    margin-bottom: 2em;
  }
  main > article .in-this-series .container {
    padding: 0 15px;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes swing {
  0%,
  to {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@keyframes swing {
  0%,
  to {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@-webkit-keyframes swingRight {
  0%,
  to {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@keyframes swingRight {
  0%,
  to {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 158;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 158;
  }
}
