@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*** GENERIC CSS ***/
/*@font-face{
	font-family: 'KD-Regular';
	src:url(../fonts/AllianzNeo-Regular.eot?e1c3e80c32f224fd62b1fa0ff459fb1e);
	src:url(../fonts/AllianzNeo-Regular.eot?e1c3e80c32f224fd62b1fa0ff459fb1e?#iefix) format("embedded-opentype"),
		url(../fonts/AllianzNeo-Regular.otf?e9143ea93e9d11e10f4a743f54aeeb10) format("opentype"),
		url(../fonts/AllianzNeo-Regular.svg?b609f36d82a044b0b0b267e5c81c7337) format("svg"),
		url(../fonts/AllianzNeo-Regular.ttf?1a290cdec2b0d0d2568b0c8aedabeeff) format("truetype"),
		url(../fonts/AllianzNeo-Regular.woff?a1789accc878df0daa2fbd032e061643) format("woff"),
		url(../fonts/AllianzNeo-Regular.woff2?2df9dedaa74e073fb3af67d0f76aeccc) format("woff2");
	font-weight:400;
	font-style:normal;
}

@font-face{
	font-family: 'KD-Bold';
	src:url(../fonts/AllianzNeo-Bold.eot?a99ef2bce88493ce75bea332b9d5257d);
	src:url(../fonts/AllianzNeo-Bold.eot?a99ef2bce88493ce75bea332b9d5257d?#iefix) format("embedded-opentype"),
		url(../fonts/AllianzNeo-Bold.otf?10ed4bbfc99762e4d6aa4ff2b07295cf) format("opentype"),
		url(../fonts/AllianzNeo-Bold.svg?4a059e12cee20208ebeb5d4e4047435f) format("svg"),
		url(../fonts/AllianzNeo-Bold.ttf?6c7387b166276cd30c79e1e341f3233d) format("truetype"),
		url(../fonts/AllianzNeo-Bold.woff?7e98b78c352bfd3e304fbec85ce73f84) format("woff"),
		url(../fonts/AllianzNeo-Bold.woff2?8f91064ee231227b3fd61ea2b13776a0) format("woff2");
	font-weight:400;
	font-style:normal;
}

@font-face {
	font-family: "Migration Sans ITC W01";
	src: url("../fonts/Migration Sans ITC W01.eot");
	src: url("../fonts/Migration Sans ITC W01.eot?#iefix")format("embedded-opentype"),
		url("../fonts/Migration Sans ITC W01.woff2")format("woff2"),
		url("../fonts/Migration Sans ITC W01.woff")format("woff"),
		url("../fonts/Migration Sans ITC W01.ttf")format("truetype"),
		url("../fonts/Migration Sans ITC W01.svg#Migration Sans ITC W01")format("svg");
}

@font-face {
	font-family: "Migration Sans ITC W01 Light";
	src: url("../fonts/Migration Sans ITC W01 Light.eot");
	src: url("../fonts/Migration Sans ITC W01 Light.eot?#iefix")format("embedded-opentype"),
		url("../fonts/Migration Sans ITC W01 Light.woff2")format("woff2"),
		url("../fonts/Migration Sans ITC W01 Light.woff")format("woff"),
		url("../fonts/Migration Sans ITC W01 Light.ttf")format("truetype"),
		url("../fonts/Migration Sans ITC W01 Light.svg#Migration Sans ITC W01 Light")format("svg");
}*/

@font-face {
    font-family: 'AllianzNeoRegular';
    src: url('../fonts/AllianzNeoRegular.eot');
    src: url('../fonts/AllianzNeoRegular.eot') format('embedded-opentype'),
         url('../fonts/AllianzNeoRegular.woff2') format('woff2'),
         url('../fonts/AllianzNeoRegular.woff') format('woff'),
         url('../fonts/AllianzNeoRegular.ttf') format('truetype'),
         url('../fonts/AllianzNeoRegular.svg#AllianzNeoRegular') format('svg');
	font-weight: 400;
  font-style: normal;
	font-display:swap;
}

@font-face {
    font-family: 'AllianzNeoBold';
    src: url('../fonts/AllianzNeoBold.eot');
    src: url('../fonts/AllianzNeoBold.eot') format('embedded-opentype'),
         url('../fonts/AllianzNeoBold.woff2') format('woff2'),
         url('../fonts/AllianzNeoBold.woff') format('woff'),
         url('../fonts/AllianzNeoBold.ttf') format('truetype'),
         url('../fonts/AllianzNeoBold.svg#AllianzNeoBold') format('svg');
	font-weight: 700;
  font-style: normal;
	font-display:swap;
}
body, html {
	overflow-x:hidden;
}

body {
	font-size: 18px;
	color: #fff;
    font-family: 'AllianzNeoRegular', Arial, sans-serif;
	padding: 0 !important;
}

h1,h2,h3,h4,h5,h6 {
	color: #fff;
}

strong {
	/*font-family: 'Migration Sans ITC W01';*/	
    font-family: 'AllianzNeoBold', Arial, sans-serif;
	font-weight: 700;
}

a {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	text-decoration: none;
	color: #fff;
}

