.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 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: text;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

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

.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-ebb0b235-d8c2-4f0f-870f-c867c541c7d9 { min-height: 50px; }
#s-ebb0b235-d8c2-4f0f-870f-c867c541c7d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-nav-tabs {
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  list-style: none !important;
}

.shogun-nav-tabs:before,
.shogun-nav-tabs:after {
  display: table;
  content: " ";
}

.shogun-nav-tabs:after {
  clear: both;
}

.shogun-nav-tabs > li {
  float: left;
  margin-bottom: -1px !important;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.shogun-nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px !important;
  text-decoration: none;
}

.shogun-nav-tabs > li.active > a {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.shogun-tab-content > .shogun-tab-pane {
  display: none;
  opacity: 0;
  transition: opacity .15s linear;
}

.shogun-tab-content > .shogun-tab-pane.active {
  display: block;
  opacity: 1;
}

#s-fcfc9a0e-081e-4ebb-97b9-417c4326a370 .shogun-nav-tabs > li > a {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-fcfc9a0e-081e-4ebb-97b9-417c4326a370 .shogun-nav-tabs > li.active > a {
  background-color: #fff;
  color: #555;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

#s-fcfc9a0e-081e-4ebb-97b9-417c4326a370 .shogun-nav-tabs {
  border-bottom: 1px solid #ddd;
}
#s-408a4944-8f88-4d5f-92ab-430265e873dc { margin-top: 1%;
margin-bottom: 1%;
padding-top: 0%;
padding-bottom: 0%;
min-height: 50px; }
#s-408a4944-8f88-4d5f-92ab-430265e873dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-image-container {
  position: relative;
}

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

.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 {
  min-height: inherit;
  max-height: inherit;
}

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

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

#s-f6f3a070-18bc-47a1-8378-e2d714f91997 { margin-top: 1%;
margin-bottom: 1%;
text-align: 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-233f59c8-1bc2-4ff1-97ad-025e10d23d94 { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-233f59c8-1bc2-4ff1-97ad-025e10d23d94"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c4c0253c-b14c-456e-9ff1-101ca2df85d3 { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4c0253c-b14c-456e-9ff1-101ca2df85d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-10c39157-03f0-485d-9256-4cb88fc18840 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-10c39157-03f0-485d-9256-4cb88fc18840 .shogun-icon-wrapper {
  text-align: center;
}


#s-10c39157-03f0-485d-9256-4cb88fc18840 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

.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-34d4785a-8ccd-4057-87b7-1f58539bebb4 { padding-top: 10px;
padding-bottom: 10px; }
 #s-34d4785a-8ccd-4057-87b7-1f58539bebb4 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: left;
 }

 

#s-d17944d2-ac3e-4da3-9ced-91a663000c12 { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d17944d2-ac3e-4da3-9ced-91a663000c12"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f99a7b0b-3b8e-4d82-bdc0-751946bd52df { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-f99a7b0b-3b8e-4d82-bdc0-751946bd52df .shogun-icon-wrapper {
  text-align: center;
}


#s-f99a7b0b-3b8e-4d82-bdc0-751946bd52df .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-e72d3451-518c-4858-bd41-b243dd4101b4 { padding-top: 10px;
padding-bottom: 10px; }
 #s-e72d3451-518c-4858-bd41-b243dd4101b4 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: left;
 }

 

#s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455 { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3698a7ee-b3a7-48fc-b5dc-d4eb092b7455"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6b4848a4-f586-4810-9f46-099313ead281 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-6b4848a4-f586-4810-9f46-099313ead281 .shogun-icon-wrapper {
  text-align: center;
}


#s-6b4848a4-f586-4810-9f46-099313ead281 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-ca29c296-6283-46a4-8bae-8873432e12c3 { padding-top: 10px;
padding-bottom: 10px; }
 #s-ca29c296-6283-46a4-8bae-8873432e12c3 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: left;
 }

 

#s-d764f2ce-20c5-4504-b55d-aa095d98468e { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d764f2ce-20c5-4504-b55d-aa095d98468e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f663beb1-8e37-4295-afba-80d77f5a0d3e { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-f663beb1-8e37-4295-afba-80d77f5a0d3e .shogun-icon-wrapper {
  text-align: center;
}


