/*
Theme Name: AIB Insurance
Author: AIB Insurance
Version: 4.0
*/

:root {
    color-scheme: auto;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
	color: 101E31;
	font-size: 16px;
	line-height: 1.8;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	line-height: 1.25;
}

h1 { font-size: 55px; }
h2 { font-size: 45px; }
h3 { font-size: 36px; }
h4 { font-size: 30px; }
h5 { font-size: 24px; }
h6 { font-size: 18px; }

p {
	margin: 0 0 20px;
}

a {
	color: inherit;
    transition: background-color .3s ease, opacity .3s ease, color .3s ease;
}

a[role="button"] {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

select,
button,
textarea,
input {
    font-size: inherit;
    font-family: inherit;
}

.btn,
button,
input[type="submit"],
a {
    cursor: pointer;
}

.wrapper {
    width: 1420px;
	max-width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}

.site-container {
    overflow-x: hidden;
}

/* Site Scrollbar */
::-webkit-scrollbar {
    width: 0.7rem;
}
::-webkit-scrollbar-track {
    border: none;
	background: #e5e5e5;
}
::-webkit-scrollbar-thumb {
    /* border: 2px solid #e5e5e5;*/
    border-radius: 10px; 
    background: #226DFF;
}
::-webkit-scrollbar-thumb:hover {
    background: #226DFF; 
}

/* Keyframes */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

@-webkit-keyframes fade-in-top{
    0%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}
    100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}
@keyframes fade-in-top{
    0%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}
    100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}
