html {
 scroll-behavior: smooth;
}

.legal-main {
 padding-top: 60px;
}

.hdr-scn {
 width: 100%;
 display: flex;
 flex-flow: row wrap;
 min-height: 60px;
 align-items: center;
 border-bottom: #cccc 1px solid;
 padding: 0px 25px;
 position: fixed;
 top: 0px;
 left: 0px;
 z-index: 9;
 background-color: #fff;
 justify-content: space-between;
}

.legal-container {
 display: flex;
 align-items: flex-start;
 align-content: flex-start;
}

.page-tree-container {
 background: #fff;
 padding: 10px 0px 0px 0px;
 border-radius: 0;
 height: calc(100vh - 112px);
 overflow-y: auto;
 width: 20%;
 position: sticky;
 top: 60px;
 background-color: #ededea;
 border-right: #ccc 1px solid;
}

.side-lagel {
 padding: 6px 10px;
 display: inline-block;
 color: #626262;
 text-transform: uppercase;
}

.page-tree-container>div {
 margin: 0px !important;
}

.page-tree-container>div h4 {
 margin: 0px !important;
}

.page-tree-container>div h4 a {
 padding: 8px 10px 8px 30px;
 font-weight: normal !important;
 font-size: 18px;
 display: inline-block;
 line-height: 1.3;
 width: 100%;
 position: relative;
}

.page-tree-container>div h4 a.selected,
.page-tree-container>div h4 a:hover {
 color: #0073aa;
}

.page-tree-container>div h4 a:hover {
 padding-left: 34px;
}

.page-tree-container>div ul {
 list-style: none;
 padding: 0px 0px 0px 42px !important;
 font-weight: normal;
}

.page-tree-container>div ul li {
 list-style: none;
 font-weight: normal;
 font-size: 17px;
 margin: 6px 0px !important;
 display: inline-block;
 transition: 0.5s all;
}

.page-tree-container>div ul li a,
.page-tree-container>div ul li a.selected {
 font-weight: normal;
}

.page-tree-container>div ul li:hover {
 padding-left: 3px;
}

/* Separator */
.separator {
 width: 1px;
 background-color: #ddd;
}

/* Right content */
.legal-page-content {
 width: 80%;
 padding: 50px 50px 80px 50px;
}

/* Menu links */
.page-tree-container a {
 color: #000;
 text-decoration: none !important;
}

.page-tree-container a.selected {
 color: #0073aa;
 font-weight: bold;
}

.page-tree-container a:hover {
 text-decoration: underline;
 color: #005177;
}

.legal-page-content h1 {
 font-size: 45px;
 margin-bottom: 10px;
}

.legal-page-content h2 {
 font-size: 38px;
 margin-top: 20px;
 display: inline-block;
 width: 100%;
 margin-bottom: 10px;
}

.legal-page-content h3 {
 font-size: 35px;
 margin-top: 20px;
 display: inline-block;
 width: 100%;
 margin-bottom: 10px;
}

.legal-page-content h4 {
 font-size: 30px;
 margin-top: 20px;
 display: inline-block;
 width: 100%;
 margin-bottom: 10px;
}

.legal-page-content h5 {
 font-size: 26px;
 margin-top: 20px;
 display: inline-block;
 width: 100%;
 margin-bottom: 10px;
}

.legal-page-content h6 {
 margin-top: 15px;
 display: inline-block;
 width: 100%;
 font-size: 20px;
}

.legal-page-content {
 font-size: 18px;
 line-height: 1.4;
 font-weight: normal;
}

.legal-page-content p {
 margin-bottom: 12px;
 font-size: 18px;
}

.legal-page-content a {
 color: #066bf0;
 text-decoration: none;
}

.legal-page-content a:hover {
 text-decoration: underline;
}

.legal-page-content ul {
 list-style: disc;
 padding-left: 20px;
 margin-bottom: 10px;
}

.legal-page-content ul li {
 padding: 3px 0px;
}

.legal-page-content ol {
 list-style: decimal;
 padding-left: 20px;
 margin-bottom: 10px;
}

.legal-page-content ol li {
 padding: 3px 0px;
}

.legal-page-content b,
.legal-page-content strong {
 font-weight: 600;
}

.legal-page-content table {
 border-collapse: collapse;
 width: 100%;
 margin-bottom: 20px;
}

.legal-page-content td,
.legal-page-content th {
 border: 1px solid #ddd;
 padding: 10px;
 letter-spacing: normal;
 font-size: 16px;
}

.legal-page-content tr:first-child {
 background-color: #263040;
 color: #fff;
}

.legal-page-content tr:nth-child(odd) {
 background-color: #f2f2f2;
}

footer.footer {
 position: fixed;
 background-color: #fff;
 border-top: #ccc 1px solid;
 z-index: 99;
 bottom: 0px;
 width: 100%;
 margin: 0px;
 gap: 0px;
 padding: 15px;
}

