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

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

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

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

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

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

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

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

#s-8b8b8b49-70a5-4807-a369-16a22b79f1cf {
  background-image: url(https://i.shgcdn.com/7749b5c7-8068-45b2-9c18-887fc661939a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 220px;
background-position: center center;
}
@media (min-width: 1200px){#s-8b8b8b49-70a5-4807-a369-16a22b79f1cf {
  display: none;
}
#s-8b8b8b49-70a5-4807-a369-16a22b79f1cf, #wrap-s-8b8b8b49-70a5-4807-a369-16a22b79f1cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b8b8b49-70a5-4807-a369-16a22b79f1cf {
  display: none;
}
#s-8b8b8b49-70a5-4807-a369-16a22b79f1cf, #wrap-s-8b8b8b49-70a5-4807-a369-16a22b79f1cf { display:none !important; }}







#s-8b8b8b49-70a5-4807-a369-16a22b79f1cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b8b8b49-70a5-4807-a369-16a22b79f1cf.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5f13d6ed-1ab1-41bf-9f8d-3572b984ef5e {
  background-image: url(https://i.shgcdn.com/7749b5c7-8068-45b2-9c18-887fc661939a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 275px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f13d6ed-1ab1-41bf-9f8d-3572b984ef5e {
  display: none;
}
#s-5f13d6ed-1ab1-41bf-9f8d-3572b984ef5e, #wrap-s-5f13d6ed-1ab1-41bf-9f8d-3572b984ef5e { display:none !important; }}@media (max-width: 767px){#s-5f13d6ed-1ab1-41bf-9f8d-3572b984ef5e {
  display: none;
}
#s-5f13d6ed-1ab1-41bf-9f8d-3572b984ef5e, #wrap-s-5f13d6ed-1ab1-41bf-9f8d-3572b984ef5e { display:none !important; }}







#s-5f13d6ed-1ab1-41bf-9f8d-3572b984ef5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f13d6ed-1ab1-41bf-9f8d-3572b984ef5e.shg-box.shg-c {
  justify-content: center;
}

#s-a4459355-3aa1-49d6-a49d-b1a03df171a8 {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}








#s-a4459355-3aa1-49d6-a49d-b1a03df171a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4459355-3aa1-49d6-a49d-b1a03df171a8.shg-box.shg-c {
  justify-content: center;
}

#s-65612fb3-c112-4a86-b427-42467cc2a0f0 {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 1%;
margin-right: 10%;
min-height: 50px;
max-width: 81%;
}
@media (min-width: 1200px){#s-65612fb3-c112-4a86-b427-42467cc2a0f0 {
  display: none;
}
#s-65612fb3-c112-4a86-b427-42467cc2a0f0, #wrap-s-65612fb3-c112-4a86-b427-42467cc2a0f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65612fb3-c112-4a86-b427-42467cc2a0f0 {
  display: none;
}
#s-65612fb3-c112-4a86-b427-42467cc2a0f0, #wrap-s-65612fb3-c112-4a86-b427-42467cc2a0f0 { display:none !important; }}







#s-65612fb3-c112-4a86-b427-42467cc2a0f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65612fb3-c112-4a86-b427-42467cc2a0f0.shg-box.shg-c {
  justify-content: center;
}

#s-a2abf33a-d81e-480c-b968-321e6848828d {
  margin-top: 3%;
}

#s-efc93d0d-d047-4c48-980e-765613fabde4 {
  margin-top: 1%;
margin-left: 20%;
margin-bottom: 1%;
margin-right: 20%;
min-height: 50px;
max-width: 81%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-efc93d0d-d047-4c48-980e-765613fabde4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-efc93d0d-d047-4c48-980e-765613fabde4 {
  display: none;
}
#s-efc93d0d-d047-4c48-980e-765613fabde4, #wrap-s-efc93d0d-d047-4c48-980e-765613fabde4 { display:none !important; }}@media (max-width: 767px){#s-efc93d0d-d047-4c48-980e-765613fabde4 {
  display: none;
}
#s-efc93d0d-d047-4c48-980e-765613fabde4, #wrap-s-efc93d0d-d047-4c48-980e-765613fabde4 { display:none !important; }}







#s-efc93d0d-d047-4c48-980e-765613fabde4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efc93d0d-d047-4c48-980e-765613fabde4.shg-box.shg-c {
  justify-content: center;
}

#s-87388669-ce8c-4e02-a67c-6d423546424a {
  min-height: 50px;
}








#s-87388669-ce8c-4e02-a67c-6d423546424a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87388669-ce8c-4e02-a67c-6d423546424a.shg-box.shg-c {
  justify-content: center;
}

#s-d9823248-c108-4b51-9592-4228cc292c78 {
  padding-left: 20%;
padding-right: 20%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9823248-c108-4b51-9592-4228cc292c78 {
  
}
}@media (max-width: 767px){#s-d9823248-c108-4b51-9592-4228cc292c78 {
  
}
}







#s-d9823248-c108-4b51-9592-4228cc292c78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9823248-c108-4b51-9592-4228cc292c78.shg-box.shg-c {
  justify-content: center;
}

#s-10db6009-1934-48f8-970b-71f92ec68893 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-10db6009-1934-48f8-970b-71f92ec68893 {
  display: none;
}
#s-10db6009-1934-48f8-970b-71f92ec68893, #wrap-s-10db6009-1934-48f8-970b-71f92ec68893 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10db6009-1934-48f8-970b-71f92ec68893 {
  display: none;
}
#s-10db6009-1934-48f8-970b-71f92ec68893, #wrap-s-10db6009-1934-48f8-970b-71f92ec68893 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10db6009-1934-48f8-970b-71f92ec68893 {
  display: none;
}
#s-10db6009-1934-48f8-970b-71f92ec68893, #wrap-s-10db6009-1934-48f8-970b-71f92ec68893 { display:none !important; }}@media (max-width: 767px){#s-10db6009-1934-48f8-970b-71f92ec68893 {
  display: none;
}
#s-10db6009-1934-48f8-970b-71f92ec68893, #wrap-s-10db6009-1934-48f8-970b-71f92ec68893 { display:none !important; }}







#s-10db6009-1934-48f8-970b-71f92ec68893 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10db6009-1934-48f8-970b-71f92ec68893.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-777cf91c-f8b5-42d4-b726-94220c8245ae {
  margin-top: 25px;
margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-777cf91c-f8b5-42d4-b726-94220c8245ae {
  display: none;
}
#s-777cf91c-f8b5-42d4-b726-94220c8245ae, #wrap-s-777cf91c-f8b5-42d4-b726-94220c8245ae { display:none !important; }}@media (max-width: 767px){#s-777cf91c-f8b5-42d4-b726-94220c8245ae {
  display: none;
}
#s-777cf91c-f8b5-42d4-b726-94220c8245ae, #wrap-s-777cf91c-f8b5-42d4-b726-94220c8245ae { display:none !important; }}
@media (min-width: 0px) {
[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-777cf91c-f8b5-42d4-b726-94220c8245ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.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: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-af2c69b3-ad62-4b0c-bb53-3e776aa91ec1 {
  text-align: center;
}




  #s-af2c69b3-ad62-4b0c-bb53-3e776aa91ec1 img.shogun-image {
    
    width: px;
  }


#s-af2c69b3-ad62-4b0c-bb53-3e776aa91ec1 .shogun-image-content {
  
    align-items: 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-41725f18-771c-4ef0-a02f-c23c1fbc2a14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-41725f18-771c-4ef0-a02f-c23c1fbc2a14 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8ab62b78-80c2-41d1-9649-ae2968938496 {
  margin-top: -10px;
text-align: center;
}




  #s-8ab62b78-80c2-41d1-9649-ae2968938496 img.shogun-image {
    
    width: px;
  }


#s-8ab62b78-80c2-41d1-9649-ae2968938496 .shogun-image-content {
  
    align-items: center;
  
}

#s-54c14c49-8b66-4d08-b6ed-5bbade0b498a {
  text-align: center;
}




  #s-54c14c49-8b66-4d08-b6ed-5bbade0b498a img.shogun-image {
    
    width: px;
  }


#s-54c14c49-8b66-4d08-b6ed-5bbade0b498a .shogun-image-content {
  
    align-items: center;
  
}

#s-ea00ed97-4d65-4a59-ba8d-4649c57463bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ea00ed97-4d65-4a59-ba8d-4649c57463bf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2ce0b20a-ce9e-45d4-9dd9-a6a063dce8a1 {
  margin-top: -10px;
text-align: center;
}




  #s-2ce0b20a-ce9e-45d4-9dd9-a6a063dce8a1 img.shogun-image {
    
    width: px;
  }


#s-2ce0b20a-ce9e-45d4-9dd9-a6a063dce8a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-fde34a5f-3c5b-4eb9-adff-6e90e1b007ef {
  text-align: center;
}




  #s-fde34a5f-3c5b-4eb9-adff-6e90e1b007ef img.shogun-image {
    
    width: px;
  }


#s-fde34a5f-3c5b-4eb9-adff-6e90e1b007ef .shogun-image-content {
  
    align-items: center;
  
}

#s-98572679-87f9-42fb-9ab5-418f8dc3e842 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-98572679-87f9-42fb-9ab5-418f8dc3e842 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3ee10506-df7e-460f-8485-8e9f92bd759d {
  margin-top: -10px;
