/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@400;900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Noto+Sans:wght@300&family=Viga&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&family=Noto+Serif+Malayalam:wght@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');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Squada+One&display=swap');


 body {
  overflow-x: hidden;
  font-size:large;

}

p{
    font-size:larger;
    max-width:100%;
}

h1, h2, h3, h4, h5, .breadcrumb,.menu-item, .dropdown-title, .banner-dato, .topbanner-title, .accordion-button {
  font-weight:500;
  font-family: "Oswald", sans-serif;


} 

.topbanner-title{
        font-weight:500;

}

h1 {
    font-size: calc(100% + 1.7vw)
}

.umb-grid h2{
    font-size: calc(100% + 1.3vw);
}

.umb-grid img{
    max-width:100%;
    object-fit:cover;
}

.om-side .umb-grid, .om-side .container{
    max-width: 100%;
}

a {
  text-decoration: none;
}

.mt-5{
    margin-top:6%!important;
}



.umb-grid{
    margin:5% 0px;
}

.tekstboks{
    padding:6%;
    margin:2%;
    background-color:#f7f7f6;
}

.tekstboks-black{
    padding:6%;
    margin:2%;
    background-color:black;
    color:white;
}

.pdf-boks{
    box-shadow: -9px 11px 30px 0px rgb(39 39 39 / 59%);

}

.pdf-boks a {
    color:red;
    font-weight: 700;
}


.btn-red{
    background-color:red;
    color:white;
    font-size:1.5rem;
}

.btn-red:hover{
    background-color:white;
    color:black;
}
.btn-red:after {
    content: ' \2192';
}

.l-page-footer{
    background-color:black;
    color:white;
    padding:3%;
}


 /*__________________MEGA MENU___________________________  */    
 
 .mobile_btn{
     color:#fff;
 }
 
 .menu-img{
     object-fit:cover;
     height:290px;
 }

.menu-container ol {
.menu-container ul,
  list-style-type: none;
}
.menu-container {
  margin: 0 auto;
}

.menu-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
nav {
  background: #000000;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
  color:#fff;
}

.nav-trans{
    box-shadow:none;
    width:100%;
    position:absolute;
    background:transparent;
    z-index:100;
}

.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.logo-image-mini{
    width:70px;
    height:auto;
}

/* normal menu css */

.main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}
.main_menu ul li {
  position: relative;
}

.main_menu ul li a, .main_menu ul li .menu-item-mobile, .main_menu ul li .menu-item {
  font-size: 16px;
  color: white;
  padding: 20px 25px;
  display: block;
  font-weight: 400;
}

.main_menu ul li .active,
.main_menu ul li:hover > a, .main_menu ul li:hover > .menu-item  {
  color: red;
}
/* Normal Dropdown menu */
.main_menu ul li ul {
  width: 200px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.main_menu ul li ul li a {
  padding: 10px 25px;
  font-size: 15px;
}
.main_menu ul li ul li a i {
  float: right;
}

.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

/* mega menu css */
.mega_menu_dropdown {
  position: static !important;
}
.mega_menu {
  left: 0;
  right: 0;
  background: black;
  color:white;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  border:solid white;
}
.mega_menu_item {
  padding: 30px 20px;
  color:white;
}
.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
  color:white;
}

.main_menu ul li .mega_menu_item a:hover {
  color: red;
}
.mega_menu_item h3 {
  margin-bottom: 15px;
}
.mega_menu_item img {
  width: 100%;
}

/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
}

.mobile_btn {
  display: none;
}

/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 960px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 940px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 720px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 700px;
  }
  .main_menu ul li .menu-item-mobile {
    font-size: 15px;
    padding: 20px 16px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 99;
  }
  .main_menu ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
  }
}

@media (max-width: 767.98px) {
  .mega_menu_demo_2 .mega_menu,
  .container {
    width: 100%;
  }

  nav {
    padding: 15px;
  }
  .mobile_btn {
    cursor: pointer;
    display: block;
  }

  .main_menu {
    display: none;
    width: 100%;
  }

  .main_menu ul li {
    display: block;
  }
  .main_menu ul li a i {
    float: right;
  }
  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }
  .main_menu ul li .menu-item-mobile {
    border-bottom: 1px solid #ddd;
  }
  .main_menu ul li ul {
    width: 100%;
  }
  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }

  .mega_menu .mega_menu_item {
    width: 100%!important;
  }
  .main_menu ul li ul {
    display: none;
    transition: none;
  }
  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_demo_2 .mega_menu {
    transform: translateX(0);
  }
}

@media (max-width: 575.98px) {
  .mega_menu .mega_menu_item {
    width: 100%;
  }
}


/*_____________________MEGA MENU - END________________________*/





/*-----------Shape divider---------------*/


