.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-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  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-57afa380-e74d-4e3b-8689-957fe54515a5 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-57afa380-e74d-4e3b-8689-957fe54515a5 {
  display: none;
}
#s-57afa380-e74d-4e3b-8689-957fe54515a5, #wrap-s-57afa380-e74d-4e3b-8689-957fe54515a5 { display:none !important; }}@media (max-width: 767px){#s-57afa380-e74d-4e3b-8689-957fe54515a5 {
  display: none;
}
#s-57afa380-e74d-4e3b-8689-957fe54515a5, #wrap-s-57afa380-e74d-4e3b-8689-957fe54515a5 { display:none !important; }}







#s-57afa380-e74d-4e3b-8689-957fe54515a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57afa380-e74d-4e3b-8689-957fe54515a5.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: -webkit-box;
  display: flex;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  -webkit-transform: translateZ(1000px);
          transform: translateZ(1000px);
}

#s-ee77960b-f033-44f7-8d17-0f14cfb1a97d {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 1200px;
}

#s-ee77960b-f033-44f7-8d17-0f14cfb1a97d .shogun-tabs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}


  #s-ee77960b-f033-44f7-8d17-0f14cfb1a97d .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-ee77960b-f033-44f7-8d17-0f14cfb1a97d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(198, 198, 198, 1);
    border: 1px solid #ddd;
  }
#s-ee77960b-f033-44f7-8d17-0f14cfb1a97d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(40, 40, 40, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-ee77960b-f033-44f7-8d17-0f14cfb1a97d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-ee77960b-f033-44f7-8d17-0f14cfb1a97d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(198, 198, 198, 1);
}

#s-ee77960b-f033-44f7-8d17-0f14cfb1a97d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-ee77960b-f033-44f7-8d17-0f14cfb1a97d .shogun-tab {
  max-width: calc(100% / 5 - (5 - 2) * 2px / 5);
}

#s-540457a0-b223-4d2f-80f2-f409fdbe8640 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-540457a0-b223-4d2f-80f2-f409fdbe8640 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-540457a0-b223-4d2f-80f2-f409fdbe8640.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-24c3c6b7-b18b-43fc-890e-e2f1c90077d8 {
  margin-top: 2%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24c3c6b7-b18b-43fc-890e-e2f1c90077d8 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   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;
}

@media (min-width: 0px) {
[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d52a3ef-2257-4f8f-8b60-a364be0e85f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-panel-group .shogun-panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  overflow: hidden;
}

.shogun-panel-group .shogun-panel+.shogun-panel {
  margin-top: 5px;
}

.shogun-panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  border-bottom: 0;
  padding: 10px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-panel-title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.shogun-panel-title h4 a {
  text-decoration: none;
  border-bottom: none;
}

.shogun-panel-body {
  border-top: 1px solid #ddd;
  display: none;
  padding: 15px;
}

.shogun-panel-body.in {
  display: block;
}

#s-d3cacc2c-9bff-45bd-b1da-0d00f9ff7cac > .shogun-panel-group > .shogun-panel > .shogun-panel-body {
  background-color: #fff;
}

#s-d3cacc2c-9bff-45bd-b1da-0d00f9ff7cac > .shogun-panel-group > .shogun-panel > .shogun-panel-heading {
  background-color: #f5f5f5
}

#s-d3cacc2c-9bff-45bd-b1da-0d00f9ff7cac > .shogun-panel-group > .shogun-panel > .shogun-panel-heading > .shogun-panel-title > a {
  color: rgba(141, 198, 63, 1)
}
.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-01b11a1d-73c3-4ddd-bd1a-598f7a17ebe8 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-color: rgba(217, 217, 217, 0);
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 18px;
font-weight: bold;
color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-01b11a1d-73c3-4ddd-bd1a-598f7a17ebe8:hover {background-color: rgba(141, 198, 63, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-01b11a1d-73c3-4ddd-bd1a-598f7a17ebe8:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(53, 51, 51, 0.91) !important;
text-decoration: none !important;}


#s-01b11a1d-73c3-4ddd-bd1a-598f7a17ebe8.shg-btn {
  color: rgba(141, 198, 63, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-044c5f73-54c3-420b-aded-2e233265bf37 > .shogun-panel-group > .shogun-panel > .shogun-panel-body {
  background-color: #fff;
}

#s-044c5f73-54c3-420b-aded-2e233265bf37 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading {
  background-color: #f5f5f5
}

#s-044c5f73-54c3-420b-aded-2e233265bf37 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading > .shogun-panel-title > a {
  color: rgba(141, 198, 63, 1)
}
#s-e35a8724-4fe7-4a1c-87dd-e0a3f074287b {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-e35a8724-4fe7-4a1c-87dd-e0a3f074287b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e35a8724-4fe7-4a1c-87dd-e0a3f074287b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7e6ab94d-7abe-4fae-a7e6-a5fd3b87a009 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e6ab94d-7abe-4fae-a7e6-a5fd3b87a009 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-08f1f2e3-1431-4fc5-a466-8dcce682d3d4 > .shogun-panel-group > .shogun-panel > .shogun-panel-body {
  background-color: #fff;
}