#s-f663beb1-8e37-4295-afba-80d77f5a0d3e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-6089be42-72ce-4b7b-9c2e-ece75d548a7d { padding-top: 10px;
padding-bottom: 10px; }
 #s-6089be42-72ce-4b7b-9c2e-ece75d548a7d .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: left;
 }

 

#s-0af9b475-bad4-4622-b275-1e1a648127ff { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0af9b475-bad4-4622-b275-1e1a648127ff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-68e8b526-72fa-40a5-87b8-22f2e4acdd9b { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-68e8b526-72fa-40a5-87b8-22f2e4acdd9b .shogun-icon-wrapper {
  text-align: center;
}


#s-68e8b526-72fa-40a5-87b8-22f2e4acdd9b .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-3726ce8c-aa0d-4a7e-9055-f4e2aca53104 { padding-top: 10px;
padding-bottom: 10px; }
 #s-3726ce8c-aa0d-4a7e-9055-f4e2aca53104 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: left;
 }

 

#s-f7b16355-8ae9-425d-a22f-6add541e549e { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7b16355-8ae9-425d-a22f-6add541e549e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e9de6ebc-69db-4dfc-914a-fc4b30e555b6 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-e9de6ebc-69db-4dfc-914a-fc4b30e555b6 .shogun-icon-wrapper {
  text-align: center;
}


#s-e9de6ebc-69db-4dfc-914a-fc4b30e555b6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-016feee3-5052-42da-99f9-a2f8d688fdbf { padding-top: 10px;
padding-bottom: 10px; }
 #s-016feee3-5052-42da-99f9-a2f8d688fdbf .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: left;
 }

 

#s-4fc7603a-9fcb-4768-b2ca-002e43fb8ee6 { margin-top: 1%;
margin-bottom: 1%;
min-height: 50px; }
#s-4fc7603a-9fcb-4768-b2ca-002e43fb8ee6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b96f44de-2db5-4b12-95bf-54963e87cefb { background-image: url(https://i.shgcdn.com/ac0677b7-5e83-4023-a2c0-a89168b4d319/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center bottom;
background-attachment: scroll; }
#s-b96f44de-2db5-4b12-95bf-54963e87cefb > .shg-box-overlay {
  background-color: rgba(52, 52, 52, 1);
  opacity: 0;
}
#s-3fbe0a20-5cf5-4d6a-9ff2-64249bb32397 { padding-top: 10px;
padding-bottom: 10px; }
 #s-3fbe0a20-5cf5-4d6a-9ff2-64249bb32397 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-840ef3bb-7263-40b6-a8db-d4e816570864 { margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px; }
#s-eb8bd927-ba89-43af-8b6d-324bf9dbb127 { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eb8bd927-ba89-43af-8b6d-324bf9dbb127"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6213b5bf-1dac-42bb-b355-9a6e36434cda { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-6213b5bf-1dac-42bb-b355-9a6e36434cda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d69d155a-2b10-44be-bc85-af83bec1d847 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-d69d155a-2b10-44be-bc85-af83bec1d847 .shogun-icon-wrapper {
  text-align: center;
}


#s-d69d155a-2b10-44be-bc85-af83bec1d847 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-b935d67a-1760-4653-b0d3-785c6018ef6d { padding-top: 10px;
padding-bottom: 10px; }
 #s-b935d67a-1760-4653-b0d3-785c6018ef6d .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-43d14183-83de-40dd-a1ff-2a83bec2fa9a { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-43d14183-83de-40dd-a1ff-2a83bec2fa9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-47ff98ef-7cc9-4482-bdff-25173baa7a12 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-47ff98ef-7cc9-4482-bdff-25173baa7a12 .shogun-icon-wrapper {
  text-align: center;
}


#s-47ff98ef-7cc9-4482-bdff-25173baa7a12 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-e51431f8-a915-4459-aa21-29571d1c47d5 { padding-top: 10px;
padding-bottom: 10px; }
 #s-e51431f8-a915-4459-aa21-29571d1c47d5 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-038f4c4b-86cc-4ab7-809a-efae9a6f90b1 { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-038f4c4b-86cc-4ab7-809a-efae9a6f90b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f7c98351-d6f7-40f1-b091-0e716ed6687a { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-f7c98351-d6f7-40f1-b091-0e716ed6687a .shogun-icon-wrapper {
  text-align: center;
}