button {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

a:focus {
	text-decoration: none;
}

button {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color:#fff;
	font-weight: 700;
}

h1 {
	font-size:76px;
	line-height: 1;
	margin-bottom: 20px;
    font-family: 'AllianzNeoBold';
	text-transform: uppercase;
}

h2 {
	font-size: 46px;
}

h3 {
	font-size:30px;
}

h4 {
	font-size:23px;
}

h5 {
	font-size:20px;
}

h6 {
	font-size:18px;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

.section-title.sm h2 {
	font-size: 40px;
}

.section-title h2 {
	color:#444444;
	font-size: 46px;
	line-height: 1;
	margin-bottom: 30px;
    font-family: 'AllianzNeoBold';
	text-transform: uppercase;
}

.section-title.lalac h2 {
	color: #B04EDD;
}

.section-title.white h2,
.section-title.white p {
	color: rgba(255, 255, 255, 0.8);
	color: #fff;
}

.section-title.white .line {
	background: #fff;
}

.section-title.white h2 span {
	color: #FF8A00;
}

.section-title p {
	margin-bottom: 25px;
	color:rgba(68, 68, 68, 1);
	font-size: 18px;
}

.section-title h2 span, .section-title h1 span {
	color: rgba(134, 0, 195, 0.78);
}

p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

p.small {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33;
}

p.big {
	font-size:24px;
	line-height:1.5;
}

img {
	max-width: 100%;
	height: auto;
}

.visible-xs {
	display: none;
}

.btn-default {
	display: inline-block;
	border-radius: 0;
	line-height: 50px;
	min-width: 140px;
	padding: 0px 25px;
	background-color: #FF7C01;
    font-family: 'AllianzNeoRegular';
	font-size: 18px;
	font-weight:600;
	color: #fff;
	border: none;
	text-align: center;
    letter-spacing: 1px !important;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}

.btn-default:hover {
	background: #8800c5;
	cursor: #fff;
}

.btn-default img {
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.btn-default:after, 
.btn-default:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	transform: translateX(-100px) skewX(-15deg);
}

.btn-default:before {
	background: hsla(0, 0%, 100%, .7);
	width: 60px;
	left: 0;
	opacity: .5;
	filter: blur(30px);
}

.btn-default:hover:after, .btn-default:hover:before {
	transform: translateX(300px) skewX(-15deg);
	transition: .9s;
}

.btn-default:hover:before {
	opacity: .6;
}

.btn-default:hover:after {
	opacity: 1;
}

.btn-default.white {	
    color: #000;
    background: #fff;
}

.btn-default.white img {
	filter:invert(1);
}

.btn-default.white:hover {
	background:#000;
	color:#fff;
}

.btn-default.white:hover img {
	filter:none;
}

ul.list {
	border-left: 9px solid rgba(255, 110, 171, 0.78);
	list-style: none;
	padding: 0;
	padding-left: 15px;
	font-size: 16px;
	color: #444444;
}

ul.list li {
	margin: 0px 0px 10px 0px;
}

ul.checklist {
	list-style: none;
	padding: 0;
	font-size: 16px;
	color: #fff;
}

ul.checklist li {
	margin: 0px 0px 10px 0px;
	background: url(../img/check.svg) 1.5% 50% no-repeat;
	background-size: 15px auto;
	padding-left: 30px;
    font-family: 'AllianzNeoRegular';
}

/*** PRELOADER ***/
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 99999;
}

.preloader .lds-ripple {
	position: relative;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
	position: absolute;
	border: 2px solid #DD8555;
	opacity: 1;
	border-radius: 0;
	-webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

.img-rounded {
	border-radius: 15px;
}

.hover-animate {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.hover-animate:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.navbar-expand-lg .navbar-nav {
	align-items: center;
}

.modal-open .header {
	z-index: 9999;
}

.modal-open section {
	display: none;
}

.modal-open .modal section,
.modal-open .header {
	display: block;
}

.modal-open .navbar-nav {
	opacity: 0;
}

.navbar-brand {
	padding:0px 80px 0px 0px;
}



@font-face {
    font-family: 'AllianzNeoRegular';
    src: url('../fonts/AllianzNeoRegular.eot');
    src: url('../fonts/AllianzNeoRegular.eot') format('embedded-opentype'),
         url('../fonts/AllianzNeoRegular.woff2') format('woff2'),
         url('../fonts/AllianzNeoRegular.woff') format('woff'),
         url('../fonts/AllianzNeoRegular.ttf') format('truetype'),
         url('../fonts/AllianzNeoRegular.svg#AllianzNeoRegular') format('svg');
}

@font-face {
    font-family: 'AllianzNeoBold';
    src: url('../fonts/AllianzNeoBold.eot');
    src: url('../fonts/AllianzNeoBold.eot') format('embedded-opentype'),
         url('../fonts/AllianzNeoBold.woff2') format('woff2'),
         url('../fonts/AllianzNeoBold.woff') format('woff'),
         url('../fonts/AllianzNeoBold.ttf') format('truetype'),
         url('../fonts/AllianzNeoBold.svg#AllianzNeoBold') format('svg');
}



/*** sidemenu ***/
.sidemenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.75);
	-webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    will-change: backdrop-filter;
    z-index: 999;
    padding: 50px 0px;
    display: none;
}

.sidemenu .container {
    height: 100%;
}

.sidemenu.active {
    display: block;
    display: flex;
}

.sidemenu.active .align {
    display: flex;
    align-items: center;
    height: 100%;
}

.closebtn {
    color: #BABABA;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.closebtn:hover {
    color: #fff;
}

.closebtn div {
    position: relative;
    display: inline-block;
    width: 36px;
    margin-right: 20px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.closebtn div span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.3s -webkit-transform ease;
    transition: 0.3s transform ease;
    margin: 5px 0px;
    transform: rotate(45deg);
    position: relative;
    top: 6px;
}

.closebtn div span:last-child {
    transform: rotate(-45deg);
    position: relative;
    top: -3px;
}

.sidemenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.sidemenu .down ul li a {
    color: #BABABA;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.sidemenu .down ul li a:hover {
    color: #fff;
}

.sidemenu .links ul li {
    margin-bottom: 20px;
}

.sidemenu .links ul li a {
    color: #BABABA;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.sidemenu .links ul li a i {
    margin-left: auto;
}

.sidemenu .links ul li:hover>a,
.sidemenu .links ul li.active>a {
    color: #fff;
}

.sidemenu .links>ul {
    width: 33.33%;
}

.sidemenu .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0px 50px;
    justify-content: flex-end;
    max-width: 870px;
    min-width: 870px;
    display: none;
}

.sidemenu .links ul li:hover>.submenu,
.sidemenu .links ul li.active>.submenu {
    display: flex;
}

.sidemenu .submenu ul {
    margin-bottom: 40px;
}

.sidemenu .submenu ul>li {
    margin-bottom: 10px;
}

.sidemenu .submenu ul>li>a {
    text-transform: inherit;
    color: #BABABA;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
}

.sidemenu .submenu ul>li:first-child>a {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
}

.sub-menu.cols {
    padding: 10px;
    background-color: #f8f8f8;
    border-radius: 5px;
}

.sub-menu.cols li a {
    font-weight: bold;
    color: #333;
}

.sub-menu.cols li a:hover {
    color: #007bff;
}

.menu-item-has-children .sub-menu {
    display: none;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}
.sidemenu .main-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0px 50px;
    justify-content: flex-start;
    max-width: 870px;
    min-width: 870px;
    display: none;
}

.sidemenu li:hover>.main-sub-menu {
    display: inline-block;
}

.sidemenu li:hover>.main-sub-menu>.sub-menu {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidemenu li:hover>.main-sub-menu>.sub-menu>li {
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
    margin-bottom: 35px;
}

.sidemenu li:hover ul li a {
    color: #BABABA;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.sidemenu li:hover ul ul {
	margin-bottom:30px;
}

.sidemenu li:hover ul ul li {
	margin-bottom:0px;
}

.sidemenu li:hover ul ul li a {
    text-transform: inherit;
    color: #BABABA;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
}

.sidemenu li:hover ul ul li a:hover {
    color: #fff !important;
}

.sidemenu li:hover>.main-sub-menu>.sub-menu>li>a:hover {
    color: #fff !important;
}
.sidemenu li:hover>.main-sub-menu>.sub-menu>li>.sub-menu>li {
    margin-bottom: 0px;
    margin-top: 10px;
}


.sidemenu li:hover>.main-sub-menu {
    display: flex;
}

.main-sub-menu {
    display: flex;
    flex-wrap: wrap;
}

.main-sub-menu .first-column,
.main-sub-menu .second-column {
    width: 50%;
}

.main-sub-menu .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidemenu .links ul li a {
	position:relative;
}

.sidemenu .links ul li.menu-item-has-children a::after {
	content:'\f105';
	position:absolute;
	right:0px;
	top:-5px;
	font-family:FontAwesome;
	font-size:32px;
	color:#bababa;
}

.sidemenu .links ul li.menu-item-has-children:hover a::after {
	color:#fff;
}


.sidemenu .links ul ul ul li a::after, .sidemenu .links ul ul li a::after {
	display:none;
}

.sidemenu ul.privacy-menu {
	width:33.33%;
}


/*** Header ***/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 30px 0px;   
}