#s-08f1f2e3-1431-4fc5-a466-8dcce682d3d4 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading {
  background-color: rgba(141, 198, 63, 1)
}

#s-08f1f2e3-1431-4fc5-a466-8dcce682d3d4 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading > .shogun-panel-title > a {
  color: rgba(255, 255, 255, 1)
}
#s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(230, 230, 230, 1);
}

@media (min-width: 0px) {
[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c8ea28e8-4fa7-443a-b36c-f4e6039f2fc9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2090e375-f0c1-48da-a525-230cdb7465dd > .shogun-panel-group > .shogun-panel > .shogun-panel-body {
  background-color: #fff;
}

#s-2090e375-f0c1-48da-a525-230cdb7465dd > .shogun-panel-group > .shogun-panel > .shogun-panel-heading {
  background-color: #f5f5f5
}

#s-2090e375-f0c1-48da-a525-230cdb7465dd > .shogun-panel-group > .shogun-panel > .shogun-panel-heading > .shogun-panel-title > a {
  color: rgba(0, 0, 0, 1)
}
@media (min-width: 0px) {
[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f69778f2-d244-4c3c-a842-b5d58ee34c32"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-5d4ef6af-1bbf-4f1d-9a00-f5e692f3306f {
  text-align: center;
}




  #s-5d4ef6af-1bbf-4f1d-9a00-f5e692f3306f img.shogun-image {
    
    width: px;
  }


#s-5d4ef6af-1bbf-4f1d-9a00-f5e692f3306f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fef85dc2-6f48-417d-95ed-a8d101edcd1b {
  text-align: center;
}




  #s-fef85dc2-6f48-417d-95ed-a8d101edcd1b img.shogun-image {
    
    width: px;
  }


#s-fef85dc2-6f48-417d-95ed-a8d101edcd1b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-36b833e6-2aac-4895-9c1c-c24af267aa70 > .shogun-panel-group > .shogun-panel > .shogun-panel-body {
  background-color: #fff;
}

#s-36b833e6-2aac-4895-9c1c-c24af267aa70 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading {
  background-color: #f5f5f5
}

#s-36b833e6-2aac-4895-9c1c-c24af267aa70 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading > .shogun-panel-title > a {
  color: rgba(141, 198, 63, 1)
}
@media (min-width: 0px) {
[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8d13d7ae-36e3-4591-8f99-7b804f338638"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c8e5e360-efc5-4c2d-93e1-86a030fca563 {
  text-align: center;
}




  #s-c8e5e360-efc5-4c2d-93e1-86a030fca563 img.shogun-image {
    
    width: px;
  }


#s-c8e5e360-efc5-4c2d-93e1-86a030fca563 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0eaf47e9-95d1-4acd-aaae-00bae767a02a {
  text-align: center;
}




  #s-0eaf47e9-95d1-4acd-aaae-00bae767a02a img.shogun-image {
    
    width: px;
  }


#s-0eaf47e9-95d1-4acd-aaae-00bae767a02a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7ea8b76e-b75b-4f34-983b-85c0f93505bc {
  text-align: center;
}




  #s-7ea8b76e-b75b-4f34-983b-85c0f93505bc img.shogun-image {
    
    width: px;
  }