text-align: center;
}




  #s-3ee10506-df7e-460f-8485-8e9f92bd759d img.shogun-image {
    
    width: px;
  }


#s-3ee10506-df7e-460f-8485-8e9f92bd759d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-fb341bfc-c881-4e5b-b449-644641d1c72b {
  display: none;
}
#s-fb341bfc-c881-4e5b-b449-644641d1c72b, #wrap-s-fb341bfc-c881-4e5b-b449-644641d1c72b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb341bfc-c881-4e5b-b449-644641d1c72b {
  display: none;
}
#s-fb341bfc-c881-4e5b-b449-644641d1c72b, #wrap-s-fb341bfc-c881-4e5b-b449-644641d1c72b { display:none !important; }}
@media (min-width: 0px) {
[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb341bfc-c881-4e5b-b449-644641d1c72b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-73ec574b-29e9-4d52-8965-fd655fc3c413 {
  text-align: center;
}




  #s-73ec574b-29e9-4d52-8965-fd655fc3c413 img.shogun-image {
    
    width: px;
  }


#s-73ec574b-29e9-4d52-8965-fd655fc3c413 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b4bd7e1-12c1-41f4-a9f3-318fdb0003af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b4bd7e1-12c1-41f4-a9f3-318fdb0003af .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-221f3328-424a-4f75-a6c2-4263927a1e6b {
  margin-top: -10px;
text-align: center;
}




  #s-221f3328-424a-4f75-a6c2-4263927a1e6b img.shogun-image {
    
    width: px;
  }


#s-221f3328-424a-4f75-a6c2-4263927a1e6b .shogun-image-content {
  
    align-items: center;
  
}

#s-9084f4e5-8309-4c2c-a5af-4f6eb2eefa0e {
  margin-top: 20px;
text-align: center;
}




  #s-9084f4e5-8309-4c2c-a5af-4f6eb2eefa0e img.shogun-image {
    
    width: px;
  }


#s-9084f4e5-8309-4c2c-a5af-4f6eb2eefa0e .shogun-image-content {
  
    align-items: center;
  
}

#s-4b05c682-eaf4-4d75-99fd-fc9c2d3331b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4b05c682-eaf4-4d75-99fd-fc9c2d3331b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b90597ef-109c-474d-a764-25a87dc4901a {
  margin-top: -10px;
text-align: center;
}




  #s-b90597ef-109c-474d-a764-25a87dc4901a img.shogun-image {
    
    width: px;
  }


#s-b90597ef-109c-474d-a764-25a87dc4901a .shogun-image-content {
  
    align-items: center;
  
}

#s-222a7a27-341c-4d70-9773-e697883753fd {
  text-align: center;
}




  #s-222a7a27-341c-4d70-9773-e697883753fd img.shogun-image {
    
    width: px;
  }


#s-222a7a27-341c-4d70-9773-e697883753fd .shogun-image-content {
  
    align-items: center;
  
}

#s-3e495a6c-1e4e-4ee5-85ee-70686c8069b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e495a6c-1e4e-4ee5-85ee-70686c8069b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-138822a7-18ab-4687-a1cf-a13f5b58d957 {
  margin-top: -10px;
text-align: center;
}




  #s-138822a7-18ab-4687-a1cf-a13f5b58d957 img.shogun-image {
    
    width: px;
  }


#s-138822a7-18ab-4687-a1cf-a13f5b58d957 .shogun-image-content {
  
    align-items: center;
  
}

#s-f61e8df8-7992-46ff-aafe-ca3f1e5bad0f {
  margin-top: 20px;
text-align: center;
}




  #s-f61e8df8-7992-46ff-aafe-ca3f1e5bad0f img.shogun-image {
    
    width: px;
  }


#s-f61e8df8-7992-46ff-aafe-ca3f1e5bad0f .shogun-image-content {
  
    align-items: center;
  
}

#s-13a5e997-2411-4b5b-ba54-0039bd8f691b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-13a5e997-2411-4b5b-ba54-0039bd8f691b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-648ab876-5071-4e79-b311-850e214c923f {
  margin-top: -10px;
text-align: center;
}




  #s-648ab876-5071-4e79-b311-850e214c923f img.shogun-image {
    
    width: px;
  }


#s-648ab876-5071-4e79-b311-850e214c923f .shogun-image-content {
  
    align-items: center;
  
}

#s-7c8d5d9c-5c37-4489-a144-d9befce11675 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}








#s-7c8d5d9c-5c37-4489-a144-d9befce11675 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c8d5d9c-5c37-4489-a144-d9befce11675.shg-box.shg-c {
  justify-content: center;
}

#s-8eebf59b-f2a2-47e7-a672-0d77bf6a2296 {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 1%;
margin-right: 10%;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 1200px){#s-8eebf59b-f2a2-47e7-a672-0d77bf6a2296 {
  display: none;
}
#s-8eebf59b-f2a2-47e7-a672-0d77bf6a2296, #wrap-s-8eebf59b-f2a2-47e7-a672-0d77bf6a2296 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8eebf59b-f2a2-47e7-a672-0d77bf6a2296 {
  display: none;
}
#s-8eebf59b-f2a2-47e7-a672-0d77bf6a2296, #wrap-s-8eebf59b-f2a2-47e7-a672-0d77bf6a2296 { display:none !important; }}







#s-8eebf59b-f2a2-47e7-a672-0d77bf6a2296 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eebf59b-f2a2-47e7-a672-0d77bf6a2296.shg-box.shg-c {
  justify-content: center;
}

#s-6a555ef1-06c7-4d12-a95c-587966c635c1 {
  margin-top: 5%;
margin-bottom: 0%;
}

@media (min-width: 1200px){#s-a7af3266-220d-4163-84f4-4bffafaeb1f6 {
  display: none;
}
#s-a7af3266-220d-4163-84f4-4bffafaeb1f6, #wrap-s-a7af3266-220d-4163-84f4-4bffafaeb1f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7af3266-220d-4163-84f4-4bffafaeb1f6 {
  display: none;
}
#s-a7af3266-220d-4163-84f4-4bffafaeb1f6, #wrap-s-a7af3266-220d-4163-84f4-4bffafaeb1f6 { display:none !important; }}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px){#s-4dd6f4f1-c0cc-46a1-a641-b8a7793f3198 {
  display: none;
}
#s-4dd6f4f1-c0cc-46a1-a641-b8a7793f3198, #wrap-s-4dd6f4f1-c0cc-46a1-a641-b8a7793f3198 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4dd6f4f1-c0cc-46a1-a641-b8a7793f3198 {
  display: none;
}
#s-4dd6f4f1-c0cc-46a1-a641-b8a7793f3198, #wrap-s-4dd6f4f1-c0cc-46a1-a641-b8a7793f3198 { display:none !important; }}
#s-4dd6f4f1-c0cc-46a1-a641-b8a7793f3198 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-4dd6f4f1-c0cc-46a1-a641-b8a7793f3198 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-4dd6f4f1-c0cc-46a1-a641-b8a7793f3198 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(10, 86, 100, 1);
}

#s-4dd6f4f1-c0cc-46a1-a641-b8a7793f3198 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-4dd6f4f1-c0cc-46a1-a641-b8a7793f3198 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(10, 86, 100, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 10px;
}

#s-4dd6f4f1-c0cc-46a1-a641-b8a7793f3198 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 10px;
}
#s-1dcca4b7-701d-47c6-a509-2ebf8ec5522d {
  margin-top: 1%;
margin-left: 20%;
margin-bottom: 1%;
margin-right: 20%;
min-height: 50px;
max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1dcca4b7-701d-47c6-a509-2ebf8ec5522d {
  display: none;
}
#s-1dcca4b7-701d-47c6-a509-2ebf8ec5522d, #wrap-s-1dcca4b7-701d-47c6-a509-2ebf8ec5522d { display:none !important; }}@media (max-width: 767px){#s-1dcca4b7-701d-47c6-a509-2ebf8ec5522d {
  display: none;
}
#s-1dcca4b7-701d-47c6-a509-2ebf8ec5522d, #wrap-s-1dcca4b7-701d-47c6-a509-2ebf8ec5522d { display:none !important; }}







#s-1dcca4b7-701d-47c6-a509-2ebf8ec5522d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dcca4b7-701d-47c6-a509-2ebf8ec5522d.shg-box.shg-c {
  justify-content: center;
}

#s-62dca2c7-c1e1-482e-87fd-ce62f7ca3c63 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-62dca2c7-c1e1-482e-87fd-ce62f7ca3c63 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-62dca2c7-c1e1-482e-87fd-ce62f7ca3c63 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(10, 86, 100, 1);
}

#s-62dca2c7-c1e1-482e-87fd-ce62f7ca3c63 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-62dca2c7-c1e1-482e-87fd-ce62f7ca3c63 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(10, 86, 100, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 10px;
}

#s-62dca2c7-c1e1-482e-87fd-ce62f7ca3c63 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 10px;
}
#s-53d3c1eb-9827-433c-a611-df0881e9ff56 {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-53d3c1eb-9827-433c-a611-df0881e9ff56 {
  display: none;
}
#s-53d3c1eb-9827-433c-a611-df0881e9ff56, #wrap-s-53d3c1eb-9827-433c-a611-df0881e9ff56 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53d3c1eb-9827-433c-a611-df0881e9ff56 {
  display: none;
}
#s-53d3c1eb-9827-433c-a611-df0881e9ff56, #wrap-s-53d3c1eb-9827-433c-a611-df0881e9ff56 { display:none !important; }}
@media (min-width: 0px) {
[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-53d3c1eb-9827-433c-a611-df0881e9ff56"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-159d86db-269f-48d7-a0e9-ab3208f9f243 {
  text-align: center;
}




  #s-159d86db-269f-48d7-a0e9-ab3208f9f243 img.shogun-image {
    
    width: px;
  }


