.dialog-main {
  overflow-x: clip;
  overflow-y: visible;
}

.mp.sepline {
  margin: 1.5rem 0 1rem 0;
}

.dialogkonferansen-section {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  max-width: var(--pageWidth);
  padding: clamp(3rem, 2vw, 7rem) 0;
}
.dialogkonferansen-section h2 {
  font-size: clamp(3.5rem, var(--fsClamp-scaler-h), 6rem);
  line-height: var(--lineHeight-Title);
  margin: auto 0;
  text-align: center;
}

.program-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.program-box {
  display: flex;
  flex-direction: row;
  margin: 12rem 0 0 0;
  gap: clamp(2rem, 3vw, 5rem);
  width: 100%;
}
.program-box.location {
  flex-direction: column;
  margin: -3rem 0 0 0;
}
.program-box.foredrag {
  align-items: flex-start;
  margin: 12rem 0 0 0;
}
.program-box.right {
  flex-direction: row-reverse;
}
.program-box.foredrag.right {
  text-align: right;
}

.program-image {
  position: relative;
  margin: 4rem 0 0 0;
}
.program-image.foredrag {
  margin: -4rem 0 0 0;
}
.program-image img {
  width: 100%;
  max-width: 50rem;
  min-width: 30rem;
  margin: 0;
}
@media screen and (max-width: 650px) {
  .program-image img {
    max-width: 35rem;
  }
}
.program-image .foredrag-profilbilde {
  --size: 30rem;
  border-radius: 50%;
  max-width: var(--size);
  max-height: var(--size);
  object-fit: cover;
  min-width: unset;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.program-text {
  width: 100%;
  max-width: 76rem;
}
.program-text h3 {
  font-size: clamp(2.8rem, var(--fsClamp-scaler-h), 3.8rem);
  line-height: 1.3;
  font-weight: 800;
  margin: 0 0 1.5rem 0;
}

.foredrag .program-text {
  max-width: 49rem;
  max-width: 60rem;
}
.foredrag .program-text h3 {
  line-height: 1.2;
}
.foredrag .program-text p,
.foredrag .program-text .foredragholdere-text-content {
  font-size: var(--fontSize-Root);
  line-height: var(--lineHeight-Standard);
  text-wrap: balance;
  color: var(--textColorBlog);
  font-weight: 400;
  margin: 0;
}
.foredrag .program-text p a {
  color: var(--vigiloSecondaryBlue);
  text-decoration: underline;
}

.timeline-program-wrap {
  position: relative;
  display: flex;
  width: 100%;
}
.timeline-program-wrap .ac {
  width: 100%;
}
.timeline-program-wrap:first-child {
  margin-top: 4rem;
}
.timeline-program-wrap:not(:last-child) .ac {
  margin-bottom: 2rem;
}
.timeline-program-wrap:last-child .time-line-separator {
  display: none;
}

.ac-text-location p:not(:last-child) {
  margin-bottom: 2rem;
}

.dialogkonferansen-section .ac li:before {
  content: none;
}
.dialogkonferansen-section .ac-input {
  left: 0;
  right: 0;
}
.dialogkonferansen-section .ac ul {
  list-style-type: disc;
  margin: 2rem 2rem 2rem 3rem;
}

.time-outside {
  position: relative;
  width: 100%;
  max-width: 10rem;
  text-align: right;
  margin: 2.5rem 2rem 0 0;
  font-size: 1.5rem;
  flex-shrink: 0;
  white-space: nowrap;
}

.time-separator {
  position: relative;
  display: flex;
  margin: 2.5rem 2rem -2.5rem 0;
}

.time-dot {
  --size: 1.8rem;
  width: var(--size);
  height: var(--size);
  background-color: var(--vigiloDarkBlue);
  border-radius: 50%;
  display: block;
}

.time-line-separator {
  position: absolute;
  width: 0.1rem;
  background-color: var(--vigiloDarkBlue);
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.time-inline {
  position: relative;
  font-size: 2rem;
  color: var(--vigiloDarkBlue);
  font-weight: var(--fontWeight-Bold);
  display: flex;
  align-items: center;
  margin: 0 0 2rem 0;
}
.time-inline:before {
  content: "U";
  font-family: var(--vigiloIcons);
  position: relative;
  margin-right: 0.7rem;
  font-size: 1.6rem;
}

.parallell-sesjon-wrap {
  display: flex;
  flex-direction: row;
  width: calc(100% + 4rem);
  margin: -2rem;
}

.parallell-sesjon {
  padding: 1.5rem;
  width: 100%;
}
.parallell-sesjon h4 {
  font-size: var(--fontSize-Root);
  font-weight: 900;
  margin: 0 0 1rem 0;
}

.ac-text .parallell-sesjon p {
  font-size: var(--fontSize-Root);
  line-height: 1.5;
}

.parallell-sesjon:not(:last-child) {
  margin-right: -0.5rem;
  border-right: 0.5rem solid var(--checkboxActive);
}

.dialogkonferansen-section .timeline-description * {
  font-size: var(--fontSize-Root);
  line-height: var(--lineHeight-Standard);
  color: var(--textColor);
  font-weight: 400;
}

.timeline-program-wrap .ac-label {
  word-break: break-word;
  text-align: left;
}
.timeline-program-wrap .ac-text {
  text-align: left;
  background-color: var(--colorWhite);
}
.timeline-program-wrap .ac-text:has(.parallell-sesjon-wrap) .timeline-description {
  display: none;
}

.dialog-circles-decoration {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.dialog-circles-decoration img {
  position: absolute;
  --size: 5rem;
  max-width: var(--size);
  max-height: var(--size);
  width: 100%;
  height: 100%;
}
.dialog-circles-decoration.program-01 img:first-child {
  --size: 7rem;
  top: -4rem;
  left: -8rem;
}
.dialog-circles-decoration.program-01 img:nth-child(2) {
  --size: 3rem;
  top: 45rem;
  right: -5rem;
}
.dialog-circles-decoration.program-02 img:first-child {
  --size: 6rem;
  top: -7rem;
  left: 42%;
}
.dialog-circles-decoration.program-02 img:nth-child(2) {
  --size: 3rem;
  top: 43rem;
}
.dialog-circles-decoration.program-03 img:first-child {
  --size: 4rem;
  top: -7rem;
  left: 42%;
}
.dialog-circles-decoration.program-03 img:nth-child(2) {
  --size: 8rem;
  bottom: -10rem;
}
.dialog-circles-decoration.foredragholder-01 img:first-child {
  --size: 7.1rem;
  left: -35%;
}

.program-box-wrapper:nth-child(6) .dialog-circles-decoration.foredragholder-01 img:first-child {
  left: auto;
  right: -40%;
}
.program-box-wrapper:nth-child(6) .dialog-circles-decoration.foredragholder-01 img:nth-child(2) {
  right: auto;
  left: -31%;
}
.program-box-wrapper:nth-child(6) .dialog-circles-decoration.foredragholder-01 img:nth-child(3) {
  display: none;
}

.dialog-circles-decoration.foredragholder-01 img:nth-child(2) {
  --size: 3rem;
  bottom: 2.3rem;
  right: -32%;
}
.dialog-circles-decoration.foredragholder-01 img:nth-child(3) {
  --size: 3.7rem;
  top: 33rem;
  left: -20rem;
}
.dialog-circles-decoration.foredragholder-02 img:first-child {
  --size: 3rem;
  left: 16rem;
  top: -2rem;
}

.program-box-wrapper:last-child .dialog-circles-decoration.foredragholder-02 img:first-child {
  left: -40%;
  right: auto;
}

.dialog-circles-decoration.foredragholder-02 img:nth-child(2) {
  --size: 7rem;
  bottom: 1rem;
  right: -35%;
}
.dialog-circles-decoration.foredragholder-02 img:nth-child(3) {
  display: none;
}
.dialog-circles-decoration.pricing img {
  --size: 8rem;
  right: 30%;
  bottom: calc(var(--size) - var(--size) * 1.5);
}

/* Pricing */
.dialog-pricing-wrap {
  position: relative;
  background-color: var(--vigiloDarkBlue);
  padding: clamp(6rem, 4vw, 9rem) 0;
  display: block;
  width: 100%;
}

.dialog-pricing-text {
  position: relative;
  text-align: center;
  max-width: 92rem;
  margin: auto;
}
.dialog-pricing-text * {
  color: var(--colorWhite);
}

.pricing-figur {
  position: relative;
  pointer-events: none;
}
.pricing-figur img {
  position: absolute;
  width: 100%;
  max-width: 39rem;
  left: -48%;
  top: 0;
  transform: translateY(-36%);
}

.dialog-pricing-wrap.alternative .pricing-figur img {
  max-width: 42rem;
  left: -45%;
  transform: translateY(-30%);
}

.dialog-price h2 {
  position: relative;
  font-size: clamp(5rem, var(--fsClamp-scaler-h), 6.5rem);
  margin: 0 0 2rem 0;
  font-weight: 800;
}
.dialog-price h2:after {
  content: ",-";
  position: absolute;
}
.dialog-price strong {
  font-size: var(--fontSize-Root);
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 -1% 0;
}

.dialog-pricing-text p {
  text-wrap-style: balance;
  font-size: var(--fontSize-MainP);
  line-height: 1.8;
  margin: 0 0 2rem 0;
}
.dialog-pricing-text .top-banner-buttons {
  display: inline-block;
}
.dialog-pricing-text .banner-btn {
  padding: 1.6rem 2.5rem;
  font-size: var(--fontSize-Root);
  width: 100%;
}
.dialog-pricing-text .banner-btn:hover {
  background-color: var(--colorWhite);
  color: var(--vigiloDarkBlue);
  transform: scale(1.1);
}

/* Map */
.dialog-kart {
  position: relative;
}

.half-circle-dialog {
  position: absolute;
  width: 100%;
  max-width: 30rem;
  top: 0;
  pointer-events: none;
}
.half-circle-dialog.bottom {
  top: auto;
}
.half-circle-dialog.orange {
  right: 0;
  transform: translateY(-50%);
}
.half-circle-dialog.blue {
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1850px) {
  .half-circle-dialog.blue {
    max-width: 20rem;
    left: -7rem;
  }
}
@media screen and (max-width: 1650px) {
  .half-circle-dialog {
    max-width: 22rem;
  }
}
@media screen and (max-width: 1540px) {
  .half-circle-dialog.blue {
    transform: none;
    max-width: 17rem;
    top: 80%;
  }
  .half-circle-dialog.bottom {
    top: auto;
  }
}
@media screen and (max-width: 1345px) {
  .half-circle-dialog.blue {
    top: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .half-circle-dialog {
    max-width: 17rem;
  }
  .half-circle-dialog.orange {
    right: -4rem;
  }
  .half-circle-dialog.blue {
    left: -4rem;
  }
}
@media screen and (max-width: 550px) {
  .half-circle-dialog {
    max-width: 13.5rem;
  }
}

.map-information-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 18rem 0;
  gap: 5rem;
}
@media screen and (max-width: 1234px) {
  .map-information-wrapper {
    gap: 0;
  }
}

.dialog .leaflet-control-zoom {
  display: none;
}
.dialog .map {
  border-radius: 0;
}

.location-image {
  position: relative;
  margin: 0 0 -2rem 0;
}
.location-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 36rem;
  z-index: 1;
}
.location-image img:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.dk-section {
  padding: 12rem 0;
}
.dk-section .dk-fakta-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 130rem;
  width: 100%;
  margin: auto;
}
.dk-section .dk-fakta-box-wrap .dk-fakta-box {
  --gap: 3rem;
  display: flex;
  width: calc(50% - var(--gap) * 2);
  padding: var(--gap);
  align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 1100px) {
  .dk-section .dk-fakta-box-wrap .dk-fakta-box {
    --gap: 2rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 720px) {
  .dk-section .dk-fakta-box-wrap .dk-fakta-box {
    width: 100%;
    padding: 4rem 0;
    max-width: 43rem;
    margin: auto;
    text-align: center;
  }
  .dk-section .dk-fakta-box-wrap .dk-fakta-box img {
    max-width: 16rem;
    margin: auto;
  }
  .dk-section .dk-fakta-box-wrap .dk-fakta-box:nth-child(3), .dk-section .dk-fakta-box-wrap .dk-fakta-box:nth-child(4) {
    margin: 0;
  }
}
.dk-section .dk-fakta-box-wrap .dk-fakta-box .dk-fakta-box-text h3 {
  font-size: clamp(2.6rem, var(--fsClamp-scaler-p), 3rem);
  line-height: 1.2;
  margin: 0 0 1rem 0;
}
.dk-section .dk-fakta-box-wrap .dk-fakta-box .dk-fakta-box-text p {
  font-size: var(--fontSize-Root);
  line-height: var(--lineHeight-Standard);
  color: var(--textColorBlog);
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 720px) {
  .dk-section .dk-fakta-box-wrap .dk-fakta-box .dk-fakta-box-text {
    margin: auto;
  }
  .dk-section .dk-fakta-box-wrap .dk-fakta-box .dk-fakta-box-text h3 {
    font-size: 3rem;
    text-align: center;
  }
}
.dk-section .dk-fakta-box-wrap .dk-fakta-box img {
  width: 100%;
  max-width: 14.5rem;
  object-fit: contain;
  flex-shrink: 0;
}
.dk-section .dk-fakta-box-wrap .dk-fakta-box:nth-child(3), .dk-section .dk-fakta-box-wrap .dk-fakta-box:nth-child(4) {
  margin-top: 4rem;
}
@media screen and (max-width: 1100px) {
  .dk-section {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 650px) {
  .dk-section {
    padding: 4rem 0;
  }
}

/* Sitat */
.quote-wrapper {
  position: relative;
}
.quote-wrapper .quote-main {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: var(--pageWidth);
  width: 100%;
  margin: auto;
  padding: 5rem;
  border: 0.1rem solid #bdbdbd;
  border-radius: 2.4rem;
  box-sizing: border-box;
}
.quote-wrapper .quote-main .quote-inner {
  margin: auto;
  text-align: center;
  max-width: 87rem;
}
.quote-wrapper .quote-main .quote-inner img {
  width: 100%;
  max-width: 15rem;
  border-radius: 50%;
  text-align: center;
}
.quote-wrapper .quote-main .quote-inner h3 {
  font-size: clamp(2rem, var(--fsClamp-scaler-p), 2.5rem);
  margin: 1rem 0 0 0;
}
.quote-wrapper .quote-main .quote-inner h3 span {
  font-weight: 400;
}
.quote-wrapper .quote-main .quote-inner p {
  font-size: clamp(2.1rem, var(--fsClamp-scaler-p), 2.5rem);
  line-height: 1.7;
  font-weight: 500;
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 650px) {
  .quote-wrapper .quote-main {
    padding: 4rem 3rem 3rem 3rem;
  }
}
.quote-wrapper .quote-main .quote-icon {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 9rem;
  top: 0;
  left: -0.1rem;
  transform: translateY(-60%);
  pointer-events: none;
}
@media screen and (max-width: 650px) {
  .quote-wrapper .quote-main .quote-icon {
    max-width: 7rem;
  }
}

.sub-text-main h1 {
  text-align: center;
  margin: 6rem 0 -4rem 0;
  font-size: clamp(4.2rem, var(--fsClamp-scaler-h), 9rem);
}

.sub-text-main.max-width {
  max-width: 105rem;
}

@media screen and (max-width: 1540px) {
  .pricing-figur img,
  .dialog-pricing-wrap.alternative .pricing-figur img {
    max-width: 26rem;
    left: -14vw;
    transform: translateY(-44%);
  }
}
@media screen and (max-width: 1170px) {
  .pricing-figur img,
  .dialog-pricing-wrap.alternative .pricing-figur img {
    max-width: 19rem;
    left: -3rem;
    transform: translateY(-53%);
  }
  /*Circles*/
  .dialog-circles-decoration.program-01 img:first-child {
    --size: 5rem;
  }
  .dialog-circles-decoration.program-01 img:nth-child(2) {
    top: 51%;
    right: 5rem;
  }
  .dialog-circles-decoration.program-02 img:first-child {
    --size: 5rem;
    top: -6rem;
    left: 10rem;
  }
  .dialog-circles-decoration.program-02 img:nth-child(2) {
    top: 100%;
  }
  .dialog-circles-decoration.pricing img {
    --size: 7rem;
  }
  .location-image {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  .sub-text-main h1 {
    margin: 2rem 0 -3rem 0;
  }
}
@media screen and (max-width: 980px) {
  .parallell-sesjon h4,
  .dialogkonferansen-section .timeline-description *,
  .ac-text .parallell-sesjon p {
    font-size: var(--fontSize-Small);
  }
}
@media screen and (max-width: 930px) {
  .program-box.foredrag {
    margin: 5rem 0 0 0;
  }
  .foredrag .program-text {
    margin: auto;
    text-align: left;
  }
  .foredrag .program-text h3 {
    margin: 0 0 2.2rem 0;
  }
  .program-box {
    margin: 4rem 0 0 0;
  }
  .program-box.left, .program-box.right, .program-box.foredrag.right {
    text-align: center;
  }
  .program-box.left, .program-box.right {
    flex-direction: column;
  }
  .program-box:nth-child(2) {
    margin-top: 6rem;
  }
  .program-text {
    max-width: none;
  }
  .program-image {
    margin: 4rem auto 0 auto;
  }
  .program-image.foredrag {
    margin: 4rem auto 0 auto;
  }
  .program-image img {
    max-width: 40rem;
    min-width: unset;
  }
  .program-text h3 {
    text-align: center;
  }
  .dialog-circles-decoration.foredragholder-01 img:nth-child(3) {
    display: none;
  }
  .dialog-circles-decoration.program-01 img:first-child {
    --size: 6rem;
    left: 45%;
  }
  .dialog-circles-decoration.program-01 img:nth-child(2) {
    top: 6rem;
    right: 50%;
  }
  .map-information-wrapper {
    padding: 7rem 0;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 4rem;
  }
  .program-box.location {
    margin: 0;
  }
  .map-wrap.dialog {
    max-width: calc(100% - var(--pagePaddingCalc));
    margin: auto;
  }
}
@media screen and (max-width: 720px) {
  .sub-text-main.center.dialoginnledning {
    margin: 1rem 0 2rem 0;
  }
  .dialog-circles-decoration.program-03 img:nth-child(2) {
    --size: 6rem;
    bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  .dialog-circles-decoration.pricing img {
    --size: 6rem;
  }
  .time-separator {
    margin: 2.5rem 1.5rem -2.5rem 0;
  }
  .time-outside {
    max-width: 7.9rem;
    font-size: 1.2rem;
    margin: 2.5rem 0.8rem 0 -0.8rem;
  }
  .location-image img {
    max-width: 28rem;
  }
  .time-dot {
    --size: 1.5rem;
  }
  .timeline-program-wrap .ac-label,
  .time-inline {
    font-size: 1.6rem;
  }
  .program-image .foredrag-profilbilde {
    --size: 23rem;
  }
  .dialog-circles-decoration.foredragholder-01 img:first-child, .dialog-circles-decoration.foredragholder-02 img:nth-child(2) {
    --size: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .timeline-program-wrap {
    flex-direction: column;
  }
  .timeline-program-wrap:not(:last-child) .ac {
    margin-bottom: 2rem;
  }
  .time-separator {
    display: none;
  }
  .time-outside {
    text-align: left;
    margin: 0 0 0.8rem 1.5rem;
  }
}
@media screen and (max-width: 475px) {
  .pricing-figur img,
  .dialog-pricing-wrap.alternative .pricing-figur img {
    max-width: 18rem;
    left: -3rem;
    transform: translateY(-65%);
  }
}
@media screen and (max-width: 460px) {
  .dialog-circles-decoration.program-01 img:first-child {
    left: 38%;
  }
  .dialog-circles-decoration.program-01 img:nth-child(2) {
    right: 0;
    left: -39%;
  }
  .dialog-circles-decoration.program-02 img:first-child {
    top: -3rem;
    left: 26%;
  }
  .dialog-circles-decoration.program-02 img:nth-child(2) {
    top: 91%;
    left: -38%;
  }
}
@media screen and (max-width: 410px) {
  .pricing-figur img,
  .dialog-pricing-wrap.alternative .pricing-figur img {
    max-width: 20rem;
    left: 0;
    right: 0;
    position: relative;
    transform: none;
    margin: -12rem 0 2rem 0;
  }
  .dialog-pricing-text .top-banner-buttons {
    display: block;
  }
  .dialog-pricing-text button {
    padding: 1.6rem 0;
  }
  .dialog-pricing-text button:hover {
    transform: none;
  }
  .dialog-circles-decoration.foredragholder-02 img:first-child {
    left: 40%;
    right: auto;
  }
}
/* Legg til i kalender */
.addeventatc_dropdown .copyx {
  display: none !important;
}

.addeventatc_dropdown {
  left: 0 !important;
  top: 5.5rem !important;
  padding: 1.2rem var(--borderRadius) !important;
  border-radius: calc(var(--borderRadius) + 0.4rem) !important;
  transform: none !important;
}

.addeventatc_dropdown span {
  border-radius: var(--borderRadius) !important;
}

.addeventatc .addeventatc_icon {
  display: none !important;
}

.dk-calendar.addeventatc {
  border: 0 !important;
  margin: 0 !important;
  outline: none !important;
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.05) !important;
  color: var(--vigiloDarkBlue) !important;
  padding: 1.4rem !important;
  font-weight: 600 !important;
  background-image: none !important;
  font-family: var(--vigiloFont) !important;
}

.addeventatc:hover {
  font-size: inherit !important;
  color: var(--colorWhite) !important;
}

.addeventatc_dropdown {
  box-shadow: 0 2rem 4rem 0 rgba(0, 0, 0, 0.1) !important;
}

.atcb-list-wrapper {
  padding: 0;
  z-index: 9999999999 !important;
}

.atcb-dropoverlay .atcb-list,
.atcb-list.atcb-modal {
  border-radius: 1.2rem;
  overflow: hidden;
  font-family: var(--vigiloFont);
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.08);
}

#atcb-bgoverlay {
  filter: none !important;
  backdrop-filter: none !important;
  z-index: 999999999;
}

#atcb-bgoverlay.atcb-click:hover {
  cursor: auto !important;
}

@media screen and (max-width: 500px) {
  .addeventatc:hover {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 460px) {
  .dk-calendar.addeventatc {
    padding: 1.4rem 0.4rem !important;
  }
  .dk-calendar.addeventatc:hover {
    font-size: 1.3rem !important;
  }
}
