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

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

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

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

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

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

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

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

#s-f252718b-22a7-4e45-824e-5685d852308b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f252718b-22a7-4e45-824e-5685d852308b {
  display: none;
}
#s-f252718b-22a7-4e45-824e-5685d852308b, #wrap-s-f252718b-22a7-4e45-824e-5685d852308b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f252718b-22a7-4e45-824e-5685d852308b {
  display: none;
}
#s-f252718b-22a7-4e45-824e-5685d852308b, #wrap-s-f252718b-22a7-4e45-824e-5685d852308b { display:none !important; }}







#s-f252718b-22a7-4e45-824e-5685d852308b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f252718b-22a7-4e45-824e-5685d852308b.shg-box.shg-c {
  justify-content: center;
}

#s-bfc3e4fe-4222-4115-9ec8-2ab5bfef26bb {
  margin-top: 17.5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-bfc3e4fe-4222-4115-9ec8-2ab5bfef26bb {
  display: none;
}
#s-bfc3e4fe-4222-4115-9ec8-2ab5bfef26bb, #wrap-s-bfc3e4fe-4222-4115-9ec8-2ab5bfef26bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfc3e4fe-4222-4115-9ec8-2ab5bfef26bb {
  display: none;
}
#s-bfc3e4fe-4222-4115-9ec8-2ab5bfef26bb, #wrap-s-bfc3e4fe-4222-4115-9ec8-2ab5bfef26bb { display:none !important; }}







#s-bfc3e4fe-4222-4115-9ec8-2ab5bfef26bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfc3e4fe-4222-4115-9ec8-2ab5bfef26bb.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-247d272c-94f0-4c88-9d82-0af8f4470198 {
  text-align: center;
}





#s-247d272c-94f0-4c88-9d82-0af8f4470198 .shogun-image-content {
  
    align-items: center;
  
}

#s-29b06444-c377-4888-83e2-2ce23da93358 {
  background-image: url(https://i.shgcdn.com/26d18bd4-3214-45fa-a6c6-763aaff9ce41/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-position: center center;
}








#s-29b06444-c377-4888-83e2-2ce23da93358 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-29b06444-c377-4888-83e2-2ce23da93358.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-d7db2b74-a70a-4e1c-a140-f46d048bc4c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7db2b74-a70a-4e1c-a140-f46d048bc4c3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-92e018cc-b7b6-4fb9-9eec-8b575cea03a9 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(153, 203, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-92e018cc-b7b6-4fb9-9eec-8b575cea03a9:hover {background-color: rgba(173, 222, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-92e018cc-b7b6-4fb9-9eec-8b575cea03a9:active {background-color: rgba(153, 203, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-92e018cc-b7b6-4fb9-9eec-8b575cea03a9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  block ;
}

#s-84bd4a56-bbcd-4575-aa0d-294fa8d4d027 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(149, 149, 149, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-84bd4a56-bbcd-4575-aa0d-294fa8d4d027:hover {background-color: rgba(179, 179, 179, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-84bd4a56-bbcd-4575-aa0d-294fa8d4d027:active {background-color: rgba(149, 149, 149, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-84bd4a56-bbcd-4575-aa0d-294fa8d4d027.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  block ;
}

#s-b2e55388-df3b-4a5f-9532-bcded4fe3951 {
  margin-top: 20px;
margin-bottom: 30px;
min-height: 50px;
}








#s-b2e55388-df3b-4a5f-9532-bcded4fe3951 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2e55388-df3b-4a5f-9532-bcded4fe3951.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-5803dfe9-7fe6-4d2a-a116-b5514d94c454 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-5803dfe9-7fe6-4d2a-a116-b5514d94c454"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9bbc1706-df2d-4ac7-ae70-bf9feef2a581 {
  min-height: 50px;
}








#s-9bbc1706-df2d-4ac7-ae70-bf9feef2a581 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bbc1706-df2d-4ac7-ae70-bf9feef2a581.shg-box.shg-c {
  justify-content: center;
}