#s-159d86db-269f-48d7-a0e9-ab3208f9f243 .shogun-image-content {
  
    align-items: center;
  
}

#s-e03a40c3-7ff7-4cd4-a55a-e2be7994b3b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e03a40c3-7ff7-4cd4-a55a-e2be7994b3b6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f03207a7-0526-4379-a96e-6e6613d72e4d {
  margin-top: -10px;
text-align: center;
}




  #s-f03207a7-0526-4379-a96e-6e6613d72e4d img.shogun-image {
    
    width: px;
  }


#s-f03207a7-0526-4379-a96e-6e6613d72e4d .shogun-image-content {
  
    align-items: center;
  
}

#s-07afc63a-bdc0-4d41-a5c0-4951cc07c570 {
  text-align: center;
}




  #s-07afc63a-bdc0-4d41-a5c0-4951cc07c570 img.shogun-image {
    
    width: px;
  }


#s-07afc63a-bdc0-4d41-a5c0-4951cc07c570 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bd276ff-2076-4651-be90-18f0a33c3294 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0bd276ff-2076-4651-be90-18f0a33c3294 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fc35c527-554b-4a22-8173-034631c0139b {
  margin-top: -10px;
text-align: center;
}




  #s-fc35c527-554b-4a22-8173-034631c0139b img.shogun-image {
    
    width: px;
  }


#s-fc35c527-554b-4a22-8173-034631c0139b .shogun-image-content {
  
    align-items: center;
  
}

#s-a2c52712-2819-49af-85b0-b9d14cf0d800 {
  margin-top: 20px;
margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2c52712-2819-49af-85b0-b9d14cf0d800 {
  display: none;
}
#s-a2c52712-2819-49af-85b0-b9d14cf0d800, #wrap-s-a2c52712-2819-49af-85b0-b9d14cf0d800 { display:none !important; }}@media (max-width: 767px){#s-a2c52712-2819-49af-85b0-b9d14cf0d800 {
  display: none;
}
#s-a2c52712-2819-49af-85b0-b9d14cf0d800, #wrap-s-a2c52712-2819-49af-85b0-b9d14cf0d800 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a2c52712-2819-49af-85b0-b9d14cf0d800"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b233a68c-3de0-4d8b-8c7c-fcb9bc87dffa {
  text-align: center;
}




  #s-b233a68c-3de0-4d8b-8c7c-fcb9bc87dffa img.shogun-image {
    
    width: px;
  }


#s-b233a68c-3de0-4d8b-8c7c-fcb9bc87dffa .shogun-image-content {
  
    align-items: center;
  
}

#s-62a30ca5-78ea-4321-8e7a-7850494f7608 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-62a30ca5-78ea-4321-8e7a-7850494f7608 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fe39baee-950e-486f-8fd4-e0538c0cda21 {
  margin-top: -10px;
text-align: center;
}




  #s-fe39baee-950e-486f-8fd4-e0538c0cda21 img.shogun-image {
    
    width: px;
  }


#s-fe39baee-950e-486f-8fd4-e0538c0cda21 .shogun-image-content {
  
    align-items: center;
  
}

#s-029c8a2f-9ea8-40ae-a2a3-4237e38d8858 {
  text-align: center;
}




  #s-029c8a2f-9ea8-40ae-a2a3-4237e38d8858 img.shogun-image {
    
    width: px;
  }


#s-029c8a2f-9ea8-40ae-a2a3-4237e38d8858 .shogun-image-content {
  
    align-items: center;
  
}

#s-a544cff3-5d58-445f-a2f6-c97bed592d5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a544cff3-5d58-445f-a2f6-c97bed592d5a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c55056a8-69c2-4964-a60b-dcea891e441d {
  margin-top: -10px;
text-align: center;
}




  #s-c55056a8-69c2-4964-a60b-dcea891e441d img.shogun-image {
    
    width: px;
  }


#s-c55056a8-69c2-4964-a60b-dcea891e441d .shogun-image-content {
  
    align-items: center;
  
}

#s-fb4a57e8-fb2e-4a94-a07f-aa1bd5657639 {
  text-align: center;
}




  #s-fb4a57e8-fb2e-4a94-a07f-aa1bd5657639 img.shogun-image {
    
    width: px;
  }


#s-fb4a57e8-fb2e-4a94-a07f-aa1bd5657639 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d40b87a-8a7a-42c0-8b5f-f9257209d8bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7d40b87a-8a7a-42c0-8b5f-f9257209d8bb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-daec61c4-2ac2-42d6-b9ad-3c9421a2a6fb {
  margin-top: -10px;
text-align: center;
}




  #s-daec61c4-2ac2-42d6-b9ad-3c9421a2a6fb img.shogun-image {
    
    width: px;
  }


#s-daec61c4-2ac2-42d6-b9ad-3c9421a2a6fb .shogun-image-content {
  
    align-items: center;
  
}

#s-4a7e5163-61e7-419c-8872-07ba71348e0c {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-4a7e5163-61e7-419c-8872-07ba71348e0c {
  display: none;
}
#s-4a7e5163-61e7-419c-8872-07ba71348e0c, #wrap-s-4a7e5163-61e7-419c-8872-07ba71348e0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a7e5163-61e7-419c-8872-07ba71348e0c {
  display: none;
}
#s-4a7e5163-61e7-419c-8872-07ba71348e0c, #wrap-s-4a7e5163-61e7-419c-8872-07ba71348e0c { display:none !important; }}
@media (min-width: 0px) {
[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4a7e5163-61e7-419c-8872-07ba71348e0c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c90e789e-a105-4748-a041-d857e79f2ee5 {
  text-align: center;
}




  #s-c90e789e-a105-4748-a041-d857e79f2ee5 img.shogun-image {
    
    width: px;
  }


#s-c90e789e-a105-4748-a041-d857e79f2ee5 .shogun-image-content {
  
    align-items: center;
  
}

#s-44da10fa-ec1a-41c0-a1a4-d9e1468c8c3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44da10fa-ec1a-41c0-a1a4-d9e1468c8c3d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0c2096cf-dc82-4f22-91cb-321f46c24ac2 {
  margin-top: -10px;
text-align: center;
}




  #s-0c2096cf-dc82-4f22-91cb-321f46c24ac2 img.shogun-image {
    
    width: px;
  }


#s-0c2096cf-dc82-4f22-91cb-321f46c24ac2 .shogun-image-content {
  
    align-items: center;
  
}

#s-49af85f4-088b-447d-908d-1533fd9e918b {
  margin-top: 20px;
text-align: center;
}




  #s-49af85f4-088b-447d-908d-1533fd9e918b img.shogun-image {
    
    width: px;
  }


#s-49af85f4-088b-447d-908d-1533fd9e918b .shogun-image-content {
  
    align-items: center;
  
}

#s-2f96aa1e-9da1-4364-aabb-1be75b5f68d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2f96aa1e-9da1-4364-aabb-1be75b5f68d8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a252e1d6-1bb3-4057-bcaf-4e8806229e8b {
  margin-top: -10px;
text-align: center;
}




  #s-a252e1d6-1bb3-4057-bcaf-4e8806229e8b img.shogun-image {
    
    width: px;
  }


#s-a252e1d6-1bb3-4057-bcaf-4e8806229e8b .shogun-image-content {
  
    align-items: center;
  
}

#s-e4e9b8b8-84cb-4a4c-830d-d1e5026853b9 {
  text-align: center;
}




  #s-e4e9b8b8-84cb-4a4c-830d-d1e5026853b9 img.shogun-image {
    
    width: px;
  }


#s-e4e9b8b8-84cb-4a4c-830d-d1e5026853b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f55416a-2f42-4378-8833-bd5e20a1ba41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6f55416a-2f42-4378-8833-bd5e20a1ba41 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4461d1c3-90be-472b-bcee-43f2b473099d {
  margin-top: -10px;
text-align: center;
}




  #s-4461d1c3-90be-472b-bcee-43f2b473099d img.shogun-image {
    
    width: px;
  }


#s-4461d1c3-90be-472b-bcee-43f2b473099d .shogun-image-content {
  
    align-items: center;
  
}

#s-57fb8910-6c9f-446d-9ef0-6326f30098dd {
  margin-top: 20px;
text-align: center;
}




  #s-57fb8910-6c9f-446d-9ef0-6326f30098dd img.shogun-image {
    
    width: px;
  }


#s-57fb8910-6c9f-446d-9ef0-6326f30098dd .shogun-image-content {
  
    align-items: center;
  
}

#s-2e711110-762e-459d-a292-565b57d0f583 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2e711110-762e-459d-a292-565b57d0f583 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5b96210a-3889-45cb-8558-1944726c6469 {
  margin-top: -10px;
text-align: center;
}




  #s-5b96210a-3889-45cb-8558-1944726c6469 img.shogun-image {
    
    width: px;
  }


#s-5b96210a-3889-45cb-8558-1944726c6469 .shogun-image-content {
  
    align-items: center;
  
}

