.privacy-policy-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.privacy-policy-navbar-container {
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #070e19;
}
.privacy-policy-navbar {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-doubleunit);
  justify-content: space-between;
}
.privacy-policy-left-side {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.privacy-policy-navlink {
  display: contents;
}
.privacy-policy-image {
  width: 150px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
  text-decoration: none;
}
.privacy-policy-burger-menu {
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
.privacy-policy-icon {
  width: 36px;
  height: 36px;
}
.privacy-policy-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.privacy-policy-link {
  color: var(--dl-color-gray-white);
  font-size: 16px;
  font-style: normal;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.privacy-policy-link1 {
  color: var(--dl-color-gray-white);
  font-size: 16px;
  font-style: normal;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.privacy-policy-link2 {
  color: var(--dl-color-gray-white);
  font-size: 16px;
  font-style: normal;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.privacy-policy-link3 {
  color: var(--dl-color-gray-white);
  font-size: 16px;
  font-style: normal;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.55;
  text-transform: capitalize;
  text-decoration: none;
}
.privacy-policy-mobile-menu {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  width: 100%;
  height: 100VH;
  display: none;
  padding: var(--dl-space-space-doubleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
.privacy-policy-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.privacy-policy-image1 {
  width: 50px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
}
.privacy-policy-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.privacy-policy-icon2 {
  width: 24px;
  height: 24px;
}
.privacy-policy-links-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.privacy-policy-link4 {
  font-size: 18px;
  font-style: normal;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
  text-decoration: none;
}
.privacy-policy-link5 {
  font-size: 18px;
  font-style: normal;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
  text-decoration: none;
}
.privacy-policy-link6 {
  font-size: 18px;
  font-style: normal;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
  text-decoration: none;
}
.privacy-policy-link7 {
  font-size: 18px;
  font-style: normal;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.55;
  text-transform: capitalize;
  text-decoration: none;
}
.privacy-policy-hero {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(175deg, rgba(7,14,25,1) 0%, rgba(0,31,54,1) 100%);;
}
.privacy-policy-content-container {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: flex-start;
}
.privacy-policy-hero-text {
  width: 60%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.privacy-policy-heading {
  color: var(--dl-color-primary-700);
  font-size: 60px;
  font-style: normal;
  text-align: left;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.22;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.privacy-policy-container3 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.privacy-policy-content-container1 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: flex-start;
}
.privacy-policy-hero-text1 {
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.privacy-policy-text002 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text004 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text007 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text010 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text013 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text016 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text019 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text022 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text025 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text028 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text031 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text034 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text037 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text040 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text043 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text046 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text049 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text052 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text055 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text059 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text062 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text065 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text068 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text071 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text074 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text077 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text080 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text083 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text086 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text089 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text092 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text095 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text098 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text101 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text104 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text107 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text110 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text113 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text116 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text119 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text122 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text125 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text128 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text131 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text134 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text137 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text140 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text143 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text146 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-text149 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #070e19;
}
.privacy-policy-footer {
  width: 100%;
  max-width: 1200px;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
}
.privacy-policy-text153 {
  color: var(--dl-color-gray-white);
}
.privacy-policy-container4 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.privacy-policy-navlink1 {
  color: var(--dl-color-gray-white);
  margin-right: var(--dl-space-space-fiveunits);
  text-decoration: none;
}
.privacy-policy-navlink2 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
@media(max-width: 991px) {
  .privacy-policy-hero {
    flex-direction: column;
  }
  .privacy-policy-content-container {
    flex-direction: column-reverse;
  }
  .privacy-policy-hero-text {
    width: 100%;
  }
  .privacy-policy-content-container1 {
    flex-direction: column-reverse;
  }
  .privacy-policy-hero-text1 {
    width: 100%;
  }
  .privacy-policy-text002 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text003 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text005 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text006 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text008 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text009 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text011 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text012 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text014 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text015 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text017 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text018 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text020 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text021 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text023 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text024 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text026 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text027 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text029 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text030 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text032 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text033 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text035 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text036 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text038 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text039 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text041 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text042 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text044 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text045 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text047 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text048 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text050 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text051 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text053 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text054 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text056 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text057 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text058 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text060 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text061 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text063 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text064 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text066 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text067 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text069 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text070 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text072 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text073 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text075 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text076 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text078 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text079 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text081 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text082 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text084 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text085 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text087 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text088 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text090 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text091 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text093 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text094 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text096 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text097 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text099 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text100 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text102 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text103 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text105 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text106 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text108 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text109 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text111 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text112 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text114 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text115 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text117 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text118 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text120 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text121 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text123 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text124 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text126 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text127 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text129 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text130 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text132 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text133 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text135 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text136 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text138 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text139 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text141 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text142 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text144 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text145 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text147 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text148 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text150 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text151 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text152 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
}
@media(max-width: 767px) {
  .privacy-policy-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    border-radius: var(--dl-radius-radius-radius4);
    background-color: var(--dl-color-primary-700);
  }
  .privacy-policy-icon {
    fill: var(--dl-color-gray-white);
  }
  .privacy-policy-links-container {
    display: none;
  }
  .privacy-policy-mobile-menu {
    background-color: #111e32;
  }
  .privacy-policy-container1 {
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .privacy-policy-image1 {
    width: 150px;
  }
  .privacy-policy-icon2 {
    fill: var(--dl-color-gray-white);
    width: 50px;
    height: 50px;
  }
  .privacy-policy-links-container1 {
    gap: 25px;
  }
  .privacy-policy-link4 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-style: normal;
    font-family: Raleway;
    font-weight: 400;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
  .privacy-policy-link5 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-style: normal;
    font-family: Raleway;
    font-weight: 400;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
  .privacy-policy-link6 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-style: normal;
    font-family: Raleway;
    font-weight: 400;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
  .privacy-policy-link7 {
    color: var(--dl-color-gray-white);
  }
  .privacy-policy-hero-text {
    width: 100%;
  }
  .privacy-policy-hero-text1 {
    width: 100%;
  }
}
@media(max-width: 479px) {
  .privacy-policy-navbar-container {
    position: static;
  }
  .privacy-policy-navbar {
    background-color: #070e19;
  }
  .privacy-policy-hero {
    padding: var(--dl-space-space-fiveunits);
  }
  .privacy-policy-content-container {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .privacy-policy-hero-text {
    width: 100%;
  }
  .privacy-policy-content-container1 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .privacy-policy-hero-text1 {
    width: 100%;
  }
  .privacy-policy-footer {
    flex-direction: column-reverse;
  }
}