.legal-page-content h1:empty {
 display: none;
}

.legal-page-content:has(form) h1 + p,
.legal-page-content:has(form) h1 + p + p {
 margin: 0px;
 display: none;
}

.legal-page-content h1 {
 font-weight: 600;
}

.legal-page-content form input,
.legal-page-content form select,
.legal-page-content form textarea {
 font-size: 18px;
 border: #ccc 1px solid;
 padding: 12px 15px;
 border-radius: 5px;
 color: #707070;
 position: relative;
}

.legal-page-content form input::placeholder,
.legal-page-content form textarea::placeholder {
 font-size: 18px;
 color: #707070;
}

/*.legal-page-content form {
    border: #ccc 1px solid;
    border-radius: 15px;
    padding: 30px;
    max-width: 1000px;
    margin-top: 20px;
}*/
.legal-page-content .form__row + .form__row {
 margin: 14px 0px 0px 0px;
}

.legal-page-content form textarea {
 height: 120px;
}

.legal-page-content form input[type="checkbox"] {
 width: 22px;
 height: 28px;
 cursor: pointer;
}

.legal-page-content form input[type="submit"] {
 color: #fff;
 padding: 10px 40px;
 font-size: 22px;
 border-radius: 60px;
}

.legal-page-content form select {
 background-image: url('../svg/arr-down.svg');
 background-size: 20px 20px;
 background-repeat: no-repeat;
 background-position: right 18px center;
}

.legal-page-content form select:after {
 content: '';
 position: absolute;
 right: 11px;
 width: 10px;
 height: 10px;
 border-left: #000 2px solid;
 z-index: 99;
 top: calc(50% - 5px);
}

.wpcf7-form .wpcf7-response-output {
 font-size: 18px;
}

.legal-page-content .form__row.form__row--submit {
 margin-bottom: 20px;
 margin-top: 30px;
}

.legal-page-content form input:focus,
.legal-page-content form select:focus,
.legal-page-content form textarea:focus {
 border-color: #353535;
}

.legal-contactform-info {
 display: flex;
 flex-flow: row wrap;
 width: 100%;
 justify-content: space-between;
 margin-top: 30px;
}

.legal-contactform-info .contact-info-part {
 width: 40%;
}

.legal-contactform-info .contact-form-part {
 width: 55%;
 border: #ccc 1px solid;
 padding: 30px;
 border-radius: 10px;
}

.legal-contactform-info .contact-form-part h4 {
 margin-top: 0px;
}

.legal-contactform-info h4 {
 font-weight: 500;
 font-size: 28px;
 margin-bottom: 20px;
 position: relative;
 padding-bottom: 4px;
 display: inline-block;
 margin-top: 0px;
}

.legal-contactform-info h4:after {
 content: '';
 position: absolute;
 bottom: 0px;
 left: 0px;
 width: 45px;
 height: 3px;
 background-color: #00449d;
}

.legal-contactform-info .contact-info-part a {
 margin: 17px 0px 0px 0px;
 color: #263040;
}
.legal-contactform-info .contact-info-part a:hover {
 color: #066bf0;
 text-decoration: none;
}
.legal-page-content form textarea {
 resize: none;
}
.legal-page-content .legal-contactform-info p {
 margin-bottom: 30px;
 font-size: 20px;
}

.legal-page-content .contact-form-part p {
 margin: 0px;
}

.page-tree-container>div h4 a:before {
 content: '';
 width: 9px;
 height: 9px;
 position: absolute;
 left: 13px;
 border-left: #000 1px solid;
 margin-top: 6px;
 border-top: #000 1px solid;
 transform: rotate(135deg);
 top: 9px;
 transition: 0.5s all;
}

.page-tree-container>div h4 a.selected:before,
.page-tree-container>div h4 a:hover:before {
 border-color: #005177;
}

.page-tree-container>div h4 a:hover:before {
 left: 18px;
}

.page-tree-container>div ul li a:before {
 content: '';
 width: 8px;
 height: 8px;
 position: absolute;
 left: -12px;
 border-left: #505050 1px solid;
 margin-top: 6px;
 border-top: #505050 1px solid;
 transform: rotate(135deg);
 top: 1px;
}

.page-tree-container>div ul li a {
 position: relative;
 color: #505050;
}

.page-tree-container>div ul li a.selected:before,
.page-tree-container>div ul li a:hover:before {
 border-color: #005177
}

.page-tree-container>div:has(ul .selected) h4 a:before {
 transform: rotate(225deg);
 top: 6px;
 left: 15px;
}

.page-tree-container>div:has(ul .selected) h4 a:hover:before {
 left: 18px;
}