#s-b896ee33-3d26-4c41-9931-96caa12a1e6b {
  margin-top: 20px;
margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b896ee33-3d26-4c41-9931-96caa12a1e6b {
  display: none;
}
#s-b896ee33-3d26-4c41-9931-96caa12a1e6b, #wrap-s-b896ee33-3d26-4c41-9931-96caa12a1e6b { display:none !important; }}@media (max-width: 767px){#s-b896ee33-3d26-4c41-9931-96caa12a1e6b {
  display: none;
}
#s-b896ee33-3d26-4c41-9931-96caa12a1e6b, #wrap-s-b896ee33-3d26-4c41-9931-96caa12a1e6b { display:none !important; }}
@media (min-width: 0px) {
[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b896ee33-3d26-4c41-9931-96caa12a1e6b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4bc1b8e9-2dfe-4f8b-99ad-9e284ba9c7a9 {
  text-align: center;
}




  #s-4bc1b8e9-2dfe-4f8b-99ad-9e284ba9c7a9 img.shogun-image {
    
    width: px;
  }


#s-4bc1b8e9-2dfe-4f8b-99ad-9e284ba9c7a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6966063e-f3ff-4ef9-aa07-78c755d54f6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6966063e-f3ff-4ef9-aa07-78c755d54f6a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6370b1e7-67b6-4609-8afd-e75d4161af4c {
  margin-top: -10px;
text-align: center;
}




  #s-6370b1e7-67b6-4609-8afd-e75d4161af4c img.shogun-image {
    
    width: px;
  }


#s-6370b1e7-67b6-4609-8afd-e75d4161af4c .shogun-image-content {
  
    align-items: center;
  
}

#s-9af11684-a039-4b90-8e6d-654e65599b10 {
  text-align: center;
}




  #s-9af11684-a039-4b90-8e6d-654e65599b10 img.shogun-image {
    
    width: px;
  }


#s-9af11684-a039-4b90-8e6d-654e65599b10 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5660712-a67e-47ce-b5ed-1911564e4524 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f5660712-a67e-47ce-b5ed-1911564e4524 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e47b54e4-d6aa-4acb-bdd7-ed0f458fbcb4 {
  margin-top: -10px;
text-align: center;
}




  #s-e47b54e4-d6aa-4acb-bdd7-ed0f458fbcb4 img.shogun-image {
    
    width: px;
  }


#s-e47b54e4-d6aa-4acb-bdd7-ed0f458fbcb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6c849b6-1b80-4632-abcb-aec9f4fbda2e {
  text-align: center;
}




  #s-b6c849b6-1b80-4632-abcb-aec9f4fbda2e img.shogun-image {
    
    width: px;
  }


#s-b6c849b6-1b80-4632-abcb-aec9f4fbda2e .shogun-image-content {
  
    align-items: center;
  
}

#s-8ce45e3d-e1db-45ad-9e5c-bdc0ec4ef84f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8ce45e3d-e1db-45ad-9e5c-bdc0ec4ef84f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1dc304c9-a47b-44c9-90d8-47929882bc75 {
  margin-top: -10px;
text-align: center;
}




  #s-1dc304c9-a47b-44c9-90d8-47929882bc75 img.shogun-image {
    
    width: px;
  }


#s-1dc304c9-a47b-44c9-90d8-47929882bc75 .shogun-image-content {
  
    align-items: center;
  
}

#s-265becd2-6897-4a06-82f9-7525968f19af {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}








#s-265becd2-6897-4a06-82f9-7525968f19af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-265becd2-6897-4a06-82f9-7525968f19af.shg-box.shg-c {
  justify-content: center;
}

#s-0903c620-d696-4adb-82d0-a0ac14f88381 {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 1%;
margin-right: 10%;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 1200px){#s-0903c620-d696-4adb-82d0-a0ac14f88381 {
  display: none;
}
#s-0903c620-d696-4adb-82d0-a0ac14f88381, #wrap-s-0903c620-d696-4adb-82d0-a0ac14f88381 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0903c620-d696-4adb-82d0-a0ac14f88381 {
  display: none;
}
#s-0903c620-d696-4adb-82d0-a0ac14f88381, #wrap-s-0903c620-d696-4adb-82d0-a0ac14f88381 { display:none !important; }}







#s-0903c620-d696-4adb-82d0-a0ac14f88381 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0903c620-d696-4adb-82d0-a0ac14f88381.shg-box.shg-c {
  justify-content: center;
}

#s-8388d57e-badf-4365-a3e5-0141d4ad64c0 {
  margin-top: 5%;
}

@media (min-width: 1200px){#s-acc6cef6-7310-44ad-8223-7da84770b2b5 {
  display: none;
}
#s-acc6cef6-7310-44ad-8223-7da84770b2b5, #wrap-s-acc6cef6-7310-44ad-8223-7da84770b2b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acc6cef6-7310-44ad-8223-7da84770b2b5 {
  display: none;
}
#s-acc6cef6-7310-44ad-8223-7da84770b2b5, #wrap-s-acc6cef6-7310-44ad-8223-7da84770b2b5 { display:none !important; }}
@media (min-width: 1200px){#s-1de9c9df-3b07-437e-9428-f6bbd11d3b7d {
  display: none;
}
#s-1de9c9df-3b07-437e-9428-f6bbd11d3b7d, #wrap-s-1de9c9df-3b07-437e-9428-f6bbd11d3b7d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1de9c9df-3b07-437e-9428-f6bbd11d3b7d {
  display: none;
}
#s-1de9c9df-3b07-437e-9428-f6bbd11d3b7d, #wrap-s-1de9c9df-3b07-437e-9428-f6bbd11d3b7d { display:none !important; }}
#s-1de9c9df-3b07-437e-9428-f6bbd11d3b7d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-1de9c9df-3b07-437e-9428-f6bbd11d3b7d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-1de9c9df-3b07-437e-9428-f6bbd11d3b7d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(10, 86, 100, 1);
}

#s-1de9c9df-3b07-437e-9428-f6bbd11d3b7d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-1de9c9df-3b07-437e-9428-f6bbd11d3b7d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(10, 86, 100, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 10px;
}

#s-1de9c9df-3b07-437e-9428-f6bbd11d3b7d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 10px;
}
#s-ac914ff5-b95d-4adc-94b7-6bd272f1249a {
  margin-top: 1%;
margin-left: 20%;
margin-bottom: 1%;
margin-right: 20%;
min-height: 50px;
max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ac914ff5-b95d-4adc-94b7-6bd272f1249a {
  display: none;
}
#s-ac914ff5-b95d-4adc-94b7-6bd272f1249a, #wrap-s-ac914ff5-b95d-4adc-94b7-6bd272f1249a { display:none !important; }}@media (max-width: 767px){#s-ac914ff5-b95d-4adc-94b7-6bd272f1249a {
  display: none;
}
#s-ac914ff5-b95d-4adc-94b7-6bd272f1249a, #wrap-s-ac914ff5-b95d-4adc-94b7-6bd272f1249a { display:none !important; }}







#s-ac914ff5-b95d-4adc-94b7-6bd272f1249a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac914ff5-b95d-4adc-94b7-6bd272f1249a.shg-box.shg-c {
  justify-content: center;
}

#s-46bb3cce-78d2-4d2c-a326-242428448d2f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-46bb3cce-78d2-4d2c-a326-242428448d2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-46bb3cce-78d2-4d2c-a326-242428448d2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(10, 86, 100, 1);
}

#s-46bb3cce-78d2-4d2c-a326-242428448d2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-46bb3cce-78d2-4d2c-a326-242428448d2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(10, 86, 100, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 10px;
}

#s-46bb3cce-78d2-4d2c-a326-242428448d2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 10px;
}
#s-cafc841d-31df-431d-93de-08290502bc9d {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-cafc841d-31df-431d-93de-08290502bc9d {
  display: none;
}
#s-cafc841d-31df-431d-93de-08290502bc9d, #wrap-s-cafc841d-31df-431d-93de-08290502bc9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cafc841d-31df-431d-93de-08290502bc9d {
  display: none;
}
#s-cafc841d-31df-431d-93de-08290502bc9d, #wrap-s-cafc841d-31df-431d-93de-08290502bc9d { display:none !important; }}
@media (min-width: 0px) {
[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cafc841d-31df-431d-93de-08290502bc9d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d999a8b1-9baa-456d-afe5-4f9385f216ff {
  text-align: center;
}




  #s-d999a8b1-9baa-456d-afe5-4f9385f216ff img.shogun-image {
    
    width: px;
  }


#s-d999a8b1-9baa-456d-afe5-4f9385f216ff .shogun-image-content {
  
    align-items: center;
  
}

#s-45294d8e-082e-4d8e-97a1-a89425e418d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-45294d8e-082e-4d8e-97a1-a89425e418d8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c1985b14-36f9-4ac9-902d-e4cb482d1d79 {
  margin-top: -10px;
text-align: center;
}




  #s-c1985b14-36f9-4ac9-902d-e4cb482d1d79 img.shogun-image {
    
    width: px;
  }


#s-c1985b14-36f9-4ac9-902d-e4cb482d1d79 .shogun-image-content {
  
    align-items: center;
  
}

#s-4209ef8e-6185-48af-96f1-d89a0297aa4d {
  text-align: center;
}




  #s-4209ef8e-6185-48af-96f1-d89a0297aa4d img.shogun-image {
    
    width: px;
  }


