@charset "UTF-8";
/* ELEMENTOR */

.custom-table-container {
	width: 100%;
/* 	overflow-x: auto; */
}

/* Table styling */
.custom-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0px 25px rgba(0,0,0,0.08);
}

/* Header */
.custom-table thead {
    background: #307774;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.custom-table th {
	padding: 20px;
	text-align: left;
}

/* Body rows */
.custom-table td {
	padding: 20px;
}
.custom-table .bolded{
	font-weight:700;
}
.custom-table tbody tr {
    border-bottom: 1px solid #e8f4f3;
}
/* Zebra striping */
.custom-table tbody tr:nth-child(odd) {
	background: #ffffff;
}

.custom-table tbody tr:nth-child(even) {
	background:#f7fdfc;
}

/* Responsive (stacked on small screens) */
@media (max-width: 768px) {
	.custom-table thead {
		display: none;
	}

	.custom-table, 
	.custom-table tbody, 
	.custom-table tr, 
	.custom-table td {
		display: block;
		width: 100%;
	}

	.custom-table tr {
		margin-bottom: 0;
		border-radius: 0;
		overflow: hidden;
	}

	.custom-table td {
    text-align: left;
    padding: 0;
    position: relative;
}
	.custom-table tbody tr {
    border-bottom: 1px solid #e8f4f3;
    padding: 20px;
}
	.custom-table td:nth-child(1) {
    margin: 0 0 10px;
}
	.custom-table td::before {
		content: attr(data-label);
		position: absolute;
		left: 15px;
		width: 50%;
		text-align: left;
		font-weight: bold;
		color: #307774;
	}
}