.shapedividers_com-9534{
overflow:hidden;
position:relative;
}
.shapedividers_com-9534::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
bottom: 3vh;
background-size: 83px 170%;
background-position: 0% 26%;  background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="xMaxYMid slice" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80.8 2000.4"><g fill="%23000000"><path d="M0 272v76l11-11 26-26a2 2 0 000-3l-23-23z"/><path d="M0 223v76l14-14 23-23a2 2 0 000-2z"/><path d="M0 170v76l12-12 25-25a2 2 0 000-2z"/><path d="M0 120v76l13-13 24-24a2 2 0 000-3z"/><path d="M0 70v75l13-12 24-24a2 2 0 000-3z"/><path d="M0 19v76l13-13 24-23a2 2 0 000-3L13 32z"/><path d="M31 0H0v45l13-13L37 8a2 2 0 000-2zM0 533v77l11-11 26-26a2 2 0 000-3l-23-23z"/><path d="M0 485v76l14-14 23-23a2 2 0 000-3l-25-25z"/><path d="M0 432v76l37-37a2 2 0 000-2l-26-26z"/><path d="M0 379v76l11-12 25-25a2 2 0 000-2l-25-26z"/><path d="M0 327v75l11-12 25-25a2 2 0 000-2l-25-26zM0 795v77l11-11 26-26a2 2 0 000-3l-23-23z"/><path d="M0 747v76l14-14 23-23a2 2 0 000-3l-25-25z"/><path d="M0 694v76l12-12 25-25a2 2 0 000-3z"/><path d="M0 641v76l11-12 25-25a2 2 0 000-2z"/><path d="M0 589v74l11-11 25-25a2 2 0 000-2l-25-26zM0 1057v77l11-11 26-26a2 2 0 000-3l-23-23z"/><path d="M0 1008v77l14-14 23-23a2 2 0 000-3l-25-25z"/><path d="M0 956v76l12-12 25-25a2 2 0 000-3l-26-25z"/><path d="M0 903v75l11-11 25-25a2 2 0 000-3l-25-25z"/><path d="M0 850v75l36-36a2 2 0 000-2zM0 1319v76l11-10 26-26a2 2 0 000-3l-23-23z"/><path d="M0 1270v77l14-14 23-23a2 2 0 000-3l-25-25z"/><path d="M0 1218v75l12-11 25-25a2 2 0 000-3l-26-25z"/><path d="M0 1165v75l36-36a2 2 0 000-3l-25-25z"/><path d="M0 1112v75l11-11 25-25a2 2 0 000-3zM0 1581v76l11-10 26-27a2 2 0 000-2l-23-23z"/><path d="M0 1532v77l14-14 23-23a2 2 0 000-3l-25-25z"/><path d="M0 1480v75l12-11 25-25a2 2 0 000-3l-26-25z"/><path d="M0 1427v75l11-11 25-25a2 2 0 000-3z"/><path d="M0 1374v75l11-11 25-25a2 2 0 000-3l-25-25zM0 1843v76l11-10 26-27a2 2 0 000-2l-23-23z"/><path d="M0 1794v76l14-13 23-23a2 2 0 000-3l-25-25z"/><path d="M0 1741v76l12-11 25-25a2 2 0 000-3l-26-25z"/><path d="M0 1689v75l36-36a2 2 0 000-3l-25-25z"/><path d="M0 1636v75l36-36a2 2 0 000-3zM0 1951v49h25l11-10a2 2 0 000-3l-25-25z"/><path d="M0 1898v75l11-11 25-25a2 2 0 000-3z"/><rect width="7.8" height="7.8" x="60.4" y="1900.5" rx="1.2" transform="rotate(-45 64 1904)"/><path d="M65 1909l4-4a1 1 0 000-1l-4-4a1 1 0 00-2 0l-3 4a1 1 0 000 1l3 4a1 1 0 002 0zm0 0a1 1 0 01-2 0l-3-4a1 1 0 010-1l3-4a1 1 0 012 0l4 4a1 1 0 010 1z"/><rect width="14.4" height="14.4" x="34.8" y="1844.8" rx="1.2" transform="rotate(-45 42 1852)"/><path d="M43 1861l8-8a1 1 0 000-2l-8-8a1 1 0 00-2 0l-8 8a1 1 0 000 2l8 8a1 1 0 002 0zm0 0a1 1 0 01-2 0l-8-8a1 1 0 010-2l8-8a1 1 0 012 0l8 8a1 1 0 010 2z"/><rect width="15.1" height="15.1" x="53.3" y="1836.4" rx="1.2" transform="rotate(-45 61 1844)"/><path d="M62 1854l9-9a1 1 0 000-2l-9-9a1 1 0 00-2 0l-9 9a1 1 0 000 2l9 9a1 1 0 002 0zm0 0a1 1 0 01-2 0l-9-9a1 1 0 010-2l9-9a1 1 0 012 0l9 9a1 1 0 010 2z"/><rect width="12.7" height="12.7" x="40.5" y="1903.1" rx=".8" transform="rotate(-45 47 1910)"/><rect width="4.3" height="4.3" x="76" y="1874.3" rx="1.2" transform="rotate(-45 78 1876)"/><path d="M77 1874l-1 2a1 1 0 000 1l1 2a1 1 0 002 0l1-2a1 1 0 000-1l-1-2a1 1 0 00-2 0zm0 0a1 1 0 012 0l1 2a1 1 0 010 1l-1 2a1 1 0 01-1 0l-2-2a1 1 0 010-1z"/><rect width="20.3" height="20.3" x="55.3" y="1923" rx="1.2" transform="rotate(-45 65 1933)"/><path d="M66 1947l13-13a1 1 0 000-2l-13-12a1 1 0 00-1 0l-13 12a1 1 0 000 2l13 13a1 1 0 001 0zm0-1a1 1 0 01-1 0l-13-12a1 1 0 010-2l13-12a1 1 0 011 0l13 12a1 1 0 010 2z"/><rect width="4.5" height="4.5" x="27.6" y="1881.1" rx="1.2" transform="rotate(-45 30 1883)"/><rect width="24.6" height="24.6" x="43.6" y="1864.1" rx="1.2" transform="rotate(-45 56 1876)"/><path d="M57 1893l15-16a1 1 0 000-1l-15-16a1 1 0 00-2 0l-16 16a1 1 0 000 1l16 16a1 1 0 002 0zm0 0a1 1 0 01-2 0l-15-16a1 1 0 010-1l15-16a1 1 0 012 0l15 16a1 1 0 010 1z"/><rect width="5" height="5" x="38.9" y="1938" rx="1.4"/><path d="M44 1942v-3a1 1 0 00-1-1h-3a1 1 0 00-1 1v3a1 1 0 001 1h3a1 1 0 001-1zm-4 1a1 1 0 01-1-1v-3a1 1 0 011-1h3a1 1 0 011 1v3a1 1 0 01-1 1z"/><rect width="22.3" height="22.3" x="41.4" y="1962.1" rx="1.4" transform="rotate(-45 52 1973)"/><rect width="7.8" height="7.8" x="60.4" y="1742.7" rx="1.2" transform="rotate(-45 64 1747)"/><path d="M65 1751l4-4a1 1 0 000-1l-4-4a1 1 0 00-2 0l-3 4a1 1 0 000 1l3 4a1 1 0 002 0zm0 0a1 1 0 01-1 0l-4-4a1 1 0 010-1l4-4a1 1 0 011 0l4 4a1 1 0 010 1z"/><rect width="14.4" height="14.4" x="34.8" y="1687" rx="1.2" transform="rotate(-45 42 1694)"/><path d="M43 1704l8-9a1 1 0 000-2l-8-8a1 1 0 00-2 0l-8 8a1 1 0 000 2l8 8a1 1 0 002 1zm0-1a1 1 0 01-2 0l-8-8a1 1 0 010-2l8-8a1 1 0 012 0l8 8a1 1 0 010 2z"/><rect width="15.1" height="15.1" x="53.3" y="1678.6" rx="1.2" transform="rotate(-45 61 1686)"/><path d="M62 1696l9-9a1 1 0 000-2l-9-9a1 1 0 00-2 0l-9 9a1 1 0 000 2l9 9a1 1 0 002 0zm0 0a1 1 0 01-2 0l-9-9a1 1 0 010-2l9-9a1 1 0 012 0l9 9a1 1 0 010 2z"/><rect width="12.7" height="12.7" x="40.5" y="1745.3" rx=".8" transform="rotate(-45 47 1752)"/><rect width="4.3" height="4.3" x="76" y="1716.4" rx="1.2" transform="rotate(-45 78 1719)"/><path d="M77 1716l-1 2a1 1 0 000 1l1 2a1 1 0 002 0l1-2a1 1 0 000-1l-1-2a1 1 0 00-2 0zm0 1a1 1 0 012 0l1 1a1 1 0 010 1l-1 2a1 1 0 01-1 0l-2-2a1 1 0 010-1z"/><rect width="20.3" height="20.3" x="55.3" y="1765.2" rx="1.2" transform="rotate(-45 65 1775)"/><path d="M66 1789l13-13a1 1 0 000-2l-13-12a1 1 0 00-1 0l-13 12a1 1 0 000 2l13 13a1 1 0 001 0zm0 0a1 1 0 01-1 0l-13-13a1 1 0 010-2l13-12a1 1 0 011 0l13 12a1 1 0 010 2z"/><rect width="4.5" height="4.5" x="27.6" y="1723.3" rx="1.2" transform="rotate(-45 30 1726)"/><rect width="24.6" height="24.6" x="43.6" y="1706.3" rx="1.2" transform="rotate(-45 56 1719)"/><path d="M57 1735l15-16a1 1 0 000-1l-15-16a1 1 0 00-2 0l-16 16a1 1 0 000 1l16 16a1 1 0 002 0zm0 0a1 1 0 01-2 0l-15-16a1 1 0 010-1l15-16a1 1 0 012 0l15 16a1 1 0 010 1z"/><rect width="5" height="5" x="38.9" y="1780.1" rx="1.4"/><path d="M44 1784v-2a1 1 0 00-1-2h-3a1 1 0 00-1 2v2a1 1 0 001 1h3a1 1 0 001-1zm-4 1a1 1 0 01-1-1v-2a1 1 0 011-2h3a1 1 0 011 2v2a1 1 0 01-1 1z"/><rect width="22.3" height="22.3" x="41.4" y="1804.3" rx="1.4" transform="rotate(-45 52 1815)"/><rect width="7.8" height="7.8" x="60.4" y="1584.8" rx="1.2" transform="rotate(-45 64 1589)"/><path d="M65 1593l4-3a1 1 0 000-2l-4-4a1 1 0 00-2 0l-3 4a1 1 0 000 2l3 3a1 1 0 002 0zm0 0a1 1 0 01-1 0l-4-4a1 1 0 010-1l4-4a1 1 0 011 0l4 4a1 1 0 010 2z"/><rect width="14.4" height="14.4" x="34.8" y="1529.1" rx="1.2" transform="rotate(-45 42 1536)"/><path d="M43 1546l8-9a1 1 0 000-2l-8-8a1 1 0 00-2 0l-8 8a1 1 0 000 2l8 9a1 1 0 002 0zm0 0a1 1 0 01-2 0l-8-9a1 1 0 010-1l8-9a1 1 0 012 0l8 9a1 1 0 010 1z"/><rect width="15.1" height="15.1" x="53.3" y="1520.7" rx="1.2" transform="rotate(-45 61 1528)"/><path d="M62 1538l9-9a1 1 0 000-2l-9-9a1 1 0 00-2 0l-9 9a1 1 0 000 2l9 9a1 1 0 002 0zm0 0a1 1 0 01-2 0l-9-9a1 1 0 010-2l9-9a1 1 0 012 0l9 9a1 1 0 010 2z"/><rect width="12.7" height="12.7" x="40.5" y="1587.5" rx=".8" transform="rotate(-45 47 1594)"/><rect width="4.3" height="4.3" x="76" y="1558.6" rx="1.2" transform="rotate(-45 78 1561)"/><path d="M77 1559l-1 1a1 1 0 000 2l1 1a1 1 0 002 0l1-1a1 1 0 000-2l-1-1a1 1 0 00-2 0zm0 0a1 1 0 012 0l1 1a1 1 0 010 2l-1 1a1 1 0 01-1 0l-2-1a1 1 0 010-2z"/><rect width="20.3" height="20.3" x="55.3" y="1607.3" rx="1.2" transform="rotate(-45 65 1617)"/><path d="M66 1631l13-13a1 1 0 000-1l-13-13a1 1 0 00-1 0l-13 13a1 1 0 000 1l13 13a1 1 0 001 0zm0 0a1 1 0 01-1 0l-13-13a1 1 0 010-1l13-13a1 1 0 011 0l13 13a1 1 0 010 1z"/><rect width="4.5" height="4.5" x="27.6" y="1565.5" rx="1.2" transform="rotate(-45 30 1568)"/><rect width="24.6" height="24.6" x="43.6" y="1548.4" rx="1.2" transform="rotate(-45 56 1561)"/><path d="M57 1577l15-15a1 1 0 000-2l-15-16a1 1 0 00-2 0l-16 16a1 1 0 000 2l16 15a1 1 0 002 0zm0 0a1 1 0 01-2 0l-15-16a1 1 0 010-1l15-16a1 1 0 012 0l15 16a1 1 0 010 2z"/><rect width="5" height="5" x="38.9" y="1622.3" rx="1.4"/><path d="M44 1626v-2a1 1 0 00-1-2h-3a1 1 0 00-1 2v2a1 1 0 001 1h3a1 1 0 001-1zm-4 1a1 1 0 01-1-1v-2a1 1 0 011-2h3a1 1 0 011 2v2a1 1 0 01-1 1z"/><rect width="22.3" height="22.3" x="41.4" y="1646.4" rx="1.4" transform="rotate(-45 52 1658)"/><rect width="7.8" height="7.8" x="60.4" y="1427" rx="1.2" transform="rotate(-45 64 1431)"/><path d="M65 1436l4-4a1 1 0 000-2l-4-4a1 1 0 00-2 0l-3 4a1 1 0 000 2l3 4a1 1 0 002 0zm0-1a1 1 0 01-1 0l-4-3a1 1 0 010-2l4-4a1 1 0 011 0l4 4a1 1 0 010 2z"/><rect width="14.4" height="14.4" x="34.8" y="1371.3" rx="1.2" transform="rotate(-45 42 1379)"/><path d="M43 1388l8-9a1 1 0 000-1l-8-9a1 1 0 00-2 0l-8 9a1 1 0 000 1l8 9a1 1 0 002 0zm0 0a1 1 0 01-2 0l-8-9a1 1 0 010-1l8-9a1 1 0 012 0l8 9a1 1 0 010 1z"/><rect width="15.1" height="15.1" x="53.3" y="1362.9" rx="1.2" transform="rotate(-45 61 1370)"/><path d="M62 1380l9-9a1 1 0 000-1l-9-9a1 1 0 00-2 0l-9 9a1 1 0 000 1l9 9a1 1 0 002 0zm0 0a1 1 0 01-2 0l-9-9a1 1 0 010-1l9-9a1 1 0 012 0l9 9a1 1 0 010 1z"/><rect width="12.7" height="12.7" x="40.5" y="1429.6" rx=".8" transform="rotate(-45 47 1436)"/><rect width="4.3" height="4.3" x="76" y="1400.8" rx="1.2" transform="rotate(-45 78 1403)"/><path d="M77 1401l-1 1a1 1 0 000 2l1 1a1 1 0 002 0l1-1a1 1 0 000-2l-1-1a1 1 0 00-2 0zm0 0a1 1 0 012 0l1 1a1 1 0 010 2l-1 1a1 1 0 01-1 0l-2-1a1 1 0 010-2z"/><rect width="20.3" height="20.3" x="55.3" y="1449.5" rx="1.2" transform="rotate(-45 65 1460)"/><path d="M66 1473l13-13a1 1 0 000-1l-13-13a1 1 0 00-1 0l-13 13a1 1 0 000 1l13 13a1 1 0 001 0zm0 0a1 1 0 01-1 0l-13-13a1 1 0 010-1l13-13a1 1 0 011 0l13 13a1 1 0 010 1z"/><rect width="4.5" height="4.5" x="27.6" y="1407.6" rx="1.2" transform="rotate(-45 30 1410)"/><rect width="24.6" height="24.6" x="43.6" y="1390.6" rx="1.2" transform="rotate(-45 56 1403)"/><path d="M57 1419l15-15a1 1 0 000-2l-15-16a1 1 0 00-2 0l-16 16a1 1 0 000 2l16 15a1 1 0 002 0zm0 0a1 1 0 01-2 0l-15-15a1 1 0 010-2l15-16a1 1 0 012 0l15 16a1 1 0 010 2z"/><rect width="5" height="5" x="38.9" y="1464.5" rx="1.4"/><path d="M44 1468v-2a1 1 0 00-1-2h-3a1 1 0 00-1 2v2a1 1 0 001 2h3a1 1 0 001-2zm-4 1a1 1 0 01-1-1v-2a1 1 0 011-1h3a1 1 0 011 1v2a1 1 0 01-1 1z"/><rect width="22.3" height="22.3" x="41.4" y="1488.6" rx="1.4" transform="rotate(-45 52 1500)"/><rect width="7.8" height="7.8" x="60.4" y="1269.2" rx="1.2" transform="rotate(-45 64 1273)"/><path d="M65 1278l4-4a1 1 0 000-2l-4-4a1 1 0 00-2 0l-3 4a1 1 0 000 2l3 4a1 1 0 002 0zm0 0a1 1 0 01-1 0l-4-4a1 1 0 010-2l4-3a1 1 0 011 0l4 3a1 1 0 010 2z"/><rect width="14.4" height="14.4" x="34.8" y="1213.5" rx="1.2" transform="rotate(-45 42 1221)"/><path d="M43 1230l8-8a1 1 0 000-2l-8-9a1 1 0 00-2 0l-8 9a1 1 0 000 2l8 8a1 1 0 002 0zm0 0a1 1 0 01-2 0l-8-9a1 1 0 010-1l8-9a1 1 0 012 0l8 9a1 1 0 010 1z"/><rect width="15.1" height="15.1" x="53.3" y="1205" rx="1.2" transform="rotate(-45 61 1213)"/><path d="M62 1222l9-9a1 1 0 000-1l-9-9a1 1 0 00-2 0l-9 9a1 1 0 000 1l9 9a1 1 0 002 0zm0 0a1 1 0 01-2 0l-9-9a1 1 0 010-1l9-9a1 1 0 012 0l9 9a1 1 0 010 1z"/><rect width="12.7" height="12.7" x="40.5" y="1271.8" rx=".8" transform="rotate(-45 47 1278)"/><rect width="4.3" height="4.3" x="76" y="1242.9" rx="1.2" transform="rotate(-45 78 1245)"/><path d="M77 1243l-1 1a1 1 0 000 2l1 1a1 1 0 002 0l1-1a1 1 0 000-2l-1-1a1 1 0 00-2 0zm0 0a1 1 0 012 0l1 1a1 1 0 010 2l-1 1a1 1 0 01-1 0l-2-1a1 1 0 010-2z"/><rect width="20.3" height="20.3" x="55.3" y="1291.6" rx="1.2" transform="rotate(-45 65 1302)"/><path d="M66 1315l13-12a1 1 0 000-2l-13-13a1 1 0 00-1 0l-13 13a1 1 0 000 2l13 12a1 1 0 001 0zm0 0a1 1 0 01-1 0l-13-12a1 1 0 010-2l13-13a1 1 0 011 0l13 13a1 1 0 010 2z"/><rect width="4.5" height="4.5" x="27.6" y="1249.8" rx="1.2" transform="rotate(-45 30 1252)"/><rect width="24.6" height="24.6" x="43.6" y="1232.8" rx="1.2" transform="rotate(-45 56 1245)"/><path d="M57 1262l15-16a1 1 0 000-2l-15-15a1 1 0 00-2 0l-16 15a1 1 0 000 2l16 16a1 1 0 002 0zm0-1a1 1 0 01-2 0l-15-15a1 1 0 010-2l15-15a1 1 0 012 0l15 15a1 1 0 010 2z"/><rect width="5" height="5" x="38.9" y="1306.6" rx="1.4"/><path d="M44 1310v-2a1 1 0 00-1-1h-3a1 1 0 00-1 1v2a1 1 0 001 2h3a1 1 0 001-2zm-4 1a1 1 0 01-1-1v-2a1 1 0 011-1h3a1 1 0 011 1v2a1 1 0 01-1 1z"/><rect width="22.3" height="22.3" x="41.4" y="1330.8" rx="1.4" transform="rotate(-45 52 1342)"/><rect width="7.8" height="7.8" x="60.4" y="1111.3" rx="1.2" transform="rotate(-45 64 1115)"/><path d="M65 1120l4-4a1 1 0 000-2l-4-3a1 1 0 00-2 0l-3 3a1 1 0 000 2l3 4a1 1 0 002 0zm0 0a1 1 0 01-1 0l-4-4a1 1 0 010-2l4-3a1 1 0 011 0l4 3a1 1 0 010 2z"/><rect width="14.4" height="14.4" x="34.8" y="1055.6" rx="1.2" transform="rotate(-45 42 1063)"/><path d="M43 1072l8-8a1 1 0 000-2l-8-8a1 1 0 00-2 0l-8 8a1 1 0 000 2l8 8a1 1 0 002 0zm0 0a1 1 0 01-2 0l-8-8a1 1 0 010-2l8-8a1 1 0 012 0l8 8a1 1 0 010 2z"/><rect width="15.1" height="15.1" x="53.3" y="1047.2" rx="1.2" transform="rotate(-45 61 1055)"/><path d="M62 1065l9-9a1 1 0 000-2l-9-9a1 1 0 00-2 0l-9 9a1 1 0 000 2l9 9a1 1 0 002 0zm0-1a1 1 0 01-2 0l-9-9a1 1 0 010-1l9-9a1 1 0 012 0l9 9a1 1 0 010 1z"/><rect width="12.7" height="12.7" x="40.5" y="1114" rx=".8" transform="rotate(-45 47 1120)"/><rect width="4.3" height="4.3" x="76" y="1085.1" rx="1.2" transform="rotate(-45 78 1087)"/><path d="M77 1085l-1 1a1 1 0 000 2l1 1a1 1 0 002 0l1-1a1 1 0 000-2l-1-1a1 1 0 00-2 0zm0 0a1 1 0 012 0l1 1a1 1 0 010 2l-1 1a1 1 0 01-1 0l-2-1a1 1 0 010-1z"/><rect width="20.3" height="20.3" x="55.3" y="1133.8" rx="1.2" transform="rotate(-45 65 1144)"/><path d="M66 1157l13-12a1 1 0 000-2l-13-13a1 1 0 00-1 0l-13 13a1 1 0 000 2l13 12a1 1 0 001 0zm0 0a1 1 0 01-1 0l-13-12a1 1 0 010-2l13-12a1 1 0 011 0l13 12a1 1 0 010 2z"/><rect width="4.5" height="4.5" x="27.6" y="1091.9" rx="1.2" transform="rotate(-45 30 1094)"/><rect width="24.6" height="24.6" x="43.6" y="1074.9" rx="1.2" transform="rotate(-45 56 1087)"/><path d="M57 1104l15-16a1 1 0 000-2l-15-15a1 1 0 00-2 0l-16 15a1 1 0 000 2l16 16a1 1 0 002 0zm0 0a1 1 0 01-2 0l-15-16a1 1 0 010-2l15-15a1 1 0 012 0l15 15a1 1 0 010 2z"/><rect width="5" height="5" x="38.9" y="1148.8" rx="1.4"/><path d="M44 1152v-2a1 1 0 00-1-1h-3a1 1 0 00-1 1v2a1 1 0 001 2h3a1 1 0 001-2zm-4 2a1 1 0 01-1-2v-2a1 1 0 011-1h3a1 1 0 011 1v2a1 1 0 01-1 2z"/><rect width="22.3" height="22.3" x="41.4" y="1172.9" rx="1.4" transform="rotate(-45 52 1184)"/><rect width="7.8" height="7.8" x="60.4" y="953.5" rx="1.2" transform="rotate(-45 64 957)"/><path d="M65 962l4-4a1 1 0 000-2l-4-3a1 1 0 00-2 0l-3 3a1 1 0 000 2l3 4a1 1 0 002 0zm0 0a1 1 0 01-1 0l-4-4a1 1 0 010-1l4-4a1 1 0 011 0l4 4a1 1 0 010 1z"/><rect width="14.4" height="14.4" x="34.8" y="897.8" rx="1.2" transform="rotate(-45 42 905)"/><path d="M43 914l8-8a1 1 0 000-2l-8-8a1 1 0 00-2 0l-8 8a1 1 0 000 2l8 8a1 1 0 002 0zm0 0a1 1 0 01-2 0l-8-8a1 1 0 010-2l8-8a1 1 0 012 0l8 8a1 1 0 010 2z"/><rect width="15.1" height="15.1" x="53.3" y="889.4" rx="1.2" transform="rotate(-45 61 897)"/><path d="M62 907l9-9a1 1 0 000-2l-9-9a1 1 0 00-2 0l-9 9a1 1 0 000 2l9 9a1 1 0 002 0zm0 0a1 1 0 01-2 0l-9-9a1 1 0 010-2l9-9a1 1 0 012 0l9 9a1 1 0 010 2z"/><rect width="12.7" height="12.7" x="40.5" y="956.1" rx=".8" transform="rotate(-45 47 962)"/><rect width="4.3" height="4.3" x="76" y="927.3" rx="1.2" transform="rotate(-45 78 929)"/><path d="M77 927l-1 2a1 1 0 000 1l1 2a1 1 0 002 0l1-2a1 1 0 000-1l-1-2a1 1 0 00-2 0zm0 0a1 1 0 012 0l1 2a1 1 0 010 1l-1 2a1 1 0 01-1 0l-2-2a1 1 0 010-1z"/><rect width="20.3" height="20.3" x="55.3" y="976" rx="1.2" transform="rotate(-45 65 986)"/><path d="M66 1000l13-13a1 1 0 000-2l-13-12a1 1 0 00-1 0l-13 12a1 1 0 000 2l13 13a1 1 0 001 0zm0-1a1 1 0 01-1 0l-13-12a1 1 0 010-2l13-12a1 1 0 011 0l13 12a1 1 0 010 2z"/><rect width="4.5" height="4.5" x="27.6" y="934.1" rx="1.2" transform="rotate(-45 30 936)"/><rect width="24.6" height="24.6" x="43.6" y="917.1" rx="1.2" transform="rotate(-45 56 929)"/><path d="M57 946l15-16a1 1 0 000-1l-15-16a1 1 0 00-2 0l-16 16a1 1 0 000 1l16 16a1 1 0 002 0zm0 0a1 1 0 01-2 0l-15-16a1 1 0 010-1l15-16a1 1 0 012 0l15 16a1 1 0 010 1z"/><rect width="5" height="5" x="38.9" y="991" rx="1.4"/><path d="M44 995v-3a1 1 0 00-1-1h-3a1 1 0 00-1 1v3a1 1 0 001 1h3a1 1 0 001-1zm-4 1a1 1 0 01-1-1v-3a1 1 0 011-1h3a1 1 0 011 1v3a1 1 0 01-1 1z"/><rect width="22.3" height="22.3" x="41.4" y="1015.1" rx="1.4" transform="rotate(-45 52 1026)"/><rect width="7.8" height="7.8" x="60.4" y="795.6" rx="1.2" transform="rotate(-45 64 800)"/><path d="M65 804l4-4a1 1 0 000-1l-4-4a1 1 0 00-2 0l-3 4a1 1 0 000 1l3 4a1 1 0 002 0zm0 0a1 1 0 01-1 0l-4-4a1 1 0 010-1l4-4a1 1 0 011 0l4 4a1 1 0 010 1z"/><rect width="14.4" height="14.4" x="34.8" y="740" rx="1.2" transform="rotate(-45 42 747)"/><path d="M43 756l8-8a1 1 0 000-2l-8-8a1 1 0 00-2 0l-8 8a1 1 0 000 2l8 8a1 1 0 002 0zm0 0a1 1 0 01-2 0l-8-8a1 1 0 010-2l8-8a1 1 0 012 0l8 8a1 1 0 010 2z"/><rect width="15.1" height="15.1" x="53.3" y="731.5" rx="1.2" transform="rotate(-45 61 739)"/><path d="M62 749l9-9a1 1 0 000-2l-9-9a1 1 0 00-2 0l-9 9a1 1 0 000 2l9 9a1 1 0 002 0zm0 0a1 1 0 01-2 0l-9-9a1 1 0 010-2l9-9a1 1 0 012 0l9 9a1 1 0 010 2z"/><rect width="12.7" height="12.7" x="40.5" y="798.3" rx=".8" transform="rotate(-45 47 805)"/><rect width="4.3" height="4.3" x="76" y="769.4" rx="1.2" transform="rotate(-45 78 772)"/><path d="M77 769l-1 2a1 1 0 000 1l1 2a1 1 0 002 0l1-2a1 1 0 000-1l-1-2a1 1 0 00-2 0zm0 0a1 1 0 012 0l1 2a1 1 0 010 1l-1 2a1 1 0 01-1 0l-2-2a1 1 0 010-1z"/><rect width="20.3" height="20.3" x="55.3" y="818.1" rx="1.2" transform="rotate(-45 65 828)"/><path d="M66 842l13-13a1 1 0 000-2l-13-12a1 1 0 00-1 0l-13 12a1 1 0 000 2l13 13a1 1 0 001 0zm0 0a1 1 0 01-1 0l-13-13a1 1 0 010-2l13-12a1 1 0 011 0l13 12a1 1 0 010 2z"/><rect width="4.5" height="4.5" x="27.6" y="776.3" rx="1.2" transform="rotate(-45 30 779)"/><rect width="24.6" height="24.6" x="43.6" y="759.3" rx="1.2" transform="rotate(-45 56 772)"/><path d="M57 788l15-16a1 1 0 000-1l-15-16a1 1 0 00-2 0l-16 16a1 1 0 000 1l16 16a1 1 0 002 0zm0 0a1 1 0 01-2 0l-15-16a1 1 0 010-1l15-16a1 1 0 012 0l15 16a1 1 0 010 1z"/><rect width="5" height="5" x="38.9" y="833.1" rx="1.4"/><path d="M44 837v-2a1 1 0 00-1-2h-3a1 1 0 00-1 2v2a1 1 0 001 1h3a1 1 0 001-1zm-4 1a1 1 0 01-1-1v-2a1 1 0 011-2h3a1 1 0 011 2v2a1 1 0 01-1 1z"/><rect width="22.3" height="22.3" x="41.4" y="857.3" rx="1.4" transform="rotate(-45 52 868)"/><rect width="7.8" height="7.8" x="60.4" y="637.8" rx="1.2" transform="rotate(-45 64 642)"/><path d="M65 646l4-3a1 1 0 000-2l-4-4a1 1 0 00-2 0l-3 4a1 1 0 000 2l3 3a1 1 0 002 0zm0 0a1 1 0 01-1 0l-4-4a1 1 0 010-1l4-4a1 1 0 011 0l4 4a1 1 0 010 2z"/><rect width="14.4" height="14.4" x="34.8" y="582.1" rx="1.2" transform="rotate(-45 42 589)"/><path d="M43 599l8-9a1 1 0 000-2l-8-8a1 1 0 00-2 0l-8 8a1 1 0 000 2l8 9a1 1 0 002 0zm0 0a1 1 0 01-2 0l-8-9a1 1 0 010-1l8-9a1 1 0 012 0l8 9a1 1 0 010 1z"/><rect width="15.1" height="15.1" x="53.3" y="573.7" rx="1.2" transform="rotate(-45 61 581)"/><path d="M62 591l9-9a1 1 0 000-2l-9-9a1 1 0 00-2 0l-9 9a1 1 0 000 2l9 9a1 1 0 002 0zm0 0a1 1 0 01-2 0l-9-9a1 1 0 010-2l9-9a1 1 0 012 0l9 9a1 1 0 010 2z"/><rect width="12.7" height="12.7" x="40.5" y="640.4" rx=".8" transform="rotate(-45 47 647)"/><rect width="4.3" height="4.3" x="76" y="611.6" rx="1.2" transform="rotate(-45 78 614)"/><path d="M77 612l-1 1a1 1 0 000 2l1 1a1 1 0 002 0l1-1a1 1 0 000-2l-1-1a1 1 0 00-2 0zm0 0a1 1 0 012 0l1 1a1 1 0 010 2l-1 1a1 1 0 01-1 0l-2-2a1 1 0 010-1z"/><rect width="20.3" height="20.3" x="55.3" y="660.3" rx="1.2" transform="rotate(-45 65 670)"/><path d="M66 684l13-13a1 1 0 000-1l-13-13a1 1 0 00-1 0l-13 13a1 1 0 000 1l13 13a1 1 0 001 0zm0 0a1 1 0 01-1 0l-13-13a1 1 0 010-1l13-13a1 1 0 011 0l13 13a1 1 0 010 1z"/><rect width="4.5" height="4.5" x="27.6" y="618.4" rx="1.2" transform="rotate(-45 30 621)"/><rect width="24.6" height="24.6" x="43.6" y="601.4" rx="1.2" transform="rotate(-45 56 614)"/><path d="M57 630l15-15a1 1 0 000-2l-15-16a1 1 0 00-2 0l-16 16a1 1 0 000 2l16 15a1 1 0 002 0zm0 0a1 1 0 01-2 0l-15-16a1 1 0 010-1l15-16a1 1 0 012 0l15 16a1 1 0 010 2z"/><rect width="5" height="5" x="38.9" y="675.3" rx="1.4"/><path d="M44 679v-2a1 1 0 00-1-2h-3a1 1 0 00-1 2v2a1 1 0 001 1h3a1 1 0 001-1zm-4 1a1 1 0 01-1-1v-2a1 1 0 011-2h3a1 1 0 011 2v2a1 1 0 01-1 1z"/><rect width="22.3" height="22.3" x="41.4" y="699.4" rx="1.4" transform="rotate(-45 52 711)"/><rect width="7.8" height="7.8" x="60.4" y="480" rx="1.2" transform="rotate(-45 64 484)"/><path d="M65 489l4-4a1 1 0 000-2l-4-4a1 1 0 00-2 0l-3 4a1 1 0 000 2l3 4a1 1 0 002 0zm0-1a1 1 0 01-1 0l-4-3a1 1 0 010-2l4-4a1 1 0 011 0l4 4a1 1 0 010 2z"/><rect width="14.4" height="14.4" x="34.8" y="424.3" rx="1.2" transform="rotate(-45 42 431)"/><path d="M43 441l8-9a1 1 0 000-1l-8-9a1 1 0 00-2 0l-8 9a1 1 0 000 1l8 9a1 1 0 002 0zm0 0a1 1 0 01-2 0l-8-9a1 1 0 010-1l8-9a1 1 0 012 0l8 9a1 1 0 010 1z"/><rect width="15.1" height="15.1" x="53.3" y="415.9" rx="1.2" transform="rotate(-45 61 423)"/><path d="M62 433l9-9a1 1 0 000-1l-9-9a1 1 0 00-2 0l-9 9a1 1 0 000 1l9 9a1 1 0 002 0zm0 0a1 1 0 01-2 0l-9-9a1 1 0 010-1l9-9a1 1 0 012 0l9 9a1 1 0 010 1z"/><rect width="12.7" height="12.7" x="40.5" y="482.6" rx=".8" transform="rotate(-45 47 489)"/><rect width="4.3" height="4.3" x="76" y="453.7" rx="1.2" transform="rotate(-45 78 456)"/><path d="M77 454l-1 1a1 1 0 000 2l1 1a1 1 0 002 0l1-1a1 1 0 000-2l-1-1a1 1 0 00-2 0zm0 0a1 1 0 012 0l1 1a1 1 0 010 2l-1 1a1 1 0 01-1 0l-2-1a1 1 0 010-2z"/><rect width="20.3" height="20.3" x="55.3" y="502.5" rx="1.2" transform="rotate(-45 65 513)"/><path d="M66 526l13-13a1 1 0 000-1l-13-13a1 1 0 00-1 0l-13 13a1 1 0 000 1l13 13a1 1 0 001 0zm0 0a1 1 0 01-1 0l-13-13a1 1 0 010-1l13-13a1 1 0 011 0l13 13a1 1 0 010 1z"/><rect width="4.5" height="4.5" x="27.6" y="460.6" rx="1.2" transform="rotate(-45 30 463)"/><rect width="24.6" height="24.6" x="43.6" y="443.6" rx="1.2" transform="rotate(-45 56 456)"/><path d="M57 472l15-15a1 1 0 000-2l-15-16a1 1 0 00-2 0l-16 16a1 1 0 000 2l16 15a1 1 0 002 0zm0 0a1 1 0 01-2 0l-15-15a1 1 0 010-2l15-16a1 1 0 012 0l15 16a1 1 0 010 2z"/><rect width="5" height="5" x="38.9" y="517.4" rx="1.4"/><path d="M44 521v-2a1 1 0 00-1-2h-3a1 1 0 00-1 2v2a1 1 0 001 1h3a1 1 0 001-1zm-4 1a1 1 0 01-1-1v-2a1 1 0 011-1h3a1 1 0 011 1v2a1 1 0 01-1 1z"/><rect width="22.3" height="22.3" x="41.4" y="541.6" rx="1.4" transform="rotate(-45 52 553)"/><rect width="7.8" height="7.8" x="60.4" y="322.1" rx="1.2" transform="rotate(-45 64 326)"/><path d="M65 331l4-4a1 1 0 000-2l-4-4a1 1 0 00-2 0l-3 4a1 1 0 000 2l3 4a1 1 0 002 0zm0 0a1 1 0 01-1 0l-4-4a1 1 0 010-2l4-3a1 1 0 011 0l4 3a1 1 0 010 2z"/><rect width="14.4" height="14.4" x="34.8" y="266.4" rx="1.2" transform="rotate(-45 42 274)"/><path d="M43 283l8-8a1 1 0 000-2l-8-9a1 1 0 00-2 0l-8 9a1 1 0 000 2l8 8a1 1 0 002 0zm0 0a1 1 0 01-2 0l-8-9a1 1 0 010-1l8-9a1 1 0 012 0l8 9a1 1 0 010 1z"/><rect width="15.1" height="15.1" x="53.3" y="258" rx="1.2" transform="rotate(-45 61 266)"/><path d="M62 275l9-9a1 1 0 000-1l-9-9a1 1 0 00-2 0l-9 9a1 1 0 000 1l9 9a1 1 0 002 0zm0 0a1 1 0 01-2 0l-9-9a1 1 0 010-1l9-9a1 1 0 012 0l9 9a1 1 0 010 1z"/><rect width="12.7" height="12.7" x="40.5" y="324.8" rx=".8" transform="rotate(-45 47 331)"/><rect width="4.3" height="4.3" x="76" y="295.9" rx="1.2" transform="rotate(-45 78 298)"/><path d="M77 296l-1 1a1 1 0 000 2l1 1a1 1 0 002 0l1-1a1 1 0 000-2l-1-1a1 1 0 00-2 0zm0 0a1 1 0 012 0l1 1a1 1 0 010 2l-1 1a1 1 0 01-1 0l-2-1a1 1 0 010-2z"/><rect width="20.3" height="20.3" x="55.3" y="344.6" rx="1.2" transform="rotate(-45 65 355)"/><path d="M66 368l13-12a1 1 0 000-2l-13-13a1 1 0 00-1 0l-13 13a1 1 0 000 2l13 12a1 1 0 001 0zm0 0a1 1 0 01-1 0l-13-13a1 1 0 010-1l13-13a1 1 0 011 0l13 13a1 1 0 010 2z"/><rect width="4.5" height="4.5" x="27.6" y="302.8" rx="1.2" transform="rotate(-45 30 305)"/><rect width="24.6" height="24.6" x="43.6" y="285.7" rx="1.2" transform="rotate(-45 56 298)"/><path d="M57 315l15-16a1 1 0 000-2l-15-15a1 1 0 00-2 0l-16 15a1 1 0 000 2l16 16a1 1 0 002 0zm0-1a1 1 0 01-2 0l-15-15a1 1 0 010-2l15-15a1 1 0 012 0l15 15a1 1 0 010 2z"/><rect width="5" height="5" x="38.9" y="359.6" rx="1.4"/><path d="M44 363v-2a1 1 0 00-1-1h-3a1 1 0 00-1 1v2a1 1 0 001 2h3a1 1 0 001-2zm-4 1a1 1 0 01-1-1v-2a1 1 0 011-1h3a1 1 0 011 1v2a1 1 0 01-1 1z"/><rect width="22.3" height="22.3" x="41.4" y="383.7" rx="1.4" transform="rotate(-45 52 395)"/><rect width="7.8" height="7.8" x="60.4" y="164.3" rx="1.2" transform="rotate(-45 64 168)"/><path d="M65 173l4-4a1 1 0 000-2l-4-3a1 1 0 00-2 0l-3 3a1 1 0 000 2l3 4a1 1 0 002 0zm0 0a1 1 0 01-1 0l-4-4a1 1 0 010-1l4-4a1 1 0 011 0l4 3a1 1 0 010 2z"/><rect width="14.4" height="14.4" x="34.8" y="108.6" rx="1.2" transform="rotate(-45 42 116)"/><path d="M43 125l8-8a1 1 0 000-2l-8-9a1 1 0 00-2 0l-8 9a1 1 0 000 2l8 8a1 1 0 002 0zm0 0a1 1 0 01-2 0l-8-8a1 1 0 010-2l8-8a1 1 0 012 0l8 8a1 1 0 010 2z"/><rect width="15.1" height="15.1" x="53.3" y="100.2" rx="1.2" transform="rotate(-45 61 108)"/><path d="M62 118l9-9a1 1 0 000-2l-9-9a1 1 0 00-2 0l-9 9a1 1 0 000 2l9 9a1 1 0 002 0zm0-1a1 1 0 01-2 0l-9-9a1 1 0 010-1l9-9a1 1 0 012 0l9 9a1 1 0 010 1z"/><rect width="12.7" height="12.7" x="40.5" y="166.9" rx=".8" transform="rotate(-45 47 173)"/><rect width="4.3" height="4.3" x="76" y="138.1" rx="1.2" transform="rotate(-45 78 140)"/><path d="M77 138l-1 1a1 1 0 000 2l1 1a1 1 0 002 0l1-1a1 1 0 000-2l-1-1a1 1 0 00-2 0zm0 0a1 1 0 012 0l1 1a1 1 0 010 2l-1 1a1 1 0 01-1 0l-2-1a1 1 0 010-2z"/><rect width="20.3" height="20.3" x="55.3" y="186.8" rx="1.2" transform="rotate(-45 65 197)"/><path d="M66 210l13-12a1 1 0 000-2l-13-13a1 1 0 00-1 0l-13 13a1 1 0 000 2l13 12a1 1 0 001 0zm0 0a1 1 0 01-1 0l-13-12a1 1 0 010-2l13-12a1 1 0 011 0l13 12a1 1 0 010 2z"/><rect width="4.5" height="4.5" x="27.6" y="144.9" rx="1.2" transform="rotate(-45 30 147)"/><rect width="24.6" height="24.6" x="43.6" y="127.9" rx="1.2" transform="rotate(-45 56 140)"/><path d="M57 157l15-16a1 1 0 000-2l-15-15a1 1 0 00-2 0l-16 15a1 1 0 000 2l16 16a1 1 0 002 0zm0 0a1 1 0 01-2 0l-15-16a1 1 0 010-2l15-15a1 1 0 012 0l15 15a1 1 0 010 2z"/><rect width="5" height="5" x="38.9" y="201.8" rx="1.4"/><path d="M44 205v-2a1 1 0 00-1-1h-3a1 1 0 00-1 1v2a1 1 0 001 2h3a1 1 0 001-2zm-4 2a1 1 0 01-1-2v-2a1 1 0 011-1h3a1 1 0 011 1v2a1 1 0 01-1 2z"/><rect width="22.3" height="22.3" x="41.4" y="225.9" rx="1.4" transform="rotate(-45 52 237)"/><rect width="7.8" height="7.8" x="60.4" y="6.5" rx="1.2" transform="rotate(-45 64 10)"/><path d="M65 15l4-4a1 1 0 000-2l-4-3a1 1 0 00-2 0l-3 4a1 1 0 000 1l3 4a1 1 0 002 0zm0 0a1 1 0 01-2 0l-3-4a1 1 0 010-1l3-4a1 1 0 012 0l4 4a1 1 0 010 1z"/><rect width="12.7" height="12.7" x="40.5" y="9.1" rx=".8" transform="rotate(-45 47 15)"/><rect width="20.3" height="20.3" x="55.3" y="28.9" rx="1.2" transform="rotate(-45 65 39)"/><path d="M66 53l13-13a1 1 0 000-2L66 26a1 1 0 00-1 0L52 38a1 1 0 000 2l13 13a1 1 0 001 0zm0-1a1 1 0 01-1 0L52 40a1 1 0 010-2l13-12a1 1 0 011 0l13 12a1 1 0 010 2z"/><rect width="5" height="5" x="38.9" y="43.9" rx="1.4"/><path d="M44 48v-3a1 1 0 00-1-1h-3a1 1 0 00-1 1v3a1 1 0 001 1h3a1 1 0 001-1zm-4 1a1 1 0 01-1-1v-3a1 1 0 011-1h3a1 1 0 011 1v3a1 1 0 01-1 1z"/><rect width="22.3" height="22.3" x="41.4" y="68.1" rx="1.4" transform="rotate(-45 52 79)"/></g></svg>'); 
}


 
/* shape divider 2*/