#s-1046e19e-d809-4953-be5e-a20b8f5718df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1046e19e-d809-4953-be5e-a20b8f5718df .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cdaa72cb-b106-4e6e-8e7e-f2103ffad1ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-d290da34-3cc7-42cd-b891-a1030bced78e {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(153, 203, 52, 1);
border-style: solid;
border-radius: 5px;
text-decoration: none;
background-image: none;
background-color: rgba(153, 203, 52, 1);
hover-type: color;
color: rgba(0, 0, 0, 1);
text-align: center;
}
#s-d290da34-3cc7-42cd-b891-a1030bced78e:hover {text-decoration: none !important;
background-image: none !important;
background-color: rgba(173, 222, 73, 1) !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d290da34-3cc7-42cd-b891-a1030bced78e:active {background-color: rgba(153, 203, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(4, 3, 3, 1) !important;}


#s-d290da34-3cc7-42cd-b891-a1030bced78e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  block ;
}

#s-03c8c02c-894f-4406-ba80-5b56d24701c0 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(149, 149, 149, 1);
border-style: solid;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
background-color: rgba(149, 149, 149, 1);
}
#s-03c8c02c-894f-4406-ba80-5b56d24701c0:hover {text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;
background-color: rgba(179, 179, 179, 1) !important;}#s-03c8c02c-894f-4406-ba80-5b56d24701c0:active {background-color: rgba(149, 149, 149, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-03c8c02c-894f-4406-ba80-5b56d24701c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  block ;
}

#s-6822bae7-d01c-4d9e-a2b5-f5e1082371f8 {
  min-height: 50px;
}








#s-6822bae7-d01c-4d9e-a2b5-f5e1082371f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6822bae7-d01c-4d9e-a2b5-f5e1082371f8.shg-box.shg-c {
  justify-content: center;
}

#s-2668da1b-c8e6-49e5-9822-b4592f82c51b {
  text-align: center;
}




  #s-2668da1b-c8e6-49e5-9822-b4592f82c51b img.shogun-image {
    
    width: px;
  }


#s-2668da1b-c8e6-49e5-9822-b4592f82c51b .shogun-image-content {
  
    align-items: center;
  
}

#s-96f11701-d8fe-43bf-b51e-d51d2b7b2c5a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-96f11701-d8fe-43bf-b51e-d51d2b7b2c5a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96f11701-d8fe-43bf-b51e-d51d2b7b2c5a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-96f11701-d8fe-43bf-b51e-d51d2b7b2c5a {
  display: none;
}
#s-96f11701-d8fe-43bf-b51e-d51d2b7b2c5a, #wrap-s-96f11701-d8fe-43bf-b51e-d51d2b7b2c5a { display:none !important; }}@media (max-width: 767px){#s-96f11701-d8fe-43bf-b51e-d51d2b7b2c5a {
  display: none;
}
#s-96f11701-d8fe-43bf-b51e-d51d2b7b2c5a, #wrap-s-96f11701-d8fe-43bf-b51e-d51d2b7b2c5a { display:none !important; }}







#s-96f11701-d8fe-43bf-b51e-d51d2b7b2c5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96f11701-d8fe-43bf-b51e-d51d2b7b2c5a.shg-box.shg-c {
  justify-content: center;
}

#s-40efa8a6-02c9-4422-b740-efe292a862e6 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-40efa8a6-02c9-4422-b740-efe292a862e6 {
  
}
}@media (max-width: 767px){#s-40efa8a6-02c9-4422-b740-efe292a862e6 {
  
}
}







#s-40efa8a6-02c9-4422-b740-efe292a862e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40efa8a6-02c9-4422-b740-efe292a862e6.shg-box.shg-c {
  justify-content: center;
}

#s-91c419fd-2257-4695-9bd2-612d94294fd3 {
  text-align: center;
}





#s-91c419fd-2257-4695-9bd2-612d94294fd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-df8cd8b4-9893-4a2a-b7fa-f3397da7f3cd {
  margin-left: 15%;
margin-right: 15%;
padding-top: 15px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.48);
}








#s-df8cd8b4-9893-4a2a-b7fa-f3397da7f3cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df8cd8b4-9893-4a2a-b7fa-f3397da7f3cd.shg-box.shg-c {
  justify-content: center;
}

#s-00d72fb9-9ca8-4b09-ad5f-03d4f611c572 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}