#s-f7c98351-d6f7-40f1-b091-0e716ed6687a .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-d58dfc10-fef7-475a-9765-a9ac2a3d7ac9 { padding-top: 10px;
padding-bottom: 10px; }
 #s-d58dfc10-fef7-475a-9765-a9ac2a3d7ac9 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-64deb1f6-af14-4e9d-bd0e-8e87855920f1 { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-64deb1f6-af14-4e9d-bd0e-8e87855920f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b19e78f8-d4c6-459e-b663-a85d2392db11 { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-b19e78f8-d4c6-459e-b663-a85d2392db11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-4579b84c-6446-4b47-84e8-81d384e65f99 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-4579b84c-6446-4b47-84e8-81d384e65f99 .shogun-icon-wrapper {
  text-align: center;
}


#s-4579b84c-6446-4b47-84e8-81d384e65f99 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-8a7e6ad6-4cb5-418b-818c-269f1ac01236 { padding-top: 10px;
padding-bottom: 10px; }
 #s-8a7e6ad6-4cb5-418b-818c-269f1ac01236 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-effcf558-c8f6-4ef8-85e0-d0bfe29f4ef9 { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-effcf558-c8f6-4ef8-85e0-d0bfe29f4ef9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f32ec7c7-1779-471e-a8d2-6ee7f3d8a21e { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-f32ec7c7-1779-471e-a8d2-6ee7f3d8a21e .shogun-icon-wrapper {
  text-align: center;
}


#s-f32ec7c7-1779-471e-a8d2-6ee7f3d8a21e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-31b467f0-bb68-4ad2-a114-89f58de76c76 { padding-top: 10px;
padding-bottom: 10px; }
 #s-31b467f0-bb68-4ad2-a114-89f58de76c76 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-40b5d70f-7b91-448b-ab60-8b5c64e2a771 { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-40b5d70f-7b91-448b-ab60-8b5c64e2a771 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7e9bffe3-cc7a-4f27-a655-0d687107644f { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-7e9bffe3-cc7a-4f27-a655-0d687107644f .shogun-icon-wrapper {
  text-align: center;
}


#s-7e9bffe3-cc7a-4f27-a655-0d687107644f .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-c8c1fd13-4977-47ce-b4b3-fb74ce263a81 { padding-top: 10px;
padding-bottom: 10px; }
 #s-c8c1fd13-4977-47ce-b4b3-fb74ce263a81 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-21b35f0c-0732-4803-8acc-91f7356f625a { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-21b35f0c-0732-4803-8acc-91f7356f625a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f6415141-41a6-4aca-9eb8-2076a0afbe45 { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-f6415141-41a6-4aca-9eb8-2076a0afbe45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-58f22646-1ca8-4060-b386-e935ab7a7bc7 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-58f22646-1ca8-4060-b386-e935ab7a7bc7 .shogun-icon-wrapper {
  text-align: center;
}


#s-58f22646-1ca8-4060-b386-e935ab7a7bc7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-a5d0803d-7b05-4986-9e61-07df2cc04163 { padding-top: 10px;
padding-bottom: 10px; }
 #s-a5d0803d-7b05-4986-9e61-07df2cc04163 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-326f9096-5404-45aa-a989-36cc8b4a7185 { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-326f9096-5404-45aa-a989-36cc8b4a7185 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-3e8047bc-d9c6-4c18-aa5b-efa4872ec8f2 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-3e8047bc-d9c6-4c18-aa5b-efa4872ec8f2 .shogun-icon-wrapper {
  text-align: center;
}


#s-3e8047bc-d9c6-4c18-aa5b-efa4872ec8f2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-b4903f0a-06af-4a49-9b87-6091531a00d2 { padding-top: 10px;
padding-bottom: 10px; }
 #s-b4903f0a-06af-4a49-9b87-6091531a00d2 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-7069ecbb-76d4-41f5-b08f-3cbcce82f360 { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-7069ecbb-76d4-41f5-b08f-3cbcce82f360 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-211c5b51-bc29-4da8-92ba-69abbabc9faf { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-211c5b51-bc29-4da8-92ba-69abbabc9faf .shogun-icon-wrapper {
  text-align: center;
}


#s-211c5b51-bc29-4da8-92ba-69abbabc9faf .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-6efeafa4-184f-442c-87a5-4f64424b4e54 { padding-top: 10px;
padding-bottom: 10px; }
 #s-6efeafa4-184f-442c-87a5-4f64424b4e54 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-88cd8ede-b335-44f5-8279-4ad74050c2cd { margin-top: 1%;