.custom-shape-divider-bottom-1706889429 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-bottom:-2px;
}

.custom-shape-divider-bottom-1706889429 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 316px;
}

.custom-shape-divider-bottom-1706889429 .shape-fill {
    fill: #FFFFFF;
}

/*shape divider - hakker*/

.shapedividers_com-4718{
overflow:hidden;
position:relative;
}
.shapedividers_com-4718::before{
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
bottom: -1px;
left: -1px;
right: -1px;
top: -1px;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat; 
background-size: 100% 24px;
background-position: 50% 0%;    
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100.8 22.4" preserveAspectRatio="none"><path fill="%23ffffff" d="M101 22L94 8 84 18 76 7l-9 9-7-15-10 17-8-16-8 9-9 11-8-20-9 14-8 6V0h101z"/></svg>'); 
}

@media (min-width:768px){
.shapedividers_com-4718::before{
background-size: 100% 36px;
background-position: 50% 0%;   
}  
}
 
@media (min-width:1025px){
.shapedividers_com-4718::before{ 
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 127% 63px;
background-position: 50% 100%; 
transform: rotateY(180deg); 
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100.8 22" preserveAspectRatio="none"><path fill="%23ffffff" d="M0 0l7 15L17 4l8 12 9-9 7 14 9-17 9 16 8-9 9-11 8 20 8-13 9-7v22H0z"/></svg>'); 
}
}
@media (min-width:2100px){
.shapedividers_com-4718::before{
background-size: 127% calc(2vw + 63px);
}
}
/*---------shape divider - blobber-------------*/
 
 .shapedividers_com-1495{
overflow:hidden;
position:relative;
}
.shapedividers_com-1495::before{
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
bottom: -1px;
left: -1px;
right: -1px;
top: -1px;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat; 
background-size: 100% 24px;
background-position: 50% 0%;    
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100.8 22.4" preserveAspectRatio="none"><path fill="%23ffffff" d="M101 22L94 8 84 18 76 7l-9 9-7-15-10 17-8-16-8 9-9 11-8-20-9 14-8 6V0h101z"/></svg>'); 
}