#s-00d72fb9-9ca8-4b09-ad5f-03d4f611c572 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-75778cca-673d-4afe-a7b3-ea440ee53025 {
  padding-left: 15%;
padding-right: 15%;
}

#s-15af2030-d883-4994-aaa9-b49a86d6f953 {
  padding-left: 25%;
padding-right: 25%;
}

@media (min-width: 0px) {
[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-15af2030-d883-4994-aaa9-b49a86d6f953"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-a63b429e-ecb3-453d-a3ef-9b4cf87ea678 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(153, 203, 52, 1);
border-style: solid;
border-radius: 5px;
text-decoration: none;
background-image: none;
background-color: rgba(153, 203, 52, 1);
hover-type: color;
color: rgba(0, 0, 0, 1);
text-align: center;
}
#s-a63b429e-ecb3-453d-a3ef-9b4cf87ea678:hover {text-decoration: none !important;
background-image: none !important;
background-color: rgba(173, 222, 73, 1) !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a63b429e-ecb3-453d-a3ef-9b4cf87ea678:active {background-color: rgba(153, 203, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(4, 3, 3, 1) !important;}


#s-a63b429e-ecb3-453d-a3ef-9b4cf87ea678.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  block ;
}

#s-2ec1419c-7acc-498d-b6f1-8f3aac4fac51 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(149, 149, 149, 1);
border-style: solid;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
background-color: rgba(149, 149, 149, 1);
}
#s-2ec1419c-7acc-498d-b6f1-8f3aac4fac51:hover {text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;
background-color: rgba(179, 179, 179, 1) !important;}#s-2ec1419c-7acc-498d-b6f1-8f3aac4fac51:active {background-color: rgba(149, 149, 149, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2ec1419c-7acc-498d-b6f1-8f3aac4fac51.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  block ;
}

#s-b8545697-8fab-4c19-8a40-337d2d7a1391 {
  margin-top: 20px;
margin-bottom: 30px;
min-height: 50px;
}








#s-b8545697-8fab-4c19-8a40-337d2d7a1391 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8545697-8fab-4c19-8a40-337d2d7a1391.shg-box.shg-c {
  justify-content: center;
}

#s-68ba0532-bcaa-41b7-a628-f13d96ee20dc {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68ba0532-bcaa-41b7-a628-f13d96ee20dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-259d34e7-b8d5-4869-80f9-4b8e514ae20f {
  min-height: 50px;
}








#s-259d34e7-b8d5-4869-80f9-4b8e514ae20f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-259d34e7-b8d5-4869-80f9-4b8e514ae20f.shg-box.shg-c {
  justify-content: center;
}

#s-9470a6d6-5d84-4493-8ac4-b58b17b8572c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9470a6d6-5d84-4493-8ac4-b58b17b8572c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c0530ebb-388e-48bd-aece-88e06d1106a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-c93dce06-799a-44ff-ad37-4a1b26ce0e3f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(153, 203, 52, 1);
border-style: solid;
border-radius: 5px;
text-decoration: none;
background-image: none;
background-color: rgba(153, 203, 52, 1);
hover-type: color;
color: rgba(0, 0, 0, 1);
text-align: center;
}
#s-c93dce06-799a-44ff-ad37-4a1b26ce0e3f:hover {text-decoration: none !important;
background-image: none !important;
background-color: rgba(173, 222, 73, 1) !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c93dce06-799a-44ff-ad37-4a1b26ce0e3f:active {background-color: rgba(153, 203, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(4, 3, 3, 1) !important;}


#s-c93dce06-799a-44ff-ad37-4a1b26ce0e3f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  block ;
}

#s-cdbf4d06-288d-40ae-924e-fa9dfb70b80a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(149, 149, 149, 1);
border-style: solid;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
background-color: rgba(149, 149, 149, 1);
}
#s-cdbf4d06-288d-40ae-924e-fa9dfb70b80a:hover {text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;
background-color: rgba(179, 179, 179, 1) !important;}#s-cdbf4d06-288d-40ae-924e-fa9dfb70b80a:active {background-color: rgba(149, 149, 149, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-cdbf4d06-288d-40ae-924e-fa9dfb70b80a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  block ;
}

#s-bb22d757-7c68-420a-9a4a-95d6824eed0c {
  min-height: 50px;
}