@media(max-width:1700px) {
 .page-tree-container {
  width: 23%;
 }

 .legal-page-content {
  width: 77%;
  padding: 40px 30px 60px 40px;
 }

 .legal-contactform-info .contact-info-part {
  width: 42%;
 }

 .legal-page-content .legal-contactform-info p {
  margin-bottom: 30px;
  font-size: 18px;
 }

}

@media(max-width:1500px) {
 .legal-page-content h1 {
  font-size: 40px;
 }

 .legal-page-content .legal-contactform-info p {
  margin-bottom: 20px;
  font-size: 16px;
 }

 .legal-contactform-info {
  margin-top: 15px;
 }

 .page-tree-container {
  width: 26%;
 }

 .legal-page-content {
  width: 74%;
  padding: 40px 30px 70px 30px;
 }

 .legal-page-content .contact-form-part p {
  margin: 0px;
 }

 .legal-page-content form input[type="submit"] {
  font-size: 20px;
 }

}

@media(max-width:1400px) {
 .legal-contactform-info .contact-form-part {
  padding: 20px 20px 10px 20px;
 }

 .legal-page-content h1 {
  font-size: 40px;
 }

 .legal-page-content h2 {
  font-size: 34px;
 }

 .legal-page-content h3 {
  font-size: 28px;
 }

 .legal-page-content h4 {
  font-size: 26px;
 }

 .legal-page-content h5 {
  font-size: 22px;
 }

 .legal-page-content h6 {
  font-size: 18px;
 }

 .legal-page-content span.wpcf7-list-item-label {
  font-size: 16px;
 }

 .legal-page-content a {
  font-size: 25px;
 }

}

@media(max-width:1200px) {
 .page-tree-container {
  width: 31%;
 }

 .legal-page-content {
  font-size: 16px;
 }

 .legal-page-content p {
  font-size: 16px;
 }

 .legal-page-content {
  width: 69%;
  padding: 30px 20px 60px 20px;
 }

 .legal-page-content a {
  font-size: 20px;
 }

}

@media(max-width:992px) {
 .legal-contactform-info .contact-info-part {
  width: 100%;
 }

 .legal-contactform-info .contact-form-part {
  margin-top: 30px;
  width: 100%;
 }

}

@media(max-width:767px) {
 .legal-page-content h1 {
  font-size: 28px;
 }

 .legal-page-content h2 {
  font-size: 24px;
 }

 .legal-page-content h3 {
  font-size: 20px;
 }

 .legal-page-content h4 {
  font-size: 17px;
 }

 .legal-page-content h5 {
  font-size: 15px;
 }

 .legal-page-content h6 {
  font-size: 14px;
 }

 .legal-container {
  flex-flow: row wrap;
 }

 .legal-page-content {
  width: 100%;
  padding: 20px 15px 65px 15px;
  height: auto;
 }

 .page-tree-container {
  width: 100%;
  height: auto;
 }

 .legal-page-content {
  font-size: 15px;
 }

 .legal-page-content p {
  font-size: 15px;
 }

 footer.footer {
  text-align: center;
  width: 100%;
  padding: 8px;
 }

 .footer p {
  text-align: center;
  width: 100%;
  margin: 2px 0px;
 }

 .page-tree-container {
  display: none;
 }

 .page-tree-container.mobile-nav {
  display: block;
 }

 .mobileToggle {
  display: none;
 }

 .mobileToggle {
  display: block;
  display: block;
  width: 28px;
  height: 20px;
  margin-right: 0px;
  border-top: #000 2px solid;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
 }

 .mobileToggle:before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 7px;
 }

 .mobileToggle:after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  bottom: 0;
 }


.mobileToggle.mobile-show {
 border-top: none;
}

.mobileToggle.mobile-show:before {
 top: 9px;
 transform: rotate(45deg);
}

.mobileToggle.mobile-show:after {
 bottom: 9px;
 transform: rotate(-45deg);
}

.hdr-scn {
 padding-left: 15px;
 padding-right: 15px;
}

.page-tree-container {
 padding-bottom: 70px;
}

.legal-contactform-info .contact-form-part {
 padding: 15px 15px 10px 15px;
 margin-bottom: 15px;
}

.legal-contactform-info h4 {
 margin-bottom: 12px;
}

.legal-page-content form select {
 background-size: 14px 14px;
 background-position: right 12px center;
}
.legal-page-content form input, .legal-page-content form select, .legal-page-content form textarea,.legal-page-content form input::placeholder,
.legal-page-content form textarea::placeholder {
 font-size: 16px;
}
.legal-page-content form input[type="checkbox"]
 {
    width: 24px;
    height: 24px;
    cursor: pointer;
    padding: 0px;
}
.form__row--acceptance label {
    grid-template-columns: 22px 1fr;
    gap: 10px;
    line-height: normal;
}
.legal-page-content form input[type="submit"] {
        font-size: 16px;
    }
}