#s-7ea8b76e-b75b-4f34-983b-85c0f93505bc .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-bb3f3f9f-ec55-4270-9e8d-d1a467848f35 {
  text-align: center;
}




  #s-bb3f3f9f-ec55-4270-9e8d-d1a467848f35 img.shogun-image {
    
    width: px;
  }


#s-bb3f3f9f-ec55-4270-9e8d-d1a467848f35 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a94c5b7b-2480-4efd-99bb-152dca94058f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-565f285c-6382-41f3-8a86-0249b353481b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-565f285c-6382-41f3-8a86-0249b353481b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-177ebb10-0614-4064-b944-74f6338c73a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-177ebb10-0614-4064-b944-74f6338c73a1 img.shogun-image {
    
    width: px;
  }


#s-177ebb10-0614-4064-b944-74f6338c73a1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-71041235-2be2-4a32-854d-8277e4f0d81c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-71041235-2be2-4a32-854d-8277e4f0d81c img.shogun-image {
    
    width: px;
  }


#s-71041235-2be2-4a32-854d-8277e4f0d81c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-81ac93fd-a6e6-4406-9f15-c2a5d6653dac {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-7521fbc2-cd31-4e03-b038-0f3fda1b0035 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-7521fbc2-cd31-4e03-b038-0f3fda1b0035 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7521fbc2-cd31-4e03-b038-0f3fda1b0035.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-11f431cd-79c6-4112-9c83-dce9972d92e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11f431cd-79c6-4112-9c83-dce9972d92e5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2295436c-5b46-414f-9f5e-121038573ba1 {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33dd2c66-33d3-4ca5-ba7d-3cc9244e9ab8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-26374429-e1db-4715-b144-035c42f03b61 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
min-height: 50px;
max-width: 400px;
}








#s-26374429-e1db-4715-b144-035c42f03b61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26374429-e1db-4715-b144-035c42f03b61.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ab4dbcfd-33dd-4c51-963b-8c9cff0e9627 .shogun-icon-wrapper {
  text-align: center;
}


#s-ab4dbcfd-33dd-4c51-963b-8c9cff0e9627 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(141, 198, 63, 1);
}

#s-02a783a5-163e-492e-94b3-8ff72cd9b3f5 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-009d2307-7167-4560-824d-fc034663a0b3 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
min-height: 50px;
max-width: 400px;
}








#s-009d2307-7167-4560-824d-fc034663a0b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-009d2307-7167-4560-824d-fc034663a0b3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-60fe5efb-2db3-4e7e-af9f-2c484e136d05 .shogun-icon-wrapper {
  text-align: center;
}


#s-60fe5efb-2db3-4e7e-af9f-2c484e136d05 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(141, 198, 63, 1);
}

#s-615287a5-cf1b-45f1-b575-8f7b2eacab07 {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a3d019c-9a4d-4319-a58e-db181d894b4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ff9fb143-40c0-4eb9-b2cf-65c766a8e6b8 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
min-height: 50px;
max-width: 400px;
}








#s-ff9fb143-40c0-4eb9-b2cf-65c766a8e6b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff9fb143-40c0-4eb9-b2cf-65c766a8e6b8.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-2a402a62-e82e-41ca-b28b-dd4f4d37f3ce .shogun-icon-wrapper {
  text-align: center;
}


#s-2a402a62-e82e-41ca-b28b-dd4f4d37f3ce .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(141, 198, 63, 1);
}

#s-a5182767-da11-4c50-8d32-9fd366c3910d {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-a34bc698-5467-4254-a2b7-3f21642c43ed {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
min-height: 50px;
max-width: 400px;
}








#s-a34bc698-5467-4254-a2b7-3f21642c43ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a34bc698-5467-4254-a2b7-3f21642c43ed.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-fb9f72c8-1c23-4909-987b-4cf4be33b21e .shogun-icon-wrapper {
  text-align: center;
}


#s-fb9f72c8-1c23-4909-987b-4cf4be33b21e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(141, 198, 63, 1);
}

#s-4d9f06bd-31c0-4c01-951a-5a793c8dc87e {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-062a0e71-ceda-4d7d-b788-7f2eca719c5b {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-062a0e71-ceda-4d7d-b788-7f2eca719c5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-062a0e71-ceda-4d7d-b788-7f2eca719c5b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-34cb4716-779b-41d5-9a44-cee083d0639d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34cb4716-779b-41d5-9a44-cee083d0639d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b6605519-4c9e-4aa2-94f9-fce9d7d237a7 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(234, 234, 234, 0);
}