#s-4209ef8e-6185-48af-96f1-d89a0297aa4d .shogun-image-content {
  
    align-items: center;
  
}

#s-7ed73106-0cdc-4e70-a96a-69bdad168bfe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7ed73106-0cdc-4e70-a96a-69bdad168bfe .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ffb29dc4-7ea0-4eed-b261-6978b54191ab {
  margin-top: -10px;
text-align: center;
}




  #s-ffb29dc4-7ea0-4eed-b261-6978b54191ab img.shogun-image {
    
    width: px;
  }


#s-ffb29dc4-7ea0-4eed-b261-6978b54191ab .shogun-image-content {
  
    align-items: center;
  
}

#s-2f22da65-85c5-4750-a3e0-96b897c079dc {
  margin-top: 20px;
margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f22da65-85c5-4750-a3e0-96b897c079dc {
  display: none;
}
#s-2f22da65-85c5-4750-a3e0-96b897c079dc, #wrap-s-2f22da65-85c5-4750-a3e0-96b897c079dc { display:none !important; }}@media (max-width: 767px){#s-2f22da65-85c5-4750-a3e0-96b897c079dc {
  display: none;
}
#s-2f22da65-85c5-4750-a3e0-96b897c079dc, #wrap-s-2f22da65-85c5-4750-a3e0-96b897c079dc { display:none !important; }}
@media (min-width: 0px) {
[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f22da65-85c5-4750-a3e0-96b897c079dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3fd1cda9-be66-469d-8f31-cbd0cfee744d {
  text-align: center;
}




  #s-3fd1cda9-be66-469d-8f31-cbd0cfee744d img.shogun-image {
    
    width: px;
  }


#s-3fd1cda9-be66-469d-8f31-cbd0cfee744d .shogun-image-content {
  
    align-items: center;
  
}

#s-048904ac-d2c7-4126-8115-d9f72dc96332 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-048904ac-d2c7-4126-8115-d9f72dc96332 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4f38a3ca-d40b-43ef-adf5-0a515be5fbae {
  margin-top: -10px;
text-align: center;
}




  #s-4f38a3ca-d40b-43ef-adf5-0a515be5fbae img.shogun-image {
    
    width: px;
  }


#s-4f38a3ca-d40b-43ef-adf5-0a515be5fbae .shogun-image-content {
  
    align-items: center;
  
}

#s-2cb98e41-d207-4c11-8e93-af698fc9b739 {
  text-align: center;
}




  #s-2cb98e41-d207-4c11-8e93-af698fc9b739 img.shogun-image {
    
    width: px;
  }


#s-2cb98e41-d207-4c11-8e93-af698fc9b739 .shogun-image-content {
  
    align-items: center;
  
}

#s-78eb2f8d-f6a8-49d6-ae6e-ba78cc5185f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-78eb2f8d-f6a8-49d6-ae6e-ba78cc5185f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e57a340b-2928-4966-bb8c-e3e019262ada {
  margin-top: -10px;
text-align: center;
}




  #s-e57a340b-2928-4966-bb8c-e3e019262ada img.shogun-image {
    
    width: px;
  }


#s-e57a340b-2928-4966-bb8c-e3e019262ada .shogun-image-content {
  
    align-items: center;
  
}

#s-63a2f209-eb84-4972-9357-8cda2abf4766 {
  text-align: center;
}




  #s-63a2f209-eb84-4972-9357-8cda2abf4766 img.shogun-image {
    
    width: px;
  }


#s-63a2f209-eb84-4972-9357-8cda2abf4766 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8cb54d8-b329-4de3-a555-6f4edf1d6910 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b8cb54d8-b329-4de3-a555-6f4edf1d6910 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f1b87043-f4f9-4181-b31d-e6b5256b4bc0 {
  margin-top: -10px;
text-align: center;
}




  #s-f1b87043-f4f9-4181-b31d-e6b5256b4bc0 img.shogun-image {
    
    width: px;
  }


#s-f1b87043-f4f9-4181-b31d-e6b5256b4bc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-99c255e4-dda5-4472-a32b-c09817ace6e3 {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-99c255e4-dda5-4472-a32b-c09817ace6e3 {
  display: none;
}
#s-99c255e4-dda5-4472-a32b-c09817ace6e3, #wrap-s-99c255e4-dda5-4472-a32b-c09817ace6e3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99c255e4-dda5-4472-a32b-c09817ace6e3 {
  display: none;
}
#s-99c255e4-dda5-4472-a32b-c09817ace6e3, #wrap-s-99c255e4-dda5-4472-a32b-c09817ace6e3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-99c255e4-dda5-4472-a32b-c09817ace6e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-736df038-7ab6-465d-9a24-bee3f08e0838 {
  text-align: center;
}




  #s-736df038-7ab6-465d-9a24-bee3f08e0838 img.shogun-image {
    
    width: px;
  }


#s-736df038-7ab6-465d-9a24-bee3f08e0838 .shogun-image-content {
  
    align-items: center;
  
}

#s-ded23bd8-cb85-407f-838a-2b3541a88d74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ded23bd8-cb85-407f-838a-2b3541a88d74 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2b4b7869-e84a-430f-b499-a9a7092d7919 {
  margin-top: -10px;
text-align: center;
}




  #s-2b4b7869-e84a-430f-b499-a9a7092d7919 img.shogun-image {
    
    width: px;
  }


#s-2b4b7869-e84a-430f-b499-a9a7092d7919 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e96a0de-e811-47e9-a308-2f610e9aedd7 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}




  #s-3e96a0de-e811-47e9-a308-2f610e9aedd7 img.shogun-image {
    
    width: px;
  }


#s-3e96a0de-e811-47e9-a308-2f610e9aedd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca54458f-b803-428d-bdf7-ae7cfca02490 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ca54458f-b803-428d-bdf7-ae7cfca02490 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b228ab29-46df-488a-bbef-b014e60f6248 {
  margin-top: -10px;
text-align: center;
}




  #s-b228ab29-46df-488a-bbef-b014e60f6248 img.shogun-image {
    
    width: px;
  }


#s-b228ab29-46df-488a-bbef-b014e60f6248 .shogun-image-content {
  
    align-items: center;
  
}

#s-f09fd341-98fa-49e8-aeb5-14d288983e90 {
  text-align: center;
}




  #s-f09fd341-98fa-49e8-aeb5-14d288983e90 img.shogun-image {
    
    width: px;
  }


#s-f09fd341-98fa-49e8-aeb5-14d288983e90 .shogun-image-content {
  
    align-items: center;
  
}

#s-47777777-c2f9-4e7a-9b86-83d29231ba51 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-47777777-c2f9-4e7a-9b86-83d29231ba51 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1d641d06-06eb-4b39-a32a-7d7e6c210bf7 {
  margin-top: -10px;
text-align: center;
}




  #s-1d641d06-06eb-4b39-a32a-7d7e6c210bf7 img.shogun-image {
    
    width: px;
  }


#s-1d641d06-06eb-4b39-a32a-7d7e6c210bf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb1bf3f8-a863-4f2e-9f0f-2b1f22202705 {
  margin-top: 20px;
text-align: center;
}




  #s-eb1bf3f8-a863-4f2e-9f0f-2b1f22202705 img.shogun-image {
    
    width: px;
  }


#s-eb1bf3f8-a863-4f2e-9f0f-2b1f22202705 .shogun-image-content {
  
    align-items: center;
  
}

#s-46d25f17-b7fa-4dff-89fc-bee1dac2ce29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-46d25f17-b7fa-4dff-89fc-bee1dac2ce29 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9e6cf9a4-652f-43f2-ba7d-42fa5a74d2ad {
  margin-top: -10px;
text-align: center;
}




  #s-9e6cf9a4-652f-43f2-ba7d-42fa5a74d2ad img.shogun-image {
    
    width: px;
  }


#s-9e6cf9a4-652f-43f2-ba7d-42fa5a74d2ad .shogun-image-content {
  
    align-items: center;
  
}

#s-b1c7bdfb-abfb-403f-a76b-0d8720fe745d {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}








#s-b1c7bdfb-abfb-403f-a76b-0d8720fe745d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1c7bdfb-abfb-403f-a76b-0d8720fe745d.shg-box.shg-c {
  justify-content: center;
}

#s-716ff88c-0b85-49b1-84cf-e60e195c2c0c {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 1%;
margin-right: 10%;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 1200px){#s-716ff88c-0b85-49b1-84cf-e60e195c2c0c {
  display: none;
}
#s-716ff88c-0b85-49b1-84cf-e60e195c2c0c, #wrap-s-716ff88c-0b85-49b1-84cf-e60e195c2c0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-716ff88c-0b85-49b1-84cf-e60e195c2c0c {
  display: none;
}
#s-716ff88c-0b85-49b1-84cf-e60e195c2c0c, #wrap-s-716ff88c-0b85-49b1-84cf-e60e195c2c0c { display:none !important; }}







#s-716ff88c-0b85-49b1-84cf-e60e195c2c0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-716ff88c-0b85-49b1-84cf-e60e195c2c0c.shg-box.shg-c {
  justify-content: center;
}

#s-699e14e4-6281-41d3-8297-03febf206bbc {
  margin-top: 5%;
}

