/*detail*/
* {
  word-break: break-word;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: whitesmoke;
}

main {
  display: flex;
  flex: 1;
  flex-direction: column;
}

h1 {
  font-size: 1.8rem;
  color: #585858;
}

h2 {
  font-size: 1.6rem;
  color: #585858;
}

h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #585858;
}

h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #585858;
}

h5 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #585858;
}

h6 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #585858;
}

p {
  word-break: break-word;
}

hr {
  box-sizing: content-box;
  height: 1px;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

.flex-1 {
  display: flex;
  flex-direction: column;
  flex: 1;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

blockquote, figure, pre {
  margin: 0;
}

ol, ul {
  padding-inline-start: 25px;
}

ul.cms-ul {
  list-style: none;
  padding-inline-start: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
    box-sizing: border-box;
    font-family: "Inter", sans-serif !important;
    line-height: 1.5;
}

body {
    position: relative !important;
    font-size: 16px;
    display: block;
    font-family: "Inter", sans-serif !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

img {
  display: inline;
}

.ac-parralax {
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 576px) {
  .ac-parralax {
    height: 300px;
  }
}
.ac-parralax__overlay {
  background-image: linear-gradient(rgba(56, 72, 91, 0.1), rgba(56, 72, 91, 0.75));
  height: 500px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ac-parralax__overlay a {
  color: white;
}
@media only screen and (max-width: 576px) {
  .ac-parralax__overlay {
    height: 300px;
  }
}

.ac-panel {
  color: #474747;
  display: inline-block;
  background-color: white;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
}
@media only screen and (max-width: 768px) {
  .ac-panel {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
.ac-panel:hover {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
}
.ac-panel--image-left {
  flex-direction: row;
}
.ac-panel__firm {
  font-size: 1.2rem;
  padding: 10px;
  margin: 0px;
  color: grey;
  background-color: whitesmoke;
}
.ac-panel__image {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
  height: 170px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .ac-panel__image {
    border-radius: 0;
  }
}
.ac-panel__image-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #8d8d8d;
}
.ac-panel__heading {
  margin: 0;
  background-color: whitesmoke;
  border-radius: 5px 5px 0 0;
  font-size: 1.8rem;
  padding: 10px;
}
.ac-panel__heading--purple {
  background-color: #6c5ce7;
  color: white;
}
.ac-panel__heading--small {
  font-size: 1.4rem;
  padding: 5px;
  margin: 0;
}
.ac-panel__title {
  margin: 0;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 10px;
  padding-bottom: 0;
}
.ac-panel__body {
  min-height: 135px;
  margin-top: auto;
}
.ac-panel__section {
  display: flex;
  align-items: center;
  border-bottom: 1px solid whitesmoke;
  padding: 10px;
}
.ac-panel__section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.ac-panel__section-heading {
  margin: 0;
  font-size: 1.4rem;
  color: #8a8a8a;
  font-weight: 400;
}
.ac-panel__paragraph {
  margin: 0 0 0 auto;
}
.ac-panel__footer {
  margin-top: auto;
  padding: 10px;
}
.ac-panel__button {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  text-align: right;
  font-weight: 600;
  color: grey;
}

.panel-firmuser {
  color: #474747;
  display: inline-block;
  background-color: white;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
}
@media only screen and (max-width: 768px) {
  .panel-firmuser {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
.panel-firmuser:hover {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
}
.panel-firmuser__heading {
  margin: 0;
  background-color: whitesmoke;
  border-radius: 5px 5px 0 0;
  font-size: 1.8rem;
  padding: 10px;
}
.panel-firmuser__body {
  margin-top: auto;
}
.panel-firmuser__paragraph {
  margin: 0;
  padding: 10px;
}
.panel-firmuser__footer {
  margin-top: auto;
  padding: 10px;
}
.panel-firmuser__button {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  text-align: right;
  font-weight: 600;
  color: grey;
}

.grid {
  display: flex;
  display: grid;
  grid-gap: 10px;
}
.grid__sm--1 {
  display: block;
}
@supports (display: grid) {
  .grid__sm--1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .grid__sm--1 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--1 {
    grid-template-columns: 1fr;
  }
}
.grid__sm--2 {
  display: block;
}
@supports (display: grid) {
  .grid__sm--2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .grid__sm--2 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--2 {
    grid-template-columns: 1fr;
  }
}
.grid__sm--3 {
  display: block;
}
@supports (display: grid) {
  .grid__sm--3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid__sm--3 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__sm--3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--3 {
    grid-template-columns: 1fr;
  }
}
.grid__sm--4 {
  display: block;
}
@supports (display: grid) {
  .grid__sm--4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid__sm--4 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__sm--4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .grid__sm--4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--4 {
    grid-template-columns: 1fr;
  }
}
.grid__sm--5 {
  display: block;
}
@supports (display: grid) {
  .grid__sm--5 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid__sm--5 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__sm--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .grid__sm--5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--5 {
    grid-template-columns: 1fr;
  }
}
.grid__sm--1-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 576px) {
  .grid__sm--1-2 {
    grid-template-columns: 1fr;
  }
}
.grid__sm--c1span2 :nth-child(1) {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
@media only screen and (max-width: 576px) {
  .grid__sm--c1span2 :nth-child(1) {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
}
@media only screen and (max-width: 768px) {
  .grid__sm--c1span2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--c1span2 {
    grid-template-columns: 1fr;
  }
}
.grid__md--1 {
  display: block;
}
@supports (display: grid) {
  .grid__md--1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .grid__md--1 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__md--1 {
    grid-template-columns: 1fr;
  }
}
.grid__md--2 {
  display: block;
}
@supports (display: grid) {
  .grid__md--2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .grid__md--2 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__md--2 {
    grid-template-columns: 1fr;
  }
}
.grid__md--3 {
  display: block;
}
@supports (display: grid) {
  .grid__md--3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid__md--3 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__md--3 {
    grid-template-columns: 1fr;
  }
}
.grid__md--4 {
  display: block;
}
@supports (display: grid) {
  .grid__md--4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid__md--4 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__md--4 {
    grid-template-columns: 1fr;
  }
}
.grid__md--1-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 768px) {
  .grid__md--1-2 {
    grid-template-columns: 1fr;
  }
}
.grid__md--c1span2 :nth-child(1) {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
@media only screen and (max-width: 768px) {
  .grid__md--c1span2 :nth-child(1) {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__md--c1span2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .grid__md--c1span2 {
    grid-template-columns: 1fr;
  }
}
.grid__lg--1 {
  display: block;
}
@supports (display: grid) {
  .grid__lg--1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .grid__lg--1 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__lg--1 {
    grid-template-columns: 1fr;
  }
}
.grid__lg--2 {
  display: block;
}
@supports (display: grid) {
  .grid__lg--2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .grid__lg--2 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__lg--2 {
    grid-template-columns: 1fr;
  }
}
.grid__lg--3 {
  display: block;
}
@supports (display: grid) {
  .grid__lg--3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid__lg--3 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__lg--3 {
    grid-template-columns: 1fr;
  }
}
.grid__lg--4 {
  display: block;
}
@supports (display: grid) {
  .grid__lg--4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid__lg--4 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__lg--4 {
    grid-template-columns: 1fr;
  }
}
.grid__lg--c1span2 :nth-child(1) {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
@media only screen and (max-width: 768px) {
  .grid__lg--c1span2 :nth-child(1) {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__lg--c1span2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .grid__lg--c1span2 {
    grid-template-columns: 1fr;
  }
}
.grid__xl--1 {
  display: block;
}
@supports (display: grid) {
  .grid__xl--1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .grid__xl--1 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .grid__xl--1 {
    grid-template-columns: 1fr;
  }
}
.grid__xl--2 {
  display: block;
}
@supports (display: grid) {
  .grid__xl--2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .grid__xl--2 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .grid__xl--2 {
    grid-template-columns: 1fr;
  }
}
.grid__xl--3 {
  display: block;
}
@supports (display: grid) {
  .grid__xl--3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid__xl--3 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .grid__xl--3 {
    grid-template-columns: 1fr;
  }
}
.grid__xl--4 {
  display: block;
}
@supports (display: grid) {
  .grid__xl--4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid__xl--4 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .grid__xl--4 {
    grid-template-columns: 1fr;
  }
}
.grid__tiles--1 {
  display: block;
}
@supports (display: grid) {
  .grid__tiles--1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .grid__tiles--1 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .grid__tiles--1 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__tiles--1 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
  }
}
.grid__tiles--2 {
  display: block;
}
@supports (display: grid) {
  .grid__tiles--2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .grid__tiles--2 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .grid__tiles--2 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__tiles--2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
  }
}
.grid__tiles--3 {
  display: block;
}
@supports (display: grid) {
  .grid__tiles--3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid__tiles--3 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__tiles--3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__tiles--3 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__tiles--3 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
  }
}
.grid__tiles--4 {
  display: block;
}
@supports (display: grid) {
  .grid__tiles--4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid__tiles--4 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__tiles--4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .grid__tiles--4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__tiles--4 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__tiles--4 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
  }
}
.grid__tiles--5 {
  display: block;
}
@supports (display: grid) {
  .grid__tiles--5 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid__tiles--5 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__tiles--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .grid__tiles--5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__tiles--5 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__tiles--5 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
  }
}
.grid__sidebar--left-right-300 {
  display: grid;
  grid-template-columns: 300px 1fr 300px;
}
@media only screen and (max-width: 1366px) {
  .grid__sidebar--left-right-300 {
    grid-template-columns: auto 1fr 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__sidebar--left-right-300 {
    grid-template-columns: 1fr;
  }
}
.grid__table--3-col {
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1280px) {
  .grid__table--3-col {
    grid-template-columns: 1fr;
  }
}
.grid--grid-gap-30 {
  grid-gap: 30px !important;
}
@media only screen and (max-width: 576px) {
  .grid--grid-gap-15-sm {
    grid-gap: 15px;
  }
}
.grid--grid-gap-0 {
  grid-gap: 0;
}
@media only screen and (max-width: 576px) {
  .grid--reverse-sm {
    display: flex;
    flex-direction: column-reverse;
  }
}

.ac-head {
  padding: 7px 10px;
  margin-bottom: 10px;
  background-color: #6c5ce7;
  padding: 10px;
  color: white;
  border-radius: 5px;
}

.ac-heading {
  padding: 7px 10px;
  margin-bottom: 10px;
}
.ac-heading--bg-whitesmoke {
  background-color: whitesmoke;
  border-radius: 5px;
}
.ac-heading--box-shaddow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
}

.ac-font-size--14 {
  font-size: 1.4rem;
}
.ac-font-size--16 {
  font-size: 1.6rem;
}
.ac-font-size--18 {
  font-size: 1.8rem;
}
.ac-font-size--40 {
  font-size: 4rem;
}

.ac-background--blue {
  width: 100%;
  background-color: aqua;
}
.ac-background--purple {
  background-color: #6c5ce7;
}
.ac-background--whitesmoke {
  background-color: whitesmoke;
}

.background__white {
  background-color: white;
  padding: 15px;
}
@media only screen and (max-width: 576px) {
  .background__white {
    padding: 5px;
  }
}
@media only screen and (max-width: 576px) {
  .background--hidden-sm {
    background-color: transparent;
  }
}

.ac-font-color--white {
  color: white;
}
.ac-font-color--green {
  color: #28a745;
}

.ac-padding--10 {
  padding: 10px;
}
.ac-padding--15 {
  padding: 15px;
}
.ac-padding--b-0 {
  padding-bottom: 0;
}
.ac-padding--b-10 {
  padding-bottom: 10px;
}
.ac-padding--b-15 {
  padding-bottom: 15px;
}

.ac-margin--l-15 {
  margin-left: 15px;
}
.ac-margin--l-auto {
  margin-left: auto;
}
.ac-margin--t-10 {
  margin-top: 10px;
}
.ac-margin--t-20 {
  margin-top: 20px;
}
.ac-margin--b-0 {
  margin-bottom: 0;
}
.ac-margin--b-5 {
  margin-bottom: 5px;
}
.ac-margin--b-10 {
  margin-bottom: 10px;
}
.ac-margin--b-15 {
  margin-bottom: 10px;
}
.ac-margin--b-20 {
  margin-bottom: 20px;
}
.ac-margin--r-20 {
  margin-right: 20px;
}

.margin--15 {
  margin: 15px;
}
.margin__left--auto {
  margin-left: auto;
}
.margin__top--15 {
  margin-top: 15px;
}
.margin__top--30 {
  margin-top: 30px;
}
.margin__right--5 {
  margin-right: 5px;
}
.margin__right--10 {
  margin-right: 10px;
}
.margin__right--15 {
  margin-right: 15px;
}
.margin__right--30 {
  margin-right: 30px;
}
.margin__bottom--5 {
  margin-bottom: 5px;
}
.margin__bottom--10 {
  margin-bottom: 10px;
}
.margin__bottom--15 {
  margin-bottom: 15px;
}
.margin__bottom--30 {
  margin-bottom: 30px;
}
.margin__topbottom--15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin__topbottom--30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container--fluid {
  width: 100%;
}
.container--xs {
  width: 576px;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .container--xs {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
.container--sm {
  width: 576px;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .container--sm {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
.container--md {
  width: 768px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .container--md {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
.container--lg {
  width: 1024px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .container--lg {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
.container--lg-align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1024px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .container--lg-align-center {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
.container--classes {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  /*@media only screen and ( max-width: 1640px ){
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding-right: 315px;
  }

  @media only screen and ( max-width: $bp-lg ){
      padding-right: 15px;
  }*/
}
@media only screen and (max-width: 768px) {
  .container--classes {
    padding: 0;
    margin-bottom: 50px;
  }
}
.container--academy {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .container--academy {
    padding: 0;
  }
}
.container--xl {
  width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  .container--xl {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
.container--nav {
  width: 1024px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .container--nav {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .container--nav {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.container--prl-0 {
  padding-right: 0;
  padding-left: 0;
}
.container--mtb0 {
  margin-top: 0;
  margin-bottom: 0;
}

.button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: 0.2s;
}
.button--back {
  margin-top: 10px;
}
@media only screen and (max-width: 576px) {
  .button--back {
    margin: 10px;
  }
}
.button--green {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.button--blue {
  color: #fff;
  background-color: #1E5078;
}
.button--grey {
  color: #fff;
  background-color: #6c757d;
}
.button--lightgrey {
  color: #5b5b5b;
  background-color: #e1e5e8;
}
.button--small {
  padding: 5px 10px;
  font-size: 1.4rem;
}
.button--lightgreen {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.button--lightergrey {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.button--lightred {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.button--lightyellow {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.button--weak-grey {
  background-color: transparent;
  border: 1px solid #c7c7c7;
  color: grey;
}
.button:hover {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.align-center {
  display: flex;
  align-items: center;
}

.align-right {
  display: flex;
  margin-left: auto;
}

.d-flex {
  display: flex;
}

.f-direction-col {
  flex-direction: column;
}

.align-right {
  margin-left: auto;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.float--left {
  float: left;
}

.list__style--unstyled {
  padding-inline-start: 0;
  list-style: none;
}

.jumbotron {
  position: relative;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media only screen and (max-width: 768px) {
  .jumbotron {
    margin-top: 0;
  }
}
.jumbotron__heading {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 576px) {
  .jumbotron__heading {
    font-size: 2.5rem;
  }
}
.jumbotron__heading-2 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
.jumbotron__text {
  margin: 0;
  font-size: 1.6rem;
}
.jumbotron__icon {
  font-size: 45px;
  color: #5c5c5c;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 139px;
  background-color: #D0D3D6;
}
@media (max-width: 576px) {
  .jumbotron__icon {
    font-size: 25px;
    width: 75px;
  }
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.visibility__hidden {
  display: none;
}
@media only screen and (max-width: 768px) {
  .visibility__hidden--md {
    display: none;
  }
}
.visibility__visble {
  display: block;
}
.visibility__visble--md {
  display: none;
}
@media only screen and (max-width: 768px) {
  .visibility__visble--md {
    display: block;
  }
}

.quiz {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.quiz__question {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid #e9e9e9;
  background-color: #fffbfb;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .quiz__question {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
.quiz__question--participant {
  grid-template-columns: 7fr 5fr;
}
.quiz__question-heading {
  margin: 0;
  padding: 10px;
}
.quiz__question-description {
  display: block;
}
.quiz__internal-code {
  background-color: #f6f6f6;
  margin: 0;
  padding: 10px;
  color: #646464;
  margin-bottom: 0;
}
.quiz__heading {
  margin: 0;
  background-color: #e9ecef;
  padding: 5px 10px;
  color: #646464;
}
.quiz__correct-answer {
  margin: 0;
  padding: 10px;
  font-weight: 500;
  white-space: break-spaces;
}
.quiz__description {
  white-space: break-spaces;
  padding: 10px;
  margin: 0;
  height: 100%;
}
.quiz__description--border {
  border-right: 2px solid whitesmoke;
}
.quiz__options {
  display: flex;
  flex-direction: column;
}
.quiz__options--answered {
  -webkit-box-shadow: 0px 0px 10px 0px #d0d0d0;
  -moz-box-shadow: 0px 0px 10px 0px #d0d0d0;
  box-shadow: 0px 0px 10px 0px #d0d0d0;
}
.quiz__options:last-child {
  margin-bottom: 0;
}
.quiz__option {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
}
.quiz__option--selected {
  background-color: #ffe8b7;
  padding: 10px;
  margin: 5px 0;
}
.quiz__input {
  margin-right: 5px;
  background-color: #ffe8b7;
}
.quiz__answer {
  background-color: #ffe8b7;
  border: 0;
  max-width: 100%;
  padding: 10px;
  margin: 10px;
}
.quiz__answer--textarea {
  min-height: 200px;
  height: 100%;
  resize: vertical;
}
.quiz__validation-icon {
  margin-right: 10px;
}
.quiz__validation-icon--correct {
  color: #60ba60;
}
.quiz__validation-icon--incorrect {
  color: #ff5757;
}

.breadcrumbs1 {
  background-color: white;
  padding: 10px;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid whitesmoke;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs1 {
    margin-top: 0;
  }
}
.breadcrumbs1__breadcrumb {
  margin: 0;
  font-weight: 500;
  color: #949494;
}
.breadcrumbs1__breadcrumb--active {
  color: #4F4F4F;
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.modal--hidden {
  display: none;
}
.modal__box {
  width: 768px;
  background-color: white;
  border-radius: 5px;
  max-height: calc( 100vh - 10% );
  display: flex;
  flex-direction: column;
}
.modal__box--small {
  width: 375px;
}
@media only screen and (max-width: 375px) {
  .modal__box--small {
    width: 100%;
  }
}
.modal__header {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 10px;
  background-color: whitesmoke;
  border-radius: 5px 5px 0 0;
}
.modal__heading {
  color: #4f4f4f;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
}
.modal__icon-close {
  margin-left: auto;
  color: grey;
  font-size: 25px;
}
.modal__icon-close:hover {
  cursor: pointer;
}
.modal__body {
  background-color: white;
  padding: 10px;
  max-height: 100%;
  overflow: auto;
}
.modal__body:last-child {
  border-radius: 0 0 5px 5px;
}
.tile {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: 0 0 5px 0 rgba(207, 207, 207, 0.95);
  border-radius: 5px;
  transition: 0.3s;
  user-select: none;
  min-height: 150px;
  text-align: center;
}
.tile:hover {
  transition: 0.3s;
  box-shadow: 0 0 10px 0 rgba(151, 151, 151, 0.95);
  cursor: pointer;
}
.tile__icon {
  font-size: 45px;
  color: grey;
}
.tile__text {
  margin: 0;
  margin-top: 5px;
  color: #6e6e6e;
  font-size: 1.6rem;
  font-weight: 500;
}

.accordion {
  border-bottom: 1px solid whitesmoke;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.accordion:hover {
  cursor: pointer;
}
.accordion:last-child {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
.accordion__header {
  display: flex;
  align-items: center;
  user-select: none;
  min-height: 40px;
}
.accordion__heading-icon {
  font-size: 20px;
  margin-right: 10px;
  color: #58595a;
}
.accordion__heading {
  margin: 0;
  font-weight: 400;
}
.accordion__chevron {
  margin-left: auto;
  font-size: 20px;
  color: #959595;
  transition: 0.3s;
}
.accordion__chevron:hover {
  cursor: pointer;
}
.accordion__chevron--open {
  transform: rotate(180deg);
  transition: 0.3s;
}
.accordion__body {
  min-height: 50px;
  max-height: 100vh;
  transition: 0.5s;
}
.accordion__body--hidden {
  transition: 0.5s;
  min-height: 0px;
  max-height: 0px;
  overflow: hidden;
}

.small-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 2.5rem;
  height: 50px;
  width: 25%;
  margin-right: 15px;
  border-radius: 5px;
  text-align: center;
  border: 0;
  min-width: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(140, 140, 140, 0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(140, 140, 140, 0.5);
  box-shadow: 0 0 5px 0 rgba(140, 140, 140, 0.5);
}
.small-box:last-child {
  margin-right: 0;
}

.animation__spin--infinate {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.textarea {
  width: 354px;
  overflow: auto;
  border: 1px solid lightgrey;
  border-radius: 5px;
  min-height: 250px;
  margin: 0px;
  padding: 10px;
}
.textarea--rv {
  resize: vertical;
}
.textarea--mh-250 {
  min-height: 250px;
}
.textarea--mh-150 {
  min-height: 150px;
}

.error__border {
  border: 2px solid #ffadb5;
}

.boxlist {
  border: 1px solid #eaeaea;
  margin-top: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
}
.boxlist__item {
  background-color: white;
  border-bottom: 1px solid whitesmoke;
}
.boxlist__item:last-child {
  border-bottom: 0;
}
.boxlist__header {
  padding: 10px;
  background-color: whitesmoke;
}
.boxlist__heading {
  margin: 0;
}
.boxlist__body {
  padding: 10px;
  padding-top: 0;
}
.boxlist__label {
  color: grey;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
}
.boxlist__text-container {
  display: flex;
  margin: 0;
  margin-bottom: 5px;
}
.boxlist__text-container:last-child {
  margin: 0;
}
.boxlist__text {
  margin: 0;
  margin-left: auto;
}

.accordion {
  background-color: #fff;
  border: 1px solid whitesmoke;
  border-radius: 5px;
}
.accordion__header {
  display: flex;
  align-items: center;
  margin: 0;
  color: #545454;
  background-color: whitesmoke;
  border-color: whitesmoke;
  padding: 10px 15px;
}
.accordion__header:hover {
  cursor: pointer;
}
.accordion__icon {
  margin-left: auto;
  font-size: 20px;
  transition: 0.2s;
}
.accordion__icon--open {
  transition: 0.2s;
  transform: rotate(45deg);
}
.accordion__heading {
  margin: 0;
}
.accordion__body {
  max-height: 0;
  transition: 0.4s;
  overflow: hidden;
}
.accordion__body--open {
  transition: 0.8s;
  max-height: 2000px;
}
.accordion__link {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  padding: 10px;
  border-top: 1px solid whitesmoke;
  color: grey;
}
.accordion__image {
  max-width: 100%;
  height: auto;
  max-height: 217px;
  display: block;
  margin: auto;
}
.accordion__content {
  padding: 10px;
}

.cta-box {
  display: inline-block;
  padding: 10px;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.cta-box:hover {
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.cta-box__content-container {
  position: relative;
  height: 150px;
  max-width: 100%;
  background-color: whitesmoke;
}
@media only screen and (max-width: 576px) {
  .cta-box__content-container {
    height: 100px;
  }
}
.cta-box__heading {
  font-weight: 500;
  font-size: 1.8rem;
  background-color: whitesmoke;
  padding: 10px;
  color: #696969;
  display: block;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.cta-box__image {
  background-color: whitesmoke;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .cta-box__image {
    height: 100px;
  }
}
.cta-box__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta-box__body {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2b2b2b;
}
.cta-box__button {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  letter-spacing: 2px;
  color: #424242;
  transition: 0.3s;
  /*&:hover {
      transition: 0.3s;
      cursor: pointer;
      background-color: #949494;
      color: white;
  }*/
}

.image-list {
  display: flex;
  flex-direction: column;
}
.image-list__container {
  display: grid;
  grid-template-columns: 300px 1fr;
  background-color: white;
  margin: 5px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.image-list__container:last-child {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .image-list__container {
    grid-template-columns: 250px 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .image-list__container {
    grid-template-columns: 1fr;
  }
}
.image-list__image {
  width: 300px;
  height: 220px;
  object-fit: cover;
  border-right: 1px solid #ececec;
}
@media only screen and (max-width: 768px) {
  .image-list__image {
    width: 250px;
    height: 170px;
  }
}
@media only screen and (max-width: 576px) {
  .image-list__image {
    width: 100%;
    height: auto;
  }
}
.image-list__content-container {
  display: flex;
  flex-direction: column;
}
.image-list__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 30px;
  height: 100%;
  overflow: auto;
  font-size: 1.6rem;
  line-height: 28px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .image-list__content {
    padding: 15px;
  }
}
.image-list__heading {
  margin: 0;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 300;
  color: black;
}
.image-list__button {
  padding: 5px 10px;
  border: 2px solid gainsboro;
  color: grey;
  transition: 0.2s;
  display: inline-block;
}
.image-list__button:hover {
  transition: 0.2s;
  background-color: grey;
  color: white;
  border: 2px solid grey;
}

.panel-box {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid whitesmoke;
  border-radius: 5px;
}
.panel-box__header {
  margin: 0;
  color: #545454;
  background-color: whitesmoke;
  border-color: whitesmoke;
}
.panel-box__heading {
  margin: 0;
  padding: 10px 15px;
}
.panel-box__image {
  max-width: 100%;
  height: auto;
  max-height: 217px;
  display: block;
  margin: auto;
}
.panel-box__content {
  padding: 10px;
}

.zigzag-list-angle {
  margin: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .zigzag-list-angle--reverse-mobile {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.zigzag-list-angle__image-container {
  display: flex;
  position: relative;
}
.zigzag-list-angle__image {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.zigzag-list-angle__image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-bottom: 450px solid white;
  border-left: 100px solid transparent;
}
.zigzag-list-angle__image-overlay--img-right {
  left: 0;
  right: auto;
  border-bottom: 0;
  border-left: 0;
  border-top: 450px solid white;
  border-right: 100px solid transparent;
}
@media only screen and (max-width: 768px) {
  .zigzag-list-angle__image-overlay {
    display: none;
  }
}
.zigzag-list-angle__content-container {
  background-color: white;
  display: flex;
  flex-direction: column;
  height: 450px;
}
@media only screen and (max-width: 768px) {
  .zigzag-list-angle__content-container {
    height: auto;
  }
}
.zigzag-list-angle__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 30px;
  height: 100%;
  overflow: auto;
  font-size: 1.6rem;
  line-height: 28px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .zigzag-list-angle__content {
    padding: 15px;
  }
}
.zigzag-list-angle__heading {
  margin: 0;
  font-size: 3.5rem;
  font-weight: 300;
  color: black;
  line-height: 40px;
}
.zigzag-list-angle__button {
  padding: 5px 10px;
  border: 2px solid gainsboro;
  color: grey;
  transition: 0.2s;
  display: inline-block;
}
.zigzag-list-angle__button:hover {
  transition: 0.2s;
  background-color: grey;
  color: white;
  border: 2px solid grey;
}

@media only screen and (max-width: 768px) {
  .zigzag-list--reverse-mobile {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.zigzag-list__image-container {
  display: flex;
  position: relative;
}
.zigzag-list__image {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.zigzag-list__image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-bottom: 450px solid white;
  border-left: 100px solid transparent;
}
.zigzag-list__image-overlay--img-right {
  left: 0;
  right: auto;
  border-bottom: 0;
  border-left: 0;
  border-top: 450px solid white;
  border-right: 100px solid transparent;
}
@media only screen and (max-width: 768px) {
  .zigzag-list__image-overlay {
    display: none;
  }
}
.zigzag-list__content-container {
  background-color: whitesmoke;
  display: flex;
  flex-direction: column;
  height: 450px;
}
@media only screen and (max-width: 768px) {
  .zigzag-list__content-container {
    height: auto;
  }
}
.zigzag-list__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 30px;
  height: 100%;
  overflow: auto;
  font-size: 1.6rem;
  line-height: 28px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .zigzag-list__content {
    padding: 15px;
  }
}
.zigzag-list__heading {
  margin: 0;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 300;
  color: black;
}
.zigzag-list__button {
  padding: 5px 10px;
  border: 2px solid gainsboro;
  color: grey;
  transition: 0.2s;
  display: inline-block;
}
.zigzag-list__button:hover {
  transition: 0.2s;
  background-color: grey;
  color: white;
  border: 2px solid grey;
}

.paragraph--large {
  font-size: 1.6rem;
  line-height: 28px;
  letter-spacing: 1px;
}

.dropdown {
  transition: 0.3s;
}
.dropdown__toggle {
  display: flex;
  align-items: center;
}
.dropdown__menu {
  position: absolute;
  top: 50px;
  background-color: white;
  border-top: 5px;
  border-radius: 0 0 5px 5px;
  min-width: 150px;
  height: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease-out;
  border: 0px solid whitesmoke;
}
@media only screen and (max-width: 768px) {
  .dropdown__menu {
    position: relative;
    top: 0;
    border: 0;
  }
}
.dropdown__menu--show {
  transition: 0.3s;
  height: auto;
  max-height: 1000px;
  border: 1px solid whitesmoke;
  border-top: 0;
  transition: all 0.4s ease-in;
}
@media only screen and (max-width: 768px) {
  .dropdown__menu--show {
    border: 0;
  }
}
.dropdown__menu li {
  border-bottom: 1px solid whitesmoke;
}
.dropdown__menu li a {
  padding-left: 15px;
  color: #696969 !important;
}
@media only screen and (max-width: 1024px) {
  .dropdown__menu li a {
    padding-left: 30px;
  }
}
.dropdown__chevron {
  margin-left: 10px;
  display: inline-block;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .dropdown__chevron {
    margin-left: auto;
  }
}
.dropdown__chevron--active {
  transform: rotate(180deg);
  transition: 0.3s;
}

.navbar {
  position: relative;
  width: 100%;
  background-color: #f3f3f3;
  display: flex;
  min-height: 70px;
  height: auto;
  border: 0;
  z-index: 1;
}
.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: whitesmoke;
    height: auto;
    min-height: 50px;
  }
}
.navbar--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.navbar--white {
  background-color: white;
  /*border-bottom: 2px solid #e6e6e6;*/
  box-shadow: 0 0 5px rgba(119, 119, 119, 0.2);
}
.navbar__collapse {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .navbar__collapse {
    display: none;
    position: absolute;
    display: block;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 100%;
    transition: 0.4s;
    overflow: auto;
    background-color: white;
  }
}
@media only screen and (max-width: 768px) {
  .navbar__collapse--show {
    -webkit-box-shadow: -5px 2px 5px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: -5px 2px 5px 0px rgba(0, 0, 0, 0.17);
    box-shadow: -5px 2px 5px 0px rgba(0, 0, 0, 0.17);
    position: absolute;
    display: block;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc( 100vh - 70px );
    transition: 0.4s;
    background-color: white;
  }
}
.navbar__text-container {
  margin-right: 15px;
}
.navbar__user-img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 10px;
}
.navbar__text {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 500;
  color: #9c9c9c;
  padding-left: 15px;
  padding-right: 15px;
  word-break: normal;
}
.navbar__container {
  margin: auto 0;
  width: 100%;
  display: flex;
}
.navbar__body {
  display: flex;
  align-items: center;
  /* margin-left: auto;
  margin-right: auto;*/
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100vw;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .navbar__body {
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar__link {
  display: flex;
  align-items: center;
}
.navbar__link--active {
  background-color: #526279;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .navbar__link--active {
    border-radius: 0;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    background-color: #eaeaea;
  }
}
.navbar__link--active-instructor {
  background-color: #949494;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .navbar__link--active-instructor {
    border-radius: 0;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    background-color: #eaeaea;
  }
}
.navbar__actions {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.navbar__actions > a:first-child {
  color: #1E5078;
  font-size: 1.8rem;
  font-weight: 600;
  margin-right: 15px;
  margin-left: auto;
}
.navbar__actions > a:last-child {
  font-size: 1.4rem;
  line-height: 40px;
  color: #fff;
  background-color: #1E5078;
  padding: 0 10px 0 10px;
  border-radius: 2px;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .navbar__actions {
    display: none;
  }
}
.navbar__firmname {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: grey;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  word-break: normal;
}
.navbar__logo {
  width: auto;
  max-height: 40px;
  margin: 5px 30px 5px 10px;
  /*margin-right: 30px;*/
}
.navbar__nav {
  display: flex;
  list-style: none;
  margin: 0;
  width: 100%;
}
.navbar__nav::-webkit-scrollbar {
  background-color: whitesmoke;
  height: 5px;
  border-radius: 5px;
}
.navbar__nav::-webkit-scrollbar-thumb {
  background-color: lightgrey;
  border-radius: 10px;
}
.navbar__nav--active {
  background-color: whitesmoke;
}
.navbar__nav--active a {
  color: #383838;
}
@media only screen and (max-width: 768px) {
  .navbar__nav {
    display: block;
  }
}
.navbar__nav li {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .navbar__nav li {
    border-bottom: 1px solid whitesmoke;
  }
  .navbar__nav li:last-child {
    padding-bottom: 0;
  }
}
.navbar__nav li:last-child {
  border-bottom: 0;
}
.navbar__nav li a {
  color: #696969;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 15px;
  padding-bottom: 14px;
  display: block;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .navbar__nav li a {
    color: #383838;
  }
}
.navbar__nav--hidden-lg {
  display: none;
}
@media only screen and (max-width: 768px) {
  .navbar__nav--hidden-lg {
    display: block;
  }
}
.navbar__bars {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  margin-right: 5px;
  z-index: 10;
}
.navbar__bars:hover {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .navbar__bars {
    display: block;
    display: flex;
  }
}
.navbar__bar {
  display: block;
  margin-bottom: 10px;
  width: 35px;
  height: 5px;
  background-color: grey;
  transition: 0.2s;
  border-radius: 5px;
}
.navbar__bar:last-child {
  margin-bottom: 0;
}
.navbar__bar--close-1 {
  transition: 0.2s;
  transform: rotate(-45deg);
  margin: 0;
}
.navbar__bar--close-2 {
  transition: 0.2s;
  transform: rotate(45deg);
  margin: -4px;
}

.navbar-bottom {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .navbar-bottom {
    display: block;
  }
}
.navbar-bottom__inner-container {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 50px;
  background-color: white;
  justify-content: center;
}
.navbar-bottom__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  background-color: white;
  padding: 10px;
  border: 0;
  text-align: center;
  border-right: 2px solid whitesmoke;
  border-left: 2px solid whitesmoke;
  color: #606060;
  font-weight: 500;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .navbar-bottom__button {
    width: 100%;
  }
}
.navbar-bottom__button--small {
  min-width: 70px;
  width: 70px;
}
.navbar-bottom__button--center {
  border-left: 0;
  border-right: 0;
}
.navbar-bottom__button:hover {
  cursor: pointer;
}
.navbar-bottom__icon--close {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .navbar-bottom__icon--close {
    display: none;
  }
}
.navbar-bottom__icon--open {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .navbar-bottom__icon--open {
    display: block;
  }
}

.table-module {
  width: 100%;
  border-spacing: 0;
}
.table-module__heading {
  margin: 0;
}
.table-module__th {
  padding: 10px;
  background-color: #e9ecef;
  color: grey;
  text-align: left;
  white-space: nowrap;
}
.table-module__th--module-info {
  width: 350px;
}
.table-module__th--passed {
  width: 100px;
}
.table-module__th--due-date {
  width: 100px;
}
.table-module__th--open {
  width: 50px;
}
.table-module__td {
  padding: 10px;
  background-color: white;
  border-top: 1px solid lightgrey;
}
.table-module__td--link:hover {
  color: inherit;
  text-decoration: none;
}
.table-module__td--open {
  white-space: nowrap;
  font-weight: 600;
  color: grey;
  text-align: center;
  width: auto;
}
.table-module__td--open-link {
  padding: 5px 10px;
  font-size: 1.4rem;
  width: 100%;
}
.table-module__td--open-link:hover {
  color: white;
}
.table-module__td--deadline {
  color: grey;
  white-space: nowrap;
}
.table-module__tr {
  border-spacing: 10px 0;
}

.chat {
  position: fixed;
  top: 80px;
  right: 0;
  bottom: 0;
  width: 300px;
  max-width: 300px;
  display: flex;
  height: calc( 100% - 132px );
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .chat {
    max-width: 100%;
    width: 100%;
  }
}
.chat--hidden {
  transition: 0.3s;
  visibility: hidden;
  max-width: 0;
  width: 0;
}
.chat--visible {
  display: flex !important;
}
@media only screen and (max-width: 1024px) {
  .chat {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .chat {
    top: 60px;
    width: 100%;
    height: calc( 100% - 109px );
  }
}
.chat__icon {
  position: fixed;
  top: 5px;
  right: 65px;
  font-size: 31px;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 100;
  color: #dddddd;
  display: none;
  position: fixed;
  top: 80px;
  right: 0px;
  font-size: 31px;
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 100;
  color: #dddddd;
  display: none;
  background-color: white;
  color: grey;
  border-bottom: 1px solid lightgrey;
  border-left: 1px solid lightgray;
}
@media only screen and (max-width: 1024px) {
  .chat__icon {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .chat__icon {
    display: none;
    position: static;
    top: 5px;
    right: 65px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 0;
    color: #dddddd;
  }
}

.participant {
  background-color: #e9ecef;
  padding: 4rem 2rem;
  margin-top: 10px;
  margin-bottom: 15px;
}
.participant__info {
  display: flex;
  margin-bottom: 10px;
}
.participant__info:last-child {
  margin-bottom: 0;
}
.participant__profile-image {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  object-fit: cover;
}
.participant__contact-info {
  margin-left: 10px;
}
.participant__contact-info-heading {
  font-size: 2rem;
  margin: 0;
  color: #606060;
}
.participant__contact-info-paragraph {
  margin: 0;
  color: #8E8E8E;
}
.participant__test-container {
  border: 1px solid #f4f4f4;
}
.participant__tests {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 15px;
  align-items: center;
  background-color: white;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .participant__tests--hidden-md {
    display: none;
  }
}
.participant__tests:last-child {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .participant__tests {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.participant__tests-body {
  margin: 0;
  color: #3D3D3D;
}
.participant__tests-body--heading {
  color: #646464;
  font-weight: 500;
}
.participant__answer-button {
  padding: 5px;
  background-color: #E7E7E7;
  color: #6B6B6B;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  user-select: none;
  white-space: nowrap;
  display: inline-block;
}
.participant__answer-button:hover {
  cursor: pointer;
}

.alert {
  position: relative;
  padding: 0.75rem 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert--danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert--secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.breadcrumbs {
  background-color: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  bottom: 50px;
  left: 0;
  visibility: hidden;
  max-height: 0;
  transition: 0.4s;
  border-radius: 5px 5px 0 0;
  margin-right: 300px;
  width: 568px;
  min-width: 568px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .breadcrumbs {
    bottom: 50px;
    margin-right: 0;
    width: 100%;
    min-width: 100%;
    box-shadow: 0 0 15px 0 #5c5c5c;
  }
}
.breadcrumbs--visible {
  max-height: calc( 100vh - 133px );
  transition: 0.4s;
  visibility: visible;
}
.breadcrumbs__header {
  display: flex;
  align-items: center;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  border-bottom: 1px solid #efefef;
  background-color: #38485f;
}
.breadcrumbs__heading {
  margin: 0;
  color: white;
}
.breadcrumbs__body {
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.breadcrumbs__close-icon {
  color: white;
  margin-left: auto;
  font-size: 20px;
}
.breadcrumbs__close-icon:hover {
  cursor: pointer;
}
.breadcrumbs__link {
  padding: 10px;
  border-bottom: 1px solid whitesmoke;
  transition: 0.2s;
  color: #5b5a5a;
}
.breadcrumbs__link:hover {
  transition: 0.2s;
  background-color: whitesmoke;
}
.breadcrumbs__link:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs__link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.panes {
  width: 100%;
  height: 50px;
  display: flex;
  border: 1px solid #ededed;
  border-radius: 5px;
  transition: 0.3s;
}
.panes__button {
  background-color: whitesmoke;
  border: 0;
  border-radius: 5px;
  font-size: 1.6rem;
  color: #646464;
  width: 100%;
}
.panes__button:last-child {
  border-left: 1px solid #ebebeb;
  border-radius: 0 5px 5px 0;
}
.panes__button:hover {
  cursor: pointer;
}
.panes__button--left {
  background: linear-gradient(to left, white 50%, whitesmoke 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.5s ease;
}
.panes__button--right {
  background: linear-gradient(to right, white 50%, whitesmoke 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.panes__button--active-left {
  font-weight: 500;
  background-color: white;
  color: #333333;
  background-position: right bottom;
}
.panes__button--active-right {
  font-weight: 500;
  background-color: white;
  color: #333333;
  background-position: left bottom;
}
.panes__section-left {
  display: none;
  /*position: absolute;
  top:0;
  transform: translateX(-105%);
  -webkit-transform: translateX(-105%);
  transition: 0.5s;
  float: left;*/
}
.panes__section-left--active {
  display: block;
  /*transition: 0.5s;
  transform: translateX(0);
  -webkit-transform: translateX(0);*/
}
.panes__section-right {
  display: none;
  /*position: absolute;
  top: 0;
  transform: translateX(105%);
  -webkit-transform: translateX(105%);
  transition: 0.5s;
  float: left;*/
}
.panes__section-right--active {
  display: block;
  /*transition: 0.5s;
  transform: translateX(0);
  -webkit-transform: translateX(0);*/
}

.panes-v2 {
  width: 100%;
  min-height: 50px;
  display: flex;
  border: 1px solid #ededed;
  border-radius: 5px;
  transition: 0.3s;
}
.panes-v2__button {
  background-color: whitesmoke;
  border: 0;
  border-radius: 5px;
  font-size: 1.6rem;
  color: #646464;
  width: 100%;
}
.panes-v2__button:last-child {
  border-left: 1px solid #ebebeb;
  border-radius: 0 5px 5px 0;
}
.panes-v2__button:hover {
  cursor: pointer;
}
.panes-v2__button--active {
  font-weight: 500;
  background-color: white;
  color: #333333;
  background-position: right bottom;
}
.panes-v2__section {
  display: none;
}
.panes-v2__section--active {
  display: block;
}

.profile {
  background-color: white;
  border-radius: 5px;
  display: flex;
  -webkit-box-shadow: 0 0 5px 0 rgba(194, 194, 194, 0.34);
  -moz-box-shadow: 0 0 5px 0 rgba(194, 194, 194, 0.34);
  box-shadow: 0 0 5px 0 rgba(194, 194, 194, 0.34);
}
@media only screen and (max-width: 576px) {
  .profile {
    flex-direction: column;
  }
}
.profile__user {
  display: flex;
  flex-direction: column;
}
.profile__user-info-section {
  display: flex;
}
.profile__icon {
  background-color: whitesmoke;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: grey;
  font-size: 25px;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.profile__user-label {
  margin: 0;
  font-size: 1.4rem;
  color: grey;
}
.profile__user-info-container {
  padding: 5px;
  padding-left: 10px;
  width: 100%;
  border-bottom: 1px solid whitesmoke;
}
.profile__user-status-contianer {
  display: flex;
  width: 100%;
  border-bottom: 1px solid whitesmoke;
}
.profile__user-status {
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.profile__user-info {
  margin: 0;
  font-weight: 500;
  color: #686868;
  font-size: 1.6rem;
  line-height: 17px;
}
.profile__image {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 5px 0 0 5px;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .profile__image {
    width: 100%;
    height: auto;
  }
}
.layout-container {
  position: fixed;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 300px 1fr;
}

.sidebar {
  display: flex;
  flex-direction: column;
  background-color: white;
  border: 1px solid #f5faff;
  border-radius: 10px;
  overflow: auto;
  width: 300px;
  height: 100%;
}
.sidebar__item-user {
  padding: 15px;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
  color: #585858;
  position: sticky;
  top: 0;
  background-color: white;
}
.sidebar__item-user--threecol {
  grid-template-columns: 50px 1fr 50px;
}
.sidebar__item-user-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 10px;
}
.sidebar__item-user-heading {
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0;
}
.sidebar__item-user-profile-link {
  color: grey;
}
.sidebar__item {
  padding: 15px 30px;
  margin-top: 10px;
  color: grey;
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: 10px;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.sidebar__item--active {
  border-left: 2px solid #77b9fa;
  color: #3998f9;
  background-color: #f5faff;
  font-weight: 500;
}
.sidebar__item:first-child {
  margin-top: 0;
}
.sidebar__bottom {
  margin-top: auto;
}

.box {
  background: white;
  border: 1px solid #f5faff;
  border-radius: 10px;
}
.box__header {
  padding: 10px;
}
.box__heading {
  font-weight: 500;
  color: #5d656e;
  margin: 0;
  font-size: 1.6rem;
}
.box__sub-heading {
  color: grey;
  margin: 0;
  font-weight: 400;
  font-size: 1.2rem;
}
.box__body {
  padding: 10px;
}
.box__text {
  margin: 0;
  font-weight: 400;
}
.box__button {
  padding: 10px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  border: 0;
  margin: 0;
  width: 100%;
  font-weight: 500;
  transition: 0.2s;
  color: #5d656e;
  border-top: 1px solid #f5faff;
}
.box__button:hover {
  cursor: pointer;
  transition: 0.2s;
  background-color: #2290ff;
  color: white;
}

.react-toggle {
  touch-action: pan-x;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  background-color: #4D4D4D;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #000000;
}

.react-toggle--checked .react-toggle-track {
  background-color: #19AB27;
}

.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #128D15;
}

.react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-check {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-x {
  opacity: 0;
}

.react-toggle-thumb {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  background-color: #FAFAFA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: #19AB27;
}

.react-toggle--focus .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 3px 2px #0099E0;
  -moz-box-shadow: 0px 0px 3px 2px #0099E0;
  box-shadow: 0px 0px 2px 3px #0099E0;
}

.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 5px 5px #0099E0;
  -moz-box-shadow: 0px 0px 5px 5px #0099E0;
  box-shadow: 0px 0px 5px 5px #0099E0;
}

.calendar-detail {
  display: flex;
  display: grid;
  grid-template-columns: 8fr 350px;
  grid-gap: 15px;
  margin-top: 15px;
}
@media only screen and (max-width: 576px) {
  .calendar-detail {
    grid-template-columns: 1fr;
  }
}
.calendar-detail__description-heading {
  font-size: 1.8rem;
  font-weight: 600;
  background-color: transparent;
  color: #383838;
}
.calendar-detail__button {
  padding: 10px 15px 10px 15px;
  background-color: whitesmoke;
  border: 1px solid lightgrey;
  border-radius: 5px;
  color: #808080;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.calendar-detail__button:hover {
  color: #404040;
  cursor: pointer;
  background-color: lightgrey;
  transition: 0.3s;
}
.calendar-detail__description {
  background-color: white;
}
.calendar-detail__event-detail {
  padding: 15px;
  background-color: whitesmoke;
}
@media only screen and (max-width: 576px) {
  .calendar-detail__event-detail {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.calendar-detail__event-detail-heading {
  background-color: #474747;
  color: white;
  padding: 10px;
  margin-bottom: 15px;
  user-select: none;
  margin: 0;
  margin-bottom: 10px;
}
.calendar-detail__event-detail-section {
  margin-bottom: 15px;
}
.calendar-detail__event-detail-section:last-child {
  margin-bottom: 0;
}
.calendar-detail__event-detail-item {
  margin-bottom: 15px;
}
.calendar-detail__event-detail-item:last-child {
  margin-bottom: 0;
}
.calendar-detail__event-detail-item-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #474747;
}

.calendar-list {
  display: flex;
  background-color: whitesmoke;
  transition: 0.2s;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.calendar-list:hover {
  transition: 0.2s;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);  
}
.calendar-list__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  width: 130px;
  overflow: hidden;
  background-color: #dedede;
  color: #383838;
  margin-right: 15px;
  padding: 10px;
  text-align: center;
}
.calendar-list__text {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
.calendar-list__text--small {
  font-size: 1.4rem;
  color: #585858;
  margin: 0;
}
.calendar-list__event {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px 10px 10px 0;
  width: calc( 100% - 130px);
}

.month-calendar {
  /*&__description-short{
      @media only screen and ( max-width: 500px ){
          display: none;
  }
  }*/
}
.month-calendar__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
  background-color: whitesmoke;
}
.month-calendar__heading {
  font-weight: 500;
  color: #383838;
}
.month-calendar__table-container {  
}
.month-calendar__table-container::-webkit-scrollbar {
  background-color: whitesmoke;
  height: 5px;
  width: 10px;
  border-radius: 5px;
}
.month-calendar__table-container::-webkit-scrollbar-thumb {
  background-color: lightgrey;
  border-radius: 5px;
}
.month-calendar__table {
  margin: auto;
  width: 100%;
  border-spacing: 0;
}
.month-calendar__table-row {
  position: relative;
  background-color: #ebebeb;
  display: none;
}
@media only screen and (min-width: 769px) {
  .month-calendar__table-row {
    display: table-row;
  }
}
.month-calendar__table-row--tablet {
  display: none;
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .month-calendar__table-row--tablet {
    display: table-row;
  }
}
.month-calendar__table-row--mobile {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 499px) {
  .month-calendar__table-row--mobile {
    display: table-row;
  }
}
.month-calendar__event {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
  background-color: #d7eaff;
  padding: 2px 4px;
  border-radius: 5px;
  font-size: 1.2rem;
  display: block;
  color: #5f5f5f;
}
.month-calendar__event:hover {
  cursor: pointer;
}
.month-calendar__event:hover > .tooltip {
  visibility: visible;
  transition-delay: 0.5s;
  width: 320px;
  padding: 5px 10px;
  margin-top: 0px;
}
.month-calendar__event:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 501px) {
  .month-calendar__event {
    display: block !important;
  }
}
@media only screen and (max-width: 500px) {
  .month-calendar__event {
    display: none;
  }
}
.month-calendar__event-time {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
.month-calendar__dot {
  display: none;
  color: grey;
}
@media only screen and (min-width: 501px) {
  .month-calendar__dot {
    display: none !important;
  }
}
@media only screen and (max-width: 500px) {
  .month-calendar__dot {
    display: block;
    text-align: center;
    margin-top: 5px;
  }
}
.month-calendar__table-heading {
  background-color: #ebebeb;
  border: 1px solid lightgrey;
  border-right: 0;
  z-index: 5;
  position: sticky;
  top: 0;
}
.month-calendar__table-heading--weekend {
  background-color: #d3f4d3 !important;
}
.month-calendar__table-heading:last-child {
  border-right: 1px solid lightgrey;
}
.month-calendar__table-heading--time {
  background-color: whitesmoke !important;
  color: #474747 !important;
  text-align: center;
  width: 15px !important;
  padding: 15px 5px 15px 5px !important;
  border: 1px solid lightgrey;
  border-right: 0;
  position: sticky;
  top: 0;
}
.month-calendar__day--last-month {
  color: #bbbbbb;
  background-color: #f7f7f7;
}
.month-calendar__day--next-month {
  color: #bbbbbb;
  background-color: #f7f7f7;
}
.month-calendar__button {
  color: #383838;
}

.calendar-selection {
  background-color: white;
  margin-bottom: 10px;
  padding: 10px;
}
.calendar-selection__item {
  color: #bbbbbb;
}
.calendar-selection__item--active {
  color: #383838;
}
.calendar-selection__item--search {
  color: #474747;
}

.day-calendar__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
  background-color: whitesmoke;
}
.day-calendar__heading {
  color: #383838;
}
.day-calendar__table-container {
  position: relative;
}
.day-calendar__table-container::-webkit-scrollbar {
  background-color: whitesmoke;
  height: 5px;
  width: 10px;
  border-radius: 5px;
}
.day-calendar__table-container::-webkit-scrollbar-thumb {
  background-color: lightgrey;
  border-radius: 5px;
}
.day-calendar__table {
  margin: auto;
  width: 100%;
}
.day-calendar__table-row {
  position: relative;
  background-color: #ebebeb;
  display: none;
}
@media only screen and (min-width: 769px) {
  .day-calendar__table-row {
    display: table-row;
  }
}
.day-calendar__table-row--tablet {
  display: none;
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .day-calendar__table-row--tablet {
    display: table-row;
  }
}
.day-calendar__table-row--mobile {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 499px) {
  .day-calendar__table-row--mobile {
    display: table-row;
  }
}
.day-calendar__table-heading {
  background-color: #ebebeb;
  border: 1px solid lightgrey;
  border-right: 0;
  position: sticky;
  top: 0;
  z-index: 5;
}
.day-calendar__table-heading:last-child {
  border-right: 1px solid lightgrey;
}
.day-calendar__table-heading--time {
  background-color: whitesmoke !important;
  color: #474747 !important;
  text-align: center;
  padding: 15px 5px 15px 5px !important;
  border: 1px solid lightgrey;
  border-right: 0;
  width: 10%;
  position: sticky;
  top: 0;
}
.day-calendar__day--last-month {
  color: #bbbbbb;
  background-color: #f7f7f7;
}
.day-calendar__day--next-month {
  color: #bbbbbb;
  background-color: #f7f7f7;
}
.day-calendar__day--weekend {
  background-color: #effff1;
}
.day-calendar__button {
  color: #383838;
}
.day-calendar__event {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
  background-color: #d7eaff;
  padding: 2px 4px;
  border-radius: 5px;
  font-size: 1.2rem;
  display: block;
  color: #5f5f5f;
}
.day-calendar__event:hover {
  cursor: pointer;
}
.day-calendar__event:hover > .tooltip {
  visibility: visible;
  transition-delay: 0.5s;
  width: 250px;
  padding: 5px 10px;
  margin-top: 0px;
}
.day-calendar__event:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.day-calendar__event-time {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}

.week-calendar__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
  background-color: whitesmoke;
}
.week-calendar__heading {
  color: #383838;
}
.week-calendar__table-container {
  position: relative;
  overflow: inherit !important;
}
.week-calendar__table-container::-webkit-scrollbar {
  background-color: whitesmoke;
  height: 5px;
  width: 10px;
  border-radius: 5px;
}
.week-calendar__table-container::-webkit-scrollbar-thumb {
  background-color: lightgrey;
  border-radius: 5px;
}
.week-calendar__table {
  margin: auto;
  width: 100%;
}
.week-calendar__table-row {
  position: relative;
  background-color: #ebebeb;
  display: none;
}
@media only screen and (min-width: 769px) {
  .week-calendar__table-row {
    display: table-row;
  }
}
.week-calendar__table-row--tablet {
  display: none;
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .week-calendar__table-row--tablet {
    display: table-row;
  }
}
.week-calendar__table-row--mobile {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 499px) {
  .week-calendar__table-row--mobile {
    display: table-row;
  }
}
.week-calendar__table-heading {
  background-color: #ebebeb;
  border: 1px solid lightgrey;
  border-right: 0;
  position: sticky;
  top: 0;
  white-space: nowrap;
  z-index: 5;
}
.week-calendar__table-heading:last-child {
  border-right: 1px solid lightgrey;
}
.week-calendar__table-heading--time {
  background-color: whitesmoke !important;
  color: #474747 !important;
  text-align: center;
  width: 15px !important;
  padding: 15px 5px 15px 5px !important;
  border: 1px solid lightgrey;
  border-right: 0;
  position: sticky;
  top: 0;
}
.week-calendar__day--last-month {
  color: #bbbbbb;
  background-color: #f7f7f7;
}
.week-calendar__day--next-month {
  color: #bbbbbb;
  background-color: #f7f7f7;
}
.week-calendar__day--weekend {
  height: 88px;
}
.week-calendar__button {
  color: #383838;
}
.week-calendar__event-time {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
.week-calendar__weekend {
  background-color: #effff1;
}

.tooltip {
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 2;
  visibility: hidden;
  transition-delay: 0.5s;
  right: 100%;
  width: 0;
  height: auto;
  margin-top: -8px;
  overflow: hidden;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}
.tooltip * {
  color: white !important;
  background-color: transparent !important;
}
.tooltip img {
  width: 100% !important;
  height: auto !important;
}
.tooltip:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 15px;
  margin-left: -8px;
  width: 0;
  height: auto;
  border-bottom: 8px solid rgba(0, 0, 0, 0.8);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.tooltip__heading {
  color: white;
  margin: 0;
  margin-bottom: 5px;
}
.tooltip__heading:last-child {
  margin-bottom: 0;
}
.documents-attachment {
  height: 100%;
  transition: 0.2s;
  overflow: hidden;
}
.documents-attachment__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: whitesmoke;
  padding: 15px;
  color: var(--mw-lightblack);
  border: 0;
  width: 100%;
  padding: 15px;
  font-size: 15px;
  color: #4e4e4e;
}
.documents-attachment__button:hover {
  cursor: pointer;
}
.documents-attachment__name {
  width: 100%;
  text-align: center;
  background-color: rgba(177, 177, 177, 0.2);
  padding: 5px;
  color: #616161;
  margin: 0;
  word-break: break-all;
  height: 100%;
  font-weight: 600;
  font-size: 1.3rem;
}
.documents-attachment__grid {
  display: grid;
  grid-gap: 15px;
}
.documents-attachment__grid--6 {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1280px) {
  .documents-attachment__grid--6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .documents-attachment__grid--6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .documents-attachment__grid--6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.documents-attachment:hover {
  cursor: pointer;
  /*transition: 0.2s;*/
  /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);*/
}

.card-panel {
  height: 100%;
  background-color: #fbfbfb;
  width: 100%;
  border: 1px solid #efefef;
  margin-bottom: 15px;
}
.card-panel:last-child {
  margin-bottom: 0;
}
.card-panel__header {
  display: flex;
  align-items: center;
  background-color: #efefef;
  color: #4e4e4e;
  padding: 5px;
  min-height: 50px;
}
.card-panel__icon {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
}
.card-panel__heading {
  font-size: 1.8rem;
  padding: 0 10px;
  margin: 0;
  font-weight: 500;
}
.card-panel__placeholder-text {
  text-align: center;
  font-weight: 600;
  color: #656565;
  margin: 0;
  padding: 10px;
}
.card-panel__body {
  padding: 10px;
  margin-bottom: 10px;
}
.card-panel__body:last-child {
  margin-bottom: 0;
}
.card-panel__item {
  background-color: white;
}

.img-fixed {
  /*width: 100%;
  margin: 0;
  padding-top: 150%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: relative;
  background-color: white;*/
}
.img-fixed__3-2-container {
  width: 100%;
  margin: 0;
  padding-top: 66%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: relative;
  background-color: white;
}
.img-fixed__2-3-container {
  width: 100%;
  margin: 0;
  padding-top: 150%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: relative;
  background-color: white;
}
.img-fixed__image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: top;
}

/*# sourceMappingURL=styles.css.map */

.oy-mportal-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .oy-mportal-header img {
        max-width: 200px;
        filter: drop-shadow(2px 0px 7px #1b1c1e);
    }

    .oy-mportal-header .logo {
        color: #fff;
        login-transform: uppercase;
    }

.oy-icon {
    width: auto;
    height: 40px;
}

.oy-mportal {
    background-image: url(https://i.styreweb.com/v1/photoalbum/9277981/AdobeStock_506424316-scaled.jpeg);
    background-position: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100dvh;
    padding: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    z-index: 2;
    font-family: "Inter", sans-serif;
}

    .oy-mportal.active {
        right: 300px;
    }

    .oy-mportal video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.7;
    }

.oy-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #61606000;
    mix-blend-mode: overlay;
}

.oy-login {
    display: grid;
    position: relative;
    z-index: 10;
}

    .oy-login h2 {
        font-size: 5em;
        font-weight: 800;
        color: #fff;
        line-height: 1em;
        text-transform: uppercase;
        filter: drop-shadow(2px 0px 7px #1b1c1e);
    }

    .oy-login h3 {
        font-size: 1.1em;
        font-weight: 200;
        color: #fff;
        line-height: 1em;
        margin-top: 0.16rem;
        filter: drop-shadow(2px 0px 7px #1b1c1e);
    }

    .oy-login p {
        font-size: 1.2em;
        color: #fff;
        margin: 30px 0;
        font-weight: 300;
        filter: drop-shadow(2px 0px 7px #1b1c1e);
        max-width: 100%;
    }

    .oy-login a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 1.1em;
        background: #fff;
        padding: 15px 30px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
        margin-top: 1.2em;
        color: #333;
        transition: 0.2s;
        border-radius: 2px;
    }

        .oy-login a:hover {
            box-shadow: 20px 5px 0 #0b4a6f;
            letter-spacing: 1px;
        }

.oy-social {
    position: absolute;
    z-index: 10;
    bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .oy-social li {
        list-style: none;
    }

        .oy-social li a {
            display: inline-block;
            margin-right: 20px;
            filter: invert(1);
            transform: scale(0.5);
            transition: 0.5s;
        }

            .oy-social li a:hover {
                transform: scale(0.5) translateY(-15px);
            }

oy-ion-icon {
    font-size: large;
}

@media (max-width: 798px) {
    .oy-mportal,
    .oy-mportal-header {
        padding: 15px;
    }

    .oy-login h2 {
        font-size: 2.5em;
    }

    .oy-login h3 {
        font-size: 1.1em;
    }

    .oy-mportal-header img {
        max-width: 145px;
    }
}