#s-57082ab5-fc14-4395-8cae-35087b28b831 {
  text-align: center;
}





#s-57082ab5-fc14-4395-8cae-35087b28b831 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8584ef6f-1e28-4c14-b72a-3c1778425482 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8584ef6f-1e28-4c14-b72a-3c1778425482"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-917786ae-bed8-4c3e-9e40-e1e311b9bc17 {
  min-height: 50px;
}








#s-917786ae-bed8-4c3e-9e40-e1e311b9bc17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-917786ae-bed8-4c3e-9e40-e1e311b9bc17.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e8daff6e-2dd5-458e-a8b4-8f09b5470c00 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(205, 205, 205, 1);
border-style: solid;
min-height: 50px;
}








#s-e8daff6e-2dd5-458e-a8b4-8f09b5470c00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8daff6e-2dd5-458e-a8b4-8f09b5470c00.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-350faef0-ded0-4ac6-a947-04cc6c2201b6 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: left;
background-color: rgba(239, 239, 239, 1);
}

#s-350faef0-ded0-4ac6-a947-04cc6c2201b6 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-edd643a4-a694-41b2-aa5b-5e8d4e795f39 {
  margin-top: 2%;
margin-bottom: 2%;
padding-left: 3%;
padding-right: 3%;
}

#s-5fce123e-11c2-4b79-8ae9-97e4878b39b5 {
  border-style: solid;
padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 221, 238, 1);
border-style: solid;
background-color: rgba(237, 237, 237, 1);
}

#s-abf24b62-ad21-436e-81ba-d64b768506ec {
  min-height: 50px;
}








#s-abf24b62-ad21-436e-81ba-d64b768506ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abf24b62-ad21-436e-81ba-d64b768506ec.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-37ee583b-8cbc-4e82-8463-315f3850553b {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(205, 205, 205, 1);
border-style: solid;
min-height: 50px;
}








#s-37ee583b-8cbc-4e82-8463-315f3850553b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37ee583b-8cbc-4e82-8463-315f3850553b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-1c903632-8aa1-4fa9-b623-f8613f999d67 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: left;
background-color: rgba(141, 198, 63, 1);
}

#s-1c903632-8aa1-4fa9-b623-f8613f999d67 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fef28839-79a1-4d9b-b6af-4a5a882b158f {
  margin-top: 2%;
margin-bottom: 2%;
padding-left: 3%;
padding-right: 3%;
}

#s-19215c02-a1d0-41c8-805e-2e408b54cff8 {
  padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
background-color: rgba(237, 237, 237, 1);
}

#s-62a53931-b535-4680-9dd0-98f879c2aae8 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62a53931-b535-4680-9dd0-98f879c2aae8 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1eafd4d1-a10b-4afc-ab4e-c60880735484 {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1eafd4d1-a10b-4afc-ab4e-c60880735484"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-576dda12-e4f5-4a97-80df-e0c40331be84 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-576dda12-e4f5-4a97-80df-e0c40331be84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-576dda12-e4f5-4a97-80df-e0c40331be84.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-9930e673-8a1b-4517-b501-a15420df86be {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9930e673-8a1b-4517-b501-a15420df86be .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bb84f206-ff7b-41a7-9c4d-ffe4d3b36f13 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb84f206-ff7b-41a7-9c4d-ffe4d3b36f13 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ada1ce32-374e-4e61-9e22-3a613d990918 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ada1ce32-374e-4e61-9e22-3a613d990918 {
  display: none;
}
#s-ada1ce32-374e-4e61-9e22-3a613d990918, #wrap-s-ada1ce32-374e-4e61-9e22-3a613d990918 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ada1ce32-374e-4e61-9e22-3a613d990918 {
  display: none;
}
#s-ada1ce32-374e-4e61-9e22-3a613d990918, #wrap-s-ada1ce32-374e-4e61-9e22-3a613d990918 { display:none !important; }}