margin-bottom: 1%;
min-height: 400px;
background-attachment: scroll; }
#s-88cd8ede-b335-44f5-8279-4ad74050c2cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fd6060ad-296f-408b-baac-d194d6da40d9 { padding-top: 10px;
padding-bottom: 10px; }
 #s-fd6060ad-296f-408b-baac-d194d6da40d9 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-28859d30-381f-4a98-adb5-1b568babdf4e { margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px; }
#s-2d8f1baa-f315-4395-be43-dab7de5c1ca1 { padding-top: 10px;
padding-bottom: 10px; }
 #s-2d8f1baa-f315-4395-be43-dab7de5c1ca1 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34 { margin-bottom: 3%; }
@media (min-width: 0px) {
[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-71c6f89b-103f-4e7a-a4c1-36eff3ea6e34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2afbbbc5-d134-4d74-8d90-7b4e6cb61051"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-f53c36d5-227d-4210-bb97-8832b7fbde00 { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-be6b7f2a-e04d-4826-abb8-2897e1667fdc { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
@media (min-width: 0px) {
[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0bc5478f-5149-4b00-aca9-eceee279d3cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-4cb35757-b3b4-4a04-a509-10cda913e64b { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-be7810ec-5767-4b32-912b-9d5a6f8c71d1 { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-9a3b7bd9-8090-4960-b8eb-66e953ea75d6 { padding-top: 10px;
padding-bottom: 10px; }
 #s-9a3b7bd9-8090-4960-b8eb-66e953ea75d6 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-34429ac7-27c0-4397-bf68-76f70cd866f4 { margin-bottom: 3%; }
@media (min-width: 0px) {
[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-34429ac7-27c0-4397-bf68-76f70cd866f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ea203534-6596-4ff8-9721-86998a16eb0a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-80476a11-a7cf-4dd8-ab51-b49593037af4 { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-0b5b832e-b307-4fe3-84f1-ba43ac246825 { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
@media (min-width: 0px) {
[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2fc6f810-11a9-4c36-99ed-f6a42d3fe816"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-4f338244-d534-434f-aaf1-2310aad46c73 { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-f88bfb92-da35-4409-a06c-0b07f0cfe9ea { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-651f32b8-c224-4533-8b5a-ea2560b4e160 { padding-top: 10px;
padding-bottom: 10px; }
 #s-651f32b8-c224-4533-8b5a-ea2560b4e160 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-16b859cb-c86a-44a4-ab63-b748e1cae2c5 { margin-top: .px;
margin-bottom: 3%; }
@media (min-width: 0px) {
[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-16b859cb-c86a-44a4-ab63-b748e1cae2c5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-92ae81b7-ef20-4af7-a923-1bc9567333b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-03627a12-6e90-4562-b6d6-6098d63dd2dc { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-61b6ad32-0f57-4cf3-ac98-8b27033e999d { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
@media (min-width: 0px) {
[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a788cffe-af1d-4191-b068-fa8c8b483920"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-ceb84724-d0e6-4557-886e-71b8654999a7 { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-9010234b-5a32-4178-81f1-57eef5a4fb9d { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
@media (min-width: 0px) {
[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f889fd36-4aec-4666-b8bc-07add2c01d61"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b47c2466-1c9a-4993-9ff0-8b3014107593 { margin-top: 1%;
margin-bottom: 1%;
min-height: 50px; }
#s-b47c2466-1c9a-4993-9ff0-8b3014107593 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-59869bb9-982f-4cf2-90c6-815f170ebf74 { margin-top: 1%;
margin-bottom: 1%;
text-align: center; }
#s-2f1779a4-d0ee-4877-a30b-6777895e8524 { padding-top: 10px;
padding-bottom: 10px; }
 #s-2f1779a4-d0ee-4877-a30b-6777895e8524 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-122194cd-7c22-47c9-98c2-ba1160cf88b8 { padding-top: 10px;
padding-bottom: 10px; }
 #s-122194cd-7c22-47c9-98c2-ba1160cf88b8 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-9f3779de-3813-43e4-9f65-0e9fd57f60dd { margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px; }
#s-b821683e-4821-46ff-b90f-48fb8d43cf23 { margin-top: 1%;
margin-bottom: 1%;
min-height: 50px; }
#s-b821683e-4821-46ff-b90f-48fb8d43cf23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a6b7f77e-a168-4fe8-8e7b-837263dfee6c { margin-top: 1%;
margin-bottom: 1%;
text-align: center; }
#s-4e8671e1-1f2f-4bde-a243-53a43e8f6736 { padding-top: 10px;
padding-bottom: 10px; }
 #s-4e8671e1-1f2f-4bde-a243-53a43e8f6736 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-e96b2986-205d-4b8c-bce7-2f391c9cb079 { margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px; }
#s-f616840c-7a47-4fd8-a560-4d6ecd038c9f { background-image: url(https://i.shgcdn.com/2202d061-3f8a-4c33-98ef-9e83a389534f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center bottom; }
#s-f616840c-7a47-4fd8-a560-4d6ecd038c9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.09;
}
#s-12f7dd6f-32a8-40ac-be1a-d4f0f9aa8692 { margin-top: 1%;
margin-bottom: 1%;
padding-top: 1%;
padding-bottom: 1%;
min-height: 50px; }
#s-12f7dd6f-32a8-40ac-be1a-d4f0f9aa8692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-512c4076-9ee7-466c-94bf-416bb795789b { padding-top: 10px;
padding-bottom: 10px; }
 #s-512c4076-9ee7-466c-94bf-416bb795789b .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-4f69fe65-f3c2-4709-987f-393760a9c027 { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4f69fe65-f3c2-4709-987f-393760a9c027"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a5bcf442-5e06-4650-9343-e96ab409e8b1 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-a5bcf442-5e06-4650-9343-e96ab409e8b1 .shogun-icon-wrapper {
  text-align: center;
}


#s-a5bcf442-5e06-4650-9343-e96ab409e8b1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-1d213f84-f0af-4ab5-9413-f0a69b51b438 { padding-top: 10px;
padding-bottom: 10px; }
 #s-1d213f84-f0af-4ab5-9413-f0a69b51b438 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-beb9ecb2-5153-47cb-aa01-00e55276c6e1 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-beb9ecb2-5153-47cb-aa01-00e55276c6e1 .shogun-icon-wrapper {
  text-align: center;
}


#s-beb9ecb2-5153-47cb-aa01-00e55276c6e1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-55d9b19b-d9bc-407f-8f17-5a0bcb0233f0 { padding-top: 10px;
padding-bottom: 10px; }
 #s-55d9b19b-d9bc-407f-8f17-5a0bcb0233f0 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-22086335-de13-4157-b455-6d23027013d2 { margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px; }
#s-aa70906c-7e03-4593-bf96-53001b647615 { background-image: url(https://i.shgcdn.com/ce99af5a-407f-4e15-bc26-65da35d68693/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 1%;
margin-bottom: 1%;
min-height: 500px;
background-position: center center; }
#s-aa70906c-7e03-4593-bf96-53001b647615 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-db29f80d-6be6-4b92-99ca-4576f486208b { margin-top: 1%;
margin-bottom: 1%;
min-height: 0px; }
#s-db29f80d-6be6-4b92-99ca-4576f486208b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-4d5c913b-cc3a-4e41-b739-4c5e9128d03e { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-4d5c913b-cc3a-4e41-b739-4c5e9128d03e .shogun-icon-wrapper {
  text-align: center;
}


#s-4d5c913b-cc3a-4e41-b739-4c5e9128d03e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-45f8b5d2-c4ab-4e57-b247-b50755441fad { padding-top: 10px;
padding-bottom: 10px; }
 #s-45f8b5d2-c4ab-4e57-b247-b50755441fad .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-eb610b72-872e-42e1-b1ab-e248aea5ff32 { padding-top: 10px;