@media (min-width:768px){
.shapedividers_com-1495::before{
background-size: 100% 36px;
background-position: 50% 0%;   
}  
}
 
@media (min-width:1025px){
.shapedividers_com-1495::before{ 
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 91px;
background-position: 50% 100%;  
background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="xMidYMin slice" xmlns="http://www.w3.org/2000/svg" viewBox="0 -0.2 2000.4 84.2"><g fill="%23ffffff"><circle cx="1334.4" cy="40.4" r="14"/><circle cx="1867.7" cy="40" r="14"/><path d="M1748 30l6-11-6-11h-13l-7 11 7 11h13zM1628 23l4-6-4-7h-7l-4 7 4 6h7zM1978 18l5-8-5-8h-8l-5 8 5 8h8zM1412 23l6-9-6-10h-11l-5 10 5 9h11zM783 52a9 9 0 10-9-9 9 9 0 009 9zM1160 26l7-11-7-12h-13l-6 12 6 11h13zM1040 19l4-6-4-7h-7l-4 7 4 6h7zM825 19l5-9-5-10h-11l-6 10 6 9h11zM697 16l4-6-4-7h-7l-4 7 4 6h7z"/><path d="M83 84h1917V35c-10-8-25-12-40-10a32 32 0 00-11-3c-12-1-15 1-18 2-18 4-24 19-38 32-9 7-17 15-28 15-13 1-24-9-31-20s-11-24-20-33-24-15-34-7c-12 9-10 30-23 37a15 15 0 01-1 1c-6 2-13 1-19-1a58 58 0 01-8-5l-10-6a93 93 0 00-46-14c-6 0-13 0-19 5a12 12 0 00-4 11c1 4 4 8 6 11a11 11 0 011 9 17 17 0 01-15 12h-1c-13 1-24-9-31-20s-11-24-20-33-24-15-34-7c-11 9-10 28-21 36a16 16 0 01-2 1c-6 3-14 3-20 0a50 50 0 01-6-3l-12-8a93 93 0 00-46-14c-5 0-11 0-15 3-5 2-8 6-8 11a35 35 0 00-7 1 44 44 0 00-13 4c-19 10-19 16-35 23-12 5-27 4-40 4s-28 1-41-4c-15-7-16-13-35-23a44 44 0 00-13-4 35 35 0 00-7-1c0-5-3-9-7-11-5-3-11-3-16-3a93 93 0 00-45 14l-13 8a50 50 0 01-6 3c-6 3-14 3-20 0a16 16 0 01-2-1c-10-8-9-27-20-36-10-8-26-3-35 7s-13 22-20 33-18 21-31 20a17 17 0 01-15-12 11 11 0 011-9c2-3 5-7 5-11a12 12 0 00-4-11c-5-5-12-5-19-5a93 93 0 00-46 14l-9 6a58 58 0 01-9 5c-6 2-13 3-18 1a15 15 0 01-2-1c-13-7-11-28-22-37-11-8-26-3-35 7s-13 22-20 33-18 21-31 20a24 24 0 01-4 0c-9-3-16-9-23-15-14-12-21-28-39-32l-4-1-3 1c-18 4-25 20-39 32-7 6-14 12-23 15a24 24 0 01-4 0c-13 1-24-9-31-20s-11-24-20-33-25-15-35-7c-11 9-10 30-22 37a15 15 0 01-2 1c-6 2-13 1-19-1a58 58 0 01-8-5l-10-6a93 93 0 00-45-14c-7 0-14 0-19 5a12 12 0 00-5 11c1 4 4 8 6 11a11 11 0 011 9 17 17 0 01-15 12c-13 1-24-9-31-20s-11-24-20-33-25-15-35-7c-11 9-10 28-21 36a16 16 0 01-1 1c-6 3-14 3-21 0a50 50 0 01-5-3l-13-8a93 93 0 00-45-14c-6 0-11 0-16 3-4 2-8 6-8 11a35 35 0 00-7 1 44 44 0 00-12 4c-19 10-20 16-35 23-13 5-27 4-41 4s-28 1-40-4c-16-7-17-13-35-23a44 44 0 00-13-4 35 35 0 00-7-1c0-5-4-9-8-11-5-3-10-3-16-3H0v61z"/><circle cx="125.9" cy="40.4" r="14"/><circle cx="659.1" cy="40" r="14"/><path d="M539 30l7-11-7-11h-13l-6 11 6 11h13zM42 21l5-8-6-8h-9l-5 9 6 8 9-1zM770 18l4-8-4-8h-9l-4 8 4 8h9zM927 30l4-8-4-7h-9l-5 7 5 8h9zM204 23l5-9-5-10h-11l-6 10 6 9h11z"/></g></svg>'); 
}
}
@media (min-width:2100px){
.shapedividers_com-1495::before{
background-size: 100% calc(2vw + 91px);
}
}
 /*-----------Shape divider svirvler-----------*/