#s-bb22d757-7c68-420a-9a4a-95d6824eed0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb22d757-7c68-420a-9a4a-95d6824eed0c.shg-box.shg-c {
  justify-content: center;
}

#s-a1ff5c14-56b9-475e-a984-5b0ff1cf4ae6 {
  text-align: center;
}




  #s-a1ff5c14-56b9-475e-a984-5b0ff1cf4ae6 img.shogun-image {
    
    width: px;
  }


#s-a1ff5c14-56b9-475e-a984-5b0ff1cf4ae6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed638879-5eb7-42bc-8888-bb8a8105d552 {
  min-height: 50px;
}








#s-ed638879-5eb7-42bc-8888-bb8a8105d552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed638879-5eb7-42bc-8888-bb8a8105d552.shg-box.shg-c {
  justify-content: center;
}

#s-e8712e10-71bd-4e70-801e-fbfd67a77ba1 {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 232, 212, 0.6);
}








#s-e8712e10-71bd-4e70-801e-fbfd67a77ba1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8712e10-71bd-4e70-801e-fbfd67a77ba1.shg-box.shg-c {
  justify-content: center;
}

#s-b0e4b35b-d68a-4d88-8e03-2149df800dff {
  margin-left: 0%;
margin-right: 0%;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}








#s-b0e4b35b-d68a-4d88-8e03-2149df800dff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0e4b35b-d68a-4d88-8e03-2149df800dff.shg-box.shg-c {
  justify-content: center;
}

#s-6ff83566-2812-4fa0-846e-820c2466f1e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ff83566-2812-4fa0-846e-820c2466f1e2 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7ed6da4-b24c-4568-b023-f4a44e59ea1d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d378bdbe-39ed-4672-a24a-8de255eefd92 {
  text-align: center;
}




  #s-d378bdbe-39ed-4672-a24a-8de255eefd92 img.shogun-image {
    
    width: px;
  }


#s-d378bdbe-39ed-4672-a24a-8de255eefd92 .shogun-image-content {
  
    align-items: center;
  
}

#s-16db82ad-14ae-476c-86dd-98561d5fafe2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16db82ad-14ae-476c-86dd-98561d5fafe2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8fe71561-face-4d7f-96d9-a3695a047fe7 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(153, 203, 52, 1);
border-style: solid;
border-radius: 5px;
text-decoration: none;
background-image: none;
background-color: rgba(153, 203, 52, 1);
hover-type: color;
color: rgba(0, 0, 0, 1);
text-align: center;
}
#s-8fe71561-face-4d7f-96d9-a3695a047fe7:hover {text-decoration: none !important;
background-image: none !important;
background-color: rgba(173, 222, 73, 1) !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8fe71561-face-4d7f-96d9-a3695a047fe7:active {background-color: rgba(153, 203, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(4, 3, 3, 1) !important;}


#s-8fe71561-face-4d7f-96d9-a3695a047fe7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-3fe9d19f-565f-426d-8668-e92ca63bdfc0 {
  text-align: center;
}




  #s-3fe9d19f-565f-426d-8668-e92ca63bdfc0 img.shogun-image {
    
    width: px;
  }


#s-3fe9d19f-565f-426d-8668-e92ca63bdfc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a313be8-84eb-4d57-8a7b-b3d450f10987 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a313be8-84eb-4d57-8a7b-b3d450f10987 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5f7d6499-6395-4c84-b61a-c7008fa58059 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(153, 203, 52, 1);
border-style: solid;
border-radius: 5px;
text-decoration: none;
background-image: none;
background-color: rgba(153, 203, 52, 1);
hover-type: color;
color: rgba(0, 0, 0, 1);
text-align: center;
}
#s-5f7d6499-6395-4c84-b61a-c7008fa58059:hover {text-decoration: none !important;
background-image: none !important;
background-color: rgba(173, 222, 73, 1) !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5f7d6499-6395-4c84-b61a-c7008fa58059:active {background-color: rgba(153, 203, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(4, 3, 3, 1) !important;}


#s-5f7d6499-6395-4c84-b61a-c7008fa58059.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-8eb9903b-983f-4b5a-9a24-356b69e4e38c {
  text-align: center;
}




  #s-8eb9903b-983f-4b5a-9a24-356b69e4e38c img.shogun-image {
    
    width: px;
  }