padding-bottom: 10px; }
 #s-eb610b72-872e-42e1-b1ab-e248aea5ff32 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-293bad17-ba77-4494-aaf0-0ec525c719ad { margin-left: auto;
margin-right: auto;
max-width: 1000px; }
#s-89744ab6-d677-46a2-9076-7fa3c706b75a { margin-top: 1%;
margin-bottom: 1%;
min-height: 50px; }
#s-89744ab6-d677-46a2-9076-7fa3c706b75a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-02d4429c-719c-44d0-a684-bdf9dc0ef827 { text-align: center; }
#s-ae24b47b-eb25-4e0d-8129-5c88f6be396b { padding-top: 10px;
padding-bottom: 10px; }
 #s-ae24b47b-eb25-4e0d-8129-5c88f6be396b .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-873f884f-afcb-4a2d-b7bc-a677de79ff33 { padding-top: 10px;
padding-bottom: 10px; }
 #s-873f884f-afcb-4a2d-b7bc-a677de79ff33 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-023a8cca-89c7-4e01-b434-12bd8ba3f173 { margin-left: auto;
margin-right: auto;
max-width: 1000px; }
#s-387fea15-9ab7-40bb-86e9-df07f91aa8ba { margin-top: 1%;
margin-bottom: 1%;
padding-left: 0%;
padding-right: 0%;
min-height: 400px; }
#s-387fea15-9ab7-40bb-86e9-df07f91aa8ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-92c24e0d-7dd6-4dcb-b04d-76cbb4e59ec4 { text-align: center; }
#s-6656ae2b-48a3-4567-8c42-e1d4ac8be379 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-6656ae2b-48a3-4567-8c42-e1d4ac8be379 .shogun-icon-wrapper {
  text-align: center;
}