.shapedividers_com-5999{
overflow:hidden;
position:relative;
}
.shapedividers_com-5999::before{
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
bottom: -1px;
left: -1px;
right: -1px;
top: -1px;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat; 
background-size: 217% 36px;
background-position: 50% 0%;    
background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="xMidYMax slice" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000.4 78"><g fill="%23ffffff"><path d="M1786 0h125c11 6 21 11 33 13a63 63 0 0012 2 58 58 0 007 0 62 62 0 009-1c9-2 20-7 26-14h2v2a44 44 0 01-2 13c-4 13-14 25-26 30-25 11-55 5-78-3l-44-18c-10-4-20-8-31-7s-23 8-23 19c-7-5-10-12-12-20v-1a36 36 0 012-15z"/><path d="M1572 0h126c10 6 21 11 33 13a63 63 0 0012 2 58 58 0 006 0 62 62 0 0010-1c8-2 19-7 25-14h3a43 43 0 01-2 15l-1 1c-4 13-13 24-25 29-25 11-56 5-78-3l-44-18c-10-4-20-7-32-7s-23 8-23 19c-6-5-10-12-11-21a36 36 0 011-15z"/><path d="M1359 0h125c10 6 21 11 33 13a63 63 0 0012 2 58 58 0 006 0 62 62 0 0010-1c8-2 20-7 25-14h3a43 43 0 01-2 15c-4 13-14 25-26 30-25 11-56 5-78-3l-44-18c-10-4-20-7-31-7s-23 8-23 19c-7-5-11-12-12-21a36 36 0 012-15z"/><path d="M1145 0h125c11 6 21 11 33 13a63 63 0 0012 2 58 58 0 006 0 62 62 0 0010-1c9-2 20-7 26-14h2a43 43 0 01-2 15c-4 13-14 25-26 30-25 11-55 5-78-3l-44-18c-10-4-20-7-31-7s-23 8-23 19c-7-5-11-12-12-21a36 36 0 012-15z"/><path d="M931 0h125c11 6 21 11 33 13a63 63 0 0012 2 58 58 0 007 0 62 62 0 009-1c9-2 20-7 26-14h2a44 44 0 01-2 15c-4 13-14 25-26 30-25 11-55 5-77-3l-44-18c-11-4-21-8-32-7s-23 8-23 19c-7-5-11-13-12-21a36 36 0 012-15z"/><path d="M717 0h125c11 6 22 11 33 13a63 63 0 0012 2 58 58 0 007 0 62 62 0 009-1c9-2 20-7 26-14h3a43 43 0 01-3 15c-4 13-13 25-25 30-26 11-56 5-78-3l-44-18c-11-4-21-8-32-7s-23 8-23 19c-7-5-10-13-11-21a36 36 0 011-15z"/><path d="M503 0h125c11 6 22 11 33 13a62 62 0 0013 2 58 58 0 006 0 62 62 0 009-1c9-2 20-7 26-14h3a43 43 0 01-2 15c-5 13-14 25-26 30-26 11-56 5-78-3l-44-18c-10-4-21-7-32-7s-23 8-23 19c-6-5-10-12-11-21a36 36 0 011-15z"/><path d="M289 0h126c10 6 21 11 32 13a63 63 0 0013 2 58 58 0 006 0 62 62 0 009-1c9-2 20-7 26-14h3a44 44 0 01-2 15c-4 13-14 25-26 30-26 11-56 5-78-3l-44-18c-10-4-21-8-32-7s-23 8-23 19c-6-5-10-13-11-21a36 36 0 011-15z"/><path d="M75 0h126c10 6 21 11 33 13a63 63 0 0012 2 58 58 0 006 0 62 62 0 0010-1c8-2 19-7 25-14h3a43 43 0 01-2 15c-4 13-14 25-26 30-25 11-56 5-78-3l-44-18c-10-4-20-8-32-7s-23 8-23 19c-6-5-10-13-11-21a36 36 0 011-15z"/><path d="M0 50V6a121 121 0 0020 7 63 63 0 0012 2 58 58 0 006 0 62 62 0 0010-1c8-2 20-7 26-14h2a43 43 0 01-2 15c-4 13-14 25-26 30-15 7-32 7-48 5z"/><path d="M0 0h1998v15H0z"/><circle cx="1826.1" cy="44.1" r="14.3"/><circle cx="1979.1" cy="67.1" r="10.9"/><circle cx="1909.7" cy="63.9" r="6.4"/><circle cx="1610.7" cy="44.1" r="14.3"/><circle cx="1763.7" cy="67.1" r="10.9"/><circle cx="1694.3" cy="63.9" r="6.4"/><circle cx="1395.4" cy="44.1" r="14.3"/><circle cx="1548.4" cy="67.1" r="10.9"/><circle cx="1478.9" cy="63.9" r="6.4"/><circle cx="1181.9" cy="44.1" r="14.3"/><circle cx="1333" cy="67.1" r="10.9"/><circle cx="1263.6" cy="63.9" r="6.4"/><circle cx="967.2" cy="44.1" r="14.3"/><circle cx="1117.7" cy="67.1" r="10.9"/><circle cx="1048.2" cy="63.9" r="6.4"/><circle cx="757.7" cy="44.1" r="14.3"/><circle cx="902.3" cy="67.1" r="10.9"/><circle cx="832.9" cy="63.9" r="6.4"/><circle cx="542.3" cy="44.1" r="14.3"/><circle cx="686.9" cy="67.1" r="10.9"/><circle cx="617.5" cy="63.9" r="6.4"/><circle cx="326.9" cy="44.1" r="14.3"/><circle cx="471.6" cy="67.1" r="10.9"/><circle cx="402.2" cy="63.9" r="6.4"/><circle cx="111.2" cy="44.1" r="14.3"/><circle cx="256.2" cy="67.1" r="10.9"/><circle cx="186.8" cy="63.9" r="6.4"/><circle cx="40.9" cy="67.1" r="10.9"/></g></svg>'); 
}