#s-8eb9903b-983f-4b5a-9a24-356b69e4e38c .shogun-image-content {
  
    align-items: center;
  
}

#s-bb6db51b-f71b-4f19-9845-ccbc2c01b8b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb6db51b-f71b-4f19-9845-ccbc2c01b8b0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8dbd9472-5199-4b8c-8616-dfa6d35be319 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(153, 203, 52, 1);
border-style: solid;
border-radius: 5px;
text-decoration: none;
background-image: none;
background-color: rgba(153, 203, 52, 1);
hover-type: color;
color: rgba(0, 0, 0, 1);
text-align: center;
}
#s-8dbd9472-5199-4b8c-8616-dfa6d35be319:hover {text-decoration: none !important;
background-image: none !important;
background-color: rgba(173, 222, 73, 1) !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8dbd9472-5199-4b8c-8616-dfa6d35be319:active {background-color: rgba(153, 203, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(4, 3, 3, 1) !important;}


#s-8dbd9472-5199-4b8c-8616-dfa6d35be319.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-b1434d8e-c50f-4ab8-9aa8-3b353344258e {
  text-align: center;
}




  #s-b1434d8e-c50f-4ab8-9aa8-3b353344258e img.shogun-image {
    
    width: px;
  }


#s-b1434d8e-c50f-4ab8-9aa8-3b353344258e .shogun-image-content {
  
    align-items: center;
  
}

#s-0ec86cbb-6c5c-44fb-b14b-565db28c1499 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ec86cbb-6c5c-44fb-b14b-565db28c1499 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d8f16c8d-478b-4d98-b182-0ea4c57c06d5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(153, 203, 52, 1);
border-style: solid;
border-radius: 5px;
text-decoration: none;
background-image: none;
background-color: rgba(153, 203, 52, 1);
hover-type: color;
color: rgba(0, 0, 0, 1);
text-align: center;
}
#s-d8f16c8d-478b-4d98-b182-0ea4c57c06d5:hover {text-decoration: none !important;
background-image: none !important;
background-color: rgba(173, 222, 73, 1) !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d8f16c8d-478b-4d98-b182-0ea4c57c06d5:active {background-color: rgba(153, 203, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(4, 3, 3, 1) !important;}


#s-d8f16c8d-478b-4d98-b182-0ea4c57c06d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-95c39161-e80d-49e5-bd99-c88f584a0596 {
  min-height: 50px;
}








#s-95c39161-e80d-49e5-bd99-c88f584a0596 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95c39161-e80d-49e5-bd99-c88f584a0596.shg-box.shg-c {
  justify-content: center;
}

#s-f5963bc4-e2f7-42bf-b252-6282a67d2475 {
  margin-top: 30px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-f5963bc4-e2f7-42bf-b252-6282a67d2475 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-64e4c4bf-0132-472d-ad2a-6ecda877c82f {
  margin-bottom: 20px;
min-height: 50px;
}








#s-64e4c4bf-0132-472d-ad2a-6ecda877c82f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64e4c4bf-0132-472d-ad2a-6ecda877c82f.shg-box.shg-c {
  justify-content: center;
}

#s-50073b2f-7a35-4d32-a955-7598b1a0dfa3 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-50073b2f-7a35-4d32-a955-7598b1a0dfa3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-008ef8db-8719-4cde-bfd3-e0f42a77b75b {
  box-shadow:0px 0px 0px 0px rgba(135, 135, 135, 1);
margin-top: 0px;
margin-left: 8px;
margin-right: 8px;
}








#s-008ef8db-8719-4cde-bfd3-e0f42a77b75b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-008ef8db-8719-4cde-bfd3-e0f42a77b75b.shg-box.shg-c {
  justify-content: center;
}

#s-cb02230f-276d-4fda-84ed-319e87e2960e {
  border-style: solid;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}




  #s-cb02230f-276d-4fda-84ed-319e87e2960e img.shogun-image {
    
    width: px;
  }


#s-cb02230f-276d-4fda-84ed-319e87e2960e .shogun-image-content {
  
    align-items: center;
  
}