.fade-in-top {
	-webkit-animation: fade-in-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bottom{
    0%{-webkit-transform:translateY(30px);transform:translateY(30px);opacity:0}
    100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}
@keyframes fade-in-bottom{
    0%{-webkit-transform:translateY(30px);transform:translateY(30px);opacity:0}
    100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}
.fade-in-bottom {
	-webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-out-top{
    0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
    100%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}
}
@keyframes fade-out-top{
    0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
    100%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}
}
.fade-out-top {
	-webkit-animation: fade-out-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: fade-out-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* Buttons */
.btn,
button,
input[type="button"],
input[type="submit"],
.elementor-button {
    background: linear-gradient(101deg,#204CCE,#226DFF,#fff,#fff);
    border: 2px solid transparent;
    background-position: calc(0% - 2px) 0%;
    background-size: 400%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16.5px 26px;
    line-height: 1;
    transition: all 0.5s ease;
    border-radius: 60px;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.elementor-button:hover {
    background-position: calc(100% + 2px) 50%;
    color: #101E31;
    border-color: #204CCE;
}


.gm-style button {
    border-radius: 0;
}

.btn, .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    min-height: 50px;
}
.btn.secondary,
button.secondary,
.secondary input[type="button"],
.secondary input[type="submit"],
.secondary .elementor-button {
    background: #fff;
    color: #101E31;
    border-color: #204CCE;
}
.btn.secondary:hover,
button.secondary:hover,
.secondary input[type="button"]:hover,
.secondary input[type="submit"]:hover,
.secondary .elementor-button:hover {
    background: #204CCE;
    color: #fff;
    border-color: #204CCE;
}
.btn.btn-green,
button.btn-green,
.btn-green input[type="button"],
.btn-green input[type="submit"],
.btn-green .elementor-button {
    background: #44F29F;
    color: #101E31;
    border-color: #44F29F;
}
.btn.btn-green:hover,
button.btn-green:hover,
.btn-green input[type="button"]:hover,
.btn-green input[type="submit"]:hover,
.btn-green .elementor-button:hover {
    background: #226dff;
    color: #fff;
    border-color: #226dff;
}

/* Custom-scrollbar */
.custom-scrollbar,
.custom-scrollbar.elementor-widget {
    overflow-y: auto;
    overflow-x: hidden;
	padding-right: 15px;
	backface-visibility: hidden;
	/* transform: translateY(0px); */
}
/* width */
.custom-scrollbar::-webkit-scrollbar {
	width: 2px;
  }
  
  /* Track background color*/
  .custom-scrollbar::-webkit-scrollbar-track {
	background: #E9ECEF; 
  }
   
  /* Handle */
  .custom-scrollbar::-webkit-scrollbar-thumb {
	background: #44F29F; /*not working so use border instead*/
	border: 3px solid #44F29F;
	border-radius: 2px;
  }
  
  /* Handle on hover */
  .custom-scrollbar::-webkit-scrollbar-thumb:hover {
	background: #555; 
  }

.custom-scrollbar.style-white::-webkit-scrollbar-track,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-track {
	background: #E9ECEF;
}
.custom-scrollbar.style-white::-webkit-scrollbar-thumb,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb {
    border-color: #fff;
}
.custom-scrollbar.style-white::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb:hover {
    border-color: #fff;
}

/* Header */
/* .elementor-location-header {
    background: #fff;
} */
/* .header-stick .site-header, */
.header-stick.header-type2 .elementor-location-header,
.header-stick .elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    animation:fade-in-top .3s cubic-bezier(.39,.575,.565,1.000) both;
    box-shadow: 0 0 17px 0 rgb(0 0 0 / 5%);
}
/* .header-unstick .site-header, */
.header-unstick.header-type2 .elementor-location-header,
.header-unstick .elementor-location-header {
    animation:fade-out-top .2s cubic-bezier(.25,.46,.45,.94) both;
}

.header-type2 .site_header_con,
.header-type2 .elementor-location-header {
	position: absolute;
	width: 100%;
	z-index: 100;
}

.header-type2 .site-header {
	background: none;
	color: #fff;
}
.header-type2.header-stick .elementor-location-header {
	background: #fff;
	color: inherit;
}

.header-type2.header-stick .with-alt-logo .site-logo-main,
.header-type2 .with-alt-logo .site-logo-alt {
    display: none;
}
.header-type2.header-stick .with-alt-logo .site-logo-alt {
    display: inline-block;
}

/* Menu */
ul.menu {
    list-style: none;
    padding: 0;
}
div .elementor-nav-menu .sub-arrow {
    display: none;
}
/* .elementor-nav-menu .menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
} 
.elementor-nav-menu .menu-item-has-children > a:after {
    content: '\e90b';
    font-family: 'icomoon';
    opacity: 1!important;
    position: relative;
} */

/* Search */
.ff-search {
    background: #f8f9fa;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    transition: transform .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    will-change: transform;
    transform: translate3d(0, -100%, 0);
}
.show_search .ff-search {
    transform: translate3d(0, 0, 0);
}
.ff-search form {
    width: 730px;
    max-width: 100%;
    position: relative;
}
.ff-search .search-input {
    width: 100%;
    background: #fff;
    border: 1px solid #ACB5BD;
    height: 60px;
    border-radius: 60px;
    padding: 5px 25px 5px 25px;
}
.ff-search .submit {
    width: 150px;
    position: absolute;
    right: 5px;
    height: 50px;
    top: 5px;
    border-radius: 50px;
}
.ff-search .close {
    position: absolute;
    top: 20px;
    right: -30px;
    font-size: 25px;
    font-weight: 400;
    opacity: .6;
    cursor: pointer;
}
.ff-search .close:hover {
    opacity: 1;
}

/* Slide Menu */
.ff-slide-menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 100;
    pointer-events: none;
    display: none;
}
.show_slide_menu .ff-slide-menu-mask {
    display: block;
    pointer-events: auto;
    animation: fadeIn 1s;
}
.ff-slide-menu {
    width: 400px;
    max-width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 110;
    transition: transform .6s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition-delay: .1s;
    transform: translate3d(100%, 0, 0);
    will-change: transform;
    padding: 20px;
    overflow: auto;
}
.show_slide_menu .ff-slide-menu {
    transform: translate3d(0, 0, 0);
}
/* .show_slide_menu .site-container {
    transform: translate3d(-100px, 0, 0);
} */
body.show_slide_menu {
    overflow: hidden;
}
.ff-slide-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}
.ff-slide-menu-close {
    cursor: pointer;
    font-size: 30px;
}
.ff-slide-menu-close:hover {
    opacity: .8;
}