@media (min-width:768px){
.shapedividers_com-5999::before{
background-size: 100% 36px;
background-position: 50% 0%;   
}  
}
 
@media (min-width:1025px){
.shapedividers_com-5999::before{ 
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 71px;
background-position: 50% 100%;  
background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="xMidYMin slice" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000.4 78"><g fill="%23ffffff"><path d="M215 78H89c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-19 7-25 14H0v-2a44 44 0 012-13c4-13 14-25 26-30 25-11 56-5 78 3l44 18c10 4 20 8 32 7s23-8 23-19c6 5 10 12 11 20v1a36 36 0 01-1 15z"/><path d="M428 78H303c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 013-15v-1c4-13 14-24 25-29 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c7 5 10 13 11 21a36 36 0 01-1 15z"/><path d="M642 78H517c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c5-13 14-25 26-30 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c6 5 10 13 11 21a36 36 0 01-1 15z"/><path d="M856 78H730c-10-5-21-10-32-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c4-13 14-25 26-30 26-11 56-5 78 3l44 18c10 4 20 8 32 7s23-8 23-19c6 5 10 13 11 21a36 36 0 01-1 15z"/><path d="M1070 78H944c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-20 7-25 14h-3a44 44 0 012-15c4-13 14-25 26-30 25-11 56-5 78 3l44 18c10 4 20 8 31 7s24-8 24-19c6 5 10 13 11 21a36 36 0 01-1 15z"/><path d="M1283 78h-125c-10-5-21-10-33-13a63 63 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-8 2-20 7-26 14h-2a43 43 0 012-15c4-13 14-25 26-30 25-11 55-5 78 3l44 18c10 4 20 8 31 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z"/><path d="M1497 78h-125c-11-5-21-10-33-13a62 62 0 00-12-2 58 58 0 00-6 0 62 62 0 00-10 1c-9 2-20 7-26 14h-2a43 43 0 012-15c4-13 14-25 26-30 25-11 55-5 77 3l45 18c10 4 20 8 31 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z"/><path d="M1711 78h-125c-11-5-22-10-33-13a63 63 0 00-12-2 58 58 0 00-7 0 62 62 0 00-9 1c-9 2-20 7-26 14h-2a44 44 0 012-15c4-13 14-25 25-30 26-11 56-5 78 3l44 18c11 4 21 8 32 7s23-8 23-19c7 5 11 13 12 21a36 36 0 01-2 15z"/><path d="M1925 78h-125c-11-5-22-10-33-13a63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 013-15c4-13 13-25 25-30 26-11 56-5 78 3l44 18c10 4 21 8 32 7s23-8 23-19c7 5 10 13 11 21a36 36 0 01-1 15z"/><path d="M2000 28v44a121 121 0 00-19-7 63 63 0 00-13-2 58 58 0 00-6 0 62 62 0 00-9 1c-9 2-20 7-26 14h-3a43 43 0 012-15c5-13 14-25 26-30 15-7 32-7 48-5z"/><path d="M3 63h1997v15H3z"/><circle cx="174.3" cy="33.9" r="14.3"/><circle cx="21.3" cy="10.9" r="10.9"/><circle cx="90.7" cy="14.1" r="6.4"/><circle cx="389.6" cy="33.9" r="14.3"/><circle cx="236.6" cy="10.9" r="10.9"/><circle cx="306.1" cy="14.1" r="6.4"/><circle cx="605" cy="33.9" r="14.3"/><circle cx="452" cy="10.9" r="10.9"/><circle cx="521.4" cy="14.1" r="6.4"/><circle cx="818.4" cy="33.9" r="14.3"/><circle cx="667.4" cy="10.9" r="10.9"/><circle cx="736.8" cy="14.1" r="6.4"/><circle cx="1033.1" cy="33.9" r="14.3"/><circle cx="882.7" cy="10.9" r="10.9"/><circle cx="952.1" cy="14.1" r="6.4"/><circle cx="1242.7" cy="33.9" r="14.3"/><circle cx="1098.1" cy="10.9" r="10.9"/><circle cx="1167.5" cy="14.1" r="6.4"/><circle cx="1458.1" cy="33.9" r="14.3"/><circle cx="1313.4" cy="10.9" r="10.9"/><circle cx="1382.9" cy="14.1" r="6.4"/><circle cx="1673.4" cy="33.9" r="14.3"/><circle cx="1528.8" cy="10.9" r="10.9"/><circle cx="1598.2" cy="14.1" r="6.4"/><circle cx="1889.1" cy="33.9" r="14.3"/><circle cx="1744.1" cy="10.9" r="10.9"/><circle cx="1813.6" cy="14.1" r="6.4"/><circle cx="1959.5" cy="10.9" r="10.9"/></g></svg>'); 
}
}
@media (min-width:2100px){
.shapedividers_com-5999::before{
background-size: 100% calc(2vw + 71px);
}
}

 /*--------Shape divider - waves ------------*/