#s-ada1ce32-374e-4e61-9e22-3a613d990918 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ada1ce32-374e-4e61-9e22-3a613d990918.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-40af3210-b587-4b04-891b-61bc87d5fe8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40af3210-b587-4b04-891b-61bc87d5fe8e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c63a83aa-2a84-4ee1-9ceb-b47c2f2fac0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c63a83aa-2a84-4ee1-9ceb-b47c2f2fac0a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-56b77bfb-2d11-47ad-a1a6-89cdd1e1bb72 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(234, 234, 234, 1);
}

#s-b4b61aaf-7bbb-4f36-91b3-e80f432b99b0 {
  text-align: center;
}




  #s-b4b61aaf-7bbb-4f36-91b3-e80f432b99b0 img.shogun-image {
    
    width: px;
  }


#s-b4b61aaf-7bbb-4f36-91b3-e80f432b99b0 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b6047029-4794-4080-b9af-ba895a299b7c {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6047029-4794-4080-b9af-ba895a299b7c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c87e9fa6-510f-4b43-a7d8-094f21a44a76 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-08188efd-ae0b-44e0-b0dc-19e90b050a39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08188efd-ae0b-44e0-b0dc-19e90b050a39 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3119fdca-5fd6-487a-8802-58e47030496b {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-44a736cb-cd80-4f57-8bd2-c25b008ef716 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-92e47281-f099-4da3-a4ea-6f14af1caa8c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92e47281-f099-4da3-a4ea-6f14af1caa8c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cd157c0d-7038-484c-919c-a3a67cef6eb9 > .shogun-panel-group > .shogun-panel > .shogun-panel-body {
  background-color: #fff;
}

#s-cd157c0d-7038-484c-919c-a3a67cef6eb9 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading {
  background-color: rgba(141, 198, 63, 1)
}

#s-cd157c0d-7038-484c-919c-a3a67cef6eb9 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading > .shogun-panel-title > a {
  color: rgba(255, 255, 255, 1)
}
#s-3fdd2b88-f68f-4261-be7b-df428b2eec71 > .shogun-panel-group > .shogun-panel > .shogun-panel-body {
  background-color: #fff;
}

#s-3fdd2b88-f68f-4261-be7b-df428b2eec71 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading {
  background-color: #f5f5f5
}

#s-3fdd2b88-f68f-4261-be7b-df428b2eec71 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading > .shogun-panel-title > a {
  color: rgba(0, 0, 0, 1)
}
@media (min-width: 0px) {
[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-956cdfd8-37df-4aec-ad6b-6fd0aad9ce49"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7ca9dae5-411b-48ac-9ce9-8b0dddae1358 {
  text-align: center;
}




  #s-7ca9dae5-411b-48ac-9ce9-8b0dddae1358 img.shogun-image {
    
    width: px;
  }


#s-7ca9dae5-411b-48ac-9ce9-8b0dddae1358 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2172af24-8b08-4a0c-992f-89e37b29cb9c {
  text-align: center;
}




  #s-2172af24-8b08-4a0c-992f-89e37b29cb9c img.shogun-image {
    
    width: px;
  }


#s-2172af24-8b08-4a0c-992f-89e37b29cb9c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e5382eb9-73d1-4e76-ba8f-09aed12768ba > .shogun-panel-group > .shogun-panel > .shogun-panel-body {
  background-color: #fff;
}

#s-e5382eb9-73d1-4e76-ba8f-09aed12768ba > .shogun-panel-group > .shogun-panel > .shogun-panel-heading {
  background-color: #f5f5f5
}

#s-e5382eb9-73d1-4e76-ba8f-09aed12768ba > .shogun-panel-group > .shogun-panel > .shogun-panel-heading > .shogun-panel-title > a {
  color: rgba(141, 198, 63, 1)
}
@media (min-width: 0px) {
[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-644112c1-7613-495a-a109-cc8c6966c8a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5857b4ad-c1c5-4e80-8454-e2a47c85490f {
  text-align: center;
}




  #s-5857b4ad-c1c5-4e80-8454-e2a47c85490f img.shogun-image {
    
    width: px;
  }


#s-5857b4ad-c1c5-4e80-8454-e2a47c85490f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aa7886c7-4e49-4536-a100-a84cff717f5b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-eade6067-4117-4942-b20e-bacf800e13b5 {
  text-align: center;
}




  #s-eade6067-4117-4942-b20e-bacf800e13b5 img.shogun-image {
    
    width: px;
  }