.ff-slide-menu-trigger {
    background: none;
    border: none;
    padding: 2px;
    width: 38px;
    height: 34px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 7px;
}
.ff-slide-menu-trigger span {
    height: 1px;
    width: 100%;
    background: #495056;
}
.ff-slide-menu-trigger:hover {
    background: none;
}
.ff-slide-menu-trigger .l1 {
    width: 70%;
    transition: width .5s ease;
    will-change: width;
}
.ff-slide-menu-trigger:hover .l1 {
    width: 100%;
}

.ff-slide-menu .sub-menu {
    /* overflow: hidden;
    transition: all .5s ease;
    height: 0;
    display: flex; */
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1.2;
    padding: 0;
}
/* .ff-slide-menu .show-sub .sub-menu {
    height: initial;
    padding-bottom: 12px;
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
} */

.ff-slide-menu .menu-item-has-children > a {
    position: relative;
    display: inline-block;
}
.ff-slide-menu .menu-item-has-children > a:after {
    content: '';
    font-family: 'icomoon';
    transition: transform .5s ease;
    display: inline-block;
    margin-left: 14px;
    position: absolute;
    font-size: 18px;
    top: 5px;
    line-height: 1;
}
.ff-slide-menu .menu-item-has-children.show-sub > a:after {
    transform: rotate(180deg);
}
.ff-slide-menu .toggle_height_el_con {
    transition: height 500ms ease;
}

.ff-slide-menu-trigger span{
    background: #fff !important;
    height: 2px!important;
}
body.dark .ff-slide-menu-trigger span,
.header-stick .ff-slide-menu-trigger span{
    background: #273166 !important;
    height: 2px!important;
}
.ff-slider-menu-inner{
	height: 100%;
	display: flex;
	flex-direction: column;
}

.ff-slide-menu-header, .ff-slide-menu-footer{
	flex: 0 1 auto;
}

.ff-slide-menu-body{
	flex: 1 1 auto;
}

.ff-slide-menu a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

.ff-slide-menu .menu-item{
	margin-bottom: 10px;
}
/* .ff-slide-menu #menu-item-2947 > .toggle_height_el_con {
    height: auto !important;
} */

.ff-slide-menu .menu-item-has-children > a{
	display: flex;
	justify-content: space-between;
	text-decoration: none;
}

.ff-slide-menu .menu-item-has-children > a:after{
	position: relative;
	top: 0px;
}

.ff-slide-menu .menu-item-has-children > a.toggle_switch:after{
	transform: rotate(180deg);
}

.ff-slide-menu .sub-menu{
	display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1.2;
    padding: 10px 0px 10px 15px;
    list-style: none;
}

.ff-slide-menu .sub-menu li{
	font-weight: 400;
}

.ff-slide-menu .sub-menu li a{
	font-weight: 400;
}
.ff-slide-menu .slide-menu-footer-links a {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

/* Swiper / Carousel */
.swiper-slide {
    width: auto;
}
.transition-linear {
    transition-timing-function: linear;
}
.swiper-pagination-bullet {
	font-size: 0;
	line-height: 1;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    border: 1px #495056 solid;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #495056;
}

.swiper-pagination.numeric .swiper-pagination-bullet {
	letter-spacing: 1px;
    width: 40px ;
    height: 15px;
    display: inline-flex;
	justify-content: center;
	align-items: center;
    border-radius: 0;
    background: transparent;
    border: 0px;
	margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #204CCE;
    border-right: 0;
    width: 40px;
    padding-bottom: 30px;
    position: relative;
}
.swiper-pagination.numeric .swiper-pagination-bullet:last-of-type {
	border-right: 0px;
}
.swiper-pagination.numeric  {
    position: static;
    line-height: 0;
    margin-top: 55px;
    display: flex;
    justify-content: center;
    gap: 15px;    
}
.swiper-pagination.numeric .swiper-pagination-bullet:after {
    content: '';
    height: 4px;
    width: 100%;
    background: #226DFF;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.swiper-pagination.numeric .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.swiper-pagination.numeric .swiper-pagination-bullet:hover:after{
    opacity: 1;
}

/* Toggle Height */
.toggle_height_el_con {
    height: 0;
    overflow: hidden;
    transition: height 600ms ease;
}

/* Others */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
    display: none; 
}

