/* Waardenblok styles */
.waardenblok { padding: 48px 16px 64px; }
.waardenblok.alignfull { width: 100%; }
.waardenblok__logos {
    display: flex; 
    gap: 60px; 
    flex-wrap: wrap; 
    justify-content: center; 
    align-items: center;
    margin-bottom: 80px;
}
.waardenblok__logo { 
    height: 65px;
    object-fit: contain;
    opacity: .65;
    filter: grayscale(0.6); 
  }
.waardenblok__intro { text-align: center; max-width: 1280px; margin: 0 auto 24px;position: relative;}
.waardenblok__title { font-size: clamp(28px, 4vw, 44px); line-height: 1.1; margin: 0 0 12px; }
.waardenblok__subtitle { color: #6b7280; margin: 0; }
.waardenblok__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px; max-width: 1280px; margin: 28px auto 80px;
}
@media (max-width: 900px){ .waardenblok__grid { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 600px){ .waardenblok__grid { grid-template-columns: 1fr;} }
.waardenblok__card {
  background: #fff; border: 1px solid #e5e7eb; border-radius: 16px;
  padding: 18px; text-align: center; box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.waardenblok__icon { width: 28px; height: 28px; margin: 4px auto 8px; display: block; }
.waardenblok__card-title { font-size: 16px; margin: 6px 0; }
.waardenblok__card-text { color: #4b5563; font-size: 14px; margin: 0; }

:root{ --best-bg:#202B35; --best-card:#24323D; --best-text:#DCE6EF; --best-dim:#9FB2C4; --best-ring:rgba(0,0,0,.25);}


.best-section{ position:relative; isolation:isolate; background:radial-gradient(1200px 400px at 50% -200px,#1f2937,#1f2937 60%, #1f2937); color:var(--best-text); padding:64px 0 96px; overflow:hidden; margin: 70px 0px 30px 0px;}
.best-section__inner{ position:relative; width:min(1280px,92vw); margin-inline:auto; }
.best-section__header{ text-align:left; margin-bottom:28px; }
.best-section__title{ font-size: clamp(1.8rem, 1rem + 3vw, 3.2rem); font-weight:700; letter-spacing:.3px; margin:0 0 8px; }
.best-section__subtitle{ max-width:60ch; color:var(--best-dim); margin:0; }


/* decor */
.best-section__decor .blob-left, .best-section__decor .blob-right{ position:absolute; width:320px; height:320px; background:var(--accent); filter:blur(2px); opacity:.7; border-radius:60px; z-index:-1; }
.blob-left{ left:-50px; top:75%; transform:translateY(-50%); }
.blob-right{ right:-50px; top:48%; transform:translateY(-50%); border-radius:999px; }


/* cards */
.best-cards{ position:relative; }
.best-cards__track{ overflow:hidden; display:grid; grid-auto-flow:column; grid-auto-columns: min(360px, 86vw); gap:32px; padding:24px 0 8px; scroll-snap-type:x mandatory; scrollbar-width:thin; }
.best-cards__track:focus{ outline-offset:6px; }


.best-card{ background:linear-gradient(180deg, #3c5b73, #1E2A33); border-radius:16px; box-shadow:0 10px 40px var(--best-ring); scroll-snap-align:start; overflow:hidden; border:1px solid rgba(255,255,255,0.06); }
.best-card__media{ position:relative; aspect-ratio: 16/11; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.best-card__img{ width:100%; height:100%; object-fit:cover; display:block; }
.best-card__badge{ position:absolute; top:8px; right:8px; background:#F6DEE0; color:#b86a36; font-weight:600; font-size:.78rem; padding:.3rem .5rem; border-radius:8px; }
.best-card__body{ padding:18px; }
.best-card__title{ font-size:1.2rem; margin:0 0 6px; }
.best-card__desc{ color:var(--best-dim); margin:0 0 12px; min-height:2.6em; }
.best-card__price{ font-size:1.4rem; margin:.2rem 0 1rem; }
.best-card__cta{ margin:0; }


.best-btn{ display:flex; align-items:center; gap:.55rem; justify-content:center; border:1.5px solid rgba(255,255,255,.4); padding:.75rem 1rem; border-radius:10px; color:var(--best-text); text-decoration:none; font-weight:600; transition: transform .15s ease, background .2s ease, border-color .2s ease; }
.best-btn:hover{ transform: translateY(-1px); border-color:#fff; background:rgba(255,255,255,.06); }


/* controls */
.best-cards__controls{ display:flex; gap:12px; justify-content:center; margin-top:22px; }
.best-nav{ width:42px; height:42px; border-radius:999px; border:1.5px solid rgba(255,255,255,.5); background:transparent; color:var(--best-text); font-size:1.1rem; line-height:1; cursor:pointer; box-shadow:0 4px 16px var(--best-ring); }
.best-nav:hover{ background:rgba(255,255,255,.08); }


/* grid fallback */
.best-section[data-layout="grid"] .best-cards__track{ display:grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); overflow:visible; grid-auto-flow:unset; grid-auto-columns:unset; }


@media (min-width: 1200px){
.best-cards__track{ grid-auto-columns: 360px;overflow:hidden; }
}
.hero-section {
	padding-top: 80px;
}
.hero-section .content {
	position: relative;
}
.hero-section .content p {
	margin-bottom: 60px;
}
.hero-section .content .outline-btn {
	margin-right: 15px;
}
.hero-section .content a {
	text-decoration: none;
}
.hero-section .content a:hover {
	text-decoration: underline;
}
.hero-section > div > h3 {
	font-size: clamp(1.8rem, 1rem + 3vw, 3.2rem);
    font-weight: 700;
    letter-spacing: .3px;
    padding-bottom: 10px;
}
.hero-section .hg-card__badge {
	border: 1px solid #22c55e;color:#22c55e!important;font-size:14px;left:0px;top:-40px;
}
@media screen and (max-width: 992px) {
	.hero-section .hg-card__badge {
		top: -10px!important;
	}
}
@media screen and (min-width: 992px) {
	.hero-section .hero-flex {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 10%;
		align-items: center;
		padding-bottom: 30px;
	}
	.hero-section .content h1 {
		font-size: 72px;
		font-weight: 600;
		line-height: 110%;
		margin-bottom: 30px;
		margin-top: 0px;
	}
	.hero-section .usps {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 50px;
	}
	.hero-section .image:after {
		content: "";
		background: var(--primary);
		position:absolute;
		left:0;
		right:0;
		top: 0px;
		bottom: 0px;
		margin: auto;
		width: 360px;
		height: 360px;
		border-radius: 50px;
		z-index: 0;
	}
}
@media screen and (max-width: 992px) {
	.hero-section .hero-flex {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 10%;
		align-items: center;
		padding-bottom: 100px;
	}
	.hero-section .content h1 {
		font-size: 40px;
		font-weight: 600;
		line-height: 110%;
		margin-bottom: 30px;
		margin-top: 0px;
	}
	.hero-section .content {
		padding: 50px 0px;
	}
	.hero-section .usps {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 50px;
	}
	.hero-section .image:after {
		content: "";
		background: var(--primary);
		position: absolute;
		left: 0;
		right: 0;
		top: 0px;
		bottom: 0px;
		margin: auto;
		width: 85%;
		height: 85%;
		border-radius: 50px;
		z-index: 0;
	}
	.hero-section img {
		width: 100%;
	}
	.hero-section .image {
		text-align: center;
	}
	.hero-section .image img {
		max-width: 60%;
	}
}
.hero-section .image {
	position: relative;
}
.hero-section img {
	position: relative;
	z-index: 1;
}
.hero-section .usp img {
	max-width: 65px;
}
.hero-section .usps .usp {
	text-align: center;
}
@media screen and (max-width:992px) {
	.hero-section .clip-path {
		height: 0px!important;
	}
}
@media screen and (min-width: 1550px) {
	.hero-section .clip-path {
		position: absolute;
		bottom: 0px;
		top: 0px;
		right: 0px;
		left: 0px;
		background: var(--secondary);
		z-index: -1;
		clip-path: polygon(100% 25%, 100% 36%, 100% 100%, 5% 100%);
		height: 140%;
	}
}
@media screen and (max-width: 1550px) {
	.hero-section .clip-path {
		position: absolute;
		bottom: 0px;
		top: 0px;
		right: 0px;
		left: 0px;
		background: var(--secondary);
		z-index: -1;
		clip-path: polygon(100% 25%, 100% 36%, 100% 100%, 5% 100%);
		height: 190%;
	}
}

/* Scope alles binnen dit block */
.wp-block-hg-pricing {
  --hg-bg: #fff6e0;             /* zacht geel-beige achtergrond */
  --hg-card-bg: #ffffff;
  --hg-text: #0f172a;           /* donkerblauw/zwart */
  --hg-muted: #64748b;          /* grijs-blauw voor ondertekst */
  --hg-accent: #22c55e;         /* groen (check + badge) */
  --hg-btn: #f59e0b;            /* oranje knop */
  --hg-btn-text: #ffffff;
  --hg-radius: 14px;
  --hg-shadow: 0 6px 20px rgba(15, 23, 42, .08);
  background: #FFFBEC;
  padding: 64px 20px 80px;
}

.hg-pricing__inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  color: var(--hg-text);
}

.hg-pricing__title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin: 0 0 10px;
  font-weight: 800;
}

.hg-pricing__subtitle {
  max-width: 880px;
  margin: 0 auto 40px;
  color: var(--hg-muted);
}

.hg-pricing__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
}

/* 4 cards layout */
.hg-card {
  grid-column: span 12;
  background: var(--hg-card-bg);
  border-radius: var(--hg-radius);
  box-shadow: var(--hg-shadow);
  padding: 26px 24px 22px;
  text-align: left;
  position: relative;
}

@media (min-width: 640px) {
  .hg-card { grid-column: span 6; }
}
@media (min-width: 980px) {
  .hg-card { grid-column: span 3; }
}

.hg-card__badge {
  position: absolute;
  top: -14px;
  left: 28px;
  background: #eafff1;
  color: var(--hg-accent);
  border: 1px solid var(--hg-accent);
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 700;
}

.hg-card.is-popular {
  outline: 2px solid #dcfce7;
  background: var(--primary);
  color: #fff;
}
.hg-card.is-popular .hg-card__price, .hg-card.is-popular .hg-card__features span {
  color: #fff;
}

.hg-card__title {
  font-size: 34px;
  line-height: 1.1;
  margin: 8px 0 6px;
  font-weight: 800;
}

.hg-card__price {
  font-size: 18px;
  color: var(--hg-muted);
  margin-bottom: 14px;
}

.hg-card__price-value {
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
}
.hg-card__features {
  padding: 0px;
  min-height: 80px;
  margin: 30px 0px 30px 0px;
}
.hg-card__feature {
  list-style-type: none;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.hg-card__feature span {
  color: #475467;
  font-size: 14px;
}
.hg-ico {
  color: white;
  background: var(--primary);
  border-radius: 100%;
  fill: white;
  width: 14px;
  height: 14px;
  padding: 2px;
}
.hg-btn {
  display: block;
  margin-top: auto;
  text-decoration: none;
}
.hg-btn:hover {
  text-decoration: underline!important;
}
.offerte-block {
  position: relative;
}
@media screen and (max-width: 992px) {
	.offerte-block {
		padding: 0px 15px;
	}
	.offerte__flex {
		flex-direction: column;
		gap: 40px;
	}
}
.offerte {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
}
.offerte__title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin: 0 0 10px;
  font-weight: 800;
}
:root {
  --border: #ddd;
  --text:   #111;
}
.form-flex {
  font-family: 'Bricolage Grotesque', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  background: transparent;   
  padding: 0;
  color: var(--text);
}
.form-flex p {
  margin: 0px;
}
.form-flex .half { grid-column: span 1; }
.form-flex .full { grid-column: 1 / -1; }

.form-flex input[type="text"],
.form-flex input[type="email"],
.form-flex input[type="tel"],
.form-flex textarea,
.form-flex select {
  font-family: 'Bricolage Grotesque', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  width: 100%;
  box-sizing: border-box;
  padding: 0.85rem 1rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: transparent;
  font-size: 1rem;
  line-height: 1.4;
  transition: border-color .2s ease, box-shadow .2s ease;
  background: #fdf8e4;
}
.form-flex .wpcf7-list-item {
  background: #fdf8e4;
}
.form-flex textarea {
  min-height: 150px;
  resize: vertical;
}
.form-flex input:focus,
.form-flex textarea:focus,
.form-flex select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 15%, transparent);
}
.form-flex .wpcf7-not-valid:not(.wpcf7-checkbox.wpcf7-not-valid) {
  border-color: #c43232;
  border: 1px solid #c43232 !important;
}
.form-flex .wpcf7-not-valid-tip {
  font-size: .9rem;
  margin-top: .4rem;
  color: #c43232;
}
.form-flex .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 0 .75rem .5rem 0;
}
.form-flex .wpcf7-form-control.wpcf7-checkbox label {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .55rem .75rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
  transition: border-color .2s ease, background .2s ease;
}
.form-flex .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
  accent-color: var(--accent);
}
.form-flex .wpcf7-form-control.wpcf7-checkbox label:hover {
  border-color: color-mix(in srgb, var(--accent) 35%, var(--border));
}

.form-flex input[type="submit"] {
  display: inline-block;
  background: #eafff1;
  color: #1f2937;
  font-weight: 600;
  border: 1px solid #22c55e;
  border-radius: 10px;
  padding: 0.95rem 1.6rem;
  font-size: 1rem;
  cursor: pointer;
  transition: transform .04s ease, filter .2s ease, background .2s ease;
  font-family: 'Bricolage Grotesque', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
.form-flex input[type="submit"]:hover {
  text-decoration: underline!important;
}
.form-flex input[type="submit"]:hover { filter: brightness(1.05); }
.form-flex input[type="submit"]:active { transform: translateY(1px); }

.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0 0;
  border-radius: 10px;
  padding: .85rem 1rem;
}

@media (max-width: 640px) {
  .form-flex { grid-template-columns: 1fr; }
  .form-flex .half { grid-column: 1 / -1; }
}

.offerte__flex {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
	gap: 50px;
}

.offerte__flex > div {
    flex: 1 1 50%;
    box-sizing: border-box;
}
.home .offerte-block:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0.00 0.00 2880.00 1010.00'%3E%3Cg stroke-width='2.00' fill='none' stroke-linecap='butt'%3E%3Cpath stroke='%23f38435' vector-effect='non-scaling-stroke' d=' M 2880.00 193.74 Q 2878.46 193.73 2875.40 193.06 C 2845.79 186.55 2813.55 189.32 2783.24 196.72 Q 2758.88 202.67 2736.02 212.30 Q 2724.01 217.36 2716.38 220.90 Q 2685.43 235.27 2658.47 254.23 C 2651.30 259.28 2641.65 267.16 2633.86 272.60 C 2605.11 292.67 2574.99 310.96 2543.65 326.56 Q 2525.97 335.36 2523.76 336.46 Q 2511.67 342.48 2480.71 355.15 Q 2435.06 373.84 2380.89 386.36 Q 2334.21 397.14 2286.57 398.60 C 2265.07 399.25 2246.87 398.04 2225.53 396.20 Q 2167.93 391.24 2110.74 402.54 Q 2050.16 414.51 1993.33 441.86 Q 1973.68 451.31 1966.70 455.20 Q 1936.22 472.18 1915.03 487.03 Q 1883.39 509.19 1854.48 537.20 Q 1841.97 549.33 1835.99 554.25 Q 1817.23 569.68 1810.22 574.47 Q 1791.08 587.58 1780.98 593.99 Q 1756.33 609.63 1727.32 623.58 Q 1637.86 666.61 1539.16 678.78 Q 1525.74 680.44 1508.26 681.56 Q 1488.05 682.85 1477.25 682.97 Q 1388.72 683.95 1303.11 659.47 C 1293.28 656.66 1286.21 655.01 1272.98 651.80 Q 1260.44 648.77 1250.19 646.92 Q 1223.32 642.07 1199.28 639.68 C 1146.75 634.46 1093.41 636.83 1041.13 647.14 Q 1023.15 650.69 1012.64 653.40 Q 954.28 668.46 899.06 694.61 Q 874.25 706.35 856.05 716.31 C 820.52 735.75 786.54 757.13 752.32 778.06 Q 730.41 791.45 725.18 794.43 C 703.19 806.94 681.27 817.94 658.74 826.54 Q 646.87 831.07 643.82 832.08 Q 600.25 846.52 554.86 852.01 Q 548.88 852.73 541.12 853.27 C 528.49 854.14 517.30 855.12 506.67 855.20 Q 471.72 855.47 442.23 852.77 Q 437.21 852.31 391.25 847.37 Q 362.70 844.29 318.51 844.04 C 307.25 843.98 297.98 844.80 282.50 845.53 Q 272.18 846.02 244.79 849.35 C 224.45 851.82 203.89 856.21 184.25 861.28 Q 137.37 873.39 94.17 896.44 Q 68.77 909.99 42.23 931.22 Q 33.68 938.06 24.44 947.03 Q 13.75 957.40 7.88 964.13 Q 2.72 970.04 0.00 972.30'/%3E%3Cpath stroke='%23808d51' vector-effect='non-scaling-stroke' d=' M 2880.00 495.51 Q 2872.74 494.79 2865.47 493.97 Q 2847.88 492.00 2831.50 492.61 Q 2798.41 493.85 2765.99 500.46 Q 2712.01 511.48 2662.20 533.51 C 2652.46 537.82 2640.25 544.52 2631.85 548.34 C 2568.70 577.07 2502.35 598.25 2434.16 612.84 C 2376.12 625.25 2315.93 631.77 2256.97 630.46 Q 2251.71 630.34 2221.54 628.74 Q 2186.28 626.87 2152.99 629.07 Q 2042.37 636.38 1939.32 678.37 Q 1905.58 692.12 1871.84 711.23 C 1861.40 717.15 1850.92 724.86 1839.80 731.11 Q 1825.93 738.90 1822.43 740.67 Q 1812.18 745.87 1792.09 754.68 Q 1777.24 761.19 1761.08 767.17 C 1673.90 799.42 1580.77 815.94 1487.95 817.86 Q 1422.51 819.22 1357.58 811.10 Q 1333.12 808.05 1324.51 806.48 Q 1292.00 800.56 1283.32 799.15 Q 1186.76 783.45 1092.76 789.41 Q 1003.76 795.06 914.25 821.00 Q 912.00 821.65 891.60 827.98 C 876.97 832.52 867.53 836.08 849.66 842.41 Q 842.36 845.00 830.31 849.67 C 809.10 857.89 780.60 869.09 757.29 878.67 Q 721.98 893.17 705.64 898.61 Q 668.88 910.86 643.26 916.48 Q 609.70 923.83 579.73 927.14 Q 510.31 934.79 439.00 929.92 C 417.00 928.42 394.01 926.45 371.09 925.47 Q 345.52 924.37 341.99 924.32 Q 284.22 923.46 227.26 929.59 Q 184.18 934.23 141.48 944.56 C 117.87 950.27 94.12 958.24 71.12 967.88 Q 63.41 971.11 46.57 979.60 Q 20.95 992.51 0.66 1010.00'/%3E%3C/g%3E%3Cpath fill='%23e67728' d=' M 2847.17 0.00 Q 2864.44 1.06 2880.00 5.75 L 2880.00 193.74 Q 2878.46 193.73 2875.40 193.06 C 2845.79 186.55 2813.55 189.32 2783.24 196.72 Q 2758.88 202.67 2736.02 212.30 Q 2724.01 217.36 2716.38 220.90 Q 2685.43 235.27 2658.47 254.23 C 2651.30 259.28 2641.65 267.16 2633.86 272.60 C 2605.11 292.67 2574.99 310.96 2543.65 326.56 Q 2525.97 335.36 2523.76 336.46 Q 2511.67 342.48 2480.71 355.15 Q 2435.06 373.84 2380.89 386.36 Q 2334.21 397.14 2286.57 398.60 C 2265.07 399.25 2246.87 398.04 2225.53 396.20 Q 2167.93 391.24 2110.74 402.54 Q 2050.16 414.51 1993.33 441.86 Q 1973.68 451.31 1966.70 455.20 Q 1936.22 472.18 1915.03 487.03 Q 1883.39 509.19 1854.48 537.20 Q 1841.97 549.33 1835.99 554.25 Q 1817.23 569.68 1810.22 574.47 Q 1791.08 587.58 1780.98 593.99 Q 1756.33 609.63 1727.32 623.58 Q 1637.86 666.61 1539.16 678.78 Q 1525.74 680.44 1508.26 681.56 Q 1488.05 682.85 1477.25 682.97 Q 1388.72 683.95 1303.11 659.47 C 1293.28 656.66 1286.21 655.01 1272.98 651.80 Q 1260.44 648.77 1250.19 646.92 Q 1223.32 642.07 1199.28 639.68 C 1146.75 634.46 1093.41 636.83 1041.13 647.14 Q 1023.15 650.69 1012.64 653.40 Q 954.28 668.46 899.06 694.61 Q 874.25 706.35 856.05 716.31 C 820.52 735.75 786.54 757.13 752.32 778.06 Q 730.41 791.45 725.18 794.43 C 703.19 806.94 681.27 817.94 658.74 826.54 Q 646.87 831.07 643.82 832.08 Q 600.25 846.52 554.86 852.01 Q 548.88 852.73 541.12 853.27 C 528.49 854.14 517.30 855.12 506.67 855.20 Q 471.72 855.47 442.23 852.77 Q 437.21 852.31 391.25 847.37 Q 362.70 844.29 318.51 844.04 C 307.25 843.98 297.98 844.80 282.50 845.53 Q 272.18 846.02 244.79 849.35 C 224.45 851.82 203.89 856.21 184.25 861.28 Q 137.37 873.39 94.17 896.44 Q 68.77 909.99 42.23 931.22 Q 33.68 938.06 24.44 947.03 Q 13.75 957.40 7.88 964.13 Q 2.72 970.04 0.00 972.30 L 0.00 951.78 Q 1.08 949.48 1.64 948.65 Q 41.21 890.68 100.20 853.71 Q 152.42 820.98 214.03 806.58 Q 280.55 791.03 350.28 794.60 Q 372.21 795.72 394.52 798.19 C 407.73 799.65 427.74 803.07 443.55 804.61 Q 474.14 807.59 496.75 807.49 Q 523.64 807.38 550.99 803.91 C 610.90 796.29 665.50 774.18 715.27 740.51 Q 739.00 724.46 767.63 702.38 Q 773.06 698.20 812.80 669.30 C 848.95 643.01 883.79 620.12 921.89 600.15 Q 946.95 587.02 977.67 574.94 Q 1051.23 546.00 1130.23 542.96 Q 1144.98 542.39 1159.76 542.96 Q 1220.84 545.32 1278.74 562.30 C 1297.62 567.84 1317.51 575.19 1335.87 580.19 Q 1387.64 594.27 1437.25 597.52 Q 1455.52 598.71 1480.27 598.35 Q 1502.02 598.04 1523.18 595.55 Q 1578.03 589.09 1626.57 572.55 Q 1724.61 539.13 1803.14 473.11 Q 1822.47 456.86 1832.34 446.59 Q 1846.66 431.69 1852.69 424.44 Q 1865.10 409.51 1869.52 404.76 Q 1922.79 347.47 1991.14 307.40 C 2042.79 277.11 2099.72 256.36 2159.26 250.37 Q 2169.39 249.35 2189.25 248.77 Q 2194.63 248.61 2212.27 249.56 Q 2218.71 249.90 2235.20 251.76 Q 2264.08 255.02 2289.50 253.70 C 2355.20 250.27 2419.16 230.78 2478.61 202.10 Q 2557.51 164.04 2626.19 107.50 C 2634.70 100.49 2643.75 92.20 2652.38 84.26 Q 2658.88 78.28 2662.90 75.01 C 2695.07 48.79 2731.64 27.05 2770.50 13.01 Q 2800.66 2.11 2832.63 0.00 L 2847.17 0.00 Z'/%3E%3Cpath fill='%23ff9142' d=' M 2880.00 193.74 L 2880.00 495.51 Q 2872.74 494.79 2865.47 493.97 Q 2847.88 492.00 2831.50 492.61 Q 2798.41 493.85 2765.99 500.46 Q 2712.01 511.48 2662.20 533.51 C 2652.46 537.82 2640.25 544.52 2631.85 548.34 C 2568.70 577.07 2502.35 598.25 2434.16 612.84 C 2376.12 625.25 2315.93 631.77 2256.97 630.46 Q 2251.71 630.34 2221.54 628.74 Q 2186.28 626.87 2152.99 629.07 Q 2042.37 636.38 1939.32 678.37 Q 1905.58 692.12 1871.84 711.23 C 1861.40 717.15 1850.92 724.86 1839.80 731.11 Q 1825.93 738.90 1822.43 740.67 Q 1812.18 745.87 1792.09 754.68 Q 1777.24 761.19 1761.08 767.17 C 1673.90 799.42 1580.77 815.94 1487.95 817.86 Q 1422.51 819.22 1357.58 811.10 Q 1333.12 808.05 1324.51 806.48 Q 1292.00 800.56 1283.32 799.15 Q 1186.76 783.45 1092.76 789.41 Q 1003.76 795.06 914.25 821.00 Q 912.00 821.65 891.60 827.98 C 876.97 832.52 867.53 836.08 849.66 842.41 Q 842.36 845.00 830.31 849.67 C 809.10 857.89 780.60 869.09 757.29 878.67 Q 721.98 893.17 705.64 898.61 Q 668.88 910.86 643.26 916.48 Q 609.70 923.83 579.73 927.14 Q 510.31 934.79 439.00 929.92 C 417.00 928.42 394.01 926.45 371.09 925.47 Q 345.52 924.37 341.99 924.32 Q 284.22 923.46 227.26 929.59 Q 184.18 934.23 141.48 944.56 C 117.87 950.27 94.12 958.24 71.12 967.88 Q 63.41 971.11 46.57 979.60 Q 20.95 992.51 0.66 1010.00 L 0.00 1010.00 L 0.00 972.30 Q 2.72 970.04 7.88 964.13 Q 13.75 957.40 24.44 947.03 Q 33.68 938.06 42.23 931.22 Q 68.77 909.99 94.17 896.44 Q 137.37 873.39 184.25 861.28 C 203.89 856.21 224.45 851.82 244.79 849.35 Q 272.18 846.02 282.50 845.53 C 297.98 844.80 307.25 843.98 318.51 844.04 Q 362.70 844.29 391.25 847.37 Q 437.21 852.31 442.23 852.77 Q 471.72 855.47 506.67 855.20 C 517.30 855.12 528.49 854.14 541.12 853.27 Q 548.88 852.73 554.86 852.01 Q 600.25 846.52 643.82 832.08 Q 646.87 831.07 658.74 826.54 C 681.27 817.94 703.19 806.94 725.18 794.43 Q 730.41 791.45 752.32 778.06 C 786.54 757.13 820.52 735.75 856.05 716.31 Q 874.25 706.35 899.06 694.61 Q 954.28 668.46 1012.64 653.40 Q 1023.15 650.69 1041.13 647.14 C 1093.41 636.83 1146.75 634.46 1199.28 639.68 Q 1223.32 642.07 1250.19 646.92 Q 1260.44 648.77 1272.98 651.80 C 1286.21 655.01 1293.28 656.66 1303.11 659.47 Q 1388.72 683.95 1477.25 682.97 Q 1488.05 682.85 1508.26 681.56 Q 1525.74 680.44 1539.16 678.78 Q 1637.86 666.61 1727.32 623.58 Q 1756.33 609.63 1780.98 593.99 Q 1791.08 587.58 1810.22 574.47 Q 1817.23 569.68 1835.99 554.25 Q 1841.97 549.33 1854.48 537.20 Q 1883.39 509.19 1915.03 487.03 Q 1936.22 472.18 1966.70 455.20 Q 1973.68 451.31 1993.33 441.86 Q 2050.16 414.51 2110.74 402.54 Q 2167.93 391.24 2225.53 396.20 C 2246.87 398.04 2265.07 399.25 2286.57 398.60 Q 2334.21 397.14 2380.89 386.36 Q 2435.06 373.84 2480.71 355.15 Q 2511.67 342.48 2523.76 336.46 Q 2525.97 335.36 2543.65 326.56 C 2574.99 310.96 2605.11 292.67 2633.86 272.60 C 2641.65 267.16 2651.30 259.28 2658.47 254.23 Q 2685.43 235.27 2716.38 220.90 Q 2724.01 217.36 2736.02 212.30 Q 2758.88 202.67 2783.24 196.72 C 2813.55 189.32 2845.79 186.55 2875.40 193.06 Q 2878.46 193.73 2880.00 193.74 Z'/%3E%3Cpath fill='%2300895f' d=' M 2880.00 495.51 L 2880.00 1010.00 L 0.66 1010.00 Q 20.95 992.51 46.57 979.60 Q 63.41 971.11 71.12 967.88 C 94.12 958.24 117.87 950.27 141.48 944.56 Q 184.18 934.23 227.26 929.59 Q 284.22 923.46 341.99 924.32 Q 345.52 924.37 371.09 925.47 C 394.01 926.45 417.00 928.42 439.00 929.92 Q 510.31 934.79 579.73 927.14 Q 609.70 923.83 643.26 916.48 Q 668.88 910.86 705.64 898.61 Q 721.98 893.17 757.29 878.67 C 780.60 869.09 809.10 857.89 830.31 849.67 Q 842.36 845.00 849.66 842.41 C 867.53 836.08 876.97 832.52 891.60 827.98 Q 912.00 821.65 914.25 821.00 Q 1003.76 795.06 1092.76 789.41 Q 1186.76 783.45 1283.32 799.15 Q 1292.00 800.56 1324.51 806.48 Q 1333.12 808.05 1357.58 811.10 Q 1422.51 819.22 1487.95 817.86 C 1580.77 815.94 1673.90 799.42 1761.08 767.17 Q 1777.24 761.19 1792.09 754.68 Q 1812.18 745.87 1822.43 740.67 Q 1825.93 738.90 1839.80 731.11 C 1850.92 724.86 1861.40 717.15 1871.84 711.23 Q 1905.58 692.12 1939.32 678.37 Q 2042.37 636.38 2152.99 629.07 Q 2186.28 626.87 2221.54 628.74 Q 2251.71 630.34 2256.97 630.46 C 2315.93 631.77 2376.12 625.25 2434.16 612.84 C 2502.35 598.25 2568.70 577.07 2631.85 548.34 C 2640.25 544.52 2652.46 537.82 2662.20 533.51 Q 2712.01 511.48 2765.99 500.46 Q 2798.41 493.85 2831.50 492.61 Q 2847.88 492.00 2865.47 493.97 Q 2872.74 494.79 2880.00 495.51 Z'/%3E%3C/svg%3E");
    opacity: 0.9;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}