#s-6656ae2b-48a3-4567-8c42-e1d4ac8be379 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-323c9899-a146-45f1-b5a8-8c587729ed1c { padding-top: 10px;
padding-bottom: 10px; }
 #s-323c9899-a146-45f1-b5a8-8c587729ed1c .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-8d8877dc-e96e-443a-97e9-35b83db063a8 { padding-top: 10px;
padding-bottom: 10px; }
 #s-8d8877dc-e96e-443a-97e9-35b83db063a8 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-354aea35-e3eb-492b-a0c0-14bf5d3d2831 { margin-left: auto;
margin-right: auto;
max-width: 1000px; }
#s-b48b7212-4553-47e8-a83d-8f4f5e6c3ebe { margin-top: 1%;
margin-bottom: 1%;
min-height: 50px; }
#s-b48b7212-4553-47e8-a83d-8f4f5e6c3ebe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d99bb878-0e42-4382-8fd3-3041a98e04dd { text-align: center; }
#s-6793f9a8-2cc3-42e6-b28a-8aff370abe94 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-6793f9a8-2cc3-42e6-b28a-8aff370abe94 .shogun-icon-wrapper {
  text-align: center;
}


#s-6793f9a8-2cc3-42e6-b28a-8aff370abe94 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-25be5691-c4a5-428e-84f1-270d5afbec9c { padding-top: 10px;
padding-bottom: 10px; }
 #s-25be5691-c4a5-428e-84f1-270d5afbec9c .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-647839f4-50af-443f-a3f7-02281242b5fc { padding-top: 10px;
padding-bottom: 10px; }
 #s-647839f4-50af-443f-a3f7-02281242b5fc .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-5769b453-276a-4f3a-9d43-76f7b7074c57 { padding-top: 10px;
padding-bottom: 10px; }
 #s-5769b453-276a-4f3a-9d43-76f7b7074c57 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-df93f0a0-0f2d-4bbd-97d7-665d4949f6fa { margin-left: auto;
margin-right: auto;
max-width: 1000px; }
#s-0df497ef-c5cd-42e1-a347-22057786023a { text-align: center; }
#s-0847aae1-bdf5-48aa-8aae-b187c8af85da { margin-left: auto;
margin-right: auto;
max-width: 1000px; }
#s-258cdd1e-df66-4724-9345-fd61dbf74279 { margin-top: 1%;
margin-bottom: 1%;
min-height: 50px; }
#s-258cdd1e-df66-4724-9345-fd61dbf74279 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fa1e454c-0ad1-45b3-9467-3d49e6254cad { text-align: center; }
#s-bc1c05e9-daab-48d6-b16c-1e1026f4b208 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-bc1c05e9-daab-48d6-b16c-1e1026f4b208 .shogun-icon-wrapper {
  text-align: center;
}


#s-bc1c05e9-daab-48d6-b16c-1e1026f4b208 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-6aad9bd5-dae0-4a5d-8160-3bde1fc72576 { padding-top: 10px;
padding-bottom: 10px; }
 #s-6aad9bd5-dae0-4a5d-8160-3bde1fc72576 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-16616fec-c107-4113-8f54-c5ef46fd5012 { padding-top: 10px;