.NOIntersectionObserver .elementor-invisible {
	visibility: visible;
}

body.admin-bar .dialog-lightbox-widget {
    min-height: 100vh;
}

body:not(.elementor-editor-active) .defer-bg-image div,
body:not(.elementor-editor-active) .defer-bg-image section,
body:not(.elementor-editor-active) .defer-bg-image {
	background-image: none!important;
}

.section-with-border-top:before,
.section-with-border-bottom:before {
	content: '';
	position: absolute;
	width: 1400px;
    max-width: 100%;
	left: 50%;
	translate: -50%;
	height: 2px;
    background: #eff0f1;
}
.section-with-border-bottom:before {
    top: initial;
    bottom: 0;
}
.section-with-border-top:before {
    bottom: initial;
	top: 0;
}

.elementor-video-wrapper iframe {
    height: 100%;
}

.flex {
    display: flex;
}
.items-no-shrink .item {
    flex-shrink: 0;
}

.color-white {
    color: #fff;
}

.hide {
    display: none!important;
}

.text-center { text-align: center; }

.lh-0 { line-height: 0; }
.lh-1 { line-height: 1; }

.ml-auto { margin-left: auto; }
.mr-auto { margin-right: auto; }
.mx-auto { margin-left: auto; margin-right: auto; }

.limit-lines-4,
.limit-lines-3,
.limit-lines-2,
.limit-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.limit-lines-2 {
    -webkit-line-clamp: 2;
}
.limit-lines-3 {
    -webkit-line-clamp: 3;
}
.limit-lines-4 {
    -webkit-line-clamp: 4;
}

.link-style-2 {
    padding-right: 45px;
    display: block;
    padding-bottom: 10px;
    position: relative;
}
.link-style-2 h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
.link-style-2:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #204CCE;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease;
}
.link-style-2:after {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    background-image: url('/wp-content/uploads/2024/01/arrow-green.svg');
    background-size: cover;
    background-position: center;
    width: 32px;
    height: 20px;
    transition: all 0.5s ease;
}
.link-style-2:hover:before {
    width: 0;
    transition: all 0.5s ease;
}
.link-style-2:hover:after {
    background-image: url('/wp-content/uploads/2024/01/arrow-blue.svg');
    right: 0 !important;
    transition: all 0.5s ease;
}

.header-c2 {
    color: #fff;
}

.dark .header-c2 {
    color: #101E31;
}
/* Swiper Arrows */
.ff-swiper-arrow {
    display: inline-flex;
    align-items: center;
    border: 2px solid #226DFF;
    border-radius: 50px;
    height: 50px;
}
.ff-swiper-arrow .ar {
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
}
.ff-swiper-arrow .ar.prev {
    padding: 4px 10px 0 14.5px;
}
.ff-swiper-arrow .prev:before {
    content: url('/wp-content/uploads/2024/01/ar-left.svg');
}
.ff-swiper-arrow .next {
    padding: 0 14.5px 0 10px;
}
.ff-swiper-arrow .next:before {
    content: url('/wp-content/uploads/2024/01/ar-right.svg');
}