.header .logo img {
	max-height:45px;
}

.menu-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

.menu-btn:hover {
    color: #003049 !important;
    color: #fff !important;
}

.menu-btn div {
    position: relative;
    display: inline-block;
    width: 36px;
    margin-right: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.menu-btn div span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: currentColor;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.3s -webkit-transform ease;
    transition: 0.3s transform ease;
    margin: 5px 0px;
}

.menu-btn div.slug {
	color: #FFF;
	font-family: "AllianzNeoBold";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.header .links ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .links ul li {
    display: inline-block;
    margin-right: 15px;
}

.header .links ul li:first-child {
    margin-right: 43px;
}

.header .links ul li:last-child {
	margin-right:0px;
}

.header .links ul li:first-child a {
    color: #FF7C01;
}

.header .links ul li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
	font-family: "AllianzNeoRegular";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.header .links ul li a:hover {
	color:#FF7C01;
}

.header .links ul li a i {
    font-size: 25px;
}



/*** newBanner ***/
.banner.kundler-sport-banner {
    display: flex;
    align-items: end;
    padding-bottom: 120px;
    padding-bottom: 90px;
    height: 100vh;
}

.banner.kundler-sport-banner .rateinfo {
    background: none;
    padding: 0px;
    margin-top: 100px;
    color: #fff;
    font-size: 23.252px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    font-family: 'AllianzNeoRegular';
    margin-left: 5px;
}

.banner.kundler-sport-banner .rateinfo span {
    color: #fff;
}

.banner.kundler-sport-banner .rateinfo span i {
    font-size: 19px;
    margin-left: 3px;
}

.banner.kundler-sport-banner .rateinfo span b + i {
    margin-left: 15px;
}

.banner.kundler-sport-banner::before {
    display: none;
}

.banner.kundler-sport-banner::after {
    display: none;
}

.banner.kundler-sport-banner .leftside h1 {
    font-family: "Roboto Condensed", sans-serif;
    color: #FFF;
    font-size: 150px;
    font-style: italic;
    font-weight: 900;
    line-height: 83%;
    letter-spacing: -10.8px;
    letter-spacing: -8px;
    text-transform: uppercase;
	margin-bottom:30px;
}

.banner.kundler-sport-banner .leftside h1 span {
    color: #FF7C01;
}

.banner.kundler-sport-banner .leftside p.big {
	color: #FFF;
	font-family: "AllianzNeoRegular";
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 117.647% */
	letter-spacing: 0.68px;
	text-transform: uppercase;
}

.banner.kundler-sport-banner .leftside p span {
    color: #FF7C01;
}

.banner.kundler-sport-banner .rateinfo p.big {
	color: #FFF;
	text-align: right;
    font-family: "Roboto", sans-serif;
	font-style: normal;
	text-transform: uppercase;
    letter-spacing: 2.4px;	
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.banner.kundler-sport-banner .leftside p {
	font-size:20px;
}

.section-title h2 {
    font-family: 'AllianzNeoBold';
}

.typical-risk.kundler-sport .btn-default.normalbtn {
    padding: 0px 35px;
    height: 52px;
    list-style-type: 52px;
    letter-spacing: 0px;
}

.typical-risk.kundler-sport .btn-default.normalbtn img {
    max-height: 15px;
}



.accordion-item {
	background: none;
	border: none;
}

.accordion-button {
	padding: 15px 0px;
	padding-right: 20px;
	border-radius: 0px !important;
	background: none !important;
	border-bottom: 1px solid rgba(68, 68, 68, 0.20);
	box-shadow: none !important;
	color: #444 !important;
	font-size: 18px;
    font-family: 'AllianzNeoRegular';
}


/*** Breding-concept ***/
.breding-concept {
    padding: 145px 0px 0px 0px;
    background: radial-gradient(127.58% 30.7% at 59.78% 50%, #FFF 0%, #F1F2F3 100%);
    position: relative;
    overflow: hidden;
}

.breding-concept {
    padding: 145px 0px 0px 0px;
    position: relative;
    overflow: hidden;
    background: var(--Purple-Light-Linear, linear-gradient(249deg, rgba(255, 255, 255, 0.80) 47.72%, rgba(215, 124, 255, 0.25) 106.38%));

}

.breding-concept .align1 {
    position: absolute;
    z-index: 1;
    top: 140px;
    left: 0px;
    max-height: 600px;
}

.breding-concept .align2 {
    position: absolute;
    z-index: 1;
    bottom: -130px;
    right: 0px;
    max-height: 400px;
}

.breding-concept .container {
    position: relative;
    z-index: 2;
}

.breding-concept h2 {
	color:#000;
    margin: 0px 0px 50px 0px;
}

.breding-concept p {
    display: inline-block;
    width: 95%;
    color: #444;
    font-family: 'AllianzNeoRegular';
    font-weight: 400;
    font-size: 24px;
    margin: 0px 0px 60px 0px !important;
}

.breding-concept p span {
    color: #FF7C01;
    font-family: 'AllianzNeoBold';
    font-weight: 700;
}

.breding-concept.private-sport {
    position: relative;
    overflow: hidden;
    background: #cccccc;
    margin: 0px;
}

.breding-concept.private-sport::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--Purple-Light-Linear, linear-gradient(249deg, rgba(255, 255, 255, 0.80) 47.72%, rgba(215, 124, 255, 0.25) 106.38%));
    pointer-events: none;
}

.breding-concept.private-sport .align2 {
}


/*** Facts-figures ***/
.facts-figures {
    background: linear-gradient(180deg, #FF8A00 0%, #FF7C01 100%);
    padding: 145px 0px 145px 0px;
    position: relative;
    overflow: hidden;
}

.facts-figures .align1 {
    position: absolute;
    z-index: 1;
    top: -30px;
    left: -10px;
    max-height: 400px;
    transform: rotate(4.896deg);
}

.facts-figures .align2 {
    position: absolute;
    z-index: 1;
    bottom: -48px;
    right: 0px;
    max-height: 300px;
    transform: rotate(-8.47deg);
}

.facts-figures .container {
    position: relative;
    z-index: 2;
}

.facts-figures h2 {
    color: #fff;
}

.facts-figures h2 span {
    color: #8600C3;
}

.facts-figures .agency-info {
    margin-top: 60px;
    margin-bottom: 0px;
}

.facts-figures .agency-info .box {
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.10);
    display: inline-block;
    width: 100%;
    padding: 25px 25px 20px 32px;
    position: relative;
    aspect-ratio: 1 / .95;
    background: #fff;
}

.facts-figures .agency-info .box::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 166px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.00) 80.77%);
}