#s-661c06b8-3e9c-4b74-9310-410e9f3a0e77 {
  padding-left: 10px;
padding-right: 10px;
}

#s-bc315d2d-4ca6-4d5b-a1da-39bddc8cebdf {
  box-shadow:0px 0px 0px 0px rgba(135, 135, 135, 1);
margin-top: 0px;
margin-left: 8px;
margin-right: 8px;
min-height: 50px;
}








#s-bc315d2d-4ca6-4d5b-a1da-39bddc8cebdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc315d2d-4ca6-4d5b-a1da-39bddc8cebdf.shg-box.shg-c {
  justify-content: center;
}

#s-856c6e15-4800-4c0a-ba66-3951c40b3a89 {
  border-style: solid;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}




  #s-856c6e15-4800-4c0a-ba66-3951c40b3a89 img.shogun-image {
    
    width: px;
  }


#s-856c6e15-4800-4c0a-ba66-3951c40b3a89 .shogun-image-content {
  
    align-items: center;
  
}

#s-e550b12f-8279-40d1-9cb5-33b2840b4ea5 {
  padding-left: 10px;
padding-right: 10px;
}

#s-44124ceb-aa2d-4a0b-87fb-335a4976f8ee {
  box-shadow:0px 0px 0px 0px rgba(135, 135, 135, 1);
margin-top: 0px;
margin-left: 8px;
margin-right: 8px;
min-height: 50px;
}








#s-44124ceb-aa2d-4a0b-87fb-335a4976f8ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44124ceb-aa2d-4a0b-87fb-335a4976f8ee.shg-box.shg-c {
  justify-content: center;
}

#s-933b2c74-f480-427f-b61f-fb77ce2bd497 {
  border-style: solid;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}




  #s-933b2c74-f480-427f-b61f-fb77ce2bd497 img.shogun-image {
    
    width: px;
  }


#s-933b2c74-f480-427f-b61f-fb77ce2bd497 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a2d8b16-f345-46b3-884b-b7d40d16a6e0 {
  padding-left: 10px;
padding-right: 10px;
}

#s-2a947de7-92b1-424b-8a9f-4f840c2fda87 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(224, 205, 245, 0.45);
}








#s-2a947de7-92b1-424b-8a9f-4f840c2fda87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a947de7-92b1-424b-8a9f-4f840c2fda87.shg-box.shg-c {
  justify-content: center;
}

#s-88840a3b-c7a8-4f2b-8104-8ccc72b0c998 {
  margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-88840a3b-c7a8-4f2b-8104-8ccc72b0c998 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1d69ee5-4ef8-4b69-828e-449418ff2ff9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9335fa4d-0e48-495d-80a9-cf205544ba8a {
  min-height: 50px;
}








#s-9335fa4d-0e48-495d-80a9-cf205544ba8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9335fa4d-0e48-495d-80a9-cf205544ba8a.shg-box.shg-c {
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-ae2fe476-6912-486e-a360-c28a7863ebc2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-aeccec7f-bef9-4308-a9e7-e892cf076eb9 {
  min-height: 50px;
}








#s-aeccec7f-bef9-4308-a9e7-e892cf076eb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aeccec7f-bef9-4308-a9e7-e892cf076eb9.shg-box.shg-c {
  justify-content: center;
}

#s-5933acb2-edbe-4b2b-b4e6-b0fb7800fb08 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-593c0076-7582-4ce4-b57e-164ecea8108e {
  margin-top: 25px;
margin-bottom: 15px;
min-height: 50px;
}








#s-593c0076-7582-4ce4-b57e-164ecea8108e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-593c0076-7582-4ce4-b57e-164ecea8108e.shg-box.shg-c {
  justify-content: center;
}

#s-4d1a85f0-80f8-4791-bc81-8e4472e88af7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d1a85f0-80f8-4791-bc81-8e4472e88af7 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-df61f107-2a93-4aef-8db1-4bae1d9d0286 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df61f107-2a93-4aef-8db1-4bae1d9d0286"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-238bb733-8d0e-4d72-bb6c-95b221ec32ea {
  text-align: center;
}




  #s-238bb733-8d0e-4d72-bb6c-95b221ec32ea img.shogun-image {
    
    width: px;
  }