.table-semi-height .elementor-widget {
    min-height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
}
.table-large-height .elementor-widget {
    min-height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
}
.with-gradient-border {
    z-index: 1;
	position:relative;
}
.with-gradient-border:after {
    position: absolute;
    content: '';
    background: linear-gradient(to right, #8DDDD9, white, white);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -40px;
    border-radius: 0 0 0 450px;
    z-index: -1;
}
.right-gradient-bg{
	 z-index: 1;
	position:relative;

}
.right-gradient-bg:after {
    position: absolute;
    content: '';
    background: linear-gradient(to top, #8DDDD9, white, white);
    width: 100%;
    height: 100%;
    right: -40px;
    top: 0px;
    border-radius: 0 0 450px 0;
    z-index: -1;
}

.left-gradient-bg{
	 z-index: 1;
	position:relative;

}
.left-gradient-bg:after {
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, #8DDDD9, white, white);
    width: 100%;
    height: 100%;
    left: -40px;
    top: 0px;
    border-radius: 450px 0 0 0;
    z-index: -1;
}
.vertical-text{
	    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
}

.home-form .inputs input, .home-form .inputs textarea {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #A4A4A4;
    background: transparent;
    padding: 15px 0;
    outline: none;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 20px;
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    color: white;
}
.home-form .inputs textarea {
    height: 150px;
}
.home-form .inputs .send{
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    box-shadow: 2px 2px 0px 0px #08423F;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 30px 15px 30px;
	margin-top:20px;
	background-color: var(--e-global-color-primary);
}
.with-color span{
	color:#F5C842;
}
.contact-form .inputs {
    position: relative;
    margin: 0 0 20px;
}
.contact-form .inputs input, .contact-form .inputs select, .contact-form .inputs textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #307774;
    border-radius: 6px;
    outline: 0;
}
.contact-form .inputs label {
    font-weight: 500;
    color: #307774;
	line-height:2.5;
width: 100%;
}
.contact-form .grids {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
.contact-form .inputs .send{
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    box-shadow: 2px 2px 0px 0px #08423F;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 30px 15px 30px;
	    background-color: var(--e-global-color-primary);
	color:white;
}
/* TESTIMONIALS */
.jayce-testimonials p{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 36px;
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: 1.4;
    color: var( --e-global-color-22fe68c );
	
}
.jayce-testimonials .testimtitle{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 22px
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    color: var( --e-global-color-22fe68c );
	
}
.jayce-testimonials .hold-stars{
	margin-top:32px;
	margin-bottom:16px;
}
.jayce-testimonials .hold-stars .fa{
	color:var( --e-global-color-secondary );
	margin-right:10px;
	font-size:16px;
}
.holdnext {
    position: absolute;
    right: 0;
    width: 120px;
    bottom: 50px;
}
.holdnext svg {
    background: #8dddd9;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 10px;
    color: white;
}
/* END */
/* END */

.holdpage {
    padding: 200px 0 100px 0;
    position: relative;
    background: var( --e-global-color-4fb8d13 );
}
.holdpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.holdpage .innercon .content {
  position: relative;
}
.holdpage .innercon .content .pagetitle {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    color: var(--e-global-color-22fe68c);
	text-align:center;
	text-transform:uppercase;
}

.pagecontent {
  padding: 70px 0;
  background: #f5f5f5;
  position: relative;
}
.pagecontent .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: none;
  grid-template-columns: 30% 70%;
  grid-template-areas: "left right";
}
.pagecontent .innercon .content:nth-child(1) {
  grid-area: right;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content {
  font-family: "Lexend Deca", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 33px;
  color: #373737;
  text-align: justify;
  background: white;
  border: 1px solid #d8d8d8;
  padding: 50px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg {
  position: relative;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 0;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, rgba(11, 62, 251, 0.4509803922), rgba(0, 0, 0, 0.3215686275));
  z-index: 9;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg:After {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 2px solid #ffffff;
  left: 20px;
  top: 20px;
  z-index: 99;
}
.pagecontent .innercon .content:nth-child(1) .pagetitle {
  font-family: "Lexend Deca", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #4267b3;
  margin: 0 0 20px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog {
  position: relative;
  padding: 50px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg {
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .thedate {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  color: white;
  background: #ccc600;
  width: 100px;
  padding: 10px 0;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .featuredimg {
  width: 100%;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle {
  margin: 0 0 10px 0;
  font-family: "Lexend Deca", sans-serif;
  font-size: 25px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle a {
  color: #4267b3;
  text-decoration: none;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .excerpt {
  font-family: "Lexend Deca", sans-serif;
  font-size: 17px;
  color: #3a3a3a;
  font-weight: 400;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(2) {
  flex-basis: 30%;
  margin-right: 30px;
  position: sticky;
  grid-area: left;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(odd) {
  background: #4267b3;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(even) {
  background: #ccc600;
}
.pagecontent .innercon .content:nth-child(2) .sidebar {
  background: white;
  border: 1px solid rgb(216, 216, 216);
  padding: 30px;
  position: relative;
  margin: 0 0 30px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .title {
  color: white;
  font-family: "Lexend Deca", sans-serif;
  font-size: 25px;
  margin: 0 0 20px;
  font-weight: 400;
  padding-bottom: 10px;
  letter-spacing: 2px;
  position: relative;
  padding: 0 0 10px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .title:after {
  position: absolute;
  content: "";
  width: 50px;
  border-top: 2px solid white;
  bottom: 0;
  left: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 25px;
  padding-left: 20px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  content: "❯";
  color: white;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li a {
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li a:hover {
  color: #4267b3;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .lasts {
  margin: 0 !important;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs {
  margin-bottom: 10px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input,
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 0;
  background: white;
  border: 1px solid rgb(216, 216, 216);
  outline: none;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  text-indent: 15px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input::placeholder,
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea::placeholder {
  color: rgb(155, 155, 155);
  font-size: 12px;
  text-transform: uppercase;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea {
  height: 100px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send {
  width: 100%;
}

.blog-page {
  position: relative;
  padding: 100px 0;
}
.blog-page .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.blog-page .innercon .content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.blog-page .innercon .content .blogcon {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg .featuredimg {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.blog-page .innercon .content .blogcon .holdinfo {
  padding: 20px 0;
  position: relative;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle {
  font-size: 20px;
  text-align: left;
  color: #ccc600;
  margin: 0 0 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle a {
  color: #ccc600;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date {
  color: #ccc600;
  font-family: "Lexend Deca", sans-serif;
  text-align: left;
  margin: 0 0 10px;
  font-size: 15px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date span {
  margin-right: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date .fa {
  margin-right: 5px;
}
.blog-page .innercon .content .blogcon .holdinfo .excerpt {
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #181818;
}
.blog-page .innercon .content .blogcon .holdinfo .reading {
  width: 100%;
  padding: 10px 0;
  transition: 0.3s;
  background: #ccc600;
  color: white;
  text-transform: uppercase;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  outline: none;
  border: 0;
}
.blog-page .innercon .content .blogcon .holdinfo .reading:hover {
  background: #4267b3;
}
.blog-page .innercon .content .blogcon .holdinfo .reading .fa {
  margin-left: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .share {
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  margin: 20px 0;
  color: #4267b3;
}
.blog-page .innercon .content .blogcon .holdinfo .fafa {
  font-size: 12px;
  font-family: "Lexend Deca", sans-serif;
  padding: 2px 10px;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .fb {
  background: #536da6;
}
.blog-page .innercon .content .blogcon .holdinfo .twit {
  background: #54acee;
}
.blog-page .innercon .content .blogcon .holdinfo .link {
  background: #1581c2;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med .fa {
  font-size: 15px;
  color: white;
  margin-right: 5px;
}
.blog-page .innercon .content .nextbutton {
  position: relative;
  font-family: "Lexend Deca", sans-serif;
  margin-top: 20px;
  padding-left: 20px;
}
.blog-page .innercon .content .nextbutton a {
  padding: 0 10px;
  font-size: 14px;
  background: #ccc600;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .nextbutton span {
  padding: 0 10px;
  font-size: 14px;
  background: #4267b3;
  color: white;
  text-decoration: none;
}

.notfound {
  position: relative;
  padding: 50px 0;
}
.notfound .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 0;
}
.notfound .innercon .content:nth-child(1) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound .innercon .content:nth-child(1) .all {
  text-align: center;
}
.notfound .innercon .content:nth-child(1) .all .title {
  color: #4267b3;
  font-family: "Lexend Deca", sans-serif;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0;
}
.notfound .innercon .content:nth-child(1) .all .under {
  color: #4267b3;
  font-size: 13px;
}
.notfound .innercon .content:nth-child(2) {
  position: relative;
  text-align: center;
  padding: 0 0 0 50px;
}
.notfound .innercon .content:nth-child(2) .ops {
  color: #f8d065;
  text-shadow: 1px 1px #231b0e;
  font-size: 45px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
  margin: 0;
}
.notfound .innercon .content:nth-child(2) .notserver {
  color: #181818;
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}
.notfound .innercon .content:nth-child(2) .desc {
  font-family: "Lexend Deca", sans-serif;
  line-height: 30px;
  font-size: 15px;
  margin: 0 0 20px;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #181818;
}

.contactpage {
  position: relative;
  padding: 70px 0;
  background: #f5f5f5;
}
.contactpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  font-family: "Lexend Deca", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.contactpage .innercon .content:nth-child(1) {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .title {
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(1) .under {
  font-weight: 300;
  font-size: 15px;
  margin: 0 0 30px;
  color: #575757;
}
.contactpage .innercon .content:nth-child(1) .coninfos {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgb(221, 221, 221);
  position: relative;
  display: grid;
  grid-template-columns: 10% 90%;
  grid-gap: 0;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa {
  font-size: 50px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa-envelope {
  font-size: 40px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright {
  position: relative;
  padding-left: 20px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfo {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder a {
  text-decoration: none;
  color: #4267b3;
  text-transform: initial;
}
.contactpage .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.contactpage .innercon .content:nth-child(2) .forms {
  position: relative;
  box-shadow: 0 0 10px rgb(221, 221, 221);
  background: white;
  padding: 40px;
  width: 80%;
}
.contactpage .innercon .content:nth-child(2) .forms .title {
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(2) .forms .lasts {
  margin: 0 !important;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs {
  margin-bottom: 10px;
  position: relative;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 1px solid rgb(209, 209, 209);
  background: white;
  outline: none;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  text-indent: 15px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input::placeholder,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea::placeholder {
  color: rgb(155, 155, 155);
  font-size: 12px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  height: 100px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send {
  text-indent: 0;
  width: 100%;
  color: white;
  background: #4267b3;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send:hover {
  background: #181818;
  color: white;
}

/*# sourceMappingURL=main.css.map */
@media only screen and (max-width : 1024px){
	.vertical-text {
    writing-mode: initial;
    text-orientation: initial;
    transform: initial;
}
	.right-gradient-bg:after {
    position: absolute;
    content: '';
    background: linear-gradient(to top, #8DDDD9, white, white);
    width: 100%;
    height: 100%;
    right: 0;
    bottom: -40px;
    top: inherit;
    border-radius: 0 0 450px 0;
    z-index: -1;
}
	.left-gradient-bg:after {
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, #8DDDD9, white, white);
    width: 100%;
    height: 100%;
    left: 0;
    top: -40px;
    border-radius: 450px 0 0 0;
    z-index: -1;
}
}
@media only screen and (max-width : 480px){
	.custom-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 300px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0px 25px rgba(0,0,0,0.08);
}
	.contact-form .grids {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
}
	.with-gradient-border:after {
    position: absolute;
    content: '';
    background: linear-gradient(to right, #8DDDD9, white, white);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -40px;
    border-radius: 0 0 0 150px;
    z-index: -1;
}
	.jayce-testimonials p {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 24px;
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: 1.4;
    color: var( --e-global-color-22fe68c );
}
}
