html {
	margin: 0;
	height:100%;
	min-height: 100%;
	box-sizing: border-box;
	scroll-behavior: smooth;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

*,*:before,*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
	background:#fff;
	height:100%;
	min-height: 100%;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #1C1C1C;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.cont{
	display: block;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.clear, .clr:after {
    content: " ";
    float: none;
    clear: both;
    display: table;
}
.mobile {
    display: block;
}
a{
	text-decoration: none;
	cursor: pointer;
}
.just-text{
	padding: 30px 15px;
    background: #fff;
}
.just-text h1,.just-text h2,.just-text h3{
	margin-bottom:2rem;
}
.just-text h3{
	font-size: 20px;
	font-weight: 600;
}
.just-text p{
	margin-bottom:1rem;
	font-size: 16px;
}
.just-text p strong{
	font-weight: 700;
}
.just-text p b{
	font-weight: 700;
}

.just-text ul{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 25px;
    gap: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    list-style-type: square;
}
.just-text ol{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 25px;
    gap: 5px;
    margin-bottom: 15px;
    font-size: 16px;
}
.just-text ul li {
	
}

.dh-responsive-wrapper {
	margin:0 auto;
	width:100%;
	padding: 0 20px;
}
#thx {
    display: none;
    text-align: center;
    margin-bottom: 100px;
	min-height: 50vh;
}
#thx-box {
    display: none;
}