#s-238bb733-8d0e-4d72-bb6c-95b221ec32ea .shogun-image-content {
  
    align-items: center;
  
}

#s-3eb8886b-7268-4a75-8a56-bb8559074ab8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3eb8886b-7268-4a75-8a56-bb8559074ab8 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c24eef9a-72cc-486d-9610-9332ead4badc {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(153, 203, 52, 1);
border-style: solid;
border-radius: 5px;
text-decoration: none;
background-image: none;
background-color: rgba(153, 203, 52, 1);
hover-type: color;
color: rgba(0, 0, 0, 1);
text-align: center;
}
#s-c24eef9a-72cc-486d-9610-9332ead4badc:hover {text-decoration: none !important;
background-image: none !important;
background-color: rgba(173, 222, 73, 1) !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c24eef9a-72cc-486d-9610-9332ead4badc:active {background-color: rgba(153, 203, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(4, 3, 3, 1) !important;}


#s-c24eef9a-72cc-486d-9610-9332ead4badc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  block ;
}

#s-a9c2e6b6-588e-4604-92c7-4fb0cf30362d {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(149, 149, 149, 1);
border-style: solid;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
background-color: rgba(149, 149, 149, 1);
}
#s-a9c2e6b6-588e-4604-92c7-4fb0cf30362d:hover {text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;
background-color: rgba(179, 179, 179, 1) !important;}#s-a9c2e6b6-588e-4604-92c7-4fb0cf30362d:active {background-color: rgba(149, 149, 149, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a9c2e6b6-588e-4604-92c7-4fb0cf30362d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  block ;
}

#s-06f49919-9daa-41ac-9306-bc447be3f42e {
  text-align: center;
}




  #s-06f49919-9daa-41ac-9306-bc447be3f42e img.shogun-image {
    
    width: px;
  }


#s-06f49919-9daa-41ac-9306-bc447be3f42e .shogun-image-content {
  
    align-items: center;
  
}

#s-57a04f4d-ee2a-4999-aa2d-5ce9dbb9642d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57a04f4d-ee2a-4999-aa2d-5ce9dbb9642d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8bf36824-ded5-491f-960d-db826d7b1100 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(153, 203, 52, 1);
border-style: solid;
border-radius: 5px;
text-decoration: none;
background-image: none;
background-color: rgba(153, 203, 52, 1);
hover-type: color;
color: rgba(0, 0, 0, 1);
text-align: center;
}
#s-8bf36824-ded5-491f-960d-db826d7b1100:hover {text-decoration: none !important;
background-image: none !important;
background-color: rgba(173, 222, 73, 1) !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8bf36824-ded5-491f-960d-db826d7b1100:active {background-color: rgba(153, 203, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(4, 3, 3, 1) !important;}


#s-8bf36824-ded5-491f-960d-db826d7b1100.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  block ;
}

#s-9c96a9b2-641b-4ff1-89b4-33d0377ba7a1 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(149, 149, 149, 1);
border-style: solid;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
background-color: rgba(149, 149, 149, 1);
}
#s-9c96a9b2-641b-4ff1-89b4-33d0377ba7a1:hover {text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;
background-color: rgba(179, 179, 179, 1) !important;}#s-9c96a9b2-641b-4ff1-89b4-33d0377ba7a1:active {background-color: rgba(149, 149, 149, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-9c96a9b2-641b-4ff1-89b4-33d0377ba7a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  block ;
}

#s-f9a72a5f-72d8-4943-b662-1030cbebfc22 {
  text-align: center;
}




  #s-f9a72a5f-72d8-4943-b662-1030cbebfc22 img.shogun-image {
    
    width: px;
  }


#s-f9a72a5f-72d8-4943-b662-1030cbebfc22 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdd38592-ea04-4889-b49d-65fc01f1944a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fdd38592-ea04-4889-b49d-65fc01f1944a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-41b9ca5a-ee40-4caa-9216-d86897cc5627 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(153, 203, 52, 1);
border-style: solid;
border-radius: 5px;
text-decoration: none;
background-image: none;
background-color: rgba(153, 203, 52, 1);
hover-type: color;
color: rgba(0, 0, 0, 1);
text-align: center;
}
#s-41b9ca5a-ee40-4caa-9216-d86897cc5627:hover {text-decoration: none !important;
background-image: none !important;
background-color: rgba(173, 222, 73, 1) !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-41b9ca5a-ee40-4caa-9216-d86897cc5627:active {background-color: rgba(153, 203, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(4, 3, 3, 1) !important;}


#s-41b9ca5a-ee40-4caa-9216-d86897cc5627.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  block ;
}