#s-eade6067-4117-4942-b20e-bacf800e13b5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e378b8c1-361a-4bf7-ac62-9ec644e69d96"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c1b41031-88fd-446e-9aec-9a47282d4023 {
  text-align: center;
}




  #s-c1b41031-88fd-446e-9aec-9a47282d4023 img.shogun-image {
    
    width: px;
  }


#s-c1b41031-88fd-446e-9aec-9a47282d4023 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e4274456-e489-45a0-81e8-7af985eeced8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dabb4461-07c3-4f3f-9d4a-0253d3c32015 {
  text-align: center;
}




  #s-dabb4461-07c3-4f3f-9d4a-0253d3c32015 img.shogun-image {
    
    width: px;
  }


#s-dabb4461-07c3-4f3f-9d4a-0253d3c32015 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d5e75cab-de87-4313-a43c-c05b57c966ae {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5e75cab-de87-4313-a43c-c05b57c966ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1d4d8fa7-28c0-4dab-bf4c-e8c985e8906c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-1d4d8fa7-28c0-4dab-bf4c-e8c985e8906c img.shogun-image {
    
    width: px;
  }


#s-1d4d8fa7-28c0-4dab-bf4c-e8c985e8906c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3451f91a-2314-4896-b35c-73c279a950fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-3451f91a-2314-4896-b35c-73c279a950fd img.shogun-image {
    
    width: px;
  }


#s-3451f91a-2314-4896-b35c-73c279a950fd .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-db1d03a4-60ae-4056-b2cd-a02613b98fab {
  margin-top: 2%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db1d03a4-60ae-4056-b2cd-a02613b98fab .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d47bcb1b-6624-4fcb-919f-bf2c6df0abfd > .shogun-panel-group > .shogun-panel > .shogun-panel-body {
  background-color: #fff;
}

#s-d47bcb1b-6624-4fcb-919f-bf2c6df0abfd > .shogun-panel-group > .shogun-panel > .shogun-panel-heading {
  background-color: #f5f5f5
}

#s-d47bcb1b-6624-4fcb-919f-bf2c6df0abfd > .shogun-panel-group > .shogun-panel > .shogun-panel-heading > .shogun-panel-title > a {
  color: rgba(141, 198, 63, 1)
}
#s-a9f71a16-4389-4c1c-a015-45e759dac418 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-color: rgba(217, 217, 217, 0);
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 18px;
font-weight: bold;
color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-a9f71a16-4389-4c1c-a015-45e759dac418:hover {background-color: rgba(141, 198, 63, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-a9f71a16-4389-4c1c-a015-45e759dac418:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(53, 51, 51, 0.91) !important;
text-decoration: none !important;}


#s-a9f71a16-4389-4c1c-a015-45e759dac418.shg-btn {
  color: rgba(141, 198, 63, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-0a8e35cb-c541-43bc-ab6e-ed1dc836ffa8 > .shogun-panel-group > .shogun-panel > .shogun-panel-body {
  background-color: #fff;
}

#s-0a8e35cb-c541-43bc-ab6e-ed1dc836ffa8 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading {
  background-color: #f5f5f5
}

#s-0a8e35cb-c541-43bc-ab6e-ed1dc836ffa8 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading > .shogun-panel-title > a {
  color: rgba(141, 198, 63, 1)
}
@media (min-width: 0px) {
[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11e8d8a2-96c7-4f7b-b51e-427ca432268f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-548db1d7-45b8-4775-813e-d96e4502964c {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-548db1d7-45b8-4775-813e-d96e4502964c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d415aa70-75f4-4804-b880-550fff625117 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d415aa70-75f4-4804-b880-550fff625117 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73922733-23ce-43f0-ba67-bf581a141144"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3e820baa-107b-4d39-a905-b7195c708ff2 {
  margin-top: 2%;
margin-bottom: 2%;
}








#s-3e820baa-107b-4d39-a905-b7195c708ff2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e820baa-107b-4d39-a905-b7195c708ff2.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-74784911-0372-48c0-9fef-ed2092a94153 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74784911-0372-48c0-9fef-ed2092a94153 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



/*
  $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;
  }
}

#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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