@media (min-width: 1200px){#s-71aa3b62-73e2-4e1a-99d2-c2eb2e3fdb6d {
  display: none;
}
#s-71aa3b62-73e2-4e1a-99d2-c2eb2e3fdb6d, #wrap-s-71aa3b62-73e2-4e1a-99d2-c2eb2e3fdb6d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71aa3b62-73e2-4e1a-99d2-c2eb2e3fdb6d {
  display: none;
}
#s-71aa3b62-73e2-4e1a-99d2-c2eb2e3fdb6d, #wrap-s-71aa3b62-73e2-4e1a-99d2-c2eb2e3fdb6d { display:none !important; }}
@media (min-width: 1200px){#s-609587c6-a88e-4e03-88d1-7b39d800c284 {
  display: none;
}
#s-609587c6-a88e-4e03-88d1-7b39d800c284, #wrap-s-609587c6-a88e-4e03-88d1-7b39d800c284 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-609587c6-a88e-4e03-88d1-7b39d800c284 {
  display: none;
}
#s-609587c6-a88e-4e03-88d1-7b39d800c284, #wrap-s-609587c6-a88e-4e03-88d1-7b39d800c284 { display:none !important; }}
#s-609587c6-a88e-4e03-88d1-7b39d800c284 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-609587c6-a88e-4e03-88d1-7b39d800c284 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-609587c6-a88e-4e03-88d1-7b39d800c284 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(10, 86, 100, 1);
}

#s-609587c6-a88e-4e03-88d1-7b39d800c284 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-609587c6-a88e-4e03-88d1-7b39d800c284 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(10, 86, 100, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 10px;
}

#s-609587c6-a88e-4e03-88d1-7b39d800c284 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 10px;
}
#s-99cabb27-5072-41ae-ac96-4596aace2b73 {
  margin-top: 1%;
margin-left: 20%;
margin-bottom: 1%;
margin-right: 20%;
min-height: 50px;
max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-99cabb27-5072-41ae-ac96-4596aace2b73 {
  display: none;
}
#s-99cabb27-5072-41ae-ac96-4596aace2b73, #wrap-s-99cabb27-5072-41ae-ac96-4596aace2b73 { display:none !important; }}@media (max-width: 767px){#s-99cabb27-5072-41ae-ac96-4596aace2b73 {
  display: none;
}
#s-99cabb27-5072-41ae-ac96-4596aace2b73, #wrap-s-99cabb27-5072-41ae-ac96-4596aace2b73 { display:none !important; }}







#s-99cabb27-5072-41ae-ac96-4596aace2b73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99cabb27-5072-41ae-ac96-4596aace2b73.shg-box.shg-c {
  justify-content: center;
}

#s-8355a90b-8926-44ce-8dc0-efe71767edd3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-8355a90b-8926-44ce-8dc0-efe71767edd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-8355a90b-8926-44ce-8dc0-efe71767edd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(10, 86, 100, 1);
}

#s-8355a90b-8926-44ce-8dc0-efe71767edd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8355a90b-8926-44ce-8dc0-efe71767edd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(10, 86, 100, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 10px;
}

#s-8355a90b-8926-44ce-8dc0-efe71767edd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 10px;
}
#s-133c9b5b-8a01-4a54-9688-a2cebba84371 {
  margin-top: 20px;
margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-133c9b5b-8a01-4a54-9688-a2cebba84371 {
  display: none;
}
#s-133c9b5b-8a01-4a54-9688-a2cebba84371, #wrap-s-133c9b5b-8a01-4a54-9688-a2cebba84371 { display:none !important; }}@media (max-width: 767px){#s-133c9b5b-8a01-4a54-9688-a2cebba84371 {
  display: none;
}
#s-133c9b5b-8a01-4a54-9688-a2cebba84371, #wrap-s-133c9b5b-8a01-4a54-9688-a2cebba84371 { display:none !important; }}
@media (min-width: 0px) {
[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-133c9b5b-8a01-4a54-9688-a2cebba84371"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f37f0c25-8a2f-44fe-8483-a6d231b71dfd {
  text-align: center;
}




  #s-f37f0c25-8a2f-44fe-8483-a6d231b71dfd img.shogun-image {
    
    width: px;
  }


#s-f37f0c25-8a2f-44fe-8483-a6d231b71dfd .shogun-image-content {
  
    align-items: center;
  
}

#s-2d1e4c00-6c45-46b0-989c-51938debb061 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2d1e4c00-6c45-46b0-989c-51938debb061 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-142c1e52-ed53-48aa-a63b-8174fc22f4ce {
  margin-top: -10px;
text-align: center;
}




  #s-142c1e52-ed53-48aa-a63b-8174fc22f4ce img.shogun-image {
    
    width: px;
  }


#s-142c1e52-ed53-48aa-a63b-8174fc22f4ce .shogun-image-content {
  
    align-items: center;
  
}

#s-75b57364-5d35-4867-b4c7-8298cda0222f {
  text-align: center;
}




  #s-75b57364-5d35-4867-b4c7-8298cda0222f img.shogun-image {
    
    width: px;
  }


#s-75b57364-5d35-4867-b4c7-8298cda0222f .shogun-image-content {
  
    align-items: center;
  
}

#s-f09ae131-b223-4c44-970e-584943a8481a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f09ae131-b223-4c44-970e-584943a8481a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a58255e9-328b-41a4-92ad-f0db398d610b {
  margin-top: -10px;
text-align: center;
}




  #s-a58255e9-328b-41a4-92ad-f0db398d610b img.shogun-image {
    
    width: px;
  }


#s-a58255e9-328b-41a4-92ad-f0db398d610b .shogun-image-content {
  
    align-items: center;
  
}

#s-b3686cd4-0512-47d2-b749-3cef933e5155 {
  text-align: center;
}




  #s-b3686cd4-0512-47d2-b749-3cef933e5155 img.shogun-image {
    
    width: px;
  }


#s-b3686cd4-0512-47d2-b749-3cef933e5155 .shogun-image-content {
  
    align-items: center;
  
}

#s-49d7171f-0cb5-4f8b-b3b0-72f870156550 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-49d7171f-0cb5-4f8b-b3b0-72f870156550 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d23caae2-24f3-4c13-9fa4-f41bc46bca18 {
  margin-top: -10px;
text-align: center;
}




  #s-d23caae2-24f3-4c13-9fa4-f41bc46bca18 img.shogun-image {
    
    width: px;
  }


#s-d23caae2-24f3-4c13-9fa4-f41bc46bca18 .shogun-image-content {
  
    align-items: center;
  
}

#s-799ae77e-b90e-4e33-8800-c1980f6ad80a {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-799ae77e-b90e-4e33-8800-c1980f6ad80a {
  display: none;
}
#s-799ae77e-b90e-4e33-8800-c1980f6ad80a, #wrap-s-799ae77e-b90e-4e33-8800-c1980f6ad80a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-799ae77e-b90e-4e33-8800-c1980f6ad80a {
  display: none;
}
#s-799ae77e-b90e-4e33-8800-c1980f6ad80a, #wrap-s-799ae77e-b90e-4e33-8800-c1980f6ad80a { display:none !important; }}
@media (min-width: 0px) {
[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-799ae77e-b90e-4e33-8800-c1980f6ad80a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ac9c47aa-f5bf-4ce0-a05b-a0cfb6c58fdd {
  text-align: center;
}




  #s-ac9c47aa-f5bf-4ce0-a05b-a0cfb6c58fdd img.shogun-image {
    
    width: px;
  }


#s-ac9c47aa-f5bf-4ce0-a05b-a0cfb6c58fdd .shogun-image-content {
  
    align-items: center;
  
}

#s-600083b2-980a-488d-9a80-9e261562e6c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-600083b2-980a-488d-9a80-9e261562e6c6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-04c8ed91-8df2-436d-8cee-360dfc961519 {
  margin-top: -10px;
text-align: center;
}




  #s-04c8ed91-8df2-436d-8cee-360dfc961519 img.shogun-image {
    
    width: px;
  }


#s-04c8ed91-8df2-436d-8cee-360dfc961519 .shogun-image-content {
  
    align-items: center;
  
}

#s-48ff3b40-beb4-4fcb-9a21-6aacbd49d63a {
  text-align: center;
}




  #s-48ff3b40-beb4-4fcb-9a21-6aacbd49d63a img.shogun-image {
    
    width: px;
  }


#s-48ff3b40-beb4-4fcb-9a21-6aacbd49d63a .shogun-image-content {
  
    align-items: center;
  
}

#s-7c81ffa0-1556-4eb9-b379-9fd426a0f5f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7c81ffa0-1556-4eb9-b379-9fd426a0f5f3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9800cb25-185e-4282-95f5-b7118bb8b8f9 {
  margin-top: -10px;
text-align: center;
}




  #s-9800cb25-185e-4282-95f5-b7118bb8b8f9 img.shogun-image {
    
    width: px;
  }


#s-9800cb25-185e-4282-95f5-b7118bb8b8f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b {
  margin-top: 20px;
margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b {
  display: none;
}
#s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b, #wrap-s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b { display:none !important; }}@media (max-width: 767px){#s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b {
  display: none;
}
#s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b, #wrap-s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b { display:none !important; }}
@media (min-width: 0px) {
[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b51083e7-fe16-4c3e-a3cb-2d74f4c0483b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6b3f1e48-ee4c-41f9-a2aa-03ff9befa404 {
  text-align: center;
}




  #s-6b3f1e48-ee4c-41f9-a2aa-03ff9befa404 img.shogun-image {
    
    width: px;
  }


#s-6b3f1e48-ee4c-41f9-a2aa-03ff9befa404 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd704d06-b7b8-47fd-b9b5-94ec6be2b649 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fd704d06-b7b8-47fd-b9b5-94ec6be2b649 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-baefd2c8-4a69-4c37-80fc-07539ed91cc6 {
  margin-top: -10px;
text-align: center;
}




  #s-baefd2c8-4a69-4c37-80fc-07539ed91cc6 img.shogun-image {
    
    width: px;
  }


#s-baefd2c8-4a69-4c37-80fc-07539ed91cc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d902fd8-4f21-4ec1-98be-006c66d7acac {
  text-align: center;
}




  #s-7d902fd8-4f21-4ec1-98be-006c66d7acac img.shogun-image {
    
    width: px;
  }


#s-7d902fd8-4f21-4ec1-98be-006c66d7acac .shogun-image-content {
  
    align-items: center;
  
}

#s-40c69bc4-f49c-4b00-9a7b-f791ed79f48e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-40c69bc4-f49c-4b00-9a7b-f791ed79f48e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d968f79b-3cdc-4f73-b507-8d6dd09ed5e3 {
  margin-top: -10px;
text-align: center;
}




  #s-d968f79b-3cdc-4f73-b507-8d6dd09ed5e3 img.shogun-image {
    
    width: px;
  }


#s-d968f79b-3cdc-4f73-b507-8d6dd09ed5e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f310470-1bc7-4370-8392-386266d69058 {
  text-align: center;
}




  #s-1f310470-1bc7-4370-8392-386266d69058 img.shogun-image {
    
    width: px;
  }


#s-1f310470-1bc7-4370-8392-386266d69058 .shogun-image-content {
  
    align-items: center;
  
}

#s-49989e77-8fb8-4199-aafa-85c147ef4dcb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-49989e77-8fb8-4199-aafa-85c147ef4dcb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6392084d-69e9-4c12-b660-4ade1ce60b9b {
  margin-top: -10px;
text-align: center;
}




  #s-6392084d-69e9-4c12-b660-4ade1ce60b9b img.shogun-image {
    
    width: px;
  }


#s-6392084d-69e9-4c12-b660-4ade1ce60b9b .shogun-image-content {
  
    align-items: center;
  
}

#s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41 {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41 {
  display: none;
}
#s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41, #wrap-s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41 {
  display: none;
}
#s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41, #wrap-s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5c8ab13-c935-4ac6-ac3b-ac3b112a5e41"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4041219c-28ea-45fa-9117-412532168c6f {
  text-align: center;
}




  #s-4041219c-28ea-45fa-9117-412532168c6f img.shogun-image {
    
    width: px;
  }


#s-4041219c-28ea-45fa-9117-412532168c6f .shogun-image-content {
  
    align-items: center;
  
}

#s-5bbb77b1-f7e0-4d02-a85c-c4876abb2c0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5bbb77b1-f7e0-4d02-a85c-c4876abb2c0f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8e9745e0-d589-45c8-a84f-785f2b5c166c {
  margin-top: -10px;
text-align: center;
}




  #s-8e9745e0-d589-45c8-a84f-785f2b5c166c img.shogun-image {
    
    width: px;
  }


#s-8e9745e0-d589-45c8-a84f-785f2b5c166c .shogun-image-content {
  
    align-items: center;
  
}

#s-de7045c2-218a-4618-a8cd-2cbe8aae8546 {
  margin-top: 20px;
text-align: center;
}




  #s-de7045c2-218a-4618-a8cd-2cbe8aae8546 img.shogun-image {
    
    width: px;
  }


#s-de7045c2-218a-4618-a8cd-2cbe8aae8546 .shogun-image-content {
  
    align-items: center;
  
}

#s-63b4724a-0057-454f-b07b-c1ebef2e0728 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-63b4724a-0057-454f-b07b-c1ebef2e0728 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-01fb8243-d7ab-470a-b84c-8c51453ea293 {
  margin-top: -10px;
text-align: center;
}




  #s-01fb8243-d7ab-470a-b84c-8c51453ea293 img.shogun-image {
    
    width: px;
  }


#s-01fb8243-d7ab-470a-b84c-8c51453ea293 .shogun-image-content {
  
    align-items: center;
  
}

#s-6340a6de-96e6-428b-9159-11bba7a3ebb6 {
  text-align: center;
}




  #s-6340a6de-96e6-428b-9159-11bba7a3ebb6 img.shogun-image {
    
    width: px;
  }


#s-6340a6de-96e6-428b-9159-11bba7a3ebb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d36f7c21-d390-4cae-a1d2-060fdc6baeb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d36f7c21-d390-4cae-a1d2-060fdc6baeb7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6383910c-be17-4e8d-8f64-1e315082482f {
  margin-top: -10px;
text-align: center;
}




  #s-6383910c-be17-4e8d-8f64-1e315082482f img.shogun-image {
    
    width: px;
  }


#s-6383910c-be17-4e8d-8f64-1e315082482f .shogun-image-content {
  
    align-items: center;
  
}

#s-7315f67d-3ae5-4059-9346-f02275aa865b {
  margin-top: 20px;
text-align: center;
}




  #s-7315f67d-3ae5-4059-9346-f02275aa865b img.shogun-image {
    
    width: px;
  }


#s-7315f67d-3ae5-4059-9346-f02275aa865b .shogun-image-content {
  
    align-items: center;
  
}

#s-48df339a-bc9e-476c-9d29-6054b532b05c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-48df339a-bc9e-476c-9d29-6054b532b05c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f4438e9f-d44c-477c-ad2d-e7f4eacbd4a5 {
  margin-top: -10px;
text-align: center;
}




  #s-f4438e9f-d44c-477c-ad2d-e7f4eacbd4a5 img.shogun-image {
    
    width: px;
  }


#s-f4438e9f-d44c-477c-ad2d-e7f4eacbd4a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-869089a8-ff77-4b6f-a298-d869408334a5 {
  margin-top: 20px;
margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-869089a8-ff77-4b6f-a298-d869408334a5 {
  display: none;
}
#s-869089a8-ff77-4b6f-a298-d869408334a5, #wrap-s-869089a8-ff77-4b6f-a298-d869408334a5 { display:none !important; }}@media (max-width: 767px){#s-869089a8-ff77-4b6f-a298-d869408334a5 {
  display: none;
}
#s-869089a8-ff77-4b6f-a298-d869408334a5, #wrap-s-869089a8-ff77-4b6f-a298-d869408334a5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-869089a8-ff77-4b6f-a298-d869408334a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bf328c7b-9ae5-4cd2-ac2a-60e3a058ccb2 {
  text-align: center;
}




  #s-bf328c7b-9ae5-4cd2-ac2a-60e3a058ccb2 img.shogun-image {
    
    width: px;
  }


#s-bf328c7b-9ae5-4cd2-ac2a-60e3a058ccb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-831a7321-af87-47a2-86aa-57d4630764ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-831a7321-af87-47a2-86aa-57d4630764ce .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ac476b3f-821d-47d9-a23d-fb0b05d4fc5a {
  margin-top: -10px;
text-align: center;
}




  #s-ac476b3f-821d-47d9-a23d-fb0b05d4fc5a img.shogun-image {
    
    width: px;
  }


#s-ac476b3f-821d-47d9-a23d-fb0b05d4fc5a .shogun-image-content {
  
    align-items: center;
  
}

#s-bf718e9c-3790-4c26-8429-317d08bb6f06 {
  text-align: center;
}




  #s-bf718e9c-3790-4c26-8429-317d08bb6f06 img.shogun-image {
    
    width: px;
  }


#s-bf718e9c-3790-4c26-8429-317d08bb6f06 .shogun-image-content {
  
    align-items: center;
  
}

#s-db94697b-c00d-441e-b086-b027665ec30a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-db94697b-c00d-441e-b086-b027665ec30a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bf762533-509a-44ec-83ae-4c004382a54e {
  margin-top: -10px;
text-align: center;
}




  #s-bf762533-509a-44ec-83ae-4c004382a54e img.shogun-image {
    
    width: px;
  }


#s-bf762533-509a-44ec-83ae-4c004382a54e .shogun-image-content {
  
    align-items: center;
  
}

#s-cab78a44-f9dc-4e08-a34c-6abd06f386e8 {
  text-align: center;
}




  #s-cab78a44-f9dc-4e08-a34c-6abd06f386e8 img.shogun-image {
    
    width: px;
  }


#s-cab78a44-f9dc-4e08-a34c-6abd06f386e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbca879b-192e-4134-aef4-f8058d3986dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bbca879b-192e-4134-aef4-f8058d3986dd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5f41c2b9-24ff-4321-bae6-5ed9f4d71241 {
  margin-top: -10px;
text-align: center;
}




  #s-5f41c2b9-24ff-4321-bae6-5ed9f4d71241 img.shogun-image {
    
    width: px;
  }


#s-5f41c2b9-24ff-4321-bae6-5ed9f4d71241 .shogun-image-content {
  
    align-items: center;
  
}

#s-f603a06e-408b-47e8-8fda-97c3751e7eea {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}








#s-f603a06e-408b-47e8-8fda-97c3751e7eea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f603a06e-408b-47e8-8fda-97c3751e7eea.shg-box.shg-c {
  justify-content: center;
}