/* Item Post */
.item-post {
    border-radius: 20px;
    background:  linear-gradient(101deg, #204CCE 0%, #226DFF 100%);
    color: #fff;
    overflow: hidden
}

.item-post .s1 {
    overflow: hidden;
    position: relative;
    
}
.item-post .categories {
    border-radius: 20px;
    background: #fff;
    color: #101E31;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    padding: 7px 13px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    pointer-events: none;
}
.item-post .img-con img{
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 448 / 260;
    object-fit: cover;
    object-position: center center;
    will-change: scale;
    transition: scale 0.3s;
}
.item-post .img-con:after {
    content: '';
    display: inline-block;
    position: absolute;
    background: #000;
    opacity: 0.2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 0.3s;
}
.item-post .s2 {
    padding: 30px 24px;
}
.item-post .title {
    margin-bottom: 41px;
    min-height: 80px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.333;
}
.item-post .more-link {
    display: inline-block;
    border-radius: 32px;
    background: #44F29F;
    color: #101E31;
    color: #44F29F;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 47px 12px 17px;
    line-height: 1;
    position: relative;
    transition: width 0.3s, color 0.3s;
    white-space: nowrap;
    overflow: hidden;
    width: 22px;
    /* width: auto; */
    
}
.item-post .more-link:before {
    content: '';
    height: 16px;
    width: 34px;
    background: url('/wp-content/uploads/2023/12/Arrow-1.svg') no-repeat;
    background-position: center;
    background-size: 34px;
    position: absolute;
    right: 17px;
    top: 13px;
}
.item-post:hover .more-link,
.item-post .more-link:hover {
    color: #101E31;
    width: 160px;
}
.item-post .img-con:hover img {
    scale: 1.05;
}
.item-post .img-con:hover:after {
    opacity: 0.1;
}

/* Accordtion Style 1 */
.accordion-style-1 .e-n-accordion-item-title {
    padding: 0 0 15px 19px;
	border: none;
    column-gap: 45px;
    
}
.accordion-style-1 .e-n-accordion-item-title-icon .e-opened i:before {
    content: '\e930';
    color:#226DFF;  
}
.accordion-style-1 .e-n-accordion-item-title-icon .e-closed i:before {
    content: '\e92e';
    color: #226DFF;     

}
.accordion-style-1 .e-n-accordion-item-title-icon span i {
    font-family: 'icomoon' !important;
    font-size: 16px;
    line-height: 1;
}
.accordion-style-1 .e-n-accordion-item-title-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
.accordion-style-1 details > .e-con-full {
    border: none;
    padding: 0 0 10px 78px;
}
.accordion-style-1 .e-n-accordion-item {
	position: relative;
    border-bottom: 2px solid rgba(32, 76, 206, 0.20);
}

/* .accordion-style-1 .e-n-accordion-item:after {
	content: '';
	display: inline-block;
	height: 2px;
	width: 100%;
	background: rgba(32, 76, 206, 0.20);
	position: absolute;
	bottom: -2px;
	left: 0;
} */
.accordion-style-1 .e-n-accordion-item[open] {
    border-color: #204CCE;
}
.accordion-style-1 .e-n-accordion-item:not(:last-child) {
    margin-bottom: 18px;
}

@media(max-width:1023px){
    .tablet-ml-auto { margin-left: auto; }
    .tablet-mr-auto { margin-right: auto; }
    .tablet-mx-auto { margin-left: auto; margin-right: auto; }
    .tablet-text-center { text-align: center; }

    .tablet-cols-fullwidth.e-con > .e-con-inner {
        flex-wrap: wrap;
    }
    .tablet-cols-fullwidth.e-con > .e-con-inner > .e-con {
        width: 100%;
    }
}
@media(max-width:767px){
    .mobile-ml-auto { margin-left: auto; }
    .mobile-mr-auto { margin-right: auto; }
    .mobile-mx-auto { margin-left: auto; margin-right: auto; }
    .mobile-text-center { text-align: center; }

    .accordion-style-1 details > .e-con-full {
        padding: 0 0 10px 52px;
    }    
    .accordion-style-1 .e-n-accordion-item-title {
        column-gap: 20px;
        
    } 
}

/* @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    
} */