:root{
  --blue:#214BA0;
  --orange:#EA5B24;
  --yellow:#FEBD11;
  --text:#111;
  --muted:#6b7280;
  --container:1400px;
}

.lp15{ color:var(--text); }
.lp15-container{
  max-width:var(--container);
  margin:0 auto;
  padding:0 15px;
  position: relative;
  z-index: 9;
}

.lp15-h2{ font-size:56px; line-height:1.05; margin:0 0 16px; font-weight:600; }
.lp15-h2 span {background: #214BA0; color: #fff; padding: 0 10px;}
.lp15-h2--white{ color:#fff; }
.lp15-lead{ font-size:40px; margin:0 0 48px; font-weight:500; }
.lp15-rich{ font-size:18px; line-height:1.55;}
.lp15-rich--white{ color:#fff; }
.lp15-rich--white *{ color:#fff; }

.lp15-rich p {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 410;
	line-height: 125%;
}

.lp15-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:2px solid transparent;
  padding:12px 28px;
  font-size:28px;
  font-weight:600;
  text-decoration:none;
  cursor:pointer;
}
.lp15-btn--blue{ background:var(--blue); border-color:var(--blue); color:#fff; }
.lp15-btn--orange{ background:var(--orange); border-color:var(--orange); color:#fff; }
.lp15-btn--white{ background:#fff; border-color:#fff; color:var(--blue); }

.lp15-btn--blue:hover{ background:#fff; color:var(--blue);filter: brightness(100%) !important; }
.lp15-btn--orange:hover{ background:#fff; color:var(--orange);filter: brightness(100%) !important; }
.lp15-btn--white:hover{ filter:brightness(0.95) !important; }

/* dekoracje – placeholder (jeśli chcesz, podmień na SVG/background-image) */
.lp15-deco{ position:absolute; inset:auto; pointer-events:none; }

/* ================= HERO ================= */
.lp15-hero{ position:relative; overflow:hidden; height: calc(100dvh - 120px) }
.lp15-hero__bg--pc{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; z-index:0;
}
.lp15-hero__bg--mobile{ display:none; max-width: 100%; }

.lp15-hero__content{
  position:absolute; z-index:1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  bottom: 190px;
  text-align: right;
}
.lp15-hero__title{
  color:#fff; font-size:56px; line-height:1.05; margin:0 0 18px; font-weight:600;
}
.lp15-hero__title span {
	background: #EA5B24; color: #fff;
	display: inline-block; padding: 0 5px;
}
.lp15-hero__desc{ color:#fff; font-size:28px; margin:0 0 18px; font-weight:400 }
.lp15-hero__note{ color:#fff; font-size:22px; 	margin:14px 0 0 auto; font-weight:400; }

.lp15-hero__actions{ display:flex; gap:12px; align-items:center; justify-content: end; flex-wrap:wrap; }

.lp15-krs{
  display:flex; align-items:center; gap:10px;
  background:#fff; padding:5.5px 12px; border-radius:6px;
}
.lp15-krs__label{ font-weight:700; font-size:28px; font-weight:400; color: #214BA0; }
.lp15-krs__value{ font-family:ui-monospace, SFMono-Regular, Menlo, monospace; display:none; }
.lp15-krs__copy{
  border:none; background:transparent; padding:6px 10px;font-size: 28px;color: #214BA0;
  cursor:pointer;
}

/* ================= WHY ================= */
.lp15-why{ position:relative; background:#fff; padding:190px 0; }
.lp15-why__grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:42px;
  align-items:start;
}
.lp15-whyCard__img{
  width:280px; max-width:100%;display:block; margin:0 0 24px;
}
.lp15-whyCard__text{ font-size:22px; line-height:1.45; font-weight: 500;}
.lp15-why__cta{ margin-top:48px; display: flex; align-items: center; justify-content: space-between;}
.lp15-why__cta p {
	margin: 0;
	font-size: 22px;
	font-weight: 500;
}

/* ================= HOW ================= */
.lp15-how{ position:relative; background:var(--blue); padding:190px 0; }
.lp15-how__header{ max-width:100%; }
.lp15-how__grid{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
}
.lp15-how h2 {
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0;
}

.lp15-how h2 span {
	padding: 0 10px;
	background: #EA5B24;
}
.lp15-how .lp15-rich {
	margin: 48px 0;
	font-weight: 400;
}
.lp15-how .lp15-rich * {
	font-weight: 400;
}
.lp15-stepCard{
  border:1px solid rgba(255,255,255,.35);
  padding:20px 34px 34px 34px;
  color:#fff;
  background:rgba(0,0,0,.06);
}
.lp15-stepCard__title{ margin:10px 0 10px; font-size:20px; font-weight:700; }
.lp15-stepCard__desc{ font-size:14px; line-height:1.45; opacity:.95; margin:0 0 14px; }
.lp15-badge{
  display:inline-block;
    padding: 0;
  top: 0;
  left: 0;
  margin-top: -20px;
  margin-left: -34px;
  background: none;
  border: none;
  border-radius:999px;
}

.lp15-stepCard__desc ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.lp15-how .lp15-btn {
	font-size: 18px !important;
	padding: 7px 28px !important;
}

.lp15-stepCard__desc ul li a {
	color: var(--FDI-White, #FFF);
	font-size: 14px;
	font-style: normal;
	font-weight: 410;
	line-height: 125%; 
}

.lp15-stepCard__desc ul li a svg {
	width: 32px;
	height: 32px;
	margin-right: 10px;
	position: relative;
   top: 8px;
}

.lp15-how .howpc {
	position: absolute;
	width: 220px;
	top: 0;
	right: 0;
}

.lp15-how__grid .lp15-stepCard:first-of-type .lp15-btn {
	background: #EA5B24;
	border-color: #EA5B24;
	color: #fff;
}

.lp15-stepCard h3 {
	display: block;
	color: var(--FDI-White, #FFF);
	margin: 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
}

.lp15-stepCard__desc {
	display: block;
	color: var(--FDI-White, #FFF);
	margin: 24px 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%; 
}

/* ================= VIDEO ================= */
.lp15-video{ position:relative; background:var(--yellow); padding:190px 0; }
.lp15-video h2 {
	color: #214BA0;
	margin-bottom: 32px;
}
.lp15-video .pcimg1 {
	position: absolute;
	width: 220px;
	height: auto;
	left: 0;
	bottom: 0;
}
.lp15-video .pcimg2 {
	position: absolute;
	width: 110px;
	height: auto;
	right: 0;
	bottom: 0;
}
.lp15-video .pcimg3 {
	position: absolute;
	width: 110px;
	height: auto;
	right: 0;
	top: 0;
}
.lp15-videoBox{
  margin-top:18px;
  border:4px solid #214BA0;
  border-radius:24px;
  overflow:hidden;
  position:relative;
  aspect-ratio:16/9;
  background:rgba(255,255,255,.25);
}
.lp15-videoBox__video{ width:100%; height:100%; object-fit:cover; display:block; }
.lp15-videoBox__placeholder{ width:100%; height:100%; }
.lp15-videoBox__play{
  position:absolute; inset:0;
  margin:auto;
  width:86px; height:86px; border-radius:999px;
  border:none; cursor:pointer;
  background:#fff;
}
.lp15-videoBox__play::before{
  content:"";
  position:absolute; inset:0;
  margin:auto;
  width:0; height:0;
  border-left:18px solid var(--blue);
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
  transform:translateX(3px);
}

.lp15-ask .pcimg1 {
	width: 220px;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.lp15-ask .pcimg2 {
	width: 220px;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* ================= ASK ================= */
.lp15-ask{ position:relative; background:#fff; padding:190px 0; }
.lp15-ask__grid{
  display:grid;
  grid-template-columns:  .8fr 1.2fr;
  gap:28px;
  align-items:center;
}
.lp15-faces{
}
.lp15-faces__img{
  width:100%;
  height: auto;
}

.lp15-budget h2 {
	color: #214BA0;
	margin-bottom: 64px;
}

/* ================= BUDGET ================= */
.lp15-budget{ position:relative; background:var(--orange); padding:220px 0 190px 0; }
.lp15-budget__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:30px;
  align-items:center;
  margin-top:18px;
}
.lp15-budget__chart{ width:100%; height:auto; display:block; }

.lp15-budget__chart {
	display: block;
	width: 100%;
}
.lp15-budget__chart.mobile {
	display: none;
}

/* ================= FAQ ================= */
.lp15-faq{ position:relative; background:#fff; padding:190px 0 280px 0; }
.lp15-faq h2 {color: var(--FDI-Blue, #214BA0); margin-bottom: 48px; font-weight: 600;}
.lp15-accordion{ margin-top:18px; display:flex; flex-direction:column; gap:14px; }
.lp15-accItem{ background:var(--blue); overflow:hidden; }
.lp15-accBtn{
  width:100%;
  background:var(--blue);
  color:#fff;
  border:none;
  padding:24px 32px;
  font-size:16px;
  text-align: left;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
}

.lp15-accBtn span {
	color: #fff;
	font-size: 28px;
font-style: normal;
font-weight: 420;
line-height: 125%;
width: calc(100% - 80px);
}
.lp15-accPanel{ background:var(--blue); color: #fff; padding:0 32px 24px 32px; }
.lp15-accIcon{
  width:50px; height:50px;
  position:relative;
  transition: 300ms;
}
.lp15-accBtn[aria-expanded="true"] .lp15-accIcon { transform: rotate(180deg); }

.mobile-bottom{
	position: absolute;
	display: block;
	width: auto;
	max-width: 180px;
	left: 0;
	bottom: 0;
	height: auto;
}

.mobile-top {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: auto;
}

.lp15-hero__note + img { 
	display: none;
}

.whymobile {
	display: none;
}

.whypc {
	position: absolute;
}

.whypc1 {
	width: 110px;
	height: auto;
	left:0;
	bottom:0;
}

.whypc2 {
	width: 330px;
	height: auto;
	right:0;
	bottom:0;
}

  .lp15-video .mobimg1 {
  	display: none;
  }

  .lp15-budget .pcimg1 {
  	width: 220px;
  	height: auto;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  }

  .lp15-budget .pcimg2 {
  	width: 220px;
  	height: auto;
  	position: absolute;
  	top: 0;
  	right: 0;
  }

  .lp15-budget .mobimg1,
  .lp15-budget .mobimg2 {
  	display: none;
  }

  .lp15-faq .pcimg1 {
  	position: absolute;
  	width: 330px;
  	height: auto;
  	right: 0;
  	top: 0;
  }

  .lp15-faq .pcimg2 {
  	position: absolute;
  	width: 220px;
  	height: auto;
  	left: 0;
  	bottom: 0;
  }

  .lp15-faq .pcimg3 {
  	position: absolute;
  	width: 220px;
  	height: auto;
  	right: 0;
  	bottom: 0;
  }

  .lp15-faq .mobimg {
  	display: none;
  }

  .lp15-ask h2 {
  	color: var(--FDI-Blue, #214BA0);
  	max-width: 445px;
  }

  .lp15-ask .lp15-rich {
		color: var(--FDI-Blue, #214BA0);
  	max-width: 445px;
		font-size: 30px;
		font-style: normal;
		font-weight: 410;
		line-height: 125%;
		margin: 24px 0;
  }

  .lp15-ask .lp15-rich  span {
  	display: block;
		color: var(--FDI-Blue, #214BA0);
  	font-size: 18px;
font-style: normal;
font-weight: 410;
line-height: 125%;
margin: 24px 0 0 0;
  }

  .lp15-ask .mobimg {
  	display: none;
  }

/* ================= MOBILE ================= */
@media (max-width: 996px){
  .lp15-h2{ font-size:40px; text-align: center;}
  .lp15-lead{ font-size:24px; text-align: center; }
  .lp15-btn{ width:100%; font-size:24px; padding:12px 18px; }

  .lp15-how {
  	padding-top: 220px;
  }

  .lp15-how h2 {font-size: 40px;}

  .lp15-how .howpc { width: 205px; }

  .lp15-faq {
  	padding: 220px 0 0 0;
  }

  .lp15-ask {
  	background: #214BA0;
  }

  .lp15-ask * {
  	text-align: center;
  	color: #fff !important;
  }

  .lp15-ask .pcimg1,
  .lp15-ask .pcimg2 {
  	display: none;
  }

  .lp15-ask .mobimg1 {
  	display: block;
  	position: absolute;
  	right: 100%;
  	height: auto;
  	width: 220px;
  	top: 0;
  	right: 0;
  }

  .lp15-ask .mobimg2 {
  	display: block;
  	width: 100%;
  }

  .lp15-budget{ position:relative; background:var(--orange); padding:250px 0 250px 0; }

  .lp15-budget .pcimg1,
  .lp15-budget .pcimg2 {
  	display: none;
  }

  .lp15-faq .pcimg1,
  .lp15-faq .pcimg2,
  .lp15-faq .pcimg3 {
  	display: none;	
  }

  .lp15-faq .mobimg1 {
  	display: block;
  	position: absolute;
  	right: 0;
  	top: 0;
  	width: 270px;
  	height: auto;
  }

  .lp15-faq .mobimg2 {
  	margin-top: 50px;
  	display: block;
  	width: 100%;
  }

  .lp15-rich p {
  	font-size: 16px;
  }

  .lp15-accBtn span {
  	font-size: 18px;
  	text-align: left;
  }

  .lp15-budget .mobimg1 {
  	display: block;
  	position: absolute;
  	width: 209px;
  	height: auto;
  	top: 0;
  	right: 0;
  }

  .lp15-budget .mobimg2 {
  	display: block;
  	position: absolute;
  	width: 209px;
  	height: auto;
  	bottom: 0;
  	left: 0;
  }

  .lp15-video {
  	padding: 120px 0 220px 0;
  }

  .lp15-video .pcimg1 {
  	display: none;
  }

  .lp15-video .pcimg2,
  .lp15-video .pcimg3 {
  	width: 103px;
  }

  .lp15-video .mobimg1 {
  	display: block;
		position: absolute;
		width: 206px;
		height: auto;
		left: 0;
		bottom: 0;
  }

  .whypc {
  	display: none;
  }

  .lp15-budget__chart.pc {
		display: none;
	}

  .lp15-budget__chart.mobile {
		display: block;
	}

  .lp15-hero{background: #0A1831;min-height: 100vh;height: auto;}

  .lp15-hero__bg--pc{ display:none; }
  .lp15-hero__bg--mobile{ display:block; }
  .lp15-hero__content{         position: relative;
        bottom: auto;
        text-align: center;
        transform: none;
        left: auto; }
  .lp15-hero__title{ font-size:40px; }
  .lp15-hero__desc{ font-size:24px; }

  .lp15-why__grid{ grid-template-columns:1fr; gap:18px; }
  .lp15-whyCard__img{ width:220px; height:220px; }

  .lp15-how__grid{ grid-template-columns:1fr; }

  .lp15-ask__grid{ grid-template-columns:1fr; }
  .lp15-faces__img{ width: 100%; height:auto; }

  .lp15-budget__grid{ grid-template-columns:1fr; }

  .lp15-hero__note,.lp15-hero__desc {
  	text-align: left;
  }

  .lp15-why__cta {
  	flex-wrap: wrap;
  	text-align: center;
  }

  .lp15-why__cta p {
  	margin-bottom: 20px;
  }

  .whymobile {
  	display: block;
  	width: 100%;
  	margin: 40px 0 0 0;
  	height: auto;
  }

  .lp15-why {
  	padding: 45px 0 0 0;
  }

  .lp15-why__grid > article {
  	text-align: center;
  }

  .lp15-why__grid > article img {
  	margin: 50px auto 24px auto; 
  }

  .mobile-bottom {
  	display: none;
  }

  .lp15-hero__note + img {
		display: block;
		width: auto;
		max-width: 180px;
		margin-left: -15px;
		margin-top: 50px;
		height: auto;
	}

	.mobile-top {
		display: block;
		position: absolute;
		right: -15px;
		top: 0;
		width: 90px;
		height: auto;
	}

  .lp15-krs {
  	text-align: center;
  	width: 100%;
  	padding: 11.5px 12px;
  	border-radius: 0;
  }

  .lp15-krs__copy {
  	display: none;
  }

  .lp15-krs__label {
  	width: 100%;
  }

  .lp15-hero__note {
  	margin: 30px 0 0 auto;
  }
}
.header {
	position: relative;
}

.header .home_1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 240px;
}

.header .home_2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 160px;
}

.header .main_img {
	width: 100%;
}

.header .main_img_mobile {
	display: none;
}

#breadcrumbs {
	margin-bottom: 20px !important;
}

#breadcrumbs * {
	color:  #000 !important;
}

#breadcrumbs svg path {
	stroke: #000;
}

.header>.container {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header>.container .inside {
	position: absolute;
	left: 15px;
	top: 20px;
	max-width: 780px;
	width: 100%;
	z-index: 999;
}

.header>.container .inside h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 130%;
	letter-spacing: -0.011em;
	color: #07152C;
	margin: 0 auto 25px auto;
}

.header>.container .inside p.desc {
	font-weight: 500;
	font-size: 16px;
	line-height: 146%;
	letter-spacing: -0.011em;
	color: #07152C;
	margin: 0 auto 25px auto;
}

.header>.container .inside p.special {
	font-weight: 700;
	font-size: 40px;
	line-height: 130%;
	letter-spacing: -0.011em;
	color: #EB590F;
	margin: 0 auto;
	cursor: pointer;
}

.header>.container .inside h1 span {
	color: #FFBD00;
}

.fwl {
	padding:  50px 0;
}

.fwl p.title {
	font-weight: 700;
	font-size: 40px;
	line-height: 49px;
	color: #07152C;
	text-align: center;
	margin:  0 auto 80px auto;
}

.fwl ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	-ms-flex-align: flex-start !important;
    align-items: flex-start !important;
}

.fwl ul li {
	text-align: center;
	width: 25%;
	padding: 0 50px;
}

.fwl ul li img {
	display: block;
	height: 100px;
	margin: 0 auto 20px auto;
}

.fwl ul li p {
	font-weight: 500;
	font-size: 14px;
	line-height: 146%;
	text-align: center;
	letter-spacing: -0.011em;
	color: #0345AD;
}

.fwl ul li p strong {
	display: block;
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	color: #0345AD;
}

.banner {
	position: relative;
	background: #0345AD;
	padding: 60px 0 75px 0;
	text-align: center;
}

.banner .banner_1 {
	position: absolute;
	width: 320px;
	height: auto;
	top: 0;
	right: 0;
}

.banner .banner_2 {
	position: absolute;
	width: 240px;
	height: auto;
	bottom: 0;
	left: 0;
}

.banner .banner_3 {
	position: absolute;
	width: 80px;
	height: auto;
	top: 0;
	left: 0;
}

.banner .banner_mobile {
	display: none;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
}

.banner h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 130%;
	text-align: center;
	letter-spacing: -0.011em;
	color: #FFFFFF;
	max-width: 840px;
	margin: 0 auto;
}

.banner .desc {
	font-weight: 500;
	font-size: 16px;
	line-height: 146%;
	text-align: center;
	letter-spacing: -0.011em;
	margin: 25px auto;
	max-width: 840px;
	color: #FFFFFF;
}

.banner .buttons {
	margin: 0 auto;
	max-width: 840px;
}

.banner .buttons .btn + .btn {
	margin-left: 60px;
}

.persons {
	position: relative;
	padding: 120px 0 30px 0;
}

.persons .persons_1 {
	position: absolute;
	right: 0;
	top: 0;
	height: 160px;
}

.persons .persons_2 {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 160px;
}

.persons>.container h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 130%;
	letter-spacing: -0.011em;
	margin: 0 auto 15px auto;
	color: #07152C;
}

.persons>.container p.desc {
	font-weight: 500;
	font-size: 16px;
	line-height: 146%;
	letter-spacing: -0.011em;
	color: #07152C;
	margin: 0 auto 65px auto;
}

.persons>.container .link-container,
.persons .personas {
	max-width: 1200px;
	margin: 0 auto;
}

.persons .personas .persona {
	position: relative;
	width: 50%;
	border-radius: 40px;
}

.persons .personas .persona:nth-child(1) {
	padding-right: 20px;
}

.persons .personas .persona:nth-child(2) {
	padding-left: 20px;
}

.persons .personas .persona img {
	border-radius: 40px;
	box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
	width: 100%;
}

.persons .personas .persona .inside {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	padding: 60px 50px;
	transition: 300ms;
	cursor: pointer;
	border-radius: 40px;
}

.persons .personas .persona:hover .inside {
	opacity: 1;
}

.persons .personas .persona .inside .title {
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	color: #FFFFFF;
	margin: 0 auto;
}

.persons .personas .persona .inside .desc {
	font-weight: 500;
	font-size: 14px;
	line-height: 146%;
	letter-spacing: -0.011em;
	margin: 30px auto 0 auto;
	color: #FFFFFF;
}

.persons>.container .link-container {
	margin-top: 35px;
	-ms-flex-pack: end;
	justify-content: end;
}

.persons>.container a.link {
	max-width: 300px;
	text-align: right;
	font-weight: 500;
	font-size: 14px;
	line-height: 146%;
	text-align: right;
	letter-spacing: -0.011em;
	color: #000000;
}

.persons>.container a.link span {
	display: inline-block;
	padding: 20px 25px;
	background: #FFFFFF;
	border-radius: 40px;
	margin-left: 15px;
	box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
}

.persons>.container a.link span img {
	width: 112px;
}

.panels h2 {
	text-align: right;
	padding: 30px 0;
	font-weight: 700;
	font-size: 40px;
	line-height: 130%;
	letter-spacing: -0.011em;
	color: #07152C;
	margin: 0 auto;
}

.panels .panel:not(:last-of-type) {
	margin-bottom: 4px;
}

.panels .panel p.title {
	text-align: right;
	letter-spacing: -0.011em;
	font-weight: 700;
	font-size: 40px;
	line-height: 130%;
	color: #FFFFFF;
	padding: 32px 0;
	margin: 0 auto;
	cursor: pointer;
	user-select: none;
}

.panels .panel p.title img {
	position: relative;
	top: -2px;
	margin-left: 60px;
	transition: 300ms;
	width: 38px;
}

.panels .panel p.title.open img {
	-wekit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panels .panel .content {
	border-top: 2px solid #fff;
	text-align: right;
	display: none;
}

.panels .panel .content p {
	margin: 20px auto;
	font-weight: 500;
	font-size: 16px;
	line-height: 146%;
	color: #fff;
	letter-spacing: -0.011em;
}

.panels .panel .content a {
	display: block;
	margin: 0 auto;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 80px;
}

.panels .panel .content a:hover {
	filter: none;
}

.panels .panel .content a:hover svg {
	width: 40px;
}

.panels .panel .content a span {
	position: relative;
	display: inline-block;
	height: 12px;
	width: 51px;
	top: 0;
	margin-left: 10px;
}

.panels .panel .content a span svg {
	position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	transition: 300ms;
}

.panels .panel .content a span svg + svg {
	opacity: 0;
	width: 0;
}

.panels .panel .content a:hover span svg {
	opacity: 0;
	width: 100%;
}

.panels .panel .content a:hover span svg + svg {
	opacity: 1;
	width: 100%;
}

.additional_text {
	padding:  50px 0;
}

.additional_text p,
.additional_text li {
	font-weight: 500;
	font-size: 14px;
	line-height: 146%;
	letter-spacing: -0.011em;
	color: #07152C;
}

.additional_text ul {
	list-style: dotted;
}

.additional_text li {
	display: block;
}

@media only screen and (max-width: 1200px) {
	.fwl ul li {
		padding: 0 20px;
	}
}	


@media only screen and (max-width: 996px) {
	#breadcrumbs,
	.header .main_img {
		display: none;
	}

	.header>.container .inside { 
		top: 30px;
	}

	.header>.container .inside {
		width: calc(100% - 30px);
		max-width: 100%;
	}

	.header>.container .inside h1 {
		font-weight: 700;
		font-size: 28px;
		line-height: 34px;
		margin: 0 auto 20px auto;
	}

	.header>.container .inside p.desc {
		font-weight: 500;
		font-size: 16px;
		line-height: 146%;
		letter-spacing: -0.011em;
		margin: 0 auto 20px auto;
	}

	.header>.container .inside p.special {
		font-weight: 700;
		font-size: 28px;
		line-height: 34px;
	}

	.header .main_img_mobile {
		display: block;
		width: 100%;
	}

	.banner {
		padding: 25px 0 175px 0;
	}

	.banner .banner_1,
	.banner .banner_2,
	.banner .banner_3 {
		display: none;
	}

	.banner .banner_mobile {
		display: block;
	}

	.banner h2 {
		font-weight: 700;
		font-size: 28px;
		line-height: 34px;
		text-align: center;
		max-width: 100%;
	}

	.banner .desc {
		font-weight: 500;
		font-size: 16px;
		line-height: 146%;
		text-align: center;
		letter-spacing: -0.011em;
		margin: 12px auto 25px auto;
		max-width: 100%;
	}

	.banner .buttons {
		margin: 0 auto;
		max-width: 100%;
	}

	.banner .buttons .btn {
		width: 100%;
		max-width: 280px;
		padding: 12px 36px !important;
		margin: 0 auto !important;
	}

	.banner .buttons .btn + .btn {
		margin-top: 15px !important;
	}

	.header .home_1,
	.header .home_2 {
		display: none;
	}

	.persons .persons_1,
	.persons .persons_2 {
		display: none;
	}

	.persons {
		padding: 40px 0 30px 0;
	}

	.persons>.container h2 {
		font-weight: 700;
		font-size: 28px;
		line-height: 34px;
		color: #07152C;
		margin: 0 auto;
	}

	.persons>.container p.desc {
		font-weight: 500;
		font-size: 16px;
		line-height: 146%;
		letter-spacing: -0.011em;
		margin: 25px auto;
		color: #07152C;		
	}

	.persons>.container .link-container,
	.persons .personas {
		max-width: 100%;
		margin: 0 auto;
	}

	.persons .personas .persona {
		width: 100%;
		margin-bottom: 20px;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.persons>.container .link-container {
		-ms-flex-wrap: nowrap !important;
    	flex-wrap: nowrap !important;
    	-ms-flex-pack: center !important;
    	justify-content: center !important;
	}

	.persons>.container a.link {
		max-width: 300px;
		-ms-flex-wrap: nowrap !important;
    	flex-wrap: nowrap !important;
	}

	.persons .personas .persona .inside {
		padding: 20px 30px;
		overflow-y: auto;
	}

	.persons .personas .persona .inside .title {
		font-weight: 700;
		font-size: 30px;
		line-height: 37px;
	}

	.persons .personas .persona .inside .desc {
		font-size: 14px;
		line-height: 146%;
		letter-spacing: -0.011em;
	}

	.fwl {
		padding: 30px 0;
	}

	.fwl p.title {
		font-weight: 700;
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 20px;
	}

	.fwl ul li {
		text-align: center;
		width: 50%;
		padding: 10px;
	}

	.fwl ul li:nth-child(1) {
		order: 1;
	}

	.fwl ul li:nth-child(2) {
		order: 4;
	}

	.fwl ul li:nth-child(3) {
		order: 3;
	}

	.fwl ul li:nth-child(4) {
		order: 2;
	}

	.fwl ul li img {
		display: block;
		height: 80px;
		margin: 0 auto 6px auto;
	}

	.fwl ul li p br {
		display: none;
	}

	.fwl ul li p strong {
		display: block;
		font-weight: 700;
		font-size: 28px;
		line-height: 34px;
		color: #0345AD;
	}

	.panels h2 {
		text-align: left;
		font-weight: 700;
		font-size: 28px;
		line-height: 34px;
	}

	.panels .panel p.title {
		position: relative;
		font-weight: 700;
		font-size: 20px;
		line-height: 130%;
		text-align: left;
		width: 100%;
		margin-left: 0;
		padding-right: 50px;
		letter-spacing: -0.011em;
	}

	.panels .panel p.title img {
		position: absolute;
		width: 27px;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.panels .panel p.title.open img {
		-wekit-transform: rotate(180deg) translateY(8px);
		transform: rotate(180deg) translateY(8px);
	}

	.panels .panel .content {
		text-align: left;
	}

	.additional_text {
		padding:  25px 0;
	}
}