input[type=email], input[type=number], input[type=tel], input[type=text], textarea {
    font-size: 1.2em;
	line-height: inherit;
    padding: 8px;
    border: 1px solid #e3e3e3;
    color: #000;
    width: 100%;
    height: 45px;
    padding-left: 12px;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-top: 1px;
    color: #727272;
    font-weight: 400;
}
input, select {
    -webkit-background-clip: text !important;
    background-clip: text !important;
}
textarea {
	line-height: inherit;
	margin-top: 10px;
	margin-bottom: 5px;
    width: 100%;
	height: auto;
    overflow: auto;
    min-height: 80px;
    padding: 10px 10px;
    font-size: 1.2em;
    color: #000;
    font-weight: 400;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{background-color: #fff; color:#727272}
input::-moz-placeholder,textarea::-moz-placeholder{background-color: #fff; color:#727272}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{background-color: #fff; color:#727272}
input::-ms-input-placeholder,textarea::-ms-input-placeholder{background-color: #fff; color:#727272}
input::placeholder,textarea::placeholder{background-color: #fff; color:#727272}

/* main color - #86efac*/
/*----------- Header ----------------*/
.header {
    position: relative;
    width: 100%;
    padding: 10px 0;
    height: 120px;
    z-index: 100;
    background-color: #000;
}
.nav {
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav__data {
    display: flex;
    justify-content: space-between;
    align-items: center;
	height: 100%;
    overflow: hidden;
    gap: 15px;
    height: 100px;
}
.nav__data a {
    display: block;
    height: 100%;
    vertical-align: middle;
    position: relative;
    font-size: 2.2em;
    line-height: 1;
    font-weight: 500;
    color: #212325;
}
.nav__data a:hover {
	
}
.nav__data img, .head4-logo img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 105px;
    height: auto;
    z-index: 5 !important;
}
.nav__menu {
	position: absolute;
	left: 0;
	top: 128px;
	width: 100%;
	height: calc(100vh - 3.5rem);
	overflow: auto;
	pointer-events: none;
	opacity: 0;
	transition: top .4s, opacity .3s;
}
.nav_menu_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nav__toggle {
	position: relative;
    width: 36px;
    height: 36px;
    left: -5px;
}
.nav__burger, .nav__close {
    position: absolute;
    width: max-content;
    height: max-content;
    inset: 0;
    margin: auto;
    font-size: 40px;
    cursor: pointer;
    transition: opacity .1s, transform .4s;
}
.nav__logo, .nav__burger, .nav__close {
    color: #86efac;
}
.nav__close {
    opacity: 0;
}
.nav__list {
    display: flex;
    height: auto;
    padding-bottom: 120px;
    background: #393d40;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 18px;
    padding-top: 120px;
}
.nav__list li {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.nav__link {
    position: relative;
    color: #fff0e0;
    font-weight: 600;
    font-size: 20px;
    padding: 8px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .3s;
    border: 1px solid #d7d7d7;
    border-radius: 7px;
    width: 60%;
    cursor: pointer;
    margin: 0 auto;
}
.nav__link:hover {
	color: #374e5b;
    background-color: #fffdca;
}
.show-menu {
  opacity: 1;
  top: 94px;
  pointer-events: initial;
}
.show-icon .nav__burger {
  opacity: 0;
  transform: rotate(90deg);
}
.show-icon .nav__close {
  opacity: 1;
  transform: rotate(90deg);
}
.pre_nav {
    display: none;
    width: 100%;
    background: transparent;
    margin: 0 auto;
}
.prenav_cont {
    display: flex;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    height: 100%;
    gap: 10px;
    padding: 10px 20px;
}
a.txt-logo {
    display: block;
    height: 100%;
    vertical-align: middle;
    position: relative;
    font-size: 2.2em;
    line-height: 1;
    padding: 0 10px;
    font-weight: 500;
    color: #212325;
}
.prenav_list3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.prenav_link1, .prenav_link3 {
    padding-right: 20px;
    line-height: 44px;
    height: 100%;
    color: #232930;
    font-weight: bold;
    font-size: 16px;
}


/*----------- Section 1 ----------------*/
#dh-prevsect{
	display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #86efac;
    line-height: 1;
}
#dh-prevsect h2{
	font-size: 25px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
}
#dh-section1{
	display: block;
    width: 100%;
    position: relative;
    margin: 0 auto;
	background-color: #9a9a9a;
}
.dh-section1-bg{
	display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #dbdbdb;
    max-width: 100%;
    background-image: url(/dh/privacy.html/dh/sp1/files/mob-default-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}
.dh-section1-bg:before{
	content: "";
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(146deg, rgb(0 0 0 / 70%) 35%, rgb(0 0 0 / 0%) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.dh-section1-cont{
	display: flex;
	position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
	z-index: 1;
    overflow: hidden;
}
.dh-section1-sm2{
	display: block;
    position: relative;
    width: 100%;
}
.dh-section1-col1{
	display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: center;
	padding: 15% 0;
}
.dh-section1-col1-txt{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
}

.dh-section1-col1-txt h1{
	display: block;
    font-size: 55px;
    line-height: 1;
	text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 600;
}
.dh-section1-col1-txt h3{
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
	width: 100%;
    line-height: 1;
}
.animated-headline{
	display: block;
	width: 100%;
}
.animated-headline .headline {
	display: inline-block;
	width: 100%;
	margin: 0;
	text-align: center;
	line-height: 1.25;
	font-size: 55px;
	font-weight: 600;
	margin-top: 0.15em;
    margin-bottom: 0.15em;
}
.animated-headline .headline-static {
	display: inline;
    font-weight: 700;
    color: #86EFAC;
    letter-spacing: 0.2px;
    padding-right: 10px;
}
.animated-headline .headline-dynamic {
	position: relative;
	display: inline-block;
	padding-bottom: 0.35em;
}
.animated-headline .headline-text {
	position: relative;
	z-index: 2;
	color: #86EFAC;
	font-weight: 800;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
}
.animated-headline .headline-dynamic svg {
	position: absolute;
	left: 50%;
	bottom: 6px;          
	transform: translateX(-50%);
	width: 116%;
	height: 1.65em;
	pointer-events: none;
	z-index: 1;
}
.animated-headline .headline-dynamic svg path {
	fill: none;
	stroke: #86EFAC;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;

	/* The animation */
	stroke-dasharray: 1100;
	stroke-dashoffset: 1100;
	
	animation-name: drawRing, glowRing;
	animation-duration: 5.5s, 2.2s;
	animation-timing-function: ease-out, ease-in-out;
	animation-delay: 0s, 1.5s;
	animation-iteration-count: infinite, infinite;
	animation-direction: normal, normal;
	animation-fill-mode: none, none;
	animation-play-state: running, running;
	filter: drop-shadow(0 0 8px rgba(134,239,172,0.55));
}

.a-btn{
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 25px;
	line-height: 1;
    font-weight: 500;
    color: #000;
    background-color: #86efac;
    border-radius: 6px;
    border: transparent;
    padding: 15px 40px;
    cursor: pointer;
    margin: 0 auto;
	margin-top: 25px;
    transition: all 0.5s ease-in-out;
}
.a-btn:hover{
	background-color: transparent;
    color: #86efac;
}

/*----------- End Section 1 ------------*/

/*----------- Section 2 -------------*/
.dh-section2 {
	background-color: #86efac;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}

.dh-section2-cont {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dh-section2-sm2 {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dh-section2-box{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.dh-section2-sm2 h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
}
.dh-section2-sm2 h3 {
	display: flex;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    flex-direction: column;
    align-items: center;
    width: 100%;
    align-items: center;
}
.dh-section2-sm2 p {
  font-size: 16px;
  color: #1C1C1C;
  line-height: 1.5;
}
.section2-sm2-icon1, .section2-sm2-icon2, .section2-sm2-icon3{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAASFBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJhibTAAAAF3RSTlMA+BzhyLEEMgyBmG0Soo8ou2LV6kBUeBDqAQsAAAMJSURBVFjDnVdZooMgDCwgCAIqbr3/TSuLEpZaLT/vVUjIMpmQ1+tqYU1Ih19/r2V+72te/pVf0dsttP4lznon7JT07Ll821hJ0rbE/m3ah+K4c8ZPewDx5P59FMu2895rbn9x7SPR3bOCLcJf+Z7N8c3M/ssklotgsGE1Qjch8vuFKu6p7vzcaGHWodTDt3DLIY7zoCC4P2883VcN3G6kKi1UMj2THGHnHpq0+RpvbPR0GtJAN4z9QjezDD8Rw4bFbNSeN+CrNUA+wYm0JgCtu13TM6TtqUYgPtaBZwqsEzGM2KKuAkhBG0IaKioQtOiMwR4s1nNgCBJzRkSW9petleFCAZMJrnbkyEcKFD1gQciReMq/K2gtZ0DA+HKiHlLY0LO2z9VfKVBOfgSha0engacK2m8K3IWiRM57ZLcUuLMFj67vBK2pggEq4Db+W5n5zeaC38iCsLbWwDdCx1IgJUgkiXHeKLkGR0kdyrAW2rIuLNuIINQCBTEpDFgtskoPbDUG1hDAH8AdKFY3TZw72W4NntLIIKCcrd+kvhPkZX4PkMikzh3OcnkohRJGgjE9Dm3ItvVEHijAWagtrpbUmP0KtKTy4NolKz8ZQ38EcXIcn8iDa2WWK6DwSONwMIpMyF8UJp9IajIgBQ0yxXIb+4DKWZpnUB5QKg+gzIs+0EWTYjEtKOFqUExLQaImBuFOOfcFYygUMXKDUHY3kSqLvb2gtM2xLIsejJVueTjMf5GqLirW+3BaFWh9PGh9TGkdo5izNA+n2fyysfQZjiMvInyntVkDAKEmFdndaa663su94uV3e18SU19ZTRP162Wh5jLHh9HkxkOF0axJJiajykOjYib6+mi2dVQrg/snaiAu5PWVhw5z+strk+msx9cC6Vh0rGYJu72GXwfJg3g2lRHMYXPkP9/CftihGVYHXx23pi+JiokhTAvI3HvGDv7xj/pgxdD7imyG2yPjFmp4XBlbx1DZ25Ph8Zxw5lDWqFevZwtrMCQh/c8Ejg9GINvfA/xKyUSvR+8PSUJatkfbdu4AAAAASUVORK5CYII=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}
.section2-sm2-icon2{
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAVFBMVEVHcEwdHB0ICAgnJycFBQUdHR0aGhoICAgCAgMLCwsfHyASEREAAAAeHR0NDQ0NDAwLCwsfHx4WFhYTExMBAQEjIiIjIiInJycGBgYICAgBAQEAAAAq1yC6AAAAG3RSTlMAU7cF5EJj0+zLSoz+NJmovFxuffUaJhHbxftrKcdLAAACJUlEQVRYw+1W7bZEIBSVEEIkRO//nrePoQ/lzq/759pr1sxIHbt99jnKshcv/hWWElTV1PaPk1Y5xUFVXndavBeHEKLmhC7J9ZvohA9gxufCHexImQwQolXDlN3G8zURofWhNryNZg0nmFbzsH9CVN9q19dqOsOXeMtkYmBnEs3T6JQuw+YFBVqSwSZIPIOBkBYkany2l3UCXD2/jgmGL4lNiBAnV0mfxdM+KGrwQTsNtdeU9fZASH+P/BLgkmqLmQb+4qjOsiQMB7NnOYGmKJSDRO6SlP+Lyacpa6N59BCVi64MTIoR8QRVudQDEEwgBikh9xk7uVcVKq81KZ72EAkeKASylbieAVFqeefnqRGdKvfL15B9kgRbj/nnqqUB4wwiHVSw0xrcp3hDGMD410kNigWA+KzDPQxQHpqAIJtlMNw97Kng3l8OrYF1w3bEzAzz4oTwjAIL/XjHj/2TFT95O2wF6M6G+sBoj10euE/A4qap1LBw6ru4Q3LmTkqCVtx7GsGUmc52NjdhH0ZuqajGOo7mo77Mz+7Wc6zUxt96urJCnmhZwieQeKGGBWULid00zVLzukiEnsndIbe0QRzlqNyzr/f9y3a/+T36EdhtRaBRQ8USKbM0OlKtUB8zsOk/yO/S5QPa8XzFFbwWQUV/B1oHfJrICWNuElC5gnS0Z5eagK8OJxeMWEs7D3lOBlomrIlRAt/uVh7Q4lizFy9e/A1+AJW/UbUCl0hQAAAAAElFTkSuQmCC");
}
.section2-sm2-icon3{
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAASFBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJhibTAAAAF3RSTlMA7shYctUXEH9mCCG54qSSRPpRKTaLrBTsMTYAAAKBSURBVFjDrVdZoqsgDJVBFMEBFLv/nb5bBkUIltaXv1oIJ8nJ1DQFYaSf8IiUQiOees2ar2Sb21ci7bzV3u5odtvroF3FddajV1FQ/1EFubluVdDb6yuOzo5yppwQTmc5Rp+xqHleSX45t3KpDhCkdH8+TWW3zpnB68N+mDnADww0qNiBE4P0f043nGGTPyRzDfsnA51oD2Iv2N+KT3EWLegH4kNUQfnOh/oCdXXA8FBD9cFpQDFY96ntKpPFWYHPLzxXee8HB5gfwXG/NcRtTfQKxMK9GBD3Lv75Oe5yYMxz0PGh9yZZAIgVqfmnIkXhQHsI1J7J03SKszj1T3zJ+hRlEVwudQCn8CyE1ta/2JxIbG5gvek9583huC2QWGUeWE9mUQgCswpMsEBmAGh4IPBMQAjboImD2dnGmZLa4NjHfBrlJMRRznYK4Nnq2WedMeYkQnHK9lCijc75E+wCq+AkpwDaknT8xYUqOQKeB2oQdkBSGg7L8g6OWqwUqgx1xiMgCGK8sFBpUIENA2oUECKTdlW4DVnlzxVAJrBvTICduC3L+4+2womlMFpoe0UYS0Ri5S56JVKJygTOsZzKLplWWP9doQ/JVEhnoYrhS9K5UFBsHTPrsgQQLO0PoaDAJY1Eo5JZBNuMSugmjpIGFVWiwDkRLqpAWdfwiIfhsg40lgkeEbdCY8lbm+/W0nDCZz/TqJmVWhvQXCmW9HD6xntDl6HcXD2El66f5sm1vT8eMJ6POEHl70PW4zHvh0HTFOaR2lF3+v/DdjNM9eP+NPywcIhz4TAVG5fka7LyvD6vPH+vPFy6nq99b548XDyfr76uBJh8+TZb85UwXbf+/wNtOHBdTfe4BwAAAABJRU5ErkJggg==");
}


/*----------- End  Section 2 ---------*/

/*----------- Section 3 -------------*/
.dh-section3 {
	background-color: #fff;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}

.dh-section3-cont {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dh-section3-sm2 {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dh-section3-sm2 h2 {
	font-size: 32px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 800;
    color: #000;
}

.dh-section3-sm2 p {
	font-size: 18px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
}
.b-btn{
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    background-color: #1e293b;
    border-radius: 15px;
    border: transparent;
    padding: 15px 40px;
    cursor: pointer;
    margin-top: 25px;
	width: fit-content;
    transition: all 0.5s ease-in-out;
}
.b-btn:hover{
	background-color: transparent;
    color: #86efac;
	background-color: #86efac;
    color: #fff;
}

/*----------- End  Section 3 ---------*/

/*----------- Section 4 -------------*/
.dh-section4 {
	background-color: #86efac;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}

.dh-section4-cont {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dh-section4-sm2 {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dh-section4-sm2 h2 {
	font-size: 36px;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 800;
    color: #000;
	text-align: center;
}

.dh-section4-sm2 p {
	font-size: 18px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
	text-align: center;
}
.dh-section4-grid{
	display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.dh-section4-card{
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 25px 20px;
    border: 1px solid #000;
	gap: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.dh-section4-icon{
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.dh-section4-icon img{
	display: block;
    position: relative;
    width: 100%;
    max-width: 110px;
}
.dh-section4-card h3{
	font-size: 28px;
    line-height: 1.1;
    text-align: center;
    font-weight: 700;
}
.dh-section4-card p{
	font-size: 20px;
    font-weight: 300;
}
.section4-button{
	display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
/*----------- End  Section 4 ---------*/
/*----------- Section 5 -------------*/
.dh-section5 {
	background-color: #fff;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}

.dh-section5-cont {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dh-section5-sm2 {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dh-section5-sm2 h2 {
	font-size: 36px;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 800;
    color: #000;
	text-align: center;
}

.dh-section5-sm2 p {
	font-size: 18px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
	text-align: center;
}
.dh-section5-grid{
	display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.dh-section5-card{
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 25px 20px;
    border: 1px solid #86efac;
	gap: 20px;
}
.dh-section5-icon{
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 80px;
    border-radius: 50%;
    padding: 5px;
    background: #86efac;
}
.dh-section5-icon img{
	display: block;
    position: relative;
    width: 100%;
    padding: 10px;
}
.dh-section5-card h3{
	font-size: 28px;
    line-height: 1.1;
    text-align: center;
    font-weight: 700;
}
.dh-section5-card p{
	font-size: 20px;
    font-weight: 300;
}
.section5-button{
	display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
/*----------- End  Section 5 ---------*/

/*----------- Section 6 -------------*/
.dh-section6 {
	background-color: #86efac;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}

.dh-section6-cont {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dh-section6-sm2 {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dh-section6-sm2 h2 {
	font-size: 36px;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 800;
    color: #000;
	text-align: center;
}

.dh-section6-sm2 p {
	font-size: 18px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
	text-align: center;
}
.dh-section6-grid{
	display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 70px;
	margin-top: 35px;
}
.dh-section6-card{
	display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 25px;
}
.dh-section6-icon{
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	width: 100%;
}
.dh-section6-icon img{
	display: block;
    position: relative;
    width: 100%;
    max-width: 100px;
}
.dh-section6-card h3{
	font-size: 28px;
    line-height: 1.1;
    text-align: center;
    font-weight: 700;
}
.dh-section6-card p{
	font-size: 20px;
    font-weight: 300;
}
.section6-button{
	display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
/*----------- End  Section 6 ---------*/

/*----------- Section 7 -------------*/
.dh-section7 {
	background-color: #fff;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}
.dh-section7-cont {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dh-section7-sm2 {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dh-section7-sm2 h2 {
	font-size: 36px;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 800;
    color: #000;
}
.dh-section7-sm2 p {
	font-size: 18px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
}
/*----------- End  Section 7 ---------*/

/*----------- Section 8 -------------*/
.dh-section8 {
	background-color: #86efac;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}

.dh-section8-cont {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dh-section8-sm2 {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dh-section8-sm2 h2 {
	font-size: 36px;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 800;
    color: #000;
	text-align: center;
}

.dh-section8-sm2 p {
	font-size: 18px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
	text-align: center;
}
.dh-section8-grid{
	display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 40px;
	margin-top: 25px;
}
.dh-section8-card{
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 25px 20px;
    border: 1px solid #000;
	gap: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.dh-section8-card h3{
	font-size: 28px;
    line-height: 1.1;
    text-align: center;
    font-weight: 700;
}
.dh-section8-card p{
	font-size: 16px;
    font-weight: 300;
}

/*----------- End  Section 8 ---------*/
/*------------  faqs    ----------*/

 #dh-faqs {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 60px 0;
}

.dh-faqs-container {
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 0 auto;
    gap: 30px;
}
.dh-faqs-colums{
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 0 auto;
    gap: 30px;
}
.dh-faqs-tile{
	width: 100%;
    margin: 0 auto;
	text-align: center;
	max-width: 900px;
}
.dh-faqs-tile h2 {
	display: block;
	font-size: 36px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 800;
    color: #000;
    text-align: left;
}
.dh-faqs-tile p {
	font-size: 18px;
    color: #1C1C1C;
    opacity: 0.9;
}
.dh-faqs-content{
	display: block;
    width: 100%;
    max-width: 900px;
}
.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tips-sect{
	display: block;
    width: 100%;
}
.tips-sect h3{
	font-size: 22px;
    line-height: 1;
    text-align: center;
    border: 1px solid #e9252d;
    padding: 12px 0;
    background: #e9252d;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-top: 25px;
}
.faq-question {
	display: flex;
    justify-content: flex-start;
    align-items: center;
	border: none;
	gap: 15px;
	background: transparent;
    padding: 15px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.faq-question.active {
	/*background-color: #e9252d;
    color: #fff;*/
}

.faq-question .faq-icon {
  transition: transform 0.3s ease;
  font-size: 1.2em;
}
.faq-question.active .faq-icon {
  transform: rotate(180deg);
}
.faq-question.active .faq-answer {
	max-height: unset;
}
.faq-answer {
	/*padding: 0 15px 15px;
	display: block;*/
	color: #373737;
    margin-bottom: 15px;
	display: block;
	max-height: 0;
	opacity: 1;
	overflow: hidden;
	transition: max-height 0.6s ease;
}
.faq-answer p {
	font-size: 16px;
	
}
.faq-answer.show {
	display: block;
	max-height: none;
	opacity: 1;
	transition: max-height 0.6s ease;
}

/*----------------------------*/
#main {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: none;
    padding-top: 40px;
    padding-bottom: 40px;
}
#a-box {
    background-color: #fff;
    background-clip: padding-box;
    position: relative;
    width: 100%;
    padding: 5px;
    margin: 0 auto;
    max-width: 1000px;
}



#header-sub {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}
#header-sub h2 {
    color: #1C1C1C;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
}
#contact-us-box {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}
#thx h2 {
    padding: 15px 10px;
    width: fit-content;
    line-height: 30px;
    font-size: 22px;
    color: #2e434b;
    width: 100%;
    text-align: center;
}
#thx p {
	margin: 10px;
    font-size: 14px;
    color: #000;
    text-align: center;
	margin-bottom: 15px;
}
.c-form-box {
}
.c-form-box b {
    display: block;
    font-size: 13px;
    font-weight: 400;
}
.dh-contact-btn{
	
}
.c-form-box b span{
    color: #ff6565;
}

/*------------------ dh-footer Sectione --------------*/
#dh-footer{}
.dh-footer{
	display: block;
    position: relative;
    width: 100%;
}
.dh-footer-content{
	content: "";
	display: block;
    position: relative;
	width: 100%;
    height: 100%;
    padding-bottom: 0;
}
.footer-description-content{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0;
    padding-bottom: 0;
    justify-content: flex-start;
    align-items: flex-start;
	padding: 0 35px;
}
.dh-footer-brand{
	display: block;
    position: relative;
    width: 100%;
    padding-top: 10px;
}
.footer-logo{
	display: block;
    position: relative;
    width: 100%;
}
.ft-logo:focus img{
	outline: none;
}
a.ft-logo:focus img {
  outline: none;
}
.footer-logo img{
	display: block;
    position: relative;
    width: 100%;
    max-width: 180px;
    height: auto;
}
.dh-footer-products{
	display: inline-block;
    position: relative;
    width: 100%;
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 25px;
    color: #fdfff6;
}
a.ar-after{
	display: flex;
	position: relative;
	color: #fdfff6;
    font-size: 16px;
	cursor: pointer;
    line-height: 1;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
	text-align: left;
	font-weight: 400;
	transition: 0.4s ease-in-out;
}

a.ar-after:hover{
	color: #E63946;
    transform: translateX(10px) scale(1.02);
    text-decoration: none;
    border-left: 3px solid #E63946;
    padding-left: 5px;
}
a.ar-after:before{
    content: "";
	transition: 0.6s ease-in-out;
}
.ftr-list{
	display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    padding-bottom: 15px;
    justify-content: space-between;
}
.ftr-list-step1{
	display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    padding-bottom: 0;
    width: 50%;
}
.ftr-list-step2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
	padding-top: 10px;
}
.ftr-list1, .ftr-list2{
	display: flex;
    flex-direction: column;
    padding-top: 5px;
    align-items: flex-start;
    text-align: center;
	padding-left: 0;
	gap: 12px;
    margin-top: 15px;
}
.ftr-list1 li{
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.ftr-list1 li:not(:last-child){
	padding-bottom: 0;
}
.subscribe-sectione{
	display: none;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.sub-sect-cont{
	display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 20px;
}
.sub-sect-cont h3{
	font-size: 24px;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 15px;
}

.subscribe-sectione p{
	display: block;
    font-size: 13px;
    line-height: 16px;
    padding: 5px;
	color: #828282;
}
.sub-sect-cont p{
	font-size: 16px;
    margin-bottom: 90px;
    padding: 0;
    color: #fff;
    line-height: 1;
}
.dh-footer-txt{
	display: block;
    position: relative;
    padding-top: 40px;
    color: #fdfff6;
    opacity: 1;
    background-color: #111111;
}
.dh-footer-txt p{
	font-size: 16px;
    line-height: 20px;
	margin-bottom: 15px;
}
.ftr-legals{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    gap: 15px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.ftr-legals a{
	display: flex;
    position: relative;
    color: #fdfff6;
    font-size: 14px;
	border-bottom: 3px solid #fdfff6;
    line-height: 18px;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    font-weight: 500;
	text-decoration: none;
    transition: 0.4s ease-in-out;
}
.ftr-legals a:hover{
	color: #fdfff6;
    text-decoration: none;
    border-bottom: 3px solid #f5b36c;
}
.ftr2-legals{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    gap: 15px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.ftr2-legals a{
	position: relative;
	color: #313131;
    font-weight: 600;
    padding: 3px 9px;
    font-size: 14px;
    border-top: 2px solid #ffcd14;
    border-bottom: 2px solid #ffcd14;
}
.ftr2-legals a:hover{
    color: #ababab;
}

.dh-footer-legals{
	display: block;
    position: relative;
    width: 100%;
	/*background: #070707;*/
	/*padding: 25px 0;*/
}
.dh-footer-copyright{
	display: block;
    position: relative;
    width: 100%;
}
.copyright, .brand-txt{
	font-size: 14px;
    font-weight: 600;
	padding: 25px 0;
	line-height: 18px;
}
.dh-footer-copyright span{
	display: block;
    padding-top: 6px;
}
.contact-media{
	display: flex;
    flex-direction: row;
    padding-top: 10px;
    align-items: flex-start;
    text-align: center;
    padding-left: 0;
    gap: 10px;
}
.contact-media i{
	color: #5c5c90;
    font-size: 26px;
    line-height: 1;
    font-weight: var(--dh-font-weight-regular);
}
.contact-media .a-media{
	padding: 2px;
    border-radius: 4px;
    border: 1px solid #5c5c90;
}

/*---------------End dh-Footer Sectione-------------*/

/* Keyframes */
@keyframes drawRing { to { stroke-dashoffset: 0; } }
@keyframes glowRing {
  0%,100% { opacity: .92; filter: drop-shadow(0 0 6px rgba(134,239,172,.45)); }
  50% { opacity: 1; filter: drop-shadow(0 0 12px rgba(134,239,172,.85)); }
}



/* Mobile tweaks */
/*
@media (max-width: 480px) {
  .elementor-element.elementor-element-dfc45ce .elementor-headline-plain-text { font-size: 16px; }
  .elementor-element.elementor-element-dfc45ce .elementor-headline-dynamic-wrapper svg { height: 1.4em; }
  .elementor-element.elementor-element-dfc45ce .elementor-headline-dynamic-wrapper svg path { stroke-width: 7; }
}
*/
/* Respect reduced motion */

@media screen and (min-width: 380px) {
	.pre_nav {
        height: 40px;
    }
	.prenav_cont {
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0 20px;
        gap: 0;
    }
	a.txt-logo {
        font-size: 3.2em;
    }
}


@media screen and (min-width:767px) {
	.cont{
		padding: 0 30px;
	}
	#a-box {
        /* width: 65%; */
        min-height: 400px;
    }
	#thx h2 {
        font-size: 26px;
    }
	#thx p {
        font-size: 16px;
    }
	/*---- header ----*/
	.pre_nav {
        display: block;
        height: 110px;
    }
	.log-data {
        display: flex;
        height: 100%;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
    }
	a.txt-logo {
        font-size: unset;
        display: flex;
        position: relative;
        left: -2px;
        height: 90px;
        padding-left: 0;
        align-items: center;
    }
	.log-data img {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        width: 140px;
        height: auto;
    }
	.prenav_list3 {
        display: flex;
        position: relative;
        right: 0;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 21px;
    }
	.nav {
		display: none;
	}
	.nav__data {
		display: none;
	}
	.mobile {
        display: none;
    }
	.prenav_link1, .prenav_link3 {
        padding-right: 24px;
        line-height: 44px;
        font-size: 17px;
    }
	.prenav_link3 {
        line-height: 23px;
        font-size: 18px;
        padding: 0;
        color: #86efac;
        font-weight: 600;
        border-bottom: 5px solid #86efac;
    }
	.prenav_list3 a:hover {
        text-decoration: none;
        color: #ffffff;
        border-bottom: 5px solid #ffffff;
    }
	
	/*----       ----*/
	.dh-section1-col1 {
		padding: 60px 0;
	}
	.dh-section1-col1-txt h1 {
		font-size: 76px;
		line-height: 1;
	}
	.dh-section2-sm2{
		display: flex;
		position: relative;
		flex-direction: row;
		align-items: stretch;
		width: 100%;
		margin: 0 auto;
	}
	.dh-section2-sm2 h3 {
		display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: nowrap;
        line-height: 1;
        justify-content: space-between;
	}
	.dh-section2-sm2 h3 span{
		display: block;
        position: relative;
        width: calc(100% - 60px);
	}
	.dh-section3, .dh-section4, .dh-section5, .dh-section6, .dh-section7, .dh-section8{
		padding: 80px 0;
	}
	.dh-section3-sm2 h2, .dh-section4-sm2 h2, .dh-section5-sm2 h2, .dh-section6-sm2 h2, .dh-section7-sm2 h2, .dh-section8-sm2 h2 {
		font-size: 40px;
		line-height: 1.1;
	}
	.dh-section4-grid, .dh-section5-grid, .dh-section6-grid{
		display: flex;
        margin-top: 25px;
        flex-direction: row;
        align-items: stretch;
		justify-content: center;
        gap: 40px;
		
	}
	.dh-section4-card, .dh-section5-card, .dh-section6-card{
		max-width: 400px;
	}
	.section5-button, .section6-button{
		margin-top: 50px;
	}
	.b-btn, .a-btn { 
		font-weight: 600;
	}
	.dh-section8-grid{
		display: flex;
        align-items: stretch;
        flex-direction: row;
        justify-content: center;
		flex-wrap: wrap;
	}
	.dh-section8-card{
		width: calc(50% - 40px);
        max-width: 450px;
	}
	#dh-faqs{
		padding: 80px 0;
	}
	.dh-faqs-colums{
		width: 100%;
		margin: 0 auto;
		max-width: 800px;
	}
	.dh-faqs-tile h2 {
		font-size: 40px;
	}
	
	/*------ footer ------*/
	.ftr-list {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		gap: 50px;
	}
	.ftr-list-step1 {
		width: fit-content;
	}
	.prenav_cont {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        width: 100%;
        overflow: hidden;
		max-width: 1200px;
    }
	/*------        ------*/
}
@media screen and (min-width:1200px) {
	.ftr-list {
		gap: 100px;
	}
	.prenav_list3 {
        gap: 40px;
    }
	.prenav_link3 {
        line-height: 28px;
        font-size: 17px;
    }
}
@media screen and (min-width: 1400px) {
    .prenav_cont {
        padding: 0 30px;
        max-width: 1200px;
    }
	#thx h2 {
        font-size: 48px;
    }
}
@media (prefers-reduced-motion: reduce) {
  .elementor-element.elementor-element-dfc45ce .elementor-headline-dynamic-wrapper svg path {
    animation: dh-ellipse-draw 1.5s ease-out infinite;
	color: #86efac;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    filter: none;
  }
}