padding-bottom: 10px; }
 #s-16616fec-c107-4113-8f54-c5ef46fd5012 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-8f7e6e7b-4c77-4331-ab8c-61e59777334e { margin-left: auto;
margin-right: auto;
max-width: 1000px; }
#s-76f5bb9b-ec5b-4b4a-bbbc-621b8c7c1f51 { margin-top: 1%;
margin-bottom: 1%;
min-height: 50px; }
#s-76f5bb9b-ec5b-4b4a-bbbc-621b8c7c1f51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-2f1bbb1d-e26f-45d3-b1f5-f5b2fb14cbc8 { text-align: center; }
#s-7d71fa44-34ff-4ae7-b6ea-d1abc82eaaed { padding-top: 10px;
padding-bottom: 10px; }
 #s-7d71fa44-34ff-4ae7-b6ea-d1abc82eaaed .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-b590b7ed-6c4d-4b06-8858-9b5599289f63 { margin-left: auto;
margin-right: auto;
max-width: 1000px; }
#s-b87086cd-b12c-4bfe-90d0-d1385b25008d { margin-top: 1%;
margin-bottom: 1%;
min-height: 50px; }
#s-b87086cd-b12c-4bfe-90d0-d1385b25008d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d13194d5-9a20-4214-92ad-5cf55d144e52 .shogun-icon-wrapper {
  text-align: center;
}


#s-d13194d5-9a20-4214-92ad-5cf55d144e52 .shogun-icon-wrapper > .shogun-icon {

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

#s-914f9601-0f16-4fbe-b13e-c3e2eae3281c { padding-top: 10px;
padding-bottom: 10px; }
 #s-914f9601-0f16-4fbe-b13e-c3e2eae3281c .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-0526df4d-9a8a-4654-84b0-82f16fd0dc98 { min-height: 50px; }
#s-0526df4d-9a8a-4654-84b0-82f16fd0dc98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-fbe3a571-7477-428e-a730-f7d413610dd8 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}


#s-fbe3a571-7477-428e-a730-f7d413610dd8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fbe3a571-7477-428e-a730-f7d413610dd8 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
}

#s-fbe3a571-7477-428e-a730-f7d413610dd8 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-fbe3a571-7477-428e-a730-f7d413610dd8 td.shogun-table-column, #s-fbe3a571-7477-428e-a730-f7d413610dd8 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-b01a3dc1-7675-4d0c-94e5-f49e4d6c4e12 { min-height: 50px; }
#s-b01a3dc1-7675-4d0c-94e5-f49e4d6c4e12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5171fe8c-241a-416f-9cd0-1915cc637414"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ac57cd67-9206-4f3e-abed-a1aa0fac2ac4 { margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-ac57cd67-9206-4f3e-abed-a1aa0fac2ac4 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

@media (min-width: 0px) {
[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-83768260-ee1f-404a-bd84-15618d6abbce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9ab4175a-c710-47c6-aacc-5f34156962c4 { margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-9ab4175a-c710-47c6-aacc-5f34156962c4 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

@media (min-width: 0px) {
[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d844eeb-29d6-492d-bce2-24739f445e00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-145659b5-e74f-4c7b-8134-ef262964fc00 { margin-top: 2%;
margin-bottom: 2%; }
#s-145659b5-e74f-4c7b-8134-ef262964fc00 .shogun-icon-wrapper {
  text-align: center;
}


#s-145659b5-e74f-4c7b-8134-ef262964fc00 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: #495056;
}

#s-2f2dd9c6-5210-4f35-9147-b7297371fbac { margin-top: 2%;
margin-bottom: 2%; }
#s-2f2dd9c6-5210-4f35-9147-b7297371fbac .shogun-icon-wrapper {
  text-align: center;
}


#s-2f2dd9c6-5210-4f35-9147-b7297371fbac .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: #495056;
}

#s-8c371527-b90e-490b-aafb-d921bf430b0a { margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-8c371527-b90e-490b-aafb-d921bf430b0a .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-9a92a854-3bdb-4fd8-a3eb-06dcd1955a77 { margin-top: 2%;
margin-bottom: 2%; }
#s-9a92a854-3bdb-4fd8-a3eb-06dcd1955a77 .shogun-icon-wrapper {
  text-align: center;
}


#s-9a92a854-3bdb-4fd8-a3eb-06dcd1955a77 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: #495056;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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