.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-b6fdcd26-3a2e-46f0-b759-796707a9e564 {
  min-height: 50px;
}








#s-b6fdcd26-3a2e-46f0-b759-796707a9e564 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6fdcd26-3a2e-46f0-b759-796707a9e564.shg-box.shg-c {
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.166666666666667px);
}

[id="s-8e0a75ca-b0d1-4ea5-8ba0-76e903778806"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.166666666666667px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-4178f186-bec8-4275-8ecc-e06492d41caa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4178f186-bec8-4275-8ecc-e06492d41caa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 116, 144, 1);
  padding: 10px;
}

#s-4178f186-bec8-4275-8ecc-e06492d41caa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4178f186-bec8-4275-8ecc-e06492d41caa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4178f186-bec8-4275-8ecc-e06492d41caa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-4178f186-bec8-4275-8ecc-e06492d41caa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-37672c17-db04-4e04-bf9a-136df4fffee5 {
  min-height: 50px;
}








#s-37672c17-db04-4e04-bf9a-136df4fffee5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37672c17-db04-4e04-bf9a-136df4fffee5.shg-box.shg-c {
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-a215b97c-483f-4f4c-a822-95bcc8264e90 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-a215b97c-483f-4f4c-a822-95bcc8264e90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a215b97c-483f-4f4c-a822-95bcc8264e90:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a215b97c-483f-4f4c-a822-95bcc8264e90.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b6d1d71d-b214-427b-ac0d-e0bee2b5b77b {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-b6d1d71d-b214-427b-ac0d-e0bee2b5b77b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6d1d71d-b214-427b-ac0d-e0bee2b5b77b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b6d1d71d-b214-427b-ac0d-e0bee2b5b77b.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6a50c59e-8b02-4d2f-aacc-9e16240ce65f {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-6a50c59e-8b02-4d2f-aacc-9e16240ce65f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6a50c59e-8b02-4d2f-aacc-9e16240ce65f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6a50c59e-8b02-4d2f-aacc-9e16240ce65f.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9663a070-3ce1-4230-8b16-e07f6f0e6d1e {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-9663a070-3ce1-4230-8b16-e07f6f0e6d1e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9663a070-3ce1-4230-8b16-e07f6f0e6d1e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9663a070-3ce1-4230-8b16-e07f6f0e6d1e.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9c2defec-bf55-4577-b421-7003d12afa3f {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-9c2defec-bf55-4577-b421-7003d12afa3f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c2defec-bf55-4577-b421-7003d12afa3f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9c2defec-bf55-4577-b421-7003d12afa3f.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08b49f28-a900-49f4-96fd-de7826317ea3 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-08b49f28-a900-49f4-96fd-de7826317ea3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08b49f28-a900-49f4-96fd-de7826317ea3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-08b49f28-a900-49f4-96fd-de7826317ea3.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-01459a49-7d7a-43da-a0ff-1fa8266574c5 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-01459a49-7d7a-43da-a0ff-1fa8266574c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01459a49-7d7a-43da-a0ff-1fa8266574c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-01459a49-7d7a-43da-a0ff-1fa8266574c5.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-47d07459-8a1c-4514-9068-c50badfdd9d0 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-47d07459-8a1c-4514-9068-c50badfdd9d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47d07459-8a1c-4514-9068-c50badfdd9d0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-47d07459-8a1c-4514-9068-c50badfdd9d0.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c92346c8-e65c-43ee-8639-b11733a22ceb {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-c92346c8-e65c-43ee-8639-b11733a22ceb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c92346c8-e65c-43ee-8639-b11733a22ceb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c92346c8-e65c-43ee-8639-b11733a22ceb.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a82d52f6-a710-42ba-85da-38b082166902 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-a82d52f6-a710-42ba-85da-38b082166902:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a82d52f6-a710-42ba-85da-38b082166902:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a82d52f6-a710-42ba-85da-38b082166902.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-51710b6f-1360-4a85-bc70-b9e40fc90c61 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-51710b6f-1360-4a85-bc70-b9e40fc90c61:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51710b6f-1360-4a85-bc70-b9e40fc90c61:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-51710b6f-1360-4a85-bc70-b9e40fc90c61.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8884537f-1d6d-419d-9d22-0ee4a1ff50ea {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-8884537f-1d6d-419d-9d22-0ee4a1ff50ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8884537f-1d6d-419d-9d22-0ee4a1ff50ea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8884537f-1d6d-419d-9d22-0ee4a1ff50ea.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a7b96d56-01be-4982-a011-85eed0e6ae73 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-a7b96d56-01be-4982-a011-85eed0e6ae73:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7b96d56-01be-4982-a011-85eed0e6ae73:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a7b96d56-01be-4982-a011-85eed0e6ae73.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7ea3f3b6-e697-4b58-9892-0abe46e27878 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-7ea3f3b6-e697-4b58-9892-0abe46e27878:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ea3f3b6-e697-4b58-9892-0abe46e27878:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7ea3f3b6-e697-4b58-9892-0abe46e27878.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ba7eb07-7ecf-4d10-88cd-cf8d58065f67 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-3ba7eb07-7ecf-4d10-88cd-cf8d58065f67:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ba7eb07-7ecf-4d10-88cd-cf8d58065f67:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3ba7eb07-7ecf-4d10-88cd-cf8d58065f67.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2531a168-fa06-45d1-9b1a-3e60f50a00f2 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-2531a168-fa06-45d1-9b1a-3e60f50a00f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2531a168-fa06-45d1-9b1a-3e60f50a00f2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2531a168-fa06-45d1-9b1a-3e60f50a00f2.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b7d6694b-b664-4255-94be-37f9f27a59fa {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-b7d6694b-b664-4255-94be-37f9f27a59fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7d6694b-b664-4255-94be-37f9f27a59fa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b7d6694b-b664-4255-94be-37f9f27a59fa.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-94e4638b-e590-46e7-9545-a4d8c6143ed9 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-94e4638b-e590-46e7-9545-a4d8c6143ed9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-94e4638b-e590-46e7-9545-a4d8c6143ed9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-94e4638b-e590-46e7-9545-a4d8c6143ed9.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-55b86480-ea63-47a6-b2cd-ea6453c536b2 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-55b86480-ea63-47a6-b2cd-ea6453c536b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55b86480-ea63-47a6-b2cd-ea6453c536b2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-55b86480-ea63-47a6-b2cd-ea6453c536b2.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3a1d2ff4-5dcd-4f2a-b893-d9d9816df698 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3a1d2ff4-5dcd-4f2a-b893-d9d9816df698 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(50, 193, 213, 1);
  padding: 10px;
}

#s-3a1d2ff4-5dcd-4f2a-b893-d9d9816df698 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3a1d2ff4-5dcd-4f2a-b893-d9d9816df698 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3a1d2ff4-5dcd-4f2a-b893-d9d9816df698 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-3a1d2ff4-5dcd-4f2a-b893-d9d9816df698 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9a5dddcf-d21a-44d5-8a9d-9d29c6391553 {
  min-height: 50px;
}








#s-9a5dddcf-d21a-44d5-8a9d-9d29c6391553 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a5dddcf-d21a-44d5-8a9d-9d29c6391553.shg-box.shg-c {
  justify-content: center;
}

#s-fcee809a-04ce-4607-90b4-7d17f69f621d {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-fcee809a-04ce-4607-90b4-7d17f69f621d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fcee809a-04ce-4607-90b4-7d17f69f621d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fcee809a-04ce-4607-90b4-7d17f69f621d.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-40c60e5d-bf35-4c1f-9294-f6a8cf12fc4d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-40c60e5d-bf35-4c1f-9294-f6a8cf12fc4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-40c60e5d-bf35-4c1f-9294-f6a8cf12fc4d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-40c60e5d-bf35-4c1f-9294-f6a8cf12fc4d.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7653c9a7-6826-47e7-9925-3c89e90e7440 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-7653c9a7-6826-47e7-9925-3c89e90e7440:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7653c9a7-6826-47e7-9925-3c89e90e7440:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7653c9a7-6826-47e7-9925-3c89e90e7440.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-21d0f93b-f2c6-4985-a275-0dc42244baaa {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-21d0f93b-f2c6-4985-a275-0dc42244baaa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21d0f93b-f2c6-4985-a275-0dc42244baaa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-21d0f93b-f2c6-4985-a275-0dc42244baaa.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d33aab4f-c8b7-4229-9222-bbdedba6d874 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-d33aab4f-c8b7-4229-9222-bbdedba6d874:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d33aab4f-c8b7-4229-9222-bbdedba6d874:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d33aab4f-c8b7-4229-9222-bbdedba6d874.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-086b12ed-4147-4f5b-bc01-515e76f2be84 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-086b12ed-4147-4f5b-bc01-515e76f2be84:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-086b12ed-4147-4f5b-bc01-515e76f2be84:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-086b12ed-4147-4f5b-bc01-515e76f2be84.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5c7fa6c6-c465-4acc-8c5e-eca3a2df93e4 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 38px;
padding-bottom: 10px;
padding-right: 38px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-5c7fa6c6-c465-4acc-8c5e-eca3a2df93e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c7fa6c6-c465-4acc-8c5e-eca3a2df93e4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5c7fa6c6-c465-4acc-8c5e-eca3a2df93e4.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ff29e04e-cd44-4c06-ad08-e0a73bb5e3a2 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-ff29e04e-cd44-4c06-ad08-e0a73bb5e3a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff29e04e-cd44-4c06-ad08-e0a73bb5e3a2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ff29e04e-cd44-4c06-ad08-e0a73bb5e3a2.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-49fbfeee-9a34-4a68-b0b7-3d7865b495e4 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 38px;
padding-bottom: 10px;
padding-right: 38px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-49fbfeee-9a34-4a68-b0b7-3d7865b495e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-49fbfeee-9a34-4a68-b0b7-3d7865b495e4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-49fbfeee-9a34-4a68-b0b7-3d7865b495e4.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08cce90b-b1be-4bce-b2c7-53502c610d57 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-08cce90b-b1be-4bce-b2c7-53502c610d57:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08cce90b-b1be-4bce-b2c7-53502c610d57:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-08cce90b-b1be-4bce-b2c7-53502c610d57.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-acf8da3d-cbef-4620-8f9d-40d176fe781d {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-acf8da3d-cbef-4620-8f9d-40d176fe781d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-acf8da3d-cbef-4620-8f9d-40d176fe781d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-acf8da3d-cbef-4620-8f9d-40d176fe781d.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-befa5a74-1d9f-4dd6-81ac-c3f548f862c2 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-befa5a74-1d9f-4dd6-81ac-c3f548f862c2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-befa5a74-1d9f-4dd6-81ac-c3f548f862c2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-befa5a74-1d9f-4dd6-81ac-c3f548f862c2.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-772261c9-7d2b-4c98-9ff6-a747dbb64ccd {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 39px;
padding-bottom: 10px;
padding-right: 39px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-772261c9-7d2b-4c98-9ff6-a747dbb64ccd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-772261c9-7d2b-4c98-9ff6-a747dbb64ccd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-772261c9-7d2b-4c98-9ff6-a747dbb64ccd.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7ec0f4cc-39f9-4e26-a368-b11c518a7a1d {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-7ec0f4cc-39f9-4e26-a368-b11c518a7a1d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ec0f4cc-39f9-4e26-a368-b11c518a7a1d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7ec0f4cc-39f9-4e26-a368-b11c518a7a1d.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-39c6428f-8878-49d9-b841-f72670e1a130 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-39c6428f-8878-49d9-b841-f72670e1a130:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39c6428f-8878-49d9-b841-f72670e1a130:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-39c6428f-8878-49d9-b841-f72670e1a130.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6291f69c-a694-48dd-8c17-c50ffed48c93 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-6291f69c-a694-48dd-8c17-c50ffed48c93:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6291f69c-a694-48dd-8c17-c50ffed48c93:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6291f69c-a694-48dd-8c17-c50ffed48c93.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5889beb7-2e83-4d4f-8f7f-6e8e09152edc {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-5889beb7-2e83-4d4f-8f7f-6e8e09152edc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5889beb7-2e83-4d4f-8f7f-6e8e09152edc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5889beb7-2e83-4d4f-8f7f-6e8e09152edc.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7c86a80d-3e79-4233-b829-a05ba378028a {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-7c86a80d-3e79-4233-b829-a05ba378028a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c86a80d-3e79-4233-b829-a05ba378028a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c86a80d-3e79-4233-b829-a05ba378028a.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d6c1ba9b-5c1f-4802-a571-51daf1d02f5d {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-d6c1ba9b-5c1f-4802-a571-51daf1d02f5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6c1ba9b-5c1f-4802-a571-51daf1d02f5d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d6c1ba9b-5c1f-4802-a571-51daf1d02f5d.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a9782a91-d9e8-4f75-af2f-fae7a4654003 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-a9782a91-d9e8-4f75-af2f-fae7a4654003:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9782a91-d9e8-4f75-af2f-fae7a4654003:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a9782a91-d9e8-4f75-af2f-fae7a4654003.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-16d77f82-4bee-4eed-9f1f-66e59a9e8a32 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-16d77f82-4bee-4eed-9f1f-66e59a9e8a32:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16d77f82-4bee-4eed-9f1f-66e59a9e8a32:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-16d77f82-4bee-4eed-9f1f-66e59a9e8a32.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cfd258b0-e502-47d9-8001-24c93703f756 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-cfd258b0-e502-47d9-8001-24c93703f756:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cfd258b0-e502-47d9-8001-24c93703f756:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cfd258b0-e502-47d9-8001-24c93703f756.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-765f882a-0706-44c4-aaf0-be4626e098c6 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-765f882a-0706-44c4-aaf0-be4626e098c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-765f882a-0706-44c4-aaf0-be4626e098c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-765f882a-0706-44c4-aaf0-be4626e098c6.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e9bad04c-5e04-43fc-a4ef-5e87163a9223 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-e9bad04c-5e04-43fc-a4ef-5e87163a9223:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9bad04c-5e04-43fc-a4ef-5e87163a9223:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e9bad04c-5e04-43fc-a4ef-5e87163a9223.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c1bd414d-214d-4e27-8a14-10e790ab1719 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-c1bd414d-214d-4e27-8a14-10e790ab1719:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1bd414d-214d-4e27-8a14-10e790ab1719:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c1bd414d-214d-4e27-8a14-10e790ab1719.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dea1b395-df81-4218-a104-8c45659dbb43 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-dea1b395-df81-4218-a104-8c45659dbb43:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dea1b395-df81-4218-a104-8c45659dbb43:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dea1b395-df81-4218-a104-8c45659dbb43.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ec5d2334-0fb6-44ed-85a8-b5a9c7f3eaac {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 41px;
padding-bottom: 10px;
padding-right: 41px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-ec5d2334-0fb6-44ed-85a8-b5a9c7f3eaac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec5d2334-0fb6-44ed-85a8-b5a9c7f3eaac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ec5d2334-0fb6-44ed-85a8-b5a9c7f3eaac.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f6046c15-bc79-4164-a558-6e9f84d59832 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-f6046c15-bc79-4164-a558-6e9f84d59832:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6046c15-bc79-4164-a558-6e9f84d59832:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f6046c15-bc79-4164-a558-6e9f84d59832.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9a8b1ced-9b4e-4655-9e2b-d2d03dd28806 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-9a8b1ced-9b4e-4655-9e2b-d2d03dd28806:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a8b1ced-9b4e-4655-9e2b-d2d03dd28806:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9a8b1ced-9b4e-4655-9e2b-d2d03dd28806.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-abe92007-2bc7-4824-994f-62a98ea97666 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-abe92007-2bc7-4824-994f-62a98ea97666:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-abe92007-2bc7-4824-994f-62a98ea97666:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-abe92007-2bc7-4824-994f-62a98ea97666.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cd970228-80ac-4b5d-bb0c-3c76cf0544a3 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-cd970228-80ac-4b5d-bb0c-3c76cf0544a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd970228-80ac-4b5d-bb0c-3c76cf0544a3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cd970228-80ac-4b5d-bb0c-3c76cf0544a3.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2ebe9638-673e-45e9-bd05-21b043e5d8c6 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-2ebe9638-673e-45e9-bd05-21b043e5d8c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ebe9638-673e-45e9-bd05-21b043e5d8c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2ebe9638-673e-45e9-bd05-21b043e5d8c6.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-531d7df9-a4cd-4e20-96d0-70ecf9a786d6 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-531d7df9-a4cd-4e20-96d0-70ecf9a786d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-531d7df9-a4cd-4e20-96d0-70ecf9a786d6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-531d7df9-a4cd-4e20-96d0-70ecf9a786d6.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7fc54edc-d437-4e02-bb70-90c237ecaea4 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-7fc54edc-d437-4e02-bb70-90c237ecaea4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7fc54edc-d437-4e02-bb70-90c237ecaea4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7fc54edc-d437-4e02-bb70-90c237ecaea4.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6ab70094-aa6d-4f59-a6d0-dcdb07c1eba5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6ab70094-aa6d-4f59-a6d0-dcdb07c1eba5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(165, 147, 195, 1);
  padding: 10px;
}

#s-6ab70094-aa6d-4f59-a6d0-dcdb07c1eba5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6ab70094-aa6d-4f59-a6d0-dcdb07c1eba5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6ab70094-aa6d-4f59-a6d0-dcdb07c1eba5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-6ab70094-aa6d-4f59-a6d0-dcdb07c1eba5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1db6f003-2558-4d83-8bfc-01b268623272 {
  min-height: 50px;
}








#s-1db6f003-2558-4d83-8bfc-01b268623272 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1db6f003-2558-4d83-8bfc-01b268623272.shg-box.shg-c {
  justify-content: center;
}

#s-c45b8bfb-7f8f-4ae6-849f-699e57e1531f {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 59px;
padding-bottom: 10px;
padding-right: 59px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-c45b8bfb-7f8f-4ae6-849f-699e57e1531f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c45b8bfb-7f8f-4ae6-849f-699e57e1531f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c45b8bfb-7f8f-4ae6-849f-699e57e1531f.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-39235c0e-8ae6-4d5d-aae1-2d5f4c010996 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 46px;
padding-bottom: 10px;
padding-right: 46px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-39235c0e-8ae6-4d5d-aae1-2d5f4c010996:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39235c0e-8ae6-4d5d-aae1-2d5f4c010996:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-39235c0e-8ae6-4d5d-aae1-2d5f4c010996.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d92a962e-6918-4868-9c39-1b59606105fc {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-d92a962e-6918-4868-9c39-1b59606105fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d92a962e-6918-4868-9c39-1b59606105fc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d92a962e-6918-4868-9c39-1b59606105fc.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-77fc1ff4-fbef-48f1-a1de-7deb801c87dc {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 37px;
padding-bottom: 10px;
padding-right: 37px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-77fc1ff4-fbef-48f1-a1de-7deb801c87dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77fc1ff4-fbef-48f1-a1de-7deb801c87dc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-77fc1ff4-fbef-48f1-a1de-7deb801c87dc.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-534f7d0f-c434-4621-9301-898658674327 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 52px;
padding-bottom: 10px;
padding-right: 52px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-534f7d0f-c434-4621-9301-898658674327:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-534f7d0f-c434-4621-9301-898658674327:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-534f7d0f-c434-4621-9301-898658674327.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-73cfd8d6-2693-4e42-a613-ba8b26fe740b {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 65px;
padding-bottom: 10px;
padding-right: 65px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-73cfd8d6-2693-4e42-a613-ba8b26fe740b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73cfd8d6-2693-4e42-a613-ba8b26fe740b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-73cfd8d6-2693-4e42-a613-ba8b26fe740b.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6f664d9a-4f49-458a-85f8-09516fdc1e24 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 54px;
padding-bottom: 10px;
padding-right: 54px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-6f664d9a-4f49-458a-85f8-09516fdc1e24:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f664d9a-4f49-458a-85f8-09516fdc1e24:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6f664d9a-4f49-458a-85f8-09516fdc1e24.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-353c466c-88bf-472d-aefc-917231139204 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 56px;
padding-bottom: 10px;
padding-right: 56px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-353c466c-88bf-472d-aefc-917231139204:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-353c466c-88bf-472d-aefc-917231139204:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-353c466c-88bf-472d-aefc-917231139204.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6456b769-951f-4e18-b110-1b3a36a7873b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6456b769-951f-4e18-b110-1b3a36a7873b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(34, 188, 188, 1);
  padding: 10px;
}

#s-6456b769-951f-4e18-b110-1b3a36a7873b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6456b769-951f-4e18-b110-1b3a36a7873b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6456b769-951f-4e18-b110-1b3a36a7873b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-6456b769-951f-4e18-b110-1b3a36a7873b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d49529e6-73ad-45bf-9722-3503f956ed2d {
  min-height: 50px;
}








#s-d49529e6-73ad-45bf-9722-3503f956ed2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d49529e6-73ad-45bf-9722-3503f956ed2d.shg-box.shg-c {
  justify-content: center;
}

#s-1fd9d967-77f1-408d-b891-3ec459ce7c9b {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 59px;
padding-bottom: 10px;
padding-right: 59px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-1fd9d967-77f1-408d-b891-3ec459ce7c9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1fd9d967-77f1-408d-b891-3ec459ce7c9b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1fd9d967-77f1-408d-b891-3ec459ce7c9b.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-79a94685-2694-4b33-8f43-72c96fbab6ec {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 47px;
padding-bottom: 10px;
padding-right: 47px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-79a94685-2694-4b33-8f43-72c96fbab6ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-79a94685-2694-4b33-8f43-72c96fbab6ec:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-79a94685-2694-4b33-8f43-72c96fbab6ec.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f1f3430e-f2eb-4866-a9cf-808002d93f9b {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 54px;
padding-bottom: 10px;
padding-right: 54px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-f1f3430e-f2eb-4866-a9cf-808002d93f9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f1f3430e-f2eb-4866-a9cf-808002d93f9b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f1f3430e-f2eb-4866-a9cf-808002d93f9b.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b0da2cd2-4595-4d28-8232-8213bdcf3ba4 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 70px;
padding-bottom: 10px;
padding-right: 70px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-b0da2cd2-4595-4d28-8232-8213bdcf3ba4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b0da2cd2-4595-4d28-8232-8213bdcf3ba4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b0da2cd2-4595-4d28-8232-8213bdcf3ba4.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-42b4e590-0265-47c7-957b-9caf54911c32 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-42b4e590-0265-47c7-957b-9caf54911c32:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42b4e590-0265-47c7-957b-9caf54911c32:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-42b4e590-0265-47c7-957b-9caf54911c32.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5be20a07-669d-4c37-8497-423b82172a59 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-5be20a07-669d-4c37-8497-423b82172a59:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5be20a07-669d-4c37-8497-423b82172a59:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5be20a07-669d-4c37-8497-423b82172a59.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fa811d37-6b3a-49c3-bfc6-68209060cf13 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-fa811d37-6b3a-49c3-bfc6-68209060cf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(251, 202, 183, 1);
  padding: 10px;
}

#s-fa811d37-6b3a-49c3-bfc6-68209060cf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-fa811d37-6b3a-49c3-bfc6-68209060cf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-fa811d37-6b3a-49c3-bfc6-68209060cf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-fa811d37-6b3a-49c3-bfc6-68209060cf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e4ba3cb5-3ecf-49a6-aacb-0347bc014da6 {
  min-height: 50px;
}








#s-e4ba3cb5-3ecf-49a6-aacb-0347bc014da6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4ba3cb5-3ecf-49a6-aacb-0347bc014da6.shg-box.shg-c {
  justify-content: center;
}

#s-f3e399d2-2c76-4ab7-a076-dd37ec5ec1c3 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 44px;
padding-bottom: 10px;
padding-right: 44px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-f3e399d2-2c76-4ab7-a076-dd37ec5ec1c3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f3e399d2-2c76-4ab7-a076-dd37ec5ec1c3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f3e399d2-2c76-4ab7-a076-dd37ec5ec1c3.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-445904c0-f528-41b7-bb2d-1a372d18ff49 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 64px;
padding-bottom: 10px;
padding-right: 64px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-445904c0-f528-41b7-bb2d-1a372d18ff49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-445904c0-f528-41b7-bb2d-1a372d18ff49:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-445904c0-f528-41b7-bb2d-1a372d18ff49.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-16570729-c4eb-47b5-a6c5-ebbba193279e {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-16570729-c4eb-47b5-a6c5-ebbba193279e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16570729-c4eb-47b5-a6c5-ebbba193279e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-16570729-c4eb-47b5-a6c5-ebbba193279e.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7670aefd-f1bc-4b92-8231-7403680d95f5 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 31px;
padding-bottom: 10px;
padding-right: 31px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-7670aefd-f1bc-4b92-8231-7403680d95f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7670aefd-f1bc-4b92-8231-7403680d95f5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7670aefd-f1bc-4b92-8231-7403680d95f5.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cd8e8c32-dfd5-4fd8-873e-4e4e31080db6 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 16px;
padding-bottom: 10px;
padding-right: 16px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-cd8e8c32-dfd5-4fd8-873e-4e4e31080db6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd8e8c32-dfd5-4fd8-873e-4e4e31080db6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cd8e8c32-dfd5-4fd8-873e-4e4e31080db6.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8e51d97b-b6cb-4bfd-bfe8-14231d523217 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 47px;
padding-bottom: 10px;
padding-right: 47px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-8e51d97b-b6cb-4bfd-bfe8-14231d523217:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e51d97b-b6cb-4bfd-bfe8-14231d523217:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8e51d97b-b6cb-4bfd-bfe8-14231d523217.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-743423e9-6930-4a28-b184-051a1e922d9f {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 28px;
padding-bottom: 10px;
padding-right: 28px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-743423e9-6930-4a28-b184-051a1e922d9f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-743423e9-6930-4a28-b184-051a1e922d9f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-743423e9-6930-4a28-b184-051a1e922d9f.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-846229ae-e21d-45d0-b113-0528a02cb508 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 22px;
padding-bottom: 10px;
padding-right: 22px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-846229ae-e21d-45d0-b113-0528a02cb508:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-846229ae-e21d-45d0-b113-0528a02cb508:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-846229ae-e21d-45d0-b113-0528a02cb508.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b46abd50-a623-49e7-8784-a8281f18d08e {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 69px;
padding-bottom: 10px;
padding-right: 69px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-b46abd50-a623-49e7-8784-a8281f18d08e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b46abd50-a623-49e7-8784-a8281f18d08e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b46abd50-a623-49e7-8784-a8281f18d08e.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e203763d-d8d4-461c-b7ae-939f693bdbd7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e203763d-d8d4-461c-b7ae-939f693bdbd7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(157, 219, 236, 1);
  padding: 10px;
}

#s-e203763d-d8d4-461c-b7ae-939f693bdbd7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e203763d-d8d4-461c-b7ae-939f693bdbd7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e203763d-d8d4-461c-b7ae-939f693bdbd7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e203763d-d8d4-461c-b7ae-939f693bdbd7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5b38268d-49aa-4538-a56f-5817a9dfc049 {
  min-height: 50px;
}








#s-5b38268d-49aa-4538-a56f-5817a9dfc049 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b38268d-49aa-4538-a56f-5817a9dfc049.shg-box.shg-c {
  justify-content: center;
}

#s-f2248bfe-54ee-4332-b056-24239e105446 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-f2248bfe-54ee-4332-b056-24239e105446:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2248bfe-54ee-4332-b056-24239e105446:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f2248bfe-54ee-4332-b056-24239e105446.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f2ac083-0ea6-46da-ab10-e14296a01bc9 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-1f2ac083-0ea6-46da-ab10-e14296a01bc9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1f2ac083-0ea6-46da-ab10-e14296a01bc9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1f2ac083-0ea6-46da-ab10-e14296a01bc9.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9b622c46-754a-4182-a3d0-c500ef42f722 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 47px;
padding-bottom: 10px;
padding-right: 47px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-9b622c46-754a-4182-a3d0-c500ef42f722:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9b622c46-754a-4182-a3d0-c500ef42f722:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9b622c46-754a-4182-a3d0-c500ef42f722.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fa46ee1f-b448-4c19-8d08-ddbdf5f52c62 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 49px;
padding-bottom: 10px;
padding-right: 49px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-fa46ee1f-b448-4c19-8d08-ddbdf5f52c62:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa46ee1f-b448-4c19-8d08-ddbdf5f52c62:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fa46ee1f-b448-4c19-8d08-ddbdf5f52c62.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-65d55b56-25a4-4aec-a190-545a28224f73 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-65d55b56-25a4-4aec-a190-545a28224f73"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-145a5ca1-cfb1-4ec3-bc0f-e74c823bff1c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-145a5ca1-cfb1-4ec3-bc0f-e74c823bff1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 181, 116, 1);
  padding: 10px;
}

#s-145a5ca1-cfb1-4ec3-bc0f-e74c823bff1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-145a5ca1-cfb1-4ec3-bc0f-e74c823bff1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-145a5ca1-cfb1-4ec3-bc0f-e74c823bff1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-145a5ca1-cfb1-4ec3-bc0f-e74c823bff1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ef37f567-e2ab-488f-9d6e-ddd0173e4ad4 {
  min-height: 50px;
}








#s-ef37f567-e2ab-488f-9d6e-ddd0173e4ad4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef37f567-e2ab-488f-9d6e-ddd0173e4ad4.shg-box.shg-c {
  justify-content: center;
}

#s-3d7f8fd5-0d8d-4965-969b-7bb3416f894f {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-3d7f8fd5-0d8d-4965-969b-7bb3416f894f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d7f8fd5-0d8d-4965-969b-7bb3416f894f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3d7f8fd5-0d8d-4965-969b-7bb3416f894f.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9646b41f-ec08-49bb-b03c-754bd89a1999 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-9646b41f-ec08-49bb-b03c-754bd89a1999:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9646b41f-ec08-49bb-b03c-754bd89a1999:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9646b41f-ec08-49bb-b03c-754bd89a1999.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e2bdc677-807e-4e18-a660-538c7241b3d7 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-e2bdc677-807e-4e18-a660-538c7241b3d7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e2bdc677-807e-4e18-a660-538c7241b3d7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e2bdc677-807e-4e18-a660-538c7241b3d7.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-425162a4-3f2e-49f0-ba87-4e9685b306e9 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-425162a4-3f2e-49f0-ba87-4e9685b306e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-425162a4-3f2e-49f0-ba87-4e9685b306e9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-425162a4-3f2e-49f0-ba87-4e9685b306e9.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-363551ad-ec5b-4dde-be0e-06e87e80219b {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-363551ad-ec5b-4dde-be0e-06e87e80219b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-363551ad-ec5b-4dde-be0e-06e87e80219b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-363551ad-ec5b-4dde-be0e-06e87e80219b.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8bc0cab2-9e18-48eb-8376-ce81b9a54bef {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-8bc0cab2-9e18-48eb-8376-ce81b9a54bef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8bc0cab2-9e18-48eb-8376-ce81b9a54bef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8bc0cab2-9e18-48eb-8376-ce81b9a54bef.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-174d7d16-b6f3-4bde-b46a-1bd38ee12034 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-174d7d16-b6f3-4bde-b46a-1bd38ee12034:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-174d7d16-b6f3-4bde-b46a-1bd38ee12034:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-174d7d16-b6f3-4bde-b46a-1bd38ee12034.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-55b0ee6f-aef4-4ed2-a55d-ad9fe4730c6b {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-55b0ee6f-aef4-4ed2-a55d-ad9fe4730c6b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55b0ee6f-aef4-4ed2-a55d-ad9fe4730c6b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-55b0ee6f-aef4-4ed2-a55d-ad9fe4730c6b.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e5875773-e551-46e2-b0c9-6c7a94a59e0d {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-e5875773-e551-46e2-b0c9-6c7a94a59e0d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e5875773-e551-46e2-b0c9-6c7a94a59e0d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e5875773-e551-46e2-b0c9-6c7a94a59e0d.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4c246034-2a15-4fd3-baea-9f0b037ff4cd {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-4c246034-2a15-4fd3-baea-9f0b037ff4cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c246034-2a15-4fd3-baea-9f0b037ff4cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4c246034-2a15-4fd3-baea-9f0b037ff4cd.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-78ed1323-d3e9-4824-8ab1-2457b35edbd4 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-78ed1323-d3e9-4824-8ab1-2457b35edbd4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-78ed1323-d3e9-4824-8ab1-2457b35edbd4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-78ed1323-d3e9-4824-8ab1-2457b35edbd4.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4c0ecde9-7dc6-4375-ad0b-84e4b14e12fa {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-4c0ecde9-7dc6-4375-ad0b-84e4b14e12fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c0ecde9-7dc6-4375-ad0b-84e4b14e12fa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4c0ecde9-7dc6-4375-ad0b-84e4b14e12fa.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3b68710d-048e-4186-9f2e-bcc78699fd7d {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-3b68710d-048e-4186-9f2e-bcc78699fd7d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b68710d-048e-4186-9f2e-bcc78699fd7d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3b68710d-048e-4186-9f2e-bcc78699fd7d.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-59d2c883-7dd4-4aaf-a742-b765b2d22ce3 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-59d2c883-7dd4-4aaf-a742-b765b2d22ce3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59d2c883-7dd4-4aaf-a742-b765b2d22ce3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-59d2c883-7dd4-4aaf-a742-b765b2d22ce3.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-23ac4ae5-389c-486f-b231-fc0343112189 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-23ac4ae5-389c-486f-b231-fc0343112189:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-23ac4ae5-389c-486f-b231-fc0343112189:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-23ac4ae5-389c-486f-b231-fc0343112189.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-aa03d644-befe-4bf1-adda-c0383069e7e9 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-aa03d644-befe-4bf1-adda-c0383069e7e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa03d644-befe-4bf1-adda-c0383069e7e9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aa03d644-befe-4bf1-adda-c0383069e7e9.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-113487bf-63db-42f9-9e3c-aed10a5c48b1 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-113487bf-63db-42f9-9e3c-aed10a5c48b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-113487bf-63db-42f9-9e3c-aed10a5c48b1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-113487bf-63db-42f9-9e3c-aed10a5c48b1.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7ed4cebe-dec4-422e-a72a-a18665bd310f {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-7ed4cebe-dec4-422e-a72a-a18665bd310f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ed4cebe-dec4-422e-a72a-a18665bd310f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7ed4cebe-dec4-422e-a72a-a18665bd310f.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a13d67f5-d823-42e3-b594-4be12d91be3b {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-a13d67f5-d823-42e3-b594-4be12d91be3b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a13d67f5-d823-42e3-b594-4be12d91be3b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a13d67f5-d823-42e3-b594-4be12d91be3b.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-867fdc7b-d6de-4003-bca3-fbc64f31e432 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-867fdc7b-d6de-4003-bca3-fbc64f31e432:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-867fdc7b-d6de-4003-bca3-fbc64f31e432:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-867fdc7b-d6de-4003-bca3-fbc64f31e432.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-259de1a8-fb9a-497f-8137-9fe5395125bb {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-259de1a8-fb9a-497f-8137-9fe5395125bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-259de1a8-fb9a-497f-8137-9fe5395125bb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-259de1a8-fb9a-497f-8137-9fe5395125bb.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9445a387-007c-4f2f-9e1a-a01b2b759f36 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-9445a387-007c-4f2f-9e1a-a01b2b759f36:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9445a387-007c-4f2f-9e1a-a01b2b759f36:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9445a387-007c-4f2f-9e1a-a01b2b759f36.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0b5ab0c2-80d3-4ec4-9007-30bbaa45b12e {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-0b5ab0c2-80d3-4ec4-9007-30bbaa45b12e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b5ab0c2-80d3-4ec4-9007-30bbaa45b12e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0b5ab0c2-80d3-4ec4-9007-30bbaa45b12e.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-51e2f2d8-f782-41b4-b4ac-53688e72a6ad {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-51e2f2d8-f782-41b4-b4ac-53688e72a6ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51e2f2d8-f782-41b4-b4ac-53688e72a6ad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-51e2f2d8-f782-41b4-b4ac-53688e72a6ad.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2064efb9-31a1-4231-a23d-361099df2cc5 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-2064efb9-31a1-4231-a23d-361099df2cc5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2064efb9-31a1-4231-a23d-361099df2cc5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2064efb9-31a1-4231-a23d-361099df2cc5.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-70129730-6510-44c6-a93b-ab99120ae818 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-70129730-6510-44c6-a93b-ab99120ae818:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-70129730-6510-44c6-a93b-ab99120ae818:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-70129730-6510-44c6-a93b-ab99120ae818.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-625472ee-8b90-4f6d-9616-f0a3e9e05140 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-625472ee-8b90-4f6d-9616-f0a3e9e05140:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-625472ee-8b90-4f6d-9616-f0a3e9e05140:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-625472ee-8b90-4f6d-9616-f0a3e9e05140.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f42b992f-3d8f-4883-b17d-126188e54195 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-f42b992f-3d8f-4883-b17d-126188e54195:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f42b992f-3d8f-4883-b17d-126188e54195:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f42b992f-3d8f-4883-b17d-126188e54195.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d38dfbad-bd15-4964-ad78-9231d4de23a2 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-d38dfbad-bd15-4964-ad78-9231d4de23a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d38dfbad-bd15-4964-ad78-9231d4de23a2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d38dfbad-bd15-4964-ad78-9231d4de23a2.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6b1d3130-e37b-4039-8742-82faf3fb3bdd {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-6b1d3130-e37b-4039-8742-82faf3fb3bdd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b1d3130-e37b-4039-8742-82faf3fb3bdd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6b1d3130-e37b-4039-8742-82faf3fb3bdd.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1506bf93-82d0-42fb-a221-95545ddbf8b9 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-1506bf93-82d0-42fb-a221-95545ddbf8b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1506bf93-82d0-42fb-a221-95545ddbf8b9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1506bf93-82d0-42fb-a221-95545ddbf8b9.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c6df39f1-fd2b-4e41-9020-237127b7cd7f {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-c6df39f1-fd2b-4e41-9020-237127b7cd7f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c6df39f1-fd2b-4e41-9020-237127b7cd7f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c6df39f1-fd2b-4e41-9020-237127b7cd7f.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b1e355b-92c1-4546-92e2-143eac9fed17 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-2b1e355b-92c1-4546-92e2-143eac9fed17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b1e355b-92c1-4546-92e2-143eac9fed17:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2b1e355b-92c1-4546-92e2-143eac9fed17.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1c49854c-b372-408a-98ec-ee9d72b68580 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-1c49854c-b372-408a-98ec-ee9d72b68580:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c49854c-b372-408a-98ec-ee9d72b68580:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1c49854c-b372-408a-98ec-ee9d72b68580.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f984d33f-bcad-4308-9d8d-0c05277d71f3 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-f984d33f-bcad-4308-9d8d-0c05277d71f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f984d33f-bcad-4308-9d8d-0c05277d71f3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f984d33f-bcad-4308-9d8d-0c05277d71f3.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2c8a08af-acd9-4e49-ae4c-d689bd5c9dc8 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-2c8a08af-acd9-4e49-ae4c-d689bd5c9dc8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2c8a08af-acd9-4e49-ae4c-d689bd5c9dc8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2c8a08af-acd9-4e49-ae4c-d689bd5c9dc8.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-23a00111-9a37-4e12-9f04-7b599ece2d21 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-23a00111-9a37-4e12-9f04-7b599ece2d21:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-23a00111-9a37-4e12-9f04-7b599ece2d21:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-23a00111-9a37-4e12-9f04-7b599ece2d21.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e1cdc3c4-1c07-489a-b4df-b064d209c586 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-e1cdc3c4-1c07-489a-b4df-b064d209c586:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1cdc3c4-1c07-489a-b4df-b064d209c586:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e1cdc3c4-1c07-489a-b4df-b064d209c586.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef781730-29d6-4fe1-9edd-6c5bca072ebd {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-ef781730-29d6-4fe1-9edd-6c5bca072ebd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef781730-29d6-4fe1-9edd-6c5bca072ebd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ef781730-29d6-4fe1-9edd-6c5bca072ebd.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e459e975-f6de-40eb-b5ba-f66c5f3a0534 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-e459e975-f6de-40eb-b5ba-f66c5f3a0534:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e459e975-f6de-40eb-b5ba-f66c5f3a0534:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e459e975-f6de-40eb-b5ba-f66c5f3a0534.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8d522b2a-fe27-4c58-af49-62e0a58ad705 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8d522b2a-fe27-4c58-af49-62e0a58ad705 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(104, 173, 52, 1);
  padding: 10px;
}

#s-8d522b2a-fe27-4c58-af49-62e0a58ad705 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8d522b2a-fe27-4c58-af49-62e0a58ad705 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8d522b2a-fe27-4c58-af49-62e0a58ad705 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8d522b2a-fe27-4c58-af49-62e0a58ad705 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1d0d3ef0-78d3-4dad-b266-a8a7cd65357d {
  min-height: 50px;
}








#s-1d0d3ef0-78d3-4dad-b266-a8a7cd65357d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d0d3ef0-78d3-4dad-b266-a8a7cd65357d.shg-box.shg-c {
  justify-content: center;
}

#s-c550d193-90da-4fb5-b265-5e91dc378521 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 95px;
padding-bottom: 10px;
padding-right: 95px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-c550d193-90da-4fb5-b265-5e91dc378521:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c550d193-90da-4fb5-b265-5e91dc378521:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c550d193-90da-4fb5-b265-5e91dc378521.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-014dee2c-39fc-48d6-a858-01f583823a72 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-014dee2c-39fc-48d6-a858-01f583823a72:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-014dee2c-39fc-48d6-a858-01f583823a72:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-014dee2c-39fc-48d6-a858-01f583823a72.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0065ef24-5ce5-4edc-8063-251b8987d327 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-0065ef24-5ce5-4edc-8063-251b8987d327:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0065ef24-5ce5-4edc-8063-251b8987d327:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0065ef24-5ce5-4edc-8063-251b8987d327.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-718e79cf-fcab-4e55-86fd-b6303f465408 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-718e79cf-fcab-4e55-86fd-b6303f465408:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-718e79cf-fcab-4e55-86fd-b6303f465408:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-718e79cf-fcab-4e55-86fd-b6303f465408.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-456fce65-74c2-4ab4-9064-ae5632500ba5 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-456fce65-74c2-4ab4-9064-ae5632500ba5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-456fce65-74c2-4ab4-9064-ae5632500ba5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-456fce65-74c2-4ab4-9064-ae5632500ba5.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9157e572-5490-4499-a767-490d4c64802d {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-9157e572-5490-4499-a767-490d4c64802d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9157e572-5490-4499-a767-490d4c64802d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9157e572-5490-4499-a767-490d4c64802d.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-46f7359f-d2a2-45c7-84f7-5c473f8b52ae {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-46f7359f-d2a2-45c7-84f7-5c473f8b52ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46f7359f-d2a2-45c7-84f7-5c473f8b52ae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-46f7359f-d2a2-45c7-84f7-5c473f8b52ae.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e56074cb-2556-4bec-9e6c-d01974645993 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-e56074cb-2556-4bec-9e6c-d01974645993:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e56074cb-2556-4bec-9e6c-d01974645993:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e56074cb-2556-4bec-9e6c-d01974645993.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eb64de7d-c292-4368-bcc7-f23dd11580ca {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-eb64de7d-c292-4368-bcc7-f23dd11580ca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb64de7d-c292-4368-bcc7-f23dd11580ca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eb64de7d-c292-4368-bcc7-f23dd11580ca.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-573a2d0b-eb8c-4b5e-af0c-e121f3c3fef5 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-573a2d0b-eb8c-4b5e-af0c-e121f3c3fef5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-573a2d0b-eb8c-4b5e-af0c-e121f3c3fef5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-573a2d0b-eb8c-4b5e-af0c-e121f3c3fef5.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d5b64fbd-1dc3-4cb7-b473-298d420e0c05 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-d5b64fbd-1dc3-4cb7-b473-298d420e0c05:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5b64fbd-1dc3-4cb7-b473-298d420e0c05:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d5b64fbd-1dc3-4cb7-b473-298d420e0c05.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6fd79da6-9b68-40b3-8e95-ded224d6bbad {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-6fd79da6-9b68-40b3-8e95-ded224d6bbad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fd79da6-9b68-40b3-8e95-ded224d6bbad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6fd79da6-9b68-40b3-8e95-ded224d6bbad.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ce259446-c483-41eb-9af2-ec44b57dd29e {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-ce259446-c483-41eb-9af2-ec44b57dd29e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce259446-c483-41eb-9af2-ec44b57dd29e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ce259446-c483-41eb-9af2-ec44b57dd29e.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-17530334-ff82-45f4-9f6a-39eb988e25a5 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-17530334-ff82-45f4-9f6a-39eb988e25a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-17530334-ff82-45f4-9f6a-39eb988e25a5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-17530334-ff82-45f4-9f6a-39eb988e25a5.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58dc7bb6-1f56-49a0-bd37-91a12279797e {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-58dc7bb6-1f56-49a0-bd37-91a12279797e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58dc7bb6-1f56-49a0-bd37-91a12279797e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-58dc7bb6-1f56-49a0-bd37-91a12279797e.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-185b146c-2316-44f5-b8dc-6bac853460d6 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-185b146c-2316-44f5-b8dc-6bac853460d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-185b146c-2316-44f5-b8dc-6bac853460d6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-185b146c-2316-44f5-b8dc-6bac853460d6.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-91458a30-af39-4c56-92b0-d99cebe4942d {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-91458a30-af39-4c56-92b0-d99cebe4942d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-91458a30-af39-4c56-92b0-d99cebe4942d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-91458a30-af39-4c56-92b0-d99cebe4942d.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e73c6dc0-91be-43be-86a0-2e4935f96d24 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-e73c6dc0-91be-43be-86a0-2e4935f96d24:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e73c6dc0-91be-43be-86a0-2e4935f96d24:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e73c6dc0-91be-43be-86a0-2e4935f96d24.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3b672cce-7a2d-467f-b58e-d01d3582f68d {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-3b672cce-7a2d-467f-b58e-d01d3582f68d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b672cce-7a2d-467f-b58e-d01d3582f68d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3b672cce-7a2d-467f-b58e-d01d3582f68d.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fd151214-bfa0-4514-8b18-14c5638023e6 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-fd151214-bfa0-4514-8b18-14c5638023e6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd151214-bfa0-4514-8b18-14c5638023e6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fd151214-bfa0-4514-8b18-14c5638023e6.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eba16ce5-d57f-4d73-8e4d-ad311543eef2 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-eba16ce5-d57f-4d73-8e4d-ad311543eef2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eba16ce5-d57f-4d73-8e4d-ad311543eef2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eba16ce5-d57f-4d73-8e4d-ad311543eef2.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-35874540-44a8-4741-9ce0-cb19fc73480b {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-35874540-44a8-4741-9ce0-cb19fc73480b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35874540-44a8-4741-9ce0-cb19fc73480b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35874540-44a8-4741-9ce0-cb19fc73480b.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2ba8a33f-97ff-42d2-a5a0-f0b16bf939ed {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-2ba8a33f-97ff-42d2-a5a0-f0b16bf939ed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ba8a33f-97ff-42d2-a5a0-f0b16bf939ed:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2ba8a33f-97ff-42d2-a5a0-f0b16bf939ed.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e969d961-6c7f-4bef-84c6-8e56ff1d6215 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-e969d961-6c7f-4bef-84c6-8e56ff1d6215:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e969d961-6c7f-4bef-84c6-8e56ff1d6215:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e969d961-6c7f-4bef-84c6-8e56ff1d6215.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f60cd351-bb00-48a3-90c1-64b82d02e88c {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-f60cd351-bb00-48a3-90c1-64b82d02e88c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f60cd351-bb00-48a3-90c1-64b82d02e88c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f60cd351-bb00-48a3-90c1-64b82d02e88c.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8f3d4e9a-e337-45b9-928b-7886880d3fad {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-8f3d4e9a-e337-45b9-928b-7886880d3fad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f3d4e9a-e337-45b9-928b-7886880d3fad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8f3d4e9a-e337-45b9-928b-7886880d3fad.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c1f23ccf-8dd1-4425-9cbd-3775d89ee690 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-c1f23ccf-8dd1-4425-9cbd-3775d89ee690:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1f23ccf-8dd1-4425-9cbd-3775d89ee690:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c1f23ccf-8dd1-4425-9cbd-3775d89ee690.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bfd40982-1243-4cd0-ab79-03eed61b7ad2 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-bfd40982-1243-4cd0-ab79-03eed61b7ad2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bfd40982-1243-4cd0-ab79-03eed61b7ad2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bfd40982-1243-4cd0-ab79-03eed61b7ad2.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6d08b283-6974-453d-8dd5-2674c5341b70 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 91px;
padding-bottom: 10px;
padding-right: 91px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-6d08b283-6974-453d-8dd5-2674c5341b70:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6d08b283-6974-453d-8dd5-2674c5341b70:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6d08b283-6974-453d-8dd5-2674c5341b70.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-025b1378-992a-4690-9e94-c1688b11b631 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 94px;
padding-bottom: 10px;
padding-right: 94px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-025b1378-992a-4690-9e94-c1688b11b631:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-025b1378-992a-4690-9e94-c1688b11b631:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-025b1378-992a-4690-9e94-c1688b11b631.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eba3b096-b40c-42f7-9435-a2a57ac0dcbd {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-eba3b096-b40c-42f7-9435-a2a57ac0dcbd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eba3b096-b40c-42f7-9435-a2a57ac0dcbd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eba3b096-b40c-42f7-9435-a2a57ac0dcbd.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-69675c76-dde0-4f8a-ad37-1851c2f23810 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-69675c76-dde0-4f8a-ad37-1851c2f23810:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69675c76-dde0-4f8a-ad37-1851c2f23810:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-69675c76-dde0-4f8a-ad37-1851c2f23810.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb92ef27-07dc-4f3d-9ff0-18846554ccbe {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-fb92ef27-07dc-4f3d-9ff0-18846554ccbe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb92ef27-07dc-4f3d-9ff0-18846554ccbe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb92ef27-07dc-4f3d-9ff0-18846554ccbe.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-13302f69-c5f0-47af-88fe-17b413ebaae6 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-13302f69-c5f0-47af-88fe-17b413ebaae6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-13302f69-c5f0-47af-88fe-17b413ebaae6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-13302f69-c5f0-47af-88fe-17b413ebaae6.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c62a96ba-015f-43ca-af45-4dbbff25e173 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 92px;
padding-bottom: 10px;
padding-right: 92px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-c62a96ba-015f-43ca-af45-4dbbff25e173:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c62a96ba-015f-43ca-af45-4dbbff25e173:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c62a96ba-015f-43ca-af45-4dbbff25e173.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7c85430c-2169-479f-84a1-9be4ead668f9 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 92px;
padding-bottom: 10px;
padding-right: 92px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-7c85430c-2169-479f-84a1-9be4ead668f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c85430c-2169-479f-84a1-9be4ead668f9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c85430c-2169-479f-84a1-9be4ead668f9.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-877b92a7-6627-42ae-b266-e0b30101227d {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 92px;
padding-bottom: 10px;
padding-right: 92px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-877b92a7-6627-42ae-b266-e0b30101227d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-877b92a7-6627-42ae-b266-e0b30101227d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-877b92a7-6627-42ae-b266-e0b30101227d.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ff966765-a29a-4ccf-97e5-3b7d99aee389 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 92px;
padding-bottom: 10px;
padding-right: 92px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-ff966765-a29a-4ccf-97e5-3b7d99aee389:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff966765-a29a-4ccf-97e5-3b7d99aee389:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ff966765-a29a-4ccf-97e5-3b7d99aee389.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-34e16dd5-0134-4360-b54c-d6a8b9061a66 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-34e16dd5-0134-4360-b54c-d6a8b9061a66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(172, 219, 215, 1);
  padding: 10px;
}

#s-34e16dd5-0134-4360-b54c-d6a8b9061a66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-34e16dd5-0134-4360-b54c-d6a8b9061a66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-34e16dd5-0134-4360-b54c-d6a8b9061a66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-34e16dd5-0134-4360-b54c-d6a8b9061a66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-93fb32c3-68ab-45ec-a68d-2df349c9828b {
  min-height: 50px;
}








#s-93fb32c3-68ab-45ec-a68d-2df349c9828b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93fb32c3-68ab-45ec-a68d-2df349c9828b.shg-box.shg-c {
  justify-content: center;
}

#s-4f212476-34fc-4b99-9c21-a1e083e35f01 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-4f212476-34fc-4b99-9c21-a1e083e35f01:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f212476-34fc-4b99-9c21-a1e083e35f01:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4f212476-34fc-4b99-9c21-a1e083e35f01.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ebeb04dc-fa24-4850-a12e-88f9d6270167 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 79px;
padding-bottom: 10px;
padding-right: 79px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-ebeb04dc-fa24-4850-a12e-88f9d6270167:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ebeb04dc-fa24-4850-a12e-88f9d6270167:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ebeb04dc-fa24-4850-a12e-88f9d6270167.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ed98455-f837-40ec-ac09-844030f40e5b {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-3ed98455-f837-40ec-ac09-844030f40e5b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ed98455-f837-40ec-ac09-844030f40e5b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3ed98455-f837-40ec-ac09-844030f40e5b.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dace12f9-3bc2-4d2f-a8b4-44c35e0bd2a3 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-dace12f9-3bc2-4d2f-a8b4-44c35e0bd2a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dace12f9-3bc2-4d2f-a8b4-44c35e0bd2a3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dace12f9-3bc2-4d2f-a8b4-44c35e0bd2a3.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1344e849-41a1-4771-9221-4a02c738062a {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-1344e849-41a1-4771-9221-4a02c738062a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1344e849-41a1-4771-9221-4a02c738062a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1344e849-41a1-4771-9221-4a02c738062a.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6019e39d-7926-4cbd-b6ed-2423aa6562c0 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-6019e39d-7926-4cbd-b6ed-2423aa6562c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6019e39d-7926-4cbd-b6ed-2423aa6562c0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6019e39d-7926-4cbd-b6ed-2423aa6562c0.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2abb82bf-98c1-4005-ace4-5c11de25b2ef {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-2abb82bf-98c1-4005-ace4-5c11de25b2ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2abb82bf-98c1-4005-ace4-5c11de25b2ef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2abb82bf-98c1-4005-ace4-5c11de25b2ef.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d545c20-99fd-47ca-bb61-d5bca4b80463 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-1d545c20-99fd-47ca-bb61-d5bca4b80463:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d545c20-99fd-47ca-bb61-d5bca4b80463:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1d545c20-99fd-47ca-bb61-d5bca4b80463.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-64036bc7-eb43-44a4-8b3f-421a34d3174e {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-64036bc7-eb43-44a4-8b3f-421a34d3174e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-64036bc7-eb43-44a4-8b3f-421a34d3174e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-64036bc7-eb43-44a4-8b3f-421a34d3174e.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f9237260-8764-4f91-b30c-19cfcd71477a {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-f9237260-8764-4f91-b30c-19cfcd71477a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f9237260-8764-4f91-b30c-19cfcd71477a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f9237260-8764-4f91-b30c-19cfcd71477a.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4dace401-b85f-4897-8250-582c61b0d82a {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-4dace401-b85f-4897-8250-582c61b0d82a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4dace401-b85f-4897-8250-582c61b0d82a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4dace401-b85f-4897-8250-582c61b0d82a.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-769f8d6b-fcb9-4fc1-b178-c484e7a16223 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-769f8d6b-fcb9-4fc1-b178-c484e7a16223:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-769f8d6b-fcb9-4fc1-b178-c484e7a16223:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-769f8d6b-fcb9-4fc1-b178-c484e7a16223.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-22f62137-397b-4bad-a85f-97ebf53886ef {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-22f62137-397b-4bad-a85f-97ebf53886ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-22f62137-397b-4bad-a85f-97ebf53886ef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-22f62137-397b-4bad-a85f-97ebf53886ef.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e76e6f2f-b230-4f35-ae6f-3a5a124062ca {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-e76e6f2f-b230-4f35-ae6f-3a5a124062ca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e76e6f2f-b230-4f35-ae6f-3a5a124062ca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e76e6f2f-b230-4f35-ae6f-3a5a124062ca.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-02b77a90-8144-4633-866f-c98e6e7c9f2e {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-02b77a90-8144-4633-866f-c98e6e7c9f2e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02b77a90-8144-4633-866f-c98e6e7c9f2e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-02b77a90-8144-4633-866f-c98e6e7c9f2e.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-387fd9b9-d33f-4565-85b1-f9bf366c7360 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-387fd9b9-d33f-4565-85b1-f9bf366c7360:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-387fd9b9-d33f-4565-85b1-f9bf366c7360:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-387fd9b9-d33f-4565-85b1-f9bf366c7360.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-aae78de3-0749-4166-afea-0a3d64d6383d {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-aae78de3-0749-4166-afea-0a3d64d6383d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aae78de3-0749-4166-afea-0a3d64d6383d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aae78de3-0749-4166-afea-0a3d64d6383d.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-61447f5a-afa7-48be-aba9-efac9e1a972a {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-61447f5a-afa7-48be-aba9-efac9e1a972a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61447f5a-afa7-48be-aba9-efac9e1a972a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-61447f5a-afa7-48be-aba9-efac9e1a972a.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8a570aa4-69f4-41c2-b80c-239f23ed38cb {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-8a570aa4-69f4-41c2-b80c-239f23ed38cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a570aa4-69f4-41c2-b80c-239f23ed38cb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8a570aa4-69f4-41c2-b80c-239f23ed38cb.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fc04a221-bcaf-43f7-bb80-00bca5186859 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-fc04a221-bcaf-43f7-bb80-00bca5186859:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fc04a221-bcaf-43f7-bb80-00bca5186859:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fc04a221-bcaf-43f7-bb80-00bca5186859.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-408fb111-05a7-4469-b002-b1034b9f02f4 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-408fb111-05a7-4469-b002-b1034b9f02f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-408fb111-05a7-4469-b002-b1034b9f02f4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-408fb111-05a7-4469-b002-b1034b9f02f4.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c250d553-da73-40c6-8e0f-76f2cbfe49c7 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 77px;
padding-bottom: 10px;
padding-right: 77px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-c250d553-da73-40c6-8e0f-76f2cbfe49c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c250d553-da73-40c6-8e0f-76f2cbfe49c7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c250d553-da73-40c6-8e0f-76f2cbfe49c7.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8b35b0dd-80cc-4e5e-aab3-082112762aa1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8b35b0dd-80cc-4e5e-aab3-082112762aa1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 106, 80, 1);
  padding: 10px;
}

#s-8b35b0dd-80cc-4e5e-aab3-082112762aa1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8b35b0dd-80cc-4e5e-aab3-082112762aa1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8b35b0dd-80cc-4e5e-aab3-082112762aa1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8b35b0dd-80cc-4e5e-aab3-082112762aa1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-73ad68d9-6e65-420c-975f-12a47193f63f {
  min-height: 50px;
}








#s-73ad68d9-6e65-420c-975f-12a47193f63f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73ad68d9-6e65-420c-975f-12a47193f63f.shg-box.shg-c {
  justify-content: center;
}

#s-76fd69aa-597e-4e78-800d-d7b52fb97281 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 97px;
padding-bottom: 10px;
padding-right: 97px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-76fd69aa-597e-4e78-800d-d7b52fb97281:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-76fd69aa-597e-4e78-800d-d7b52fb97281:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-76fd69aa-597e-4e78-800d-d7b52fb97281.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-880880da-5825-49d7-ad4e-5c25248463eb {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 99px;
padding-bottom: 10px;
padding-right: 99px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-880880da-5825-49d7-ad4e-5c25248463eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-880880da-5825-49d7-ad4e-5c25248463eb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-880880da-5825-49d7-ad4e-5c25248463eb.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1fb84337-718a-4644-8240-055c99752ac0 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 99px;
padding-bottom: 10px;
padding-right: 99px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-1fb84337-718a-4644-8240-055c99752ac0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1fb84337-718a-4644-8240-055c99752ac0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1fb84337-718a-4644-8240-055c99752ac0.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c4b9679c-0725-4922-8016-827da712f334 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 97px;
padding-bottom: 10px;
padding-right: 97px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-c4b9679c-0725-4922-8016-827da712f334:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c4b9679c-0725-4922-8016-827da712f334:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c4b9679c-0725-4922-8016-827da712f334.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6b0a62a4-f590-4332-bd33-c117eb0cc040 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 99px;
padding-bottom: 10px;
padding-right: 99px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-6b0a62a4-f590-4332-bd33-c117eb0cc040:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b0a62a4-f590-4332-bd33-c117eb0cc040:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6b0a62a4-f590-4332-bd33-c117eb0cc040.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-abdbccab-1770-4989-a904-b037c89a8c7f {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 97px;
padding-bottom: 10px;
padding-right: 97px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-abdbccab-1770-4989-a904-b037c89a8c7f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-abdbccab-1770-4989-a904-b037c89a8c7f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-abdbccab-1770-4989-a904-b037c89a8c7f.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cdfd8b5f-b43c-4045-9cc5-cdf710179708 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 98px;
padding-bottom: 10px;
padding-right: 98px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-cdfd8b5f-b43c-4045-9cc5-cdf710179708:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cdfd8b5f-b43c-4045-9cc5-cdf710179708:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cdfd8b5f-b43c-4045-9cc5-cdf710179708.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-66516874-3d5c-489a-8011-81e925553683 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 99px;
padding-bottom: 10px;
padding-right: 99px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-66516874-3d5c-489a-8011-81e925553683:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-66516874-3d5c-489a-8011-81e925553683:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-66516874-3d5c-489a-8011-81e925553683.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d218744d-387a-495a-be06-381e7ce37472 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 99px;
padding-bottom: 10px;
padding-right: 99px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-d218744d-387a-495a-be06-381e7ce37472:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d218744d-387a-495a-be06-381e7ce37472:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d218744d-387a-495a-be06-381e7ce37472.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bb2d097c-55a3-4e45-bf7a-5c3086c2aebb {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 97px;
padding-bottom: 10px;
padding-right: 97px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-bb2d097c-55a3-4e45-bf7a-5c3086c2aebb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb2d097c-55a3-4e45-bf7a-5c3086c2aebb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bb2d097c-55a3-4e45-bf7a-5c3086c2aebb.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-98ef40f1-843a-4b08-8e32-5b1bbf3e7618 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 96px;
padding-bottom: 10px;
padding-right: 96px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-98ef40f1-843a-4b08-8e32-5b1bbf3e7618:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-98ef40f1-843a-4b08-8e32-5b1bbf3e7618:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-98ef40f1-843a-4b08-8e32-5b1bbf3e7618.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5ffe7368-ff24-4d89-9cc8-4edbf7a8e205 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 97px;
padding-bottom: 10px;
padding-right: 97px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-5ffe7368-ff24-4d89-9cc8-4edbf7a8e205:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ffe7368-ff24-4d89-9cc8-4edbf7a8e205:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5ffe7368-ff24-4d89-9cc8-4edbf7a8e205.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1de03fd0-3a94-49dd-b031-769554c31d56 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 98px;
padding-bottom: 10px;
padding-right: 98px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-1de03fd0-3a94-49dd-b031-769554c31d56:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1de03fd0-3a94-49dd-b031-769554c31d56:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1de03fd0-3a94-49dd-b031-769554c31d56.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-44631fd4-0ad1-4dd0-9e52-bb183ee76640 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 99px;
padding-bottom: 10px;
padding-right: 99px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-44631fd4-0ad1-4dd0-9e52-bb183ee76640:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44631fd4-0ad1-4dd0-9e52-bb183ee76640:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-44631fd4-0ad1-4dd0-9e52-bb183ee76640.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-affc4d23-60b5-493d-8c27-c83a98eb560e {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 96px;
padding-bottom: 10px;
padding-right: 96px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-affc4d23-60b5-493d-8c27-c83a98eb560e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-affc4d23-60b5-493d-8c27-c83a98eb560e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-affc4d23-60b5-493d-8c27-c83a98eb560e.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d9f5c78-c25b-4541-99dd-1fda6706206d {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 96px;
padding-bottom: 10px;
padding-right: 96px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-1d9f5c78-c25b-4541-99dd-1fda6706206d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d9f5c78-c25b-4541-99dd-1fda6706206d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1d9f5c78-c25b-4541-99dd-1fda6706206d.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6b2988ea-8a47-4c1a-92a0-cf176cdd1067 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 116px;
padding-bottom: 10px;
padding-right: 116px;
border-radius: 2px;
background-color: rgba(223, 206, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(14, 13, 13, 1);
}
#s-6b2988ea-8a47-4c1a-92a0-cf176cdd1067:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b2988ea-8a47-4c1a-92a0-cf176cdd1067:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6b2988ea-8a47-4c1a-92a0-cf176cdd1067.shg-btn {
  color: rgba(14, 13, 13, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-d8bbb08b-d34c-4b30-a9e8-447c944f7211 {
  text-align: center;
}




  #s-d8bbb08b-d34c-4b30-a9e8-447c944f7211 img.shogun-image {
    
    width: px;
  }


#s-d8bbb08b-d34c-4b30-a9e8-447c944f7211 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce8f6bd0-2af9-4558-8744-c0b34bfb182a {
  margin-left: 110px;
margin-right: 110px;
min-height: 50px;
}
@media (max-width: 767px){#s-ce8f6bd0-2af9-4558-8744-c0b34bfb182a {
  margin-left: 10px;
margin-right: 10px;
}
}







#s-ce8f6bd0-2af9-4558-8744-c0b34bfb182a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce8f6bd0-2af9-4558-8744-c0b34bfb182a.shg-box.shg-c {
  justify-content: center;
}

#s-7e70795f-5b02-4def-9f49-b05c38d71b37 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7e70795f-5b02-4def-9f49-b05c38d71b37"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-31c30471-8b8d-4bd4-b523-d810d3e8c36f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(128, 39, 115, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-31c30471-8b8d-4bd4-b523-d810d3e8c36f:hover {background-color: rgba(128, 39, 115, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-31c30471-8b8d-4bd4-b523-d810d3e8c36f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-31c30471-8b8d-4bd4-b523-d810d3e8c36f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb513c34-4e25-4067-82e7-2d5a89fee2f9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(20, 100, 127, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fb513c34-4e25-4067-82e7-2d5a89fee2f9:hover {background-color: rgba(20, 100, 127, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fb513c34-4e25-4067-82e7-2d5a89fee2f9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb513c34-4e25-4067-82e7-2d5a89fee2f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6f632b4f-8952-4764-8beb-a3099a5614a6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(52, 57, 122, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f632b4f-8952-4764-8beb-a3099a5614a6:hover {background-color: rgba(52, 57, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f632b4f-8952-4764-8beb-a3099a5614a6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6f632b4f-8952-4764-8beb-a3099a5614a6 {
  margin-top: 10px;
margin-bottom: 10px;
}
}


#s-6f632b4f-8952-4764-8beb-a3099a5614a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7190a6d9-e213-43b1-8307-92ad6f931842 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(238, 42, 123, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7190a6d9-e213-43b1-8307-92ad6f931842:hover {background-color: rgba(238, 42, 123, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7190a6d9-e213-43b1-8307-92ad6f931842:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7190a6d9-e213-43b1-8307-92ad6f931842 {
  margin-top: 10px;
margin-bottom: 10px;
}
}


#s-7190a6d9-e213-43b1-8307-92ad6f931842.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
