﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overscroll-behavior: inherit;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
button {
  cursor: pointer;
  border: none;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding: 0 135px;
  }
}
body {
  font-family: "Noto Sans", sans-serif;
}
h1 {
  font-weight: 600;
  font-size: 24px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-weight: 600;
  font-size: 22px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  h4 {
    font-size: 18px;
  }
}
p {
  line-height: 1.75;
  font-size: 16px;
}
@media (min-width: 768px) {
  p {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  p {
    font-size: 20px;
  }
}
.accent {
  color: #10f;
}
.bold {
  font-weight: 800;
}
@media (max-width: 768px) {
  .hide_mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hide_mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide_tablet {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .hide_tablet {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hide_desktop {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .desktop {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .tablet {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
.form-wrap {
  width: 100%;
  max-width: 450px;
  margin: 40px auto;
}
header .top {
  margin-top: 10px;
  padding-bottom: 15px;
}
header .top .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 26px;
}
header .top .container .logo {
  width: 100%;
  max-width: 174px;
}
@media (min-width: 768px) {
  header .top .container .logo {
    max-width: 360px;
  }
}
header .top .container .block-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
header .top .container .block-wrap .lang {
  font-size: 16px;
  color: #284162;
  text-decoration: underline;
}
header .top .container .block-wrap .search {
  padding: 7px 13px;
  width: 100%;
  max-width: 375px;
  color: gray;
  font-size: 14px;
  border: var(--stroke-weight-1, 1px) solid var(--color-grey-88, #e0e0e0);
  background: var(--color-white-solid, #fff);
}
header .bottom {
  border-top: 3px solid #38414d;
}
header .bottom .container .menu {
  width: 125px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #26374a;
}
header .bottom .container .menu p {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
header .bottom .container .menu img {
  width: 16px;
}
header .bottom .container .breadcrumbs {
  margin-top: 27px;
  display: flex;
  align-items: center;
  gap: 4px;
}
header .bottom .container .breadcrumbs a {
  color: #284162;
  text-decoration: underline;
  font-size: 16px;
}
header .bottom .container .breadcrumbs p {
  font-size: 16px;
}
.clearfix {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .clearfix {
    flex-direction: row;
    max-width: 1180px;
    margin: auto;
    display: block !important;
  }
}
.page-footer {
  margin-top: 20px;
}
.page-footer:after {
  clear: both;
  content: "";
  display: table;
}
.page-footer > .wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.page-footer > .wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.btn-cta:not(:disabled):focus,
.btn-find-document:not(:disabled):focus,
.btn-gray:not(:disabled):focus,
.btn-lightgray:not(:disabled):focus,
.btn-show-more:not(:disabled):focus,
.btn-small:not(:disabled):focus,
.btn-tab:not(:disabled):focus,
.btn-warning:not(:disabled):focus,
.btn-wide:not(:disabled):focus,
.btn:not(:disabled):focus,
.no-touch .btn-cta:not(:disabled):hover,
.no-touch .btn-find-document:not(:disabled):hover,
.no-touch .btn-gray:not(:disabled):hover,
.no-touch .btn-lightgray:not(:disabled):hover,
.no-touch .btn-show-more:not(:disabled):hover,
.no-touch .btn-small:not(:disabled):hover,
.no-touch .btn-tab:not(:disabled):hover,
.no-touch .btn-warning:not(:disabled):hover,
.no-touch .btn-wide:not(:disabled):hover,
.no-touch .btn:not(:disabled):hover,
.no-touch .page-survey .submit > button:not(:disabled):hover,
.page-survey .no-touch .submit > button:not(:disabled):hover,
.page-survey .submit > button:not(:disabled):focus {
  background-color: #cd4658;
  color: #fff;
}
.btn-gray:not(:disabled):focus,
.no-touch .btn-gray:not(:disabled):hover {
  background-color: #333;
}
.btn-link:not(:disabled):focus,
.btn-link:not(:disabled):hover {
  color: #cd4658;
}
.custom-checkbox input[type="checkbox"]:not(:disabled) + label {
  cursor: pointer;
}
.no-touch .custom-checkbox input[type="checkbox"]:not(:disabled) + label:hover {
  background-color: #ededed;
  margin-left: -2px;
  padding-left: 32px;
}
.no-touch
  .custom-checkbox
  input[type="checkbox"]:not(:disabled)
  + label:hover:before {
  background-color: #c8c8c8;
  color: #c8c8c8;
}
.custom-checkbox
  input[type="checkbox"]:checked:not(:disabled):focus
  + label:before,
.no-touch
  .custom-checkbox
  input[type="checkbox"]:checked:not(:disabled)
  + label:hover:before {
  background-color: #3867c8;
}
.page-footer {
  color: #fff;
  margin-top: 0;
}
.page-footer .wrapper {
  font-size: 14px;
  margin: 0;
  max-width: 100%;
  padding-bottom: 1.25rem;
  padding-top: 1.9rem;
}
.page-footer .wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.page-footer .logo {
  margin: -12px 0 0;
  padding: 0;
  color: #fff;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
}
@media screen and (min-width: 700px) {
  .page-footer .logo {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .page-footer .logo {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
.page-footer .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 700px) {
  .page-footer .col {
    width: 100%;
    display: flex;
    float: left;
  }
  .page-footer .col:last-child {
    margin-right: 0;
  }
}
.page-footer .col .title {
  font-size: 18px;
  margin-bottom: 9px;
  margin-top: 0;
  line-height: 1.6;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.page-footer .col .title::after {
  margin-top: 9px;
  content: "";
  display: flex;
  width: 60px;
  height: 4px;
  background-color: #fff;
}
.page-footer .col .title.fw-500 {
  font-weight: 600;
}
.page-footer .col ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}
.page-footer a {
  color: #fff;
}
.page-footer a:focus,
.page-footer a:hover {
  color: #ff6875;
}
.lightbox .closeButton:not(:hover):not(:focus):after {
  background-color: #666;
}
#lightbox-imgageseries .closeButton:not(:hover):not(:focus):after {
  background-color: #333;
}
.zoom-lightbox-wrapper .closeButton:not(:hover):not(:focus):after {
  background-color: #333;
}
.link-list {
  font-size: 14px;
  list-style: none !important;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  padding: 0;
}
.link-list li {
  margin-bottom: 12px;
  position: relative;
}
.link-list li a {
  display: inline-block;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  line-height: 1.6;
}
.logo {
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 27px;
}
@media screen and (min-width: 769px) {
  .logo {
    height: 42px;
    line-height: 42px;
    margin-bottom: 10px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    float: left;
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
    position: relative;
  }
}
@media screen and (max-width: 499px) {
  .logo {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 399px) {
  .logo {
    font-size: 16px;
    font-weight: 400;
    gap: 13px;
  }
}
.newsletter-subscribe
  .newsletter-subscribe-feedback
  .btn-ok:not(:disabled):focus,
.newsletter-subscribe
  .newsletter-subscribe-feedback
  .btn-ok:not(:disabled):hover {
  background-color: #ededed !important;
  color: #000 !important;
}
.no-touch .page-survey .options input[type="radio"]:hover:not(:checked) + label,
.page-survey .options input[type="radio"]:focus:not(:checked) + label {
  background-color: #000;
}
.no-touch .pagination li.firstlink a:not(:disabled):hover,
.no-touch .pagination li.firstlink button:not(:disabled):hover,
.no-touch .pagination li.lastlink a:not(:disabled):hover,
.no-touch .pagination li.lastlink button:not(:disabled):hover,
.no-touch .pagination li.next a:not(:disabled):hover,
.no-touch .pagination li.next button:not(:disabled):hover,
.no-touch .pagination li.prev a:not(:disabled):hover,
.no-touch .pagination li.prev button:not(:disabled):hover,
.pagination li.firstlink a:not(:disabled):focus,
.pagination li.firstlink button:not(:disabled):focus,
.pagination li.lastlink a:not(:disabled):focus,
.pagination li.lastlink button:not(:disabled):focus,
.pagination li.next a:not(:disabled):focus,
.pagination li.next button:not(:disabled):focus,
.pagination li.prev a:not(:disabled):focus,
.pagination li.prev button:not(:disabled):focus {
  background-color: #cd4658;
  color: #fff;
}
.timeline-wrapper .btn-timeline-expand-all:focus:not(:active),
.timeline-wrapper .btn-timeline-reverse:focus:not(:active) {
  background-color: #bc3345;
}
.timeline-wrapper .btn-timeline-expand-all:focus:not(:active) span,
.timeline-wrapper .btn-timeline-reverse:focus:not(:active) span {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .no-touch .menuToggler:hover:not(:focus):not(.active),
  .no-touch .searchToggler:hover:not(:focus):not(.active) {
    background-color: #cd4658;
  }
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #fafafa;
}
::-webkit-scrollbar-thumb {
  background: #767676;
}
::-webkit-scrollbar-thumb:hover {
  background: #545454;
}
.custom-checkbox input[type="checkbox"]:checked:not(:disabled) + label:before {
  background-color: #3867c8;
  border-color: #3867c8;
  color: #fff;
}
.hearing-search .btn-gray:not(:disabled):focus,
.hearing-search .btn-gray:not(:disabled):hover {
  background-color: #ededed !important;
  color: #bc3345 !important;
}
.page-historic .historic-label > :after {
  clear: both;
  content: "";
  display: table;
}
.page-historic .mainContentArea .topiclist a:not(:hover):not(:focus) {
  background-color: #5a6e82;
  color: #fff;
}
.page-historic .mainContentArea .search .limit button:not(:hover):not(:focus),
.page-historic .mainContentArea a:not(:hover):not(:focus) {
  color: #44638d;
}
.page-historic .mainContentArea .btn-cta:not(.btn-cta):not(:hover):not(:focus),
.page-historic
  .mainContentArea
  .btn-find-document:not(.btn-cta):not(:hover):not(:focus),
.page-historic .mainContentArea .btn-gray:not(.btn-cta):not(:hover):not(:focus),
.page-historic
  .mainContentArea
  .btn-lightgray:not(.btn-cta):not(:hover):not(:focus),
.page-historic
  .mainContentArea
  .btn-show-more:not(.btn-cta):not(:hover):not(:focus),
.page-historic
  .mainContentArea
  .btn-small:not(.btn-cta):not(:hover):not(:focus),
.page-historic .mainContentArea .btn-tab:not(.btn-cta):not(:hover):not(:focus),
.page-historic
  .mainContentArea
  .btn-warning:not(.btn-cta):not(:hover):not(:focus),
.page-historic .mainContentArea .btn-wide:not(.btn-cta):not(:hover):not(:focus),
.page-historic .mainContentArea .btn:not(.btn-cta):not(:hover):not(:focus),
.page-historic
  .mainContentArea
  .page-survey
  .submit
  > button:not(.btn-cta):not(:hover):not(:focus),
.page-historic .mainContentArea .topiclist li a:not(:hover):not(:focus),
.page-survey
  .page-historic
  .mainContentArea
  .submit
  > button:not(.btn-cta):not(:hover):not(:focus) {
  background-color: #5a6e82;
  color: #fff;
}
.page-historic .mainContentArea .btn-cta:not(:hover):not(:focus) {
  color: #fff;
}
.page-historic .mainContentArea .btn-topic-more:not(:hover):not(:focus):after,
.page-historic
  .mainContentArea
  .useful-linklist
  a
  :not(:hover):not(:focus):after {
  background-color: #e9e4df;
}
.page-historic .mainContentArea .calendar tbody td.day:not(:hover):not(:focus) {
  background-color: #fff;
  border-color: #ededed;
}
.page-historic
  .mainContentArea
  .event-list
  .event-description
  .readmore:not(:hover):not(:focus):before {
  background-color: #5a6e82;
}
.page-historic
  .mainContentArea
  .pm-office
  .topiclist
  li
  a:not(:hover):not(:focus) {
  background-color: #fff;
  color: #44638d;
}
.page-historic
  .mainContentArea
  .longdoc-nav
  .longdoc-case-procedures:not(:hover):not(:focus) {
  color: #fff;
}
.page-historic
  .mainContentArea
  .longdoc-nav
  .longdoc-search
  .longdoc-search-elements
  .longdoc-search-words:not(:focus) {
  border-color: #ededed;
}
.page-historic .searchPage .search .searchSubmit button:not(:hover):not(:focus),
.page-historic .searchPage .search .searchSubmit input:not(:hover):not(:focus) {
  background-color: #5a6e82;
}
.page-historic
  .custom-selector
  .custom-selector-reset:not(:hover):not(:focus):after,
.page-historic
  .custom-selector
  .custom-selector-trigger:not(:hover):not(:focus):after {
  background-color: #5a6e82;
}
.page-historic .pagination li.current a:not(:hover):not(:focus) {
  color: #fff;
}
.page-historic .pagination li.next a:not(:hover):not(:focus),
.page-historic .pagination li.prev a:not(:hover):not(:focus) {
  background-color: #e9e4df;
}
.EPiServerForms .Form__NavigationBar .btnNext:not(:disabled):focus,
.EPiServerForms .Form__NavigationBar .btnPrev:not(:disabled):focus,
.no-touch .EPiServerForms .Form__NavigationBar .btnNext:not(:disabled):hover,
.no-touch .EPiServerForms .Form__NavigationBar .btnPrev:not(:disabled):hover {
  background-color: #cd4658;
  color: #fff;
}
@media print {
  @page {
    margin: 2cm;
  }
  h2 {
    page-break-after: avoid;
  }
  h2 {
    orphans: 3;
    widows: 3;
  }
  .logo {
    padding-left: 2.2cm;
    position: relative;
  }
  .logo:before {
    border-right: 1px solid #000;
    content: "";
    display: block;
    font-family: regjeringen-icons;
    font-size: 1.2cm;
    left: 0;
    padding-left: 0.3cm;
    padding-right: 0.5cm;
    position: absolute;
    top: 0;
  }
  .page-footer {
    border-top: 1px solid #000;
    padding-top: 0.5cm;
  }
  .page-footer .wrapper {
    padding: 0 !important;
  }
  .page-footer .logo {
    padding-left: 2.2cm !important;
    position: relative;
  }
  .page-footer .logo:before {
    border-right: 1px solid #000;
    content: "";
    display: block;
    font-family: regjeringen-icons;
    font-size: 1.2cm;
    left: 0;
    padding-left: 0.3cm;
    padding-right: 0.5cm;
    position: absolute;
    top: 0;
  }
  .page-footer a {
    color: #000;
  }
  .page-footer a:after {
    display: none;
  }
  .page-footer .col {
    clear: both;
    display: flex;
    padding-top: 0 !important;
  }
  .page-footer .col:nth-child(2) {
    display: none;
  }
}
.col.last-footer {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: auto;
  padding: 24px 16px 32px 16px;
  align-items: end;
}
.links {
  display: grid;
  gap: 12px;
}
.link {
  color: #284162;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.last-footer img {
  width: 143px;
  height: 34px;
}
@media screen and (min-width: 769px) {
  .link-list {
    display: grid;
    grid-template-rows: repeat(7, auto);
    gap: 12px 29px;
    grid-auto-flow: column;
  }
  .link-list li,
  .page-footer .col .title {
    margin: 0;
  }
  .page-footer .col .title {
    margin-bottom: 10px;
  }
  .page-footer .col .title::after {
    margin-top: 22px;
  }
  .col.last-footer {
    max-width: 1212px;
    margin: auto !important;
    width: 100%;
  }
  .links {
    grid-auto-flow: column;
    gap: 12px;
    width: max-content;
  }
  .link {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .link::after {
    content: url("/step2/images/dot.svg");
    display: block;
    font-size: 4px;
  }
  .link:last-of-type:after {
    display: none;
  }
  .page-footer {
    display: flex;
    flex-direction: column;
  }
}
.page-footer .wrapper {
  background: #26374a url("/img/footer-bg.webp") no-repeat bottom;
}
@media (min-width: 768px) {
  .page-footer .wrapper {
    background: #26374a url("/img/footer-bg.webp") no-repeat right bottom;
    background-size: 474px;
    padding-bottom: 39px;
  }
}
.article-section .container {
  gap: 14px;
}
.article-section .container .title {
  margin-top: 44px;
  font-size: 30px;
}
@media (min-width: 768px) {
  .article-section .container .title {
    font-size: 38px;
  }
}
@media (min-width: 1440px) {
  .article-section .container .title {
    font-size: 38px;
  }
}
.article-section .container p b {
  font-weight: 700;
}
.article-section .container .author-wrap {
  padding-top: 20px;
  border-top: 1px solid #af3c43;
  display: flex;
  align-items: center;
  gap: 8px;
}
.article-section .container .author-wrap a {
  color: #0550c8;
}
.article-section .container .author-wrap p {
  font-size: 14px;
}
.article-section .container .img-wrap {
  width: 100%;
}
.article-section .container .img-wrap img {
  width: 100%;
}
.article-section .container .img-wrap .img-decription {
  margin-top: 16px;
  color: #333;
  font-style: italic;
  line-height: 1.4;
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 768px) {
  .article-section .container .img-wrap .img-decription {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .article-section .container .img-wrap .img-decription {
    font-size: 20px;
  }
}
.article-section .container .social-wrap {
  display: flex;
  align-items: center;
  gap: 28px;
}
.article-section .container .social-wrap .comments {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #0550c8;
  font-size: 16px;
}
.article-section .container .item-wrap {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1440px) {
  .article-section .container .item-wrap {
    flex-direction: row;
  }
}
.article-section .container .item-wrap .text-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1440px) {
  .article-section .container .reverse {
    flex-direction: row-reverse;
  }
}
.article-section .container .reg-block .reg-title {
  color: #10316a;
  font-size: 20px;
}
@media (min-width: 768px) {
  .article-section .container .reg-block .reg-title {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .article-section .container .reg-block .reg-title {
    font-size: 30px;
  }
}
.article-section .container .reg-block .items {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article-section .container .reg-block .items .item {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
  padding: 20px 17px;
}
.article-section .container .reg-block .items .item p {
  color: #10316a;
  font-size: 18px;
  line-height: 150%;
}
.article-section .container .reg-block .items .item span {
  font-weight: 700;
}
.article-section .container .reg-block .btn {
  margin-top: 30px;
  width: 100%;
  display: flex;
  height: 64px;
  padding: 11px;
  color: #fff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 3px;
  border: var(--stroke-weight-1, 1px) solid var(--color-azure-24, #10316a);
  background: var(--color-azure-24, #10316a);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.05);
}
.article-section .container .offer {
  text-decoration: underline;
  color: #10316a;
}
.article-section .container .bold {
  font-weight: 700;
}
.comments-section {
  margin-top: 60px;
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .comments-section {
    margin-bottom: 150px;
  }
}
.comments-header {
  margin-bottom: 40px;
}
.comments-title {
  font-family: "Radio Canada", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.comment-form {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.comment-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.comment-input-container {
  flex: 1;
  position: relative;
}
.comment-input {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 26px 20px;
  color: #757575;
  font-family: "Radio Canada", sans-serif;
  font-size: 16px;
  position: relative;
}
.comment-arrow {
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 32px;
}
.comments-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.comments-tabs {
  display: flex;
}
.tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: #fff;
  position: relative;
}
.tab.active::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #0550c8;
}
.tab span {
  font-family: "Radio Canada", sans-serif;
  font-size: 16px;
  color: #000;
}
.tab-count {
  font-weight: 600;
}
.comments-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sort-dropdown {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  font-family: "Radio Canada", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #0550c8;
  text-transform: uppercase;
}
.sort-dropdown img {
  width: 15 px;
}
.comments-menu {
  background: none;
  border: none;
  padding: 5px;
  cursor: pointer;
}
.comments-menu img {
  width: 14px;
  height: 14px;
}
.comments-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.comment {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.comment-avatar-circle {
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Radio Canada", sans-serif;
  font-size: 16px;
  font-weight: 300;
  flex-shrink: 0;
}
.comment-content {
  flex: 1;
}
.comment-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.comment-author {
  font-family: "Radio Canada", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}
.comment-time {
  font-family: "Radio Canada", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}
.comment-text {
  font-family: "Radio Canada", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 15px;
}
.comment-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.comment-actions img {
  width: 12px;
  height: 12px;
}
.like-count {
  font-family: "Radio Canada", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.reply-info {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: hsla(0, 0%, 100%, 0.6);
  padding: 3px 8px;
  font-family: "Radio Canada", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.like-info {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: hsla(0, 0%, 100%, 0.6);
  padding: 3px 8px;
}
.comment-thread {
  position: relative;
}
.comment-reply {
  margin-left: 56px;
  margin-top: 20px;
}
.reply-line {
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  z-index: -1;
  width: 1px;
  background-color: #e6e6e6;
}
.reply-line::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -2.5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
}
.reply-to {
  font-family: "Radio Canada", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 8px;
}
.reply-to strong {
  color: #000;
}
.comment-image {
  width: 148px;
  height: auto;
  margin: 15px 0;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .comments-section {
    margin: 40px 0;
  }
  .comment-form {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  .comment-avatar {
    width: 50px;
    height: 50px;
    align-self: center;
  }
  .comments-nav {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }
  .comments-controls {
    justify-content: space-between;
  }
  .comment {
    gap: 12px;
  }
  .comment-avatar-circle {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .comment-text {
    font-size: 14px;
  }
  .comment-reply {
    margin-left: 47px;
  }
  .reply-line {
    left: -35px;
  }
  .comment-image {
    width: 120px;
  }
} /*# sourceMappingURL=main.min.css.map */

header {
  background-image: url("/img/header.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80px;
}
@media (max-width: 910px) {
  header {
    background-image: url("/img/header2.png");
  }
}
@media (max-width: 710px) {
  header {
    background-image: url("/img/header3.png");
  }
}
@media (max-width: 620px) {
  header {
    background-image: url("/img/header4.png");
  }
}
@media (max-width: 520px) {
  header {
    background-image: url("/img/header5.png");
  }
}
@media (max-width: 420px) {
  header {
    background-image: url("/img/header6.png");
  }
}