#s-066771a7-f724-4615-a624-76aa79b10cba {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(149, 149, 149, 1);
border-style: solid;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
background-color: rgba(149, 149, 149, 1);
}
#s-066771a7-f724-4615-a624-76aa79b10cba:hover {text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;
background-color: rgba(179, 179, 179, 1) !important;}#s-066771a7-f724-4615-a624-76aa79b10cba:active {background-color: rgba(149, 149, 149, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-066771a7-f724-4615-a624-76aa79b10cba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  block ;
}

#s-c404e2c3-92fb-4936-a11e-ea66094e0212 {
  min-height: 50px;
}








#s-c404e2c3-92fb-4936-a11e-ea66094e0212 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c404e2c3-92fb-4936-a11e-ea66094e0212.shg-box.shg-c {
  justify-content: center;
}

#s-a74677c9-dbe7-4bd5-a93f-a87ab4e994db {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-a74677c9-dbe7-4bd5-a93f-a87ab4e994db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a74677c9-dbe7-4bd5-a93f-a87ab4e994db.shg-box.shg-c {
  justify-content: center;
}

#s-15a2fc16-1639-41ef-8140-9ca3f701e025 {
  min-height: 50px;
}








#s-15a2fc16-1639-41ef-8140-9ca3f701e025 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15a2fc16-1639-41ef-8140-9ca3f701e025.shg-box.shg-c {
  justify-content: center;
}

#s-e70d9cab-6f21-4026-a20a-5fe86a524633 {
  min-height: 50px;
}








#s-e70d9cab-6f21-4026-a20a-5fe86a524633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e70d9cab-6f21-4026-a20a-5fe86a524633.shg-box.shg-c {
  justify-content: center;
}

#s-82c9b6dc-8729-422a-b9e9-121c374040ee {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-82c9b6dc-8729-422a-b9e9-121c374040ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8749d51f-34bd-4a2a-bc2f-0a427e665b7c {
  min-height: 50px;
}








#s-8749d51f-34bd-4a2a-bc2f-0a427e665b7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8749d51f-34bd-4a2a-bc2f-0a427e665b7c.shg-box.shg-c {
  justify-content: center;
}

#s-98786ab7-e85e-4153-b10e-daaccbd816ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98786ab7-e85e-4153-b10e-daaccbd816ee .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-267a4da0-6885-4457-88f2-45e9c159fbf8 {
  min-height: 50px;
}








#s-267a4da0-6885-4457-88f2-45e9c159fbf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-267a4da0-6885-4457-88f2-45e9c159fbf8.shg-box.shg-c {
  justify-content: center;
}

#s-800e02cb-36b7-44b3-ab27-30b50d1945f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-800e02cb-36b7-44b3-ab27-30b50d1945f0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-633ae7ab-b046-482d-9f50-9478807ffce4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5ddf1bfb-4ae1-43ed-b6c1-153050d2e80a {
  min-height: 50px;
}








#s-5ddf1bfb-4ae1-43ed-b6c1-153050d2e80a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ddf1bfb-4ae1-43ed-b6c1-153050d2e80a.shg-box.shg-c {
  justify-content: center;
}

#s-2775c985-d83f-48e3-af62-6e0bbc393e6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2775c985-d83f-48e3-af62-6e0bbc393e6a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-855dea42-e388-4acb-a058-8746daf28cd6 {
  min-height: 50px;
}








#s-855dea42-e388-4acb-a058-8746daf28cd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-855dea42-e388-4acb-a058-8746daf28cd6.shg-box.shg-c {
  justify-content: center;
}

#s-1b2a017e-4559-4528-93cf-85e6f92ccd9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b2a017e-4559-4528-93cf-85e6f92ccd9f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-785a6f1e-50e3-4d29-a2c8-b9e544fbee3b {
  margin-top: 15px;
margin-bottom: 15px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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