.shapedividers_com-7827{
overflow:hidden;
position:relative;
}
.shapedividers_com-7827::before{
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
bottom: -1px;
left: -1px;
right: -1px;
top: -1px;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat; 
background-size: 100% 120px;
background-position: 50% 100%;    
transform: rotateY(180deg);
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23ffffff"/></svg>'); 
}

@media (min-width:768px){
.shapedividers_com-7827::before{
background-size: 195% 107px;
background-position: 50% 100%;  
transform: rotateY(180deg); 
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -0.1 35.28 2.17" preserveAspectRatio="none"><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" fill="%23ffffff"/></svg>'); 
}  
}
 
@media (min-width:1025px){
.shapedividers_com-7827::before{ 
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 120px;
background-position: 50% 100%; 
transform: rotateY(180deg); 
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" fill="%23ffffff"/></svg>'); 
}
}
@media (min-width:2100px){
.shapedividers_com-7827::before{
background-size: 100% calc(2vw + 120px);
}
}
 
 

/*---------------------------*/
 
 .topbanner-text{
     position:relative;
 }
 
 .topbanner-title{
      font-size:30px;
      font-size:calc(100% + 2.5vw);
 }
 
 .banner-title{
     font-size: 30px;
    font-size: calc(100% + 2.5vw);
 }
 
 .banner-dato{
    font-size:3em;
    font-size:calc(100% + 1.5vw);
    color:red;

 }
 
 .nyhed-link{
           transition: all .3s ease-in-out;

 }
 
 .nyheds-block:hover{
     transform: translate(0px, -18px);
      transition: all .3s ease-in-out;
 }
 
 .nyheds-block{
     transform: translate(0px, 18px);
      transition: all .3s ease-in-out;
 }
 
 .forestilling{
     transform: translate(0px, 18px);
      transition: all .3s ease-in-out;
 }
 
 .forestilling:hover{
     transform: translate(0px, -18px);
      transition: all .3s ease-in-out;
 }