.facts-figures .agency-info .box>div {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    height: 100%;
}

.facts-figures .agency-info .box.box-2 {
    background: #000;
    margin-top: 110px;
}

.facts-figures .agency-info .box p {
    color: #000;
}

.facts-figures .agency-info .box .h1 {
    color: #000;
}

.facts-figures .agency-info .box.box-2 * {
    color: #fff;
}

.facts-figures .agency-info .box.box-2::before {
    top: auto;
    bottom: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.00) 80.77%);
}

.facts-figures .agency-info .box.box-3 {
    background: #B04EDD;
    margin-top: 0px;
}

.facts-figures .agency-info .box.box-3 * {
    color: #fff;
}

.facts-figures .agency-info .box.box-4 {
    background: #FF2783;
    margin-top: 110px;
}

.facts-figures .agency-info .box.box-4 * {
    color: #fff;
}

.facts-figures .agency-info .box.box-4::before {
    top: auto;
    bottom: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.00) 80.77%);
}

.facts-figures .agency-info .box .h1 {
    font-size: 48px;
    text-transform: inherit;
    display: flex;
    align-items: end;
	font-family:"AllianzNeoBold";
	font-weight: 700;
	line-height:1.17;
}


.facts-figures.kundler-sport {
    background: var(--Purple-Linear, linear-gradient(180deg, #7700AC 0%, #AD02F8 100%));
}

.facts-figures.kundler-sport h2 span {
    color: #FF7C01;
}

.facts-figures.kundler-sport .agency-info .box {
    padding: 25px 18px 20px 22px;
    aspect-ratio: 1 / 1.1;
}




/*** typical-risk ***/
.typical-risk {
    padding: 145px 0;
    background: radial-gradient(127.58% 30.7% at 59.78% 50%, #FFF 0%, #F1F2F3 100%);
    position: relative;
    overflow: hidden;
}

.typical-risk .align1 {
    position: absolute;
    z-index: 1;
    top: 135px;
    left: 0px;
}

.typical-risk .align2 {
    position: absolute;
    z-index: 1;
    bottom: 280px;
    right: 0px;
}

.typical-risk  .container {
    position: relative;
    z-index: 2;
}

.typical-risk h2 {
    margin: 0px 0px 60px 0px;
}

.typical-risk h2 span {
    color: #B04EDD;
}

/*.typical-risk p {
    color: #444;
    font-family: 'AllianzNeoRegular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
}*/

.typical-risk .accordion {
    margin-top: 30px;
    margin-bottom: 63px;
    background: #FFF;
    box-shadow: 0 3.69px 31.182px 0 rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.typical-risk .accordion-button {
    font-family: 'AllianzNeoBold';
    font-weight: 700;
    color: #FF8A00 !important;
    font-size: 24px;
	border-bottom:0px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
    padding: 20px 0px;
}

.typical-risk .accordion-button.collapsed {
    color: #444 !important;
	border-bottom:1px;
    border-bottom-color: rgba(68, 68, 68, 0.20);
    padding: 20px 0px;
}

.typical-risk .accordion-body {
    border: none !important;
    border-bottom: 1px solid rgba(68, 68, 68, 0.20) !important;
    padding: 0px 50px 10px 0px;
}

.typical-risk .accordion-body p.big {
	color:#444;
}

.typical-risk.kundler-sport {
    background: #fff;
}

.typical-risk.kundler-sport .section-title {
    margin: 0px 0px 100px 0px;
}

.typical-risk.kundler-sport h2 {
    color: #000;
}

.typical-risk.kundler-sport h2 span {
    color: #B04EDD;
}

.typical-risk.kundler-sport h2 {
    margin: 0px 0px 50px 0px;
}

.typical-risk.kundler-sport .accordion-button {
    color: #7D00B4 !important;
}

.typical-risk.kundler-sport .accordion-button.collapsed {
    color: #444 !important;
}

.typical-risk.kundler-sport .accordion-item:last-child .accordion-button.collapsed {
    border-color: transparent;
}

.benefit-glance .accordion-item:last-child .accordion-button.collapsed {
    border-color: transparent;
}

.typical-risk .accordion-button.collapsed {
	border-bottom:1px solid #E1E1E1;
}

.typical-risk.kundler-sport .accordion {
    margin-top: 0px;
    background: #f8f8f8;
    box-shadow: none;
}


/*** go-hurts ***/
.go-hurts {
    position: relative;
    overflow: hidden;
	max-height:100vh;
}

.go-hurts .align {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 100px;
    display: flex;
    align-items: end;
}

.go-hurts .section-title h2 {
    color: #fff;
	font-family: "AllianzNeoRegular";
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.go-hurts .section-title h2 span {
    color: #FF7C01;
}

/*** excellent-protection ***/
.excellent-protection {
    background: var(--Orange-Linear, linear-gradient(180deg, #FF8A00 0%, #FF7C01 100%));
    padding: 190px 0px;
}

.excellent-protection .section-title h2 {
    color: #fff;
    margin-bottom: 40px;
}

.excellent-protection .section-title p {
    color: #fff;
}

.excellent-protection .logo {
    width: 250px;
    width: 150px;
    margin-bottom: 50px;
}


/*** professional-sports ***/
.professional-sports {
    padding: 145px 0px 50px 0px;
    background: #FFF;
    position: relative;
    overflow: hidden;
}

.professional-sports .row {
    position: relative;
    z-index: 2;
}

.professional-sports .align {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    pointer-events: none;
}

.professional-sports .section-title h2 {
    color: #000;
    margin-bottom: 100px;
}

.professional-sports .section-title h2 span {
    color: #FF7C01;
}

.professional-sports .professional-sports-box {
    display: inline-block;
    width: 100%;
    background: #FFF;
    box-shadow: 0 4px 31.18px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
    height: calc(100% - 50px);
}

.professional-sports .professional-sports-box figure {
	background:linear-gradient(180deg, #FF8A00 0%, #FF7C01 100%);
	margin:0px;
	aspect-ratio:1 / 0.45;
}

.professional-sports .professional-sports-box figure img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

.professional-sports .professional-sports-box .text {
    display: inline-block;
    width: 100%;
    padding: 30px 20px;
}

.professional-sports .professional-sports-box .text h3 {
    color: #FF7C01;
    font-family: 'AllianzNeoRegular';
    font-size: 24px;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 30px;
    text-transform: inherit;
}

.professional-sports .professional-sports-box .text h3 span {
    background:#FF7C01;	
	color: #FFF;
    font-family: 'AllianzNeoRegular';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	text-transform: uppercase;
    margin-left: 10px;
	padding:3px 10px;
}

.professional-sports .professional-sports-box .text p {
    color: #444;
    font-family: 'AllianzNeoRegular';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}

.professional-sports .professional-sports-box .text p span {
    color: #FF7C01;
}


/*** benefit-glance ***/
.benefit-glance {
    position: relative;
    overflow: hidden;
    background: #cccccc;
    padding: 145px 0px;
}

.benefit-glance::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: var(--Purple-Light-Linear, linear-gradient(249deg, rgba(255, 255, 255, 0.80) 47.72%, rgba(215, 124, 255, 0.25) 106.38%));
}

.benefit-glance .row {
    position: relative;
    z-index: 2;
}

.benefit-glance .align {
    position: absolute;
    bottom: 0px;
    right: -75px;
    width:50%;
    min-height:700px;
}

.benefit-glance .align img {
	object-position:top center;
	object-fit:cover;
	width:100%;
	height:100%;
	aspect-ratio:1 / 1;
}

.benefit-glance .section-title h2 {
    margin-bottom: 80px;
    color: #000;
}

.benefit-glance .section-title h2 span {
    color: #7D00B4;
}

.benefit-glance p {
    color: #444;
    font-family: 'AllianzNeoRegular';
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0px;
}

.benefit-glance .accordion {
    margin-top: 20px;
}

.benefit-glance .accordion-button {
    font-family: 'AllianzNeoBold';
    font-weight: 700;
    color: #7D00B4 !important;
    font-size:24px;
    line-height: 1.33;
    text-transform: uppercase;
    border-bottom-color: transparent;
    padding: 10px 0px 5px 0px;
}

.benefit-glance .accordion-button.collapsed {
    color: #444 !important;
    border-bottom-color: #E1E1E1;
    padding:20px 0px;
}

.benefit-glance .accordion-body {
    border: none !important;
    border-bottom: 1px solid #E1E1E1 !important;
    padding: 0px 50px 10px 0px;
}

/*** support-most ***/
.support-most {
    background: var(--Purple, #7D00B4);
    position: relative;
    overflow: hidden;
    padding: 145px 0px 0px 0px;
}

.support-most .row {
    position: relative;
    z-index: 2;
}

.support-most .align-img {
    position: absolute;
    top: 0px;
    right: 0px;
    pointer-events: none;
    max-width: 380px;
}

.support-most .align {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    pointer-events: none;
}

.support-most .section-title h2 {
    margin-bottom: 100px;
    color: #fff;
}

.support-most .section-title h2 span {
    color: #FF7C01;
}

.support-most .bgbox {
	display: flex;
	/*aspect-ratio:1 / 1.39;*/
	height:100%;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.19);
    padding: 20px;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
	align-items:start;
}

.support-most .bgbox>img {
	height:60px;
	width:auto;
}

.support-most .bgbox h3 {
    color: #FFF;
    font-family: 'AllianzNeoRegular';
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin:0px 0px;
}

.support-most .bgbox p {
    color: #FFF;
    font-family: 'AllianzNeoRegular';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.support-most .bgbox .link {
    color: #FFF;
    display: inline-block;
    font-family: 'AllianzNeoRegular';
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.support-most .bgbox .link img {
    margin-left: 10px;
}

.support-most .bgleft {
    display: flex;
    width: 100%;
    padding: 50px 20px 40px 20px;
    background: rgba(0, 0, 0, 0.35);
    height: 100%;
	flex-direction:column;
	gap:22px;
}

.support-most .bgleft h3 {
    color: #FFF;
    font-family: 'AllianzNeoRegular';
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}

.support-most .bgleft h3 span {
    background: var(--Purple, #7D00B4);
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    margin-left: 10px;
}

.support-most .bgleft p {
    color: #FFF;
    font-family: 'AllianzNeoRegular';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px 0px 0px 0px;
}

.support-most .bgright {
    display: inline-block;
    width: 100%;
    background: #FF7C01;
    padding: 50px 50px;
    height: 100%;
}

.support-most .bgright h3 {
    color: #FFF;
    font-family: 'AllianzNeoRegular';
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin: 30px 0px 10px 0px;
}

.support-most .bgright h3 span {
    background: var(--Purple, #7D00B4);
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    margin-left: 10px;
}

.support-most .bgright p {
    color: #FFF;
    font-family: 'AllianzNeoRegular';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px 0px 30px 0px;
}

.support-most .btn-default.white {
    color: #000;
    background: #fff;
    margin-top: 0px;
    padding: 0px 35px;
    color: #000;
    height: 52px;
    line-height: 52px;
    letter-spacing: 0;
}

.support-most .btn-default.white img {
    filter: invert(1);
    max-height: 12px;
}


/*** accident-change ***/
.accident-change {
    background: url(../img/bg-accident.png) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 145px 0px 145px 0px;
}

.accident-change .section-title h2 {
    color: #fff;
    margin-bottom: 140px;
}

.accident-change .section-title h2 span {
    color: #FF7C01;
}

.accident-change .text h3 {
    color: #FFF;
    font-family: 'AllianzNeoRegular';
    font-size: 100px;
    font-weight: 700;
    margin: 0px 0px;
}

.accident-change .text p {
    color: #FF7C01;
    font-family: 'AllianzNeoRegular';
    font-size: 18px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 35px 0px;
}

.accident-change .text.right {
    margin-top: 550px;
}

.accident-change .down p {
    color: #FFF;
    font-family: 'AllianzNeoRegular';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 150px;
}


/*** typical-risk professional-sport-faq ***/
.typical-risk.professional-sport-faq {
    background: var(--Grey-Gradient, radial-gradient(127.58% 30.7% at 59.78% 50%, #FFF 0%, #F1F2F3 100%));
    position: relative;
    overflow: hidden;
}

.typical-risk.professional-sport-faq .align1 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    pointer-events: none;
    max-width: 380px;
    top: auto;
    left: auto;
}

.typical-risk.professional-sport-faq h2 {
    margin: 0px 0px 50px 0px;
    color: #000;
}

.typical-risk.professional-sport-faq h2 span {
    color: #7D00B4;
}

.typical-risk.professional-sport-faq .section-title p, .typical-risk.professional-sport-faq p {
    color: #444;
    font-weight: 400;
    line-height: 1.5;
    margin: 0px 0px 0px 0px;
}

.typical-risk.professional-sport-faq .section-title {
    margin-bottom: 100px;
}

.typical-risk.professional-sport-faq .accordion {
    margin-top: 0px;
    margin-bottom: 60px;
    background: #F8F8F8;
    box-shadow: 0 3.69px 31.182px 0 rgba(0, 0, 0, 0.05);
    padding: 35px 50px;
}

.typical-risk.professional-sport-faq .accordion-button {
    color: #7D00B4 !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
}

.typical-risk.professional-sport-faq .accordion-button.collapsed {
    color: #444 !important;
    border-bottom-color: #d9d9d9;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
}


.typical-risk.professional-sport-faq .text {
    display: inline-block;
    width: 100%;
    padding: 0px 50px;
}

.typical-risk.professional-sport-faq .text h4 {
    color: #000;
    font-family: 'AllianzNeoBold';
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.typical-risk.professional-sport-faq .text p {
    color: #444;
    font-family: 'AllianzNeoRegular';
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}


/*** deeply-rooted ***/
.deeply-rooted {
    background: #000;
    padding: 145px 0px 0px 0px;
}

.deeply-rooted .container-fluid {
    padding: 0px !important;
}

.deeply-rooted .container-fluid>.row {
    margin: 0px auto;
    width: 100%;
}

.deeply-rooted .section-title {
    margin-bottom: 135px;
}

.deeply-rooted .section-title h2 {
    color: #fff;
    margin-bottom: 40px;
}

.deeply-rooted .section-title h2 span {
    color: #FF7C01;
}

.deeply-rooted .section-title p {
    color: #FFF;
    text-align: center;
    font-family: 'AllianzNeoRegular';
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 70px;
}

.deeply-rooted .btn-default.white {
    padding: 0px 35px;
    color: #000;
    background: #fff;
    margin: 10px 10px;
    height: 52px;
    line-height: 52px;
    letter-spacing: 0;
}

.deeply-rooted .btn-default.white img {
    filter: invert(1);
    max-height: 12px;
}

.deeply-rooted .deeply-rooted-box {
    position: relative;
    float: left;
    width: 100%;
    aspect-ratio:1 / 1.53;
    transition: all .3s;
    overflow: hidden;
}

.deeply-rooted .deeply-rooted-box .align img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deeply-rooted .deeply-rooted-box .align {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: end;
    padding: 60px 60px;
}

.deeply-rooted .deeply-rooted-box .align h3 {
    color: #FFF;
    font-family: 'AllianzNeoBold';
    font-size: 32px;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    transition: all .3s;
    opacity: 0;
}

.deeply-rooted .deeply-rooted-box:hover .align {
   background:linear-gradient(180deg, rgba(0, 0, 0, 0.00) 41.89%, rgba(0, 0, 0, 0.90) 97.8%);
}

.deeply-rooted .deeply-rooted-box:hover .align h3 {
    opacity: 1;
}


/*** additional-insurance ***/
.additional-insurance {
    padding: 145px 0px 100px 0px;   
}

.additional-insurance .section-title {
    margin-bottom: 100px;
}

.additional-insurance .section-title h2 {
    color: #000;
    margin-bottom: 40px;
}

.additional-insurance .section-title h2 span {
    color: #FF7C01;
}

/*.additional-insurance .section-title p {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0px;
}*/

.additional-insurance .box {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / 0.58;
    position: relative;
    overflow: hidden;
	background-position:right center !important;
}

.additional-insurance .box .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    padding: 40px 40px;
    opacity: 0;
    transition: all .3s;
}

.additional-insurance .box h3 {
    color: #FF7C01;
    font-family: 'AllianzNeoBold';
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: inherit;
}

/*.additional-insurance .box p {
    color: #FFF;
    font-family: 'AllianzNeoRegular';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}*/

.additional-insurance .center .box .text {
    opacity: 1;
}


.additional-insurance .box>img {
}


.additional-insurance .container-fluid {
    padding: 0px !important;
}

.additional-insurance .container-fluid>.row {
    margin: 0px auto;
    width: 100%;
}


/**/
.additional-insurance .owl-theme .owl-dots {
    bottom: 0px;
    margin-top: 30px !important;
    position: relative;
}

.additional-insurance .owl-theme .owl-dots .owl-dot span {
    width: 45px;
    height: 5px;
    border-radius: 0px;
    margin: 0px 7px;
    opacity: 0.3;
    background: #FF9637;
}

.additional-insurance .owl-theme .owl-dots .owl-dot.active span,
.additional-insurance .owl-theme .owl-dots .owl-dot:hover span {
    background: #FF9637 !important;
    opacity: 1;
}

.additional-insurance .owl-theme .owl-nav {
    margin-top: 0px;
}

.additional-insurance .owl-theme .owl-nav [class*=owl-].disabled {
    background: #D9D9D9;
    opacity: 1;
}

.additional-insurance .owl-theme .owl-nav [class*=owl-] {
    background: none !important;
    color: #FF9637;
    border-radius: 50%;
    position: absolute;
    bottom: -8px;
    left: 20%;
    z-index: 3;
    margin: 0;
    font-size: 35px;
}

.additional-insurance .owl-theme .owl-nav [class*=owl-] img {
    position: relative;
    top: -1px;
}

.additional-insurance .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20%;
}


/*** team-member your-contacts ***/
.team-member.your-contacts {
    padding: 130px 0px 0px 0px;
    background: #000;
    position: relative;
}

.team-member .marquee {
    position: absolute;
    top: 90px;
    z-index: -1;
}

.team-member .z-9 {
    z-index: 9;
    margin-top: 115px;
}

.team-member .marquee .text {
    color:#FF7C01;
    font-size: 400px;
    font-style: normal;
    font-weight: 900;
    line-height: 350px; 
    text-transform: uppercase;
}

.team-member .track {
	white-space: nowrap;
	will-change: transform;
}

.team-member .track.animate {
	animation: marquee 16s linear infinite;
}

@keyframes marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.team-member.your-contacts .marquee .text {
    font-style: normal;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}

.team-member.your-contacts .btn-default.white {
    padding: 0px 35px;
    color: #000;
    background: #fff;
    margin: 10px 10px;
    height: 52px;
    line-height: 52px;
    letter-spacing: 0;
}

.team-member.your-contacts .btn-default.white img {
    filter: invert(1);
    max-height: 12px;
}

.team-member.your-contacts .btn-default.white:hover {
	background:#FF7C01;
	color:#fff;
}

.team-member.your-contacts .btn-default.white:hover img {
	filter:none;
}

.team-member .marquee {
    z-index: 0;
    pointer-events: none;
}


.team-member .btn-white {
    border-color: #fff;
    height: 74px;
    line-height: 74px;
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px;
}

.team-member .btn-white:hover img {
    filter: brightness(1) invert(1);
}

.team-member .member-box, .team-member .team-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.team-member .name {
    color: #fff;
    margin: 0px;
    font-size: 42px;
    font-weight: 700;
    line-height: 72px;
}

.team-member .designation {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #999;
}

.team-member .team-details {
    padding: 450px 0px 60px 0px;
    display: block;
}

.team-member .btn-purple {
    background: #7D02B5;
    display: flex;
    gap: 10px;
    height: 48px;
    line-height: 48px;
    max-width:123px;
    padding-left: 16px;
    padding-right: 16px;
    border: 0px;
    font-size: 16px;
    margin-left: 275px;
}

.team-member .btn-purple img {
    height: 16px;
}

.team-member .owl-carousel {
    margin-top: 70px;
}

.team-member .item {
    overflow: hidden;
    position: relative;
}

.team-member .owl-theme .owl-nav {
    margin: 0;
}

.team-member .owl-theme .owl-nav [class*=owl-]:hover {
    background: #000 !important;
}

.team-member .owl-theme .owl-nav [class*=owl-] {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 0px 16px !important;
    text-transform: uppercase;
    align-items: center;
    color: #fff;
    max-width: 337px;
    background: #7D02B5;
    display: flex;
    gap: 10px;
    height: 48px;
    line-height: 48px;
    max-width: 123px;
    border: 0px;
    font-size: 16px;
    border-radius: 0;
    /*position: absolute;*/
    margin: 0;
    opacity: 1;
}

/*.team-member .owl-theme .owl-nav [class*=owl-].owl-prev {
    bottom: 160px;
    left: 10%;
}

.team-member .owl-theme .owl-nav [class*=owl-].owl-next {
    top: 220px;
    right: 17%;
}*/

.team-member .item .container {
    position: relative;
    z-index: 2;
}

.team-member h2 {
    color: #fff;
}

.team-member .owl-theme .owl-nav {
    margin: 0px auto;
    max-width: 1280px;
    display: block;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-640px;
	height:100%;
	width:100%;
}

.team-member .owl-theme .owl-nav [class*=owl-].owl-next {
    margin-top:180px;
	float:right;
    margin-right: 215px;
}

.team-member .owl-theme .owl-nav [class*=owl-].owl-prev {
	margin-top:33%;
	float:left;
    margin-left:15px;
}

.team-member .owl-theme .owl-nav [class*=owl-] {
    display: inline-block;
    border-radius: 0;
    min-width: 140px;
    max-width: initial;
    font-family: 'AllianzNeoBold';
    font-size: 18px;
    border: none;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    padding: 0px 35px !important;
    color: #000;
    background: #fff;
    margin: 10px 10px;
    height: 52px;
    line-height: 52px;
    letter-spacing: 0;
}
 
.team-member .owl-theme .owl-nav [class*=owl-] img {
    filter: invert(1);
    max-height: 12px;
   
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
 
.team-member .owl-theme .owl-nav [class*=owl-]:hover {
    background: #FF7C01 !important;
    color: #fff !important;
}
 
.team-member .owl-theme .owl-nav [class*=owl-]:hover img {
    filter: none;
}
 
 
.team-member .owl-theme .owl-nav [class*=owl-]:before,
.team-member .owl-theme .owl-nav [class*=owl-]:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    transform: translateX(-100px) skewX(-15deg);
}
 
.team-member .owl-theme .owl-nav [class*=owl-]:before {
    background: hsla(0, 0%, 100%, .7);
    width: 60px;
    left: 0;
    opacity: .5;
    filter: blur(30px);
}
 
.team-member .owl-theme .owl-nav [class*=owl-]:hover:before {
    opacity: .6;
}
.team-member .owl-theme .owl-nav [class*=owl-]:hover:after,
.team-member .owl-theme .owl-nav [class*=owl-]:hover:before {
    transform: translateX(300px) skewX(-15deg);
    transition: .9s;
}
 
.team-member .owl-theme .owl-nav [class*=owl-]:hover:after {
    opacity: 1;
}
 
.team-member .owl-theme .owl-nav [class*=owl-].owl-prev img {
    margin-right: 10px;
    margin-left: 0px;
    transform: rotate(180deg);
}
 
.team-member .owl-theme .owl-nav [class*=owl-].owl-next {
    margin-top: -140px;
    float: right;
    margin-right: 2px;
}

.team-member .track {
    display: flex;
    animation: loopText 5s infinite linear;
}
.team-member .track {
    white-space: nowrap;
    will-change: transform;
}

.team-member .owl-theme .owl-nav {
    margin-left: 0px;
    transform: translate(-50%, 0%);
}

/*** CTA ***/
.cta-orange {
    background: #FF7C01;
}

.cta-orange .container {
    padding: 135px 0px 145px 0px;
    position: relative;
}

.cta-orange .container::after {
    content: '';
    background:url(../img/icon-quote.svg) top right no-repeat;
    background-size:contain;
    top: -48px;
    right: 0px;
    width: 320px;
    height: 280px;
    position: absolute;
    top: 0px;
}

.cta h2, .cta .h2 {
    color: #fff;
    margin-bottom: 40px;
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 46px; /* 100% */
	text-transform: uppercase;
}

/*.cta .btn-default {
    max-width: 330px;
    color:#FF7C01;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    line-height: 70px;
    height: 70px;
    padding-left: 24px;
    padding-right: 24px;
}

.cta .btn-default:hover {
    color: #FF7C01 !important;
}

.cta .btn-default.white {
    padding: 0px 35px;
    color: #000;
    background: #fff;
    height: 52px;
    line-height: 52px;
    letter-spacing: 0;
}

.cta .btn-default.white img {
    filter: invert(1);
    max-height: 12px;
}*/



/*** typical-risk normal-faq ***/
.typical-risk.professional-sport-faq.normal-faq {
	background: radial-gradient(127.58% 30.7% at 59.78% 50%, #FFF 0%, #F1F2F3 100%);
}

.typical-risk.professional-sport-faq.normal-faq .section-title h2 {
    margin: 0px;
}

.typical-risk.professional-sport-faq.normal-faq .row {
    position: relative;
    z-index: 2;
}

.typical-risk.professional-sport-faq.normal-faq .align {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    pointer-events: none;
}

.typical-risk.professional-sport-faq.normal-faq .section-title h2 {
    color: #000 !important;
}

.typical-risk.professional-sport-faq.normal-faq .section-title h2 span {
    color: #FF7C01 !important;
}

.typical-risk.professional-sport-faq.normal-faq .accordion {
    margin-top: 0px;
    margin-bottom: 0px;
    background: #F8F8F8;
    padding: 35px 50px 50px 50px;
}

.typical-risk.professional-sport-faq.normal-faq .accordion-button {
    color: #FF7C01 !important;
}

.typical-risk.professional-sport-faq.normal-faq .accordion-button.collapsed {
    color: #444 !important;
}

.typical-risk.professional-sport-faq.normal-faq .normal-btn {
    background: none;
    line-height: 58px;
    border: 1px solid #FF7C01;
    color: #FF7C01;
    font-size: 18px;
    font-family: 'AllianzNeoRegular';
    font-weight: 400 !important;
    width: 100%;
    display: inline-block;
    max-width: 100%;
    margin-top: 15px;
    text-transform: inherit;
    letter-spacing: 0;
}

.typical-risk.professional-sport-faq.normal-faq .normal-btn i {
    font-size: 25px;
    position: relative;
    top: 5px;
    margin-left: 5px;
}

.typical-risk.professional-sport-faq.normal-faq .normal-btn:hover {
    background: #FF7C01; 
    color: #fff;
}

.typical-risk.professional-sport-faq.normal-faq .accordion-item.last .accordion-button.collapsed {
    border-bottom-color: transparent !important;
}


.typical-risk.professional-sport-faq h3.readmore-text {
    color: #444 !important;
    border-bottom-color: #d9d9d9;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    padding: 20px 0px;
    font-family: 'AllianzNeoBold';
}


/*** Footer ***/
.footer {
    padding: 130px 30px;
    background: #000;
    background-size: cover;
}

.footer .logo img {
    height: 43px;
}

.footer p {
    line-height:1.5;
    font-size: 20.669px;
    font-family: 'AllianzNeoRegular';
    color: #fff;
    margin-top: 20px;
}

.footer .container {
    max-width: 1440px;
}

.footer p a {
    font-size: 18.085px;
	line-height:1.5;
    color: #fff;
	width:100%;
    display: block;
}

.footer p a .fa {
	margin-right:14px;
}

.footer p a:hover {
    font-weight: bold;
}

.footer .socialinfo {
    padding-left: 5px;
    margin-top: 10px;
    font-size: 20px;
    background: #181a21;
    padding: 12px 20px;
    display: inline-block;
}

.footer .socialinfo a {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    color: #ced4da;
}

.footer .socialinfo a:hover {
    color: #FF8A00;
}

.footer p.first-head {
    margin-top: 7px;
}

.footer p strong {
    font-size: 18px;
}

.footer p a.link {
    color: #FF8A00;
}

.footer p a.link:hover {
    text-decoration: underline;
    color: #FF8A00;
}

.rateinfo {
    display: inline-block;
    width: 100%;
    background: #FFFFFF;
    padding: 20px 21px;
    color: #444;
    font-size: 23.252px;
    line-height:1.8;
}

.rateinfo span {
    color: #8600C3;
    font-weight: 500;
}

.rateinfo span i:first-child {
    margin-left: 8px;
}

.rateinfo span i {
    font-size: 24px;
    margin-left: 3px;
}

.footer p.copy, .footer p.copy a {
    font-size: 16px;
	line-height:1.4;
    margin-top: 24px;
}

.footer .copy {
    margin-bottom: -6px;
}

.footer ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    list-style: none;
}

.footer ul#footer-menu {
    margin: 0;
}

.footer ul#footer-menu li {
    margin: 0;
    display: inline-block;
}

.footer ul#footer-menu li a {
    text-decoration: underline;
    color: #fff;
    font-size: 16px;
	line-height:1.4;
}

.footer ul#footer-menu li:first-child a {
    border-right: 1px solid #fff;
    padding-right: 5px;
}

.footer ul#footer-menu li a:hover {
    color: #FF8A00;
}

.footer .photo-img {
    aspect-ratio:1 / 1;
	object-fit:cover;
	object-position:top center;
	width:252px;
}



/*** contact page css ***/
.contact-form {
    background: #171A21 url(../img/bg-contact.png) 0% 100% no-repeat;
    background-size: 61% auto;
    padding: 160px 0px 70px 0px;
}

.contact-form h1 {
    font-size: 76px;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'AllianzNeoBold';
    text-transform: uppercase;
    margin-bottom: 60px;
}

.contactbox {
	background: #23252C;
	text-align: center;
	padding: 65px 10px 20px 10px;
	margin-bottom: 20px;
}

.contactbox .icon {
	display: inline-block;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contactbox h6 {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 20px;
    font-family: 'AllianzNeoRegular';
	margin-bottom: 10px;
	letter-spacing: 0.8px;
}

.contactbox h6 span {
	font-weight: 600;
}

.contactbox a:hover {
	color:#FF7C01;
}

.contact-form h5 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-family: 'AllianzNeoBold';
}

.form-control {
    padding-left: 16px;
    border-radius: 0px;
    height: 44px;
    margin-bottom: 15px;
    background: #fff;
    border: none;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: #000;
}


.form-control::-webkit-input-placeholder {
	color: #AEAEAE;
}

.form-control:focus {
	background: #fff !important;
	color: #000;
	box-shadow: none !important;
}

textarea.form-control {
	height: 160px;
	resize: none;
	padding-top: 18px;
}

.form-check {
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
}

.form-check label {
	color: #fff;
}

.form-check .form-check-input {
	margin-left: -30px;
}

.form-check-input[type=checkbox] {
	border-radius: 0px;
    width: 18px;
    height: 18px;
}

.form-check-input:checked {
	background-color: #fff;
	border-color: #fff;
}

.form-check-input:checked[type=checkbox] {
	--bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e);
	background: #fff;
}

.form-check-input:checked[type=checkbox]:before {
	content: "\f00c";
	font: normal normal normal 13px / 1 FontAwesome;
	position: relative;
    top: -5px;
    left: 3px;
	font-size: 11px;
}

.form-check-input:focus {
	border-color: #fff;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(171, 88, 225, 1, .25);
}

.contact-form label {
    font-size: 14px;
}

.contact-form label a {
    color: #FF8A00;
}

p#breadcrumbs {
    margin-bottom: 5rem;
}

p#breadcrumbs a {
    color: #FF8A00;
}

.contact-form .btn-default {
    min-width: 255px;
    line-height: 52px;
    font-size: 20px;
}

/**/
.contactbtn {
    border: 0;
    overflow: hidden;
    background-color: #FF7C01;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 8px;
    padding-right: 3rem !important;
    transition: all 0s;
    z-index: 999999;
    font-weight: 400;
    position: relative;
}

.contactbtn i {
    font-size: 14px;
}

.contactbtn.active i::before {
    font-size: 18px;
    content: "\f00d";
    position: relative;
    top: 1px;
}

.contactbtn:hover {
    background: #8800c5;
    cursor: pointer;
}

.header.inner-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 20px 0px 20px 40px;
}

.contactbtn:before {
    background: hsla(0, 0%, 100%, .7);
    width: 60px;
    left: 0;
    opacity: .5;
    filter: blur(30px);
}

.contactbtn:after, .contactbtn:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    transform: translateX(-100px) skewX(-15deg);
}

.contactbtn:hover:before {
    opacity: .6;
}

.contactbtn:hover:after {
    opacity: 1;
}

.contactbtn:hover:after, .contactbtn:hover:before {
    transform: translateX(300px) skewX(-15deg);
    transition: .9s;
}

.accordion-body p.big, .accordion-body p {
	font-size:18px !important;
	line-height:1.5 !important;
}

.w-95 {
	width:95% !important;
}

.footer p#breadcrumbs {
    font-size: 16px;
}
 
.footer p#breadcrumbs a {
    display: inline-block;
    width: auto;
    color: #FF7C01;
}

/*** CONTACT PAGE ***/ 
body.page-template-template-contact .footer {
    padding-top: 10px;
}
 
.contactbox h6 a {
    letter-spacing: 0;
}
 
.contact-form label a {
    color: #FF7C01;
}
 
.contact-form .wpcf7-list-item {
    margin: 0;
}
 
.form-check>.wpcf7-form-control-wrap {
    margin-left: -5px;
    vertical-align: top;
}
 
.form-check .form-check-input {
    margin-left: -26px;
}



.hide-rest-history, .show-rest-history.btn-default:after, .show-rest-history.btn-default:before {
	display:none;
}