#s-b21bd5c7-9898-4d3f-8755-8e003b68d0b9 {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 1%;
margin-right: 10%;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 1200px){#s-b21bd5c7-9898-4d3f-8755-8e003b68d0b9 {
  display: none;
}
#s-b21bd5c7-9898-4d3f-8755-8e003b68d0b9, #wrap-s-b21bd5c7-9898-4d3f-8755-8e003b68d0b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b21bd5c7-9898-4d3f-8755-8e003b68d0b9 {
  display: none;
}
#s-b21bd5c7-9898-4d3f-8755-8e003b68d0b9, #wrap-s-b21bd5c7-9898-4d3f-8755-8e003b68d0b9 { display:none !important; }}







#s-b21bd5c7-9898-4d3f-8755-8e003b68d0b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b21bd5c7-9898-4d3f-8755-8e003b68d0b9.shg-box.shg-c {
  justify-content: center;
}

#s-9da9d87d-a3ce-4192-b5a0-f51585f154b6 {
  margin-top: 5%;
}

@media (min-width: 1200px){#s-d67a02de-97f9-48ab-ab8a-77b631ab8514 {
  display: none;
}
#s-d67a02de-97f9-48ab-ab8a-77b631ab8514, #wrap-s-d67a02de-97f9-48ab-ab8a-77b631ab8514 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d67a02de-97f9-48ab-ab8a-77b631ab8514 {
  display: none;
}
#s-d67a02de-97f9-48ab-ab8a-77b631ab8514, #wrap-s-d67a02de-97f9-48ab-ab8a-77b631ab8514 { display:none !important; }}
@media (min-width: 1200px){#s-0785fe1a-afe6-42a7-b3ff-df3f11480f37 {
  display: none;
}
#s-0785fe1a-afe6-42a7-b3ff-df3f11480f37, #wrap-s-0785fe1a-afe6-42a7-b3ff-df3f11480f37 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0785fe1a-afe6-42a7-b3ff-df3f11480f37 {
  display: none;
}
#s-0785fe1a-afe6-42a7-b3ff-df3f11480f37, #wrap-s-0785fe1a-afe6-42a7-b3ff-df3f11480f37 { display:none !important; }}
#s-0785fe1a-afe6-42a7-b3ff-df3f11480f37 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-0785fe1a-afe6-42a7-b3ff-df3f11480f37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-0785fe1a-afe6-42a7-b3ff-df3f11480f37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(10, 86, 100, 1);
}

#s-0785fe1a-afe6-42a7-b3ff-df3f11480f37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-0785fe1a-afe6-42a7-b3ff-df3f11480f37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(10, 86, 100, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 10px;
}

#s-0785fe1a-afe6-42a7-b3ff-df3f11480f37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 10px;
}
#s-0dd011b3-5d39-4a5e-abf3-e757145bc16a {
  margin-top: 1%;
margin-left: 20%;
margin-bottom: 1%;
margin-right: 20%;
min-height: 50px;
max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0dd011b3-5d39-4a5e-abf3-e757145bc16a {
  display: none;
}
#s-0dd011b3-5d39-4a5e-abf3-e757145bc16a, #wrap-s-0dd011b3-5d39-4a5e-abf3-e757145bc16a { display:none !important; }}@media (max-width: 767px){#s-0dd011b3-5d39-4a5e-abf3-e757145bc16a {
  display: none;
}
#s-0dd011b3-5d39-4a5e-abf3-e757145bc16a, #wrap-s-0dd011b3-5d39-4a5e-abf3-e757145bc16a { display:none !important; }}







#s-0dd011b3-5d39-4a5e-abf3-e757145bc16a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dd011b3-5d39-4a5e-abf3-e757145bc16a.shg-box.shg-c {
  justify-content: center;
}

#s-64943bcb-7f50-4d00-852a-35d7e01311ce > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-64943bcb-7f50-4d00-852a-35d7e01311ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-64943bcb-7f50-4d00-852a-35d7e01311ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(10, 86, 100, 1);
}

#s-64943bcb-7f50-4d00-852a-35d7e01311ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-64943bcb-7f50-4d00-852a-35d7e01311ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(10, 86, 100, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 10px;
}

#s-64943bcb-7f50-4d00-852a-35d7e01311ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 10px;
}
#s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c {
  display: none;
}
#s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c, #wrap-s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c {
  display: none;
}
#s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c, #wrap-s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c { display:none !important; }}
@media (min-width: 0px) {
[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-95ec0826-b468-4e9e-8f12-cfbd7bb2370c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7e850eb7-9d4b-434a-93e8-5ec7bac86bc3 {
  text-align: center;
}




  #s-7e850eb7-9d4b-434a-93e8-5ec7bac86bc3 img.shogun-image {
    
    width: px;
  }


#s-7e850eb7-9d4b-434a-93e8-5ec7bac86bc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d73211a-b2ce-46b9-a623-c0ef530b9271 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7d73211a-b2ce-46b9-a623-c0ef530b9271 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-27844e7e-e8a4-4890-874f-7474cccb36b5 {
  margin-top: -10px;
text-align: center;
}




  #s-27844e7e-e8a4-4890-874f-7474cccb36b5 img.shogun-image {
    
    width: px;
  }


#s-27844e7e-e8a4-4890-874f-7474cccb36b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c0b972d-6a71-4b3b-bbaf-8c1c5be3f95b {
  text-align: center;
}




  #s-8c0b972d-6a71-4b3b-bbaf-8c1c5be3f95b img.shogun-image {
    
    width: px;
  }


#s-8c0b972d-6a71-4b3b-bbaf-8c1c5be3f95b .shogun-image-content {
  
    align-items: center;
  
}

#s-19617f91-9923-4132-95ee-a668ced09490 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-19617f91-9923-4132-95ee-a668ced09490 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7a5ad0f7-36cc-44a3-ae94-686317f3bc38 {
  margin-top: -10px;
text-align: center;
}




  #s-7a5ad0f7-36cc-44a3-ae94-686317f3bc38 img.shogun-image {
    
    width: px;
  }


#s-7a5ad0f7-36cc-44a3-ae94-686317f3bc38 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e73b746-eba6-4bbc-8ba4-32d628b7786f {
  margin-top: 20px;
margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e73b746-eba6-4bbc-8ba4-32d628b7786f {
  display: none;
}
#s-8e73b746-eba6-4bbc-8ba4-32d628b7786f, #wrap-s-8e73b746-eba6-4bbc-8ba4-32d628b7786f { display:none !important; }}@media (max-width: 767px){#s-8e73b746-eba6-4bbc-8ba4-32d628b7786f {
  display: none;
}
#s-8e73b746-eba6-4bbc-8ba4-32d628b7786f, #wrap-s-8e73b746-eba6-4bbc-8ba4-32d628b7786f { display:none !important; }}
@media (min-width: 0px) {
[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8e73b746-eba6-4bbc-8ba4-32d628b7786f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-91dc2260-11a8-47a5-9882-a1e3ec0018ca {
  text-align: center;
}




  #s-91dc2260-11a8-47a5-9882-a1e3ec0018ca img.shogun-image {
    
    width: px;
  }


#s-91dc2260-11a8-47a5-9882-a1e3ec0018ca .shogun-image-content {
  
    align-items: center;
  
}

#s-6fa78040-34c6-4ae5-a4c6-6d5b01b359d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6fa78040-34c6-4ae5-a4c6-6d5b01b359d0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c5cd82a1-1c95-4cb3-9607-34dde9f176c2 {
  margin-top: -10px;
text-align: center;
}




  #s-c5cd82a1-1c95-4cb3-9607-34dde9f176c2 img.shogun-image {
    
    width: px;
  }


#s-c5cd82a1-1c95-4cb3-9607-34dde9f176c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-85998991-0008-461a-b358-85daf28dce1a {
  text-align: center;
}




  #s-85998991-0008-461a-b358-85daf28dce1a img.shogun-image {
    
    width: px;
  }


#s-85998991-0008-461a-b358-85daf28dce1a .shogun-image-content {
  
    align-items: center;
  
}

#s-9a71cfb2-85c5-4d4d-8b25-a9e613c723f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9a71cfb2-85c5-4d4d-8b25-a9e613c723f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bd49093f-d8bd-44fe-8e41-0b9c0086f60c {
  margin-top: -10px;
text-align: center;
}




  #s-bd49093f-d8bd-44fe-8e41-0b9c0086f60c img.shogun-image {
    
    width: px;
  }


#s-bd49093f-d8bd-44fe-8e41-0b9c0086f60c .shogun-image-content {
  
    align-items: center;
  
}

#s-18a249c8-5bcc-45f6-b784-a94d02938240 {
  text-align: center;
}




  #s-18a249c8-5bcc-45f6-b784-a94d02938240 img.shogun-image {
    
    width: px;
  }


#s-18a249c8-5bcc-45f6-b784-a94d02938240 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5f847d7-3f35-4f5f-a807-853efe519fb8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c5f847d7-3f35-4f5f-a807-853efe519fb8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Abhaya Libre;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6e3fd5a8-6653-4da3-942a-9596cfac3945 {
  margin-top: -10px;
text-align: center;
}




  #s-6e3fd5a8-6653-4da3-942a-9596cfac3945 img.shogun-image {
    
    width: px;
  }


#s-6e3fd5a8-6653-4da3-942a-9596cfac3945 .shogun-image-content {
  
    align-items: 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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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