/*---------- Accordion-------------------*/





.accordion-flush .accordion-item {
    background: #e0e9f278;
    box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);   
}    


.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
    border:none;
}

.accordion-header {
 
  line-height: 34px;
 
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    color: #0C4584;
    font-family: 'hm_light', sans-serif;
    font-size: 17px;
    line-height: 34px;
           font-family: "Viga", sans-serif;

}

.acc-light .accordion-item .accordion-button.collapsed{
    background-color: #e5e5e5;
    color:black;
    
}

.acc-dark .accordion-item .accordion-button.collapsed{
    background-color: black;
    color:white;
    
}

.acc-dark .accordion-item .accordion-button{
    background-color: black;
    color:white;
    
}

.acc-light .accordion-item .accordion-button{
    background-color:#e5e5e5;
    color:black;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff0000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed){
    background-color:#E0E9F2;

}



/**----------------------accordion end-----------------------------------------*/




 /*---------Media queries---------------------*/
 
.centered-sm {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

@media (min-width: 767px) {
  .centered {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .topbanner{
      height:80vh;
  }
  
  .med-video{
      min-height:none!important;
  }
  .uden-video{
      min-height:500px;
  }
  
  
  
  

  
   .logo {
    margin-left: 50px;
  }
  .banner-billede{
      height: 100%;
    }
    
    .banner-dato a{
            position: absolute;
            width: 40px;
            height: 40px;
            bottom: 50%;
            right: 0px;
    }
    
   
}

  @media (max-width: 420px) {
      .with-video{
          display:none;
      }
  }
  

@media (max-width: 766px) {
  .centered {
      padding:5%;
  }
  .custom-shape-divider-bottom-1706889429 svg
     {
          height:116px;
      }
    
    .banner-billede{
      height:350px;
    }  
    
    .fa-stack{
        font-size:large;
    }
    
     .banner-dato a {
        position: absolute;
        right: -40px;
        top: 0;
    }
    .banner-dato  {
        display:inline-block;
    }
    
   
    
      
}




 @media (max-width: 1213px) {
  .shapedividers_com-9534::before {
    display:none;
  }
 }

  

@media (max-width: 1900px) {

  .topbanner-title {
    font-size: calc(100% + 1.3vw);
  }
} 

@media (min-width: 1400px){
.container{
    max-width: 1120px;
}
}

@media (min-width: 768px) and (max-width: 991.98px){
.container {
    width: 920px;
}
}

@media (max-width: 987px){
.tekstboks {
    padding:3%;
}
}

@media (max-width: 830px){
p {
    font-size:normal;
}
}

/**umb_name:normal*/
p {
}

/**umb_name:h1*/
h1 {
}

/**umb_name:h2*/
h2 {
}

/**umb_name:h3*/
h3 {
}

/**umb_name:h4*/
h4 {
}

/**umb_name:sort baggrund*/
.sort-baggrund {
	color:white;
	background-color:black;
	font-size: calc(1.375rem + 1.5vw);
}

/**umb_name:rød baggrund*/
.red-background {
	color:white;
	background:red;
	font-size: 1.1em;
}

/**umb_name:rød tekst*/
.text-red {
	color:red;
}
